Authpriv facility in solaris

The authpriv facility is missing in solaris.
how do i get a unix based syslog server receive authpriv syslog messages from a linux one?
The authpriv logs are being ignored by the unix box but i can see other facility logs on the unix box.
Thanks

Dude wrote:
Bash looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. (man page) In other words, it's not reading .profile if ./bash_profile or .bash_login exists. However, the OP might not be using bash.OK, I was wrong again, again, again today.
I am going to quit while I am behind so as to not make it any worse.

Similar Messages

  • Error in Setting Auto Start for Oracle DB on Sun Solaris 10

    Hi Gurus,
    I am trying to set my DB to auto start when server reboots. Fllowing is my setting and the error. The issue is that the DB starts but LISTENER is not running...
    Please please help me...
    This is what I used for setting the auto start.
    Thanks,
    Jayant
    SETTING:
    =======
    #!/sbin/sh
    #Match ORACLE_HOME with whatever is in ~oracle/.profile!!!
    ORACLE_HOME=<whatever is Orcale home is>
    case $1 in
    start)
    su - oracle -c $ORACLE_HOME/bin/dbstart
    su - oracle -c "$ORACLE_HOME/bin/lsnrctl start"
    exit 0
    stop)
    su - oracle -c "$ORACLE_HOME/bin/lsnrctl stop"
    su - oracle -c $ORACLE_HOME/bin/dbshut
    esac
    You're not done yet! You now have to dl
    ln -s ../init.d/oracle /etc/rc3.d/S95oracle
    ln -s ../init.d/oracle /etc/rc0.d/K15oracle
    chmod 0755 /etc/init.d/oracle
    ERROR:
    ======
    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 02-DEC-2006 10:09:24
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    TNS-00515: Message 515 not found; No message file for product=network, facility=TNS
    Solaris Error: 2: No such file or directory
    root@zngds1gk #

    Bingo.... I got it.
    Thanks for your hint about the ./.profile. I was setting env variables in .cshrc file and my default shell for "oracle" user was sh.
    Then I changed the default shell for oracle user to csh and viola..... it works.
    root@zngds1gk # su - oracle
    $ id
    uid=100(oracle) gid=101(dba)
    $ setenv
    HOME=/space/oracle
    PATH=/space/oracle/app/oracle/product/10.2.0/Db_2/bin:/usr/bin:
    LOGNAME=oracle
    HZ=100
    TERM=xterm
    SHELL=/bin/sh
    $ exit
    root@zngds1gk # usermod -u 100 -s /bin/csh oracle
    root@zngds1gk # su - oracle
    zngds1gk%
    zngds1gk% setenv
    HOME=/space/oracle
    PATH=/space/oracle/app/oracle/product/10.2.0/Db_2/bin:/usr/bin:
    LOGNAME=oracle
    HZ=100
    TERM=xterm
    SHELL=/bin/csh
    zngds1gk% cat .cshrc
    umask 022
    setenv ORACLE_BASE /space/oracle/app/oracle
    setenv ORACLE_SID adm
    setenv DISPLAY 47.102.212.108:0.0
    setenv ORACLE_HOME /space/oracle/app/oracle/product/10.2.0/Db_2
    setenv PATH /space/oracle/app/oracle/product/10.2.0/Db_2/bin:$PATH
    And now it works...
    Thanks.
    ~Jayant

  • Error after starting up listener

    Hi all,
    Im not a db operator and im quite new with oracle and solaris but we got a problem after rebooting this server, the listener fails to start
    with the following error:
    LSNRCTL for Solaris: Version 8.1.7.0.0 - Production on 03-DEC-2007 20:01:30
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    Message 850 not found; No message file for product=network, facility=NL
    LSNRCTL>
    If i try to start the listening process it gives 2 other errors
    LSNRCTL> start
    Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    TNS-00515: Message 515 not found; No message file for product=network, facility=TNS
    Solaris Error: 2: No such file or directory
    LSNRCTL>
    I also can not start the SQLPLUS program =S
    I read some other posts that these errors may be a path problem but im not sure if this is, and ifso how to correct it =o)
    The database version is 8.1.7 and is running on solaris.
    anyone has an idea how i can solve this problem?
    Thanks in advance!
    Message was edited by:
    user608640

    Hi again,
    Thanks for the reply but, how can i set the variable $ORACLE_HOME?
    and to what directory it has to point? does it need to point to the oracle db or to the oracle bin dir?
    thanks in advance!

  • I logon as root from the CDE but dont have full file access...

    I am login in in SOLARIS 8 (intel) as root, but I dont have write permission to certail directories ( /home for example)....
    Any help will be greatly appreciated....
    Thanks....

    Hi
    You can not access certain directories like /home,/net and /xfn since
    they are by default reserved for use with the Solaris automounter
    utility. Automount is a facility in Solaris by which you can automatically mount remote network directories whenever you access
    them. These directories get unmounted automatically after 5 minutes
    if no one uses them thus saving network bandwidth.
    If you still want to use these directories, look in to your automount
    maps in the /etc directory. All the maps are stored usually in files
    auto_direct, auto_home and auto_master. To use the /home,/net,/xfn directories, just comment out all entries in these files (by putting
    a # at the beginning of each line) and run "automount -v". For more
    info, refer to the man pages of automount.
    HTH
    Shridhar

  • How can i start listener?

    i have installed oracle8.1.6 on solaris7,but i cannot start the listener. the following is the error message.
    LSNRCTL> start listener
    Message 1070 not found; No message file for product=network, facility=TNSTNSLSNR for Solaris: Version 8.1.6.0.0 - Production
    Message 279 not found; No message file for product=network, facility=NL
    Message 1073 not found; No message file for product=network, facility=TNSMessage 1074 not found; No message file for product=network, facility=TNSTNS-12542: Message 12542 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    TNS-00512: Message 512 not found; No message file for product=network, facility=TNS
    Solaris Error: 125: Address already in use
    beg you for help???
    thanks very much.

    It sounds like your environment isn't set up, e.g. ORACLE_HOME, etc.
    However you should post your question to the database forum.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Urgent:Not able to login 11g EM console, Error "Login operation failed"

    Hi Gurus,
    I have Oralcle DB 11.1.0.7.0 setup on Solaris.
    suddently the DB has gone down and i am not able to login to the Enterprise Manager console.
    While login its giving the error "Login Operation Failed"
    Please help me to ressolve this issue.
    Thanks
    Krishna

    Here are the results of your commands:
    HOME=/export/home/perfuser
    LOGNAME=perfuser
    MAIL=/var/mail//perfuser
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
    PWD=/export/home/perfuser/app/perfuser/product/11.1.0/db_1/bin
    SHELL=/bin/csh
    SSH_CLIENT=10.159.44.193 1266 22
    SSH_CONNECTION=10.159.44.193 1266 64.181.147.61 22
    SSH_TTY=/dev/pts/5
    TERM=xterm
    TZ=US/Mountain
    USER=perfuser
    uid=884(perfuser) gid=268(ccuser)
    LSNRCTL for Solaris: Version 11.1.0.7.0 - Production on 21-AUG-2010 11:50:57
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Message 1053 not found; No message file for product=network, facility=TNSTNS-12541: Message 12541 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    TNS-00511: Message 511 not found; No message file for product=network, facility=TNS
    Solaris Error: 146: Connection refused
    LSNRCTL for Solaris: Version 11.1.0.7.0 - Production on 21-AUG-2010 11:51:09
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Message 1053 not found; No message file for product=network, facility=TNSTNS-12541: Message 12541 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    TNS-00511: Message 511 not found; No message file for product=network, facility=TNS
    Solaris Error: 146: Connection refused

  • Is the .sh install facility going to be added to Solaris 11 since the IPS i

    Is the .sh install facility going to be added to Solaris 11 since the IPS is not ready?

    I don't know what ".sh install facility" means.
    I don't what you mean when you say "IPS is not ready".
    Can you explain in more detail?
    As far as I know IPS will definitely be the packaging system for Solaris 11.
    ------------- Edit ----------------
    Ooops, I thought you were talking about Solaris 11, but you are probably talking
    about the Studio installer. Adding a .sh-based installer on Solaris 11 is technically
    possible. I'm not really in a position to say for sure if it will be done or not.
    We are actively working on making SS12.2 available in IPS, but it's not there yet.
    --chris
    Edited by: Chris Quenelle on May 23, 2011 9:51 AM

  • Installing Solaris 10 8/07 core sshd service facility doesn't start

    Hello,
    I installed Solaris 10 core and installed the ssh packages as you can below.
    # pkginfo | grep ssh
    system SUNWsshcu SSH Common, (Usr)
    system SUNWsshdr SSH Server, (Root)
    system SUNWsshdu SSH Server, (Usr)
    system SUNWsshr SSH Client and utilities, (Root)
    system SUNWsshu SSH Client and utilities, (Usr)
    I created the hostkey ssh_host_dsa_key and put them in the /etc/ssh directory.
    I tried to start de sshd service but it fails and goes in maintenance mode.
    The log file tells me that it can't read the hostkey or GSS-API.
    Please help.
    Regards,
    Gerard

    Did you put a passphrase on the key? It can't use a passphrased key.
    Running the start method with '-c' will create the keys for you.
    Darren

  • Set-tmp-permission is not running in my Solaris 10 Netra CP3060 blade serve

    Hi All,
    In my Solaris 10 - Netra CP3060, the following particular script is not running:
    lrc:/etc/rc2_d/S00set-tmp-permissions
    lrc:/etc/rc2_d/S07set-tmp-permissions
    Above script is to set the default permission of /tmp & /var/tmp while rebooting if it found any inconsistencies. I changed the file permission of /tmp and rebooted my server. As the above scripts are not running, it shouldn't change the file permission to default. But the file permission changed after reboot.
    Please let me know is there any other service running related to this in my server. Was this script incorporated in SMF facility, if so whats that service name?
    Thanks,
    Ram.

    OS: UNIX Solaries, Oracle Application Server 10g
    To run shell script from Oracle Forms, I used the following host('/bin/bash /u01/compile.sh') and it works well
    Now, I need to run unix command something like
    host('mv form1.fmx FORM1.FMX') but it's not working
    I tried to append the command mv form1.fmx FORM1.FMX' to the compile.sh shell script but also it's not working although the rest lines of the shell script is running well

  • 10g Universal Installer kernel errors while installing on Solaris 5.10

    Hi all,
    I have been trying to install Oracle 10g on a Solaris 5.10 machine (32-bit) as per the official Oracle Documentation for a couple of days now. It seems that the Universal Installer fails it's pre-installation steps and throws up error at the following kernel parameters:
    Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
    Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmsl=256; found no entry. Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    I have followed the Oracle Documentation which says to change the kernel parameters using the resource control facility. For this I already have a project "oracle" which the user "oracle" has been assigned to:
    $ id -ap oracle
    uid=100(oracle) gid=100(oinstall) groups=100(oinstall),101(dba) projid=100(oracle)
    Following are the snapshots from the prctl command on the current state of the kernel paramters:
    For Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
    $ prctl -n project.max-shm-memory -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-memory
    privileged 254MB - deny -
    system 16.0EB max deny -
    The Oracle recommended value is 4GB - I expect Universal Installer check to fail for this, so I change the parameter using the resource control facility by logging in as root in a new terminal and keeping one oracle session active.
    # prctl -n project.max-shm-memory -v 4gb -r -i project oracle
    I can see that the parameter has been set correctly when I do:
    $ prctl -n project.max-shm-memory -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-memory
    privileged 4.00GB - deny -
    system 16.0EB max deny -
    For Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
    $ prctl -n project.max-sem-ids -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-sem-ids
    privileged 128 - deny -
    system 16.8M max deny -
    The Oracle recommended value is 100 - I do not expect Universal Installer check to fail at this parameter
    For Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
    $ prctl -n project.max-shm-ids -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-ids
    privileged 128 - deny -
    system 16.8M max deny -
    The Oracle recommended value is 100 - I do not expect Universal Installer check to fail at this parameter
    Also when I try to issue the command:
    $ prctl -n project.max-sem-nsems -i project oracle
    I get:
    prctl: failed to get resource control for project.max-sem-nsems: Invalid argument
    Oracle recommends I should set a value of 256.
    After setting up all this I still get the following errors from Universal Installer:
    Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
    Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmsl=256; found no entry. Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Now when I modify the kernel settings by editing the /etc/system file without even a reboot I'm can see all my Universal Installer Kernel checks as passed.
    Not sure if I'm missing out some crucial step while setting up the kernel parameter using the resource control facility?
    ~ Somjit

    It is bug in OUI.
    OUI is looking at /etc/system to check the kernel parameter settings, but this file is not used (by default) in Solaris 10
    It should check the kernel parameter settings using the prctl.
    Check metalink note 363436.1
    workaround is to
    ./runInstaller -ignoreSysPrereqs
    or as You already did, change /etc/system as well.

  • No Solaris Management Console was available on the specific server

    Hi all,
    We had just finish setting up a new Solaris 10 environment. When i launch smc on the server, on selecting toolbox there's an error message:
    No Solaris Management Console server was available on the specified server. Please ensure there is a Solaris Management Console server available on the specified host and that it is running.
    However, upon verifying whether smc is running:
    ./init.wbem status
    Solaris Management Console server version 2.1.0 running on port 898.
    Not sure why this error message appeared, thanks.

    Regarding SMC (not SunMC)..
    Note: SMC = Solaris Management Console
    SunMC = Sun Management Center (topic of this forum)
    Patch 121308-16+ makes WBEM "secure by default."
    Customers running Solaris 10 6/06 or prior must modify the client's WBEM
    configuration file to allow remote connections after installing patch 121308.
    1. Modify the following line in /usr/sadm/lib/smc/policy/smcserver.config:
    FROM:
    remote.connections=false
    TO:
    remote.connections=true
    2. Stop and restart wbem.
    # /etc/init.d/init.wbem stop
    # /etc/init.d/init.wbem start
    3. Verify that WBEM is now listening for connections to port 898
    on all interfaces:
    # netstat -an |grep 898
    *.898 *.* 0 0 49152 0 LISTEN
    In Solaris [TM]10 update 3 (11/06), the startup mechanism for WBEM was changed
    from the legacy (rc script) method to the new Service Management Facility (SMF).
    To allow remote WBEM connections on Solaris 10 update 3 or later:
    # svcadm disable wbem
    # svccfg -s wbem setprop options/tcp_listen=true
    # svcadm enable wbem

  • No Solaris Management Console server was available

    I just installed solaris 8/07 fully patched the OS using smpatch went to use smc and get No Solaris Management Console server was available error.
    # netstat -a | grep 898
    localhost.898 *.* 0 0 49152 0 LISTEN
    fmri svc:/application/management/wbem:default
    name SMC and WBEM Server
    enabled true
    state online
    next_state none
    state_time Sat Jan 31 21:01:59 2009
    logfile /var/svc/log/application-management-wbem:default.log
    restarter svc:/system/svc/restarter:default
    contract_id 102
    dependency require_all/error svc:/milestone/sysconfig:default (online)
    log::
    [ Jan 31 21:01:57 Stopping because all processes in service exited. ]
    [ Jan 31 21:01:57 Executing stop method ("/lib/svc/method/svc-wbem stop") ]
    [ Jan 31 21:01:59 Method "stop" exited with status 0 ]
    [ Jan 31 21:01:59 Executing start method ("/lib/svc/method/svc-wbem start") ]
    [ Jan 31 21:01:59 Method "start" exited with status 0 ]
    I have even uninstalled all packages related to smc reboot, and then reinstalled them from the dvd reboot.
    Still won't load so I patched back up.
    Any idea?
    Thanks
    Admin please move or delete this post I have tried and can't find an option to delete.
    I'm really sorry I put this in the wrong forum. Center not Console.
    Edited by: mark42324 on Jan 31, 2009 6:22 PM

    Regarding SMC (not SunMC)..
    Note: SMC = Solaris Management Console
    SunMC = Sun Management Center (topic of this forum)
    Patch 121308-16+ makes WBEM "secure by default."
    Customers running Solaris 10 6/06 or prior must modify the client's WBEM
    configuration file to allow remote connections after installing patch 121308.
    1. Modify the following line in /usr/sadm/lib/smc/policy/smcserver.config:
    FROM:
    remote.connections=false
    TO:
    remote.connections=true
    2. Stop and restart wbem.
    # /etc/init.d/init.wbem stop
    # /etc/init.d/init.wbem start
    3. Verify that WBEM is now listening for connections to port 898
    on all interfaces:
    # netstat -an |grep 898
    *.898 *.* 0 0 49152 0 LISTEN
    In Solaris [TM]10 update 3 (11/06), the startup mechanism for WBEM was changed
    from the legacy (rc script) method to the new Service Management Facility (SMF).
    To allow remote WBEM connections on Solaris 10 update 3 or later:
    # svcadm disable wbem
    # svccfg -s wbem setprop options/tcp_listen=true
    # svcadm enable wbem

  • Complexities of Migrating Oracle 10g from Solaris to HP-UX Itanium

    Can anyone share their experiences with regards to migrating Oracle 10g from Solaris on a Sun platform to HP-UX 11i v3 (Itanium) on HP Integrity servers. We are trying to consider all the risks associated with such a move. How much time delay did you experience in resolving unexpected issues along the way? How complex is the process? If you had to do it all over again, would you?
    In addtion, we will also be migrating Oracle eBusiness Suite 11i (11.5.10.2).
    We appreciate your helpful feedback.
    Thank you.

    Here is more information:
    - the database size is currently about 500GB
    - our ASP allows us to be down as much as we want however the company's own needs can only allow a downtime window of two days (over the weekend)
    - i presume further that RMAN might be an option to use to backup the database and instance to some transportable media
    - it would take about four days to get that media from the ASP to our facility so durign that time the instance at the ASP would have to be used
    - after we get the backup media and load everything into our in-house site, our last step would be to find a way to migrate all changes over the WAN. I am told that unless the platforms are the same on both ends, mirroring will be extremely difficult or impossible. If we have a platform that is different from the ASP platform, then the migration of all changes will require conversion and other mechanisms. I am told that HP-UX has so much complexities that this will be a daunting task to accomplish.
    Do you have any opinions and recommnedations?

  • GCC On Solaris 2.4

    Hello Gents,
    I'm trying to use the gnu c compiler in a Box with Solaris 2.4 but I've got this message when I try to compile something, also I've got a error message when I'm tryin' to generate the make files for specific program, in this case I'm talking about sudo, but this happens with any kind of software that I need to compile.
    Can anyone tell me if I'd need to install another kind of patch or library to fix it?
    # pkginfo | grep -i gcc
    utility GNUgcc GNU gcc 2.95.2 SPARC Solaris 2.4
    application SMClibgcc lgcc
    # pkginfo | grep -v SUNW
    utility GNUaconf GNU autoconf 2.13 SPARC Solaris 2.4
    utility GNUamake GNU automake 1.4 SPARC Solaris 2.4
    utility GNUgcc GNU gcc 2.95.2 SPARC Solaris 2.4
    utility GNUgdb GNU gdb 4.17 SPARC Solaris 2.4
    utility GNUgdbm GNU gdbm 1.8.0 SPARC Solaris 2.4
    utility GNUmake GNU make 3.78.1 SPARC Solaris 2.4
    application SMClibgcc lgcc
    # cat nada.c
    "nada.c" 11 lines, 97 characters
    #include <stdio.h>
    main()
    for(;;)
    printf ("Hello World!\n");
    # /usr/local/bin/gcc nada.c -o nada
    In file included from nada.c:1:
    /usr/local/lib/gcc-lib/sparc-sun-solaris2.4/2.95.2/include/stdio.h:17: sys/featu
    # cd /sudo-1.6.9p16
    # ./configure
    configure: Configuring Sudo version 1.6.9
    checking whether to lecture users the first time they run sudo... yes
    checking whether sudo should log via syslog or to a file by default... syslog
    checking which syslog facility sudo should log with... local2
    checking at which syslog priority to log commands... notice
    checking at which syslog priority to log failures... alert
    checking how long a line in the log file should be... 80
    checking whether sudo should ignore '.' or '' in $PATH... no
    checking whether to send mail when a user is not in sudoers... yes
    checking whether to send mail when user listed but not for this host... no
    checking whether to send mail when a user tries a disallowed command... no
    checking who should get the mail that sudo sends... root
    checking for bad password prompt... Password:
    checking for bad password message... Sorry, try again.
    checking whether to expect fully qualified hosts in sudoers... no
    checking for umask programs should be run with... 0022
    checking for default user to run commands as... root
    checking for editor that visudo should use... vi
    checking whether to obey EDITOR and VISUAL environment variables... no
    checking number of tries a user gets to enter their password... 3
    checking time in minutes after which sudo will ask for a password again... 5
    checking time in minutes after the password prompt will time out... 5
    checking whether to use per-tty ticket files... no
    checking whether to include insults... no
    checking whether to override the user's path... no
    checking whether to get ip addresses from the network interfaces... yes
    checking whether stow should be used... no
    checking whether to do user authentication by default... yes
    checking whether to disable running the mailer as root... no
    checking whether to disable shadow password support... no
    checking whether root should be allowed to use sudo... yes
    checking whether to log the hostname in the log file... no
    checking whether to invoke a shell if sudo is given no arguments... no
    checking whether to set $HOME to target user in shell mode... no
    checking whether to disable 'command not found' messages... no
    checking for egrep... egrep
    checking for gcc... gcc
    checking for C compiler default output file name...
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    #

    I found the solution myself and will shortly summarize it here to complete the thread.
    (1) Use GNU as and non-GNU ld, so add "--with-gnu-as --with-as=/usr/sfw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld" to the configure command line. After I worked this out I found it noted on the build instruction website, RTFM proved to be useful again. :-)
    (2) At some point the compilation aborted because directory stage3-gcc could not be found, so I had to do "ln -s stage3-i386-pc-solaris2.10 stage3-gcc". Maybe this can be avoided with some other configure options, but this workaround was fine for me.
    (3) In order to use my own versions of gmp and mpfr, I had to add their library directory to the LD_LIBRARY_PATH environment variable (--with-gmp= and --with-mpfr= are not sufficient).
    Kind regards,
    Christian

  • Interval Timing Issue On Solaris 10/Intel

    Not sure this is the right forum for this, but I'll give it a shot. Please redirect me if you think there's a better forum. This is going to look like a "C" problem, but this really is a question about something going on in the interactions between the operating system, the JVM, and a piece of native code we have.
    We have an interval timing facility that's implemented over a small set of platform-dependent native timing facilities. The *NIX "itimer" facility is used wherever it exists.  On RedHat/Fedora we also implement a timer over the RTC device.  On Windows we use a WaitableTimer.
    On all platforms there's a Java class that bridges to an appropriate timing facility via the JNI, and to date this has worked great on all platforms except for Solaris 10 on Intel. By "worked great" I mean that the clock tics end up being almost exactly what we expect for a given configured Hz update rate. So... e.g. if we set up a timer for 50 Hz, then we actually get 50 Hz +/- some minor variation much less than 1 second.
    On Solaris 10/Intel we set up a 50 Hz itimer in a plain-vanilla C app and we get ~50 Hz, but if we call the same C code from Java via the JNI we almost always end up with ~38Hz.
    The amount of Java and native code involved is almost trivial, and the hardware is a smoking fast contemporary PC. We ran over the itimer facility on an old Sparc 5 box and it worked fine.
    I've tried tweeking sundry esoteric -X and -XX JVM invocation options with no effect.
    J2SDK 1.4.2-07 in all cases.
    Thoughts?

    I'd think you should be posting in the forum for the Solaris 10 os, not a Java forum. Maybe someone in the Java Native Methods forum would have the necessary Solaris 10 expertise, also.
    If you do post elsewhere, either close this out with a final post or put a reference(s) to any other posts and say where you want replies posted, so replies aren't needlessly duplicated.

