Author Topic: Remaster keeps failing { Solved }  (Read 715 times)

Offline Montana

  • Jr. Member
  • **
  • Posts: 30
Remaster keeps failing { Solved }
« on: July 28, 2010, 10:18:49 PM »
After reading through several posts still unable to complete a remaster.

[root@localhost montana]# df
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1              21G  3.7G   16G  20% /
/dev/sda3             437G  2.2G  435G   1% /home
none                  886M  312M  574M  36% /tmp


[root@localhost montana]# mylivecd PclinuxOS_2010_7.iso
mylivecd, version 0.9.3, 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:03/00:00:03]
Setting filesystem parameters:         [100.00% 00:00:12/00:00:12]
Creating compressed image:            [100.00% 00:04:15/00:04:18]

chmod: cannot access `/tmp/mylivecd.17287/livecd/livecd.sqfs': No such file or directory
DIE
FATAL: Execution of 'chmod 644 /tmp/mylivecd.17287/livecd/livecd.sqfs' failed
[root@localhost montana]#


 Any and all help greatly appreciated.

Have A Great Day

« Last Edit: July 29, 2010, 06:43:37 PM by Montana »
Windows will enslave
Linux will set you free!!
Apple/Mac make good pies!

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12519
Re: Remaster keeps failing
« Reply #1 on: July 28, 2010, 10:39:59 PM »
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.






Thanks to everyone who donates. You keep the servers running.

Offline Montana

  • Jr. Member
  • **
  • Posts: 30
Re: Remaster keeps failing
« Reply #2 on: July 29, 2010, 08:59:46 AM »
Thanks for the response.

Contents of fstab

# Entry for /dev/sda1 :
UUID=d522c8d6-56b7-40fe-b75a-2cd7e95dd8aa / ext3 defaults 1 1
none /dev/pts devpts defaults 0 0
# Entry for /dev/sda3 :
UUID=4fe92165-ff08-4414-a49d-8e3ea5fb91be /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
# Entry for /dev/sda2 :
UUID=c09caf52-f7de-46fb-844a-2b729c8e79d7 swap swap defaults 0 0


Windows will enslave
Linux will set you free!!
Apple/Mac make good pies!

Offline Montana

  • Jr. Member
  • **
  • Posts: 30
Re: Remaster keeps failing
« Reply #3 on: July 29, 2010, 10:26:34 AM »
Thank you Texstar for pointing me the right direction.
I have really never had to edit fstab before and I have been learning and using linux since 2004, and with all the distros I have tried
I have always done a fresh install and reformatted the drive, both root and home partions.

This time I went from Mandy cooker, then spring2010.1 to Pclinuxos2010.1. Can you tell me or point me in the right
direction as to where these lines came from?

.1 none /dev/pts devpts defaults 0 0
 2 none /proc proc defaults 0 0
 3 none /tmp tmpfs defaults 0 0

I removed these line from fstab and mylvecd remaster went through without a hitch. the image was 2.3g in size.

Thanks Again
and have A Great Day
Montana
Windows will enslave
Linux will set you free!!
Apple/Mac make good pies!