0
votes
5answers
213 views

getting a previous date in bash/unix

I am looking to get previous date in unix / shell script . I am using the following code date -d ’1 day ago’ +’%Y/%m/%d’ But I am getting the following error. date: illegal option -- d As far as ...
0
votes
1answer
101 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
49 views

Python NGROUPS_MAX staying at 16 for Solaris

I am trying to increase the amount of groups Python allows for its processes. I have applied Solaris' 144501 patch to the operating system for it to allow more users, and after running getconf ...
0
votes
1answer
82 views

Is there a way to find out which core each thread of an app is binding to?

Say, a multi-threading app runs on a 8-core Solaris. Is there a way to list the mapping between each thread and core #? Thanks,
0
votes
1answer
77 views

boost library semaphores on solaris

I was using boost semaphores in RHEL and currently i'm porting the code to solaris 10. I ran into a strange issue that boost semaphores are not working properly. I have created anonymous semaphores ...
1
vote
1answer
221 views

process memory size solaris

Running perl script in solaris 10 machine. Know the RAM Size is 25 GB. Have two queries. Normally How much RAM memory a solaris process is allocated. Is it a default value assigned to any script ...
-1
votes
1answer
49 views

activate jre7 on solaris 10 [closed]

I installed jre7 on solaris 10 at the location /usr/jre7. jdk1.5 and jre is already there at /usr/java I want jre7 to run instead of jre5. how can I do that? and also how do I find out which ...
0
votes
1answer
318 views

compile/install gcc 4.1.2 on solaris 10 having gcc 3.4.3 already

I'm facing some issues on compiling gcc on solaris 10. I downloaded the source code from "ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.1.2/" and tried to compile it, by using configure and then ...
0
votes
1answer
197 views

Is there any AIX/Win equivalent command to Solaris pmap?

I am working on memory management in different OS like AIX, Win and Unix. The pmap command works fine for Solaris but I can't able to find the similar command for AIX. Is pmap works in AIX or is ...
3
votes
2answers
79 views

Create a new file with same perms and owner as an existing file

What is the best way to create a new, empty file that has the same ownership and perms as an existing file for a Solaris /bin/sh shell script? This is for rotating a log file away for compression and ...
0
votes
1answer
51 views

Group more than one regular expression in the same command

How to group two regular expression in one command example if have a file like: age22 Helwan University Engineering Faculty ITI-intake33 bye FOr NOW i am mahmoud 34 mie 4 a And I want to search ...
0
votes
1answer
110 views

pkgrm SUNWusb - whoops

I stupidly followed some bum advice and ran 'pkgrm SUNWusb' on my sparc Solaris system. After a reboot, for some strange reason, my USB keyboard and mouse won't work. Imagine that! SSH access still ...
0
votes
1answer
611 views

JAVA_HOME in Solaris sparcv9

I am trying to install a java based application on Solaris 10 (Sparc) which is requesting for the JAVA_HOME path. I noticed that the files in JAVA_HOME for Solaris Sparc varies from Solaris Intel. ...
1
vote
1answer
1k views

cannot run perl program: Can't locate Time/Piece.pm in @INC with perl5.8.4 and Can't locate DBI.pm in @INC with perl 5.12.3

I have Solaris 10,i am trying to run a Perl program. I have two perl versions installed: /usr/bin/perl of version 5.8.4 and /usr/local/bin/perl of version 5.12.3 I have installed the DBI package ...
0
votes
2answers
239 views

Solaris10: How to get the remote end IP address in inted-started bash script?

On a Solaris 10 host there is an inetd service configured to start a bash script when it it gets an incoming TCP connection to a pre-configured port/service. Is there a way to find the IP address of ...
0
votes
2answers
366 views

gcc compiling error on Solaris 10

I want to compile a source code, but there are some compiling errors about __sync_xxx functions (__sync_bool_compare_and_swap etc.) GCC version on machine is 3.4.3 (it must be gcc 4.1 or over for ...
0
votes
1answer
2k views

How do i learn default system encoding of a solaris zone?

In a solaris zone, i want to learn default system charset and collation in the terminal. I searched on google a bit, but i couldn't find. I used locale command, but it gives me all settings and it is ...
1
vote
1answer
200 views

Bugzilla installation issue in Solaris 10

I encountered the following error when installing Bugzilla in Solaris 10. Can anyone advise on how to resolve the issues? I am installing on a Solaris 10 x86 machine. # /usr/bin/perl ...
1
vote
3answers
3k views

How to access solaris 10 gui from windows machine? [closed]

I want to access solaris 10 GUI screen from my windows xp machine. Is there any software which can provide this flexibility ? Thanks,
0
votes
1answer
456 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 ...
1
vote
1answer
525 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 ...
0
votes
3answers
307 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: "{" ...
-2
votes
1answer
758 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.
3
votes
1answer
4k 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 ...
0
votes
1answer
218 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 ...