Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-20 Thread Dan McDonald

> On Nov 20, 2015, at 8:31 AM, Andy Fiddaman  wrote:
> 
> Two things that might be worth adding to the Release Notes wiki page in
> addition to the SSH migration notes already there:

"IMPORTANT NOTE 2" now added, with appropriate attribution.

Thank you!!!
Dan

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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-20 Thread Andy Fiddaman

On Tue, 3 Nov 2015, Dan McDonald wrote:

; Say hello to OmniOS r151016:
;
;   - New installs get OpenSSH by default, and OpenSSH is now easier to 
switch to or from.  (Thanks to Lauri "lotheac" Tirkkonen for this!)

Thanks for this, we've finished switching over to OpenSSH across our servers
now (and can finally drop the local SunSSH patches that we've been running!)

Two things that might be worth adding to the Release Notes wiki page in
addition to the SSH migration notes already there:

To continue allowing connections from SunSSH (during migration for example),
add:

KexAlgorithms +diffie-hellman-group1-sha1

to sshd_config.

Remember to update any entries in /etc/pam.conf

We needed:

s/sshd-kbdint/sshd/

to re-enable our two-factor authentication.

Andy

-- 
Citrus IT Limited | +44 (0)870 199 8000 | enquir...@citrus-it.co.uk
Rock House Farm | Green Moor | Wortley | Sheffield | S35 7DQ
Registered in England and Wales | Company number 4899123

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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-20 Thread Bob Friesenhahn
I encountered an additional issue with OpenSSH.  The issues related to 
updating to OpenSSH 7.0+ are described at 
http://www.openssh.com/legacy.html.  The problem I ran into was that 
existing user keys of type 'ssh-dss' are not accepted.  The 
work-around offered on that page (a client setting) is useless since 
the problem is on the server side.


I just achieved success using this additional setting in sshd_config:

# Public keys of type ssh-dss are now considered to be insecure
PubkeyAcceptedKeyTypes +ssh-dss

Since ssh-dss keys are now considered insecure, it is necessary for 
users to provide keys of an accepted type in authorized_keys, with an 
associated private key.  Once users have been accounted for, this 
option should be disabled.  I notice that ssh-rsa is still in the list 
of accepted types.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-10 Thread Richard Skelton
Hi Dan,
I am using the CD iso r151016 image and the installer drops back to the
installation menu if I select the Europe time zone.
If I select UTC/GMT the installer continues to the next screen "Date and
Time"
This did work in previous releases.

Dan McDonald wrote:
> Say hello to OmniOS r151016:
>
>   http://omnios.omniti.com/wiki.php/ReleaseNotes/r151016
>
> The big highlights include:
>
>   - Userland now compiled with gcc5.1.
>
>   - New and complete "illumos-tools" package available for more expedient 
> illumos development
>
>   - netperf and iperf now available for all of your network measuring 
> needs.
>
>   - Up to date with October illumos-gate
>
>   - New installs get OpenSSH by default, and OpenSSH is now easier to 
> switch to or from.  (Thanks to Lauri "lotheac" Tirkkonen for this!)
>
> OmniOS r151016 is the next Stable release.  r151014 now assumes its role as 
> LTS.  (There will be an r151014 update later this week, with one bugfix from 
> illumos-gate that needs to be brought back.)
>
> If you took advantage of linked-image zones in r151014, make sure you read 
> the upgrade instructions.  You can do it more quickly than in the past, but 
> it requires a bit of setup.
>
> Thank you to the OmniOS community for your feedback and support!
> Dan McDonald -- OmniOS Engineering
>
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
>   
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-10 Thread Dan McDonald

> On Nov 10, 2015, at 4:16 PM, Richard Skelton  wrote:
> 
> Hi Dan,
> I am using the CD iso r151016 image and the installer drops back to the
> installation menu if I select the Europe time zone.
> If I select UTC/GMT the installer continues to the next screen "Date and
> Time"
> This did work in previous releases.

I've selected US, and then Eastern and it worked.  And I picked Europe, and it 
indeed failed.  Interesting.  Also failing:

Africa
Indian Ocean

It appears to be a problem with the installer program listing out timezones:

Traceback (most recent call last):
  File 
"/usr/lib/python2.6/vendor-packages/solaris_install/text_install/__init__.py", 
line 420, in main
screen = screen.show()
  File "/usr/lib/python2.6/vendor-packages/terminalui/base_screen.py", line 
149, in show
self._show()
  File 
"/usr/lib/python2.6/vendor-packages/solaris_install/sysconfig/timezone.py", 
line 162, in _show
text=timezone, data_obj=timezone)
  File "/usr/lib/python2.6/vendor-packages/terminalui/list_item.py", line 58, 
in __init__
self.set_text(text, centered)
  File "/usr/lib/python2.6/vendor-packages/terminalui/list_item.py", line 67, 
in set_text
centered=centered)
  File "/usr/lib/python2.6/vendor-packages/terminalui/inner_window.py", line 
349, in add_text
text = fit_text_truncate(text, max_chars)
  File "/usr/lib/python2.6/vendor-packages/terminalui/i18n.py", line 118, in 
fit_text_truncate
text = text.decode(get_encoding())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal 
not in range(128)

I'll need to dig down into this.

A workaround is to install UTC as your timezone, reboot to the new system, then 
edit /etc/default/init to change the system's default timezone, and reboot 
again to correct the timezone.

Dan

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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-10 Thread Dan McDonald

> On Nov 10, 2015, at 5:16 PM, Dan McDonald  wrote:
> 
> I'll need to dig down into this.

I found it.

This fix:

commit bf8c2c3ce2a697c5bbe04f2b83f770cf9a59c981
Author: Dan McDonald 
Date:   Tue Oct 27 09:01:54 2015 -0400

6402 Update zoneinfo to 2015g

Included a country.tab from ASCII into UTF-8.  This breaks libzoneinfo, and 
subsequently the installer.

I think for now I'll have to revert this portion of the change.  And here's an 
illumos bug for the deeper problem:

https://www.illumos.org/issues/6453

There's an 016 update coming soon.  I'll add the reversion to it.

Dan

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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-09 Thread Bob Friesenhahn

On Mon, 9 Nov 2015, Chris Siebenmann wrote:


Technically, I believe OmniOS "owns" /opt/omni. Feel free to define
other subdirs as datasets hosted elsewhere (out of tree of rootfs
children). My own admin-scripts go under /opt but these are okay as
part of rootfs/BE so I don't dataset them ;)


OmniOS also puts stuff in eg /opt/gcc-4.8.1, which suggests that in
general all /opt/gcc-* names are potentially dangerous (since OmniOS
may change the supplied GCC versions at some point).


In fact, it did change the supplied GCC version in this release. 
Older versions remain installed but are attributed to previous 
releases.  The GCC development packages need to be explicitly 
requested for installaion.


I did have to explicitly request to install GCC 5.1.0.

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-09 Thread Chris Siebenmann
> Technically, I believe OmniOS "owns" /opt/omni. Feel free to define
> other subdirs as datasets hosted elsewhere (out of tree of rootfs
> children). My own admin-scripts go under /opt but these are okay as
> part of rootfs/BE so I don't dataset them ;)

 OmniOS also puts stuff in eg /opt/gcc-4.8.1, which suggests that in
general all /opt/gcc-* names are potentially dangerous (since OmniOS
may change the supplied GCC versions at some point).

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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-09 Thread Richard PALO
Le 09/11/15 00:40, Bob Friesenhahn a écrit :
> ... 
> I also see that pkgsrc owns /opt/local so there can be more owners 
> than OmniOS.  I have learned that pkgsrc will automatically install 
> services so it makes sense to leave it as part of the boot 
> environment.
> 

