Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
drgr33n
on 03/08/2011, 10:05:13 UTC
Yea, I'll wait for the installer as I am receiving
Code:
root@linuxcoin: cp --preserve -R {bin,boot,etc,home,initrd,img,lib,lib32,lib64,opt,root,run,sbin,selinux,srv,usr,var,vmlinuz} /home/user/linuxcoin

cp:cannot copy a directory, 'home', into itself, '/home/user/linuxcoin/home'
cp:cannot stat 'initrd': No such file or directory
cp:cannot stat 'img' : No such file or directory




Its because you've put a comma instead of a dot Cheesy

cp --preserve -R {bin,boot,etc,home,initrd,img,lib,lib32,lib64,opt,root,run,sbin,selinux,srv,usr,var,vmlinuz} /home/user/linuxcoin

should be

cp --preserve -R {bin,boot,etc,home,initrd.img,lib,lib32,lib64,opt,root,run,sbin,selinux,srv,usr,var,vmlinuz} /home/user/linuxcoin

i downloaded LinuxCoin 0.2b-final and cant figure out how to start smartcoin with this version .   does anybody know the commands to start smartcoin ?   


Jen

You have to install it first.

Code:
cd /opt/smartcoin
./smartcoin_install.sh
smartcoin

I just accepted the lincense, But now i got this error (both with default kernel and phatk)

Code:
[02/08/2011 17:22:17] FATAL kernel error: Failed to load OpenCL kernel!

Type sudo in before you run your phoenix line, only have to do it once, unless you change the kernel.
Thanks, got it working.

Thats strange that in the previous version, i didnt have to su root


It's because of the heightened security Wink