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


Closed Thread
  Search this Thread
Old 02-24-2016, 06:43 AM   #406
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,646

Rep: Reputation: 147Reputation: 147

Quote:
Originally Posted by CTM View Post
The instructions do need to be reworked, but the default cipher now used by cryptsetup (aes-xts-plain64 with a 256-bit key) should be fine. Attacks on AES, even AES-128, are still only theoretical (and are a long way from being practical in the foreseeable future), and although it's now a matter of public record that state actors are trying to find a realistic cryptographic attack could be mounted against AES, there's no evidence that any of them have.

Unless you work in a US government department and are trying to keep TS material safe, worrying about AES key lengths is ill-considered: if someone wanted to decrypt your disk, there are much easier ways of doing it than attempting to mount a complex cryptographic attack against a FIPS 140-2-approved cipher (they could attempt to insert a backdoor into cryptsetup, for instance, or hit you until you tell them your passphrase).
Thanks for your answer. I have one question though: To archieve the same length compared to the examples in README_CRYPT.TXT I would have to specify "-s 256"? Or did I get that wrong?
And thanks for the reminder about the "brute wrench" method, funny indeed
 
Old 02-24-2016, 06:44 AM   #407
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,223

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
gtk+3-3.18.8 (bug and crashfix)

http://ftp.gnome.org/pub/gnome/sourc...k+-3.18.8.news

http://ftp.gnome.org/pub/gnome/sourc...-3.18.8.tar.xz
 
Old 02-24-2016, 06:54 AM   #408
CTM
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 308

Rep: Reputation: 287Reputation: 287Reputation: 287
Quote:
Originally Posted by titopoquito View Post
Thanks for your answer. I have one question though: To archieve the same length compared to the examples in README_CRYPT.TXT I would have to specify "-s 256"? Or did I get that wrong?
README_CRYPT.TXT advises you to set up an AES-256-encrypted partition in CBC-ESSIV mode: to achieve that key strength in XTS mode, you'd need to specify a key length of 512 bits to cryptsetup ("-s 512"), because XTS mode requires two keys and cryptsetup derives them from the key it's given by splitting it in half.
 
1 members found this post helpful.
Old 02-24-2016, 07:43 AM   #409
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,646

Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by CTM View Post
README_CRYPT.TXT advises you to set up an AES-256-encrypted partition in CBC-ESSIV mode: to achieve that key strength in XTS mode, you'd need to specify a key length of 512 bits to cryptsetup ("-s 512"), because XTS mode requires two keys and cryptsetup derives them from the key it's given by splitting it in half.
Oh my, that's what I meant but didn't type. Thanks for clarification!
 
Old 02-24-2016, 09:30 AM   #410
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

GDB 7.11 released.

--
Best regards,
Andrzej Telszewski
 
Old 02-24-2016, 02:52 PM   #411
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by franzen View Post
minimal-lxc.template within /usr/share/lxc/templates/lxc-slackware lists "logrotate", but not "dcron". Logrotate is mostly useless without dcron, so i suggest to add dcron or remove logrotate from minimal-lxc.template.
More precisely:
Code:
--- lxc-slackware.in.orig       2016-02-24 20:05:13.610963154 +0100
+++ lxc-slackware.in    2016-02-24 20:28:21.443387719 +0100
@@ -544,12 +544,14 @@
 bin
 bzip2
 coreutils
+dcron
 dhcpcd
 dialog
 diffutils
 e2fsprogs
 elvis
 etc
+eudev
 findutils
 gawk
 glibc-solibs
@@ -575,7 +577,6 @@
 sysvinit-functions
 sysvinit-scripts
 tar
-udev
 util-linux
 wget
 which

Code:
--- slack-desc.orig     2016-02-24 20:31:34.826430897 +0100
+++ slack-desc  2016-02-24 20:31:59.015063895 +0100
@@ -15,5 +15,5 @@
 lxc: network space.  It is similar to a chroot, but offers more isolation.
 lxc:
 lxc: Daniel Lezcano is the primary developer of lxc.
