#1 (permalink)  
Old 03-18-2004, 12:19 PM
Registered User
 
Join Date: Nov 2003
Location: moscow
Posts: 288
rustelekom
RPM install show empy list of software

Hi,

rpm installer on WHM show empty select list. Try rebuild rpm database, upgrade cpanel from stable to current - nothing work.
This happen after upgrading to WHM 9.1.0 cPanel 9.1.0-S73.

Anyone have solution for this problem?

Last edited by rustelekom; 03-18-2004 at 05:37 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-20-2004, 05:44 AM
OCX OCX is offline
Registered User
 
Join Date: Sep 2003
Posts: 246
OCX
i had the same problem tho this is what fixed mine

was corrected by registering your system with Redhat network
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-20-2004, 05:49 AM
Registered User
 
Join Date: Nov 2003
Location: moscow
Posts: 288
rustelekom
yep. same effect
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-03-2004, 11:01 AM
Registered User
 
Join Date: Mar 2003
Posts: 78
nurseryboy
Sorry for bringing back an old thread..

I have Fedora 1, and I am having the same problem now. Will regestering with RHN work for Fedora as well? If so, how do you go about it? (Commands, etc.)

Thanks a bunch,

Matt
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-21-2004, 09:42 AM
Registered User
 
Join Date: Dec 2003
Location: RP
Posts: 66
Sabaote
i'm having the same problem!!!

Fedora C1 , cPanel 9.9.0
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-21-2004, 01:31 PM
Registered User
 
Join Date: Mar 2003
Posts: 78
nurseryboy
I ended up contacting the place I got my server through, and they were able to fix it for me. I'm not sure what they did though.. Sorry I can't help more.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-24-2004, 09:50 PM
OCX OCX is offline
Registered User
 
Join Date: Sep 2003
Posts: 246
OCX
i belive fedora uses yum to update

iv seen alot of places that tell you to update your mirrors in yum conf file
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-24-2004, 10:31 PM
Registered User
 
Join Date: Mar 2004
Location: India
Posts: 93
vivek
Dear Friend,

Is your up2date working on the server. Use this command : up2date -l
If your server is registered with RHN then it will update your control panel and will be able to install the rpms on the server.

Vivek.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 11-24-2004, 06:46 PM
Registered User
 
Join Date: Dec 2002
Posts: 4
veena
If you are on FC2, a yum update fixes it(assuming yum is setup correctly)
#yum update yum
#yum update
__________________
Veena K John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-12-2005, 06:08 PM
Registered User
 
Join Date: Oct 2001
Posts: 57
smachol
I also have this problem. And neither 'update' or 'yum' are found on my server:

root@xxx [/home]# update
-bash: update: command not found
root@xxx [/home]# up2date
-bash: up2date: command not found
root@xxx [/home]# yum
-bash: yum: command not found
root@xxx [/home]#

My host is blaming me for not finding this thread to troubleshoot my problem. And rather than help, all I'm getting it the runaround.

Any ideas?

Last edited by smachol; 06-12-2005 at 06:25 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 06-12-2005, 06:19 PM
Registered User
 
Join Date: Nov 2003
Location: moscow
Posts: 288
rustelekom
what is the system you have? you may check by command uname -a
most likely you have something like up2date or yum and just can't find it's/ you may find it by command locate yum or locate up2date.
of course all of this you must du under root user.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 06-12-2005, 06:27 PM
Registered User
 
Join Date: Oct 2001
Posts: 57
smachol
root@xxx [/home]# uname -a
Linux xxx.vosn.net 2.4.20-021stab028.5.777-enterprise #1 SMP Tue Feb 22 17:44:46 MSK 2005 i686
i686 i386 GNU/Linux

root@xxx [/home]# locate yum
/var/cpanel/useyum
/scripts/safeyum
/scripts/checkyum
/usr/local/src/installd/safeyum

root@xxx [/home]# locate up2date
/scripts/safeup2date
/scripts/checkup2date
/usr/local/src/installd/safeup2date
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 06-12-2005, 06:28 PM
Registered User
 
Join Date: Oct 2001
Posts: 57
smachol
Also:

root@xxx [/home]# /scripts/safeyum
open3: exec of yum failed at /scripts/safeyum line 13
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 06-12-2005, 10:32 PM
Registered User
 
Join Date: Dec 2001
Posts: 14
ZaireWeb is on a distinguished road
I think I just found my problem... hehehe


I've been having this issue for a while now, and when I recompiled python to version 2.4, I found out that the package "rpm" is missing....

Im workign on a fix now.

- Eric
__________________
Eric Coleman
eric.coleman@sitemod.net
http://zaireweb.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 06-13-2005, 06:48 AM
Registered User
 
Join Date: Apr 2004
Posts: 66
neutro
did u rpm -e rpm
i accidently did that last time when connection to my dc was lagging. They had to install redhat package manager from source.. the box is managed.

Please let us know if you managed to find the fix.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:57 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc