LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Tags used in this thread
Popular LQ Tags , , , , , , , ,

Reply
 
Thread Tools
Old 07-08-2009, 11:04 AM   #46
charlie_lab
Member
 
Registered: Nov 2006
Posts: 118
Thanked: 0

[Log in to get rid of this advertisement]
Hello,

I have a little question.
I try to make a iso by using the mirror-current script.
But it fail again and again.

I do this :
Code:
sh  mirror-slackware-current.sh -l /home/Desktop/slackware  -r slackware64-current  -o DVD -f -v
Enabling verbose output....
#
# Mirroring slackware-slackware64-current from rsync.slackware.pl::slackware/slackware-currentrsync.slackware.pl::slackware/slackware64-currentslackware-slackware64-current ...
#
Error while testing the connection to rsync mirror rsync.slackware.pl::slackware/slackware-currentrsync.slackware.pl::slackware/slackware64-currentslackware-slackware64-current!
Did you make a typing mistake perhaps in the URI '-m rsync.slackware.pl::slackware/slackware-currentrsync.slackware.pl::slackware/slackware64-currentslackware-slackware64-current'?

The command's exit code was 23.
The error output was: 'rsync: change_dir "/slackware-currentrsync.slackware.pl::slackware" (in slackware) failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1505) [receiver=3.0.6]'
What did i wrong ?

Roelof
charlie_lab is offline     Reply With Quote
Old 07-08-2009, 11:42 AM   #47
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 2,867
Thanked: 228
You messed up several things:

(1) you edited the script and probably changed the RSYNCURL variable instead of the RSYNCURLROOT variable

(2) you used a commandline option "-r slackware64-current" to try and mirror Slackware64. Instead you should use "-a x86_64" to change the architecture.

So, your commandline should become:
Code:
sh  mirror-slackware-current.sh -m rsync.slackware.pl::slackware/slackware64-current -l /home/Desktop/slackware -a x86_64 -o DVD -f -v
Eric
Alien Bob is offline     Reply With Quote
Thanked by:
Old 07-08-2009, 01:25 PM   #48
rouvas
LQ Newbie
 
Registered: Aug 2006
Location: Greece
Distribution: Slackware.12.2
Posts: 7
Thanked: 0
Quote:
Originally Posted by SqdnGuns View Post
Already used Eric's magic rsync script to create a fresh DVD ISO, burning it now and about to install it on another box.
Which "magic rsync script" are you referring to?
Could you point me to it?

Thanx a lot.
rouvas is offline     Reply With Quote
Old 07-08-2009, 02:16 PM   #49
onebuck
Guru
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: Slackware®
Posts: 5,447
Blog Entries: 1
Thanked: 204
Hi,
Quote:
Originally Posted by rouvas View Post
Which "magic rsync script" are you referring to?
Could you point me to it?

Thanx a lot.
You can use Alien_Bob's-script 'mirror-slackware-current.sh'-UK from his toolbox.

The above link and others available from 'Slackware-Links'. More than just Slackware® links!
onebuck is offline     Reply With Quote
Old 07-08-2009, 02:45 PM   #50
SqdnGuns
Member
 
Registered: Aug 2005
Location: Sarasota, FL
Distribution: Slackware64 ® 13.0
Posts: 707
Thanked: 20

Original Poster
Quote:
Originally Posted by rouvas View Post
Which "magic rsync script" are you referring to?
Could you point me to it?

Thanx a lot.
Here:

http://www.slackware.com/~alien/tools/

mirror-slackware-current.sh (Edit it to your needs)
SqdnGuns is offline     Reply With Quote
Old 07-08-2009, 02:52 PM   #51
onebuck
Guru
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: Slackware®
Posts: 5,447
Blog Entries: 1
Thanked: 204
Hi,

Quote:
Originally Posted by SqdnGuns View Post
Here:

http://www.slackware.com/~alien/tools/

mirror-slackware-current.sh (Edit it to your needs)
Since 'Slackware.com' is down you can use 'mirror-slackware-current.sh'-UK. Same script, Alien_Bob has graciously provided the mirror.

The above link and others available from 'Slackware-Links'. More than just Slackware® links!
onebuck is offline     Reply With Quote
Old 07-08-2009, 07:18 PM   #52
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: Dali, China
Distribution: Slackware
Posts: 6,620
Thanked: 50
Slackware.com is up.
Bruce Hill is offline     Reply With Quote
Old 07-08-2009, 07:48 PM   #53
onebuck
Guru
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: Slackware®
Posts: 5,447
Blog Entries: 1
Thanked: 204
Hi,

Alien_Bob requested that we should not load it at this time.
onebuck is offline     Reply With Quote
Old 07-08-2009, 09:38 PM   #54
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: Dali, China
Distribution: Slackware
Posts: 6,620
Thanked: 50
Nice request, but only a small fraction of Slackers will read that thread;
fewer still will adhere to Eric's suggestion.
Bruce Hill is offline     Reply With Quote
Old 07-08-2009, 10:10 PM   #55
onebuck
Guru
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: Slackware®
Posts: 5,447
Blog Entries: 1
Thanked: 204
Hi,

Alien_Bob requested that we should not load it at this time.

I created a new thread to publish this request here on LQ;

Please don't access 'Slackware.com' for a while. Maintenance
onebuck is offline     Reply With Quote
Old 07-09-2009, 02:03 AM   #56
charlie_lab
Member
 
Registered: Nov 2006
Posts: 118
Thanked: 0
Hello,

Alien Bob, thank you.
Im now trying to burn the iso.

Roelof
charlie_lab is offline     Reply With Quote
Old 07-10-2009, 04:47 AM   #57
corbintechboy
Member
 
Registered: Sep 2003
Location: Kentucky
Distribution: Ubuntu 9.10
Posts: 405
Blog Entries: 1
Thanked: 2
I have a question:

If I download the RC and actually get it to install, when stable is released can I just update to stable and have that or will it require a re-install?

Only reason I ask is I love Slack! But my machine hates Lilo and some other things and it will take time, a hammer, an act of higher power and patience to even get it to work. If I can't go stable when released no point in going through all this...

Thanks
corbintechboy is offline     Reply With Quote
Old 07-10-2009, 04:53 AM   #58
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: Dali, China
Distribution: Slackware
Posts: 6,620
Thanked: 50
You can upgrade to Slackware-13.0. There will be instructions in the
root directory of the CD1/DVD.
Bruce Hill is offline     Reply With Quote
Thanked by:
Old 07-10-2009, 06:10 AM   #59
corbintechboy
Member
 
Registered: Sep 2003
Location: Kentucky
Distribution: Ubuntu 9.10
Posts: 405
Blog Entries: 1
Thanked: 2
Quote:
Originally Posted by Bruce Hill View Post
You can upgrade to Slackware-13.0. There will be instructions in the
root directory of the CD1/DVD.
Thanks for the response.

Typing this on Slack! Installed without issue.... Fast and nice .

Great job Developers!
corbintechboy is offline     Reply With Quote
Old 07-10-2009, 07:18 AM   #60
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: Dali, China
Distribution: Slackware
Posts: 6,620
Thanked: 50
Check out slackpkg ... "man slackpkg" in a terminal. It's a nice
script to help keep your system up-to-date. And check out some of
Alien Bob's mirror scripts.
Bruce Hill is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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: Slackware 12.0 release candidate 1 is out. LXer Syndicated Linux News 0 06-16-2007 12:31 PM
LXer: Slackware 11.0 release candidate 4 LXer Syndicated Linux News 0 09-03-2006 09:54 AM
LXer: Debian release candidate architecture requalification results; amd64 is RC LXer Syndicated Linux News 0 12-27-2005 05:01 AM
LXer: Release candidate architecture requalification results; amd64 is RC LXer Syndicated Linux News 0 12-26-2005 11:46 AM


All times are GMT -5. The time now is 12:26 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration