Re: -current lockup (how to diagnose?)

2003-12-02 Thread Jun Kuriyama
At Tue, 2 Dec 2003 01:45:43 -0500 (EST), Robert Watson wrote: Could you try compiling in DEBUG_LOCKS into your kernel and doing show lockedvnods with that? Okay. I'll use new kernel with DEBUG_LOCKS. Unfortunately, someone removed the pid from the output of that command, but didn't add the

/dev/fd0 not working with ACPI

2003-12-02 Thread Fritz Heinrichmeyer
In may 2003 there was a version of /usr/src/sys/contrib/dev/acpica/nsalloc.c in the tree so that the floppy disk interface was detected properly on my cheap and already a little old k7s5a motherboard at home. Currently there is the old io range problem as before. Are all others happy now

Re: ATAPI CD still not detected, verbose boot logs available

2003-12-02 Thread Soren Schmidt
It seems Christoph Sold wrote: FreeBSD 5.2-B still does not detect my ATAPI DVD-ROM drive. This used to work until Søren's ATAng commits. Other OSes (Win, Linux, Solaris) detect the drive appropriately. Hmm from the bootlogs it seems that your drive does not set the proper ATAPI signature,

Re: 5.2-BETA boot failure

2003-12-02 Thread Jerry Keefe
On Sun, 2003-11-30 at 22:49, [EMAIL PROTECTED] wrote: Quoting Jerry Keefe [EMAIL PROTECTED]: I tried upgrading a Dell Optiplex GXa from Release 5.1p10 to the 5.2 Beta using the mini-install CD. The system hangs in the boot loader. This problem doesn't happen with the Release 5.1 CDs.

Re: licq KSE

2003-12-02 Thread Alexander Motin
Daniel Eischen wrote: licq 1.2.7 installed from ports does not works on 5.2-BETA with mapping libc_r to libkse: %licq -d0 -p qt-gui -- -noxim Fatal error 'No current thread. ' at line 318 in file /usr/src/lib/libpthread/thread/thr_sig.c (errno = 2) I just built and installed this under -current

Daily lockups on 5.2-BETA (maybe pst driver bug?)

2003-12-02 Thread Attila Nagy
Hello, I'm seeing daily lockups on an up to date -CURRENT machine. I've had the debugger already compiled in, but it didn't save a crashdump. The machine is mostly idle, it has only some IMAP mailboxes under cyrus. All I could save from the console is the following: pst: timeout mfa=0x002a5850

[current tinderbox] failure on i386/i386

2003-12-02 Thread Tinderbox
TB --- 2003-12-02 07:43:21 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org TB --- 2003-12-02 07:43:21 - starting CURRENT tinderbox run for i386/i386 TB --- 2003-12-02 07:43:21 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/i386 TB --- /usr/bin/cvs -f -R -q

Re: bash2 linked dynamically

2003-12-02 Thread Maxim M. Kazachek
On Mon, 1 Dec 2003, Leo Bicknell wrote: In a message written on Sun, Nov 30, 2003 at 09:48:45PM -0800, David O'Brien wrote: Lucky for me (who wants a static Bash), I don't have to make the decission -- ports are frozen and have been for a while. This line of thinking seems a bit silly to me.

How to disable devices in -current / 5.2-BETA?

2003-12-02 Thread Rudolf Cejka
Hello, I'm trying to boot 5.2-BETA with aac, which panics as has been reported here and I can confirm panics too. I would like to try boot with aac disabled for now, but it does not work for me. There is suggested in device.hints(5), that I can do set hint.driver.unit.disabled=1 however it does

System hangs solid with ATAPICAM

2003-12-02 Thread Sean McNeil
Hello, I've tried over several weeks to get ATAPICAM to work for me. I've tried with and without acpi (compiled in or disabled via. boot). I've tried turning on all debug. I've tried a few misc. thigs. All leave my system hanging after the GEOM initialization without any indication of debug

Re: ACPI results Inspiron 8000

2003-12-02 Thread Melvyn Sopacua
On Tuesday 02 December 2003 00:47, Daniel O'Connor wrote: On Tuesday 02 December 2003 08:46, Ryan wrote: Are you able to suspend to disk? So far I haven't been able to suspend to disk on my Inspiron 8200. I'm using the fixed DSDT table from the URL you posted as well. The fixed DSDT only

Re: [PATCH] fixes of tcp_hostcache.c

