[Astlinux-users] Mixmonitor storage options

2012-11-19 Thread Brian Barr
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 Flash boot volume. Is NFS supported? Samba? Maybe a cron job to ftp

Re: [Astlinux-users] file system corruption

2012-11-19 Thread Michael Knill
You really should be using SLC Flash if you are not already. I had an MLC flash die after 3 years. Regards Michael Knill On 20/11/2012, at 1:17 AM, Fernando F. wrote: > Has any body experience file system corruption in the past with astlinux? > I woke up today and made some changes to astlin

Re: [Astlinux-users] Upgrade via CLI - Killed but now I cant upgrade.

2012-11-19 Thread David J
Yes. Thanks. I saw the script and was able to adjust. Thank you. On Nov 19, 2012 11:13 AM, "James Babiak" wrote: > Yes, per the script: > > if [ -d /tmp/up ]; then > echo "Firmware Upgrade in Progress, please wait..." > exit $ORANGE > elif [ -d /tmp/runup ]; then > echo "RUNNIX Upgrade i

Re: [Astlinux-users] using secondary drive with astlinux

2012-11-19 Thread James Babiak
I actually use two secondary drives on my Astlinux box at home. I have an internal SSD drive that I use for backups, recordings, etc. I also have an external USB drive that I use for media (since my Astlinux box also serves as a video/music/etc. file server for my home network). In both cases,

Re: [Astlinux-users] file system corruption

2012-11-19 Thread Fernando F.
James, Thanks for your reply. I manage to get the system back up via fsck and now I am trying to get a secondary persistent partition online on a ssd disk. I am having a bit of an issue because the disk has a gpt partiton and I dont have gparted but I am getting there. Is there a way that once I g

Re: [Astlinux-users] Upgrade via CLI - Killed but now I cant upgrade.

2012-11-19 Thread James Babiak
Yes, per the script: if [ -d /tmp/up ]; then echo "Firmware Upgrade in Progress, please wait..." exit $ORANGE elif [ -d /tmp/runup ]; then echo "RUNNIX Upgrade in Progress, please wait..." exit $ORANGE fi If either of those two directories exist, it aborts with the error message you are

Re: [Astlinux-users] file system corruption

2012-11-19 Thread James Babiak
I've had issues with the flash card going bad, which in turn resulted in the file-system getting corrupted. In the end, I had to replace the flash card. Depending on the issue, fsck might be able to resolve it, but if it's a larger underlying problem, you might have to replace it (assuming you'

[Astlinux-users] moving persitant partition

2012-11-19 Thread Fernando F.
I was able to bring the system back up. Is there a way to move the current persistent partition over to a new disk without having to re install? Thank You, Fernando Fuentes DIGITALVOIPNET.COM -- Monitor your physical, vi

[Astlinux-users] Upgrade via CLI - Killed but now I cant upgrade.

2012-11-19 Thread David | StyleFlare
Hey I was trying to upgrade my astlinux 0.7.7 to 1.0.5 I did this from the CLI but then control-c to kill it before it was finished. Now I tried again I get this message. Firmware Upgrade in Progress, please wait... I was wondering if there is a lock file or something I have to erase to do th

[Astlinux-users] using secondary drive with astlinux

2012-11-19 Thread Fernando F.
I am going to re install my system but wanted to see if there is a good way to enable the secondary drive as the persist an fs on astlinux?. I never had good luck with the first time setup and detecting secondary drives. I have all ways done it through cli and it becomes a bit pita. I also for got

[Astlinux-users] file system corruption

2012-11-19 Thread Fernando F.
Has any body experience file system corruption in the past with astlinux? I woke up today and made some changes to astlinux and rebooted. the whole file system was corrupted and going through a fsck which is not looking good right now.. Anybody had a positive experience with astlinux and fsck? Tha