Re: [OmniOS-discuss] LX zone console broken

2016-10-11 Thread Dan McDonald
The bloody repo server has an updated LX brand package with this fix.

Dan

Sent from my iPhone (typos, autocorrect, and all)

> On Oct 11, 2016, at 2:20 PM, Richard Skelton  wrote:
> 
> Hi All,
> Dan provided an updated lx_brand file which I installed in 
> /usr/kernel/brand/amd64/lx_brand
> After a reboot of the global zone all is now working :-)
> 
> CentOS release 6.8 (Final)
> Kernel 2.6.32 on an x86_64
> 
> lx0 login: 
> 
> 
> 
> Dan McDonald wrote:
>> 
>>> On Oct 11, 2016, at 12:52 PM, Dan McDonald  wrote:
>>> 
>>> I'm going to check with SmartOS, and see if this is something I fubared, or 
>>> if it's an upstream (i.e. their) problem too.  I suspect I mismerged 
>>> something.  It's fairly new, because I swear I used to see CentOS 6 
>>> consoles during the io-lx days.
>>> 
>> 
>> Not mismerge, but missing bugfix:
>> 
>> OS-5685 LTP vhangup02 fails and passes
>> 
>> Could you do me a favor and test a replacement lx_brand binary?  Please 
>> respond unicast, and we'll report back to the list once your post-fix 
>> findings match mine.  :)
>> 
>> Thanks,
>> Dan
>> 
>> 
>>   
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] LX zone console broken

2016-10-11 Thread Richard Skelton
Hi All,
Dan provided an updated lx_brand file which I installed in
/usr/kernel/brand/amd64/lx_brand
After a reboot of the global zone all is now working :-)

CentOS release 6.8 (Final)
Kernel 2.6.32 on an x86_64

lx0 login:



Dan McDonald wrote:
>> On Oct 11, 2016, at 12:52 PM, Dan McDonald  wrote:
>>
>> I'm going to check with SmartOS, and see if this is something I fubared, or 
>> if it's an upstream (i.e. their) problem too.  I suspect I mismerged 
>> something.  It's fairly new, because I swear I used to see CentOS 6 consoles 
>> during the io-lx days.
>> 
>
> Not mismerge, but missing bugfix:
>
> OS-5685 LTP vhangup02 fails and passes
>
> Could you do me a favor and test a replacement lx_brand binary?  Please 
> respond unicast, and we'll report back to the list once your post-fix 
> findings match mine.  :)
>
> Thanks,
> Dan
>
>
>   
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] LX zone console broken

2016-10-11 Thread Dan McDonald

> On Oct 11, 2016, at 12:52 PM, Dan McDonald  wrote:
> 
> I'm going to check with SmartOS, and see if this is something I fubared, or 
> if it's an upstream (i.e. their) problem too.  I suspect I mismerged 
> something.  It's fairly new, because I swear I used to see CentOS 6 consoles 
> during the io-lx days.

Not mismerge, but missing bugfix:

OS-5685 LTP vhangup02 fails and passes

Could you do me a favor and test a replacement lx_brand binary?  Please respond 
unicast, and we'll report back to the list once your post-fix findings match 
mine.  :)

Thanks,
Dan

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


Re: [OmniOS-discuss] LX zone console broken

2016-10-11 Thread Dan McDonald

> On Oct 11, 2016, at 12:27 PM, Richard Skelton  wrote:
> 
> Hi Dan,
> I used :-
> curl -o centos6.zss.gz 
> https://images.joyent.com/images/5b7e86e4-2797-11e6-b7d7-cbe6a1a48791/file
> zoneadm -z lx0 install -s /root/centos6.zss.gz
> zoneadm -z lx0 boot;zlogin -C lx0

Yeah, I'm seeing this too on my CentOS 6 zone as well.

I'm going to check with SmartOS, and see if this is something I fubared, or if 
it's an upstream (i.e. their) problem too.  I suspect I mismerged something.  
It's fairly new, because I swear I used to see CentOS 6 consoles during the 
io-lx days.

Dan

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


Re: [OmniOS-discuss] LX zone console broken

2016-10-11 Thread Richard Skelton
Hi Dan,
I used :-
curl -o centos6.zss.gz
https://images.joyent.com/images/5b7e86e4-2797-11e6-b7d7-cbe6a1a48791/file
zoneadm -z lx0 install -s /root/centos6.zss.gz
zoneadm -z lx0 boot;zlogin -C lx0

