Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread Yonas Yanfa
Hi, isboot is a iSCSI boot driver written by Daisuke Aoyama that allows you to boot your root partition using iSCSI. Installation is extremely simple: 1. extract the archive: # tar zxvf isboot-x.x.x.tar.gz 2. compile the module: # cd isboot-x.x.x/src # make 3. install the compil

dumpdev in loader.conf vs rc.d/dumpon

2015-09-23 Thread Andriy Gapon
I have recently discovered 'dumpdev' kernel environment variable that is settable, for example, from loader.conf. To me it *seems* that this variable has to be set to a device name / path without the leading '/dev'. If that's so, then rc.d/dumpon must prepend '/dev' when passing the value of 'du

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread John Nielsen
On Sep 23, 2015, at 2:12 AM, Yonas Yanfa wrote: > isboot is a iSCSI boot driver written by Daisuke Aoyama that allows you to > boot your root partition using iSCSI. [,,,] > This was first announced way back in June, 2010: > > https://lists.freebsd.org/pipermail/freebsd-scsi/2010-June/004425.htm

Port compilation fails on HEAD. works on 9 and 10 STABLE

2015-09-23 Thread Kevin Oberman
met/mediatomb fails to compile with clang++36. Works fine with gcc++ and older versions of clang++. /usr/local/bin/clang++36 -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I/usr/local/include -DLIBICONV_PLUG -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -

Re: dumpdev in loader.conf vs rc.d/dumpon

2015-09-23 Thread Conrad Meyer
On Wed, Sep 23, 2015 at 7:37 AM, Andriy Gapon wrote: > > I have recently discovered 'dumpdev' kernel environment variable that is > settable, for example, from loader.conf. To me it *seems* that this variable > has to be set to a device name / path without the leading '/dev'. Why? > If that's s

Re: dumpdev in loader.conf vs rc.d/dumpon

2015-09-23 Thread Andriy Gapon
On 23/09/2015 18:59, Conrad Meyer wrote: > On Wed, Sep 23, 2015 at 7:37 AM, Andriy Gapon wrote: >> >> I have recently discovered 'dumpdev' kernel environment variable that is >> settable, for example, from loader.conf. To me it *seems* that this variable >> has to be set to a device name / path w

Re: dumpdev in loader.conf vs rc.d/dumpon

2015-09-23 Thread Conrad Meyer
On Wed, Sep 23, 2015 at 9:05 AM, Andriy Gapon wrote: > On 23/09/2015 18:59, Conrad Meyer wrote: >> On Wed, Sep 23, 2015 at 7:37 AM, Andriy Gapon wrote: > Because that's how I read the code in sys/geom/geom_dev.c. Especially > init_dumpdev() - I believe that devtoname() returns a device name with

Re: dumpdev in loader.conf vs rc.d/dumpon

2015-09-23 Thread Andriy Gapon
On 23/09/2015 19:44, Conrad Meyer wrote: > On Wed, Sep 23, 2015 at 9:05 AM, Andriy Gapon wrote: >> On 23/09/2015 18:59, Conrad Meyer wrote: >>> On Wed, Sep 23, 2015 at 7:37 AM, Andriy Gapon wrote: >> Because that's how I read the code in sys/geom/geom_dev.c. Especially >> init_dumpdev() - I beli

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread John Nielsen
On Sep 23, 2015, at 9:16 AM, John Nielsen wrote: > On Sep 23, 2015, at 2:12 AM, Yonas Yanfa wrote: > >> isboot is a iSCSI boot driver written by Daisuke Aoyama that allows you to >> boot your root partition using iSCSI. > [,,,] >> This was first announced way back in June, 2010: >> >> https:/

Re: Port compilation fails on HEAD. works on 9 and 10 STABLE

2015-09-23 Thread Dimitry Andric
On 23 Sep 2015, at 21:57, Dimitry Andric wrote: > On 23 Sep 2015, at 17:38, Kevin Oberman wrote: >> >> met/mediatomb fails to compile with clang++36. Works fine with gcc++ and >> older versions of clang++. > > Try dropping the attached patch in net/mediatomb/files. I submitted it > in March, i

Re: Port compilation fails on HEAD. works on 9 and 10 STABLE

