LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 10-23-2019, 03:56 PM   #1
ychaouche
Member
 
Registered: Mar 2017
Distribution: Mint, Debian, Q4OS, Mageia, KDE Neon
Posts: 399
Blog Entries: 1

Rep: Reputation: 52
Fear of using a rolling release


The two rolling release distros that I tried are
- sabayon
- manjaro

What I dislike about them is :
1/ The sheer amount of bandwith when the system needs to be updated (up to 1Gb / month)
2/ Any update has the potential to break your system, either by making it unusable (black screen, no more wifi...) or by making package installs impossible (the package manager breaks and I don't know how to fix it.)

I would like to have some feedback on how do you guys perform updates : does it break often ? doesn't break at all ? do you take some precautions before doing an upgrade ? is there a failsafe way to do them ? can you bring the system back to a previous state (snapshots ?) even if you're not using virtualisation ?

Any feedback/story welcome !
 
Old 10-23-2019, 04:33 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,359
Blog Entries: 7

Rep: Reputation: 1935Reputation: 1935Reputation: 1935Reputation: 1935Reputation: 1935Reputation: 1935Reputation: 1935Reputation: 1935Reputation: 1935Reputation: 1935Reputation: 1935
Quote:
I would like to have some feedback on how do you guys perform updates
Arch linux

Read the arch news to see if there is anything user intervention called for, then pacman -Syu
Quote:
does it break often ? doesn't break at all
Nope. A rolling release sometimes gives little problems with a piece of software. You may have to search and see what changed with "xterm" to cause that.
Quote:
do you take some precautions before doing an upgrade
Yes, read the arch news, and look at the latest posts on the arch forum to see what if anything is giving problems at the moment.
Quote:
can you bring the system back to a previous state (snapshots ?)
Never tried to do that. I've rolled back the kernel before, or other packages that have a bug. I've even held the kernel for a months in pacman.conf until The kernel devs fixed something.

I like the rolling release model. I have an install from 2011, still works fine, just keep it updated. And it hasn't broke in that time. Probably been 30 or 40 little weird bugs that come and go.

You say it's 1GB needed to update that box? Maybe you should consider using less software. Instead of having 5 web browsers installed, have one. Instead of having python2 installed, get rid of it, and everything that still depends on it. Another words downsize the box.

I've went 4 months between updates on a arch box before, and updating was only 600MB. And that's only because I have big heavy qtwebkit, pyqt5, qtwebengine...because I want them for python scripts.

Instead of having a bunch of qt and gtk stuff installed, which brings in all of those heavy toolkit dependencies, choose one. Then install your browsers etc. that use that tool kit.
 
Old 10-23-2019, 04:34 PM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243
if band width is an issue, I'd get a barebones distro then devise my own package system (kind of) as I do not use or install much 3rd party apps anymore.

therefore I'd just get the source code and keep an eye on it, if it updates,
Code:
./configure
make
make install
my updates in the manner that needs it to be done. Some Distros have there own package system that you can keep local, Void Linux, and some others that you can create your build script . it builds a package install that then just use the build script to maintain the versions. Slackware too can do this with slackbuilds.
 
Old 10-23-2019, 06:17 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,329

Rep: Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176
I've also been an Arch user for years. It breaks occasionally - sometimes drastically. KDE5 plasma f'instance - I'm no fan of KDE, and that didn't help my mood any. Manjaro just seems to need too much attention, and I tend to leave that system sit un-loved for periods.
I predominantly use Fedora now, and sit just behind the curve, except kernels which I take from rawhide. I don't care about the bandwidth, even when I was severely limited over-night was fine by me.
It's Linux, there has to be an option that you can make suit your requirements.
 
Old 10-23-2019, 06:32 PM   #5
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,027
Blog Entries: 27

Rep: Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524
Compared to the mid aughts, Arch is rock stable nowadays. The midi to late aughts the devs would send out notices it seems weekly "this has changed. After your next update, you'll need to boot from external media and chroot into your install and repair it".

Agreed with most of the other posters. While it does break sometimes, and individual applications will break more often, it's not bad, and 90% of it you can avoid if you read before updating. Not that I ever do. I've learned how to roll back applications quite well. I luckily can't remember the last time I was caught with a fully broken system though.
 
1 members found this post helpful.
Old 10-23-2019, 06:54 PM   #6
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Debian Sid is a rolling release, I seldom have problems with it.
but yes it updates frequently, so it does use bandwidth
I would consider 1gb/mth low, I'd guesstimate 2-4gb/mth for sid, but this is obviously dependent on what you have installed.

snapshots are a good idea, essential in a production environment.
But I wouldn't recommend rolling release for production environment, that is a very different circumstance.
lvm2,btrfs,zfs and other solutions available.
lvm2 is probably the easiest to implement and arguably zfs the most flexible ( I just wish it was mainline ) but I can see how lvm2 would win in that fight ( lvm2 does have advantages over zfs, the main being that given multiple disks each lv can have differing raid levels )

If I find something has broken on Sid, I almost always find it has already been reported as a bug and a workaround offered by the time I get to the bug reports page.
 
Old 10-23-2019, 07:39 PM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,329

Rep: Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176Reputation: 4176
Forgot about snapshot query. That can supposedly work - Mint institutes timeshift, but we do see problems from people attempting (system) rollback. See the openSUSE tumbleweed doco for the contortions they go through to exclude things like logs for consistency.
I have been a big user of fileystem snaps on btrfs for years - but only for user data. Photos in my case, as well as point-in-time source for backups.

As a side-note, I always recommend a separate /home partition - it makes cleaning up a broken system much easier, whether from a liveCD or a full re-install should it be needed.
 
Old 10-23-2019, 07:49 PM   #8
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,352

Rep: Reputation: 5383Reputation: 5383Reputation: 5383Reputation: 5383Reputation: 5383Reputation: 5383Reputation: 5383Reputation: 5383Reputation: 5383Reputation: 5383Reputation: 5383
I've gone through a couple of Manjaro update cycles so far. I just skim the announcement thread on their forums and then I do it.

There's only one other thing I do to make it easier. If I've installed a program on top of the base install, and I don't need it anymore, then I uninstall it and clean out the orphans. That way, it's not part of the next update.

As for bandwidth? I simply have enough bandwidth that it's not an issue. 1GB/month is nothing to me.

Last edited by dugan; 10-23-2019 at 07:55 PM.
 
Old 10-23-2019, 10:13 PM   #9
ChuangTzu
Senior Member
 
Registered: May 2015
Location: Where ever needed
Distribution: Slackware/Salix while testing others
Posts: 1,718

Rep: Reputation: 1858Reputation: 1858Reputation: 1858Reputation: 1858Reputation: 1858Reputation: 1858Reputation: 1858Reputation: 1858Reputation: 1858Reputation: 1858Reputation: 1858
Quote:
Originally Posted by syg00 View Post
I've also been an Arch user for years. It breaks occasionally - sometimes drastically. KDE5 plasma f'instance - I'm no fan of KDE, and that didn't help my mood any. Manjaro just seems to need too much attention, and I tend to leave that system sit un-loved for periods.
I predominantly use Fedora now, and sit just behind the curve, except kernels which I take from rawhide. I don't care about the bandwidth, even when I was severely limited over-night was fine by me.
It's Linux, there has to be an option that you can make suit your requirements.
Centos is also rolling now...sort of: https://www.zdnet.com/article/red-ha...centos-stream/
 
Old 10-23-2019, 11:51 PM   #10
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 543Reputation: 543Reputation: 543Reputation: 543Reputation: 543Reputation: 543
When I installed Void all it had preinstalled was a desktop and Firefox. I really like distros like that. You install exactly what you need and there's no bloat.

I tried Manjaro and I really liked it. But like the OP, update size matters. I'm on an extremely limited plan so I didn't keep it around.
 
Old 10-25-2019, 04:37 AM   #11
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by ychaouche View Post
The two rolling release distros that I tried are
- sabayon
- manjaro

What I dislike about them is :
1/ The sheer amount of bandwith when the system needs to be updated (up to 1Gb / month)
2/ Any update has the potential to break your system, either by making it unusable (black screen, no more wifi...) or by making package installs impossible (the package manager breaks and I don't know how to fix it.)
1/ is a valid point and cannot be discussed much; Debian stable is certainly a better choice there.

about the rest:

I use 2 distros: debian stable (now oldstable) and Archlinux.
Both sometimes have (updating) problems, but neither so much that I would call it "breaking".
For me it really comes out the same in terms of stability.
I have good reasons to use debian on my server, but Rolling Release does not necessarily mean Bleeding Edge a.k.a. Constant Pain.

Disclaimer: I don't use either GNOME or KDE. Just a plain window manager based desktop. And not even that on my server.

One more thing:
Manjaro might be a fairly good distro, but I don't believe in attempts to make system management pretty with GUI. It just gets less tranparent, creates a false sense of "worry-free" or "user-friendliness".
 
Old 10-25-2019, 09:00 AM   #12
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,279
Blog Entries: 21

Rep: Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503Reputation: 3503
Yep. when I discovered Linux. I went farkle crazy. Farkle is biker slang for bling.

Testing , Sid, Experimental. I had the time.

Settled down now.

Funny how folks want the latest and greatest. Then complain about band width, time spent, when it arrives,


On a positive note. My stable stretch install is now a buster install without doing a re-install. With no systemd.

Was done as proof of concept exercise mostly.
I may still blow away this upgrade and do a fresh install with backups.
Takes less time. Is easier. Takes up less space since all old files are now labled .old.

Gotta keep this 16 gig ssd drive slim and trim.
 
Old 10-25-2019, 09:22 AM   #13
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,132
Blog Entries: 20

Rep: Reputation: 4720Reputation: 4720Reputation: 4720Reputation: 4720Reputation: 4720Reputation: 4720Reputation: 4720Reputation: 4720Reputation: 4720Reputation: 4720Reputation: 4720
+1 to the OP. I've been using Linux for nearly 15 years and I still fear rolling releases and bleeding edge software. I did briefly use both Gentoo and Arch and hated them both. That's why I won't use Slackware-current.
 
Old 10-25-2019, 09:30 AM   #14
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243Reputation: 2243
Just install Slackware, change it to current, update it to where you want it, then leave it alone, even black list what you want to stay in that version if you want. then update it.

So you'll have a "latest" updated apps and such you want, then just stop updating it. treat it like Debian that does not update until a year or so has past.

You can get AlienBobs current iso and, it to me, is like a stable install what requires no updating, it will even ask you if you are sure you want to update if you go through the steps to do so. just install that and run it like it is.

you can leave it alone, I have not updated it for awhile now, and it still runs fine.

(i do not really worry about all of the security updates. I do not live that paranoia tight rope. Too much stress.)

Last edited by BW-userx; 10-25-2019 at 09:36 AM.
 
1 members found this post helpful.
Old 10-25-2019, 09:52 AM   #15
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2471Reputation: 2471Reputation: 2471Reputation: 2471Reputation: 2471Reputation: 2471Reputation: 2471Reputation: 2471Reputation: 2471Reputation: 2471Reputation: 2471
Quote:
Originally Posted by hazel View Post
+1 to the OP. I've been using Linux for nearly 15 years and I still fear rolling releases and bleeding edge software. I did briefly use both Gentoo and Arch and hated them both. That's why I won't use Slackware-current.
AS BW-userx says, install -current once and forget it.

I update mine as often as I can. OK, occasionally something breaks, so when I do update it I make sure it's when I have time to fix anything if it goes wrong.

However, -current can be a "set it and forget it" distro. Just install it and leave it.

Have a look at this:

https://www.linuxquestions.org/quest...nt-4175651859/

Only 50% of polled users tend to update it ASAP. The next bracket is those who update whenever they feel like it. Some people only update once or twice a year.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Rolling release versus fixed release dcs.79c Linux - Newbie 10 03-09-2017 05:37 PM
Rolling release vs. fixed release Linux jeremy Linux - News 8 02-04-2015 04:50 PM
LXer: Rolling release vs. fixed release Linux LXer Syndicated Linux News 0 02-03-2015 10:30 AM
Nothing to hide ? Then release all your details publicly and have nothing to fear. H_TeXMeX_H General 61 07-01-2013 02:04 PM

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

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