Maybe you are looking for

  • How to synchronize iPad with Apple TV

    Just got the Apple TV, can you synchronize the iPad with the Apple TV in order to stream the music and movies from the iPad to the TV?  Thanks for your help.

  • I Want To Duplicate The Songs In a Playlist Then Edit Them (But Keep The Originals Intact)

    I've done this before I can't remember how ... I've made a special playlist.  Now I want to share that and rename the album name and the artwork for this special event -- but I want to keep the originals with original infor. I thought there might be

  • Sync send in bpm and Exceptions raised

    Hi, I am using sync send step twice in ASYNC/SYNC bridge,once for database server and other one is for webserver.Wht kind of exceptions can occur for database connection failure and how i should catch in bpm.Please send me if any blogs are there. Tha

  • As3 (Flash CS4) Actionscript array/mc display order

    Hi there, Im trying to amend this actionsscript so the rollover part appears above the image gallery. Ive tried everything i can think of and the rollover appears below the images. If anyone can help I would be eternally grateful! Here is the actions

  • Table with dynamic columns is not being correctly refreshed

    I am building a table view with maps of data according to the last section of this tutorial: http://docs.oracle.com/javafx/2/ui_controls/table-view.htm In my problem I need to add and delete rows and columns at runtime. Everything is working fine wit