2003-12-02 Thread Andre Oppermann
Greetings, I found two calls of bcopy() in tcp_hostcache.c got the source and the destination pointer wrongly. # Perhaps the author got confused with memcpy(), I guess. Indeed. Originally these were memcpy calls and I've been asked to change them to bcopy calls. Which I did. It didn't

Re: System hangs solid with ATAPICAM

2003-12-02 Thread Bruce Evans
On Tue, 2 Dec 2003, Sean McNeil wrote: I've tried over several weeks to get ATAPICAM to work for me. I've tried with and without acpi (compiled in or disabled via. boot). I've tried turning on all debug. I've tried a few misc. thigs. All leave my Did you try backing out rev.1.23 of

PLEASE TEST: FreeBSD-current if_sis patch

2003-12-02 Thread Poul-Henning Kamp
Please test this patch, hopefully it improves the short cable situation on FreeBSD-current. Poul-Henning Index: if_sis.c === RCS file: /home/ncvs/src/sys/pci/if_sis.c,v retrieving revision 1.90 diff -u -r1.90 if_sis.c --- if_sis.c

Re: 5.2-BETA dsp.c duplicate lock

2003-12-02 Thread Jesse Guardiani
Maxime Henrion wrote: Mathew Kanner wrote: [patch ripped] Maxime, I think it would be better to isolate the changes (DUP_OK flag and lock creation) to just the channel code, no need to touch every driver. Yes, but to do this I'd need either to make the channel code use mtx_init()

Re: licq KSE

