Koozali.org: home of the SME Server

I've hosed my server - help!

the_mad_prof

I've hosed my server - help!
« on: August 21, 2006, 10:48:31 PM »
Hi, i installed the necessary rpm's (with nodeps - I know, I know) courtesy of adrian chung to enable mp3 support in apache and the server manager.  Now only samba seems to work, I can't access the server-manager or even ssh in with putty.  If it helps I have an error saying irqbalance has failed.

Help chaps!

J.

duncan

I've hosed my server - help!
« Reply #1 on: August 22, 2006, 12:30:32 AM »
Can you remove the installed packages.

the_mad_prof

I've hosed my server - help!
« Reply #2 on: August 22, 2006, 10:50:31 AM »
Nope, oddly my box tells me they aren't installed.  I've tried an upgrade but that didn't seem to work.  

The modules were;

MP3Info-0.90-1.noarch.rpm
ApacheMP3-2.15-1.noarch.rpm
e-smith-ApacheMP3-1.1.0-07.noarch.rpm
mod_perl-devel-1.99_16-4.centos4.i386.rpm
httpd-devel-2.0.52-22.ent.centos4.i386.rpm
apr-devel-0.9.4-24.5.c4.1.i386.rpm
apr-util-devel-0.9.4-21.i386.rpm
pcre-devel-4.5-3.2.RHEL4.i386.rpm

Some of them were a few of the (many) dependencies of the first three.  

I feel such a twit!

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: I've hosed my server - help!
« Reply #3 on: August 22, 2006, 11:20:34 AM »
Quote from: "the_mad_prof"
Hi, i installed the necessary rpm's (with nodeps - I know, I know) courtesy of adrian chung to enable mp3 support in apache and the server manager.  Now only samba seems to work, I can't access the server-manager or even ssh in with putty.  If it helps I have an error saying irqbalance has failed.

Help chaps!

J.
Next time you should use "yum lcoalinstall" instead of "rpm". Yum will try to resolve the dependencies it self and if neccessarry donwload them from the configured repositories (here is a list of repositories for SME Server).
Quote from: "the_mad_prof"
Nope, oddly my box tells me they aren't installed. I've tried an upgrade but that didn't seem to work.

Do you only get errors that the RPM's are not installed or does it say something else as well? Remeber that you don't need to enter version numbers when you try to install the rpms, so uninstalling would read something like this:
Code: [Select]
rpm -e MP3Info ApacheMP3 e-smith-ApacheMP3 mod_perl-devel httpd-devel apr-devel apr-util-devel pcre-devel

If that also fails please let me know I might have another option to manually remove every file but I think the above should work.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

the_mad_prof

I've hosed my server - help!
« Reply #4 on: August 23, 2006, 12:44:55 PM »
Didn't know the YUM thing - sounds good to me, will def use in future.  Will try to remove the rpm's again and reinstall them with YUM.  

Fingers crossed!

Offline raem

  • *
  • 3,972
  • +4/-0
I've hosed my server - help!
« Reply #5 on: August 23, 2006, 01:36:56 PM »
the_mad_prof

What is the exact command you are using to remove the rpm(s) ?
...

Offline jumba

  • *****
  • 291
  • +0/-0
  • Donations: July 2007 - $ 20.00
    • Smeserver på svenska!
I've hosed my server - help!
« Reply #6 on: August 23, 2006, 03:43:00 PM »
A very common mistake is that a user who wants to remove MP3Info-0.90-1.noarch.rpm tries with a:

Code: [Select]
rpm -e MP3Info-0.90-1.noarch.rpm

The correct command would be:

Code: [Select]
rpm -e MP3Info-0.90-1

In some rare cases, the registered name in the RPM database differs from the filename.

In that case, do a search with:

Code: [Select]
rpm -qa | grep [name/part of name you're looking for]

...Just an idea!

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
I've hosed my server - help!
« Reply #7 on: August 23, 2006, 11:00:07 PM »
Quote from: "the_mad_prof"
Didn't know the YUM thing - sounds good to me, will def use in future.  Will try to remove the rpm's again and reinstall them with YUM.  

Fingers crossed!
I don't think it is of much use to cross your fingers. The architecture of the internal configuration database differs between version 6 and 7. therefore most RPM's made for SME6 will not work out of the box for SME7, using yum won't make this different. Sorry!
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

the_mad_prof

I've hosed my server - help!
« Reply #8 on: August 24, 2006, 02:34:31 PM »
Hi, haven't had a chance to try this out yet, thanks for the positive responses.

I tried the mp3 contrib from a link in the SME 7 forum.  

It isn't a mission critical server or contains data I can't recover from a backup but it's set up quite well so would rather fix than flatten and start from scratch, not to mention the fact it is in the eaves of the house (now where's my torch).

the_mad_prof

I've hosed my server - help!
« Reply #9 on: August 30, 2006, 02:40:49 PM »
Thanks for the help chaps, however..... hasn't worked so I'll just format and reinstall.