Re: patchlevels and FreeBSD source

2003-11-26 Thread Daniel Lang
Hi, [EMAIL PROTECTED] wrote on Tue, Nov 25, 2003 at 08:09:56PM -0500: [..] > 4.8-RELEASE-p15 for example) and then build world. The cvsup/buildworld > takes a long time. These steps are also difficult to automate. > > My question is: Is it possible that I update my cdrom image to the to > 4.8-RE

Re: patchlevels and FreeBSD source

2003-11-26 Thread Colin Percival
At 20:09 25/11/2003 -0500, [EMAIL PROTECTED] wrote: Presently I install my servers using a automated pxeboot method. The NFS image I choose is a copy of the freebsd 4.8-RELEASE cdrom. Post install I cvsup the plain 4.8-RELEASE server to RELENG_4_8 (taking the patchlevel to 4.8-RELEASE-p15 for examp

Re: getpwnam with md5 encrypted passwds

2003-11-26 Thread [EMAIL PROTECTED]
Zitat von Q <[EMAIL PROTECTED]>: This was a stupid mistake ! Thanks > Change your crypt line to: > > if (!strcmp( crypt(pass,pwd->pw_passwd), pwd->pw_passwd) ) { > > Seeya...Q > > On Wed, 2003-11-26 at 11:30, [EMAIL PROTECTED] wrote: > > > Hi, > > > > i am trying to validate a given user

Re: patchlevels and FreeBSD source

2003-11-26 Thread Daniel O'Connor
On Wednesday 26 November 2003 17:40, Daniel Lang wrote: > 1. CVSup and build the world on your install-server (or any >other NFS server) pre installation, NFS export >/usr/src and /usr/obj to all your clients. >During post-install, mount these directories and call >'make

Re: getpwnam with md5 encrypted passwds

2003-11-26 Thread Terry Lambert
"[EMAIL PROTECTED]" wrote: > i am trying to validate a given user password against my local passwd-file with > this piece of code : > > if (!( pwd = getpwnam ( user ))) { > log(ERROR,"User %s not known",user); > stat=NOUSER; > } > if (!strcmp

Re: patchlevels and FreeBSD source

2003-11-26 Thread Jacques A. Vidrine
On Tue, Nov 25, 2003 at 08:09:56PM -0500, [EMAIL PROTECTED] wrote: > My question is: Is it possible that I update my cdrom image to the to > 4.8-RELEASE-p15 before install ? In other words, are the patches that > released as source diffs also available as downloadable cd images? Currently, no, but

AW: getpwnam with md5 encrypted passwds

2003-11-26 Thread Kai Mosebach
> -Ursprüngliche Nachricht- > Von: Terry Lambert [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 26. November 2003 13:34 > An: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Betreff: Re: getpwnam with md5 encrypted passwds > > "[EMAIL PROTECTED]" wrote: > > i am trying to validate a given use

Re: puc/sio driver - receives but doesn't send

2003-11-26 Thread non
From: "M. Warner Losh" <[EMAIL PROTECTED]> Date: Tue, 25 Nov 2003 23:24:29 -0700 (MST) > : Anybody have any ideas what might be wrong? > : > : And yes, the motherboard serial ports both work as expected using the > : same cables, etc. > > I know this is a long shot But maybe there's a cold s

Re: getpwnam with md5 encrypted passwds

2003-11-26 Thread Peter Pentchev
On Wed, Nov 26, 2003 at 02:21:04PM +0100, Kai Mosebach wrote: > > -Urspr?ngliche Nachricht- > > Von: Terry Lambert [mailto:[EMAIL PROTECTED] > > Gesendet: Mittwoch, 26. November 2003 13:34 > > An: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Betreff: Re: getpwnam with md5 encrypted passw

Re: freebsd smp -> linux up

2003-11-26 Thread Anthony Schneider
sadly, all ktrace shows is ktrace launching vmware (from 'ktrace vmware', shows sh reading and executing, and then ends with the vmware fork). is there a special way to ktrace linux binaries that i'm not aware of? -Anthony. On Tue, Nov 25, 2003 at 07:32:35PM +0100, Dag-Erling Smørgrav wrote: > A

Re: freebsd smp -> linux up

2003-11-26 Thread Dag-Erling Smørgrav
Anthony Schneider <[EMAIL PROTECTED]> writes: > sadly, all ktrace shows is ktrace launching vmware (from 'ktrace vmware', > shows sh reading and executing, and then ends with the vmware fork). > > is there a special way to ktrace linux binaries that i'm not aware of? None is required; you just hav

Re: getpwnam with md5 encrypted passwds

2003-11-26 Thread Tim Kientzle
[EMAIL PROTECTED] wrote: Hi, i am trying to validate a given user password against my local passwd-file with this piece of code : if (!strcmp( crypt(pass,pwd->pw_name), pwd->pw_passwd) ) { The second argument to crypt here should be pwd->pw_passwd. Otherwise, this doesn't work even with

Re: getpwnam with md5 encrypted passwds

2003-11-26 Thread Clifton Royston
On Wed, Nov 26, 2003 at 12:01:01PM -0800, [EMAIL PROTECTED] wrote: > Date: Wed, 26 Nov 2003 16:05:30 +0200 > From: Peter Pentchev <[EMAIL PROTECTED]> > Subject: Re: getpwnam with md5 encrypted passwds > To: Kai Mosebach <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Message-ID: <[EMAIL PROTECTED]> >

healthd oddities

2003-11-26 Thread Leo Bicknell
With my FreeBSD current system I decided to try healthd again, it didn't work with my previous motherboard. It seems to work with my new motherboard (Intel Serverworks of some sort, I can get a model number later if it matters), however all the numbers are just out of range. Pardon the HTML, but

Re: healthd oddities

2003-11-26 Thread Daniel O'Connor
On Thursday 27 November 2003 10:00, Leo Bicknell wrote: > Note 3.3 volt is 4.08, 5 volt is 6.85, etc. The system is not over > clocking or doing anything else wierd. They are enough out of range > healthd warns on them by default to syslog. > > Anyone seen this before? Do I have a problem I didn

NFS Flags Oddity

2003-11-26 Thread Kris Kirby
FreeBSD (4.9-RC) doesn't appear to "export" schg flags over NFS. You've got to shell in locally to the machine to move the schg flags; ls -lao doesn't report them over NFS, but does list them locally. -- Kris Kirby, KE4AHR <[EMAIL PROTECTED]> TGIFreeBSD IM: 'KrisBSD' "BIG B

Re: NFS Flags Oddity

2003-11-26 Thread Daniel O'Connor
On Thursday 27 November 2003 16:43, Kris Kirby wrote: > FreeBSD (4.9-RC) doesn't appear to "export" schg flags over NFS. You've > got to shell in locally to the machine to move the schg flags; ls -lao > doesn't report them over NFS, but does list them locally. I didn't think flags were a concept