ACPI problem reports

2003-09-01 Thread Nate Lawson
If you are currently having ACPI problems, please submit a PR through the send-pr mechanism. After you have been assigned a number, please report it to [EMAIL PROTECTED] Information to include is a full dmesg of your system and links to the output of: acpidump -t -d -o my.dsdt my.asl In

Re: Anyone ported HCF/HSF modem drivers to FreeBSD?

2003-09-01 Thread Mark Kettenis
Date: Sun, 31 Aug 2003 15:02:36 -0700 (PDT) From: Nate Lawson [EMAIL PROTECTED] I asked this on -hackers a little while ago but no response. I'm curious if anyone has made an attempt to port these Winmodem drivers. http://www.linuxant.com/drivers/ I did look into it, but

Re: need some debugging help

2003-09-01 Thread Pawel Jakub Dawidek
On Fri, Aug 29, 2003 at 10:03:57PM -0600, Kenneth D. Merry wrote: + I've been working on a set of patches to remove the sysctl variable creation + from interrupt context in the cd(4) and da(4) drivers. + + To fix the problem, I've created a new taskqueue that runs in a thread + context, instead

Re: Filesystem problem

2003-09-01 Thread Kevin Bockman
I also tried doing a umount now and it's hanging. Here's the ps: root 36373 0.0 0.0 580 352 d0 D+5:15PM 0:00.02 umount /mirror 0 31569 0 -4 0 ufs Now I also notice a zombie'd sh. Not sure where that came from. root 0 0.0 0.0 00 p2 ZW+ -

Re: need some debugging help

2003-09-01 Thread Pawel Jakub Dawidek
On Mon, Sep 01, 2003 at 02:13:45AM +0200, Pawel Jakub Dawidek wrote: + I was getting same panics while I was working on GEOM Gate. + After many hours of debugging I've tracked this down - I've initialized + a mutex, but I haven't destroy it. + + As I susspect you're loading cd(4) as kld module?

Kernel fails to compile

2003-09-01 Thread Martin Jessa
Sources fetched an hour ago. Running make in /usr/src/sys/i386/compile/MYKERNEL : cc -c -O -pipe -march=i486 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../..

Re: Kernel fails to compile

2003-09-01 Thread Doug Barton
On Mon, 1 Sep 2003, Martin Jessa wrote: Sources fetched an hour ago. Running make in /usr/src/sys/i386/compile/MYKERNEL : Remove device pcic from your kernel config. My understanding is that it's broken anyway, so you're not losing anything by removing it. HTH, Doug -- This .signature

threading problems

2003-09-01 Thread RMH
Hello gentlemen, I seem to have threading problems with 5.1-RELEASE. Every time I run a multithreaded application (linked against libc_r) on a SMP system, I get only 1 CPU loaded at any moment given. I tried different software, including Viewperf, but results remain the same. When linked against

Spurious ACPI-1287 ... Method execution failed ... messages

2003-09-01 Thread supraexpress
With a relatively current CURRENT on an MSI 875P-Neo (MS-6758) motherboard, I see the following spurious about ACPI-1287... messages, but this does not seem to affect the system boot or anything else. Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989,

Re: Kernel fails to compile

2003-09-01 Thread Martin Jessa
Hi. Great, now it compiles cleanly. Thanks Doug. On Mon, 1 Sep 2003, Martin Jessa wrote: Sources fetched an hour ago. Running make in /usr/src/sys/i386/compile/MYKERNEL : Remove device pcic from your kernel config. My understanding is that it's broken anyway, so you're not losing

Re: threading problems

2003-09-01 Thread Norikatsu Shigemura
On Mon, 1 Sep 2003 03:13:31 +0100 (BST) RMH [EMAIL PROTECTED] wrote: # gcc -O2 -fomit-frame-pointer -march=i686 -o smp smp.c -pthread # ./smp 4Gb per pass mode INTEGER | WRITING 8 Kb block: 1351 Mb/s res0: 674 res1: 677 # gcc -O2 -fomit-frame-pointer -march=i686 -o smp2 smp.c

Re: Anyone ported HCF/HSF modem drivers to FreeBSD?

2003-09-01 Thread Daniel O'Connor
On Monday 01 September 2003 08:41, Mark Kettenis wrote: Date: Sun, 31 Aug 2003 15:02:36 -0700 (PDT) From: Nate Lawson [EMAIL PROTECTED] I asked this on -hackers a little while ago but no response. I'm curious if anyone has made an attempt to port these Winmodem drivers.

Re: threading problems

2003-09-01 Thread Dan Nelson
In the last episode (Sep 01), RMH said: Hello gentlemen, I seem to have threading problems with 5.1-RELEASE. Every time I run a multithreaded application (linked against libc_r) on a SMP system, I get only 1 CPU loaded at any moment given. I tried different Correct. libc_r is a userland

is there a knob for devfs rules?

2003-09-01 Thread John Reynolds
Hi all, in debugging /dev/usb* and /dev/ugen* permissions problems so that I could access my digital camera as a mere-mortal user, I came across this posting to -questions:

RE: ACPI problems with Compaq Evo N610c

2003-09-01 Thread Doug Barton
I got interested in this recently because I inherited one of these laptops from work. On Wed, 30 Jul 2003, Cagle, John (ISS-Houston) wrote: Which version of the N610C BIOS are you using? (F.14 is the latest on the hp.com website.) I know that the _OSI(Windows 2001) bug will be fixed in the

Re: threading problems

2003-09-01 Thread RMH
Oh yes, user threading doesn't support multiple CPUs... Thanks for pointing me. Both libkse and libthr work with that code snippet, but Viewperf when linked against any of them locks my machine pretty deadly. With Linuxthreads it just segfaults ;) --- Regards, Rhett Dan Nelson wrote: In the

Re: threading problems

2003-09-01 Thread Dan Nelson
In the last episode (Sep 01), RMH said: Oh yes, user threading doesn't support multiple CPUs... Thanks for pointing me. Both libkse and libthr work with that code snippet, but Viewperf when linked against any of them locks my machine pretty deadly. With Linuxthreads it just segfaults ;)

Re: ACPI problems with Compaq Evo N610c

2003-09-01 Thread Robert =?unknown-8bit?q?Blacqui=E8re?=
I don't seem to have these problems. I use xbattbar without problem. I use this acpi_dsdt code: http://www.guldan.cistron.nl/acpi_dsdt.dsl On Sun, Aug 31, 2003 at 07:50:03PM -0700, Doug Barton wrote: I got interested in this recently because I inherited one of these laptops from work. On

Re: automated clean up of /usr/lib because of /lib

2003-09-01 Thread David O'Brien
On Sun, Aug 31, 2003 at 08:31:49PM +0200, Alexander Leidinger wrote: shouldn't we add something like ---snip--- for i in /lib/lib*.so.*; do lib=$(basename $i) [ -f /usr/lib/$lib ] chflags noschg /usr/lib/$lib rm /usr/lib/$lib done ---snip--- into UPDATING or append it to the

Re: /lib symlinks problem?

2003-09-01 Thread David O'Brien
On Sun, Aug 31, 2003 at 05:52:24PM +0300, Ruslan Ermilov wrote: I might be missing an obvious, but I just don't see a reason why we should use relative linking here: we should just link to where we really install. With the attached patch, I get: ... +.if ${LIBDIR} != ${SHLIBDIR} +

Re: threading problems

2003-09-01 Thread Julian Elischer
On Mon, 1 Sep 2003, [iso-8859-1] RMH wrote: Oh yes, user threading doesn't support multiple CPUs... Thanks for pointing me. Both libkse and libthr work with that code snippet, but Viewperf when linked against any of them locks my machine pretty deadly. With Linuxthreads it just segfaults

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Sun, Aug 31, 2003 at 10:10:49PM -0700, David O'Brien wrote: On Sun, Aug 31, 2003 at 05:52:24PM +0300, Ruslan Ermilov wrote: I might be missing an obvious, but I just don't see a reason why we should use relative linking here: we should just link to where we really install. With

Re: need some debugging help

