LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 11-06-2007, 08:24 AM   #1
Hammad101
Member
 
Registered: Dec 2005
Posts: 72

Rep: Reputation: 15
Server O/S Recommendations


Hi,

I currently have Debian 3.1 sarge

I tried to install Winrar and glibc error, also i have other problems
i was thinking of installing one of the other O/s the host
has listed.

- Deb etch
- FC4
-Suse 9.3
-Cent Os 4

Used FC4 on home pc and was thinking of going to that

what you do suggest

I would like it to be secure, and less painful at the same time

please help

edit: did some search so i'll take fc out cuz its a resource hog and server would be
facing loads at times...

Last edited by Hammad101; 11-06-2007 at 09:45 AM.
 
Old 11-06-2007, 09:59 AM   #2
redgoblin
Member
 
Registered: Jun 2005
Location: UK
Distribution: Debian
Posts: 189

Rep: Reputation: 41
Ok, a couple of questions come to mind.

Where are you installing Rar from? The version on the site is a command line only version. In that case you can just as easily install it from the official archive with aptitude or apt-get. That way dependencies and security upgrades will be handled for you.

As a server OS I'd say there is nothing better than Debian. It's ineradicably stable and secure. I notice you say you're running a 3.1 version. 4.0 has been out for a while so an upgrade might be the best thing to do.

http://www.debian.org/releases/stable/
 
Old 11-06-2007, 10:27 AM   #3
Hammad101
Member
 
Registered: Dec 2005
Posts: 72

Original Poster
Rep: Reputation: 15
Hi,

ok thanks will try with rar.

As For Debian

I got sarge installed, whats the diff b/w this & etch.
 
Old 11-06-2007, 11:16 AM   #4
flashingcurser
Member
 
Registered: Jan 2003
Distribution: many win/nix/mac
Posts: 259

Rep: Reputation: 32
You are not going to find less painful than debian. As far as Etch is concerned, etch has the latest software updates and features. Sarge is will only receive security updates at this point.

That said, CentOS is a very capable server os. Being based directly on rhel, all howto's and trouble-shooting will be the same as rhel. You are already familiar with fedora so this shouldn't too much of a learning curve. Yum makes centos fairly easy to manage.
 
Old 11-06-2007, 11:34 AM   #5
Hammad101
Member
 
Registered: Dec 2005
Posts: 72

Original Poster
Rep: Reputation: 15
hm...

Now i'm down to cent & deb

need some views
 
Old 11-06-2007, 12:18 PM   #6
flashingcurser
Member
 
Registered: Jan 2003
Distribution: many win/nix/mac
Posts: 259

Rep: Reputation: 32
You asked what are good server distro's. Heh Deb and Centos are both excellent.

However if you asked: "what would I do if I where in your shoes?"

I would at least try to dist-upgrade (as stated before) to etch, use apt to install unrar and see if your glibc issues go away. If not you are still in the same boat and haven't lost anything.
 
Old 11-07-2007, 06:48 AM   #7
Hammad101
Member
 
Registered: Dec 2005
Posts: 72

Original Poster
Rep: Reputation: 15
Hey!

I got green lights from host to upgrade to etch.

can you kindly let me know how could i update the o/s

thanks.
 
Old 11-07-2007, 09:45 AM   #8
flashingcurser
Member
 
Registered: Jan 2003
Distribution: many win/nix/mac
Posts: 259

Rep: Reputation: 32
I would say back up your /etc for future reference.
aptitude update
aptitude upgrade
aptitude dist-upgrade
aptitude update
aptitude upgrade

Really basic. Pay attention during the dist-upgrade, there may have been changes in the config files for some of your services. dpkg will give some options as to how handle it and if it gets messed up you will have a backup of /etc.

The only thing recently that has been a big problem is updating apache 1.3 to 2.x

I'm making it seem more complicated than it is, you will be fine.

have fun
 
Old 11-07-2007, 09:48 AM   #9
redgoblin
Member
 
Registered: Jun 2005
Location: UK
Distribution: Debian
Posts: 189

Rep: Reputation: 41
Upgrading from Sarge (old stable) to Etch (stable) is covered in the release notes;

http://www.debian.org/releases/stabl...rading.en.html

Don't be put off by the length of it. There's just a lot of fine detail just in case.

In essence, what you do is;

1) Change your sources file to point at Etch
2) Update you sources list
3) Upgrade your packages
4) Do a little cleaning and checking.

Read the link for those steps in more details.

If you're going to be administering a Debian machine it's well worth subscribing to Debian Announce.

http://www.debian.org/MailingLists/debian-announce

That way you'll be reminded when the new version comes out.

Good luck.

Last edited by redgoblin; 11-07-2007 at 09:49 AM. Reason: spelling
 
Old 11-09-2007, 04:30 AM   #10
Hammad101
Member
 
Registered: Dec 2005
Posts: 72

Original Poster
Rep: Reputation: 15
Hi,

I have used the commands flashing metioned.

everything went smooth the website is also faster now!

but i still don't think i am running etch
cuz i see sarge in PLESK Cp, plus the errors of winrar remain for glibc
....

suggestion
 
Old 11-10-2007, 12:27 AM   #11
Hammad101
Member
 
Registered: Dec 2005
Posts: 72

Original Poster
Rep: Reputation: 15
Guys... Help pleaase
 
Old 11-11-2007, 11:11 AM   #12
Hammad101
Member
 
Registered: Dec 2005
Posts: 72

Original Poster
Rep: Reputation: 15
Help me please!
 
Old 11-13-2007, 08:53 AM   #13
Hammad101
Member
 
Registered: Dec 2005
Posts: 72

Original Poster
Rep: Reputation: 15
Anyone willing to help?
 
Old 11-13-2007, 10:31 AM   #14
dguitar
Member
 
Registered: Jun 2005
Location: Portland, ME
Distribution: Slackware 13, CentOS 5.3, FBSD 7.2, OBSD 4.6, Fedora 11
Posts: 122

Rep: Reputation: 17
Type this command
Code:
cat debian_version
This will tell you the version of debian (4.0 = Etch)
 
Old 11-14-2007, 08:28 AM   #15
Hammad101
Member
 
Registered: Dec 2005
Posts: 72

Original Poster
Rep: Reputation: 15
Code:
127-0-0-1:~# cat /etc/debian_version
3.1
 
  


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
File server recommendations Reefcrazed Linux - Networking 3 03-02-2007 02:03 PM
SMTP server recommendations? neocookie Linux - Software 11 03-15-2006 02:25 AM
need mail server..recommendations? servnov Linux - Networking 3 09-29-2004 02:41 AM
Server recommendations? Jestrik Linux - Networking 5 03-20-2004 11:44 AM
A Storage server - your recommendations antken Linux - Hardware 1 07-26-2003 11:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 11:00 PM.

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