Re: samba port errors

2002-09-17 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-09-16 23:47:33 -0400: has anyone tried compiling the samba 2.2.6.p2 port from -stable? i keep coming up with this error: === Configuring for samba-2.2.6.p2 /usr/bin/sed -i.bak -e 's/DYNEXP=-Wl,-Bdynamic/DYNEXP=-Wl,--export-dynamic/'

Re: samba port errors

2002-09-17 Thread Brossin Pierrick
Hi! === Configuring for samba-2.2.6.p2 /usr/bin/sed -i.bak -e 's/DYNEXP=-Wl,-Bdynamic/DYNEXP=-Wl,--export-dynamic/' /usr/ports/net/samba/work/samba-2.2.6pre2/source/configure.in sed: illegal option -- i usage: sed script [-Ean] [file ...] sed [-an] [-e script] ... [-f script_file]

Re: arplookup xx.xxx.xx.xxx failed: host is not on local network

2002-09-17 Thread Eugene Grosbein
Chris Byrnes wrote: Sep 15 13:41:28 servername /kernel: arplookup xx.xxx.xx.xxx failed: host is not on local network Sep 15 13:41:28 servername /kernel: arplookup xx.xxx.xx.xxx failed: host is not on local network After doing some reading, I've already issued, sysctl -w

periodic diff format

2002-09-17 Thread Roman Neuhauser
Hi there, various /etc/periodic scripts mail root diffs of a few config files etc. grep on my (quite fresh) STABLE box shows that except for /etc/periodic/daily/210.backup-aliases, all the diff invocations use the old format. I have two issues with this: first, all the diffs should be in the

Re: Thesaurus ?

2002-09-17 Thread Adam Weinberger
yes, there is. please see /usr/ports/textproc/wordnet. -Adam (09.16.2002 @ 1848 PST): Wilkinson,Alex said, in 0.2K: Hi all, Is there a command line thesaraus for FreeBSD ? Similar to look. Thanks - aW To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

mount read only || chflags schg sec level 2

2002-09-17 Thread Jimmy Lantz
Hi, I'm looking for away to write protect some files whats the pros and cons with having the file on a seperate partition and mount that read-only or use the chflags schg and go to kernel security level 2? / Jim. NB. I'm sending this for the second time, and I do apologize if this in fact was

Re: mount read only || chflags schg sec level 2

2002-09-17 Thread Matthew Seaman
On Tue, Sep 17, 2002 at 10:39:10AM +0200, Jimmy Lantz wrote: I'm looking for away to write protect some files whats the pros and cons with having the file on a seperate partition and mount that read-only or use the chflags schg and go to kernel security level 2? Either should work fine at

Moving gdbm databases from Linux to FreeBSD

2002-09-17 Thread Tony Russell
I have been asked to move a Python application that uses gdbm (databases/py-gdbm) databases from Linux to FreeBSD. The actual database files do not appear to be transportable; it appears to do with block size from stat(2), and the fact that FreeBSD uses a 64 bit offset where Linux uses 32 bits.

Re: Problems with ipfilter 3.4.29 under -STABLE (post 31/08/2002)

2002-09-17 Thread Claus Guttesen
Hi. --- Robin Breathe [EMAIL PROTECTED] skrev: Hi all, I'm interested to know if anyone is successfully running ipf/ipnat under -STABLE from after the merge on the 31st of August I have installed stable 4.6.2 and did a cvsup on sept. 8-9'th of Sept. and did a make world and make kernel

Drivers for monitor + video card

