Remastersys and AVLinux Forum
May 22, 2013, 02:01:06 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Remastersys depends on user donations to survive.  Please help keep Remastersys going.

http://www.remastersys.com
 
   Home   Remastersys Home Remastersys downloads Donate Login Register AV LINUX Home Help Search  
Pages: [1]
  Print  
Author Topic: Remaster has a problem building Iso and md5 files  (Read 320 times)
0 Members and 1 Guest are viewing this topic.
spanner
Jr. Member
**
Offline Offline

Posts: 17


WWW
« on: March 01, 2012, 09:54:13 AM »

I started Remastersys from the menu and setup all the it up(boot image,user and so on)
I builds the the files fine but when it get to building the iso and md5 files it comes up with a error in the output box and do't make them..??

I done this 3 times and the same error keeps coming up(my pc stats are on my sig)

Here is the log and output..

Remastersys Output window.
---------------------------------
Creating the iso file only
Distribution Mode Selected
Making disk compatible with Ubuntu Startup Disk Creator.
Creating md5sum.txt for the livecd/dvd
Creating CommodoreOS -dist.iso in /home/remastersys/remastersys
/usr/bin/remastersys: line 864: [: /home/remastersys/remastersys/CommodoreOS: binary operator expected
Creating CommodoreOS -dist.iso.md5 in /home/remastersys/remastersys
/usr/bin/remastersys: line 877: $CUSTOMISO.md5: ambiguous redirect
ls: invalid option -- '.'
Try `ls --help' for more information.
/home/remastersys/remastersys/CommodoreOS -dist.iso which is  in size is ready to be burned or tested in a virtual machine.

Remastersys log
-----------
http://www.mediafire.com/?b131xuu74zgrsdz

Hope you can help..Grin

Thanks..
Spanner..
« Last Edit: March 01, 2012, 09:56:04 AM by spanner » Logged

Base OS: Linux Mint 10 Julia 32bit with COS theme on it.(making a 32bit version of COS)
Desktop: Gnome 2.30.2
Login Manager:Mint Login Manager
Remastersys version: v3 for oneiric

About 32bit version of COS(commodore OS Vision) here.. http://eab.abime.net/showthread.php?t=63252
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #1 on: March 01, 2012, 09:58:18 AM »

You can't have a space in the name of the iso.
Logged

Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
spanner
Jr. Member
**
Offline Offline

Posts: 17


WWW
« Reply #2 on: March 01, 2012, 10:39:49 AM »

You can't have a space in the name of the iso.

HEHE....Silly me...Grin

All ok now...

Me Dum ass..Grin
Logged

Base OS: Linux Mint 10 Julia 32bit with COS theme on it.(making a 32bit version of COS)
Desktop: Gnome 2.30.2
Login Manager:Mint Login Manager
Remastersys version: v3 for oneiric

About 32bit version of COS(commodore OS Vision) here.. http://eab.abime.net/showthread.php?t=63252
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #3 on: March 01, 2012, 11:25:16 AM »

For what its worth, you should never use spaces in ANY filenames.

Here is a little bash script to replace spaces with underscores in filenames:
Code:
#!/bin/bash

for i in * ;do

j=`echo $i | sed -e 's/ /_/g'`
if [ "$i" != "$j ]; then
mv "$i" $j
fi
done


I call the script "removespaces" and you run it in the current folder to remove the spaces from the filenames in that folder.
Logged

Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!