Pages:
Author

Topic: Linux mining distro for the Raspberry PI - MinePeon - page 23. (Read 684911 times)

hero member
Activity: 774
Merit: 500
Lazy Lurker Reads Alot
I like to see scp and sftp on this
When i tried with pacman it seems not to exist.
 
full member
Activity: 224
Merit: 100
Neil please confirm git status will give me the files which are required to be checked out?

Without knowing the status of what you have I cannot do that (at least that is what I think you are asking).

You could also;-

cd /opt/minepeon
git reset

To reset to the last known state from git and then;-

git pull

To get the new changes.

Neil

That's probably the safest approach. I essentially carried out the initial instructions provided on the thread for U1 support utilizing bfgminer 3.9.0. Did a subsequent git pull followed by a firmware update ala sudo pacman -Syu style. Everything seemed fine but I'm assuming changes to bfgminer (now looking to be pulled) conflicts with the customization of it including moving old files thus flagging it as a change when bfgminer got modified and included in the pull. There's about 75 assumptions in that statement. Absolutely no facts and I probably stumbled on 1 truth.  Smiley
legendary
Activity: 896
Merit: 1000
Neil please confirm git status will give me the files which are required to be checked out?

Without knowing the status of what you have I cannot do that (at least that is what I think you are asking).

You could also;-

cd /opt/minepeon
git reset

To reset to the last known state from git and then;-

git pull

To get the new changes.

Neil
hero member
Activity: 756
Merit: 500
PR2 Img?

NTP is giving me grief Wink .  I have been able to rack down a very specific set of instances where it totally mucks up and gives you squiggly lines all over your graphs.  Working on filtering out those instances now.

In the meantime you can ssh in and ;-

cd /opt/minepeon
git pull

To grab what I have got.

How bout them seahawks huh...  Didn't see that kind of beat down coming on Mr. Manning

Seahawks?  Manning???

Is this about that local sport you US guys play with a rugby ball? Tongue

Neil

HAHA!! Forgot your in a 3rd world country with crap for upload speeds.  Hows the water there?  Should I send you some porta potties?   Cheesy
full member
Activity: 224
Merit: 100
I'm not all that conversant with git pull. I believe that I am encountering an issue resulting from building in antminer u1 support at which I have created a unique instance of the code. When attempting to pull it is requesting I commit but I do not have the permissions to nor would I remotely suggest that anyone utilize what I have generated. Is there a way to do a git pull regardless of this?

Yep, you need to checkout the files individually.  If you do a git pull now it will complain that some files have been modified, you then;-

git checkout [name and path of file]

Post back the error message if you need a hand.

Neil

Neil please confirm git status will give me the files which are required to be checked out?
legendary
Activity: 896
Merit: 1000
I'm not all that conversant with git pull. I believe that I am encountering an issue resulting from building in antminer u1 support at which I have created a unique instance of the code. When attempting to pull it is requesting I commit but I do not have the permissions to nor would I remotely suggest that anyone utilize what I have generated. Is there a way to do a git pull regardless of this?

Yep, you need to checkout the files individually.  If you do a git pull now it will complain that some files have been modified, you then;-

git checkout [name and path of file]

Post back the error message if you need a hand.

Neil
full member
Activity: 224
Merit: 100
I'm not all that conversant with git pull. I believe that I am encountering an issue resulting from building in antminer u1 support at which I have created a unique instance of the code. When attempting to pull it is requesting I commit but I do not have the permissions to nor would I remotely suggest that anyone utilize what I have generated. Is there a way to do a git pull regardless of this?
legendary
Activity: 896
Merit: 1000
PR2 Img?

NTP is giving me grief Wink .  I have been able to rack down a very specific set of instances where it totally mucks up and gives you squiggly lines all over your graphs.  Working on filtering out those instances now.

In the meantime you can ssh in and ;-

cd /opt/minepeon
git pull

To grab what I have got.

How bout them seahawks huh...  Didn't see that kind of beat down coming on Mr. Manning

Seahawks?  Manning???

Is this about that local sport you US guys play with a rugby ball? Tongue

Neil
hero member
Activity: 756
Merit: 500
PR2 Img?

How bout them seahawks huh...  Didn't see that kind of beat down coming on Mr. Manning
legendary
Activity: 896
Merit: 1000
Any Ideas?

For now I set it manually via timedatectl, but would rather have NTP really working.

Yeah...

Working on this now, I was hoping to make a PR2 image today but the latest NTP seems broken somehow.

I will get back to you.

Neil
legendary
Activity: 896
Merit: 1000
Have you fixed the donating thing i asked about on the official forums?

Yeah, short answer was to upgrade to a more recent version Tongue .

Neil
hero member
Activity: 798
Merit: 1000
So I updated to PR2 using git pull on both / and /opt/minepeon and also did a sudo pacman -Syu to update the system, but now my Pi thinks it's 1969.

I've installed ntp per other instructions on the forum and modified the ntp.conf and enabled/started the daemon, but I'm still stuck in 1969.

Oddly enough timedatectl status does show NTP enabled and NTP sychronized enabled...
Code:
Local time: Wed 1969-12-31 19:17:17 EST
  Universal time: Thu 1970-01-01 00:17:17 UTC
        Timezone: America/New_York (EST, -0500)
     NTP enabled: yes
NTP synchronized: yes
 RTC in local TZ: no
      DST active: no
 Last DST change: DST ended at
                  Sun 1969-10-26 01:59:59 EDT
                  Sun 1969-10-26 01:00:00 EST
 Next DST change: DST begins (the clock jumps one hour forward) at
                  Sun 1970-04-26 01:59:59 EST
                  Sun 1970-04-26 03:00:00 EDT

Any Ideas?

For now I set it manually via timedatectl, but would rather have NTP really working.
newbie
Activity: 26
Merit: 0
Just a quick reminder that Drillbit thumbs still don't appear to be working with the latest Prerelease even after a Git Pull to get the updates.

I've also noticed that even if I switch it to CGMiner and try to let it run on donation mode, it doesn't engage the miners.

switching back to the v7 from tkl337, running CGMiner 3.9.

I'll try again later if there are more updates.

Cheers,
full member
Activity: 196
Merit: 100
I could have sworn you already had BFGMiner 3.10.0 in Pr1.  I know I'm running 3.10.0 on it.

It was, the one that you can git pull just has a few very minor updates from Luke.

BTW- do we have to work off a new image for Pr2 again (when it's ready of course), or can we make due with some strategic git pulls?

I am getting ready to package/upload it in a few hours, but if you want to you can pull it.  There are a few new udev rules as well though so you need to;-

sudo -i (to get a root console)
cd /
git pull

To get the new rules.

Neil

Have you fixed the donating thing i asked about on the official forums?
full member
Activity: 224
Merit: 100
Can someone elaborate on how to do a "strategic git pull"? I assume this is pulling select files. For example to pull bfgminer's latest.
sr. member
Activity: 280
Merit: 250
I just did that. I'm now on 0.2.5 pr2.

Somehow my 2 TwinFury doe not rank up to the full speed. There where 5+ Gh/s bevor.
Now there UNDER 2 Gh/s !! Wired .... Will do another reboot.

Edit: OK. I did restart the miners from within Minepeon. No there up again @5+.
legendary
Activity: 896
Merit: 1000
I could have sworn you already had BFGMiner 3.10.0 in Pr1.  I know I'm running 3.10.0 on it.

It was, the one that you can git pull just has a few very minor updates from Luke.

BTW- do we have to work off a new image for Pr2 again (when it's ready of course), or can we make due with some strategic git pulls?

I am getting ready to package/upload it in a few hours, but if you want to you can pull it.  There are a few new udev rules as well though so you need to;-

sudo -i (to get a root console)
cd /
git pull

To get the new rules.

Neil
hero member
Activity: 798
Merit: 1000
Did a minepeon git pull today figuring I'd get bfgminer 3.10.0.  Seemed to grab an update but after reboot still 3.9.0. I'm missing something here.
Code:
cd /opt/minepeon/
git pull

If it sounds like I know what I'm doing you're sadly mistaken.

Cgminer 3.12.0 went in last night, give me about an hour and the latest bfgminer will be in there as well.  I am just working on putting out a new image (PR2).

Neil

I could have sworn you already had BFGMiner 3.10.0 in Pr1.  I know I'm running 3.10.0 on it.

BTW- do we have to work off a new image for Pr2 again (when it's ready of course), or can we make due with some strategic git pulls?
hero member
Activity: 756
Merit: 500
Strange... Hit the reset zoom button and now they are there...   Roll Eyes
legendary
Activity: 896
Merit: 1000
Is there anything else I need to do to git pull then

cd /opt/minepeon/
git pull

My graphs still don't work with FF

Do I need to do an install command?

Make sure you have done a full refresh, in chrome you hold down shift and refresh, I am not sure about FF.  If that does not work clear you caches.

Neil
Pages:
Jump to: