General TC > Remasters / Remixes - Unofficial
qremaster error
tinyme:
Dear,
I'm trying to make a php form that creates a tiny/microcore isofile.
Therefore I use qremaster and tinycore webserver with php support.
However when I execute the qremaster script I get following errors:
cat: can't open 'opt/.tcedir': no such file or directory => already tried creating this dir but then I still get the error (changed tce dir in script but still read error)
unable to read package.tcz => resolved also => extension wasn't in directory and qremaster doesn't download it.
The only problem now is that the -d option doesn't work. Is it possible to have a mirror of all extensions?
thx
tinypoodle:
--- Quote from: tinyme on March 20, 2013, 05:23:45 AM ---cat: can't open 'opt/.tcedir': no such file or directory => already tried creating this dir but then I still get the error (changed tce dir in script but still read error)
--- End quote ---
This has been changed form a file to a symlink being /etc/sysconfig/tcedir
Rich:
Hi tinyme
Open the qremaster script and change:
--- Code: ---TCE_DIR=$(cat /opt/.tce_dir)/optional
--- End code ---
to:
--- Code: ---TCE_DIR=$(readlink /etc/sysconfig/tcedir)/optional || TCE_DIR=$(cat /opt/.tce_dir)/optional
--- End code ---
--- Quote ---unable to read package.tcz => resolved also => extension wasn't in directory and qremaster doesn't download it.
The only problem now is that the -d option doesn't work. Is it possible to have a mirror of all extensions?
--- End quote ---
I'm guessing that the -d option probably does work but you ask for the wrong package name. I don't see a package.tcz
but I do see a package-tools.tcz listed in the repository.
[EDIT]: Corrected the code block listed under "to:" Rich
tinyme:
--- Quote from: Rich on March 20, 2013, 11:22:13 AM ---Hi tinyme
Open the qremaster script and change:
--- Code: ---TCE_DIR=$(cat /opt/.tce_dir)/optional
--- End code ---
to:
--- Code: ---TCE_DIR=$(readlink /etc/sysconfig/tcedir) || TCEDIR=$(cat /opt/.tce_dir)
--- End code ---
--- Quote ---unable to read package.tcz => resolved also => extension wasn't in directory and qremaster doesn't download it.
The only problem now is that the -d option doesn't work. Is it possible to have a mirror of all extensions?
--- End quote ---
I'm guessing that the -d option probably does work but you ask for the wrong package name. I don't see a package.tcz
but I do see a package-tools.tcz listed in the repository.
--- End quote ---
Actually that was an example. I used the package partimage.tcz in the -d option. My tcz dir is /mnt/sda1/tcz/optional.
Is there any difference when i use this directory?
Rich:
Hi tinyme
--- Quote ---Is there any difference when i use this directory?
--- End quote ---
No, but it does make a difference if I gave you the wrong information. :-[
The new line should have read:
--- Code: ---TCE_DIR=$(readlink /etc/sysconfig/tcedir)/optional || TCE_DIR=$(cat /opt/.tce_dir)/optional
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version