|
Newsline?
Ross, If wget doesn’t work for you, try ‘curl’. I use that all the time for my down/uploads.. /usr/bin/curl -sSkLo newsline.mp3 https://www.arnewsline.org/s/news.mp3 This line will download news.mp3 f
Ross, If wget doesn’t work for you, try ‘curl’. I use that all the time for my down/uploads.. /usr/bin/curl -sSkLo newsline.mp3 https://www.arnewsline.org/s/news.mp3 This line will download news.mp3 f
|
By
Steve Jones
· #78204
·
|
|
SSH port probing (even on non standard ports like 15426)
Dave, I have noticed this on my node too, and I did think about fail2ban but as most of the source IP addresses are fake I didn't think it would help that much. I removed password login from /etc/sshd
Dave, I have noticed this on my node too, and I did think about fail2ban but as most of the source IP addresses are fake I didn't think it would help that much. I removed password login from /etc/sshd
|
By
Steve Jones
· #78179
·
|
|
Node Owner
Tony, Quick correction for your code.. the “ rm -f $LOCAL/nodtmf… “ line has to go before the “if [ -f $LOCAL/nodtmf ]; then exit 1..” line as the removal will never happen as the exit will occur befo
Tony, Quick correction for your code.. the “ rm -f $LOCAL/nodtmf… “ line has to go before the “if [ -f $LOCAL/nodtmf ]; then exit 1..” line as the removal will never happen as the exit will occur befo
|
By
Steve Jones
· #78151
·
|
|
Script
John, Check the environment file and make sure "export ALLOW_EXPERIMENTAL_NODES=YES" is in there.. Steve VK2YLD Node 6732
John, Check the environment file and make sure "export ALLOW_EXPERIMENTAL_NODES=YES" is in there.. Steve VK2YLD Node 6732
|
By
Steve Jones
· #78101
·
|
|
$LOCAL/active
There could be another way then, try using ‘lsof | grep newsfilename’ to tell if the news file is still open for reading. Execute the ‘end’ script after the news file is closed.. Just another thought.
There could be another way then, try using ‘lsof | grep newsfilename’ to tell if the news file is still open for reading. Execute the ‘end’ script after the news file is closed.. Just another thought.
|
By
Steve Jones
· #77493
·
|
|
$LOCAL/active
Not too sure about reflectors, especially the experimental ones, but it depends on how you are playing the news file. You could watch the player's PID with something like 'ps aux | grep whatever | hea
Not too sure about reflectors, especially the experimental ones, but it depends on how you are playing the news file. You could watch the player's PID with something like 'ps aux | grep whatever | hea
|
By
Steve Jones
· #77491
·
|
|
Custom DTMF Dial Path
Nick, Good point about using ‘case’ instead of a bucket load of if-then-fi statements. I have been using the case statement in my custom_decode since building my node on CentOS-4… It runs quicker and
Nick, Good point about using ‘case’ instead of a bucket load of if-then-fi statements. I have been using the case statement in my custom_decode since building my node on CentOS-4… It runs quicker and
|
By
Steve Jones
· #77358
·
|
|
problems with "new" install - node just quick keys & unkeys
Dave, That would be a good idea. My PC, loaded at the time with debian 9, ran fine for a few months then after a reboot for something unrelated, the OS decided to flip the cards around without any ind
Dave, That would be a good idea. My PC, loaded at the time with debian 9, ran fine for a few months then after a reboot for something unrelated, the OS decided to flip the cards around without any ind
|
By
Steve Jones
· #76969
·
|
|
problems with "new" install - node just quick keys & unkeys
Looks like your audio is trying to go to the HDMI audio port on the video card. If you can disable it in bios that will make the PCH the new default. If not, you will have to create a file in /etc/mod
Looks like your audio is trying to go to the HDMI audio port on the video card. If you can disable it in bios that will make the PCH the new default. If not, you will have to create a file in /etc/mod
|
By
Steve Jones
· #76951
·
|
|
Custom Decode Not Working
Untitled Document Mick Change the lines to # Added by Mick on 12-26-15 if [ "$1" = "S2100" ] ; then "$BIN"/aux2on ; exit 1 ; fi if [ "$1" = "S2101" ] ; then "$BIN"/aux2off ; exit 1 ; fi Star is entere
Untitled Document Mick Change the lines to # Added by Mick on 12-26-15 if [ "$1" = "S2100" ] ; then "$BIN"/aux2on ; exit 1 ; fi if [ "$1" = "S2101" ] ; then "$BIN"/aux2off ; exit 1 ; fi Star is entere
|
By
Steve Jones
· #76520
·
|
|
File Fix turns DOS files to LINUX -or- LINUX files to DOS
I just use nano to do my editing. It displays 'DOS format' on the bottom line when you load a file, and when you save it out just use ctrl-x (or ctrl-o) to get to the save screen, then alt-d to flip t
I just use nano to do my editing. It displays 'DOS format' on the bottom line when you load a file, and when you save it out just use ctrl-x (or ctrl-o) to get to the save screen, then alt-d to flip t
|
By
Steve Jones
· #74885
·
|
|
Unconditional disconnect
Hi all, Just another little bit.. I noticed in the start of this the cron entry was "59 22 * * * $SCRIPT/end", then when you said it works it was "59 22 * * * /home/irlp/scripts/end".. As I remeber ri
Hi all, Just another little bit.. I noticed in the start of this the cron entry was "59 22 * * * $SCRIPT/end", then when you said it works it was "59 22 * * * /home/irlp/scripts/end".. As I remeber ri
|
By
Steve Jones
· #74571
·
|
|
Time to move on from the Yahoo Mailing List?
I also have been on Yahoo Groups for 14 years and never had any trouble with spam from Yahoo or its affiliates. I have to admit though that I don't use the yahoo mail account as I disabled that when I
I also have been on Yahoo Groups for 14 years and never had any trouble with spam from Yahoo or its affiliates. I have to admit though that I don't use the yahoo mail account as I disabled that when I
|
By
Steve Jones
· #71741
·
|
|
Automated PGP key removal system active
The way I see it, this is required to clean out the dead entries from the keyring. If a node is deleted it is the owner/operators fault. If you can't put the node on-line long enough for it to check-i
The way I see it, this is required to clean out the dead entries from the keyring. If a node is deleted it is the owner/operators fault. If you can't put the node on-line long enough for it to check-i
|
By
Steve Jones
· #71636
·
|
|
txfan
I have been using a script do the fan control for a couple of years now, and it works from both PTT and COS for a repeater transmitter, so you might find it useful. Run from a command prompt to test i
I have been using a script do the fan control for a couple of years now, and it works from both PTT and COS for a repeater transmitter, so you might find it useful. Run from a command prompt to test i
|
By
Steve Jones
· #66445
·
|