2003-09-01 Thread Kenneth D. Merry
On Sun, Aug 31, 2003 at 12:52:47 +0200, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Kenneth D. Merry writes: Anyway, I got some debugging output, and I've attached dmesg output. Let me know whether anything in there looks suspicious or points to a possible problem. There's

Re: /lib symlinks problem?

2003-09-01 Thread Christoph P. Kukulies
On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: I think that Gordon took a safe path with creating compatibility symlinks. Besides, creating compatibility symlinks has a nicety of removing your stale symlinks in /usr/lib. I always asked myself whether there is a tool or some

Re: need some debugging help

2003-09-01 Thread Kenneth D. Merry
On Mon, Sep 01, 2003 at 02:23:18 +0200, Pawel Jakub Dawidek wrote: On Mon, Sep 01, 2003 at 02:13:45AM +0200, Pawel Jakub Dawidek wrote: + I was getting same panics while I was working on GEOM Gate. + After many hours of debugging I've tracked this down - I've initialized + a mutex, but I

Re: cvs commit: src Makefile.inc1

2003-09-01 Thread Ruslan Ermilov
On Sun, Aug 31, 2003 at 11:43:25PM -0700, Scott Long wrote: scottl 2003/08/31 23:43:25 PDT FreeBSD src repository Modified files: .Makefile.inc1 Log: Clarify the numbering of some of the build stages. Revision ChangesPath 1.389 +9

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Mon, Sep 01, 2003 at 08:58:19AM +0200, Christoph P. Kukulies wrote: On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: I think that Gordon took a safe path with creating compatibility symlinks. Besides, creating compatibility symlinks has a nicety of removing your stale

Re: /lib symlinks problem?

2003-09-01 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Ruslan Ermilov [EMAIL PROTECTED] writes: : On Mon, Sep 01, 2003 at 08:58:19AM +0200, Christoph P. Kukulies wrote: : On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: : I think that Gordon took a safe path with creating compatibility

Re: cvs commit: src Makefile.inc1

2003-09-01 Thread Scott Long
Ruslan Ermilov wrote: On Sun, Aug 31, 2003 at 11:43:25PM -0700, Scott Long wrote: scottl 2003/08/31 23:43:25 PDT FreeBSD src repository Modified files: .Makefile.inc1 Log: Clarify the numbering of some of the build stages. Revision ChangesPath 1.389

Re: cvs commit: src Makefile.inc1

2003-09-01 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Scott Long [EMAIL PROTECTED] writes: : Clarify the numbering of some of the build stages. : How about if we get rid of the numbering here completely? : I like the numbering since it can give me an idea of progress at a : quick glance without having to

Re: ATAng not detecting drives

2003-09-01 Thread Jan Srzednicki
On Sun, Aug 31, 2003 at 04:57:57PM +0200, Soren Schmidt wrote: It seems Jan Srzednicki wrote: ad0: 19546MB FUJITSU MPF3204AT [39714/16/63] at ata0-master UDMA66 ad1: 39093MB FUJITSU MPG3409AH EF [79428/16/63] at ata0-slave UDMA66 ata1-slave: FAILURE - ATA_IDENTIFY status=51READY,DSC,ERROR

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Mon, Sep 01, 2003 at 01:22:49AM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Ruslan Ermilov [EMAIL PROTECTED] writes: : On Mon, Sep 01, 2003 at 08:58:19AM +0200, Christoph P. Kukulies wrote: : On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: : I

Re: ACPI problems with Compaq Evo N610c

2003-09-01 Thread Doug Barton
On Mon, 1 Sep 2003, Robert [unknown-8bit] Blacquière wrote: I don't seem to have these problems. I use xbattbar without problem. Argh. How recent is your -current? I compile regularly, and I was up to date as of this afternoon. I use this acpi_dsdt code:

Re: /lib symlinks problem?

2003-09-01 Thread Doug Barton
On Mon, 1 Sep 2003, M. Warner Losh wrote: My tool is initially just a 'delete these files' tool, but now that I think about it, it wouldn't be hard to say also 'create these symlinks'. The hard part here is generating the 'obsolete' lists. I posted one approach to this today... touch a file

