LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-08-2004, 03:12 PM   #1
lmcilwain
Member
 
Registered: Dec 2003
Location: Maryland
Distribution: Fedora, Ubuntu, Centos, FreeBSD
Posts: 390

Rep: Reputation: 31
Fedora Core 1 Kernel Rebuilding


Hello all,

I am having trouble installing RPM's on my machine and I am wondering if my Kernel needs to be rebuilt or re installed "if there is such a thing".

When I try to install an rmp the following error is what I get:

root# rpm -U autofs*
warning: autofs-4.1.0-8.rhfc1.at.i386.rpm: V3 DSA signature: NOKEY, key ID 66534c2b
error: Failed dependencies:[root@WTN12080 download]
atrpms >= 18 is needed by autofs-4.1.0-8.rhfc1.at

Can anyone help me either understand isntalling rpm's or if somone can tell me if I need to have my kernel reinstalled and if so how can I do that?

Thanks,

L
 
Old 01-08-2004, 03:15 PM   #2
watashiwaotaku7
Member
 
Registered: Oct 2002
Location: wisconsin -- The Badger state
Distribution: gentoo
Posts: 654

Rep: Reputation: 30
no you dont need a new kernel or to rebuild your kernel (though at some point its a good thing to learn how to do) it looks like you need atrpms v. 18 or higher, at least thats what i think the output is telling you...ive only ever installed two rpms...
 
Old 01-08-2004, 03:17 PM   #3
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well no you wouldn't have to recompile your kernel, as what your seeing has nothing to do with that....
the error says that it needs (dependant) the atrpms package before it can install autofs..

you can find it here
 
Old 01-08-2004, 03:29 PM   #4
lmcilwain
Member
 
Registered: Dec 2003
Location: Maryland
Distribution: Fedora, Ubuntu, Centos, FreeBSD
Posts: 390

Original Poster
Rep: Reputation: 31
How can you tell what dependencies it needs it seems a bit cryptic to me. Also I didn't see anything called dependant on that list of utilities... I have been looking at it for about the last 20 min trying to figure out what I needed.
 
Old 01-08-2004, 03:35 PM   #5
lmcilwain
Member
 
Registered: Dec 2003
Location: Maryland
Distribution: Fedora, Ubuntu, Centos, FreeBSD
Posts: 390

Original Poster
Rep: Reputation: 31
I just tried to install a version of atrpms which is what I am assuming I needed and I got the following error:

warning: atrpms-41-1.rhfc1.at.noarch.rpm: V3 DSA signature: NOKEY, key ID 66534c2b
Segmentation fault

Is this something to do with the validation key?
 
Old 01-08-2004, 03:37 PM   #6
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
Re: Fedora Core 1 Kernel Rebuilding

Quote:
Originally posted by lmcilwain
root# rpm -U autofs*
warning: autofs-4.1.0-8.rhfc1.at.i386.rpm: V3 DSA signature: NOKEY, key ID 66534c2b
error: Failed dependencies:[root@WTN12080 download]
atrpms >= 18 is needed by autofs-4.1.0-8.rhfc1.at
highlighted in red above is how you see what are dependancies, cause it says failed dependancies and then it saysatrpms >=18 is needed by the package you are trying to install...
 
Old 01-08-2004, 03:39 PM   #7
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
maybe there is something wrong with that package, just grab another and see if you can install it .... there is like 6 or so different packages there, and they are all above version 40, and in the dependancy error, it says >= (greater than or equal to) version 18 so you can use any of them..
 
Old 01-08-2004, 03:41 PM   #8
lmcilwain
Member
 
Registered: Dec 2003
Location: Maryland
Distribution: Fedora, Ubuntu, Centos, FreeBSD
Posts: 390

Original Poster
Rep: Reputation: 31
ah... Enlightenment... I will try another and see if I have any luck. Thanks.
 
Old 01-08-2004, 03:44 PM   #9
lmcilwain
Member
 
Registered: Dec 2003
Location: Maryland
Distribution: Fedora, Ubuntu, Centos, FreeBSD
Posts: 390

Original Poster
Rep: Reputation: 31
Grrrrr Now that I found one it tells me that I need a specific directory

error: Failed dependencies:
/etc/apt is needed by atrpms-40-1.rhfc1.at
/etc/apt/apt.conf is needed by atrpms-40-1.rhfc1.at

It doesn't tell me where to find them.. My assumption is that this is another bad rpm that can't create these directories or something.
 
Old 01-08-2004, 03:48 PM   #10
lmcilwain
Member
 
Registered: Dec 2003
Location: Maryland
Distribution: Fedora, Ubuntu, Centos, FreeBSD
Posts: 390

Original Poster
Rep: Reputation: 31
Well all I had to do was read on more information on where to find the apt and the yum rpms which is in the config package rpm... Now that that is installed I get the same error again when installing a lower version of atrpms so I am going to try another one
 
Old 01-08-2004, 03:51 PM   #11
lmcilwain
Member
 
Registered: Dec 2003
Location: Maryland
Distribution: Fedora, Ubuntu, Centos, FreeBSD
Posts: 390

Original Poster
Rep: Reputation: 31
I installed atrpms-41-1.rhfc1.at.src.rpm and it gave me a warning but it seemed to install fine.
(warning: atrpms-40-1.rhfc1.at.src.rpm: V3 DSA signature: NOKEY, key ID 66534c2b)

I then installed autofs-4.1.0-8.rhfc1.at.i386.rpm it gives me the same error again that it needs a dependant from atrpm >=18

Last edited by lmcilwain; 01-08-2004 at 03:53 PM.
 
Old 01-09-2004, 02:25 PM   #12
lmcilwain
Member
 
Registered: Dec 2003
Location: Maryland
Distribution: Fedora, Ubuntu, Centos, FreeBSD
Posts: 390

Original Poster
Rep: Reputation: 31
Does anyone know of anything else I can do about this or another means of automounting a smb file system?

Basically I have a netapp server I want to auto mount the shares on. What is the file that I need to edit or is there an rpm I can install besides this one that does not seem to be functioning. I am not going to be able to do file manipulation through ftp forever .

Help is appreciated.

Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
rebuilding kernel the Fedora way ... bpcw001 Fedora 1 10-29-2004 09:37 AM
rebuilding kernel jmarsh Linux - Software 2 04-04-2003 08:09 PM
Rebuilding kernel script Q*Bert LinuxQuestions.org Member Success Stories 0 03-16-2003 01:00 PM
Rebuilding kernel troubles Wapocalypse Linux - Newbie 3 12-04-2002 11:41 AM
Rebuilding the kernel decster Linux - General 9 09-23-2002 05:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration