Also, see I have this package libc.so. what could be the problem
bash-3.2# /opt/csw/bin/pkgutil -y -i libssl1_0_0
Solving needed dependencies ...
Solving dependency order ...
2 CURRENT packages:
CSWcommon-1.5,REV=2010.12.11
CSWlibssl1-0-0-1.0.1u,REV=2016.10.04
Nothing to do.
From: users [mailto:[email protected]] On
Behalf Of Ejaz via users
Sent: Wednesday, February 8, 2017 11:55 AM
To: 'Questions and discussions' <[email protected]>
Cc: Ejaz <[email protected]>; 'Peter Bonivart' <[email protected]>
Subject: RE: ntp
Seems am missing libc.so.1, do you have any idea how to install this library..
“libc.so1”
bash-3.2# svcs -x
svc:/application/print/server:default (LP print server)
State: disabled since Tue Feb 07 10:10:08 2017
Reason: Disabled by an administrator.
See: http://sun.com/msg/SMF-8000-05
See: lpsched(1M)
Impact: 2 dependent services are not running. (Use -v for list.)
svc:/network/cswntp:default (?)
State: maintenance since Tue Feb 07 10:10:12 2017
Reason: Start method failed repeatedly, last exited with status 137.
See: http://sun.com/msg/SMF-8000-KS
See: /var/svc/log/network-cswntp:default.log
Impact: This service is not running.
bash-3.2# tail -f /var/svc/log/network-cswntp:default.log
Ejaz
bash-3.2# tail -f /var/svc/log/network-cswntp:default.log
ld.so.1: ntpd: fatal: libc.so.1: version `SUNW_1.22.5' not found (required by
file /opt/csw/libexec/ntpd)
ld.so.1: ntpd: fatal: libc.so.1: open failed: No such file or directory
Killed
[ Feb 7 10:10:12 Method "start" exited with status 137 ]
[ Feb 7 10:10:12 Executing start method ("/var/opt/csw/svc/method/svc-cswntp
start") ]
Starting ntp.
ld.so.1: ntpd: fatal: libc.so.1: version `SUNW_1.22.5' not found (required by
file /opt/csw/libexec/ntpd)
ld.so.1: ntpd: fatal: libc.so.1: open failed: No such file or directory
Killed
[ Feb 7 10:10:12 Method "start" exited with status 137 ]
-----Original Message-----
From: users [mailto:[email protected]] On
Behalf Of Peter Bonivart via users
Sent: Wednesday, February 8, 2017 11:45 AM
To: Questions and discussions <[email protected]
<mailto:[email protected]> >
Cc: Peter Bonivart <[email protected] <mailto:[email protected]> >; Ejaz
<[email protected] <mailto:[email protected]> >
Subject: Re: ntp
On Wed, Feb 8, 2017 at 6:58 AM, Ejaz via users <
<mailto:[email protected]> [email protected]> wrote:
> Hello,
>
> I followed the steps and upgraded newer version of NTP in my solairs
> 10 box but still I am unable to activate it, any clue will be high
> appreciated.
>
> Install ntp on Solaris 10 and 11:
>
> pkgadd -d <http://get.opencsw.org/now> http://get.opencsw.org/now
>
> /opt/csw/bin/pkgutil -U
>
> /opt/csw/bin/pkgutil -y -i ntp
>
> /usr/sbin/pkgchk -L CSWntp # list files
You didn't post any output of the commands above so it's hard to know what went
wrong. Use a service like pastebin.com or similar if you want us to look at
more than a few lines of output.
I installed CSWntp myself just now and enabled it without problem. You are
familiar with the svc* commands like svcs and svcadm?