On Mon, Jun 27, 2005 at 04:19:59AM -0500, Paul Elliott wrote:
On Sun, Jun 26, 2005 at 05:13:38PM -0500, Paul Elliott wrote:
I have 2 9.3 systems and I can not get sg_start to work.
# sg-start 1 /dev/sdb bash: sg-start: command not found hrnowl:/home/pelliott # sg_start 1 /dev/sdb /bin/sg_start: line 87: cd: /usr/src/packages/BUILD/sg3_utils-1.12: No such file or directory gcc: sg_start.o: No such file or directory gcc: ./.libs/libsgutils.so: No such file or directory #
It worked fine under 9.2. Does anyone know what is going on?
Thank You.
If anyone out there has sg_start working under 9.3, could you
1) drop me an email. -- This will tell me its is not a global problem, but something wrong with my config.
2) find this file sg_start.o in the above error message. Perhaps it is in this directory /usr/src/packages/BUILD/sg3_utils-1.12 but "find" will find it.
3) find the package that owns sg_start.o rpm -q -f "WHATEVER_LOCATION_YOU_FOUND_IT_LOCATION"/sg_start.o
This will tell me if it is a missing package.
Our specfile of the scsi package regarding sg_start is broken. sg_start as you see is just the libtool wrapper script instead of the real binary. Ciao, Marcus