Re: need some debugging help

2003-09-01 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Kenneth D. Merry writes: In particular, I went through some interesting permutations in taskqueue_kthread() to make things work right: - I tried holding Giant when calling tsleep, but it complained that I didn't own Giant. I have had a similar issue a couple of

Re: ACPI problems with Compaq Evo N610c

2003-09-01 Thread Robert =?unknown-8bit?q?Blacqui=E8re?=
Oeps I've put the old one up... Now ik have the new one. I don't load the VESA modules, it seems these are loaded before acpi code is replaced? Robert On Mon, Sep 01, 2003 at 01:49:42AM -0700, Doug Barton wrote: On Mon, 1 Sep 2003, Robert [unknown-8bit] Blacquire wrote: I don't seem to

Kernel Panic near inphy0

2003-09-01 Thread Remi L.
I am currently trying to upgrade from 5.1-RELEASE to current on my Sony VAIO laptop, model number GRX-570. On first boot of CURRENT kernel a panic occurs right after inphy: Fatal trap 12: page fault while in kernel mode Fault virtual address= 0xdeadc0de Fault code=

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Mon, Sep 01, 2003 at 01:58:52AM -0700, Doug Barton wrote: On Mon, 1 Sep 2003, M. Warner Losh wrote: My tool is initially just a 'delete these files' tool, but now that I think about it, it wouldn't be hard to say also 'create these symlinks'. The hard part here is generating the

Re: /lib symlinks problem?

2003-09-01 Thread Doug Barton
On Mon, 1 Sep 2003, Ruslan Ermilov wrote: I posted one approach to this today... touch a file right before you start installworld, then consider anything not newer than that file a candidate for disposal. There is currently something weird going on in /usr/lib though... a lot of the files

Re: automated clean up of /usr/lib because of /lib

2003-09-01 Thread Alexander Leidinger
On Sun, 31 Aug 2003 15:02:21 -0700 (PDT) Doug Barton [EMAIL PROTECTED] wrote: There was a discussion of this recently, and the conclusion was more or less that doing this in an automated fashion is frought with danger, since you don't know for sure what else besides system components the user

Re: need some debugging help

2003-09-01 Thread Pawel Jakub Dawidek
On Mon, Sep 01, 2003 at 12:48:41AM -0600, Kenneth D. Merry wrote: + - I tried just holding a mutex all the time, but obviously you can't +malloc while holding a mutex (except Giant), and the sysctl code does a +number of mallocs. (The original cause of this problem -- M_WAITOK +

ATAng probe updated please test

2003-09-01 Thread Soren Schmidt
I've gone over the probe code once again. Please test, and in case it fails to detect or misdetects anything, mail me the output of dmesg from a verbose boot, and state what devices actually are there. Thanks! -Søren ___ [EMAIL PROTECTED] mailing

Re: is there a knob for devfs rules?

2003-09-01 Thread Jeff Walters
Check out the header comments in the recently created /etc/defaults/devfs.rules and the new rc.conf variable devfs_system_ruleset. In your case below, you'd probably need an /etc/devfs.rules like: # Create local ruleset [local_ruleset=10] add path 'ugen*' mode 664 And then you'd add the

Re: buildworld seg faulting.

2003-09-01 Thread Alastair G. Hogge
On Monday, 01 September 2003 02:24, Steve Kargl wrote: On Sun, Aug 31, 2003 at 07:52:15PM +1000, Alastair G. Hogge wrote: Hello list, For the past couple of weeks I've been tyring to keep my system up to date with cvsup. However, when ever I run a buildworld I get problems with gcc (I

Re: buildworld seg faulting.

2003-09-01 Thread Bill Moran
Alastair G. Hogge wrote: On Monday, 01 September 2003 02:24, Steve Kargl wrote: On Sun, Aug 31, 2003 at 07:52:15PM +1000, Alastair G. Hogge wrote: Hello list, For the past couple of weeks I've been tyring to keep my system up to date with cvsup. However, when ever I run a buildworld I get

Re: cdcontrol no longer needs 'c' partition?

