Bitcoin Forum
April 26, 2024, 07:06:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 »
  Print  
Author Topic: LinuxCoin A lightweight Debian based OS with everything ready to go.  (Read 285063 times)
Jessi
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


View Profile WWW
August 02, 2011, 02:47:52 AM
 #1121

I followed now this two tutorials, which where working for me:
http://www.linuxcoin.co.uk/wiki/index.php/SSH_X11forwarding
http://www.linuxcoin.co.uk/wiki/index.php/SettingupVNCremotely

But my initial question was another:
I do not want to start always over putty a remote session and I do not want to start remotely vnc.
My Question was, how to make vnc autostarting?
Is there no way to make it starting always after restart with the same settings like in the second tutorial?

www.Bitcoin-Tools.de - Price Alert & Calculator [OUTDATED!]
A little tool to keep you informed or wake you up, if Mt.Gox reaches a defined price level and a calculator to convert  BTC or USD based on live Prices. It´s not working any more, because of Mt.Gox... but it was fun to code that time... keeping this link just for reminding... Thanks to everyone for donations done that time!
BTC: 1BQTankpeCZict849JRHxxYFnwZARV3YX7 | LTC: LecEsSJMYZK7wk493QvyNzA4BxHpXviAEA | PPC: PQdjfxTbjnXThwJ5bbEgJkc9GZcKpib9DM
1714158389
Hero Member
*
Offline Offline

Posts: 1714158389

View Profile Personal Message (Offline)

Ignore
1714158389
Reply with quote  #2

1714158389
Report to moderator
1714158389
Hero Member
*
Offline Offline

Posts: 1714158389

View Profile Personal Message (Offline)

Ignore
1714158389
Reply with quote  #2

1714158389
Report to moderator
1714158389
Hero Member
*
Offline Offline

Posts: 1714158389

View Profile Personal Message (Offline)

Ignore
1714158389
Reply with quote  #2

1714158389
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714158389
Hero Member
*
Offline Offline

Posts: 1714158389

View Profile Personal Message (Offline)

Ignore
1714158389
Reply with quote  #2

1714158389
Report to moderator
1714158389
Hero Member
*
Offline Offline

Posts: 1714158389

View Profile Personal Message (Offline)

Ignore
1714158389
Reply with quote  #2

1714158389
Report to moderator
1714158389
Hero Member
*
Offline Offline

Posts: 1714158389

View Profile Personal Message (Offline)

Ignore
1714158389
Reply with quote  #2

1714158389
Report to moderator
Jessi
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


View Profile WWW
August 02, 2011, 02:50:53 AM
 #1122

Has anyone the same problems adding icons to the desktop with right mouse click on startmenu item and then on "add to desktop"?

It seem that I do not have any write permissions to the desktop?! I tried to write a text-file directly there, too, but it does not work either. I tried to set more write permissions, but that is not working, too.

www.Bitcoin-Tools.de - Price Alert & Calculator [OUTDATED!]
A little tool to keep you informed or wake you up, if Mt.Gox reaches a defined price level and a calculator to convert  BTC or USD based on live Prices. It´s not working any more, because of Mt.Gox... but it was fun to code that time... keeping this link just for reminding... Thanks to everyone for donations done that time!
BTC: 1BQTankpeCZict849JRHxxYFnwZARV3YX7 | LTC: LecEsSJMYZK7wk493QvyNzA4BxHpXviAEA | PPC: PQdjfxTbjnXThwJ5bbEgJkc9GZcKpib9DM
drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
August 02, 2011, 03:10:14 AM
Last edit: August 02, 2011, 03:36:14 AM by drgr33n
 #1123

Well I am extremely disapointed. The bitcoin client password tool does not work at all.

It does not matter what I pick, secured or unsecured I get the same wallet

In secured it does not matter what I type in or don't type as a password I see the same wallet

EDIT: yes it seems as if the latest bitcoin client deletes symlinks ? strange !! I'll ask about this now. but have you also noticed the client has the option aswell Wink

I followed now this two tutorials, which where working for me:
http://www.linuxcoin.co.uk/wiki/index.php/SSH_X11forwarding
http://www.linuxcoin.co.uk/wiki/index.php/SettingupVNCremotely

But my initial question was another:
I do not want to start always over putty a remote session and I do not want to start remotely vnc.
My Question was, how to make vnc autostarting?
Is there no way to make it starting always after restart with the same settings like in the second tutorial?

add @vino-preferences to /etc/xdg/lxsession/LXDE/autostart

Yhe Desktop permissions error is a weird one I didn't anticipate that. I'll add a fix but if you want to quickly fix yours

Code:
sudo chmod 777 /home/user/Desktop
Jessi
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


View Profile WWW
August 02, 2011, 03:52:36 AM
 #1124

I followed now this two tutorials, which where working for me:
http://www.linuxcoin.co.uk/wiki/index.php/SSH_X11forwarding
http://www.linuxcoin.co.uk/wiki/index.php/SettingupVNCremotely

