[OpenIndiana-discuss] Problem with "beadm activate"

2017-02-02 Thread Stefan Müller-Wilken
Dear all,

I recently ran into problems activating updated boot environment with beadm in 
my OI Hipster installation:

root@sunblade04:/root# beadm activate -v oi-hipster-17
be_do_installboot: device c4t0d0s0
  Command: "/usr/sbin/installboot  /tmp/.be.sUayde/boot/pmbr 
/tmp/.be.sUayde/boot/gptzfsboot /dev/rdsk/c4t0d0s0"
  Errors:
bootblock version installed on /dev/rdsk/c4t0d0s0 is more recent or identical
Use -F to override or install without the -u option
Activated successfully
root@sunblade04:/root#

While beadm signals a sucessfully activated boot environment, I'll be thrown 
back to the old one after 'init 6'. Anyone an idea on this one?

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Gesch?ftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] More recent modsecurity pkg

2016-05-05 Thread Stefan Müller-Wilken
Hi John,

>Try building Apache with gcc and then building modsecurity
>against your custom Apache.
..

well, completely rebuilding httpd with all its modules was actually what I was 
hoping not to need.  Although your scriptlets look tempting. Are these commands 
what was used in the original IPS build process as well?

Cheers
 Stefan


Dr. Stefan Müller-Wilken
Business Unit Manager Java Consulting

Acando GmbH
Millerntorplatz 1, 20359 Hamburg, Germany
Phone: +49 40 822259-239
Mobile: +49 173 2155804
www.acando.de


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] More recent modsecurity pkg

2016-05-03 Thread Stefan Müller-Wilken
Dear all,

could anyone with access to the Sun Studio environment do me a great favor and 
lift the mod_security package from its current IPS incarnation to the 2.9.1 
available from modsecurity.org? I tried to compile it with 'gcc' but that will 
crash Apache httpd under oi_151a9 when loading the module.

Cheers,
 Stefan.



Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Gesch?ftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Posting inline

2015-12-12 Thread Stefan Müller-Wilken
Nicola,

Don't you think it might sound a little arrogant to speak out warnings to 
others on the list just for not being able to inline correctly? I can't 
remember having been destructive, irrelevant or rude. As I already said, I 
simply do not have a choice to switch to a different editor as the only access 
to the net using this mail address is via OWA. I would happily use Alpine if I 
could - but I just can't. And if that was reason enough to ban I'd find that 
sad.

Cheers
 Stefan


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] PAM risk based authentication?

2015-12-11 Thread Stefan Müller-Wilken
Well, also an approach, but restricted to SSH only. My requirement is to 
conditionally include PAM modules, so tuning httpd will not suffice, I'm 
afraid. But thanks for the idea!

Cheers
 Stefan



Von: Hugh McIntyre [li...@mcintyreweb.com]
Gesendet: Freitag, 11. Dezember 2015 09:45
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] PAM risk based authentication?

I have not tried this, but if this is only for SSH, did you try "Match"
directives as listed under
http://serverfault.com/questions/355484/change-the-ssh-authentication-method-depending-on-the-ip-address?

Hugh.


On 12/10/15 5:40 AM, Stefan Müller-Wilken wrote:
> Dear all,
>
>
>
> is there a way in OpenIndiana's PAM  implementation to route through PAM 
> modules based on environment conditions, a.k.a risk based authentication? 
> More concretely I'd like to introduce a 2-factor PAM auth module when coming 
> from certain IP ranges while staying with traditional Passwords for others 
> and allow Kerberos while SSH'ing on my private network only.
>
>
>
> Is this possible today? Thanks for any ideas! :-)
>
>
>
> Cheers
>
>   Stefan
>
>
>
> 
>
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Gesch?ftsführer: 
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] PAM risk based authentication?

2015-12-10 Thread Stefan Müller-Wilken
Dear all,



is there a way in OpenIndiana's PAM  implementation to route through PAM 
modules based on environment conditions, a.k.a risk based authentication? More 
concretely I'd like to introduce a 2-factor PAM auth module when coming from 
certain IP ranges while staying with traditional Passwords for others and allow 
Kerberos while SSH'ing on my private network only.



Is this possible today? Thanks for any ideas! :-)



Cheers

 Stefan





Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Gesch?ftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Enable network interface from the start

2015-12-07 Thread Stefan Müller-Wilken
Hi Luisa, you could also configure it via NWAM, there is a description how to 
do it on the OpenIndiana Wiki: 
http://wiki.openindiana.org/oi/Using+NWAM+to+configure+network+interfaces

 I've created the topic so I might be a little biased 
;-)

Cheers
 Stefan


Dr. Stefan Müller-Wilken
Business Unit Manager Java Consulting

Acando GmbH
Millerntorplatz 1, 20359 Hamburg, Germany
Phone: +49 40 822259-239
Mobile: +49 173 2155804
www.acando.de

Von: Bob Friesenhahn [bfrie...@simple.dallas.tx.us]
Gesendet: Montag, 7. Dezember 2015 19:04
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Enable network interface from the start

On Mon, 7 Dec 2015, luisa sd wrote:

> Hello guys,
>
> I want to know, because i am using a text only server,and i need to enable
> the netwrok interface everytime i reboot, i want to know how can i do this
> automatically?

See http://wiki.openindiana.org/oi/4.2+Networking

Also, if NWAM is disabled (as described on URL above), this OmniOS
documentation regarding network configuration should also apply to
OpenIndiana:

http://omnios.omniti.com/wiki.php/GeneralAdministration

I think that you only want to use NWAM for systems where interfaces
come and go (e.g. for laptops) or for desktops primarily configured
via dhcp.

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI roadmap (for production)

2015-12-07 Thread Stefan Müller-Wilken
Sorry, Nicola, but is _this_ the kind of problems that should be discussed in 
the OI community? I would have thought there are more serious subjects to 
ponder...

Cheers
 Stefan


Von: Nikola M [minik...@gmail.com]
Gesendet: Montag, 7. Dezember 2015 09:00
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] OI roadmap (for production)

On 12/ 6/15 08:37 PM, Stefan Müller-Wilken wrote:
> Hi Nicola,
>
> unfortunately I'm forced to use MS OWA so unless you know of a way to indent 
> mails on reply or better associate them to previous mails, I can't do too 
> much about this. Sorry if this annoys you, but that is how it is.

Whatever you use you have all information you need.
Sometimes I used to use pine (alpine) to be able to answer right on
public mail lists and with a little trying, with every client same can
be achieved.
You can open different mail addres, change client you use or change a
platfrom. Responding under quotes can be achieved in every client with
copy paste and quoting (putting ">" character before quoted text etc.) ,
but responding inline is something I think you already managed, since it
seems to me it is now in line with a thread. :) Using broken mail
clients is no excuse.

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI roadmap (for production)

2015-12-06 Thread Stefan Müller-Wilken
Hi Nicola,

unfortunately I'm forced to use MS OWA so unless you know of a way to indent 
mails on reply or better associate them to previous mails, I can't do too much 
about this. Sorry if this annoys you, but that is how it is.

Cheers
 Stefan


Dr. Stefan Müller-Wilken
Business Unit Manager Java Consulting

Acando GmbH
Millerntorplatz 1, 20359 Hamburg, Germany
Phone: +49 40 822259-239
Mobile: +49 173 2155804
www.acando.de

Von: Nikola M [minik...@gmail.com]
Gesendet: Sonntag, 6. Dezember 2015 09:21
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] OI roadmap (for production)

On 12/ 6/15 01:15 AM, Stefan Müller-Wilken wrote:
> Hi Alex,
>

Hi, Stefan Müller-Wilken , just a side note:
Please start hitting 'reply' button on messaged on topic/thread, or
changing mail client application that allows it (like Thunderbird,
others) , because the way you respond you always create new message
thread every time you reply. Thanks.

Also answering below quotes on public mailing lists is bon-ton
mandatory, so that people could follow who is responding to whom,
without the need to title every answer. Thanks x2 ;)


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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI roadmap (for production)

2015-12-05 Thread Stefan Müller-Wilken
Hi Alex,

first of all, don't get me wrong. It wasn't the difference in security fix 
frequency that I called a good point but the relevance of it. I sure would not 
insult those keeping my favorite server OS alive! And great to hear that the 
security alerts / CVEs are being patched on a regular basis.

As so often, this simply might be a matter of missing information. Is there a 
CVE patch log? The current release notes under 
http://wiki.openindiana.org/oi/Release+Notes don't seem to list any.

Cheers
 Stefan

Von: Alexander Pyhalov [a...@rsu.ru]
Gesendet: Samstag, 5. Dezember 2015 13:57
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] OI roadmap (for production)

On 12/05/2015 00:43, Stefan Müller-Wilken wrote:
> Good point, indeed. Just curious: But isn't that something all Illumos 
> distributions have in common?
>

Bad point.
I watch latest news and try to fix security issues which are known. I
suspect that there could be issues in GUI programs (as our GNOME version
is dated), perhaps in the ancient sendmail version which we use, but
server software in oi-userland is regularly fixed. From what I'm aware
now, perhaps, percona and MariaDB could be updated to the latest minor
versions, but I don't know if there were critical security issues in
these DBMS recently.
If you aware about security issues in server packages, let me know
(packages, CVE numbers).
--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI roadmap (for production)

2015-12-04 Thread Stefan Müller-Wilken
Good point, indeed. Just curious: But isn't that something all Illumos 
distributions have in common?


Von: Tim Mooney [tim.moo...@ndsu.edu]
Gesendet: Freitag, 4. Dezember 2015 17:56
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] OI roadmap (for production)

In regard to: Re: [OpenIndiana-discuss] OI roadmap (for production), Stefan...:

> what speaks against using OI in server use?

Security updates.

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI roadmap (for production)

2015-12-04 Thread Stefan Müller-Wilken
Hi Predrag,

what speaks against using OI in server use? I did that for the last few years 
without problems. What do you think is missing?

Cheers
 Stefan

Von: Predrag Zečević - Unix Systems Administrator 
[predrag.zece...@2e-systems.com]
Gesendet: Freitag, 4. Dezember 2015 16:33
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] OI roadmap (for production)

On 12/ 4/15 04:18 PM, Dmitry Kozhinov wrote:
> Thank you for the detailed response. I understand that there is a lot of
> work to do. But the work should have a goal. "we try to ride the car and
> tune it simultaneously" - doesn't that mean that OI will never be ready
> for production use?
>
> As for what do I want to know... A simpler question: What branch of OI
> (dev or hipster) you would recommend for production use?
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>

Hi all,

IMHO OpenIndiana /hipster is OK for desktop use (not ideal, but if you
like it...).

For serious use (if Oracle Solaris is out of question) I would use one
of SERVER distributions, mentioned here:
http://wiki.illumos.org/display/illumos/Distributions (SmartOS is maybe
best choice. Of course I do not know what needs you really have)

Personally I use /hipster from OI for every day job (is that production
use?) and despite some problems and missing bits, I found it very stable
and fairly good to use (consider latest Firefox,
OpenSSH/OpenSSL/OpenLDAP, OpenOffice, LibreOffice /SFE/, TimeSlider,
VirtualBox, etc).

Best regards.
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
   65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] IP blacklisting tutorial

2015-11-23 Thread Stefan Müller-Wilken
(resending this mail as the previous attempt seems to have been swallowed by a 
filter...)

Dear all,

is there a tutorial on how to make use of standard IP blacklists out there? 
OpenBL, Firehol and others provide pretty useful 
lists but I couldn't find any decent description on how to feed them into IPF...

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Gesch?ftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Hipster upgrade problem

2015-11-17 Thread Stefan Müller-Wilken
What's wrong with putting all content on wiki.openindiana.org?

Cheers
 Stefan


Von: Nikola M [minik...@gmail.com]
Gesendet: Dienstag, 17. November 2015 19:55
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Hipster upgrade problem

On 11/17/15 01:25 PM, the out-sider wrote:
> I can host the wiki if people want.
>
> Main concerns:
> 1. who will be responsible for the editing?
  Everyone who register an account?
> 2. how to guard the correctness of the articles?
Everyone would check articles of the others and make changes as needed,
kile on every wiki?

Bare in mind that if it is to be wihi about using Openindiana it is best
to be hosted on Openindiana hosting infrastructure, precisely to protect
freedom of expression and not to fall dependant on external services
that may be availabel one day and another day may be not.



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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Hipster upgrade problem

2015-11-16 Thread Stefan Müller-Wilken
Well, and the natural 'somewhere' for that topic could be OI wiki, I guess. :-)

Only question that comes to mind is, if it wouldn't be better to start with 
/dev (or /hipster for that matter) themselfs? Because that's where the most 
recent Tomcat is 6.0.37, the latest httpd is 2.2.26, the most up -to-date JDK 
is 1.6.0_26 etc. Or what is the idea behind what package is to go to which 
repository?

Cheers
 Stefan

Von: Volker A. Brandt [v...@bb-c.de]
Gesendet: Montag, 16. November 2015 22:34
An: Thomas Wagner
Cc: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Hipster upgrade problem

Thomas Wagner writes:
> If at least two people raise hands, I'll put up a draft page
> somewhere which describes the usage of the boostrap-sfe-*
> script. Then the build-recipes form the SFE repository can be built
> locally.

I think this is a good idea.


Regards -- Volker
--

Volker A. Brandt   Consulting and Support for Oracle Solaris
Brandt & Brandt Computer GmbH   WWW: http://www.bb-c.de/
Am Wiesenpfad 6, 53340 Meckenheim, GERMANYEmail: v...@bb-c.de
Handelsregister: Amtsgericht Bonn, HRB 10513  Schuhgröße: 46
Geschäftsführer: Rainer J.H. Brandt und Volker A. Brandt

"When logic and proportion have fallen sloppy dead"

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Hipster upgrade problem

2015-11-16 Thread Stefan Müller-Wilken
Hmmm... so the better approach for Internet facing nodes is to move on to 
/hipster but be defensive in your update policy? Because with what you say and 
in contrast to Udo, I'd rather call /dev than /hipster going nowhere as more 
and more /dev packages have reached EOL in their respective projects.

One thought: would it be possible to tag certain Hipster revisions as 'de-facto 
stable' and publish a small tutorial how to upgrade to such point releases? I 
feel we'll need a sort of stable ground to convince people to put faith in OI.

Cheers
 Stefan

-Ursprüngliche Nachricht-
Von: Jonathan Adams [mailto:t12nsloo...@gmail.com]
Gesendet: Montag, 16. November 2015 10:46
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Hipster upgrade problem

On 16 November 2015 at 08:55, Stefan Müller-Wilken < 
stefan.mueller-wil...@acando.de> wrote:

> What I'm feeling quite uneasy with is the fact that we now have two
> distributions: hipster that gets more recent software packages &
> security fixes and dev that is said to be the more (or only?) stable
> choice. Or in other words: choose stability _OR_ security - a 
> no-win-situation.
>
> How can we get past this? Either with a well defined approach for
> staging packages from hipster to dev or by providing a bullet-proof
> list of steps on how to upgrade packages in dev directly, similar to
> http://wiki.openindiana.org/oi/Building+with+oi-userland but for dev,
> not hipster.
>
> Or am I missing an important aspect here?
>
> You're not missing the point ...

There was initially a call to have "stable", "dev" and "nightly"
repositories, with a reliable version of "dev" being pushed to "stable", and 
"nightly" being a reliable-ish version of "nightly". This however fell away due 
to the wants of the "dev" team to stay with Studio and the "hipster" team 
wanting to move to gcc.  The split caused problems where the "dev" branch 
effectively stopped generating new code and all development moved to the 
"hipster" branch.

After the "dev" branch fell silent for about a year, Hans Rosenfeld, managed to 
rebuild and repackage the "dev" branch to use the hipster package versioning 
system, allowing for the first time those who were on dev a9 to potentially 
upgrade to hipster, while this moves them to a more "nightly" approach, and can 
cause issues with graphics drivers and certain java packages, or cause you to 
upgrade any applications that require a specific version of php/java/openssl, 
the kernel that is running on the system should, in general, be considered to 
be stable ...

There is no team in place to create a "stable", a "dev" and a "nightly"
now, and because of the work involved, the size of the team, and the status of 
the testing process, even getting a new "dev" would be hard work.

My advice though is to not upgrade all the time (weekly/monthly might suit you 
best), to keep all of your data out of the root of your disk (e.g.
rpool/export/home, so that it is separate from the BE) and to keep at least
2 BE's so that you can go back if you find that something has broken.

Just my 2cents.

Jon
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Hipster upgrade problem

2015-11-16 Thread Stefan Müller-Wilken
What I'm feeling quite uneasy with is the fact that we now have two 
distributions: hipster that gets more recent software packages & security fixes 
and dev that is said to be the more (or only?) stable choice. Or in other 
words: choose stability _OR_ security - a no-win-situation.

How can we get past this? Either with a well defined approach for staging 
packages from hipster to dev or by providing a bullet-proof list of steps on 
how to upgrade packages in dev directly, similar to 
http://wiki.openindiana.org/oi/Building+with+oi-userland but for dev, not 
hipster.

Or am I missing an important aspect here?

Cheers
 Stefan

Von: Nikola M [minik...@gmail.com]
Gesendet: Montag, 16. November 2015 07:33
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Hipster upgrade problem

On 11/15/15 02:57 PM, Udo Grabowski (IMK) wrote:
> So this post convinced me finally that /hipster is
> going nowhere.
Please post below quotes on public mailing list.

Actually hipster is verly lively and very easily goes where You want it
to go.
If You try to contribute to it, not only using it every day and testing it,
but posting bug reports, ideas, articles, porting requests and porting
packages and fixing existing bugs without making new ones, it can
totally work your way.

It needs investment of your time and knowledge and expending it, like
every free software OS distribution,
and including yourself and more people in the process actually makes
sure if works as expected fro you.
If you upgrade to it or do fresh install and update, start using it and
articulate what you want, everything is possible.


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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Hipster upgrade problem

2015-11-15 Thread Stefan Müller-Wilken

Full 'thumbs up' to all you've said. I admit that I've treated SFE as part of 
the core.  My bad, I'll fix that following your suggestions and report.

Regarding maintaining and supporting OI, I know what you mean: I'm always happy 
to see someone coming back to my NWAM wiki topic. :-)

And I agree there is a lot of room for PR - just alone from looking at the 
website. :-)

As for contributing packages, I think it would help to have a full tutorial 
starting wirh preparing a packaging zone, downloading a tgz package from a 
source repository (e. g. latest tomcat) over creating IPS metadata to packaging 
and lastly delivering to the maintainers placed on the wiki. There was one for 
SFE I remember being fairly complex - but we'd need this for dev with the 
minimum number of steps just to upgrade an existing package... or is this 
already available somewhere on the net?

Cheers
 Stefan

> Am 15.11.2015 um 17:05 schrieb Thomas Wagner :
>
> Some comments on upgrades. Some comments on maintaining
>
> _if_ you change the OS-distribution, it is indeed recommended
> to *uninstall* the 3rd-party packages before upgrade attempt.
> IPS is pedantic for a good reason.
>
> That means, you can't expect 3rd-party packages to fit
> into a different, new OS-distribution.
>
> For packages from http://sfe.opencsw.org, you will see that every major
> OS distrobution has it's own IPS repository matching the OS.
>
>
>> As I see, you has sfe packages installed. First of all, I'd create new BE to
>> experiment with,
>> uninstalled all SFE packages, updated it to Hipster and added
>> http://sfe.opencsw.org/localhostoih/en/index.shtml
>> repository for SFE packages.
>>
>> Perl 5.10 was removed, but packages from old SFE repository still depend on
>> it, so you can't update.
>
> Agreed.
> It is recommended to...
> * beadm create a backup-bootenvironment  (your insurance)
> * save list of all installed 3rd-party packageds
>  pkg list | egrep "sfe|localhost" > USERHOME/my-old-sfe-packages
>
> * make an extra backup of the 3rd-party packages config files (really!)
>  (e.g. /etc/ or where else config is stored)
>
> * uninstall all 3rd-party-packages before the OS upgrade.
> * remove the old SFE publisher
>
> Do the major OS distribution upgrade
>
> After the upgrade:
> * re-add the *new* SFE publisher for the *new* OS distribution
> * install those 3rd party packages you still want to run
> * restore the configuration for the 3rd party packages
>
>
> In an optimal world with lots of paid supporters, the OS distribution
> and 3rd party Package repositories would be synchronized. They would
> contain a complete set of automatic "renamed-to" and "obsolete"
> meta-packages which allow seamless upgrades.
>
> But you know, not a single one of all the maintainers are paid for the
> OpenIndiana and SFE projects.
>
> I believe all the maintainers are still paid, but in a non-monetary
> currency. They see you are using their work and have fun or profit of it.
>
> And the biggest success for maintainers might be, seeing users turn
> into mainainers and help getting the project forward. This includes
> programmers/hackers as well as users writing documentaion or do community
> or public relations! (blogging, presentatations, usergroups)
>
> Regards,
> @tomww
>
>
>
>
>
>
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Zone install personalities?

2015-11-14 Thread Stefan Müller-Wilken
Hmm... seems as if the -m parameter has not made it into Illumos. :-(

So, what is the best (and documented) way to preload zones with certain 
software packages on 'zoneadm install' or first 'zoneadm boot'?

Cheers
 Stefan

-Ursprüngliche Nachricht-
Von: Stefan Müller-Wilken [mailto:stefan.mueller-wil...@acando.de]
Gesendet: Samstag, 14. November 2015 15:57
An: Discussion list for OpenIndiana
Betreff: [OpenIndiana-discuss] Zone install personalities?

Dear all,

is there a documented way to define and specify certain personalities when 
installing OI zones? Just to fire up another user zone on demand or add a node 
to your httpd round robin. I know this can ultimately be done using AI but is 
there a less complex way, maybe via brands? Has anyone ever documented this? 
Thanks for insights...

Cheers
Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022 
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Zone install personalities?

2015-11-14 Thread Stefan Müller-Wilken
Dear all,

is there a documented way to define and specify certain personalities when 
installing OI zones? Just to fire up another user zone on demand or add a node 
to your httpd round robin. I know this can ultimately be done using AI but is 
there a less complex way, maybe via brands? Has anyone ever documented this? 
Thanks for insights...

Cheers
Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Hipster upgrade problem

2015-11-14 Thread Stefan Müller-Wilken
Hi Nikola,

so that means that it is currently luck if the upgrade will work and in this 
particular case there's no way to force the upgrade to Perl 5.22? Too bad. :-(

Talking about contribution: https://www.illumos.org/projects/openindiana/issues 
is still the best starting point for helpers, right?

Cheers
 Stefan

-Ursprüngliche Nachricht-
Von: Nikola M [mailto:minik...@gmail.com]
Gesendet: Samstag, 14. November 2015 14:38
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Hipster upgrade problem

On 11/14/15 09:39 AM, Stefan Müller-Wilken wrote:
> Dear all,
>
> Whereas my first oi151_a9 installation upgraded noiselessly, the second one 
> runs into a catch 22 situation around Perl. Perl 5.10 sits the way of a 5.22 
> to-be-installed version while removing it first will not work due to lots of 
> fundamental packages depending on Perl. Anyone an idea how to handle this 
> situation gracefully?
Hipster has not been freezed in upgradable state so YMMV.

I suggest install inside Virtualbox and then do zfs send/zfs receive of both 
system dataset and user dataset of user made during install, so you can log in.
Previously one can make new BE with beadm , where zfs receive would come,  
mount it with beadm and empty it. That way you can have fresh install that you 
can test and contribute to.

Be prepared that Hipster is work in progress and new contributors are badly 
needed, and many of the applications I use core dumps recently.


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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Hipster upgrade problem

2015-11-14 Thread Stefan Müller-Wilken
Dear all,

Whereas my first oi151_a9 installation upgraded noiselessly, the second one 
runs into a catch 22 situation around Perl. Perl 5.10 sits the way of a 5.22 
to-be-installed version while removing it first will not work due to lots of 
fundamental packages depending on Perl. Anyone an idea how to handle this 
situation gracefully?

Cheers
Stefan

root@mymachine:~# pkg update --be-name oi-hipster
Creating Plan \
pkg update: The requested change to the system attempts to install multiple 
actions
for link 'usr/perl5/bin' with conflicting attributes:

1 package delivers 'link mediator=system-perl mediator-version=5.22 
path=usr/perl5/bin target=./5.22/bin':

pkg://openindiana.org/runtime/perl-522@5.22.0,5.11-2015.0.2.1:20151102T181230Z
1 package delivers 'link path=usr/perl5/bin target=./5.10.0/bin':

pkg://openindiana.org/runtime/perl-510@5.10.0,5.11-0.151.1.9:20140117T203122Z

These packages may not be installed together.  Any non-conflicting set may
be, or the packages must be corrected before they can be installed.

The requested change to the system attempts to install multiple actions
for link 'usr/bin/perl' with conflicting attributes:

1 package delivers 'link mediator=perl mediator-version=5.22 
path=usr/bin/perl target=../perl5/5.22/bin/perl':

pkg://openindiana.org/runtime/perl-522@5.22.0,5.11-2015.0.2.1:20151102T181230Z
1 package delivers 'link path=usr/bin/perl target=../perl5/5.10.0/bin/perl':

pkg://openindiana.org/runtime/perl-510@5.10.0,5.11-0.151.1.9:20140117T203122Z

These packages may not be installed together.  Any non-conflicting set may
be, or the packages must be corrected before they can be installed.

root@mymachine:~# pkg uninstall perl-510
Creating Planpkg uninstall: Cannot remove 
'pkg://openindiana.org/runtime/perl-510@5.10.0,5.11-0.151.1.9:20140117T203122Z' 
due to the following packages that depend on it:
  
pkg://openindiana.org/system/network/ppp@0.5.11,5.11-0.151.1.9:20140117T211100Z
  
pkg://openindiana.org/library/gnome/gnome-component@0.5.11,5.11-0.151.1.9:20140117T202617Z
  
pkg://openindiana.org/desktop/xscreensaver@5.11,5.11-0.151.1.9:20140117T201958Z
  
pkg://openindiana.org/install/distribution-constructor@0.5.11,5.11-0.151.1.9:20140117T204949Z
  
pkg://openindiana.org/runtime/perl-510/extra@5.10.0,5.11-0.151.1.9:20140117T203209Z
  
pkg://openindiana.org/print/filter/gutenprint@5.2.4,5.11-0.151.1.9:20140117T203019Z
  pkg://openindiana.org/network/ipfilter@0.5.11,5.11-0.151.1.9:20140117T205238Z
  
pkg://openindiana.org/communication/im/pidgin@0.5.11,5.11-0.151.1.9:20140117T201706Z
  
pkg://openindiana.org/library/security/openssl@0.9.8.25,5.11-0.151.1.9:20140117T202901Z
  
pkg://openindiana.org/service/network/smtp/sendmail@8.14.4,5.11-0.151.1.9:20140117T205348Z
  
pkg://openindiana.org/system/management/snmp/net-snmp@5.4.1,5.11-0.151.1.9:20140117T203404Z
  pkg://openindiana.org/text/texinfo@4.7,5.11-0.151.1.9:20140117T203457Z
  pkg://sfe/backup/amanda@3.3.3,5.11-0.151.1.7:20130130T160205Z
  pkg://openindiana.org/desktop/compiz@0.5.11,5.11-0.151.1.9:20140117T201938Z
  pkg://openindiana.org/editor/vim@7.2.308,5.11-0.151.1.9:20140117T202246Z
  
pkg://openindiana.org/print/filter/ghostscript@8.64,5.11-0.151.1.9:20140117T203006Z
  pkg://openindiana.org/package/rpm@0.5.11,5.11-0.151.1.9:20140117T202956Z
  
pkg://openindiana.org/developer/object-file@0.5.11,5.11-0.151.1.9:20140117T204701Z
  
pkg://openindiana.org/runtime/perl-510/module/sun-solaris@0.5.11,5.11-0.151.1.9:20140117T205321Z
  
pkg://openindiana.org/print/lp/print-client-commands@0.5.11,5.11-0.151.1.9:20140117T205256Z
  pkg://openindiana.org/security/sudo@1.7.4.4,5.11-0.151.1.9:20140117T203247Z
  pkg://openindiana.org/gnome/zenity@0.5.11,5.11-0.151.1.9:20140117T202415Z
  
pkg://openindiana.org/system/extended-system-utilities@0.5.11,5.11-0.151.1.9:20140117T210104Z
  
pkg://openindiana.org/developer/dtrace/toolkit@0.5.11,5.11-0.151.1.9:20140117T202032Z
  pkg://openindiana.org/x11/server/xvnc@1.0.1,5.11-0.151.1.9:20140117T211331Z
  pkg://openindiana.org/web/browser/w3m@0.5.2,5.11-0.151.1.9:20140117T203526Z
  
pkg://openindiana.org/developer/versioning/git@1.7.3.2,5.11-0.151.1.9:20140117T202109Z
  pkg://openindiana.org/print/cups@1.4.2,5.11-0.151.1.9:20140117T203003Z
  pkg://openindiana.org/SUNWcs@0.5.11,5.11-0.151.1.9:20140117T205456Z

root@mymachine:~#


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Zone configuration broken in Hipster 2015-10?

2015-11-13 Thread Stefan Müller-Wilken
Ah, stupid me. I had the rpool/zones for some reason flagged 'zoned' and thus 
could not mount it. After clearing the 'zoned' flag and mounting rpool/zones it 
started working again. No idea how that had gone astray in the first place...

Thanks for that! :-)

Cheers
 Stefan



-Ursprüngliche Nachricht-
Von: Alexander Pyhalov [mailto:a...@rsu.ru]
Gesendet: Freitag, 13. November 2015 14:41
An: Stefan Müller-Wilken
Cc: Discussion list for OpenIndiana
Betreff: Re: AW: [OpenIndiana-discuss] Zone configuration broken in Hipster 
2015-10?

On 11/13/2015 16:39, Stefan Müller-Wilken wrote:
> No, it is not.
>
> root@hipster:~# zfs get all rpool/zones|grep mounted
> rpool/zones  mounted no  -
> root@hipster:~#
>
> Should it be?

Of course.


--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Zone configuration broken in Hipster 2015-10?

2015-11-13 Thread Stefan Müller-Wilken
No, it is not.

root@hipster:~# zfs get all rpool/zones|grep mounted
rpool/zones  mounted no  -
root@hipster:~#

Should it be?

-Ursprüngliche Nachricht-
Von: Alexander Pyhalov [mailto:a...@rsu.ru]
Gesendet: Freitag, 13. November 2015 14:27
An: Stefan Müller-Wilken
Cc: Discussion list for OpenIndiana
Betreff: Re: AW: AW: [OpenIndiana-discuss] Zone configuration broken in Hipster 
2015-10?

On 11/13/2015 16:23, Stefan Müller-Wilken wrote:
> Hi Alex,
>
> how could the OS possibly interfere on this short distance?
>
> root@hipster:~# zfs list -r rpool/zones
> NAME  USED  AVAIL  REFER  MOUNTPOINT
> rpool/zones31K  40.7G31K  /zones
> root@hipster:~# zonecfg -z newzone
> newzone: No such zone configured
> Use 'create' to begin configuring a new zone.
> zonecfg:newzone> create
> zonecfg:newzone> set zonepath=/zones/newzone zonecfg:newzone> add net
> zonecfg:newzone:net> set physical=e1000g0 zonecfg:newzone:net> set
> address=10.25.5.74/22 zonecfg:newzone:net> end zonecfg:newzone> verify
> zonecfg:newzone> commit zonecfg:newzone> exit root@hipster:~# zoneadm
> -z newzone install
> ERROR: the zonepath must be a ZFS dataset.
> The parent directory of the zonepath must be a ZFS dataset so that the
> zonepath ZFS dataset can be created properly.
> root@hipster:~#

Is rpool/zones mounted?

--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Zone configuration broken in Hipster 2015-10?

2015-11-13 Thread Stefan Müller-Wilken
Hi Alex,

how could the OS possibly interfere on this short distance?

root@hipster:~# zfs list -r rpool/zones
NAME  USED  AVAIL  REFER  MOUNTPOINT
rpool/zones31K  40.7G31K  /zones
root@hipster:~# zonecfg -z newzone
newzone: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:newzone> create
zonecfg:newzone> set zonepath=/zones/newzone
zonecfg:newzone> add net
zonecfg:newzone:net> set physical=e1000g0
zonecfg:newzone:net> set address=10.25.5.74/22
zonecfg:newzone:net> end
zonecfg:newzone> verify
zonecfg:newzone> commit
zonecfg:newzone> exit
root@hipster:~# zoneadm -z newzone install
ERROR: the zonepath must be a ZFS dataset.
The parent directory of the zonepath must be a ZFS dataset so that the
zonepath ZFS dataset can be created properly.
root@hipster:~#

Cheers
 Stefan



Dr. Stefan Müller-Wilken
Business Unit Manager Java Consulting

Acando GmbH
Millerntorplatz 1, 20359 Hamburg, Germany
Phone: +49 40 822259-239
Mobile: +49 173 2155804
www.acando.de
-Ursprüngliche Nachricht-
Von: Alexander Pyhalov [mailto:a...@rsu.ru]
Gesendet: Freitag, 13. November 2015 14:14
An: Stefan Müller-Wilken
Cc: Discussion list for OpenIndiana
Betreff: Re: AW: [OpenIndiana-discuss] Zone configuration broken in Hipster 
2015-10?

On 11/13/2015 16:09, Stefan Müller-Wilken wrote:
> Hi Alex,
>
> the problem is reproducible for the machine. Could it be caused by the fact 
> that this machine was upgraded from oi151_a9 following your tutorial?
>
>

Hi. I don't think so. Ensure that underlying file systems don't try to mount 
over non-empty directories or have some similar issues.

--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Zone configuration broken in Hipster 2015-10?

2015-11-13 Thread Stefan Müller-Wilken
Hi Alex,

the problem is reproducible for the machine. Could it be caused by the fact 
that this machine was upgraded from oi151_a9 following your tutorial?

Cheers
 Stefan

-Ursprüngliche Nachricht-
Von: Alexander Pyhalov [mailto:a...@rsu.ru]
Gesendet: Freitag, 13. November 2015 14:07
An: Discussion list for OpenIndiana
Cc: Stefan Müller-Wilken
Betreff: Re: [OpenIndiana-discuss] Zone configuration broken in Hipster 2015-10?

Hi.

On 11/13/2015 15:17, Stefan Müller-Wilken wrote:
>
> could it be that Hipster has a broken zone initialization code? In contrast 
> to oi151_a9 I get errors ZFS dataset errors when initializing a new zone. I 
> can manually create the zone and proceed but will ultimately fail with a zfs  
> mounting permission problem:
>

>


I don't know about similar problems with ipkg zones. Likely, you had 
/zones/myzone directory or something similar + some effects of overmounting. 
What happens if you uninstall the zone, destroy rpool/zones/myzone, rm -fr 
/zones/myzone and try to reinstall zone?

I've just checked...

# zfs list -r rpool/zones
NAME  USED  AVAIL  REFER  MOUNTPOINT
rpool/zones19K  2.57G19K  /zones
# zonecfg -z newzone
newzone: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:newzone> create
zonecfg:newzone> set zonepath=/zones/newzone zonecfg:newzone> add net 
zonecfg:newzone:net> set physical=e1000g0 zonecfg:newzone:net> set 
address=my.ip/24 zonecfg:newzone:net> end zonecfg:newzone> verify 
zonecfg:newzone> commit zonecfg:newzone> exit # zoneadm -z newzone install A 
ZFS file system has been created for this zone.

# zoneadm -z newzone boot
# zlogin -C newzone
...
106/106
Hostname: newzone
Loading smf(5) service descriptions: 1/1 ...
--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Zone configuration broken in Hipster 2015-10?

2015-11-13 Thread Stefan Müller-Wilken
Dear all,

could it be that Hipster has a broken zone initialization code? In contrast to 
oi151_a9 I get errors ZFS dataset errors when initializing a new zone. I can 
manually create the zone and proceed but will ultimately fail with a zfs  
mounting permission problem:

root@hipster:~# zonecfg -zmyzone info
zonename: myzone
zonepath: /zones/myzone
brand: ipkg
autoboot: true
bootargs:
pool:
limitpriv:
scheduling-class:
ip-type: shared
hostid:
fs-allowed:
net:
address: 10.25.5.74/22
allowed-address not specified
physical: e1000g0
defrouter: 10.25.4.1

root@hipster:~# zoneadm list -cv
  ID NAME STATUS PATH   BRANDIP
   0 global   running/  ipkg shared
   - myzone configured /zones/myzoneipkg shared

root@hipster:~# zoneadm -zmyzone install
ERROR: the zonepath must be a ZFS dataset.
The parent directory of the zonepath must be a ZFS dataset so that the
zonepath ZFS dataset can be created properly.

root@hipster:~# zfs create rpool/zones/myzone
root@hipster:~# zoneadm -zmyzone install
zoneadm: zone 'myzone': zone is incomplete; uninstall required.
root@hipster:~# zoneadm -zmyzone uninstall
Are you sure you want to uninstall zone myzone (y/[n])? y
root@hipster:~# zfs create rpool/zones/myzone
root@hipster:~# zoneadm -zmyzone install
   Publisher: Using openindiana.org (http://pkg.openindiana.org/hipster-2015/ ).
   Image: Preparing at /zones/myzone/root.

   Cache: Using /var/pkg/publisher.
Sanity Check: Looking for 'entire' incorporation.
  Installing: Packages (output follows)
Packages to install: 120
Mediators to change:   5
 Services to change:   4

DOWNLOADPKGS FILESXFER (MB)   SPEED
Completed120/120   26658/26658  194.6/194.6  6.4k/s

PHASE  ITEMS
Installing new actions   41919/41919
Updating package state database Done
Updating package cache   0/0
Updating image stateDone
Creating fast lookup database   Done

Note: Man pages can be obtained by installing pkg:/system/manual
 Postinstall: Copying SMF seed repository ... done.
 Postinstall: Applying workarounds.
Done: Installation completed in 198.207 seconds.

  Next Steps: Boot the zone, then log into the zone console (zlogin -C)
  to complete the configuration process.
root@hipster:~# zoneadm -zmyzone boot
root@hipster:~# zlogin -C myzone
[Connected to zone 'myzone' console]
106/106
Hostname: myzone
Loading smf(5) service descriptions: 1/1
cannot mount 'rpool/zones': Insufficient privileges
cannot mount 'rpool/zones/myzone': Insufficient privileges
svc:/system/filesystem/local:default: WARNING: /usr/sbin/zfs mount -a failed: 
exit status 1
Nov 13 04:03:45 svc.startd[1574]: svc:/system/filesystem/local:default: Method 
"/lib/svc/method/fs-local" failed with exit status 95.
Nov 13 04:03:45 svc.startd[1574]: system/filesystem/local:default failed 
fatally: transitioned to maintenance (see 'svcs -xv' for details)

myzone console login:
SUNW-MSG-ID: SMF-8000-YX, TYPE: defect, VER: 1, SEVERITY: major
EVENT-TIME: Fri Nov 13 04:03:52 PST 2015
PLATFORM: i86pc, CSN: -, HOSTNAME: myzone
SOURCE: software-diagnosis, REV: 0.1
EVENT-ID: 7293381b-0744-e8cb-e0d9-835a8aaf1802
DESC: A service failed - a start, stop or refresh method failed.
  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:/system/filesystem/local:default is unavailable.
REC-ACTION: Run 'svcs -xv svc:/system/filesystem/local:default' to determine 
the generic reason why the service failed, the location of any logfiles, and a 
list of other services impacted.

myzone console login: root
root@myzone:~# cat /var/svc/log/system-filesystem-local:default.log
[ Nov 13 04:03:19 Enabled. ]
[ Nov 13 04:03:44 Executing start method ("/lib/svc/method/fs-local"). ]
WARNING: /usr/sbin/zfs mount -a failed: exit status 1
[ Nov 13 04:03:45 Method "start" exited with status 95. ]
root@myzone:~# /usr/sbin/zfs mount -a
cannot mount '/zones': directory is not empty
cannot mount 'rpool/zones/myzone': Insufficient privileges
root@myzone:~#



-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [HEADS UP] Updating from /dev to /hipster-2015 is now can be possible

2015-11-11 Thread Stefan Müller-Wilken
Hi Jon,

is your emphasis on "dhcp server" or on "working"? We do have ISC dhcpd in the 
the repository...

pkg://openindiana.org/service/network/dhcp/isc-dhcp@4.1.0.7,5.11-2014.0.1.0:20140528T073337Z

Cheers
 Stefan


Von: Jonathan Adams [t12nsloo...@gmail.com]
Gesendet: Mittwoch, 11. November 2015 21:32
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] [HEADS UP] Updating from /dev to 
/hipster-2015 is now can be possible

I know this is a not quite related question but do we have a working dhcp
server in gate on oi? Our a8 dhcp server(s) would stop working if we
upgraded to hipster.

Jon
On 11 Nov 2015 16:57, "Stefan Müller-Wilken" <
stefan.mueller-wil...@acando.de> wrote:

> Dear all,
>
> just as a side node: following the list of steps I have upgraded a
> oi151_a9 to hipster-2015-10 without any glitch. Well done, everyone! :-)
>
> Cheers
>  Stefan
>
> -Ursprüngliche Nachricht-
> Von: Alexander Pyhalov [mailto:a...@rsu.ru]
> Gesendet: Dienstag, 27. Oktober 2015 15:17
> An: Discussion list for OpenIndiana
> Betreff: [OpenIndiana-discuss] [HEADS UP] Updating from /dev to
> /hipster-2015 is now can be possible
>
> Hello.
>
> Note to all OpenIndiana Hipster users:
> 0.151.1.8* package versions were replaced by 2013.0.0.0 versions, so
> ensure that pkg list |grep '0\.151\.1\.'
> output is empty after update (if you use only /hipster-2015 and
> /hipster-encumbered repositories). All *-2013.0.0.0 packages were not
> recompiled, only version numbers were changed.
>
> Yes, thanks to the work of Hans Rosenfeld (Woodstock), now you can try
> updating OpenIndiana /dev installations to /hipster-2015. I specially say
> 'can try' as we have removed principal obstacles, but there can be rough
> edges.
>
> First of all, note, that we have replaced most of the Studio-compiled
> C++ libraries with GCC-compiled (if some are still here, it's not a
> feature, but a bug). So, if your C++ applications used something besides
> system/library/c++/sunpro, it will not work without recompilation.
>
> Second, some packages can be present in /dev, but not in /hipster. Such
> packages should be uninstalled (or added to oi-userland, if you need them).
>
> Now, if you are brave enough, you can try to update your system.
>
> 0) Create backup. Really.
> 1) Uninstall all packages from opensolaris.org publisher
> 2) pkg set-publisher -g http://pkg.openindiana.org/hipster-2015 -G
> http://pkg.openindiana.org/dev openindiana.org
> 3) pkg unset-publisher opensolaris.org
> 4) pkg refresh --full
> 5) pkg update --be-name oi-hipster -nv 2>&1|less - look how it is going to
> work
> 6) pkg update --be-name oi-hipster -v
> 7) boot new BE and check that you don't have packages with '*0.151.1.*'
> branch versions installed
> (check that
> pkg list |grep '0\.151\.1\.'
> output is empty)
> 8) ensure that you have userland incorporation and entire installed:
> pkg install userland-incorporation entire@0.5.11-2015.0.2.1
>
>
> I've checked that at least I can update default OI /dev text installation
>
> --
> Best regards,
> Alexander Pyhalov,
> system administrator of Southern Federal University IT department
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
>
> -
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer:
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [HEADS UP] Updating from /dev to /hipster-2015 is now can be possible

2015-11-11 Thread Stefan Müller-Wilken
Dear all,

just as a side node: following the list of steps I have upgraded a oi151_a9 to 
hipster-2015-10 without any glitch. Well done, everyone! :-)

Cheers
 Stefan

-Ursprüngliche Nachricht-
Von: Alexander Pyhalov [mailto:a...@rsu.ru]
Gesendet: Dienstag, 27. Oktober 2015 15:17
An: Discussion list for OpenIndiana
Betreff: [OpenIndiana-discuss] [HEADS UP] Updating from /dev to /hipster-2015 
is now can be possible

Hello.

Note to all OpenIndiana Hipster users:
0.151.1.8* package versions were replaced by 2013.0.0.0 versions, so ensure 
that pkg list |grep '0\.151\.1\.'
output is empty after update (if you use only /hipster-2015 and 
/hipster-encumbered repositories). All *-2013.0.0.0 packages were not 
recompiled, only version numbers were changed.

Yes, thanks to the work of Hans Rosenfeld (Woodstock), now you can try updating 
OpenIndiana /dev installations to /hipster-2015. I specially say 'can try' as 
we have removed principal obstacles, but there can be rough edges.

First of all, note, that we have replaced most of the Studio-compiled
C++ libraries with GCC-compiled (if some are still here, it's not a
feature, but a bug). So, if your C++ applications used something besides 
system/library/c++/sunpro, it will not work without recompilation.

Second, some packages can be present in /dev, but not in /hipster. Such 
packages should be uninstalled (or added to oi-userland, if you need them).

Now, if you are brave enough, you can try to update your system.

0) Create backup. Really.
1) Uninstall all packages from opensolaris.org publisher
2) pkg set-publisher -g http://pkg.openindiana.org/hipster-2015 -G 
http://pkg.openindiana.org/dev openindiana.org
3) pkg unset-publisher opensolaris.org
4) pkg refresh --full
5) pkg update --be-name oi-hipster -nv 2>&1|less - look how it is going to work
6) pkg update --be-name oi-hipster -v
7) boot new BE and check that you don't have packages with '*0.151.1.*'
branch versions installed
(check that
pkg list |grep '0\.151\.1\.'
output is empty)
8) ensure that you have userland incorporation and entire installed:
pkg install userland-incorporation entire@0.5.11-2015.0.2.1


I've checked that at least I can update default OI /dev text installation

--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Who is trying to break in ?

2015-07-02 Thread Stefan Müller-Wilken
Sorry, too much web security lately! I meant OATH, not OAUTH. See 
http://www.nongnu.org/oath-toolkit/ ...

Cheers
 Stefan


Von: Stefan Müller-Wilken [stefan.mueller-wil...@acando.de]
Gesendet: Donnerstag, 2. Juli 2015 11:53
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Who is trying to break in ?

We're using OAUTH toolkit's pam modules on our OI boxes with very good results. 
There's android and iOS apps for OTP key creation and installation was simple.

Cheers
 Stefan


Von: Till Wegmüller [toaster...@gmail.com]
Gesendet: Donnerstag, 2. Juli 2015 10:25
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Who is trying to break in ?

David Brodbeck schrieb am Wednesday 01 July 2015 11.53:42:
> Does anyone know of a 2-factor auth system for SSH?  Being able to use
> something like Google Authenticator would be nice.

There are Yubikey and DUO Security Modules available for PAM

There are also some generic Two factor Plugins available.

U2F: Industry Standard for Two Factor auth mostly pushed by oauth
OATH: NonGnu Project for Two Factor Tech
MOTP: Independent OpenSource Project

They should all theoretically work for OI, as PAM aims for Unix Compatibility.

Greetings Till

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Who is trying to break in ?

2015-07-02 Thread Stefan Müller-Wilken
We're using OAUTH toolkit's pam modules on our OI boxes with very good results. 
There's android and iOS apps for OTP key creation and installation was simple.

Cheers
 Stefan


Von: Till Wegmüller [toaster...@gmail.com]
Gesendet: Donnerstag, 2. Juli 2015 10:25
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Who is trying to break in ?

David Brodbeck schrieb am Wednesday 01 July 2015 11.53:42:
> Does anyone know of a 2-factor auth system for SSH?  Being able to use
> something like Google Authenticator would be nice.

There are Yubikey and DUO Security Modules available for PAM

There are also some generic Two factor Plugins available.

U2F: Industry Standard for Two Factor auth mostly pushed by oauth
OATH: NonGnu Project for Two Factor Tech
MOTP: Independent OpenSource Project

They should all theoretically work for OI, as PAM aims for Unix Compatibility.

Greetings Till

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] - Gnome panel CPU consumption in oi_151a9

2015-05-21 Thread Stefan Müller-Wilken
Hi Christian,

that's definitely worth a try. Thanks for the hint.

Cheers
 Stefan

Von: Christian Meier [meierc...@gmail.com]
Gesendet: Dienstag, 19. Mai 2015 14:56
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] - Gnome panel CPU consumption in oi_151a9

Hello Stefan
> I'm currently struggling with one of my OpenIndiana servers  - in fact the 
> only one with installed desktop - where Gnome panel chews has gone wild after 
> upgrading to oi_151a9. Since then, Gnome panel eats some 12 - 50 percent CPU 
> time. Anything I can do about that? The customer insists on a desktop 
> environment for the server, so switching to TTY mode is not an option. :-(
I'm not sure but I think I had such an issue also in the past.
I did not investigate much in troubleshooting, I had found out that the
issue is coming from a item running on the panel (in my case the
SystemMonitor)
I removed the SystemMonitor and added it back and the load has been gone

Good luck
Christian

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] - Gnome panel CPU consumption in oi_151a9

2015-05-21 Thread Stefan Müller-Wilken
Hmmm... that does not seem to work. But I have a little more detailed 
description now:

- log in and you don't see a panel at all (although the process is running)
- pkill gnome-panel, restart it and the panel shows up
- CPU load is and stays normal until you ...
- log off via system menu

After logging off, the gnome-panel process will stay alive with a CPU load 
climbing to around 12% and staying there. For the records: the machine is a 
oi151_a7 upgraded to _a8 and then _a9. We didn't see the problems with _a7 and 
_a8 but have them since _a9. :-(

Cheers
 Stefan


Von: Christian Meier [meierc...@gmail.com]
Gesendet: Dienstag, 19. Mai 2015 14:56
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] - Gnome panel CPU consumption in oi_151a9

Hello Stefan
> I'm currently struggling with one of my OpenIndiana servers  - in fact the 
> only one with installed desktop - where Gnome panel chews has gone wild after 
> upgrading to oi_151a9. Since then, Gnome panel eats some 12 - 50 percent CPU 
> time. Anything I can do about that? The customer insists on a desktop 
> environment for the server, so switching to TTY mode is not an option. :-(
I'm not sure but I think I had such an issue also in the past.
I did not investigate much in troubleshooting, I had found out that the
issue is coming from a item running on the panel (in my case the
SystemMonitor)
I removed the SystemMonitor and added it back and the load has been gone

Good luck
Christian

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


-
Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] - Gnome panel CPU consumption in oi_151a9

2015-05-19 Thread Stefan Müller-Wilken
Hi Tim,

I've had another look using 'truss -p' and what I see is that gnome-panel is 
repeating the following line just like mad:

...
ioctl(4, FIONREAD, 0x080442A0)  = 0
...

over and over again and ad infinitum. Looks like some polling gone astray... :-(

Cheers
 Stefan

________
Von: Stefan Müller-Wilken
Gesendet: Montag, 18. Mai 2015 18:03
An: Discussion list for OpenIndiana ‎[openindiana-discuss@openindiana.org]‎
Betreff: - Gnome panel CPU consumption in oi_151a9

Dear all,

I'm currently struggling with one of my OpenIndiana servers  - in fact the only 
one with installed desktop - where Gnome panel chews has gone wild after 
upgrading to oi_151a9. Since then, Gnome panel eats some 12 - 50 percent CPU 
time. Anything I can do about that? The customer insists on a desktop 
environment for the server, so switching to TTY mode is not an option. :-(

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022



Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] - Gnome panel CPU consumption in oi_151a9

2015-05-18 Thread Stefan Müller-Wilken
Dear all,

I'm currently struggling with one of my OpenIndiana servers  - in fact the only 
one with installed desktop - where Gnome panel chews has gone wild after 
upgrading to oi_151a9. Since then, Gnome panel eats some 12 - 50 percent CPU 
time. Anything I can do about that? The customer insists on a desktop 
environment for the server, so switching to TTY mode is not an option. :-(

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Gesch?ftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] 5421 issue allowing local user to panic the system

2014-12-10 Thread Stefan Müller-Wilken
Thanks for the clarification regarding a8 vs. a9. Don't know where I've picked 
up the rumor so sorry for spreading it. And thank you for patching a9 so 
quickly!

Cheers
 Stefan

-Ursprüngliche Nachricht-
Von: Jon Tibble [mailto:me...@btinternet.com]
Gesendet: Mittwoch, 10. Dezember 2014 17:44
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] 5421 issue allowing local user to panic the 
system

Hello all,

This has been patched in /dev now too.
The fixed package is 
pkg://openindiana.org/system/kernel@0.5.11,5.11-0.151.1.9:20141210T124421Z

We're not aware of any reasons to prefer a8 over a9 for any use.

Regards,
Jon




- Original Message -----
From: Stefan Müller-Wilken 
To: Discussion list for OpenIndiana 
Cc:
Sent: Tuesday, 9 December 2014, 19:34
Subject: Re: [OpenIndiana-discuss] 5421 issue allowing local user to panic the 
system

Hmmm... while I find it pretty cool that we get a patch for this, it raises a 
question: is that the ultimate sign that all serious users will finally have to 
switch to hipster? Shellshock only for a9, zone panic patch only for hipster - 
is there any justification left for a8 which was previously called the revision 
designated for production use?

Cheers
Stefan


Von: Alexander Pyhalov [a...@rsu.ru]
Gesendet: Dienstag, 9. Dezember 2014 11:54
An: Discussion list for OpenIndiana
Betreff: [OpenIndiana-discuss] 5421 issue allowing local user to panic the  
system

Hello, all.

A critical issue was found in illumos, allowing local global zone user to panic 
the machine.

All people running OI Hipster are advised to update to
consolidation/osnet/osnet-incorporation@0.5.11-2014.1.3.14795  or later.

Issue: https://www.illumos.org/issues/5421
Commit with fix:
https://github.com/illumos/illumos-gate/commit/d65686849024838243515b5c40ae2c479460b4b5
CVE Request: http://seclists.org/oss-sec/2014/q4/983
--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

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


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

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


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


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

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


Re: [OpenIndiana-discuss] 5421 issue allowing local user to panic the system

2014-12-09 Thread Stefan Müller-Wilken
Hmmm... while I find it pretty cool that we get a patch for this, it raises a 
question: is that the ultimate sign that all serious users will finally have to 
switch to hipster? Shellshock only for a9, zone panic patch only for hipster - 
is there any justification left for a8 which was previously called the revision 
designated for production use?

Cheers
 Stefan


Von: Alexander Pyhalov [a...@rsu.ru]
Gesendet: Dienstag, 9. Dezember 2014 11:54
An: Discussion list for OpenIndiana
Betreff: [OpenIndiana-discuss] 5421 issue allowing local user to panic the  
system

Hello, all.

A critical issue was found in illumos, allowing local global zone user
to panic the machine.

All people running OI Hipster are advised to update to
consolidation/osnet/osnet-incorporation@0.5.11-2014.1.3.14795  or later.

Issue: https://www.illumos.org/issues/5421
Commit with fix:
https://github.com/illumos/illumos-gate/commit/d65686849024838243515b5c40ae2c479460b4b5
CVE Request: http://seclists.org/oss-sec/2014/q4/983
--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

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


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

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


Re: [OpenIndiana-discuss] use cases of Sun Studio-compiled C++ libraries on OI

2014-11-28 Thread Stefan Müller-Wilken
Hi Alexander,

while not exactly in your problem class, I have a similar case: compiling httpd 
 modules (e.g. mod_security in my case) using gcc will make httpd crash on 
startup. You either need Sun Studio or drop the packaged Apache and compile 
yourself. So this is another case where it would be beneficial/necessary to 
move on to using gcc instead of Sun Studio...

Cheers
 Stefan


-Ursprüngliche Nachricht-
Von: Alexander Pyhalov [mailto:a...@rsu.ru]
Gesendet: Freitag, 28. November 2014 09:54
An: Discussion list for OpenIndiana
Betreff: [OpenIndiana-discuss] use cases of Sun Studio-compiled C++ libraries 
on OI

Hello.
I'd like to hear about people who now hardly depends on Sun Studio-compiled C++ 
libraries AND use OpenIndiana. Do you have software which can't be recompiled 
with GCC? Do you know commercial software which depend on the libraries?

I mean the following OI packages:
  database/postgres/library/c++/libpqxx
  library/c++/glibmm
  library/c++/libxml++
  library/c++/net6
  library/c++/obby
  library/c++/sigcpp
  library/c++/stdcxx
  library/desktop/c++/cairomm
  library/desktop/c++/gtkmm
  library/desktop/c++/mm-common
  library/desktop/c++/pangomm

I'd like to drop them and replace by g++-compiled (incompatible) versions. Who 
will be affected?

If there are some specific libraries of interest, we can discuss ways to move 
them to alternative locations (e.g. /usr/CC/). If you need them, do you need 
just binaries (*.so* files) or actually compile software using these libraries 
and Sun Studio?

For example, we could just preserve the contents of these packages in some 
public place or deliver some renamed packages, if it's really needed. But I'd 
like to avoid the later option.

I don't speak about system/library/c++/sunpro, this one will be preserved.
--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

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


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

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


Re: [OpenIndiana-discuss] Destroying a zombie pool

2014-04-01 Thread Stefan Müller-Wilken
Hi Reg,

as this matter does not really accept failure: could you share the whole 'dd' 
command line? Experimenting on raw devices with dd can ruin your day too 
easily... ;-)

Cheers
 Stefan

Von: Reginald Beardsley [pulask...@yahoo.com]
Gesendet: Montag, 31. März 2014 21:56
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Destroying a zombie pool

I hate it when this happens.

After sending this I found a Sun document describing the on disk zfs format.  
That gave me the needed clues.

The solution is to wipe the slices reported as corrupted using a "dd 
if=/dev/zero".

Reg


On Mon, 3/31/14, Reginald Beardsley  wrote:

 Subject: [OpenIndiana-discuss] Destroying a zombie pool
 To: "oi" 
 Date: Monday, March 31, 2014, 2:19 PM

 From something I did several years
 ago "zpool import" reports a zfs-8000-5e error on my system
 for a 2 slice mirror (c0d0s9 & c1d0s9).  I would
 like to make the message go away.  There is nothing to
 recover and the slices referenced are too small to form a
 new pool and cannot be enlarged.

 I've searched in vain for an explanation of how to make this
 go away or a hint as to where zpool was getting the
 information.

 I've tried every zpool subcommand that seems as if it might
 be relevant usually w/ a "pool does not exist" result.

 Does anyone have any insight, hints or suggestions?
 Where does zfs hide this info?

 Reg

 ___
 OpenIndiana-discuss mailing list
 OpenIndiana-discuss@openindiana.org
 http://openindiana.org/mailman/listinfo/openindiana-discuss


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Firefox can't save files

2014-03-18 Thread Stefan Müller-Wilken
Not having looked into the matter, could it be connected to ACLs? Something 
along the lines of FF being allowed to create files but not write to them?

Cheers
 Stefan


Von: Oscar del Rio [del...@mie.utoronto.ca]
Gesendet: Dienstag, 18. März 2014 16:59
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] Firefox can't save files

On 03/18/14 04:32 AM, Apostolos Syropoulos wrote:
>
>   I am using firefox 27.0.1 and I have noticed that whenever I save a file,
> firefox creates an empty file. The "real" file is stored in /tmp. I guess this
> is a bug. BTW, I have noticed this problem on openindiana/illumos-ad17c01 and
> Solaris 11.
>

I am using FF 27.0.1 on Solaris 11.1 and do not have such problem.

E.g. I am downloading a large ISO file to a local directory.
During the download, FF creates an empty file with the final filename
and a second "*.part" in the same local directory.
When it is done, the *.part file is moved to the final filename.

0   IMAGE_Disk1.iso
261754987   IMAGE_Disk1.iso.part

It does not use /tmp or any other temp dir.
Are you saving to a local drive or to NFS? Perhaps it is different on NFS?

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] "Cannot read the pool label" error

2014-03-11 Thread Stefan Müller-Wilken
Dear all,

I tried to clone a server today using 'zpool send' / 'zpool receive'. I *think* 
I've done all necessary steps including install_grub - and have done that 
multiple times, just to make sure - but always end up with the following fatal 
error:

OpenIndiana Build oi_151a8 64-bit (illumos 7256a34efe)
SunOS Release 5.11 - Copyright 1983-2010 Oracle and/or its affiliates.
All rights reserved. Use is subject to license terms.
NOTICE: Cannot read the pool label from 
'/pci@0,0/pci8086,25e3@3/pci103c,3235@0/sd@0,0:a'
NOTICE: spa_import_rootpool: error 5
Cannot mount root on /pci@0,0/pci8086,25e3@3/pci103c,3235@0/sd@0,0:a fstype zfs

panic[cpu0]/thread=fbc2f400: vfs_mountroot: cannot mount root

Warning - stack not written to the dump buffer
fbc71ae0 genunix:vfs_mountroot+75 ()
fbc71b10 genunix:main+136 ()
fbc71b20 unix:_locore_start+90 ()

skipping system dump - no dump device configured
rebooting...

When booting from DVD, I can successfully import the rpool, I've also made sure 
to export it again but still no luck. Anything I'm missing here?

Cheers
 Stefan.



Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] LDAP connector and groupOfUniqueNames

2014-03-04 Thread Stefan Müller-Wilken
Ooops, wrong list! Sorry for that!

Cheers
 Stefan


Von: Stefan Müller-Wilken [stefan.mueller-wil...@acando.de]
Gesendet: Dienstag, 4. März 2014 15:00
An: openindiana-discuss@openindiana.org
Betreff: [OpenIndiana-discuss] LDAP connector and groupOfUniqueNames

Dear all,

I'm experimenting with the LDAP connector and run into a problem with LDAP 
groups. When ever I query a group, the filter will be 
"(&(&(objectclass=top)(objectClass=groupOfUniqueNames)(...))" with the ellipsis 
coming from the configured uidAttribute. As the relevant groups are of 
objectclass "group" rather than "groupOfUniqueNames", all searches fail.

Question: am I missing a configuration parameter to set the group's object 
class? Unfortunately I may not change the queried LDAP so changing the search 
filter is my only way.

Cheers
 Stefan

________

Dr. Stefan Müller-Wilken<mailto:stefan.mueller-wil...@acando.de>

Business Unit Manager Java Consulting

Acando GmbH<http://www.acando.de>

Business Area Nord
Millerntorplatz 1, 20359 Hamburg, Germany
Phone: +49 40 822259-239
Fax: +49 40 822259-100
Mobile: +49 173 2155804




Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] LDAP connector and groupOfUniqueNames

2014-03-04 Thread Stefan Müller-Wilken
Dear all,

I'm experimenting with the LDAP connector and run into a problem with LDAP 
groups. When ever I query a group, the filter will be 
"(&(&(objectclass=top)(objectClass=groupOfUniqueNames)(...))" with the ellipsis 
coming from the configured uidAttribute. As the relevant groups are of 
objectclass "group" rather than "groupOfUniqueNames", all searches fail.

Question: am I missing a configuration parameter to set the group's object 
class? Unfortunately I may not change the queried LDAP so changing the search 
filter is my only way.

