View Single Post
  #3 (permalink)  
Old 13-Nov-2008, 16:26
malcolmlewis's Avatar
malcolmlewis malcolmlewis is offline
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,323
malcolmlewis has a spectacular reputation aura aboutmalcolmlewis has a spectacular reputation aura aboutmalcolmlewis has a spectacular reputation aura aboutmalcolmlewis has a spectacular reputation aura about
Default Re: Tight VNC questions?

Quote:
Originally Posted by JHMariscal
Follow-up.

i followed this link's instructions;
'Enable remote desktop on linux using VNC | Linglom's Blog'
(http://tinyurl.com/5kfqyg)

Everything worked until I go to here;

jmariscal@ITSUSE:~> chkconfig vncserver on
bash: chkconfig: command not found
jmariscal@ITSUSE:~> su
Password:
ITSUSE:/home/jmariscal # chkconfig vncserver on
vncserver: unknown service
ITSUSE:/home/jmariscal # service vncserver start
service: no such service vncserver

Please help!
Hi
The service on openSUSE is vnc so that would be;
Code:
sudo /sbin/chkconfig vnc on
--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.2-default
up 2 days 2:38, 2 users, load average: 0.00, 0.04, 0.03
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.80

Reply With Quote