From: Gary Mills on
After every reboot of an Ultra 2 running the newly-released
Solaris 10, I get these console messages:

ld.so.1: /lib/svc/bin/svc.startd: fatal: relocation error:
file /lib/librestart.so.1: symbol getdefaultproj: referenced symbol not found
Feb 5 14:50:40 celano smcboot[519]: bind: Address already in use
Feb 5 14:50:40 celano smcboot[519]: bind: Address already in use
Feb 5 14:50:41 celano htt[558]: Error : Another IIIMP Server might be running.

Is this a known problem? It seems to recover with no ill effects.

--
-Gary Mills- -Unix Support- -U of M Academic Computing and Networking-
From: Casper H.S. Dik on
mills(a)cc.umanitoba.ca (Gary Mills) writes:

>After every reboot of an Ultra 2 running the newly-released
>Solaris 10, I get these console messages:

> ld.so.1: /lib/svc/bin/svc.startd: fatal: relocation error:
> file /lib/librestart.so.1: symbol getdefaultproj: referenced symbol not found
> Feb 5 14:50:40 celano smcboot[519]: bind: Address already in use
> Feb 5 14:50:40 celano smcboot[519]: bind: Address already in use
> Feb 5 14:50:41 celano htt[558]: Error : Another IIIMP Server might be running.

>Is this a known problem? It seems to recover with no ill effects.

No; is this a new install or an upgrade? It is rather strange that
a standard library entry point cannot be found.

What does /etc/inittab look like?

Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
From: Gary Mills on
In <4205f95b$0$28987$e4fe514c(a)news.xs4all.nl> Casper H.S. Dik <Casper.Dik(a)Sun.COM> writes:

>mills(a)cc.umanitoba.ca (Gary Mills) writes:

>>After every reboot of an Ultra 2 running the newly-released
>>Solaris 10, I get these console messages:

>> ld.so.1: /lib/svc/bin/svc.startd: fatal: relocation error:
>> file /lib/librestart.so.1: symbol getdefaultproj: referenced symbol not found
>> Feb 5 14:50:40 celano smcboot[519]: bind: Address already in use
>> Feb 5 14:50:40 celano smcboot[519]: bind: Address already in use
>> Feb 5 14:50:41 celano htt[558]: Error : Another IIIMP Server might be running.

>No; is this a new install or an upgrade? It is rather strange that
>a standard library entry point cannot be found.

It's a new install. The symbol is in /usr/lib/libproject.so.1.

>What does /etc/inittab look like?

I haven't changed it. The non-comment part is:

ap::sysinit:/sbin/autopush -f /etc/iu.ap
sp::sysinit:/sbin/soconfig -f /etc/sock2path
smf::sysinit:/lib/svc/bin/svc.startd >/dev/msglog 2<>/dev/msglog </dev/console
p3:s1234:powerfail:/usr/sbin/shutdown -y -i5 -g0 >/dev/msglog 2<>/dev/msglog

Here is a piece of /var/svc/log/svc.startd.log around the time of
the error:

Feb 5 20:05:05/4 ERROR: Restarter: Ignoring REMOVE_INSTANCE command for unknown service svc:/TEMP/site/svcadjust:default.
Feb 5 20:05:15/8: Ignoring svc:/TEMP/network/dns/server:default because its enabled property is misconfigured.
Feb 5 20:05:15/4 ERROR: Restarter: Ignoring REMOVE_INSTANCE command for unknown service svc:/TEMP/network/dns/server:default.
Feb 5 20:06:40/1: restarting after interruption
Feb 5 20:06:44/74: svc:/application/font/fc-cache:default: transient ctid expected to be 0 but was set to 39
Feb 5 20:06:48/113 ERROR: svc:/site/zephyr-hm:default: Method "/lib/svc/method/site/zephyr-hm" failed with exit status 99.
Feb 5 20:06:48/113: site/zephyr-hm:default failed

--
-Gary Mills- -Unix Support- -U of M Academic Computing and Networking-
From: Casper H.S. Dik on
mills(a)cc.umanitoba.ca (Gary Mills) writes:


> Feb 5 20:05:05/4 ERROR: Restarter: Ignoring REMOVE_INSTANCE command for unknown service svc:/TEMP/site/svcadjust:default.
> Feb 5 20:05:15/8: Ignoring svc:/TEMP/network/dns/server:default because its enabled property is misconfigured.
> Feb 5 20:05:15/4 ERROR: Restarter: Ignoring REMOVE_INSTANCE command for unknown service svc:/TEMP/network/dns/server:default.
> Feb 5 20:06:40/1: restarting after interruption
> Feb 5 20:06:44/74: svc:/application/font/fc-cache:default: transient ctid expected to be 0 but was set to 39
> Feb 5 20:06:48/113 ERROR: svc:/site/zephyr-hm:default: Method "/lib/svc/method/site/zephyr-hm" failed with exit status 99.
> Feb 5 20:06:48/113: site/zephyr-hm:default failed


Was the system jumpstated with site specific stuff? This does
look non-standard.

Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
From: Gary Mills on
In <42067fc9$0$28980$e4fe514c(a)news.xs4all.nl> Casper H.S. Dik <Casper.Dik(a)Sun.COM> writes:

>mills(a)cc.umanitoba.ca (Gary Mills) writes:


>> Feb 5 20:05:05/4 ERROR: Restarter: Ignoring REMOVE_INSTANCE command for unknown service svc:/TEMP/site/svcadjust:default.
>> Feb 5 20:05:15/8: Ignoring svc:/TEMP/network/dns/server:default because its enabled property is misconfigured.
>> Feb 5 20:05:15/4 ERROR: Restarter: Ignoring REMOVE_INSTANCE command for unknown service svc:/TEMP/network/dns/server:default.
>> Feb 5 20:06:40/1: restarting after interruption
>> Feb 5 20:06:44/74: svc:/application/font/fc-cache:default: transient ctid expected to be 0 but was set to 39
>> Feb 5 20:06:48/113 ERROR: svc:/site/zephyr-hm:default: Method "/lib/svc/method/site/zephyr-hm" failed with exit status 99.
>> Feb 5 20:06:48/113: site/zephyr-hm:default failed


>Was the system jumpstated with site specific stuff? This does
>look non-standard.

Yes, a few...

online 20:04:52 svc:/site/auth-ident:default
online 20:04:56 svc:/site/fs-short:dhcp
online 20:04:58 svc:/site/net-modify:default
online 20:05:22 svc:/site/svcadjust:default
online 20:05:25 svc:/site/files-early:default
online 20:06:17 svc:/site/fs-short:sysid
online 20:06:38 svc:/site/wait-central:default
online 20:06:38 svc:/site/files-late:default
online 20:06:45 svc:/site/sendmail:default
online 20:06:58 svc:/site/big-brother:default
maintenance 20:06:48 svc:/site/zephyr-hm:default

How do I track down the problem? It was okay with b72.

--
-Gary Mills- -Unix Support- -U of M Academic Computing and Networking-
 |  Next  |  Last
Pages: 1 2
Next: solaris9 - locale