Re: Proof of concept patch for device rearrangement

2003-06-19 Thread Wilko Bulte
On Thu, Jun 19, 2003 at 01:16:56AM +0200, Maxime Henrion wrote: walt wrote: Poul-Henning Kamp wrote: I have uploaded a proof of concept patch: http://phk.freebsd.dk/patch/fd_dev.patch ...And with this code enabled, it is possible to go from userland to device driver

Re: Why doesn't background fsck work ?

2003-06-19 Thread Terry Lambert
[ ... BG fsck ... ] I haven't got softupdates enabled, but I didn't want to enable it, because I've heard that it isn't 100% reliable and I didn't want to lose data Theer have been no problems with softupdates in regard to data integrity in either 5.0 or 5.1 release. I do recall a

FeeBSD 5.1 and localdaemons

2003-06-19 Thread Darin
Hello, This is my first try at FreeBSD. I've been able to get the install completed and that seems fine. I started compiling ports in and have discovered a problem. I compiled in ProFTPD and MySQL along with all their dependencies and found that they were not starting up when the box would

ACPI issues on ThinkPad T21 + Dock

2003-06-19 Thread Eirik Oeverby
Hello all! I've been tinkering with 5.1 (-current) for a while now, ever since it was released. I checked out code and recompiled my kernel as late as yesterday evening. Since the install, I have encountered a few problems that I'd like to discuss: - When my machine is docked, I *have to*

Re: who has the ACPI BAD PARAMETER patch?

2003-06-19 Thread Stijn Hoop
On Wed, Jun 18, 2003 at 09:14:53PM -0700, Julian Elischer wrote: My Dell is exhibiting this error message all over the place.. At USENIX I was told someone had a fix.. http://sandcat.nl/~stijn/freebsd/dell.php As of yet still untested instructions how to patch your ASL, let me know if they

Re: ACPI issues on ThinkPad T21 + Dock

2003-06-19 Thread Stijn Hoop
On Thu, Jun 19, 2003 at 09:33:41AM +0200, Eirik Oeverby wrote: - When booted with ACPI enabled (docked), the machine will at some point simply power itself off. I have seen people complaining about similiar machines powering themselves *on* after a power-off, but in my case it's the

Re: ACPI issues on ThinkPad T21 + Dock

2003-06-19 Thread Eirik Oeverby
Stijn Hoop wrote: On Thu, Jun 19, 2003 at 09:33:41AM +0200, Eirik Oeverby wrote: - When booted with ACPI enabled (docked), the machine will at some point simply power itself off. I have seen people complaining about similiar machines powering themselves *on* after a power-off, but in my case

Re: Proof of concept patch for device rearrangement

2003-06-19 Thread Terry Lambert
I love English! Maxime Henrion wrote: Giant is the big lock that protects the whole kernel that everyone is trying to get rid of :-). We should just delete Giant. Then we can get rid of the whole kernel that everyone is trying to get rid of, since Ginat will no longer be protecting it... 8-)

Re: FeeBSD 5.1 and localdaemons

2003-06-19 Thread John-Mark Gurney
Darin wrote this message on Thu, Jun 19, 2003 at 03:33 -0400: that I can see with the installation.. I tried adding a line to the /etc/rc.d/local script that called the localdaemons script.. When I rebooted, MySQL and ProFTPD start fine during boot.. Anyone have any ideas on this one?? are

Re: FeeBSD 5.1 and localdaemons

2003-06-19 Thread Mike Makonnen
On Thu, 19 Jun 2003 03:33:48 -0400 Darin [EMAIL PROTECTED] wrote: But, the ProFTPD and MySQL still wont start.. I did some digging in the scripts in /etc/rc.d and found the local and localdaemons scripts.. After playing around a bit, I found that the localdaemons script is actually what

Re: Problems tuning kmem_map on 5.1-REL box.

2003-06-19 Thread Peter Losher
On Wed, 18 Jun 2003, David Schultz wrote: To allow the kmem_map to exceed 200 MB, you'll also need to tweak VM_KMEM_SIZE_MAX to (for example) '(1024 * 1024 * 1024)'. BTW, the formula, which I stole from vmparam.h, is: min(max(VM_KMEM_SIZE, Physical memory/VM_KMEM_SIZE_SCALE),

Re: NFS weirdness...