Just to be clear, pkgsrc doesn't "own" /opt/local at all. 

Bootstrap's default "prefix" is '/usr/pkg', or '$HOME/pkg' if specifying an 
unprivileged bootstrap. 

Many choose explicitly '--prefix=/usr/local' or perhaps '--prefix=/opt/local'.
Joyent's binary distribution uses the latter.

-- 
Richard PALO

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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-09 Thread Jim Klimov
9 ноября 2015 г. 0:40:20 CET, Bob Friesenhahn  
пишет:
>On Sun, 8 Nov 2015, Chris Siebenmann wrote:
>> if it isn't. I believe the general conclusion from the mailing list
>was
>> 'a separate /opt is not a supported configuration and you can't do
>that'.
>>
>> Some more details for the curious are here:
>>
>>  https://utcc.utoronto.ca/~cks/space/blog/solaris/OmniOSOptCaution
>
>This is a really nice article.  It concludes that OmniOS owns /opt. 
>I also see that pkgsrc owns /opt/local so there can be more owners 
>than OmniOS.  I have learned that pkgsrc will automatically install 
>services so it makes sense to leave it as part of the boot 
>environment.
>
>I was lucky enough to be able to quickly back-track, restore /opt in 
>root, and retry.  It is all working now.
>
>Bob

Technically, I believe OmniOS "owns" /opt/omni. Feel free to define other 
subdirs as datasets hosted elsewhere (out of tree of rootfs children). My own 
admin-scripts go under /opt but these are okay as part of rootfs/BE so I don't 
dataset them ;)

To manage split-off datasets of rootfs (children and shared) consider 
https://github.com/jimklimov/illumos-splitroot-scripts (shameless plug ;) ) 

This takes into account Firefly failsafe miniroots and PKGSrc datasets too.

Jim Klimov

--
Typos courtesy of K-9 Mail on my Samsung Android
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-08 Thread Bob Friesenhahn
My first try at an update failed to boot properly.  Being a control 
freak, I had made /opt its own zfs filesystem.  Previously it must 
have been part of the boot environment.  The contents of /opt was not 
as expected and so the fs.local service failed.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-08 Thread Bob Friesenhahn

On Sun, 8 Nov 2015, Chris Siebenmann wrote:

if it isn't. I believe the general conclusion from the mailing list was
'a separate /opt is not a supported configuration and you can't do that'.

Some more details for the curious are here:

https://utcc.utoronto.ca/~cks/space/blog/solaris/OmniOSOptCaution


This is a really nice article.  It concludes that OmniOS owns /opt. 
I also see that pkgsrc owns /opt/local so there can be more owners 
than OmniOS.  I have learned that pkgsrc will automatically install 
services so it makes sense to leave it as part of the boot 
environment.


I was lucky enough to be able to quickly back-track, restore /opt in 
root, and retry.  It is all working now.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-08 Thread Chris Siebenmann
> My first try at an update failed to boot properly.  Being a control
> freak, I had made /opt its own zfs filesystem.  Previously it must
> have been part of the boot environment.  The contents of /opt was not
> as expected and so the fs.local service failed.

 We ran into this in our ongoing transition from r151010 to r151014,
where we initially had /opt as a separate ZFS filesystems in the root
pool. This caused unsolvable failures during the upgrade because /opt is
expected to be part of the boot environment and various things malfunction
if it isn't. I believe the general conclusion from the mailing list was
'a separate /opt is not a supported configuration and you can't do that'.

 Some more details for the curious are here:

https://utcc.utoronto.ca/~cks/space/blog/solaris/OmniOSOptCaution

(I don't have a link to the discussion in the mailing list archives, but
interested parties should be able to dig it out without too much problem.)

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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-04 Thread Bob Friesenhahn

On Wed, 4 Nov 2015, Gary Gendel wrote:


Jacob,