2015-09-23 Thread Dimitry Andric
On 23 Sep 2015, at 17:38, Kevin Oberman wrote: > > met/mediatomb fails to compile with clang++36. Works fine with gcc++ and > older versions of clang++. Try dropping the attached patch in net/mediatomb/files. I submitted it in March, in PR198436: https://bugs.freebsd.org/bugzilla/show_bug.cgi?

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread Allan Jude
On 2015-09-23 11:16, John Nielsen wrote: > On Sep 23, 2015, at 2:12 AM, Yonas Yanfa wrote: > >> isboot is a iSCSI boot driver written by Daisuke Aoyama that allows you to >> boot your root partition using iSCSI. > [,,,] >> This was first announced way back in June, 2010: >> >> https://lists.free

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread Kurt Jaeger
Hi! > Proposed port here: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203294 Builds on 10.2a+i, fails on current-amd64 and 9.3-amd64. Is this supposed to work on 9.3 or 11 ? -- p...@opsec.eu+49 171 3101372 5 years to go !

Re: Port compilation fails on HEAD. works on 9 and 10 STABLE

2015-09-23 Thread Kurt Jaeger
Hi! > > Try dropping the attached patch in net/mediatomb/files. I submitted it > > in March, in PR198436: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198436 > > Eh, now with an actual patch. :) Thanks, helps to build it. Still fails on 9.3a, but I *have* to go to bed now. -- p.

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread John Nielsen
On Sep 23, 2015, at 2:19 PM, Kurt Jaeger wrote: >> Proposed port here: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203294 > > Builds on 10.2a+i, fails on current-amd64 and 9.3-amd64. > > Is this supposed to work on 9.3 or 11 ? The README says 9.0-9.3 and 10.0-10.2. I’ve only tested it

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread Mehmet Erol Sanliturk
On Wed, Sep 23, 2015 at 1:10 PM, Allan Jude wrote: > On 2015-09-23 11:16, John Nielsen wrote: > > On Sep 23, 2015, at 2:12 AM, Yonas Yanfa wrote: > > > >> isboot is a iSCSI boot driver written by Daisuke Aoyama that allows you > to boot your root partition using iSCSI. > > [,,,] > >> This was fi

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread Kurt Jaeger
Hi! > >> Proposed port here: > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203294 > > > > Builds on 10.2a+i, fails on current-amd64 and 9.3-amd64. > > > > Is this supposed to work on 9.3 or 11 ? > > The README says 9.0-9.3 and 10.0-10.2. I???ve only tested it on > 10.2. What is failing

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread Edward Tomasz Napierała
On 0923T0916, John Nielsen wrote: > On Sep 23, 2015, at 2:12 AM, Yonas Yanfa wrote: > > > isboot is a iSCSI boot driver written by Daisuke Aoyama that allows you to > > boot your root partition using iSCSI. > [,,,] > > This was first announced way back in June, 2010: > > > > https://lists.freeb

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread Slawa Olhovchenkov
On Wed, Sep 23, 2015 at 11:25:20PM +0200, Edward Tomasz Napierala wrote: > On 0923T0916, John Nielsen wrote: > > On Sep 23, 2015, at 2:12 AM, Yonas Yanfa wrote: > > > > > isboot is a iSCSI boot driver written by Daisuke Aoyama that allows you > > > to boot your root partition using iSCSI. > > [

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread Edward Tomasz Napierała
On 0924T0049, Slawa Olhovchenkov wrote: > On Wed, Sep 23, 2015 at 11:25:20PM +0200, Edward Tomasz Napierala wrote: > > > On 0923T0916, John Nielsen wrote: > > > On Sep 23, 2015, at 2:12 AM, Yonas Yanfa wrote: > > > > > > > isboot is a iSCSI boot driver written by Daisuke Aoyama that allows you

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread John Nielsen
On Sep 23, 2015, at 3:25 PM, Edward Tomasz Napierała wrote: > On 0923T0916, John Nielsen wrote: >> On Sep 23, 2015, at 2:12 AM, Yonas Yanfa wrote: >> >>> isboot is a iSCSI boot driver written by Daisuke Aoyama that allows you to >>> boot your root partition using iSCSI. >> [,,,] >>> This was f

Re: Add isboot iSCSI boot driver to FreeBSD

2015-09-23 Thread John Nielsen
On Sep 23, 2015, at 1:51 PM, John Nielsen wrote: > On Sep 23, 2015, at 9:16 AM, John Nielsen wrote: > >> On Sep 23, 2015, at 2:12 AM, Yonas Yanfa wrote: >> >>> isboot is a iSCSI boot driver written by Daisuke Aoyama that allows you to >>> boot your root partition using iSCSI. >> [,,,] >>> Th

Re: Port compilation fails on HEAD. works on 9 and 10 STABLE

2015-09-23 Thread Kevin Oberman
On Wed, Sep 23, 2015 at 1:39 PM, Kurt Jaeger wrote: > Hi! > > > > Try dropping the attached patch in net/mediatomb/files. I submitted it > > > in March, in PR198436: > > > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198436 > > > > Eh, now with an actual patch. :) > > Thanks, helps to