Jump to content

fpcaptain

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by fpcaptain

  1. OK. I can run it manually once in the bash shell if I have my computer. I wonder if setting it to run once a day as a cron if it would still be an issue. What I have now done to assit with not always having the computer with me but my phone and supermon, I made a Favorite command up that allows me to go to favorites and click node list update (I named it) and then execute and it updates it. What I did was create like an A1 command in rpt.conf where the 81 time command is so I could do it via supermon or over the air if I wanted. I also went into /etc/rc.local and made that look like this #!/bin/bash # # rc.local file # Starts Allstar echo -1> /proc/sys/kernel/sched_rt_runtime_us /usr/local/etc/rc.allstar /usr/local/bin/AUTOSKY/AutoSky /usr/local/bin/AUTOSKY/AutoSky.ON /usr/local/sbin/supermon/ast_var_update.sh /usr/local/etc/rc.updatenodelist exit 0 So now when the pi reboots, it automatically loads the mygmrs node list. Dont ask me how I figured this out, it just came to me and it works. Thanks again for the help!
  2. OK, I just ran top and got this. I dont really know much about this stuff. I got hamvoip originally about 2 years ago and have been pretty good with it all of course there are step by step instructions which I have pretty much memorized after doing enough of it. If you want to message me off list that is fine to. Also I may have the pi 3B + I forget what the differences are.
  3. Thanks for the response. I thought this may be the case as when I looked it up I was reading this but didn't know what was causing it. I have a rasp pi 3b and a sd card that is 32 gig if I remember right and I installed the hamvoip image and did what was said above. So I guess I'm not sure what the fix will be or if anyone else has had this happen who has tried this way on hamvoip but I am looking for the cure. Thanks
  4. So this works great, the only issue I am having is I am getting cron fork which stops updating things in the cron after about 12 hours. A reboot clears it for another 12 hours or so. I am not quite sure what may be causing this, I have several other nodes running on the ham side on allstar and dont have any issues. Anyone know what could be the issue. Here is some of the logs when it starts. Oct 10 17:34:02 GMRSRepeater CROND[22904]: pam_unix(crond:session): session closed for user root Oct 10 17:34:03 GMRSRepeater CROND[2133]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:34:03 GMRSRepeater CROND[7443]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:34:13 GMRSRepeater CROND[7443]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:34:13 GMRSRepeater CROND[2133]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:34:32 GMRSRepeater CROND[6438]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:35:01 GMRSRepeater crond[23030]: pam_unix(crond:session): session opened for user root by (uid=0) Oct 10 17:35:01 GMRSRepeater crond[23031]: pam_unix(crond:session): session opened for user root by (uid=0) Oct 10 17:35:01 GMRSRepeater crond[23032]: pam_unix(crond:session): session opened for user root by (uid=0) Oct 10 17:35:01 GMRSRepeater CROND[23035]: (root) CMD (/usr/local/bin/AUTOSKY/AutoSky) Oct 10 17:35:01 GMRSRepeater CROND[23033]: (root) CMD (/usr/local/etc/rc.updatenodelist) Oct 10 17:35:01 GMRSRepeater CROND[23034]: (root) CMD (/usr/local/sbin/supermon/ast_var_update.sh) Oct 10 17:35:01 GMRSRepeater CROND[23032]: (root) CMDOUT (/usr/local/bin/AUTOSKY/AutoSky: fork: retry: No child processes) Oct 10 17:35:01 GMRSRepeater CROND[23030]: (root) CMDOUT (/usr/local/etc/rc.updatenodelist: fork: retry: No child processes) Oct 10 17:35:01 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:02 GMRSRepeater CROND[23032]: (root) CMDOUT (/usr/local/bin/AUTOSKY/AutoSky: fork: retry: No child processes) Oct 10 17:35:02 GMRSRepeater CROND[23030]: (root) CMDOUT (/usr/local/etc/rc.updatenodelist: fork: retry: No child processes) Oct 10 17:35:02 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:04 GMRSRepeater CROND[23032]: (root) CMDOUT (/usr/local/bin/AUTOSKY/AutoSky: fork: retry: No child processes) Oct 10 17:35:04 GMRSRepeater CROND[23030]: (root) CMDOUT (/usr/local/etc/rc.updatenodelist: fork: retry: No child processes) Oct 10 17:35:04 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:08 GMRSRepeater CROND[23032]: (root) CMDOUT (/usr/local/bin/AUTOSKY/AutoSky: fork: retry: No child processes) Oct 10 17:35:08 GMRSRepeater CROND[23030]: (root) CMDOUT (/usr/local/etc/rc.updatenodelist: fork: retry: No child processes) Oct 10 17:35:08 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:16 GMRSRepeater CROND[23032]: (root) CMDOUT (/usr/local/bin/AUTOSKY/AutoSky: fork: Resource temporarily unavailable) Oct 10 17:35:16 GMRSRepeater CROND[23032]: pam_unix(crond:session): session closed for user root Oct 10 17:35:16 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:35:16 GMRSRepeater CROND[23031]: (root) CMDOUT (tail: cannot open '/var/log/pacman.log' for reading: No such file or directory) Oct 10 17:35:17 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:19 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:35:20 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:22 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:35:23 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:25 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:35:25 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:26 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:35:26 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:28 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:35:28 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:32 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:35:32 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:35:35 GMRSRepeater CROND[14727]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:35:40 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: Resource temporarily unavailable) Oct 10 17:35:40 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: Resource temporarily unavailable) Oct 10 17:35:55 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/bin/checkupdates: fork: retry: Resource temporarily unavailable) Oct 10 17:35:56 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/bin/checkupdates: fork: retry: Resource temporarily unavailable) Oct 10 17:35:58 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/bin/checkupdates: fork: retry: No child processes) Oct 10 17:36:01 GMRSRepeater crond[23302]: pam_unix(crond:session): session opened for user root by (uid=0) Oct 10 17:36:01 GMRSRepeater CROND[23302]: (CRON) CAN'T FORK (child_process): Resource temporarily unavailable Oct 10 17:36:01 GMRSRepeater CROND[23302]: pam_unix(crond:session): session closed for user root Oct 10 17:36:02 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:36:03 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:05 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:36:06 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:36:08 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:36:12 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: Resource temporarily unavailable) Oct 10 17:36:20 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: Resource temporarily unavailable) Oct 10 17:36:20 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:21 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:23 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:27 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:35 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: Resource temporarily unavailable) Oct 10 17:36:35 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:36 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:38 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:42 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:50 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: Resource temporarily unavailable) Oct 10 17:36:50 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:51 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:53 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:36:57 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:37:01 GMRSRepeater crond[270]: (CRON) CAN'T FORK (do_command): Resource temporarily unavailable Oct 10 17:37:05 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: Resource temporarily unavailable) Oct 10 17:37:05 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/weather.sh: fork: retry: No child processes) Oct 10 17:37:06 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/weather.sh: fork: retry: No child processes) Oct 10 17:37:08 GMRSRepeater CROND[13030]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:37:08 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/weather.sh: fork: retry: No child processes) Oct 10 17:37:12 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/weather.sh: fork: retry: No child processes) Oct 10 17:37:20 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/weather.sh: fork: Resource temporarily unavailable) Oct 10 17:37:20 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:37:21 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:37:23 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:37:27 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:37:35 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: Resource temporarily unavailable) Oct 10 17:37:35 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:37:36 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:37:38 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:37:42 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: retry: No child processes) Oct 10 17:37:50 GMRSRepeater CROND[23031]: (root) CMDOUT (/usr/local/sbin/supermon/ast_var_update.sh: fork: Resource temporarily unavailable) Oct 10 17:37:51 GMRSRepeater CROND[7163]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:37:52 GMRSRepeater CROND[23031]: (root) CMDOUT (Updated Variables Node 24222) Oct 10 17:38:01 GMRSRepeater crond[23612]: pam_unix(crond:session): session opened for user root by (uid=0) Oct 10 17:38:01 GMRSRepeater CROND[23612]: (CRON) CAN'T FORK (child_process): Resource temporarily unavailable Oct 10 17:38:01 GMRSRepeater CROND[23612]: pam_unix(crond:session): session closed for user root Oct 10 17:39:01 GMRSRepeater crond[23692]: pam_unix(crond:session): session opened for user root by (uid=0) Oct 10 17:39:01 GMRSRepeater CROND[23692]: (CRON) CAN'T FORK (child_process): Resource temporarily unavailable Oct 10 17:39:01 GMRSRepeater CROND[23692]: pam_unix(crond:session): session closed for user root Oct 10 17:39:05 GMRSRepeater CROND[5705]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:40:01 GMRSRepeater crond[270]: (CRON) CAN'T FORK (do_command): Resource temporarily unavailable Oct 10 17:40:01 GMRSRepeater crond[270]: (CRON) CAN'T FORK (do_command): Resource temporarily unavailable Oct 10 17:40:01 GMRSRepeater crond[23763]: pam_unix(crond:session): session opened for user root by (uid=0) Oct 10 17:40:01 GMRSRepeater CROND[23763]: (CRON) CAN'T FORK (child_process): Resource temporarily unavailable Oct 10 17:40:01 GMRSRepeater CROND[23763]: pam_unix(crond:session): session closed for user root Oct 10 17:40:03 GMRSRepeater CROND[18984]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:40:32 GMRSRepeater CROND[22855]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:40:33 GMRSRepeater CROND[8539]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:40:43 GMRSRepeater CROND[8539]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:40:53 GMRSRepeater CROND[8539]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:01 GMRSRepeater crond[23940]: pam_unix(crond:session): session opened for user root by (uid=0) Oct 10 17:41:01 GMRSRepeater CROND[23940]: (CRON) CAN'T FORK (child_process): Resource temporarily unavailable Oct 10 17:41:01 GMRSRepeater CROND[23940]: pam_unix(crond:session): session closed for user root Oct 10 17:41:03 GMRSRepeater CROND[8539]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:03 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:06 GMRSRepeater CROND[5949]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:13 GMRSRepeater CROND[22855]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:14 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:21 GMRSRepeater CROND[23098]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:24 GMRSRepeater CROND[22033]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:24 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:34 GMRSRepeater CROND[22855]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:34 GMRSRepeater CROND[22033]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:34 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:44 GMRSRepeater CROND[22855]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:44 GMRSRepeater CROND[22033]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:45 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:55 GMRSRepeater CROND[22033]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:41:55 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:01 GMRSRepeater crond[24194]: pam_unix(crond:session): session opened for user root by (uid=0) Oct 10 17:42:01 GMRSRepeater CROND[24194]: (CRON) CAN'T FORK (child_process): Resource temporarily unavailable Oct 10 17:42:01 GMRSRepeater CROND[24194]: pam_unix(crond:session): session closed for user root Oct 10 17:42:05 GMRSRepeater CROND[18173]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:06 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:16 GMRSRepeater CROND[18173]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:16 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:26 GMRSRepeater CROND[22033]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:26 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:36 GMRSRepeater CROND[17060]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:37 GMRSRepeater CROND[22033]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:37 GMRSRepeater CROND[6894]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:37 GMRSRepeater CROND[18173]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:37 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:37 GMRSRepeater CROND[24474]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:47 GMRSRepeater CROND[20665]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:47 GMRSRepeater CROND[18173]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:47 GMRSRepeater CROND[10834]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:47 GMRSRepeater CROND[24474]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory) Oct 10 17:42:47 GMRSRepeater CROND[6894]: (root) CMDOUT (/usr/bin/grep: /tmp/rpt_extnodes-temp: No such file or directory)
  5. Anyone know what this may be about. I googled it but it didn't make sense to me if the answer was there. How would I fix it?
  6. On the mygmrs network for linking, it shows "manage node" but when its clicked on it doesn't allow me to do anything. What is the rpt cmd tool?
  7. Awesome, thanks. Hopefully within the next week or two I will have it completely on. I set most of it up over night and shows online so must have done it right. Thanks again!
  8. Awesome, thanks. Hopefully within the next week or two I will have it completely on. I set most of it up over night and shows online so must have done it right. Thanks again!
  9. Looking to use Hamvoip for the mygmrs linking. I use hamvoip on my ham repeaters so more used to it. I was able to get a node and password registered this past week for mygmrs.com but the intructions seem to be based on the original and have not received anything else back. What all needs to be changed, added etc. I know there are other groups out there also like gmrslinked.com so not sure what one has over the other but looking to get this done soon as I have the stuff to do it. John WQGU515
  10. I have had a Kenwood tk-481 and tk-981 for a couple years and only 2 others here in Williamsport, PA had and we would play around on simplex. In May this year we were blessed with a high repeater. Since then we are up to about 10 people. Its getting more use than the other repeaters around.
  11. I have a local Baofeng user who is unlicensed that gets on my repeater. I have let him know a license is required but he apparently doesnt understand. Hes not being an idiot or anything, in fact most of the time he wants to talk to me. Other than letting him know which I already have, what other ideas do people have?
  12. I used to have an ID-8 that I used on a repeater about 15 years ago. I am fine with them all.
  13. Well currently they both work well. Last year the GR300 got the idomatic 4 with voice since it just had the basic cable. The GR 1225 I used to have the PL stripped for the id but I now allow it to come through to so it can id the 6 meter FM simplex link that sits next to it. Then I have the UHF and VHF repeater linked via UHF radio from separate sites (in and out of all 3 frequencies work). Echolink is also in the mix as well as Echoproducer so thats where most of the bells and whistles come from on the ham side of things. I got a great deal on 4 8180's so I figured I would use them as replacements or backups and dont need an old computer to program them. I have a 7180 and 8180 in the mobile and as a base and I have the 2180 and 3180 also for ht's that I have acquired in recent years so when I came across these I figured they would be good for repeaters. Planning to get another idomatic for one pair of them and will just use the other idomatic I have for the other pair. I just need to find out more info on the hook up and the programming of the pins.
  14. OK I will check that out also. I have a Motorola repeaters currently set up (GR-300 for GMRS with a id-o-matic IV that Radio Dan wired) and a GR 1225 (for ham using the built in CW id). I acquired a few 8180 at a very good price and want to either used these as backups or replacements for the Motorola's
  15. Ive done a lot of looking into it as I am pretty sure it can be done easily enough but without having a lot of experience putting the stuff together etc which is the biggest issue. Directions cut and dried and I could probably do it. Like solder this wire onto this pin and program this pin in the software for this - that time of thing.
  16. I am looking to put a couple TK-8180's together to make a repeater as I got them cheap. Does anyone have any info on how to make this happen? These have the DB-25 connector in the rear so either the DB-25 or the mic jack I would guess there is a way to make this happen?? I have considered getting a Id-o-matic IV also so there is an id. Anyone know of the easiest way to make this all happen?
  17. Williamsport GMRS Repeater

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Guidelines.