2003-09-01 Thread Maxim Konovalov
On Fri, 22 Aug 2003, 19:49+0400, Maxim Konovalov wrote: On Fri, 22 Aug 2003, 10:39-0400, Craig Rodrigues wrote: On Fri, Aug 22, 2003 at 09:00:32AM +0400, Maxim Konovalov wrote: On Sun, 17 Aug 2003, 17:21-0400, Craig Rodrigues wrote: Hi, With GEOM in place, is the 'c'

Re: ATAng probe updated please test

2003-09-01 Thread Matt
Soren Schmidt wrote: I've gone over the probe code once again. Please test, and in case it fails to detect or misdetects anything, mail me the output of dmesg from a verbose boot, and state what devices actually are there. Thanks! -Søren Mine is working perfectly now (see below). With atapicam

Re: ATAng probe updated please test

2003-09-01 Thread Matt
Matt wrote: Soren Schmidt wrote: I've gone over the probe code once again. Please test, and in case it fails to detect or misdetects anything, mail me the output of dmesg from a verbose boot, and state what devices actually are there. Thanks! -Søren Mine is working perfectly now (see below).

5.1-RELEASE-p2 buildworld crash - help!!

2003-09-01 Thread ODHIAMBO Washington
Hello gurus, I have a dead system! No service will start at all, but if I can get over this buildworld failure, then maybe I can compile a new kernel and get my services running. It's not a production box, but a test box. The problem started this way: I cvsup-ped, make buildworld, then kind of

5.2-RELEASE TODO

2003-09-01 Thread Robert Watson
This is an automated bi-weekly mailing of the FreeBSD 5.2 open issues list. The live version of this list is available at: http://www.FreeBSD.org/releases/5.2R/todo.html Automated mailing of this list will continue through the release of FreeBSD 5.2. FreeBSD 5.2

Re: pcic device causes kernel build failure

2003-09-01 Thread Ian Freislich
M. Warner Losh wrote: Don't build pcic with newcard. It is broken, doesn't work and isn't supported. I have a rewrite in my p4 tree that I'm slugging through, but pcic is likely to coninue to not compile until that's committed. Will that eventually fix support for the following (dmesg

bsd.lib.mk and bsd.own.mk ignore /etc/make.conf(INSTALL)

2003-09-01 Thread Ian Freislich
Hi Any idea why '-C' is hard coded for bsd.lib.mk and bsd.own.mk? I thought that the make.conf variable was there to allow or disallow this. The following comes from bsd.lib.mk: .if defined(LIB) !empty(LIB) !defined(NOINSTALLLIB) ${INSTALL} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE}

Question About Disk Access.

2003-09-01 Thread Chris Petrik
After making world as of August 30 i am seeing weird disk access when i boot up the little yellow LED that shows disk access is constantly lit there is no way of turning it off and i dont see/know a way to see ehats making it do what it does fstat,lsof dont seem to find anything its a bit

Re: is there a knob for devfs rules?

2003-09-01 Thread Scot W. Hetzel
From: John Reynolds [EMAIL PROTECTED] Hi all, in debugging /dev/usb* and /dev/ugen* permissions problems so that I could access my digital camera as a mere-mortal user, I came across this posting to -questions:

Re: ATAng probe updated please test

2003-09-01 Thread Andrew Lankford
I've gone over the probe code once again. I upgraded, and now my DVDROM (ata1-slave) is working again, but my Plextor 8/4/32A CDRW (ata1-master) still won't probe correctly. atacontrol list appears to send out the same message as before. dmesg atacontrol list output attached. Andrew Lankford

Re: is there a knob for devfs rules?

2003-09-01 Thread John Reynolds
[ On Monday, September 1, Scot W. Hetzel wrote: ] From: John Reynolds [EMAIL PROTECTED] I http://www.freebsd.org/cgi/getmsg.cgi?fetch=1203173+1206388+/usr/local/www/db/text/2003/freebsd-questions/20030622.freebsd-questions You would need to add the following to /etc/devfs.rules:

wi0: detach/reattach on pcmcia card pull?

2003-09-01 Thread Larry Rosenman
I have a wi0 (Linksys WPC11 V3) card that is usually in the pcmcia slot of my laptop, but occasionally I need to pull it to use the built in nic. Is dhclient supposed to be killed on remove? Is dhclient supposed to be restarted on insert? Both of these are NOT happening on my box. -CURRENT

Re: ATAng probe updated please test (ERRATA)

2003-09-01 Thread Andrew Lankford
I upgraded, and now my DVDROM (ata1-slave) is working again, but my Plextor 8/4/32A CDRW (ata1-master) still won't probe correctly. atacontrol list appears to send out the same message as before. dmesg atacontrol list output attached. Andrew Lankford Crap, I attached the wrong file (an

Re: ATAng suspend/resume support broken

2003-09-01 Thread Hiroyuki Aizu
Hi. On Thu, 28 Aug 2003 21:57:24 -0700 (PDT) Nate Lawson [EMAIL PROTECTED] wrote: With today's ATAng, I can suspend my laptop but when I resume, the system hangs. I'll try to get the exact dmesg with a serial console since syscons gets screwed up by resuming (this is normal behavior). In

Re: 5.1-RELEASE-p2 buildworld crash - help!!

2003-09-01 Thread ODHIAMBO Washington
* Steve Kargl [EMAIL PROTECTED] [20030901 18:36]: wrote: On Mon, Sep 01, 2003 at 05:00:44PM +0300, ODHIAMBO Washington wrote: Now after cvsupping afresh, I have failed to buildworld completely, even doing cvsup N times again. Buildworld always fails with the error depicted in the log

Re: /lib symlinks problem?

2003-09-01 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Doug Barton [EMAIL PROTECTED] writes: : On Mon, 1 Sep 2003, M. Warner Losh wrote: : : My tool is initially just a 'delete these files' tool, but now that I : think about it, it wouldn't be hard to say also 'create these : symlinks'. The hard part here

Re: /lib symlinks problem?

2003-09-01 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Doug Barton [EMAIL PROTECTED] writes: : On Mon, 1 Sep 2003, Ruslan Ermilov wrote: : : I posted one approach to this today... touch a file right before you : start installworld, then consider anything not newer than that file a : candidate for

Re: pcic device causes kernel build failure

2003-09-01 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Ian Freislich [EMAIL PROTECTED] writes: : M. Warner Losh wrote: : Don't build pcic with newcard. It is broken, doesn't work and isn't : supported. I have a rewrite in my p4 tree that I'm slugging through, : but pcic is likely to coninue to not compile

Re: /lib symlinks problem?

2003-09-01 Thread David O'Brien
On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: On Sun, Aug 31, 2003 at 10:10:49PM -0700, David O'Brien wrote: On Sun, Aug 31, 2003 at 05:52:24PM +0300, Ruslan Ermilov wrote: I might be missing an obvious, but I just don't see a reason why we should use relative

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Mon, Sep 01, 2003 at 09:31:29AM -0700, David O'Brien wrote: On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: On Sun, Aug 31, 2003 at 10:10:49PM -0700, David O'Brien wrote: On Sun, Aug 31, 2003 at 05:52:24PM +0300, Ruslan Ermilov wrote: I might be missing an obvious,

Re: 5.2-RELEASE TODO

2003-09-01 Thread David O'Brien
On Mon, Sep 01, 2003 at 10:00:17AM -0400, Robert Watson wrote: |-+---+-+| | | | | Productionable | | | | | support for the| |

Re: 5.2-RELEASE TODO

2003-09-01 Thread Scott Long
David O'Brien wrote: On Mon, Sep 01, 2003 at 10:00:17AM -0400, Robert Watson wrote: |-+---+-+| | | | | Productionable | | | | | support

Syncer giving up on buffers

