Author Topic: Can't Find "mylivecd.iso"[Solved]  (Read 2026 times)

Offline Tony

  • Hero Member
  • *****
  • Posts: 1769
  • naturam expelles furca, tamen usque recurret
Can't Find "mylivecd.iso"[Solved]
« on: December 09, 2011, 05:18:01 PM »
I have tried making a mylivecd '.iso' twice now, and are pretty sure both were successful, but cannot find the created image  ???  :-[
Can see disk space in "/" has decreased on each occassion.

* "df" command after 2nd attempt:
Quote
[root@localhost ~]# df
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda6              19G  6.2G   12G  35% /
/dev/sda5              18G  1.2G   17G   7% /home


*Have installed 'draklive-install'

*Ran Bleachbit; then Bleachbit Root.

*I used the very simple default commands:
"umount -a"
"mylivecd name.iso"

*Have read mylivecd --help
I realise if there is not enough room in /root, it will fail, but I believe I have enough.  ???

I expected 'mylivecd.iso' would be created in "/root/tmp".

This (newly aquired) Computer can boot from a USB drive, which motivated me to make a 'mylivecd .iso' as I don't have a DVD Burner, seemed a good idea at the time.
 
I don't seem to have the skills to work in "/root", have searched for the .iso, using commandline, "cd  /"  ;  "cd /tmp"  ;   "ls -a".  ???
Also searched with Konqueror, and Dolphin, using broad options. i.e. location " /"  - Find  .iso (firstly tried; full filename,  'pclos-kde-9.iso'.)
So I feel I need to ask for help, ... after 6 or so hours  :P  >:(

*Searched the Forum, but couldn't figure reading other posts were I've gone wrong.
I expected mylivecd.iso would be created in "/root/tmp".

Rather than ramble on I will post the output from the Terminal, on the 2nd attempt.
There's a few syntax errors in my commands, but I corrected them, and continued.
Thanks for your time.

Quote
[jimi@localhost ~]$ su
Password:
[root@localhost ~]# umount -a
umount: /home: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
umount: /: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
[root@localhost ~]# mylivecd pclos kde 9.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.
DIE
FATAL: Too many command-line arguments
[root@localhost ~]# mylivecd pclos-kde-9.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: chkconfig --del atd
running: /sbin/chkconfig --list
running: chkconfig --del crond
running: /sbin/chkconfig --list
running: chkconfig --del syslog
Warning: syslog is needed by script(s) in runlevel 2: messagebus(start) messagebus(stop) shorewall(start)
Warning: syslog is needed by script(s) in runlevel 3: messagebus(start) messagebus(stop) nscd(start) shorewall(start)
Warning: syslog is needed by script(s) in runlevel 4: messagebus(start) messagebus(stop) nscd(start) shorewall(start)
Warning: syslog is needed by script(s) in runlevel 5: messagebus(start) messagebus(stop) nscd(start) shorewall(start)
Warning: syslog is needed by script(s) in runlevel 7: messagebus(start) messagebus(stop)
running: /sbin/chkconfig --list
running: chkconfig --del kheader
running: /sbin/chkconfig --list
running: chkconfig --del xinetd


Creating initrd:                                   [100.00% 00:00:08/00:00:08]
Setting filesystem parameters:                     [100.00% 00:00:02/00:00:02]
Creating compressed image:                         [100.00% 01:18:13/01:18:13]
Creating isolinux boot:                            [100.00% 00:00:00/00:00:00]
Creating final iso:                                [100.00% 00:02:20/00:02:20]
                                                                              
Restoring Services on the installed system

running: chkconfig --add atd
running: chkconfig --add crond
Warning: syslog is needed by crond in runlevel 2
Warning: syslog is needed by crond in runlevel 3
Warning: syslog is needed by crond in runlevel 4
Warning: syslog is needed by crond in runlevel 5
Warning: syslog is needed by crond in runlevel 2
Warning: syslog is needed by crond in runlevel 3
Warning: syslog is needed by crond in runlevel 4
Warning: syslog is needed by crond in runlevel 5
Warning: syslog is needed by crond in runlevel 2
Warning: syslog is needed by crond in runlevel 3
Warning: syslog is needed by crond in runlevel 4
Warning: syslog is needed by crond in runlevel 5
Warning: syslog is needed by crond in runlevel 2
Warning: syslog is needed by crond in runlevel 3
Warning: syslog is needed by crond in runlevel 4
Warning: syslog is needed by crond in runlevel 5
Warning: syslog is needed by crond in runlevel 2
Warning: syslog is needed by crond in runlevel 3
Warning: syslog is needed by crond in runlevel 4
Warning: syslog is needed by crond in runlevel 5
Warning: syslog is needed by crond in runlevel 2
Warning: syslog is needed by crond in runlevel 3
Warning: syslog is needed by crond in runlevel 4
Warning: syslog is needed by crond in runlevel 5
running: chkconfig --add syslog
running: chkconfig --add kheader
running: chkconfig --add xinetd

Created 'pclos-kde-9.iso' (2746,374,144 bytes) in 01:20:45

[root@localhost ~]#


Any insight greatly appreciated as always.
« Last Edit: December 09, 2011, 09:53:54 PM by francis »
PCLOS *MiniMe 2013 - KDE 4.10.1 + *LDXE Full  Computing is Fun with Linux, mostly ;) *Software Updates

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6224
  • I don't do Windows
Re: Can't Find "mylivecd.iso"
« Reply #1 on: December 09, 2011, 05:26:25 PM »
The command su in a terminal will start a root session in whatever directory you happend to be in. Use su - to become root and switch to the /root directory. In the meantime, to find your last created iso, in a terminal:

su -
updatedb
locate pclos-kde-9.iso


updatedb will update the locate database ahead of its scheduled cron run.

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline Tony

  • Hero Member
  • *****
  • Posts: 1769
  • naturam expelles furca, tamen usque recurret
Re: Can't Find "mylivecd.iso"
« Reply #2 on: December 09, 2011, 09:52:08 PM »
Thankyou djohnston  ;D

I'm going to practice some /root moves to get the hang of it all.
Rarely use Terminal, plus there's no way I would have known to run: "updatedb".
Brilliant !
Only yesterday I told Menotu I wouldn't be bothered making a image of my System, it's kind of addictive however, and if this boots from a USB key, I'll be a very happy camper.
What should have taken at most an hour has taken me nine hours ...

I found both .iso's, moved then to my 500 GB External drive.
My main drive is 40 GB's, so I really only store the System, on the System Drive.  ;)

Quote
[jimi@localhost /]$ su
Password:
[root@localhost ~]# updatedb
[root@localhost ~]# locate pclos-kde-9.iso
/root/pclos-kde-9.iso
[root@localhost ~]# cd /root
[root@localhost ~]# l -sa
total 4023808
      4 ./                      4 .esd_auth                   4 Pictures/
      4 ../                     4 .fonts.conf                 4 .printer-groups.xml
      4 accels/                 4 .gconf/                     4 .pulse/
      4 .bash_completion        4 .gconfd/                    4 .pulse-cookie
      4 .bash_history           4 .gnome2/                    4 .rnd
      4 .bash_logout            4 .gnome2_private/            4 .synaptic/
      4 .bash_profile           4 .gnupg/                     4 .tcshrc
      4 .bashrc                 4 .gstreamer-0.10/            4 Templates/
      4 .cache/                 4 .gtk-bookmarks              4 .thumbnails/
      4 .config/                4 .gtkrc-2.0                  4 tmp/
      4 .cshrc                  4 .kde4/                      4 Videos/
      4 .dbus/                  4 .kderc                      4 .xauth/
      4 Desktop/                4 .local/                     4 .xauthJ4Lk2g
      4 .directory              4 .marble/                    4 .Xauthority
      4 .dmrc                   0 .mdk-menu-migrated          4 .Xdefaults
      4 Documents/              4 .mozilla/                   4 .xdg_menu_cache/
      4 Downloads/              4 Music/                      4 .xine/
      4 drakx/            1341588 pclos-kde09-2011.iso
      4 .emelfm/          2682012 pclos-kde-9.iso
[root@localhost ~]# mylivecd --help
There they are sitting in the root of the root directory.

"updatedb" will update the locate database ahead of its scheduled cron run.

Handy to know,
Thankyou again for your time djohnston,
Regards
PCLOS *MiniMe 2013 - KDE 4.10.1 + *LDXE Full  Computing is Fun with Linux, mostly ;) *Software Updates

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6224
  • I don't do Windows
Re: Can't Find "mylivecd.iso"[Solved]
« Reply #3 on: December 10, 2011, 05:16:25 AM »
You're welcome, francis.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5381
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Can't Find "mylivecd.iso"
« Reply #4 on: December 10, 2011, 09:09:54 AM »
Thankyou djohnston  ;D

I'm going to practice some /root moves to get the hang of it all.
Rarely use Terminal, plus there's no way I would have known to run: "updatedb".

Normally you don't have to know to run it as it is ran daily via a cron job

Quote
Brilliant !
Only yesterday I told Menotu I wouldn't be bothered making a image of my System, it's kind of addictive however, and if this boots from a USB key, I'll be a very happy camper.
What should have taken at most an hour has taken me nine hours ...

I found both .iso's, moved then to my 500 GB External drive.
My main drive is 40 GB's, so I really only store the System, on the System Drive.  ;)

Quote
[jimi@localhost /]$ su
Password:
[root@localhost ~]# updatedb
[root@localhost ~]# locate pclos-kde-9.iso
/root/pclos-kde-9.iso
[root@localhost ~]# cd /root
[root@localhost ~]# l -sa
total 4023808
      4 ./                      4 .esd_auth                   4 Pictures/
      4 ../                     4 .fonts.conf                 4 .printer-groups.xml
      4 accels/                 4 .gconf/                     4 .pulse/
      4 .bash_completion        4 .gconfd/                    4 .pulse-cookie
      4 .bash_history           4 .gnome2/                    4 .rnd
      4 .bash_logout            4 .gnome2_private/            4 .synaptic/
      4 .bash_profile           4 .gnupg/                     4 .tcshrc
      4 .bashrc                 4 .gstreamer-0.10/            4 Templates/
      4 .cache/                 4 .gtk-bookmarks              4 .thumbnails/
      4 .config/                4 .gtkrc-2.0                  4 tmp/
      4 .cshrc                  4 .kde4/                      4 Videos/
      4 .dbus/                  4 .kderc                      4 .xauth/
      4 Desktop/                4 .local/                     4 .xauthJ4Lk2g
      4 .directory              4 .marble/                    4 .Xauthority
      4 .dmrc                   0 .mdk-menu-migrated          4 .Xdefaults
      4 Documents/              4 .mozilla/                   4 .xdg_menu_cache/
      4 Downloads/              4 Music/                      4 .xine/
      4 drakx/            1341588 pclos-kde09-2011.iso
      4 .emelfm/          2682012 pclos-kde-9.iso
[root@localhost ~]# mylivecd --help
There they are sitting in the root of the root directory.

"updatedb" will update the locate database ahead of its scheduled cron run.

Handy to know,
Thankyou again for your time djohnston,
Regards





Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline Tony

  • Hero Member
  • *****
  • Posts: 1769
  • naturam expelles furca, tamen usque recurret
Re: Can't Find "mylivecd.iso"[Solved]
« Reply #5 on: December 11, 2011, 12:31:16 AM »
YouCanToo:
Quote
Normally you don't have to know to run it as it is ran daily via a cron job
Thanks YouCanToo.

This wasn't 'normal' it seems. Was a real pain actually.  ;)
I learned something, plus the sharing of knowledge by djohnston, as a fellow PCLinuxOS user and volunteer Forum member is as always greatly appreciated. I'm sure we have all helped others, and been helped by others, to understand a piece of a huge puzzle. The Dynamic of interaction is a fantastic feeling.

I've got to make the .iso in USB bootable next, when the temperature drops significantly under 100 degrees  ;D 
PCLOS *MiniMe 2013 - KDE 4.10.1 + *LDXE Full  Computing is Fun with Linux, mostly ;) *Software Updates