Lonnie,

My apologies; when I say I "copied" I mean that I used the script you sent me 
in October to format the CF drive. In this case, I'm starting with a fresh 
drive, no upgrading.
diskutil unmountDisk $DISK

echo
echo "Erasing /dev/$DISK..."
if ! diskutil zeroDisk $DISK; then
 exit 1
fi

echo
echo "Writing \"$IMAGEFILE\" to /dev/$DISK"
echo "This may take a long time..."

gzcat "$IMAGEFILE" | dd of=/dev/$DISK

echo
if diskutil eject $DISK; then
 echo "You can safely remove your $DISK."
fi

cheers,
   Shamus


On 2011-12-19, at 11:10 PM, [email protected] wrote:

> Message: 7
> Date: Mon, 19 Dec 2011 22:10:24 -0600
> From: Lonnie Abelbeck <[email protected]>
> Subject: Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0
> To: AstLinux Users Mailing List <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
> 
> Shamus,
> 
> I'm not sure what you mean by "copied 1.0.0-Asterisk-1.8.7.1 (Generic i586) 
> onto a CF card and loaded this into my existing PBX"
> 
> Did you 'exactly' follow the 0.7 to 1.0 upgrade process?
> 
> http://doc.astlinux.org/userdoc:upgrade-0.7
> 
> Or is this a new fresh install?
> 
> Lonnie
> 
> 
> 
> On Dec 19, 2011, at 8:51 PM, Shamus Rask wrote:
> 
>> First of all... a huge congratulations and thank you to Lonnie, Derek and 
>> the other developers for reaching the 1.0 milestone--thank you!!!
>> 
>> I've downloaded and copied 1.0.0-Asterisk-1.8.7.1 (Generic i586) onto a CF 
>> card and loaded this into my existing PBX. The box is currently running 
>> AstLinux-0.7.10 (Asterisk 1.4.42, runnix 0.3.2). I've found that the new 
>> image take ~30m to boot on the box--by comparison my current release takes < 
>> 1m. 
>> 
>> When I watch the CLI following POST, I see that the following is what is 
>> taking the time:
>>  boot:
>>  Loading runnix..................
>>  Loading runnix.img.............
>> 
>> This is consistent between reboots.
>> 
>> Is there anything I can do to optimize runnix in any way? My box is Via C7 
>> based.
>> 
>> cheers,
>>  Shamus
> 
> 
> 
> ------------------------------
> 
> ------------------------------------------------------------------------------
> Write once. Port to many.
> Get the SDK and tools to simplify cross-platform app development. Create 
> new or port existing apps to sell to consumers worldwide. Explore the 
> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
> http://p.sf.net/sfu/intel-appdev
> 
> ------------------------------
> 
> _______________________________________________
> Astlinux-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> 
> Donations to support AstLinux are graciously accepted via PayPal to 
> [email protected].
> 
> End of Astlinux-users Digest, Vol 65, Issue 7
> *********************************************

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
[email protected].

Reply via email to