Solaris is a Unix operating system originally developed by Sun Microsystems. Oracle Solaris, as it is now known, has been owned by Oracle Corporation since Oracle's acquisition of Sun in January 2010. Solaris is known for its scalability, especially on SPARC systems, and for originating many ...
5
votes
1answer
201 views
Does FileChannel tryLock() method checks for locks or just breaks them?
I have two processes that may access the same file concurently and wanted to implement file locking. The trouble seems to be that one process is written in java and the other in C and it is not clear ...
3
votes
1answer
3k views
cannot find -lmysqlclient
I'm trying to compile a C++ program and one of the classes uses . g++ is not able to find the libraries would be my guess. The command i use to compile is -
g++ c1.cpp c2.cpp c3.cpp c4.cpp -o c4 -lm ...
2
votes
1answer
41 views
Error messages when trying to run byobu in solaris
I was able to successfully perform
'./configure --prefix=/my/path;make;make install'
on the byobu source code.
I have also installed tmux-1.8.
But when I try running
byobu
or
byobu-tmux
I ...
2
votes
1answer
142 views
why is my sub-task being killed in ant task?
I'm using Ant which basically is a java program to start up a ksh (test.ksh) script on Solaris. Inside this ksh, calling another ksh (test1.ksh) script which start up a program and I wish this ...
2
votes
1answer
329 views
Set library path for JDK in Solaris
I have jdk1.6 running on Solaris 10 on chip AMD64.
I have already set LD_LIBRARY_PATH=/usr/jdk/instances/jdk1.6.0/jre/lib/amd64.
But it seems java always try to look for library libjvm.so in i386 ...
2
votes
1answer
80 views
Issue with std::BinaryPredicate using Solaris CC
I have a problem on Solaris using the Sun Studio compiler. It seems related to libCstd.
Consider the following code :
#include <list>
static bool f(double fFreq1, double fFreq2) { return ...
2
votes
1answer
272 views
Accessing BDB file fails on linux using Perl
I have a program that reads a very large data file from Berkeley DB [ which is mounted on a SAN Storage ]. This works perfectly fine on a solaris machine using perl5.6.0 version.
However, the same ...
2
votes
1answer
247 views
Remote connection solution and cut & paste monitoring
Guys I've been asked to evaluate a few remote connection solutions for my small company (linux & solaris, but could go for a solaris only solution).
One of the more difficult requirements (for ...
2
votes
1answer
116 views
apache server is confusing with HTTPService responses
This is a very weird problem.
I have an apache server on solaris with php.
I wrote two php scripts that return values.
Sometimes, when I run the php scripts urls on the same time, the apache server ...
2
votes
1answer
857 views
how to get the memory mapping for a core on Linux/HPUX (pmap)
On solaris i can run the pmap command on a core file to get the memory map of a crashed process. Unfortunately the pmap command available on HPUX and Linux doesn't provide this option. Any pointers ...
2
votes
1answer
310 views
dlsym Version Error When Building SVN on Solaris 10 5.10
I am trying to build Subversion 1.6.9 in Solaris 10:
uname -a:
SunOS drccd 5.10 Generic_141414-10 sun4u sparc SUNW,Sun-Fire-V890 Solaris
To build it I run the following:
export CC="gcc ...
1
vote
1answer
179 views
CORBA ORB runtime define local IP interface usage
We have an existing application which has set up a CORBA ORB runtime environment as client.
At the moment we don't specify any local interface (IP/Ethernet) to use and the runtime seems to get some ...
1
vote
1answer
135 views
DBX: AIX equivalents of the Solaris version
I'm a developer who mostly programs in a solaris environment, though our code is compiled on multiple platforms, including AIX. The most stable debugging tool I have access to on both environments is ...
1
vote
1answer
293 views
Heap Dump On Java 1.4.1
is there anyway that I can take a heap dump using java 1.4.1 on Solaris 9?
I'm using a very old application server and java version and would like to take a heap dump.
I'm gonna use it on production ...
1
vote
1answer
156 views
Validate the user name in unix/solaris
I wish to know is there any C api exists for validating user name ?
My scenario is I am taking input of user_name which might not present at that point of time.
Since the user name need to follow ...
1
vote
1answer
95 views
atomic operations in Solaris studio on linux
I could not find <atomic.h>, I guess this is only found on Solaris but not on Linux.
I know that gcc has __sync intrinsics which I can use but,
How can I get atomic operations to work with ...
1
vote
1answer
514 views
CVS error: connection refused error
Hi i have installed CVS binary(means created link to binary file) in the path /home/mrsx/bin folder and created the respositry in the path /apps/src/CVSROOT(CVSROOT respository name).
and added ...
1
vote
1answer
122 views
Printing values from a stored procedure
I have an application which is written in c++.
I am using sybase libraries to call a stored procedure.
I have the traces from my c++ files but not from the stored procedure.
below is the way i am ...
1
vote
1answer
279 views
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 ...
1
vote
1answer
77 views
Spawned terminal appears on different desktop
I have a python script which starts a new instance in a new terminal window every minute using xterm (see below). I am running solaris with the Java desktop that has multiple desktops(?), if working ...
1
vote
1answer
125 views
Where is the documentation for writing Eclipse toolchain plugins?
We're running Solaris 2.10 and using the native Solaris build tools (CC & dbx), for which there is no support in Eclipse 8. I up to writing the plugins to support these tools, but I'm having a ...
1
vote
1answer
173 views
help with pfiles output
I deployed my application on a Weblogic 10.3 which is installed on a solaris. After a while I began to see "Too many open files" exceptions which yields to numerious problems. I took a pfiles output ...
1
vote
1answer
60 views
is there a widely accepted way of presenting a “high server load” error page on LAMP?
We're actually using Solaris instead of a Linux distro, but I was wondering if there was a way more specific to Apache to do it.
I don't really know where to start with it past a few exec'd commands ...
1
vote
1answer
286 views
Java program does't work with ftp on Solaris.
I`ve written simple java application for working with FTP. It works fine on Windows and Linux, but hangs on Solaris. Here is the source code:
import java.io.*;
import java.net.*;
public class ...
1
vote
1answer
542 views
tool:udp debugging tool on solaris
I am looking for UDP debugger tool, for the following requirement
1) netstat -s, shows udpInOverflows=23000 and this counter is increasing continuously.
how can I check udp packets which are ...
1
vote
1answer
163 views
Is libumem is available only in Solaris OS or in other OS too?
Is libumem is available only in Solaris OS or in other OS too
1
vote
1answer
651 views
WebLogic 10.3 with JDK 1.6_16 - hanging threads in Java Reflection
We are having recurring Weblogic threads hanging for 600+ seconds, or sometimes only for 30 seconds (which is just as bad) in seemingly trivial Java Reflection operations.
Thread dumps and WebLogic's ...
1
vote
1answer
2k views
Building subversion 1.6.12 - make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1 - Solaris 10 Sparc
I get the following while trying to compile subversion 1.6.12 from source on Solaris 5.10 SPARC platform. I only need the svn client program on this machine so no need for Apache, Neon or Swig.
My ...
1
vote
1answer
1k views
javac (and other jdk executables) produce NoClassDefFoundError
On Solaris 10, I'm using JDK 1.5.0_22 and when I run any of the JDK executables (javac, native2ascii, javadoc, etc) in the JDK/bin directory that require tools.jar to run, I get this error (run with ...
1
vote
1answer
792 views
How to make modeless dialog stay on top of its parent in Solaris CDE
I have a problem with Qt modeless dialog in Solaris 8/10 machine using CDE (Common Desktop Environment).
The dialog serve as drawing panel/popup that required user to choose the tools from main ...
0
votes
1answer
26 views
The correct syntax of a quantifier in a regular expression pattern with grep in Solaris?
I have to search in many files with several lines, the lines with a telephone number of exactly ten digits. Examples of the lines:
telephoneNumber: 66727166501
telephoneNumber: 6672716650
...
0
votes
1answer
14 views
Compile libfaketime 64 bit in solaris11
I just tried to build libfaketime 64 bit in solaris11 and succeeded, while it just doesn’t work.
base guideline:
...
0
votes
1answer
139 views
shell script to find multiple strings in multiple files and then them like “string - filename”
I want to write a shell script which takes input from a file and search for that string in multiple file in a directory. I have successfully written a script which shows filename contains matched ...
0
votes
1answer
17 views
Determination and CLASSPATH installation in LINUX
Determination and CLASSPATH installation in LINUX
Excuse for a silly question (I ask to treat with understanding, I in linux the beginner and replenish knowledge as required) but how to define ...
0
votes
1answer
25 views
prstat on solaris - can you make it flash when size exceeds a limit?
I have been told to make prstat flash the background from white to black a few times when any value in the size category passes a threshold. Is there a way to edit the command and put this in here or ...
0
votes
1answer
65 views
Unable to build Qt 5.0 on Solaris 10
I am currently working on a cross platform project in Qt. I am currently developing on Linux (Mint x64) but need to deploy parts of the project to a Solaris 10 server.
I have been trying to build ...
0
votes
1answer
57 views
Solaris 11 XOpenDisplay return NULL
I am getting problem while running following program over Solaris 11. The XOpenDisplay function always return NULL. The same program run fine over Solaris 10.
#include <stdio.h>
#include ...
0
votes
1answer
138 views
how to convert web page into image using javascript and send it to server with POST message
Server is solaris and it runs jboss.
Client is IE8.
Plug-in is not allowed but js library like jquery is available if it is MIT licence.
I can't say all the limitations I'm in now but almost all the ...
0
votes
1answer
98 views
Dynamic library link issue (32-bit and 64-bit)in Solaris 10
all:
There are 2 dynamic libraries in my Solaris:
/usr/local/lib/amd64/libhiredis.so (64-bit)
/usr/local/lib/libhiredis.so (32-bit)
I want to compile my 64-bit program, so I should link the ...
0
votes
1answer
57 views
Abstracting Batch Process SFTP Multiple Destination & Automatic Retries
I do a lot of batch processing work using an in house Java framework. One of the activities that is particularly troublesome for us is SFTP where we run into two problems:
Sending files to multiple ...
0
votes
1answer
126 views
change solaris ip address using a script
I have always changed Solaris 10 ip address using the classic method by modifying /etc/inet/hosts and /etc/inet/inodes.
Is there a way to change the ip address using scripting??
0
votes
1answer
154 views
How to update Real-time graph from textfile?
I intend to display a real-time graph on.php/html from a text file without refreshing the page. Currently, I got a problem in the following process.
The source file: .txt files containing the data, ...
0
votes
1answer
133 views
Default laf doesn't load
we run builds on server with solaris. After changing jre 1.6 to jre 1.7 the utility which run all tests start to throw an exception(sorry for my English):
[java] Exception in thread "main" ...
0
votes
1answer
53 views
How to make use of the text file chosen and upload to solaris?
I am currently using a combination of HTML, MySql, and PHP using Solaris as a server. I had created the tables on MySql, and needed to use Html to upload a file from my PC desktop to the server's ...
0
votes
1answer
277 views
Bash If Else for login -p
the command logins -p is to show which users do not have a password while wc -l is to count the number of newlines. Thus, logins -p | wc -l shows the number of users that do not have a password. In my ...
0
votes
1answer
153 views
OracleSolaris how to
All,
I just installed OracleSolaris on my desktop and have 2 questions about it:
This is a dual boot system with Windows 7. What do I need to do in order for those systems to see each other? I ...
0
votes
0answers
126 views
Is shutdown(3SOCKET) blocking/non-blocking on Solaris?
I'm working on a cross-platform networking component and trying to understand if the same socket closing approach can be used on Windows and Solaris. At least on some versions of Windows closesocket ...
0
votes
0answers
140 views
Debug a binary on different IDE
i have the following situation. I need to build a executable on a sparcv8 architecture workstation. Everything works fine there. Now i want to take this executeable and debug it on a windows ...
0
votes
0answers
689 views
Building 64 bit Perl on Solaris 10: relocation error, value does not fit
I am trying to build 64 bit Perl on Solaris 10:
$uname -a
SunOS unknown 5.10 Generic_137138-09 i86pc i386 i86pc
Current working directory is /local/perl-5.8.8
But it fails with:
...
0
votes
0answers
600 views
Solaris OS latest version for i386
I am running following solaris OS on I386 processors:
$ uname -a
SunOS oobleck 5.10 Generic_127128-11 i86pc i386 i86pc
$ CC -V
CC: Sun C++ 5.8 Patch 121018-11 2007/05/02
I checked on Oracle's web ...