Re: ACPI problem with laptop?

2002-11-28 Thread Mitsuru IWASAKI
Then you'll get thermal operation messages, something like: Nov 26 19:34:13 mybox kernel: acpi_tz0: _AC0: temperature 60.0 = setpoint 60.0 Nov 26 19:34:13 mybox kernel: acpi_tz0: switched from NONE to _AC0: 60.0C We need the messages like this, acpidump output, and sysctl hw.acpi

Re: ext2fs and NFS exporting wackyness

2002-11-28 Thread Bruce Evans
On Thu, 28 Nov 2002, Emiel Kollof wrote: I'm having some odd trouble with exporting a ext2fs with NFS. ... Seems allright, no? Well, when I invoke or HUP mountd, the following happens: kernel: ext2fs doesn't support the old mount syscall mountd[344]: could not remount /storage: Operation

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

2002-11-28 Thread Bruno Miguel
On 28 Nov 2002 at 0:05, Garance A Drosihn wrote... 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

Re: Toshiba 1901-S301 and problems installing 5.0 dp2

2002-11-28 Thread David Barbero
The same problem have taken in a toshiba satellite 3000-601 and the solution is recompile a kernel without eisa driver and prove to install new. Bye Jason dijo: 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

[no subject]

2002-11-28 Thread Ivan Voras
subscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

deadlock on gohan11

2002-11-28 Thread Kris Kennaway
gohan11 deadlocked tonight..here is the ps trace from DDB. Can someone make sense of this? Kris pid proc addruid ppid pgrp flag stat wmesgwchan cmd 94345 c4a40938 d8d220000 94336 51933 0004000 norm[LOCK Giant c044bcc0] sed 94344 c5334b10 d8f440000 94336 51933

Re: Error mounting /dev/acd0c on /dist installing 5.0-DP2

2002-11-28 Thread Eric.J.Haug
Hi, I have tried 5.0-DP2 on a Toshiba Equium with the Intel PR440FX motherboard. DP2 will boot from the CD, print some, possibly all of the loader messsage, then immediately cause a jump that is like pushing the reset button. The system uses the CD at ata1-master and disks on SCSI. Loading the

systat -vmstat reports alternate system clock has died!

2002-11-28 Thread Mike Durian
I've filed a bug report on this http://www.freebsd.org/cgi/query-pr.cgi?pr=45684 but was wondering if anyone else had seen this message on an SMP machine. Is it a known problem with a know work around? I'm running code from 11/24/02. Load averages and related things also read 0. You can

ata device(s) not found - help please

2002-11-28 Thread Jens Rehsack
Hi, I tried to install a new firewall machine for my parents and tried using 5.0, because 4.7-STABLE find's the ata-controller only when I have disabled in BIOS. The results from 5.0-DP2 confuses me more. I attach the dmesg.out - please help. Kind regards, Jens -- L i W W W i

Re: UFS-2 partition destroyed by change

2002-11-28 Thread Kirk McKusick
I appreciate the offer to go through the whole upgrade process again, but I don't think it is necessary. If there were going to be many anguished folks that had to go through it, I would have played out all the senarios and made sure they worked. The point of doing this change now was to fix

Hung system while mounting a CD

2002-11-28 Thread Dhee Reddy
Hello all. When I try to mount a CD it just hangs and sometime ( a minute or so ) later pops back as acd0: TEST_UNIT_READY command timeout - resetting ata0: resetting devices. when it happened the first time, it automatically went into the debug mode and i could see a

Re: mbuf header bloat ?

