Greetings to all,
Please I need help, I'm new to Linux.
I'm trying to install the VNCserver using SSH connection in a remote pc with Fedora 13. I would like to access the Gnome through remote connection.
I did the setup Iptables freeing ports 5901 and 5902. Also set up vncserver and user.
The user "aquiles" is a user of the system and also the vncserver.
The problem is that I am not able to start the service. I think that seen anything related to Perl. Displays the following error:
[Root @ sinahome ~] # service vncserver start
Starting VNC server: 1: aquiles/usr/bin/env: perl: No such file or directory
[FAILED]
-------------------------------------------------- -----
The file /etc/sysconfig/vncservers
Vncservers = "1: aquiles'
VNCSERVERARGS [1] = "-geometry 800x600-depth 16"
-------------------------------------------------- ------
[root@sinahome ~] # iptables - list
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp - anywhere anywhere tcp dpt: ftp
ACCEPT tcp - anywhere anywhere tcp dpt: vnc-server
ACCEPT tcp - anywhere anywhere tcp dpt: https
ACCEPT tcp - anywhere anywhere tcp dpt: http
ACCEPT tcp - anywhere anywhere tcp dpt: ssh
ACCEPT all - anywhere anywhere state RELATED, Estaba LISHED
ACCEPT icmp - anywhere anywhere
ACCEPT all - anywhere anywhere
ACCEPT tcp - anywhere anywhere state NEW tcp dpt: s sh
REJECT all - anywhere anywhere reject-with icmp-ho st-Prohibited
ACCEPT all - anywhere anywhere state RELATED, Estaba LISHED
ACCEPT tcp - anywhere anywhere tcp PTPs: commplex-m ain: targus-getdata
ACCEPT tcp - anywhere anywhere state NEW tcp PTPs: 5901:5902
Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all - anywhere anywhere reject-with icmp-ho st-Prohibited
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
-------------------------------------------------- ----------------------------------
Grateful if you can help me with some information or guidance.
Aquiles