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
1
vote
1 answer

grep command in Solaris x86 to Capture Special character

I want to capture perticular string i.e. "UPDATE kplustp..Service SET Service_Name = "PositionService", ServiceType = 'Z', HostName = "abcd" " in log file with perticular path /home/abc/xyz.log I am using below command to do grep -i "UPDATE…
user3164140
  • 591
  • 2
  • 8
  • 15
1
vote
2 answers

How to make Cassandra use two disks on ZFS in SmartOS?

I heard that there's a huge improvement when Cassandra can write it's logfiles to one disk, and the SS Tables to another. I have two disks, and if I was running Linux I would mount each in a different path and configure Cassandra to write on…
João Pinto Jerónimo
  • 9,586
  • 15
  • 62
  • 86
1
vote
2 answers

How to convert a time format to seconds in solaris

I have a time of format 2013-04-29 08:17:58 and I need to convert it into seconds. In UNIX, we can use date +%s. Is there anyway to do it in Solaris?
Asish Pati
  • 103
  • 2
  • 8
1
vote
1 answer

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 when I try to easy_install shoutpy I get the…
Mark Lakewood
  • 1,980
  • 4
  • 22
  • 44
1
vote
3 answers

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?
Timk
  • 19
  • 1
  • 4
1
vote
1 answer

Node.js profiling with Dtrace not showing functions names

I'm trying to profile CPU utilization for my project using DTrace. I just followed the script The problem is that it doesn't show the functions names. The stacks.out file looks like that: CPU ID FUNCTION:NAME 0 73700 …
David Lojudice Sb.
  • 1,302
  • 1
  • 15
  • 26
1
vote
1 answer

Bash - iterate over a union of two (disjoint) arrays

I am writing a bash script (for an Open Solaris 11 machine). I have declared two arrays in the following way: rpool_fs=( "rpool" "rpool/ROOT" "rpool/ROOT/solaris" "rpool/export" ); shares_fs=( "shares" "shares/svn" ); I am able to…
Dušan Rychnovský
  • 11,699
  • 8
  • 41
  • 65
1
vote
1 answer

Figuring out if IP addresses are public or private for use in chef recipes

I'm using Chef to automate deployment of various SmartOS zones. I'm trying to figure out what the correct way of determining if a network interface has a public or private address and keeping track of that. For generic Apache Listen and…
0
votes
1 answer

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 source management system, but it's is still widely used…
Chris Quenelle
  • 801
  • 4
  • 16
0
votes
2 answers

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" java.lang.NoClassDefFoundError:…
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304
0
votes
1 answer

catopen() does not set errno when it fails in some cases

catopen is failing to open same cat file in different servers, with same setup. When errno is 0 it means no error from my understanding. Please tell me if anyone has seen like this before. If any one knows the reason why it is happening it will be…
0
votes
1 answer

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 OpenSolaris does not have /etc/fstab Do you know?
freddiefujiwara
  • 57,041
  • 28
  • 76
  • 106
0
votes
4 answers

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 have tried to use gcc 4.6.1 in OpenIndiana but it…
MetallicPriest
  • 29,191
  • 52
  • 200
  • 356
0
votes
1 answer

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 a missing module call gcc-lib6-dev. But how can I…
Newbie
  • 2,775
  • 6
  • 33
  • 40
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…