Skip to content

Commit 8f569eb

Browse files
committed
Add some dir info to see why bind user does not have access
1 parent c74de14 commit 8f569eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ext/standard/tests/dns/bind-start.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ else
193193
echo "Debug: Setting directory permissions for bind user access..."
194194

195195
# Make sure bind can traverse the entire path
196+
ls -la /
197+
ls -la /home
198+
ls -la /home/runner
199+
ls -la /home/runner/work
200+
ls -la /home/runner/work/php-src
201+
ls -la /home/runner/work/php-src/php-src
202+
196203
chmod o+x /home 2>/dev/null || echo "Failed to chmod /home"
197204
chmod o+x /home/runner 2>/dev/null || echo "Failed to chmod /home/runner"
198205
chmod o+x /home/runner/work 2>/dev/null || echo "Failed to chmod /home/runner/work"

0 commit comments

Comments
 (0)