2003-06-19 Thread Matt
jle said: My new web server won't mount NFS from fstab on reboot. on NFSD: (/etc/exports) /home2 -maproot=0 -alldirs httpd on HTTPD: (/etc/fstab) NFSD:/home2 /home nfs rw,bg 0 0 manually mounting works mount NFSD:/home2 /home

Re: Problems tuning kmem_map on 5.1-REL box.

2003-06-19 Thread David Schultz
On Thu, Jun 19, 2003, Peter Losher wrote: On Wed, 18 Jun 2003, David Schultz wrote: To allow the kmem_map to exceed 200 MB, you'll also need to tweak VM_KMEM_SIZE_MAX to (for example) '(1024 * 1024 * 1024)'. BTW, the formula, which I stole from vmparam.h, is: min(max(VM_KMEM_SIZE,

[-CURRENT tinderbox] failure on ia64/ia64

2003-06-19 Thread Tinderbox
TB --- 2003-06-19 08:17:16 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2003-06-19 08:17:16 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-19 08:24:56 - building world TB --- cd

Re: 5.1-CURRENT hangs on disk i/o? sysctl_old_user() non-sleepablelocks

2003-06-19 Thread Stefan Eßer
On 2003-06-18 20:41 -0700, Don Lewis [EMAIL PROTECTED] wrote: On 18 Jun, Chris Shenton wrote: Don Lewis [EMAIL PROTECTED] writes: Try the very untested patch below ... RCS file: /home/ncvs/src/sys/kern/uipc_syscalls.c,v retrieving revision 1.150 Try the very untested patch below

[-CURRENT tinderbox] failure on sparc64/sparc64

2003-06-19 Thread Tinderbox
TB --- 2003-06-19 09:17:24 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2003-06-19 09:17:24 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-19 09:20:51 - building world TB

Re: Proof of concept patch for device rearrangement

2003-06-19 Thread Sergey A. Osokin
On Wed, Jun 18, 2003 at 11:25:36PM +0200, Poul-Henning Kamp wrote: I have uploaded a proof of concept patch: http://phk.freebsd.dk/patch/fd_dev.patch WARNING: It is perfectly possibly that this patch eats your machine WARNING: destroys your disk and makes your corn-flakes

Re: NFS weirdness...

2003-06-19 Thread jle
jle said: My new web server won't mount NFS from fstab on reboot. on NFSD: (/etc/exports) /home2 -maproot=0 -alldirs httpd on HTTPD: (/etc/fstab) NFSD:/home2 /home nfs rw,bg 0 0 manually mounting works mount NFSD:/home2 /home Works

buildworld failure - BFD - targmatch.h

2003-06-19 Thread Michael W. Oliver
Hello -CURRENT, nice to meet you. My name is Michael Oliver, and I have been running FreeBSD for a few years, and am a BIG fan. I have recently decided to run -CURRENT on my laptop (Gateway SOLO-9300cl), and on my most recent buildworld (past -CURRENT upgrades have worked), I am having trouble.

support for mounting md(4) based filesystem at boot [PATCHES]

2003-06-19 Thread Johny Mattsson
Hi all, As promised a couple of days ago, here's the patch set to allow for mounting of md(4) based filesystems at boot time: http://www.earthmagic.org/~lonewolf/FreeBSD/mdmount.tar.gz This archive contains a number of files, including four rc.d scripts, a rc.conf diff, a couple of datafiles

RE: FeeBSD 5.1 and localdaemons

2003-06-19 Thread Darin
Thanks to everyone for their tips.. I decided to blow it all away and start fresh.. And, its all working properly now.. Go figure.. No idea what I did the first time around that would have caused that.. I've been able to get postfix up and running happily so I'll continue from there.. Thanks

Re: support for mounting md(4) based filesystem at boot [PATCHES]

2003-06-19 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Johny Mattsson writes: Hi all, As promised a couple of days ago, here's the patch set to allow for mounting of md(4) based filesystems at boot time: http://www.earthmagic.org/~lonewolf/FreeBSD/mdmount.tar.gz This archive contains a number of files, including four

Re: support for mounting md(4) based filesystem at boot [PATCHES]

2003-06-19 Thread Andrew Kenneth Milton
+---[ Poul-Henning Kamp ]-- | | I think we need somebody to reconsider how we configure our filesystems | in the future, in order to avoid a confusion of config files whose | interrelationship users will have no chance of figuring out. | | We have CCD, GBDE, MD and in the

Recent getty(8) changes clobbers w(1)

2003-06-19 Thread Morten Rodal
After the recent getty(8) changes w(1) will now show root logins on the same ttys if you use su(1). However, after logging out the root user is not removed from the w(1) (or who(1) for that matter). Example output from w(1) where tty p0 and p4 have been used to login with root, and currently

Re: buildworld failure - BFD - targmatch.h

2003-06-19 Thread Jeremy Messenger
On Thu, 19 Jun 2003 08:05:38 -0400, Michael W. Oliver [EMAIL PROTECTED] wrote: Hello -CURRENT, nice to meet you. My name is Michael Oliver, and I have been running FreeBSD for a few years, and am a BIG fan. I have recently decided to run -CURRENT on my laptop (Gateway SOLO-9300cl), and on my

Re: buildworld failure - BFD - targmatch.h

2003-06-19 Thread Michael W. Oliver
+--- On Thursday, June 19, 2003 09:38, | Jeremy Messenger proclaimed: | | On Thu, 19 Jun 2003 08:05:38 -0400, Michael W. Oliver | | [EMAIL PROTECTED] wrote: | Hello -CURRENT, nice to meet you. My name is Michael Oliver, and I | have been running FreeBSD for a few years, and am a BIG fan. I

Re: Proof of concept patch for device rearrangement

2003-06-19 Thread Alexey Neyman
Hi, there! On Thursday 19 June 2003 01:25, Poul-Henning Kamp wrote: PK I have uploaded a proof of concept patch: PK http://phk.freebsd.dk/patch/fd_dev.patch Just looked thru, not tested yet: * G1/G2 macros could benefit from more descriptive names, e.g. G_LOCK/G_UNLOCK/whatever * the

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Jesse Guardiani
Darryl Okahata wrote: Jesse Guardiani [EMAIL PROTECTED] wrote: Help! This APM BIOS suspends fine under Linux (2.4.18 kernel)! I've tried everything I can think of to get suspend working under 5.1-RELEASE! Wild-a** guess: ata1-slave: timeout waiting for interrupt ata1-slave:

Installation boot floppy problem

