LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-14-2021, 08:53 AM   #9241
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,230

Rep: Reputation: 303Reputation: 303Reputation: 303Reputation: 303

I think would be nice to just be able to mount the iso and run something like ./installer/slackware-setup.sh and have it guessed all the needed
 
Old 12-14-2021, 09:28 AM   #9242
richarson
Member
 
Registered: Dec 2020
Location: Argentina
Distribution: Fedora 38 KDE
Posts: 112

Rep: Reputation: Disabled
Quote:
Originally Posted by gmgf View Post
A 'kdepim-runtime' patch is available here:

(POP3: Fix SSL/TLS connections)


https://invent.kde.org/pim/kdepim-ru...ge_requests/63

https://invent.kde.org/pim/kdepim-ru...591c1dda8bb09a

tested here, work.
Is it possible that this fix broke connections to every other POP3 server?

Gmail POP3 works fine but I can't connect to either courier or dovecot servers now :/
 
Old 12-14-2021, 11:17 AM   #9243
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,334

Rep: Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123
Quote:
Originally Posted by richarson View Post
Is it possible that this fix broke connections to every other POP3 server?

Gmail POP3 works fine but I can't connect to either courier or dovecot servers now :/
I have one another pop3, (free), it work here.
 
Old 12-14-2021, 11:47 AM   #9244
niksoggia
LQ Newbie
 
Registered: Apr 2015
Location: Italy
Distribution: Slackware
Posts: 23

Rep: Reputation: Disabled
support for dkms

Hello,
As a "kernel of the week" club member I'm getting tired of rebuilding all my modules before each time I reboot.
I tried dkms, and I found that it does its job if I treat it respectfully (e.g. I run "dkms unbuild" instead of deleting modules from /lib/modules/).

Initially I thought that running "dkms autoinstall" before the depmod in rc.modules was a good idea because I could avoid to run depmod twice, but then I realized that I would also run gcc during rc.S and before all filesystems are fully mounted.

One of the modules I need is for a rtl8821cu wifi dongle, so dkms should ideally go in rc.M, before rc.inet1. The sweet spot I found is just after dmesg in rc.M, because
- dkms doesn't use syslog (and can be run before it)
- it can compile modules for pcmcia too.

Can you please include my modification to rc.M (see attachment)?
In case you (unlikely) wish to add dkms to Slackware 15.0 here is the SlackBuild too (basically a single bash script, 40K compressed, 140K uncompressed).
Thank you,
regards
Attached Files
File Type: txt rc.M.txt (13.1 KB, 11 views)
File Type: txt dkms-slackbuild.tar.gz.sh.txt (4.6 KB, 24 views)
 
3 members found this post helpful.
Old 12-14-2021, 12:43 PM   #9245
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 907

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
Quote:
Originally Posted by niksoggia View Post
Initially I thought that running "dkms autoinstall" before the depmod in rc.modules was a good idea because I could avoid to run depmod twice, but then I realized that I would also run gcc during rc.S and before all filesystems are fully mounted.

One of the modules I need is for a rtl8821cu wifi dongle, so dkms should ideally go in rc.M, before rc.inet1. The sweet spot I found is just after dmesg in rc.M, because
- dkms doesn't use syslog (and can be run before it)
- it can compile modules for pcmcia too.

Can you please include my modification to rc.M (see attachment)?
Is there a reason running dkms from rc.modules.local doesn't work for you, as outlined here?

I use dkms for the nvidia driver (using their .run installer) and system76-io-dkms, and it works great for me.
 
Old 12-14-2021, 12:48 PM   #9246
niksoggia
LQ Newbie
 
Registered: Apr 2015
Location: Italy
Distribution: Slackware
Posts: 23

Rep: Reputation: Disabled
Quote:
Originally Posted by drumz View Post
Is there a reason running dkms from rc.modules.local doesn't work for you, as outlined here?
rc.modules is run very early in rc.S, even before the "Mounting non-root local filesystems:" message.
/usr (or any important mountpoint) may not be mounted yet, so dkms would not find any compiler.
 
