Author Topic: mylivecd error  (Read 684 times)

Offline CliffSpier

  • Jr. Member
  • **
  • Posts: 11
mylivecd error
« on: September 03, 2010, 06:36:47 PM »
Can I get help in understanding this error - Thanks

mylivecd --nodir /home/cliff/tmp,/home/cliff/Pictures,/home/cliff/music,/home/cliff/Dropbox,/home/cliff/Downloads clifflivecd.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:22/00:00:22]
Setting filesystem parameters:                     [100.00% 00:01:14/00:01:14]
Creating compressed image:                         [100.00% 00:30:36/00:31:00]chmod: cannot access `/tmp/mylivecd.2075/livecd/livecd.sqfs': No such file or directory=================== ]
DIE
FATAL: Execution of 'chmod 644 /tmp/mylivecd.2075/livecd/livecd.sqfs' failed

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: mylivecd error
« Reply #1 on: September 03, 2010, 06:51:44 PM »
Can I get help in understanding this error - Thanks

mylivecd --nodir /home/cliff/tmp,/home/cliff/Pictures,/home/cliff/music,/home/cliff/Dropbox,/home/cliff/Downloads clifflivecd.iso

I'm not sure about the error messages, but I think it's the syntax. Try it this way:

mylivecd --nodir ^/home/cliff/tmp,^/home/cliff/Pictures,^/home/cliff/music,^/home/cliff/Dropbox,^/home/cliff/Downloads clifflivecd.iso

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

musonio

  • Guest
Re: mylivecd error
« Reply #2 on: September 03, 2010, 08:04:28 PM »
Not enough free space?

Offline CliffSpier

  • Jr. Member
  • **
  • Posts: 11
SOLVED - Re: mylivecd error
« Reply #3 on: September 04, 2010, 01:45:42 PM »
I solved it.  I excluded more /home directories.  Thanks for the suggestions.