2003-12-02 Thread Daniel Eischen
On Tue, 2 Dec 2003, Alexander Motin wrote: Daniel Eischen wrote: licq 1.2.7 installed from ports does not works on 5.2-BETA with mapping libc_r to libkse: %licq -d0 -p qt-gui -- -noxim Fatal error 'No current thread. ' at line 318 in file /usr/src/lib/libpthread/thread/thr_sig.c (errno =

Re: System hangs solid with ATAPICAM

2003-12-02 Thread Mark Dixon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 Dec 2003 11:48, Sean McNeil wrote: Hello, I've tried over several weeks to get ATAPICAM to work for me. I've tried with and without acpi (compiled in or disabled via. boot). I've tried turning on all debug. I've tried a few misc.

Re: licq KSE

2003-12-02 Thread Alexander Motin
Alexander Motin wrote: licq 1.2.7 installed from ports does not works on 5.2-BETA with mapping libc_r to libkse: %licq -d0 -p qt-gui -- -noxim Fatal error 'No current thread. ' at line 318 in file /usr/src/lib/libpthread/thread/thr_sig.c (errno = 2) I just built and installed this under

Re: licq KSE

2003-12-02 Thread Daniel Eischen
On Tue, 2 Dec 2003, Alexander Motin wrote: Daniel Eischen wrote: You haven't told me if you are getting static LDT warnings out of the kernel (check /var/log/messages). If I use libkse I get: kernel: Warning: pid 25341 used static ldt allocation. kernel: See the i386_set_ldt man page

Re: licq KSE

2003-12-02 Thread Mark Dixon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 Dec 2003 14:05, Daniel Eischen wrote: libthr, libkse, and nvidia drivers/OpenGL use LDTs and %gs. nvidia drivers (and/or their version of OpenGL) stomp on the LDTs/%gs that both libthr and libkse use. Have nvidia indicated if / when

Re: licq KSE

2003-12-02 Thread Daniel Eischen
On Tue, 2 Dec 2003, Alexander Motin wrote: Alexander Motin wrote: If I use libkse I get: kernel: Warning: pid 25341 used static ldt allocation. kernel: See the i386_set_ldt man page for more info in my messages. When I use libc_r I do not get this messages. I'm sorry. Messages

Re: licq KSE

2003-12-02 Thread Daniel Eischen
On Tue, 2 Dec 2003, Mark Dixon wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 Dec 2003 14:05, Daniel Eischen wrote: libthr, libkse, and nvidia drivers/OpenGL use LDTs and %gs. nvidia drivers (and/or their version of OpenGL) stomp on the LDTs/%gs that both libthr

RE: 4 - 5 Problem

2003-12-02 Thread Lawrence Farr
I've just tried this again, and noticed an error message that I'd missed: [EMAIL PROTECTED]:/usr/src# make installkernel make: no target to make. /usr/src/Makefile.inc1, line 157: warning: make -f /dev/null -m /usr/src/share/mk CPUTYPE=i686 -V CPUTYPE returned non-zero status cd

Re: Periodic Scripts - Configuration problem?

2003-12-02 Thread Jonathan T. Sage
[EMAIL PROTECTED] wrote: I recently change the hostname of my FreeBSD host to remove a hyphen from the name (i.e. skrap-node to skrapnode) Since then, all of the periodic output scripts send their mail output to [EMAIL PROTECTED] instead of [EMAIL PROTECTED] Only the mail delivery failures make

User mounts could not use character conversions (libkiconv is just for roots)

2003-12-02 Thread Rudolf Cejka
Hello, I have found, that user mounts using libkiconv.so (msdosfs, cd9660, ...) could not use character code conversions, beause writing to sysctl kern.iconv.add is allowed just for root. Personally, I have created small patch, which allows to change kern.iconv.add to anybody, so it does work

Re: licq KSE

2003-12-02 Thread Alexander Motin
Daniel Eischen wrote: On Tue, 2 Dec 2003, Alexander Motin wrote: Alexander Motin wrote: If I use libkse I get: kernel: Warning: pid 25341 used static ldt allocation. kernel: See the i386_set_ldt man page for more info in my messages. When I use libc_r I do not get this messages. I'm sorry.

Re: Periodic Scripts - Configuration problem?

2003-12-02 Thread Eric Anderson
Jonathan T. Sage wrote: [EMAIL PROTECTED] wrote: I recently change the hostname of my FreeBSD host to remove a hyphen from the name (i.e. skrap-node to skrapnode) Since then, all of the periodic output scripts send their mail output to [EMAIL PROTECTED] instead of [EMAIL PROTECTED] Only the

Re: Periodic Scripts - Configuration problem?

2003-12-02 Thread Jonathan T. Sage
Eric - this should have been sent to -questions, but i'm getting used to a new mailer (thunderbird), and i'm an idiot. Eric Anderson wrote: **big snip** **/me hides in shame for being stupid again** pgp0.pgp Description: PGP signature

Re: 4 - 5 Problem

2003-12-02 Thread Kris Kennaway
On Tue, Dec 02, 2003 at 04:33:42PM -, Lawrence Farr wrote: I've just tried this again, and noticed an error message that I'd missed: install -p -m 555 -o root -g wheel kernel /boot/kernel *** Signal 12 This usually means you've tried to update something out of the correct order. Kris

Re: Daily lockups on 5.2-BETA (maybe pst driver bug?)

2003-12-02 Thread Doug White
On Tue, 2 Dec 2003, Attila Nagy wrote: I'm seeing daily lockups on an up to date -CURRENT machine. I've had the debugger already compiled in, but it didn't save a crashdump. The machine is mostly idle, it has only some IMAP mailboxes under cyrus. It appears you have the hardware watchdog

BTX halts installing 5.x

2003-12-02 Thread Josh Paetzel
I'm trying to install FreeBSD on a Dual Pentium Pro 200mhz 512K cache system and I am getting the following error: CD Loader 1.01 Building the boot loader arguements Looking up /BOOT/LOADER... Found Relocating the loader and the BTX Starting the BTX loader BTX loader 1.00 BTX version is 1.01

Re: How to disable devices in -current / 5.2-BETA?

2003-12-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Rudolf Cejka [EMAIL PROTECTED] writes: : : Hello, : I'm trying to boot 5.2-BETA with aac, which panics as has been : reported here and I can confirm panics too. I would like to try : boot with aac disabled for now, but it does not work for me. : There

Re: 4 - 5 Problem

2003-12-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Kris Kennaway [EMAIL PROTECTED] writes: : On Tue, Dec 02, 2003 at 04:33:42PM -, Lawrence Farr wrote: : : I've just tried this again, and noticed an error message that I'd : missed: : : install -p -m 555 -o root -g wheel kernel /boot/kernel : ***

Re: How to disable devices in -current / 5.2-BETA?

2003-12-02 Thread Scott Long
On Tue, 2 Dec 2003, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Rudolf Cejka [EMAIL PROTECTED] writes: : : Hello, : I'm trying to boot 5.2-BETA with aac, which panics as has been : reported here and I can confirm panics too. I would like to try : boot with aac

RE: 4 - 5 Problem

2003-12-02 Thread Lawrence Farr
I get this error when trying to install the kernel, the same kernel installs fine on the box that made it. [EMAIL PROTECTED]:/usr/src# make installkernel Lawrence Farr EPC Direct Limited -Original Message- From: M. Warner Losh [mailto:[EMAIL PROTECTED] Sent: 02 December 2003 17:16

Re: BTX halts installing 5.x

2003-12-02 Thread Andy Fawcett
Hi, On Tuesday 02 December 2003 19:11, Josh Paetzel wrote: I'm trying to install FreeBSD on a Dual Pentium Pro 200mhz 512K cache system and I am getting the following error: I just tried installing the same versions as you (only one recent snapshot though) on my VS440FX based box, with the

ACPI problem, my VAIO won't come back from suspension

2003-12-02 Thread Francisco Solsona
Hello, I have a Sony VAIO PCG-GRX626P, and I'm using a two days old FreeBSD current, and pretty much everything works, except that when I move into sleep mode 3 (acpiconf -s 3) I cannot bring my lap back. :-( The fan starts again, but nothing else happens, after a while I just power off the

Re: How to disable devices in -current / 5.2-BETA?

2003-12-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Scott Long [EMAIL PROTECTED] writes: : However, having a general mechanism for disabling newbus devices would be : really nice. Agreed. But today and 5.2 you lose. However, it isn't easy. What does disabled mean? Don't attach? Don't even probe? If

Re: Daily lockups on 5.2-BETA (maybe pst driver bug?)

2003-12-02 Thread Attila Nagy
Doug White wrote: It appears you have the hardware watchdog enabled. Any reason you need that? It might be malfunctioning on your system. It's FreeBSD's WATCHDOG, and all I compiled that in is why I needed the machine to go. But it doesn't :-O It freezes without the watchdog completely. Also

Re: BTX halts installing 5.x

2003-12-02 Thread Scott Lambert
On Tue, Dec 02, 2003 at 11:11:18AM -0600, Josh Paetzel wrote: I'm trying to install FreeBSD on a Dual Pentium Pro 200mhz 512K cache system and I am getting the following error: CD Loader 1.01 SNIP BTX halted SNIP booting 4.9 cd works 5.anything doesn't Intel PR440FX Mainboard Dual

Re: How to disable devices in -current / 5.2-BETA?

2003-12-02 Thread Wilko Bulte
On Tue, Dec 02, 2003 at 11:11:48AM -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Scott Long [EMAIL PROTECTED] writes: : However, having a general mechanism for disabling newbus devices would be : really nice. Agreed. But today and 5.2 you lose. However, it isn't

Re: 5.2-RELEASE TODO

2003-12-02 Thread John Baldwin
On 02-Dec-2003 Scott Long wrote: On Tue, 2 Dec 2003, Greg 'groggy' Lehey wrote: On Monday, 1 December 2003 at 10:01:23 -0500, Robert Watson wrote: This is an automated bi-weekly mailing of the FreeBSD 5.2 open issues list. Show stopper defects for 5.2-RELEASE

Re: 4 - 5 Problem

2003-12-02 Thread Barney Wolff
On Tue, Dec 02, 2003 at 05:27:12PM -, Lawrence Farr wrote: I get this error when trying to install the kernel, the same kernel installs fine on the box that made it. [EMAIL PROTECTED]:/usr/src# make installkernel -Original Message- From: M. Warner Losh [mailto:[EMAIL

Re: 5.2-RELEASE TODO

2003-12-02 Thread Tom
On Mon, 1 Dec 2003, Scott Long wrote: On Tue, 2 Dec 2003, Greg 'groggy' Lehey wrote: On Monday, 1 December 2003 at 10:01:23 -0500, Robert Watson wrote: ... I'm currently investigating ACPI problems on a dual processor Intel motherboard (re@ knows about this). It looks as if the new

Re: How to disable devices in -current / 5.2-BETA?

2003-12-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Wilko Bulte [EMAIL PROTECTED] writes: : On Tue, Dec 02, 2003 at 11:11:48AM -0700, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Scott Long [EMAIL PROTECTED] writes: : : However, having a general mechanism for disabling newbus

awk versus gawk

2003-12-02 Thread Don Bowman
So it appears current has switched 'gawk' to 'awk'. These aren't 100% compatible, here's a little gotcha in case someone else runs into it: awk '{print var}' var='a b' works on 'gawk' (e.g. RELENG_4), but on current, will awk '{print var}' var='a b' awk: newline in string a b... at source line

Re: System hangs solid with ATAPICAM

2003-12-02 Thread Sean McNeil
I saw that message about rev.1.23 of ata_lowlevel.c. I had this problem prior to that change. On Tue, 2003-12-02 at 05:12, Bruce Evans wrote: On Tue, 2 Dec 2003, Sean McNeil wrote: I've tried over several weeks to get ATAPICAM to work for me. I've tried with and without acpi (compiled in

Re: System hangs solid with ATAPICAM

2003-12-02 Thread Sean McNeil
I always have media in that drive, but I could try without media. I've had to disable atapicam too. Only thing is, I have a CD-RW and a DVD-RW that I can't use very well without atapicam. On Tue, 2003-12-02 at 06:16, Mark Dixon wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On

RE: 4 - 5 Problem

2003-12-02 Thread Lawrence Farr
Does this need a note in UPDATING then? 4- 5 over NFS, and Older 5- Newer 5 over NFS no longer work as previous? Lawrence Farr EPC Direct Limited -Original Message- From: Barney Wolff [mailto:[EMAIL PROTECTED] Sent: 02 December 2003 18:32 To: Lawrence Farr Cc: 'M. Warner Losh';

Current, keep your inbox clean!

2003-12-02 Thread Dorothy Gonzalez
Automatically Blocking s@ [EMAIL PROTECTED] automatically checks your mail boxes and filters unwanted, dangerous, or offensive mail messages to save your time from manually detecting and organizing mail

Re: Panic with ugen

2003-12-02 Thread Jay Cornwall
Martin wrote: Could you try the attached patch (rm -f sys/dev/usb/ugen.c, cvs up sys/dev/usb/ugen.c, patch ...) to see if it alleviates the panic? It should at least give a more specific panic, if it doesn't fix the problem. Sorry for the delay, I got a busy weekend. And sorry for the delay

Re: 5.2-RELEASE TODO

2003-12-02 Thread Eric Anderson
Tom wrote: Just to be complete, there are already a whole bunch of machines that will not boot 5.x, irregardless of the ACPI issues. I've never been able to boot 5.x with ACPI on or off, on any of the 5 Dell PowerEdge 6350 servers I have here, even though they run 4.9 perfectly. I have a PR

Re: 5.2-RELEASE TODO

2003-12-02 Thread Matthew Dillon
: This argument is exactly why I added the 'disable acpi' option in the boot : loader menu. Of course, we STILL need to get good debugging information : from you as to why you get a Trap 9 when ACPI is disabled. This is the : more important issue. : :This is actually a known issue on Intel

Re: BTX halts installing 5.x

2003-12-02 Thread Don Lewis
On 2 Dec, Josh Paetzel wrote: I'm trying to install FreeBSD on a Dual Pentium Pro 200mhz 512K cache system and I am getting the following error: CD Loader 1.01 Building the boot loader arguements Looking up /BOOT/LOADER... Found Relocating the loader and the BTX Starting the BTX

5.2-BETA: Instant crash (GPF) on Primergy RX300

2003-12-02 Thread Matthias Andree
Hi, just for the fun of it, I booted 5.2-BETA kern.flp/mfsroot.flp on a FSC Primergy RX300 (1 Xeon, 512 MB RAM) with ServerWorks Chipset, onboard Dual Adaptec 79XX (unused, disabled in BIOS), 2 * Broadcom 5704 and LSI MegaRAID 320-1 (69 GB net RAID5 FWIW). It instantly died with a GPF after

Re: PII SMP system hangs during boot with ACPI enabled

2003-12-02 Thread Nate Lawson
On Tue, 25 Nov 2003, John Polstra wrote: On 24-Nov-2003 Nate Lawson wrote: Please also send the output of acpidump -t -d jdp-P2.asl I booted the 5.1R live CD in an attempt to get this output. I discovered that the machine hangs the same way with 5.1R as it does with -current. (When I

Re: 5.2-BETA dsp.c duplicate lock

2003-12-02 Thread Mathew Kanner
On Dec 01, Maxime Henrion wrote: Mathew Kanner wrote: [patch ripped] Maxime, I think it would be better to isolate the changes (DUP_OK flag and lock creation) to just the channel code, no need to touch every driver. Yes, but to do this I'd need either to make the channel

Re: BTX halts installing 5.x

2003-12-02 Thread Josh Paetzel
On Tue, Dec 02, 2003 at 11:31:12AM -0800, Don Lewis wrote: On 2 Dec, Josh Paetzel wrote: I'm trying to install FreeBSD on a Dual Pentium Pro 200mhz 512K cache system and I am getting the following error: CD Loader 1.01 Building the boot loader arguements Looking up

Re: licq KSE

2003-12-02 Thread Daniel Eischen
On Tue, 2 Dec 2003, Alexander Motin wrote: Daniel Eischen wrote: On Tue, 2 Dec 2003, Alexander Motin wrote: Alexander Motin wrote: If I use libkse I get: kernel: Warning: pid 25341 used static ldt allocation. kernel: See the i386_set_ldt man page for more info in my messages. When

Re: BTX halts installing 5.x

2003-12-02 Thread othermark
Hi, I have this same machine setup, and although I haven't tried running/ booting 5.x lately, I had the same symptoms -- cold boot works, warm boots, BTX halted. I suspect that this may be the critical fix: http://article.gmane.org/gmane.os.freebsd.devel.cvs.src/15784/match=btx Josh Paetzel

Re: 5.2-BETA dsp.c duplicate lock

2003-12-02 Thread Mathew Kanner
On Dec 02, Mathew Kanner wrote: On Dec 01, Maxime Henrion wrote: [snip] I believe that your patch should fix the problem. In general I see one of three strategies, 1)Your patch, 2)create a new snd_mtxcreate_chan for channels that sets the flags DUP_OK. 3)Fix locking to

RE: 4 - 5 Problem

2003-12-02 Thread othermark
I've just completed my 3rd 5.0 - 5-current upgrade over nfs, and it always sig 12's on me. however, if I cd /usr/obj/usr/src/sys/KERNEL and 'make install' from there it works fine. Good workaround for this particular problem. I have also gotten an error regarding this line in Makefile.inc1 for

mp_maxid madness

2003-12-02 Thread John Baldwin
The patch at http://www.FreeBSD.org/~jhb/patches/mp_maxid.patch should fix all users of mp_maxid to use the same semantics. Namely: 1) mp_maxid is a valid FreeBSD CPU ID in the range 0 to MAXCPU - 1. 2) For every CPU in the system, PCPU_GET(cpuid) = mp_maxid -- John Baldwin [EMAIL PROTECTED]

Re: licq KSE

2003-12-02 Thread Jeremy Messenger
On Tue, 2 Dec 2003 15:58:07 -0500 (EST), Daniel Eischen [EMAIL PROTECTED] wrote: On Tue, 2 Dec 2003, Alexander Motin wrote: Daniel Eischen wrote: On Tue, 2 Dec 2003, Alexander Motin wrote: Alexander Motin wrote: If I use libkse I get: kernel: Warning: pid 25341 used static ldt allocation.

Re: 40% slowdown with dynamic /bin/sh

2003-12-02 Thread Tim Kientzle
Daniel C. Sobral wrote: Now, my machines usually get by themselves, but all *I* do on them is sh(1) intensive, so I'll probably be using the static root option when it comes time to upgrade them to 5.x. The static root option exists for people with special requirements: * Use a lot of shell

Re: Updated acpi_cpu patch

2003-12-02 Thread Nate Lawson
On Wed, 26 Nov 2003, Lukas Ertl wrote: On Wed, 26 Nov 2003, Nate Lawson wrote: I need the output of sysctl hw.acpi.thermal to see your _ACx values. hw.acpi.thermal.tz0.temperature: 3072 hw.acpi.thermal.tz0.active: -1 hw.acpi.thermal.tz0.thermal_flags: 0 hw.acpi.thermal.tz0._PSV: 3627

Re: HEADSUP: if_xname changes incoming

2003-12-02 Thread Brooks Davis
On Fri, Nov 14, 2003 at 02:27:26PM -0800, Brooks Davis wrote: On Fri, Nov 14, 2003 at 02:38:34PM -0700, Janet Sullivan wrote: Brooks Davis wrote: On Fri, Oct 31, 2003 at 10:27:35AM -0800, Brooks Davis wrote: I will be commiting the if_xname changes momentairly. If you experience any

Re: Updated acpi_cpu patch

2003-12-02 Thread Lukas Ertl
On Tue, 2 Dec 2003, Nate Lawson wrote: Um, you have no _ACx values so the fan will be controlled by the BIOS. We should probably provide a way for users to supply their own _ACx values if they're not happy with the BIOS's but I'm not sure your ASL exports a power resource for the fan object.

Re: Updated acpi_cpu patch

2003-12-02 Thread Nate Lawson
On Tue, 2 Dec 2003, Lukas Ertl wrote: On Tue, 2 Dec 2003, Nate Lawson wrote: Um, you have no _ACx values so the fan will be controlled by the BIOS. We should probably provide a way for users to supply their own _ACx values if they're not happy with the BIOS's but I'm not sure your ASL

Thinkpad T40p and panic during boot...;O

2003-12-02 Thread Finnur Guðmundsson
Hi there! ;) I´ve been trying to install FreeBSD-CURRENT and FreeBSD 5.2-BETA on my Thinkpad for awile The problem is this: When i try to boot 5.1-Current (first cd i tried was from 5 Oct 2003 and the latest one was 5.2-BETA) i get this error: ---CUT--- Memory modified after free

