Hi Martin,

Thankyou for the very prompt reply,

[When you are trying to login, which account and password are you using.
The default root password after a clean installation is "astlinux".]

The problem was that I could not access it via putty or via https://myip
nothing happen, the only way I could get it to play was to reformat the CF
and reinstall, unmount/ oldroot/cdrom then run fdisk & genunion /dev/hda2
and all is sweet again, I can login via putty (root/astlinux) & via
https://myip (admin/astlinux)

[As far as your TDM card goes , have you set the ZAPMODS variable in
/mnt/kd/rc.conf ? Have you setup the configuration the card for the
(assuming you are using ZAP rather than DAHDI) in /mnt/kd/zapatel.conf
and /mnt/kd/asterisk/zapata.conf.]

I am a bit lost here as I have not setup anything here, could you please
give me assist me what exactly I should be doing here.

Cheers

Cleve 

-----Original Message-----
From: Martin Rogers [mailto:[email protected]] 
Sent: Sunday, 1 March 2009 8:51 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Astlinux 0.6.3 Some strange issues please help

Hi Cleve

When you are trying to login, which account and password are you using.
The default root password after a clean installation is "astlinux".

As far as your TDM card goes , have you set the ZAPMODS variable in
/mnt/kd/rc.conf ? Have you setup the configuration the card for the
(assuming you are using ZAP rather than DAHDI) in /mnt/kd/zapatel.conf
and /mnt/kd/asterisk/zapata.conf.

Mart

Cleveland Electronic Services wrote:
> Hi All,
> 
>  
> 
> I finally took the plunge and installed the net5501 img onto a 1 GB CF,
> which runs on an Alix1c board I have experience the following.
> 
>  
> 
> When I try to run create UnionFS I with the following method.
> 
>  
> 
> pbx ~ # fdisk /dev/hda
> 
>  
> 
> The number of cylinders for this disk is set to 1986.
> 
> There is nothing wrong with that, but this is larger than 1024,
> 
> and could in certain setups cause problems with:
> 
> 1) software that runs at boot time (e.g., old versions of LILO)
> 
> 2) booting and partitioning software from other OSs
> 
>    (e.g., DOS FDISK, OS/2 FDISK)
> 
>  
> 
> Command (m for help): n
> 
> Command action
> 
>    e   extended
> 
>    p   primary partition (1-4)
> 
> p
> 
> Partition number (1-4): 2
> 
> First cylinder (261-1986, default 261): 261
> 
> Last cylinder or +size or +sizeM or +sizeK (261-1986, default 1986): +128M
> 
>  
> 
> Command (m for help): w
> 
> The partition table has been altered!
> 
>  
> 
> Calling ioctl() to re-read partition table
> 
> *************************************************************************
> 
> I get the error below and the whole system hangs nothing happens even if
> I leave it for an hour.
> 
>  
> 
> *"fdisk: WARNING: rereading partition table failed, kernel still uses
> old table: Device or resource busy"*
> 
>
****************************************************************************
*************
> 
> The only way to get back in i to repower the unit, but then I cannot log
> into the unit, so I have to format the CF and start all over again.
> 
>
============================================================================
====================================
> 
> Second attempt.
> 
>  
> 
> The only way for me to setup UnionFS is this way, I have to unmount the
> oldroot/cdrom
> 
>  
> 
> pbx ~ # umount /oldroot/cdrom
> 
>  
> 
> pbx ~ # fdisk /dev/hda
> 
>  
> 
> The number of cylinders for this disk is set to 1986.
> 
> There is nothing wrong with that, but this is larger than 1024,
> 
> and could in certain setups cause problems with:
> 
> 1) software that runs at boot time (e.g., old versions of LILO)
> 
> 2) booting and partitioning software from other OSs
> 
>    (e.g., DOS FDISK, OS/2 FDISK)
> 
>  
> 
> Command (m for help): n
> 
> Command action
> 
>    e   extended
> 
>    p   primary partition (1-4)
> 
> p
> 
> Partition number (1-4): 2
> 
> Partition 2 is already defined, delete it before re-adding
> 
>  
> 
> Command (m for help): d
> 
> Partition number (1-4): 2
> 
>  
> 
> Command (m for help): n
> 
> Command action
> 
>    e   extended
> 
>    p   primary partition (1-4)
> 
> p
> 
> Partition number (1-4): 2
> 
> First cylinder (261-1986, default 261): 261
> 
> Last cylinder or +size or +sizeM or +sizeK (261-1986, default 1986):
> +128M                                                  
> 
> Command (m for help): w
> 
> The partition table has been altered!
> 
>  
> 
> Calling ioctl() to re-read partition table
> 
> pbx ~ # genunion /dev/hda2
> 
> This script will automatically create a read/write
> 
> filesystem to store your AstLinux configuration.
> 
> THIS SCRIPT WILL DESTROY EVERYTHING ON /dev/hda2
> 
>  
> 
> ARE YOU SURE YOU WANT TO CONTINUE?
> 
>  
> 
> Please type yes to continue
> 
> Are you sure? : yes
> 
>  
> 
> WARNING:
> 
> You already have a filesystem with the label ASTURW
> 
> This could confuse AstLinux when it boots.
> 
> I hope you know what you are doing...
> 
> Press enter to continue
> 
>  
> 
> Creating filesystem...
> 
> Filesystem Created.
> 
>  
> 
> On new systems you can optionally use unionfs instead of they key disk.
> 
>  
> 
> To create the appropriate file structure, type yes.
> 
>  
> 
> If you have an existing key disk and want to migrate your key disk
> 
> settings to this new unionfs partition, execute movekd /dev/hda2 after
> 
> this script exits.
> 
>  
> 
> To create a new key disk structure on your new unionfs partition,
> 
> type yes followed by the Enter key.  Press any other key to exit.
> 
>  
> 
> If you are new to Astlinux, you will want to say yes.
> 
> Are you sure? : yes
> 
> Copying files to /dev/hda2
> 
> Please reboot now or run movekd to migrate an existing key disk to your
> unionfs   partition
> 
> pbx ~ # reboot
> 
>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++
> 
> This method gets it all working ok but my TDM card with 2xFXO are not
> detected, how do I get it working, as the asterisk gui does not show the
> Analog card as well.
> 
>  
> 
> Appreciate your help
> 
>  
> 
> Cheers
> 
>  
> 
>  
> 
> *Cleve Jansen*
> 
>  
> 
> 
> ------------------------------------------------------------------------
> 
>
----------------------------------------------------------------------------
--
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
Enterprise
> -Strategies to boost innovation and cut costs with open source
participation
> -Receive a $600 discount off the registration fee with the source code:
SFAD
> http://p.sf.net/sfu/XcvMzF8H
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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].

----------------------------------------------------------------------------
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
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].


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
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