|
Home > Archive > Unix administration > June 2004 > help: why this server can't be started?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
help: why this server can't be started?
|
|
|
| Hi All,
My noticed my SMC server was not running on my Solaries 8, so I want
to turn it on. I tried commands:
#> /etc/init.d/init.wbem start
#> /etc/init.d/init.wbem status
I found the server was not running yet. If I try one more time:
#> /etc/init.d/init.wbem start
I got strike from OS with error msg:
bind: Address already in use.
Anybody can tell me what was going wrong? Thanks!
Huey
| |
| Michael Heiming 2004-06-26, 10:10 am |
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message
In comp.unix.admin Huey <huey_jiang@yahoo.com> suggested:
[..]
> #> /etc/init.d/init.wbem start
> #> /etc/init.d/init.wbem status
> I found the server was not running yet. If I try one more time:
> #> /etc/init.d/init.wbem start
> I got strike from OS with error msg:
> bind: Address already in use.
Obviously there's some proc which has bound to the port already,
preventing the startup. You can use 'lsof' to find out, if you
have that or look at 'ps -ef' output.
Good luck
--
Michael Heiming (GPG-Key ID: 0xEDD27B94)
mail: echo zvpunry@urvzvat.qr | PERL -pe 'y/a-z/n-za-m/'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFA3WqsAkPEju3Se5QRArwEAJ4xcVM7rejg
M5IO6Kyo4Ue6CQSYnwCfcbhv
p/OJCtTIaF5yW0J8OWQM6XM=
=vfj7
-----END PGP SIGNATURE-----
|
|
|
|
|