Re: *** HEADS UP *** rc.conf changes (security)

2000-07-29 Thread Jordan K. Hubbard
Hopefully sysinstall will be smarter about writing these overrides than it is about writing the "USA_RESIDENT=NO" override to /etc/make.conf. It doesn't do that anymore. - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: fcntl and /dev/random

2000-07-29 Thread Mark Murray
Hi I'm looking at this; I'll have something by the end of the weekend for 5-CURRENT; 4-STABLE will take a bit longer. I don't think I'll dop anything for 3-* as it is at its end-of-life. Domo Arrigato! M Setting status flags using F_SETFL command of fcntl(2) on the file descriptor, which

Re: fcntl and /dev/random

2000-07-29 Thread Hiroyuki Hanai
I'm looking at this; I'll have something by the end of the weekend for 5-CURRENT; 4-STABLE will take a bit longer. I don't think I'll Wow, great. dop anything for 3-* as it is at its end-of-life. I agree. We can ignore 3-* as long as they don't show any big problem. Cheers, h.hanai To

Re: fcntl and /dev/random

2000-07-29 Thread Brian Fundakowski Feldman
On Sat, 29 Jul 2000, Hiroyuki Hanai wrote: Setting status flags using F_SETFL command of fcntl(2) on the file descriptor, which is returned by open(2)ing /dev/random, seems not to be supported. For example, when I run following code; [...] 3.4-RELEASE(and possibly 3.5 and 3.5.1) and

Panic in xpt_setup_ccb (cam_xpt.c)

2000-07-29 Thread Alexander Leidinger
Hi, while trying to read (dd if=/dev/cd0c) from a damaged cd (the surface is a little bit damaged), I've got a panic: ---snip--- #0 boot (howto=260) at ../../kern/kern_shutdown.c:303 #1 0xc01a0f19 in panic (fmt=0xc029aa60 "lockmgr: pid %d, not %s %d unlocking") at

World breakage from exit-sys_exit change?

2000-07-29 Thread Mike Meyer
Ok, I give up. It seems that the world change from exit to sys_exit broke the world build, but I can't figure out where. I've fixed every occurence of SYS_exit in the source tree (this one seems to be src/lib/csu/i386/crt0.c, but there were some in gdb as well), and removed /usr/obj - and I still

Re: World breakage from exit-sys_exit change?

2000-07-29 Thread Dampure, Pierre Y.
Mike Meyer wrote: Ok, I give up. It seems that the world change from exit to sys_exit broke the world build, but I can't figure out where. I've fixed every occurence of SYS_exit in the source tree (this one seems to be src/lib/csu/i386/crt0.c, but there were some in gdb as well), and

Re: World breakage from exit-sys_exit change?

