Installation Problem with SCSI Adapter and 4.9

2004-05-21 Thread Matt Smith
. It was after this we turned off DOS Translation and Lun Support. Still no go. If someone can help please do. I've spent so much time on this and i can't think of anything else that might work. - Matt Smith _ Express yourself

RE: VNC

2002-12-16 Thread Matt Smith
tunnel). Good luck! -Matt On Sun, 2002-12-15 at 08:37, Daniel HARTMANN wrote: Thanks for your suggestion. I tried, but it is not working. Should this command be in one ore two lines ?? Thanks -Message d'origine- De : Matt Smith [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 13

Re: Problem with my startup script?

2002-12-19 Thread Matt Smith
Lofstedt To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message Is your script executable? chmod 755 /usr/local/etc/rc.d/smbfsstartup.sh -matt -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Another GUI for browsing Windoze?

2002-12-27 Thread Matt Smith
To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message Try /usr/ports/net/xsmbrowser It uses smbclient, works pretty well. -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions

Re: File Descriptors

2003-01-02 Thread Matt Smith
man fstat On Thu, 2003-01-02 at 14:12, Walker Pendleton wrote: Is there any way to see how many entries are being used in the file descriptor table? In other words, I want to know how many files are open on my system. -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: Viewing Network Traffic

2003-01-07 Thread Matt Smith
freebsd-questions in the body of the message -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: entering smbfs shares with spaces in name in fstab

2003-01-08 Thread Matt Smith
On Wed, 2003-01-08 at 11:15, Thomas Spreng wrote: On Wed, Jan 08, 2003 at 09:43:22AM -0500, Matt Smith wrote: I am looking to make an entry in my fstab for an smb file share that has a space in the name. snip one line from fstab //Account@NBName/MY SHARE /mntpointsmbfs

S3Virge DX causes X and Text screen corruption

2003-01-09 Thread Matt Smith
EndSubSection EndSection -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

trouble building xpp

2003-01-14 Thread Matt Smith
: candidates are: void Input_Slider::selection_color(Fl_Color) gmake: *** [mainwindow.o] Error 1 *** Error code 2 Stop in /apps/ports/print/xpp. -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

trouble building xpp

2003-01-14 Thread Matt Smith
: candidates are: void Input_Slider::selection_color(Fl_Color) gmake: *** [mainwindow.o] Error 1 *** Error code 2 Stop in /apps/ports/print/xpp. -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

VHDL / Verilog

2003-01-20 Thread Matt Smith
on Windows. Any suggestions are greatly appreciated! Thanks, -Matt -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: vnc at start-up

2003-01-30 Thread Matt Smith
do to make this work? -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

IMAP SQL/ODBC

2003-04-01 Thread Matt Smith
All- I am looking for an IMAP server that can store mail in a database, preferably via ODBC. I am most interested in using either MySQL or PostgreSQL, but would also like to try storing in a remote Oracle database via ODBC. Any good recommendations? Thanks, -Matt -- Matt Smith [EMAIL

Re: OT sed help

2002-09-19 Thread Matt Smith
Try these Use this if part numbers are numeric only. cat my_flat_file | sed /^[0-9]\{8\}[^0-9].*$/d Use this if part numbres are alpha-numeric, and columns are seperated by whitespace cat my_flat_file | sed /^[0-9a-zA-Z]\{8\}.*$/d These will both simply delete(from view, not from the file)

Re: IRQ problems

2002-09-20 Thread Matt Smith
: What is the best way to configure this? Through the visual XF86Config tool, script based, or just go into the file and change the options? I beleive that these are the settings I currently have. I will check in the morning (machine at home, I am at work). Thanks, Stephen Quoting Matt Smith

Re: Can't mount my fat32 partition

2002-09-20 Thread Matt Smith
Are you running Windows 2000? It looks like you have an NTFS partition on ads02, which would probably be your C: drive in Windows. Is that what you are trying to mount? If so, you really need: mount -tntfs /dev/ad0s2 /mnt which will mount that drive read-only (NTFS is not writable yet, AFAIK)

Re: Using MFS for the first time

2002-09-21 Thread Matt Smith
What is the /dev/null component in the MFS line below? I have seen the swap slice used, but never /dev/null. For that matter, I don't even really know what that component does -- why do I need to list a device for a RAM disk? Could someone fill in my knowledge gap? Thanks -Matt Oliver

Re: need help with x server and mouse

2002-09-23 Thread Matt Smith
Try: Section InputDevice Identifier Mouse0 Driver mouse Option Protocol auto Option Device /dev/sysmouse Option ZAxisMapping 4 5 EndSection If you have a wheel mouse, you don't need the Emulate3Buttons -- push the wheel for button 3.

port: pilot-link compile error

2002-09-23 Thread Matt Smith
CVSup from this morning, been having this problem for a couple of days. pilot-link won't compile, using 2.95.4 20020320, although I have gcc-3.1.1_20020909 port also installed. snippet cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/include -O -pipe -march=pentiumpro

Re: directory structuer for a web server

2002-10-08 Thread Matt Smith
I have always like the DNS style layout: /www -- dedicated file system /www/com/ /www/com/mycomdomain -- website for mycomdomain.com /www/org/ /www/org/myorgdomain -- website for myorgdomain.org ... etc ... this filesystem matches DNS, and LDAP (for authentication and other info), which

Re: Best practice when building a -STABLE branch kernel

2002-10-18 Thread Matt Smith
List, please correct me if I am wrong: The business-as-usual practice would be to not run -Stable, but rather run a -Release. -Stable, although more stable than -Current, should not be run in business-production, although my hunch is that many small environments do. If you are running -Stable,

Re: xfree question not answered on the xfree lists, maybe here?

2002-10-24 Thread Matt Smith
On Thu, 2002-10-24 at 10:06, [EMAIL PROTECTED] wrote: At 06:41 AM 10/24/2002 -0700, you wrote: Hi Chip, I had a very similar problem on a rather simplistic mother board that had a buil-in video card; I was trying to use a card in a pci slot and the problem was in the configuration. I

Netbeans

2002-10-25 Thread Matt Smith
Anyone using NetBeans for Java development on FreeBSD? Good, bad, ugly? Also, are there any good multi-language GUI IDEs for FreeBSD? At the moment I use SciTE for my coding (lots of languages supported for syntax highlighting), then Makefiles for project management, which is pretty good. I

gdm2 + gdmchooser

2002-11-11 Thread Matt Smith
Is anyone successfully running gdm2 with gdmchooser? I have enabled XDCMP options using the gdm configuration program, and have verified the changes in gdm.conf. I am expecting to see gdmchooser pop-up at login, displaying computers broadcasting and making direct queries, but I don't see

Re: disabling root logins

2002-11-15 Thread Matt Smith
To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

How do I block spam locally? (WAS: Re: Reacting to spam targettedto freebsd.org [was: Re: PLS GET BACK TO ME.])

2002-11-21 Thread Matt Smith
that *should* have passed but was marked, so I have to adjust my rules and/or whitelist accordingly. -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

NSS anyone?

2002-11-21 Thread Matt Smith
Hi all- My searches on freebsd.org of both the site and the mailing lists have returned some confusing (to me) answers, so here is the question: Does FreeBSD-Current support NSS, particularly for use against LDAP or *SQL? Thanks, -Matt -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send

Re: Is there such a thing like a TCP proxy|relay?

2002-11-21 Thread Matt Smith
] with unsubscribe freebsd-questions in the body of the message -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Please update your webpage

