Bitcoin Forum
April 25, 2024, 12:46:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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)
BenTuras
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1001



View Profile
September 28, 2011, 07:51:54 PM
 #1381

The page should have <code> surrounding the new text for the syslinux.cfg ! I copy/pasted it as it is and now I have to fill the USB key again because with the contents of syslinux.cfg as shown, it gives Initial menu has no LABEL entries!  Sad

I would have changed it myself if I could  Grin

Edit: Actually I could edit the file, it is in the root of the USB key :-)

I am selling in stock OneStringMiner boards, based on the Bitfury chips. Have a look here: https://bitcointalk.org/index.php?topic=495536.0
1714049160
Hero Member
*
Offline Offline

Posts: 1714049160

View Profile Personal Message (Offline)

Ignore
1714049160
Reply with quote  #2

1714049160
Report to moderator
1714049160
Hero Member
*
Offline Offline

Posts: 1714049160

View Profile Personal Message (Offline)

Ignore
1714049160
Reply with quote  #2

1714049160
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Blackout
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile WWW
September 28, 2011, 09:23:30 PM
 #1382

I got it working on a laptop with a new driver update.

What is the absolute CURRENT latest version now? I'm a little confused with the version naming - and does the
final version include tor portable browser on the bootable usb?


http://blackout.com
Insane writings for an Outsane world: http://blackoutsblog.com

Blackout Radio on android or iphone DL TuneIn APP & search for Blackout Radio http://tunein.com/tuner/?StationId=136506

https://secure.btcontilt.com/register.php?referred=Blackout (BTC Poker)
deti
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile WWW
October 03, 2011, 01:35:13 PM
 #1383

LinuxCoin 1.0 is just about complete. It has a shinny new kernel and features that will blow your mind Cheesy Like ;

A very sexy new bootsplash
Compressed persistent space
PnP cluster mining with persistent booting
Turbo boot (Now boots into your OS in around 3 to 5 seconds)
Sandboxed HTTPD server for extra security while running munin.
32bit version

I have really put some work into this version and I'm not going to rush this and get it wrong Cheesy So expect nothing soon Wink

How far did you come drgr33n? Will it ever be released?

max in montreal
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
October 06, 2011, 07:12:28 PM
 #1384

Quote
You have quite a bit running ? I can see iceweasel, several instances of AMDOverdriveCtl, a java application and phoenix. I would suggest you first reboot your PC and start applications one by one. Once you see the usage go up then let me know whats pushing it up that high and I will help more.

Iceweasel was to post the screenshot.
AMDOverdriveCtl is open to control the fans
a java application is for the hopper
pheonix is for the...phoenix.

is it possible to use fanctrl in AMDOverdriveCtl any other way? Without keeping it open? My system has 7 gpu.

If your just using AMDOverdriveCtl just for your fans I would just use the standard AMD tools. Didn't I help you out on a bash script the other day ? If you want a small bash script to start your fans and overclock your cards use this little script to set your fans and overclock your cards. It's been setup for four cards if you have more or less add / remove from the loop.

3 cards would be
Code:
for i in 0 1 2; do

6 cards would be
Code:
for i in 0 1 2 3 4 5; do


Code:
#!/bin/bash
#globals

FANSPEED=80 #fanspeed as percentage
CCLOCK=990 # Core clock speed
MCLOCK=300 # Memory clock speed

#Meat & Potatoes
aticonfig --od-enable
for i in 0 1 2 3; do
  DISPLAY=:0.$i sudo aticonfig --pplib-cmd="set fanspeed 0 $FANSPEED"
  sudo aticonfig --odsc="$CCLOCK,$MCLOCK" --adapter=$i
done



is there some sort of command to see whast your clocks are set at?
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
October 06, 2011, 07:32:20 PM
 #1385

Code:
aticonfig --odgc --adapter=$i

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
October 08, 2011, 08:42:02 PM
 #1386

LinuxCoin says it has cgminer.... my opt/miners folder doesn't have cgminer? 

I am an experience windows developer but a complete Linux noob.

Shouldn't cgminer be in the /opt/miners folder?
gnar1ta$
Donator
Hero Member
*
Offline Offline

Activity: 798
Merit: 500


View Profile
October 08, 2011, 09:13:43 PM
 #1387

LinuxCoin says it has cgminer.... my opt/miners folder doesn't have cgminer? 

I am an experience windows developer but a complete Linux noob.

Shouldn't cgminer be in the /opt/miners folder?

I think the included version is out of date and the pre-compiled ubuntu version will work.  Try this:

Code:
cd /op/miners/
sudo wget http://ck.kolivas.org/apps/cgminer/cgminer-2.0.5-x86_64-built.tar.bz2
sudo tar xfvs cgminer-2.0.5-x86_64-built.tar.bz2
cd cgminer-2.0.5/
./cgminer <options>

Losing hundreds of Bitcoins with the best scammers in the business - BFL, Avalon, KNC, HashFast.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
October 08, 2011, 10:37:41 PM
 #1388

Thanks gnarltas

So I got cgminer worker and got 1 GPU running.

I shutdown, installed other two GPU, and power on.

Everything has been "lost".  It seems persistance isn't working.  Recheck instructions for persistance (I have the 2048 file in root of usb drive).  Still that isn't that big of a deal.

I re-agree to the sdk.  reinstall cgminer.  start it up.
cgminer only sees my CPU (no GPUs).

1x 5970 installed - cgminer works fine
3x 5970 installed - cgminer only sees GPU

Huh

Man and this is suppose to be the "easy route"?
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
October 08, 2011, 10:47:16 PM
 #1389

Ok so figured out how to "initialize" drivers using  aticonfig:


Code:
user@linuxcoin:/opt/miners/cgminer-2.0.5$ sudo aticonfig --initialFound fglrx primary device section
Using /etc/X11/xorg.conf
Saving back-up to /etc/X11/xorg.conf.fglrx-1
user@linuxcoin:/opt/miners/cgminer-2.0.5$ aticonfig --list-adapters* 0. 13:00.0 ATI Radeon HD 5900 Series
  1. 12:00.0 ATI Radeon HD 5900 Series
  2. 0b:00.0 ATI Radeon HD 5900 Series
  3. 0a:00.0 ATI Radeon HD 5900 Series
  4. 07:00.0 ATI Radeon HD 5900 Series
  5. 06:00.0 ATI Radeon HD 5900 Series

* - Default adapter

So at hardware level my cards are seen.

I try to use Catalyst Control Center - no AMD video card card installed.
Try to use cgminer - only CPU is seen

DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
October 08, 2011, 10:49:36 PM
 #1390

Also looks like linux coin website hacked?

The main wiki page has this:
http://www.linuxcoin.co.uk/wiki/index.php/Main_Page

Quote
ut, keep reading this post but my advantage managed to steal the spotlight. reading. actually genius in my book. gs I wanted. nexus of this report I want to talk relating to seniors dating site. usly. at that as a whole, here are the tired old facts relevant to free datings sites. hypothesis. uldn't be done. omes down to that. ation. relating to free sites ...
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
October 08, 2011, 11:18:22 PM
 #1391

Not sure why but the instructions on changing boot menu seem incorrect:

per wiki:

Code:
default menu.c32 prompt 0 menu title Welcome to LinuxCoin timeout 100

label linuxcoin menu label LinuxCoin Persistent (Changes are Saved) kernel /live/vmlinuz append initrd=/live/initrd.img boot=live config quiet splash persistent rw vga=791

label ubnentry0 menu label LinuxCoin Transient (Private Browsing, Nothing is Saved) kernel /live/vmlinuz append initrd=/live/initrd.img boot=live config quiet splash rw vga=791

When I change syslinux.cfg to the above and attempt to boot I get

Code:
SYSLINUX 4.03 ....
Initial menu has no LABEL entries!
boot: <cursor>

I am afraid that this isn't plug & play for non-Linux user.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
October 08, 2011, 11:54:58 PM
 #1392

Ok I got everything working.

Is 0.2 final the latest version?  If so then that is the weirdest version convention I have ever seen.

0.2
0.2.1a
0.2.1b
then 0.2 final is latest?

Anyways got it working.  Great little distro once working but kinda painful (for Linux noob) to get setup.
gnar1ta$
Donator
Hero Member
*
Offline Offline

Activity: 798
Merit: 500


View Profile
October 09, 2011, 01:00:16 AM
 #1393

Well that was a bit of work, glad it worked for you.  So to summarize for others having similar issues, if you add/remove cards its a good idea to rebuild your xorg.conf with:
Code:
sudo aticonfig -f --initial --adapter=all
Then reboot.

For the persistent boot leave the first section and the persistent boot section and delete the rest, then change the prompt to match in syslinux.cfg.

Anyone new to linux not using cgminer for clock/fan control give atitweak a try, saved me a lot of time and trouble, and works great in linuxcoin.

https://bitcointalk.org/index.php?topic=25750.0
Code:
sudo easy_install adl3==0.3




Losing hundreds of Bitcoins with the best scammers in the business - BFL, Avalon, KNC, HashFast.
btc_artist
Full Member
***
Offline Offline

Activity: 154
Merit: 101

Bitcoin!


View Profile WWW
November 01, 2011, 07:04:16 AM
 #1394

Any updates as to when 1.0 will be released?

BTC: 1CDCLDBHbAzHyYUkk1wYHPYmrtDZNhk8zf
LTC: LMS7SqZJnqzxo76iDSEua33WCyYZdjaQoE
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
November 02, 2011, 01:46:08 AM
 #1395

Is source for image creation available anywhere?  Seems author is no longer developing this.

I would like to take this project add cgminer, bring it to current version of debian and some other improvements.    Would rather not reinvent the wheel.
btc_artist
Full Member
***
Offline Offline

Activity: 154
Merit: 101

Bitcoin!


View Profile WWW
November 02, 2011, 03:16:40 PM
 #1396

Is source for image creation available anywhere?  Seems author is no longer developing this.

I would like to take this project add cgminer, bring it to current version of debian and some other improvements.    Would rather not reinvent the wheel.
Did you try emailing the author? http://www.linuxcoin.co.uk/index.php?page=contact

BTC: 1CDCLDBHbAzHyYUkk1wYHPYmrtDZNhk8zf
LTC: LMS7SqZJnqzxo76iDSEua33WCyYZdjaQoE
runeks
Legendary
*
Offline Offline

Activity: 980
Merit: 1008



View Profile WWW
November 08, 2011, 03:03:58 PM
 #1397

Hello all!

I'm having trouble using apt-get to upgrade to the newest packages. I get the following error when it tries to update fglrx-related packages:

Code:
dpkg: error processing /var/cache/apt/archives/fglrx-modules-dkms_1%3a11-10-1_amd64.deb (--unpack):
 unable to move aside `./usr/share/bug/fglrx-modules-dkms' to install new version: Invalid cross-device link

Full log here:

Code:
user@linuxcoin:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages have been kept back:
  alsa-utils aptitude default-jre default-jre-headless dialog dnsmasq-base fglrx-atieventsd fglrx-driver fglrx-glx fglrx-glx-ia32 gettext
  ghostscript glib-networking glx-alternative-fglrx glx-alternative-mesa glx-diversions gnome-bluetooth guile-1.8-libs gvfs gvfs-backends
  icedtea-6-jre-cacao icedtea-netx iceweasel lftp lib32ncurses5 lib32v4l-0 libarchive1 libcups2 libcurl3 libcurl3-gnutls libenchant1c2a
  libgail18 libgcrypt11 libgl1-mesa-glx libglib2.0-0 libgnutls26 libgs9 libgs9-common libgtk-3-0 libgtk-3-bin libgtk2.0-0 libgtk2.0-bin
  libldap-2.4-2 libncurses5 libncursesw5 libnet-server-perl libnm-glib-vpn1 libproxy0 libpulse0 libreadline5 libreadline6 librtmp0
  libv4l-0 libvte-common libvte9 libxneur linux-headers-2.6.39-3-amd64 linux-image-2.6.39-3-amd64 lxde lxde-common lxde-core lxmusic
  ncurses-bin network-manager network-manager-gnome ntfs-3g openbox openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib python
  python-minimal remmina-plugin-data remmina-plugin-rdp remmina-plugin-vnc usb-modeswitch usb-modeswitch-data vim-common vim-tiny vino
  wget xneur xserver-xorg xserver-xorg-core xserver-xorg-input-evdev xserver-xorg-input-synaptics xserver-xorg-input-wacom
  xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-chips xserver-xorg-video-cirrus xserver-xorg-video-fbdev
  xserver-xorg-video-i128 xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic
  xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-r128 xserver-xorg-video-rendition xserver-xorg-video-s3
  xserver-xorg-video-s3virge xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sis xserver-xorg-video-sisusb
  xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-tseng xserver-xorg-video-vesa xserver-xorg-video-vmware
  xserver-xorg-video-voodoo xz-utils zenity
The following packages will be upgraded:
  fglrx-control fglrx-modules-dkms
2 upgraded, 0 newly installed, 0 to remove and 115 not upgraded.
Need to get 0 B/5,474 kB of archives.
After this operation, 278 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 83212 files and directories currently installed.)
Preparing to replace fglrx-control 1:11-6-3 (using .../fglrx-control_1%3a11-10-1_amd64.deb) ...
Unpacking replacement fglrx-control ...
dpkg: error processing /var/cache/apt/archives/fglrx-control_1%3a11-10-1_amd64.deb (--unpack):
 unable to move aside `./usr/share/bug/fglrx-control' to install new version: Invalid cross-device link
configured to not write apport reports
                                      dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Preparing to replace fglrx-modules-dkms 1:11-6-3 (using .../fglrx-modules-dkms_1%3a11-10-1_amd64.deb) ...

------------------------------
Deleting module version: 11-6
completely from the DKMS tree.
------------------------------
Done.
Unpacking replacement fglrx-modules-dkms ...
dpkg: error processing /var/cache/apt/archives/fglrx-modules-dkms_1%3a11-10-1_amd64.deb (--unpack):
 unable to move aside `./usr/share/bug/fglrx-modules-dkms' to install new version: Invalid cross-device link
configured to not write apport reports
                                      dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)

Creating symlink /var/lib/dkms/fglrx/11-6/source ->
                 /usr/src/fglrx-11-6

DKMS: add Completed.
Errors were encountered while processing:
 /var/cache/apt/archives/fglrx-control_1%3a11-10-1_amd64.deb
 /var/cache/apt/archives/fglrx-modules-dkms_1%3a11-10-1_amd64.deb
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB

Total disk space freed by localepurge: 0 KiB

E: Sub-process /usr/bin/dpkg returned an error code (1)

df shows plenty of space left as far as I can tell (I have increased the persistence file to 3GB in size):

Code:
user@linuxcoin:~$ df -h             
df: `/sys/fs/fuse/connections': Permission denied
Filesystem      Size  Used Avail Use% Mounted on
tmpfs           5.0M  8.0K  5.0M   1% /lib/init/rw
tmpfs           201M  696K  200M   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           402M  348K  401M   1% /tmp
udev            995M     0  995M   0% /dev
tmpfs           402M  4.0K  401M   1% /run/shm
rootfs          3.0G  2.1G  727M  75% /
/dev/sdd1       3.9G  3.8G   40M  99% /live/image
/dev/loop1      3.0G  2.1G  727M  75% /live/cow
tmpfs          1003M     0 1003M   0% /live
shmfs          1003M   12K 1003M   1% /lib/init/rw/splashy
worldinacoin
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
November 08, 2011, 03:09:13 PM
 #1398

Seems that it does not support 32 bit Sad
runeks
Legendary
*
Offline Offline

Activity: 980
Merit: 1008



View Profile WWW
November 08, 2011, 05:21:27 PM
 #1399

I tried removing all fglrx-realted packages and re-installing them, but this time the DKMS module compilation part failed with some odd error in firegl.c that I couldn't find a solution to anywhere. Seems like upgrading via apt-get doesn't work currently, *and* that it breaks the system.
rockofages152
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 07, 2011, 10:31:25 PM
 #1400

Sorry for bumping this after a month of no posts, but does anyone know if it's possible to install Bittorrent or uTorrent on this OS? I've tried, but either it's not possible or I don't know what I'm doing (probably the latter).

Any advice?
Pages: « 1 ... 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!