Author Topic: mylivecd failure???????  (Read 674 times)

Offline geraldw321

  • Full Member
  • ***
  • Posts: 81
mylivecd failure???????
« on: December 31, 2012, 05:11:14 PM »
hello there  well i tried to make a mylivecd iso . but it fails repeatedly.

im running a fresh install of fullmonty, updated as of 12/30/12, i have it on a 256gig ssd drive so lots of free space left to store image and stuff  ,   this is on my acer v771-9875 laptop (new i7 machine it rocks) 

this is the error message i keep getting:

[######@localhost ~]$ su
Password:
[root@localhost ######]# umount -a
umount: /tmp: 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 PCLinuxOS2013.iso
mylivecd, version 0.9.5, 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:10/00:00:10]
Setting filesystem parameters:                     [100.00% 00:04:45/00:04:45]
Creating compressed image:                         [100.00% 00:18:30/00:18:44]chmod: cannot access `/tmp/mylivecd.4559/livecd/livecd.sqfs': No such file or directory=========================== ]
DIE
FATAL: Execution of 'chmod 644 /tmp/mylivecd.4559/livecd/livecd.sqfs' failed
[root@localhost ######]#
[===============                                                             ]


being a newbee im stumped i looked around read mylivecd help files and manpages , searched online and in forums but i dont know whats going on or what i need to do?

thanks in advance group i know you folks will offer help,  you always do  ;)


Offline geraldw321

  • Full Member
  • ***
  • Posts: 81
Re: mylivecd failure???????
« Reply #1 on: December 31, 2012, 05:59:46 PM »
geraldw321,

That means you either don't have enough free space to create the ISO OR the ISO you are trying to create is exceeding the maximum size of a squashfs filesystem of 4 gigs. In other words you can't expect to compress 15-20 gigs of data into a 4 gig compressed image.

Please post the output of

df -hT

as well as

ls -lh /tmp

How many times have you attempted to make a mylivecd iso?

-Darryl

hello and thank you  

heres the output   and  3 times   same failure each time  just different number temp dir livecd file ie: /tmp/mylivecdXXXX

i did run bleachbit and BBroot before my attempts at mylivecd


[######@localhost ~]$ df -hT
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/sda1     ext4    175G   16G  151G  10% /
tmpfs        tmpfs    1.2G  101M  1.1G   9% /tmp
/dev/sdb1  fuseblk    699G   11G  689G   2% /media/750



[######@localhost ~]$ ls -lh /tmp
total 12K
-rw-rw-r--  1 ###### ######   6 Dec 31 19:47 blueman-applet-500
drwxrwxr-x 18 ###### ######  440 Dec 31 19:52 Cache/
-rw-------  1 ###### ######   1 Dec 31 19:52 _CACHE_CLEAN_
-rw-r--r--  1 root   root   157 Dec 31 19:46 ddebug.log
drwx------  2 root   root    60 Dec 31 19:47 gpg-LdrvSC/
drwx------  2 ###### ######  60 Dec 31 19:47 gpg-W0bRDs/
drwx------  5 ###### ###### 180 Dec 31 19:51 kdecache-######/
drwx------  2 root   root    40 Dec 31 19:46 kdecache-root/
drwx------  2 root   root    40 Dec 31 19:46 kde-root/
drwx------  2 root   root    40 Dec 31 19:46 ksocket-root/
[#####@localhost ~]$

« Last Edit: December 31, 2012, 06:02:39 PM by geraldw321 »

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4037
Re: mylivecd failure???????
« Reply #2 on: January 01, 2013, 05:44:23 AM »
In addition to the above, as you appear to have /tmp set up in RAM, you will need to specify a temporary directory for mylivecd to use. Type mylivecd --help to see all the options.
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline geraldw321

  • Full Member
  • ***
  • Posts: 81
Re: mylivecd failure???????
« Reply #3 on: January 01, 2013, 06:44:52 AM »
geraldw321,

Thank you for the info, I found another quote that may be relevant:
Post the contents of your /etc/fstab please as you have tmp being stored in memory instead of the hard drive and mylivecd needs lots of tmp storage.

[######@localhost ~]$ df -hT
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/sda1     ext4    175G   16G  151G  10% /
tmpfs        tmpfs    1.2G  101M  1.1G   9% /tmp
/dev/sdb1  fuseblk    699G   11G  689G   2% /media/750

It appears from the above that you are attempting to "remaster" a 16 GB installation, which will not compress into a ~4GB image.
This (16GB) most likely includes files from the previous two attempts.

Please post the contents of your

/etc/fstab

file, as well as the output of

ls -lh ~/tmp/

as root.

I expect you will see three mylivecdXXXX folders there.

-Darryl

EDIT:

your konsole output indicates a previous incomplete remaster attempt. Enter the following in a root-terminal and then reboot:
Code: [Select]
/sbin/chkconfig --add atd
/sbin/chkconfig --add crond
/sbin/chkconfig --add syslog
/sbin/chkconfig --add kheader
/sbin/chkconfig --add xinetd
hope this helps,
-p.

Please also follow pinoc's instructions above.   :)


here is the info  first  is fstab

# Entry for /dev/sda1 :
UUID=2669bc8f-9286-4277-b4f7-1382cf31a76b / ext4 noatime,discard 1 1
none /proc proc defaults 0 0
# Entry for /dev/sda2 :
UUID=dfff1da5-b19d-4c48-b7a1-0f157ec8c577 swap swap defaults 0 0
none /dev/pts devpts defaults 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0


[root@localhost ######]# ls -lh ~/tmp/
total 0

Offline geraldw321

  • Full Member
  • ***
  • Posts: 81
Re: mylivecd failure???????
« Reply #4 on: January 01, 2013, 08:19:46 AM »
hello again  can i create a temp folder on my seecond harddrive ?  it has plenty of free space   ill make directory tmp on drive 750 and use   --tmp </media/750/tmp>