-lxc: Homepage:  http://lxc.sourceforge.net/
+lxc: Homepage:  https://linuxcontainers.org/
 lxc:
 
Old 02-25-2016, 11:17 AM   #412
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,223

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
sdparm-1.10 is ready:

http://sg.danny.cz/sg/p/sdparm.ChangeLog

http://sg.danny.cz/sg/sdparm.html#mozTocId166213
 
Old 02-25-2016, 12:47 PM   #413
MarcT
Member
 
Registered: Jan 2009
Location: UK
Distribution: Slackware 14.2
Posts: 125

Rep: Reputation: 51
Any chance of LLDB, the LLVM debugger?

http://lldb.llvm.org/
 
Old 02-25-2016, 12:48 PM   #414
MarcT
Member
 
Registered: Jan 2009
Location: UK
Distribution: Slackware 14.2
Posts: 125

Rep: Reputation: 51
Any chance of LLDB, the LLVM debugger?

http://lldb.llvm.org/
 
Old 02-25-2016, 12:56 PM   #415
ppr:kut
Slackware Contributor
 
Registered: Aug 2006
Location: Netherlands
Distribution: Slackware
Posts: 631

Rep: Reputation: 463Reputation: 463Reputation: 463Reputation: 463Reputation: 463
Quote:
Originally Posted by MarcT View Post
Any chance of LLDB, the LLVM debugger?

http://lldb.llvm.org/
It's on the radar, but I don't think it's a good option at this point. Quality-wise it might be fine on x86_64, but I'm a bit wary of the fact that comments on x86 support are not very confidence inspiring. My plan was to have another look at it with llvm 3.8, but that is most definitely out of scope at this point.
 
2 members found this post helpful.
Old 02-25-2016, 02:43 PM   #416
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
LLVM has a lot of extras available for it. A complete suite would be very intriguing. Libclc which provides OpenCL support to Mesa is part of that consortium. There are 13 projects in total.

Last edited by ReaperX7; 02-25-2016 at 02:49 PM.
 
Old 02-25-2016, 03:38 PM   #417
SukkoPera
LQ Newbie
 
Registered: Jan 2012
Location: Northern Italy
Distribution: Slackware, what else?
Posts: 20

Rep: Reputation: Disabled
Is there any particular reason why keybinder is explicitly built without Python bindings? I have just tried enabling them and they seem to compile and work fine.

Last edited by SukkoPera; 02-26-2016 at 01:08 PM.
 
Old 02-26-2016, 05:46 AM   #418
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,691

Rep: Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377Reputation: 1377
Kernel 4.4.3 is out
 
Old 02-26-2016, 09:37 AM   #419
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,223

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
MariaDB-10.0.24 is ready:

https://mariadb.com/kb/en/mariadb/ma...024-changelog/

https://downloads.mariadb.org/mariadb/10.0.24/
 
Old 02-27-2016, 05:26 AM   #420
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,223

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
new pciutils-3.4.1:

changes:

* New capabilities decoded: Process Address Space, Page Request
Interface, Enhanced Allocation. Thanks to David Daney and
David Woodhouse.

* DevCap SlotPowerLimit is now decoded for all components with
upstream ports.

* Database mirror at SourceForge moved to GitHub.

* Updated pci.ids to the current snapshot of the database.

https://www.kernel.org/pub/software/...s-3.4.1.tar.xz

new findutils 4.6.0 it's major version update the change is too long

http://ftp.gnu.org/pub/gnu/findutils...s-4.6.0.tar.gz
 
  


Closed Thread



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] how to show the current time at the top in the current shell Always ? rohitchauhan Linux - General 5 04-09-2014 03:05 PM
Slackware ARM (current) epic mistake: the current Android kernels are kicked out! Darth Vader Slackware 16 08-25-2013 04:36 PM
[SOLVED] setup fails on most current Slackware-current March 26, 2012 AlleyTrotter Slackware 15 04-09-2012 06:05 AM
Observation of Feb -current vs March -current Hangaber Slackware 14 03-12-2010 08:26 AM
cvs diff the most current and second last current version powah Linux - Software 1 03-30-2006 01:02 PM

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

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