Hi, Lonnie, Thank you for the prompt reply.
When I submitted " ls -l /tmp/etc/asterisk", I get a list of files instead of telling me where it should be pointed. I believe I am trying to use the UnionFS model, where my keydisk is now stored in /oldroot/mnt/asturw/mnt/kd instead of /mnt/kd; although /mnt/kd/ still exists. I am a touch lost, any suggestions?? Rgds, Clara -----Original Message----- From: Lonnie Abelbeck [mailto:[EMAIL PROTECTED] Sent: Monday, 20 October 2008 7:32 AM To: AstLinux Users Mailing List Subject: Re: [Astlinux-users] editting /oldroot/mnt/asturw files On Oct 19, 2008, at 3:01 PM, Clara Chan wrote: > Lonnie, > > I was wondering if there's a way to edit /oldroot/mnt/asturw/stat/ > etc/asterisk/ *.conf via the webpage?? > > At the moment, it appears that all the files that I am editing from > the "edit" tab is only editing /etc/asterisk files, which do not > remain after a reboot. > > Any suggestions?? Clara, First, in general, you should not ever need to edit any file in / oldroot/mnt/asturw/* ... possibly removing a file there might be the exception. With either a separate keydisk ( /mnt/kd/ ) partition or the keydisk provided via unionfs, all your actual asterisk config files SHALL BE in /mnt/kd/asterisk/. On startup, a symbolic link, (actually a set of two) redirects /etc/asterisk/ to /mnt/kd/asterisk/ . For example: pbx ~ # ls -l /etc/asterisk lrwxrwxrwx 1 root root 17 Jul 20 1980 /etc/asterisk - > /tmp/etc/asterisk pbx ~ # ls -l /tmp/etc/asterisk lrwxrwxrwx 1 root root 16 Oct 15 21:19 /tmp/etc/ asterisk -> /mnt/kd/asterisk So, when the altweb gui edits /etc/asterisk/sip.conf it is actually editing /mnt/kd/asterisk/sip.conf. If your system is not behaving as above, then there is something wrong. If stumped, do the following: pbx ~ # find /oldroot/mnt/asturw/ ... each and every entry overrides the default system, so make sure each file makes sense. Lonnie ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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 [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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 [EMAIL PROTECTED]