Re: system load spike

2007-10-22 Thread Kent Tong
having multiple pdflush: * http://www.stanford.edu/~csar/archives/2004/12/who_needs_pdflu.html * http://www.spoonix.org/blog/2006/09/22/ive-about-had-enough-of-pdflush ----- -- Kent Tong Wicket tutorials freely available at http://www.agileskills2.org/EWDW -- View this message in context: http:/

Re: system load spike

2007-10-21 Thread Kent Tong
it's difficult to insert "sleep" into there. - -- Kent Tong Wicket tutorials freely available at http://www.agileskills2.org/EWDW -- View this message in context: http://www.nabble.com/system-load-spike-tf4668531.html#a13336609 Sent from the Debian User mailing list archive at

system load spike

2007-10-21 Thread Kent Tong
sing "gzip -1" so that it uses the least CPU. It is possible that the bottleneck is I/O, not CPU. Is there any way to reduce the system load? Thanks! - -- Kent Tong Wicket tutorials freely available at http://www.agileskills2.org/EWDW -- View this message in context: http://www.na

disable saving persistent net rules

2007-07-05 Thread Kent Tong
Hi, How can I prevent udev from saving the MAC address of eth0 into the persistent net rules file? I am using Debian Etch. Thanks! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

need clarification on tar & mt

2006-06-26 Thread Kent Tong
Hi, Would some kind soul please clarify: 1) The following tar command will put one or two file marks at the end? tar c -f /dev/nst0 /some/dir Some documentation says it will put two, but it doesn't seem to be the case. 2) To verify the file above, should one use: mt bsf 2 mt fsf

weird acl behavior

2005-09-05 Thread Kent Tong
Hi, If I create a file in a directory, it should get a copy of the default ACL of that directory, right? But somehow it is not inheriting the execute (x) right. Here is a sample session: cladms003:/var/Share/Packages/Qemu# getfacl -d . # file: . # owner: root # group: root user::rwx group::r-x g

sftp sets acl mask to r--

2005-08-22 Thread Kent Tong
Hi, If I use sftp to upload a file to a directory, for some reason the acl mask of the file created is set to r-- instead of inheriting the default acl from the directory. For example: cladms003:/var/Share/Packages/Tapestry# getfacl -d . # file: . # owner: root # group: root user::rwx group::r-x