Re: hard lockup with new interrupt code, possible cause irq14: ata0

2003-11-08 Thread Bruce Evans
On Sat, 8 Nov 2003, Barney Wolff wrote: > Try adding > options NO_MIXED_MODE > to your conf. That fixed boot-time hangs on my Asus A7M266-D. BTW, NO_MIXED_MODE is missing in NOTES. Bruce ___ [EMAIL PROTECTED] mailing list http://lists.freebs

Re: build problems

2003-11-08 Thread matti k
On Sun, 09 Nov 2003 00:36:57 -0500 Jason <[EMAIL PROTECTED]> wrote: > I have had problems finishing buildworld and the problem is the same > each time the build fails. It has failed 4 times at > file:///usr/src/gnu/usr.bin/cvs/doc/. I have cvsuped 3 times in 2 > days. I am running 5.1. Any inf

build problems

2003-11-08 Thread Jason
I have had problems finishing buildworld and the problem is the same each time the build fails. It has failed 4 times at file:///usr/src/gnu/usr.bin/cvs/doc/. I have cvsuped 3 times in 2 days. I am running 5.1. Any info you might have would be helpful. Thanks, Jason

Re: ATAPI-CD corruption since GEOMification (& possible fix)

2003-11-08 Thread Pav Lucistnik
V so, 08. 11. 2003 v 23:10, Peter Edwards píše: > With a -current built after atapi-cd was changed over to GEOM, reads > from a filesystem mounted on a CD device are being corrupted, with > junk being inserted into the file from offset 63489 onwards. > > I had a quick look around atapi-cd.c, and

Re: Another 5.2 todo

2003-11-08 Thread Scott Long
Kris Kennaway wrote: libm has been fixed, but there are several other libraries that either need to get the same treatment or have their major version number bumped. See the attached mail. Kris Robert has offered to take care of libutil. We need someone to help figure out the right approach for

Re: rpc.lockd core dumped

2003-11-08 Thread Andrew P. Lentvorski, Jr.
On Sat, 8 Nov 2003, Antoine Jacoutot wrote: > Any idea ? > I would be pleased to send more information but I didn't see where to find > more debuging options for rpc.lockd. Check to make sure that rpc.statd is running. There was an old bug that rpc.lockd would dump core if it couldn't find a sta

Re: ssh port forwarding changed under 5-CURRENT vs. STABLE?

2003-11-08 Thread David Taylor
On Sat, 08 Nov 2003, David Taylor wrote: > > Have you tried binding it to the address on the interface which > your host will send packets to the remote host over? Erm, wait, I don't know what I was thinking there. ssh doesn't let you specify the local address it binds to. All I can say is it w

kernel halts before booting

2003-11-08 Thread Andy Farkas
My kernels now break into the debugger before booting! Boot sequence goes like this: ... Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... cpuid = 0; apic id = 00 instruction pointer = 0x0:0xa00 stack pointer = 0x0:0xffe frame po

Re: ssh port forwarding changed under 5-CURRENT vs. STABLE?

2003-11-08 Thread David Taylor
On Thu, 06 Nov 2003, Aditya wrote: > On Thu, Nov 06, 2003 at 03:29:21PM -0800, Kris Kennaway wrote: > > On Thu, Nov 06, 2003 at 01:43:43PM -0800, Aditya wrote: > > > > > debug1: Connections to local port 8000 forwarded to remote address > > > www.freebsd.org:80 > > > debug1: Local forwarding

Re: Tripwire "Fails to build under 5.x"

2003-11-08 Thread Cy Schubert
In message <[EMAIL PROTECTED]>, Kris Kennaway writes: > On Wed, Oct 01, 2003 at 03:49:30PM +0300, J8keR wrote: > > Does this mean wait until its fixed or am I missing some update ? > > It means wait until it's fixed, or fix it yourself and submit the patch. There are a lot of C++ issues with it,

ATAPI-CD corruption since GEOMification (& possible fix)

2003-11-08 Thread Peter Edwards
With a -current built after atapi-cd was changed over to GEOM, reads from a filesystem mounted on a CD device are being corrupted, with junk being inserted into the file from offset 63489 onwards. I had a quick look around atapi-cd.c, and I think I spotted the problem: applying this patch certainl

