LinuxQuestions.org
Visit Jeremy's Blog.
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 04-13-2018, 06:56 AM   #976
laprjns
Member
 
Registered: Oct 2005
Location: Connecticut USA
Distribution: SalixOS
Posts: 206

Rep: Reputation: 108Reputation: 108

This is a follow up to post 935 Running my Slint install on my multi-boot laptop (Win 10, Slint, Salix, Slackware ) I installed the grub package from the Slint repository. Rebooting after runing both grub-mkconfig and grub-install rusulted in a grub menu which had menu entries for all my installed OS included Win 10. Win 10 along with all the other OS's booted without problems.

Quote:
Incidentally, I also installed TrueOS, which amazingly installs rEFInd as boot manager
My ultimate boot setup, would be to have elilo as the boot loader and rEFInd as the boot manager.
 
1 members found this post helpful.
Old 04-13-2018, 06:57 AM   #977
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by Didier Spaier View Post
This is a follow-up of post #934.

In an EFI enabled VirtualBox VM I installed DragonFlyBSD-5.2.0 in /dev/sdb then Slint64-14.2.1.1 on /dev/sda, from which I ran grubconfig.

DragonFly installed a PE32+ image /EFI/BOOT/BOOTX64.EFI in an ESP it made in /dev/sdb1.
Good news for all the Slackers who run a Virtualbox VM of DragonFlyBSD!
j
 
Old 04-13-2018, 12:01 PM   #978
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
Quote:
Originally Posted by AlleyTrotter View Post
Good news for all the Slackers who run a Virtualbox VM of DragonFlyBSD!
Feel free not to

PS. Dual boot with FreeBSD-11.1 (installed on /dev/sdb in lieu if DragonFlyBSD) works as well. I just had to edit the UUID of /dev/sdb1 in 40_custom to match the new one after the FreeBSD installer recreated the partition, then run grubconfig again.

Last edited by Didier Spaier; 04-13-2018 at 12:36 PM.
 
Old 04-13-2018, 12:50 PM   #979
Ne01eX
Member
 
Registered: Mar 2018
Location: Ekaterinburg region, Ural, Russian Federation
Distribution: Slackware, RTK GNU/Linux
Posts: 173

Rep: Reputation: 22
Question

Maybe need?

Code:
chmod -x etc/file/magic/apache
file-5.32-*-*.txz

or not need? ;-)
 
Old 04-13-2018, 02:50 PM   #980
Ne01eX
Member
 
Registered: Mar 2018
Location: Ekaterinburg region, Ural, Russian Federation
Distribution: Slackware, RTK GNU/Linux
Posts: 173

Rep: Reputation: 22
Exclamation

tmux 2.7 has been released!

Changes;
tarball.

:dance_smiling: IOWA - Pulse beats a beat... (russian) :dance_smiling: ;
:dance_smiling: Alizée - J'ai Pas Vingt Ans (français) :dance_smiling: .
 
Old 04-13-2018, 08:19 PM   #981
Xsane
Member
 
Registered: Jan 2014
Posts: 186

Rep: Reputation: 134Reputation: 134
Patch to make initrd luksdev UUID aware:
https://www.linuxquestions.org/quest...13#post5842913

Pat,
As long as you are going to the trouble of making the version files accurate,
perhaps they should be Slackware64 where appropriate?
 
Old 04-14-2018, 01:28 AM   #982
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
ethtool-4.16:

https://git.kernel.org/pub/scm/netwo...l/ethtool.git/
https://mirrors.edge.kernel.org/pub/...ol-4.16.tar.xz
 
Old 04-15-2018, 01:39 AM   #983
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
mutt-1.9.5:

http://www.mutt.org/
ftp://ftp.mutt.org/pub/mutt/mutt-1.9.5.tar.gz

subversion-1.10.0:

http://subversion.apache.org/news.html
https://archive.apache.org/dist/subv...-1.10.0.tar.gz

xscreensaver-5.39:

https://www.jwz.org/xscreensaver/changelog.html
https://www.jwz.org/xscreensaver/xsc...er-5.39.tar.gz
 
1 members found this post helpful.
Old 04-15-2018, 02:24 AM   #984
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 337Reputation: 337Reputation: 337Reputation: 337
nghttp2-1.31.1 (security fix) :
https://github.com/nghttp2/nghttp2/r...-1.31.1.tar.xz
 
Old 04-15-2018, 07:24 AM   #985
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
kernel-firmware.SlackBuild

