Etienne , I really don't know much about (or use) Digium's asterisk-gui, but the only way the files you show could exist (on asturw) is if they were "written" to.
My instinct is to suggest "rm -r /oldroot/mnt/asturw/stat/var/lib/asterisk/static-http/config/" but without understanding how digium's asterisk-gui works (saves working files, etc.) I'm reluctant to tell you to do that. But to help you understand, the latest asterisk-gui files are read-only on the filesystem... /oldroot/mnt/asturo/stat/var/lib/asterisk/static-http/config/ A read-write overlay is on the filesystem... /oldroot/mnt/asturw/stat/var/lib/asterisk/static-http/config/ Any files that exist on "asturw" will supersede the "asturo" files, so it appears you have a mix of the old and the new... not good. Lonnie On Dec 24, 2010, at 12:47 PM, Etienne Gouin wrote: > I just ran > > $ show-union | grep '/js/pbx2.js' > > and i get this > > /oldroot/mnt/asturw/stat/var/lib/asterisk/static-http/config/js/pbx2.js > /oldroot/mnt/asturw/stat/var/lib/asterisk/static-http/config/js/pbx2.js.old > > is it normal? > > > 2010/12/23 Lonnie Abelbeck <[email protected]> > Etienne, > > I looked at the 0.7.4 release (net5501) and the > "/stat/var/lib/asterisk/static-http/config/js/pbx2.js" file looks fine, not > missing any functions as you describe. > > Possibly you are having an issue with your disk (CF ?). > > Another thing to try, from the CLI type the command... > > $ show-union | grep '/js/pbx2.js' > > There should *not* be any output, but if there is, that is a problem. I'll > wait for your results. > > Lonnie > > > > On Dec 22, 2010, at 10:44 PM, Darrick Hartman wrote: > > > The asterisk-gui is under development. It's quite possible that the > > snapshot that was used in 0.7.4 may have not been the best snapshot. > > It's a lightly tested feature that not too many people are using. We > > will be updating to a new version prior to releasing 0.7.5 (which should > > be out in the next few weeks). > > > > Darrick > > > > On Wed, 2010-12-22 at 19:11 -0500, Etienne Gouin wrote: > >> I upgraded from 0.7.2 to 0.7.4 and had errors when loading the > >> Asterisk GUI. I noticed that there are missing functions in some > >> script files. In /stat/var/lib/asterisk/static-http/config/js/pbx2.js > >> the object definitions for pbx.queues.agents and > >> pbx.queues.agents.setup are missing. Same thing for some pbx.trunks > >> functions. In pbx2.js i am missing lines 1326 to 1435. I dont know if > >> anyone else experiences the same issue. > >> > >> > >> Thank you > >> Etienne > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > 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]. > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________ > 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]. ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ 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].
