Re: very poor ext3 write performance on big filesystems?

2008-02-19 Thread Paul Slootman
cremental transfer protocol (before it read in the complete file list, first on the source, then on the target, and then only started to do the actual work). Paul Slootman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECT

Re: Routing 600+ vlan's via linux problems (looks like arp problems)

2007-05-04 Thread Paul Slootman
2768 net/ipv4/neigh/default/gc_thresh2=65536 net/ipv4/neigh/default/gc_thresh3=262144 net/ipv4/route/gc_elasticity=8 net/ipv4/route/gc_interval=30 net/ipv4/route/gc_min_interval=2 Paul Slootman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: Nothing since 2.6.19 will boot for me.

2007-01-02 Thread Paul Slootman
t; > o At this point the machine reboots (right back to the video card >copyright/splash) What is your boot string? It sounds a lot like http://bugzilla.kernel.org/show_bug.cgi?id=7505 Paul Slootman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: idle RAID1 cpu usage

2006-12-27 Thread Paul Slootman
Jan Engelhardt <[EMAIL PROTECTED]> wrote: >On Dec 27 2006 19:09, Paul Slootman wrote: >> >>This works fine, but I noticed that quite some time was being used by >>the mdX_raid1 threads; even on a partition that's not even being used at >>this time... (it

idle RAID1 cpu usage

2006-12-27 Thread Paul Slootman
threads together had used about one hour's worth of CPU in the first 24 hours, i.e. 4% CPU (according to ps and top). thanks, Paul Slootman # cat /proc/version Linux version 2.6.19.1 ([EMAIL PROTECTED]) (gcc version 4.1.2 20061028 (prerelease) (Debian 4.1.1-19)) #1 Sat Dec 16 15:48:45 CET 2006

Re: data corruption with nvidia chipsets and IDE/SATA drives // memory hole mapping related bug?!

2006-12-15 Thread Paul Slootman
uldn't explain the difference in ability to boot 2.6.18 and up. However, I haven't had an opportunity to open two systems up to compare them visually. Paul Slootman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EM

Re: PROBLEM: Oops when running mkreiserfs on large (9TB) raid0 set on AMD64 SMP

2005-07-14 Thread Paul Slootman
it works fine! FilesystemSize Used Avail Use% Mounted on /dev/md11 8.8T 33M 8.8T 1% /mnt Very nice... :) Paul Slootman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [Hdaps-devel] Re: Updating hard disk firmware & parking hard disk

2005-07-13 Thread Paul Slootman
On Wed 13 Jul 2005, Bill Davidsen wrote: > Paul Slootman wrote: > >Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > > >>What's the gain in parking the head manually if it's done anyway when the > >>disk spins down (for whatever reason)? > > &g

Re: [Hdaps-devel] Re: Updating hard disk firmware & parking hard disk

2005-07-13 Thread Paul Slootman
disk active protection system that IBM offers under windows for its laptops, that will park the disk when it detects that e.g. the laptop is falling off a table. Paul Slootman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

PROBLEM: Oops when running mkreiserfs on large (9TB) raid0 set on AMD64 SMP

2005-07-13 Thread Paul Slootman
p is on LVM2 over raid1 over 2 SATA disks connected to the Tyan motherboard (SiI 3114 controller). That works fine. lvm, raid1, sata_sil are built into the kernel; 3w_9000 and raid0 are modules. Note that the system time was a couple of weeks in the future... Paul Slootman # cat /proc/versio

Re: Garbage on serial console after serial driver loads

2005-04-13 Thread Paul Slootman
ago, see http://marc.theaimsgroup.com/?l=linux-kernel&m=111036598927105&w=2 but unfortunately didn't get any response at that time. Paul Slootman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: md: bug in file drivers/md/md.c, line 1513

2005-03-24 Thread Paul Slootman
; > > > > > Admittedly the usage may be wrong, but having the kernel say "bug" can't > > be right :-) > > > > Yes, there are quite a few of those silly bug messages. I've removed > a few, but have not yet gone through and checked and

md: bug in file drivers/md/md.c, line 1513

2005-03-22 Thread Paul Slootman
is a line "md10:", the next line is "md1: ". Admittedly the usage may be wrong, but having the kernel say "bug" can't be right :-) Paul Slootman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMA

serial console messup during boot

2005-03-09 Thread Paul Slootman
utput does not occur. Thanks, Paul Slootman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] 2.2.x Isdn init function fix

2000-09-29 Thread Paul Slootman
of the original code (the string mustn't be empty). > - if (strlen(str)) { > + if (str) { ditto Paul Slootman -- home: [EMAIL PROTECTED] http://www.wurtel.demon.nl/ work: [EMAIL PROTECTED] http://www.murphy.nl/ debian: [EMAIL PROTECTED] http: