Questions tagged [xinetd]

64 questions
1
vote
2 answers

ll Centos Xinetd

I have CentOS servers 5.5 and I see that the Xinetd is not install on any of them. Do you think it will be wise to install xinetd or not? These are production systems.
edotan
  • 1,876
  • 13
  • 39
  • 57
1
vote
1 answer

Xvnc4 started from xinetd only displays empty gray X screen

I'm attempting to setup an Ubuntu 10.10 box so that anyone can connect to port 5900 and be greeted by the gdm login manager. To do so, I added a vnc entry in /etc/services and I am starting Xvnc4 using this xinetd config file: service vnc { …
1
vote
1 answer

VNC over xinetd doesn't starts vncserver

in Debian Lenny, using TightVNC 1.3.9 I can setup a VNC server manually by using vncserver -query localhost -once -geometry 1024x768 -depth 16 :1 But then, as I have read is a better option, I use xinetd with the following configuration: service…
Javier Novoa C.
  • 377
  • 1
  • 6
  • 18
1
vote
1 answer

Route requests to IPs depending on the (sub)domain the server was accessed from

Example: 1) The server is running Ubuntu and is on a LAN (192.168.9.*) 2) The server is running several services on local IPs (Eg: 192.168.9.5 VPS (OpenVZ)) 3) A client connecting from vps1.mydomain.com will receive data from the 192.168.9.5…
Justin
  • 222
  • 4
  • 12
1
vote
0 answers

xnatd + netcat + ssh = 100% CPU usage

I have a Raspberry PI with a Syncthing Admin-Web-UI binding to localhost:8384. I can access this UI from my laptop using SSH-tunnel: $ ssh me@raspberrypi -Llocalhost:8384:localhost:8384 $ chrome http://localhost:8384 Now I would like to delete this…
1
vote
1 answer

Installed xinetd, started it but said 'removing' on several services including one I configured in /etc/xinetd.d/

I am new to xinetd, but trying to mimic an old machine on site that is using it. So I copied the configs on that machine (changing names where appropriate) and then tried to start xinetd. Then realizd, it is not installed on my fresh centos7…
Codejoy
  • 107
  • 5
  • 17
0
votes
1 answer

How do i stop xinetd mysql service check to log every success?

How do I stop xinetd mysql service check to log every success? It creates a log entry every second the check is successful, I cant use log_on_failure as the service just checks mysqld and turns status=1 in case it is not running. Below is my…
AXPA
  • 1
  • 1
0
votes
2 answers

haproxy'd mysql client hangs attempting to connect

I am attempting to set up an haproxy LB for a cluster of mySQL slaves using the method outlined here in github's engineering blog. I've got the xinetd checks working but when I attempt to login via mysql client to the backend hosts through the…
Ethan Shrago
  • 101
  • 1
  • 8
0
votes
1 answer

NRPE Firewall blocking xinetd

From one side, my nagios server, IP 10.1.1.232. Here is my Nagios's xinetd's NRPE config : # default: on # description: NRPE (Nagios Remote Plugin Executor) service nrpe { flags = REUSE socket_type = stream port…
0
votes
1 answer

How to set up DNS port forwarding using xinetd?

I have a KVM hypervisor and a few VMs in a bridged network. I use xinetd to forward ports from the public IP address to the proper VM. Now I installed PowerDNS on a machine and I'd like to create a port forwarding rule for it. It looks like…
Sergiu Tot
  • 36
  • 4
0
votes
2 answers

Can I serve files using xinet/tftpd without 777'ing them?

I set up a tftp server on my linux server to serve files for my cisco 7940 sip phone. Is there any way I can serve these files without having to set their permissions to 777? Each time I change them even only a single bit, the file becomes…
Moi42
0
votes
1 answer

How to disable plain FTP with proftp and xinetd?

I'm using CentOS release 6.4 on a VPS. Its runs proftp with xinetd I've found configuration files at /etc/proftpd.conf /etc/xinetd.conf /etc/xinetd.d/ftp_psa I want to disable plain FTP, but need to keep FTPS. So a ftp client tries to start a…
inckka
  • 201
  • 1
  • 10
0
votes
0 answers

Does Dovecot no longer work under xInetd?

I've been trying to get Dovecot to work under CentOS 7 with xinetd and I get errors such as: Error: net_connect_unix(anvil) failed: No such file or directory Fatal: Couldn't connect to anvil and the connection closed. Research online seems to…
Aussie
  • 37
  • 1
  • 4
0
votes
2 answers

xinetd port forwarding causes HttpServletRequest.getRemoteAddr() to always return 127.0.0.1

We're attempting to identify where specific requests are coming from inside our Java application. We have changed the log files to include the IP address and we're using httpServletRequest.getRemoteAddr() to get that remote address. When using…
Chris Williams
  • 265
  • 2
  • 5
  • 14
0
votes
0 answers

Pure-ftpd port does not get opened even though the service starts properly, what could be the cause?

I've installed Pure-ftpd on my CentOS 6.4 server, after configuring the server I ran /etc/init.d/pure-ftpd start ; /etc/init.d/xinetd restart and it indicates that the service has started successfully. But when I try to connect to the server in port…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146