c822
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I am trying to read my cpu temp with gkrellm using mbmon, which requires me to run
mbmon -r -P <port#> I can start mbmon by adding Code:
mbmon_enable="YES" I found this somewhat confusing mailing list message, that doesn't say where to run the script from. Do I name the script mbmon and add it to /etc/rc.d? Last edited by DutchDaemon; April 2nd, 2011 at 17:54. Reason: add question |
|
#2
|
||||
|
||||
|
Hi, if you want to create that script, maybe try to do this in that way? You can create in the /usr/local/etc/rc.d/ directory a .sh script, put that command which you are using, I mean
$ mbmon -r -P port# and make this shell script executable by using # chmod +x your_script_name.sh. Then put in the /etc/rc.conf file Code:
your.script.name_enable="YES" By the way. In the gkrellm manual pages for Linux is written something like Quote:
__________________
Obscurity as the foundation of Security = Bad Obscurity in addition to Security = Good Last edited by francis; April 3rd, 2011 at 16:39. Reason: no reason. |
| The Following User Says Thank You to francis For This Useful Post: | ||
pcbsd64 (April 3rd, 2011) | ||
|
#3
|
||||
|
||||
|
Thankk you, francis. I'll try that. I didn't realize the use of rc.d and rc.conf were so flexible.
Quote:
Quote:
Hash is probably the most accurate usage . I'm glad we finally got around to it. |
|
#4
|
||||
|
||||
|
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Avahi-Daemon | wernerdev | Installation and Maintenance of FreeBSD Ports or Packages | 24 | August 28th, 2011 14:00 |
| setting daemon | Nostradam | GNOME | 0 | April 5th, 2010 02:32 |
| rsync daemon problem | gnoma | Web & Network Services | 1 | November 30th, 2009 20:17 |
| Rsync daemon | dennylin93 | Web & Network Services | 2 | May 16th, 2009 16:10 |
| locate daemon? | ph0enix | General | 12 | March 27th, 2009 23:41 |