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
90
votes
9 answers

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 was wrong, as I end up with a…
jhwist
  • 15,201
  • 3
  • 40
  • 47
5
votes
1 answer

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 how the OpenSolaris source code relates to the…
matli
  • 27,922
  • 6
  • 37
  • 37
4
votes
2 answers

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 any SPARC VM which I could use to compile and…
mac
  • 5,627
  • 1
  • 18
  • 21
3
votes
1 answer

Why does "false; echo $?" return 1, if the Solaris source for false exits with 255?

I needed to find the source code for the implementation of the false. I found sources on github and found false.c where false exits with code 255. So, why does "false; echo $?" return 1 in shell instead of 255? I think there is a source somewhere…
3
votes
5 answers

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 recognize the drives when configured to be mirrored…
Ed.T
  • 1,695
  • 2
  • 15
  • 19
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
0 answers

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?
btelles
  • 5,390
  • 7
  • 46
  • 78
3
votes
2 answers

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,…
Keshav
  • 4,408
  • 8
  • 31
  • 50
2
votes
3 answers

How to access solaris 10 gui from windows machine?

I want to access solaris 10 GUI screen from my windows xp machine. Is there any software which can provide this flexibility ? Thanks,
MohammedYakub M.
  • 2,893
  • 5
  • 31
  • 42
2
votes
1 answer

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 console terminal. I notice that a huge amount of…
Paulo Lopes
  • 5,845
  • 22
  • 31
2
votes
2 answers

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 setting up a zone. I want to be able to putty in to…
Jeffery Ang
2
votes
5 answers

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 of the same tools are on both systems. Have you…
Berlin Brown
  • 11,504
  • 37
  • 135
  • 203
2
votes
0 answers

static ip settings of illumos, openindiana

I'd just download Openindiana (OI-hipster-gui-20170502.iso) and install it on my VirtualBox(5.1.22, macOS 10.12.5) Two network interface enabled, one for NAT another for bridge(i want to use it in static ip) # svcadm disable network/physical:nwam #…
2
votes
1 answer

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 doing when giving the ustack some extra memory for…
raichoo
  • 2,557
  • 21
  • 28
2
votes
1 answer

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
yazz.com
  • 57,320
  • 66
  • 234
  • 385
1
2 3 4 5 6