Cheers
 Stefan

________

Dr. Stefan Müller-Wilken<mailto:stefan.mueller-wil...@acando.de>

Business Unit Manager Java Consulting

Acando GmbH<http://www.acando.de>

Business Area Nord
Millerntorplatz 1, 20359 Hamburg, Germany
Phone: +49 40 822259-239
Fax: +49 40 822259-100
Mobile: +49 173 2155804




Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Nwam interfaces and aliases

2014-02-27 Thread Stefan Müller-Wilken
I actually don't think that using NWAM is a matter of potential device 
mobility. I started using NWAM all over the place and am generally quite happy. 
Simple and scriptable, just works so far. Especially now that I have understood 
how to add DNS to the equation. :-)

Cheers
 Stefan


Von: Jonathan Adams [t12nsloo...@gmail.com]
Gesendet: Donnerstag, 27. Februar 2014 12:38
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Nwam interfaces and aliases

If you're not planning on moving this computer between several wireless
networks, you might be as well off using "physical:default" instead of
"physical:nwam" ...

On my laptop, I run nwam, but on the servers that use wire connections I
use non-nwam, and generally if they're going to sit still for a long time,
I even make them static IP's.

adding and removing virtual interfaces with nwam is a bit of a ball-ache,
adding them with ipadm/dladm is easy :)

Jon


On 27 February 2014 11:32, jimkli...@cos.ru  wrote:

> Hello all,
>
> I am still a newb with nwam and ipadm, and recently failed to add an alias
> ipv4 interface to an nwam-managed interface (needed to add an address in a
> specific subnet to contact a factory-defaulted device, while the default
> address is from dhcp).
>
> The old "ifconfig addif" said it added the alias but nothing happened. The
> dmesg logs revealed that nwam instantly killed the address it did not set
> up.
>
> Adding with ipadm also failed for some syntax reason. Maybe the examples
> from internet are obsolete or are for oracle solaris.
>
> Ultimately i created a vnic and ifconfig'ed that. But i'm still curious if
> a "proper" CLI-friendly method exists.
>
> Thanks, Jim
>
> Typos courtesy of my Samsung Mobile
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Nwam interfaces and aliases

2014-02-27 Thread Stefan Müller-Wilken
Jim,

can you be more specific on the syntax errors? What did nwamcfg complain about?

Cheers
 Stefan



Von: jimkli...@cos.ru [jimkli...@cos.ru]
Gesendet: Donnerstag, 27. Februar 2014 12:32
An: openindiana-discuss@openindiana.org
Betreff: [OpenIndiana-discuss] Nwam interfaces and aliases

Hello all,

I am still a newb with nwam and ipadm, and recently failed to add an alias ipv4 
interface to an nwam-managed interface (needed to add an address in a specific 
subnet to contact a factory-defaulted device, while the default address is from 
dhcp).

The old "ifconfig addif" said it added the alias but nothing happened. The 
dmesg logs revealed that nwam instantly killed the address it did not set up.

Adding with ipadm also failed for some syntax reason. Maybe the examples from 
internet are obsolete or are for oracle solaris.

Ultimately i created a vnic and ifconfig'ed that. But i'm still curious if a 
"proper" CLI-friendly method exists.

Thanks, Jim

Typos courtesy of my Samsung Mobile
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] ZFS pool layout - request for opinion

2014-02-26 Thread Stefan Müller-Wilken
Disks are cheaper than data - that is indeed true. So you're putting data into 
a four-time mirrored configuration? Or RAIDZ-1 or RAIDZ-2?

The question is more of maximum capacity. If you're dedicating two disks to the 
root pool, you're left with max. 4 4TB disks for the rest - effectively wasting 
>6TB of potential space. Booting RAIDZ pools is not possible, right? If it was, 
you could put all six disks in one large RAIDZ and cut rpool and data out of 
that, no?

Cheers
 Stefan

Von: Jonathan Adams [t12nsloo...@gmail.com]
Gesendet: Mittwoch, 26. Februar 2014 10:30
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] ZFS pool layout - request for opinion

Basically the same thing in our 6 disk systems.

We generally have 2 256Gb disks in the mirrored root pool, and 4 4Tb disks
mirrored in the "datapool" ... but disks are cheap overall, compared to
your data.

Jon



On 26 February 2014 08:06, Stefan Müller-Wilken <
stefan.mueller-wil...@acando.de> wrote:

> Dear all,
>
> one thing I stumble over again and again is ZFS pool layout for 6 disk
> servers (e.g. 1 HU ProLiants) . What I do so far is reserving disk 1 & 2
> for the rpool mirror and put disks 3 - 6 into a RAIDZ-1 data pool. I don't
> really like this layout as it means wasting a lot of space on the rpool
> while having only minimal redundancy for data. What do others do to combine
> space efficiency with bootability and redundancy?
>
> Cheers
>  Stefan
>
> 
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer:
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] ZFS pool layout - request for opinion

2014-02-26 Thread Stefan Müller-Wilken
Dear all,

one thing I stumble over again and again is ZFS pool layout for 6 disk servers 
(e.g. 1 HU ProLiants) . What I do so far is reserving disk 1 & 2 for the rpool 
mirror and put disks 3 - 6 into a RAIDZ-1 data pool. I don't really like this 
layout as it means wasting a lot of space on the rpool while having only 
minimal redundancy for data. What do others do to combine space efficiency with 
bootability and redundancy?

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] pkg and local zones

2014-02-20 Thread Stefan Müller-Wilken
What speaks against Jim's original approach of using the '-R' option to pkg? 
I've used this with very reasonable success for quite a while now. That simply 
works for me.

Cheers
 Stefan

Von: Jim Klimov [jimkli...@cos.ru]
Gesendet: Mittwoch, 19. Februar 2014 13:41
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] pkg and local zones

On 2014-02-19 13:27, Peter Tribble wrote:
>> However, every now and then I need to install some package into
>> all zones. While I can parse the "zoneadm list" output and find
>> zoneroots and ask pkg(5) to install into the altroots,
> Would running pkg via zlogin be better?

It would be roughly equivalent in terms of command-line scripting,
and would only influence the zones running at the moment. Also,
such installation would rely on the package servers configured and
available in the local zone (if any). Although pkg via zlogin has
the benefit of instantly launching some SMF wrappers that the new
package might provide, etc. So these are quite different methods...

By the way, I saw that SVR4 pkgadd done into a local zone from the GZ
(as an altroot) sometimes fails with an error related to the content
of $ZONEROOT/etc/zones/index: the zone path there (/) is invalid
in the GZ context. I have to script up commenting away this entry
(or renaming the file) before pkgadd and returning it after.
Would this be considered a bug worthy of mentioning in the issue
tracker? (Now that some people seem offensive about others suggesting
what people should do, I guess I should ask about every one of my
crazy-or-not ideas and RFEs ;) )


>> it is a
>> bit clunky, so I wonder if I missed some option to just have the
>> pkg(5) program itself install the named package into all available
>> local zones?
>>
>> If not, does this sound like a worthwhile RFE for those who can
>> do and don't know what to do next? :^)
>>
>
> When reimplementing zones for Tribblix (where I have both legacy
> whole/sparse zones and the ipkg-style independent zones) I
> steered away from the old SVR4 behaviour of controlling packages
> (after zone installation)  from the global zone. It adds horrendous
> complexity to the packaging system. It's far better to loop over a list
> of zones and run the packaging commands in each zone than to do
> it from the global zone. (And that way you can manipulate an arbitrary
> subset of zones depending on need. Besides, combining simpler
> commands is the unix way.)

You are probably right. Still, at the moment this requires me to type
in the commands involved upon every case of a major (home-brewn)
package upgrade, or distribute a script to manage the process, which
is a bit inconvenient. I wonder if some automation for this belongs
in the common illumos-gate (whether as part of pkgadd and pkg(5),
or as a separate utility script)?

Thanks,
//Jim Klimov


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] CIFS automount share visibility

2014-02-12 Thread Stefan Müller-Wilken
Hi Jim,

unfortunately that didn't change a bit. I switched off sharesmb on all relevant 
shares, doublechecked /etc/smbautohome and restarted the box twice. No luck - 
the autohome shares are still visible to anyone.

Any other place I could check this?

Cheers
 Stefan

Von: Jim Klimov [jimkli...@cos.ru]
Gesendet: Mittwoch, 12. Februar 2014 10:47
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] CIFS automount share visibility

On 2014-02-12 08:54, Stefan Müller-Wilken wrote:
> Dear all,
>
> I'm currently having problems with CIFS automount shares being visible to all 
> connected users and not only to each user personally.
>
> Quick search has revealed that similar has happened in the past 
> (https://www.mail-archive.com/cifs-discuss@opensolaris.org/msg01197.html), 
> but it seems as if simply rebooting a few times does not fix the problem.
>
> @Jim: do you still remember what you've done to fix the problem?

I believe I defined the paths to home directories in smbautohome, i.e.

# cat /etc/smbautohome
*   /export/home/&

The individual user-home datasets have sharesmb=off

Now when the windows user contacts the server and is authorized (by
the name-password popup or by AD domain integration) he only sees
his home directory and shares with explicit sharesmb settings (and
which don't have a dollar sign in the end - which can be used to
hide some shares).

For the latter example, now that the fileserver has migrated to OI,
it can use CIFS child mounts (so that users can browse sub-datasets
as normal sub-directories in a single share). However, the default
automagic of this implementation created sort of weird names of
the child-dataset shares (based on full dataset name rather than
sharesmb=name=xxx of the parent dataset), and what's worse - they
were visible names. I prettied this up by explicitly renaming the
child datasets' cifs names so they are not visible, but can be
browsed by both direct request and via pretty recursion:

# zfs list -o sharesmb,name -r
pond/export/DUMP/manual/oldsystems/windows
SHARESMB   NAME
name=Backups-OldWindows
pond/export/DUMP/manual/oldsystems/windows
name=Backups-OldWindows__From-BOOKKEEPER$
pond/export/DUMP/manual/oldsystems/windows/_From-BOOKKEEPER
name=Backups-OldWindows__From-BRIDGE$
pond/export/DUMP/manual/oldsystems/windows/_From-BRIDGE
...

HTH,
//Jim


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] CIFS automount share visibility

2014-02-11 Thread Stefan Müller-Wilken
Dear all,

I'm currently having problems with CIFS automount shares being visible to all 
connected users and not only to each user personally.

Quick search has revealed that similar has happened in the past 
(https://www.mail-archive.com/cifs-discuss@opensolaris.org/msg01197.html), but 
it seems as if simply rebooting a few times does not fix the problem.

@Jim: do you still remember what you've done to fix the problem?

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Smart Array driver

2014-02-10 Thread Stefan Müller-Wilken
Looking at  https://www.illumos.org/issues/3881 and 
http://www.listbox.com/member/archive/182190/2013/09/sort/time_rev/page/1/entry/3:14/
 I get the impression, the cpqary3 driver should be already available.

Could anyone help getting hold of the binaries?

Cheers
 Stefan



Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Status of Keith Wesolowski's cpqary3 substitute

2014-02-09 Thread Stefan Müller-Wilken
Dear all,

I'm still failing to get OI_151a8 installed on my DL360G5 servers. Since my 
last post, I updated all flashable firmware in the server using the firmware 
DVD and also followed the instructions to change the driver during installation 
to CPQary3 2.4.6. Still, 'zpool create' will send the OS to heaven. Anyone an 
idea on this?

Alternatively, can anyone give an update to Keith Wesolowski's ccsi port? Can 
that already be used - and if so, how?

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] 2014 April 8

2014-02-07 Thread Stefan Müller-Wilken
But isn't that market already captured by Ubuntu and other Linux distributions 
without _any_ serious hardware restrictions and experienced neighborhood kids 
to help you out? As my DL360 problems show me once again, OI can be a beast...

Cheers
 Stefan

Von: Hans J. Albertsson [hans.j.alberts...@branneriet.se]
Gesendet: Freitag, 7. Februar 2014 17:34
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] 2014 April 8

This sounds reasonable!

What needs to be done to capture this as a market share (actually, the
reward would be visibility, only, not money) is to set up a readymade
distro and a build recipe for a LOW LOW cost basement server for the
home, to deliver privately controlled data storage that doesn't rely on
the internet to be constantly available at high speed.


On 2014-02-07 16:01, Bob Friesenhahn wrote:
> On Fri, 7 Feb 2014, Jonathan Adams wrote:
>>
>> Do you think that because Microsoft stop creating patches that it
>> will lose
>> significant market share? I'm not sure I even want to think about the
>> fact
>> that a large proportion of those 30% of computers are not even kept
>> patched
>
> Systems running Windows XP are not a "market".  They were part of a
> "market" quite a few years ago.  For every Windows XP system still
> actively used to browse the internet, there are probably two more
> still left turned on.  Most of these systems are best recycled into
> plastic powder rather than reused since they are slow and bad for the
> environment.
>
>> Even then, I wouldn't move the average Joe to OpenIndiana, I'd move
>> them to
>> Linux.  In terms of user accessibility and usability (and general
>
> Evidence strongly suggests that the days of PC-style desktops are
> over.  Microsoft just changed its top management and selected
> management with cloud expertise, Dell went private due to dwindling
> sales, HP's PC division is suffering, and Sony's Vaio division is
> being sold.  The desktop PC market is collapsing fast at perhaps 30%
> reduction in sales per year.  The new normal has not been found yet.
>
> Illumos-based systems are well positioned to provide the back-end
> servers and cloud computing that mobile and thin clients need now and
> in the future.  This bright future in infrastructure need not distract
> from our desire to also use it as a GUI desktop for common usages.
>
> Bob


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] illumos-watch - Dec 2013/Jan 2014

2014-02-07 Thread Stefan Müller-Wilken
Hi there,

thanks for the interesting compilation. Quite good to see what's going on in 
the different parts of the ecosystem. One question: how far does OpenIndiana 
benefit from the activities? When can we expect changes to show up downstream?

Cheers
 Stefan


Von: Alasdair Lumsden [alasdai...@gmail.com]
Gesendet: Freitag, 7. Februar 2014 11:30
An: Discussion list for OpenIndiana
Betreff: [OpenIndiana-discuss] illumos-watch - Dec 2013/Jan 2014

Hey All,

illumos-watch is out, covering December and January:

http://everycity.co.uk/blog/2014/02/illumos-watch-january-2014/

Enjoy!

Alasdair
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] DL360G5 CPQary3 installation kernel panic

2014-02-06 Thread Stefan Müller-Wilken
Dear all,

I'm currently struggling with a ProLiant DL360G5 installation. Despite 
following https://www.illumos.org/issues/1441 and positively verifying that 
CPQary 2.4.6 is indeed loaded, the installation routine reboots with a kernel 
panic.

Any idea anyone?

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] (no subject)

2014-02-06 Thread Stefan Müller-Wilken
Hi there,

have you already tried scrubbing the zfs dataset? That should give you a good 
indicstion if it is indeed failing...

Cheers
 Stefan

Am 04.02.2014 um 00:51 schrieb "kyaphas wells" :

> Going through /var/adm/messages shows tons of the following;
>
> Feb  3 08:55:12 media01 ahci: [ID 296163 kern.warning] WARNING: ahci1: ahci 
> port 0 has task file error
> Feb  3 08:55:12 media01 ahci: [ID 687168 kern.warning] WARNING: ahci1: ahci 
> port 0 is trying to do error recovery
> Feb  3 08:55:12 media01 ahci: [ID 693748 kern.warning] WARNING: ahci1: ahci 
> port 0 task_file_status = 0x4041
> Feb  3 08:55:12 media01 ahci: [ID 657156 kern.warning] WARNING: ahci1: error 
> recovery for port 0 succeed
>
> Is that a failing drive?
>
> Thanks.
>
>
>
>
> On Monday, February 3, 2014 4:15 PM, kyaphas wells  wrote:
>
> I'm running OI 151a9 and have started seeing some odd behavior. I've been 
> running this server for a while (since a4) and never seen this before.
>
>
> The system is a file server for a few video streaming devices which primarily 
> use SMB. Lately, the players have been freezing up and I lose connectivity to 
> the shares for a while. Another symptom is that the login process for new ssh 
> sessions hangs for several minutes.
>
> The players will start playing the movies for a bit (anywhere from 1-10 
> minutes), then the video locks up and smb shares are unavailable.
>
> This happens for both windows clients and the streaming players.
>
> Any ideas where to start looking? I'm very familiar with Linux, but not so 
> much Solaris/Illumos. The server is virtualized on ESXi 5.0.0 with the 
> motherboards SATA controller in passthrough. All the the pools are healthy.
>
>
> There was a console message that contained (I pulled this from 
> /var/adm/messages);
>
> Feb  3 09:26:27 media01 /usr/lib/nfslockd[839]: [ID 491006 daemon.error] 
> Cannot establish NLM service over  : I/O error. 
> Exiting
> Feb  3 09:26:27 media01 svc.startd[10]: [ID 652011 daemon.warning] 
> svc:/network/nfs/nlockmgr:default: Method "/lib/svc/method/nlockmgr" failed 
> with exit status 1.
>
> I then noticed that I had both NFS & SMB enabled for the primary share 
> (/shared/Media). So I changed it down to only SMB, since the players only 
> require SMB, and the error message seems related to NFS. Still continuing to 
> get the issue.
>
> Thanks.
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] 151a8 boot problems - SOLVED

2014-02-04 Thread Stefan Müller-Wilken
Just to close the case: the problems indeed were caused by the overlap between 
slice 0 and slice 8. After reformatting and making slice 0 start at cyl 1 the 
problems stopped. And that indeed was super elegant the OpenIndiana way: just 
detached one of the two mirrored disks from rpool, repartitioned & relabled it, 
installed GRUB and then attached it again. After resilvering, I set the now 
fixed drive as boot LUN in SmartArray, rebooted from that and repeated for the 
other one. Done!

Thanks, Predrag and Hans for your hints. I love this community! :-)

Cheers
 Stefan


Von: Stefan Müller-Wilken [stefan.mueller-wil...@acando.de]
Gesendet: Dienstag, 4. Februar 2014 12:15
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems

Hi Hans,

... you mean 0 covers 8, don't you?

Cheers
 Stefan


Von: Hans J. Albertsson [hans.j.alberts...@branneriet.se]
Gesendet: Dienstag, 4. Februar 2014 11:42
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems

You may have noted that according to this partition table, part 9 covers
partition 8, the BOOT partition. That's not a good idea for an x86 machine.


On 2014-02-04 11:31, Stefan Müller-Wilken wrote:
> There is one thing I'm not sure about; when looking at the partition table, 
> what makes me wonder is that partition 0 starts at cylinder 0 while other 
> machines in my collection have it start at cylinder 1. Apart from that, it is 
> tagged as 'unassigned' and not root:
>
>
> Current partition table (original):
> Total disk cylinders available: 60795 + 2 (reserved cylinders)
>
> Part  TagFlag Cylinders SizeBlocks
>0 unassignedwm   0 - 60793  931.41GB(60794/0/0) 1953311220
>1 unassignedwm   00 (0/0/0)  0
>2 backupwu   0 - 60794  931.43GB(60795/0/0) 1953343350
>3 unassignedwm   00 (0/0/0)  0
>4 unassignedwm   00 (0/0/0)  0
>5 unassignedwm   00 (0/0/0)  0
>6 unassignedwm   00 (0/0/0)  0
>7 unassignedwm   00 (0/0/0)  0
>8   bootwu   0 - 0   15.69MB(1/0/0)  32130
>9 unassignedwm   00 (0/0/0)  0
>
> Could that be a problem? Again: it works once after installgrub and then 
> hangs on GRUB for any subsequent try.
>
> Cheers
>   Stefan
>
>
> 
> Von: Predrag Zecevic [Unix Systems Administrator] 
> [predrag.zece...@2e-systems.com]
> Gesendet: Dienstag, 4. Februar 2014 10:55
> An: Discussion list for OpenIndiana
> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>
> Hi,
>
> since grub is problem, is it possible that rpool mirror is 'damaged'?
>
> zpool status -v rpool
>
> Otherwise, I have no other idea.
> Regards.
>
> On 02/ 4/14 10:45 AM, Stefan Müller-Wilken wrote:
>> Hmmm... I've booted from DVD, switched to command line, mounted rpool and 
>> then diff'ed the stage1 and stage2 binaries. They are identical, so that 
>> can't be a problem.  But things are getting even weirder. I booted from DVD, 
>> then chain-booted into the HD installation, reinstalled boot loader via 
>> installgrub and rebooted. The server went into GRUB menu without a problem 
>> and did that again as l resetted from GRUB menu.
>>
>> But getting into GRUB menu works only until I boot through into multi user 
>> for the first time. After that, any subsequent boot will end in "GRUB _" or 
>> "GRUB loading stage2...".
>>
>> Huh??!
>>
>> Cheers
>>Stefan
>> 
>> Von: Predrag Zecevic [Unix Systems Administrator] 
>> [predrag.zece...@2e-systems.com]
>> Gesendet: Dienstag, 4. Februar 2014 08:41
>> An: Discussion list for OpenIndiana
>> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>>
>> Hi Stefan,
>>
>> see my comment below.
>>
>> On 02/ 3/14 09:55 PM, Stefan Müller-Wilken wrote:
>>> Hi Predrag,
>>>
>>> you mean simply use installgrub from the DVD? Or copy the files 'stage1' 
>>> and 'stage2'  to my HD's /boot/grub?
>>>
>>> Cheers
>>> Stefan
>>>
>> Yes, all from DVD (I had problem with outdated grub structure on USB
>> image, check "OI 1.8 /dev:

Re: [OpenIndiana-discuss] 151a8 boot problems

2014-02-04 Thread Stefan Müller-Wilken
Hi Hans,

... you mean 0 covers 8, don't you?

Cheers
 Stefan


Von: Hans J. Albertsson [hans.j.alberts...@branneriet.se]
Gesendet: Dienstag, 4. Februar 2014 11:42
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems

You may have noted that according to this partition table, part 9 covers
partition 8, the BOOT partition. That's not a good idea for an x86 machine.


On 2014-02-04 11:31, Stefan Müller-Wilken wrote:
> There is one thing I'm not sure about; when looking at the partition table, 
> what makes me wonder is that partition 0 starts at cylinder 0 while other 
> machines in my collection have it start at cylinder 1. Apart from that, it is 
> tagged as 'unassigned' and not root:
>
>
> Current partition table (original):
> Total disk cylinders available: 60795 + 2 (reserved cylinders)
>
> Part  TagFlag Cylinders SizeBlocks
>0 unassignedwm   0 - 60793  931.41GB(60794/0/0) 1953311220
>1 unassignedwm   00 (0/0/0)  0
>2 backupwu   0 - 60794  931.43GB(60795/0/0) 1953343350
>3 unassignedwm   00 (0/0/0)  0
>4 unassignedwm   00 (0/0/0)  0
>5 unassignedwm   00 (0/0/0)  0
>6 unassignedwm   00 (0/0/0)  0
>7 unassignedwm   00 (0/0/0)  0
>8   bootwu   0 - 0   15.69MB(1/0/0)  32130
>9 unassignedwm   00 (0/0/0)  0
>
> Could that be a problem? Again: it works once after installgrub and then 
> hangs on GRUB for any subsequent try.
>
> Cheers
>   Stefan
>
>
> 
> Von: Predrag Zecevic [Unix Systems Administrator] 
> [predrag.zece...@2e-systems.com]
> Gesendet: Dienstag, 4. Februar 2014 10:55
> An: Discussion list for OpenIndiana
> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>
> Hi,
>
> since grub is problem, is it possible that rpool mirror is 'damaged'?
>
> zpool status -v rpool
>
> Otherwise, I have no other idea.
> Regards.
>
> On 02/ 4/14 10:45 AM, Stefan Müller-Wilken wrote:
>> Hmmm... I've booted from DVD, switched to command line, mounted rpool and 
>> then diff'ed the stage1 and stage2 binaries. They are identical, so that 
>> can't be a problem.  But things are getting even weirder. I booted from DVD, 
>> then chain-booted into the HD installation, reinstalled boot loader via 
>> installgrub and rebooted. The server went into GRUB menu without a problem 
>> and did that again as l resetted from GRUB menu.
>>
>> But getting into GRUB menu works only until I boot through into multi user 
>> for the first time. After that, any subsequent boot will end in "GRUB _" or 
>> "GRUB loading stage2...".
>>
>> Huh??!
>>
>> Cheers
>>Stefan
>> 
>> Von: Predrag Zecevic [Unix Systems Administrator] 
>> [predrag.zece...@2e-systems.com]
>> Gesendet: Dienstag, 4. Februar 2014 08:41
>> An: Discussion list for OpenIndiana
>> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>>
>> Hi Stefan,
>>
>> see my comment below.
>>
>> On 02/ 3/14 09:55 PM, Stefan Müller-Wilken wrote:
>>> Hi Predrag,
>>>
>>> you mean simply use installgrub from the DVD? Or copy the files 'stage1' 
>>> and 'stage2'  to my HD's /boot/grub?
>>>
>>> Cheers
>>> Stefan
>>>
>> Yes, all from DVD (I had problem with outdated grub structure on USB
>> image, check "OI 1.8 /dev: need help (missing feature for read
>> 'org.illumos:lz4_compress')" discussion - that was completely another
>> problem, but USB image didn't worked).
>>
>> Regards.
>>> 
>>> Von: Predrag Zecevic [predrag.zece...@2e-systems.com]
>>> Gesendet: Montag, 3. Februar 2014 21:32
>>> An: Discussion list for OpenIndiana
>>> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>>>
>>> Am 03.02.2014 21:11, schrieb Stefan Müller-Wilken:
>>>> Dear all,
>>>>
>>>> I've got a serious booting problem with one of my 151a8 Proliants after 
>>>> switching my root pool mirror with its 2 disksfrom 73GB disks to 1TB 
>>>

Re: [OpenIndiana-discuss] 151a8 boot problems

2014-02-04 Thread Stefan Müller-Wilken
Okay, if the partition table is messed up, how can I get out of this alive?

I have two disks with this layout forming a root pool. Is it possible to detach 
one of them from the root pool, recreate the partition table properly and then 
put it back into the mirror to get the data from the other one. Then do the 
same other way around to also fix the second partition table. Is that the right 
procedure to not lose the whole root pool?

Apart from that: What would be the correct partition table in this case?

Cheers
 Stefan

Von: Hans J. Albertsson [hans.j.alberts...@branneriet.se]
Gesendet: Dienstag, 4. Februar 2014 11:42
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems

You may have noted that according to this partition table, part 9 covers
partition 8, the BOOT partition. That's not a good idea for an x86 machine.


On 2014-02-04 11:31, Stefan Müller-Wilken wrote:
> There is one thing I'm not sure about; when looking at the partition table, 
> what makes me wonder is that partition 0 starts at cylinder 0 while other 
> machines in my collection have it start at cylinder 1. Apart from that, it is 
> tagged as 'unassigned' and not root:
>
>
> Current partition table (original):
> Total disk cylinders available: 60795 + 2 (reserved cylinders)
>
> Part  TagFlag Cylinders SizeBlocks
>0 unassignedwm   0 - 60793  931.41GB(60794/0/0) 1953311220
>1 unassignedwm   00 (0/0/0)  0
>2 backupwu   0 - 60794  931.43GB(60795/0/0) 1953343350
>3 unassignedwm   00 (0/0/0)  0
>4 unassignedwm   00 (0/0/0)  0
>5 unassignedwm   00 (0/0/0)  0
>6 unassignedwm   00 (0/0/0)  0
>7 unassignedwm   00 (0/0/0)  0
>8   bootwu   0 - 0   15.69MB(1/0/0)  32130
>9 unassignedwm   00 (0/0/0)  0
>
> Could that be a problem? Again: it works once after installgrub and then 
> hangs on GRUB for any subsequent try.
>
> Cheers
>   Stefan
>
>
> 
> Von: Predrag Zecevic [Unix Systems Administrator] 
> [predrag.zece...@2e-systems.com]
> Gesendet: Dienstag, 4. Februar 2014 10:55
> An: Discussion list for OpenIndiana
> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>
> Hi,
>
> since grub is problem, is it possible that rpool mirror is 'damaged'?
>
> zpool status -v rpool
>
> Otherwise, I have no other idea.
> Regards.
>
> On 02/ 4/14 10:45 AM, Stefan Müller-Wilken wrote:
>> Hmmm... I've booted from DVD, switched to command line, mounted rpool and 
>> then diff'ed the stage1 and stage2 binaries. They are identical, so that 
>> can't be a problem.  But things are getting even weirder. I booted from DVD, 
>> then chain-booted into the HD installation, reinstalled boot loader via 
>> installgrub and rebooted. The server went into GRUB menu without a problem 
>> and did that again as l resetted from GRUB menu.
>>
>> But getting into GRUB menu works only until I boot through into multi user 
>> for the first time. After that, any subsequent boot will end in "GRUB _" or 
>> "GRUB loading stage2...".
>>
>> Huh??!
>>
>> Cheers
>>Stefan
>> 
>> Von: Predrag Zecevic [Unix Systems Administrator] 
>> [predrag.zece...@2e-systems.com]
>> Gesendet: Dienstag, 4. Februar 2014 08:41
>> An: Discussion list for OpenIndiana
>> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>>
>> Hi Stefan,
>>
>> see my comment below.
>>
>> On 02/ 3/14 09:55 PM, Stefan Müller-Wilken wrote:
>>> Hi Predrag,
>>>
>>> you mean simply use installgrub from the DVD? Or copy the files 'stage1' 
>>> and 'stage2'  to my HD's /boot/grub?
>>>
>>> Cheers
>>> Stefan
>>>
>> Yes, all from DVD (I had problem with outdated grub structure on USB
>> image, check "OI 1.8 /dev: need help (missing feature for read
>> 'org.illumos:lz4_compress')" discussion - that was completely another
>> problem, but USB image didn't worked).
>>
>> Regards.
>>> 
>>> Von: Predrag Zecevic [predrag.zece...@2e-systems.com]
>>> Gesendet: Mon

Re: [OpenIndiana-discuss] 151a8 boot problems

2014-02-04 Thread Stefan Müller-Wilken
There is one thing I'm not sure about; when looking at the partition table, 
what makes me wonder is that partition 0 starts at cylinder 0 while other 
machines in my collection have it start at cylinder 1. Apart from that, it is 
tagged as 'unassigned' and not root:


Current partition table (original):
Total disk cylinders available: 60795 + 2 (reserved cylinders)

Part  TagFlag Cylinders SizeBlocks
  0 unassignedwm   0 - 60793  931.41GB(60794/0/0) 1953311220
  1 unassignedwm   00 (0/0/0)  0
  2 backupwu   0 - 60794  931.43GB(60795/0/0) 1953343350
  3 unassignedwm   00 (0/0/0)  0
  4 unassignedwm   00 (0/0/0)  0
  5 unassignedwm   00 (0/0/0)  0
  6 unassignedwm   00 (0/0/0)  0
  7 unassignedwm   00 (0/0/0)  0
  8   bootwu   0 - 0   15.69MB(1/0/0)  32130
  9 unassignedwm   00 (0/0/0)  0

Could that be a problem? Again: it works once after installgrub and then hangs 
on GRUB for any subsequent try.

Cheers
 Stefan



Von: Predrag Zecevic [Unix Systems Administrator] 
[predrag.zece...@2e-systems.com]
Gesendet: Dienstag, 4. Februar 2014 10:55
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems

Hi,

since grub is problem, is it possible that rpool mirror is 'damaged'?

zpool status -v rpool

Otherwise, I have no other idea.
Regards.

On 02/ 4/14 10:45 AM, Stefan Müller-Wilken wrote:
> Hmmm... I've booted from DVD, switched to command line, mounted rpool and 
> then diff'ed the stage1 and stage2 binaries. They are identical, so that 
> can't be a problem.  But things are getting even weirder. I booted from DVD, 
> then chain-booted into the HD installation, reinstalled boot loader via 
> installgrub and rebooted. The server went into GRUB menu without a problem 
> and did that again as l resetted from GRUB menu.
>
> But getting into GRUB menu works only until I boot through into multi user 
> for the first time. After that, any subsequent boot will end in "GRUB _" or 
> "GRUB loading stage2...".
>
> Huh??!
>
> Cheers
>   Stefan
> 
> Von: Predrag Zecevic [Unix Systems Administrator] 
> [predrag.zece...@2e-systems.com]
> Gesendet: Dienstag, 4. Februar 2014 08:41
> An: Discussion list for OpenIndiana
> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>
> Hi Stefan,
>
> see my comment below.
>
> On 02/ 3/14 09:55 PM, Stefan Müller-Wilken wrote:
>> Hi Predrag,
>>
>> you mean simply use installgrub from the DVD? Or copy the files 'stage1' and 
>> 'stage2'  to my HD's /boot/grub?
>>
>> Cheers
>>Stefan
>>
> Yes, all from DVD (I had problem with outdated grub structure on USB
> image, check "OI 1.8 /dev: need help (missing feature for read
> 'org.illumos:lz4_compress')" discussion - that was completely another
> problem, but USB image didn't worked).
>
> Regards.
>> ____________
>> Von: Predrag Zecevic [predrag.zece...@2e-systems.com]
>> Gesendet: Montag, 3. Februar 2014 21:32
>> An: Discussion list for OpenIndiana
>> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>>
>> Am 03.02.2014 21:11, schrieb Stefan Müller-Wilken:
>>> Dear all,
>>>
>>> I've got a serious booting problem with one of my 151a8 Proliants after 
>>> switching my root pool mirror with its 2 disksfrom 73GB disks to 1TB disks. 
>>> Although I've used installgrub to write stage1 and stage2 to each of the 
>>> two disks using ...
>>>
>>> # installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c3t0d0s0
>>> # installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c3t1d0s0
>>>
>>> ... the machine will blank the screen after booting and stop with "GRUB" 
>>> and a blinking cursor. Using the text installer CD and then using "Boot 
>>> from harddisk" will work. Anything I can do to bring the machine back to 
>>> normal?
>>>
>>> Cheers
>>>Stefan
>>>
>>> 
>>> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
>>> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>>> ___

Re: [OpenIndiana-discuss] 151a8 boot problems

2014-02-04 Thread Stefan Müller-Wilken
No, the pool seems to work properly. What is weird is the fact that booting 
reproducibly works once.


Von: Predrag Zecevic [Unix Systems Administrator] 
[predrag.zece...@2e-systems.com]
Gesendet: Dienstag, 4. Februar 2014 10:55
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems

Hi,

since grub is problem, is it possible that rpool mirror is 'damaged'?

zpool status -v rpool

Otherwise, I have no other idea.
Regards.

On 02/ 4/14 10:45 AM, Stefan Müller-Wilken wrote:
> Hmmm... I've booted from DVD, switched to command line, mounted rpool and 
> then diff'ed the stage1 and stage2 binaries. They are identical, so that 
> can't be a problem.  But things are getting even weirder. I booted from DVD, 
> then chain-booted into the HD installation, reinstalled boot loader via 
> installgrub and rebooted. The server went into GRUB menu without a problem 
> and did that again as l resetted from GRUB menu.
>
> But getting into GRUB menu works only until I boot through into multi user 
> for the first time. After that, any subsequent boot will end in "GRUB _" or 
> "GRUB loading stage2...".
>
> Huh??!
>
> Cheers
>   Stefan
> 
> Von: Predrag Zecevic [Unix Systems Administrator] 
> [predrag.zece...@2e-systems.com]
> Gesendet: Dienstag, 4. Februar 2014 08:41
> An: Discussion list for OpenIndiana
> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>
> Hi Stefan,
>
> see my comment below.
>
> On 02/ 3/14 09:55 PM, Stefan Müller-Wilken wrote:
>> Hi Predrag,
>>
>> you mean simply use installgrub from the DVD? Or copy the files 'stage1' and 
>> 'stage2'  to my HD's /boot/grub?
>>
>> Cheers
>>Stefan
>>
> Yes, all from DVD (I had problem with outdated grub structure on USB
> image, check "OI 1.8 /dev: need help (missing feature for read
> 'org.illumos:lz4_compress')" discussion - that was completely another
> problem, but USB image didn't worked).
>
> Regards.
>> ________
>> Von: Predrag Zecevic [predrag.zece...@2e-systems.com]
>> Gesendet: Montag, 3. Februar 2014 21:32
>> An: Discussion list for OpenIndiana
>> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>>
>> Am 03.02.2014 21:11, schrieb Stefan Müller-Wilken:
>>> Dear all,
>>>
>>> I've got a serious booting problem with one of my 151a8 Proliants after 
>>> switching my root pool mirror with its 2 disksfrom 73GB disks to 1TB disks. 
>>> Although I've used installgrub to write stage1 and stage2 to each of the 
>>> two disks using ...
>>>
>>> # installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c3t0d0s0
>>> # installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c3t1d0s0
>>>
>>> ... the machine will blank the screen after booting and stop with "GRUB" 
>>> and a blinking cursor. Using the text installer CD and then using "Boot 
>>> from harddisk" will work. Anything I can do to bring the machine back to 
>>> normal?
>>>
>>> Cheers
>>>Stefan
>>>
>>> 
>>> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
>>> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>>> ___
>>> OpenIndiana-discuss mailing list
>>> OpenIndiana-discuss@openindiana.org
>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>> Hi Stefan,
>>
>> not quiet sure, but I guess you have to:
>> a) boot from DVD (not USB)
>> b) import -f rpool
>> c) use stage1 and stage 2 files from that booted media (not sure if
>> /boot/grub/ is linked properly)
>> d) reboot
>>
>> Just an idea.
>>
>> Regards.
>> --
>> Predrag Zecevic, Technical Support Analyst, 2e Systems GmbH
>>
>> Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
>> Mobile:+49  174 3109 288, Skype: predrag.zecevic
>> E-mail:predrag.zece...@2e-systems.com
>>
>> Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
>> 65812 Bad Soden am Taunus, Germany
>> Company registration: Amtsgericht Königstein (Germany), HRB 7303
>> Managing director:Phil Douglas
>>
>> http://www.2e-systems.com/ - Making your business fly!
>>
>>
>> 
>> Acando GmbH, Millerntorplatz 1

[OpenIndiana-discuss] 151a8 boot problems

2014-02-04 Thread Stefan Müller-Wilken
Hmmm... I've booted from DVD, switched to command line, mounted rpool and then 
diff'ed the stage1 and stage2 binaries. They are identical, so that can't be a 
problem.  But things are getting even weirder. I booted from DVD, then 
chain-booted into the HD installation, reinstalled boot loader via installgrub 
and rebooted. The server went into GRUB menu without a problem and did that 
again as l resetted from GRUB menu.

But getting into GRUB menu works only until I boot through into multi user for 
the first time. After that, any subsequent boot will end in "GRUB _" or "GRUB 
loading stage2...".

Huh??!

Cheers
 Stefan

Von: Predrag Zecevic [Unix Systems Administrator] 
[predrag.zece...@2e-systems.com]
Gesendet: Dienstag, 4. Februar 2014 08:41
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems

Hi Stefan,

see my comment below.

On 02/ 3/14 09:55 PM, Stefan Müller-Wilken wrote:
> Hi Predrag,
>
> you mean simply use installgrub from the DVD? Or copy the files 'stage1' and 
> 'stage2'  to my HD's /boot/grub?
>
> Cheers
>   Stefan
>
Yes, all from DVD (I had problem with outdated grub structure on USB
image, check "OI 1.8 /dev: need help (missing feature for read
'org.illumos:lz4_compress')" discussion - that was completely another
problem, but USB image didn't worked).

Regards.
> 
> Von: Predrag Zecevic [predrag.zece...@2e-systems.com]
> Gesendet: Montag, 3. Februar 2014 21:32
> An: Discussion list for OpenIndiana
> Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems
>
> Am 03.02.2014 21:11, schrieb Stefan Müller-Wilken:
>> Dear all,
>>
>> I've got a serious booting problem with one of my 151a8 Proliants after 
>> switching my root pool mirror with its 2 disksfrom 73GB disks to 1TB disks. 
>> Although I've used installgrub to write stage1 and stage2 to each of the two 
>> disks using ...
>>
>> # installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c3t0d0s0
>> # installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c3t1d0s0
>>
>> ... the machine will blank the screen after booting and stop with "GRUB" and 
>> a blinking cursor. Using the text installer CD and then using "Boot from 
>> harddisk" will work. Anything I can do to bring the machine back to normal?
>>
>> Cheers
>>   Stefan
>>
>> 
>> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
>> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
> Hi Stefan,
>
> not quiet sure, but I guess you have to:
> a) boot from DVD (not USB)
> b) import -f rpool
> c) use stage1 and stage 2 files from that booted media (not sure if
> /boot/grub/ is linked properly)
> d) reboot
>
> Just an idea.
>
> Regards.
> --
> Predrag Zecevic, Technical Support Analyst, 2e Systems GmbH
>
> Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
> Mobile:+49  174 3109 288, Skype: predrag.zecevic
> E-mail:predrag.zece...@2e-systems.com
>
> Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
>65812 Bad Soden am Taunus, Germany
> Company registration: Amtsgericht Königstein (Germany), HRB 7303
> Managing director:Phil Douglas
>
> http://www.2e-systems.com/ - Making your business fly!
>
>
> 
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
   65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Today is the first day of the rest of your life.

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] 151a8 boot problems

2014-02-03 Thread Stefan Müller-Wilken
Hi Predrag,

you mean simply use installgrub from the DVD? Or copy the files 'stage1' and 
'stage2'  to my HD's /boot/grub?

Cheers
 Stefan


Von: Predrag Zecevic [predrag.zece...@2e-systems.com]
Gesendet: Montag, 3. Februar 2014 21:32
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] 151a8 boot problems

Am 03.02.2014 21:11, schrieb Stefan Müller-Wilken:
> Dear all,
>
> I've got a serious booting problem with one of my 151a8 Proliants after 
> switching my root pool mirror with its 2 disksfrom 73GB disks to 1TB disks. 
> Although I've used installgrub to write stage1 and stage2 to each of the two 
> disks using ...
>
> # installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c3t0d0s0
> # installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c3t1d0s0
>
> ... the machine will blank the screen after booting and stop with "GRUB" and 
> a blinking cursor. Using the text installer CD and then using "Boot from 
> harddisk" will work. Anything I can do to bring the machine back to normal?
>
> Cheers
>  Stefan
>
> 
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
Hi Stefan,

not quiet sure, but I guess you have to:
a) boot from DVD (not USB)
b) import -f rpool
c) use stage1 and stage 2 files from that booted media (not sure if
/boot/grub/ is linked properly)
d) reboot

Just an idea.

Regards.
--
Predrag Zecevic, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!



Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] 151a8 boot problems

2014-02-03 Thread Stefan Müller-Wilken
Dear all,

I've got a serious booting problem with one of my 151a8 Proliants after 
switching my root pool mirror with its 2 disksfrom 73GB disks to 1TB disks. 
Although I've used installgrub to write stage1 and stage2 to each of the two 
disks using ...

# installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c3t0d0s0
# installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c3t1d0s0

... the machine will blank the screen after booting and stop with "GRUB" and a 
blinking cursor. Using the text installer CD and then using "Boot from 
harddisk" will work. Anything I can do to bring the machine back to normal?

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] No login prompt when updating 151a8 -> 151a9

2014-01-23 Thread Stefan Müller-Wilken
Just to make sure: deleting the cache in one boot environment may not hurt 
other environments, right? Wouldn't want to risk my running installation. I 
would be surprised if it were storage errors. At least I scrub regularly and 
without any errors...

Cheers
 Stefan


Von: Jason Matthews [ja...@broken.net]
Gesendet: Donnerstag, 23. Januar 2014 17:32
An: Discussion list for OpenIndiana
Cc:  Discussion list for OpenIndiana ‎[openindiana-discuss@openindiana.org]‎
Betreff: Re: [OpenIndiana-discuss] No login prompt when updating 151a8 ->   
151a9

could it be some byzantine disk failure keeping your zpools from importing?

try deleting /etc/zfs/zfs.cache in single user and rebooting. if that boots u 
likely have a storage problem

Sent from Jasons' hand held

On Jan 22, 2014, at 11:57 PM, Stefan Müller-Wilken 
 wrote:

> Dear all,
>
> following the discussion we've had lately around upgrading installations, 
> I've done so for a few 151a8 servers. While most of them were absolutely 
> noiseless, one has failed. After doing 'pkg update', the machine rebooted as 
> expected but then repeatedly got stuck on startup. While the server seemed to 
> boot as always, I didn't receive a login prompt. The screen would accept key 
> presses, the network stack would respond to ICMP messages, but neiter did I 
> get a login prompt on the console nor via SSH. Going to single user mode on 
> boot would work but moving on towards multi user (using Ctrl-D) would get me 
> back into stuck state. Nothing in the logs, nothing unusual on screen, just 
> silence.
>
> Thanks to this being OpenIndiana, I simply reverted back to the previous boot 
> environment and everything was fine again.
>
> Any idea what might have happened or where to look?
>
> Cheers
> Stefan
>
> 
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] sparc support

2014-01-23 Thread Stefan Müller-Wilken
Woah, that's *way* more than what I would have expected. Pretty amazing 
initiative!

Cheers
 Stefan

Von: Adam Glasgall [glasg...@mit.edu]
Gesendet: Donnerstag, 23. Januar 2014 17:44
An: bentaylor.sol...@gmail.com
Cc: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] sparc support

Hi,

#oi-dev pointed me at this thread and I feel obligated to speak up
now. I have a working build of most of 151a8 for SPARC that I've built
on an old Fire V210 in our machine room, and if you can offer me
access to better hardware, I'd be happy to use it to build a more
complete version. I'm also happy to offer people the install ISO and
repo I've built, but I'd rather it not be announced as official yet,
since much remains to be done before it's up to the same standards as
the x86 port.

Please cc me or reply directly to me if you want to talk about making
this happen; I'm not subbed to oi-discuss because my inbox is already
perpetually overflowing.

Thanks,

Adam Glasgall
MIT SIPB

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] 151a9 does not boot

2014-01-23 Thread Stefan Müller-Wilken
... I have with unsatisfying results described earlier today. Have you tried 
single user mode? That at least is working in my case...



Von: Dmitry Kozhinov [d...@desktopfay.com]
Gesendet: Donnerstag, 23. Januar 2014 13:30
An: openindiana-discuss@openindiana.org
Betreff: [OpenIndiana-discuss] 151a9 does not boot

151a9 update went without problems, but the updated version goes into
reboot loop immediately after "SunOS..." initial boot message. The
machine is Athlon XP (32bit).

In verbose mode a number of messages appear, something like
"x86feature=something" and the last message shows amount of RAM
available. The messages disappear very quickly, as a reboot followed.
Hitting Pause/Break key does not help.

Had to boot back into 151a8 BE.

Has anyone tried 151a9 on a 32bit hardware?

Dmitry.

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] sparc support

2014-01-23 Thread Stefan Müller-Wilken
That's sad! :-(


Von: Saso Kiselkov [skiselkov...@gmail.com]
Gesendet: Donnerstag, 23. Januar 2014 12:56
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] sparc support

On 1/23/14, 11:51 AM, Stefan Müller-Wilken wrote:
>> Sure, why not. What do you propose needs to be done to facilitate a) and b)?
>
> Hmmm... I thought the original post was by Ben, being willing to offer a 
> stack of recommissioned Sparc hardware under the condition that it would be 
> actively used for the Sparc port. So, if you would offer Martin online access 
> to that hardware to get forward with OpenSXCE, it would at least help *one* 
> Sparc port. And as Martin's work is open source, it could be used as a 
> nucleus for OI/SPARC and thus get one step closer to b). No?

I already did offer a bunch of SPARC hardware, wired up, installed and
ready to go, at no charge, but no maintainers stepped up to the plate,
so I'm kind of skeptical there's interest in this direction. I could be
wrong and perhaps I just didn't reach the right people, but my effort
was made public on the mailing lists and in my experience, the response
was almost completely silence (one brave soul did ask for a root account
on these machines and I sent it to him, but he never used it).

--
Saso

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] sparc support

2014-01-23 Thread Stefan Müller-Wilken
>Sure, why not. What do you propose needs to be done to facilitate a) and b)?

Hmmm... I thought the original post was by Ben, being willing to offer a stack 
of recommissioned Sparc hardware under the condition that it would be actively 
used for the Sparc port. So, if you would offer Martin online access to that 
hardware to get forward with OpenSXCE, it would at least help *one* Sparc port. 
And as Martin's work is open source, it could be used as a nucleus for OI/SPARC 
and thus get one step closer to b). No?

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] sparc support

2014-01-23 Thread Stefan Müller-Wilken
That might be true, but if he is one of the (at least to my knowledge) very few 
working on SPARC Solaris descendants, wouldn't he still a) deserve support and 
b) indirectly help OI/Sparc in the long run?

Cheers
 Stefan


Von: Saso Kiselkov [skiselkov...@gmail.com]
Gesendet: Donnerstag, 23. Januar 2014 12:05
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] sparc support

On 1/23/14, 5:29 AM, Stefan Müller-Wilken wrote:
> What about Martin and his OpenSXCE efforts? could he maybe make use of it?

Martin's decided, for ideological reasons as far as I can tell, to
maintain his own OS/Net consolidation.

--
Saso

> Am 23.01.2014 um 02:45 schrieb "Saso Kiselkov" :
>
>> On 1/23/14, 1:41 AM, Ben Taylor wrote:
>>> I am looking at decom'ing some sparc hardware in Chicago, and have found
>>> someone willing to host the hardware out there, on the agreement that
>>> someone is going to actively use the hardware for the sparc port.  Any
>>> volunteers?
>>
>> We've had this discussion on the Illumos side about a year ago. The
>> hardware wasn't the issue. It was the volunteers (save for a single
>> brave soul, nobody wanted to deal with it).
>>
>> Cheers,
>> --
>> Saso
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
> 
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] No login prompt when updating 151a8 -> 151a9

2014-01-22 Thread Stefan Müller-Wilken
Dear all,

following the discussion we've had lately around upgrading installations, I've 
done so for a few 151a8 servers. While most of them were absolutely noiseless, 
one has failed. After doing 'pkg update', the machine rebooted as expected but 
then repeatedly got stuck on startup. While the server seemed to boot as 
always, I didn't receive a login prompt. The screen would accept key presses, 
the network stack would respond to ICMP messages, but neiter did I get a login 
prompt on the console nor via SSH. Going to single user mode on boot would work 
but moving on towards multi user (using Ctrl-D) would get me back into stuck 
state. Nothing in the logs, nothing unusual on screen, just silence.

Thanks to this being OpenIndiana, I simply reverted back to the previous boot 
environment and everything was fine again.

Any idea what might have happened or where to look?

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] sparc support

2014-01-22 Thread Stefan Müller-Wilken
What about Martin and his OpenSXCE efforts? could he maybe make use of it?

Cheers
 Stefan


Am 23.01.2014 um 02:45 schrieb "Saso Kiselkov" :

> On 1/23/14, 1:41 AM, Ben Taylor wrote:
>> I am looking at decom'ing some sparc hardware in Chicago, and have found
>> someone willing to host the hardware out there, on the agreement that
>> someone is going to actively use the hardware for the sparc port.  Any
>> volunteers?
>
> We've had this discussion on the Illumos side about a year ago. The
> hardware wasn't the issue. It was the volunteers (save for a single
> brave soul, nobody wanted to deal with it).
>
> Cheers,
> --
> Saso
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Upgrade Conflicts with 151a9

2014-01-22 Thread Stefan Müller-Wilken
Hmmm... at least for standard 151a8 installations I can't report any 
difficulties. I upgraded one of my installations this morning without _any_ 
warning messages.

Cheers
 Stefan

Von: Carl Brewer [c...@bl.echidna.id.au]
Gesendet: Mittwoch, 22. Januar 2014 11:33
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] Upgrade Conflicts with 151a9

On 22/01/2014 2:15 PM, Ray Butler wrote:
> Hello Experts,
>
> Attemping to upgrade my home server to 151a9 today and I'm getting several
> conflicts which apparently are due to my using the legacy repo. Any way to
> get around this other than a reinstall? Thanks in advance.\\

I'm seeing the same problem :

The Illumos Project SunOS 5.11  illumos-5d539a8 July 2013
root@hostie:~# pkg image-update --be-name oi_151a9
Creating Plan |
pkg update: The requested change to the system attempts to install
multiple acti
ons
for link 'usr/lib/libgdk_pixbuf_xlib-2.0.so.0' with conflicting attributes:

 1 package delivers 'link path=usr/lib/libgdk_pixbuf_xlib-2.0.so.0
target=lib
gdk_pixbuf_xlib-2.0.so.0.2000.1':

pkg://openindiana.org/library/desktop/gtk2@2.20.1,5.11-0.151.1.8:2013040
6T215741Z
 1 package delivers 'link path=usr/lib/libgdk_pixbuf_xlib-2.0.so.0
target=lib
gdk_pixbuf_xlib-2.0.so.0.2200.1':

pkg://openindiana.org/library/desktop/gdk-pixbuf@0.5.11,5.11-0.151.1.9:2
0140117T202422Z

These packages may not be installed together.  Any non-conflicting set may
be, or the packages must be corrected before they can be installed.

.
.
.

all for pkg://openindiana.org/library/desktop/gdk-pixbuf@

I upgraded hipster to 151a8 without this issue

My publishers :

pkg publisher
PUBLISHER TYPE STATUS   URI
openindiana.org   origin   online
http://pkg.openindiana.org/dev/
opensolaris.org   origin   online
http://pkg.openindiana.org/legacy/
sfe   origin   online
http://pkg.openindiana.org/sfe/



Does anyone here have a handholding howto to fix this?  Can I just get
rid of the gdk-pixbuf package and if so, how?

thanks!

Carl







___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Σχετ: Re: Σχετ: Taglib/cppunit for Mediatomb

2014-01-20 Thread Stefan Müller-Wilken
Good point and definitely cleaner than the 'tar zcvf' I had in mind! :-)

Cheers
 Stefan


Von: Guenther Alka [a...@hfg-gmuend.de]
Gesendet: Montag, 20. Januar 2014 16:43
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Σχετ: Re:  Σχετ:  Taglib/cppunit for 
Mediatomb

Chris wrote a online shell scripts that installs Mediatomb
as a free add-on for napp-it on OI and OmniOS.

You can use (or compare) the installer without napp-it as well
http://napp-it.org/extensions/mediatomb.html

Gea

Am 20.01.2014 11:51, schrieb Stefan Müller-Wilken:
> ... if it is not for the good challenge, would it help to wrap a precompiled 
> Mediatomb installation and put it somewhere?
>
> Cheers
>   Stefan
> 
> Von: Rainer Heilke [rhei...@dragonhearth.com]
> Gesendet: Montag, 20. Januar 2014 11:21
> An: openindiana-discuss@openindiana.org
> Betreff: Re: [OpenIndiana-discuss] Σχετ: Re:  Σχετ:  Taglib/cppunit for 
> Mediatomb
>
> Based on Alan's comments, I installed a newer version of gcc from the
> repository.
> ./configure CC=/usr/gcc/4.3/bin/gcc CXX=/usr/gcc/4.3/bin/gcc
> LD=/usr/gcc/4.3/bin/gcc
>
> died with:
>/usr/gcc/4.3/bin/gcc -DHAVE_CONFIG_H -I. -I../../config
> -I../../include -I../../include -g -O2 -MT TestAssert.lo -MD -MP -MF
> .deps/TestAssert.Tpo -c TestAssert.cpp -fPIC -DPIC -o .libs/TestAssert.o
> In file included from ../../include/cppunit/portability/FloatingPoint.h:5,
>from TestAssert.cpp:2:
> /usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/include-fixed/math.h:46:26:
> error: iso/math_iso.h: No such file or directory
> /usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/include-fixed/math.h:353:27:
> error: floatingpoint.h: No such file or directory
> TestAssert.cpp: In function âvoid CppUnit::assertDoubleEquals(double,
> double, double, CppUnit::SourceLine, const std::string&)â:
> TestAssert.cpp:20: error: âfabsâ was not declared in this scope
> gmake[2]: *** [TestAssert.lo] Error 1
> gmake[2]: Leaving directory `/data/build/cppunit-1.12.1/src/cppunit'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/data/build/cppunit-1.12.1/src'
> gmake: *** [all-recursive] Error 1
>
> This is with:
> gcc -v
> Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/specs
> Configured with:
> /home/jt/OIDEV/151A-PRESTABLE9/newbuilds/sfw/usr/src/cmd/gcc/gcc-3.4.3/configure
> --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as
> --with-ld=/usr/ccs/bin/ld --without-gnu-ld
> --enable-languages=c,c++,f77,objc --enable-shared
> Thread model: posix
> gcc version 3.4.3 (csl-sol210-3_4-20050802)
>
> So, no further ahead.
>
> Rainer
>
>
>
> On 1/19/2014 8:25 PM, Rainer Heilke wrote:
>> My understanding was that the CC=/usr/bin/gcc defined what CC was for
>> the rest of the line. It was one of my later efforts, after the first
>> 67 failed. And I wouldn't be able to discern the flags; I was never
>> much of a programmer (I did have my moments, but I was a sysadmin
>> before anything else), and have been out of the game completely for
>> almost 6 years.
>>
>> Rainer
>>
>> On 1/19/2014 5:25 PM, Alan Coopersmith wrote:
>>> On 01/19/14 02:30 PM, Rainer Heilke wrote:
>>>>$ ./configure CC=/usr/bin/gcc CXX=CC CXXFLAGS=-pta
>>>> -instances=static -mt -xtarget=pentium3 -g -features=no%transitions
>>>> LD=CC
>>> Trying to mix the Gnu C compiler with the Studio C++ compiler like that
>>> is most likely to end with a set of flags that works with neither.
>>>
>>> Either use CC=cc & CXX=CC for the Studio tools or CC=gcc CXX=g++ for
>>> the GNU ones.  (Most of those CXXFLAGS look like Studio, not GNU ones.)
>>>
> --
> Mind the Gap
> Web: http://www.dragonhearth.com
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
> 
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Σχετ: Re: Σχετ: Taglib/cppunit for Mediatomb

2014-01-20 Thread Stefan Müller-Wilken
... if it is not for the good challenge, would it help to wrap a precompiled 
Mediatomb installation and put it somewhere?

Cheers
 Stefan

Von: Rainer Heilke [rhei...@dragonhearth.com]
Gesendet: Montag, 20. Januar 2014 11:21
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] Σχετ: Re:  Σχετ:  Taglib/cppunit for 
Mediatomb

Based on Alan's comments, I installed a newer version of gcc from the
repository.
./configure CC=/usr/gcc/4.3/bin/gcc CXX=/usr/gcc/4.3/bin/gcc
LD=/usr/gcc/4.3/bin/gcc

died with:
  /usr/gcc/4.3/bin/gcc -DHAVE_CONFIG_H -I. -I../../config
-I../../include -I../../include -g -O2 -MT TestAssert.lo -MD -MP -MF
.deps/TestAssert.Tpo -c TestAssert.cpp -fPIC -DPIC -o .libs/TestAssert.o
In file included from ../../include/cppunit/portability/FloatingPoint.h:5,
  from TestAssert.cpp:2:
/usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/include-fixed/math.h:46:26:
error: iso/math_iso.h: No such file or directory
/usr/gcc/4.3/lib/gcc/i386-pc-solaris2.11/4.3.3/include-fixed/math.h:353:27:
error: floatingpoint.h: No such file or directory
TestAssert.cpp: In function âvoid CppUnit::assertDoubleEquals(double,
double, double, CppUnit::SourceLine, const std::string&)â:
TestAssert.cpp:20: error: âfabsâ was not declared in this scope
gmake[2]: *** [TestAssert.lo] Error 1
gmake[2]: Leaving directory `/data/build/cppunit-1.12.1/src/cppunit'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/data/build/cppunit-1.12.1/src'
gmake: *** [all-recursive] Error 1

This is with:
gcc -v
Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/specs
Configured with:
/home/jt/OIDEV/151A-PRESTABLE9/newbuilds/sfw/usr/src/cmd/gcc/gcc-3.4.3/configure
--prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as
--with-ld=/usr/ccs/bin/ld --without-gnu-ld
--enable-languages=c,c++,f77,objc --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-20050802)

So, no further ahead.

Rainer



On 1/19/2014 8:25 PM, Rainer Heilke wrote:
> My understanding was that the CC=/usr/bin/gcc defined what CC was for
> the rest of the line. It was one of my later efforts, after the first
> 67 failed. And I wouldn't be able to discern the flags; I was never
> much of a programmer (I did have my moments, but I was a sysadmin
> before anything else), and have been out of the game completely for
> almost 6 years.
>
> Rainer
>
> On 1/19/2014 5:25 PM, Alan Coopersmith wrote:
>> On 01/19/14 02:30 PM, Rainer Heilke wrote:
>>>   $ ./configure CC=/usr/bin/gcc CXX=CC CXXFLAGS=-pta
>>> -instances=static -mt -xtarget=pentium3 -g -features=no%transitions
>>> LD=CC
>>
>> Trying to mix the Gnu C compiler with the Studio C++ compiler like that
>> is most likely to end with a set of flags that works with neither.
>>
>> Either use CC=cc & CXX=CC for the Studio tools or CC=gcc CXX=g++ for
>> the GNU ones.  (Most of those CXXFLAGS look like Studio, not GNU ones.)
>>
>

--
Mind the Gap
Web: http://www.dragonhearth.com

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Σχετ: Taglib/cppunit for Mediatomb

2014-01-19 Thread Stefan Müller-Wilken
Hi there,

might be a stupid question, but why don't you simply reuse the Mediatomb 
binaries? If memory serves me right, that's exactly what I have done. And my 
Mediatomb installation works like a charm...

Cheers
 Stefan


Von: Rainer Heilke [rhei...@dragonhearth.com]
Gesendet: Sonntag, 19. Januar 2014 11:19
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] Σχετ:  Taglib/cppunit for Mediatomb

I've tried the gnu compiler, the SunStudio compiler, and they all fail.
In fact, when I run configure with CC=/usr/bin/gcc it quickly dies with:
configure: error: in `/data/build/cppunit-1.12.1':
configure: error: C compiler cannot create executables
See `config.log' for more details

Rainer
On 1/18/2014 10:28 PM, Apostolos Syropoulos wrote:
> I suspect you are not using GNU Make. Try to compile with gmake. Also why are 
> you using the studio compiler and not gcc?
> A.S.
>
> Στάλθηκε από το Yahoo Mail στο Android
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss

--
Mind the Gap
Web: http://www.dragonhearth.com

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] denyhosts IPS package?

2014-01-16 Thread Stefan Müller-Wilken
Hi all,

still working on my intrusion protection task and currently struggling with 
fail2ban:

$ uname -a
SunOS sunny 5.11 oi_151a8 i86pc i386 i86pc
$ pkg publisher
PUBLISHER TYPE STATUS   URI
openindiana.org   origin   online   
http://pkg.openindiana.org/dev/
sfe   origin   online   
http://pkg.openindiana.org/sfe/
sfe-encumberedorigin   online   
http://pkg.openindiana.org/sfe-encumbered/
$ pkg search -r network/fail2ban
$ pkg search -r fail2ban
$ pkg info network/fail2ban
pkg: info: no packages matching the following patterns you specified are
installed on the system.  Try specifying -r to query remotely:

network/fail2ban
$

The system is on a151a8, I do have sfe and sfe-encumbered in my list of 
publishers and still I don't see it. How can that be? Thanks for any insight...

Cheers
 Stefan

Von: Predrag Zecevic [Unix Systems Administrator] 
[predrag.zece...@2e-systems.com]
Gesendet: Mittwoch, 15. Januar 2014 14:09
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] denyhosts IPS package?

Hi Stefan,

does fail2ban fits your needs?

$ pkg info network/fail2ban
   Name: network/fail2ban
Summary: monitor logfiles for invalid login attempts and ban
source IP-addresses - (github version
e065f64b14699758a28fdbf4622fca884753e68f)
Description: Fail2Ban monitors log files like /var/log/pwdfail or
 /var/log/apache/error_log and bans failure-prone
addresses. It
 updates firewall rules to reject the IP address or
executes user
 defined commands. (currently: /etc/hosts.deny is
updated) NOTE:
 You need to configure syslog.conf to get necessary
login log
 entries

 == INSTALLATION ON SOLARIS -> Read the file
 /usr/share/doc/SFEfail2ban/README.Solaris Note from SFE
 maintainer for this package: If you do not follow the above
 README.Solaris (files already copied!) then you will
not get a
 working fail2ban setup!
   Category: Network
  State: Installed
  Publisher: sfe
Version: 0.0.0.0.0.2
 Branch: 0.151.1.8
Packaging Date: December  4, 2013 06:11:08 PM
   Size: 296.89 kB
   FMRI:
pkg://sfe/network/fail2ban@0.0.0.0.0.2-0.151.1.8:20131204T181108Z


Regards.

On 01/15/14 01:54 PM, Stefan Müller-Wilken wrote:
> Hi there,
>
> is there a denyhosts package available? I'd like to more effectively ban 
> dictionary attackers from my systems and looking at 
> https://www.illumos.org/issues/228#note-8 a package was at least in 
> discussion.
>
> @Ken: can you comment on this?
>
> Cheers
>   Stefan.
>
> 
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
   65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Everybody needs a little love sometime; stop hacking and fall in love!

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] denyhosts IPS package?

2014-01-15 Thread Stefan Müller-Wilken
Yes, I know. Have been using it in Linux environments for ages but since it was 
not abailable packaged for OI thought it worthwhile asking on the list...

Cheers
 Stefan


Am 15.01.2014 um 16:57 schrieb "Jerry Kemp" :

> I have been using denyhosts for a couple of years.
>
> Its a good product and easy to set up.
>
> Jerry
>
>
> On 01/15/14 06:54 AM, Stefan Müller-Wilken wrote:
>> Hi there,
>>
>> is there a denyhosts package available? I'd like to more effectively ban 
>> dictionary attackers from my systems and looking at 
>> https://www.illumos.org/issues/228#note-8 a package was at least in 
>> discussion.
>>
>> @Ken: can you comment on this?
>>
>> Cheers
>>  Stefan.
>>
>> 
>> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
>> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] denyhosts IPS package?

2014-01-15 Thread Stefan Müller-Wilken





Am 15.01.2014 um 14:31 schrieb "Gary Gendel" :

> On 01/15/2014 07:54 AM, Stefan Müller-Wilken wrote:
>> Hi there,
>>
>> is there a denyhosts package available? I'd like to more effectively ban 
>> dictionary attackers from my systems and looking at 
>> https://www.illumos.org/issues/228#note-8 a package was at least in 
>> discussion.
>>
>> @Ken: can you comment on this?
>>
>> Cheers
>>  Stefan.
>>
>> 
>> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
>> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
> Stefan,
>
> Assuming you use ssh for remote login then I have updated sshguard so it 
> works on OpenIndiana.  It will monitor log files to identify attacks and then 
> uses ipfilter to block them.  I had to change the check for ssh invalid 
> password to properly match OpenIndiana/Solaris ssh messages and updated the 
> ipfilter insertion statement to match my ipfilter setup (specify which 
> interface and add "group" tag). I also put together a rudimentary SMF file to 
> make it a proper service.
>
> I personally prefer sshguard over fail2ban because it is so lightweight.  
> Once it started blocking brute force attacks on my server (which was often) 
> they suddenly stopped.  Sshguard also can do the same for various MTA and 
> other application logins but ssh is the only one I've tested.  Let me know if 
> you want what I've done.
>
> Gary
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] denyhosts IPS package?

2014-01-15 Thread Stefan Müller-Wilken
Hi Gregory,

Thanks for the input! Intrusion prevention can never be done in a 
one-size-fits-all approach so anything will help. :-) Maybe we should set up a 
OpenIndiana wiki topic on setting up Internet facing boxes to collect all 
possible measures.

Cheers
 Stefan


Von: Gregory Youngblood [greg...@youngblood.me]
Gesendet: Mittwoch, 15. Januar 2014 15:49
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] denyhosts IPS package?

Do you require password authentication or can you require only key access?

Disabling password authentication prevents the dictionary and other brute force 
password attempts.

You might also consider setting up a couple of jump boxes and then use ipfilter 
or external firewall to only allow ssh traffic from those jump boxes. If you go 
this route remember to use proxycommand to relay the connection and not to 
store any keys on the jump box.

Greg




Sent from my HTC One on the Verizon Wireless 4G LTE network

- Reply message -
From: "Stefan Müller-Wilken" 
To: "openindiana-discuss@openindiana.org" 
Subject: [OpenIndiana-discuss] denyhosts IPS package?
Date: Wed, Jan 15, 2014 5:54 AM

Hi there,

is there a denyhosts package available? I'd like to more effectively ban 
dictionary attackers from my systems and looking at 
https://www.illumos.org/issues/228#note-8 a package was at least in discussion.

@Ken: can you comment on this?

Cheers
Stefan.


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] denyhosts IPS package?

2014-01-15 Thread Stefan Müller-Wilken
Hi Gary,

haven't looked at sshguard so far and it is definitely worth a look. 
'Lightweight' sounds quite attractive. :-) Ultimately I'd also like to secure 
IMAP (I haven't dared opening to the world for the missing dictionary attack 
protection) etc. but maybe that's a second step. So, if I understand you right, 
sshguard currently requires manual installation but will work as a first class 
SMF citizen afterwards?

Cheers
 Stefan


Von: Gary Gendel [g...@genashor.com]
Gesendet: Mittwoch, 15. Januar 2014 14:30
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] denyhosts IPS package?

On 01/15/2014 07:54 AM, Stefan Müller-Wilken wrote:
> Hi there,
>
> is there a denyhosts package available? I'd like to more effectively ban 
> dictionary attackers from my systems and looking at 
> https://www.illumos.org/issues/228#note-8 a package was at least in 
> discussion.
>
> @Ken: can you comment on this?
>
> Cheers
>   Stefan.
>
> 
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss

Stefan,

Assuming you use ssh for remote login then I have updated sshguard so it
works on OpenIndiana.  It will monitor log files to identify attacks and
then uses ipfilter to block them.  I had to change the check for ssh
invalid password to properly match OpenIndiana/Solaris ssh messages and
updated the ipfilter insertion statement to match my ipfilter setup
(specify which interface and add "group" tag). I also put together a
rudimentary SMF file to make it a proper service.

I personally prefer sshguard over fail2ban because it is so
lightweight.  Once it started blocking brute force attacks on my server
(which was often) they suddenly stopped.  Sshguard also can do the same
for various MTA and other application logins but ssh is the only one
I've tested.  Let me know if you want what I've done.

Gary


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] denyhosts IPS package?

2014-01-15 Thread Stefan Müller-Wilken
Hmmm... I thought I had checked for fail2ban as well but apparently haven't if 
it is in fact there. Maybe fail2ban is even supperior as it is not restricted 
to SSH but could secure IMAP as well. Thanks for your feedback!

Cheers
 Stefan


Am 15.01.2014 um 14:10 schrieb "Predrag Zecevic [Unix Systems Administrator]" 
:

> Hi Stefan,
>
> does fail2ban fits your needs?
>
> $ pkg info network/fail2ban
>  Name: network/fail2ban
>   Summary: monitor logfiles for invalid login attempts and ban source 
> IP-addresses - (github version e065f64b14699758a28fdbf4622fca884753e68f)
>   Description: Fail2Ban monitors log files like /var/log/pwdfail or
>/var/log/apache/error_log and bans failure-prone addresses. It
>updates firewall rules to reject the IP address or executes 
> user
>defined commands. (currently: /etc/hosts.deny is updated) NOTE:
>You need to configure syslog.conf to get necessary login log
>entries 
> 
>== INSTALLATION ON SOLARIS -> Read the file
>/usr/share/doc/SFEfail2ban/README.Solaris Note from SFE
>maintainer for this package: If you do not follow the above
>README.Solaris (files already copied!) then you will not get a
>working fail2ban setup!
>  Category: Network
> State: Installed
> Publisher: sfe
>   Version: 0.0.0.0.0.2
>Branch: 0.151.1.8
> Packaging Date: December  4, 2013 06:11:08 PM
>  Size: 296.89 kB
>  FMRI: 
> pkg://sfe/network/fail2ban@0.0.0.0.0.2-0.151.1.8:20131204T181108Z
>
>
> Regards.
>
> On 01/15/14 01:54 PM, Stefan Müller-Wilken wrote:
>> Hi there,
>>
>> is there a denyhosts package available? I'd like to more effectively ban 
>> dictionary attackers from my systems and looking at 
>> https://www.illumos.org/issues/228#note-8 a package was at least in 
>> discussion.
>>
>> @Ken: can you comment on this?
>>
>> Cheers
>>  Stefan.
>>
>> 
>> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
>> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
> --
> Predrag Zečević, Technical Support Analyst, 2e Systems GmbH
>
> Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
> Mobile:+49  174 3109 288, Skype: predrag.zecevic
> E-mail:predrag.zece...@2e-systems.com
>
> Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
>  65812 Bad Soden am Taunus, Germany
> Company registration: Amtsgericht Königstein (Germany), HRB 7303
> Managing director:Phil Douglas
>
> http://www.2e-systems.com/ - Making your business fly!
>
> [***]===---
> Everybody needs a little love sometime; stop hacking and fall in love!
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] denyhosts IPS package?

2014-01-15 Thread Stefan Müller-Wilken
Hi there,

is there a denyhosts package available? I'd like to more effectively ban 
dictionary attackers from my systems and looking at 
https://www.illumos.org/issues/228#note-8 a package was at least in discussion.

@Ken: can you comment on this?

Cheers
 Stefan.


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Fw: Forgot Zone Root Password, Redirect X inside Zone, Reinstall Zone

2014-01-13 Thread Stefan Müller-Wilken
Why don't you just copy the password (i.e. the crypted part between the first 
and the second colon) field from the /etc/shadow line of a known account in 
your root zone into the /etc/shadow's definition of your standard user account 
in your problematic zone? That should do the trick...

Cheers
 Stefan


Von: Handojo [hando...@yahoo.com]
Gesendet: Montag, 13. Januar 2014 12:48
An: openindiana-discuss@openindiana.org
Betreff: [OpenIndiana-discuss] Fw: Forgot Zone Root Password,   Redirect X 
inside Zone, Reinstall Zone

Can't you just zlogin as root from the global zone? Then you can run
passwd and set up a new root password.

I have to log in as root in order to run zlogin

and I can't run : zlogin -l root 
the reply was : Login incorrect

So the only option is to run : zlogin -C 

But since I removed the password field of user root on /mypool/root/etc/shadow
into : root::6445::

when I login to the zone, it says : pam_authtok_get: login: empty password not 
allowed for root from localhost

I wonder why anybody else can zlogin as root with the password taken out, while 
I can't


Regards,

Hans
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] 151a8 text installer: unable to login?

2014-01-09 Thread Stefan Müller-Wilken
Hi Cal,

text installer will lead to text login prompts after reboot. You can switch on 
graphical interface but that's not the default. The requirement to use ESC+<#> 
instead of function keys might come from the terminal emulation. You can change 
the terminal type before switching into colored ncurses mode with 
"sun-terminal" being the default. Function keys do work for Virtual Box, by the 
way, so that can't be a fundamental problem.

As for the account problems: root will never work as a login name in multi user 
mode under OpenIndiana for security reasons. Anyway, the function key issue 
could hint at general keyboard mapping problems (at least at initial 
configuration time). Have you tried typing both the user name _and_ password in 
clear text, i.e. in the user name field, to make sure you end up with the right 
characters in the password field? Sometimes the mapping of standard (y vs. z is 
always worth a look in Germany) or special characters (,;.# etc.) can give you 
a hard time, making it a good idea to check designated contents of password 
fields in clear text first.

If that does not bring success, then you should boot to single user and try 
logging in as root from there...

Cheers
 Stefan

Von: Cal Sawyer [ca...@blue-bolt.com]
Gesendet: Donnerstag, 9. Januar 2014 12:57
An: openindiana-discuss@openindiana.org
Betreff: [OpenIndiana-discuss] 151a8 text installer: unable to login?

New here ...

Installing 151a8 on ESXi to have a look at OI ahead of possibly
deploying on a very large archive server.

Install went fine (aside from requiring ESC+2 to move through config
pages?).  On reboot, i only encountered a text login prompt.  I could
not log in as root or the user configured during installation.

ssh was running but also refused login (with failures reported to the
test console in ESXi OI guest)

Attempted installing 3 times (subsequent installs correctly used F-keys
to page, btw).  Same result each time.

Going to try the LiveCD installer instead, but thought this might be a
known issue with the text installer?

Also: Should the end result of a text install/reboot result in a
graphical login screen or text?

- cal

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] XStream Desktop beta EA1

2013-12-20 Thread Stefan Müller-Wilken
... and report back to the eagerly waiting list! =-)

Cheers
 Stefan.


Von: Jim Klimov [jimkli...@cos.ru]
Gesendet: Freitag, 20. Dezember 2013 17:08
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] XStream Desktop beta EA1

On 2013-12-20 19:32, cpforum wrote:
> May I declare http://pkg.sonicle.com/xstreamos-beta/ as a package repository 
> and install LibreOffice and VLC on openindiana-a8 or
> hipster without breaking the whole OS ?

Technically - I think you may, just like you can add SFE repos:

# pkg publisher
PUBLISHER TYPE STATUS   URI
openindiana.org   origin   online
http://pkg.openindiana.org/dev/
openindiana.org   mirror   online   http://n54l:10002/
opensolaris.org   origin   online
http://pkg.openindiana.org/legacy/
sfe   origin   online
http://pkg.openindiana.org/sfe/
sfe-encumberedorigin   online
http://pkg.openindiana.org/sfe-encumbered/


One repository is your system default (see "pkg set-publisher
--search-first") in case you specify incomplete package-version
identifiers and more than one repo contains a hit to your pattern.

*Probably*, adding the XStreamOS repo and installing the packages
with complete resource ID's should not break your OS. But these
packages may pull dependencies which may conflict (i.e. same libs),
so you should rather test this in a new BE and/or a test local zone
first.

HTH,
//Jim



___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OpenIndiana USB 3 support

2013-12-12 Thread Stefan Müller-Wilken
It's not that I would advise doing so -  for the licensing issues only to start 
with. As I said, it was more the possibility to do so that I wondered about.

You're absolutely right: I would never ever consider that for production server 
use. But I havent't seen any requirement for USB 3 in that domain so far - and 
that is the only area I currently use OI for...

Cheers
 Stefan

Am 12.12.2013 um 21:22 schrieb "Jonathan Adams" :

> In order to get the closed USB 3 binaries from Solaris 11, you have to buy
> a copy of Solaris 11 and have a support contract. You also need to agree to
> the license terms which would basically stop you taking part of the
> operating system and giving it away.
>
> So there is a remote possibility that the USB drivers _might_ work from
> Solaris 11, but there is a high chance that your system will bork
> completely if you have a low level driver that doesn't work correctly, and
> a high chance that some applications that talk to the USB will not work at
> all with the new driver.
>
> If you _were_ planning on ever trying this, I would seriously advise you to
> clone your boot-environment so that you can get back to a working system
> quickly.
>
> Better to wait, support, encourage, or if you are able get involved with
> creating a working USB3 for Illumos native.
>
>
> On 12 December 2013 19:57, Stefan Müller-Wilken <
> stefan.mueller-wil...@acando.de> wrote:
>
>> I actually wasn't speaking of taking the source (that Oracle most likely
>> wouldn't provide, anyway) but about the possibility to take and integrate
>> pre-compiled modules. Wouldn't that _potentially_ be possible in this case
>> for anyone desperately needing USB 3?
>>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OpenIndiana USB 3 support

2013-12-12 Thread Stefan Müller-Wilken
I actually wasn't speaking of taking the source (that Oracle most likely 
wouldn't provide, anyway) but about the possibility to take and integrate 
pre-compiled modules. Wouldn't that _potentially_ be possible in this case for 
anyone desperately needing USB 3?

Cheers
 Stefan

-Ursprüngliche Nachricht-
Von: Jonathan Adams [mailto:t12nsloo...@gmail.com]
Gesendet: Donnerstag, 12. Dezember 2013 20:41
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] OpenIndiana USB 3 support

On listbox, september 2013, the discussion is headed "anyone seen wireless USB 
in the wild?"

There are developments afoot, but currently it is not shipped in any system 
based on Illumos AFAIK

http://www.listbox.com/member/archive/182179/entry/24:414/20130929151058:DD90C128-293A-11E3-B227-8250592EEA1B/

We cannot take any source from Oracle unless they release it, they are not 
currently releasing source code.  Even if Oracle decided to release source 
code, we are a fork, and it might no longer be compatible code.


On 12 December 2013 19:20, Stefan Müller-Wilken < 
stefan.mueller-wil...@acando.de> wrote:

> I've seen that Solaris 11.1 includes an USB 3 capable xhci module (see
> http://docs.oracle.com/cd/E26502_01/html/E29006/devusbover-9.html) .
> Could that be recycled under OpenIndiana, just as Solaris 11 NIC
> drivers can be used interchangably?
>
> Cheers
>  Stefan
>
> -Ursprüngliche Nachricht-
> Von: Jonathan Adams [mailto:t12nsloo...@gmail.com]
> Gesendet: Donnerstag, 12. Dezember 2013 20:01
> An: Discussion list for OpenIndiana
> Betreff: Re: [OpenIndiana-discuss] OpenIndiana-discuss Digest, Vol 41,
> Issue 21
>
> not at the moment, no.
>
>
> On 12 December 2013 17:09, David Thistlethwaite
> wrote:
>
> > Hi folks anyone know if oi supports
> > Usb 3?
> >
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
> 
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer:
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 |
> Ust.Ident-Nr.:DE208833022
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] OpenIndiana USB 3 support

2013-12-12 Thread Stefan Müller-Wilken
I've seen that Solaris 11.1 includes an USB 3 capable xhci module (see 
http://docs.oracle.com/cd/E26502_01/html/E29006/devusbover-9.html) . Could that 
be recycled under OpenIndiana, just as Solaris 11 NIC drivers can be used 
interchangably?

Cheers
 Stefan

-Ursprüngliche Nachricht-
Von: Jonathan Adams [mailto:t12nsloo...@gmail.com]
Gesendet: Donnerstag, 12. Dezember 2013 20:01
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] OpenIndiana-discuss Digest, Vol 41, Issue 21

not at the moment, no.


On 12 December 2013 17:09, David Thistlethwaite
wrote:

> Hi folks anyone know if oi supports
> Usb 3?
>
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] FMT notification weirdness

2013-12-05 Thread Stefan Müller-Wilken
Dear all,

I'm seeing a strange behavior with FMT fault notifications that someone maybe 
can explain. I have enabled SMTP notifications using ...

svccfg setnotify problem-diagnosed mailto:root@localhost
svccfg setnotify problem-repaired mailto:root@localhost
svccfg setnotify problem-resolved mailto:root@localhost

Then, after pulling a hard drive, I see no fault messages at all. Only after 
putting the hard drive back in, I get all three messages in one go: Fault 
Management Event: hostname:ZFS-8000-QJ ... Fault Management Event: 
hostname:FMD-8000-4M ... Fault Management Event: hostname:FMD-8000-6U. Huh?!

Previously I received ZFS-8000-QJ immediately after the fault being noticed and 
both FMD-8000-4M and FMD-8000-6U after reinsertion. Am I missing something here?

Cheers
 Stefan


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Split-root installations

2013-11-26 Thread Stefan Müller-Wilken
Hi Jim,

first of all thanks for your efforts! Although I don't have a clear picture 
here, my biggest concern  would be breaking upstream compatibility for fairly 
special case. Would we run that risk?

Cheers
 Stefan

Von: Jim Klimov [jimkli...@cos.ru]
Gesendet: Dienstag, 26. November 2013 23:19
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] Split-root installations

On 2013-11-26 19:23, Irek Szczesniak wrote:
> cut, cat and grep are ksh builtins. Use builtin  (run builtin
> --man to read details) to enable them by default and then remove the
> absolute paths so the shell doesn't search PATH for them.
> Most nawk usage can be replaced by ksh pattern matching, leaving
> sort(1) as the only command to worry about.