Re: rpc.lockd core dumped

2003-11-08 Thread Kris Kennaway
On Sat, Nov 08, 2003 at 12:02:03PM +0100, Antoine Jacoutot wrote: > Hi :) > > Are they any know issues with rpc.lockd under -CURRENT. > I had a look at the gnats database and did not find anything related. > I'm asking this because I have a lot of: > kernel: pid 70065 (rpc.lockd), uid 0: exited on

Re: hard lockup with new interrupt code, possible cause irq14: ata0

2003-11-08 Thread Barney Wolff
Try adding options NO_MIXED_MODE to your conf. That fixed boot-time hangs on my Asus A7M266-D. -- Barney Wolff http://www.databus.com/bwresume.pdf I'm available by contract or FT, in the NYC metro area or via the 'Net. ___ [EMAIL PROT

hard lockup with new interrupt code, possible cause irq14: ata0

2003-11-08 Thread Florian C. Smeets
Hi! I have a problem with an SMP machine. The motherboard is a bp6. Mostly the machine already locksup during boot, it is not even resonding to serial console. One time i was able to login, i could see (in top) that this process root 20 0.0 0.0 0 12 ?? WL8:20PM 0:00.31

Re: 3C940 / Asus P4P800 gigabit LAN driver

2003-11-08 Thread Wilko Bulte
On Thu, Nov 06, 2003 at 09:52:27PM -0800, Matthew Dillon wrote: > :I just tried Jung-uk Kim's driver on -stable and sofar it works OK: > : > > ... and I just ported it to DragonFly and it works fine there too > with an ASUS K8V Motherboard. Kudos! Good to hear that ;) Jung-uk has provid

Re: [Fwd: [Bug optimization/11741] internal compiler error at gcse.c:5318]

2003-11-08 Thread Alexander Kabaev
On Sat, 08 Nov 2003 17:08:10 + Jens Rehsack <[EMAIL PROTECTED]> wrote: > Maybe at a good time the next snapshot should be imported into > freebsd to get this fix, too :-) > > Some ports (eg. mysql40, apache) are switchable to high optimization > where a bug in gcse could cause invalid code wh

[Fwd: [Bug optimization/11741] internal compiler error at gcse.c:5318]

2003-11-08 Thread Jens Rehsack
Added files: gcc/testsuite/gcc.dg: 20030926-1.c 20031108-1.c Log message: Backport from mainline PR optimization/10467 PR optimization/11741 * gcse.c (pre_insert_copy_insn): Tweak the logic for finding the appropriate set to match the code in ha

PLEASE TEST: (laptop) autoconf at boot

2003-11-08 Thread Tobias Roth
Hi I'd like to present some patches to teach FreeBSD to automatically configure itself depending on what network it is started in. The system depends on rcng, so 5.x is a requirement. The setup of the various network profiles is done manually, after that, whenever the laptop boots or wakes up fro

Re: the PS/2 mouse problem

2003-11-08 Thread Morten Johansen
Scott Long wrote: Bruce Evans wrote: On Fri, 7 Nov 2003, Morten Johansen wrote: Morten Johansen wrote: Scott Long wrote: One thought that I had was to make psmintr() be INTR_FAST. I need to stare at the code some more to fully understand it, but it looks like it wouldn't be all that hard to

Re: FreeBSD-CURRENT kernel hangs on starting KDE

2003-11-08 Thread Tamás R.
On Saturday 01 November 2003 23.25, you wrote: > > System: FreeBSD 5.1-CURRENT i386 > > > > Relevant hardware config: > > Mainboard : ASUS P4S533-E (SIS645DX north, SIS962/L south bridges) > > Memory : PC2700 512MB DDR RAM (memtest86 tested) > > VGA card : ATI RADEON 9000 PRO > > I had simil

Re: rpc.lockd core dumped

2003-11-08 Thread Antoine Jacoutot
On Saturday 08 November 2003 12:26, Harti Brandt wrote: > I can only say that I had a core dump under current on sparc, but the core > file was unusable. Can you compile rcp.lockd with -g in CFLAGS and LDFLAGS > and try to find out with gdb where it aborts? Allright, as soon as I get home in 4/5 d

Re: rpc.lockd core dumped

2003-11-08 Thread Harti Brandt
On Sat, 8 Nov 2003, Antoine Jacoutot wrote: AJ>Hi :) AJ> AJ>Are they any know issues with rpc.lockd under -CURRENT. AJ>I had a look at the gnats database and did not find anything related. AJ>I'm asking this because I have a lot of: AJ>kernel: pid 70065 (rpc.lockd), uid 0: exited on signal 11 (cor

Re: acd0: FAILURE - READ_BIG status=51

2003-11-08 Thread Soren Schmidt
It seems Josef Karthauser wrote: > p.s. are there any plans to fix power cycling of ide harddrives > with an acpi suspend? I can get my machine to suspend, but the power > runs down because the hard drive is still spinning. Hmm, on the laptops I have thats done automatically, but that seems not t

rpc.lockd core dumped

2003-11-08 Thread Antoine Jacoutot
Hi :) Are they any know issues with rpc.lockd under -CURRENT. I had a look at the gnats database and did not find anything related. I'm asking this because I have a lot of: kernel: pid 70065 (rpc.lockd), uid 0: exited on signal 11 (core dumped) Any idea ? I would be pleased to send more informati

Re: acd0: FAILURE - READ_BIG status=51

2003-11-08 Thread Josef Karthauser
On Thu, Nov 06, 2003 at 11:15:07PM +0100, Soren Schmidt wrote: > It seems Josef Karthauser wrote: > -- Start of PGP signed section. > > I've been getting a lot of this kind of error from my cdrom drive on a > > variety of disks recently: > > > > acd0: FAILURE - READ_BIG status=51 sensekey=ILLE

Re: Radeon DRM-Problem

2003-11-08 Thread Ralf Folkerts
Hi, thanks for the hints! Well, I didn't set anything "special" in XF86Config; I'll put in my XF86Config and attach an XFree86.0.log --->>>--- Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice"Keyboard0" "CoreKeyboard" I

Re: Periodic Crontabs

2003-11-08 Thread Tobias Roth
On Sat, Nov 08, 2003 at 12:00:53AM -, [EMAIL PROTECTED] wrote: > i seem to get random connection attempts to ports 111 and 16001 > > Connection attempt to TCP 127.0.0.1:16001 from 127.0.0.1:49838 flags:0x02 > Connection attempt to TCP 127.0.0.1:111 from 127.0.0.1:49856 flags:0x02 first of all

Re: the PS/2 mouse problem

2003-11-08 Thread Scott Long
Bruce Evans wrote: On Fri, 7 Nov 2003, Morten Johansen wrote: Morten Johansen wrote: Scott Long wrote: One thought that I had was to make psmintr() be INTR_FAST. I need to stare at the code some more to fully understand it, but it looks like it wouldn't be all that hard to do. Basically just

SMP in GENERIC !

2003-11-08 Thread Thierry Herbelot
Hello, this is just to send a big bravo to all involved : a new GENERIC kernel is running my old BP6 as an SMP machine : multi% uname -a FreeBSD multi 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sat Nov 8 02:40:50 CET 2003 [EMAIL PROTECTED]:/files3/obj/files3/src/sys/GENERIC i386 multi% sysctl -a

Periodic Crontabs

2003-11-08 Thread chris
i seem to get random connection attempts to ports 111 and 16001 Connection attempt to TCP 127.0.0.1:16001 from 127.0.0.1:49838 flags:0x02 Connection attempt to TCP 127.0.0.1:111 from 127.0.0.1:49856 flags:0x02 was wondering what causing me from connecting to myself ? i dont use RPC and i dont use

Re: acpi

2003-11-08 Thread Munish Chopra
On 2003-11-08 09:52 +0300, Konstantin Volevatch wrote: > Why acpi.ko module missed after latest CVS update? > Read UPDATING, or check the last few days worth of -current archives. -- Munish Chopra ___ [EMAIL PROTECTED] mailing list http://lists.freebs