Install Allstarlink on Debian 9 VPS
Hello All, I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki: cd /tmp wget https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/insta... chmod +x install-repository ./install-repository If Raspbian: apt-get install raspberrypi-kernel-headers -y Otherwise: apt-get install linux-headers-`uname -r` -y apt-get update apt-get install allstarlink -y I did get an error on the *linux-headers* command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64). Asterisk is not able to run, and I'm getting the following messages in the *CLI *when I run asterisk manually: [Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory Seems to be dahdi is missing. Any ideas how to remedy? I have tried to* recompile Dahdi *from: http://wiki.allstarlink.org/wiki/DAHDI_Make After running the "*make*" command I get the following: "*You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed.*" I can't seem to find how to update/install *2.6.32-042stab127.2 kernel*. Monty KE7JVX
What error did you get? On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wgethttps://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/insta... chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y I did get an error on the *linux-headers* command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the *CLI *when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to*recompile Dahdi *from:
http://wiki.allstarlink.org/wiki/DAHDI_Make
After running the "*make*" command I get the following:
"*You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed.*"
I can't seem to find how to update/install *2.6.32-042stab127.2 kernel*.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
a vps usely share the kernel between all the virtual machine. you probably dont have the rights to add a kernel module like dadhi 2018-04-06 19:23 GMT-04:00 Steve Zingman <szingman@msgstor.com>:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wget https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/insta... chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y
I did get an error on the *linux-headers* command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the *CLI *when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to* recompile Dahdi *from:
http://wiki.allstarlink.org/wiki/DAHDI_Make
After running the "*make*" command I get the following:
"*You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed.*"
I can't seem to find how to update/install *2.6.32-042stab127.2 kernel*.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing listApp_rpt-users@lists.allstarlink.orghttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
If it is on digital ocean you should no issues. I Have a node up there on a vps and didn't have any issues installing it. On 04/06/2018 07:45 PM, Pierre Martel wrote:
a vps usely share the kernel between all the virtual machine. you probably dont have the rights to add a kernel module like dadhi
2018-04-06 19:23 GMT-04:00 Steve Zingman <szingman@msgstor.com <mailto:szingman@msgstor.com>>:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wgethttps://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/insta... <https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/install-repository> chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y I did get an error on the *linux-headers* command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the *CLI *when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to*recompile Dahdi *from:
http://wiki.allstarlink.org/wiki/DAHDI_Make <http://wiki.allstarlink.org/wiki/DAHDI_Make>
After running the "*make*" command I get the following:
"*You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed.*"
I can't seem to find how to update/install *2.6.32-042stab127.2 kernel*.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visithttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
I had to go to a kvm version for my hub : https://ipxcore.com/kvm-vps On 04/06/2018 07:45 PM, Pierre Martel wrote:
a vps usely share the kernel between all the virtual machine. you probably dont have the rights to add a kernel module like dadhi
2018-04-06 19:23 GMT-04:00 Steve Zingman <szingman@msgstor.com <mailto:szingman@msgstor.com>>:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
Error from *make* command: "You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed" (Sorry I didn't highlight in the initial email.) I have tried this command, per the Readme of Dahdi: *make KVERS=4.9.0-6-amd64* I do not get any errors, then run: *make install KVERS=4.9.0-6-amd64* I get "DADHI installed successfully", reboot, and I still get the same error messages in the CLI I listed below. Monty On Fri, Apr 6, 2018 at 4:23 PM, Steve Zingman <szingman@msgstor.com> wrote:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wget https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/insta... chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y
I did get an error on the *linux-headers* command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the *CLI *when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to* recompile Dahdi *from:
http://wiki.allstarlink.org/wiki/DAHDI_Make
After running the "*make*" command I get the following:
"*You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed.*"
I can't seem to find how to update/install *2.6.32-042stab127.2 kernel*.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing listApp_rpt-users@lists.allstarlink.orghttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Without the proper kernel header, you can't build DAHDI. What is the result of "apt-get install linux-headers-`uname -r` -y" On 04/06/2018 08:05 PM, Monty wrote:
Error from *make* command: "You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed" (Sorry I didn't highlight in the initial email.)
I have tried this command, per the Readme of Dahdi: *make KVERS=4.9.0-6-amd64* * * I do not get any errors, then run:
*make install KVERS=4.9.0-6-amd64* * * I get "DADHI installed successfully", reboot, and I still get the same error messages in the CLI I listed below. * *
Monty
On Fri, Apr 6, 2018 at 4:23 PM, Steve Zingman <szingman@msgstor.com <mailto:szingman@msgstor.com>> wrote:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wgethttps://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/insta... <https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/install-repository> chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y I did get an error on the *linux-headers* command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the *CLI *when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to*recompile Dahdi *from:
http://wiki.allstarlink.org/wiki/DAHDI_Make <http://wiki.allstarlink.org/wiki/DAHDI_Make>
After running the "*make*" command I get the following:
"*You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed.*"
I can't seem to find how to update/install *2.6.32-042stab127.2 kernel*.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visithttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-headers-2.6.32-042stab127.2 E: Couldn't find any package by glob 'linux-headers-2.6.32-042stab127.2' E: Couldn't find any package by regex 'linux-headers-2.6.32-042stab127.2' Monty On Fri, Apr 6, 2018 at 5:10 PM, Steve Zingman <szingman@msgstor.com> wrote:
Without the proper kernel header, you can't build DAHDI. What is the result of "apt-get install linux-headers-`uname -r` -y"
On 04/06/2018 08:05 PM, Monty wrote:
Error from *make* command: "You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed" (Sorry I didn't highlight in the initial email.)
I have tried this command, per the Readme of Dahdi: *make KVERS=4.9.0-6-amd64*
I do not get any errors, then run:
*make install KVERS=4.9.0-6-amd64*
I get "DADHI installed successfully", reboot, and I still get the same error messages in the CLI I listed below.
Monty
On Fri, Apr 6, 2018 at 4:23 PM, Steve Zingman <szingman@msgstor.com> wrote:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wget https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/insta... chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y
I did get an error on the *linux-headers* command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the *CLI *when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to* recompile Dahdi *from:
http://wiki.allstarlink.org/wiki/DAHDI_Make
After running the "*make*" command I get the following:
"*You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed.*"
I can't seem to find how to update/install *2.6.32-042stab127.2 kernel*.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing listApp_rpt-users@lists.allstarlink.orghttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing listApp_rpt-users@lists.allstarlink.orghttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
You are going to have to figure out how to get the proper kernel headers for your running kernel. One possibility to check is either run aptitude and check if you have any pending upgrades, and if so, is one of them a kernel upgrade. Pretty much the same thin by running apt-get dist-upgrade. Without the proper kernel headers, DAHDI will not build. You do not have to "make" it. once you have the proper kernel headers, you can reinstall dahdi with apt-get install --reinstall asl-dahdi-linux-dkms On 04/06/2018 08:22 PM, Monty wrote:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-headers-2.6.32-042stab127.2 E: Couldn't find any package by glob 'linux-headers-2.6.32-042stab127.2' E: Couldn't find any package by regex 'linux-headers-2.6.32-042stab127.2'
Monty
On Fri, Apr 6, 2018 at 5:10 PM, Steve Zingman <szingman@msgstor.com <mailto:szingman@msgstor.com>> wrote:
Without the proper kernel header, you can't build DAHDI. What is the result of "apt-get install linux-headers-`uname -r` -y"
On 04/06/2018 08:05 PM, Monty wrote:
Error from *make* command: "You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed" (Sorry I didn't highlight in the initial email.)
I have tried this command, per the Readme of Dahdi: *make KVERS=4.9.0-6-amd64* * * I do not get any errors, then run:
*make install KVERS=4.9.0-6-amd64* * * I get "DADHI installed successfully", reboot, and I still get the same error messages in the CLI I listed below. * *
Monty
On Fri, Apr 6, 2018 at 4:23 PM, Steve Zingman <szingman@msgstor.com <mailto:szingman@msgstor.com>> wrote:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wgethttps://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/insta... <https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/install-repository> chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y I did get an error on the *linux-headers* command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the *CLI *when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to*recompile Dahdi *from:
http://wiki.allstarlink.org/wiki/DAHDI_Make <http://wiki.allstarlink.org/wiki/DAHDI_Make>
After running the "*make*" command I get the following:
"*You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed.*"
I can't seem to find how to update/install *2.6.32-042stab127.2 kernel*.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visithttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visithttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Monty, Try typing "uname -r" to determine your kernel version and then search for it with google.For me I Googled "debian 2.6.32-042stab127.2 kernel headers" which took me to the openvz website where I was able to download the .deb file. -Andy, KB7B42432 From: Steve Zingman <szingman@msgstor.com> To: app_rpt-users@lists.allstarlink.org Sent: Saturday, April 7, 2018 2:38 AM Subject: Re: [App_rpt-users] Install Allstarlink on Debian 9 VPS You are going to have to figure out how to get the proper kernel headers for your running kernel. One possibility to check is either run aptitude and check if you have any pending upgrades, and if so, is one of them a kernel upgrade. Pretty much the same thin by running apt-get dist-upgrade. Without the proper kernel headers, DAHDI will not build. You do not have to "make" it. once you have the proper kernel headers, you can reinstall dahdi with apt-get install --reinstall asl-dahdi-linux-dkms On 04/06/2018 08:22 PM, Monty wrote: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-headers-2.6.32-042stab127.2 E: Couldn't find any package by glob 'linux-headers-2.6.32-042stab127.2' E: Couldn't find any package by regex 'linux-headers-2.6.32-042stab127.2' Monty On Fri, Apr 6, 2018 at 5:10 PM, Steve Zingman <szingman@msgstor.com> wrote: Without the proper kernel header, you can't build DAHDI. What is the result of "apt-get install linux-headers-`uname -r` -y" On 04/06/2018 08:05 PM, Monty wrote: Error from make command: "You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed" (Sorry I didn't highlight in the initial email.) I have tried this command, per the Readme of Dahdi: make KVERS=4.9.0-6-amd64 I do not get any errors, then run: make install KVERS=4.9.0-6-amd64 I get "DADHI installed successfully", reboot, and I still get the same error messages in the CLI I listed below. Monty On Fri, Apr 6, 2018 at 4:23 PM, Steve Zingman <szingman@msgstor.com> wrote: What error did you get? On 04/06/2018 07:15 PM, Monty wrote: Hello All, I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki: cd /tmp wget https://github.com/AllStarLink /Asterisk/raw/develop/allstar/ repository/install-repository chmod +x install-repository ./install-repository If Raspbian: apt-get install raspberrypi-kernel-headers -y Otherwise: apt-get install linux-headers-`uname -r` -y apt-get update apt-get install allstarlink -y I did get an error on the linux-headers command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64). Asterisk is not able to run, and I'm getting the following messages in the CLI when I run asterisk manually: [Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory Seems to be dahdi is missing. Any ideas how to remedy? I have tried to recompile Dahdi from: http://wiki.allstarlink.org/wi ki/DAHDI_Make After running the "make" command I get the following: "You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed." I can't seem to find how to update/install 2.6.32-042stab1 27.2 kernel. Monty KE7JVX ______________________________ _________________ App_rpt-users mailing list App_rpt-users@lists.allstarlin k.org http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rp t-users To unsubscribe from this list please visit http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rp t-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. ______________________________ _________________ App_rpt-users mailing list App_rpt-users@lists.allstarlin k.org http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rp t-users To unsubscribe from this list please visit http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rp t-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. ______________________________ _________________ App_rpt-users mailing list App_rpt-users@lists. allstarlink.org http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_ rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_ rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. ______________________________ _________________ App_rpt-users mailing list App_rpt-users@lists. allstarlink.org http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_ rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_ rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Forgive the nativity, but what is the point of ASL nodes being hosted on a VPS? For a hub node I understand, and do so myself. However, there is a growing number of hub nodes that do not do anything. I understand a public hosted hub node is great for connecting to with the web transceiver and phone portal, but I sure hope this is not going to become the norm. We have a few guys that come onto our system that only use their phone, and honestly, I wish they would use a radio instead. For the principle of the matter, but also, phones have terrible audio and tend to pick up noise that needs not broadcasting. ~Benjamin, KB9LFZ On Fri, 2018-04-06 at 20:28 -0400, Steve Zingman wrote:
You are going to have to figure out how to get the proper kernel headers for your running kernel. One possibility to check is either run aptitude and check if you have any pending upgrades, and if so, is one of them a kernel upgrade. Pretty much the same thin by running apt-get dist-upgrade. Without the proper kernel headers, DAHDI will not build. You do not have to "make" it. once you have the proper kernel headers, you can reinstall dahdi with apt-get install -- reinstall asl-dahdi-linux-dkms
On 04/06/2018 08:22 PM, Monty wrote:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-headers-2.6.32-042stab127.2 E: Couldn't find any package by glob 'linux-headers-2.6.32- 042stab127.2' E: Couldn't find any package by regex 'linux-headers-2.6.32- 042stab127.2'
Monty
On Fri, Apr 6, 2018 at 5:10 PM, Steve Zingman <szingman@msgstor.com
wrote: Without the proper kernel header, you can't build DAHDI. What is the result of "apt-get install linux-headers-`uname -r` -y"
On 04/06/2018 08:05 PM, Monty wrote:
Error from make command: "You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed" (Sorry I didn't highlight in the initial email.)
I have tried this command, per the Readme of Dahdi: make KVERS=4.9.0-6-amd64
I do not get any errors, then run:
make install KVERS=4.9.0-6-amd64
I get "DADHI installed successfully", reboot, and I still get the same error messages in the CLI I listed below.
Monty
On Fri, Apr 6, 2018 at 4:23 PM, Steve Zingman <szingman@msgstor .com> wrote:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wget https://github.com/AllStarLink/Asterisk/raw/develop/al lstar/repository/install-repository chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y I did get an error on the linux-headers command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the CLI when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to recompile Dahdi from:
http://wiki.allstarlink.org/wiki/DAHDI_Make
After running the "make" command I get the following:
"You do not appear to have the sources for the 2.6.32- 042stab127.2 kernel installed."
I can't seem to find how to update/install 2.6.32- 042stab127.2 kernel.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_r pt-users
To unsubscribe from this list please visit http://lists.all starlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt -users
To unsubscribe from this list please visit http://lists.allst arlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-u sers
To unsubscribe from this list please visit http://lists.allstar link.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-use rs
To unsubscribe from this list please visit http://lists.allstarli nk.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink .org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.o rg/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
For my situation, I’m looking at a VPS to be a hub possibility, and at $1 a month I can’t pass up the opportunity to experiment. All of our connections are RF. We limited then killed echolink years ago for the reasons you mentioned. Another couple of reasons for putting a hub in a data center is 1 gigabit connection, low latency (excellent for voice traffic), and redundant Ethernet paths, power, cooling, etc. On Sat, Apr 7, 2018 at 10:27 AM Benjamin Naber <Benjamin@project23d.com> wrote:
Forgive the nativity, but what is the point of ASL nodes being hosted on a VPS?
For a hub node I understand, and do so myself. However, there is a growing number of hub nodes that do not do anything.
I understand a public hosted hub node is great for connecting to with the web transceiver and phone portal, but I sure hope this is not going to become the norm.
We have a few guys that come onto our system that only use their phone, and honestly, I wish they would use a radio instead. For the principle of the matter, but also, phones have terrible audio and tend to pick up noise that needs not broadcasting.
~Benjamin, KB9LFZ
On Fri, 2018-04-06 at 20:28 -0400, Steve Zingman wrote:
You are going to have to figure out how to get the proper kernel headers for your running kernel. One possibility to check is either run aptitude and check if you have any pending upgrades, and if so, is one of them a kernel upgrade. Pretty much the same thin by running apt-get dist-upgrade. Without the proper kernel headers, DAHDI will not build. You do not have to "make" it. once you have the proper kernel headers, you can reinstall dahdi with apt-get install -- reinstall asl-dahdi-linux-dkms
On 04/06/2018 08:22 PM, Monty wrote:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-headers-2.6.32-042stab127.2 E: Couldn't find any package by glob 'linux-headers-2.6.32- 042stab127.2' E: Couldn't find any package by regex 'linux-headers-2.6.32- 042stab127.2'
Monty
On Fri, Apr 6, 2018 at 5:10 PM, Steve Zingman <szingman@msgstor.com
wrote: Without the proper kernel header, you can't build DAHDI. What is the result of "apt-get install linux-headers-`uname -r` -y"
On 04/06/2018 08:05 PM, Monty wrote:
Error from make command: "You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed" (Sorry I didn't highlight in the initial email.)
I have tried this command, per the Readme of Dahdi: make KVERS=4.9.0-6-amd64
I do not get any errors, then run:
make install KVERS=4.9.0-6-amd64
I get "DADHI installed successfully", reboot, and I still get the same error messages in the CLI I listed below.
Monty
On Fri, Apr 6, 2018 at 4:23 PM, Steve Zingman <szingman@msgstor .com> wrote:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wget https://github.com/AllStarLink/Asterisk/raw/develop/al lstar/repository/install-repository chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y I did get an error on the linux-headers command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the CLI when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to recompile Dahdi from:
http://wiki.allstarlink.org/wiki/DAHDI_Make
After running the "make" command I get the following:
"You do not appear to have the sources for the 2.6.32- 042stab127.2 kernel installed."
I can't seem to find how to update/install 2.6.32- 042stab127.2 kernel.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_r pt-users
To unsubscribe from this list please visit http://lists.all starlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt -users
To unsubscribe from this list please visit http://lists.allst arlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-u sers
To unsubscribe from this list please visit http://lists.allstar link.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-use rs
To unsubscribe from this list please visit http://lists.allstarli nk.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink .org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.o rg/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Monty
That's exactly the reason the club I am with uses a VPS to host our one node. We are a global club and spread out all over the world. We host a hub on the VPS so that members can connect to it and talk all around. We have no need to hook it to a radio. On Sat, Apr 7, 2018 at 1:27 PM, Benjamin Naber <Benjamin@project23d.com> wrote:
Forgive the nativity, but what is the point of ASL nodes being hosted on a VPS?
For a hub node I understand, and do so myself. However, there is a growing number of hub nodes that do not do anything.
I understand a public hosted hub node is great for connecting to with the web transceiver and phone portal, but I sure hope this is not going to become the norm.
We have a few guys that come onto our system that only use their phone, and honestly, I wish they would use a radio instead. For the principle of the matter, but also, phones have terrible audio and tend to pick up noise that needs not broadcasting.
~Benjamin, KB9LFZ
On Fri, 2018-04-06 at 20:28 -0400, Steve Zingman wrote:
You are going to have to figure out how to get the proper kernel headers for your running kernel. One possibility to check is either run aptitude and check if you have any pending upgrades, and if so, is one of them a kernel upgrade. Pretty much the same thin by running apt-get dist-upgrade. Without the proper kernel headers, DAHDI will not build. You do not have to "make" it. once you have the proper kernel headers, you can reinstall dahdi with apt-get install -- reinstall asl-dahdi-linux-dkms
On 04/06/2018 08:22 PM, Monty wrote:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-headers-2.6.32-042stab127.2 E: Couldn't find any package by glob 'linux-headers-2.6.32- 042stab127.2' E: Couldn't find any package by regex 'linux-headers-2.6.32- 042stab127.2'
Monty
On Fri, Apr 6, 2018 at 5:10 PM, Steve Zingman <szingman@msgstor.com
wrote: Without the proper kernel header, you can't build DAHDI. What is the result of "apt-get install linux-headers-`uname -r` -y"
On 04/06/2018 08:05 PM, Monty wrote:
Error from make command: "You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed" (Sorry I didn't highlight in the initial email.)
I have tried this command, per the Readme of Dahdi: make KVERS=4.9.0-6-amd64
I do not get any errors, then run:
make install KVERS=4.9.0-6-amd64
I get "DADHI installed successfully", reboot, and I still get the same error messages in the CLI I listed below.
Monty
On Fri, Apr 6, 2018 at 4:23 PM, Steve Zingman <szingman@msgstor .com> wrote:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wget https://github.com/AllStarLink/Asterisk/raw/develop/al lstar/repository/install-repository chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y I did get an error on the linux-headers command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the CLI when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to recompile Dahdi from:
http://wiki.allstarlink.org/wiki/DAHDI_Make
After running the "make" command I get the following:
"You do not appear to have the sources for the 2.6.32- 042stab127.2 kernel installed."
I can't seem to find how to update/install 2.6.32- 042stab127.2 kernel.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_r pt-users
To unsubscribe from this list please visit http://lists.all starlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt -users
To unsubscribe from this list please visit http://lists.allst arlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-u sers
To unsubscribe from this list please visit http://lists.allstar link.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-use rs
To unsubscribe from this list please visit http://lists.allstarli nk.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink .org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.o rg/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
It's not for everyone. But, I find comfort on having local contability with systems without the need for allstarlink.org Not that there is anything wrong with that. A back-up and experiment for for the future connectivity. To each his own for needs and desire. ...mike/kb8jnm btw, I don't know where you get a vps for $1 a month.(not sure who mentioned that) I have one @ $5/m the others cost me 10 or more. On Sat, 07 Apr 2018 13:27:38 -0400, Benjamin Naber <Benjamin@project23d.com> wrote:
Forgive the nativity, but what is the point of ASL nodes being hosted on a VPS?
For a hub node I understand, and do so myself. However, there is a growing number of hub nodes that do not do anything.
I understand a public hosted hub node is great for connecting to with the web transceiver and phone portal, but I sure hope this is not going to become the norm.
We have a few guys that come onto our system that only use their phone, and honestly, I wish they would use a radio instead. For the principle of the matter, but also, phones have terrible audio and tend to pick up noise that needs not broadcasting.
~Benjamin, KB9LFZ
On Fri, 2018-04-06 at 20:28 -0400, Steve Zingman wrote:
You are going to have to figure out how to get the proper kernel headers for your running kernel. One possibility to check is either run aptitude and check if you have any pending upgrades, and if so, is one of them a kernel upgrade. Pretty much the same thin by running apt-get dist-upgrade. Without the proper kernel headers, DAHDI will not build. You do not have to "make" it. once you have the proper kernel headers, you can reinstall dahdi with apt-get install -- reinstall asl-dahdi-linux-dkms
On 04/06/2018 08:22 PM, Monty wrote:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-headers-2.6.32-042stab127.2 E: Couldn't find any package by glob 'linux-headers-2.6.32- 042stab127.2' E: Couldn't find any package by regex 'linux-headers-2.6.32- 042stab127.2'
Monty
On Fri, Apr 6, 2018 at 5:10 PM, Steve Zingman <szingman@msgstor.com
wrote: Without the proper kernel header, you can't build DAHDI.> > What is the result of "apt-get install linux-headers-`uname -r` -y"
On 04/06/2018 08:05 PM, Monty wrote:
Error from make command: "You do not appear to have the sources for the 2.6.32-042stab127.2 kernel installed" (Sorry I didn't highlight in the initial email.)
I have tried this command, per the Readme of Dahdi: make KVERS=4.9.0-6-amd64
I do not get any errors, then run:
make install KVERS=4.9.0-6-amd64
I get "DADHI installed successfully", reboot, and I still get the same error messages in the CLI I listed below.
Monty
On Fri, Apr 6, 2018 at 4:23 PM, Steve Zingman <szingman@msgstor .com> wrote:
What error did you get?
On 04/06/2018 07:15 PM, Monty wrote:
Hello All,
I'm trying to install the allstarlink package on my Debian VPS. I followed the instructions on the wiki:
cd /tmp wget https://github.com/AllStarLink/Asterisk/raw/develop/al lstar/repository/install-repository chmod +x install-repository ./install-repository
If Raspbian: apt-get install raspberrypi-kernel-headers -y
Otherwise: apt-get install linux-headers-`uname -r` -y
apt-get update apt-get install allstarlink -y I did get an error on the linux-headers command. I installed what I believe is the latest headers from apt-get (4.9.0-6-amd64).
Asterisk is not able to run, and I'm getting the following messages in the CLI when I run asterisk manually:
[Apr 6 16:05:35] WARNING[14976]: app_rpt.c:22240 rpt_master: rpt_thread restarted on node 28615 [Apr 6 16:05:35] WARNING[15001]: chan_dahdi.c:928 dahdi_open: Unable to open '/dev/dahdi/pseudo': No such file or directory [Apr 6 16:05:35] ERROR[15001]: chan_dahdi.c:7906 chandup: Unable to dup channel: No such file or directory
Seems to be dahdi is missing. Any ideas how to remedy?
I have tried to recompile Dahdi from:
http://wiki.allstarlink.org/wiki/DAHDI_Make
After running the "make" command I get the following:
"You do not appear to have the sources for the 2.6.32- 042stab127.2 kernel installed."
I can't seem to find how to update/install 2.6.32- 042stab127.2 kernel.
Monty KE7JVX
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_r pt-users
To unsubscribe from this list please visit http://lists.all starlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.> > >
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt -users
To unsubscribe from this list please visit http://lists.allst arlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.> > > >
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-u sers
To unsubscribe from this list please visit http://lists.allstar link.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.> > > >
App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-use rs
To unsubscribe from this list please visit http://lists.allstarli nk.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.> >
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink .org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.o rg/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Using Opera's mail client: http://www.opera.com/mail/
https://ipxcore.com/ On 04/09/2018 10:59 PM, Mike wrote:
btw, I don't know where you get a vps for $1 a month.(not sure who mentioned that) I have one @ $5/m the others cost me 10 or more.
wonder if asl would run on a small footprint as small as the one for 1$ a months there... Cant try they are out of stock.. I would love to try! 2018-04-10 6:03 GMT-04:00 Greg Thornwall <thorn@myactv.net>:
On 04/09/2018 10:59 PM, Mike wrote:
btw, I don't know where you get a vps for $1 a month.(not sure who mentioned that) I have one @ $5/m the others cost me 10 or more.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
They go out of stock now and then, try again later. You need at least the $3.99/month for a hub: https://ipxcore.com/kvm-vps On 04/10/2018 11:52 AM, Pierre Martel wrote:
wonder if asl would run on a small footprint as small as the one for 1$ a months there... Cant try they are out of stock.. I would love to try!
2018-04-10 6:03 GMT-04:00 Greg Thornwall <thorn@myactv.net <mailto:thorn@myactv.net>>:
On 04/09/2018 10:59 PM, Mike wrote:
btw, I don't know where you get a vps for $1 a month.(not sure who mentioned that) I have one @ $5/m the others cost me 10 or more.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users <http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (8)
-
Andy KB7B -
Benjamin Naber -
Greg Thornwall -
Jeff Lehman -
Mike -
Monty -
Pierre Martel -
Steve Zingman