Questions tagged [solaris-10]

Solaris 10 is a release of Solaris OS that supports multiple architectures and has native virtualization tools

Known as Oracle Solaris 10, it was launched in 2005 and is the first release to include x86-64 (AMD64/Intel 64) support, Solaris Zones (virtualization) and Dynamic Trace tool (DTrace).

336 questions
0
votes
0 answers

C: Solaris SPARC: variable (char) empty after fputs (GCC)

I am trying to write a platform independend tool and while compiling a program, which is running under linux, I ran into some problems under solaris. I use an if-clause to check, if a variable contains the word "OPEN". ... char* oracle_status; int…
Markus
  • 55
  • 6
0
votes
1 answer

How to grep particular string occurring multiple times

I want to capture a string "1 row affected..". But problem is there are n no of such string present in the same file. My concern to capture "1 row affected.." only which is present after the string " UPDATE kplustp..Service SET Service_Name =…
user3164140
  • 591
  • 2
  • 8
  • 15
0
votes
5 answers

Unable to resolve this dependecy for curl in solaris 10

i am trying to install curl on solaris 10. I have installed the curl packages with other dependencies as application SMCcurl curl application SMClgcc346 libgcc application SMClibidn …
ajay_t
  • 2,347
  • 7
  • 37
  • 62
0
votes
2 answers

Migration from Sun C compiler to gcc

I am in the midst of researching possible pitfalls of migrating from Sun C 5.9 to gcc (GCC) 3.4.6 on a Solaris 10 box for consistency with our other programs. Is there any guide or list of possible pitfalls available which we should look out for?…
Ian T. Small
  • 304
  • 2
  • 16
0
votes
1 answer

Unable to install nicstat on solaris

I am new solaris and trying to install nicstat tool on the solaris for monitoring the network. I have downloaded the source code of the nicstat from the link http://sourceforge.net/projects/nicstat/files/?source=navbar I have followed the…
ajay_t
  • 2,347
  • 7
  • 37
  • 62
0
votes
3 answers

difference between solaris sparc and solaris x86

I have a solaris sparc machine .. suppose if I build any application on solaris sparc machine then will that application will run on the X86 machine as well or I need to build again onn X86 machine ? I tried to search solution on google but didn't…
Pratik
  • 109
  • 1
  • 5
  • 14
0
votes
1 answer

SNMP Oid Conversion Difference Between RHEL 6.3 and Solaris 10

I've been stuck at an issue of SNMP OID conversion for couple of days. We have a cpp program to poll cable modem, nowadays, we ported this application from Solaris 10 to Linux 6.3, everything works fine until we found that it got some SNMP trap…
Hang Pan
  • 11
  • 1
0
votes
1 answer

How do I edit a Java-Desktop menu item?

I need to edit a menu item for all users in the Launch menu of Java Desktop on a system running Solaris 10. I need to set the launcher to a different executable. I have followed the steps in the Java Desktop Administration Guide. I can set the…
0
votes
2 answers

Solaris /proc high physical memory usgae

I'm using Solaris (Solaris 10 5/08 s10x_u5wos_10 X86) to run a jboss application. root@dev3-be3:/proc/17197$ ps -ef | grep java root 24685 24670 2 12:13:46 pts/10 225:54 java -Dprogram.name=run_with_profiler.sh -server -Xdebug -Xnoagent…
Abhishek Agarwal
  • 846
  • 4
  • 13
  • 34
0
votes
1 answer

Java ReCaptcha Error: recaptcha-not-reachable on Solaris 10

I have a java webapps that runs ReCaptcha anti bot spam on one of the registration form request. It works fine on my development local machine, however, when i deployed it on my client's Solaris 10 server, it all went south. it throws this error…
Charlie Kee
  • 1,161
  • 3
  • 11
  • 26
0
votes
2 answers

Application can not find OpenSSL used to compile library

I have an application that uses the JNI to call a C file that reads some system information. I have this running fine on Linux, but on Solaris 10 (SPARC, 32-bit) I am having trouble when the library is used. I compiled the C file on the same…
MeanwhileInHell
  • 6,780
  • 17
  • 57
  • 106
0
votes
1 answer

Static linking C library on Solaris using SunStudio

I know that in Solaris 10 Sun now Oracle don't provide static version of C library i.e libC.a but I check that same thing is not possible using Sun Studio either, I was under impression that C library are provided by Compiler just like Visual…
anonymous
  • 1,920
  • 2
  • 20
  • 30
0
votes
1 answer

Compiling C file on Solaris with OpenSSL includes

I am trying to compile a C file I have written that has the include #include on Solaris 10. The system OpenSSL files (including evp.h) are located under /usr/local/ssl/include/openssl, but I can't get them picked up running the…
MeanwhileInHell
  • 6,780
  • 17
  • 57
  • 106
0
votes
1 answer

ssh2 cannot login using either publickey or password. Totally locked out

I am not able to login to our production server when I tried to login without password. The server is solaris and using secure shell ssh2. It doesnot accept the public key or the password. Now I am totally locked out. I get to password prompt…
Shashi
  • 1
  • 2
0
votes
1 answer

Cannot locate mysql instance in Solaris 10

I am working on a system setup by another admin. A solaris with a webstack setup. By using commands such as svcs -a|grep apache I can see apache running or svcs -a|grep postgresql shows me postgres is disabled. However svcs -a|grep mysql command…
Robert Omete
  • 64
  • 1
  • 10