LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How often do you update your system? (https://www.linuxquestions.org/questions/slackware-14/how-often-do-you-update-your-system-4175622621/)

andrew.46 01-30-2018 01:31 PM

Quote:

Originally Posted by enorbet (Post 5813414)
So why is it, I'd like to know, why apparently so many Linux users are so locked into to nearly instant upgrade cycles?

I do it for fun :)

brobr 01-30-2018 03:55 PM

Quote:

Originally Posted by andrew.46 (Post 5813489)
I do it for fun :)

yes.. and for the adrenaline rush... of course: will it still work after....???? I love bugs, they're my dayjob... ;-)

Lysander666 01-30-2018 03:57 PM

Quote:

Originally Posted by brobr (Post 5813533)
yes.. and for the adrenaline rush... of course: will it still work after....????

So this is actually a 'thing'. I wondered.

enorbet 01-30-2018 04:08 PM

Quote:

Originally Posted by brobr (Post 5813533)
yes.. and for the adrenaline rush... of course: will it still work after....???? I love bugs, they're my dayjob... ;-)

I find that very odd. What sort of updates are you doing that risk anything but the new app not working? For me one of the major benefits of Slackware is that the worst that can happen, even if compiling directly from source and running "make install" instead of making a package, is that the new app won't run... until you fix it. The rest of my system is never at risk on Slackware.

Skaendo 01-30-2018 04:20 PM

Quote:

Originally Posted by enorbet (Post 5813546)
I find that very odd. What sort of updates are you doing that risk anything but the new app not working? For me one of the major benefits of Slackware is that the worst that can happen, even if compiling directly from source and running "make install" instead of making a package, is that the new app won't run... until you fix it. The rest of my system is never at risk on Slaxckware.

He must work on Windows machines...... :D

brobr 01-30-2018 04:33 PM

Yes, great toys to crash, give me 5 min ;-)

Andersen 01-31-2018 12:41 AM

I use slackpkg to update my system. Usually, I do it as soon as new updates are released. However, being that I use the current branch on my production machine, if the update is a major one, I often wait for several days, just to be sure that everything is OK.

Skaendo 01-31-2018 02:15 AM

@Lysander666,

You should take into account that if you are running stable, currently 14.2, that updates are *mostly* security related.

IMO any security updates should be taken seriously and applied ASAP.

But caution should be used for kernel updates if you switch to a generic kernel or generate a initrd or if you use nVidia graphic drivers.

Lysander666 01-31-2018 03:48 AM

Quote:

Originally Posted by Skaendo (Post 5813696)
@Lysander666,

You should take into account that if you are running stable, currently 14.2, that updates are *mostly* security related.

IMO any security updates should be taken seriously and applied ASAP.

But caution should be used for kernel updates if you switch to a generic kernel or generate a initrd or if you use nVidia graphic drivers.

Updating through slackpkg is easy on my low-powered system since it just downloads and installs the .txz files. I have indeed switched to generic and use an initrd. Can you let me know why I should be cautious in this instance? EDIT: answered here https://www.linuxquestions.org/quest...3/#post5812603

My desktop uses a beefy ATI card and my netbook onboard Intel graphics so no problems with nVidia there.

I currently refrain from installing updates from sbopkg because they don't look that necessary to me, e.g. qpdfview has had an incremental update which I haven't installed, and I have to rebuild QMplay2 for the libass update, which I can't be bothered to do currently since it works perfectly as is.

orbea 01-31-2018 10:31 AM

Quote:

Originally Posted by brobr (Post 5813533)
yes.. and for the adrenaline rush... of course: will it still work after....???? I love bugs, they're my dayjob... ;-)

Well, for some people running current the goal is to find bugs before you do. :)

brobr 01-31-2018 11:17 AM

Well I am mostly not looking for them; I grow them ;-)

A reason to run current is better/easier support for my newish hardware; and then, yes, part of the fun is installing and thereby testing updates as they come along; mostly it is fine; sometimes a bug that is often wide-spread, i.e. not immediately Slackware related, but still important to (help) to identify. One learns a lot that way. Waste of time?? See it as a hobby.... ;-)

Skaendo 01-31-2018 12:00 PM

Quote:

Originally Posted by Lysander666 (Post 5813726)
Updating through slackpkg is easy on my low-powered system since it just downloads and installs the .txz files. I have indeed switched to generic and use an initrd. Can you let me know why I should be cautious in this instance? EDIT: answered here https://www.linuxquestions.org/quest...3/#post5812603

This is less likely on stable, but due to the recent flaws found in CPUs might be relevant.

If you switched to the generic kernel, generated a initrd, set LiLo to boot Slackware by default and let slackpkg upgrade your kernel, you can be in for some work. My advice there would be to blacklist kernel updates and make sure that you read about upgrading kernels. Personally I just run the huge kernel, so I just let it update kernels as our BDFL sees fit. Sure there might be some performance gain by switching and generating a initrd, but from what I've seen it is slight (for me at least).

Quote:

Originally Posted by Lysander666 (Post 5813726)
I currently refrain from installing updates from sbopkg because they don't look that necessary to me, e.g. qpdfview has had an incremental update which I haven't installed, and I have to rebuild QMplay2 for the libass update, which I can't be bothered to do currently since it works perfectly as is.

There can be security patches and fixes with packages from SBo as well, one recent one that I use is Transmission that recently had a security patch added. So you should at least keep an eye on them.

orbea 02-01-2018 10:25 AM

Quote:

Originally Posted by brobr (Post 5813881)
Well I am mostly not looking for them; I grow them ;-)

A reason to run current is better/easier support for my newish hardware; and then, yes, part of the fun is installing and thereby testing updates as they come along; mostly it is fine; sometimes a bug that is often wide-spread, i.e. not immediately Slackware related, but still important to (help) to identify. One learns a lot that way. Waste of time?? See it as a hobby.... ;-)

Yea, the Slackware maintainers catch most of the issues before they release packages, but some issues won't be present themselves unless tested on a wide variety of configurations, this is where current comes in. That said most of the bugs I find spend time on are for programs available at SBo which can have bugs/regressions due to something in Slackware updating or when the program itself updates.

brobr 02-01-2018 05:37 PM

Quote:

..for programs available at SBo which can have bugs/regressions due to something in Slackware updating or when the program itself updates.
Yes, very valid; that's why this thread is helpful

BTW when I grow bugs I am literal; no computer-speak here. But to analyse/present results of experiments I use a lot of SBo-stuff some of which, I would argue, could be better in the main repository because of their high level of interoperability with stuff produced by windows/mac-programs one has to share at many work-places. Libreoffice, inkscape etc. are my tools of choice (together with gimp) which basically replaces functionality of the kde-suite which I have not installed.

Other, more specific stuff on SBo I use as well and I also run into programs that don't work/compile in current. In many cases a more recent release of the software, especially when that has been corrected to adhere to gcc-7 standards, often compiles/works again (providing the slackbuild is not heavily tweaked to adapt the software to Slackware; then a simple version change often won't work)..

Regnad Kcin 02-01-2018 06:51 PM

Updates to poppler and various libraries will often break Inkscape and KSnapshot, but I've been staying updated to -current for a couple of years now and I see no reason to change. If Inkscape breaks, I usually go to ponce's repo and get the newest build. Alternatively one can create symlinks that make things work again.

The benefits of staying with -current outweigh the occasional minor hassles. Although 14.2 is "stable", it doesn't mean that -current is "unstable", per se.


All times are GMT -5. The time now is 05:20 PM.