| Summary: | net-firewall/shorewall-common-4.0.15 fails to start: "/bin/sh: bad interpreter" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Florian Philipp <f_philipp> |
| Component: | New packages | Assignee: | Gentoo Netmon project <netmon> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | rentorbuy |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
This is not the kind of bug Security handles. Reassigning to maintainer. Not a security issue, reassigning to netmon and cc'ing maintainer. btw, please read https://bugs.gentoo.org/page.cgi?id=fields.html#bug_severity before changing severity. Thank you for report, Florian. Please show us the output of ls -la /bin/sh ls -la /bin/sh /bin/bash -rwxr-xr-x 1 root root 804888 7. Jan 12:27 /bin/bash lrwxrwxrwx 1 root root 4 7. Jan 12:28 /bin/sh -> bash Are there any chances that you've mounted some partition with noexec option (may be /var)? It's very common reason for such error. You were right. Parts of /var were mounted noexec Thanks for your time and sorry for the noise. |
Trying to start shorewall always fails with the error message below, no matter whether with shorewall-perl or shorewall-shell. So far, I've only tried the stable version of these packages (4.0.15). The configuration is rather normal and small, I don't think the problem is connected to anything in there. Reproducible: Always Steps to Reproduce: 1. /etc/init.d/shorewall start Actual Results: "/sbin/shorewall: /var/lib/shorewall/.start: /bin/sh: bad interpreter: Keine Berechtigung" ("Keine Berechtigung" == Permission denied)