LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-11-2013, 01:11 PM   #1
at398
LQ Newbie
 
Registered: May 2013
Posts: 15

Rep: Reputation: Disabled
Overall stability of debian from version to version?


I am wondering how pain-free is it to and upgrade from stable to stable. What I found with other distros is things would break with every single version update. having switched to debian stable I find it much more stable, not a single crash so far.

While i can add loads of other programs (not from official repos) and make it less stable, how easy is it to keep debian going long term by mostly installing from the stable repos?

My assumption is due to its long deevlopment and bug fixing cycle it should be relatively pain free (maybe a couple of packages that need updating here and there, but nothing major), correct?
 
Old 05-11-2013, 02:08 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If you only use the official Debian repositories upgrading is as pain-free as it can be, if you follow the upgrade-procedure described in the release notes. Of course you will have to look for changes in configuration files that you have to make possibly, when a newer version of a program uses a different format or different options.
The debian team can't and won't, of course, test the upgrade process with third party repositories, so here it up to you to find out how good that works.
 
Old 05-11-2013, 02:17 PM   #3
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
You should also be careful when dist-upgrading to not press <Enter> automatically but look at what may be removed as well as installed. On occasion, due to dependencies, apt may want to remove packages until the dependencies have been updated. This just means that sometimes updates have to be put off until you do not have anything being removed on which you rely.
The above is more of a problem with resting and unstable but I've read a few posts on here about things like less being suggested for removal.
 
Old 05-11-2013, 03:23 PM   #4
at398
LQ Newbie
 
Registered: May 2013
Posts: 15

Original Poster
Rep: Reputation: Disabled
Re config files and check remove. Ah ok, thanks for pointing that out. I am using everything from the repos (except installing cinnamon from mint repos) so it seems that it shouldn't be too bad.
I remember updating from ubuntu release to ubuntu release. Suddenly wifi no longer works , suspend doesnt work, invoking tty1 with ctrl+alt+f1 and switching back somehow crashes the system. I guess i should have made my question clearer, i meant hardware breakage first, then software, i can live with having to re install a few packages, as long as the system is still usable to do so.
 
Old 05-11-2013, 03:52 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by at398 View Post
Suddenly wifi no longer works , suspend doesnt work, invoking tty1 with ctrl+alt+f1 and switching back somehow crashes the system. I guess i should have made my question clearer, i meant hardware breakage first, then software, i can live with having to re install a few packages, as long as the system is still usable to do so.
I can't really comment on the hardware. Back in the days when I used Debian on my desktop/laptops I used Debian Unstable mixed with Experimental, so I don't know how a stable-to-stable upgrade would work on such systems. Nowadays I use Debian only on my servers (headless, maintenance via SSH), on those machines there wasn't any problem with the upgrade from Squeeze to Wheezy, except that I had to adapt the configuration for Dovecot.
 
Old 05-11-2013, 05:44 PM   #6
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by at398 View Post
Re config files and check remove. Ah ok, thanks for pointing that out. I am using everything from the repos (except installing cinnamon from mint repos) so it seems that it shouldn't be too bad.
I remember updating from ubuntu release to ubuntu release. Suddenly wifi no longer works , suspend doesnt work, invoking tty1 with ctrl+alt+f1 and switching back somehow crashes the system. I guess i should have made my question clearer, i meant hardware breakage first, then software, i can live with having to re install a few packages, as long as the system is still usable to do so.
You should probably purge Cinnamon (save your current config files to someplace safe) and just go with the standard Squeeze configuration for Gnome for the short version upgrade period.

This would include commenting out the repo where you got Cinnamon. I hope this was not the Linux Mint repo. I hope it was the Linux Mint Debian Edition repo.

You should then have a lot less chance of screwy version upgrade problems.

Read the documentation on version upgrades carefully keeping in mind your specific installation and make sure you are aware of any possible problems.

Also remember the power of, as root;
Code:
dpkg --configure -a
run from recovery mode if there is a problem. This will, most of the time, straighten out little glitches.

If you are installed on only 1 partition I would recommend a clean install after backing up all data and installing on / and /home. This will be more robust in the long run.
 
Old 05-11-2013, 09:51 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,384
Blog Entries: 28

Rep: Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164
I've upgraded using dist-upgrade twice, from Lenny to Squeeze and then from Squeeze to Wheezy just a couple of days ago. Both times went swimmingly.

I followed Debian's instructions to back up my home folder and /etc, read the occasional dialogs carefully before I responded to them, and both times did not need the backups. I'm typing on that machine right now.

Here are the upgrade instructions for 32-bit hardware.

Last edited by frankbell; 05-11-2013 at 09:52 PM.
 
Old 05-12-2013, 02:50 AM   #8
at398
LQ Newbie
 
Registered: May 2013
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
I hope this was not the Linux Mint repo
I think it was the debian ones - is this the correct repo?

--- SOurces list---
# Install cinnamon, uncomment after install

# deb http://packages.linuxmint.com/ debian main upstream import
--- SOurces list---
Quote:
If you are installed on only 1 partition I would recommend a clean install after backing up all data and installing on / and /home. This will be more robust in the long run.
No, fortunately everything is split up.

/boot / /home /usr /var /tmp and swap are the partitions i have.

I make backups on a daily basis so whatever goes wrong i can always go back to a good config.

Quote:
I've upgraded using dist-upgrade twice, from Lenny to Squeeze and then from Squeeze to Wheezy just a couple of days ago. Both times went swimmingly.

I followed Debian's instructions to back up my home folder and /etc, read the occasional dialogs carefully before I responded to them, and both times did not need the backups. I'm typing on that machine right now.
Thanks, i will look into upgrade instructions, it usually helps to read through before killing a perfectly good (albeit old) install :-)

---------- Post added 05-12-13 at 02:50 AM ----------

Quote:
I hope this was not the Linux Mint repo
I think it was the debian ones - is this the correct repo?

--- SOurces list---
# Install cinnamon, uncomment after install

# deb http://packages.linuxmint.com/ debian main upstream import
--- SOurces list---
Quote:
If you are installed on only 1 partition I would recommend a clean install after backing up all data and installing on / and /home. This will be more robust in the long run.
No, fortunately everything is split up.

/boot / /home /usr /var /tmp and swap are the partitions i have.

I make backups on a daily basis so whatever goes wrong i can always go back to a good config.

Quote:
I've upgraded using dist-upgrade twice, from Lenny to Squeeze and then from Squeeze to Wheezy just a couple of days ago. Both times went swimmingly.

I followed Debian's instructions to back up my home folder and /etc, read the occasional dialogs carefully before I responded to them, and both times did not need the backups. I'm typing on that machine right now.
Thanks, i will look into upgrade instructions, it usually helps to read through before killing a perfectly good (albeit old) install :-)
 
  


Reply

Tags
debian, stable



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
Regarding distribution + kernel version + gcc version + glib version. JCipriani Linux - General 8 04-19-2008 02:54 PM
Xfree Error (EE) module ABI minor version (7) is newer than the server's version (6) jimdaworm Slackware 0 10-17-2003 05:26 PM
Xfree prob radeon.o kernel module version is 1.1.1 but version 1.5.0 or newer needed. jimdaworm Slackware 0 10-01-2003 06:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 01:29 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