Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Doug Barton
Pete French wrote: Mine never lock up doing buildworlds either. They only lock up when they are sitting there more of less idle! The machines which have never locked up are the webservers, which are fairly heavlt loaded. The machine which locks up the most frequently is a box sitting there

Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers

2009-01-13 Thread Oliver Peter
I'm on 7.1-RELEASE/amd64 with the following card: r...@pci0:2:0:0: class=0x02 card=0x368c1462 chip=0x816810ec rev=0x01 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' class = network subclass = ethernet And luckey

Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Claus Guttesen
Mine never lock up doing buildworlds either. They only lock up when they are sitting there more of less idle! The machines which have never locked up are the webservers, which are fairly heavlt loaded. The machine which locks up the most frequently is a box sitting there doing nothing but DNS,

Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers

2009-01-13 Thread Pyun YongHyeon
On Tue, Jan 13, 2009 at 08:59:41AM +, Oliver Peter wrote: I'm on 7.1-RELEASE/amd64 with the following card: r...@pci0:2:0:0: class=0x02 card=0x368c1462 chip=0x816810ec rev=0x01 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL8168/8111 PCI-E Gigabit

Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Gavin Atkinson
On Mon, 2009-01-12 at 19:00 +, Pete French wrote: I'm not sure if you've done this already, but the normal suggestions apply: have you compiled with INVARIANTS/WITNESS/DDB/KDB/BREAK_TO_DEBUGGER, and do any results / panics / etc result? Sometimes these debugging tools are able

Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Pete French
Lock order reversals are warnings of potential deadlock due to a lock cycle, but deadlocks may not actually result, either because it's a false positive (some locking construct that is deadlock free but involves lock cycles), or because a cycle didn't actually form. The message is

Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Pete French
It was mentioned previous in this thread that CPUTYPE could be an issue. Did you change this if you customized your kernel? Actually, I think thats been ruled out as a possible cause, along with the scheduler. Certainly I have tried it both ways and there is no difference, and I think i saw

Re: fsck_y_enable: suboptimal/odd?

2009-01-13 Thread Andriy Gapon
on 13/01/2009 02:34 Andrew Snow said the following: Andriy Gapon wrote: To me it seems like fsck_y passes suboptimal flags to fsck, it doesn't have to examine each and every filesystem in fstab. I think think this is because it does a quick check first to see if it can run the fsck in

Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Robert Watson
On Tue, 13 Jan 2009, Pete French wrote: Features like WITNESS and INVARIANTS may change the timing of the kernel making certain race conditions less likely; I'd run with them for a bit and see if you can reproduce the hang with them present, as they will make debugging the problem a lot

Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Pete French
Can you break into the debugger with Ctrl-Alt-Esc, or by sending a break over the serial line? No, ctrl-alt-esc doesnt work, and there is no serial line on the machine (not that I can access anyway) -pete. ___ freebsd-stable@freebsd.org mailing list

Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Pete French
Silly question but do you have powerd enabled on that server? If so, does disabling it help? Also do you have any of these in /etc/rc.conf (i.e., they are not the same as the default values in /etc/defaults/rc.conf): performance_cx_lowest=HIGH# Online CPU idle state

Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers

2009-01-13 Thread Sascha Holzleiter
Jung-uk Kim wrote: On Monday 12 January 2009 12:21 pm, Sascha Holzleiter wrote: Hi, i see similar problems with a re card: r...@pci0:4:7:0:class=0x02 card=0x816710ec chip=0x816710ec rev=0x10 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL8169/8110 Family

Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers

2009-01-13 Thread FreeBSD
Pyun YongHyeon a écrit : On Mon, Jan 12, 2009 at 05:11:02PM -0500, FreeBSD wrote: Pyun YongHyeon a ?crit : On Sun, Jan 11, 2009 at 07:22:06PM +0300, Eugene Gladchenko wrote: Walter, Thursday, January 8, 2009, 2:50:40 AM, you wrote: WV Booting kernel.old, which is

Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Pete French
I can't (fortunately) make it lock up. I have a DL360 G5 which is unused atm. and can test on it if needed. Would it be possible to install that under amd64 and hammer it with DNS requests ? I have been trying to think what the difference might be between my webservers and the machines which

Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers

2009-01-13 Thread Dimitry Andric
On 2009-01-13 06:02, Pyun YongHyeon wrote: I'm also having problems with re's, in my case the interfaces take about 10 seconds to come up, if they come up at all. After the interfaces are up, half the time no packets go out at all. Usually it helps to bring them down via the console,

RE: Big problems with 7.1 locking up :-(

2009-01-13 Thread Nathan Way
I also am experiencing lock-ups on a server recently upgraded from 7.0-RELEASE to 7.1-STABLE. This server is a Supermicro 6022 dual-Xeon box running a GENERIC i386 SMP kernel. Since upgrading to 7.1-STABLE it has started locking up daily. I see similar symptoms that Pete is seeing - no ping

Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Robert Watson
On Tue, 13 Jan 2009, Pete French wrote: I can't (fortunately) make it lock up. I have a DL360 G5 which is unused atm. and can test on it if needed. Would it be possible to install that under amd64 and hammer it with DNS requests ? I have been trying to think what the difference might be

Re: FreeBSD 7.0 kernel panic

2009-01-13 Thread Gavin Atkinson
On Mon, 2009-01-12 at 21:27 +0300, l1nyx...@googlemail.com wrote: Hello, FreeBSD-stable. Last week I have a lot of kernel panics like: Firstly: are these new panics on a system that has been reliable until now, or has something changed on the system recently (hardware change, different

Re: Big problems with 7.1 locking up :-(

2009-01-13 Thread Ken Smith
On Mon, 2009-01-12 at 21:35 +0100, Tomas Randa wrote: I have similar problems. The last good kernel I have from stable brach, october the 8. Then in next upgrade, I saw big problems with performance. I tried ULE, 4BSD etc, but nothing helps, only downgrading system back. Now I am trying

amr driver changes in FreeBSD 7.1-RELEASE

2009-01-13 Thread Steve Polyack
Hello, We have a Dell PowerEdge 1850 server. It contains two PERC4 RAID controllers. One is a PERC4e/Si, and the other is a PERC4/DC. Right now we are running FreeBSD 6.3-RELEASE, with a 36GB RAID-1 on the PERC4e/Si (amr0), and both a 1TB RAID5 and a 136GB RAID1 on the PERC4/DC(amr1).

lenovo t400 does not start 7.1

2009-01-13 Thread Harald Servat
Hello, I downloaded FreeBSD 7.1 (DVD iso image) for amd64 architecture (with correct SHA256 checksum), but I'm unable to start the system (Lenovo T400). The boot process starts fine, the BTX messages appear, the 7-option menu also appears, but when I hit enter (or when I choose start without

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Ben Kaduk
On Tue, Jan 13, 2009 at 1:57 PM, Harald Servat redcr...@gmail.com wrote: Hello, I downloaded FreeBSD 7.1 (DVD iso image) for amd64 architecture (with correct SHA256 checksum), but I'm unable to start the system (Lenovo T400). The boot process starts fine, the BTX messages appear, the

Re: amr driver changes in FreeBSD 7.1-RELEASE

2009-01-13 Thread Cameron
Hello, This seems related to a problem I had with a 7.1-PRERELEASE (I have since upgraded to 7.1-RELEASE, but haven't not tested if the problem is still there). If I compiled the kernel with only the amr driver, it would not see my raid volume. If I enabled a separate scsi driver (I think it

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Oleksandr Tymoshenko
Harald Servat wrote: Hello, I downloaded FreeBSD 7.1 (DVD iso image) for amd64 architecture (with correct SHA256 checksum), but I'm unable to start the system (Lenovo T400). The boot process starts fine, the BTX messages appear, the 7-option menu also appears, but when I hit enter (or when

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Harald Servat
On Tue, Jan 13, 2009 at 8:47 PM, Oleksandr Tymoshenko go...@bluezbox.comwrote: Harald Servat wrote: Hello, I downloaded FreeBSD 7.1 (DVD iso image) for amd64 architecture (with correct SHA256 checksum), but I'm unable to start the system (Lenovo T400). The boot process starts fine, the

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Harald Servat
On Tue, Jan 13, 2009 at 8:59 PM, Ben Kaduk minimar...@gmail.com wrote: On Tue, Jan 13, 2009 at 1:57 PM, Harald Servat redcr...@gmail.com wrote: Hello, I downloaded FreeBSD 7.1 (DVD iso image) for amd64 architecture (with correct SHA256 checksum), but I'm unable to start the system

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Harald Servat
On Tue, Jan 13, 2009 at 9:40 PM, Harald Servat redcr...@gmail.com wrote: On Tue, Jan 13, 2009 at 8:47 PM, Oleksandr Tymoshenko go...@bluezbox.comwrote: Harald Servat wrote: Hello, I downloaded FreeBSD 7.1 (DVD iso image) for amd64 architecture (with correct SHA256 checksum), but I'm

Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers

2009-01-13 Thread Jung-uk Kim
On Tuesday 13 January 2009 10:27 am, Dimitry Andric wrote: Reverting r180519 seems to solve the problem of not being able to send any packets. It does not solve the other problem, which is that the interfaces can take a very long time to come up at boot time, e.g: Setting hostuuid:

Re: CFT: ath hal src switchover

2009-01-13 Thread Vincent Barus
On Fri, Jan 9, 2009 at 5:32 AM, Sean C. Farley s...@freebsd.org wrote: On Thu, 8 Jan 2009, Sam Leffler wrote: I've brought the hal source code back to RELENG_7 but not connected it to the build and/or driver. I want folks to test this before I commit those changes. To do this you must have

Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers

2009-01-13 Thread Pyun YongHyeon
On Tue, Jan 13, 2009 at 10:17:54AM -0500, FreeBSD wrote: Pyun YongHyeon a ?crit : On Mon, Jan 12, 2009 at 05:11:02PM -0500, FreeBSD wrote: Pyun YongHyeon a ?crit : On Sun, Jan 11, 2009 at 07:22:06PM +0300, Eugene Gladchenko wrote: Walter, Thursday, January 8, 2009,

interrupt storm and usb issue on ati ixp600 based board

2009-01-13 Thread Marat N.Afanasyev
I have two troubles with my freshly upgraded system. There are interrupt storm and usb issues on MSI K9A2 CF motherboard. it made of on amd 790X north-bridge and and SB600 south-bridge. As stated in [1] there is a problem with storms on re or atapci devices, but my experience shows that this

interrupt storm

2009-01-13 Thread Dan Langille
Hi, I'm getting this: kernel: interrupt storm detected on irq22:; throttling interrupt source on FreeBSD 7.1-STABLE #6: Sat Jan 10 21:45:05 EST 2009 FWIW, I got the same thing on 7.0-stable from back in May (IIRC). Of note, atapci0 and fxp0 are both on irq 22. Ideas? suggestions?

interrupt storm

2009-01-13 Thread Marat N.Afanasyev
it seems that you hit the same issue with amd sb600 as me :) -- SY, Marat ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Reproducible panic (page fault) in poll on 6.3-RELEASE-p4

2009-01-13 Thread Stef Walter
I have a kernel panic that I can consistently trigger. After a short while (5 to 30 minutes) with a certain connection pattern of UDP openvpn connections the server crashes. I have a crash dump, and stack trace. It seems td-td_selq has been corrupted (see below). The only similar panic I've

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Garrett Cooper
On Tue, Jan 13, 2009 at 2:04 PM, Harald Servat redcr...@gmail.com wrote: On Tue, Jan 13, 2009 at 9:40 PM, Harald Servat redcr...@gmail.com wrote: On Tue, Jan 13, 2009 at 8:47 PM, Oleksandr Tymoshenko go...@bluezbox.comwrote: Harald Servat wrote: Hello, I downloaded FreeBSD 7.1 (DVD

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Garrett Cooper
On Tue, Jan 13, 2009 at 5:47 PM, Garrett Cooper yanef...@gmail.com wrote: On Tue, Jan 13, 2009 at 2:04 PM, Harald Servat redcr...@gmail.com wrote: On Tue, Jan 13, 2009 at 9:40 PM, Harald Servat redcr...@gmail.com wrote: On Tue, Jan 13, 2009 at 8:47 PM, Oleksandr Tymoshenko

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Glen Barber
On Tue, Jan 13, 2009 at 1:57 PM, Harald Servat redcr...@gmail.com wrote: Hello, I downloaded FreeBSD 7.1 (DVD iso image) for amd64 architecture (with correct SHA256 checksum), but I'm unable to start the system (Lenovo T400). Could you test the disc on a different machine to verify a good

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Ganbold
Harald Servat wrote: Hello, I downloaded FreeBSD 7.1 (DVD iso image) for amd64 architecture (with correct SHA256 checksum), but I'm unable to start the system (Lenovo T400). The boot process starts fine, the BTX messages appear, the 7-option menu also appears, but when I hit enter (or when

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Ganbold
Ganbold wrote: Harald Servat wrote: Hello, I downloaded FreeBSD 7.1 (DVD iso image) for amd64 architecture (with correct SHA256 checksum), but I'm unable to start the system (Lenovo T400). The boot process starts fine, the BTX messages appear, the 7-option menu also appears, but when I

Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers

2009-01-13 Thread FreeBSD
Pyun YongHyeon a écrit : On Tue, Jan 13, 2009 at 10:17:54AM -0500, FreeBSD wrote: Pyun YongHyeon a ?crit : On Mon, Jan 12, 2009 at 05:11:02PM -0500, FreeBSD wrote: Pyun YongHyeon a ?crit : On Sun, Jan 11, 2009 at 07:22:06PM +0300, Eugene Gladchenko wrote: Walter,

Using FreeBSD Update to deploy system updates from custom builds

2009-01-13 Thread Tom Judge
Hi, I was wondering if anyone was using freebsd-update to manage deployment of custom FreeBSD builds to there systems. Here is the scenario, I have 2 binary build servers at the moment (one for i386 and one for amd64) and currently we stage the deployments of updates on NFS servers at each

Problem with CPU freq in 7.1-STABLE -- take 2

2009-01-13 Thread Pierre-Luc Drouin
Hi, I noticed a problem with CPU freq in 7.1-STABLE. The maximum frequency showed by sysctl is 500Mhz lower than what it should be for my Pentium M 2Ghz. Here is the output from dmesg: Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992,