But my initial question was another:
I do not want to start always over putty a remote session and I do not want to start remotely vnc.
My Question was, how to make vnc autostarting?
Is there no way to make it starting always after restart with the same settings like in the second tutorial?

add @vino-preferences to /etc/xdg/lxsession/LXDE/autostart

Yhe Desktop permissions error is a weird one I didn't anticipate that. I'll add a fix but if you want to quickly fix yours

Code:
sudo chmod 777 /home/user/Desktop
Thank you very much, both are now working for me. Smiley

www.Bitcoin-Tools.de - Price Alert & Calculator [OUTDATED!]
A little tool to keep you informed or wake you up, if Mt.Gox reaches a defined price level and a calculator to convert  BTC or USD based on live Prices. It´s not working any more, because of Mt.Gox... but it was fun to code that time... keeping this link just for reminding... Thanks to everyone for donations done that time!
BTC: 1BQTankpeCZict849JRHxxYFnwZARV3YX7 | LTC: LecEsSJMYZK7wk493QvyNzA4BxHpXviAEA | PPC: PQdjfxTbjnXThwJ5bbEgJkc9GZcKpib9DM
drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
August 02, 2011, 04:43:34 AM
 #1125

bitcoin client updated !!

Code:
apt-get update
apt-get install bitcoin
pekv2
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
August 02, 2011, 04:47:51 AM
 #1126

drgr33n, does your youtube video HDD install tutorial work on the final?
drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
August 02, 2011, 05:10:27 AM
 #1127

drgr33n, does your youtube video HDD install tutorial work on the final?

yes it should work as intended. i do have an installer on it's way just been very busy bud.
pekv2
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
August 02, 2011, 05:33:15 AM
 #1128

drgr33n, does your youtube video HDD install tutorial work on the final?

yes it should work as intended. i do have an installer on it's way just been very busy bud.

Alrighty, I had problems with the tut and prefinal, read up after words, to find out, to wait for final, just double checking before I go through the long haul.

And that is definitely awesome about the installer!
solarpower
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
August 02, 2011, 04:09:54 PM
 #1129

Ok downloaded the new final and switched over 2 of my miners from the old betas of linuxcoin.
(did a full format of usb and full reinstall of new linuxcoin)
First few things I noticed ...

I still cannot save to the desktop even after doing
apt-get update
apt-get install linuxcoin-bugfix-020811 smartcoin bitcoin

then did a full reboot

I thought that was one of the bugfixes that was fixed...

specifically what i did was save my miner info to a file and gmail it to myself ... opened gmail and downloaded the file and could not save it to the desktop.

Noticed hashkill is still just a tar file under miners.  If i want to try it i need to uncompress it, but when i tried to using any programs listed (in file manager) it would not do anything.  Probably a rights issue ...

Other then that currently working ok ... when i rebooted the first time i got a error that flashed quickly by saying do a restart -t or something similar ...
went by very fast then rebooted
 have not rebooted again on that machine and it is happily mining so i dont want to mess with it but thought i should mention it.

thanks for all your hard work on this release ..

Solarpower
plastic.elastic
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
August 02, 2011, 04:30:11 PM
 #1130

Just tried the final version i got this error when i used Phoenix manually (either default kernel or phatk)

Code:
Traceback (most recent call last):
  File "./phoenix.py", line 123, in <module>
    miner.start(options)
  File "/opt/miners/phoenix/Miner.py", line 77, in start
    self.kernel = self.options.makeKernel(KernelInterface(self))
  File "./phoenix.py", line 112, in makeKernel
    self.kernel = kernelModule.MiningKernel(requester)
  File "kernels/poclbm/__init__.py", line 132, in __init__
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: platform not found khr

What does it mean?

Thnks


ps. This is my phoenix command which worked fine with the previous version of Linuxcoin:
Code:
./phoenix.py -u http://yanz_1:pass@uswest.btcguild.com:8332/ -q 7 -k phatk BFI_INT VECTORS FASTLOOP=false AGGRESSION=11 DEVICE=0 WORKSIZE=256

Tips gladly accepted: 1LPaxHPvpzN3FbaGBaZShov3EFafxJDG42
solarpower
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
August 02, 2011, 04:54:21 PM
 #1131

Just tried the final version i got this error when i used Phoenix manually (either default kernel or phatk)

Code:
Traceback (most recent call last):
  File "./phoenix.py", line 123, in <module>
    miner.start(options)
  File "/opt/miners/phoenix/Miner.py", line 77, in start
    self.kernel = self.options.makeKernel(KernelInterface(self))
  File "./phoenix.py", line 112, in makeKernel
    self.kernel = kernelModule.MiningKernel(requester)
  File "kernels/poclbm/__init__.py", line 132, in __init__
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: platform not found khr



Well hell I don't know anything but i would ask did you remember to goto system tools --> then sdk license ...and accept it?

it looks like a error you might get if you had not accepted the SDK license

Solarpower
drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
August 02, 2011, 04:57:15 PM
 #1132

Ok downloaded the new final and switched over 2 of my miners from the old betas of linuxcoin.
(did a full format of usb and full reinstall of new linuxcoin)
First few things I noticed ...

