Re: [acpi-jp 1988] Re: ACPI errors and then panic - fixed!

2002-11-27 Thread Mitsuru IWASAKI
Hi, Intel folks. It seems that there is a bug in cached object utilization. This causes strange behavior; first evaluation of \_SB_.PCI0.LPC_.EC__.BAT0._BST is OK, but second (or later) evaluation returns AE_TYPE. acpi_cmbat0: error fetching current battery status -- AE_TYPE The raw DSDT is at:

Re: PANIC: Most recently used by bus

2002-11-27 Thread Aurelien Nephtali
On Wed, Nov 27, 2002 at 12:43:23AM -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] M. Warner Losh [EMAIL PROTECTED] writes: : In message: [EMAIL PROTECTED] : Aurelien Nephtali [EMAIL PROTECTED] writes: : : I've got a panic by unplugging my NIC then plugging

Re: ACLs on the boot partition?

2002-11-27 Thread Bruce Evans
On Tue, 26 Nov 2002, Robert Watson wrote: tunefs changes the flag for the next mount, so doesn't take immediate effect. Once you've tunefs'd a read-only file system, you need to unmount and remount it -- for the file system root, this generally means rebooting. Just to confirm: you're

Re: ACLs on the boot partition? [worked]

2002-11-27 Thread bsdc
On Tue, 26 Nov 2002, Robert Watson wrote: On Tue, 26 Nov 2002 [EMAIL PROTECTED] wrote: On Tue, 26 Nov 2002, Hiten Pandya wrote: On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in effect of: On Tue, 26 Nov 2002, Bruno Miguel wrote: On 25 Nov 2002

Re: [PATCH] Searching for users of netncp and nwfs to help

2002-11-27 Thread Terry Lambert
Julian Elischer wrote: Where does the passed in thread come from? Your changes to make certain functions which are exported interfaces take a thread * instead of a proc * argument. Generally don't use a thread pointer other than yourself unless you have a lock on the proc structure, or the

Re: ACPI problem with laptop?

2002-11-27 Thread John Angelmo
Mitsuru IWASAKI wrote: Hi, Hmm, we need further info. on this. Please add the following lines into your /boor/loader.conf: hw.acpi.verbose=1 debug.acpi.layer=ACPI_ALL_COMPONENTS ACPI_BUS debug.acpi.level=ACPI_LV_WARN ACPI_LV_ERROR ACPI_LV_OBJECTS Then you'll get thermal

Re: [PATCH] Searching for users of netncp and nwfs to help

2002-11-27 Thread Terry Lambert
Terry Lambert wrote: The main problem here is that lockmgr() is being called to lock things that technically don't need to be locked, at all, really, to insure that operations are not attempted concurrently. It's not really necessary: the server will refuse additional requests on a

Problem pulling particular directory from CVS

2002-11-27 Thread Paul A. Scott
I do the following: cvs co src/contrib and I get: . . . cvs server: Updating src/contrib/bison cvs server: Updating src/contrib/bzip2 cvs server: Updating src/contrib/com_err cvs server: Updating src/contrib/cpio cvs checkout: in directory src/contrib/cvs: cvs checkout: cannot open CVS/Entries

Re: MD broken in current

