Search found 14 matches

by danhansen@denmark
July 3rd, 2015, 7:45 pm
Forum: General Discussion
Topic: Shell script & "nvidia-smi" - needs right command/flag!
Replies: 14
Views: 31854

Re: Shell script & "nvidia-smi" - needs right command/flag!

Hi Ricksebak, "...So in my example, cat /tmp/nvidiaoutput would be equivalent to your nvidia-smi command..." Sorry, I'm a rookie !! I should have known that, I can see that now. But, I got it to work, and when I've finished the whole ToDo I'll put it inhere for others to learn from! The ba...
by danhansen@denmark
June 28th, 2015, 9:50 pm
Forum: General Discussion
Topic: Shell script & "nvidia-smi" - needs right command/flag!
Replies: 14
Views: 31854

Re: Shell script & "nvidia-smi" - needs right command/flag!

Hi Riksebak, Sorry my friend. I'm a newbie.... # cat /tmp/nvidaoutput cat: /tmp/nvidaoutput: No such file or directory I'm running a Headless Ubuntu Server with CUDA70 and the nvidia driver which comes along with the .deb package. This does several things to a system which changes a lot of factors. ...
by danhansen@denmark
June 28th, 2015, 8:13 pm
Forum: General Discussion
Topic: Shell script & "nvidia-smi" - needs right command/flag!
Replies: 14
Views: 31854

Re: Shell script & "nvidia-smi" - needs right command/flag!

Hi Riksebak, The script I just showed you is the script using lm-sensors and the command "sensors". That command makes a output which works in this script. LM-sensors cannot be used when CUDA/Nvidia driver is installed. Therefore I needed a command which could make a output which looked li...
by danhansen@denmark
June 28th, 2015, 7:04 pm
Forum: General Discussion
Topic: Shell script & "nvidia-smi" - needs right command/flag!
Replies: 14
Views: 31854

Re: Shell script & "nvidia-smi" - needs right command/flag!

Hi Ricksebak ;) Thanks for getting back to me ;) Here's the script somewhat modified from the one I got from inhere way back, but it works the same way. I just added some system notifying and a little log'ing. In the top of the script you can see the output needed for the script to run. How would yo...
by danhansen@denmark
June 28th, 2015, 12:20 pm
Forum: General Discussion
Topic: Shell script & "nvidia-smi" - needs right command/flag!
Replies: 14
Views: 31854

Re: Shell script & "nvidia-smi" - needs right command/flag!

Hi again, Any chance you might look at this? I've got the command that makes the same output or in the same form, and now I need it applied into the script. Can you help me edit the script? First the command which makes the GPU socket and temperature output: nvidia-smi -q -d temperature | grep GPU |...
by danhansen@denmark
June 28th, 2015, 6:47 am
Forum: General Discussion
Topic: Shell script & "nvidia-smi" - needs right command/flag!
Replies: 14
Views: 31854

Re: Shell script & "nvidia-smi" - needs right command/flag!

Hi Ricksebak, Thanks for your reply!! I have to say that I'm not that good yet. I'm still very much a "learner". But, I can see what you mean and using that command the script I'm making would compatible with other GPU's! I will make another version of the script and I will use this, so th...
by danhansen@denmark
June 20th, 2015, 1:48 am
Forum: General Discussion
Topic: Shell script & "nvidia-smi" - needs right command/flag!
Replies: 14
Views: 31854

Shell script & "nvidia-smi" - needs right command/flag!

Hi friends, I got a script from one of you guys some time ago and I'm using it still, but I need some help modifying it. I need it to work on the GPU's instead of the CPU cores... I've tried to explain the issue real well. I've got a problem regarding a shell-script and the "nvidia-smi" co...
by danhansen@denmark
October 29th, 2013, 10:02 am
Forum: General Discussion
Topic: Ubuntu 12.04 Samba Help
Replies: 2
Views: 2895

Re: Ubuntu 12.04 Samba Help

Hi all A couple of days ago i decided to turn my old pc into a server rather than throw it away. I installed ubuntu 12.04 server followed the guide but i am stuck now on the samba part, The problem is that i don't think i did the permissions setup properly I would assume that the answer to this que...
by danhansen@denmark
October 28th, 2013, 7:46 am
Forum: Software - Applications and Operating Systems
Topic: CPUSingleTempShutdown.sh & CPUMultiTempShutdown.sh --> mail
Replies: 0
Views: 16560

CPUSingleTempShutdown.sh & CPUMultiTempShutdown.sh --> mail

CPUSingleTempShutdown.sh & CPUMultiTempShutdown.sh --> mail Here's the problem/answers and communication: http://forum.havetheknowhow.com/viewtopic.php?f=5&t=820 Here's the script and the "ToDo" which I'm refering to: http://www.havetheknowhow.com/Configure-the-server/Monitor-serv...
by danhansen@denmark
October 27th, 2013, 11:24 am
Forum: Software - Applications and Operating Systems
Topic: Monitor critical temperatures in Ubuntu Server - v.12.04.2
Replies: 10
Views: 6988

Re: Monitor critical temperatures in Ubuntu Server - v.12.04

Hi Ian, OK, I had to change the whole server park to RACK mounted computers instead. There was no place left here ;) This is why I haven't posted any feedback other than my last post.. I hope you will help me one more time, since it is now time for me to finish my project "CPUSingleTempShutdown...