I still cannot save to the desktop even after doing
apt-get update
apt-get install linuxcoin-bugfix-020811 smartcoin bitcoin

then did a full reboot

I thought that was one of the bugfixes that was fixed...

specifically what i did was save my miner info to a file and gmail it to myself ... opened gmail and downloaded the file and could not save it to the desktop.

Noticed hashkill is still just a tar file under miners.  If i want to try it i need to uncompress it, but when i tried to using any programs listed (in file manager) it would not do anything.  Probably a rights issue ...

Other then that currently working ok ... when i rebooted the first time i got a error that flashed quickly by saying do a restart -t or something similar ...
went by very fast then rebooted
 have not rebooted again on that machine and it is happily mining so i dont want to mess with it but thought i should mention it.

thanks for all your hard work on this release ..

Solarpower


There are fixes for the permissions error for the Desktop folder. Sorry it slipped my radar Wink Just open up a terminal and type

Code:
sudo chmod 777 /home/user/Desktop

Hashkill has been precompiled and installed on the system. Just open up a terminal and type

Code:
hashkill

I left the source files there for anyone that wanted to recompile with custom CFLAGS etc.

Just tried the final version i got this error when i used Phoenix manually (either default kernel or phatk)

Code:
Traceback (most recent call last):
  File "./phoenix.py", line 123, in <module>
    miner.start(options)
  File "/opt/miners/phoenix/Miner.py", line 77, in start
    self.kernel = self.options.makeKernel(KernelInterface(self))
  File "./phoenix.py", line 112, in makeKernel
    self.kernel = kernelModule.MiningKernel(requester)
  File "kernels/poclbm/__init__.py", line 132, in __init__
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: platform not found khr

What does it mean?

Thnks


ps. This is my phoenix command which worked fine with the previous version of Linuxcoin:
Code:
./phoenix.py -u http://yanz_1:pass@uswest.btcguild.com:8332/ -q 7 -k phatk BFI_INT VECTORS FASTLOOP=false AGGRESSION=11 DEVICE=0 WORKSIZE=256

It means you have not accepted the license or your running from the user account. if you look in system there's an icon called accept license. Click it and try again Wink
plastic.elastic
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
August 02, 2011, 05:14:28 PM
 #1133

thanks a bunch, i really missed that.

Also do we need dummy plugs for our current linux drivers?

I remember from reading on http://blog.zorinaq.com, that we dont need dummy plugs now for linux.

However, i got a trouble booting linuxcoin with 4 x 5850s. After the boot screen, it just hang at the blank screen. It has a "_" on the top right corner. Upon tinkering with it, i found that it had something to do with X server.

While pulling my hairs out, i figured why not plugging my monitors to the cards. One monitor has VGA and DVI plug so i used all 3 monitors and it booted to desktop. Also, it switched to a different monitor for the desktop screen, not the original monitor when the computer booted from bios.

Does it mean i need dummy plugs ?

Or can someone explain/help me what i'm missing?

Thank you very much

ps. English isnt my native language, please ignore my horrible writing skills

Tips gladly accepted: 1LPaxHPvpzN3FbaGBaZShov3EFafxJDG42
plastic.elastic
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
August 02, 2011, 05:23:29 PM
 #1134

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!

Tips gladly accepted: 1LPaxHPvpzN3FbaGBaZShov3EFafxJDG42
Jessi
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


View Profile WWW
August 02, 2011, 05:33:19 PM
 #1135

Maybe it is a silly question, but maybe it is also easy answered... ;-)
I tried to get smartcoin working for me, but any of the lists where I should add/edit/delete something does not contain any predefined server or something else.
Also it seems that if I try to add something and call the list again to edit my entry it does not appear also.

What is going wrong here?

www.Bitcoin-Tools.de - Price Alert & Calculator [OUTDATED!]
A little tool to keep you informed or wake you up, if Mt.Gox reaches a defined price level and a calculator to convert  BTC or USD based on live Prices. It´s not working any more, because of Mt.Gox... but it was fun to code that time... keeping this link just for reminding... Thanks to everyone for donations done that time!
BTC: 1BQTankpeCZict849JRHxxYFnwZARV3YX7 | LTC: LecEsSJMYZK7wk493QvyNzA4BxHpXviAEA | PPC: PQdjfxTbjnXThwJ5bbEgJkc9GZcKpib9DM
cyrusfox
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
August 02, 2011, 08:28:27 PM
 #1136

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.
Jen4538
Full Member
***
Offline Offline

Activity: 167
Merit: 100


View Profile
August 02, 2011, 08:47:16 PM
 #1137

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
pekv2
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
August 02, 2011, 08:49:16 PM
 #1138

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


plastic.elastic
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
August 02, 2011, 09:10:38 PM
 #1139

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

Tips gladly accepted: 1LPaxHPvpzN3FbaGBaZShov3EFafxJDG42
drgr33n (OP)
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
August 03, 2011, 10:05:13 AM
 #1140

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
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!