Re: 40% slowdown with dynamic /bin/sh

2003-12-02 Thread Bob Willcox
On Tue, Dec 02, 2003 at 01:43:16PM -0800, Tim Kientzle wrote: Daniel C. Sobral wrote: Now, my machines usually get by themselves, but all *I* do on them is sh(1) intensive, so I'll probably be using the static root option when it comes time to upgrade them to 5.x. The static root option

Re: Updated acpi_cpu patch

2003-12-02 Thread Lukas Ertl
On Tue, 2 Dec 2003, Nate Lawson wrote: Build with options ACPI_DEBUG and boot with this in loader.conf: debug.acpi.layer=ACPI_POWER debug.acpi.level=ACPI_LV_OBJECTS It will print any power resources you have. Unfortunately, there's no power resource listed. regards, le -- Lukas Ertl

Re: /dev/fd0 not working with ACPI

2003-12-02 Thread Nate Lawson
dmesg, please, including error. -Nate ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: ACPI problem, my VAIO won't come back from suspension

2003-12-02 Thread Nate Lawson
Try other states (acpiconf -s 1, 2, 4). If one works, use it. If not, try disabling acpi and using apm(4) to suspend and resume. Suspend/resume is far down my list of things to troubleshoot and most of the problems are very hw-specific. -Nate ___

RE: PII SMP system hangs during boot with ACPI enabled

2003-12-02 Thread John Baldwin
On 23-Nov-2003 John Polstra wrote: I have an old dual PII/400 system that I'm trying to set up as a -current scratchbox. The motherboard is a Tyan S1836DLUAN with the Intel 440BX chipset. I upgraded the BIOS to the latest from Tyan's web site. It is supposed to support ACPI. I'm using

Re: IRQ problem with VAIO laptop again

2003-12-02 Thread John Baldwin
On 24-Nov-2003 Pete Carah wrote: I had noted a problem with choppy audio after the pci.c update of a week ago; this turns out to be more general. I've also lost firewire and the memory-stick slot (3rd usb controller) completely: --- Following up to my own note:

Re: IRQ problem with VAIO laptop again

2003-12-02 Thread John Baldwin
On 24-Nov-2003 Nate Lawson wrote: uhci2: Intel 82801CA/CAM (ICH3) USB controller USB-C port 0x1840-0x185f at device 29.2 on pci0 pcib0: _PRS resource entry has unsupported type 0 uhci2: Could not allocate irq device_probe_and_attach: uhci2 attach returned 6 This one loses the memory-stick

RE: Intel SE7500WV2 not working with ACPI

2003-12-02 Thread John Baldwin
On 25-Nov-2003 Brooks Davis wrote: Since the interrupt changes, my dual Xeons based on the SE7500WV2 board don't work with ACPI. Specificly, the onboard nics (em0 and em1) appear to not be recieving interupts. Instead, they continiously get watchdog timeouts. In a stock current, this is an