I suggest getting it from pkgsrc https://pkgsrc.joyent.com/install-on-illumos/


How well do pkgsrc packages weather the upgrade storm?

I have already learned that pkgsrc binary packages may require updated 
Illumos versions in order to run and so updating from pkgsrc without 
updating OmniOS to a new enough version results in programs which 
don't run.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-04 Thread Gary Gendel

Bob,

So far I've been happy with pkgsrc binaries created by Joyent.  I've 
only had one issue with the qmail package and had to build it myself, 
other than that I haven't had an issue.  I've also discovered a bug in 
checkpasswd-pam where they missed a Solaris vs Linux/BSD pam difference 
and reported it.


Gary

On 11/4/2015 4:55 PM, Bob Friesenhahn wrote:

On Wed, 4 Nov 2015, Gary Gendel wrote:


Jacob,

I suggest getting it from pkgsrc 
https://pkgsrc.joyent.com/install-on-illumos/


How well do pkgsrc packages weather the upgrade storm?

I have already learned that pkgsrc binary packages may require updated 
Illumos versions in order to run and so updating from pkgsrc without 
updating OmniOS to a new enough version results in programs which 
don't run.


Bob



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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-04 Thread John D Groenveld
In message 

Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-04 Thread Gary Gendel

Jacob,

I suggest getting it from pkgsrc 
https://pkgsrc.joyent.com/install-on-illumos/


There are several Ruby versions available

Gary

On 11/04/2015 01:13 PM, Jacob Vosmaer wrote:
Thanks Dan, uninstalling all ms.omniti.com  
packages made the 151016 upgrade go through. Now I just have to figure 
out how to install Ruby for myself.


2015-11-03 22:49 GMT+01:00 Dan McDonald >:



> On Nov 3, 2015, at 3:43 PM, Jacob Vosmaer
> wrote:
>
> Hi Dan, list,
>
> Something is going wrong for me with openssh, going from 151014
to 151016. I don't recall doing anything funny with SunSSH in the
past. What am I doing wrong here?

The error is unfortunately misleading.

Please check your ms.omniti.com  packages. 
You can do this by uttering:


pkg update entire@11-0.151016

you will likely see a lot of ms.omniti.com 
packages that block you from updating "entire".  You will either
have to uninstall those, or somehow else work around that.

One *possible* workaround is to uninstall "entire" from your BE
(it's just a metapackage) prior to "pkg update".

Dan




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




smime.p7s
Description: S/MIME Cryptographic Signature
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-04 Thread Jacob Vosmaer
Thanks Dan, uninstalling all ms.omniti.com packages made the 151016 upgrade
go through. Now I just have to figure out how to install Ruby for myself.

2015-11-03 22:49 GMT+01:00 Dan McDonald :

>
> > On Nov 3, 2015, at 3:43 PM, Jacob Vosmaer 
> wrote:
> >
> > Hi Dan, list,
> >
> > Something is going wrong for me with openssh, going from 151014 to
> 151016. I don't recall doing anything funny with SunSSH in the past. What
> am I doing wrong here?
>
> The error is unfortunately misleading.
>
> Please check your ms.omniti.com packages.  You can do this by uttering:
>
> pkg update entire@11-0.151016
>
> you will likely see a lot of ms.omniti.com packages that block you from
> updating "entire".  You will either have to uninstall those, or somehow
> else work around that.
>
> One *possible* workaround is to uninstall "entire" from your BE (it's just
> a metapackage) prior to "pkg update".
>
> Dan
>
>
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-03 Thread Dominik Hassler

Hi,

I am facing upgrade problems, too.

Followed the instructions:
- detached all lipkg zones
- unset publisher omnios
- set publisher omnios (to r16)
- did the upgrade to r16
- rebooted

Everything worked as expected so far. However I cannot attach zones anymore.

# zoneadm -z  attach -u
gives the following error:

Installing: Using pre-existing data in zonepath
   Global zone version: entire@11-0.151016:20151102T202622Z
   Non-Global zone version: entire@11-0.151014:20150914T123242Z
 Cache: Using /var/pkg/publisher.
  Updating non-global zone: Output follows
Updating package cache   1/1
Creating Plan (Running solver): /ERROR: Could not update attaching zone
Result: Attach Failed.



If I try to manually update the zone with:
# pkg -R /root update
the following error is shown:

Creating Plan (Running solver): \
pkg update: No solution was found to satisfy constraints
Plan Creation: Package solver has not found a solution to update to 
latest available versions.

This may indicate an overly constrained set of packages are installed.

latest incorporations:

  pkg://omnios/entire@11,5.11-0.151016:20151102T202622Z

pkg://omnios/incorporation/jeos/illumos-gate@11,5.11-0.151016:20151102T185724Z

pkg://omnios/consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.151016:20151102T183750Z

pkg://omnios/incorporation/jeos/omnios-userland@11,5.11-0.151016:20151102T185924Z

The following indicates why the system cannot update to the latest version:

  No suitable version of required package 
pkg://omnios/entire@11,5.11-0.151016:20151102T202622Z found:

Reject:  pkg://omnios/entire@11,5.11-0.151016:20151102T202622Z
Reason:  A version for 'require' dependency on 
pkg:/package/pkg@0.5.11,5.11-0.151016 cannot be found



Any ideas how to solve this?



On 11/03/2015 10:54 PM, Dan McDonald wrote:



On Nov 3, 2015, at 4:49 PM, Dan McDonald  wrote:


Please check your ms.omniti.com packages.  You can do this by uttering:

pkg update entire@11-0.151016

you will likely see a lot of ms.omniti.com packages that block you from updating 
"entire".  You will either have to uninstall those, or somehow else work around 
that.


I've confirmed on one of my own setups that removing the blocking ms.omniti.com 
packages will cure what ails you.

I've also confirmed the relatively cheesy workaround of uninstalling "entire" 
also works.

Hope this helps,
Dan

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


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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-03 Thread Dan McDonald

> On Nov 3, 2015, at 4:49 PM, Dan McDonald  wrote:
> 
> 
> Please check your ms.omniti.com packages.  You can do this by uttering:
> 
>   pkg update entire@11-0.151016
> 
> you will likely see a lot of ms.omniti.com packages that block you from 
> updating "entire".  You will either have to uninstall those, or somehow else 
> work around that.

I've confirmed on one of my own setups that removing the blocking ms.omniti.com 
packages will cure what ails you.

I've also confirmed the relatively cheesy workaround of uninstalling "entire" 
also works.

Hope this helps,
Dan

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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-03 Thread Jacob Vosmaer
Hi Dan, list,

Something is going wrong for me with openssh, going from 151014 to 151016.
I don't recall doing anything funny with SunSSH in the past. What am I
doing wrong here?

microbox:~ jacob$ sudo pkg update
Creating Plan (Running solver): |
pkg update: No solution was found to satisfy constraints
Plan Creation: Package solver has not found a solution to update to latest
available versions.
This may indicate an overly constrained set of packages are installed.

latest incorporations:

  pkg://omnios/entire@11,5.11-0.151016:20151102T202622Z
  pkg://omnios/incorporation/jeos/illumos-gate@11
,5.11-0.151016:20151102T185724Z
  pkg://omnios/consolidation/osnet/osnet-incorporation@0.5.11
,5.11-0.151016:20151102T183750Z
  pkg://omnios/incorporation/jeos/omnios-userland@11
,5.11-0.151016:20151102T185924Z

The following indicates why the system cannot update to the latest version:

  No suitable version of required package
pkg://omnios/network/openssh@7.1.1,5.11-0.151016:20151102T190704Z
found:
Reject:  pkg://omnios/network/openssh@7.1.1
,5.11-0.151016:20151102T190704Z
Reason:  Package contains 'exclude' dependency pkg:/network/ssh on
installed package
  No suitable version of required package
pkg://omnios/network/openssh-server@7.1.1,5.11-0.151016:20151102T190719Z
found:
Reject:  pkg://omnios/network/openssh-server@7.1.1
,5.11-0.151016:20151102T190719Z
Reason:  Package contains 'exclude' dependency pkg:/service/network/ssh
on installed package
microbox:~ jacob$ pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
omnios  origin   online F
http://pkg.omniti.com/omnios/r151016/
ms.omniti.com   origin   online F
http://pkg.omniti.com/omniti-ms/
microbox:~ jacob$ pkg list | grep ssh
network/ssh   0.5.11-0.151014
 i--
network/ssh/ssh-key   0.5.11-0.151014
 i--
service/network/ssh   0.5.11-0.151014
 i--



2015-11-03 16:56 GMT+01:00 Dan McDonald :

> Say hello to OmniOS r151016:
>
> http://omnios.omniti.com/wiki.php/ReleaseNotes/r151016
>
> The big highlights include:
>
> - Userland now compiled with gcc5.1.
>
> - New and complete "illumos-tools" package available for more
> expedient illumos development
>
> - netperf and iperf now available for all of your network
> measuring needs.
>
> - Up to date with October illumos-gate
>
> - New installs get OpenSSH by default, and OpenSSH is now easier
> to switch to or from.  (Thanks to Lauri "lotheac" Tirkkonen for this!)
>
> OmniOS r151016 is the next Stable release.  r151014 now assumes its role
> as LTS.  (There will be an r151014 update later this week, with one bugfix
> from illumos-gate that needs to be brought back.)
>
> If you took advantage of linked-image zones in r151014, make sure you read
> the upgrade instructions.  You can do it more quickly than in the past, but
> it requires a bit of setup.
>
> Thank you to the OmniOS community for your feedback and support!
> Dan McDonald -- OmniOS Engineering
>
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
>
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-03 Thread Gary Gendel

Dan,

Thanks.  Just for information, I updated and it broke pkgsrc mysql 5.5.

SUNW-MSG-ID: SMF-8000-YX, TYPE: defect, VER: 1, SEVERITY: major
EVENT-TIME: Tue Nov  3 15:30:16 EST 2015
PLATFORM: IR2300, CSN: P1236040860, HOSTNAME: tardis
SOURCE: software-diagnosis, REV: 0.1
EVENT-ID: e3b438b9-d1a0-c5aa-a42f-c5c356055efa
DESC: A service failed - a method is failing in a retryable manner but 
too often.

  Refer to http://illumos.org/msg/SMF-8000-YX for more information.
AUTO-RESPONSE: The service has been placed into the maintenance state.
IMPACT: svc:/pkgsrc/mysql:default is unavailable.
REC-ACTION: Run 'svcs -xv svc:/pkgsrc/mysql:default' to determine the 
generic reason why the service failed, the location of any logfiles, and 
a list of other services impacted.


and from the logs:
[ Nov  3 15:30:08 Executing start method 
("/opt/local/lib/svc/method/mysqld start"). ]

/sbin/sh[1]: exec: /opt/local/lib/svc/method/mysqld: not found

Sure enough, it wasn't there.  I reinstalled mysql and everything is 
working again.


Gary

On 11/03/2015 10:56 AM, Dan McDonald wrote:

Say hello to OmniOS r151016:

http://omnios.omniti.com/wiki.php/ReleaseNotes/r151016

The big highlights include:

- Userland now compiled with gcc5.1.

- New and complete "illumos-tools" package available for more expedient 
illumos development

- netperf and iperf now available for all of your network measuring 
needs.

- Up to date with October illumos-gate

- New installs get OpenSSH by default, and OpenSSH is now easier to switch to or 
from.  (Thanks to Lauri "lotheac" Tirkkonen for this!)

OmniOS r151016 is the next Stable release.  r151014 now assumes its role as 
LTS.  (There will be an r151014 update later this week, with one bugfix from 
illumos-gate that needs to be brought back.)

If you took advantage of linked-image zones in r151014, make sure you read the 
upgrade instructions.  You can do it more quickly than in the past, but it 
requires a bit of setup.

Thank you to the OmniOS community for your feedback and support!
Dan McDonald -- OmniOS Engineering

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





smime.p7s
Description: S/MIME Cryptographic Signature
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-03 Thread Dan McDonald

> On Nov 3, 2015, at 6:15 PM, Dominik Hassler  wrote:
> 
> no I can't:
> 
> pkg -R /root update pkg:/package/pkg@0.5.11,5.11-0.151016
> Creating Plan (Solver setup): |
> pkg update: No matching version of package/pkg can be installed:
>  Reject:  pkg://omnios/package/pkg@0.5.11,5.11-0.151016:20151102T194048Z
>  Reason:  All versions matching 'require' dependency 
> pkg:/SUNWcs@0.5.11,5.11-0.151016 are rejected
>Reject:  pkg://omnios/SUNWcs@0.5.11,5.11-0.151016:20151102T183755Z
>Reason:  This version is excluded by installed incorporation 
> pkg://omnios/consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.151014:20150929T225300Z
> This version is excluded by installed incorporation 
> pkg://omnios/incorporation/jeos/illumos-gate@11,5.11-0.151014:20150402T174324Z
>   Global zone has an older version of package: 
> pkg://omnios/package/pkg@0.5.11,5.11-0.151014:20150402T184307Z
> 
> in the GZ:
> $ pkg list package/pkg
> NAME (PUBLISHER)  VERSION  IFO
> package/pkg   0.5.11-0.151016  i--

What's the publisher for /root ?

Dan

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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-03 Thread Dominik Hassler

no I can't:

pkg -R /root update pkg:/package/pkg@0.5.11,5.11-0.151016
Creating Plan (Solver setup): |
pkg update: No matching version of package/pkg can be installed:
  Reject:  pkg://omnios/package/pkg@0.5.11,5.11-0.151016:20151102T194048Z
  Reason:  All versions matching 'require' dependency 
pkg:/SUNWcs@0.5.11,5.11-0.151016 are rejected

Reject:  pkg://omnios/SUNWcs@0.5.11,5.11-0.151016:20151102T183755Z
Reason:  This version is excluded by installed incorporation 
pkg://omnios/consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.151014:20150929T225300Z
 This version is excluded by installed incorporation 
pkg://omnios/incorporation/jeos/illumos-gate@11,5.11-0.151014:20150402T174324Z
   Global zone has an older version of package: 
pkg://omnios/package/pkg@0.5.11,5.11-0.151014:20150402T184307Z


in the GZ:
$ pkg list package/pkg
NAME (PUBLISHER)  VERSION 
 IFO
package/pkg   0.5.11-0.151016 
 i--




On 11/04/2015 12:07 AM, Michael Rasmussen wrote:

On Tue, 03 Nov 2015 23:17:39 +0100
Dominik Hassler  wrote:



The following indicates why the system cannot update to the latest version:

No suitable version of required package 
pkg://omnios/entire@11,5.11-0.151016:20151102T202622Z found:
  Reject:  pkg://omnios/entire@11,5.11-0.151016:20151102T202622Z
  Reason:  A version for 'require' dependency on 
pkg:/package/pkg@0.5.11,5.11-0.151016 cannot be found



Are you able to upgrade pkg before doing pkg update?



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


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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-03 Thread Dominik Hassler
I have no ms.omniti.com packages. Just a couple of own packages which 
are not depending on a particular release.


On 11/04/2015 01:21 AM, Dan McDonald wrote:



On Nov 3, 2015, at 7:17 PM, Dominik Hassler  wrote:

when the first attach failed I reset the publishers in the NGZ manually, 
however attach/pkg update still failed.

Rebooted now into the old r14 backup BE, attached the zones and am using the 
lipkg update procedure now. Looking good so far. Will report back once 
successfully finished.


If you have any ms.omniti.com packages, watch out.  They often block upgrades.

Dan


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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-03 Thread Dominik Hassler
when the first attach failed I reset the publishers in the NGZ manually, 
however attach/pkg update still failed.


Rebooted now into the old r14 backup BE, attached the zones and am using 
the lipkg update procedure now. Looking good so far. Will report back 
once successfully finished.



On 11/04/2015 01:02 AM, Dan McDonald wrote:



On Nov 3, 2015, at 6:15 PM, Dominik Hassler  wrote:

no I can't:

pkg -R /root update pkg:/package/pkg@0.5.11,5.11-0.151016
Creating Plan (Solver setup): |
pkg update: No matching version of package/pkg can be installed:
  Reject:  pkg://omnios/package/pkg@0.5.11,5.11-0.151016:20151102T194048Z
  Reason:  All versions matching 'require' dependency 
pkg:/SUNWcs@0.5.11,5.11-0.151016 are rejected
Reject:  pkg://omnios/SUNWcs@0.5.11,5.11-0.151016:20151102T183755Z
Reason:  This version is excluded by installed incorporation 
pkg://omnios/consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.151014:20150929T225300Z
 This version is excluded by installed incorporation 
pkg://omnios/incorporation/jeos/illumos-gate@11,5.11-0.151014:20150402T174324Z
   Global zone has an older version of package: 
pkg://omnios/package/pkg@0.5.11,5.11-0.151014:20150402T184307Z

in the GZ:
$ pkg list package/pkg
NAME (PUBLISHER)  VERSION  IFO
package/pkg   0.5.11-0.151016  i--


What's the publisher for /root ?

Dan


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


Re: [OmniOS-discuss] OmniOS r151016 is now out!

2015-11-03 Thread Michael Rasmussen
On Tue, 03 Nov 2015 23:17:39 +0100
Dominik Hassler  wrote:

> 
> The following indicates why the system cannot update to the latest version:
> 
>No suitable version of required package 
> pkg://omnios/entire@11,5.11-0.151016:20151102T202622Z found:
>  Reject:  pkg://omnios/entire@11,5.11-0.151016:20151102T202622Z
>  Reason:  A version for 'require' dependency on 
> pkg:/package/pkg@0.5.11,5.11-0.151016 cannot be found
> 
> 
Are you able to upgrade pkg before doing pkg update?

-- 
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:
She always believed in the old adage -- leave them while you're looking
good. -- Anita Loos, "Gentlemen Prefer Blondes"


pgpBnyED0XRtr.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] OmniOS r151016 is now out!

2015-11-03 Thread Michael Rasmussen
On Wed, 04 Nov 2015 00:15:13 +0100
Dominik Hassler  wrote:

> Global zone has an older version of package: 
> pkg://omnios/package/pkg@0.5.11,5.11-0.151014:20150402T184307Z
> 
Strange. Didn't you just upgrade the global zone to r151016?

And you have changed publisher in zones to r151016?

-- 
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:
There are no threads in a.b.p.erotica,  so there's no  gain in using a
threaded news reader.
(Unknown source)


pgpNFITXNfBAH.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] OmniOS r151016 is now out!

2015-11-03 Thread Dan McDonald

> On Nov 3, 2015, at 7:17 PM, Dominik Hassler  wrote:
> 
> when the first attach failed I reset the publishers in the NGZ manually, 
> however attach/pkg update still failed.
> 
> Rebooted now into the old r14 backup BE, attached the zones and am using the 
> lipkg update procedure now. Looking good so far. Will report back once 
> successfully finished.

If you have any ms.omniti.com packages, watch out.  They often block upgrades.

Dan

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