When I try to start Tightvnc with Xinetd, all I see in vncviewer is a grey screen with a black X.
When I start Tightvnc by typing vncserver in a terminal everything works fine.
Does anybody know why Tightvnc doesn't work with Xinetd in my configuration?
Thanks in advance for your help,
Sem
Ubuntu 11.10
Tightvnc 1.3.9
xstartup:
Code:
#!/bin/sh
unset
I installed proftpd under xinetd and it appears to be working...I figured it would make sense to launch deluge-web under xinetd since i don't really use it much.
Code:
/etc/xinetd.d$ cat deluge-web
service deluge-web
{
flags = REUSE
socket_type = stream
protocol = tcp
wait = no
user = deluge
server = /usr/bin/deluge-web
instances = 20
port = 8112
}
I have the file path right:
Code:
/e
Hello ppl,
I'm facing an unusual problem and I have no clue to what is the reason for the problem. I will be very happy if anyone can give me a possible reason
I'm trying to make an application run using xinetd. I have written the following configuration file in a file named 'keskya'(keskya is the name of the application)
On a server with proftpd controlled by xinetd (plesk/centos FWIW), I want to make proftpd listen only on a specific ip address.
I've tried putting bind = 12.34.56.78 in /etc/xinetd.d/ftp_psa, and also putting DefaultAddress 12.34.56.78 in /etc/proftpd.conf, but it seems not to work.
After I restart xinetd, nmap shows that port 21 is still being listened on for my other public ip.
Can anyone tel
I have talk installed:
yum install talk talk-server
And I have /etc/xinetd.d/talk set to disabled
and /etc/xinetd.d/ntalk set to enabled
I also have opened port 518/udp on server and laptop
and enabled xinetd.service
sudo systemctl enable xinetd.service
sudo systemctl start xinetd.service
sudo systemctl status xinetd.service says that it is running.
AFAIK, the configuration is identical on lap
I have installed tftp-server and xinetd on my CentOS 5 server. /etc/xinetd.d/tftp has disable=no and the xinetd service is up and running. I believe I should now be able to telnet to port 69 to tes... [by philled]
hi,
I would like connect to a Fedora linux desktop by using vnc with a couple login/passwd and take the control of the current user session.
I v installed vncserver (tigervnc) and x11vnc.
I v configured an user session in /etc/sysconfig/vncserver and launch vncserver :1 -name user.
I can connect remotly but it's a gui root session.
How take the current user session and see what he do?
th
Hey there
I'm trying to let xinetd start a vnc server.
I have no problem starting it up trough chkconfig, but when i try to use xinetd i get a black screen and no window to fill im my pass. what step i'm i missing ?
Some help would be welcome
I am trying to get a very simple tftp server working.