[asterisk-bugs] [Asterisk-GUI 0014171]: Dahdi support does not work (hangs at "Checking write permission for GUI folder")

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Jan 9 13:33:16 CST 2009


The following issue has been UPDATED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14171 
====================================================================== 
Reported By:                noahisaac
Assigned To:                awk
====================================================================== 
Project:                    Asterisk-GUI
Issue ID:                   14171
Category:                   General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           1.6.0.3-rc1 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-01-05 11:40 CST
Last Modified:              2009-01-09 13:33 CST
====================================================================== 
Summary:                    Dahdi support does not work (hangs at "Checking
write permission for GUI folder")
Description: 
When doing a clean install of asterisk 1.6.0.3-rc1 and any version of
Dahdi, the initial GUI setup will fail.  The 2.0 branch hangs at "Checking
write permission for GUI folder".  Pari's dahdi_support version goes into
infinite loop cycling between "Loading...", "Verifying dialplan contexts
needed for GUI", and "Checking write permission for GUI folder".

Upon further inspection, it seems that two calls to
ASTGUI.systemCmdWithOutput() don't seem to be working.  I
don't yet know why.

In index.js:

1. On line 222, this call is not working:
ASTGUI.systemCmdWithOutput( 'echo ' + rand_1  , function(s){ ...

2. and on line 418, this call is also not working:
ASTGUI.systemCmdWithOutput( sessionData.directories.script_detectdahdi ,
function(op){ ...

In the second case, I know that
"sessionData.directories.script_detectdahdi" is pointing to the correct
shell script, but for some reason, it is not run when the
systemCmdWithOutput() function is called.  I can run that script from the
command line with the same user permissions and it works.

(This issue may also be present with Asterisk version 1.4.x and any
version of Dahdi.)
====================================================================== 

---------------------------------------------------------------------- 
 (0097350) blitzrage (administrator) - 2009-01-09 13:33
 http://bugs.digium.com/view.php?id=14171#c97350 
---------------------------------------------------------------------- 
This appears to be fixed in the latest 1.6.0, 1.6.1, and trunk branches.
Pari has confirmed he could reproduce on 1.6.0.3-rc1, but not on the latest
1.6.0 branch, which means this will be resolved in 1.6.0.4.

Thanks! 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-09 13:33 blitzrage      Note Added: 0097350                          
2009-01-09 13:33 blitzrage      Status                   assigned => closed  
2009-01-09 13:33 blitzrage      Resolution               reopened => fixed   
======================================================================




More information about the asterisk-bugs mailing list