[Bug 1062968] systemd failed to run vncserver due to permission issues

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 10 12:26:06 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1062968

Tim Waugh <twaugh at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cweyl at alumni.drew.edu,
                   |                            |iarnell at gmail.com,
                   |                            |jplesnik at redhat.com,
                   |                            |kasal at ucw.cz,
                   |                            |perl-devel at lists.fedoraproj
                   |                            |ect.org, ppisar at redhat.com,
                   |                            |psabata at redhat.com,
                   |                            |rc040203 at freenet.de,
                   |                            |tcallawa at redhat.com
          Component|tigervnc                    |perl
           Assignee|twaugh at redhat.com           |jplesnik at redhat.com



--- Comment #1 from Tim Waugh <twaugh at redhat.com> ---
> vncserver does not start. systemd prints out error message: Job for
> vncserver@:1.service failed

> Feb 09 11:34:39 beast.localdomain runuser[1361]: -bash: /usr/bin/vncserver:
> /usr/bin/perl: bad interpreter: Permission denied

This seems to be the issue. Permission denied is not really the cause, but just
saying you can't run a script without an interpreter.

The cause of 'Permission denied' is the 'bad interpreter' part. Why does
/usr/bin/perl seem to be a bad interpreter?

Check whether /usr/bin/perl is working correctly, has the right permissions and
SELinux file context, etc.

Changing component to perl as this seems to be where the problem lies.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iAPZTECOLB&a=cc_unsubscribe



More information about the perl-devel mailing list