2000-07-29 Thread Peter Wemm
Argh! I knew today was going to stay a bad day. I am pretty sure I know how to fix this and will commit a fix shortly. If you want to try now, edit sys/kern/syscalls.master: 1 STD NOHIDE { void sys_exit(int rval); } sys_exit sys_exit_args void --- 1 STD NOHIDE { void

Re: World breakage from exit-sys_exit change?

2000-07-29 Thread Mike Meyer
Peter Wemm writes: Argh! I knew today was going to stay a bad day. I had similar thoughts about mine, both before I started the build, and afterwards. I am pretty sure I know how to fix this and will commit a fix shortly. If you want to try now, edit sys/kern/syscalls.master: 1 STD

Re: World breakage from exit-sys_exit change?

2000-07-29 Thread Peter Wemm
Mike Meyer wrote: Peter Wemm writes: Argh! I knew today was going to stay a bad day. I had similar thoughts about mine, both before I started the build, and afterwards. I am pretty sure I know how to fix this and will commit a fix shortly. If you want to try now, edit

Re: fcntl and /dev/random

2000-07-29 Thread Bruce Evans
n Sat, 29 Jul 2000, Hiroyuki Hanai wrote: Setting status flags using F_SETFL command of fcntl(2) on the file descriptor, which is returned by open(2)ing /dev/random, seems not to be supported. For example, when I run following code; File flags should be handled at the file level, and mostly

Re: Panic in xpt_setup_ccb (cam_xpt.c)

2000-07-29 Thread Matthew Jacob
What hardware? On Sat, 29 Jul 2000, Alexander Leidinger wrote: Hi, while trying to read (dd if=/dev/cd0c) from a damaged cd (the surface is a little bit damaged), I've got a panic: ---snip--- #0 boot (howto=260) at ../../kern/kern_shutdown.c:303 #1 0xc01a0f19 in panic (fmt=0xc029aa60

Re: Panic in xpt_setup_ccb (cam_xpt.c)

2000-07-29 Thread Alexander Leidinger
On 29 Jul, Matthew Jacob wrote: What hardware? ahc0: Adaptec aic7880 Ultra SCSI adapter port 0xb000-0xb0ff mem 0xd980-0xd9800fff irq 9 at device 6.0 on pci0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs cd0 at ahc0 bus 0 target 1 lun 0 cd0: TEAC CD-R55S 1.0Q Removable CD-ROM

Re: Broadcast address with DHCP

2000-07-29 Thread Ben Smithurst
Ben Smithurst wrote: dhclient seems to be broken, it's giving me the all zeroes broadcast address instead of all ones: inet 192.168.91.35 netmask 0xfff0 broadcast 192.168.91.32 (should be broadcast 192.168.91.47) ok, ignore this, it seems to be working after another

Re: Mouse frozen in X when returning from text console

2000-07-29 Thread Benedikt Schmidt
On Wed, Jul 26, 2000 at 11:12:34PM -0400, Alexander N. Kabaev wrote: There was a patch floating around which fixed these mouse problems for me. The patch solves the problem here too. Perhaps it could be added to the other FreeBSD patches in the XFree86-4 port. Benedikt Schmidt To

sendmail 8.11.0 trouble

2000-07-29 Thread Leif Neland
Freshly cvsupped current. Sendmail 8.11.0 When invoking sendmail or newaliases I get this message: /etc/pwd.db: Invalid argument Sendmail can't read /etc/pwd.db, and therefore cannot deliver any local mail. Howtofixitplease? Leif To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: cvs commit: src/sys/kern kern_event.c

2000-07-29 Thread Jim Bloom
I am having problems with "tail -f" hanging the machine. I don't know if this change is related, but I suspect that it might be. I commonly do a "tail -f" of my log file while doing a buildworld. As soon as I interrupted the tail, the machine hung. I then tried to figure out what was causing

Re: randomdev entropy gathering is really weak

2000-07-29 Thread Brian Fundakowski Feldman
On Mon, 24 Jul 2000, Jeroen C. van Gelderen wrote: What I meant with that point is that the user may get, say an extra few hundred bits out of it with no new entropy before the scheduled reseed task kicks in. How does he know which bits are which? His analysis task just got a whole

Unable to install FreeBSD Release 4.1 Keyboard is not present

2000-07-29 Thread Tim McCullagh
Hi All Has anyone had any difficulty loading release 4.1 ? I have a Tyan Thunder Main board with 128 MB ram When I try and install it bypasses the kernel configuration and takes me straight to the /stand/sysinstall menu. There is also no keyboard support, therefore I am unable to complete

Re: randomdev entropy gathering is really weak

2000-07-29 Thread Jeroen C. van Gelderen
Brian Fundakowski Feldman wrote: On Mon, 24 Jul 2000, Jeroen C. van Gelderen wrote: What I meant with that point is that the user may get, say an extra few hundred bits out of it with no new entropy before the scheduled reseed task kicks in. How does he know which bits are

Re: sendmail 8.11.0 trouble

2000-07-29 Thread Chris Costello
On Sunday, July 30, 2000, Leif Neland wrote: Freshly cvsupped current. Sendmail 8.11.0 When invoking sendmail or newaliases I get this message: /etc/pwd.db: Invalid argument Sendmail can't read /etc/pwd.db, and therefore cannot deliver any local mail. Howtofixitplease? If you