LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-18-2018, 03:17 PM   #1876
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930

sudo-1.8.24

news --> https://www.sudo.ws/stable.html#1.8.24
sources --> https://www.sudo.ws/dist/sudo-1.8.24.tar.gz
 
1 members found this post helpful.
Old 08-19-2018, 02:30 AM   #1877
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
e2fsprogs-1.44.4:

https://git.kernel.org/pub/scm/fs/ex...progs.git/log/
https://mirrors.edge.kernel.org/pub/...-1.44.4.tar.xz
 
Old 08-19-2018, 10:15 AM   #1878
ivandi
Member
 
Registered: Jul 2009
Location: Québec, Canada
Distribution: CRUX, Debian
Posts: 528

Rep: Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866
Installer modification

With the attached patch I propose some modifications to the install options of Slackware installer:
  • full - Install everything except KDEI. No questions, no series selection.
  • minimal - Install a minimal system without prompting. Internally it generates tagfiles in /tag/minimal using a minimal.template in /usr/lib/setup and then switches to tagpath mode.
  • server - Works the same way as minimal and installs about 2G of software. Apache PHP mariadb samba postfix dovecot ...
  • series - Prompts the user to select series and then installs everything in selected series.
  • menu - First prompts the user to select series an then displays individual package selection menu for selected series.
  • custom - No change.
  • tagpath - No change.
  • help - WIP

You can try the netinstall.iso.


Cheers
Attached Files
File Type: txt installer.diff.txt (15.4 KB, 59 views)
 
8 members found this post helpful.
Old 08-19-2018, 11:21 AM   #1879
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
Pat,

Please consider adding /etc/default/sysctl:

Code:
# /etc/default/sysctl

# Parameters to support /etc/rc.d/rc.S.
# Use this file to override defaults.

# -e Use this option to ignore errors about unknown keys.
# --system Load settings from all system configuration files.
# -q Use this option to not display the values set to stdout.

SYSCTL_OPTIONS="-q -e --system"
rc.S:

Code:
# Configure kernel parameters:
SYSCTL_OPTIONS="-e --system"
if [ -r /etc/default/sysctl ]; then
  # Source user defined variables.
  . /etc/default/sysctl
fi
if [ -x /sbin/sysctl -a -r /etc/sysctl.conf ]; then
  echo "Configuring kernel parameters:  /sbin/sysctl $SYSCTL_OPTIONS"
  /sbin/sysctl $SYSCTL_OPTIONS
elif [ -x /sbin/sysctl  ]; then
  echo "Configuring kernel parameters:  /sbin/sysctl $SYSCTL_OPTIONS"
  # Don't say "Applying /etc/sysctl.conf" or complain if the file doesn't exist
  /sbin/sysctl $SYSCTL_OPTIONS 2> /dev/null | grep -v "Applying /etc/sysctl.conf"
fi
Adding the -q reduces boot spew but using /etc/default/sysctl allows users to decide.
 
Old 08-19-2018, 11:18 PM   #1880
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 858

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
In the latest Sun Aug 19 23:59:17 UTC 2018 update, the asc file for kernel-modules is missing, thus causing slackpkg updates to fail for this package.
 
4 members found this post helpful.
Old 08-20-2018, 01:22 AM   #1881
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
babl-0.1.56:

https://download.gimp.org/pub/babl/0...0.1.56.tar.bz2

gegl-0.4.8:

https://download.gimp.org/pub/gegl/0...-0.4.8.tar.bz2

qpdf-8.2.1:

https://github.com/qpdf/qpdf/releases
https://github.com/qpdf/qpdf/release...f-8.2.1.tar.gz
 
Old 08-20-2018, 07:45 AM   #1882
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
We can have another xf86-video-ati update from its GIT repository? https://cgit.freedesktop.org/xorg/dr...video-ati/log/

Last changes introduced more robust mechanisms for preventing nested drmHandleEvent calls and consolidates the TearFree logic.

And from my (already 3 days long) tests, this is translated in layman's terms as a faster 3D and a better TearFree behavior when someone chose it instead of using a compositor like Kwin (from Plasma5, aka "no effects") - both specially useful while using budget Radeon graphics cards.

In other hand, I do not think that those changes can have unexpected side effects, because practically they are backports from AMDGPU video driver and the previously noticed bad interacting of GLAMOR with Intel SNA should not appear again, as the GLAMOR logic is barely touched.

Also, apparently that was in fact produced by some issues in the main GLAMOR code from Xorg, as they was fixed by 1.20.1 which merged the two GLAMOR patches previously adopted.

Finally, please note that similar improvements are applied to AMDGPU video driver: https://cgit.freedesktop.org/xorg/dr...eo-amdgpu/log/

So, probably is useful to update it too from GIT.

