Tagged Questions
The opensolaris tag has no wiki summary.
5
votes
6answers
477 views
How do I prevent two OSes from clobbering grub files?
I want to install Linux and OpenSolaris on the same hard disk in different partitions. I'm worried because OpenSolaris seems to actively manage the grub data when updating the OS (part of the "boot ...
4
votes
2answers
240 views
Relation between Opensolaris source and Solaris releases
The source code available for OpenSolaris is very useful for finding out about the internals of Solaris (together with dtrace and mdb). However, as far as I know there is no way of finding out exactly ...
3
votes
1answer
94 views
Solaris (SPARC) development environment
I'm working on a cross-platform application for which I would like to include Solaris/SPARC support but I no longer have access to a server. I have an OpenSolaris VM on VirtualBox but I don't know of ...
3
votes
3answers
3k views
InetAddress.getLocalHost() throws UnknownHostException
I am testing our server-application (written Java) on different operating systems and thought that OpenSolaris (2008.11) would be the least troublesome due to the nice Java integration. Turns out I ...
3
votes
0answers
188 views
How does one compile libqt4 OR wkhtmtltopdf for Solaris?
Anyone have REALLY specific and accurate information about which libraries I need in order to compile both libqt and wkhtmltopdf in Solaris?
3
votes
2answers
2k views
Tomcat6 webapp using log4j for logging, unable to log to syslog
I am trying to log my webapp logs into syslog at local4 level. Environment: Tomcat6, OpenSolaris, Struts2, log4j. Content of my log4j.properties is as follows-
log4j.rootLogger=INFO, SYSLOG
...
3
votes
5answers
1k views
Can ZFS mirror an entire hard drive in OpenSolaris?
I am upgrading an OpenSolaris development workstation and recently purchased two 500GB SATA hard drives expecting to use the features of the motherboard to mirror the drives. OpenSolaris doesn't ...
2
votes
1answer
117 views
Make doesn't work for Erlang 5.7.4 on Solaris?
Has anyone managed to build Erlang on OpenSolaris? Every time I try I get:
user@opensolaris:~/otp_src_R13B03# make clean
make: Fatal error in reader: Makefile, line 94: Badly formed macro assignment
2
votes
1answer
240 views
How to get Xorg to work well with Intel Q35 on OpenSolaris?
OpenSolaris doesn't seem to support the Intel 82Q35 chipset. This is translated into slow Xorg whose performance degrades with time and is not usable at all even doing a ls on a fullscreen gnome ...
2
votes
3answers
254 views
Creation of solaris zone
For these part :
zonecfg:[zone name]:net> set address=
zonecfg:[zone name]:net> set physical=
How do i know what kind of values i should set?
I am using a vmware machine open solaris and current ...
2
votes
5answers
366 views
I am a long time Ubuntu Linux user (a developer), what are the benefits of using Open Solaris
I am a web developer (J2EE application developer) and just want to expand what tools I use. I want to use Open Solaris for my personal projects. I have nothing against Linux and It looks like a lot ...
2
votes
3answers
566 views
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 .
1
vote
2answers
45 views
/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?
...
1
vote
1answer
50 views
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 ...
1
vote
2answers
828 views
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 ...
1
vote
1answer
249 views
Method of programmatically getting CPU time for thread, in C, that works on both OpenSolaris and Linux
I have a small daemon that I'm writing in C and I need a way to get the current CPU time on a thread. Linux apparently supplies a number of ways to go about doing this, ...
1
vote
1answer
169 views
Are there dtrace ustack() helpers on Mac OS X?
I've been wondering if there is any chance to use dtrace ustack helpers on Mac OS X for python and other interpreted languages? I know that you can figure out what python and php on OpenSolaris are ...
1
vote
1answer
402 views
On Solaris, how do you mount a second zfs system disk for diagnostics?
I've got two hard disks in my computer, and have installed Solaris 10u8 on the first and Opensolaris 2010.3 (dev onnv_134) on the second. Both systems uses ZFS and were independently created with a ...
1
vote
2answers
116 views
makefile from Linux doesn't work in OpenSolaris
In OpenSolaris OS, when I run makefile generated by Eclipse CDT on the Linux OS, I get an error on the first -include line.
The same error was in FreeBSD, and was solved by executing gmake instead ...
1
vote
1answer
350 views
Problem installing Shoutpy + Boost.python on opensolaris
Im trying to install shoutpy on opensolaris 2009.6. It relies on boost.python. i've installed the boost_devel libraries from blastwave and linked /opt/csw/include/boost to /usr/include/boost . But ...
1
vote
3answers
512 views
What are some of the major pro/con of FreeBSD vs GNU Linux vs OpenSolaris?
What are some of the major pro/con of FreeBSD vs GNU Linux vs OpenSolaris?
Which is the best operating system to program/develop against?
1
vote
2answers
911 views
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 ...
1
vote
1answer
55 views
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 ...
1
vote
5answers
999 views
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 ...
1
vote
4answers
705 views
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 ...
1
vote
7answers
2k views
How do you get nano/pico running on OpenSolaris?
We're setting up an OpenSolaris server on Amazon's EC2 service. However, vi/vim doesn't work properly, and pkg doesn't have nano/pico.
Is there any other text-editor maybe?
0
votes
4answers
91 views
Using atomic operations in gcc 3.4.3
The built in atomic operations were introduced in gcc-4.1.2. However, I am using gcc on OpenIndiana which only has gcc 3.4.3. Now my question is how to use atomic operations in gcc 3.4.3? Moreover I ...
0
votes
1answer
50 views
Nexenta Solaris starting
I have installed Nexanta Solaris with VMWare, but it boots to command line. Any idea how to bring up the GUI?
0
votes
1answer
106 views
How can I install gcc-libc6-dev in opensolaris?
when I am doing ./configure in opensolaris in an attempt to install software. I've got the following error:
error:C compiler cannot create executables
Then I check up on the net and find its due to ...
0
votes
2answers
205 views
passwd command in shell script
I am making a shell script that automatically create users, but I cannot think of how to use passwd command within my shell script, how should I use it with shell script? --stdin option doesn't work ...
0
votes
1answer
176 views
How install freepascal + lazarus in open solaris?
I try to install fpc on open solaris doing this:
svn checkout http://svn.freepascal.org/svn/fpc/branches/fixes_2_4 fpcfixes2_4
cd fpcfixes2_4
gmake clean all install INSTALL_PREFIX=~
As described ...
0
votes
1answer
121 views
How install packages in lazarus headless in solaris
I want to test a lazarus project running in a opensolaris box. I will need to install lazarus+freepascal + indy + remobjects librarys and run everything headless.
I have no clue in how make this ...
0
votes
3answers
443 views
Installing jdk1.6 on opensolaris
I installed opensolaris I saw that it has /usr/jdk/jdk1.6 however it had no bin/javac only java
my default java -version is jdk1.6 just after opensolaris installation however as I have no javac I ...
0
votes
0answers
142 views
Raidz-1 parity disks? [closed]
Duplicate on Server Fault:
Raidz-1 parity disks?
I am a bit confused about how to configure my zfs pool. What is the exact difference between adding 8 disks to a raidz1 pool or adding 2x4 to ...
0
votes
0answers
121 views
GFortran real format error on OpenSolaris 2009.06
I get on trouble using gfortran on OpenSolaris 2009.06 64bit. I compile mine (gcc-4.4.1) or use the one provided by OpenSolaris package system (gcc-4.3.2).
But I'm in trouble using this simple code ...
0
votes
2answers
622 views
Building a jar with MySQL jdbc on solaris
Im building a java application that uses JDBC to connect to MySQL. I have an ant script that compiles my code and then packages it, along with log4j, junit, libshout-java and the mysql jdbc driver ...
0
votes
1answer
1k views
Error 1 & 2 when compiling GCC 4.4.2 on OpenSolaris 2009.06
My problem:
I've been trying to compile, build, and install GCC 4.4.2 in my installation of OpenSolaris 2009.06 on my VirtualBox 3 i386 machine. But I keep getting this same error when running make:
...
0
votes
1answer
253 views
How do I get the TeamWare filemerge GUI to run on OpenSolaris?
How do I get the TeamWare filemerge GUI to run on OpenSolaris?
% filemerge
ld.so.1: filemerge: fatal: libtt.so.2: open failed: No such file or directory
Killed
TeamWare is no longer a supported ...
0
votes
2answers
294 views
javac Exception on Opensolaris 2009.6
OpenSolaris 2009.6 does not come with a javac. So I installed the SUNWj6dvx package. It installed a javac alright, but when i run the javac, I got this error message:
Exception in thread "main" ...
0
votes
1answer
50 views
How to create OpenSolaris self bunle volume on EC2
I'm using OpenSolaris 2008.11 on EC2.
I want to create self bundle .
in ubuntu
sudo ec2-bundle-vol -d /mnt -k $EC2_PRIVATE_KEY -c $EC2_CERT --fstab /etc/fstab --user $AWS_ACCUNT_ID -r i386
but ...
0
votes
1answer
411 views
Debugging Solaris OS crash
I have access to a remote Solaris terminal which crashes occasionally, and I have to ask someone with physical access to boot the machine up, which it does successfully. I would like to know which ...
-1
votes
1answer
61 views
Solaris 11 can i run Android dalvik?
How to run Solaris 11 or Cloud Solaris 11, Android Java? Or i can use the same Solaris 11 java. This is the script i was trying which works in Solaris 11 but not in Android.
import ...