Re: mounting ext3 for rw

2010-01-09 Thread Zoran Kolic
> contrary to you, i didn't remove EXT2FS from my kernel Looking at GENERIC in 8.0, I don't see ext2 at all. Just as module. Probably could be added. Further reading and thinkering, I should be probably fine loading ext2fs module on amd64 8.0, then mounting it via: mount -t ext2fs /dev/da0s1 /sto

Re: ZFS performance degradation over time

2010-01-09 Thread Garrett Moore
Sure: [r...@leviathan ~]# sysctl kstat.zfs.misc.arcstats kstat.zfs.misc.arcstats.hits: 32092629 kstat.zfs.misc.arcstats.misses: 1064835 kstat.zfs.misc.arcstats.demand_data_hits: 30542262 kstat.zfs.misc.arcstats.demand_data_misses: 848959 kstat.zfs.misc.arcstats.demand_metadata_hits: 1550367 kstat.

Re: ZFS performance degradation over time

2010-01-09 Thread Jeremy Chadwick
On Sat, Jan 09, 2010 at 07:40:53PM -0500, Garrett Moore wrote: > If no-one has any questions, I'll try Artem's suggestion of wasting a bunch > of memory in Perl/Python and forcing some memory to be swapped out. (I don't > want to do it yet in case someone wants a specific number before I do that).

Re: ZFS performance degradation over time

2010-01-09 Thread Garrett Moore
After being up for a few days and having good performance, I turned on rTorrent and downloaded two 700MB files. After these torrents completed, my performance has tanked again. My combined read/write speed to the array won't exceed about 25MB/s. It seems that after having downloaded a few torrents

Re: nginx hanging with state zoneli

2010-01-09 Thread Steven Hartland
- Original Message - From: "Alexander Nesterov" On 08.01.2010 20:21, Steven Hartland wrote: [..] 12582/218/12800/12800 4k (page size) jumbo clusters in use (current/cache/total/max) Try to increase jumbo clusters (sysctl kern.ipc.nmbjumbop) Thanks for the suggestion Alex I've d

Re: FreeBSD 8.0 STABLE sata regression

2010-01-09 Thread Alexander Motin
Abdullah Ibn Hamad Al-Marri wrote: >> Abdullah Ibn Hamad Al-Marri wrote: >>> My servers are alright with FreeBSD 8.0-RELEASE, but not with -STABLE. >>> >>> FreeBSD NOC.WEArab.Net 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan 8 >>> 18:26:13 >> UTC 2010ad...@localhost.localdomain:/usr/obj/usr/src/

Re: USB problems on 8.0-STABLE

2010-01-09 Thread Frank
On Sat, 9 Jan 2010, Steven Friedrich wrote: USB. I'm betting USB and I'm thinking that maybe the driver you used to use hasn't been converted to the new USB system in 8-Stable. If that's the case it makes sense. I guess I'll just have to wait until it's converted. Is it possible to boot o

Re: USB problems on 8.0-STABLE

2010-01-09 Thread Steven Friedrich
On Saturday 09 January 2010 06:50:59 am Frank wrote: > On Fri, 8 Jan 2010, Steven Friedrich wrote: > > OK, first a disclaimer. I am not a FreeBSD developer, but I have been > > admin'ing my own *nix systems for decades. > > > > I think this is weird: ugen0.2: at usbus0 > > What device or port was

Re: ZFS performance degradation over time

2010-01-09 Thread Wiktor Niesiobedzki
2010/1/8 Artem Belevich : > Keep an eye on ARC size and on active/inactive/cache/free memory lists: I can share a munin plugin for monitoring some of ARC L1/L2 statistics, as well as memory decomposition. It still WIP (and I'm sure, that not all statistics are properly gathered), but I hope it ma

Re: FreeBSD 8.0 STABLE sata regression

2010-01-09 Thread Abdullah Ibn Hamad Al-Marri
Hello, - Original Message > From: Alexander Motin > To: Abdullah Ibn Hamad Al-Marri > Cc: FreeBSD STABLE ; FreeBSD Questions > > Sent: Sat, January 9, 2010 5:29:46 PM > Subject: Re: FreeBSD 8.0 STABLE sata regression > > Hi. > > Abdullah Ibn Hamad Al-Marri wrote: > > My servers are

Re: 8-stable/amd64: ATA: hard hang when doing "burncd fixate"

2010-01-09 Thread Adam Vande More
On Sat, Jan 9, 2010 at 11:14 AM, Marcel Moolenaar wrote: > All, > > I get a hard hang on a TYAN Thunder K8S with a single Opteron > mounted: > >: > CPU: AMD Opteron(tm) Processor 246 (1991.62-MHz K8-class CPU) > Origin = "AuthenticAMD" Id = 0xf58 Stepping = 8 > > > Features=0x78bfbff

Re: ntpd not removed; WITHOUT_NTP enabled in src.conf

2010-01-09 Thread Scot Hetzel
On 1/9/10, Oliver Fromme wrote: > There's another pitfall: When you install, say, BIND from > the ports collection with the option WITH_REPLACE_BASE=true > and add WITHOUT_BIND=yes to src.conf. When you update your > world it will wipe out your BIND files that were installed > from ports, s

Re: ZFS performance degradation over time

2010-01-09 Thread Ivan Voras
Andrew Snow wrote: Ivan Voras wrote: It is true that ZFS in theory doesn't do very well with random writes of any kind - the kind that torrent clients do should actually be the worst case for ZFS, *but*, this very much depends on the actual workload. ZFS has aggressive read-ahead for sequent

8-stable/amd64: ATA: hard hang when doing "burncd fixate"

2010-01-09 Thread Marcel Moolenaar
All, I get a hard hang on a TYAN Thunder K8S with a single Opteron mounted: : CPU: AMD Opteron(tm) Processor 246 (1991.62-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0xf58 Stepping = 8 Features=0x78bfbff AMD Features=0xe0500800 real memory = 1073741824 (1024 MB) avail memory

Re: mounting ext3 for rw

2010-01-09 Thread Ed Jobs
On Saturday 09 January 2010 08:40, Zoran Kolic wrote: > I should probably kldload ext2fs.ko > first to have support. the way i use it to mount them since it's a fuse-implementation, i use /usr/local/etc/rc.d/fusefs(or fuse, i don't remember) onestart and it loads the fuse module. contrary to y

Re: nginx hanging with state zoneli

2010-01-09 Thread Alexander Nesterov
On 08.01.2010 20:21, Steven Hartland wrote: [..] 12582/218/12800/12800 4k (page size) jumbo clusters in use (current/cache/total/max) Try to increase jumbo clusters (sysctl kern.ipc.nmbjumbop) [...] -- Alexander Nesterov ___ freebsd-stable@freeb

Re: FreeBSD 8.0 STABLE sata regression

2010-01-09 Thread Alexander Motin
Hi. Abdullah Ibn Hamad Al-Marri wrote: > My servers are alright with FreeBSD 8.0-RELEASE, but not with -STABLE. > > FreeBSD NOC.WEArab.Net 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan 8 18:26:13 > UTC 2010 ad...@localhost.localdomain:/usr/obj/usr/src/sys/GENERIC amd64 > > atapci0: port > 0

Re: ZFS performance degradation over time

2010-01-09 Thread Alexander Leidinger
On Fri, 8 Jan 2010 15:05:06 -0800 Jeremy Chadwick wrote: > All that said -- I know what the OP is referring to, as I've seen it > myself (on RELENG_7, and possibly early releases of 8.0). The only > way to relieve the pain, AFAIK, is to reboot. I assume the problem is that the memory handling i

Re: ntpd not removed; WITHOUT_NTP enabled in src.conf

2010-01-09 Thread Oliver Fromme
Roland Smith wrote: > Oliver Fromme wrote: > > When you disable something in src.conf(5), its files *will* > > be removed when you do "make delete-old". > > > > See the file src/tools/build/mk/OptionalObsoleteFiles.inc > > for all the details. It's included by src/ObsoleteFiles.inc > > whi

Re: ntpd not removed; WITHOUT_NTP enabled in src.conf

2010-01-09 Thread Roland Smith
On Sat, Jan 09, 2010 at 12:08:09PM +0100, Oliver Fromme wrote: > Roland Smith wrote: > > Henrik Hudson wrote: > > > Hey List, > > > > > > Among other things I have in my /etc/src.conf > > > WITHOUT_NTP=yes > > > > > > which from my understanding should not build ntpd, etc... > > > [...] >

Re: [Bulk] Re: USB problems on 8.0-STABLE

2010-01-09 Thread Frank
On Fri, 8 Jan 2010, Warren Block wrote: Do you have DEVICE /dev/ugen0.2 in apcupsd.conf? No, just DEVICE From the online manual: If you have a USB UPS, the essential elements of your apcupsd.conf file should look like the following: ## apcupsd.conf v1.1 ## UPSCABLE usb UPSTYPE usb DEVIC

Re: USB problems on 8.0-STABLE

2010-01-09 Thread Frank
On Fri, 8 Jan 2010, Steven Friedrich wrote: OK, first a disclaimer. I am not a FreeBSD developer, but I have been admin'ing my own *nix systems for decades. I think this is weird: ugen0.2: at usbus0 What device or port was this on previous to 8-Stable? Is it connected via serial cable (rs232

Re: ntpd not removed; WITHOUT_NTP enabled in src.conf

2010-01-09 Thread Oliver Fromme
Roland Smith wrote: > Henrik Hudson wrote: > > Hey List, > > > > Among other things I have in my /etc/src.conf > > WITHOUT_NTP=yes > > > > which from my understanding should not build ntpd, etc... > > [...] > > ntpd still exists in /usr/sbin and the man pages, etc... > > seem to still b

FreeBSD 8.0 STABLE sata regression

2010-01-09 Thread Abdullah Ibn Hamad Al-Marri
Hello, My servers are alright with FreeBSD 8.0-RELEASE, but not with -STABLE. FreeBSD NOC.WEArab.Net 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan 8 18:26:13 UTC 2010 ad...@localhost.localdomain:/usr/obj/usr/src/sys/GENERIC amd64 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x20a0-0x20

Re: USB problems on 8.0-STABLE

2010-01-09 Thread Henri Hennebert
On 01/09/2010 05:39, Warren Block wrote: On Fri, 8 Jan 2010, Frank wrote: On Fri, 8 Jan 2010, Steven Friedrich wrote: Option "AllowEmptyInput" "off" EndSection Comment out the line containing AllowEmptyInput. OK, this took care of the nothing-works-unless-mouse-is-moved problem but why d

Re: apache hanging on 8.0 AMD64

2010-01-09 Thread Brent Jones
On Fri, Jan 8, 2010 at 8:58 PM, Rainer Duffner wrote: > Hi, > > we have an "interesting" problem with FreeBSD 8.0 AMD64: > > The server is a HP DL380G5 with two Harpertown-class CPUs and 8 GB RAM. > It is running MySQL, Apache (worker MPM) and PHP as CGI with Fast-CGI > and SUEXEC. > It has over 5