todsn -v (Ubuntu 9.10 server)

General discussion of the Co:Z Toolkit
Post Reply
meseguea
Posts: 15
Joined: Fri Mar 31, 2006 12:41 pm
Location: USA

todsn -v (Ubuntu 9.10 server)

Post by meseguea »

Hi,

Troubleshooting the launcher on a target Linux/Ubuntu 9.10.
Job abends with RC=127, the agent starts but abends...

Tried '/opt/dovetail/coz/bin todsn -v'

todsn: command not found

What did I not do in the install?
All execs are marked execuable 'chmod 755 cozagent'

Thanks,
Alex.
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

Alex,

Not sure if this is a typo or not, but your example:

Code: Select all

/opt/dovetail/coz/bin todsn -v
should be:

Code: Select all

/opt/dovetail/coz/bin/todsn -v
Let us know if that works.
meseguea
Posts: 15
Joined: Fri Mar 31, 2006 12:41 pm
Location: USA

Post by meseguea »

Steve,

I did enter /opt/dovetail/coz/bin/todsn -v

I'm not login in as root, not sure it makes a difference
I did chgrp/chown from root to my id for /opt/dovetail.coz/bin/
Should I send in the log?


Thanks,
Alex.
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

Alex,

I'm assuming you can see the file in the directory. It may be a problem related to the LSB package - you might not have the required LSB runtime installed.

Use synaptic to check for and install LSB.

Alternatively, you can just get the Co:Z target system toolkit source and build from scratch via:
./configure
make
make install

It should build fine on your system. If none of this works, check back with us.
meseguea
Posts: 15
Joined: Fri Mar 31, 2006 12:41 pm
Location: USA

Post by meseguea »

Steve,

I did see an error message when the package was converted to deb by
alien, but it continued.
What do you mean by LSB, is Ubuntu an LSB distro?
Or do I need some other LSB packages?


Regards,
Alex.
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

Ubuntu's LSB compliance varies by release. We have not tested Co:Z on release 9.10, and that release doesn't yet appear in the LSB navigator:

http://dev.linuxfoundation.org/navigato ... /distr.php

However, you should be able to install the lsb and lsb-core package via apt or synaptic. Co:Z has a dependency on lsb-core and is LSB 3.0 compliant, meaning that it will run on any LSB compliant distro at level 3.0 or greater.

Once you have the LSB packages installed, you may want to remove and re-install Co:Z. Then, from /opt/dovetail/coz/bin, issue the following:

file todsn
ldd todsn

And post your results.
meseguea
Posts: 15
Joined: Fri Mar 31, 2006 12:41 pm
Location: USA

Post by meseguea »

Do I need lsb-release as well?

I'll remove and re-install again.

Thanks.
:D
meseguea
Posts: 15
Joined: Fri Mar 31, 2006 12:41 pm
Location: USA

Post by meseguea »

Steve,

Works now!
Thanks for the help!


Regards,
Alex.

:D
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

Alex,

Glad you got everything working. Let us know if you have any other issues.

--Steve
meseguea
Posts: 15
Joined: Fri Mar 31, 2006 12:41 pm
Location: USA

Post by meseguea »

Steve,

Thank you, and Happy Holidays to All!

:D
Post Reply