Re: [Astlinux-users] Mixmonitor storage options

2012-11-20 Thread David Kerr
I actually do a pull from a server (actually a ReadyNAS box) for my AstLinux backup... rsync over ssh with certificates so no userid/password. The remote server has an hourly cron job that runs the rsync #!/bin/bash rsync -avz -e "ssh -p" root@:/oldroot/mnt/asturw /c/home/david/PBXbackup Th

Re: [Astlinux-users] Mixmonitor storage options

2012-11-20 Thread Fernando F.
I agree with Lonnie. Thank You, Fernando Fuentes DIGITALVOIPNET.COM On Tue, Nov 20, 2012 at 10:46 AM, Lonnie Abelbeck wrote: > Hi Tom, > > Yes, I seem to recall the same, probably NFS which Philip P did some work > on some years ago. > > IMHO, AstLinux should not rely on persistent network

Re: [Astlinux-users] Mixmonitor storage options

2012-11-20 Thread Lonnie Abelbeck
Hi Tom, Yes, I seem to recall the same, probably NFS which Philip P did some work on some years ago. IMHO, AstLinux should not rely on persistent network filing protocols (like NFS), too much to go wrong and possibly hang or slow the system. AstLinux should be as autonomous as possible. With

Re: [Astlinux-users] Mixmonitor storage options

2012-11-20 Thread Tom Chadwin
Do CIFS or NFS have an adverse effect on performance? A distant memory about interrupts as described by Philip P is ringing a bell. Tom -Original Message- From: Michael Keuter [mailto:li...@mksolutions.info] Sent: 20 November 2012 16:11 To: AstLinux Users Mailing List Subject: Re: [Astl

Re: [Astlinux-users] Mixmonitor storage options

2012-11-20 Thread Michael Keuter
Am 20.11.2012 um 17:05 schrieb Lonnie Abelbeck: > James, you are correct, NFS is no longer in the standard AstLinux 1.x builds. > My bad. > > I saw the init script and /stat/etc/rc.conf variables, we should clean this > up. > > As Michael suggested, "mount -t cifs ..." works via /mnt/kd/rc.l

Re: [Astlinux-users] Mixmonitor storage options

2012-11-20 Thread Lonnie Abelbeck
James, you are correct, NFS is no longer in the standard AstLinux 1.x builds. My bad. I saw the init script and /stat/etc/rc.conf variables, we should clean this up. As Michael suggested, "mount -t cifs ..." works via /mnt/kd/rc.local, easier solution than NFS would be anyway. If "mount -t ci

Re: [Astlinux-users] Mixmonitor storage options

2012-11-20 Thread James Babiak
Lonnie, If I recall correctly, I tried getting nfsd to work about three years ago, and after a few rounds of troubleshooting and feedback from here, it was determined that nfsd was broken. Looking back at the thread (12/2009) it seems like the last comment from Darrick was: "We could possibly

Re: [Astlinux-users] Mixmonitor storage options

2012-11-20 Thread Michael Keuter
Am 20.11.2012 um 16:08 schrieb Lonnie Abelbeck: > Hi Brian, > > It seems AstLinux does still have NFS support, setting the variable > NFS_EXPORTS_RW to the local path you want exported, which will automatically > generate the /etc/exports file. But it is never as easy as that... > > I would

Re: [Astlinux-users] Mixmonitor storage options

2012-11-20 Thread Lonnie Abelbeck
Hi Brian, It seems AstLinux does still have NFS support, setting the variable NFS_EXPORTS_RW to the local path you want exported, which will automatically generate the /etc/exports file. But it is never as easy as that... I would suggest to use "scp" in a custom /mnt/kd/bin/ script called via

Re: [Astlinux-users] Mixmonitor storage options

2012-11-20 Thread Julian Lyndon-Smith
amazon s3 ? On 20 November 2012 07:06, Brian Barr wrote: > I'm looking for some hints for storage of mixmonitor recordings on a space > constrained (T5710) system. > > I'm needing to record most inbound external calls for a certain application > and will not have much room for this on a 512MB F