2002-11-28 Thread Sam Leffler
On Mon, Nov 25, 2002 at 10:46:00AM -0800, Sam Leffler wrote: I don't see this problem; looutput looks to do the right thing. FWIW I've passed mbufs w/ mtags through the loopback interface. This refers specifically to the following code snippet: if (m m-m_next !=

Re: ext2fs and NFS exporting wackyness

2002-11-28 Thread Maxime Henrion
Emiel Kollof wrote: * Juli Mallett ([EMAIL PROTECTED]) wrote: kernel: ext2fs doesn't support the old mount syscall mountd[344]: could not remount /storage: Operation not supported I have the same problem, more or less, with UFS :( I can no longer set up an NFS server, but only

Re: ext2fs and NFS exporting wackyness

2002-11-28 Thread Maxime Henrion
Maxime Henrion wrote: Emiel Kollof wrote: * Juli Mallett ([EMAIL PROTECTED]) wrote: kernel: ext2fs doesn't support the old mount syscall mountd[344]: could not remount /storage: Operation not supported I have the same problem, more or less, with UFS :( I can no longer set up

Re: ext2fs and NFS exporting wackyness

2002-11-28 Thread Emiel Kollof
* Maxime Henrion ([EMAIL PROTECTED]) wrote: Can you try the attached patch and tell me if it works ? Tried it, and no, it doesn't work. Also, when I kill mountd and restart it, I get a kernel panic. HUPping mountd just gives the same error. Cheers, Emiel -- A diplomat is a man who can

Re: ext2fs and NFS exporting wackyness

2002-11-28 Thread Emiel Kollof
* Maxime Henrion ([EMAIL PROTECTED]) wrote: There were stupid mistakes in this patch. Can you try this one instead ? *grin* NOW you tell me... geez :) Well, disregard that previous report then, is was based on your old patch. Cheers, Emiel To Unsubscribe: send mail to [EMAIL PROTECTED]

missing: usr.bin/rdist - used: ports/net/rdist6

2002-11-28 Thread Julian Stacey
5.0-DP2 (unlike 4.7) has no src/usr.bin/rdist - just ports/net/rdist6 rdist6 is supposed to be better, but no rdist after basic install is a pain. Has this been well debated already ? or should I file a Send-PR ? Julian Stacey jhs @ berklix.com Computer Systems Engineer,

Re: ext2fs and NFS exporting wackyness

2002-11-28 Thread Emiel Kollof
* Maxime Henrion ([EMAIL PROTECTED]) wrote: There were stupid mistakes in this patch. Can you try this one instead ? Yes, this one seems to work. Cheers, Emiel -- Good day to avoid cops. Crawl to school. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in

Re: ext2fs and NFS exporting wackyness

2002-11-28 Thread Maxime Henrion
Emiel Kollof wrote: * Maxime Henrion ([EMAIL PROTECTED]) wrote: There were stupid mistakes in this patch. Can you try this one instead ? Yes, this one seems to work. I'm also interested in the panic you got with the previous broken patch. What was the panic message ? Can you get a

Re: ext2fs and NFS exporting wackyness

2002-11-28 Thread Emiel Kollof
* Emiel Kollof ([EMAIL PROTECTED]) wrote: There were stupid mistakes in this patch. Can you try this one instead ? Yes, this one seems to work. Hold on.. now remote hosts _see_ the ext2fs share, but mounting will not work. Yes it will mount without failing, but accessing won't work. From

Re: ext2fs and NFS exporting wackyness

2002-11-28 Thread Maxime Henrion
Emiel Kollof wrote: * Emiel Kollof ([EMAIL PROTECTED]) wrote: There were stupid mistakes in this patch. Can you try this one instead ? Yes, this one seems to work. Hold on.. now remote hosts _see_ the ext2fs share, but mounting will not work. Yes it will mount without failing, but

Re: missing: usr.bin/rdist - used: ports/net/rdist6

2002-11-28 Thread Kris Kennaway
On Thu, Nov 28, 2002 at 07:22:16PM +0100, Julian Stacey wrote: 5.0-DP2 (unlike 4.7) has no src/usr.bin/rdist - just ports/net/rdist6 rdist6 is supposed to be better, but no rdist after basic install is a pain. Has this been well debated already ? or should I file a Send-PR ? It was moved

Problem with ntpdate

2002-11-28 Thread Daniel C. Sobral
I found out that ntpdate just doesn't seem to be working at all during boot. Ntpd dies because of the time differential (windows changes the time two hours because of the TZ). No message from ntpdate (I'll next try to divert it to syslog). Running *after* boot, by typing /etc/rc.d/ntpdate

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

2002-11-28 Thread Sergey Mokryshev
On Wed, 27 Nov 2002, Mike Makonnen wrote: 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

Re: Problem with ntpdate

2002-11-28 Thread Daniel C. Sobral
More information: ntpdate_flags=-s -b clock.tcoip.com.br: Nov 28 15:13:31 dcs ntpdate[259]: no server suitable for synchronization found ntpdate_flags=-s -b 200.220.255.229: Nov 28 15:15:38 dcs ntpdate[259]: no server suitable for synchronization found Nov 28 15:15:39 dcs ntpd[377]: ntpd

make regression tests a little bit too verbose ?

2002-11-28 Thread Christopher Sharp
Hello, the new test for make which was made to run before every make in src recently is IMHO a little bit too verbose. I think it is a really useful thing to have but is it really necessary to have it output 14 lines every time ? I think it would be sufficent to have something like this: Testing

Re: MD broken in current

2002-11-28 Thread Hiten Pandya
On Wed, Nov 27, 2002 at 11:37:17AM +, Ian Dowse wrote the words in effect of: 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

Re: MD broken in current

2002-11-28 Thread Ian Dowse
In message [EMAIL PROTECTED], Hiten Pandya writ es: Is anyone planning to take this task, because, I think its important that it is fixed. Or should it be put on the 5.0-todo list? If not, we should put it in the BUGS section of mdconfig/ or the md(4) manual page. IMO. I've tested the fix, and

Re: Trivial patch: fdisk doesn't recognize my partitions

2002-11-28 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Riccardo Torrini write s: I have 4 primary partitions and I use a boot manager (magic.com) that install some black magic that hide unused partition, this permit to have multiple 'other-OS' partition that don't know of each other (but, obviously, FreeBSD can see and

Re: Problem with ntpdate

2002-11-28 Thread Daniel O'Connor
On Fri, 2002-11-29 at 05:57, Daniel C. Sobral wrote: ntpdate_flags=-s -b 200.220.255.229: Nov 28 15:15:38 dcs ntpdate[259]: no server suitable for synchronization found Nov 28 15:15:39 dcs ntpd[377]: ntpd 4.1.1b-a Thu Nov 28 11:09:29 BRST 2002 (1) Nov 28 15:15:39 dcs ntpd[377]: kernel

sparc64 tinderbox failure

2002-11-28 Thread Mike Barcroft
Thu Nov 28 21:15:00 GMT 2002 U lib/libc/net/if_nametoindex.c U sys/sys/select.h U sys/sys/signal.h U tools/regression/usr.bin/make/Makefile Running test variables PASS: Test variables detected no regression, output matches. Running test targets PASS: Test targets detected no regression. Running

Re: missing: usr.bin/rdist - used: ports/net/rdist6

2002-11-28 Thread Julian H. Stacey
Kris Kennaway wrote: On Thu, Nov 28, 2002 at 07:22:16PM +0100, Julian Stacey wrote: 5.0-DP2 (unlike 4.7) has no src/usr.bin/rdist - just ports/net/rdist6 =20 rdist6 is supposed to be better, but no rdist after basic install is a pa= in. =20 Has this been well debated already ? or should

Cardbus panic with 3com Megahertz

2002-11-28 Thread Christian Brueffer
Hi, got a reproducable panic while inserting a 3Com Megahertz 3CCFE575BT into an up to date -current system. The card used to work fine with DP1. Fatal trap 12: page fault while in kernel mode fault virtual address = 0xdd79cd38 fault code = supervisor read, page not present

ACPI errors w/ latest ACPI code on GA BX2000 based system

2002-11-28 Thread Thomas Seck
A freshly built system with Now 28 sources now throws the ACPI errors seen in the dmesg output. The former ACPI snapshot did not complain in any way on this system. The board in question is a Gigabyte BX2000 with F7 BIOS. --Thomas dmesg: Copyright (c) 1992-2002 The FreeBSD Project.

Re: Cardbus panic with 3com Megahertz

2002-11-28 Thread Scott Long
On Thu, Nov 28, 2002 at 06:58:05PM -0500, Christian Brueffer wrote: Hi, got a reproducable panic while inserting a 3Com Megahertz 3CCFE575BT into an up to date -current system. The card used to work fine with DP1. This might be from my recent changes to the resource allocator in cardbus.

Re: missing: usr.bin/rdist - used: ports/net/rdist6

2002-11-28 Thread Steve Kargl
On Fri, Nov 29, 2002 at 12:48:49AM +0100, Julian H. Stacey wrote: Kris Kennaway wrote: On Thu, Nov 28, 2002 at 07:22:16PM +0100, Julian Stacey wrote: 5.0-DP2 (unlike 4.7) has no src/usr.bin/rdist - just ports/net/rdist6 =20 rdist6 is supposed to be better, but no rdist after basic

Re: Trivial patch: fdisk doesn't recognize my partitions

2002-11-28 Thread Bruce Evans
On Thu, 28 Nov 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Riccardo Torrini write s: I have 4 primary partitions and I use a boot manager (magic.com) that install some black magic that hide unused partition, this permit to have multiple 'other-OS' partition that don't know