2002-12-05 Thread Matt Smith
for the update. To ensure that your request is handled properly, please file a PR at http://www.freebsd.org/send-pr.html. The affected port is devel/ruby-locale. -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body

Re: VNC

2002-12-13 Thread Matt Smith
of the message -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

OpenOffice build failure

2003-02-07 Thread Matt Smith
/mozillasrc dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /apps/ports/editors/openoffice. -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

US Robotics WinModem

2003-02-11 Thread Matt Smith
this to work in FreeBSD? I know it's a winmodem, but it may be less painful to try and make it work, than to return it. Thanks all, -Matt -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: US Robotics WinModem

2003-02-11 Thread Matt Smith
version. Matt Smith wrote: I recently ordered a modem, but the wrong one was delivered. The one I ordered claimed to support Windows + Linux, but the one I received is a US Robotics 56K V92 PCI FAX Modem for Windows. Before I send this back and go through the hassle of getting the right

OpenLDAP + Kerberos

2003-02-11 Thread Matt Smith
. Are there some special flags I have to set? Does anyone have this configuration working? Thanks all, -Matt -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Authenticating a FreeBSD users to Win2K Kerberos

2003-02-13 Thread Matt Smith
] with unsubscribe freebsd-questions in the body of the message -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: fc-cache problem

2003-02-13 Thread Matt Smith
font config version and exit -?, --help display this help and exit -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

OpenLDAP + Kerberos

2003-02-13 Thread Matt Smith
. Are there some special flags I have to set? Does anyone have this configuration working? Thanks all, -Matt -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

RE: problem with install

2003-02-14 Thread Matt Smith
] with unsubscribe freebsd-questions in the body of the message To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body

spaces in fstab

2003-02-18 Thread Matt Smith
various combinations of \040, escaping, and quoting, with no luck so far. Any thoughts? -Matt -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Linux binary compiled by Intel compiler

2003-02-20 Thread Matt Smith
__ Help STOP SPAM with the new MSN 8 and get 2 months FREE* To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: Displaying Slideshow on Remote Computer

2003-02-21 Thread Matt Smith
it back? ~Rik -- It is by caffeine alone I set my mind in motion. It is by the beans of Java that the thoughts acquire speed, the hands acquire shakes, the shakes become a warning. It is by caffeine alone I set my mind in motion. -- Matt Smith [EMAIL PROTECTED] To Unsubscribe

Re: xterm + colors just wont splice...

2003-03-03 Thread Matt Smith
! __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message Try changing your TERM to xterm-color. -Matt -- Matt Smith

xlockmore not compiling from ports

2003-03-10 Thread Matt Smith
. *** Error code 1 Stop in /apps/ports/x11/xlockmore. -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Kerberos Flavors

2003-03-13 Thread Matt Smith
Can anyone tell me the differences between MIT KrbV and Heimdal Kerberos? Strengths and Weaknesses? Are there any other flavors of Kerberos I should consider for an Enterprise Kerberos Environment? Thanks all, -Matt -- Matt Smith [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED