www/lighttpd: lighttpd won't start anymore after SSL Update in 8.1-PRERELEASE (2010-05-27 09:34:56: (network.c.529) SSL: error:00000000:lib(0):func(0):reason(0))

2010-05-27 Thread O. Hartmann
Since I performed a make buildworld and installed everything and after an update of the ports tree (with which lighttpd was updated from lighttpd-1.4.26 to lighttpd-1.4.26_1 I receive this error when trying to start lighttpd: 2010-05-27 09:34:56: (network.c.529) SSL:

Re: www/lighttpd: lighttpd won't start anymore after SSL Update in 8.1-PRERELEASE (2010-05-27 09:34:56: (network.c.529) SSL: error:00000000:lib(0):func(0):reason(0))

2010-05-27 Thread Jeremy Chadwick
On Thu, May 27, 2010 at 09:39:10AM +0200, O. Hartmann wrote: Since I performed a make buildworld and installed everything and after an update of the ports tree (with which lighttpd was updated from lighttpd-1.4.26 to lighttpd-1.4.26_1 I receive this error when trying to start lighttpd:

Strange igb befavior

2010-05-27 Thread Kirill Yelizarov
Hi I'm having reproducible panics with 8-Stable of May13 2010. Panic occurs in igb code. Panic start to happen when i set hw.igb.rxd=4096 and hw.igb.txd=4096 in /boot/loader.conf. Panic happens immediately after boot in igb1 code in my case. igb1 is connected to 100Mbit 3COM switch and switch

Re: www/lighttpd: lighttpd won't start anymore after SSL Update in 8.1-PRERELEASE (2010-05-27 09:34:56: (network.c.529) SSL: error:00000000:lib(0):func(0):reason(0))

2010-05-27 Thread Jeremy Chadwick
On Thu, May 27, 2010 at 01:29:19AM -0700, Jeremy Chadwick wrote: On Thu, May 27, 2010 at 09:39:10AM +0200, O. Hartmann wrote: Since I performed a make buildworld and installed everything and after an update of the ports tree (with which lighttpd was updated from lighttpd-1.4.26 to

Re: www/lighttpd: lighttpd won't start anymore after SSL Update in 8.1-PRERELEASE (2010-05-27 09:34:56: (network.c.529) SSL: error:00000000:lib(0):func(0):reason(0))

2010-05-27 Thread Kostik Belousov
On Thu, May 27, 2010 at 01:29:19AM -0700, Jeremy Chadwick wrote: On Thu, May 27, 2010 at 09:39:10AM +0200, O. Hartmann wrote: Since I performed a make buildworld and installed everything and after an update of the ports tree (with which lighttpd was updated from lighttpd-1.4.26 to

6.4-STABLE periodically stucks on boot around cpufreq:est

2010-05-27 Thread pluknet
Hi, When booting box with recent 6.4-STABLE often it's stuck while trying to switch context in sysctl dev.0.cpu.freq handler. AFAIK it stucks somewhere here: /etc/rc.d/initrandom # XXX temporary until we can improve the entropy # harvesting rate. #

Re: www/lighttpd: lighttpd won't start anymore after SSL Update in 8.1-PRERELEASE (2010-05-27 09:34:56: (network.c.529) SSL: error:00000000:lib(0):func(0):reason(0))

2010-05-27 Thread Jeremy Chadwick
On Thu, May 27, 2010 at 11:38:08AM +0300, Kostik Belousov wrote: On Thu, May 27, 2010 at 01:29:19AM -0700, Jeremy Chadwick wrote: On Thu, May 27, 2010 at 09:39:10AM +0200, O. Hartmann wrote: Since I performed a make buildworld and installed everything and after an update of the ports tree

Re: Strange igb befavior

2010-05-27 Thread Jack Vogel
Panic is due to a failure to get enough mbufs, when you make your ring that big you hit the problem, I have been experimenting with a change to fix it but am not yet completely confident, for the moment don't make your ring so big :) Jack On Thu, May 27, 2010 at 1:08 AM, Kirill Yelizarov

Re: Strange igb befavior

2010-05-27 Thread Kirill Yelizarov
Thank You Jack i'll keep it at 2048 now. I have plans to add two more igb interfaces. Should i decrease values to 1024 in case i will have four interfaces in server? I found there are additional tweaks for igb card available: hw.igb.enable_aim=1 this one enabled by default and i understand its

nfe0 loses network connectivity (8.0-RELEASE-p2)

2010-05-27 Thread Olaf Seibert
I have a machine with FreeBSD 8.0-RELEASE-p2 which has a big ZFS file system and serves as file server (NFS (newnfs)). From time to time however it seems to lose all network connectivity. The machine isn't down; from the console (an IPMI console) it works fine. I have tried things like bringing

Re: ale stats (AR8121)

2010-05-27 Thread Mike Tancsa
At 12:41 PM 5/26/2010, Pyun YongHyeon wrote: Anyway I have to ask Atheros what the counter really means. Thanks for reminding it. If I get some feedback I'll let you know. Thanks! One more question about this NIC. While doing some stress testing as an nfsserver, I did get a few fifo

Re: panic on zfs unmount

2010-05-27 Thread pluknet
On 11 December 2009 23:28, Stefan Bethke s...@lassitu.de wrote: I still sometimes get the lost .zfs/snapshot directory, with resulting panic, and it just happened again.  I have the full crash dump, if anyone wants to look at details. # cd /jail/foo/.zfs # ls ls: snapshot: Bad file

Re: nfe0 loses network connectivity (8.0-RELEASE-p2)

2010-05-27 Thread Jeremy Chadwick
On Thu, May 27, 2010 at 03:13:10PM +0200, Olaf Seibert wrote: Is there a way to increase the maximum number of mbufs, or better yet, limit the use by whatever is using them too much? Regarding your first question: I believe kern.ipc.nmbclusters controls what you want. This is a loader.conf

Re: Strange igb befavior

2010-05-27 Thread Jack Vogel
Well, it might make sense to increase the mbuf pool, do: sysctl kern.ipc.nmbclusters this is a parameter that can be set in /etc/sysctl.conf. Our testers set this on all their machines to 262144. As for the aim stuff, and that includes those latency tuneables, they have all been replaced in my

Re: ale stats (AR8121)

2010-05-27 Thread Pyun YongHyeon
On Thu, May 27, 2010 at 09:31:03AM -0400, Mike Tancsa wrote: At 12:41 PM 5/26/2010, Pyun YongHyeon wrote: Anyway I have to ask Atheros what the counter really means. Thanks for reminding it. If I get some feedback I'll let you know. Thanks! One more question about this NIC. While doing

Re: nfe0 loses network connectivity (8.0-RELEASE-p2)

2010-05-27 Thread Pyun YongHyeon
On Thu, May 27, 2010 at 03:13:10PM +0200, Olaf Seibert wrote: I have a machine with FreeBSD 8.0-RELEASE-p2 which has a big ZFS file system and serves as file server (NFS (newnfs)). From time to time however it seems to lose all network connectivity. The machine isn't down; from the console

Re: NFS trouble on 7.3-STABLE i386

2010-05-27 Thread Mark Morley
On Tue, 25 May 2010 20:59:08 -0400 (EDT) Rick Macklem wrote:You could try this patch. (It reverts the only vnode locking change that I can see was done the the nfs server between 7.1 and 7.3.): . . . If you get a chance to try it, please let us know if it helps, rick The patch didn't help I'm

Re: www/lighttpd: lighttpd won't start anymore after SSL Update in 8.1-PRERELEASE (2010-05-27 09:34:56: (network.c.529) SSL: error:00000000:lib(0):func(0):reason(0))

2010-05-27 Thread Vincent Hoffman
On 27/05/2010 08:39, O. Hartmann wrote: Since I performed a make buildworld and installed everything and after an update of the ports tree (with which lighttpd was updated from lighttpd-1.4.26 to lighttpd-1.4.26_1 I receive this error when trying to start lighttpd: 2010-05-27 09:34:56:

Re: NFS trouble on 7.3-STABLE i386

2010-05-27 Thread Rick Macklem
On Wed, 26 May 2010, Mark Morley wrote: Thanks, but unfortunately it didn't work. Rebooted it four hours ago with the patch in place and at the moment I have seven nfsd processes stuck in that state. Could it indicate a problem with the underlying disk system? It's an aac0 raid, but it

Locking a file backed mdconfig into memory

2010-05-27 Thread Dave Hayes
On FreeBSD 7.3-STABLE I'm mounting a DVD and doing something like this: mdconfig -a -t vnode -o reserve -o readonly -f /dvd/file so that /dvd/file becomes the backing storage for my memory disk. Now if the system is under severe memory pressure, will this memory get swapped out, causing a

Re: Locking a file backed mdconfig into memory

2010-05-27 Thread Garrett Cooper
On Thu, May 27, 2010 at 4:48 PM, Dave Hayes d...@jetcafe.org wrote: On FreeBSD 7.3-STABLE I'm mounting a DVD and doing something like this:  mdconfig -a -t vnode -o reserve -o readonly -f /dvd/file so that /dvd/file becomes the backing storage for my memory disk. Now if the system is

Re: Locking a file backed mdconfig into memory

2010-05-27 Thread Clifton Royston
On Thu, May 27, 2010 at 04:48:42PM -0700, Dave Hayes wrote: On FreeBSD 7.3-STABLE I'm mounting a DVD and doing something like this: mdconfig -a -t vnode -o reserve -o readonly -f /dvd/file so that /dvd/file becomes the backing storage for my memory disk. It sounds like what you

PF + BRIDGE still causes system freezing

2010-05-27 Thread Giulio Ferro
Months ago I reported a system freezing whenever bridge was used with pf. This still happens now in 8.1 prerelease: after several minutes to hours that the bridge is active the system becomes unresponsive. # uname -a FreeBSD firewall1 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Thu May 27