Re: mountd suddenly stopped working

2012-07-01 Thread Rick Macklem
Jason Hellenthal wrote: > On Sat, Jun 30, 2012 at 09:07:17PM +, Marcin Wisnicki wrote: > > On Sat, 30 Jun 2012 16:21:18 +0200, Ronald Klop wrote: > > > > > On Sat, 30 Jun 2012 15:53:53 +0200, Marcin Wisnicki > > > wrote: > > > > > >> I have just rebooted an old system after 100 days of uptime

[releng_8 tinderbox] failure on amd64/amd64

2012-07-01 Thread FreeBSD Tinderbox
TB --- 2012-07-01 11:03:13 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-07-01 11:03:13 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-07-01 11

[releng_8 tinderbox] failure on i386/i386

2012-07-01 Thread FreeBSD Tinderbox
TB --- 2012-07-01 11:40:05 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-07-01 11:40:05 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-07-01 11

[releng_9 tinderbox] failure on arm/arm

2012-07-01 Thread FreeBSD Tinderbox
TB --- 2012-07-01 11:20:00 - tinderbox 2.9 running on freebsd-stable.sentex.ca TB --- 2012-07-01 11:20:00 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 mdtan...@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server amd64 TB --- 2012-07-01 11

Re: geli decrypt only one partition

2012-07-01 Thread joerg_surmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Fabian and all, Sorry, i no had enough time for this geli problem. I work with a testsystem. When start booting in verbose mode the system found the keypaths. Preloaded ada0p4:geli_keyfile0 "/root/keys/ada0p4.key" at 0xc14bf540. Preloaded ada1p4:g

[releng_9 tinderbox] failure on i386/pc98

2012-07-01 Thread FreeBSD Tinderbox
TB --- 2012-07-01 11:20:00 - tinderbox 2.9 running on freebsd-stable.sentex.ca TB --- 2012-07-01 11:20:00 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 mdtan...@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server amd64 TB --- 2012-07-01 11

[releng_9 tinderbox] failure on i386/i386

2012-07-01 Thread FreeBSD Tinderbox
TB --- 2012-07-01 11:20:00 - tinderbox 2.9 running on freebsd-stable.sentex.ca TB --- 2012-07-01 11:20:00 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 mdtan...@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server amd64 TB --- 2012-07-01 11

Re: geli decrypt only one partition

2012-07-01 Thread Fabian Keil
joerg_surmann wrote: > Sorry, i no had enough time for this geli problem. > I work with a testsystem. > When start booting in verbose mode the system found the keypaths. > > Preloaded ada0p4:geli_keyfile0 "/root/keys/ada0p4.key" at 0xc14bf540. > Preloaded ada1p4:geli_keyfile1 "/root/keys/ada1p4.

[releng_9 tinderbox] failure on amd64/amd64

2012-07-01 Thread FreeBSD Tinderbox
TB --- 2012-07-01 11:20:00 - tinderbox 2.9 running on freebsd-stable.sentex.ca TB --- 2012-07-01 11:20:00 - FreeBSD freebsd-stable.sentex.ca 8.2-STABLE FreeBSD 8.2-STABLE #4: Wed Sep 28 13:48:49 UTC 2011 mdtan...@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server amd64 TB --- 2012-07-01 11

Re: geli decrypt only one partition

2012-07-01 Thread Joerg Surmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ok. i understand. ada1p4 is keyfile0 for the provider. that works. thanks and best regards. suri Am 01.07.12 17:29, schrieb Fabian Keil: > joerg_surmann wrote: > >> Sorry, i no had enough time for this geli problem. I work with a >> testsystem. Wh

[RFC] Flags to dmesg(1) to toggle kern.msgbuf_clear ?

2012-07-01 Thread Jason Hellenthal
Would anyone be interested in adding a flag argument to dmesg to toggle kern.msgbuf_clear ? or systematicly to do the same thing ? I often find myself wanting to clear the msgbuf but have to remember what the sysctl MIB is for doing so and thought it would be a value add situation to just add '-c

Re: [RFC] Flags to dmesg(1) to toggle kern.msgbuf_clear ?

2012-07-01 Thread Adrian Chadd
On 1 July 2012 11:05, Jason Hellenthal wrote: > > Would anyone be interested in adding a flag argument to dmesg to toggle > kern.msgbuf_clear ? or systematicly to do the same thing ? > Sure, adding -c to dmesg would be nice. Any objections? Adrian __