2003-06-19 Thread Ian Soboroff
I tried installing 5.1 from CDs onto a machine at home which is currently running 4.6-RELEASE (crufty, I know, but it isn't connected to anything public, it serves files to my other dinosaurs). This box is a NexGen Nx586-VL with 64MB of RAM and a 40GB disk. The NexGen BIOS won't boot from the

squid and FreeBSD 5.1-RELEASE

2003-06-19 Thread Christer.Gundersen
gives this... cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -O -pipe -march=pentium2 -c `test -f html_quote.c || echo './'`html_quote.c source='iso3307.c' object='iso3307.o' libtool=no depfile='.deps/iso3307.Po' tmp depfile='.deps/iso3307.TPo' depmode=gcc3 /bin/sh

Re: 5.1-CURRENT hangs on disk i/o? sysctl_old_user() non-sleepablelocks

2003-06-19 Thread Don Lewis
On 19 Jun, Stefan Eßer wrote: On 2003-06-18 20:41 -0700, Don Lewis [EMAIL PROTECTED] wrote: On 18 Jun, Chris Shenton wrote: Don Lewis [EMAIL PROTECTED] writes: Try the very untested patch below ... [ snip ] Tried it, rebuilt kernel, rebooted, no affect :-( You were correct about

Re: [current] Re: ACPI suspending.

2003-06-19 Thread M. Warner Losh
In message: [EMAIL PROTECTED] David Gilbert [EMAIL PROTECTED] writes: : Mark == Mark Santcroos [EMAIL PROTECTED] writes: : : Mark Ok, it would really help if you try and document all cases until : Mark you at least exactly know the behavior. From there we can go on. : : What am I

Re: Problems with wi on 5.1-CURRENT

2003-06-19 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Robert Hulme [EMAIL PROTECTED] writes: : Yesterday I sent in an email to freebsd-current about the problems with : wi in 5.1-Current. There haven't been any replies to suggest anyone : knows why this is happening, how to fix it, or anyone looking into :

Re: mount_ntfs causes panic

2003-06-19 Thread Tim Robbins
On Tue, Jun 17, 2003 at 09:16:51PM +0900, NAKAJI Hiroyuki wrote: I updated my laptop kernel to 5.1-CURRENT and got into trouble. FreeBSD mebius 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Tue Jun 17 09:36:21 JST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 This laptop also runs

Re: Problems with wi on 5.1-CURRENT

2003-06-19 Thread Oliver Brandmueller
Hi Robert, Warner. On Thu, Jun 19, 2003 at 09:16:46AM -0600, M. Warner Losh wrote: Send it to [EMAIL PROTECTED] I read that list often, but more people than just me deal with wi. fter Robert's first posting to this list I sent some additional information in [EMAIL PROTECTED] as a reply.

Re: squid and FreeBSD 5.1-RELEASE

2003-06-19 Thread Mike Barcroft
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: gives this... -I../include -I../include -I../include -O -pipe -march=pentium2 -c `test -f md5.c || echo './'`md5.c In file included from ../include/squid_types.h:70, from ../include/md5.h:55, from md5.c:39:

RE: squid and FreeBSD 5.1-RELEASE

2003-06-19 Thread Christer.Gundersen
-Original Message- From: Mike Barcroft [mailto:[EMAIL PROTECTED] Sent: 19. juni 2003 18:09 To: Gundersen Christer (Kundeservice) Cc: [EMAIL PROTECTED] Subject: Re: squid and FreeBSD 5.1-RELEASE [EMAIL PROTECTED] [EMAIL PROTECTED] writes: SNAP! Hmm, I don't think bitypes.h

[-CURRENT tinderbox] failure on alpha/alpha

2003-06-19 Thread Tinderbox
TB --- 2003-06-19 16:00:22 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-06-19 16:00:22 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-19 16:02:36 - building world TB --- cd

Re: [-CURRENT tinderbox] failure on alpha/alpha

2003-06-19 Thread Matthew N. Dodd
This should be fixed now. On Thu, 19 Jun 2003, Tinderbox wrote: TB --- 2003-06-19 16:00:22 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-06-19 16:00:22 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Jesse Guardiani
Jesse Guardiani wrote: Darryl Okahata wrote: Jesse Guardiani [EMAIL PROTECTED] wrote: Help! This APM BIOS suspends fine under Linux (2.4.18 kernel)! I've tried everything I can think of to get suspend working under 5.1-RELEASE! Wild-a** guess: ata1-slave: timeout waiting for

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Tobias Roth
On Thu, Jun 19, 2003 at 01:48:18PM -0400, Jesse Guardiani wrote: First off, I'd like to note, once again, that APM works PERFECTLY under Linux on this laptop with a 2.4.18 and 2.4.20 kernel. I could even suspend and resume from X Windows without problems. FreeBSD's APM code must not be as

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Sheldon Hearn
On (2003/06/19 20:06), Tobias Roth wrote: you compare a stable linux kernel branch with an unstable freebsd branch. please make yourself familiar with freebsds (and possibly linux') release process before you make statements like this. you will only piss off the people that are trying to help

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Tobias Roth
On Thu, Jun 19, 2003 at 08:23:09PM +0200, Sheldon Hearn wrote: On (2003/06/19 20:06), Tobias Roth wrote: you compare a stable linux kernel branch with an unstable freebsd branch. please make yourself familiar with freebsds (and possibly linux') release process before you make statements

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Jesse Guardiani
Tobias Roth wrote: On Thu, Jun 19, 2003 at 08:23:09PM +0200, Sheldon Hearn wrote: On (2003/06/19 20:06), Tobias Roth wrote: you compare a stable linux kernel branch with an unstable freebsd branch. please make yourself familiar with freebsds (and possibly linux') release process before

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Jesse Guardiani
Darryl Okahata wrote: Jesse Guardiani [EMAIL PROTECTED] wrote: [...] Is there any way to disable the ata1-slave? BIOS? I looked. No BIOS config options for ATA devices whatsoever. This is probably because I'm using an IBM Thinkpad with an Ultrabay 2000 (containing a floppy drive currently)

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Darryl Okahata
Jesse Guardiani [EMAIL PROTECTED] wrote: 1.) When in X Windows (this never happened in Linux. What gives?) Another WAG: have you tried this kernel option?: options SC_NO_SUSPEND_VTYSWITCH It prevented X11 from crashing my A31 (but didn't help with the display corruption). --

Re: who has the ACPI BAD PARAMETER patch?

2003-06-19 Thread Sebastian Yepes [ESN]
I have made a doc on how to make the ACPI work on Dell http://www.x1234.info -Doc's-i8500 On Thursday 19 June 2003 9:37 am, Stijn Hoop wrote: On Wed, Jun 18, 2003 at 09:14:53PM -0700, Julian Elischer wrote: My Dell is exhibiting this error message all over the place.. At USENIX I was

Re: who has the ACPI BAD PARAMETER patch?

2003-06-19 Thread Julian Elischer
On Thu, 19 Jun 2003, Stijn Hoop wrote: On Wed, Jun 18, 2003 at 09:14:53PM -0700, Julian Elischer wrote: My Dell is exhibiting this error message all over the place.. At USENIX I was told someone had a fix.. http://sandcat.nl/~stijn/freebsd/dell.php Unfortunatly this patch does not

Re: who has the ACPI BAD PARAMETER patch?

2003-06-19 Thread Sebastian Yepes [ESN]
On Thursday 19 June 2003 9:24 pm, Sebastian Yepes [ESN] wrote: I have made a doc on how to make the ACPI work on Dell http://www.x1234.info -Doc's-i8500 Sorry it's http://www.x123.info -Doc's-i8500 On Thursday 19 June 2003 9:37 am, Stijn Hoop wrote: On Wed, Jun 18, 2003 at

Compaq N610c ACPI

2003-06-19 Thread Robert =?unknown-8bit?q?Blacqui=E8re?=
Hi, I've a ComPaq n610c with FreeBSD 5.1-Current running. With the latest bios/RomPaq i was able to install Current/5.1-Release. Previous RomPaq was completely broken for ACPI. But now is more or less works. I have still some problems with acpi and without acpi. With acpi i got some warnings and

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Jesse Guardiani
Darryl Okahata wrote: Jesse Guardiani [EMAIL PROTECTED] wrote: 1.) When in X Windows (this never happened in Linux. What gives?) Another WAG: have you tried this kernel option?: options SC_NO_SUSPEND_VTYSWITCH It prevented X11 from crashing my A31 (but didn't help with the

Re: [current] Re: ACPI suspending.

2003-06-19 Thread David Gilbert
M == M Warner Losh [EMAIL PROTECTED] writes: M In message: [EMAIL PROTECTED] David M Gilbert [EMAIL PROTECTED] writes: : Mark == Mark M Santcroos [EMAIL PROTECTED] writes: : : Mark Ok, it would really M help if you try and document all cases until : Mark you at least M exactly know the

Re: [current] Re: ACPI suspending.

2003-06-19 Thread Kevin Oberman
From: David Gilbert [EMAIL PROTECTED] Date: Thu, 19 Jun 2003 16:05:51 -0400 Sender: [EMAIL PROTECTED] M == M Warner Losh [EMAIL PROTECTED] writes: M In message: [EMAIL PROTECTED] David M Gilbert [EMAIL PROTECTED] writes: : Mark == Mark M Santcroos [EMAIL PROTECTED] writes: : : Mark

Booting vinum.

2003-06-19 Thread David Gilbert
So the release notes say that you can boot from a vinum partition. They don't give any details (raid 5 support, etc) and neither does any of the documentation that I've managed to track down. So ... I'm using a hard disk to boot while I put vinum on all the drives in the server ... blissfully

Re: squid and FreeBSD 5.1-RELEASE

2003-06-19 Thread Kris Kennaway
On Thu, Jun 19, 2003 at 04:59:20PM +0200, [EMAIL PROTECTED] wrote: tips anyone? (squid24 port compiles without any problem) Perhaps you have an unclean system, i.e. old files lying around. The squid port builds successfully on a clean system (bento). You could just use the package if you

Re: NFS weirdness...

2003-06-19 Thread jle
As a diagnostic step: Boot up the system, and then try to manually mount the filesystem with the command 'mount /usr/src'. If this works ... it pretty much confirms that your /etc/fstab syntax is correct. If it doesn't work, focus on /etc/fstab as the problem. HTH. -- Bill Moran

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Jesse Guardiani
Jesse Guardiani wrote: Darryl Okahata wrote: Jesse Guardiani [EMAIL PROTECTED] wrote: [...] Now, if I can just get that lousy CD-ROM to not crash my system on resume I'll be a VERY happy man... Well, I'm getting a bit closer now. I rebooted and reinstalled the CD drive, then I

Re: APM problem in 5.1-RELEASE

2003-06-19 Thread Jesse Guardiani
Jesse Guardiani wrote: Jesse Guardiani wrote: Darryl Okahata wrote: Jesse Guardiani [EMAIL PROTECTED] wrote: [...] Now, if I can just get that lousy CD-ROM to not crash my system on resume I'll be a VERY happy man... Well, I'm getting a bit closer now. I rebooted and

Re: NFS weirdness...

2003-06-19 Thread Bill Moran
jle wrote: As a diagnostic step: Boot up the system, and then try to manually mount the filesystem with the command 'mount /usr/src'. If this works ... it pretty much confirms that your /etc/fstab syntax is correct. If it doesn't work, focus on /etc/fstab as the problem. Thanks Bill, but as I

Re: Booting vinum.

2003-06-19 Thread Bill Moran
David Gilbert wrote: So the release notes say that you can boot from a vinum partition. They don't give any details (raid 5 support, etc) and neither does any of the documentation that I've managed to track down. So ... I'm using a hard disk to boot while I put vinum on all the drives in the

locking problems in IPv6 code

2003-06-19 Thread John-Mark Gurney
I am running FreeBSD 5.1-R on a sparc64 machine, and am getting warnings about mallocing data w/ a lock aquired. dmesg output: malloc() of 64 with the following non-sleepablelocks held: exclusive sleep mutex netisr lock r = 0 (0xc0271890) locked @ net/netisr.c:215 malloc() of 64 with the

Re: locking problems in IPv6 code

2003-06-19 Thread Robert Watson
Could you run with debug.witness_ddb and get a stack trace for the warning? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories On Thu, 19 Jun 2003, John-Mark Gurney wrote: I am running FreeBSD 5.1-R on a sparc64 machine,

anyone used pam_passwdqc?

2003-06-19 Thread Julian Elischer
Has anyone used this successfully? thanks Julian ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: anyone used pam_passwdqc?

2003-06-19 Thread Glenn Johnson
On Thu, Jun 19, 2003 at 06:41:59PM -0700, Julian Elischer wrote: Has anyone used this successfully? Yes. I uncommented the respective line in /etc/pam.d/passwd and then successfully changed a password. It was difficult to come with a password that met all of the rules. The help blurb that

ACPI Bad Param on Dell 5000

2003-06-19 Thread Barney Wolff
With a recent -current (6/18/03) I now see the infamous ACPI-0340 error (Could not release ACPI Global Lock, AE_BAD_PARAMETER) spewing out. This did not happen with a kernel from 6/5/03. I tried to apply the patch that's been referenced here, but apparently the Inspiron 5000 DSDT is completely

RE: squid and FreeBSD 5.1-RELEASE

2003-06-19 Thread Christer.Gundersen
-Original Message- From: Kris Kennaway [mailto:[EMAIL PROTECTED] Sent: 19. juni 2003 23:39 To: Gundersen Christer (Kundeservice) Cc: [EMAIL PROTECTED] Subject: Re: squid and FreeBSD 5.1-RELEASE On Thu, Jun 19, 2003 at 04:59:20PM +0200, [EMAIL PROTECTED] wrote: tips anyone?

Re: squid and FreeBSD 5.1-RELEASE

2003-06-19 Thread Terry Lambert
[EMAIL PROTECTED] wrote: I removed /usr/include/sys/bitypes.h, and now it works! thanks for the tip. (hm, are there other .h files that are not used anymore?) There are other headers which are no longer installed during the build process. Whether they are still used or not is between you and

Re: NFS weirdness...

2003-06-19 Thread Bill Moran
[Please configure your email program so it stops mutilating your emails.] jle wrote: jle said: My new web server won't mount NFS from fstab on reboot. on NFSD: (/etc/exports) /home2 -maproot=0 -alldirs httpd on HTTPD: (/etc/fstab) NFSD:/home2 /home nfs

Re: NFS weirdness...

2003-06-19 Thread jle
This isn't what I told you to do. This does not access your /etc/fstab at all and therefore doesn't accomplish what I was trying to help you determine. Do _this_: mount /home With no second parameter, mount will look through /etc/fstab for a mountpoint that matches /home and use the