vnc problem with user kiosk

2 posts / 0 new
Last post
Anonymous (not verified)
vnc problem with user kiosk

Hello,
I've add ssh & vnc in firehol.
sudo vim /etc/firehol/firehol.conf
server ssh accept
server vnc accept
sudo vim /etc/init.d/firehol restart
But... (It's always a "but" !) I can't control via vnc the user kiosk. It's ok for itadmin user but not for kiosk user.
So richtig geil ist es auch, wenn man anschaut, wie so ein Flirt abgeht, wenn man ihm beim Arschficken einfach mal einen Knaller in den Arsch schiebt. Sind wir doch mal ehrlich! Das will man anschauen und nicht so ein paar behaarte Frauen die vor Erotik strotzen und auf den ganzen super geilen Sexseiten alles zeigen, was man sich als Mann wünschtt. Also Frauen, die sich einfach nur ein wenig im Porno durchbumsen lassen. Solche normalen Pornos gibt es doch wie Sand am Meer.
preview the b

jacob
re: VNC problem

This is more than likely because the VNC server is not started. The kiosk user has a special .xsession file in the home directory that starts the browser only. There is no desktop environment. You may be able to add a line prior to starting the browser session like so:
<command>&
So if the command is vnc-server (I'm just guessing here):
vnc-server&
I could be completely wrong and VNC may have other dependencies that aren't loaded.