2002-11-27 Thread Ian Dowse
In message [EMAIL PROTECTED], Bruce Evans writes: Better fix mddestroy(). I don't know why it hangs ... I guess it is because it is called before initialization is completed in mdinit(), and there aren't enough state checks in mddestroy(). I think moving the line tsleep(sc, PRIBIO,

Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-27 Thread Gary Jennejohn
Andrew Kenneth Milton writes: +---[ Daniel Flickinger ]-- | Every program in ooo-1.0.1 I have tried seems to be working | correctly, but syslog is logging copious quantities of: | | cmd soffice.bin pid 817 tried to use non-present sched_get_priority_min |

Re: MD broken in current

2002-11-27 Thread Bruce Evans
On Wed, 27 Nov 2002, Ian Dowse wrote: In message [EMAIL PROTECTED], Bruce Evans writes: Better fix mddestroy(). I don't know why it hangs ... I guess it is because it is called before initialization is completed in mdinit(), and there aren't enough state checks in mddestroy(). I think

Re: MD broken in current

2002-11-27 Thread Ian Dowse
In message [EMAIL PROTECTED], Bruce Evans writes: On Wed, 27 Nov 2002, Ian Dowse wrote: I think moving the line tsleep(sc, PRIBIO, mdwait, 0); to just after the following `if' statement may do the trick. If the Wouldn't Giant locking prevent races here? There is no locking in sight for

alpha tinderbox failure

2002-11-27 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-27 Thread Andrew Kenneth Milton
+---[ Gary Jennejohn ]-- | Andrew Kenneth Milton writes: | +---[ Daniel Flickinger ]-- | | Every program in ooo-1.0.1 I have tried seems to be working | | correctly, but syslog is logging copious quantities of: | | | | cmd soffice.bin

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Giorgos Keramidas
On 2002-11-27 02:01, Paul A. Scott [EMAIL PROTECTED] wrote: I do the following: cvs co src/contrib and I get: ... cvs checkout: in directory src/contrib/cvs: cvs checkout: cannot open CVS/Entries for reading: No such file or directory cvs [checkout aborted]: cannot write CVS/Template

sysinstall + swap partition requirement

2002-11-27 Thread Marcin Dalecki
During a fresh install of the DP2 I noticed that sysinstall didn't allow me to configure the system *without* any swap paritions. Well this doesn't make sense, since: 1. The system has perfectly fine 192MB of RAM, thus the installation should scceed anyway... 2. I intendid to use

Re: rc_ng breakage introduced with src/etc/rc.d/Makefile 1.5

2002-11-27 Thread Mike Makonnen
On Wed, Nov 27, 2002 at 02:08:40AM +0300, Sergey Mokryshev wrote: Yes, I don't see these errors. But some scripts can change execution order without anchors like mountall For example, adding ldconfig dependancy directly into named brings this order: root@girvas-gw:/etc/rc.d# rcorder -k

Re: ACPI errors - IBM Thinkpad A31p

2002-11-27 Thread Sid Carter
On Tue, 26 Nov 2002 14:33:09 +0900 (JST), Mitsuru IWASAKI [EMAIL PROTECTED] said: Mitsuru Hi, Mitsuru Are you trying this with acpica-unix-20021118 patch which was Mitsuru announced recently? Mitsuru

Re: sysinstall + swap partition requirement

2002-11-27 Thread Slawek Zak
On Wed, Nov 27, 2002 at 04:04:08PM +0100, Marcin Dalecki wrote: During a fresh install of the DP2 I noticed that sysinstall didn't allow me to configure the system *without* any swap paritions. Well this doesn't make sense, since: 1. The system has perfectly fine 192MB of RAM, thus the

Re: sysinstall + swap partition requirement

2002-11-27 Thread Giorgos Keramidas
On 2002-11-27 16:04, Marcin Dalecki [EMAIL PROTECTED] wrote: During a fresh install of the DP2 I noticed that sysinstall didn't allow me to configure the system *without* any swap paritions. Well this doesn't make sense, since: 1. The system has perfectly fine 192MB of RAM, thus the

Re: mbuf header bloat ?

2002-11-27 Thread Robert Watson
Andrew, Thanks for your patience as I finished some research and experimentation regarding the options there. Some more details below. On Sat, 23 Nov 2002, Andrew Gallatin wrote: On the contrary, I think that if anything is going to be done, it must be done now, so as to not break binary

Re: sysinstall + swap partition requirement

2002-11-27 Thread Marcin Dalecki
Giorgos Keramidas wrote: On 2002-11-27 16:04, Marcin Dalecki [EMAIL PROTECTED] wrote: During a fresh install of the DP2 I noticed that sysinstall didn't allow me to configure the system *without* any swap paritions. Well this doesn't make sense, since: 1. The system has perfectly fine 192MB

Re: mbuf header bloat ?

2002-11-27 Thread Andrew Gallatin
Robert Watson writes: Andrew, Thanks for your patience as I finished some research and experimentation regarding the options there. Some more details below. On Sat, 23 Nov 2002, Andrew Gallatin wrote: On the contrary, I think that if anything is going to be done, it must

RE: [acpi-jp 1988] Re: ACPI errors and then panic - fixed!

2002-11-27 Thread Moore, Robert
The deleted object problem has been fixed in the 20021122 release which should be available soon, if not already. (I was able to reproduce the problem with your dsdt on previous releases, and I verified it fixed with the 11/22 release.) I did not see any mutex issues -- as we found out on

Re: alpha tinderbox failure

2002-11-27 Thread Ruslan Ermilov
On Wed, Nov 27, 2002 at 03:42:01AM -0800, Dag-Erling Smorgrav wrote: -- Kernel build for LINT started on Wed Nov 27 03:35:42 PST 2002 -- === vinum Makefile, line 4450:

Re: sound problems

2002-11-27 Thread Peter Gade Jensen
On Tue, Nov 26, 2002 at 11:32:07PM +0100, Jan Srzednicki wrote: I have -CURRENT from Saturday on my box. I have SB 128PCI on my board, the module detects it without problems and seems to work fine. But the problem is that the sound is not clear; there happen to be some itchy noises from time

Testers needed for if_ex multicast patch

2002-11-27 Thread Craig Boston
The attached patch adds multicast support for the ex (Intel EtherExpress 10/PRO 10 ISA and pccard) driver. I ported this from the NetBSD driver so I could do IPv6 on my 486 router at home ;). It also seems that the original ex might not have completely supported promiscuous mode, but that should

Testers needed for if_ex multicast patch

2002-11-27 Thread Craig Boston
The attached patch adds multicast support for the ex (Intel EtherExpress 10/PRO 10 ISA and pccard) driver. I ported this from the NetBSD driver so I could do IPv6 on my 486 router at home ;). It also seems that the original ex might not have completely supported promiscuous mode, but that should

Re: PANIC: Most recently used by bus

2002-11-27 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Aurelien Nephtali [EMAIL PROTECTED] writes: : Yes, I think it's a bug too. I've already unplugged/plugged my NIC in the past : without any problem (and always with WITNESS enabled) so maybe it's a new bug : introduced recently, but I've not seen any commit

Re: sysinstall + swap partition requirement

2002-11-27 Thread Matthew Dillon
I think it's reasonable to configure a swapless system if it has a large amount of memory... for example, more then a gigabyte. I don't think it's critical that we 'fix' the safety check for the 5.0 release though. Swap is generally a good thing no matter how much memory you

Re: ACLs on the boot partition?

2002-11-27 Thread Robert Watson
On Wed, 27 Nov 2002, Bruce Evans wrote: On Tue, 26 Nov 2002, Robert Watson wrote: tunefs changes the flag for the next mount, so doesn't take immediate effect. Once you've tunefs'd a read-only file system, you need to unmount and remount it -- for the file system root, this generally

RE: [acpi-jp 1988] Re: ACPI errors and then panic - fixed!

2002-11-27 Thread Grover, Andrew
Our web person is out today, so things will be posted Monday at the earliest. I'll email Iwasaki-san the latest release, so y'all can get going if you want. Regards -- Andy -Original Message- From: Moore, Robert Sent: Wednesday, November 27, 2002 8:28 AM To: 'Mitsuru IWASAKI';

Re: sysinstall + swap partition requirement

2002-11-27 Thread Thierry Herbelot
Hello, I semed to notice also a -minor- limitation in DP2's sysinstall : it did not reuse the swap partition from a co-existing -Stable slice (installation anew of -Current in ad0s3, and the swap partition was ad0s4b) I had to delete, then recreate, the swap partition in the disklabel menu of

Re: ACLs on the boot partition?

2002-11-27 Thread Bruce Evans
On Wed, 27 Nov 2002, Robert Watson wrote: On Wed, 27 Nov 2002, Bruce Evans wrote: On Tue, 26 Nov 2002, Robert Watson wrote: tunefs changes the flag for the next mount, so doesn't take immediate effect. Once you've tunefs'd a read-only file system, you need to unmount and remount

WERROR in kernel build; also VAIO R505ES AML and interrupt routing

2002-11-27 Thread Pete Carah
At the moment, NO_WERROR has no effect on a kernel build; there is a warning in cardbus.c:954 (easily fixed, but annoying...) On another note, the VAIO R505ES problem is a little better (DVD/CDR is now recognized and actually works). However, it panics if I try to mount a DVD with UDF directory;

Re: ACLs on the boot partition?

2002-11-27 Thread Robert Watson
On Thu, 28 Nov 2002, Bruce Evans wrote: On Wed, 27 Nov 2002, Robert Watson wrote: On Wed, 27 Nov 2002, Bruce Evans wrote: On Tue, 26 Nov 2002, Robert Watson wrote: tunefs changes the flag for the next mount, so doesn't take immediate effect. Once you've tunefs'd a read-only

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Terry Lambert
Paul A. Scott wrote: I do the following: cvs co src/contrib cvs checkout: in directory src/contrib/cvs: cvs checkout: cannot open CVS/Entries for reading: No such file or directory cvs [checkout aborted]: cannot write CVS/Template file: No such file or directory cvs co stops on the

Re: mbuf header bloat ?

2002-11-27 Thread Julian Elischer
On Wed, 27 Nov 2002, Robert Watson wrote: I'd like to continue to explore options for reducing the number of memory allocations to extend storage on mbufs. One idea I've been tossing around is adopting Jeff Roberson's extension model used in struct proc and related structures. I've

Re: mbuf header bloat ?

2002-11-27 Thread Terry Lambert
Andrew Gallatin wrote: What I (as a 3rd party driver author working in a GNUish autoconf/gnumake environment) do is to require a user building from source to specify the location of a configured kernel tree where make depend has been run (defaulting to GENERIC). I then pickup the various

Re: mbuf header bloat ?

2002-11-27 Thread Andrew Gallatin
Terry Lambert writes: Andrew Gallatin wrote: What I (as a 3rd party driver author working in a GNUish ... How is one supposed to build a 3rd party module these days? One is not. The vendor supplies only a binary. Damn it Terry, I AM the vendor. Somtimes I wonder if you even

Re: mbuf header bloat ?

2002-11-27 Thread Bosko Milekic
On Wed, Nov 27, 2002 at 11:56:33AM -0800, Julian Elischer wrote: On Wed, 27 Nov 2002, Robert Watson wrote: I'd like to continue to explore options for reducing the number of memory allocations to extend storage on mbufs. One idea I've been tossing around is adopting Jeff Roberson's

Re: mbuf header bloat ?

2002-11-27 Thread Terry Lambert
Andrew Gallatin wrote: Terry Lambert writes: Andrew Gallatin wrote: What I (as a 3rd party driver author working in a GNUish This is how I do it. ... How is one supposed to build a 3rd party module these days? How are you supposed to do it? One is not. The vendor supplies

Re: mbuf header bloat ?

2002-11-27 Thread Julian Elischer
On Wed, 27 Nov 2002, Bosko Milekic wrote: On Wed, Nov 27, 2002 at 11:56:33AM -0800, Julian Elischer wrote: On Wed, 27 Nov 2002, Robert Watson wrote: I'd like to continue to explore options for reducing the number of memory allocations to extend storage on mbufs. One idea I've been

Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-27 Thread Gary Jennejohn
Andrew Kenneth Milton writes: +---[ Gary Jennejohn ]-- | Andrew Kenneth Milton writes: | +---[ Daniel Flickinger ]-- | | Every program in ooo-1.0.1 I have tried seems to be working | | correctly, but syslog is logging copious quantities

Re: mbuf header bloat ?

2002-11-27 Thread Andrew Gallatin
Terry Lambert writes: Andrew Gallatin wrote: Terry Lambert writes: Andrew Gallatin wrote: What I (as a 3rd party driver author working in a GNUish This is how I do it. ... How is one supposed to build a 3rd party module these days? How are you supposed to

Re: mbuf header bloat ?

2002-11-27 Thread Terry Lambert
Andrew Gallatin wrote: If you're a vendor of a device which inserts MAC mtags and needs options MAC, you put this code in your driver: if (mbstat.m_mhlen != MHLEN) { printf(Please rebuild your kernel with 'options MAC'\n); goto atach_failed_no_mac; } I've already got code like

pw_user.c change for samba

2002-11-27 Thread David W. Chapman Jr.
I know we're in a code freeze right now, but would anyone have a problem with this patch once the freeze is up? This brings us closer to allowing samba to automatically joining machines to the domain. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc.

Re: pw_user.c change for samba

2002-11-27 Thread David W. Chapman Jr.
On Wed, Nov 27, 2002 at 02:32:22PM -0500, David Rhodus wrote: Can you provide more meaning as to what the patch does? It allows usage of $ signs for adding users like pw add user asdf$ which for samba asdf$ would be a computer name -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree

Re: pw_user.c change for samba

2002-11-27 Thread Terry Lambert
David W. Chapman Jr. wrote: I know we're in a code freeze right now, but would anyone have a problem with this patch once the freeze is up? This brings us closer to allowing samba to automatically joining machines to the domain. This change permits '$' in the account name, group name, and

Re: pw_user.c change for samba

2002-11-27 Thread Juli Mallett
* De: Terry Lambert [EMAIL PROTECTED] [ Data: 2002-11-27 ] [ Subjecte: Re: pw_user.c change for samba ] David W. Chapman Jr. wrote: I know we're in a code freeze right now, but would anyone have a problem with this patch once the freeze is up? This brings us closer to allowing

Re: pw_user.c change for samba

2002-11-27 Thread David W. Chapman Jr.
Why is this actually necessary for SAMBA? Is it necessary for all three of these to permit this, or is it sufficient to (for example) allow it in the group name? Samba needs a user account for the domain machine account the machine account always ends with a $ So it would only have to be

Re: pw_user.c change for samba

2002-11-27 Thread David W. Chapman Jr.
Go read the SAMBA website, there's a good deal about how us lucky FreeBSD + SAMBA users get to vipw+vi /etc/group by hand, since pw(8) doesn't let one do what [adduser] does. Last I checked adduser doesn't even let you use $ It claims to support it with the RE it shows you, but then when

Re: pw_user.c change for samba

2002-11-27 Thread Terry Lambert
David W. Chapman Jr. wrote: Why is this actually necessary for SAMBA? Is it necessary for all three of these to permit this, or is it sufficient to (for example) allow it in the group name? Samba needs a user account for the domain machine account the machine account always ends

Re: pw_user.c change for samba

2002-11-27 Thread David W. Chapman Jr.
I gathered that from the SAMBA site, too. The '$' is a pain. None of the examples in the original post would have worked, because the '$' was not '\$', and the shell would have blown chunks over the variable expansion. The patch I sent in works with pw add user asdf$, but you may be right

Re: pw_user.c change for samba

2002-11-27 Thread Garance A Drosihn
At 2:34 PM -0600 11/27/02, David W. Chapman Jr. wrote: Why is this actually necessary for SAMBA? Is it necessary for all three of these to permit this, or is it sufficient to (for example) allow it in the group name? Samba needs a user account for the domain machine account the machine

Re: mbuf header bloat ?

2002-11-27 Thread Bosko Milekic
On Wed, Nov 27, 2002 at 12:51:27PM -0800, Julian Elischer wrote: true.. if it has a 'size' argument it would do what I was thinkng about.. We actually do have that in the new m_getm(). If you do a m_getm() it allows you to specify 'size' and it will allocate a packet header mbuf for you

Re: mbuf header bloat ?

2002-11-27 Thread Julian Elischer
On Wed, 27 Nov 2002, Bosko Milekic wrote: On Wed, Nov 27, 2002 at 12:51:27PM -0800, Julian Elischer wrote: true.. if it has a 'size' argument it would do what I was thinkng about.. We actually do have that in the new m_getm(). If you do a m_getm() it allows you to specify 'size'

Re: I'm impressed, but ...

2002-11-27 Thread Philip Paeps
On 2002-11-26 12:37:25 (+0100), Robert Drehmel [EMAIL PROTECTED] wrote: On Mon, Nov 25, 2002 at 10:04:23PM +0100, Philip Paeps wrote: Before it is a few megs of the same. Basically Mutt reading my mailbox. Anything else I can do to help? You could give the attached patch a try. I'm

Re: I'm impressed, but ...

2002-11-27 Thread Philip Paeps
On 2002-11-25 20:11:01 (-0500), Jeff Roberson [EMAIL PROTECTED] wrote: On Tue, 26 Nov 2002, Philip Paeps wrote: I was also starting to think in the NFS direction. It's one of the reasons I use Maildirs. My setup is a bit convoluted too. This machine (the one now running -current and

Re: sound problems

2002-11-27 Thread Lars Eggert
Peter Gade Jensen wrote: On Tue, Nov 26, 2002 at 11:32:07PM +0100, Jan Srzednicki wrote: I have -CURRENT from Saturday on my box. I have SB 128PCI on my board, the module detects it without problems and seems to work fine. But the problem is that the sound is not clear; there happen to be

Re: rc_ng breakage introduced with src/etc/rc.d/Makefile 1.5

2002-11-27 Thread Sergey Mokryshev
On Wed, 27 Nov 2002, Mike Makonnen wrote: On Wed, Nov 27, 2002 at 02:08:40AM +0300, Sergey Mokryshev wrote: Yes, I don't see these errors. But some scripts can change execution order without anchors like mountall For example, adding ldconfig dependancy directly into named brings this

Re: pw_user.c change for samba

2002-11-27 Thread Terry Lambert
David W. Chapman Jr. wrote: If it's allowed, it whould probably only be allowed in the user name (i.e. the patch is wrong; it should probably add another parameter to the allowable values of 'int gecos', and change it to 'int checktype' or similar). I don't have a problem with this, but

Re: pw_user.c change for samba

2002-11-27 Thread Terry Lambert
Garance A Drosihn wrote: the machine account always ends with a $ So it would only have to be for the account name I think I'd prefer a somewhat more involved change, one which allowed $ only for account-name, and only as the last character. That seems like a good idea to me. But then,

Re: pw_user.c change for samba

2002-11-27 Thread Terry Lambert
Oops. Better patch attached (damn Makefile dependencies are broken unless you manually build them via make depend). -- Terry Index: pw.h === RCS file: /cvs/src/usr.sbin/pw/pw.h,v retrieving revision 1.13 diff -c -r1.13 pw.h *** pw.h

Re: pw_user.c change for samba

2002-11-27 Thread David W. Chapman Jr.
On Wed, Nov 27, 2002 at 01:37:05PM -0800, Terry Lambert wrote: David W. Chapman Jr. wrote: If it's allowed, it whould probably only be allowed in the user name (i.e. the patch is wrong; it should probably add another parameter to the allowable values of 'int gecos', and change it to

Re: pw_user.c change for samba

2002-11-27 Thread Giorgos Keramidas
On 2002-11-27 12:55, Terry Lambert [EMAIL PROTECTED] wrote: It seems to me that another alternative is that all these names end in '$'; therefore, when you are expecting one of these names, you could imply a '$', without needing to actually have it in the password file -- in other words, it's

Re: pw_user.c change for samba

2002-11-27 Thread Juli Mallett
* De: Terry Lambert [EMAIL PROTECTED] [ Data: 2002-11-27 ] [ Subjecte: Re: pw_user.c change for samba ] David W. Chapman Jr. wrote: Why is this actually necessary for SAMBA? Is it necessary for all three of these to permit this, or is it sufficient to (for example) allow it in

Re: pw_user.c change for samba

2002-11-27 Thread Marcin Dalecki
David W. Chapman Jr. wrote: On Wed, Nov 27, 2002 at 01:37:05PM -0800, Terry Lambert wrote: David W. Chapman Jr. wrote: If it's allowed, it whould probably only be allowed in the user name (i.e. the patch is wrong; it should probably add another parameter to the allowable values of 'int

Re: pw_user.c change for samba

2002-11-27 Thread NAKAJI Hiroyuki
David W. Chapman Jr. [EMAIL PROTECTED] wrote: David Last I checked adduser doesn't even let you use $ How about to set usernameregexp = '^[a-z0-9_][a-z0-9_-]*[a-z0-9_$-]$' in /etc/adduser.conf? It allows to make a 'machine account' ending with '$'. I checked this about two months ago.

Re: pw_user.c change for samba

2002-11-27 Thread David W. Chapman Jr.
David Last I checked adduser doesn't even let you use $ How about to set usernameregexp = '^[a-z0-9_][a-z0-9_-]*[a-z0-9_$-]$' in /etc/adduser.conf? It allows to make a 'machine account' ending with '$'. I checked this about two months ago. Wouldn't pw still have to be updated. I

Re: pw_user.c change for samba

2002-11-27 Thread NAKAJI Hiroyuki
In 005501c29670$d5fd8360$fe01a8c0@dwcjr David W. Chapman Jr. [EMAIL PROTECTED] wrote: David Wouldn't pw still have to be updated. I haven't looked at adduser but I David thought it was a wrapper for pw? No. My /usr/sbin/adduser, updated on Nov/23/2002 21:58 JST, does not call pw command.

Re: mbuf header bloat ?

2002-11-27 Thread Robert Watson
On Wed, 27 Nov 2002, Julian Elischer wrote: On Wed, 27 Nov 2002, Robert Watson wrote: I'd like to continue to explore options for reducing the number of memory allocations to extend storage on mbufs. One idea I've been tossing around is adopting Jeff Roberson's extension model used in

bonobo-activation core dump help

2002-11-27 Thread suken woo
hi, all: setting the env with zh_CN.EUC ,and run X but got the following errors. pid 495 (bonobo-activation-s), uid 1001: exited on signal 11 (core dumped) pid 497 (bonobo-activation-s), uid 1001: exited on signal 11 (core dumped) pid 499 (bonobo-activation-s), uid 1001: exited on signal 11

Re: rc_ng breakage introduced with src/etc/rc.d/Makefile 1.5

2002-11-27 Thread Mike Makonnen
On Thu, Nov 28, 2002 at 01:31:26AM +0300, Sergey Mokryshev wrote: [ snip ] ldconfig does not have proper anchor and is mistakenly ordered to run first (without any filesystems mounted (except R/O root) yet). This is a good example of why I didn't support the removal of the NetBSD scripts when

Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-27 Thread Steve Kargl
On Thu, Nov 28, 2002 at 01:19:22AM +, Daniel Flickinger wrote: This does seem to cure the sched_get_priority_min/max signals from ooo, but ooo crashes everytime you close a file unless you have another active file in a second window ... nice/PIA. make sure you save your

jail NG script

2002-11-27 Thread Clement Laforet
Hi guys, I wrote sometimes ago, a ng-like' boot script for jails. Here's the script http://www.cultdeadsheep.org/sheepkiller/FreeBSD/jails here's the doc ;) http://www.cultdeadsheep.org/sheepkiller/FreeBSD/jails.README I hope it could be useful :) cheers clem To Unsubscribe: send mail to

Re: bonobo-activation core dump help

2002-11-27 Thread Joe Marcus Clarke
On Wed, 2002-11-27 at 20:25, suken woo wrote: hi, all: setting the env with zh_CN.EUC ,and run X but got the following errors. pid 495 (bonobo-activation-s), uid 1001: exited on signal 11 (core dumped) pid 497 (bonobo-activation-s), uid 1001: exited on signal 11 (core dumped) pid 499

Re: bonobo-activation core dump help

2002-11-27 Thread Terry Lambert
suken woo wrote: hi, all: setting the env with zh_CN.EUC ,and run X but got the following errors. pid 495 (bonobo-activation-s), uid 1001: exited on signal 11 (core dumped) Compile the bonobo-activation-s binary with debugging symbols, so that you can debugthe core file and see where it's

Re: [acpi-jp 2000] RE: ACPI errors and then panic - fixed!

2002-11-27 Thread Mitsuru IWASAKI
Hi, Our web person is out today, so things will be posted Monday at the earliest. I'll email Iwasaki-san the latest release, so y'all can get going if you want. Thank you! I've just confirmed that the deleted object problem had been solved in the latest release (Andy sent it to me). I'll

Re: pw_user.c change for samba

2002-11-27 Thread Terry Lambert
Juli Mallett wrote: The '$' is a pain. None of the examples in the original post would have worked, because the '$' was not '\$', and the shell would have blown chunks over the variable expansion. Your foundation is flawed, we allow $ in passwd just fine, and the only problem here is

Re: pw_user.c change for samba

2002-11-27 Thread David W. Chapman Jr.
The '$' is a pain. None of the examples in the original post would have worked, because the '$' was not '\$', and the shell would have blown chunks over the variable expansion. Your foundation is flawed, we allow $ in passwd just fine, and the only problem here is whether a pw

Re: pw_user.c change for samba

2002-11-27 Thread Terry Lambert
Giorgos Keramidas wrote: On 2002-11-27 12:55, Terry Lambert [EMAIL PROTECTED] wrote: Will this open up a security hole for a nomal user account being used to compromise the domain system security? Probably 'yes'. I haven't tried this, but I guess one could name his machine Administrator.

Re: pw_user.c change for samba

2002-11-27 Thread Terry Lambert
NAKAJI Hiroyuki wrote: David W. Chapman Jr. [EMAIL PROTECTED] wrote: David Wouldn't pw still have to be updated. I haven't looked at adduser but I David thought it was a wrapper for pw? No. My /usr/sbin/adduser, updated on Nov/23/2002 21:58 JST, does not call pw command. It adds

Re: pw_user.c change for samba

2002-11-27 Thread NAKAJI Hiroyuki
In [EMAIL PROTECTED] Terry Lambert [EMAIL PROTECTED] wrote: There are two adduser scripts. One is perl, and one was written to use pw and provide the same semantics, in a shell script, as part of the perl purge that happened recently. I can't find any shell script 'adduser' in

Toshiba 1901-S301 and problems installing 5.0 dp2

2002-11-27 Thread Jason
I ama trying to install 5.0 dp2 (tried other boot disks as well, including 4.7) on my new toshiba laptop. Each and every time it locks up at the following 2 lines (it boots normally up to this point) pci0: Multimedia, audio at device 31.5 (no driver attached pci0: simple comms at device 31.6 (no

Call for testers: acpica-unix-20021122 (was Re: ACPI errors andthen panic - fixed!)

2002-11-27 Thread Mitsuru IWASAKI
Hi all, Our web person is out today, so things will be posted Monday at the earliest. I'll email Iwasaki-san the latest release, so y'all can get going if you want. Thank you! I've just confirmed that the deleted object problem had been solved in the latest release (Andy sent it

Re: pw_user.c change for samba ( perl scripts!)

2002-11-27 Thread Garance A Drosihn
At 1:24 PM +0900 11/28/02, NAKAJI Hiroyuki wrote: In [EMAIL PROTECTED] Terry Lambert [EMAIL PROTECTED] wrote: There are two adduser scripts. One is perl, and one was written to use pw and provide the same semantics, in a shell script, as part of the perl purge that happened recently.

Re: pw_user.c change for samba

2002-11-27 Thread Garance A Drosihn
At 7:06 PM -0800 11/27/02, Terry Lambert wrote: NAKAJI Hiroyuki wrote: My /usr/sbin/adduser, updated on Nov/23/2002 21:58 JST, does not call pw command. It adds account to /etc/master.passwd and invokes 'pwd_mkdb'. See 'sub new_users' function in /usr/sbin/adduser. There are two

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Paul A. Scott
You are not being quite forthright, I think. Actually, I've been totally forthright. I start with an empty working directory, and type: setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs cvs login cvs co src/contrib When it gets to directory src/contrib/cvs, I get: cvs checkout: cannot

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Terry Lambert
Paul A. Scott wrote: setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs cvs login cvs co src/contrib When it gets to directory src/contrib/cvs, I get: cvs checkout: cannot open CVS/Entries for reading: No such file or directory cvs [checkout aborted]: cannot write CVS/Template file: No

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Giorgos Keramidas
On 2002-11-27 12:48, Paul A. Scott [EMAIL PROTECTED] wrote: You are not being quite forthright, I think. Actually, I've been totally forthright. I start with an empty working directory, and type: setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs cvs login cvs co src/contrib Hmmm.

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Paul A. Scott
setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs cvs login cvs co src/contrib From: Terry Lambert [EMAIL PROTECTED] Nothing hidden, totally forthright. Except that's a different error than the one you said before. 8-). No. I posted this same question at least 4 times (although

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Paul A. Scott
Oh, #$%@. I'm so embarrassed. My terminal session was logged into Mac OSX not FreeBSD, and I had mirrored the same directory structure, so I faked myself out. Bottom line is, cvs on Freebsd works like a champ. The cvs on MacOSX does not. My mistake. And I humbly appolgize for the stupid user

panic when loading the sk(4) driver.

2002-11-27 Thread Robert Faulds
More on my gigE/current saga... Current panics shortly after I load the if_sk driver, or at boot if it's loaded at that time or compiled into the kernel. It's possibly related to shared IRQ activiity, although I have not been able to prove this. On 4.7-STABLE the card (two of them actually) work

Re: Call for testers: acpica-unix-20021122 (was Re: ACPI errors and then panic - fixed!)

2002-11-27 Thread Juli Mallett
* De: Mitsuru IWASAKI [EMAIL PROTECTED] [ Data: 2002-11-27 ] [ Subjecte: Call for testers: acpica-unix-20021122 (was Re: ACPI errors and then panic - fixed!) ] The patches against today's CURRENT at: http://people.freebsd.org/~iwasaki/acpi/acpica-20021118-20021122-test20021128.diff

Re: Toshiba 1901-S301 and problems installing 5.0 dp2

2002-11-27 Thread Jon Parise
On Wed, Nov 27, 2002 at 11:35:02PM -0500, Jason wrote: I ama trying to install 5.0 dp2 (tried other boot disks as well, including 4.7) on my new toshiba laptop. Each and every time it locks up at the following 2 lines (it boots normally up to this point) pci0: Multimedia, audio at device

Re: ACLs on the boot partition?

2002-11-27 Thread Bruce Evans
On Wed, 27 Nov 2002, Robert Watson wrote: On Thu, 28 Nov 2002, Bruce Evans wrote: On Tue, 26 Nov 2002, Robert Watson wrote: Er, what is the mount(..., MNT_RELOAD ...) in tunefs for then? The problem is that some flags can't be changed via MNT_RELOAD and require a

ext2fs and NFS exporting wackyness

2002-11-27 Thread Emiel Kollof
Hey folks, I'm having some odd trouble with exporting a ext2fs with NFS. First of, some info: uname: FreeBSD azazel.ipv6.hackerheaven.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Nov 27 19:59:24 CET 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/AZAZEL i386 mount_ext2fs.c: $FreeBSD:

Re: ext2fs and NFS exporting wackyness

2002-11-27 Thread Juli Mallett
* De: Emiel Kollof [EMAIL PROTECTED] [ Data: 2002-11-27 ] [ Subjecte: ext2fs and NFS exporting wackyness ] kernel: ext2fs doesn't support the old mount syscall mountd[344]: could not remount /storage: Operation not supported mountd[344]: bad exports list line /home -alldirs -network

Re: ext2fs and NFS exporting wackyness

2002-11-27 Thread Emiel Kollof
* Emiel Kollof ([EMAIL PROTECTED]) wrote: Sorry for the reply to self, this needs some clarifying before people jump to all the wrong conclusions: kernel: ext2fs doesn't support the old mount syscall mountd[344]: could not remount /storage: Operation not supported mountd[344]: bad exports

  1   2   >