Questions tagged [openindiana]
12 questions
3
votes
1 answer
wheel group in OpenSolaris
What is the equivalent of 'wheel' group in OpenSolaris/OpenIndiana? I used to add a user in the wheel group and permit the group to execute commands via sudo without password asked. I want to do the same in OpenSolaris/Indiana.
I see 'staff' group…

Mark
- 6,052
- 8
- 61
- 129
3
votes
1 answer
uuid.uuid1, uuid_generate_time, and threads
In Python, I can consistently generate a seg fault in the uuid module. This can be done by calling uuid.uuid1() repeatedly from multiple threads. After some digging, it appears that this function eventually calls the C uuid_generate_time function…

beetea
- 308
- 1
- 8
2
votes
0 answers
ISCSI target mounted with different LUN number
On a centOS host, I am able to discover my ISCSI targets from my SAN with this command :
iscsiadm -m discovery -t sendtargets -p IPOfMySan
A login on a specified target from the result list of the previous command will be fine.
But when I check…

Romeo
- 29
- 2
1
vote
1 answer
Can't install with "pkg" the packages for ImageMagick on OpenIndiana (OpenSolaris 11)
Anytime I try to install one of the ImageMagick packages, primary pkg:/image/imagemagick, I get the following (repeated) error:
pkg install: The following packages all deliver file actions to
…

Brendan
- 55
- 7
1
vote
2 answers
Running a batch file MATLAB - DIANA TNO
Currently, I'm working with a finite element software called DIANA, I've been always capable of running "simple" models with MATLAB executing a batch file. Nevertheless, now I'm starting to use more "complex" models (just more robust, with more…

lisandrojim
- 509
- 5
- 18
1
vote
0 answers
Install gcc on Solaris 11 error read-only filesystem
I downloaded oracle VM virtual box and the openindiana distribution of solaris. I tired to run gcc but it said "command not found".
I found instructions for installing gcc here Installing GCC on Oracle Solaris 11 but when I run something like pkg…

kec
- 11
- 2
1
vote
1 answer
analogue to /proc/cpuinfo and /proc/meminfo in OpenSolaris
I'm trying to figure out the way to see number of CPU cores available, its frequency, cpu flags etc. as well as RAM amount, i.e. what I can get in Linux via /proc/cpuinfo and /proc/meminfo.
Both OpenSolaris and OpenIndiana only maintain process IDs…

Mark
- 6,052
- 8
- 61
- 129
1
vote
0 answers
writing device drivers for OpenIndiana
Given that OpenIndiana is a fork of OpenSolaris, is it fair to say that writing device drivers for OpenIndiana should not be different from writing it on OpenSolaris?
I'm also looking for some references, or a "linux device drivers"-alike manual for…

Mark
- 6,052
- 8
- 61
- 129
1
vote
2 answers
openindiana node compiling error no C compiler
I am trying to compile node.js on openindiana, below is my Environment,
Even I set gcc path in .profile
It keeps saying
No acceptable C compiler found!
export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:/opt/gcc/4.4.4/bin:/usr/gnu/bin:$PATH
export…

nickleefly
- 3,733
- 1
- 29
- 31
0
votes
0 answers
Compiling libmemcached in OpenSolaris/OpenIndiana
I wish to compile libmemcached into OpenIndiana OS. The configure process works perfectly with the following output
configure: creating ./config.status
config.status: creating libhashkit/hashkitcon.h
config.status: creating…

greenelephant
- 71
- 6
0
votes
1 answer
Getting clang/llvm to use crle paths on Solaris?
I'm trying to configure an OpenIndiana build machine, and I'm new in general to the (not-so-) subtle differences in how (Open)(Solaris|Indiana) treat the build process. While I now understand that on Solaris, the default even when running on a…

Mahmoud Al-Qudsi
- 28,357
- 12
- 85
- 125
-2
votes
1 answer
Gnome session fails to start on OpenIndiana
After upgrading from OpenSolaris to OpenIndiana GNOME fails on start.
Cleaning up and recreating profiles had no effect.
Running with --debug option has not helped to recognize the problem

hutorny
- 863
- 11
- 17