Re: Enhancing cdboot [patch for review]

2008-12-11 Thread Giorgos Keramidas
On Thu, 11 Dec 2008 08:37:26 +0200, Jonathan McKeown [EMAIL PROTECTED] wrote: While you're enhancing cdboot anyway, can I ask how complicated it would be to make cdboot serial-console capable? (I'm not a C programmer, I'm a sysadmin - but I'd be prepared to try and look at this myself if

Re: zfs panics

2008-12-11 Thread Danny Braniss
Hi, On 2008-12-10, Danny Braniss wrote: from a solaris or linux client, doing a ls(1) of a nfs exported zfs file, for example: ls /net/zfs-server/h/.zfs/snapshot, panics the server. The server is running latest 7.1-prerelease. This has been reported as PR kern/125149. I have

NTP: leap second adjustments.

2008-12-11 Thread vasanth raonaik
Hello Hackers, I am working on ntpd 4.2.0-a. I need to test whether this version of ntpd is capable of handling leap second adjustments. Could any one please let me know any details of how i can simulate the leap count adjustments. I need to verify if the system does not crash with leap second

Re: zfs panics

2008-12-11 Thread Danny Braniss
Hi, On 2008-12-10, Danny Braniss wrote: from a solaris or linux client, doing a ls(1) of a nfs exported zfs file, for example: ls /net/zfs-server/h/.zfs/snapshot, panics the server. The server is running latest 7.1-prerelease. This has been reported as PR kern/125149.

Re: Small Change to chpass.c

2008-12-11 Thread Rodrigo OSORIO (ros)
On 10/12/08 18:00 -0800, Sheldon Givens wrote: Hi guys, When I was doing some user management today I noticed that chpass, and all the utilities that use chpass.c, only give one attempt to authenticate to make the change. After I messed this up once or twice (and after doing 4-5 minutes of

Re: Enhancing cdboot [patch for review]

2008-12-11 Thread Jonathan McKeown
On Thursday 11 December 2008 10:45:41 Giorgos Keramidas wrote: On Thu, 11 Dec 2008 08:37:26 +0200, Jonathan McKeown [EMAIL PROTECTED] wrote: While you're enhancing cdboot anyway, can I ask how complicated it would be to make cdboot serial-console capable? (I'm not a C programmer, I'm a

Re: Enhancing cdboot [patch for review]

2008-12-11 Thread Giorgos Keramidas
On Thu, 11 Dec 2008 10:52:49 +0200, Jonathan McKeown [EMAIL PROTECTED] wrote: cdboot runs long after the prompt for BIOS setup. I don't think we can modify cdboot to add serial console support to systems whose BIOS setup doesn't support it. Sorry, of course you're right: I'm talking

Re: Enhancing cdboot [patch for review]

2008-12-11 Thread Jonathan McKeown
On Thursday 11 December 2008 14:42:46 Giorgos Keramidas wrote: On Thu, 11 Dec 2008 10:52:49 +0200, Jonathan McKeown [EMAIL PROTECTED] wrote: cdboot runs long after the prompt for BIOS setup. I don't think we can modify cdboot to add serial console support to systems whose BIOS setup

Re: Small Change to chpass.c

2008-12-11 Thread Giorgos Keramidas
On Thu, 11 Dec 2008 08:11:20 +0100 (CET), Trond Endrestøl [EMAIL PROTECTED] wrote: On Thu, 11 Dec 2008 08:32+0200, Giorgos Keramidas wrote: On Wed, 10 Dec 2008 18:00:25 -0800, Sheldon Givens [EMAIL PROTECTED] wrote: --- /usr/src/usr.bin/chpass.c 2008-12-11 01:55:27.0 -0800 +++

Re: Enhancing cdboot [patch for review]

2008-12-11 Thread Bruce M. Simpson
This sounds and looks cool, diff looks OK (haven't applied), Luigi's comments seem well thought out and expressed. cheers BMS ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send

Re: Small Change to chpass.c

2008-12-11 Thread Garrett Cooper
On Thu, Dec 11, 2008 at 5:15 AM, Giorgos Keramidas keram...@ceid.upatras.gr wrote: On Thu, 11 Dec 2008 08:11:20 +0100 (CET), Trond Endrestøl trond.endres...@fagskolen.gjovik.no wrote: On Thu, 11 Dec 2008 08:32+0200, Giorgos Keramidas wrote: On Wed, 10 Dec 2008 18:00:25 -0800, Sheldon Givens

Re: NFS ( amd?) dysfunction descending a hierarchy

2008-12-11 Thread David Wolfskill
On Wed, Dec 10, 2008 at 07:06:20PM +0200, Kostik Belousov wrote: ... What concerns me is that even if the attempted unmount gets EBUSY, the user-level process descending the directory hierarchy is getting ENOENT trying to issue fstatfs() against an open file descriptor. I'm having