Re: [oi-dev] Lx Zone

2016-11-27 Thread Franklin Ronald

Thanks Alex.

I'll clone this repo and test some things. I think that LX brand zones 
is a important feature for servers.



Em 26/11/16 04:22, Alexander Pyhalov escreveu:

Hi.

Franklin писал 26.11.2016 00:04:

Hi devs,

Is possible to make a lx branded zone with CentOS 6? Anyone already 
do it?


Short answer: no.

Long answer...

There is old work on resurrecting lx brand, which could still work on 
OI: http://cr.illumos.org/~webrev/DavidJX8P/lx-zones-restoration/ .
I think that it's your best bet if you want to have something working 
ASAP. It's limited and doesn't support fresh linux kernels,

but can be enough to run CentOS 6.

Joyent has done a great work on reviving and updating LX brand. But so 
far they didn't try to merge lx brand in illumos-gate.
Dan McDonald ported their work to OmniOS, I expect you can find 
relevant bits here: https://github.com/danmcd/io-lx-public.
You can try contact him about cooperating on LX brand, if you are 
really interesting. Igor Kozhukhov also has lx working on DilOS.
Given the amount of work, he didn't try to upstream this work to 
illumos-gate.
If you want modern LX on OI your best chance is to contact them about 
possibility to merge their LX work to illumos-gate (at least to your 
own fork).

---
System Administrator of Southern Federal University Computer Center




___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev

Re: [oi-dev] Lx Zone

2016-11-26 Thread Jonathan Adams
I know it's a cop out, but we ended up going for centos in a kvm-qemu image
running on Illumos.

Jon

On 25 Nov 2016 9:04 pm, "Franklin"  wrote:

> Hi devs,
>
> Is possible to make a lx branded zone with CentOS 6? Anyone already do it?
>
> Thanks
>
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> https://openindiana.org/mailman/listinfo/oi-dev
>
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev

Re: [oi-dev] Lx Zone

2016-11-25 Thread Alexander Pyhalov

Hi.

Franklin писал 26.11.2016 00:04:

Hi devs,

Is possible to make a lx branded zone with CentOS 6? Anyone already do 
it?


Short answer: no.

Long answer...

There is old work on resurrecting lx brand, which could still work on 
OI: http://cr.illumos.org/~webrev/DavidJX8P/lx-zones-restoration/ .
I think that it's your best bet if you want to have something working 
ASAP. It's limited and doesn't support fresh linux kernels,

but can be enough to run CentOS 6.

Joyent has done a great work on reviving and updating LX brand. But so 
far they didn't try to merge lx brand in illumos-gate.
Dan McDonald ported their work to OmniOS, I expect you can find relevant 
bits here: https://github.com/danmcd/io-lx-public.
You can try contact him about cooperating on LX brand, if you are really 
interesting. Igor Kozhukhov also has lx working on DilOS.
Given the amount of work, he didn't try to upstream this work to 
illumos-gate.
If you want modern LX on OI your best chance is to contact them about 
possibility to merge their LX work to illumos-gate (at least to your own 
fork).

---
System Administrator of Southern Federal University Computer Center


___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev

[oi-dev] Lx Zone

2016-11-25 Thread Franklin
Hi devs,

Is possible to make a lx branded zone with CentOS 6? Anyone already do it?

Thanks
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev

Re: [oi-dev] lx zone

2012-02-13 Thread carlos antonio neira bustos
Thank you very much Alan.

On Mon, Feb 13, 2012 at 2:05 PM, Alan Coopersmith <
alan.coopersm...@oracle.com> wrote:

> On 02/13/12 08:24 AM, Alexander wrote:
>
>> I think you can't grab 142 on-source, only if you're working in Oracle ;)
>>
>
> opensolaris.org has onnv sources up to partway through build 148 - that's
> the sources illumos was based on.
>
> --
>-Alan Coopersmith-alan.coopersm...@oracle.com
> Oracle Solaris Platform Engineering: X Window System
>
>
___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] lx zone

