Hi all,
I find I'm in need of sg.c and can't seem to locate the rpm for the generic scsi driver on my CentOS5 CD's.
Might someone point me in the right place, please?
Thanks in advance, ~Ray
On Wed, 16 Jan 2008, Ray Leventhal wrote:
I find I'm in need of sg.c and can't seem to locate the rpm for the generic scsi driver on my CentOS5 CD's.
Might someone point me in the right place, please?
Normally, I'd suggest running
yum provides sg.c
but it comes up empty on my CentOS 5 box.
Paul Heinlein wrote:
On Wed, 16 Jan 2008, Ray Leventhal wrote:
I find I'm in need of sg.c and can't seem to locate the rpm for the generic scsi driver on my CentOS5 CD's.
Might someone point me in the right place, please?
Normally, I'd suggest running
yum provides sg.c
but it comes up empty on my CentOS 5 box.
as it did on mine...though (and I'm sure I'll be rapidly corrected if wrong) I believe it's part of libsg.
to add insult to injury, this box is offline entirely, so I need to either bring it over on a USB stick or find it on the CDs.
Thanks, -Ray
On Wed, Jan 16, 2008, Paul Heinlein wrote:
On Wed, 16 Jan 2008, Ray Leventhal wrote:
I find I'm in need of sg.c and can't seem to locate the rpm for the generic scsi driver on my CentOS5 CD's.
Might someone point me in the right place, please?
Normally, I'd suggest running
yum provides sg.c
but it comes up empty on my CentOS 5 box.
I don't see an sg.c file in any of the RPMS in the distribution, using a utility I wrote that extracts the contents of all packages into a file.
There is an sg.h file which is part of the glibc-headers package.
The sg.ko files are in various kernel-2.6.* packages.
Bill -- INTERNET: bill@celestial.com Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676
The essence of all slavery consists in taking the produce of another's labor by force. It is immaterial whether this force be founded on ownership of the slave or ownership of the money that he must get to live on. Leo Tolstoy 1891
On Jan 16, 2008 11:45 AM, Ray Leventhal centos@swhi.net wrote:
Hi all,
I find I'm in need of sg.c and can't seem to locate the rpm for the generic scsi driver on my CentOS5 CD's.
Might someone point me in the right place, please?
Thanks in advance, ~Ray
You need the kernel source to get the sg.c file.
Akemi
Akemi Yagi wrote:
On Jan 16, 2008 11:45 AM, Ray Leventhal centos@swhi.net wrote:
Hi all,
I find I'm in need of sg.c and can't seem to locate the rpm for the generic scsi driver on my CentOS5 CD's.
Might someone point me in the right place, please?
Thanks in advance, ~Ray
You need the kernel source to get the sg.c file.
Akemi
Thanks, Akemi...that makes more sense now.
In deference to my newness to all this, how would one obtain the kernel source from the CDs as, in my case, the system is not connected to the internet?
Kind regards, -Ray
On Jan 16, 2008 12:24 PM, Ray Leventhal centos@swhi.net wrote:
In deference to my newness to all this, how would one obtain the kernel source from the CDs as, in my case, the system is not connected to the internet?
Kind regards,
-Ray
If all you need is the sg.c file, you probably don't want to download the ~50MB kernel source file. What is the kernel version? (uname -mr) I can send the file to you if you wish.
Akemi
Akemi Yagi wrote:
On Jan 16, 2008 12:24 PM, Ray Leventhal centos@swhi.net wrote:
In deference to my newness to all this, how would one obtain the kernel source from the CDs as, in my case, the system is not connected to the internet?
Kind regards,
-Ray
If all you need is the sg.c file, you probably don't want to download the ~50MB kernel source file. What is the kernel version? (uname -mr) I can send the file to you if you wish.
Akemi
Hi again, Akemi,
Thank you for your kind offer.
# uname -mr 2.6.18-8.el5 i686
Much obliged, -Ray