Questions tagged [opensolaris]

OpenSolaris was an open source computer operating system based on Solaris created by Sun Microsystems.

OpenSolaris was an open source computer operating system based on Solaris created by Sun Microsystems. (wikipedia)

Related tags

82 questions
2
votes
3 answers

Sun C++ Compilers and Boost

I am currently developing on OpenSolaris 2009-06. The Boost::MPL Documentation seems to suggest that sun compilers are not supported (the document was last updated in 2004 ). Boost's top level documentation seems to suggest that the sun compilers…
Hassan Syed
  • 20,075
  • 11
  • 87
  • 171
2
votes
4 answers

open solaris code vs solaris code

How compatible is code written under Solaris with Open Solaris ? I would be interested specifically in some kernel modules .
Vhaerun
  • 12,806
  • 16
  • 39
  • 38
1
vote
2 answers

Problem compiling gcc 4.4.0 on OpenSolaris 2009.6

I am attempting to compile gcc 4.4.0 on opensolaris 2009.6 Currently in the box (which is a AMD 64bit machine), I have the gcc 3.4.6 installed. I unpacked the gcc 4.4.0 tarball. I set the following env variables: export…
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304
1
vote
1 answer

OpenSolaris Brandz and JNI a good mix?

I'd like to run a java application on a OpenSolaris machine but this application uses a dll/so that I only have the linux binary. Can it be possible, and this is because I know nothing about the OpenSolaris Brandz feature, that I can deploy the dll…
Paulo Lopes
  • 5,845
  • 22
  • 31
1
vote
1 answer

Installing MySql2 gem on OpenIndiana 151

I am attempting to install the mysql2 gem on OpenIndiana 151 without success :( I have the MySQL 5.1 server/client/library packages installed: $ pkg list | grep mysql database/mysql-51 5.1.37-0.151.1 installed …
Andrew Burns
  • 13,917
  • 9
  • 40
  • 42
1
vote
2 answers

/proc/net/tcp Alternative Under Solaris 11

On Most Linux Distributions, i was able to list all tcp connections by reading /proc/net/tcp, but this Doesn't exists on solaris, is there a file that i can read tcp connections from on Solaris 11? thanks. EDIT: forgot to mention that i'm coding in…
killercode
  • 1,666
  • 5
  • 29
  • 42
1
vote
1 answer

dtrace scripts io counters per NFS mount

I need to measure performance counters per NFS mount I have on my Nexenta machine (Based on OpenSolaris). iostat is great, the problem is that it count by devices and not at the NFS level. Is there any way I can do that with a dtrace…
poopa
  • 31
  • 1
1
vote
1 answer

Nexenta Solaris starting

I have installed Nexanta Solaris with VMWare, but it boots to command line. Any idea how to bring up the GUI?
MetallicPriest
  • 29,191
  • 52
  • 200
  • 356
1
vote
5 answers

How painful can a Linux to OpenSolaris migration be?

We have a business application that basically runs on an os-independent stack (tomcat+java+mysql) but we have always run it redhat or centos. There is a customer that is insisting to run it on opensolaris for his own reasons (an expensive…
flybywire
  • 261,858
  • 191
  • 397
  • 503
1
vote
1 answer

missing libproc.h headers in solaris 11.0

I am trying to compile pfiles.c It includes #include And libproc.h includes #include /sys/secflags.h Both are missing from the image. root@solaris11:~# cat /etc/*release Oracle Solaris 11 11/11 X86 …
ilansch
  • 4,784
  • 7
  • 47
  • 96
1
vote
4 answers

ZFS vdev naming?

I have no idea what is the rationale behind naming the vdev (virtual devices) used while creating zfs pools in Solaris. Suppose, I have a disk c4d0, what is meant by c4d0p0 and c4d0s0? And, how would I know what to use with ZFS commands. I am…
Epitaph
  • 3,128
  • 10
  • 34
  • 43
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
1 answer

kstat, getting the number of lightweight processes running in a zone

SmartOS zones have a cap or maximum number of lightweight processes defined in the zone package. To check if my current settings make sense I would like to collect the total number of lightweight processes over time (from within the zone). I already…
ITChap
  • 4,057
  • 1
  • 21
  • 46
1
vote
1 answer

print kstat when updated (multiple times in 1 second)

I am trying to gather statistics via kstat which I currently use dtrace to gather. It is not count based information but new data every single time. The minimum interval on kstat print is 1 second.However ,the data that I need changes several times…
Iceman
  • 365
  • 1
  • 3
  • 13
1
vote
2 answers

expect command - Unix

I am using 'expect' to automate ssh password authentication. When I run the script in SunOS, I find the spawned ssh process gets killed once the below script is completed. This is not the case in Linux. How do we avoid it? Should we ignore the…
Kartlee
  • 1,129
  • 2
  • 19
  • 33