LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-30-2008, 04:28 AM   #1
ChrisAbela
Member
 
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 572

Rep: Reputation: 154Reputation: 154
The Dump Package


Hi All,

I need some information on a default Slackware Installation in order to verify some aspects for a “dump” package Slackbuild I wrote.

I understand that this package is absent from Slack. Can anyone give hints on why? I suspect that it conflicts with Slack’s tar package on these two files:

/usr/sbin/restore
/usr/man/man8/rmt.8.gz

I would appreciate if anyone can confirm or otherwise.

Chris

Last edited by ChrisAbela; 10-30-2008 at 07:30 AM.
 
Old 10-30-2008, 09:54 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
I can confirm that both of those files are present in the current tar-1.16.1-i486-1 package. If your other packages has these same files, then that could be a problem.
 
Old 10-31-2008, 03:23 AM   #3
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
You can simply change the name of the program to something else in order to avoid conflicts or leave it out is it is not needed. Or you might do it the other way around and repackage tar leaving out those files -rmt is used for archiving to/from tape devices which you are not likely to be doing.
 
Old 10-31-2008, 01:55 PM   #4
ChrisAbela
Member
 
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 572

Original Poster
Rep: Reputation: 154Reputation: 154
Thank you for your answers. Your suggestions are welcome and I can clearly indicate that the Dump package conflicts are not hindering my Slack installation. My query was intended to throw light on why Dump is not installed on Slack by default. I noticed these conflicts and would like to know from anyone with enough clout in the Slackware community that can submit any hints as to what drives the Dump package out of Slackware. Although we owe the distribution to a single person, I guess we are still free to enquire about its structure. I started from this "official" Slackware forum as a first source of help and I hope to be given more information in this respect.

As for rmt itself, the tar rmt and the dump rmt reside in different directories and so they do not conflict. I am not using rmt in any case but I can call whichever I want by qualifying its full path. However one man file is possible unless I rename. This also applies to the restore application.

Many consider Dump as an outdated package, but it is important for Linux Certification. I am not interested in cetification for myself (I am a 40 yr old engineer) but I am still learning Linux. If we want Slackware to be relevant for learning Linux than I deem the Dump package is important.

Chris
 
Old 10-31-2008, 06:21 PM   #5
jimX86
Member
 
Registered: Mar 2006
Distribution: Slackware64 -current
Posts: 268
Blog Entries: 1

Rep: Reputation: 79
It's not related to Slackware, but this post from Linus Torvalds to the kernel mailing list provides some background information that might be helpful to you.
 
Old 11-01-2008, 02:31 PM   #6
ChrisAbela
Member
 
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 572

Original Poster
Rep: Reputation: 154Reputation: 154
Am I to understand that Dump was dumped out of Slackware because of this stance by Linus?

Just to balance the argument I would like to post this link, but at the end we are all free to have an opinion on the matter.

http://dump.sourceforge.net/isdumpdeprecated.html

I hope that I would not be interpret as trying to push Dump in Slack but I am not yet convinced.

I would like to point out that Slack is known as a pure Linux distribution, i.e. that packages are installed as delivered by the code authors and as things stand, tar and dump cannot co-exist. Messing with tar on Slackware is like playing with fire. If it is uninstalled then the pkgtools will not work, and you cannot re-install tar.

Chris

Last edited by ChrisAbela; 11-01-2008 at 02:52 PM.
 
Old 11-01-2008, 03:33 PM   #7
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
While the debate about dump certainly didn't help, the main reason it isn't included in Slackware is simply because it is outdated and unnecessary. There are many tools and methods to backup and restore filesystems now, ones which are capable of a lot more than dump is or ever will be. I don't even think dump is actively maintained anymore, there hasn't been a new version in nearly 3 years.
 
Old 11-01-2008, 08:10 PM   #8
jimX86
Member
 
Registered: Mar 2006
Distribution: Slackware64 -current
Posts: 268
Blog Entries: 1

Rep: Reputation: 79
Quote:
Originally Posted by ChrisAbela View Post
Am I to understand that Dump was dumped out of Slackware because of this stance by Linus?
No, I'm sorry that I was unclear. I didn't mean to imply that I have any "official" insight, just that there are lots of good reasons not to include dump. One of the reasons given by Linus in 2001 is even more true today; dump only supports ext2 (or ext3), while other tools support multiple filesystems.

(To be honest, I don't even remember dump ever being in Slackware.)
 
Old 11-03-2008, 02:57 AM   #9
ChrisAbela
Member
 
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 572

Original Poster
Rep: Reputation: 154Reputation: 154
I read your comments.

I understand that although dump is still found on other main stream distributions it probably never featured on Slackware. We might not share the same opinion on the matter but that is not my prerogative to comment, and as someone stated, it will not help. A readily available dump SlackBuild might satisfy some users however. Do you agree?

May I please be informed about which tools do you normally use for backup applications on Slackware?

Chris
 
Old 11-03-2008, 08:16 PM   #10
jimX86
Member
 
Registered: Mar 2006
Distribution: Slackware64 -current
Posts: 268
Blog Entries: 1

Rep: Reputation: 79
I don't have an opinion. All I did was supply a link to someone else's.

On my systems, I just make gzipped tar archives and then burn them to CD. If I keep it simple, I'm more likely to actually keep up.

Other options available by default are cpio and rsync. You could run them from cron. If I were more organized, I would install rsnapshot and do incremental backups, or clone my drive using partimage or ghost4linux.

But if you are comfortable with dump, why not use that? The beauty of Slackware is that you can make it do whatever you want.
 
  


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
LXer: GNOME Debian Package Finder: Rough and ready package search for the desktop LXer Syndicated Linux News 0 09-04-2008 01:00 AM
installing FreeBSD on Virtual Box error: "Cannot dump. No dump device defined" Valkyrie_of_valhalla *BSD 4 09-06-2007 04:02 AM
LXer: Simple Package management with Synaptic Package Manager LXer Syndicated Linux News 0 12-05-2006 06:33 PM
message "Problem during installation: x package needed for (installed) x package frayed2 Linux - Newbie 1 04-24-2005 07:05 PM
How to forcely dump the history of user commands to the admin dump file. mcp_achindra Linux - Security 1 03-19-2004 12:04 PM

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

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