Re: deadlock on gohan11

2002-11-28 Thread Bruce Evans
On Thu, 28 Nov 2002, Kris Kennaway wrote: gohan11 deadlocked tonight..here is the ps trace from DDB. Can someone make sense of this? pid proc addruid ppid pgrp flag stat wmesgwchan cmd 94345 c4a40938 d8d220000 94336 51933 0004000 norm[LOCK Giant c044bcc0] sed

RE: [music-dsp] How do I read the Loop information from a .WAV file?

2002-11-28 Thread Patrick Stinson
this is a great guide http://www.sonicspot.com/guide/wavefiles.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, November 28, 2002 6:51 PM To: [EMAIL PROTECTED] Subject: [music-dsp] How do I read the Loop information

Re: Cardbus panic with 3com Megahertz

2002-11-28 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Christian Brueffer [EMAIL PROTECTED] writes: : got a reproducable panic while inserting a 3Com Megahertz 3CCFE575BT : into an up to date -current system. : The card used to work fine with DP1. How up to date? Warner To Unsubscribe: send mail to [EMAIL

Re: missing: usr.bin/rdist - used: ports/net/rdist6

2002-11-28 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Steve Kargl [EMAIL PROTECTED] writes: : - Please consider restoring rdist to FreeBSD. Thanks. : : No thanks. It was removed almost 2 years ago because : better alternatives are available. And the number of security problems with rdist are legion. A

sparc64 tinderbox failure

2002-11-28 Thread Mike Barcroft
Fri Nov 29 03:15:00 GMT 2002 U lib/libpam/modules/pam_ksu/pam_ksu.c U release/doc/en_US.ISO8859-1/early-adopter/article.sgml Running test variables PASS: Test variables detected no regression, output matches. Running test targets PASS: Test targets detected no regression. Running test sysvmatch

Re: missing: usr.bin/rdist - used: ports/net/rdist6

2002-11-28 Thread Kris Kennaway
On Fri, Nov 29, 2002 at 12:48:49AM +0100, Julian H. Stacey wrote: Kris Kennaway wrote: On Thu, Nov 28, 2002 at 07:22:16PM +0100, Julian Stacey wrote: 5.0-DP2 (unlike 4.7) has no src/usr.bin/rdist - just ports/net/rdist6 =20 rdist6 is supposed to be better, but no rdist after basic

Cardbus panic with Firtz AVM 2.0 Pcmcia card.

2002-11-28 Thread Marcin Dalecki
This is all on a ASUSS8600 series notebook. I can't therefore provide debugging console dumps, due to the leakage of serial interfaces on the system. This system is based on the intel 440MX chipset. However inserting the card gives immediate kernel dump. A traceback is indicating that the crash

usb modem problem

2002-11-28 Thread ertank
Hello, I am trying to use an usb modem under freebsd. It is detected during boot. My system is current as of yesterday sources. Dmesg output is attached. Modem is recognized as /dev/ugen0 and there is another node /dev/ugen0.1 I setup my ppp.conf file to use /dev/ugen0 when I try to use it

Re: Trivial patch: fdisk doesn't recognize my partitions

2002-11-28 Thread Riccardo Torrini
On 29-Nov-2002 (01:34:27/GMT) Bruce Evans wrote: RT I have 4 primary partitions and I use a boot manager (magic.com) [...] RT As far as I know it use an EXOR 0x10 to hide/unhide but fdisk RT doesn't recognize 0x0B/0x0C fat32 when hidden (0x1B/0x1C) PHK I think this is very marginal use really...

Re: Cardbus panic with 3com Megahertz

2002-11-28 Thread Christian Brueffer
On Thu, Nov 28, 2002 at 07:48:32PM -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Christian Brueffer [EMAIL PROTECTED] writes: : got a reproducable panic while inserting a 3Com Megahertz 3CCFE575BT : into an up to date -current system. : The card used to work fine with

Re: Cardbus panic with 3com Megahertz

2002-11-28 Thread Christian Brueffer
On Thu, Nov 28, 2002 at 05:58:23PM -0700, Scott Long wrote: On Thu, Nov 28, 2002 at 06:58:05PM -0500, Christian Brueffer wrote: Hi, got a reproducable panic while inserting a 3Com Megahertz 3CCFE575BT into an up to date -current system. The card used to work fine with DP1. This