2002-09-17 Thread sigwart koebel
Hello, I would like to use FreeBSD, but where can I find suitable drivers for monitor: - Samsung SyncMaster 700p (CGH 7609), and videocard: - Leadtek A250 LE TO (GPU NVIDIA GeForce4 Ti)? Thank you very much for any help you can offer! Sigwart To Unsubscribe: send mail to [EMAIL

ports question

2002-09-17 Thread ABDALLAH Faycal
hi list, i recently cvsuped my ports collection so that i can install the latest software versions... but the problem is that when the new software is installed the old one (that was installed during installation of freebsd) will not be uninstalled (such as named 8.x.x and opessl-0.9.6a) and

Re: IPv6 and IPv4

2002-09-17 Thread Miguel Mendez
On Tue, 17 Sep 2002 16:58:52 +0530 Gautham Ganapathy [EMAIL PROTECTED] wrote: Hi Since it is possible to run IPv6 and IPv4 on the same network, and most routers supposedly support IPv6, why is there a need to have the IPv6 That's not really true, I'm sure most (deployed) routers actually

IrDA

2002-09-17 Thread Holger Wolff
Hi I tried to find a solution about this in the FAQ, but either I'm too blind or else it isn't mentioned there - no matter what, I'm asking here hoping this to be the right place. I've got an Asus L2400D Notebook (all hardware data I know of is shown at

Re: IPv6 and IPv4

2002-09-17 Thread Daniel Bye
On Tue, Sep 17, 2002 at 04:58:52PM +0530, Gautham Ganapathy wrote: Hi Since it is possible to run IPv6 and IPv4 on the same network, and most routers supposedly support IPv6, why is there a need to have the IPv6 network seperate from the internet ? as long as the client and the server are

BTX Halted

2002-09-17 Thread Hideaki Saito
Hi! I can boot from a FreeBSD 4.6 CD, but installations have been halted with below messages. int=000d err= efl=00030246 eip= eax=0800 ebx=0700 ecx= edx= esi edi= ebp=03c8 esp=03ba cs= ds= es=3147 fs=9f80 gs=

Re: ports question

2002-09-17 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-09-17 14:16:01 +0200: then again, i don't see how this is a problem: just start the bind in /usr/local instead of the one in /usr. `grep named /etc/defaults/rc.conf` will certainly help. *don't* edit /etc/defaults/rc.conf! overrides of the default

user organizer / decent adduser script

2002-09-17 Thread Janine C . Buorditez
hi. is there some tool that organizes a systems users and their uids? and perhaps updates all files belonging to a user with his/hers new user settings? also, what about a decent adduser script? enteruser complains about my `ninja' class which i've set up in login.conf and as default class in

Re: Php Binary

2002-09-17 Thread Stijn Hoop
On Tue, Sep 17, 2002 at 02:49:18PM +0200, Patrick Holahan wrote: Hi.. I'm trying to find the php binary for FreeBSD kernel release 4.6 The program cacti requires the php binary, not merely php compiled on the system. Is there a way to compile php4.2.1 so that it gives you a binary? Or

Re: Php Binary

2002-09-17 Thread Ivan Albetkov
Patrick Holahan wrote: Hi.. I'm trying to find the php binary for FreeBSD kernel release 4.6 The program cacti requires the php binary, not merely php compiled on the system. Is there a way to compile php4.2.1 so that it gives you a binary? You need to make it with -DSTANDALONE ,e.g.

[SSH] Session Problem w/ 2 FreeBSDs

2002-09-17 Thread Pascal Giannakakis
Lo ppl, i've set up a FreeBSD server in the Intranet, so that we (my team and i) can use it for testing purposes and hacking. My colleagues use W2K and can connect to the server via their SSH immedeatly, but when i try to connect to it (i'm using FreeBSD as my workstation-OS), it hangs

InterScan NT Alert

2002-09-17 Thread admin
Sender, InterScan has detected virus(es) in your e-mail attachment. Date: Tue, 17 Sep 2002 15:02:35 +0200 Method: Mail From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] File: dsalon_on[1].bat Action: clean failed - deleted Virus: WORM_KLEZ.H To Unsubscribe: send mail to [EMAIL

Re: [SSH] Session Problem w/ 2 FreeBSDs

2002-09-17 Thread Daniel Bye
On Tue, Sep 17, 2002 at 02:54:56PM +0200, Pascal Giannakakis wrote: Lo ppl, i've set up a FreeBSD server in the Intranet, so that we (my team and i) can use it for testing purposes and hacking. My colleagues use W2K and can connect to the server via their SSH immedeatly, but when

Re: How do I use the -h option in PW to set passwords fo rnew users

2002-09-17 Thread Martyn Hill
Matthew Thanks very much for your reply. It seems to work OK. I'm still not sure what requirements Samba places on the Unix users' password when a Samba user is first created. It could be that the -h - option in PW (set password to *) will work - I can then script Samba password changes from

Re: user organizer / decent adduser script

2002-09-17 Thread John Bleichert
Date: Tue, 17 Sep 2002 14:26:03 +0200 From: Janine C.Buorditez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: user organizer / decent adduser script hi. is there some tool that organizes a systems users and their uids? and perhaps updates all files belonging to a user with his/hers

help

2002-09-17 Thread Stephen Randall
help To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: mount read only || chflags schg sec level 2

2002-09-17 Thread Lowell Gilbert
Jimmy Lantz [EMAIL PROTECTED] writes: I'm looking for away to write protect some files whats the pros and cons with having the file on a seperate partition and mount that read-only or use the chflags schg and go to kernel security level 2? *Either* way you probably want to raise the

Re: [SSH] Session Problem w/ 2 FreeBSDs

2002-09-17 Thread Pascal Giannakakis
debug3: Trying to reverse map address 210.104.1.133. Does your box have reverse DNS set up? I suspect your VerifyReverseMapping is set to yes. So, either set up a reverse lookup for your host, or turn off VerifyReverseMapping. I changed it, but it seems that the

Re: [SSH] Session Problem w/ 2 FreeBSDs

2002-09-17 Thread Daniel Bye
On Tue, Sep 17, 2002 at 03:59:09PM +0200, Pascal Giannakakis wrote: debug3: Trying to reverse map address 210.104.1.133. Does your box have reverse DNS set up? I suspect your VerifyReverseMapping is set to yes. So, either set up a reverse lookup for your host, or

Re: [SSH] Session Problem w/ 2 FreeBSDs

2002-09-17 Thread Pascal Giannakakis
On Tue, Sep 17, 2002 at 03:59:09PM +0200, Pascal Giannakakis wrote: debug3: Trying to reverse map address 210.104.1.133. Does your box have reverse DNS set up? I suspect your VerifyReverseMapping is set to yes. So, either set up a reverse lookup for

Re: IF you like your NVIDIA Graphics card

2002-09-17 Thread Gary W. Swearingen
... Saw this on /. ... Hugh writes The FreeBSD NVIDIA Driver Initiative has announced[1] that nVidia itself will be releasing a FreeBSD driver for its line of cards. This is excellent news for people who prefer to Quake on the best OS available. From what I read,

Re: [SSH] Session Problem w/ 2 FreeBSDs

2002-09-17 Thread dfolkins
On Tue, Sep 17, 2002 at 03:59:09PM +0200, Pascal Giannakakis wrote: debug3: Trying to reverse map address 210.104.1.133. Does your box have reverse DNS set up? I suspect your VerifyReverseMapping is set to yes. So, either set up a reverse lookup for your host, or

Re: help

2002-09-17 Thread Daniel Bye
On Tue, Sep 17, 2002 at 07:29:37AM -0600, Stephen Randall wrote: help What's in it for us? -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC

Re: samba port errors

2002-09-17 Thread Doug Reynolds
On Tue, 17 Sep 2002 08:44:02 +0200, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2002-09-16 23:47:33 -0400: has anyone tried compiling the samba 2.2.6.p2 port from -stable? i keep coming up with this error: === Configuring for samba-2.2.6.p2 /usr/bin/sed -i.bak -e

ipfw, natd, and keep-state - unexpected dynamic rules generated

2002-09-17 Thread dfolkins
hi everybody, i have a fbsd 4.6 router box sitting between a local net (192.168.0.255) and a single actual ip from a cable modem. naturally, ive set up natd and ipfw on it, but instead of going the old way with the semi-stateful rules i decided to go with keep-state/check-state. but problems

Re: expat.3

2002-09-17 Thread Kris Kennaway
On Tue, Sep 17, 2002 at 10:25:21AM -0400, Kevin S. Brackett wrote: ===Verifying install for expat.3 in /usr/ports/textproc/expat2 === Returning to build of gettext-0.11.5 Error: shared library expat.3 does not exist expat2 is installed; expat-1.95.5XML 1.0 parser written in C

Open Relay Blocks

2002-09-17 Thread Scott Pilz
Any idea what the heck happened to list.dsbl.org and sbl.spamhaus.org last night? Woke up this morning and neither one is resolving all of a sudden.. While I'm on the subject of blacklists, what do you folks run for spam stops? Osirusoft.com any good? Scott To

Re: expat.3

2002-09-17 Thread Kevin S. Brackett
# $FreeBSD: ports/textproc/expat2/Makefile,v 1.19 2002/09/17 06:36:52 kuriyama $ # PORTNAME= expat PORTVERSION=1.95.5 it's not. On Tue, 17 Sep 2002, Kris Kennaway wrote: On Tue, Sep 17, 2002 at 10:25:21AM -0400, Kevin S. Brackett wrote: ===Verifying install for expat.3 in

Re: Open Relay Blocks

2002-09-17 Thread Marc Schneiders
On Tue, 17 Sep 2002, at 11:02 [=GMT-0500], Scott Pilz wrote: While I'm on the subject of blacklists, what do you folks run for spam stops? ordb.org works fine. I send a custom reject message, referring to a web page, and nobody even looks at it, let alone complain that they were

Compaq ML530 - SMP problem

2002-09-17 Thread Marcio Merlone
People, I'm trying to set a SMP kernel for a dual compaq proliant ml530 but it states that mp table is broken. At first try, it simply hangs on boot time when it seems to assing irq to apic. Then, on hardware configuration ([F10] at boot time), I've locked all resources (IRQ, IO, MEM, etc)

Re: Open Relay Blocks

2002-09-17 Thread Scott Pilz
We're using ordb.org, osirusoft.com (which I think we may pull - I'm not sure if they are that great or not just yet), visi.com, and we WERE using spamhaus.org and dsbl.org until both of those two died last night apparently. Scott On Tue, 17 Sep 2002, Marc Schneiders wrote:

Re: Compaq ML530 - SMP problem

2002-09-17 Thread mingo lu
i had similar problem before. You have to set compaq bios for smp operation. ciao --- Marcio Merlone [EMAIL PROTECTED] wrote: People, I'm trying to set a SMP kernel for a dual compaq proliant ml530 but it states that mp table is broken. At first try, it simply hangs on boot time when

smmsp config problem...

2002-09-17 Thread Gary Kline
Hi Gang, Can anybody tell me how to fix this problem: pn 10:01 tao [1289] collect: Cannot write ./dfg8HH16X7074326 (bfcommit, uid=1000, gid=25): Permission denied queueup: cannot create queue temp file ./tfg8HH16X7074326, uid=1000: Permission denied Looks as tho no

CVSUP Question

2002-09-17 Thread Anthony Abby
What port does CVSUP use when syncing up? I'm behind a firewall and can not get CVSUP to work from my system at work, but it works just fine at home. I'm wondering if it's a blocked port. If that's the case is it possible to get it to use a different port? Anthony To Unsubscribe: send mail

DHCPD doesn't want to bind to any interface

2002-09-17 Thread chojin
Hello, recently I rebooted my box (FreeBSD 4.6-STABLE) and since this reboot, dhcpd cannot bind to any interface. I upgraded to FreeBSD 4.7-PRERELEASE then rebooted, same thing. The configuration file is ok and untouched for many months. I use isc-dhcp provided with FreeBSD. Log: ---

Re: help

2002-09-17 Thread John Bleichert
On Tue, 17 Sep 2002 [EMAIL PROTECTED] wrote: Date: Tue, 17 Sep 2002 09:21:35 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: help Yes I think I did, however, perhaps you could point me in a direction that might lead me to a guide to extracting informatrion about my

Re: portupgrade -R gnomepilot-0.1.65 fails after fresh cvsup

2002-09-17 Thread Joe Marcus Clarke
On Tue, 2002-09-17 at 14:26, Stacey Roberts wrote: Hello, Portupgrade of gnomepilot-0.1.65 fails after cvsup'ing a few minutes ago. I've included last of the failed upgrade below. This is fixed now. Please cvsup and try again. Joe Here's the uname info: # uname -a FreeBSD snip

Wireless Networking

2002-09-17 Thread MET
I'm getting my hands on a 802.11a wireless network card and a base station (both from Dell) and was wondering if it will work on my FreeBSD laptop (dell Latitude C840). Any ideas or links to check out? ~ Matthew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Wireless Networking

2002-09-17 Thread Adam Weinberger
just yesterday i bought a d-link wireless AP/router and a Dell 802.11b pccard NIC, which is apparently just a rebranded Lucent WaveLAN. i'm still fiddling with it to make it work correctly, but i can tell you this: a) make sure that device card device pcic0 at isa? irq 0 port 0x3e0 iomem

xdm is not working in 4.6-RELEASE

2002-09-17 Thread Eduardo Viruena Silva
Hello Pals, I have installed FreeBSD 4.6-RELEASE in a new computer, I also installed X and KDE, verything is working fine except xdm. I'm sure X is working because startx works. In my /etc/ttys, I changed: ttyv8 /usr/local/bin/xdm -nodaemon xterm off secure

Re: IF you like your NVIDIA Graphics card

2002-09-17 Thread David Haworth
If you tell me that your Radeon works in OpenGL 3D in XFree86 (at better than 5 FPS) I'll go buy one right now ;-) dave@blink:~ uname -a FreeBSD x.y.z 4.6-STABLE FreeBSD 4.6-STABLE #8: Wed Aug 7 23:17:27 BST 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/X i386 drm0: ATI Radeon QW 7500

CDRW using ATAPI cdrw

2002-09-17 Thread Pam Wampler
Is there a utility that allows the use of cdrw on an atapi cdrw drive other than mkisofs burncd? -- When I use burncd, I am not able to later append to the cdrw. thanks so much Pam Wampler To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the

rmuser

2002-09-17 Thread John Bolster
Hello All, This is FreeBSD 4.1 RELEASE. I deleted a user using rmuser. It found the right user and I answered yes to all the questions. After I was done the user's home directory was gone and the name was gone from the system but now there are files that belong to 1002 (which was this user's

re: After editing freebsd.mc, how do I use this m4 processor?

2002-09-17 Thread Stacey Roberts
Hello, I've got a vanilla sendmail installation on my 4.6Stable box: # sendmail -d0.4 -bv root Version 8.12.5 I'd like to now set up sendmail to receive mail destined for my (registered) domain. Now, I know I have to edited the freebsd.mc file in /etc/mail, but after this, its not entirely

Re: rmuser

2002-09-17 Thread Giorgos Keramidas
On 2002-09-17 16:50, John Bolster [EMAIL PROTECTED] wrote: I deleted a user using rmuser. It found the right user and I answered yes to all the questions. After I was done the user's home directory was gone and the name was gone from the system but now there are files that belong to 1002

Re: After editing freebsd.mc, how do I use this m4 processor?

2002-09-17 Thread Scott Mitchell
On Tue, Sep 17, 2002 at 09:59:32PM +0100, Stacey Roberts wrote: Hello, I've got a vanilla sendmail installation on my 4.6Stable box: # sendmail -d0.4 -bv root Version 8.12.5 I'd like to now set up sendmail to receive mail destined for my (registered) domain. Now, I know I have to

Re: Compaq ML530 - SMP problem

2002-09-17 Thread Daniel Bye
On Tue, Sep 17, 2002 at 02:00:03PM -0300, Marcio Merlone wrote: Hello, Yes, but.. how the heck should I do that? The only boot-time configuration is the [F10] for Compaq utilities and could not find anything about smp there... how to get to bios configuration? When you hit F10 for the

Re: rmuser

2002-09-17 Thread Ken McGlothlen
John Bolster [EMAIL PROTECTED] writes: | After I was done the user's home directory was gone and the name was gone | from the system but now there are files that belong to 1002 (which was this | user's number) that show up in repquota. I don't know how to find these files | or why they weren't

Re: After editing freebsd.mc, how do I use this m4 processor?

2002-09-17 Thread Giorgos Keramidas
On 2002-09-17 21:59, Stacey Roberts [EMAIL PROTECTED] wrote: I'd like to now set up sendmail to receive mail destined for my (registered) domain. Now, I know I have to edited the freebsd.mc file in /etc/mail, but after this, its not entirely clear how it is I am supposed to proceed

Re: After editing freebsd.mc, how do I use this m4 processor?

2002-09-17 Thread Stacey Roberts
Hi Scott, Thanks for the reply. I *already* have those file located in /etc/mail: # ls -al /etc/mail total 251 drwxr-xr-x 2 root wheel512 Jul 24 07:30 . drwxr-xr-x 17 root wheel 2048 Sep 14 19:38 .. -rw-r--r-- 1 root wheel 6542 Jul 24 07:30 Makefile -rw-r--r-- 1 root wheel

RE: rmuser

2002-09-17 Thread John Bolster
Thank you for your quick help. This gives me the information I need. John Bolster -Original Message- From: Giorgos Keramidas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 5:04 PM To: John Bolster Cc: [EMAIL PROTECTED] Subject: Re: rmuser On 2002-09-17 16:50,

RE: rmuser

2002-09-17 Thread John Bolster
Thanks. This is now solved. John Bolster -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 5:09 PM To: John Bolster Cc: Freebsd-Questions@Freebsd. Org Subject: Re: rmuser John Bolster [EMAIL PROTECTED] writes: | After I

mailchk.026233

2002-09-17 Thread John Bolster
Hello, I've found hundreds of files with names like mailchk.xx in my /tmp directory. This is FreeBSD 4.1 RELEASE, the server runs the UW IMAP server and Squirrelmail. Does anyone know if these files can be safely deleted? Also, in /var/tmp there are hundreds of phpxx files. Same

where's sasl.h?

2002-09-17 Thread Riley J. McIntire
Hi all, I'm trying to install ASMTP for sendmail with sasl by modifying /etc/make.conf with the following: SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl2 cyrus-sasl was installed via ports after deinstalling cyrus-sasl2.

Re: MX list for points back to

2002-09-17 Thread Marc Schneiders
On Tue, 17 Sep 2002, at 14:18 [=GMT-0700], Gary D Kline wrote: On Tue, Sep 17, 2002 at 01:49:09PM -0700, Dave Young wrote: your mail server doesn't know what domain(s) it's supposed to accept mail for, but the MX record says it's the one. Look at /etc/mail/local-host-names or the like...

long pause when SSH'ing to FreeBSD server

2002-09-17 Thread Bsd Neophyte
this happens intermittantly. i don't know why, but when i connect to my FreeBSD box using putty, there is an extremely long pause for the following: 1. the login prompt to come up 2. the password prompt to come up after i type in the username 3. the connection to be established after i enter

Re: After editing freebsd.mc, how do I use this m4 processor?

2002-09-17 Thread Mike Hogsett
Not deprecated, but streamlined. If I understand you correctly, in /etc/mail, copy freebsd.mc to your.machine.name.mc, then do your editing on it. Don't even copy it. Just run make, then edit hostname.mc and run make (again), make install and make restart. To Unsubscribe: send mail to

Re: MX list for points back to

2002-09-17 Thread Gary D Kline
On Tue, Sep 17, 2002 at 11:31:14PM +0200, Marc Schneiders wrote: On Tue, 17 Sep 2002, at 14:18 [=GMT-0700], Gary D Kline wrote: On Tue, Sep 17, 2002 at 01:49:09PM -0700, Dave Young wrote: your mail server doesn't know what domain(s) it's supposed to accept mail for, but the MX record

RE: After editing freebsd.mc, how do I use this m4 processor?

2002-09-17 Thread Stacey Roberts
Thank you all for the overwhelming response to my post :-) As I mentioned to an earlier replier, These last few minutes has opened up a new, refreshing appreciation of FreeBSD to me. The simplicity of this concept that escaped me is almost embarrassing, but worth it in the end. Thank you all

RE: where's sasl.h?

2002-09-17 Thread Riley J. McIntire
SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl2 cyrus-sasl was installed via ports after deinstalling cyrus-sasl2. But I didn't change the cyrus-sasl2 flags to the cyrus-sasl flags. I hate that. sigh. Riley To

Re: arplookup xx.xxx.xx.xxx failed: host is not on local network

2002-09-17 Thread Peter Radcliffe
Crist J. Clark [EMAIL PROTECTED] probably said: This is a netmask problem, but not really the one that other people have described. This is how it usually works. Your troubled machine above, servername, receives an ARP who-has from another machine on the LAN called clientname. However, the IP

Re: long pause when SSH'ing to FreeBSD server

2002-09-17 Thread Kevin Oberman
Date: Tue, 17 Sep 2002 14:46:47 -0700 (PDT) From: Bsd Neophyte [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] this happens intermittantly. i don't know why, but when i connect to my FreeBSD box using putty, there is an extremely long pause for the following: 1. the login prompt to

Re: arplookup xx.xxx.xx.xxx failed: host is not on local network

2002-09-17 Thread Mike Hogsett
I get these errors generated on a machine which has the correct netmask, no static routes, no incorrect routes of any kind. During a migration there are multiple IP networks on the same physical switched network, if I connect to one of the machines in the other network on the same wire,

Re: mass storage

2002-09-17 Thread Adam Weinberger
the umass(4) drivers work perfectly for me and my digital camera and smartmedia cardreader. what isn't working for you? -Adam (09.17.2002 @ 1509 PST): [EMAIL PROTECTED] said, in 0.8K: i would like to know if USB auto-connect Universal Mass Storage drivers plan to be fully functional at

Re: IF you like your NVIDIA Graphics card

2002-09-17 Thread John Bleichert
On Tue, 17 Sep 2002, David Haworth wrote: Date: Tue, 17 Sep 2002 21:27:25 +0100 From: David Haworth [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: IF you like your NVIDIA Graphics card If you tell me that your Radeon works in OpenGL 3D in XFree86 (at better than 5 FPS) I'll go

RE: where's sasl.h?

2002-09-17 Thread Riley J. McIntire
But I didn't change the cyrus-sasl2 flags to the cyrus-sasl flags. I hate that. sigh. Riley Unfortunately that didn't fix it. /etc/make.conf now has: SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl cyrus-sasl is installed.

Re: long pause when SSH'ing to FreeBSD server

2002-09-17 Thread Bsd Neophyte
--- Kevin Oberman [EMAIL PROTECTED] wrote: 1. the login prompt to come up 2. the password prompt to come up after i type in the username 3. the connection to be established after i enter the password can anyone let me know how i can aleviate this pause problem? It's almost

Re: long pause when SSH'ing to FreeBSD server

2002-09-17 Thread Kevin Oberman
Date: Tue, 17 Sep 2002 16:20:22 -0700 (PDT) From: Bsd Neophyte [EMAIL PROTECTED] --- Kevin Oberman [EMAIL PROTECTED] wrote: 1. the login prompt to come up 2. the password prompt to come up after i type in the username 3. the connection to be established after i enter the password

what is the freebsd version for useradd -M?

2002-09-17 Thread Bsd Neophyte
i'm setting up samba on my FreeBSD box. the goal is to make it a PDC. i'm following the directions from Samba Unleased by SAMS. in the instructions, there's mention that each machine needs to have a user account on the server. it gives the following command to setup a machine account:

Re: long pause when SSH'ing to FreeBSD server

2002-09-17 Thread Justin P. Michel
- Original Message - From: Bsd Neophyte [EMAIL PROTECTED] 1. the login prompt to come up 2. the password prompt to come up after i type in the userrname 3. the connection to be established after i enter the password can anyone let me know how i can aleviate this pause problem?

NIC problem

2002-09-17 Thread Bob Bomar
I have a dual P-200 file server that is haveing some connection problems. When I ssh to the box, I login in fine, but some times it lags for a while, but the two boxes are physically sitting next to each other, and are on ports that are side by side on the switch. While I ssh out of the box

freebsd-fr.org

2002-09-17 Thread Chris Rogert
I just saw your link to alldomains.com on your webpage http://www.freebsd-fr.org/gallery/cgallery.html . Our site, Cheap-DomainRegistration.com, sells domain names for much cheaper (only $8.75 with no hidden fees). We would like to place your site in our directory of Domain Names and Internet

install questions

2002-09-17 Thread Mike Shlitz
I have an older machine, Pentium 233 MMX, 256MB SDRAM, 512 cache, (2) Western Digital 8.4 GB HDD, 24X CDROM, 2X CDRW. I am presently running it as a Win ME machine, with the (C:\) drive (hda) set as primary master and the (D:\) drive (hdb) set as primary slave. The CDROM is set as the

Re: expat.3

2002-09-17 Thread Kris Kennaway
On Tue, Sep 17, 2002 at 12:11:05PM -0400, Kevin S. Brackett wrote: # $FreeBSD: ports/textproc/expat2/Makefile,v 1.19 2002/09/17 06:36:52 kuriyama $ # PORTNAME= expat PORTVERSION=1.95.5 it's not. Okay, well cvsup your ports collection again, you probably caught half of an

Re: NIC problem

2002-09-17 Thread Nick Rogness
On Tue, 17 Sep 2002, Bob Bomar wrote: I have a dual P-200 file server that is haveing some connection problems. When I ssh to the box, I login in fine, but some times it lags for a while, but the two boxes are physically sitting next to each other, and are on ports that are side by side on

Re: long pause when SSH'ing to FreeBSD server

2002-09-17 Thread Kris Kennaway
On Tue, Sep 17, 2002 at 04:20:22PM -0700, Bsd Neophyte wrote: --- Kevin Oberman [EMAIL PROTECTED] wrote: 1. the login prompt to come up 2. the password prompt to come up after i type in the username 3. the connection to be established after i enter the password can anyone let

Re: install questions

2002-09-17 Thread Scott Robbins
On Tue, Sep 17, 2002 at 05:38:25PM -0700, Mike Shlitz wrote: I have an older machine, Pentium 233 MMX, 256MB SDRAM, 512 cache, (2) Western Digital 8.4 GB HDD, 24X CDROM, 2X CDRW. My intention is to run a tri-boot machine letting Slackware 8.1 and FreeBSD 4.6.2 split the second drive.

Re: mass storage

2002-09-17 Thread Bob Johnson
On Tuesday 17 September 2002 06:09 pm, [EMAIL PROTECTED] appears to have written: i would like to know if USB auto-connect Universal Mass Storage drivers plan to be fully functional at the end of the 4.x FBSD release development. it is my experience that the drivers are functionally broken

Re: NIC problem

2002-09-17 Thread Bob Bomar
A linksys, dc0, and the switch is a linksys 8-port, so I cant see any errors. I have swaped it out with an Intel card, fxp0, but it does the same thing. Anything wierd in the logfiles? Any device timeouts, eg fxp0 device timeout? There are no messages regarding

Re: expat.3

2002-09-17 Thread Kevin S. Brackett
On Tue, 17 Sep 2002, Kris Kennaway wrote: On Tue, Sep 17, 2002 at 12:11:05PM -0400, Kevin S. Brackett wrote: # $FreeBSD: ports/textproc/expat2/Makefile,v 1.19 2002/09/17 06:36:52 kuriyama $ # PORTNAME= expat PORTVERSION=1.95.5 it's not. Okay, well cvsup your ports

Re: install questions

2002-09-17 Thread John Bleichert
On Tue, 17 Sep 2002, Mike Shlitz wrote: Date: Tue, 17 Sep 2002 17:38:25 -0700 (PDT) From: Mike Shlitz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: install questions I have an older machine, Pentium 233 MMX, 256MB SDRAM, 512 cache, (2) Western Digital 8.4 GB HDD, 24X CDROM, 2X CDRW.

nautilus sux

2002-09-17 Thread Peter Leftwich
I am trying to run Gnome 2.0 and before running startx I `setenv WINDOW_MANAGER metacity` (tcsh). It seems I keep getting layers and layers of desktops and the taskbar at the bottom of the window gets obfuscated. When startx is done, I can right click and choose New Terminal but the usual

Re: CDRW using ATAPI cdrw

2002-09-17 Thread John Bleichert
On Tue, 17 Sep 2002, Pam Wampler wrote: Date: Tue, 17 Sep 2002 16:41:28 -0400 From: Pam Wampler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: CDRW using ATAPI cdrw Is there a utility that allows the use of cdrw on an atapi cdrw drive other than mkisofs burncd? -- When I use burncd,

Re: recovering ufs after fat games

2002-09-17 Thread Daemon
I'm having the same problem ... followed the instructions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/install.html#WIN95-DAMAGED-BOOT-MANAGER and did Fixit# fdisk -B -b /boot/boot0 ad0 from the 4.6 CD live filesystem. Now on reboot I get F3 = DOS F4 = FREEBSD If I choose F4 I

Re: NIC problem

2002-09-17 Thread Bob Bomar
On Tue, Sep 17, 2002 at 09:13:52PM -0400, John wrote: On your p200... run 'netstat -i' ssh p200 do some intermitant stuff.. close ssh session run 'netstat -i' again... Look for any errors on the interface you are using. Please post the results back. -John Just did that,

CDROM drive(s) suddenly gone

2002-09-17 Thread Weston M. Price
Hello, I recently built a new kernel to incorporate sound on my machine. Everything seemed to come off without a hitch, no problems whatsoever. I followed the handbook and added a line to my custom kernel. device pcm I purposely left out options PNPBIOS just to make sure everything

Problems with RELENG_4_6 'buildworld'

2002-09-17 Thread John Mills
Hello - Today I decided to upgrade my RELENG_4_5 box to RELENG_4_6. No problem with 'cvsup', but 'make buildworld' has crashed twice in exactly the same spot, so I wondered if anyone might shed some light on what's happening. (My machine has a history of crashes from overheating disk drives in

Re: Printer (lpt0) Device Busy (Epson Stylus Color 740)

2002-09-17 Thread Evan Dower
I'm sorry. I'm really sorry. The problem with my printer... was that it was out of ink. I'm very sorry. As it turns out, and Epson Stylus Color 740 will continue to print after the ink low LED turns on, but only for a limited time. After a while, it will simply stop accepting jobs, and your

number of snoop devices

2002-09-17 Thread Tien Duc Nguyen
Hi all, On a stock FreeBSD 4.6 Release install, after recompiling the kernel with 25 snoop devices, I'm stuck with at most 10 watch-ed snoop devices. At first, /dev/MAKEDEV snp10 doesn't work, so I've created the 11th snoop device by hand with 'mknod snp10 c 53 `unit2minor 10`' but watch

Re: NIC problem

2002-09-17 Thread dfolkins
- Original Message - From: Bob Bomar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 17, 2002 8:22 PM Subject: NIC problem here is a just in case: have you tried using different ports on the switch? or a different switch? -- dfolkins To Unsubscribe: send mail to

Re: CDROM drive(s) suddenly gone

2002-09-17 Thread Anish Mistry
On Tuesday 17 September 2002 06:04 pm, Weston M. Price wrote: Hello, I recently built a new kernel to incorporate sound on my machine. Everything seemed to come off without a hitch, no problems whatsoever. I followed the handbook and added a line to my custom kernel.

  1   2   >