Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
07-19-2026, 11:39 PM
|
#11071
|
|
Member
Registered: Jul 2007
Posts: 911
|
The page about the Slackbook on the official website still references "The Slackware Store", which has been deprecated.
http://www.slackware.com/book/
Also, on the "links" page:
http://www.slackware.com/links/
Freshmeat.net is not with us any more, so probably worth removing.
Linux.com is not run by VA Linux anymore, but is run by Linux Foundation, might be still useful.
Last edited by Lockywolf; 07-19-2026 at 11:42 PM.
|
|
|
3 members found this post helpful.
|
Yesterday, 02:13 AM
|
#11072
|
|
Member
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current/Ubuntu -> servers; Windows 11/Ubuntu -> workstations (Windows sucks!)
Posts: 965
|
Sun Jul 19 21:53:17 UTC 2026
...
n/dovecot-2.4.4-x86_64-1.txz: Upgraded.
Note that the configuration for this is now completely different.
...
Finally here we go! 
Options modified from the default in the configuration files are moved to dovecot.conf after first checking whether they have not been changed in name or syntax.
https://doc.dovecot.org/main/install....3-to-2.4.html
|
|
|
1 members found this post helpful.
|
Yesterday, 05:43 AM
|
#11073
|
|
Senior Member
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 2,079
|
Quote:
Originally Posted by Lockywolf
Freshmeat.net is not with us any more, so probably worth removing.
|
Or replaced with a link to https://freshcode.club/ which basically has taken over the role of good old freshmeat.
regards Henrik
|
|
|
3 members found this post helpful.
|
Yesterday, 09:51 AM
|
#11074
|
|
Senior Member
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,922
|
15.0 installer when Selecting source media, Install from NFS presents the DHCP Configuration choice Yes or No. The -current installer does not offer DHCP Configuration and starts with Assign IP Address. Would like to see the option added back in to -current to use DHCP Yes or No. Thanks.
|
|
|
1 members found this post helpful.
|
Yesterday, 10:07 AM
|
#11075
|
|
Senior Member
Registered: Sep 2011
Posts: 1,671
|
Quote:
Originally Posted by chrisretusn
15.0 installer when Selecting source media, Install from NFS presents the DHCP Configuration choice Yes or No. The -current installer does not offer DHCP Configuration and starts with Assign IP Address. Would like to see the option added back in to -current to use DHCP Yes or No. Thanks.
|
Adding to that I'd like to suggest adding NetworkManager together with a full wireless network stack to the installer. NM can be controlled through nmcli from the busybox shell and set up a variety of connections, most of them automatically (like DHCP over Ethernet). Getting connected to a wireless network can be as easy as typing
Code:
nmcli wifi connect SSID password PSK
Afterwards adding a few dialogs to the installer calling nmcli is piece of cake, or just call nmtui.
Last edited by jtsn; Today at 06:01 AM.
|
|
|
3 members found this post helpful.
|
Yesterday, 11:42 PM
|
#11076
|
|
Senior Member
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 3,871
|
two bugfix releases for Frameworks 6.28:
syntax-highlighting & kimageformats 6.28.1
https://mail.kde.org/pipermail/relea...ly/013939.html
Last edited by gmgf; Yesterday at 11:43 PM.
|
|
|
|
Today, 08:47 AM
|
#11077
|
|
Member
Registered: Jul 2007
Posts: 911
|
Why do we have rc.mcelog in /etc/rc.d? Nothing starts it, and nothing seems to ever did for the past 5 years.
Perhaps move it to /usr/doc/mcelog-*/ ?
|
|
|
|
Today, 10:00 AM
|
#11078
|
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 14,197
|
Member Response
Hi,
Quote:
Originally Posted by Lockywolf
Why do we have rc.mcelog in /etc/rc.d? Nothing starts it, and nothing seems to ever did for the past 5 years.
Perhaps move it to /usr/doc/mcelog-*/ ?
|
I believe that 'rc.mcelog' can be start/restart/stop to be used for Log of CPU hardware errors(Machine Check Exceptions) which also decodes cryptic CPU errors into a human readable messages. Many times can log memory corrections, cache along with CPU and potential thermal errors.
All errors are logged into /var/log/mcelog. Root must start this daemon to log information since Slackware doesn't start it. This daemon is useful if you want early warning of potential developing hardware problems like failing RAM, over heating and even power-related machine check events. Even problems with a Motherboard problems may help with future errors made aware of need for diagnosis.
You can configure using /etc/mcelog/mcelog.conf

|
|
|
3 members found this post helpful.
|
Today, 04:15 PM
|
#11079
|
|
LQ Sage
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 6,447
|
Last edited by marav; Today at 04:17 PM.
|
|
|
2 members found this post helpful.
|
Today, 04:31 PM
|
#11080
|
|
LQ Newbie
Registered: Jan 2022
Posts: 11
Rep:
|
Quote:
Originally Posted by Lockywolf
Why do we have rc.mcelog in /etc/rc.d? Nothing starts it, and nothing seems to ever did for the past 5 years.
Perhaps move it to /usr/doc/mcelog-*/ ?
|
how bout this? (warning: untested)
Code:
--- source/a/sysvinit-scripts/scripts/rc.M 2026-07-17 17:20:06.506963465 -0400
+++ source/a/sysvinit-scripts/scripts/rc.M 2026-07-21 17:28:55.050074400 -0400
@@ -96,6 +96,11 @@ if [ -x /etc/rc.d/rc.syslog ]; then
/etc/rc.d/rc.syslog start
fi
+# Start the Machine Check Event (MCE) logger.
+if [ -x /etc/rc.d/rc.mcelog ]; then
+ /etc/rc.d/rc.mcelog start
+fi
+
# Start the PC/SC-lite smart card daemon:
if [ -x /etc/rc.d/rc.pcscd ]; then
/etc/rc.d/rc.pcscd start
|
|
|
|
Today, 06:03 PM
|
#11081
|
|
Member
Registered: Jul 2007
Posts: 911
|
Quote:
Originally Posted by peake
how bout this? (warning: untested)
Code:
--- source/a/sysvinit-scripts/scripts/rc.M 2026-07-17 17:20:06.506963465 -0400
+++ source/a/sysvinit-scripts/scripts/rc.M 2026-07-21 17:28:55.050074400 -0400
@@ -96,6 +96,11 @@ if [ -x /etc/rc.d/rc.syslog ]; then
/etc/rc.d/rc.syslog start
fi
+# Start the Machine Check Event (MCE) logger.
+if [ -x /etc/rc.d/rc.mcelog ]; then
+ /etc/rc.d/rc.mcelog start
+fi
+
# Start the PC/SC-lite smart card daemon:
if [ -x /etc/rc.d/rc.pcscd ]; then
/etc/rc.d/rc.pcscd start
|
I'm fine both ways. Either move it away from rc.d as being unused, or add it to a system rc script so that it's started.
But having a script hanging around with no goal is strange.
|
|
|
|
All times are GMT -5. The time now is 06:04 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|