Jump to content

fpcaptain

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by fpcaptain

  1. 4 hours ago, m4f1050 said:

    I was having an issue at with the rc.updatenodelist - my issue is listed above and the fox I did for it.  But node not in database hasn't worked, everything else has been fine.

    Is your rc.updatenodelist timing out also?  I have a lot of these processes running at the same time, does not look normal, the version on the image on myGMRS exits and doesn’t hang…

     

    EDIT:

    I don't use asterisk with HAM so I added an "exit 0" after it queries the rpt_extnodes_gmrs and moved on....  Still need to figure out how to show in the database on supermon...

     

  2. 8 hours ago, m4f1050 said:

    I have the same issue with node not in database, I have added the info in the /etc/asterisk/local/privatenodes.txt but something must still be missing

     

    EDIT:

    I figured out my problem....  password had a & in it...   I still have a problem...   ?

    I am still getting "node not in database" error...   I pointed to the _gmrs file but it's not giving me a list when I click on LsNodes

     

  3. On 10/14/2022 at 6:51 AM, Sshannon said:

    That seems like the best or at least only thing to do to keep from chewing through memory.  

    Do any instances of rc.updatenodelist run at all? Are there any sleeping?  I think I read somewhere that a module called “dial” might call it once.

    Is it possible there’s a problem in the extnodefile itself?

    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!

  4. On 5/15/2022 at 10:00 AM, FrostyFruits said:

    Go into rpt.conf and look for extnodefile and change it to the following if it isn't already set.

    image.thumb.png.127ed7a7a26076e0484ef73b0cadbd5b.png

     

    20 hours ago, Sshannon said:

    Nope the only changes I made were what is listed above to get things working.  I did notice the mispell when I originally put it on so that was not an issue either. 

    The crontab for the updatenodelist, I commented out and everything has been fine so far.  My other nodes (ham radio) have the same line but things are fine but then again they are not changed to what what I reference right above for extnodefile = /var/lib/asterisk/rpt_extnodes_gmrs in the rpt.conf file.   So I guess the updatendelist will just have to update once in a while then instead of often, not sure how to make that happen to keep things happy though.  In the crontab I had it set to run every 5 minutes (now I have it commented out)  this shows what my crontab looks like currently and so far things have been running except the nodelist isnt up to date.image.thumb.png.b3e60a7240c0f6168099ca4ea07f2087.png

     

    Are you sure you haven’t changed anything in the code?

    In particular look at the post immediately above your first post where WRLJ719 talks about the call to rc.updatenodelist. Also, his post appears to have a misspelling “rc.updatenodeist” rather than “rc.updatenodelist”.  Nothing makes a person more aware of spelling than programming.

    It looks like cron is spawning new instances of “rc.updatenodelist” which runs and then goes to sleep, over and over and over, each time eating up valuable resources until there are none left.  I suspect either rc.updatenodelist needs to exit gracefully, rather than sleeping, or something needs to be fixed in crontab. I doubt it needs to run very frequently anyway, but it should exit each time.

    That link to the stackoverflow question that I pasted above has other suggestions for diagnosis.

    You probably do have the 3b+ but that shouldn’t matter.

    So, look at where you were when you followed this instruction:

    Change your crontab -e to run rc.updatenodelist”

    and make sure you did it correctly and that you included the asterisk as pointed out by WRLJ719.

     

  5. 14 hours ago, KAF6045 said:

    Unless you are running a swap file on the SD card, its size is not really relevant. The R-Pi 3B has 1GB of RAM. Log-in and try running something like top

    top - 11:40:50 up  7:40,  1 user,  load average: 0.87, 0.93, 0.92
    Tasks: 122 total,   1 running, 121 sleeping,   0 stopped,   0 zombie
    %Cpu(s):  3.1 us,  6.1 sy,  0.0 ni, 90.7 id,  0.0 wa,  0.0 hi,  0.1 si,  0.0 st
    MiB Mem :    972.8 total,    660.6 free,    113.2 used,    198.9 buff/cache
    MiB Swap:      0.0 total,      0.0 free,      0.0 used.    789.6 avail M

    Note the Mem and Swap lines (this is on a running Pi-Star system). You could then look at the list of processes to see what is using memory.

    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.  image.thumb.png.26d0122002f8e3bda3bf257ddbebd6d0.png

  6. 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

  7. 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)
  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!

    11 hours ago, FrostyFruits said:

    I just posted a whole write up about modifying the hamvoip image to run on the mygmrs network. Check out

    If your not gonna install to raspberry pi 4 just skip the pi4 download

     

  9. 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!

    11 hours ago, FrostyFruits said:

    I just posted a whole write up about modifying the hamvoip image to run on the mygmrs network. Check out

    If your not gonna install to raspberry pi 4 just skip the pi4 download

     

  10. 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

  11. 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.

  12. 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?

  13. I never was a fan of the ID-O-Matc IV. The III was awesome but the additional price of the IV with some of the features you just didn't need if you were just looking for an IDer (plus your time spent assembling it) just wasn't a valid trade off to me versus a ComSpec ID-8 or a NHRC-μ if a full function controller was needed.

     

     

    Sent from my iPhone using Tapatalk

    I used to have an ID-8 that I used on a repeater about 15 years ago.  I am fine with them all.

  14. Personally...I'd move the GR1225 to GMRS (since the repeater can actually disable PL on ID) and switch the Kenwood's in place of the amateur repeater (assuming they are all UHF). The GR300s are okay, just a pain to deal with versus the Windows programmable R1225 module and the Kenwoods.

     

    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.

  15. There may also be a cable you can get from Tecnet USA that uses the same pinouts on the rear connector.

     

    Don't need an IDer if you want to save some hassle.

    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

  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?

×
×
  • Create New...

Important Information

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