> 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
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.
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).
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
- 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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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...
> > > [...]
>
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
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
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
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
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
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
26 matches
Mail list logo