Re: Use of boot0cfg to set boot slice broke between r209459 and r209502

2010-06-26 Thread Daniel Braniss
--jr/gb2Ce1GM9KKZD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 25, 2010 at 08:37:36AM -0400, John Baldwin wrote: On Friday 25 June 2010 7:40:11 am David Wolfskill wrote: Well, one one of my machines --

Re: using cupsd instead of base lpr [was Re: [HEADS UP] Kernel modules don't work properly in FreeBSD 8.1-RC1 (solved)]

2010-06-26 Thread perryh
Gary Jennejohn gljennj...@googlemail.com wrote: IMO if you're going to make the binaries in base non-executable you might just as well delete them. The chmod is reversible without having to recover the base binaries from somewhere. ___

Re: Use of boot0cfg to set boot slice broke between r209459 and r209502

2010-06-26 Thread David Wolfskill
On Sat, Jun 26, 2010 at 12:10:57PM +0300, Daniel Braniss wrote: ... what do you see when you type boot0cfg -v ...? gpart show? then try gpart set -a active -i n aacd0 n will probably be 5. bottom line, the MBR is NOT being updated by boot0cfg OK; here's what I see -- note that the

Re: [CFT] ZFS v16 with stat() speedup

2010-06-26 Thread Fabian Keil
Martin Matuska m...@freebsd.org wrote: As I have imported some more improvements to the ZFS v15 patch that also target speed, I am now calling for testing of v16 with mainly the following important (post-v16) enhancement (and some related bugfixes): Thanks a lot. I've been only using it for

Re: Use of boot0cfg to set boot slice broke between r209459 and r209502

2010-06-26 Thread Daniel Braniss
--qZLFzaLf2KECwqmh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 26, 2010 at 12:10:57PM +0300, Daniel Braniss wrote: ... what do you see when you type boot0cfg -v ...? gpart show? then try=20

Patch for rc.d/devd on FreeBSD 9-current

2010-06-26 Thread Hans Petter Selasky
Hi, Sometimes utilities that are started by devd require libraries outside /usr/lib. One example is the webcamd utility which is started by devd upon USB device insertion. What do you think about the following patch: --- devd(revision 209463) +++ devd(local) @@ -4,7 +4,7 @@ #

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-26 Thread Garrett Cooper
On Sat, Jun 26, 2010 at 1:29 PM, Hans Petter Selasky hsela...@c2i.net wrote: Hi, Sometimes utilities that are started by devd require libraries outside /usr/lib. One example is the webcamd utility which is started by devd upon USB device insertion. What do you think about the following patch:

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-26 Thread Garrett Cooper
On Sat, Jun 26, 2010 at 1:45 PM, Garrett Cooper yanef...@gmail.com wrote: On Sat, Jun 26, 2010 at 1:29 PM, Hans Petter Selasky hsela...@c2i.net wrote: Hi, Sometimes utilities that are started by devd require libraries outside /usr/lib. One example is the webcamd utility which is started by

Re: r209240 ia64 - buildworld - undefined reference to `lzma_physmem'

2010-06-26 Thread Garrett Cooper
2010/6/25 Anton Shterenlikht me...@bristol.ac.uk: On Thu, Jun 24, 2010 at 05:50:59PM +0200, Dag-Erling Smørgrav wrote: Anton Shterenlikht me...@bristol.ac.uk writes: Dag-Erling Smørgrav d...@des.no writes: I expect this to produce the same error as before; if not, there is something

isboot (iSCSI boot driver) version 0.1.3

2010-06-26 Thread Daisuke Aoyama
Updated isboot to 0.1.3. Try this. How to build/upgrade: # cd /usr/src # tar xvf /path/to/iscsi-2.2.4.tar.gz # tar xvf /path/to/isboot-0.1.3.tar.gz # make buildkernel # make installkernel or # cd /usr/src/sys/modules/iscsi/isboot # make obj # make depend # make all # make install After

Re: iSCSI boot driver version 0.1.1 for iBFT

2010-06-26 Thread Daisuke Aoyama
Vincent Hoffman, wrote: Since I dont have a supported nic, would the iscsi support in gpxe (http://etherboot.org/wiki/iscsiboot) be enough? (might give it a try if i get time after the weekend.) Yes. gPXE + istgt can be used. I have confirmed with Windows before. Now I tested with FreeBSD

Re: Patch for rc.d/devd on FreeBSD 9-current

2010-06-26 Thread Doug Barton
On 06/26/10 13:29, Hans Petter Selasky wrote: Hi, Sometimes utilities that are started by devd require libraries outside /usr/lib. One example is the webcamd utility which is started by devd upon USB device insertion. What do you think about the following patch: --- devd