Re: APM not working on Dell Latitude D600

2003-11-03 Thread Thorsten Greiner
* Andreas Klemm [EMAIL PROTECTED] [2003-11-03 17:00]: Is there somebody interested to get ssh access on my new DELL Laptop to find out why apm doesn't work ? Did you - upgrade to the latest BIOS provided by DELL - apply the DSDT patch available from

panic during shutdown in lockmgr()

2003-11-01 Thread Thorsten Greiner
Hi, with a -CURRENT kernel built today I am consistently getting a panic during shutdown. Unfortunately a debug kernel refuses to do a core dump, so I only have a naked stack trace: panic: lockmgr: thread 0xc1918720, not exclusive lock holder 0xc06b5660 unlocking #0 0xc04fc40a in doadump () #1

Re: ACPI trouble with EPIA-M

2003-10-27 Thread Thorsten Greiner
* Nate Lawson [EMAIL PROTECTED] [2003-10-27 22:13]: ... What you probably want to do now is do tr pid for the pids below to see what they're blocked on. Likely culprits are 24 (since it's on irq 7), 23 (acpi), 29, and 25. The most likely one is 24 because irq 7 is normally edge

Re: ACPI trouble with EPIA-M

2003-10-24 Thread Thorsten Greiner
* Nate Lawson [EMAIL PROTECTED] [2003-10-24 22:57]: Type tr at the DDB prompt to get a trace of what is hanging. At the time of the hang a 'ps' in DDB shows two screenful's of processes. Doing a simple 'tr' just gives the backtrace of how I got into DDB which - I presume - is not relevant to

ACPI trouble with EPIA-M

2003-10-22 Thread Thorsten Greiner
Hi everybody, I have a VIA EPIA-M 1 board which works mostly when I disable ACPI in the bios. Unfortunately the parallel port is controlled by some Super-IO chip and is not recognized during boot. The same holds true for serial ports and the floppy controller. When I enable ACPI in the bios

Re: Problems with geom_bde

2003-09-30 Thread Thorsten Greiner
* Poul-Henning Kamp [EMAIL PROTECTED]: Did you call gbde detach before the umount ? No. You need to unmount first. Yes, that's what I tried. I then get the fsync: giving up on dirty message. When I shut down the box, it tries to sync the dirty buffers and finally says giving up on 2

Re: Problems with geom_bde

2003-09-30 Thread Thorsten Greiner
* Poul-Henning Kamp [EMAIL PROTECTED] [2003-09-30 10:54]: Did you call gbde detach before the umount ? You need to unmount first. After investigating further I think I have found the reason for the problem. When I created the disklabel for the partition I was lazy and entered a size of 200

Problems with geom_bde

2003-09-29 Thread Thorsten Greiner
Hi, inspired by the recent posting of the gbde tutorial I went out and set up an encrypted partition using geom_bde on my laptop. When trying to umount this partition the umount fails with: # umount /crypto umount: unmount of /crypto failed: Resource temporarily unavailable and the

Re: Unable to newfs/fsck partition on -current because of write failed.

2003-09-21 Thread Thorsten Greiner
* Nicolai Petri [EMAIL PROTECTED] [2003-09-21 12:23]: But now even newfs gives me Write failed. This seems a bit odd because i can easily do a dd if=/dev/zero of=/dev/ad0s2d and clear out the label. Any hints ? I'm thinking geom and/or blocksize problems. But that's just a guess. There was a

Re: mdmfs: newfs exited with error code 36

2003-09-14 Thread Thorsten Greiner
* Deiter Alexandr Valerievich [EMAIL PROTECTED] [2003-09-14 22:10]: mdmfs: newfs exited with error code 36 This error seems to be generic, I see it on i386 too. I usually mount /tmp with the following entry from fstab: md /tmp mfs rw,-s250m 2 0 This gives the newfs error mentioned above.

Re: bikeshed

2003-09-13 Thread Thorsten Greiner
* Liew Jay Sern [EMAIL PROTECTED] [2003-09-13 17:07]: I missed BSDcon 03, what's a bikeshed got to do with anything, anyway? (besides bikes). See the Handbook here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING Regards -Thorsten -- You can't carve

Re: clock works slowly when I change CPU speed

2003-08-15 Thread Thorsten Greiner
* Bob Fleck [EMAIL PROTECTED] [2003-08-15 22:46]: So, what should be done to restore the proper behavior of the timekeeping on these systems? $ dmesg | grep counter Timecounter i8254 frequency 1193182 Hz Timecounter ACPI-fast frequency 3579545 Hz Timecounter TSC frequency 1595302164 Hz $

NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)

2003-08-01 Thread Thorsten Greiner
Hi, after upgrading the Kernel I found that the glx-related programs of the NVidia graphics driver die in calls to sysarch. Here is a truss fragment of a 'glxinfo' run: sysarch(0x1,0xbfbffb14) ERR#22 'Invalid argument' SIGNAL 10 SIGNAL 10 Process stopped because of: 16

Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)

2003-08-01 Thread Thorsten Greiner
* Julian Elischer [EMAIL PROTECTED] [2003-08-01 23:44]: can you compile your sys_machdep.c with the option -DDEBUG? I noticed there is a debug printf that is enabled byu this and may show what request the NVIDIA people are making. This is what gets logged: Aug 1 23:42:43 tybalt kernel:

Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)

2003-08-01 Thread Thorsten Greiner
* Thorsten Greiner [EMAIL PROTECTED] [2003-08-01 23:47]: I will test wether the problem still occurs with version 1.84 of sys_machdep.c and let you know. Yup, reverting to 1.84 unbreaks this for me. Looking at the changes made it appears to me that the check if (uap-start NLDT || uap

Re: NVidia glx stuff dies in sysarch(I386_SET_LDT, ...)

2003-08-01 Thread Thorsten Greiner
* Daniel Eischen [EMAIL PROTECTED] [2003-08-02 00:06]: I think the bug was in the old code allowing this to happen... Well, than someone should tell that to NVidia. Their driver is closed source and comes without user servicable parts. Regards -Thorsten -- There are 10 kinds of

no subject

2003-07-14 Thread Thorsten Greiner
Andreas wrote: [EMAIL PROTECTED] ~ vim Vim: Caught deadly signal BUS Vim: Finished. Bus error (core dumped) You can work around this by unsetting SESSION_MANAGER in your environment. I have no idea what the root cause is...

Re: Vim: Caught deadly signal BUS (after -current update with newgcc)

2003-07-14 Thread Thorsten Greiner
You can work around this by unsetting SESSION_MANAGER in your environment. I have no idea what the root cause is... Where can I get rid of this variable ? I see no easy way. Currently I use gvim as default text editor within KDE environment ... In an xterm or such I could disable it,

ACPI Regression in -CURRENT?

2003-06-10 Thread Thorsten Greiner
Hi everyone, some time ago several people (including me) reported ACPI related problems on various Dell laptops resulting in error messages of the form ACPI-0293: *** Warning: Buffer created with zero length in AML During the 5.1 release process these problems have been temporarily

'make buildworld' breakage in kdump

2003-01-08 Thread Thorsten Greiner
Hi, a recently cvsupped copy of the RELENG_5_0 branch breaks in usr.bin/kdump: === usr.bin/kdump sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/i386/usr/include ioctl.c /usr/src/usr.bin/kdump/mkioctls: awk: Argument list too long /usr/src/usr.bin/kdump/mkioctls: awk: Argument list too

Missing MFC of geom_slice.c ?

2002-12-22 Thread Thorsten Greiner
Hi, I just tried to compile 5.0-RC2 from using a recently cvsupped copy using the RELENG_5_0 tag and found that src/sys/geom/geom_slice.c does not compile. It seems that the version of geom_slice.h which was tagged as RELENG_5_0 is out of sync with the .c file. Getting the HEAD revision of

USB problems

2001-01-23 Thread Thorsten Greiner
Hi, I cannot get the USB interface to work on my ASUS L7300G Laptop with -CURRENT. I have attached an excerpt of the message file and the section of the config file dealing with USB. Any hints? messages: Jan 23 10:01:22 tybalt /boot/kernel/kernel: uhci0: Intel 82443MX USB controller port