Skip to main content

Questions tagged [opensolaris]

0 votes
1 answer
42 views

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 ...
atod's user avatar
  • 155
0 votes
1 answer
85 views

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 ...
Michael NGV's user avatar
2 votes
1 answer
774 views

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 ...
Louis Waweru's user avatar
7 votes
2 answers
13k views

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 ...
Vinod's user avatar
  • 71
2 votes
1 answer
1k views

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 ...
spacelander's user avatar
1 vote
0 answers
39 views

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 ...
Baard Kopperud's user avatar
0 votes
1 answer
280 views

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/...
Mark's user avatar
  • 1,943
0 votes
1 answer
748 views

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 ...
Mark's user avatar
  • 1,943

15 30 50 per page