2003-09-01 Thread Lefteris Chatzibarbas
Hello, I have a problem with kernels, built the last couple of days, where during shutdown syncer is giving up on buffers. During the next boot all filesystems are checked because of improper dismount. Here follow the exact messages I get: Waiting (max 60 seconds) for system process `vnlru'

Re: 5.1-RELEASE-p2 buildworld crash - help!!

2003-09-01 Thread Kent Stewart
On Monday 01 September 2003 09:17 am, ODHIAMBO Washington wrote: * Steve Kargl [EMAIL PROTECTED] [20030901 18:36]: wrote: On Mon, Sep 01, 2003 at 05:00:44PM +0300, ODHIAMBO Washington wrote: Now after cvsupping afresh, I have failed to buildworld completely, even doing cvsup N times

Re: 5.2-RELEASE TODO

2003-09-01 Thread Scott Long
David O'Brien wrote: On Mon, Sep 01, 2003 at 10:00:17AM -0400, Robert Watson wrote: |-+---+-+| | | | | Productionable | | | | | support

Re: Syncer giving up on buffers

2003-09-01 Thread Bruce Evans
On Mon, 1 Sep 2003, Lefteris Chatzibarbas wrote: I have a problem with kernels, built the last couple of days, where during shutdown syncer is giving up on buffers. During the next boot all filesystems are checked because of improper dismount. Here follow the exact messages I get:

Re: 5.2-RELEASE TODO

2003-09-01 Thread Nicole
Is anyone going to be fixing the sysinstall problem of not being able to re-slice a drive? For those who are not technical whizes this IS a big problem. We do still care about them right? Nicole |\ __ /| (`\ | o_o |__ ) )

Re: 5.2-RELEASE TODO

2003-09-01 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Nicole writes: Is anyone going to be fixing the sysinstall problem of not being able to re-slice a drive? For those who are not technical whizes this IS a big problem. We do still care about them right? If you are talking about using sysinstall to modify drives

Re: 5.2-RELEASE TODO

2003-09-01 Thread Nicole
So are you saying it Will work in single user mode perhaps? (drives in use) or are you saying gee we have this nice new version that if you need to modify any disk slice you did after an install your screwed into going back to caveman tools (which I admit I have NO IDEA how to use and I bet

Re: /lib symlinks problem?

2003-09-01 Thread Doug Barton
On Mon, 1 Sep 2003, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Doug Barton [EMAIL PROTECTED] writes: : On Mon, 1 Sep 2003, M. Warner Losh wrote: : : My tool is initially just a 'delete these files' tool, but now that I : think about it, it wouldn't be hard to say also

Question related to FreeBSD Serial Console...

2003-09-01 Thread Scott M. Likens
I have a question related to FreeBSD Serial console, I am aware you can use -Dh for both internal and serial, but is it possible to see the 'kernel' boot messages sent on both the serial and the console? It was a question that was asked to me by a client, and after researching it more, it seems

xl0: reset didn't complete

2003-09-01 Thread Mik Firestone
I am using -CURRENT cvsup'd August 29 and having some problems with a 3com 3c575B PC Card. I am running on a Dell Latitude C600 and -CURRENT has, for the most part, worked perfectly for me. The problem is that the 3Com card is no longer getting activated. The system sees when the card is

Re: ACPI problems with Compaq Evo N610c

2003-09-01 Thread Terry Lambert
Doug Barton wrote: I use this acpi_dsdt code: http://www.guldan.cistron.nl/acpi_dsdt.dsl Thanks for the suggestion... I tried that one, but got the same error about not enough memory to load the override file. I attached a verbose dmesg, just in case someone wants to take a look. | ACPI:

Re: ACPI problems with Compaq Evo N610c

2003-09-01 Thread Doug Barton
On Mon, 1 Sep 2003, Terry Lambert wrote: Doug Barton wrote: I use this acpi_dsdt code: http://www.guldan.cistron.nl/acpi_dsdt.dsl Thanks for the suggestion... I tried that one, but got the same error about not enough memory to load the override file. I attached a verbose dmesg, just

Re: bsd.lib.mk and bsd.own.mk ignore /etc/make.conf(INSTALL)

2003-09-01 Thread Doug Barton
On Mon, 1 Sep 2003, Ian Freislich wrote: Hi Any idea why '-C' is hard coded for bsd.lib.mk and bsd.own.mk? I thought that the make.conf variable was there to allow or disallow this. The following comes from bsd.lib.mk: I'd also like to see this option be a knob, preferably defaulting to

Re: need some debugging help

2003-09-01 Thread Terry Lambert
Pawel Jakub Dawidek wrote: On Mon, Sep 01, 2003 at 12:48:41AM -0600, Kenneth D. Merry wrote: + - I tried just holding a mutex all the time, but obviously you can't +malloc while holding a mutex (except Giant), and the sysctl code does a +number of mallocs. (The original cause of this

Re: /lib symlinks problem?

2003-09-01 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Doug Barton [EMAIL PROTECTED] writes: : On Mon, 1 Sep 2003, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Doug Barton [EMAIL PROTECTED] writes: : : On Mon, 1 Sep 2003, M. Warner Losh wrote: : : My tool is initially just a 'delete

Re: /lib symlinks problem?

2003-09-01 Thread Terry Lambert
M. Warner Losh wrote: In message: [EMAIL PROTECTED] Doug Barton [EMAIL PROTECTED] writes: : I posted one approach to this today... touch a file right before you : start installworld, then consider anything not newer than that file a : candidate for disposal. There is currently

Re: ACPI problems with Compaq Evo N610c

2003-09-01 Thread Terry Lambert
Doug Barton wrote: On Mon, 1 Sep 2003, Terry Lambert wrote: I attached a verbose dmesg, just in case someone wants to take a look. | ACPI: DSDT was overridden. | -0424: *** Error: UtAllocate: Could not allocate size 50204453 | ACPI-0428: *** Error: Could not allocate table

Re: Anyone ported HCF/HSF modem drivers to FreeBSD?

2003-09-01 Thread Terry Lambert
Daniel O'Connor wrote: On Monday 01 September 2003 08:41, Mark Kettenis wrote: I asked this on -hackers a little while ago but no response. I'm curious if anyone has made an attempt to port these Winmodem drivers. http://www.linuxant.com/drivers/ I did look into it, but concluded

current: network collition increase

2003-09-01 Thread Seishi Hiragushi
Hi. I noticed that network collition increase, in log of 7/26. Such still a state continues. What became like this owing to? 5.1-CURRENT-20030720 (daily run 7/26): Network interface status: NameMtu Network Address Ipkts IerrsOpkts Oerrs Coll dc01500 Link#1

Re: Question related to FreeBSD Serial Console...

2003-09-01 Thread David Leimbach
On Sep 1, 2003, at 2:47 PM, Scott M. Likens wrote: I have a question related to FreeBSD Serial console, I am aware you can use -Dh for both internal and serial, but is it possible to see the 'kernel' boot messages sent on both the serial and the console? If your BIOS supports serial port

Re: 5.2-RELEASE TODO

2003-09-01 Thread Nicole
On 01-Sep-03 Unnamed Administration sources reported Marc G. Fournier said : On Mon, 1 Sep 2003, Nicole wrote: So are you saying it Will work in single user mode perhaps? (drives in use) or are you saying gee we have this nice new version that if you need to modify any disk slice

Re: 5.2-RELEASE TODO -2

2003-09-01 Thread Nicole
BTW - I do thank you Marc for your advice. I know you were trying to assist. It just drives me crazy when important things get broken and people act like.. What the big deal. I don't need it why should you? I still have not solved the going to comsonsole mode if there is no keyboard

Re: Question related to FreeBSD Serial Console...

2003-09-01 Thread Scott Long
Scott M. Likens wrote: I have a question related to FreeBSD Serial console, I am aware you can use -Dh for both internal and serial, but is it possible to see the 'kernel' boot messages sent on both the serial and the console? It was a question that was asked to me by a client, and after

kernel: wi0: timeout in wi_seek

2003-09-01 Thread Marcos Biscaysaqu
Hi there . Some one know how fix this??? I tried a lot of diffierent thinks, but nothing. and my Freebsd Access point keep crashing some time when I use cards prism 2.5 , but dosen't crash with prism 2 . The problem is I must to use prims 2.5 because it's a high power card, and work really