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

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: > >

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.

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

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'.

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 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

Re: Intel Haswell support - Any updates?

2015-09-23 Thread Jean-Sébastien Pédron
On 17.09.2015 21:22, O. Hartmann wrote: >> Why does it take so much time to update? Once Konstantin committed his >> i915 update, I was busy with non-FreeBSD activities until last July, >> when I slowly started back to work on i915. My goal is to reduce the >> diff with Linux as much as possible.

Re: Intel Haswell support - Any updates?

2015-09-23 Thread Jean-Sébastien Pédron
On 18.09.2015 08:30, Shane Ambler wrote: > A little off-topic but has anyone tried to get nvidia to return libcuda > to our drivers? While it was there a few years ago it was removed yet > again. From what I could tell we had to use the linux sdk to compile > cuda kernels which probably hindered

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

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

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: > > > >

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

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

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: >> >>

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

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:

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: 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

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

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. --

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.

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

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

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. :) > >