mmartoccia
Newbie
Offline
Activity: 47
Merit: 0
|
|
April 13, 2012, 08:30:25 PM |
|
Struggling with getting the SMTP function to work. I'm using jangosmtp and using my gmail email address as the "To" and "From". Mother keeps telling me "... we do not relay < email@gmail.com>". Anyone using a similar configuration or know whats going on?
|
|
|
|
Red Emerald
|
|
April 13, 2012, 10:09:24 PM |
|
Struggling with getting the SMTP function to work. I'm using jangosmtp and using my gmail email address as the "To" and "From". Mother keeps telling me "... we do not relay < email@gmail.com>". Anyone using a similar configuration or know whats going on? My SMTP settings have been working Do you have two factor authentication enabled on your gmail? If you do you need to create a one time pass phrase (I think that's the term). It's under your settings if you log into gmail. If you don't have two factor, I dunno how to help
|
|
|
|
dizzy1
|
|
April 13, 2012, 11:06:52 PM |
|
how do you get two machines to show up on one webpage, i have read though every post containg the search term mgpumon and i still cant get it to work, who wants to post a tutorial for the fat guy?
On both rigs under the settings: section in bamt.conf add this: settings: do_bcast_status: 1
On your 2nd rig run mgpumon instead of gpumon. Modify your mgpumon.conf, make sure there is a 1 next to "screen" and "genhttp" in that file. Start mgpumon, at a prompt type: mgpumon /etc/bamt/mgpumon.conf go to your browser, type in: (yes, the / at the end is important) http://rig_ip_addr/mgpumon/
If this works for you, please donate at http://bamter.org/ to further development. Where is this documented? I'm asking cause I couldn't find it anywhere.
|
|
|
|
Inaba
Legendary
Offline
Activity: 1260
Merit: 1000
|
|
April 14, 2012, 03:05:00 AM |
|
Change !/bin/bash to #!/bin/bash
|
If you're searching these lines for a point, you've probably missed it. There was never anything there in the first place.
|
|
|
BitMinerN8
|
|
April 14, 2012, 03:25:47 AM |
|
how do you get two machines to show up on one webpage, i have read though every post containg the search term mgpumon and i still cant get it to work, who wants to post a tutorial for the fat guy?
On both rigs under the settings: section in bamt.conf add this: settings: do_bcast_status: 1
On your 2nd rig run mgpumon instead of gpumon. Modify your mgpumon.conf, make sure there is a 1 next to "screen" and "genhttp" in that file. Start mgpumon, at a prompt type: mgpumon /etc/bamt/mgpumon.conf go to your browser, type in: (yes, the / at the end is important) http://rig_ip_addr/mgpumon/
If this works for you, please donate at http://bamter.org/ to further development. Where is this documented? I'm asking cause I couldn't find it anywhere. I believe I found it in: /opt/bamt/examples
|
|
|
|
alphadude
Newbie
Offline
Activity: 37
Merit: 0
|
|
April 14, 2012, 05:07:25 AM |
|
Change !/bin/bash to #!/bin/bash
Thanks, but the # just was'nt copied when pasted the script here. It's there in the actual script...
|
|
|
|
alphadude
Newbie
Offline
Activity: 37
Merit: 0
|
|
April 14, 2012, 05:29:31 AM |
|
I've scribbled together this script (/etc/bamt/ftest2.sh):
#!/bin/bash FILE0="/live/image/BAMT/CONTROL/ACTIVE/noOCGPU0" FILE1="/live/image/BAMT/CONTROL/ACTIVE/noOCGPU1" FILE2="/live/image/BAMT/CONTROL/ACTIVE/noOCGPU2" FILE3="/live/image/BAMT/CONTROL/ACTIVE/noOCGPU3"
LOGFILE=$"/etc/bamt/restartlog.log" DATE=$(date +"%F") TIME=$(date +"%T")
if [ -f $FILE0 ]; then echo "File $FILE0 deleted. $DATE $TIME" >> $LOGFILE rm $FILE0 /etc/init.d/mine restart fi
wich works exactly as I would like it to work when I execute it manually. However, I would like crontab to run the script every minute, but I just can't seem to get that to happen... I've looked through numerous pages exlpaining the problems with getting crontab to run bash scripts, but no luck so far. My crontab file looks like this: ... # # m h dom mon dow command SHELL=/bin/bash * * * * * /etc/bamt/ftest2.sh
Has anybody got an idea of how I can get crontab to accept my script? Also, is there a way to only restart the specific GPU that has encountered a problem?
Changed the script to not run /etc/init.d/mine restart and call it as a pre_oc_cmd in bamt.conf instead to see how that works. Still interested in any ideas why crontab just will not accept the script though.
|
|
|
|
jamesg
VIP
Legendary
Offline
Activity: 1358
Merit: 1000
AKA: gigavps
|
|
April 14, 2012, 11:29:13 AM |
|
Hi Zubilica, I just worked through this issue with my 17 device rig. Follow the instructions below to fix it. I'm sure lodcrappo will have a patch for us soon. - run the command: nano /opt/bamt/mgpumon
- press the keys: ctrl+w
- type: 4000
- press enter
- change the value 4000 to 8000
- press the keys: ctrl+x and then y (this will leave the editor and save)
- back at the command line run: killall mpgumon
- then run: mgpumon /etc/bamt/mgpumon.conf &
This will fix your issue.
|
|
|
|
Inaba
Legendary
Offline
Activity: 1260
Merit: 1000
|
|
April 14, 2012, 12:35:51 PM |
|
What error do the logs indicate with the cron job? How are you putting it into cron? You should be using crontab -e
|
If you're searching these lines for a point, you've probably missed it. There was never anything there in the first place.
|
|
|
Zubilica
|
|
April 14, 2012, 01:35:59 PM |
|
Hi Zubilica, I just worked through this issue with my 17 device rig. Follow the instructions below to fix it. I'm sure lodcrappo will have a patch for us soon. - run the command: nano /opt/bamt/mgpumon
- press the keys: ctrl+w
- type: 4000
- press enter
- change the value 4000 to 8000
- press the keys: ctrl+x and then y (this will leave the editor and save)
- back at the command line run: killall mgpumon
- then run: mgpumon /etc/bamt/mgpumon.conf &
This will fix your issue. It works , tnx a lot .
|
|
|
|
yxt
Legendary
Offline
Activity: 3528
Merit: 1116
|
|
April 14, 2012, 01:40:54 PM |
|
When i use phoenix2 and the rig stops gpumon continue show the latest hashrate Temp Fan% (rpm) Load Rate Accept/Invalid Status 0: 32.5c- 60% (2817+) 0% 293 Mhs 3904/72 (1.81%) Low Temp Low Load 1: 32.5c na% (na) 0% 329 Mhs 4161/75 (1.77%) Low Temp Low Load 2: 34c 65% (3053-) 0% 438 Mhs 5782/96 (1.63%) Low Temp Low Load
Total: 1061.533 Mhash/s 13847 accepted, 243 invalid (1.72%)
Time Total gpu0 gpu1 gpu2 16:30:26 1061.53 293.56 329.65 438.32 16:30:28 1061.53 293.56 329.65 438.32 16:30:30 1061.53 293.56 329.65 438.32 16:30:32 1061.53 293.56 329.65 438.32 16:30:34 1061.53 293.56 329.65 438.32 16:30:37 1061.53 293.56 329.65 438.32 16:30:39 1061.53 293.56 329.65 438.32 16:30:41 1061.53 293.56 329.65 438.32 16:30:43 1061.53 293.56 329.65 438.32 16:30:45 1061.53 293.56 329.65 438.32 16:30:48 1061.53 293.56 329.65 438.32 16:30:50 1061.53 293.56 329.65 438.32
|
BTC | Kano Pool | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ | | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ | | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ |
|
|
|
likuidxd
|
|
April 14, 2012, 07:35:10 PM |
|
Just moved to 0.5 and now it goes into sleep/hibernate mode and suspends all activity. When I try to 'wake' it back up it freezes. Any ideas?
|
|
|
|
Isokivi
|
|
April 15, 2012, 06:31:26 AM Last edit: April 15, 2012, 07:27:34 AM by Isokivi |
|
I broke bamt.conf on a headless rig, so I cant get back to editing it the usual way (gpumon, c) what editor can I use trough SSH and wheres the file located ? [Edit] Found em, incase someone ends off like me:/etc/bamt/bamt.conf and the editor is called nano.
|
Bitcoin trinkets now on my online store: btc trinkets.com <- Bitcoin Tiepins, cufflinks, lapel pins, keychains, card holders and challenge coins.
|
|
|
alphadude
Newbie
Offline
Activity: 37
Merit: 0
|
|
April 15, 2012, 07:58:19 PM |
|
What error do the logs indicate with the cron job? How are you putting it into cron? You should be using crontab -e
I really dont know wich logs to look at (I'm a linux noob). I used crontab -e. Anyway, it works just fine to call the script(minus the call to restart) as a pre_oc_cmd in bamt.conf instead. It actually feels like a smoother way to do it.
|
|
|
|
Zubilica
|
|
April 16, 2012, 05:35:18 AM |
|
Is somewhere an example how to use bamt.conf with cgminer and poclbm kernel ?
|
|
|
|
notmove
Member
Offline
Activity: 66
Merit: 10
|
|
April 17, 2012, 03:39:19 AM |
|
Does anyone have the problem where the system keeps going down for reboot every hour or so?
Im not sure what could be causing this.
Thanks
My other rig runs fine, so I not sure whats causing this.
|
|
|
|
notmove
Member
Offline
Activity: 66
Merit: 10
|
|
April 17, 2012, 03:40:14 AM |
|
Is somewhere an example how to use bamt.conf with cgminer and poclbm kernel ?
Simple just read through this. /opt/bamt/examples/bamt.conf
|
|
|
|
BitMinerN8
|
|
April 17, 2012, 05:06:07 AM |
|
Does anyone have the problem where the system keeps going down for reboot every hour or so?
Im not sure what could be causing this.
Thanks
My other rig runs fine, so I not sure whats causing this.
If your rig is spontaneously rebooting, I'd start by backing off on your overclocking a bit. It's most likely a hung GPU and the system is rebooting trying to try fix it.
|
|
|
|
mc_lovin
Legendary
Offline
Activity: 1190
Merit: 1000
www.bitcointrading.com
|
|
April 17, 2012, 08:55:32 PM |
|
quick question for ya:
got a 7970, set it up, got bamt working and it's mining right now.
sort of a noobish question, but where is the cgminer.conf file? i can see it hashing in gpumon I just don't know how to change the cgminer settings.
|
|
|
|
Red Emerald
|
|
April 17, 2012, 09:06:53 PM |
|
quick question for ya:
got a 7970, set it up, got bamt working and it's mining right now.
sort of a noobish question, but where is the cgminer.conf file? i can see it hashing in gpumon I just don't know how to change the cgminer settings.
You can put the cgminer.conf anywhere you want. I put mine in /etc/bamt/cgminer.conf and then put this in /etc/bamt/bamt.conf settings: cgminer_opts: --config /etc/bamt/cgminer.conf
You can attach to the screen session and do most of the settings from inside cgminer and then save the config to get yourself started
|
|
|
|
|