Re: [OmniOS-discuss] Kayak for ISO now at Beta

2017-03-12 Thread Michael Rasmussen
On Sat, 11 Mar 2017 17:07:31 -0500
Dan McDonald  wrote:

> 
> As for not seeing the disks... that's odd, I'm pretty sure exported drives 
> show up in my environments.
> 
If I understand this explanation correct
(https://www.listbox.com/member/archive/182179/2017/03/sort/time_rev/page/1/entry/18:200/20170310150358:AFC98960-05CC-11E7-B128-CC58F01E9545/)
then it boils down to that libdiskmgmt will assign a devid to each disk
which in turn will all zeroes and apparently this confuses the kernel
since it seems that the kernel distinguishes one disk from another by
comparing devid's. Eg the physical disks are detected but since they
are given identical devid the kernel maps entries to the same disk.
This would also explains why diskinfo only displays one disk which is
the last disk. Diskinfo and format obviously sees disks from a
different perspective.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
He missed an invaluable opportunity to hold his tongue.
-- Andrew Lang


pgpHK7OswxZZs.pgp
Description: OpenPGP digital signature
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Kayak for ISO now at Beta

2017-03-11 Thread Michael Rasmussen
On Thu, 9 Mar 2017 15:28:16 -0500
Dan McDonald  wrote:

> 
> Please try it, both on existing, known-to-work platforms, and continuing on 
> to the newer ones like Xen or qemu, that had not worked in the past.
> 
Found another issue using #1:
Everything goes as expected until the time when image is supposed to be
transferred to the rpool - installation simply hangs. See screenshoot.

Increasing memory to 1 GB solves it so maybe add to wiki that memory
requirements is 1 GB.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
Q:  How many lawyers does it take to change a light bulb?
A:  One.  Only it's his light bulb when he's done.


pgpjuMURz9KaC.pgp
Description: OpenPGP digital signature
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Kayak for ISO now at Beta

2017-03-11 Thread Michael Rasmussen
On Thu, 9 Mar 2017 15:28:16 -0500
Dan McDonald  wrote:

> 
> Please try it, both on existing, known-to-work platforms, and continuing on 
> to the newer ones like Xen or qemu, that had not worked in the past.
> 
Hi Dan,

As you might have noticed from the illumos developer list the problem
with disk discovery was caused by a requirement for the kernel to have
unique id's assigned to disks. Maybe this should be mentioned somewhere
in the wiki? It might also solves problems regarding xen?

Apart from the above I have found another issue which might could be
solved more elegantly. Given disk(s) provided for install contains an
exported pool the disk(s) does not show up using #1. Maybe a notice to
the user should be given to either discard the pool and continue
selecting disks or import this pool and continue the install using this
pool as rpool. What do you think?


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
I think, therefore I am... I think.


pgpw_D0p2E1ui.pgp
Description: OpenPGP digital signature
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Kayak for ISO now at Beta

2017-03-09 Thread Michael Rasmussen
On Thu, 9 Mar 2017 17:39:53 -0500
Dan McDonald  wrote:

> 
> That's how it works already!!!  :)
> 
Nice :-)

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
When you dig another out of trouble, you've got a place to bury your
own.


pgpn1ZtDBWFB2.pgp
Description: OpenPGP digital signature
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Kayak for ISO now at Beta

2017-03-09 Thread Dan McDonald

> On Mar 9, 2017, at 5:39 PM, Dan McDonald  wrote:
> 
> 
>> On Mar 9, 2017, at 5:35 PM, Michael Rasmussen  wrote:
>> 
>> On Thu, 9 Mar 2017 16:58:45 -0500
>> Dan McDonald  wrote:
>> 
>>> 
>>> I'm going to be upstreaming the sources I've changed in 
>>> https://github.com/omniti-labs/kayak/ very soon.  I think it may be useful 
>>> for you to take a look at the beginning of kayak-menu.sh or 
>>> rpool-install.sh to make this happen.
>>> 
>> I feature request:
>> Given that diskinfo finds more than one disk under option #1 it would
>> be nice to be able to choose 2 disks to create a mirrored rpool.
> 
> That's how it works already!!!  :)

