Changes

From SME Server
Jump to navigationJump to search
Line 1: Line 1: −
{{Warning box|This article is incomplete and is currently being added to, edited and verified, do not use}}
+
{{Level|Developer}}
 
+
==jigdo==
==jigdo and SME 7==
   
===Introduction===
 
===Introduction===
 
jigdo is a method of downloading CD and DVD images over the Internet (and other large files) and is used by Debian and Ubuntu when new releases are created. jigdo files contain a list of the files that need to be included in the new CD or DVD ISO image and you can get the files from local sources and over the Internet. This means when you want to create ISO images for updated versions of Debian, you only need to download the changed files. This saves both bandwidth and and time.
 
jigdo is a method of downloading CD and DVD images over the Internet (and other large files) and is used by Debian and Ubuntu when new releases are created. jigdo files contain a list of the files that need to be included in the new CD or DVD ISO image and you can get the files from local sources and over the Internet. This means when you want to create ISO images for updated versions of Debian, you only need to download the changed files. This saves both bandwidth and and time.
Line 21: Line 20:  
You need to download and install the correct RPM file from http://dag.wieers.com/rpm/packages/jigdo/ . The choices currently available are for RHEL/CentOS 1 through 5 (they're the ones labelled eg jigdo-0.7.3-1.el5.rf.i386.rpm where the text in bold indicates Enterprise Linux 5), Red Hat 9, and Fedora 1 through 3. There are also source RPMs available.
 
You need to download and install the correct RPM file from http://dag.wieers.com/rpm/packages/jigdo/ . The choices currently available are for RHEL/CentOS 1 through 5 (they're the ones labelled eg jigdo-0.7.3-1.el5.rf.i386.rpm where the text in bold indicates Enterprise Linux 5), Red Hat 9, and Fedora 1 through 3. There are also source RPMs available.
   −
Download the file first, and then use yum from the command line so install it running either as the root user, or using the sudo command:
+
Download the file first, and then use yum from the command line to install it running either as the root user, or using the sudo command:
   −
Downloading files for CentOs 5 workstation:
+
Downloading files for CentOs 5 workstation: you can see this folder http://pkgs.repoforge.org/jigdo/
 
  wget http://dag.wieers.com/rpm/packages/jigdo/jigdo-0.7.3-1.el5.rf.i386.rpm
 
  wget http://dag.wieers.com/rpm/packages/jigdo/jigdo-0.7.3-1.el5.rf.i386.rpm
 
  yum install jigdo-0.7.3-1.el5.rf.i386.rpm
 
  yum install jigdo-0.7.3-1.el5.rf.i386.rpm
 +
[Note: download the el4 files for CentOs 4 (SME7) if you do the job on this platform...]
 +
ok
 +
 +
===Generic Use of jigdo by mirroring repository on SME Server===
 +
 +
This is generic instruction when you need to build an iso for test purpose on a SME Server (what else). Before formally releasing an iso on SME Server mirrors, the developers work on a pre-release to test and debug it, so you have to use jigdo to create the iso, the aim being to test it .<br />
 +
 +
First you have to verify that jigdo is installed on your SME server, see instructions [[JIGDO_-_create_SME_Server_ISOs#Installing_jigdo_on_CentOS_and_RHEL|above]] or below for [[JIGDO_-_create_SME_Server_ISOs#Getting_SME_8.1_Beta_2|debian]].
 +
 +
* If you want to build an iso of our marvellous work, you need to download packages from our mirrors. Firstly, make a couple of folders to organize your work (choose the right SME Server needed) :
 +
mkdir -p /root/jigdo/sme9
 +
or for SME Server 8
 +
mkdir -p /root/jigdo/sme8
 +
 +
* Download all contents from the repos (see below), best to make a cup of coffee, it can take some time...This is an example of what you have to do to build a sme9.0beta3, you should take a look to the repository to adapt a new url. This command Line can update rpm in your folder, there is no need to download again which is already downloaded.
 +
rsync --progress -aHS --partial --delete-after rsync://mir1.ovh.ca/smeserver/releases/testing/9.0beta3/ /root/jigdo/sme9
 +
or for SME Server 8
 +
rsync --progress -aHS --partial --delete-after rsync://mir1.ovh.ca/smeserver/releases/testing/8.1beta3/ /root/jigdo/sme8
 +
 +
* Once finished you need to go to the right folder
 +
 +
cd /root/jigdo/sme9/iso/x86_64/
 +
or for SME Server 8
 +
cd /root/jigdo/sme8/iso/x86_64/
 +
 +
* Perform this command
 +
 +
jigdo-lite --noask --scan ../../smeos/x86_64/ *.jigdo
 +
 +
of course you have to adapt the architecture which you want to build (i386 or x86_64). '''A known issue is that jigdo fails with a code 3 if an ISO is already present in its current folder.'''
 +
 +
=== Getting SME 8.1 Beta 2 on Debian ===
 +
The [http://atterer.org/jigdo/debian-jigdo-mini-howto mini-HOWTO for jigdo] describes it's format and justification for use.
 +
 +
* Download the jigdo file:
 +
 +
mkdir -p /home/dluser/smeserver
 +
wget http://mirror.contribs.org/releases/testing/8.1beta2/smeos/i386/smeserver-8.1beta2-i386.jigdo
 +
 +
* Since it is only beta, edit the '''Servers''' section for the '''SMEmirror''' parameter to be:
 +
SMEmirror=http://mirror.contribs.org/releases/testing/8.1beta2/smeos/i386/
 +
* When it becomes final, the above step will not be necessary as the '''/8.1beta2/''' folder will become '''/8/'''.
 +
* Trying to get it in debian will entail the install of [https://help.ubuntu.com/community/JigdoDownloadHowto jigdo-file]
 +
apt-get install jigdo-file
 +
* Get the ISO using '''jigdo-lite''' (yes, not ''jigdo-file'')
 +
jigdo-lite smeserver-8.1beta2-i386.jigdo
 +
* On 2013-10-15, when the ISO was built, it was 727,961,600 bytes in length and had the following MD5:
 +
a509d21d476f66b9d27135599b3e6936  smeserver-8.1beta2-i386.iso
 +
* The end log was
 +
<pre>
 +
...
 +
...
 +
FINISHED --2013-10-15 16:41:30--
 +
Total wall clock time: 18s
 +
Downloaded: 3 files, 718K in 14s (49.7 KB/s)
 +
Found 3 of the 3 files required by the template
 +
Successfully created `smeserver-8.1beta2-i386.iso'
 +
 +
-----------------------------------------------------------------
 +
Finished!
 +
The fact that you got this far is a strong indication that `smeserver-8.1beta2-i386.iso'
 +
was generated correctly. I will perform an additional, final check,
 +
which you can interrupt safely with Ctrl-C if you do not want to wait.
   −
[Note: download the el4 files for CentOs 4 (SME7) if you do the job on this platform...]
+
OK: Checksums match, image is good!
 +
</pre>
   −
ok
+
===GET SME 8===
   −
====GET 7.5.1 27/6/10====
+
Create JIGDO directory and move latest ISO there as root:
Create JIGDO directory and move latest ISO there:
      
  [root@canopus JIGDO]# pwd
 
  [root@canopus JIGDO]# pwd
 
  /home/chris/JIGDO
 
  /home/chris/JIGDO
 
  [root@canopus JIGDO]# ls
 
  [root@canopus JIGDO]# ls
  smeserver-7.5rc2-i386.iso
+
  smeserver-8.0beta7-i386.iso
    
SME latest jigdo files are here:
 
SME latest jigdo files are here:
  http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/testing/7.5.1/iso/i386/
+
  http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/testing/8.0rc1/iso/i386/smeserver-8.0rc1-i386.jigdo
    
Lets create a mount point:
 
Lets create a mount point:
 +
 
  [root@canopus /]# cd mnt/
 
  [root@canopus /]# cd mnt/
 
  [root@canopus mnt]# ls
 
  [root@canopus mnt]# ls
 
  [root@canopus mnt]# mkdir iso
 
  [root@canopus mnt]# mkdir iso
[root@canopus mnt]# ls iso
      
and mount
 
and mount
   −
  mount -o loop smeserver-7.5rc2-i386.iso /mnt/iso
+
  [chris@canopus JIGDO]$ mount -o loop smeserver-8.0beta7-i386.iso /mnt/iso
   −
[root@canopus JIGDO]# jigdo-lite
+
[root@canopus JIGDO]# jigdo-lite
 
  Jigsaw Download "lite"
 
  Jigsaw Download "lite"
 
  Copyright (C) 2001-2005  |  jigdo@
 
  Copyright (C) 2001-2005  |  jigdo@
 
  Richard Atterer          |  atterer.net
 
  Richard Atterer          |  atterer.net
 
  -----------------------------------------------------------------
 
  -----------------------------------------------------------------
To resume a half-finished download, enter name of .jigdo file.
+
 
To start a new download, enter URL of .jigdo file.
+
To resume a half-finished download, enter name of .jigdo file. To start a new download, enter URL of .jigdo file. You can also enter several URLs/filenames, separated with spaces, or enumerate in {}, e.g. `http://server/cd-{1_NONUS,2,3}.jigdo'
You can also enter several URLs/filenames, separated with spaces,
  −
or enumerate in {}, e.g. `http://server/cd-{1_NONUS,2,3}.jigdo'
      
Provide URL when requested:
 
Provide URL when requested:
jigdo: http://distro.ibiblio.org/pub/linux/distributions/
+
  http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/testing/8.0rc1/iso/i386/smeserver-8.0rc1-i386.jigdo
smeserver/releases/testing/7.5.1/iso/i386/smeserver-  7.5.1-i386.jigdo
  −
 
  −
Downloading .jigdo file
  −
--2010-06-27 10:31:52--
  −
http://distro.ibiblio.org/pub/linux/distributions/smeserver/
  −
releases/testing/7.5.1/iso/i386/smeserver-7.5.1- i386.jigdo
  −
Resolving distro.ibiblio.org... 152.46.7.109
  −
Connecting to distro.ibiblio.org|152.46.7.109|:80... connected.
  −
HTTP request sent, awaiting response... 200 OK
  −
Length: 45384 (44K) [text/plain]
  −
Saving to: `smeserver-7.5.1-i386.jigdo'
  −
100% [=====] 45,384      --.-K/s  in 0.001s 
  −
2010-06-27 10:31:52 (46.0 MB/s) - `smeserver-7.5.1-i386.jigdo' saved [45384/45384]
  −
 
  −
 
  −
-----------------------------------------------------------------
  −
 
  −
Images offered by `http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/testing/7.5.1/iso/i386/smeserver-7.5.1-i386.jigdo':
  −
 
  −
* 1: smeserver-7.5.1-i386.iso
  −
 
  −
-----------------------------------------------------------------
  −
If you already have a previous version of the CD you are
  −
downloading, jigdo can re-use files on the old CD that are also
  −
present in the new image, and you do not need to download them
  −
again. Mount the old CD ROM and enter the path it is mounted under
  −
(e.g. `/mnt/cdrom').
  −
Alternatively, just press enter if you want to start downloading
  −
the remaining files.
  −
 
  −
# Provide mount point information:
  −
Files to scan: /mnt/iso
  −
 
  −
Downloading .template file
  −
--2010-06-27 10:33:37-- http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/testing/7.5.1/iso/i386/smeserver-7.5.1-i386.template
  −
Resolving distro.ibiblio.org... 152.46.7.109
  −
Connecting to distro.ibiblio.org|152.46.7.109|:80... connected.
  −
HTTP request sent, awaiting response... 200 OK
  −
Length: 4622904 (4.4M) [text/plain]
  −
Saving to: `smeserver-7.5.1-i386.template'
  −
 
  −
100%[=======================================================================================================================================>] 4,622,904    422K/s  in 12s   
  −
 
  −
2010-06-27 10:33:50 (362 KB/s) - `smeserver-7.5.1-i386.template' saved [4622904/4622904]
  −
 
  −
Found 504 of the 595 files required by the template                                                           
  −
Copied input files to temporary file `smeserver-7.5.1-i386.iso.tmp' - repeat command and supply more files to continue
  −
 
  −
-----------------------------------------------------------------
  −
If you already have a previous version of the CD you are
  −
downloading, jigdo can re-use files on the old CD that are also
  −
present in the new image, and you do not need to download them
  −
again. Mount the old CD ROM and enter the path it is mounted under
  −
(e.g. `/mnt/cdrom').
  −
Alternatively, just press enter if you want to start downloading
  −
the remaining files.
      
You can also enter a single digit from the list below to
 
You can also enter a single digit from the list below to
 
select the respective entry for scanning:
 
select the respective entry for scanning:
  1: /mnt/iso
  −
Files to scan:
  −
  −
[Press ENTER]
  −
Dowload of 91 files takes place against various sites.
  −
  −
-----------------------------------------------------------------
  −
Finished!
  −
The fact that you got this far is a strong indication that `smeserver-7.5.1-i386.iso'
  −
was generated correctly. I will perform an additional, final check,
  −
which you can interrupt safely with Ctrl-C if you do not want to wait.
     −
OK: Checksums match, image is good! 
+
1: /home/chris/JIGDO/smeserver-8.0beta7-i386.template
 +
2: /home/chris/JIGDO/smeserver-8.0beta6-i386.template
 +
3: mnt/iso
 +
4: /mnt/iso
   −
  [root@canopus JIGDO]# ls
+
  Files to scan:  
index.html  jigdo-3DJYYty-KSM  jigdo-file-cache.db  smeserver-7.5.1-i386.iso  smeserver-7.5.1-i386.jigdo smeserver-7.5.1-i386.template  smeserver-7.5rc2-i386.iso
  −
[root@canopus JIGDO]# ls -lah
  −
total 1.3G
  −
drwxr-xr-x  3 root  root  4.0K Jun 27 11:43 .
  −
drwx------ 59 chris chris 4.0K Jun 27 11:19 ..
  −
-rw-r--r--  1 root  root  1.2K Jun 27 10:08 index.html
  −
drwxr-xr-x  2 root  root  4.0K Jun 27 10:22 jigdo-3DJYYty-KSM
  −
-rw-r--r--  1 root  root  332K Jun 27 10:34 jigdo-file-cache.db
  −
-rw-r--r--  1 root  root  650M Jun 27 11:43 smeserver-7.5.1-i386.iso    < Here!
  −
-rw-r--r--  1 root  root  45K Jun 25 01:35 smeserver-7.5.1-i386.jigdo
  −
-rw-r--r--  1 root  root  4.5M Jun 25 01:35 smeserver-7.5.1-i386.template
  −
-rw-rw-r--  1 chris chris 650M May  6 18:43 smeserver-7.5rc2-i386.iso
     −
==jigdo and SME 8==
+
'''Note:''' Not working because jidgo file points to 8, not 8rc1.  Editing the file <tt>smeserver-8.0rc1-i386.jigdo</tt> for correct path for SMEmirror under the Servers section allows completion of ISO downloading.
 +
Should work for final release....
 +
[[Category: Howto]]

Navigation menu