Questions tagged [opensolaris]
The opensolaris tag has no summary.
39 questions
0 votes
1 answer
42 views
Solaris 11 or OI zones: redirecting network traffic to NGZ? Using Virtualization?
Does anyone know how to redirect IP packets from a GZ interface to a NGZ? I think this may be due to virtual (multiple) MAC addresses per NIC interacting with VMWare and VirtualBox and there is a ...
0 votes
1 answer
85 views
saslauthd works when run 'standalone' but not when run by OmniOS svcadm
If I run saslauthd via svcadm it does not work, but if I run it from the command-line, it does. u@h:w$ svcadm enable saslauthd u@h:w$ ps -ef|grep sasl ...
2 votes
1 answer
774 views
How To Read Variable Value Using mdb?
Let's say I set a parameter with the following command, how could I read it back later on? mdb -kwe "spa_load_verify_metadata/W 0" I am trying to read the man page, but I'm only in this OS ...
7 votes
2 answers
13k views
List processes that have been running more than 2 hours
How can I list processes, with a defined name, that have been running for more than 2 hours. This is what I have tried. ps -efo pid,comm,etime | grep 'process name' | awk '{print $3}' This is for ...
2 votes
1 answer
1k views
OpenIndiana Hipster boot problems
I installed OpenIndiana Hipster on a separate GPT partition alongside other Unixes following this guide from the openindiana wiki. After I finished, I tried to boot into the fresh installation but it ...
1 vote
0 answers
39 views
Must auths for privilege and such still be explicitly listed, or are they now included in solaris.*?
In OpenSolaris and the Solaris-version around that time, the solaris.grant auth wasn't included in solaris.* and had to be explicitly added. For example, from the definition of the Primary ...
0 votes
1 answer
280 views
OracleSolaris 11.2 - setting MANPATH variable
What is the right way to extend MANPATH in Solaris? Currently it is empty for a user session, so I get to do it manually in $HOME/.bash_profile: MANPATH=/usr/man:/usr/share/man:/usr/sfw/man:/opt/...
0 votes
1 answer
748 views
OracleSolaris 11.2 - delete a directory which is mount point
I removed a user from the syste, with userdel -r user however it still keeps its homedirectory /export/home/user, although the contents has been removed. The directory is mounted, but I don't know ...