2012-02-13 Thread carlos antonio neira bustos
No i did not :( , thanks I will try it  when i get home to start working on
 it.

On Mon, Feb 13, 2012 at 2:49 PM, Alasdair Lumsden wrote:

> On 13/02/2012 15:57, carlos antonio neira bustos wrote:
>
>> Hi
>>
>> on build 143 i cannot see these  directories that are specified by the
>> brandz design document.
>>
>> usr/src/uts/common/brand/lx source for kernel-level lx support
>> usr/src/uts/common/brand/lx/procfs source for the lx /proc
>> usr/src/uts/common/brand/lx/dtrace source for the lx syscall provider
>>
>> im retrieving the source code tree using :
>> hg clone ssh://a...@hg.opensolaris.org/hg/onnv/onnv-gate
>>  onnv-b142
>>
>>
>> Am I  doing something wrong here or the brandz design document has been
>> not updated ?.
>>
>
> Did you remember to do "hg update onnv_142" in the checked out source tree?
>
>
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> http://openindiana.org/mailman/listinfo/oi-dev
>
___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] lx zone

2012-02-13 Thread Alasdair Lumsden

On 13/02/2012 15:57, carlos antonio neira bustos wrote:

Hi

on build 143 i cannot see these  directories that are specified by the
brandz design document.

usr/src/uts/common/brand/lx source for kernel-level lx support
usr/src/uts/common/brand/lx/procfs source for the lx /proc
usr/src/uts/common/brand/lx/dtrace source for the lx syscall provider

im retrieving the source code tree using :
hg clone ssh://a...@hg.opensolaris.org/hg/onnv/onnv-gate
 onnv-b142

Am I  doing something wrong here or the brandz design document has been
not updated ?.


Did you remember to do "hg update onnv_142" in the checked out source tree?

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] lx zone

2012-02-13 Thread Alexander
Oh yes, thanks Alan.

Thanks,
Alexander

On Feb 13, 2012, at 9:05 PM, Alan Coopersmith  
wrote:

> On 02/13/12 08:24 AM, Alexander wrote:
>> I think you can't grab 142 on-source, only if you're working in Oracle ;)
> 
> opensolaris.org has onnv sources up to partway through build 148 - that's
> the sources illumos was based on.
> 
> -- 
>-Alan Coopersmith-alan.coopersm...@oracle.com
> Oracle Solaris Platform Engineering: X Window System
> 

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] lx zone

2012-02-13 Thread Alan Coopersmith

On 02/13/12 08:24 AM, Alexander wrote:

I think you can't grab 142 on-source, only if you're working in Oracle ;)


opensolaris.org has onnv sources up to partway through build 148 - that's
the sources illumos was based on.

--
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System


___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] lx zone

2012-02-13 Thread Jonathan Adams
http://os-solaris.ru/en/lx-brand-dlya-openindiana-151a/

On 13 February 2012 16:24, Alexander  wrote:
> I think you can't grab 142 on-source, only if you're working in Oracle ;)
>
> So you must use illumos gate and look for revision where lx was removed
> (12613).
>
> Thanks,
> Alexander
>
> On Feb 13, 2012, at 7:57 PM, carlos antonio neira bustos
>  wrote:
>
> Hi
>
> on build 143 i cannot see these  directories that are specified by the
> brandz design document.
>
> usr/src/uts/common/brand/lx source for kernel-level lx support
> usr/src/uts/common/brand/lx/procfs source for the lx /proc
> usr/src/uts/common/brand/lx/dtrace source for the lx syscall provider
>
> im retrieving the source code tree using :
> hg clone ssh://a...@hg.opensolaris.org/hg/onnv/onnv-gate onnv-b142
>
> Am I  doing something wrong here or the brandz design document has been not
> updated ?.
>
>
> Best Regards
>
>
> On Mon, Feb 13, 2012 at 12:50 PM, Alexander 
> wrote:
>>
>> It was removed in b143.
>>
>> Thanks,
>> Alexander
>>
>> On Feb 13, 2012, at 7:23 PM, carlos antonio neira bustos
>>  wrote:
>>
>> Hi All ,
>>
>>
>> I was using BrandZ a  long time ago , and have read that  there is a
>> project to resurrect the lx brand into openindiana . I would like to work on
>> this project , but i cannot  find the correct version tree were brandz was
>> available , i  was looking into b142 , then b139  , i need to go back to b79
>> ?. in what build brandz was removed ?.
>>
>> Best Regards
>>
>>
>> ___
>> oi-dev mailing list
>> oi-dev@openindiana.org
>> http://openindiana.org/mailman/listinfo/oi-dev
>
>
>
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> http://openindiana.org/mailman/listinfo/oi-dev
>

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] lx zone

