You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(91) |
Feb
(111) |
Mar
(226) |
Apr
(65) |
May
(197) |
Jun
(202) |
Jul
(92) |
Aug
(87) |
Sep
(120) |
Oct
(133) |
Nov
(89) |
Dec
(155) |
2008 |
Jan
(251) |
Feb
(136) |
Mar
(174) |
Apr
(149) |
May
(56) |
Jun
(32) |
Jul
(36) |
Aug
(171) |
Sep
(245) |
Oct
(244) |
Nov
(218) |
Dec
(272) |
2009 |
Jan
(113) |
Feb
(119) |
Mar
(192) |
Apr
(117) |
May
(93) |
Jun
(46) |
Jul
(80) |
Aug
(54) |
Sep
(109) |
Oct
(70) |
Nov
(145) |
Dec
(110) |
2010 |
Jan
(137) |
Feb
(87) |
Mar
(45) |
Apr
(157) |
May
(58) |
Jun
(99) |
Jul
(188) |
Aug
(136) |
Sep
(101) |
Oct
(100) |
Nov
(61) |
Dec
(60) |
2011 |
Jan
(84) |
Feb
(43) |
Mar
(70) |
Apr
(17) |
May
(69) |
Jun
(28) |
Jul
(43) |
Aug
(21) |
Sep
(151) |
Oct
(120) |
Nov
(84) |
Dec
(101) |
2012 |
Jan
(119) |
Feb
(82) |
Mar
(70) |
Apr
(115) |
May
(66) |
Jun
(131) |
Jul
(70) |
Aug
(65) |
Sep
(66) |
Oct
(86) |
Nov
(197) |
Dec
(81) |
2013 |
Jan
(65) |
Feb
(48) |
Mar
(32) |
Apr
(68) |
May
(98) |
Jun
(59) |
Jul
(41) |
Aug
(52) |
Sep
(42) |
Oct
(37) |
Nov
(10) |
Dec
(27) |
2014 |
Jan
(61) |
Feb
(34) |
Mar
(30) |
Apr
(52) |
May
(45) |
Jun
(40) |
Jul
(28) |
Aug
(9) |
Sep
(39) |
Oct
(69) |
Nov
(55) |
Dec
(19) |
2015 |
Jan
(13) |
Feb
(21) |
Mar
(5) |
Apr
(14) |
May
(30) |
Jun
(51) |
Jul
(31) |
Aug
(12) |
Sep
(29) |
Oct
(15) |
Nov
(24) |
Dec
(16) |
2016 |
Jan
(62) |
Feb
(76) |
Mar
(30) |
Apr
(43) |
May
(46) |
Jun
(62) |
Jul
(21) |
Aug
(49) |
Sep
(67) |
Oct
(27) |
Nov
(26) |
Dec
(38) |
2017 |
Jan
(7) |
Feb
(12) |
Mar
(69) |
Apr
(59) |
May
(54) |
Jun
(40) |
Jul
(76) |
Aug
(82) |
Sep
(92) |
Oct
(51) |
Nov
(32) |
Dec
(30) |
2018 |
Jan
(22) |
Feb
(25) |
Mar
(34) |
Apr
(35) |
May
(37) |
Jun
(21) |
Jul
(69) |
Aug
(55) |
Sep
(17) |
Oct
(67) |
Nov
(9) |
Dec
(5) |
2019 |
Jan
(19) |
Feb
(12) |
Mar
(15) |
Apr
(19) |
May
|
Jun
(27) |
Jul
(27) |
Aug
(25) |
Sep
(25) |
Oct
(27) |
Nov
(10) |
Dec
(14) |
2020 |
Jan
(22) |
Feb
(20) |
Mar
(36) |
Apr
(40) |
May
(52) |
Jun
(35) |
Jul
(21) |
Aug
(32) |
Sep
(71) |
Oct
(27) |
Nov
(11) |
Dec
(16) |
2021 |
Jan
(16) |
Feb
(21) |
Mar
(21) |
Apr
(27) |
May
(17) |
Jun
|
Jul
(2) |
Aug
(22) |
Sep
(23) |
Oct
(7) |
Nov
(11) |
Dec
(28) |
2022 |
Jan
(23) |
Feb
(18) |
Mar
(9) |
Apr
(15) |
May
(15) |
Jun
(7) |
Jul
(8) |
Aug
(15) |
Sep
(1) |
Oct
|
Nov
(11) |
Dec
(10) |
2023 |
Jan
(14) |
Feb
(10) |
Mar
(11) |
Apr
(13) |
May
(2) |
Jun
(30) |
Jul
(1) |
Aug
(15) |
Sep
(13) |
Oct
(3) |
Nov
(25) |
Dec
(5) |
2024 |
Jan
(3) |
Feb
(10) |
Mar
(9) |
Apr
|
May
(1) |
Jun
(15) |
Jul
(7) |
Aug
(10) |
Sep
(3) |
Oct
(8) |
Nov
(6) |
Dec
(15) |
2025 |
Jan
(3) |
Feb
(1) |
Mar
(7) |
Apr
(5) |
May
(13) |
Jun
(16) |
Jul
(1) |
Aug
(6) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Michael K. <mic...@ip...> - 2018-09-29 23:01:06
|
Hi group Sorry this is probably an easy one. I am sending mail from my tarsnap script using the mail command and it just ends up in the mail spool and does not send. What am I doing wrong? Regards Michael Knill |
From: Michael K. <mic...@ip...> - 2018-09-16 06:07:58
|
Hi Nedi It would be better to find out the exact conditions when it fails rather than the shotgun approach which could be risky and introduce other issues. I would use Monit which checks every minute and is very flexible. E.g. Check program Check-Script path <script path> if status = 1 for 3 cycles then exec "/usr/sbin/asterisk -x 'module reload chan_sip.so'" The script could be something like: #!/bin/sh -e SHOW_TRUNKS="$(asterisk -x 'sip show peers' | grep $1)" if [[ $SHOW_TRUNKS != *"Unspecified"* ]] && [[ $SHOW_TRUNKS = *"UNKNOWN"* ]]; then echo "Trunk needs a reload" exit 1 else echo "Trunk is normal" exit 0 fi You could also do a ping check in the script. Regards Michael Knill From: nedi <ne...@gm...> Reply-To: AstLinux List <ast...@li...> Date: Friday, 14 September 2018 at 7:31 am To: AstLinux List <ast...@li...> Subject: [Astlinux-users] Astlinux network check and restart if internet down. Hi, i have trouble with one bx and message rejected after internet going down for some time. I found this script, but I’m not sure if I can use this on Astlinux. Can anyone help me to adapt this to Astlinux I would like to check internet and if internet connection broke and coming again I would like to restart asterisk if no registered. I think I need an script in combination with a cron job that check if registration fail. If registration fail then make sip reload. And if Internet going down for some time and up after some time, I would like check that and if internet UP an the registration fail or rejected. I would like reboot PBX or only Asterisk… could be something like thiis what I found: asterisk -rx " sip show registry" | grep -w Unregistered && asterisk -rx " sip reload" I found this to on the net. Can someone help me to combine those two cron. asterisk restart if the net is down and once a day just before 7am: crontab -e: 55 6 * * * /usr/sbin/asterisk -r -x "restart gracefully" >/dev/null 2>&1 5,10,15,20,25,30,35,40,45,50,55 * * * * /root/scripts/check_net /root/check_net #!/usr/bin/perl $net=`/bin/ping -c 02 google.com<http://google.com> 2>&1 | /bin/grep -c 'unknown host'`; if ($net==1) { print `/bin/date`; print `/usr/sbin/asterisk -r -x "restart gracefully"`; } Regards Nedi |
From: Michael K. <mic...@ip...> - 2018-09-14 21:53:24
|
Hi Nedi I’m looking at doing something similar. I will be using Monit. Regards Michael Knill Sent from my iPhone so please excuse my brevity. On 14 Sep 2018, at 7:31 am, nedi <ne...@gm...<mailto:ne...@gm...>> wrote: Hi, i have trouble with one bx and message rejected after internet going down for some time. I found this script, but I’m not sure if I can use this on Astlinux. Can anyone help me to adapt this to Astlinux I would like to check internet and if internet connection broke and coming again I would like to restart asterisk if no registered. I think I need an script in combination with a cron job that check if registration fail. If registration fail then make sip reload. And if Internet going down for some time and up after some time, I would like check that and if internet UP an the registration fail or rejected. I would like reboot PBX or only Asterisk… could be something like thiis what I found: asterisk -rx " sip show registry" | grep -w Unregistered && asterisk -rx " sip reload" I found this to on the net. Can someone help me to combine those two cron. asterisk restart if the net is down and once a day just before 7am: crontab -e: 55 6 * * * /usr/sbin/asterisk -r -x "restart gracefully" >/dev/null 2>&1 5,10,15,20,25,30,35,40,45,50,55 * * * * /root/scripts/check_net /root/check_net #!/usr/bin/perl $net=`/bin/ping -c 02 google.com<http://google.com> 2>&1 | /bin/grep -c 'unknown host'`; if ($net==1) { print `/bin/date`; print `/usr/sbin/asterisk -r -x "restart gracefully"`; } Regards Nedi _______________________________________________ Astlinux-users mailing list Ast...@li...<mailto:Ast...@li...> https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr...<mailto:pa...@kr...>. |
From: nedi <ne...@gm...> - 2018-09-13 21:31:24
|
Hi, i have trouble with one bx and message rejected after internet going down for some time. I found this script, but I’m not sure if I can use this on Astlinux. Can anyone help me to adapt this to Astlinux I would like to check internet and if internet connection broke and coming again I would like to restart asterisk if no registered. I think I need an script in combination with a cron job that check if registration fail. If registration fail then make sip reload. And if Internet going down for some time and up after some time, I would like check that and if internet UP an the registration fail or rejected. I would like reboot PBX or only Asterisk… could be something like thiis what I found: asterisk -rx " sip show registry" | grep -w Unregistered && asterisk -rx " sip reload" I found this to on the net. Can someone help me to combine those two cron. asterisk restart if the net is down and once a day just before 7am: crontab -e: 55 6 * * * /usr/sbin/asterisk -r -x "restart gracefully" >/dev/null 2>&1 5,10,15,20,25,30,35,40,45,50,55 * * * * /root/scripts/check_net /root/check_net #!/usr/bin/perl $net=`/bin/ping -c 02 google.com 2>&1 | /bin/grep -c 'unknown host'`; if ($net==1) { print `/bin/date`; print `/usr/sbin/asterisk -r -x "restart gracefully"`; } Regards Nedi |
From: Michael K. <mic...@ip...> - 2018-09-13 06:38:51
|
Thanks Lonnie It went down again and this fixed it. Yay! Im going to put it in Monit now to do it automatically. Now that we know the issues, anything else you can think of? Regards Michael Knill On 15/8/18, 7:10 am, "Michael Knill" <mic...@ip...> wrote: Awesome thanks Lonnie. I will try this when it goes down next. If it fixes the problem, I will try to get Monit to do it automatically e.g. if pppoe is up and SIP is UNREACHABLE for a number of cycles. Regards Michael Knill On 15/8/18, 6:49 am, "Lonnie Abelbeck" <li...@lo...> wrote: > I tried a pppoe-restart on one of the sites and that did not fix the problem. Michael, how long did you wait ? ie. PPPOE_RESTART_DELAY value So, it seems cycling the PPPOEIF interface link in your restart-pppoe-network-cron.sh script might be worth a try Take a look at /usr/sbin/pppoe-restart and note that two lines are commented out #ifconfig $PPPOEIF down and #ifconfig $PPPOEIF up Copy /usr/sbin/pppoe-restart to a local copy and uncomment those lines, and call your local tweaked pppoe-restart in your restart-pppoe-network-cron.sh script. Lonnie PS: if you prefer to use the iproute2 commands to toggle the link, you can use ... ip link set dev $PPPOEIF down and ip link set dev $PPPOEIF up > On Aug 14, 2018, at 3:32 AM, Michael Knill <mic...@ip...> wrote: > > Ok I have had two other sites now which have exhibited the same issue, both using the same internet provider. > I tried a pppoe-restart on one of the sites and that did not fix the problem. > I did a tcpdump -i ppp0 -Q in -A udp port 5060 and I received no packets e.g. should have been receiving 200 OK from SIP OPTIONS. > When I got the customer to unplug the cable between the modem and Astlinux box for about 10 seconds this fixed the problem. > > Could this POSSIBLY be an Astlinux issue. It certainly seems not but I have no idea where to go now. > I wonder if I can use Monit to disable and enable eth0 when its absolutely broken. > > Regards > Michael Knill > > On 7/8/18, 7:26 am, "Lonnie Abelbeck" <li...@lo...> wrote: > >> PS. Why do you need to stop Asterisk first? > > In this case you can take advantage of the delay in the pppoe-restart script. > > I like symmetry, stop services while the network is active ... restart the network ... start the services. You may want to restart more than just Asterisk, but that is a good start, and easy to test with it all in a custom script. > > Lonnie > > > >> On Aug 6, 2018, at 4:15 PM, Michael Knill <mic...@ip...> wrote: >> >> Thanks Lonnie. Great to know. >> >> PS. Why do you need to stop Asterisk first? >> >> Regards >> Michael Knill >> >> On 6/8/18, 11:31 pm, "Lonnie Abelbeck" <li...@lo...> wrote: >> >> Hi Michael, >> >> In case you were not aware, we have a PPPoE restart script /usr/sbin/pppoe-restart designed to be called via cron in the the early morning 0300, weekend, or such. >> >> The pppoe-restart script will restart with only a short delay (2 seconds) by default but that can be changed with a user.conf variable >> -- >> PPPOE_RESTART_DELAY="180" >> -- >> which would make the delay 180 seconds. >> >> So, you could call your own custom cron script >> >> -- restart-pppoe-network-cron.sh -- >> #!/bin/sh >> >> export PPPOE_RESTART_DELAY="180" >> >> service asterisk stop >> >> pppoe-restart >> >> service asterisk init >> -- >> Note: if you have a user.conf PPPOE_RESTART_DELAY defined it will override the script's exported PPPOE_RESTART_DELAY value. >> >> And call that script via cron once a day or once a week when users won't be bothered. >> >> Lonnie >> >> >> >>> On Aug 5, 2018, at 6:47 PM, Michael Knill <mic...@ip...> wrote: >>> >>> Probably about 2 minutes. >>> I am still thinking however that this is an upstream problem as you have mentioned and that I actually need to drop and re-establish the PPPoE connection for it to resolve. That's why a reboot fixes it. >>> >>> Regards >>> Michael Knill >>> >>> On 6/8/18, 9:41 am, "Lonnie Abelbeck" <li...@lo...> wrote: >>> >>> For the record, how long did you stop Asterisk ? >>> >>> Lonnie >>> >>> >>>> On Aug 5, 2018, at 5:48 PM, Michael Knill <mic...@ip...> wrote: >>>> >>>> Hi All >>>> >>>> Thanks Lonnie for your idea however this problem occurred again and stopping Asterisk for a while did not fix it. >>>> I had to reboot again as the only thing that fixes it ☹ >>>> >>>> There are some network issues at the site but I cant see why it causes this! >>>> I have changed out the DSL modem so that's not it. >>>> >>>> Any more ideas? >>>> >>>> Regards >>>> Michael Knill >>>> >>>> On 5/7/18, 9:44 am, "Michael Knill" <mic...@ip...> wrote: >>>> >>>> Thanks Lonnie. Good call. That will be my next test. >>>> PS IP Address stays the same. >>>> >>>> Regards >>>> Michael Knill >>>> >>>> On 5/7/18, 9:14 am, "Lonnie Abelbeck" <li...@lo...> wrote: >>>> >>>> Michael, >>>> >>>> My theory has always been your problem is with an upstream firewall. >>>> >>>> Stopping asterisk for a period of time may allow upstream firewall states to expire. >>>> >>>> By rebooting AstLinux you will do the same (stop/start Asterisk) and if you have PPPoE you may pull a different IP address which will bypass any upstream states. >>>> >>>> From all you have described, this looks to me to be an upstream issue relative to AstLinux. >>>> >>>> Lonnie >>>> >>>> >>>> >>>>> On Jul 4, 2018, at 4:56 PM, Michael Knill <mic...@ip...> wrote: >>>>> >>>>> And yes good test. Of course a firewall restart does not clear translations. >>>>> Am I able to clear firewall translations without waiting for them to time out which is what I assume you are doing here? >>>>> It would have to be dome from a remote session as well e.g. through the firewall. >>>>> >>>>> Regards >>>>> Michael Knill >>>>> >>>>> On 4/7/18, 10:41 pm, "Lonnie Abelbeck" <li...@lo...> wrote: >>>>> >>>>>> So my questions are: >>>>>> • Is tcpdump BEFORE the firewall? >>>>> >>>>> For incoming packets tcpdump is before the firewall, for outgoing packets tcpdump is after the firewall, ie. >>>>> -- >>>>> wire -> NIC -> tcpdump -> netfilter/firewall >>>>> >>>>> netfilter/firewall -> tcpdump -> NIC -> wire >>>>> -- >>>>> so tcpdump does not see outbound packets blocked by the firewall. >>>>> >>>>> >>>>>> • What tests should I do next? >>>>> >>>>> Have you ever tried ... >>>>> -- >>>>> service asterisk stop >>>>> sleep 90 >>>>> service asterisk init >>>>> -- >>>>> >>>>> >>>>> Lonnie >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>> On Jul 3, 2018, at 10:19 PM, Michael Knill <mic...@ip...> wrote: >>>>>> >>>>>> Back to the ongoing saga of SIP Options ping not working. This one is a bit different though. Here is the scenario: >>>>>> >>>>>> • Can SSH into box fine and network connectivity is fine >>>>>> • Find IP Address based SIP Trunk is UNREACHABLE. Can ping provider from the box >>>>>> • Asterisk SIP Debug shows SIP Options sent but none received. This is also the case using tcpdump on the ppp0 interface >>>>>> • Asterisk reload and Firewall restart did not fix the problem. The system needed a full reboot for the trunk to be REACHABLE >>>>>> >>>>>> So my questions are: >>>>>> • Is tcpdump BEFORE the firewall? >>>>>> • Can you think of what the issue could be? >>>>>> • What tests should I do next? >>>>>> >>>>>> Unfortunately (or fortunately) this happens very infrequently so the fix will be a long confirmation period. >>>>>> >>>>>> Thanks all! >>>>>> >>>>>> Regards >>>>>> Michael Knill >>>>>> ------------------------------------------------------------------------------ >> >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Astlinux-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/astlinux-users >> >> Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Astlinux-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/astlinux-users >> >> Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: Daryl R. <da...@is...> - 2018-09-11 14:10:10
|
On 2018-09-10 9:24 PM, Lonnie Abelbeck wrote: >> No update for Wireguard? I know it's a pretty fast moving target but it would be nice to see getting to the latest snapshot every astlinux release... >> >> Thanks! > > Yes, as per the Pre-Release ChangeLog > https://s3.amazonaws.com/beta.astlinux-project/astlinux-changelog/ChangeLog.txt > > -- WireGuard VPN, version bump to 0.0.20180904 Ah, thank you. I hadn't looked at the online changelog as it does give a lot more information than the synopsis in this announcement email. I'll check there in the future! Thanks again -- Daryl Richards Isle Technical Services Inc |
From: Lonnie A. <li...@lo...> - 2018-09-11 01:24:44
|
> On Sep 10, 2018, at 7:14 PM, Daryl Richards via Astlinux-users <ast...@li...> wrote: > > On 9/9/2018 11:01 AM, Lonnie Abelbeck wrote: >> Announcing Pre-Release Version: astlinux-1.3-3888-523a33 >> >> The AstLinux Team is regularly upgrading packages containing security and bug fixes as well as adding new features of our own. >> >> -- Linux Kernel 3.16.57, security and bug fixes. >> >> -- genx86_64-vm board type, add support for virtio-blk as a bootable disk driver, also added to RUNNIX. >> Tested via Proxmox and Vultr (hosted). >> >> -- genx86_64-vm board type, add support for QEMU Guest Agent (qemu-ga 2.12.0). >> >> -- rng-tools, new package, version 6.4, Random Number Generator (RNG) daemon >> Enabled by default to increase the available entropy for the kernel's "random" sources. >> Uses one of 3 sources, in order: >> 1) /dev/hwrng (typically via virtio-rng for the genx86_64-vm board type) >> 2) Intel RDRAND instruction on supported CPU's >> 3) jitterentropy, Hardware RNG based on CPU timing jitter >> >> -- keepalived, new package, version 2.0.7, VRRP High Availability daemon >> >> -- msmtpd (msmtp 1.8.0), added SMTP localhost daemon to forward 127.0.0.1:25 to "sendmail", enabled by default. >> >> -- Asterisk 13 version bump to 13.23.0 >> > No update for Wireguard? I know it's a pretty fast moving target but it would be nice to see getting to the latest snapshot every astlinux release... > > Thanks! Yes, as per the Pre-Release ChangeLog https://s3.amazonaws.com/beta.astlinux-project/astlinux-changelog/ChangeLog.txt -- WireGuard VPN, version bump to 0.0.20180904 Lonnie |
From: Daryl R. <da...@is...> - 2018-09-11 00:41:26
|
On 9/9/2018 11:01 AM, Lonnie Abelbeck wrote: > Announcing Pre-Release Version: astlinux-1.3-3888-523a33 > > The AstLinux Team is regularly upgrading packages containing security and bug fixes as well as adding new features of our own. > > -- Linux Kernel 3.16.57, security and bug fixes. > > -- genx86_64-vm board type, add support for virtio-blk as a bootable disk driver, also added to RUNNIX. > Tested via Proxmox and Vultr (hosted). > > -- genx86_64-vm board type, add support for QEMU Guest Agent (qemu-ga 2.12.0). > > -- rng-tools, new package, version 6.4, Random Number Generator (RNG) daemon > Enabled by default to increase the available entropy for the kernel's "random" sources. > Uses one of 3 sources, in order: > 1) /dev/hwrng (typically via virtio-rng for the genx86_64-vm board type) > 2) Intel RDRAND instruction on supported CPU's > 3) jitterentropy, Hardware RNG based on CPU timing jitter > > -- keepalived, new package, version 2.0.7, VRRP High Availability daemon > > -- msmtpd (msmtp 1.8.0), added SMTP localhost daemon to forward 127.0.0.1:25 to "sendmail", enabled by default. > > -- Asterisk 13 version bump to 13.23.0 > No update for Wireguard? I know it's a pretty fast moving target but it would be nice to see getting to the latest snapshot every astlinux release... Thanks! |
From: Lonnie A. <li...@lo...> - 2018-09-09 15:01:14
|
Announcing Pre-Release Version: astlinux-1.3-3888-523a33 The AstLinux Team is regularly upgrading packages containing security and bug fixes as well as adding new features of our own. -- Linux Kernel 3.16.57, security and bug fixes. -- genx86_64-vm board type, add support for virtio-blk as a bootable disk driver, also added to RUNNIX. Tested via Proxmox and Vultr (hosted). -- genx86_64-vm board type, add support for QEMU Guest Agent (qemu-ga 2.12.0). -- rng-tools, new package, version 6.4, Random Number Generator (RNG) daemon Enabled by default to increase the available entropy for the kernel's "random" sources. Uses one of 3 sources, in order: 1) /dev/hwrng (typically via virtio-rng for the genx86_64-vm board type) 2) Intel RDRAND instruction on supported CPU's 3) jitterentropy, Hardware RNG based on CPU timing jitter -- keepalived, new package, version 2.0.7, VRRP High Availability daemon -- msmtpd (msmtp 1.8.0), added SMTP localhost daemon to forward 127.0.0.1:25 to "sendmail", enabled by default. -- Asterisk 13 version bump to 13.23.0 New Documentation Topics: VRRP High Availability Daemon (keepalived) -- https://doc.astlinux-project.org/userdoc:tt_high_availability Qotom Q530G6 Core i3-6100U Fanless Appliance -- https://doc.astlinux-project.org/userdoc:board_qotom_q530g6 Linode KVM -- https://doc.astlinux-project.org/userdoc:hosted_guest_vm_linode Vultr KVM -- https://doc.astlinux-project.org/userdoc:hosted_guest_vm_vultr Updated Documentation Topics: WAN Failover -- https://doc.astlinux-project.org/userdoc:tt_wan_failover#example4g_lte_modem_failover These pre-release images are for those who would like to take advantage of the AstLinux development before the next official release, as well as providing testing for the project. The "AstLinux Pre-Release ChangeLog" and "Repository URL" entries can be found under the "Development" tab of the AstLinux Project web site ... AstLinux Project -> Development https://www.astlinux-project.org/dev.html While these images are considered 'stable', the lack of testing will not make these images suitable for critical production systems. If you should come across an issue, please report back here. AstLinux Team |
From: Michael K. <mic...@ip...> - 2018-08-27 10:58:55
|
As an FYI on this, I ran iperf3 as a server on one of my hosted Astlinux boxes. Seemed to work fine: /usr/bin/iperf3 -s -p 5200 -D >/dev/null 2>&1 Open up firewall for UDP/TCP to port 5200 Regards Michael Knill On 30/3/18, 2:05 am, "Lonnie Abelbeck" <li...@lo...> wrote: On Mar 29, 2018, at 4:39 AM, Michael Keuter <li...@mk...> wrote: > >> Am 29.03.2018 um 07:28 schrieb Michael Knill <mic...@ip...>: >> >> Is there any way to perform a speed test on Astlinux? >> >> This would be really nice: >> https://github.com/sivel/speedtest-cli >> >> Needs Python though. >> >> Regards >> Michael Knill > > Hi Michael, > > I use this one: > https://github.com/blackdotsh/curl-speedtest/blob/master/speedtest.sh > > There are separate links for geographic versions inside as well. > > Additionally I use public iperf 3 servers to test with: > https://iperf.fr/iperf-servers.php > > Michael +1 for iperf3 TCP upload speed, 2 parallel streams -- $ iperf3 -c iperf.he.net -P 2 Connecting to host iperf.he.net, port 5201 ... [ ID] Interval Transfer Bandwidth Retr [SUM] 0.00-10.00 sec 13.9 MBytes 11.7 Mbits/sec 22 sender [SUM] 0.00-10.00 sec 11.2 MBytes 9.38 Mbits/sec receiver -- TCP download speed, 2 parallel streams -- $ iperf3 -c iperf.he.net -P 2 -R Connecting to host iperf.he.net, port 5201 Reverse mode, remote host iperf.he.net is sending ... [ ID] Interval Transfer Bandwidth Retr [SUM] 0.00-10.00 sec 71.2 MBytes 59.7 Mbits/sec 3309 sender [SUM] 0.00-10.00 sec 61.5 MBytes 51.6 Mbits/sec receiver -- Particularly useful for SIP VoIP is UDP and a bandwidth argument ... UDP upload test, test-bandwidth is 1000 kbps (approx. 10 ulaw simultaneous calls) -- $ iperf3 -c iperf.he.net -u -b 1000k Connecting to host iperf.he.net, port 5201 --- [ ID] Interval Transfer Bandwidth Jitter Lost/Total Datagrams [ 4] 0.00-10.00 sec 1.19 MBytes 996 Kbits/sec 3.005 ms 0/152 (0%) [ 4] Sent 152 datagrams -- The extra benefit here is the jitter and packet loss measurements. UDP download test, test-bandwidth is 1000 kbps (approx. 10 ulaw simultaneous calls) -- $ iperf3 -c iperf.he.net -u -b 1000k -R Reverse mode, remote host iperf.he.net is sending ... [ ID] Interval Transfer Bandwidth Jitter Lost/Total Datagrams [ 4] 0.00-10.00 sec 1.21 MBytes 1.02 Mbits/sec 0.000 ms 0/0 (-nan%) [ 4] Sent 0 datagrams -- For you in Australia, finding a mainland public iperf3 server would be best, but give iperf.he.net a try ... possibly talk your ISP into implementing an iperf3 server. Lonnie ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: Shamus R. <sh...@sr...> - 2018-08-26 03:06:31
|
I did some further digging and had a “doh” moment. Turns out that if you have "searchcontexts=yes” in your voicemail.conf, you cannot have duplicate mailboxes. Problem fixed! > > > Message: 2 > Date: Fri, 17 Aug 2018 10:56:13 +0200 > From: Michael Keuter <li...@mk...> > To: AstLinux Users Mailing List <ast...@li...> > Subject: Re: [Astlinux-users] multi-tenant voicemail > Message-ID: <525...@mk...> > Content-Type: text/plain; charset=utf-8 > > >> Am 17.08.2018 um 03:15 schrieb Shamus Rask <sh...@sr...>: >> >> This is more of an Asterisk question, but I?m hoping someone can share their experience. I?m setting up a multi-tenant system, and in doing so discovered the following. When I tried the following in voicemail.conf (note this is directly from the sample config): >> >> [default] >> 1234 => 4242,Example Mailbox,root@localhost >> >> [other] >> 1234 => 5678,Company2 User,root@localhost >> >> I see the following at the Asterisk CLI: >> pbx0*CLI >>> voicemail show users >> Context Mbox User Zone NewMsg >> default 1234 Example Mailbox 0 >> 1 voicemail users configured. > > You could also do that (with Tab) for a special context: > > "voicemail show users for other" > > That will show you the other context. > > In your sip.conf you need to always add the voicemail context: > > "mailbox=1234@default" or > "mailbox=1234@other" > > For me it seems to work with 2 contexts (Asterisk 13): > > pbx-nf9hg*CLI> voicemail show users > Context Mbox User Zone NewMsg > default 17 17-test germany 0 > callback 17 17-test germany 0 > > >> It looks like Asterisk cannot parse multiple mailboxes of the same number even if they?re in? different contexts. If I changed either of the mailbox numbers and did a ?voicemail reload?, they do both appear. >> >> Assuming the above behaviour is correct and I haven?t mis-configured some option, how do others handle multi-tenant voicemail? My initial thoughts were that I could prepend each mailbox with the tenant name, however I think this would break the VoiceMailMain() application (if not others). >> >> Thanks for your comments, >> Shamus > > Michael > > http://www.mksolutions.info > > > > > > > ------------------------------ > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > > ------------------------------ > > End of Astlinux-users Digest, Vol 145, Issue 19 > *********************************************** |
From: Michael K. <mic...@ip...> - 2018-08-24 23:31:39
|
Wow thanks so much. Im looking forward to testing it out Regards Michael Knill On 25/8/18, 7:31 am, "Lonnie Abelbeck" <li...@lo...> wrote: Update, Added virtio-blk block device system support https://github.com/astlinux-project/astlinux/commit/7857ceccfd1434036e425dcbb4cbb5ef85104778 Many thanks to Michael Keuter for testing and decision making. Tested via Proxmox and Vultr (hosted). Back to the original topic, AstLinux 1.3.4 and Vultr in Sydney AU would be a possible alternative to AWS. Lonnie > On Aug 23, 2018, at 8:05 AM, Lonnie Abelbeck <li...@lo...> wrote: > > Thinking about this more, I think it makes sense to add virtio-blk support. Michael Keuter concurs as well. > > I talked with the Vultr support, and they were crystal clear that they will only support virtio-blk and not virtio-scsi in the predictable future. > > There are pros/cons for either virtio-blk/virtio-scsi, it does not seem like either is going away any time soon. > > I think it is worth the trouble to add support for virtio-blk in genx86_64-vm (also handle /dev/vd[a-d] in runnix, runnix-iso, and initrd). > > Lonnie > Wow it looks hard to install Astlinux in EC2. You have to build it locally and import. > Has anyone done this? > > Regards > Michael Knill ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: Lonnie A. <li...@lo...> - 2018-08-24 21:31:05
|
Update, Added virtio-blk block device system support https://github.com/astlinux-project/astlinux/commit/7857ceccfd1434036e425dcbb4cbb5ef85104778 Many thanks to Michael Keuter for testing and decision making. Tested via Proxmox and Vultr (hosted). Back to the original topic, AstLinux 1.3.4 and Vultr in Sydney AU would be a possible alternative to AWS. Lonnie > On Aug 23, 2018, at 8:05 AM, Lonnie Abelbeck <li...@lo...> wrote: > > Thinking about this more, I think it makes sense to add virtio-blk support. Michael Keuter concurs as well. > > I talked with the Vultr support, and they were crystal clear that they will only support virtio-blk and not virtio-scsi in the predictable future. > > There are pros/cons for either virtio-blk/virtio-scsi, it does not seem like either is going away any time soon. > > I think it is worth the trouble to add support for virtio-blk in genx86_64-vm (also handle /dev/vd[a-d] in runnix, runnix-iso, and initrd). > > Lonnie > Wow it looks hard to install Astlinux in EC2. You have to build it locally and import. > Has anyone done this? > > Regards > Michael Knill |
From: Lonnie A. <li...@lo...> - 2018-08-23 13:05:22
|
Thinking about this more, I think it makes sense to add virtio-blk support. Michael Keuter concurs as well. I talked with the Vultr support, and they were crystal clear that they will only support virtio-blk and not virtio-scsi in the predictable future. There are pros/cons for either virtio-blk/virtio-scsi, it does not seem like either is going away any time soon. I think it is worth the trouble to add support for virtio-blk in genx86_64-vm (also handle /dev/vd[a-d] in runnix, runnix-iso, and initrd). Lonnie > On Aug 23, 2018, at 2:10 AM, David Kerr <Da...@Ke...> wrote: > > But Astlinux could be built with that. My own personal custom build I have CONFIG_VIRTIO_BLK=m set. I don't know if having it as a module would be good enough. I do not build the install ISO however... is that necessary for Vultr or can you start from the raw image? > > David > > On Wed, Aug 22, 2018 at 6:23 PM Lonnie Abelbeck <li...@lo...> wrote: > Sadly, https://www.vultr.com does not work with AstLinux since they require virtio-blk disk driver support, while AstLinux uses virtio-scsi drivers. > > Lonnie > > > > > On Aug 22, 2018, at 2:16 PM, Lonnie Abelbeck <li...@lo...> wrote: > > > > For fun, I am testing Vultr, the web interface is nice and adding our VM ISO is very simple. > > > > But, I can't get the base storage to mount, they say they use SCSI_VIRTIO, which we support. > > > > I'll report back when I learn more. > > > > Lonnie > > > > > > > > > >> On Aug 22, 2018, at 9:39 AM, Lonnie Abelbeck <li...@lo...> wrote: > >> > >> Christopher, good points ... thanks for sharing your experience. > >> > >> Michael, I ran across a Linode-like provider "Vultr", with a Sydney location. Until today I have never heard of them (just my ignorance I suspect). > >> > >> https://www.vultr.com/pricing/ > >> > >> Vultr looks like it should work with an AstLinux ISO, but don't know for sure until someone tries. > >> https://www.vultr.com/features/uploadiso/ > >> > >> Lonnie > >> > >> > >> > >>> On Aug 22, 2018, at 7:33 AM, The Cadillac Kid via Astlinux-users <ast...@li...> wrote: > >>> > >>> the big issue i have with AWS is no ability t ogain console access when needed to get things working right. I have quite a few servers running on AWS, however my Asterisk servers are not among them.. AWS doesnt do real well at limiting someones Rogue instance and i had issues with latencies and jitter when running a decent size system on AWS.. I havent attempted astlinux specifically but we ended up building out our own metal for our cloud solutions and havent had any issues since.. > >>> -Christopher > >>> On Wednesday, August 22, 2018, 3:25:22 AM EDT, David Kerr <da...@ke...> wrote: > >>> > >>> > >>> I have tried and failed with AWS and Google. The issue appears to be a requirement for GRUB bootloader. > >>> > >>> David > >>> > >>> On Tue, Aug 21, 2018 at 10:54 PM, Michael Knill <mic...@ip...> wrote: > >>> Hi Lonnie > >>> > >>> Not too good Im afraid. AWS is certainly the go for me: > >>> > >>> PING speedtest.tokyo2.linode.com (139.162.65.37): 56 data bytes > >>> > >>> --- speedtest.tokyo2.linode.com ping statistics --- > >>> 10 packets transmitted, 10 packets received, 0% packet loss > >>> round-trip min/avg/max = 105.966/106.090/106.254 ms > >>> PING speedtest.singapore.linode.com (139.162.23.4): 56 data bytes > >>> > >>> --- speedtest.singapore.linode.com ping statistics --- > >>> 10 packets transmitted, 10 packets received, 0% packet loss > >>> round-trip min/avg/max = 97.833/97.970/98.255 ms > >>> > >>> PING dynamodb.ap-southeast-2. amazonaws.com (52.94.13.132): 56 data bytes > >>> > >>> --- dynamodb.ap-southeast-2. amazonaws.com ping statistics --- > >>> 10 packets transmitted, 10 packets received, 0% packet loss > >>> round-trip min/avg/max = 7.004/7.125/7.217 ms > >>> > >>> Regards > >>> Michael Knill > >>> > >>> On 22/8/18, 12:24 pm, "Lonnie Abelbeck" <li...@lo...> wrote: > >>> > >>> Hi Michael, > >>> > >>> No I haven't, but it does look like you can import VMware images. > >>> > >>> I really like Linode for AstLinux in the cloud, but sadly there is no Linode locations in Australia (yet). > >>> > >>> If you wouldn't mind, hows does the latency compare for you: > >>> > >>> Linode - Asia Pacific (Tokyo) > >>> ping -q -c10 speedtest.tokyo2.linode.com > >>> > >>> Linode - Asia Pacific (Singapore) > >>> ping -q -c10 speedtest.singapore.linode.com > >>> > >>> AWS - Asia Pacific (Sydney) > >>> ping -q -c10 dynamodb.ap-southeast-2. amazonaws.com > >>> > >>> > >>> Lonnie > >>> > >>> > >>>> On Aug 21, 2018, at 5:37 PM, Michael Knill <michael.knill@ipcsolutions. com.au> wrote: > >>>> > >>>> Wow it looks hard to install Astlinux in EC2. You have to build it locally and import. > >>>> Has anyone done this? > >>>> > >>>> Regards > >>>> Michael Knill > >>> > > > > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > Astlinux-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: David K. <da...@ke...> - 2018-08-23 07:11:19
|
But Astlinux could be built with that. My own personal custom build I have CONFIG_VIRTIO_BLK=m set. I don't know if having it as a module would be good enough. I do not build the install ISO however... is that necessary for Vultr or can you start from the raw image? David On Wed, Aug 22, 2018 at 6:23 PM Lonnie Abelbeck <li...@lo...> wrote: > Sadly, https://www.vultr.com does not work with AstLinux since they > require virtio-blk disk driver support, while AstLinux uses virtio-scsi > drivers. > > Lonnie > > > > > On Aug 22, 2018, at 2:16 PM, Lonnie Abelbeck <li...@lo...> > wrote: > > > > For fun, I am testing Vultr, the web interface is nice and adding our VM > ISO is very simple. > > > > But, I can't get the base storage to mount, they say they use > SCSI_VIRTIO, which we support. > > > > I'll report back when I learn more. > > > > Lonnie > > > > > > > > > >> On Aug 22, 2018, at 9:39 AM, Lonnie Abelbeck <li...@lo...> > wrote: > >> > >> Christopher, good points ... thanks for sharing your experience. > >> > >> Michael, I ran across a Linode-like provider "Vultr", with a Sydney > location. Until today I have never heard of them (just my ignorance I > suspect). > >> > >> https://www.vultr.com/pricing/ > >> > >> Vultr looks like it should work with an AstLinux ISO, but don't know > for sure until someone tries. > >> https://www.vultr.com/features/uploadiso/ > >> > >> Lonnie > >> > >> > >> > >>> On Aug 22, 2018, at 7:33 AM, The Cadillac Kid via Astlinux-users < > ast...@li...> wrote: > >>> > >>> the big issue i have with AWS is no ability t ogain console access > when needed to get things working right. I have quite a few servers running > on AWS, however my Asterisk servers are not among them.. AWS doesnt do > real well at limiting someones Rogue instance and i had issues with > latencies and jitter when running a decent size system on AWS.. I havent > attempted astlinux specifically but we ended up building out our own metal > for our cloud solutions and havent had any issues since.. > >>> -Christopher > >>> On Wednesday, August 22, 2018, 3:25:22 AM EDT, David Kerr < > da...@ke...> wrote: > >>> > >>> > >>> I have tried and failed with AWS and Google. The issue appears to be > a requirement for GRUB bootloader. > >>> > >>> David > >>> > >>> On Tue, Aug 21, 2018 at 10:54 PM, Michael Knill < > mic...@ip...> wrote: > >>> Hi Lonnie > >>> > >>> Not too good Im afraid. AWS is certainly the go for me: > >>> > >>> PING speedtest.tokyo2.linode.com (139.162.65.37): 56 data bytes > >>> > >>> --- speedtest.tokyo2.linode.com ping statistics --- > >>> 10 packets transmitted, 10 packets received, 0% packet loss > >>> round-trip min/avg/max = 105.966/106.090/106.254 ms > >>> PING speedtest.singapore.linode.com (139.162.23.4): 56 data bytes > >>> > >>> --- speedtest.singapore.linode.com ping statistics --- > >>> 10 packets transmitted, 10 packets received, 0% packet loss > >>> round-trip min/avg/max = 97.833/97.970/98.255 ms > >>> > >>> PING dynamodb.ap-southeast-2. amazonaws.com (52.94.13.132): 56 data > bytes > >>> > >>> --- dynamodb.ap-southeast-2. amazonaws.com ping statistics --- > >>> 10 packets transmitted, 10 packets received, 0% packet loss > >>> round-trip min/avg/max = 7.004/7.125/7.217 ms > >>> > >>> Regards > >>> Michael Knill > >>> > >>> On 22/8/18, 12:24 pm, "Lonnie Abelbeck" <li...@lo...> > wrote: > >>> > >>> Hi Michael, > >>> > >>> No I haven't, but it does look like you can import VMware images. > >>> > >>> I really like Linode for AstLinux in the cloud, but sadly there is > no Linode locations in Australia (yet). > >>> > >>> If you wouldn't mind, hows does the latency compare for you: > >>> > >>> Linode - Asia Pacific (Tokyo) > >>> ping -q -c10 speedtest.tokyo2.linode.com > >>> > >>> Linode - Asia Pacific (Singapore) > >>> ping -q -c10 speedtest.singapore.linode.com > >>> > >>> AWS - Asia Pacific (Sydney) > >>> ping -q -c10 dynamodb.ap-southeast-2. amazonaws.com > >>> > >>> > >>> Lonnie > >>> > >>> > >>>> On Aug 21, 2018, at 5:37 PM, Michael Knill > <michael.knill@ipcsolutions. com.au> wrote: > >>>> > >>>> Wow it looks hard to install Astlinux in EC2. You have to build it > locally and import. > >>>> Has anyone done this? > >>>> > >>>> Regards > >>>> Michael Knill > >>> > > > > > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > Astlinux-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... |
From: Lonnie A. <li...@lo...> - 2018-08-22 22:23:34
|
Sadly, https://www.vultr.com does not work with AstLinux since they require virtio-blk disk driver support, while AstLinux uses virtio-scsi drivers. Lonnie > On Aug 22, 2018, at 2:16 PM, Lonnie Abelbeck <li...@lo...> wrote: > > For fun, I am testing Vultr, the web interface is nice and adding our VM ISO is very simple. > > But, I can't get the base storage to mount, they say they use SCSI_VIRTIO, which we support. > > I'll report back when I learn more. > > Lonnie > > > > >> On Aug 22, 2018, at 9:39 AM, Lonnie Abelbeck <li...@lo...> wrote: >> >> Christopher, good points ... thanks for sharing your experience. >> >> Michael, I ran across a Linode-like provider "Vultr", with a Sydney location. Until today I have never heard of them (just my ignorance I suspect). >> >> https://www.vultr.com/pricing/ >> >> Vultr looks like it should work with an AstLinux ISO, but don't know for sure until someone tries. >> https://www.vultr.com/features/uploadiso/ >> >> Lonnie >> >> >> >>> On Aug 22, 2018, at 7:33 AM, The Cadillac Kid via Astlinux-users <ast...@li...> wrote: >>> >>> the big issue i have with AWS is no ability t ogain console access when needed to get things working right. I have quite a few servers running on AWS, however my Asterisk servers are not among them.. AWS doesnt do real well at limiting someones Rogue instance and i had issues with latencies and jitter when running a decent size system on AWS.. I havent attempted astlinux specifically but we ended up building out our own metal for our cloud solutions and havent had any issues since.. >>> -Christopher >>> On Wednesday, August 22, 2018, 3:25:22 AM EDT, David Kerr <da...@ke...> wrote: >>> >>> >>> I have tried and failed with AWS and Google. The issue appears to be a requirement for GRUB bootloader. >>> >>> David >>> >>> On Tue, Aug 21, 2018 at 10:54 PM, Michael Knill <mic...@ip...> wrote: >>> Hi Lonnie >>> >>> Not too good Im afraid. AWS is certainly the go for me: >>> >>> PING speedtest.tokyo2.linode.com (139.162.65.37): 56 data bytes >>> >>> --- speedtest.tokyo2.linode.com ping statistics --- >>> 10 packets transmitted, 10 packets received, 0% packet loss >>> round-trip min/avg/max = 105.966/106.090/106.254 ms >>> PING speedtest.singapore.linode.com (139.162.23.4): 56 data bytes >>> >>> --- speedtest.singapore.linode.com ping statistics --- >>> 10 packets transmitted, 10 packets received, 0% packet loss >>> round-trip min/avg/max = 97.833/97.970/98.255 ms >>> >>> PING dynamodb.ap-southeast-2. amazonaws.com (52.94.13.132): 56 data bytes >>> >>> --- dynamodb.ap-southeast-2. amazonaws.com ping statistics --- >>> 10 packets transmitted, 10 packets received, 0% packet loss >>> round-trip min/avg/max = 7.004/7.125/7.217 ms >>> >>> Regards >>> Michael Knill >>> >>> On 22/8/18, 12:24 pm, "Lonnie Abelbeck" <li...@lo...> wrote: >>> >>> Hi Michael, >>> >>> No I haven't, but it does look like you can import VMware images. >>> >>> I really like Linode for AstLinux in the cloud, but sadly there is no Linode locations in Australia (yet). >>> >>> If you wouldn't mind, hows does the latency compare for you: >>> >>> Linode - Asia Pacific (Tokyo) >>> ping -q -c10 speedtest.tokyo2.linode.com >>> >>> Linode - Asia Pacific (Singapore) >>> ping -q -c10 speedtest.singapore.linode.com >>> >>> AWS - Asia Pacific (Sydney) >>> ping -q -c10 dynamodb.ap-southeast-2. amazonaws.com >>> >>> >>> Lonnie >>> >>> >>>> On Aug 21, 2018, at 5:37 PM, Michael Knill <michael.knill@ipcsolutions. com.au> wrote: >>>> >>>> Wow it looks hard to install Astlinux in EC2. You have to build it locally and import. >>>> Has anyone done this? >>>> >>>> Regards >>>> Michael Knill >>> > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: Lonnie A. <li...@lo...> - 2018-08-22 19:16:43
|
For fun, I am testing Vultr, the web interface is nice and adding our VM ISO is very simple. But, I can't get the base storage to mount, they say they use SCSI_VIRTIO, which we support. I'll report back when I learn more. Lonnie > On Aug 22, 2018, at 9:39 AM, Lonnie Abelbeck <li...@lo...> wrote: > > Christopher, good points ... thanks for sharing your experience. > > Michael, I ran across a Linode-like provider "Vultr", with a Sydney location. Until today I have never heard of them (just my ignorance I suspect). > > https://www.vultr.com/pricing/ > > Vultr looks like it should work with an AstLinux ISO, but don't know for sure until someone tries. > https://www.vultr.com/features/uploadiso/ > > Lonnie > > > >> On Aug 22, 2018, at 7:33 AM, The Cadillac Kid via Astlinux-users <ast...@li...> wrote: >> >> the big issue i have with AWS is no ability t ogain console access when needed to get things working right. I have quite a few servers running on AWS, however my Asterisk servers are not among them.. AWS doesnt do real well at limiting someones Rogue instance and i had issues with latencies and jitter when running a decent size system on AWS.. I havent attempted astlinux specifically but we ended up building out our own metal for our cloud solutions and havent had any issues since.. >> -Christopher >> On Wednesday, August 22, 2018, 3:25:22 AM EDT, David Kerr <da...@ke...> wrote: >> >> >> I have tried and failed with AWS and Google. The issue appears to be a requirement for GRUB bootloader. >> >> David >> >> On Tue, Aug 21, 2018 at 10:54 PM, Michael Knill <mic...@ip...> wrote: >> Hi Lonnie >> >> Not too good Im afraid. AWS is certainly the go for me: >> >> PING speedtest.tokyo2.linode.com (139.162.65.37): 56 data bytes >> >> --- speedtest.tokyo2.linode.com ping statistics --- >> 10 packets transmitted, 10 packets received, 0% packet loss >> round-trip min/avg/max = 105.966/106.090/106.254 ms >> PING speedtest.singapore.linode.com (139.162.23.4): 56 data bytes >> >> --- speedtest.singapore.linode.com ping statistics --- >> 10 packets transmitted, 10 packets received, 0% packet loss >> round-trip min/avg/max = 97.833/97.970/98.255 ms >> >> PING dynamodb.ap-southeast-2. amazonaws.com (52.94.13.132): 56 data bytes >> >> --- dynamodb.ap-southeast-2. amazonaws.com ping statistics --- >> 10 packets transmitted, 10 packets received, 0% packet loss >> round-trip min/avg/max = 7.004/7.125/7.217 ms >> >> Regards >> Michael Knill >> >> On 22/8/18, 12:24 pm, "Lonnie Abelbeck" <li...@lo...> wrote: >> >> Hi Michael, >> >> No I haven't, but it does look like you can import VMware images. >> >> I really like Linode for AstLinux in the cloud, but sadly there is no Linode locations in Australia (yet). >> >> If you wouldn't mind, hows does the latency compare for you: >> >> Linode - Asia Pacific (Tokyo) >> ping -q -c10 speedtest.tokyo2.linode.com >> >> Linode - Asia Pacific (Singapore) >> ping -q -c10 speedtest.singapore.linode.com >> >> AWS - Asia Pacific (Sydney) >> ping -q -c10 dynamodb.ap-southeast-2. amazonaws.com >> >> >> Lonnie >> >> >>> On Aug 21, 2018, at 5:37 PM, Michael Knill <michael.knill@ipcsolutions. com.au> wrote: >>> >>> Wow it looks hard to install Astlinux in EC2. You have to build it locally and import. >>> Has anyone done this? >>> >>> Regards >>> Michael Knill >> |
From: Lonnie A. <li...@lo...> - 2018-08-22 14:39:43
|
Christopher, good points ... thanks for sharing your experience. Michael, I ran across a Linode-like provider "Vultr", with a Sydney location. Until today I have never heard of them (just my ignorance I suspect). https://www.vultr.com/pricing/ Vultr looks like it should work with an AstLinux ISO, but don't know for sure until someone tries. https://www.vultr.com/features/uploadiso/ Lonnie > On Aug 22, 2018, at 7:33 AM, The Cadillac Kid via Astlinux-users <ast...@li...> wrote: > > the big issue i have with AWS is no ability t ogain console access when needed to get things working right. I have quite a few servers running on AWS, however my Asterisk servers are not among them.. AWS doesnt do real well at limiting someones Rogue instance and i had issues with latencies and jitter when running a decent size system on AWS.. I havent attempted astlinux specifically but we ended up building out our own metal for our cloud solutions and havent had any issues since.. > -Christopher > On Wednesday, August 22, 2018, 3:25:22 AM EDT, David Kerr <da...@ke...> wrote: > > > I have tried and failed with AWS and Google. The issue appears to be a requirement for GRUB bootloader. > > David > > On Tue, Aug 21, 2018 at 10:54 PM, Michael Knill <mic...@ip...> wrote: > Hi Lonnie > > Not too good Im afraid. AWS is certainly the go for me: > > PING speedtest.tokyo2.linode.com (139.162.65.37): 56 data bytes > > --- speedtest.tokyo2.linode.com ping statistics --- > 10 packets transmitted, 10 packets received, 0% packet loss > round-trip min/avg/max = 105.966/106.090/106.254 ms > PING speedtest.singapore.linode.com (139.162.23.4): 56 data bytes > > --- speedtest.singapore.linode.com ping statistics --- > 10 packets transmitted, 10 packets received, 0% packet loss > round-trip min/avg/max = 97.833/97.970/98.255 ms > > PING dynamodb.ap-southeast-2. amazonaws.com (52.94.13.132): 56 data bytes > > --- dynamodb.ap-southeast-2. amazonaws.com ping statistics --- > 10 packets transmitted, 10 packets received, 0% packet loss > round-trip min/avg/max = 7.004/7.125/7.217 ms > > Regards > Michael Knill > > On 22/8/18, 12:24 pm, "Lonnie Abelbeck" <li...@lo...> wrote: > > Hi Michael, > > No I haven't, but it does look like you can import VMware images. > > I really like Linode for AstLinux in the cloud, but sadly there is no Linode locations in Australia (yet). > > If you wouldn't mind, hows does the latency compare for you: > > Linode - Asia Pacific (Tokyo) > ping -q -c10 speedtest.tokyo2.linode.com > > Linode - Asia Pacific (Singapore) > ping -q -c10 speedtest.singapore.linode.com > > AWS - Asia Pacific (Sydney) > ping -q -c10 dynamodb.ap-southeast-2. amazonaws.com > > > Lonnie > > > > On Aug 21, 2018, at 5:37 PM, Michael Knill <michael.knill@ipcsolutions. com.au> wrote: > > > > Wow it looks hard to install Astlinux in EC2. You have to build it locally and import. > > Has anyone done this? > > > > Regards > > Michael Knill > > > > > ------------------------------ ------------------------------ ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ______________________________ _________________ > Astlinux-users mailing list > Astlinux-users@lists. sourceforge.net > https://lists.sourceforge.net/ lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > > > ------------------------------ ------------------------------ ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ______________________________ _________________ > Astlinux-users mailing list > Astlinux-users@lists. sourceforge.net > https://lists.sourceforge.net/ lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: The C. K. <eld...@ya...> - 2018-08-22 12:33:22
|
the big issue i have with AWS is no ability t ogain console access when needed to get things working right. I have quite a few servers running on AWS, however my Asterisk servers are not among them.. AWS doesnt do real well at limiting someones Rogue instance and i had issues with latencies and jitter when running a decent size system on AWS.. I havent attempted astlinux specifically but we ended up building out our own metal for our cloud solutions and havent had any issues since..-Christopher On Wednesday, August 22, 2018, 3:25:22 AM EDT, David Kerr <da...@ke...> wrote: I have tried and failed with AWS and Google. The issue appears to be a requirement for GRUB bootloader. David On Tue, Aug 21, 2018 at 10:54 PM, Michael Knill <mic...@ip...> wrote: Hi Lonnie Not too good Im afraid. AWS is certainly the go for me: PING speedtest.tokyo2.linode.com (139.162.65.37): 56 data bytes --- speedtest.tokyo2.linode.com ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max = 105.966/106.090/106.254 ms PING speedtest.singapore.linode.com (139.162.23.4): 56 data bytes --- speedtest.singapore.linode.com ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max = 97.833/97.970/98.255 ms PING dynamodb.ap-southeast-2. amazonaws.com (52.94.13.132): 56 data bytes --- dynamodb.ap-southeast-2. amazonaws.com ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max = 7.004/7.125/7.217 ms Regards Michael Knill On 22/8/18, 12:24 pm, "Lonnie Abelbeck" <li...@lo...> wrote: Hi Michael, No I haven't, but it does look like you can import VMware images. I really like Linode for AstLinux in the cloud, but sadly there is no Linode locations in Australia (yet). If you wouldn't mind, hows does the latency compare for you: Linode - Asia Pacific (Tokyo) ping -q -c10 speedtest.tokyo2.linode.com Linode - Asia Pacific (Singapore) ping -q -c10 speedtest.singapore.linode.com AWS - Asia Pacific (Sydney) ping -q -c10 dynamodb.ap-southeast-2. amazonaws.com Lonnie > On Aug 21, 2018, at 5:37 PM, Michael Knill <michael.knill@ipcsolutions. com.au> wrote: > > Wow it looks hard to install Astlinux in EC2. You have to build it locally and import. > Has anyone done this? > > Regards > Michael Knill ------------------------------ ------------------------------ ------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ______________________________ _________________ Astlinux-users mailing list Astlinux-users@lists. sourceforge.net https://lists.sourceforge.net/ lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... ------------------------------ ------------------------------ ------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ______________________________ _________________ Astlinux-users mailing list Astlinux-users@lists. sourceforge.net https://lists.sourceforge.net/ lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: David K. <da...@ke...> - 2018-08-22 07:24:54
|
I have tried and failed with AWS and Google. The issue appears to be a requirement for GRUB bootloader. David On Tue, Aug 21, 2018 at 10:54 PM, Michael Knill < mic...@ip...> wrote: > Hi Lonnie > > Not too good Im afraid. AWS is certainly the go for me: > > PING speedtest.tokyo2.linode.com (139.162.65.37): 56 data bytes > > --- speedtest.tokyo2.linode.com ping statistics --- > 10 packets transmitted, 10 packets received, 0% packet loss > round-trip min/avg/max = 105.966/106.090/106.254 ms > PING speedtest.singapore.linode.com (139.162.23.4): 56 data bytes > > --- speedtest.singapore.linode.com ping statistics --- > 10 packets transmitted, 10 packets received, 0% packet loss > round-trip min/avg/max = 97.833/97.970/98.255 ms > > PING dynamodb.ap-southeast-2.amazonaws.com (52.94.13.132): 56 data bytes > > --- dynamodb.ap-southeast-2.amazonaws.com ping statistics --- > 10 packets transmitted, 10 packets received, 0% packet loss > round-trip min/avg/max = 7.004/7.125/7.217 ms > > Regards > Michael Knill > > On 22/8/18, 12:24 pm, "Lonnie Abelbeck" <li...@lo...> > wrote: > > Hi Michael, > > No I haven't, but it does look like you can import VMware images. > > I really like Linode for AstLinux in the cloud, but sadly there is no > Linode locations in Australia (yet). > > If you wouldn't mind, hows does the latency compare for you: > > Linode - Asia Pacific (Tokyo) > ping -q -c10 speedtest.tokyo2.linode.com > > Linode - Asia Pacific (Singapore) > ping -q -c10 speedtest.singapore.linode.com > > AWS - Asia Pacific (Sydney) > ping -q -c10 dynamodb.ap-southeast-2.amazonaws.com > > > Lonnie > > > > On Aug 21, 2018, at 5:37 PM, Michael Knill < > mic...@ip...> wrote: > > > > Wow it looks hard to install Astlinux in EC2. You have to build it > locally and import. > > Has anyone done this? > > > > Regards > > Michael Knill > > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... |
From: Michael K. <mic...@ip...> - 2018-08-22 02:55:03
|
Hi Lonnie Not too good Im afraid. AWS is certainly the go for me: PING speedtest.tokyo2.linode.com (139.162.65.37): 56 data bytes --- speedtest.tokyo2.linode.com ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max = 105.966/106.090/106.254 ms PING speedtest.singapore.linode.com (139.162.23.4): 56 data bytes --- speedtest.singapore.linode.com ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max = 97.833/97.970/98.255 ms PING dynamodb.ap-southeast-2.amazonaws.com (52.94.13.132): 56 data bytes --- dynamodb.ap-southeast-2.amazonaws.com ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max = 7.004/7.125/7.217 ms Regards Michael Knill On 22/8/18, 12:24 pm, "Lonnie Abelbeck" <li...@lo...> wrote: Hi Michael, No I haven't, but it does look like you can import VMware images. I really like Linode for AstLinux in the cloud, but sadly there is no Linode locations in Australia (yet). If you wouldn't mind, hows does the latency compare for you: Linode - Asia Pacific (Tokyo) ping -q -c10 speedtest.tokyo2.linode.com Linode - Asia Pacific (Singapore) ping -q -c10 speedtest.singapore.linode.com AWS - Asia Pacific (Sydney) ping -q -c10 dynamodb.ap-southeast-2.amazonaws.com Lonnie > On Aug 21, 2018, at 5:37 PM, Michael Knill <mic...@ip...> wrote: > > Wow it looks hard to install Astlinux in EC2. You have to build it locally and import. > Has anyone done this? > > Regards > Michael Knill ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: Lonnie A. <li...@lo...> - 2018-08-22 02:23:47
|
Hi Michael, No I haven't, but it does look like you can import VMware images. I really like Linode for AstLinux in the cloud, but sadly there is no Linode locations in Australia (yet). If you wouldn't mind, hows does the latency compare for you: Linode - Asia Pacific (Tokyo) ping -q -c10 speedtest.tokyo2.linode.com Linode - Asia Pacific (Singapore) ping -q -c10 speedtest.singapore.linode.com AWS - Asia Pacific (Sydney) ping -q -c10 dynamodb.ap-southeast-2.amazonaws.com Lonnie > On Aug 21, 2018, at 5:37 PM, Michael Knill <mic...@ip...> wrote: > > Wow it looks hard to install Astlinux in EC2. You have to build it locally and import. > Has anyone done this? > > Regards > Michael Knill |
From: Michael K. <mic...@ip...> - 2018-08-21 22:37:55
|
Wow it looks hard to install Astlinux in EC2. You have to build it locally and import. Has anyone done this? Regards Michael Knill |
From: Michael K. <li...@mk...> - 2018-08-21 14:44:18
|
> Am 21.08.2018 um 16:30 schrieb Mehdi Shirazi via Astlinux-users <ast...@li...>: > > Hi > 1- Is it possible to connect to external database with odbc in AstLinux ? > 2-Is there any success record in using PCI E1 card under Astlinux proxmox iso? > > Regards > M.Shirazi Hi Mehdi, 1.) at the moment we only have internal SQlite ODBC access within AstLinux. If you build your own image, you can optionally chose the MySQL client (5.1.x) plus Asterisk modules to access external MySQL databases (no ODBC). 2.) While there is an option to pass through PCI cards in Proxmox, I would rather use an external ISDN-SIP gateway like the berofix or Patton boxes for this usage. That works perfectly fine, plus you have no driver issues in AstLinux (just connect via SIP). Michael http://www.mksolutions.info |
From: Mehdi S. <mah...@ya...> - 2018-08-21 14:31:34
|
Hi1- Is it possible to connect to external database with odbc in AstLinux ?2-Is there any success record in using PCI E1 card under Astlinux proxmox iso? RegardsM.Shirazi |