1 members found this post helpful.
Old 12-14-2021, 02:19 PM   #9247
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,962

Rep: Reputation: 1573Reputation: 1573Reputation: 1573Reputation: 1573Reputation: 1573Reputation: 1573Reputation: 1573Reputation: 1573Reputation: 1573Reputation: 1573Reputation: 1573
Quote:
Originally Posted by niksoggia View Post
/usr (or any important mountpoint) may not be mounted yet
A separate /usr partition is unsupported.
 
Old 12-14-2021, 08:03 PM   #9248
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,735

Rep: Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400
Not sure if it's too late in the development cycle but...

PipeWire 0.3.41
https://gitlab.freedesktop.org/pipew...eleases#0.3.41
 
3 members found this post helpful.
Old 12-15-2021, 01:28 AM   #9249
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,334

Rep: Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123
Pat, it theem that the 'kdepim-runtime' patch is uncompleted,

a new patch is here:

https://invent.kde.org/pim/kdepim-ru...f14fabce.patch

Sorry, it's my fault, probably, i have submit a bad link.

Last edited by gmgf; 12-15-2021 at 01:58 AM.
 
2 members found this post helpful.
Old 12-15-2021, 02:37 AM   #9250
niksoggia
LQ Newbie
 
Registered: Apr 2015
Location: Italy
Distribution: Slackware
Posts: 23

Rep: Reputation: Disabled
Quote:
Originally Posted by Petri Kaukasoina View Post
A separate /usr partition is unsupported.
You're right (but I must confess that in the past I secretly kept /usr/src on a rotational hd instead of buying a bigger ssd).
The truth is that I just feel more comfortable to run gcc in runlevel 3 and above.
My ideal rc.S should be a fast, resilient, simple script whose purpose is just to put together the root filesystem, compiling modules is way out of its scope.
 
1 members found this post helpful.
Old 12-15-2021, 09:41 AM   #9251
richarson
Member
 
Registered: Dec 2020
Location: Argentina
Distribution: Fedora 38 KDE
Posts: 112

Rep: Reputation: Disabled
Quote:
Originally Posted by gmgf View Post
Pat, it theem that the 'kdepim-runtime' patch is uncompleted,

a new patch is here:

https://invent.kde.org/pim/kdepim-ru...f14fabce.patch

Sorry, it's my fault, probably, i have submit a bad link.
I'm following the bug here:

https://bugs.kde.org/show_bug.cgi?id=446751
 
Old 12-15-2021, 09:44 AM   #9252
richarson
Member
 
Registered: Dec 2020
Location: Argentina
Distribution: Fedora 38 KDE
Posts: 112

Rep: Reputation: Disabled
Quote:
Originally Posted by gmgf View Post
I have one another pop3, (free), it work here.
Thank you, it seems to be an issue only with STARTTLS, with explicit SSL/TLS my POP3 servers work fine:

https://bugs.kde.org/show_bug.cgi?id=446751


And thanks for pointing out that this patch is still missing:

https://www.linuxquestions.org/quest...ml#post6309639


Note that switching from STARTTLS to explicit SSL/TLS or viceversa requires restarting akonadi due to another bug:

https://bugs.kde.org/show_bug.cgi?id=447005
 
Old 12-15-2021, 11:53 AM   #9253
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,467

Rep: Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226
GNU nano 6.0 "Humor heeft ook zijn leuke kanten"

https://www.nano-editor.org/news.php
 
Old 12-15-2021, 01:16 PM   #9254
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,735

Rep: Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400Reputation: 1400
xorg-server 21.1.2
https://lists.x.org/archives/xorg/20...er/060842.html
 
Old 12-15-2021, 01:27 PM   #9255
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,467

Rep: Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226Reputation: 4226
Quote:
Originally Posted by Daedra View Post


https://www.linuxquestions.org/quest...9/#post6296539

edit:
We all have to keep in mind that 15.0 is almost under the tree 🎅🏽🎄

Last edited by marav; 12-15-2021 at 01:30 PM.
 
  


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
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

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

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