LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-02-2024, 05:50 PM   #91
HQuest
Member
 
Registered: Jan 2018
Location: 2001:470:c2d0::/56
Distribution: Anything I can interface with
Posts: 105

Rep: Reputation: Disabled

Quote:
Originally Posted by LuckyCyborg View Post
I would not say Villain, but a "horse" which died on November 22, 2015 , yet some guys insists to beat its bones even today...

Seriously? Even after 9 (nine) years are people who did not figured yet that LILO's dead since really long time, along with ELILO and SYSLINUX?
lilo is so dead small mom and pop shops like Cisco and Juniper have a few appliances, Linux based, that relies on this dead horse to fire up products sold and supported as fresh as May 2024.

Lilo is more likely a case of "it works so well and is so simple to use there is no need to reinvent the wheel". Maybe for bare metal users where the UEFI vendor delivers half-baked solutions one might need a few options within lilo or something altogether to fix someone else's problem, but as a boot loader, it is far away from a dead horse.
 
Old 06-02-2024, 06:17 PM   #92
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,659

Rep: Reputation: 3555Reputation: 3555Reputation: 3555Reputation: 3555Reputation: 3555Reputation: 3555Reputation: 3555Reputation: 3555Reputation: 3555Reputation: 3555Reputation: 3555
Quote:
Originally Posted by HQuest View Post
lilo is so dead small mom and pop shops like Cisco and Juniper have a few appliances, Linux based, that relies on this dead horse to fire up products sold and supported as fresh as May 2024.
Since WHEN the LILO is used by the ARM or RISC-V devices?

No offense, but I thought that's x86 only...

Last edited by LuckyCyborg; 06-02-2024 at 06:24 PM.
 
Old 06-02-2024, 06:36 PM   #93
theodore.s
Member
 
Registered: Jul 2018
Location: Athens, Greece
Distribution: Slackware
Posts: 68

Rep: Reputation: 34
Unmaintained.

Quote:
Originally Posted by HQuest View Post
Lilo is more likely a case of "it works so well and is so simple to use there is no need to reinvent the wheel". Maybe for bare metal users where the UEFI vendor delivers half-baked solutions one might need a few options within lilo or something altogether to fix someone else's problem, but as a boot loader, it is far away from a dead horse.
Well, Lilo is not maintained anymore and this by itself can cause problems, like this problem with RAID-1 on NVME. Found a workaround, but still, I wish I had the skills to fix it, or Lilo was still maintained.
 
Old 06-02-2024, 06:37 PM   #94
HQuest
Member
 
Registered: Jan 2018
Location: 2001:470:c2d0::/56
Distribution: Anything I can interface with
Posts: 105

Rep: Reputation: Disabled
Both companies have shifted away from custom silicon and embraced ye ole x86_64, for mass availability and simplicity with physical hardware and cloud support. So yes, it is x86 only. Also, as a VM, the boot loader is oblivious to the hardware - that’s a function of the hypervisor. On bare metal, they have the ability and luxury to cherry pick the hardware they want that supports the software and vice versa.

Last edited by HQuest; 06-02-2024 at 07:02 PM.
 
Old 06-04-2024, 03:20 PM   #95
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 808

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by however View Post
As the OP, i believe I ought to post an update.

First of all, I love this community and I am so happy to be part of it. I will NOT switch distro as it seems that nothing has ever happened.

Yes, for the last week I have been installing packages and restoring my system to previous-state and it seems that I woke up from a bad dreams. PC is fully working. (i guess, I should consider this the biggest anomaly!)

I would like to respond to the members who claims that bad PSU (and PSU-related issues) could cause anomalies: you are probably correct however, in 30years of assembling desktops, I never had issues with PSUs (I am referring to PSU bought from verified vendors). Beside, for those who took the time to read my replies, would have learned that I brought the PC to a 'service-centre' and, assuming that the bad/unstable power supply was at National level, they would have noticed the same 'anomalies' I had. So, that rules out the PSU.

My hardware considerations are:
(bad) RAM stick: possible/unlikely!
(bad) Videocard: possible/likely
(bad) Motherboard: possible/likely
(bad) CPU: possible/unlikely
(bad) Software: possible/highly-unlikely

Thank you all for the participation.
Nice to see you are sticking it out. One strong contender for being the cause of your problems is also the "nouveau" graphics driver you've been using. I've seen a few of your threads and know you've mentioned using it before.

I just did a fresh install to dual boot slackware64-current on my desktop not long ago. This machine has a different card than yours, but it is nvidia (GeForce GTX 1660 SUPER). I tried using the system as-is for around a week and it started hanging at random times. Sometimes it was good for a day, others it wouldn't wake from suspend (had hung I guess, couldn't ping or ssh it either), other times I would do something like close firefox, the desktop re-draws, and then just hangs. Only way to get it out of this state is a hard reset. I switched the setup to use the latest nvidia drivers for the card and its working fine again.

I had this exact same problem in 2021, when I tried using nouveau drivers the last time. Looks like things haven't gotten better in the last 3 years.

I like to try to support the open source drivers, but having my machine hang daily with unclean shutdowns on my disks is just not acceptable. There's nothing to really go on for bug reports either since I have to power-cycle to get anywhere. If it can do that to my machine, it's possibly a problem for you too.

If you want to run the official drivers, there's a number of ways to do it. Easiest way is probably using the .RUN script that Nvidia supplies for their linux/unix drivers: https://www.nvidia.com/en-us/drivers/unix/

Your Nvidia GTX 1060 card came up as supported by the 550.90.07 drivers.

Note that to run the .RUN script to install those drivers you should install the xf86-video-nouveau-blacklist package you find under extra/ in the slackware tree. Reboot and then run the nvidia script from 'init 3' runlevel (you might have to set the nvidia RUN script executable first). You also need to have the kernel-source package installed to build the nvidia kernel modules. After satisfying those conditions the .RUN installer is basically point and click the buttons for a couple options like adding 32 bit drivers and an Xorg config file. You just have to remember to rerun the script after any kernel updates to rebuild the modules for that kernel.
 
1 members found this post helpful.
Old 06-04-2024, 07:15 PM   #96
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,624

Rep: Reputation: 936Reputation: 936Reputation: 936Reputation: 936Reputation: 936Reputation: 936Reputation: 936Reputation: 936
Quote:
Originally Posted by however View Post
Beside, for those who took the time to read my replies, would have learned that I brought the PC to a 'service-centre' and, assuming that the bad/unstable power supply was at National level, they would have noticed the same 'anomalies' I had. So, that rules out the PSU.
It depends...did they use a tester or a multimeter on it? It is rare, but PSU's do fail. (I think I've only had one go bad, thankfully, in the 20 years I've been using/building computers.)

If your computer's working with a clean install, then that would probably be the culprit, though.

Another thing to try...replace the cord to your monitor. A bad monitor cord can mimic all sorts of video card problems.

Last edited by garpu; 06-04-2024 at 07:17 PM.
 
Old 06-05-2024, 01:01 AM   #97
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,486
Blog Entries: 2

Rep: Reputation: 991Reputation: 991Reputation: 991Reputation: 991Reputation: 991Reputation: 991Reputation: 991Reputation: 991
Talking

however (not addressing the OP (yet ) )

I think the takeaway could be the decades old -current conundrum:

So many times I've heard the seasoned Linux user to
Quote:
"have tried Slackware, even got to "upgrade it (sic!) to -current but it was too unstable for daily use so he left it for a better (more modern, more convenient (dependency hell aka "out of the box ready") distro)
So much so there should be some sort of fencing for accessing current IMHO (not that i'm asked about anything here):

Quote:
THE BIG SLACKWARE-CURRENT ACCESSING DISCLAIMER:
Quote:
I <put your name here> am hereby renouncing any entitlement to rant, complain and tarnish, expressed or implied, the fitness or performance of Slackware, Slackware-current or any derivatives there of.
Furthermore I am waiving my rights to brag, complain or boast any member, tool or service to the Slackware distribution, company or community for the while.

All this conditions are in full effect from the moment of I <put your name here> have endugled my self into the adventurous activity of installing, using and keeping Slackware-current (now on referred to -current) up to date, using it occasionally or on a daily basis, examining it, tweaking, changing it and/or reporting issues or omissions i encounter while attempting or doing so.

And I <put your name here> damn well understand that all my rights of brag, complain or boast are henceforth being stripped from me for the whole eternity is twice over and then some.

By my own free will and accepting all the above stated with my full mental capacity and sentience:


____________________________________
(underwrite and put your name in plain letters on the line)
And a long list hosted somewhere with all the participants listed there so everyone can see and this text on top of the list.

Many a tear (and 2c's) shed could be spared had I been granted this wisdom and knowledge decades back...

Whacha Y'all think?


Last edited by SCerovec; 06-05-2024 at 01:08 AM. Reason: could was typo (coudl)
 
2 members found this post helpful.
Old 06-14-2024, 01:14 PM   #98
however
Member
 
Registered: Jan 2019
Distribution: slackware current
Posts: 527

Original Poster
Rep: Reputation: Disabled
I apologize for not taking part in the thread; I have had a close family loss and emotions as well as stress has being the highest.

Quote:
Originally Posted by 0XBF
Nice to see you are sticking it out. One strong contender for being the cause of your problems is also the "nouveau" graphics driver you've been using. I've seen a few of your threads and know you've mentioned using it before.
I agree with you as my 'most-likely' suspect (the motherboard) seems to be fine.

Anyhow, since the discovery that the hardware "seems to be ok" and cince I reinstalled everything bringing the system to its previous state, I am running in to another issue but I guess I will start another thread explaining it. The thread is titled - mount/umount, back to basics -

A little touch up on this LILO/UEFI (in my opinion) silly argument, I have been installing slackware launching with LILO and it has been flawless. May I add, the matter of UEFI-no-UEFi seem related to newer HDD technology so, since I don't change my hard-drives every 3mnths, I am thankful that LILO is still on-board.

Quote:
Originally Posted by garpu
Another thing to try...replace the cord to your monitor. A bad monitor cord can mimic all sorts of video card problems.
That's interesting and I will keep it in mind as it has also been a 'distant' suspect.

Thanks all for the inputs.
 
4 members found this post helpful.
Old 06-14-2024, 01:51 PM   #99
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian
Posts: 7,355

Rep: Reputation: 3754Reputation: 3754Reputation: 3754Reputation: 3754Reputation: 3754Reputation: 3754Reputation: 3754Reputation: 3754Reputation: 3754Reputation: 3754Reputation: 3754
Smile

Quote:
Originally Posted by however View Post
I apologize for not taking part in the thread; I have had a close family loss and emotions as well as stress has being the highest.
Very sorry for your loss. No apology needed. A family loss is very stressful indeed. Take care of yourself and your family. Be well. We'll be here when you want to tackle this issue.
 
2 members found this post helpful.
Old 06-15-2024, 01:14 PM   #100
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,486
Blog Entries: 2

Rep: Reputation: 991Reputation: 991Reputation: 991Reputation: 991Reputation: 991Reputation: 991Reputation: 991Reputation: 991
@however:
So sorry, condolences and take care.
 
1 members found this post helpful.
  


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
Get first day of last month and last day of last month in bash xowl Linux - Software 18 02-09-2017 09:49 AM
An awful Comcast experience (warning: long long post) Cultist General 3 09-21-2013 11:50 AM
Aboout "with very long lines",how long is very long? yun1st Linux - Newbie 4 07-20-2012 03:38 PM
long long long: Too long for GCC Kenny_Strawn Programming 5 09-18-2010 01:14 AM
Long-time Slacker, first-time poster JimBrewster LinuxQuestions.org Member Intro 1 02-02-2010 11:46 AM

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

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