SHOOT!  I guess it doesn't work like that.

I'll fix it, and update here.

Sorry,
Dan

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Kayak for ISO now at Beta

2017-03-09 Thread Dan McDonald

> On Mar 9, 2017, at 5:35 PM, Michael Rasmussen  wrote:
> 
> On Thu, 9 Mar 2017 16:58:45 -0500
> Dan McDonald  wrote:
> 
>> 
>> I'm going to be upstreaming the sources I've changed in 
>> https://github.com/omniti-labs/kayak/ very soon.  I think it may be useful 
>> for you to take a look at the beginning of kayak-menu.sh or rpool-install.sh 
>> to make this happen.
>> 
> I feature request:
> Given that diskinfo finds more than one disk under option #1 it would
> be nice to be able to choose 2 disks to create a mirrored rpool.

That's how it works already!!!  :)

Dan

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Kayak for ISO now at Beta

2017-03-09 Thread Michael Rasmussen
On Thu, 9 Mar 2017 16:58:45 -0500
Dan McDonald  wrote:

> 
> I'm going to be upstreaming the sources I've changed in 
> https://github.com/omniti-labs/kayak/ very soon.  I think it may be useful 
> for you to take a look at the beginning of kayak-menu.sh or rpool-install.sh 
> to make this happen.
> 
I feature request:
Given that diskinfo finds more than one disk under option #1 it would
be nice to be able to choose 2 disks to create a mirrored rpool.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael  rasmussen  cc
http://pgp.mit.edu:11371/pks/lookup?op=get=0xD3C9A00E
mir  datanom  net
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE501F51C
mir  miras  org
http://pgp.mit.edu:11371/pks/lookup?op=get=0xE3E80917
--
/usr/games/fortune -es says:
To fear love is to fear life, and those who fear life are already three
parts dead.
-- Bertrand Russell


pgpg8uRhaZt3e.pgp
Description: OpenPGP digital signature
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Kayak for ISO now at Beta

2017-03-09 Thread Dan McDonald

> On Mar 9, 2017, at 4:44 PM, Peter Tribble  wrote:
> 
> This doesn't appear to be carried through to the installed system.


Thanks for the blog post.

I'm going to be upstreaming the sources I've changed in 
https://github.com/omniti-labs/kayak/ very soon.  I think it may be useful for 
you to take a look at the beginning of kayak-menu.sh or rpool-install.sh to 
make this happen.

Thanks,
Dan

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Kayak for ISO now at Beta

2017-03-09 Thread Peter Tribble
On Thu, Mar 9, 2017 at 8:28 PM, Dan McDonald  wrote:

> Say hello:
>
> http://kebe.com/~danmcd/webrevs/r151021-kayak.iso
>
> It now includes over this morning's major bump of "menu option #1":
>

That bit seems to work fine.


> - Keyboard layout query at start time, like the old installer.
>

This doesn't appear to be carried through to the installed system.

The way illumos does this is a bit of a twisty maze that I ended
up digging into a while back:

http://ptribble.blogspot.co.uk/2015/02/how-illumos-sets-keyboard-type.html


> - A fix so the boot archive at installation HAS its SHA-1 checksum
> in place
>
> The sums are:
>
> md5 (r151021-kayak.iso) = 3170424fecdf582f7014e1a253acc7d3
> sha1 (r151021-kayak.iso) = 29e8a2fc207b39617809867818197752de47dbe8
> sha256 (r151021-kayak.iso) = 9236d2ee76368ed30d3102402b968a
> c9b8ca59a7e17195a16f6ae417eba303e2
>
>
> Please try it, both on existing, known-to-work platforms, and continuing
> on to the newer ones like Xen or qemu, that had not worked in the past.
>
> Thank you!
> Dan
>
> p.s. If people are happy with this, I may officially cut over bloody media
> to use this revision of kayak-for-ISO once I can figure out the .usb-dd
> problem.
>
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
>



-- 
-Peter Tribble
http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss