Author Topic: How Long Will It Take To Run 'mylivecd' .(Got There,Solved. )  (Read 960 times)

Offline pclinmike

  • Hero Member
  • *****
  • Posts: 637
  • I Only 'Clean' Windows !.
I'm attempting to make a back up live cd (DVD) for my daughters acer 5738Z laptop 2Ghz,4Gb ram..
#unmame -r  2.6.38.7-pclos1.pae.bfs
# df -l = / used 4.3G  (11G Avail)  /home 5.4G (124G Avail)

#mylivecd --tmp /home/remasters acer_laptop22062011.iso

Its now been running for more than 24hrs  ??? >:(  (I can see HD light flashing so its still running).

I have seen this    http://www.pclinuxos.com/forum/index.php/topic,89314.0.html

But 24hrs !. Is this normal ?.

I will try  'mylivecd --gzip' the next time I do it !.
« Last Edit: June 23, 2011, 03:32:06 PM by pclinmike »
Michael.
From South-Derbyshire, England.U.K.Earth.

I Normally Do A Search Before I Post A New Question !.

Thanks to all who replied to my posts.

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15316
  • ┌∩┐(◕_◕)┌∩┐
Re: How Long Will It Take To Run 'mylivecd' (Now Taken Over 24hrs !).
« Reply #1 on: June 23, 2011, 06:02:01 AM »
That seems far, far too long Michael Mine normally take approx 30 minutes

Did you run bleachbit to clean out "old stuff" including your tmp?

Also, did you run umount -a before beginning?  (it normally throws up a message but that is normal)

I would consider stopping the current one - do a thorough clean out, including the "current" mylivecd iso if one was created, and start again
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline pupthai

  • Hero Member
  • *****
  • Posts: 1426
  • PCLinuxOS 2011 2 - KDE4
Re: How Long Will It Take To Run 'mylivecd' (Now Taken Over 24hrs !).
« Reply #2 on: June 23, 2011, 06:46:58 AM »
Can you send the iso to /home and not ^no dir  the home - will that be a loop endless?  never tried to keep home and and send it there too.
PCLinuxOS 2011 2 - KDE4
Intel 2 core duo @3.22gig, Asus P5G41/M, DDR2/1066 4gig, ENGT220 DDR3/1gig, 2x Seagate 250gig.

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12802
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: How Long Will It Take To Run 'mylivecd' (Now Taken Over 24hrs !).
« Reply #3 on: June 23, 2011, 07:00:37 AM »
I once waited several hours (overnight) and gave up. It turns out I was inside a loop.

That's how my remaster command looks like:

Quote
mylivecd --xz --nodir ^/Remaster/,^/archives/,^/mnt,^/media,^/root/tmp,^/tmp,^/home/andrzejl/Desktop/,^/DVD,^/root/livecd --nofile ^/var/log/*,^/etc/X11/xorg.conf,^/etc/X11/XF86Config,^/etc/modprobe.conf,^/etc/modeprobe.preload,^/etc/fstab,^/var/cache/apt/archives/* --tmp=/Remaster/ --md5sum --ufs unionfs /Remaster/andrzejl.iso

It's pretty self explanatory. I could simplify it.

Quote
mylivecd --xz --nodir ^/Remaster/ --tmp=/Remaster/ --md5sum --ufs unionfs /Remaster/andrzejl.iso

This way folder where the temporary files are going and the folder where iso will be created is excluded from the remastering process.

It worked fine last time I checked.

Regards.

Andy
« Last Edit: June 23, 2011, 07:02:28 AM by AndrzejL »

Offline pclinmike

  • Hero Member
  • *****
  • Posts: 637
  • I Only 'Clean' Windows !.
Re: How Long Will It Take To Run 'mylivecd' (Now Taken Over 24hrs !).
« Reply #4 on: June 23, 2011, 07:38:24 AM »
Yes it's in a loop  :o.
I will get back. ;)
Michael.
From South-Derbyshire, England.U.K.Earth.

I Normally Do A Search Before I Post A New Question !.

Thanks to all who replied to my posts.

Offline pclinmike

  • Hero Member
  • *****
  • Posts: 637
  • I Only 'Clean' Windows !.
Re: How Long Will It Take To Run 'mylivecd' .(Getting There)
« Reply #5 on: June 23, 2011, 09:04:17 AM »
I have tried four times, I'm still doing something wrong !.


# mylivecd --gzip --nodir ^/home/remasters --tmp /home/remasters acer_laptop23062011.iso

mylivecd, version 0.9.4, http://pclinuxos.com/
Copyright (C) 2010, Texstar <texstar at gmail.com>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

Disabling Services not needed on the LiveCD

running: /sbin/chkconfig --list
running: /sbin/chkconfig --list
running: /sbin/chkconfig --list
running: /sbin/chkconfig --list
running: /sbin/chkconfig --list


Creating initrd:                                   [100.00% 00:00:07/00:00:07]
Setting filesystem parameters:                     [100.00% 00:00:04/00:00:04]
Creating compressed image:                         [100.00% 00:14:10/00:14:10]
Creating isolinux boot:                            [100.00% 00:00:01/00:00:01]
Creating final iso:                                [100.00% 00:00:00/00:00:00]

Restoring Services on the installed system

ls: cannot access acer_laptop23062011.iso: No such file or directory
Argument "" isn't numeric in division (/) at /usr/sbin/mylivecd line 244.

Created 'acer_laptop23062011.iso' (0,000 bytes) in 00:14:25

Michael.
From South-Derbyshire, England.U.K.Earth.

I Normally Do A Search Before I Post A New Question !.

Thanks to all who replied to my posts.

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12802
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: How Long Will It Take To Run 'mylivecd' .(Getting There)
« Reply #6 on: June 23, 2011, 09:22:02 AM »
The amount of data or the compression method that You chose...

You were trying to create a livedvd bigger then 4.3 GB. Try changing --gzip to --xz or use the --nodir switch to exclude some of the large folder like /home/pclinmike/piratedmusic/ or /media/illegaldvdcollection/ ;).

Regards.

Andy
« Last Edit: June 23, 2011, 09:24:04 AM by AndrzejL »

Offline pclinmike

  • Hero Member
  • *****
  • Posts: 637
  • I Only 'Clean' Windows !.
Re: How Long Will It Take To Run 'mylivecd' .(Getting There)
« Reply #7 on: June 23, 2011, 09:33:01 AM »
The amount of data or the compression method that You chose...

You were trying to create a livedvd bigger then 4.3 GB. Try changing --gzip to --xz or use the --nodir switch to exclude some of the large folder like /home/pclinmike/piratedmusic/ or /media/illegaldvdcollection/ ;).

Regards.

Andy

Just to make it clear I DO NOT have any 'piratedmusic' or 'illegaldvdcollection'   :-[
------------------------------------------------------------------------------------------------

Is that what this means   
 ls: cannot access acer_laptop23062011.iso: No such file or directory
Argument "" isn't numeric in division (/) at /usr/sbin/mylivecd line 244.
---------------------------------

line 244=     $n = $n/1000;
Michael.
From South-Derbyshire, England.U.K.Earth.

I Normally Do A Search Before I Post A New Question !.

Thanks to all who replied to my posts.

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12802
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: How Long Will It Take To Run 'mylivecd' .(Getting There)
« Reply #8 on: June 23, 2011, 09:58:59 AM »
The amount of data or the compression method that You chose...

You were trying to create a livedvd bigger then 4.3 GB. Try changing --gzip to --xz or use the --nodir switch to exclude some of the large folder like /home/pclinmike/piratedmusic/ or /media/illegaldvdcollection/ ;).

Regards.

Andy

Just to make it clear I DO NOT have any 'piratedmusic' or 'illegaldvdcollection'   :-[
------------------------------------------------------------------------------------------------

Is that what this means   
 ls: cannot access acer_laptop23062011.iso: No such file or directory
Argument "" isn't numeric in division (/) at /usr/sbin/mylivecd line 244.
---------------------------------

line 244=     $n = $n/1000;

LOL at the clarification ;). You fell a victim to one of my practical pranks... BAZINGA! ;)

Answering Your question - yes. The iso was not created as the size 4.3 GB was exceeded hence there is not file. Hence the numeric division failed.

Regards.

Andy

Offline pclinmike

  • Hero Member
  • *****
  • Posts: 637
  • I Only 'Clean' Windows !.
Re: How Long Will It Take To Run 'mylivecd' .(Getting There)
« Reply #9 on: June 23, 2011, 03:30:17 PM »
Success  ;D  it burnt ok and tests ok.

# mylivecd --gzip --nodir ^/home/remasters,^/home/namechanged/Pictures --tmp /home/remasters acer_laptop23062011.iso
mylivecd, version 0.9.4, http://pclinuxos.com/
Copyright (C) 2010, Texstar <texstar at gmail.com>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

Disabling Services not needed on the LiveCD

running: /sbin/chkconfig --list
running: /sbin/chkconfig --list
running: /sbin/chkconfig --list
running: /sbin/chkconfig --list
running: /sbin/chkconfig --list


Creating initrd:                                   [100.00% 00:00:07/00:00:07]
Setting filesystem parameters:                     [100.00% 00:00:04/00:00:04]
Creating compressed image:                         [100.00% 00:11:18/00:11:18]
Creating isolinux boot:                            [100.00% 00:00:00/00:00:00]
Creating final iso:                                [100.00% 00:02:18/00:02:18]

Restoring Services on the installed system


Created 'acer_laptop23062011.iso' (2898,083,840 bytes) in 00:13:50


As you can see from above I removed my daughters photos from the remaster some 3.5G and it worked ok.

Thanks for your help, I have learn't a bit more. :)
Michael.
From South-Derbyshire, England.U.K.Earth.

I Normally Do A Search Before I Post A New Question !.

Thanks to all who replied to my posts.

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12802
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: How Long Will It Take To Run 'mylivecd' .(Got There,Solved. )
« Reply #10 on: June 23, 2011, 03:42:32 PM »
Cool beans... Glad we could help.

Burn separate dvd with those pics to backup them and You're all done.

On the sad note... You don't trust us... and now we will never know what's Your daughters name... You changed the info... :D

Andy