Re: Intel SE7500WV2 not working with ACPI

2003-12-02 Thread Brooks Davis
On Tue, Dec 02, 2003 at 05:50:27PM -0500, John Baldwin wrote: On 25-Nov-2003 Brooks Davis wrote: Since the interrupt changes, my dual Xeons based on the SE7500WV2 board don't work with ACPI. Specificly, the onboard nics (em0 and em1) appear to not be recieving interupts. Instead, they

EHCI problems - Revisited

2003-12-02 Thread Eric Anderson
Just curious who is working on the EHCI stuff? I am running -current as of today, and playing with EHCI support. I have a Sandisk 256mb USB 2.0 Cruzer memory stick, that doesn't quite work right with EHCI enabled. Here's my dmesg fragment: Dec 2 16:47:28 neutrino kernel: ehci0: EHCI

Re: licq KSE

2003-12-02 Thread David Xu
Daniel Eischen wrote: It is not libkse that is causing the messages. It is some library or driver that licq is using. The kernel spews these messages whenever something uses static LDT allocation. We know that nvidia drivers and/or their OpenGL library do this, and they have been notified of

Re: licq KSE

2003-12-02 Thread Daniel Eischen
On Wed, 3 Dec 2003, David Xu wrote: Daniel Eischen wrote: It is not libkse that is causing the messages. It is some library or driver that licq is using. The kernel spews these messages whenever something uses static LDT allocation. We know that nvidia drivers and/or their OpenGL

Re: 40% slowdown with dynamic /bin/sh

2003-12-02 Thread Tim Kientzle
Bob Willcox wrote: What impact, if any, will this have on those of us that use NIS and still want a statically linked root? I have been using NIS for years ... First, let me clarify that I'm advocating moving NIS out of libc in the 6.0 timeframe. Also, I'm not suggesting anyone replace NIS with

Re: licq KSE

2003-12-02 Thread David Xu
Daniel Eischen wrote: Do you know what port this belongs to and if it is built from source? mplayer also used static ldt allocations, but I fixed that port. Hmm, I found multimedia/libxine that might be the culprit. I'll look into submitting a patch for that. Search word win32 in page

PCMCIA CDROM drives

2003-12-02 Thread Justin Smith
Does the generic kernel have drivers for these. I got such a cdrom drive for my Portege 3500 tablet PC and it appeared to be able to boot the 5.2 beta mini-install CD. I wasn't ready to proceed with a complete install, so I shut it off at this point.

Re: [PATCH] fixes of tcp_hostcache.c

2003-12-02 Thread Bruce M Simpson
On Tue, Dec 02, 2003 at 11:56:30AM +0900, Taku YAMAMOTO wrote: The fix is attached as a patch against tcp_hostcache.c as of revision 1.2. Looks good to me. I haven't been able to test this thoroughly, netperf/netserver don't seem to want to listen on a TCP6 port for the TCPIPV6_STREAM test. Our

PANIC: PAGE FAULT

2003-12-02 Thread Ganbaa
Hi all, I'm trying to install FreeBSD-5.1 on the PC with PIII,512MB SDRAM, 30GB Barracuda II Model ST330630A. But following error has occured. Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction

Re: 40% slowdown with dynamic /bin/sh

2003-12-02 Thread Dan Nelson
In the last episode (Dec 02), Tim Kientzle said: Does that rule out NIS with a static root? Yes, with the current NSS/PAM implementation, although a variety of suggestions have been floated around that would make NSS/PAM compatible with static binaries. My personal favorite is to implement

Re: ACPI results Inspiron 8000

2003-12-02 Thread Daniel O'Connor
On Tuesday 02 December 2003 21:50, Melvyn Sopacua wrote: I used to suspend to disk in 4.x after creating the S2D partition with the floppy image from Dell, however I don't any more.. I kept the Dell partition intact. Or does it need special formatting? If it's a newish laptop then that

Re: PCMCIA CDROM drives

2003-12-02 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Justin Smith [EMAIL PROTECTED] writes: : Does the generic kernel have drivers for these. I got such a cdrom drive : for my Portege 3500 tablet PC and it appeared to be able to boot the 5.2 : beta mini-install CD. I wasn't ready to proceed with a

Re: Thinkpad T40p and panic during boot...;O

2003-12-02 Thread Randy Bush
and i am waiting for you guys to tell me the tp40 works with -current before i upgrade from a limping -stable. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL

Re: /dev/fd0 not working with ACPI

2003-12-02 Thread Fritz Heinrichmeyer
Am Di, den 02.12.2003 schrieb Nate Lawson um 23:32: dmesg, please, including error. -Nate Ok, here is a text attachment: fdc0: cannot reserve I/O port range (6 ports), this was reported by some others too within this year. Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979,

Re: User mounts could not use character conversions (libkiconv is just for roots)

2003-12-02 Thread Boris Popov
On Tue, Dec 02, 2003 at 05:38:05PM +0100, Rudolf Cejka wrote: I have found, that user mounts using libkiconv.so (msdosfs, cd9660, ...) could not use character code conversions, beause writing to sysctl kern.iconv.add is allowed just for root. Personally, I have created small patch, which

please test pcm channel patch

2003-12-02 Thread Mathew Kanner
Hello All, Please test this PCM patch. It creates seperate locking classes for PCM channels and should prevent the warning where multiple mutexes from the same class are held (as reported recently). I believe this to be a good strategy as it masks fewer errors. Thanks,