ftp/fetch command not understood on stable and current

2003-10-16 Thread Brandon Fosdick
On both stable and current I'm having problems getting ftp or fetch to connect to ftp servers (fetch can't connect to anything). I'm behind a firewall but the ftp ports are open and I'm sitting next to an HPUX box that doesn't have the same problem. All of the output below came from a 5.1-R

kernel doesn't build anymore on 4.9-RC ?

2003-10-16 Thread Gianmarco
4.9-RC of a cvsup of 5 minutes ago. --- make kernel --- Warning: Object directory not changed from original /usr/obj/usr/src/sys/ FREEBSD cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c cc -O -pipe

Re: problems in chflags

2003-10-16 Thread Smux
check the sysctl kern.securelevel if it is = 1, the system append flag (sappnd) may not be turned off (see init(8)). This can be changed by lowering the securelevel setting in rc.conf and rebooting the system. -- Matthew George SecureWorks Technical Operations Thanks for help.

Re: 5.1 RELEASE: clock running wild?

2003-10-16 Thread Lowell Gilbert
G. Panula [EMAIL PROTECTED] writes: Run ntpd. Pretty much just need two files; /etc/ntp.conf and /etc/ntp.drift. It would be better to fix the problem *before* trying NTP (which won't help at all unless he has full-time access to a server anyway).

Re: updating system help ??!!??

2003-10-16 Thread Lowell Gilbert
Brent Bailey [EMAIL PROTECTED] writes: The latter, not the former. You want to be running the *new* kernel before starting the system install. what do yoyu mean are you saying i have to recompile the kernel befor i start the system install ?? Yes, that's exactly what I mean.

Re: bridge troubles with wi

2003-10-16 Thread marcos
why just don't use option BRIDGE on the kernel? - Original Message - From: Tom Dymond [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 17, 2003 4:48 AM Subject: Re: bridge troubles with wi I'm sorry for replying for myself again, but i found a workaround for my problem.

RE: Help with build world - Can't mount root after bootin from /k ernel

2003-10-16 Thread Jason Dictos
Well, when I try that I get: ok unload ok /boot /boot/kernel/kernel /boot not foud Ideas? -Jason -Original Message- From: Kevin Oberman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 9:21 AM To: Jason Dictos Cc: '[EMAIL PROTECTED]' From: Jason Dictos [EMAIL PROTECTED]

4.9-RC + XFree86-4 + nvidia weirdness

2003-10-16 Thread Ade Lovett
A few system details: FreeBSD scythe.lovett.com 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 16 14:02:55 PDT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 Bootstrapped from a minimal install from the 4.9-RC2 ISO image. Relevant devices: agp0: VIA Generic host to PCI bridge mem

RE: Help with build world - Can't mount root after bootin from /k ernel

2003-10-16 Thread Jason Dictos
I find that if right after the F1 prompt I press enter then ctrl-c fast, I get send to this boot prompt: Default: 0:ad(0,a)/boot/loader boot: If at this prompt I then type /boot/kernel/kernel The system appears to start loading a kernel, then crashes silently in the background hanging the

Re: ftp/fetch command not understood on stable and current

2003-10-16 Thread Scot W. Hetzel
From: Brandon Fosdick [EMAIL PROTECTED] On both stable and current I'm having problems getting ftp or fetch to connect to ftp servers (fetch can't connect to anything). I'm behind a firewall but the ftp ports are open and I'm sitting next to an HPUX box that doesn't have the same problem.

Re: ftp/fetch command not understood on stable and current

2003-10-16 Thread Kevin D. Kinsey, DaleCo, S.P.
Scot W. Hetzel wrote: Your ftp client went into passive mode. The reason it went to passive mode is because the /etc/login.conf file is setting an environment variable ((FTP_PASSIVE_MODE=YES) to turn on passive mode. To disable it, run ftp or fetch under sh as follows: FTP_PASSIVE_MODE=NO ftp