Last edited by Darth Vader; 08-20-2018 at 05:33 PM.
 
1 members found this post helpful.
Old 08-20-2018, 08:11 PM   #1883
philanc
Member
 
Registered: Jan 2011
Posts: 308

Rep: Reputation: 273Reputation: 273Reputation: 273
Quote:
Originally Posted by ivandi View Post
With the attached patch I propose some modifications to the install options of Slackware installer:
(...)
You can try the netinstall.iso.
Very nice. This could be a good default answer for all those guys asking for "minimal install".

Thanks for sharing!
 
Old 08-21-2018, 09:38 AM   #1885
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Due to problems mailing directly to Pat(mipspace.com blocks a range where my ip is within):

Here is an updated and bugfixed texlive 2018.
Attached are the changed files(it's actually a tar file, i renamed it to .txt for the upload),
here the download link:
http://slackware.schoepfer.info/slac....180820.tar.xz
md5sum d4e33c0fa6c7af3f5f3512ebd6601716

Changes:
-texdoc fixed, a cache file was missing
-synctex header was missing, for building third-party apps
-xindy was broken, xindy.mem built from sources is now in place

Johannes
Attached Files
File Type: txt texlive.txt (60.0 KB, 14 views)
 
1 members found this post helpful.
Old 08-21-2018, 11:16 AM   #1886
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
gdbm-1.18:

https://puszcza.gnu.org.ua/projects/gdbm
ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.18.tar.gz

libX11-1.6.6:

(many CVE fix)
https://cgit.freedesktop.org/xorg/lib/libX11/
ftp://ftp.x.org/pub/individual/lib/libX11-1.6.6.tar.bz2

gimp-2.10.6:

https://www.gimp.org/news/2018/08/19...10-6-released/
https://download.gimp.org/pub/gimp/v...2.10.6.tar.bz2

Last edited by gmgf; 08-21-2018 at 11:20 AM.
 
Old 08-22-2018, 02:29 AM   #1887
Markus Wiesner
Member
 
Registered: Mar 2016
Distribution: Slackware
Posts: 146

Rep: Reputation: 237Reputation: 237Reputation: 237
urwid-2.0.1:

http://urwid.org/
https://pypi.org/packages/source/u/u...d-2.0.1.tar.gz

(just wanted to try urlscan for mutt, but that requires urwid >= 1.1.0 and -current still has 1.0.3 from Nov 2012)
 
Old 08-22-2018, 02:53 AM   #1888
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
t/texlive-2018.180820-x86_64-1.txz: Upgraded.
Compiled against poppler-0.68.0.
texdoc fixed - a cache file was missing
synctex header was missing (for building third-party apps)
xindy was broken - recompiled from source
Mhm, the update misses the synctex-patch, the updated texmf_get.sh etc. which are in the texlive.txt(tar) in the post above.

In doinst.sh.gz i changed
Code:
chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null
to
Code:
chroot . /usr/bin/fmtutil-sys --missing 1>/dev/null 2>/dev/null
as this is executed multiple times on upgrades.

Bibtexu is part of the omega-project, which is excluded as it's most likely not used by anybody since many years, so --disable-bibtexu may be added to texlive.Slackbuild as i also removed it in texmf_get.sh.
https://tug.org/pipermail/tex-live/2010-May/025996.html

In slack-desk, i removed "texlive-fonts" as this is now part of texlive-extra on SBo, and texlive-fonts doesn't exist anymore.

I also got mail about the doc-symlink from /usr/doc/texlive/doc to /usr/share/texmf-dist/doc which only contains "latex". This is intentional:
-the koma-script package forces by liceence to ship the documentation( doc/latex/ ...)
-all the docs from texlive-extra and texlive-docs are there, if those packages are installed.

Johannes
Attached Files
File Type: txt texmf_get.txt (35.2 KB, 6 views)
File Type: txt synctex-missing-header.txt (751 Bytes, 5 views)
 
1 members found this post helpful.
Old 08-22-2018, 03:21 AM   #1889
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Unhappy

doinst.sh from texlive contains

Code:
( cd usr/bin ; rm -rf man )
( cd usr/bin ; ln -sf ../share/texmf-dist/doc/man man )
This breaks "man", sorry.
A workaround fix is to remove the symlink in within the buildscript, but i'll fix this within texmf_get.sh.
 
2 members found this post helpful.
Old 08-22-2018, 03:18 PM   #1890
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
Make the keyboard selection in the installer for 15.0 more descriptive and intuitive. There might be some new users that is not familiar with the terms qwerty/us.map, azerty/fr.map +.

This script should also be available in pkgtool-Setup with the option of setting the locale as well. This is something some users might have challenges with after installation.
 
2 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
[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 11:34 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