Thanks for the suggestions, and they did help me convert the scripts
for iptun and physical:default into code that does not complain when
run without /usr (certainly not an exhaustive test, but at least the
near-default cases work well now). Scripts did become uglier a bit,
especially when NAWK was replaced by bulkier shell constructs, but
in exchange there is one less subprocess type to fork :)

For good old ipconfig based on /etc/hostname.* files (and DHCP) this
can easily be made to work with a minimal root filesystem and ksh93.
For ipadm and for NWAM - not so, a working /usr is needed by those.

The NWAM method script is heavily dependent on /usr, with calls to
SMF admin commands, LDAP client and so on, and there is no easy way
to make it fully executable in absence of /usr (possibly one might
carve out some pre- and post- /usr logic to split into two services...
but what for?)

I wonder how (un)acceptable would it be to enhance the fs-root script
instead - when it makes sure that /usr/bin is available (the /usr is
mounted), it could invoke "svcadm restart" of the active instance of
the network/physical service (if any) and perhaps iptun which depends
on this. This would probably be proper after the script calls devfsadm
to detect devices for newly mounted drivers (which may include more
NICs than were available on rootfs).

In the end, I think this problem boils down to specific cases with
opposite dependencies, since the "clean" way to do this is with SMF
somehow:

1) / and /usr are local (ZFS, UFS, whatever) and don't depend on the
network (NFS, iSCSI, whatever) - then "network/physical" should depend
on "filesystem/root";

2) these filesystems (both or one) depend on networking to be active
and provided by the OS (i.e. GRUB which TFTP/PXE-boots a miniroot over
LAN is probably not the use-case) - then the filesystems' SMF services
should depend on networking services.
Although it can be argued that  /etc/fs/nfs/mount depends on at least
/usr/lib/libsmbios.so.1, so the miniroot which boots the server and
mounts the NFS root would (by default) have some /usr of its own...

Ultimately, these can be (and are) different "root" service instances
which can have very different dependency graphs...

What would the esteemed community experts suggest?

Thanks,
//Jim


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Creating .volsetid without mkisofs

2013-11-26 Thread Stefan Müller-Wilken
Good to hear we're getting closer to the root cause. :-)

Can you mayberecheck your ISO image? I have a oi-dev-151a8-text-x86.iso 
downloaded yesterday and unpacked a minute ago and it contains a .volsetid 
file. Would be surprised if it was missing in the UI version of the ISO.

Cheers
 Stefan

Von: Rainer Heilke [rhei...@dragonhearth.com]
Gesendet: Dienstag, 26. November 2013 10:03
An: Discussion list for OpenIndiana
Betreff: [OpenIndiana-discuss] Creating .volsetid without mkisofs

I've found the beginnings of my problems (thanks, Stefan). The 151a8
LiveCD did not lay down a /.volsetid on my root filesystem (rpool). The
one on the LiveCD doesn't work. So, how do I create one (with the right
value) from scratch? I don't think mkisofs will work.

TIA
Rainer

--
Mind the Gap
Web: http://www.dragonhearth.com

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] pkg only installing command-line tools

2013-11-25 Thread Stefan Müller-Wilken

... but you are sure that it might not be your DVD, RAM or mainboard that's 
giving you a hard time? I've never heard of similar problems with 151a8 so far 
on this list!

Cheers
 Stefan

Am 25.11.2013 um 22:43 schrieb "Rainer Heilke" :

> Thanks, I may take you up on that. Right now I'm installing software I need. 
> Interestingly enough, on this install, the package manager is borked. It will 
> start from the command line with pfexec, but not from the 
> System->Administration menu. Easy enough to get around, but it makes me 
> wonder how well the LiveCD image was tested...
>
> Rainer
>
> On 11/24/2013 11:18 PM, Stefan Müller-Wilken wrote:
>> Morning Rainer,
>>
>> sorry to hear your understandable disappointment.  But I'd still be willing 
>> to help diagnosing the network problem if you'd share the output of nwamcfg, 
>> dladm et cetera.
>>
>> Cheers
>>  Stefan
>> 
>> Von: Rainer Heilke [rhei...@dragonhearth.com]
>> Gesendet: Montag, 25. November 2013 03:43
>> An: openindiana-discuss@openindiana.org
>> Betreff: Re: [OpenIndiana-discuss] pkg only installing command-line tools
>>
>> Never mind; I've given up. :-(
>> I need to get going setting up software, so I'm reinstalling the LiveCD
>> knowing the network is pooched and that it won't save desktop settings,
>> and who knows what else. Maybe the 151a9 update will fix things.
>>
>> A very disappointed,
>> Rainer
>>
>> On 11/24/2013 4:35 PM, Rainer Heilke wrote:
>>> I've been using:
>>> pkg install -v {package}
>>>  to install command-line tools, but it refuses to install Gnome.
>>> Whenever I try:
>>> pkg install -v {gnome,gnome-incorporation,etc}
>>> it spins for a few moments "Creating plan", then comes back:
>>> "No updates necessary for this image."
>>>
>>> But this system doesn't have any of Gnome installed, nor does pkg
>>> install actually install anything.
>>>
>>> Between the 151a8 LiveCD not keeping the static network configurations
>>> (nor any of my desktop settings, I discovered), and now this, I'm
>>> about ready to ask if someone will send me a 151a7 LiveCD. 151a8 is
>>> definitely borked.
>>>
>>> Rainer
>>>
>> --
>> Mind the Gap
>> Web: http://www.dragonhearth.com
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>> 
>> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
>> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>
> --
> Mind the Gap
> Web: http://www.dragonhearth.com
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] pkg only installing command-line tools

2013-11-24 Thread Stefan Müller-Wilken
Morning Rainer,

sorry to hear your understandable disappointment.  But I'd still be willing to 
help diagnosing the network problem if you'd share the output of nwamcfg, dladm 
et cetera.

Cheers
 Stefan

Von: Rainer Heilke [rhei...@dragonhearth.com]
Gesendet: Montag, 25. November 2013 03:43
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] pkg only installing command-line tools

Never mind; I've given up. :-(
I need to get going setting up software, so I'm reinstalling the LiveCD
knowing the network is pooched and that it won't save desktop settings,
and who knows what else. Maybe the 151a9 update will fix things.

A very disappointed,
Rainer

On 11/24/2013 4:35 PM, Rainer Heilke wrote:
> I've been using:
> pkg install -v {package}
>  to install command-line tools, but it refuses to install Gnome.
> Whenever I try:
> pkg install -v {gnome,gnome-incorporation,etc}
> it spins for a few moments "Creating plan", then comes back:
> "No updates necessary for this image."
>
> But this system doesn't have any of Gnome installed, nor does pkg
> install actually install anything.
>
> Between the 151a8 LiveCD not keeping the static network configurations
> (nor any of my desktop settings, I discovered), and now this, I'm
> about ready to ask if someone will send me a 151a7 LiveCD. 151a8 is
> definitely borked.
>
> Rainer
>

--
Mind the Gap
Web: http://www.dragonhearth.com

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Add Gnome to server install

2013-11-22 Thread Stefan Müller-Wilken
I'm still interested in an analysis. Could you issue the
commands I sent and report the output? Maybe I need to correct something on my 
wiki tutorial?

Cheers
 Stefan

> Good morning.
>
> They simply didn't work for me, and there are a few pages on the wiki with 
> differing instructions. I really don't care to waste another day on this 
> issue.
>
> To add Gnome, would a:
>
> pkg -R consolidation/gnome/gnome-corporation install entire
> do the trick? (Thanks for the pointer, Jim.)
>
> R
>
>
> On 11/22/2013 2:14 AM, Stefan Müller-Wilken wrote:
>> Well, that was the point I was trying to make: for _me_, they worked so far. 
>>  I'd need a little more feedback from Rainer to know what might need 
>> rework...
>>
>> Cheers
>>  Stefan
>> 
>> Von: Jim Klimov [jimkli...@cos.ru]
>> Gesendet: Freitag, 22. November 2013 11:05
>> An: openindiana-discuss@openindiana.org
>> Betreff: Re: [OpenIndiana-discuss] Add Gnome to server install
>>
>> On 2013-11-22 10:59, Stefan Müller-Wilken wrote:
>>> Again: what is wrong with the NWAM approach? That works and for all of my 
>>> installations was set up in a straight forward approach...
>> For me - I am "oldschool", and most of the boxes use static configs
>> or centralized DHCP, so I haven't really used NWAM much and don't
>> feel like giving expert advice except pointers to some wikis and
>> blogs; I am not sure if I've even seen all the relevant ones :)
>>
>> BTW, since Rainer stated that the Wiki pages on static networking
>> are out of date - can you glance at them and see if anything needs
>> updating or fixing? ;)
>>
>> Thanks,
>> //Jim
>>
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>> 
>> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
>> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
> --
> Mind the Gap
> Web: http://www.dragonhearth.com
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Hipster ISOs

2013-11-22 Thread Stefan Müller-Wilken
Well, the most interesting aspect of hipster vs. dev lies in its supplemental 
packages: PostgreSQL 9.3, to name just one. If those were available on dev, 
then that would relax the situation a lot. Or am I missing something here?

Cheers
 Stefan


 "Tim Mooney" :

> In regard to: Re: [OpenIndiana-discuss] Hipster ISOs, Stefan M?ller-Wilken...:
>
>> Why don't we promote Hipster ISOs more visibly on openindiana.org? I
>> mean, with the much more current set of packages
>
> Is hipster really that much newer that OI151a8?  Hipster certainly was
> newer when OI151a7 was the latest ISO, but I thought 151a8 incorporated
> many of the package updates that were part of hipster.  Obviously there's
> been some divergence since 151a8 was released, but 151a8 is not that old
> yet.
>
> Tim
>
>> 
>>
>> Von: Predrag Zecevic [Unix Systems Administrator] 
>> [predrag.zece...@2e-systems.com]
>> Gesendet: Freitag, 22. November 2013 11:23
>> An: Discussion list for OpenIndiana
>> Betreff: Re: [OpenIndiana-discuss] Hipster ISOs
>>
>> Hi Stefan,
>>
>> yes, I am using /hipster for last couple months.
>> It looks very promising (didn't crashed yet).
>> As matter of fact, i am writing this from it, well latest from this morning:
>> ---8<---
>> SunOS Release 5.11 Version illumos-a8039bf 64-bit
>> ---8<---
>>
>> ISO files you can find here (found on
>> http://wiki.openindiana.org/oi/References+for+Development page):
>> http://dlc-origin.openindiana.org/isos/hipster/
>>
>> Regards.
>>
>> On 11/22/13 11:16, Stefan M?ller-Wilken wrote:
>>> Hi Predrag,
>>>
>>> thanks for the assist. :-)
>>>
>>> Talking about hipster: what is the status of getting a Hipster ISO? And: 
>>> anyone using Hipster productively already?
>>>
>>> Cheers
>>>  Stefan
>>>
>>> 
>>> Von: Predrag Zecevic [Unix Systems Administrator] 
>>> [predrag.zece...@2e-systems.com]
>>> Gesendet: Freitag, 22. November 2013 11:13
>>> An: Discussion list for OpenIndiana
>>> Betreff: Re: [OpenIndiana-discuss] Add Gnome to server install
>>>
>>> Hi all,
>>>
>>> i have found that (Stefans's) page
>>> http://wiki.openindiana.org/oi/Using+NWAM+to+configure+network+interfaces 
>>> contains
>>> all necessary info and have tested it with latest /hispter - was working.
>>>
>>> Regards.
>>>
>>> On 11/22/13 11:05, Jim Klimov wrote:
 On 2013-11-22 10:59, Stefan M?ller-Wilken wrote:
> Again: what is wrong with the NWAM approach? That works and for all of
> my installations was set up in a straight forward approach...

 For me - I am "oldschool", and most of the boxes use static configs
 or centralized DHCP, so I haven't really used NWAM much and don't
 feel like giving expert advice except pointers to some wikis and
 blogs; I am not sure if I've even seen all the relevant ones :)

 BTW, since Rainer stated that the Wiki pages on static networking
 are out of date - can you glance at them and see if anything needs
 updating or fixing? ;)

 Thanks,
 //Jim


 ___
 OpenIndiana-discuss mailing list
 OpenIndiana-discuss@openindiana.org
 http://openindiana.org/mailman/listinfo/openindiana-discuss

>>>
>>> --
>>> Predrag Ze?evi?, Technical Support Analyst, 2e Systems GmbH
>>>
>>> Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
>>> Mobile:+49  174 3109 288, Skype: predrag.zecevic
>>> E-mail:predrag.zece...@2e-systems.com
>>>
>>> Headquarter:  2e Systems GmbH, K?nigsteiner Str. 87,
>>>65812 Bad Soden am Taunus, Germany
>>> Company registration: Amtsgericht K?nigstein (Germany), HRB 7303
>>> Managing director:Phil Douglas
>>>
>>> http://www.2e-systems.com/ - Making your business fly!
>>>
>>> [***]===---
>>> Mix's Law: There is nothing more permanent than a temporary building.
>>> There is nothing more permanent than a temporary tax.
>>>
>>> ___
>>> OpenIndiana-discuss mailing list
>>> OpenIndiana-discuss@openindiana.org
>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>> 
>>> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Gesch?ftsf?hrer: 
>>> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>>>
>>> ___
>>> OpenIndiana-discuss mailing list
>>> OpenIndiana-discuss@openindiana.org
>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>
>> --
>> Predrag Ze?evi?, Technical Support Analyst, 2e Systems GmbH
>>
>> Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
>> Mobile:+49  174 3109 288, Skype: predrag.zecevic
>> E-mail:predrag.zece...@2e-systems.com
>>
>> Headquarter:  2e Systems GmbH, K?nigsteiner Str. 87,
>>  65812 Bad Soden am Taunus, Germany
>> Company registration: Amtsgericht K?nigstein (Germany), HRB 73

Re: [OpenIndiana-discuss] Hipster ISOs

2013-11-22 Thread Stefan Müller-Wilken
Is there a (at least roughly) defined schedule or task list one can use to see 
progress on Hipster? What (or who?) would define the point for hipster to be 
considered usable?

Cheers
 Stefan


Von: Udo Grabowski (IMK) [udo.grabow...@kit.edu]
Gesendet: Freitag, 22. November 2013 11:46
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Hipster ISOs

On 22/11/2013 11:38, Stefan Müller-Wilken wrote:
> Well, for production I'd hope for a little more than "didn't crash" ;-) but 
> that's already a good indication.
>
> Why don't we promote Hipster ISOs more visibly on openindiana.org? ...

As already discussed in another thread a few days ago,
/hipster is NOT for production, but a bleeding edge testbed
for transition to gcc compiled OI. It can break at any time
and it can eat all you data and burn your house.
Do never expect at any time that this will work without flaw.
Do not even consider to use that in production.

OI /dev is the current near release-quality branch for
productive work.
--
Dr.Udo GrabowskiInst.f.Meteorology a.Climate Research IMK-ASF-SAT
www.imk-asf.kit.edu/english/sat.php
KIT - Karlsruhe Institute of Technologyhttp://www.kit.edu
Postfach 3640,76021 Karlsruhe,Germany  T:(+49)721 608-26026 F:-926026



Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Hipster ISOs

2013-11-22 Thread Stefan Müller-Wilken
Well, for production I'd hope for a little more than "didn't crash" ;-) but 
that's already a good indication.

Why don't we promote Hipster ISOs more visibly on openindiana.org? I mean, with 
the much more current set of packages it is what could convince many potential 
users is a strong and up-to-date alternative to Linux...

Cheers
 Stefan


Von: Predrag Zecevic [Unix Systems Administrator] 
[predrag.zece...@2e-systems.com]
Gesendet: Freitag, 22. November 2013 11:23
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Hipster ISOs

Hi Stefan,

yes, I am using /hipster for last couple months.
It looks very promising (didn't crashed yet).
As matter of fact, i am writing this from it, well latest from this morning:
---8<---
SunOS Release 5.11 Version illumos-a8039bf 64-bit
---8<---

ISO files you can find here (found on
http://wiki.openindiana.org/oi/References+for+Development page):
http://dlc-origin.openindiana.org/isos/hipster/

Regards.

On 11/22/13 11:16, Stefan Müller-Wilken wrote:
> Hi Predrag,
>
> thanks for the assist. :-)
>
> Talking about hipster: what is the status of getting a Hipster ISO? And: 
> anyone using Hipster productively already?
>
> Cheers
>   Stefan
>
> 
> Von: Predrag Zecevic [Unix Systems Administrator] 
> [predrag.zece...@2e-systems.com]
> Gesendet: Freitag, 22. November 2013 11:13
> An: Discussion list for OpenIndiana
> Betreff: Re: [OpenIndiana-discuss] Add Gnome to server install
>
> Hi all,
>
> i have found that (Stefans's) page
> http://wiki.openindiana.org/oi/Using+NWAM+to+configure+network+interfaces 
> contains
> all necessary info and have tested it with latest /hispter - was working.
>
> Regards.
>
> On 11/22/13 11:05, Jim Klimov wrote:
>> On 2013-11-22 10:59, Stefan Müller-Wilken wrote:
>>> Again: what is wrong with the NWAM approach? That works and for all of
>>> my installations was set up in a straight forward approach...
>>
>> For me - I am "oldschool", and most of the boxes use static configs
>> or centralized DHCP, so I haven't really used NWAM much and don't
>> feel like giving expert advice except pointers to some wikis and
>> blogs; I am not sure if I've even seen all the relevant ones :)
>>
>> BTW, since Rainer stated that the Wiki pages on static networking
>> are out of date - can you glance at them and see if anything needs
>> updating or fixing? ;)
>>
>> Thanks,
>> //Jim
>>
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>
> --
> Predrag Zečević, Technical Support Analyst, 2e Systems GmbH
>
> Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
> Mobile:+49  174 3109 288, Skype: predrag.zecevic
> E-mail:predrag.zece...@2e-systems.com
>
> Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
> 65812 Bad Soden am Taunus, Germany
> Company registration: Amtsgericht Königstein (Germany), HRB 7303
> Managing director:Phil Douglas
>
> http://www.2e-systems.com/ - Making your business fly!
>
> [***]===---
> Mix's Law: There is nothing more permanent than a temporary building.
> There is nothing more permanent than a temporary tax.
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
> 
> Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: 
> Guido Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
   65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Mix's Law: There is nothing more permanent than a temporary building.
There is nothing more permanent than a temporary tax.

___
OpenIndiana-

[OpenIndiana-discuss] Hipster ISOs

2013-11-22 Thread Stefan Müller-Wilken
Hi Predrag,

thanks for the assist. :-)

Talking about hipster: what is the status of getting a Hipster ISO? And: anyone 
using Hipster productively already?

Cheers
 Stefan


Von: Predrag Zecevic [Unix Systems Administrator] 
[predrag.zece...@2e-systems.com]
Gesendet: Freitag, 22. November 2013 11:13
An: Discussion list for OpenIndiana
Betreff: Re: [OpenIndiana-discuss] Add Gnome to server install

Hi all,

i have found that (Stefans's) page
http://wiki.openindiana.org/oi/Using+NWAM+to+configure+network+interfaces 
contains
all necessary info and have tested it with latest /hispter - was working.

Regards.

On 11/22/13 11:05, Jim Klimov wrote:
> On 2013-11-22 10:59, Stefan Müller-Wilken wrote:
>> Again: what is wrong with the NWAM approach? That works and for all of
>> my installations was set up in a straight forward approach...
>
> For me - I am "oldschool", and most of the boxes use static configs
> or centralized DHCP, so I haven't really used NWAM much and don't
> feel like giving expert advice except pointers to some wikis and
> blogs; I am not sure if I've even seen all the relevant ones :)
>
> BTW, since Rainer stated that the Wiki pages on static networking
> are out of date - can you glance at them and see if anything needs
> updating or fixing? ;)
>
> Thanks,
> //Jim
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
   65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Mix's Law: There is nothing more permanent than a temporary building.
There is nothing more permanent than a temporary tax.

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Add Gnome to server install

2013-11-22 Thread Stefan Müller-Wilken
Well, that was the point I was trying to make: for _me_, they worked so far.  
I'd need a little more feedback from Rainer to know what might need rework...

Cheers
 Stefan

Von: Jim Klimov [jimkli...@cos.ru]
Gesendet: Freitag, 22. November 2013 11:05
An: openindiana-discuss@openindiana.org
Betreff: Re: [OpenIndiana-discuss] Add Gnome to server install

On 2013-11-22 10:59, Stefan Müller-Wilken wrote:
> Again: what is wrong with the NWAM approach? That works and for all of my 
> installations was set up in a straight forward approach...

For me - I am "oldschool", and most of the boxes use static configs
or centralized DHCP, so I haven't really used NWAM much and don't
feel like giving expert advice except pointers to some wikis and
blogs; I am not sure if I've even seen all the relevant ones :)

BTW, since Rainer stated that the Wiki pages on static networking
are out of date - can you glance at them and see if anything needs
updating or fixing? ;)

Thanks,
//Jim


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido 
Ahle | Amtsgericht Hamburg, HRB 76048 | Ust.Ident-Nr.:DE208833022

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


  1   2   >