Questions tagged [inetd]

37 questions
0
votes
1 answer

How does inetd know which process to send incoming data to?

I'm trying to replace a inetd/xinetd service by a standalone one. What is the simplest I can do this? Is there some standard code to get started?
user2059893
  • 409
  • 3
  • 10
0
votes
1 answer

Most efficient way to serve less than 10 http requests per day using perl cgi

Our company manages over one hundred servers and we would like to "ask" these servers for basic usage info once or twice a day using http. The usage info can be easily found with a perl cgi script and we would like to have an http interface to ease…
Ricardo Marimon
  • 10,339
  • 9
  • 52
  • 59
0
votes
1 answer

OSX and CVSROOT

I am using on a computer OS X Mountain Lion 10.8.5 server. I want to configure CVS on it so that other computers can use that repository later. Can someone explain me ho to configure and start xinetd (preferably) or inetd. The directory…
Michel Lecomte
  • 333
  • 2
  • 4
  • 12
0
votes
4 answers

How to find location of executable on Linux when normal methods fail?

In another question, the answer states that on Unixes with /proc, the really straight and reliable way is to readlink("/proc/self/exe", buf, bufsize) and it then proceeds to give backup solutions as follows: On Unixes without /proc (i.e. if above…
WilliamKF
  • 41,123
  • 68
  • 193
  • 295
0
votes
0 answers

Connecting stdin/stdout to a network port on Windows

I've written a server software that uses stdin/stdout to communicate with the client side. On Linux and similar systems, I use inetd to define what port my program should respond, and then inetd will take care of answering any incoming calls and…
Mats Ekberg
  • 1,695
  • 4
  • 15
  • 23
0
votes
2 answers

Solaris10: How to get the remote end IP address in inted-started bash script?

On a Solaris 10 host there is an inetd service configured to start a bash script when it it gets an incoming TCP connection to a pre-configured port/service. Is there a way to find the IP address of the remote client in the invoked bash script? If I…
evolvah
  • 625
  • 4
  • 15
0
votes
1 answer

Configure Inetd settings for a particular FTP account

Currently in Inetd , the protocol settings for a particular protocol is same for all the uses who are connecting to system using it . like FTP or so . Is there a way to configure inetd to have a different settings for a particular user only ? for…
Rahul
  • 11,129
  • 17
  • 63
  • 76
1 2
3