It looks like there is a minor bug in the kernel-firmware.SlackBuild script at line 72:
Code:
<<snip>>
# Install documentation link:
mkdir -p $PKG/usr/doc
( cd $PKG/usr/doc
  ln -sf /lib/firmware kernel-firmware-$VERSION
)
<<snip>>
${VERSION} is referenced but there is no VERSION defined in the SlackBuild ... should it be ${DATE}_${HEADISAT} instead ?

On Slackware64 14.2+ ( current ) see: /var/log/scripts/kernel-firmware-20180329_8c1e439-noarch-1

This results in a /usr/share/doc/kernel-firmware-/ directory and a pair of lines at EoF in the kernel-firmware install/doinst.sh that look like this:
Code:
( cd usr/doc ; rm -rf kernel-firmware- )
( cd usr/doc ; ln -sf /lib/firmware kernel-firmware- )
Thanks All'Y'All !

-- kjh

Last edited by kjhambrick; 04-15-2018 at 07:28 AM. Reason: remove redundant lines
 
1 members found this post helpful.
Old 04-15-2018, 08:26 AM   #986
mickski56
Member
 
Registered: Mar 2018
Distribution: Slackware
Posts: 74

Rep: Reputation: Disabled
xscreensaver
the no expiry date patch will need adjusting "month" has changed to "mrnth"

--- ./driver/prefs.c.orig 2018-04-15 11:57:28.733025305 +0100
+++ ./driver/prefs.c 2018-04-15 11:57:24.243014390 +0100
@@ -1734,6 +1734,16 @@
shipping the last version with the old license and then never
upgrading it again -- which would be the worst possible outcome for
everyone involved, most especially the users.
+ ---
+
+ NOTE: This feature is disabled by Slackware... we do not ship multi-year
+ old versions, nor do we think it is a good idea to include nag screens
+ that activate when an expiration date is reached. In this case, the
+ nag screen was activated after only one year, which practically insures
+ that this will be seen before the next stable Slackware release.
+ If there's a problem that needs fixing, we'll issue a fix.
+ No nag screens please. Thanks for possibly reconsidering this!
+
*/

time_t now = time ((time_t *) 0); /* d */
@@ -1766,5 +1776,6 @@
mrnths = ((((tm->tm_year + 1900) * 12) + tm->tm_mon) - /* h */
(y * 12 + m)); /* h */
/* p */
- return (mrnths >= 17); /* . */
+ /* Disable date checking for Slackware: */ /* \ö/ */
+ /*return (mrnths >= 17); */ /* */
}
 
1 members found this post helpful.
Old 04-15-2018, 04:00 PM   #987
Ne01eX
Member
 
Registered: Mar 2018
Location: Ekaterinburg region, Ural, Russian Federation
Distribution: Slackware, RTK GNU/Linux
Posts: 173

Rep: Reputation: 22
Exclamation

Has been released:

Perl-5.26.2; for view changes run this: git log --name-status v5.26.1..v5.26.2; tarball;
mutt-1.9.5; ChangeLog; tarball;
xfig-3.2.7; see CHANGES file from tarball for more details;
fig2dev-3.2.7; see CHANGES file from tarball for more details;
Boost-1.67.0; Release Notes; tarball; signature.

 
3 members found this post helpful.
Old 04-15-2018, 07:43 PM   #988
arodlinux
Member
 
Registered: Apr 2008
Distribution: Slackware64 14.2
Posts: 89

Rep: Reputation: 35
I would like to see full disk encryption as an option in the installer.
 
1 members found this post helpful.
Old 04-15-2018, 07:50 PM   #989
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by arodlinux View Post
I would like to see full disk encryption as an option in the installer.
IF the entire disk is encrypted, how the heck finds out the LILO (or GRUB) the kernel and initrd?
 
Old 04-15-2018, 09:40 PM   #990
Ne01eX
Member
 
Registered: Mar 2018
Location: Ekaterinburg region, Ural, Russian Federation
Distribution: Slackware, RTK GNU/Linux
Posts: 173

Rep: Reputation: 22
Post

Quote:
Originally Posted by Darth Vader View Post
IF the entire disk is encrypted, how the heck finds out the LILO (or GRUB) the kernel and initrd?
You may use initrd into kernel image and load this image via CD-ROM. ;-) Or via USB-stick. Or via another way (For sample, via UEFI).

But Slackware does not provide initrd into linux kernel. Choice warriors way: make its youself. And create report about this. And you will be in the army warriors of Light. ;-)

Also, you may be use different partition for /boot and for /. This is simple and NOT way of warriors of Light.

Go, smoke, choice.

Standartenführer S, Ne01eX.
 
  


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 10:39 PM.

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