I want to do a central node for my repeaters.. I have 2 repeater on a site , another is already online and 2 other comming in soon.. I want them linked permanently but dont want to have any of those server as the central node cause none have the abndwith for it.. So I stumbled on a company that host vps server for real cheap.. But they are on debian. is it possible to install a node on a debian system? can someone point me in the right direction? Thanks Pierre VE2PFpresident VE2MRC for the curious.. here is the hosting company:https://www.beastnode.com/vps
Never mind.. Just found out they can have a debian 5 installed.. https://www.beastnode.com/portal/knowledgebase/110/Operating-System-Template... From: petem001@hotmail.com To: app_rpt-users@ohnosec.org Date: Sun, 7 Sep 2014 22:38:29 -0400 Subject: [App_rpt-users] debian? I want to do a central node for my repeaters.. I have 2 repeater on a site , another is already online and 2 other comming in soon.. I want them linked permanently but dont want to have any of those server as the central node cause none have the abndwith for it.. So I stumbled on a company that host vps server for real cheap.. But they are on debian. is it possible to install a node on a debian system? can someone point me in the right direction? Thanks Pierre VE2PFpresident VE2MRC for the curious.. here is the hosting company:https://www.beastnode.com/vps _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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.
Ok got a 3 month account with them.. got debian 5 installed.. of course the kernel is way too new to install asterisk with out problem here is the output for the version of the kernel.:# cat /proc/versionLinux version 2.6.32-042stab093.4 (root@kbuild-rh6-x64) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Mon Aug 11 18:47:39 MSK 2014 So if I run phase2.sh from /etc/rc.d/ ( I did copy the script there and the acidrepo file at the same place, I have an error, can't compile zaptel. here is the last few lines from the compiler: make[3]: Leaving directory `/usr/src/astsrc/zaptel/menuselect/mxml'gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a mxml/libmxml.amake[2]: Leaving directory `/usr/src/astsrc/zaptel/menuselect'make[1]: Leaving directory `/usr/src/astsrc/zaptel/menuselect'Generating input for menuselect ... *********************************************************** The existing menuselect.makeopts file did not specify that 'zttool' should not be included. However, either some dependencies for this module were not found or a conflict exists. Either run 'make menuselect' or remove the existing menuselect.makeopts file to resolve this issue.*********************************************************** make: *** [menuselect.makeopts] Error 255Failure: Unable to compile Zaptel 2Fatal error: Unable to install Asterisk![root@node rc.d]# Anyone have a simple answer to this? Do I need zaptel since I wont be connecting and radio directly to this server? If I dont need it. How do I prevent the install script from compiling it? Lots of question.. But I am not that used to such stuff ;-) Pierre MartelVE2PF From: petem001@hotmail.com To: app_rpt-users@ohnosec.org Date: Sun, 7 Sep 2014 22:48:40 -0400 Subject: Re: [App_rpt-users] debian? Never mind.. Just found out they can have a debian 5 installed.. https://www.beastnode.com/portal/knowledgebase/110/Operating-System-Template... From: petem001@hotmail.com To: app_rpt-users@ohnosec.org Date: Sun, 7 Sep 2014 22:38:29 -0400 Subject: [App_rpt-users] debian? I want to do a central node for my repeaters.. I have 2 repeater on a site , another is already online and 2 other comming in soon.. I want them linked permanently but dont want to have any of those server as the central node cause none have the abndwith for it.. So I stumbled on a company that host vps server for real cheap.. But they are on debian. is it possible to install a node on a debian system? can someone point me in the right direction? Thanks Pierre VE2PFpresident VE2MRC for the curious.. here is the hosting company:https://www.beastnode.com/vps _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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.
Pete, It has been awhile since I have done it but I have a PC system in the basement that has acid on it with Debian. I was experimenting when i was working on the RPi. You need to use dahdi not zaptel. I could probably tar up the source. It doesn't have the dahdi patches but they could easily be added. It was the latest Debian at the time - about last April or so. It did work well. You would have to setup the compile environment and recompile. If you are not comfortable with mucking in Linux then it might be a problem. 73 Doug WA3DSP http://www.crompton.com/hamradio From: petem001@hotmail.com To: app_rpt-users@ohnosec.org Date: Mon, 8 Sep 2014 00:32:38 -0400 Subject: Re: [App_rpt-users] beastnode (was debian) Ok got a 3 month account with them.. got debian 5 installed.. of course the kernel is way too new to install asterisk with out problem here is the output for the version of the kernel.:# cat /proc/versionLinux version 2.6.32-042stab093.4 (root@kbuild-rh6-x64) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Mon Aug 11 18:47:39 MSK 2014 So if I run phase2.sh from /etc/rc.d/ ( I did copy the script there and the acidrepo file at the same place, I have an error, can't compile zaptel. here is the last few lines from the compiler: make[3]: Leaving directory `/usr/src/astsrc/zaptel/menuselect/mxml'gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a mxml/libmxml.amake[2]: Leaving directory `/usr/src/astsrc/zaptel/menuselect'make[1]: Leaving directory `/usr/src/astsrc/zaptel/menuselect'Generating input for menuselect ... *********************************************************** The existing menuselect.makeopts file did not specify that 'zttool' should not be included. However, either some dependencies for this module were not found or a conflict exists. Either run 'make menuselect' or remove the existing menuselect.makeopts file to resolve this issue.*********************************************************** make: *** [menuselect.makeopts] Error 255Failure: Unable to compile Zaptel 2Fatal error: Unable to install Asterisk![root@node rc.d]# Anyone have a simple answer to this? Do I need zaptel since I wont be connecting and radio directly to this server? If I dont need it. How do I prevent the install script from compiling it? Lots of question.. But I am not that used to such stuff ;-) Pierre MartelVE2PF From: petem001@hotmail.com To: app_rpt-users@ohnosec.org Date: Sun, 7 Sep 2014 22:48:40 -0400 Subject: Re: [App_rpt-users] debian? Never mind.. Just found out they can have a debian 5 installed.. https://www.beastnode.com/portal/knowledgebase/110/Operating-System-Template... From: petem001@hotmail.com To: app_rpt-users@ohnosec.org Date: Sun, 7 Sep 2014 22:38:29 -0400 Subject: [App_rpt-users] debian? I want to do a central node for my repeaters.. I have 2 repeater on a site , another is already online and 2 other comming in soon.. I want them linked permanently but dont want to have any of those server as the central node cause none have the abndwith for it.. So I stumbled on a company that host vps server for real cheap.. But they are on debian. is it possible to install a node on a debian system? can someone point me in the right direction? Thanks Pierre VE2PFpresident VE2MRC for the curious.. here is the hosting company:https://www.beastnode.com/vps _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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.
Have the hosting provider load a 32-bit OS and you'll have more luck. However, even if you get through the install process, don't be surprised if you experience choppy and unpredictable audio. Many including myself have only had limited success running AllStar virtualized. Not saying it won't work, but don't be disappointed if it doesn't. Good luck... -- Rob - AH2S September 8 2014 1:32 PM, "pete M" wrote: Ok got a 3 month account with them.. got debian 5 installed.. of course the kernel is way too new to install asterisk with out problem here is the output for the version of the kernel.: # cat /proc/version Linux version 2.6.32-042stab093.4 (root@kbuild-rh6-x64) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Mon Aug 11 18:47:39 MSK 2014 So if I run phase2.sh from /etc/rc.d/ ( I did copy the script there and the acidrepo file at the same place, I have an error, can't compile zaptel. here is the last few lines from the compiler: make[3]: Leaving directory `/usr/src/astsrc/zaptel/menuselect/mxml' gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a mxml/libmxml.a make[2]: Leaving directory `/usr/src/astsrc/zaptel/menuselect' make[1]: Leaving directory `/usr/src/astsrc/zaptel/menuselect' Generating input for menuselect ... *********************************************************** The existing menuselect.makeopts file did not specify that 'zttool' should not be included. However, either some dependencies for this module were not found or a conflict exists. Either run 'make menuselect' or remove the existing menuselect.makeopts file to resolve this issue. *********************************************************** make: *** [menuselect.makeopts] Error 255 Failure: Unable to compile Zaptel 2 Fatal error: Unable to install Asterisk! [root@node rc.d]# Anyone have a simple answer to this? Do I need zaptel since I wont be connecting and radio directly to this server? If I dont need it. How do I prevent the install script from compiling it? Lots of question.. But I am not that used to such stuff ;-) Pierre Martel VE2PF ------------------------------------ From: petem001@hotmail.com (mailto:petem001@hotmail.com) To: app_rpt-users@ohnosec.org (mailto:app_rpt-users@ohnosec.org) Date: Sun, 7 Sep 2014 22:48:40 -0400 Subject: Re: [App_rpt-users] debian? Never mind.. Just found out they can have a debian 5 installed.. https://www.beastnode.com/portal/knowledgebase/110/Operating-System-Template... (https://www.beastnode.com/portal/knowledgebase/110/Operating-System-Template...) ------------------------------------ From: petem001@hotmail.com (mailto:petem001@hotmail.com) To: app_rpt-users@ohnosec.org (mailto:app_rpt-users@ohnosec.org) Date: Sun, 7 Sep 2014 22:38:29 -0400 Subject: [App_rpt-users] debian? I want to do a central node for my repeaters.. I have 2 repeater on a site , another is already online and 2 other comming in soon.. I want them linked permanently but dont want to have any of those server as the central node cause none have the abndwith for it.. So I stumbled on a company that host vps server for real cheap.. But they are on debian. is it possible to install a node on a debian system? can someone point me in the right direction? Thanks Pierre VE2PF president VE2MRC for the curious.. here is the hosting company: https://www.beastnode.com/vps (https://www.beastnode.com/vps) _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org (mailto:App_rpt-users@ohnosec.org) http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users (http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users) To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users (http://ohnosec.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@ohnosec.org (mailto:App_rpt-users@ohnosec.org) http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users (http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users) To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users (http://ohnosec.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.
Sorry, I wrote debian 5 cause I must have been a bit tired.. I have Centos 5 32 bit on the vps. Could I download an old version of the kernel, compile it on the machine and change the boot loader to run that older version? Or would I break something trying to comile from the lastest svn? does phase2.sh take the lastest svn from the allstar repo? for now the machine react very fast.. Ihope it will keep like that. Date: Mon, 8 Sep 2014 05:23:11 +0000 From: rob@ah2s.org To: app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] beastnode (was debian) Have the hosting provider load a 32-bit OS and you'll have more luck. However, even if you get through the install process, don't be surprised if you experience choppy and unpredictable audio. Many including myself have only had limited success running AllStar virtualized. Not saying it won't work, but don't be disappointed if it doesn't. Good luck... -- Rob - AH2S September 8 2014 1:32 PM, "pete M" <petem001@hotmail.com> wrote: Ok got a 3 month account with them.. got debian 5 installed.. of course the kernel is way too new to install asterisk with out problem here is the output for the version of the kernel.: # cat /proc/version Linux version 2.6.32-042stab093.4 (root@kbuild-rh6-x64) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Mon Aug 11 18:47:39 MSK 2014 So if I run phase2.sh from /etc/rc.d/ ( I did copy the script there and the acidrepo file at the same place, I have an error, can't compile zaptel. here is the last few lines from the compiler: make[3]: Leaving directory `/usr/src/astsrc/zaptel/menuselect/mxml' gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a mxml/libmxml.a make[2]: Leaving directory `/usr/src/astsrc/zaptel/menuselect' make[1]: Leaving directory `/usr/src/astsrc/zaptel/menuselect' Generating input for menuselect ... *********************************************************** The existing menuselect.makeopts file did not specify that 'zttool' should not be included. However, either some dependencies for this module were not found or a conflict exists. Either run 'make menuselect' or remove the existing menuselect.makeopts file to resolve this issue. *********************************************************** make: *** [menuselect.makeopts] Error 255 Failure: Unable to compile Zaptel 2 Fatal error: Unable to install Asterisk! [root@node rc.d]# Anyone have a simple answer to this? Do I need zaptel since I wont be connecting and radio directly to this server? If I dont need it. How do I prevent the install script from compiling it? Lots of question.. But I am not that used to such stuff ;-) Pierre Martel VE2PF From: petem001@hotmail.com To: app_rpt-users@ohnosec.org Date: Sun, 7 Sep 2014 22:48:40 -0400 Subject: Re: [App_rpt-users] debian? Never mind.. Just found out they can have a debian 5 installed.. https://www.beastnode.com/portal/knowledgebase/110/Operating-System-Template... From: petem001@hotmail.com To: app_rpt-users@ohnosec.org Date: Sun, 7 Sep 2014 22:38:29 -0400 Subject: [App_rpt-users] debian? I want to do a central node for my repeaters.. I have 2 repeater on a site , another is already online and 2 other comming in soon.. I want them linked permanently but dont want to have any of those server as the central node cause none have the abndwith for it.. So I stumbled on a company that host vps server for real cheap.. But they are on debian. is it possible to install a node on a debian system? can someone point me in the right direction? Thanks Pierre VE2PF president VE2MRC for the curious.. here is the hosting company: https://www.beastnode.com/vps _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 (3)
-
Doug Crompton -
pete M -
Rob Pectol - AH2S