LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-11-2018, 07:14 PM   #946
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,512

Rep: Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479

Quote:
Originally Posted by atelszewski View Post
Hi,

Code:
pkgdiff: added tool to compare the file contents of two packages.
Wouldn't this be better named diffpkg? To keep the convention in place?
Good point.
 
Old 04-11-2018, 07:15 PM   #947
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,512

Rep: Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479Reputation: 8479
Quote:
Originally Posted by volkerdi View Post
Good point.
On second thought, pkgtool already broke that rule. :-)
 
1 members found this post helpful.
Old 04-11-2018, 11:58 PM   #948
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,374

Rep: Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754Reputation: 2754
I prefer pkgdiff.
explodepkg, installpkg, makepkg are a combination of verb applied to a single package.
pkgtools, pkgdiff are applied to multiple packages.
Your pedantry may vary
 
1 members found this post helpful.
Old 04-12-2018, 01:22 AM   #949
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

;-)

--
Best regards,
Andrzej Telszewski
 
Old 04-12-2018, 03:31 AM   #950
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Quote:
Originally Posted by Didier Spaier View Post
I didn't pretend you said that. I am just saying that it is simpler for most users to be just proposed one tool, but also that I just make a suggestion and am open for discussion.
That's commendable, maybe you could explain the reason behind suggesting a replacement for all users rather than addition for most users, then.
Because it happens to be the one and only point I was trying to make, before you addressed two points I did not make.

This post seems relevant, maybe you could explain it to him, also.
 
Old 04-12-2018, 03:43 AM   #951
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 Regnad Kcin View Post
<regarding GRUB>

While learning curve challenges are good for us, really all I wanted to do was to start my computer, not fight with alligators.
But, but fighting hungry alligators is so fun!

Honestly, the good side of GRUB is that it can be well automated via scripts.

For example, when you want the package managers to update the boot, like you guys expect from SLACKPKG, the GRUB usage will result in a safer design, thought...

Last edited by Darth Vader; 04-12-2018 at 03:47 AM.
 
Old 04-12-2018, 03:49 AM   #952
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
Quote:
Originally Posted by Didier Spaier View Post
I didn't pretend you said that. I am just saying that it is simpler for most users to be just proposed one tool, but also that I just make a suggestion and am open for discussion.
I'm actually with Didier on using Grub2 rather than lilo/elilo, and it's a good reason...

Grub can target a single disk better for bootloader setup than lilo and elilo can which spams the first main drive in the system /dev/sda or /dev/hda with the bootloader install. Grub can be more easily tuned to target /dev/sdb or any other selected disk in the system to be the bootloader install point of choice for Grub which means if you have Windows installed on /dev/sda and wish to keep the bootloader intact for ntldr, it stays intact which /dev/sdb which would be your Slackware install, would have Grub all to itself.

The argument about Reiser4 is a moot point. Unless I missed the memo, Slackware by default does not support Reiser4, much less does any modern distribution, due to ethics and politics surrounding Hans Reiser.

It would be more work to redraft the script to create the "/boot/grub" directory, run "grub-mkconfig -o /boot/grub/grub.cfg" and then setup "grub-install /dev/sdX" to target the correct disk, but in terms of the bootloader not interfering with other systems, it's a better choice. Sometimes the better choice isn't always the KISS choice. LILO/ELILO can still be offered, just not as the default.
 
1 members found this post helpful.
Old 04-12-2018, 04:24 AM   #953
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Reaper, you should post more often. I'm certain you know a lot more about this particular subject than D.S.

I use grub loader for 11 years now, but I don't want the prober and configurator, so I will have to fork and rip the installer if it tries to write without permission.
Not that I care about it too much, it's not the first thing I've forked, and not the last either.
 
Old 04-12-2018, 04:25 AM   #954
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 ReaperX7 View Post
The argument about Reiser4 is a moot point.
I for one, I will not touch this filesystem even it comes with human-level Artificial Intelligence, after learning about the particular way of Hans Reiser understanding of the sense of word "divorce".

And I am glad that Slackware ignore it too.
 
1 members found this post helpful.
Old 04-12-2018, 04:41 AM   #955
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

Quote:
Originally Posted by Darth Vader View Post
after learning about the particular way of Hans Reiser understanding of the sense of word "divorce".
There are many ways to skin a cat. ;->

--
Best regards,
Andrzej Telszewski
 
Old 04-12-2018, 04:48 AM   #956
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,061

Rep: Reputation: Disabled
Quote:
Originally Posted by elcore View Post
That's commendable, maybe you could explain the reason behind suggesting a replacement for all users rather than addition for most users, then.
Well, basically what I propose is to at least offer the choice of using GRUB instead or elilo or lilo at the CONFIGURE step of installation. If lilo and|or elilo are still offered in case the user denied using GRUB, that's fine with me, even though I would see that more like a transitional measure, in case the user had already used lilo or elilo on the same box.

To be clear I never suggested to drop lilo or elilo from Slackware. Additionally it's not difficult for a user acquainted with Slackware to run one of them after installation and before rebooting.

Quote:
This post seems relevant, maybe you could explain it to him, also.
Well let's quote the linked post in full:
Quote:
Grub is a crummy piece of software with a steep learning curve.

While learning curve challenges are good for us, really all I wanted to do
was to start my computer, not fight with alligators.

Relegating Grub to the dustbin would give many of us a feeling of satisfaction.

It is nice that there are alternatives for those who don't like Grub.
I usually don't answer posts that don't bring technical arguments, just feelings. I only agree about the learning curve. But that's fine with me, as I like to learn. This reminds me all the people who said that UEFI was just crap or crummy, who didn't dare to read at least the not too technical parts of the specification.

Anyway I will just point readers to this page from Rod Smith, as if I don't really know what I am speaking about (which I am ready to admit), he does.

Last edited by Didier Spaier; 04-12-2018 at 04:57 AM.
 
Old 04-12-2018, 04:55 AM   #957
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,061

Rep: Reputation: Disabled
Quote:
Originally Posted by Darth Vader View Post
For example, when you want the package managers to update the boot, like you guys expect from SLACKPKG, the GRUB usage will result in a safer design, thought...
That's exactly what leaded me to have a better look to it, as it could be used e.g. after a kernel upgrade provided as a security fix in most cases.
 
1 members found this post helpful.
Old 04-12-2018, 05:05 AM   #958
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Quote:
Originally Posted by Didier Spaier View Post
Well, basically what I propose is to at least offer the choice of using GRUB instead or elilo or lilo at the CONFIGURE step of installation. If lilo and|or elilo are still offered in case the user denied using GRUB, that's fine with me, even though I would see that more like a transitional measure, in case the user had already used lilo or elilo on the same box.

To be clear I never suggested to drop lilo or elilo from Slackware. Additionally it's not difficult for a user acquainted with Slackware to run one of them after installation and before rebooting.
Well you did refer to it as "this replacement" here.
Guess it's just semantics then, if you have no problem with presenting a choice I have no problem with your installer, it really is as simple as that.
 
Old 04-12-2018, 05:08 AM   #959
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,222

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
cairo-1.15.12:

https://cgit.freedesktop.org/cairo/c...6a0dab1e42b519
https://cairographics.org/snapshots/...1.15.12.tar.xz
 
Old 04-12-2018, 05:50 AM   #960
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 atelszewski View Post
Hi,



There are many ways to skin a cat. ;->

--
Best regards,
Andrzej Telszewski
Well, permit me to disagree with annulling the marriage contract with ending the wife's life, thought...

Last edited by Darth Vader; 04-12-2018 at 09:52 AM.
 
  


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 05:29 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