Tagged Questions
The solaris-10 tag has no wiki summary.
3
votes
3answers
53 views
How to tell CPAN about path to make and cc
Running Perl 5.10 CPAN on Solaris with opencsw.org packages, Makefile.PL from packages can't find the correct path and cc (gcc).
I found the path to make and set it to gmake, but I can't find any ...
3
votes
2answers
365 views
Shell Script (bash/ksh): 20 seconds to read a variable
I need to wait for an input for 20 seconds, after that myscript should continue the execution.
I've tried using read -t20 var however this works only on bash. I'm using ksh on Solaris 10.
Can someone ...
3
votes
8answers
2k views
C++ IDE for Solaris SPARC
We've been given a C++ code base that was apparently developed using Rational Apex as the front end. In our opinion, Apex is less than ideal for C++ development.
We're looking for an IDE we can use ...
2
votes
2answers
44 views
how to match /data1 as word with the help of grep
I am using Solaris 5.10 and working on Bash Shell. I have a shell script in which the following statement not working
ssh 172.18.16.55 "df -h" |grep -w /data1
When I replace /data1 with data1 (i.e ...
2
votes
0answers
317 views
Installing python 2.7.1 on Solaris 10. Is compiling the only option? [closed]
I'm new to installing anything on Solaris 10 on a sparc. For most of my linux/mac's it came pre-installed.
And installing on Windows is a breeze.
Now I have to install both Python & Mysql and ...
2
votes
1answer
1k views
use Ghostscript to convert pcl to postscript
So I want to use Ghostscript to convert files that are created in pcl format to postscript.
That's the gist of my problem. I am simply trying to run it on the command line, but in the final stage ...
2
votes
2answers
352 views
Daemon program that uses select() inside infinite loop uses significantly more CPU when ported from Solaris 10 machine (bare metal) to RHEL 4.8 virtual machine
I have a daemon app written in C and is currently running with no known issues on a Solaris 10 machine. I am in the process of porting it over to Linux. I have had to make minimal changes. During ...
2
votes
1answer
371 views
Erlang: Building Issue of not finding Ncurses on Solaris 10
I am trying to build Erlang on Solaris 10. The build process fails with the message that it can not find libncurses.so.5.
I have installed libncurses from sunfreeware.com, which I have build from ...
1
vote
2answers
110 views
Python Client/Server to stream logfile updates in realtime?
We have applications on Solaris 10 servers that generate text logfiles. We need to stream these logfiles in realtime to a central server for monitoring of new events.
Ideally we'd have a NFS-mount, ...
1
vote
1answer
80 views
Solaris 10 - How do I check for IPv4-in-IPv6 mapping?
I was wondering if there is the equivalent of the following in Solaris for checking if IPV6_V6ONLY is enabled by default:
On a Linux system I can check if IPv6 only is enabled by checking the ...
1
vote
1answer
98 views
atomic operation implementation
i am using atomic operation provided by SunOs in <sys/atomic.h> , which is
void *atomic_cas_ptr(volatile void *target, void *cmp, void *newval);
now to make is usable, i have to check ...
1
vote
2answers
176 views
How can I tell if I have x64 or 32bit Solaris10
I have Solaris10 running in VMPlayer how can I find out if this is a 64bit or 32bit Solaris10?
1
vote
1answer
760 views
How to make mount point in Solaris 10(installing Oracle RAC)?
I want to install Oracle RAC on solaris 10, using ASM but I am new in it...
So I want to mount /u0 directory on the disk volume /dev/dsk/c2t0d0s2
1) I have created /u0 directory by root user like ...
1
vote
3answers
407 views
Static code on Solaris?
Question:
Why were static libraries /usr/lib/*.a dropped from Solaris 10?
So it is NOT possible to generate statically-linked object?
Dynamically-linked compilation, is the only option?
0
votes
0answers
15 views
list all user names on Solaris 10? [migrated]
I forgot a user that I created on solaris 10.
So now I would like to list all user names on my server.
is it possible(I am root user)?what command I should use if possible?
somewhere on the net I ...
0
votes
2answers
36 views
shell script to check wether a server is reachable?
I have 5 Solaris servers present across different locations .
sometimes some of these servers are not reachable due to various reasons (network problem or server itself down suddenly) from my ...
0
votes
1answer
106 views
what action cause select function timeout while it detect socket's write status.
my application running in solaris 10.
It is a C/S model.
Client and Server programs in the same server.
I have set the client program 's socket send buffer is 49512 and TCP_NODELAY option.
select's ...
0
votes
1answer
38 views
back date in shell script on solaris 5.10
I am using bash shell on Solaris 5.10.Daily I get some files having name pattern yyyy_mm_dd(like 2012_12_21).I keep only 3 days files and I delete the rest of them.Now I require 3 days back date to ...
0
votes
1answer
37 views
How to set 'boot kernel/unix' in grub
I installed Solaris 10 32-bit on vmware.
When installation is completed, I tried to boot it.
Then the system, however, reboots again and again itself.
Some nice guy told me to type 'boot ...
0
votes
4answers
90 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
0answers
34 views
Syscall overhead in Solaris 10 on SPARC
I am looking at a process on SPARC/Solaris10 via "prstat -Lv -p xxxx 1". The tool indicates that it is a single-LWP process that consumes close to a 100% of a single core. The breakdown between USR ...
0
votes
3answers
77 views
Very Simple Compile failing on Solaris 10
I'm on a Solaris 10 box.
The compiler I'm using is: /opt/solstudio12.2/bin/CC
Compiling the file shown below (myTest2.C) fails.
% CC -I. -o myTest2 myTest2.C
"myTest2.C", line 30: Error: "{" ...
0
votes
1answer
428 views
difference bwteen sudo su - and sudo -u root [closed]
We have a application which is installed by root user on a Solaris 10 server.
if we start the application services by using following command, it works perfectly, and no problem at. but if we use ...
0
votes
0answers
75 views
coredump while parsing php class declaration
I installed apache 2.2.17 and php 5.3.6. Normal php stuff works fine, but I get a httpd core dump when I call php files with class declaration in them. in php/cli mode the files are parsed and ...
0
votes
1answer
182 views
shared object filter is causing crash of application on Solaris 10
I have compiled my application on Solaris 10 which is using Qt 4.7.2.
ldd of executable shows following:
libQtScript.so.4 =>
libclucene.so.0 => (file not found)
...
0
votes
0answers
84 views
Copy Contents Of One Table From One Database to Other Located On Different Machines
I am running Oracle 10g on my Unix Server. Let's say I have:
Server_A with database schema SCHEMA_A which further contains 100's of tables (Let's say one of them is Table_A).
I have following ...
0
votes
2answers
77 views
Any Java Code Coverage Tool for Solaris
I am not able to see the similar post so adding new.
Please suggest any free Java Code Coverage tool:
Tool must be free/Open source.
I want to run it in Solaris-10 server
Code Coverage tool ...
0
votes
0answers
436 views
Not able to change system time on solaris 10 with root user [closed]
it gives error as , i am not an owner ..
can anybody suggest why?
I logged in with 'root' user
bash-3.00# date 031703582011.10
0
votes
1answer
272 views
setLastModified not working on an NFS share
I have an NFS share mounted on one of my Solaris server. The path /appdata/anp is mounted from Server A onto Server B. Under the share:
/appdata/anp
I have a folder named
...
0
votes
1answer
192 views
how to exclude amd_3dnow instruction set when compiling openssl
on our production solaris x86 server we dont have a compiler, so i have to compile on a separate solaris x86. The compilation server has the md_3dnow instruction set, but the production server does ...
0
votes
1answer
772 views
Why is solaris smf giving “Method or service exit timed out” even when the method exits with status 0
I am really new to Solaris SMF and was writing an SMF for Weblogic Nodemanager. I followed the steps from :
http://www.camelrichard.org/controlling-weblogic-node-manager-solaris-smf-non-root
To test ...
0
votes
2answers
453 views
Mongodb on solaris10 64bit - I'm getting 'Invalid argument' when trying to run ./mongod
I've unzipped and detarred the solaris install package from the mongo site - version 1.6.3. When I try to run the ./mongod command I get the following (running as root):
$ ./mongod
bash: ...
0
votes
1answer
403 views
How to convert a decimal into binary and vice versa
how to convert Decimal to binary and viceversa
i am working on solaris10 platform
can anybody help me with a command
Decimal to Binary
4000000002-100000000000000000000000000010
Binary to decimal
...
0
votes
1answer
132 views
Undefined symbol sunOglCurPrimTablePtr in Solaris-x86
I was porting a C++ program from Solaris Sparc to Solaris x86. The program utilizes OpenGL library and the compilation is performed in a Sun Ultra27 workstation with the default GCC (3.4.3) and OpenGL ...
0
votes
2answers
451 views
Solaris 10 keyboard problem
Im runing Solaris 10 - but im having problems with the keyboard.
Instead of - i get /, and instead of y i get z, etc. I tried changing every option in the menu "Keyboard Behaviour". I also tried ...
0
votes
3answers
247 views
How to precompile a ColdFusion application under Websphere/Solaris 10
I am in the process of installing a ColdFusion application on Solaris 10 64-bit (Sparc) running with WebSphere 6.1. The cfcompile script that comes with CF makes a reference to jrun.jar however this ...
0
votes
1answer
492 views
Problem compiling nginx on Solaris 10
My setup as below
# export PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin
# ./configure --prefix=/usr/local/nginx --user=webservd --group=webservd --with-http_stub_status_module ...
-1
votes
1answer
301 views
can anyone tell how to run udp client server program in sunsolaris system? [closed]
program has no errors but i am unable to execute the prog it is showing segmentation fault
can anyone tell the syntax for executing the client server program in linux and sun sorlaris also.
-1
votes
1answer
144 views
In hudson job builds, how do i change to other users?
I try using su - user from the execute shell. But it doesn't seen to work.
Any advise?
-2
votes
1answer
206 views
Intermittent javax.xml.ws.soap.SOAPFaultException: Unqualified {http://schemas.xmlsoap.org/soap/envelope/}Client fault
We are using JBossWS - Native (version 3.1.2) (Standard JBoss EAP 5.1 installation) and we are intermitently getting the following exception..., anyone got a clue?
If I test with a few calls to the ...