Dan McDonald wrote:
>> On Oct 11, 2016, at 3:47 AM, Richard Skelton  wrote:
>>
>> Hi,
>> I have a working LX zone which I am using to run Review Board: 
>> https://www.reviewboard.org/news
>> I am using the bloody ISO image I downloaded at the weekend.
>> The only problem I have is the console login prompt fails.
>> If i do :-
>> # zlogin -C lx0
>> I see a no prompt.
>> I can access the zone with :-
>> # zlogin lx0
>> Looking in /var/log/messages I can see :-
>> Oct 10 20:35:13 lx0 /sbin/mingetty[1371]: console: vhangup() failed
>> Oct 10 20:35:18 lx0 init: tty (console) main process (1371) terminated with 
>> status 1
>> Oct 10 20:35:18 lx0 init: tty (console) main process ended, respawning
>> Oct 10 20:35:18 lx0 /sbin/mingetty[1374]: console: vhangup() failed
>> 
>
> Which image did you install?
>
> I've seen lots of console problems, even on SmartOS.
>
> Dan
>
>
>   
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] LX zone console broken

2016-10-11 Thread Richard Skelton
Hi Dan,
I used :-
curl -o centos6.zss.gz
https://images.joyent.com/images/5b7e86e4-2797-11e6-b7d7-cbe6a1a48791/file
zoneadm -z lx0 install -s /root/centos6.zss.gz
zoneadm -z lx0 boot;zlogin -C lx0

Dan McDonald wrote:
>> On Oct 11, 2016, at 3:47 AM, Richard Skelton  wrote:
>>
>> Hi,
>> I have a working LX zone which I am using to run Review Board: 
>> https://www.reviewboard.org/news
>> I am using the bloody ISO image I downloaded at the weekend.
>> The only problem I have is the console login prompt fails.
>> If i do :-
>> # zlogin -C lx0
>> I see a no prompt.
>> I can access the zone with :-
>> # zlogin lx0
>> Looking in /var/log/messages I can see :-
>> Oct 10 20:35:13 lx0 /sbin/mingetty[1371]: console: vhangup() failed
>> Oct 10 20:35:18 lx0 init: tty (console) main process (1371) terminated with 
>> status 1
>> Oct 10 20:35:18 lx0 init: tty (console) main process ended, respawning
>> Oct 10 20:35:18 lx0 /sbin/mingetty[1374]: console: vhangup() failed
>> 
>
> Which image did you install?
>
> I've seen lots of console problems, even on SmartOS.
>
> Dan
>
>
>   
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] LX zone console broken

2016-10-11 Thread Dan McDonald

> On Oct 11, 2016, at 3:47 AM, Richard Skelton  wrote:
> 
> Hi,
> I have a working LX zone which I am using to run Review Board: 
> https://www.reviewboard.org/news
> I am using the bloody ISO image I downloaded at the weekend.
> The only problem I have is the console login prompt fails.
> If i do :-
> # zlogin -C lx0
> I see a no prompt.
> I can access the zone with :-
> # zlogin lx0
> Looking in /var/log/messages I can see :-
> Oct 10 20:35:13 lx0 /sbin/mingetty[1371]: console: vhangup() failed
> Oct 10 20:35:18 lx0 init: tty (console) main process (1371) terminated with 
> status 1
> Oct 10 20:35:18 lx0 init: tty (console) main process ended, respawning
> Oct 10 20:35:18 lx0 /sbin/mingetty[1374]: console: vhangup() failed

Which image did you install?

I've seen lots of console problems, even on SmartOS.

Dan

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


[OmniOS-discuss] LX zone console broken

2016-10-11 Thread Richard Skelton
Hi,
I have a working LX zone which I am using to run Review Board:
https://www.reviewboard.org/news 
I am using the bloody ISO image I downloaded at the weekend.
The only problem I have is the console login prompt fails.
If i do :-
# zlogin -C lx0
I see a no prompt.
I can access the zone with :-
# zlogin lx0
Looking in /var/log/messages I can see :-
Oct 10 20:35:13 lx0 /sbin/mingetty[1371]: console: vhangup() failed
Oct 10 20:35:18 lx0 init: tty (console) main process (1371) terminated
with status 1
Oct 10 20:35:18 lx0 init: tty (console) main process ended, respawning
Oct 10 20:35:18 lx0 /sbin/mingetty[1374]: console: vhangup() failed

What am I missing?

Cheers

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