Re: Supermicro BIOS's watchdog feature?

2010-07-01 Thread Dag-Erling Smørgrav
Xin LI writes: > "Dag-Erling Smørgrav" writes: > > Perhaps the motherboard has additional watchdog hardware? If you > > disable the watchdog in BIOS, does ichwd still work? > If I kill -9 watchdogd the system do reset itself so I think ichwd(4) > really works even if BIOS setting is 'Disabled' (

Re: kernel patch needed for wine?

2010-07-01 Thread Tijl Coosemans
On Thursday 01 July 2010 03:07:09 Sam Fourman Jr. wrote: >> i386 32bit-mode page table has no NX bit - the PAE page table has... > > You are correct, I went in my BIOS, and disabled execute bit. > > Then when I run the test C code, the get "trapped" just as expected > on both 8.1 amd64 and CURREN

thoughts on sorting files into sub-folders by access date?

2010-07-01 Thread Steve Franks
Hi y'all, My high-end point&shoot camera likes to glob all my photos in a single folder, and it's glutting up my drive, and makes finding a specific trip unpleasant, with no good place for metadata. My SLR sorts them into folders by date, which I love. I can't find anything close googling, so I

Re: Set default pxeboot vfs.root.mountfrom to nfs?

2010-07-01 Thread Sean Bruno
On Tue, 2010-06-29 at 15:07 -0700, Garrett Cooper wrote: > Hi Hackers, > I realize this is a trivial patch, but it's a minor item that I > found kind of fascinating (and not thoroughly documented elsewhere > because many examples are booting mfsroots instead of directly booting > off nfs roots)

Re: thoughts on sorting files into sub-folders by access date?

2010-07-01 Thread Kurt Lidl
Steve Franks wrote: I can't find anything close googling, so I d/l a bunch of perl examples. Before I figure this out in python (I'm a hardware developer by trade, so that seems most sensible [libc doesn't seem to have any os-agnostic way of playing with file times, no?])... man utimes -Kurt

Re: Set default pxeboot vfs.root.mountfrom to nfs?

2010-07-01 Thread Alexey Shuvaev
On Thu, Jul 01, 2010 at 10:45:37AM -0700, Sean Bruno wrote: > On Tue, 2010-06-29 at 15:07 -0700, Garrett Cooper wrote: > > Hi Hackers, > > I realize this is a trivial patch, but it's a minor item that I > > found kind of fascinating (and not thoroughly documented elsewhere > > because many exam

Re: thoughts on sorting files into sub-folders by access date?

2010-07-01 Thread Warren Block
On Thu, 1 Jul 2010, Steve Franks wrote: My high-end point&shoot camera likes to glob all my photos in a single folder, and it's glutting up my drive, and makes finding a specific trip unpleasant, with no good place for metadata. My SLR sorts them into folders by date, which I love. I can't fin

Re: thoughts on sorting files into sub-folders by access date?

2010-07-01 Thread RW
On Thu, 1 Jul 2010 10:20:25 -0700 Steve Franks wrote: > Hi y'all, > > My high-end point&shoot camera likes to glob all my photos in a single > folder, and it's glutting up my drive, and makes finding a specific > trip unpleasant, with no good place for metadata. My SLR sorts them > into folders

[Patch] Kgmon/Gprof On/Off Switch

2010-07-01 Thread Sean Bruno
Found this lying around the Yahoo tree this week. Basically it allows you to activate, reset and deactivate profiling with the '-f" flag. Kind of nice to have if you want the ability to turn on profiling for debugging live systems. Applies cleanly to head at the moment. Sean Index: usr.sbin/kgm

Re: thoughts on sorting files into sub-folders by access date?

2010-07-01 Thread RW
On Thu, 1 Jul 2010 22:08:55 +0100 RW wrote: > dir="${targetdir}/`stat -f %Sm -t %Y%m%d ${file}`/" > [ -d "${dir}"] || mkdir "${dir}" > mv "${file}" "${dir}"] > Should be: dir="${targetdir}/`stat -f %Sm -t %Y%m%d ${file}`/" [ -d "${dir}" ] || mkdir "${dir}" mv "${file}" "${dir}" __

Extended attributes for NFSv3 - possible Linux interop

2010-07-01 Thread James Morris
I've been working on an implementation of extended attributes for the Linux NFSv3 code, initially based on the IRIX implementation [1]. This is being developed as a sideband protocol ('XATTR'), to convey simple name/value string extended attributes over the network. Here's a link to the latest