2012-02-13 Thread Alexander
I think you can't grab 142 on-source, only if you're working in Oracle ;)

So you must use illumos gate and look for revision where lx was removed (12613).

Thanks,
Alexander

On Feb 13, 2012, at 7:57 PM, carlos antonio neira bustos 
 wrote:

> Hi 
> 
> on build 143 i cannot see these  directories that are specified by the brandz 
> design document.
> 
> usr/src/uts/common/brand/lx source for kernel-level lx support
> usr/src/uts/common/brand/lx/procfs source for the lx /proc
> usr/src/uts/common/brand/lx/dtrace source for the lx syscall provider
> 
> im retrieving the source code tree using : 
> hg clone ssh://a...@hg.opensolaris.org/hg/onnv/onnv-gate onnv-b142
> 
> Am I  doing something wrong here or the brandz design document has been not 
> updated ?.
> 
> 
> Best Regards 
> 
> 
> On Mon, Feb 13, 2012 at 12:50 PM, Alexander  
> wrote:
> It was removed in b143.
> 
> Thanks,
> Alexander
> 
> On Feb 13, 2012, at 7:23 PM, carlos antonio neira bustos 
>  wrote:
> 
>> Hi All ,
>> 
>> 
>> I was using BrandZ a  long time ago , and have read that  there is a project 
>> to resurrect the lx brand into openindiana . I would like to work on this 
>> project , but i cannot  find the correct version tree were brandz was 
>> available , i  was looking into b142 , then b139  , i need to go back to b79 
>> ?. in what build brandz was removed ?.
>> 
>> Best Regards  
>> 
>> 
>> ___
>> oi-dev mailing list
>> oi-dev@openindiana.org
>> http://openindiana.org/mailman/listinfo/oi-dev
> 
___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] lx zone

2012-02-13 Thread carlos antonio neira bustos
Hi

on build 143 i cannot see these  directories that are specified by the
brandz design document.

usr/src/uts/common/brand/lx source for kernel-level lx support
usr/src/uts/common/brand/lx/procfs source for the lx /proc
usr/src/uts/common/brand/lx/dtrace source for the lx syscall provider

im retrieving the source code tree using :
hg clone ssh://a...@hg.opensolaris.org/hg/onnv/onnv-gate onnv-b142

Am I  doing something wrong here or the brandz design document has been not
updated ?.


Best Regards


On Mon, Feb 13, 2012 at 12:50 PM, Alexander wrote:

> It was removed in b143.
>
> Thanks,
> Alexander
>
> On Feb 13, 2012, at 7:23 PM, carlos antonio neira bustos <
> cneirabus...@gmail.com> wrote:
>
> Hi All ,
>
>
> I was using BrandZ a  long time ago , and have read that  there is a
> project to resurrect the lx brand into openindiana . I would like to work
> on this project , but i cannot  find the correct version tree were brandz
> was available , i  was looking into b142 , then b139  , i need to go back
> to b79 ?. in what build brandz was removed ?.
>
> Best Regards
>
>
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> http://openindiana.org/mailman/listinfo/oi-dev
>
>
___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] lx zone

2012-02-13 Thread Alexander
It was removed in b143.

Thanks,
Alexander

On Feb 13, 2012, at 7:23 PM, carlos antonio neira bustos 
 wrote:

> Hi All ,
> 
> 
> I was using BrandZ a  long time ago , and have read that  there is a project 
> to resurrect the lx brand into openindiana . I would like to work on this 
> project , but i cannot  find the correct version tree were brandz was 
> available , i  was looking into b142 , then b139  , i need to go back to b79 
> ?. in what build brandz was removed ?.
> 
> Best Regards  
> 
> 
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> http://openindiana.org/mailman/listinfo/oi-dev
___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


[oi-dev] lx zone

2012-02-13 Thread carlos antonio neira bustos
Hi All ,


I was using BrandZ a  long time ago , and have read that  there is a
project to resurrect the lx brand into openindiana . I would like to work
on this project , but i cannot  find the correct version tree were brandz
was available , i  was looking into b142 , then b139  , i need to go back
to b79 ?. in what build brandz was removed ?.

Best Regards
___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev