https://bugzilla.redhat.com/show_bug.cgi?id=1062968
Tim Waugh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected] | |ect.org, [email protected], | |[email protected], | |[email protected], | |[email protected] Component|tigervnc |perl Assignee|[email protected] |[email protected] --- Comment #1 from Tim Waugh <[email protected]> --- > 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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/perl-devel
