LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-29-2020, 07:22 AM   #5311
gouttegd
Member
 
Registered: Nov 2019
Location: London, UK
Distribution: Slackware
Posts: 92

Rep: Reputation: 161Reputation: 161

Quote:
Originally Posted by gouttegd View Post
a simple fix could be the following patch
For those interested, the patch found its way upstream.
 
3 members found this post helpful.
Old 06-30-2020, 05:13 AM   #5312
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
vala-0.48.7
https://download.gnome.org/sources/v...-0.48.7.tar.xz
 
Old 06-30-2020, 11:38 AM   #5313
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
firefox 78, as it is the new ESR now.
 
Old 06-30-2020, 12:16 PM   #5314
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Firefox 78.0 ESR
http://ftp.mozilla.org/pub/firefox/r....source.tar.xz
 
Old 07-01-2020, 12:58 AM   #5315
denydias
Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 296

Rep: Reputation: Disabled
Quote:
Originally Posted by denydias View Post
Proposing a simple patch to /etc/rc.d/rc.mysqld to avoid terminating other mysql instances. This is particularly true when running akonadi which runs its own mysqld instance on user's account and is affected by 'killall mysqld' upon '/etc/rc.d/rc.mysqld stop'.
Pat, thank you for accepting this patch. That 'for second in $(seq 0 60)' was a nice catch, too.
 
2 members found this post helpful.
Old 07-01-2020, 04:29 AM   #5316
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
Please, kprobes would be a really great thing to have .

Code:
CONFIG_KPROBES=y
debugging instantly gets way more comfortable.
 
Old 07-01-2020, 04:53 AM   #5317
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,500

Rep: Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308
Quote:
Originally Posted by Lockywolf View Post
Please, kprobes would be a really great thing to have .

Code:
CONFIG_KPROBES=y
debugging instantly gets way more comfortable.
What performance impact have enabling the debugging features in kernel?

We really want to run a developer/debug kernel?
 
Old 07-01-2020, 05:22 AM   #5318
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
Debugging information doesn't have to be built into the kernel. There is an option to leave it aside.

If no actual probes are running, the performance effect should not really be noticeable.
 
1 members found this post helpful.
Old 07-01-2020, 10:38 AM   #5319
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
Quote:
Originally Posted by mats_b_tegner View Post
That was quick.
Firefox-78.0.1, has been released.

Thunderbird-68.10.0, is also available.

Last edited by cwizardone; 07-01-2020 at 10:59 AM.
 
2 members found this post helpful.
Old 07-01-2020, 01:41 PM   #5320
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
cURL 7.71.1
https://curl.haxx.se/changes.html#7_71_1
https://curl.haxx.se/download/curl-7.71.1.tar.xz
https://curl.haxx.se/download/curl-7.71.1.tar.xz.asc
Edit: Upgraded curl packages are available according to the latest ChangeLogs:
Wed Jul 1 19:15:58 UTC 2020
Quote:
n/curl-7.71.1-i586-1.txz: Upgraded.
n/curl-7.71.1-x86_64-1.txz: Upgraded.

Last edited by mats_b_tegner; 07-01-2020 at 04:44 PM.
 
1 members found this post helpful.
Old 07-01-2020, 05:29 PM   #5321
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by cwizardone View Post
Thunderbird-68.10.0 is also available.
Here's the source code if someone wants to fire up their compilers:
https://ftp.mozilla.org/pub/thunderb....source.tar.xz
https://www.mozilla.org/en-US/thunde.../releasenotes/
Slackware-current packages now available according to the latest ChangeLogs:
Quote:
Thu Jul 2 19:18:33 UTC 2020
xap/mozilla-thunderbird-68.10.0-i686-1.txz: Upgraded.
xap/mozilla-thunderbird-68.10.0-x86_64-1.txz: Upgraded.

Last edited by mats_b_tegner; 07-03-2020 at 05:54 AM.
 
1 members found this post helpful.
Old 07-02-2020, 08:49 AM   #5322
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
glib-2.64.4
https://download.gnome.org/sources/g...-2.64.4.tar.xz
 
Old 07-02-2020, 01:23 PM   #5323
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,211

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
dbus-1.12.20

https://cgit.freedesktop.org/dbus/dbus/log/?h=dbus-1.12
https://dbus.freedesktop.org/release...1.12.20.tar.gz
 
Old 07-03-2020, 01:13 PM   #5324
I.G.O.R
Member
 
Registered: Dec 2017
Distribution: Slackware
Posts: 213

Rep: Reputation: 23
On LUKS+LVM installation, when I generate initrd.gz with mkinitrd everything is fine. After I create LVM snapshot of root LV, I cannot boot into the system anymore. The reason is that dm-snapshot module is never included by mkinitrd script, so the root partition with active snapshot cannot be mounted on boot.

I think this should be added to mkinitrd:

mkinitrd-dm-snapshot.patch.txt

Code:
--- a/mkinitrd
+++ b/mkinitrd
@@ -648,9 +648,9 @@
   cp /sbin/dmsetup $SOURCE_TREE/sbin/dmsetup
   find /lib /lib64 -name "libdevmapper*so*" 2> /dev/null | xargs -I'{}' cp -P --parents '{}' $SOURCE_TREE/
   if [ -z "${MODULE_LIST}" ] ; then
-    MODULE_LIST="dm-mod"
+    MODULE_LIST="dm-mod:dm-snapshot"
   elif ! echo ${MODULE_LIST} | grep -q dm-mod ; then
-    MODULE_LIST="$MODULE_LIST:dm-mod"
+    MODULE_LIST="$MODULE_LIST:dm-mod:dm-snapshot"
   fi
   mkdir -p $SOURCE_TREE/lib/udev/rules.d
   echo 'KERNEL=="dm-[0-9]*", OPTIONS+="db_persist"' > \
P.S. dm-mod is not relevant anymore since this module was removed.

Last edited by I.G.O.R; 07-03-2020 at 01:29 PM.
 
1 members found this post helpful.
Old 07-03-2020, 01:52 PM   #5325
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
librsvg-2.48.8
https://download.gnome.org/sources/l...-2.48.8.tar.xz
 
  


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:57 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