Re: inetd/xindet

2016-01-30 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jan 29, 2016 at 07:25:01PM -0200, moises wrote: > Boa tarde. Alguém sabe informar onde foi parar esses deamons? No > Mint não achei. Ha um paquete para inetd: inetutils-inetd e para xinetd: xinetd. Consulta la lista para Debian en por

inetd/xindet

2016-01-29 Thread moises
Boa tarde. Alguém sabe informar onde foi parar esses deamons? No Mint não achei. Valeu

starting cupsd with inetd

2013-03-12 Thread Jérôme Frgacic
Hello all, I recently discover the inetd utility and install the openbsd-inetd package.  It works well for starting vsftpd after a few configuration but it doesn't work for cupsd which give me the message "cupsd: Child exited with status 2!".  Is it possible to start cupsd wit

inetutils-inetd --debug

2010-06-15 Thread peasthope
Nothing in the syslog indicates that the target system receives a daytime request or a telnet request from another system and I wonder whether "inetutils-inetd --debug" might help. Appears that I might interactively "inetutils-inetd --debug restart" or somehow put

Re: getting inetd to run leafnode via IPv4

2010-04-28 Thread Alexander Samad
please also check here /etc/sysctl.d/bindv6only.conf set net.ipv6.bindv6only = 0 On Thu, Apr 29, 2010 at 6:09 AM, Monique Y. Mudama wrote: > On Wed, Apr 28 at 12:57, Monique Y. Mudama penned: >> >> Apparently, the problem is that inetd has leafnode listening on >> IPv6

Re: getting inetd to run leafnode via IPv4

2010-04-28 Thread Monique Y. Mudama
On Wed, Apr 28 at 12:57, Monique Y. Mudama penned: > > Apparently, the problem is that inetd has leafnode listening on > IPv6, but not on IPv4. I think I need to either get slrn to work > with IPv6, or get leafnode listening on IPv4. Actually I'd like to > know how to do

getting inetd to run leafnode via IPv4

2010-04-28 Thread Monique Y. Mudama
ntly, the problem is that inetd has leafnode listening on IPv6, but not on IPv4. I think I need to either get slrn to work with IPv6, or get leafnode listening on IPv4. Actually I'd like to know how to do both. I'd very much appreciate any pointers you can give me. $ netstat -l |

Re: Which package provides /etc/init.d/inetd ?

2009-11-27 Thread Chris Jackson
Chris Jackson wrote: Looks to me like Debian doesn't have that specific file, as far as I can make out. It does have a pretty well standard /usr/sbin/inetd in the package inetutils-inetd, which is started in turn by /etc/init.d/inetutils-inetd. If it's important to be called t

Re: Which package provides /etc/init.d/inetd ?

2009-11-27 Thread Chris Jackson
Mathieu Malaterre wrote: When I execute, this search non of them is actually *exactly* /etc/init.d/inetd. So no I do not think this was so trivial. Looks to me like Debian doesn't have that specific file, as far as I can make out. It does have a pretty well standard /usr/sbin/inetd i

Re: Which package provides /etc/init.d/inetd ?

2009-11-27 Thread Mathieu Malaterre
;> Celejar wrote: >>>> On Fri, 27 Nov 2009 19:39:15 +0100 >>>> Mathieu Malaterre wrote: >>>> >>>> ... >>>> >>>>> Which package provides  /etc/init.d/inetd ? I am on a debian stable >>>> system. >>>>

Re: Which package provides /etc/init.d/inetd ?

2009-11-27 Thread Nick Douma
Malaterre wrote: >>> >>> ... >>> >>>> Which package provides /etc/init.d/inetd ? I am on a debian stable >>> system. >>> >>> You have a few choices, including openbsd-inetd and xinetd >>> >>> In general, you should

Re: Which package provides /etc/init.d/inetd ?

2009-11-27 Thread Mathieu Malaterre
On Fri, Nov 27, 2009 at 9:49 PM, Celejar wrote: > On Fri, 27 Nov 2009 19:39:15 +0100 > Mathieu Malaterre wrote: > > ... > >> Which package provides  /etc/init.d/inetd ? I am on a debian stable system. > > You have a few choices, including openbsd-inetd and xinetd

Re: Which package provides /etc/init.d/inetd ?

2009-11-27 Thread Mathieu Malaterre
On Fri, Nov 27, 2009 at 9:51 PM, Nick Douma wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Celejar wrote: >> On Fri, 27 Nov 2009 19:39:15 +0100 >> Mathieu Malaterre wrote: >> >> ... >> >>> Which package provides  /etc/init.d/inetd

Re: Which package provides /etc/init.d/inetd ?

2009-11-27 Thread Nick Douma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Celejar wrote: > On Fri, 27 Nov 2009 19:39:15 +0100 > Mathieu Malaterre wrote: > > ... > >> Which package provides /etc/init.d/inetd ? I am on a debian stable > system. > > You have a few choices, including op

Re: Which package provides /etc/init.d/inetd ?

2009-11-27 Thread Celejar
On Fri, 27 Nov 2009 19:39:15 +0100 Mathieu Malaterre wrote: ... > Which package provides /etc/init.d/inetd ? I am on a debian stable system. You have a few choices, including openbsd-inetd and xinetd In general, you should install and learn to use 'apt-file&#x

Which package provides /etc/init.d/inetd ?

2009-11-27 Thread Mathieu Malaterre
Hi, I am reading: http://d-i.alioth.debian.org/manual/en.i386/ch04s05.html And it says: On Debian GNU/Linux, you can run update-inetd --enable bootps, then /etc/init.d/inetd reload to do so. Which package provides /etc/init.d/inetd ? I am on a debian stable system. $ cat /etc

Re: security risk of having a long list of services in inetd

2008-09-01 Thread Tim Edwards
Paul Dufresne wrote: > 2008/8/30 Thomas Weinbrenner <[EMAIL PROTECTED]>: > Well, it is more than just a name. man inetd says: > "inetd should be run at boot time by /etc/rc (see rc(8)). It then > listens > for connections on certain internet sockets.

Re: security risk of having a long list of services in inetd

2008-08-30 Thread Martin
Forgot to add, if it wasn't clear enough: man inetd doesn't necessarily have _anything_ to do with /etc/services, totally depends on which inetd you use and wether your inetd even cares about information in /etc/services (netstat can use this information as someone else alread

Re: security risk of having a long list of services in inetd

2008-08-30 Thread Martin
Hi, 2008/8/30 Paul Dufresne <[EMAIL PROTECTED]>: > 2008/8/30 Thomas Weinbrenner <[EMAIL PROTECTED]>: > Well, it is more than just a name. man inetd says: It's simply the information that says: smtp is on port 25 ssh is on port ... ... nothing more nothing less. It dep

Re: security risk of having a long list of services in inetd

2008-08-30 Thread Paul Dufresne
hat are actually running. >> >> Yes, I know. But as I see it, each mapping is like a *possible* door >> to the Internet. > > No, each *port* is like a possible door to the internet. /etc/services > is just a way to give ports names, regards if those ports are used or

Re: security risk of having a long list of services in inetd

2008-08-30 Thread Eduardo M KALINOWSKI
Paul Dufresne wrote: > Yes, I know. But as I see it, each mapping is like a *possible* door > to the Internet. > When there is so much, it become too hard to look at each door to see > if there is a program behind, > and if it does what it should. > > Taken from http://en.wik

Re: security risk of having a long list of services in inetd

2008-08-30 Thread Thomas Weinbrenner
Paul Dufresne <[EMAIL PROTECTED]> schrieb: >> From: Paul Dufresne <[EMAIL PROTECTED]> >>> Looking to /etc/services, I found that Debian seems to like to have a >>> very big file with all known services rather than just add the >>> services needed. I don't even knows if other distributions does just

security risk of having a long list of services in inetd

2008-08-29 Thread Paul Dufresne
> From: Paul Dufresne <[EMAIL PROTECTED]> >> For myself, rkhunter give warning about inetd. >> Looking to /etc/services, I found that Debian seems to like to have a >> very big file with all known services rather than just add the >> services needed. I don't

Re: inetd or xinetd

2006-09-12 Thread Jörg-Volker Peetz
If the file "/etc/inetd.conf" contains only comment or empty lines, with the package "openbsd-inetd" installed inetd is not started at boot-up. Regards, Jörg-Volker. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: inetd or xinetd

2006-09-12 Thread Matus UHLAR - fantomas
On 11.09.06 19:51, Andrei Popescu wrote: > But I wonder why netbase depends on inetd. because many packages depending on netbase depends on it because of inetd (inetd was some time ago in netbase). See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=154441;archive=yes However they imho sho

Re: inetd or xinetd

2006-09-11 Thread Andrei Popescu
Stefan Monnier <[EMAIL PROTECTED]> wrote: > PS: Funnily enough `apt-get remove openbsd-inetd' says that a whole bunch of > packages depend on it: > Looks like bugs in the dependencies in `testing'. I don't think they depend directly on inetd. It seems netbase d

Re: inetd or xinetd

2006-09-11 Thread [EMAIL PROTECTED]
Please look at #385320: Users of xinetd can't remove openbsd-inetd Bye, Stefan Monnier wrote: I would say that the choice between the two is defined not by how 'professional' your host is, but rather by the hostility of the networking environment. Xinetd can limit the number

Re: inetd or xinetd

2006-09-11 Thread Stefan Monnier
has a more > extensive logging. There are other improvements over inetd (see xinetd > faq [0], for example, or this article [1]). So, if your network is not > well protected, you may want to replace inetd with xinetd (and don't > forget to configure it properly :)) > [0]

Re: inetd or xinetd

2006-09-11 Thread Dmitri Minaev
On 9/8/06, Ismael Valladolid Torres <[EMAIL PROTECTED]> wrote: inetd is more than ok for a personal environment, why not also for a professional setup. xinetd is far more featured, though, and it's been the default for Red Hat systems for years. I would say that the choice between

Re: inetd or xinetd

2006-09-11 Thread Ismael Valladolid Torres
T escribe: > On Fri, 08 Sep 2006 10:12:48 +0200, Ismael Valladolid Torres wrote: > > >> ...I'd like to know whether > >> inetd or xinetd is preferred for a *personal environment*. > > > > inetd is more than ok for a personal environment, why not also f

Re: inetd or xinetd

2006-09-08 Thread T
On Fri, 08 Sep 2006 10:12:48 +0200, Ismael Valladolid Torres wrote: >> ...I'd like to know whether >> inetd or xinetd is preferred for a *personal environment*. > > inetd is more than ok for a personal environment, why not also for a > professional setup. Thanks Ism

Re: inetd or xinetd

2006-09-08 Thread Matus UHLAR - fantomas
> > On Thursday 07 September 2006 03:56, T wrote: > > > Hope I'm not starting a religious war here, but I'd like to know > > > whether inetd or xinetd is preferred for a *personal environment*. I prefer xinetd anywhere. IT's better configurable, even if so

Re: inetd or xinetd

2006-09-08 Thread Liam O'Toole
On Thu, 7 Sep 2006 23:58:49 -0700 Paul Johnson <[EMAIL PROTECTED]> wrote: > On Thursday 07 September 2006 03:56, T wrote: > > Hi > > > > Hope I'm not starting a religious war here, but I'd like to know > > whether inetd or xinetd is preferred for a

Re: inetd or xinetd

2006-09-08 Thread Ismael Valladolid Torres
T escribe: > Hope I'm not starting a religious war here, but I'd like to know whether > inetd or xinetd is preferred for a *personal environment*. inetd is more than ok for a personal environment, why not also for a professional setup. xinetd is far more featured, though, a

Re: inetd or xinetd

2006-09-08 Thread Paul Johnson
On Thursday 07 September 2006 03:56, T wrote: > Hi > > Hope I'm not starting a religious war here, but I'd like to know whether > inetd or xinetd is preferred for a *personal environment*. I like openbsd-inetd because it's straightforward, lightweight and got the O

Re: inetd or xinetd

2006-09-07 Thread Jochen Schulz
T: > > # /etc/init.d/inetd has been diverted by the xinetd package. > # The inetd service is provided by xinetd, which means inetd > # doesn't need to be run. > # > # See /etc/init.d/xinetd, or /etc/init.d/inetd.real. > > exit 0 > -

inetd or xinetd

2006-09-07 Thread T
Hi Hope I'm not starting a religious war here, but I'd like to know whether inetd or xinetd is preferred for a *personal environment*. In my current system: $ cat /etc/init.d/inetd #!/bin/sh # /etc/init.d/inetd has been diverted by the xinetd pack

Re: How does inetd work?

2006-05-26 Thread Dirk
John L Fjellstad wrote: > Dirk <[EMAIL PROTECTED]> writes: > > >>I know inetd forwards a programms (servers) stdout to the client... but >>where does it forward the requests from a client to? It's not stdin.. >> >> >>It there any simple exampl

Re: How does inetd work?

2006-05-26 Thread Dirk
John L Fjellstad wrote: > Dirk <[EMAIL PROTECTED]> writes: > > >>I know inetd forwards a programms (servers) stdout to the client... but >>where does it forward the requests from a client to? It's not stdin.. >> >> >>It there any simple exampl

Re: How does inetd work?

2006-05-25 Thread John L Fjellstad
Dirk <[EMAIL PROTECTED]> writes: > I know inetd forwards a programms (servers) stdout to the client... but > where does it forward the requests from a client to? It's not stdin.. > > > It there any simple example server available that was written to work > with in

Re: How does inetd work?

2006-05-25 Thread Andrew Perrin
My understanding is that it depends upon the type of connection. A dgram ("nowait") server is spawned separately and the socket is passed, while a wait server is passed stdin, stdout, and stderr and managed through inetd. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbo

How does inetd work?

2006-05-25 Thread Dirk
I know inetd forwards a programms (servers) stdout to the client... but where does it forward the requests from a client to? It's not stdin.. It there any simple example server available that was written to work with inetd? Dirk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

How does inetd work?

2006-05-24 Thread Dirk
I know inetd forwards a programms (servers) stdout to the client... but where does it forward the requests from a client to? It's not stdin.. It there any simple example server available that was written to work with inetd? Dirk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

Re: ssh via inetd the Debian way

2006-04-26 Thread Monique Y. Mudama
On 2006-04-26, Steve Lamb penned: > > Yeah, knew that but was doing 3 things at once. Lemme just say > never play MMORPG and admin at the same time. :D For several years, that would have effectively prevented me from admin'ing =P (But I'm feeling much better now ...) -- monique Help

Re: ssh via inetd the Debian way

2006-04-26 Thread Steve Lamb
Greg Folkert wrote: > update-rc.d -f ssh remove Not true, that's the first thing I tried and none of the links were removed. :/ Oh, wait, maybe the -f makes a world of difference. *blush* > Never logout of said machine completely until you can login back in Yeah, knew that

Re: ssh via inetd the Debian way

2006-04-26 Thread Greg Folkert
On Wed, 2006-04-26 at 14:58 -0700, Steve Lamb wrote: > Steve Lamb wrote: > > Joey Hess wrote: > >> Many embedded systems don't have swap. ssh in inetd worked ok last time > >> I used it as long as speed was not important. > > > Thanks, Joey, I'll

Re: ssh via inetd the Debian way

2006-04-26 Thread Steve Lamb
Steve Lamb wrote: > Joey Hess wrote: >> Many embedded systems don't have swap. ssh in inetd worked ok last time >> I used it as long as speed was not important. > Thanks, Joey, I'll give it a whirl later on and let everyone know. Was > just hoping that it was

Re: ssh via inetd the Debian way

2006-04-26 Thread Steve Lamb
Greg Folkert wrote: > On Tue, 2006-04-25 at 13:59 -0700, Steve Lamb wrote: >>> ssh stream tcp nowait root /usr/sbin/tcpd /usr/sbin/sshd >> For the record, -i at the end. > Sort of why I put the comment: > Now, since I have not tested this at all... it should really >

Re: ssh via inetd the Debian way

2006-04-26 Thread Greg Folkert
On Tue, 2006-04-25 at 13:59 -0700, Steve Lamb wrote: > Greg Folkert wrote: > > Why would one want sshd to run from inetd? > > Machine with low RAM that I rarely access via ssh. I do need access from > time to time via ssh however. 500k of a resident ssh is 500k I could f

Re: ssh via inetd the Debian way

2006-04-26 Thread Greg Folkert
On Tue, 2006-04-25 at 13:59 -0700, Steve Lamb wrote: > Greg Folkert wrote: > > Why would one want sshd to run from inetd? > > Machine with low RAM that I rarely access via ssh. I do need access from > time to time via ssh however. 500k of a resident ssh is 500k I could f

Re: ssh via inetd the Debian way

2006-04-26 Thread Jon Dowland
At 1146000792 past the epoch, Steve Lamb wrote: > Ah, thanks. It's a 96 from unixshell.com. Trying to fit exim, > apache(-ssl), SA, clamav all in 96Mb is rough. :( I have 80MB RAM and I've given up running spamassassin. I quite comfortably run exim4, crm114, apache, ssh, bind, a popd, an im

Re: ssh via inetd the Debian way

2006-04-25 Thread Steve Lamb
Joey Hess wrote: > Many embedded systems don't have swap. ssh in inetd worked ok last time > I used it as long as speed was not important. Thanks, Joey, I'll give it a whirl later on and let everyone know. Was just hoping that it was a question on dpkg-reconfigure th

Re: ssh via inetd the Debian way

2006-04-25 Thread Steve Lamb
Martin A. Brooks wrote: > If a process is unused for any length the time it will get swapped out > and will use very little, if any, real memory until it's woken up. Limited swap as well. I just rather it be well and gone and only loaded when required. -- Steve C. Lamb | B

Re: ssh via inetd the Debian way

2006-04-25 Thread Steve Lamb
Matthew R. Dempsky wrote: > It generates the host-specific keys at install time, but the v1 ssh > protocol requires a second smaller RSA key generated that's not used for > more than an hour, whereas the v2 protocol uses Diffie-Hellman. Ah, thanks for the explination! -- Steve C.

Re: ssh via inetd the Debian way

2006-04-25 Thread Steve Lamb
Matthew R. Dempsky wrote: > Depending on how RAM limited the system is, you might also take a look > at dropbear; it's a lightweight ssh server available in Debian. Ah, thanks. It's a 96 from unixshell.com. Trying to fit exim, apache(-ssl), SA, clamav all in 96Mb is rough. :( --

Re: ssh via inetd the Debian way

2006-04-25 Thread Matthew R. Dempsky
On Tue, Apr 25, 2006 at 01:59:10PM -0700, Steve Lamb wrote: > Machine with low RAM that I rarely access via ssh. I do need access from > time to time via ssh however. Depending on how RAM limited the system is, you might also take a look at dropbear; it's a lightweight ssh server available i

Re: ssh via inetd the Debian way

2006-04-25 Thread Joey Hess
Martin A. Brooks wrote: > If a process is unused for any length the time it will get swapped out > and will use very little, if any, real memory until it's woken up. Many embedded systems don't have swap. ssh in inetd worked ok last time I used it as long as speed was not importa

Re: ssh via inetd the Debian way

2006-04-25 Thread Matthew R. Dempsky
On Tue, Apr 25, 2006 at 02:02:03PM -0700, Steve Lamb wrote: > Uh, does this seem right? I recall sshd generating the key when it is > first installed and don't recall the key changing every reboot which is when > sshd would shutdown/startup like it would from inetd. :/ It gene

Re: ssh via inetd the Debian way

2006-04-25 Thread Monique Y. Mudama
On 2006-04-25, Steve Lamb penned: > > Uh, does this seem right? I recall sshd generating the key when > it is first installed and don't recall the key changing every > reboot which is when sshd would shutdown/startup like it would > from inetd. :/ It seems l

Re: ssh via inetd the Debian way

2006-04-25 Thread Martin A. Brooks
Steve Lamb wrote: Machine with low RAM that I rarely access via ssh. I do need access from time to time via ssh however. 500k of a resident ssh is 500k I could free up by moving it to inetd. If a process is unused for any length the time it will get swapped out and will use very little

Re: ssh via inetd the Debian way

2006-04-25 Thread Steve Lamb
Monique Y. Mudama wrote: > -i Specifies that sshd is being run from inetd(8). sshd is normally > not run from inetd because it needs to generate the server key > before it can respond to the client, and this may take tens of > seco

Re: ssh via inetd the Debian way

2006-04-25 Thread Steve Lamb
Greg Folkert wrote: > Why would one want sshd to run from inetd? Machine with low RAM that I rarely access via ssh. I do need access from time to time via ssh however. 500k of a resident ssh is 500k I could free up by moving it to inetd. > ssh stream tcp nowait root /usr/sbi

Re: ssh via inetd the Debian way

2006-04-25 Thread Greg Folkert
On Tue, 2006-04-25 at 12:45 -0700, Steve Lamb wrote: > Is there some automated method of placing sshd into inetd? I've attempted > to dpkg-reconfigure openssh-server to no avail. Why would one want sshd to run from inetd? sshd should typically be run as a daemon. As far as I

Re: ssh via inetd the Debian way

2006-04-25 Thread Monique Y. Mudama
On 2006-04-25, Steve Lamb penned: > > Is there some automated method of placing sshd into inetd? I've atte= > mpted > to dpkg-reconfigure openssh-server to no avail. I don't know about automated, but I found this warning in `man sshd`: -i Specifies that

Re: ssh via inetd the Debian way

2006-04-25 Thread Martin A. Brooks
Steve Lamb wrote: Is there some automated method of placing sshd into inetd? I've attempted to dpkg-reconfigure openssh-server to no avail. You almost certainly don't want to run sshd from inetd. Bad idea. -- Martin A. Brooks | http://www.antibodymx.net/ | Anti-spam &a

ssh via inetd the Debian way

2006-04-25 Thread Steve Lamb
Is there some automated method of placing sshd into inetd? I've attempted to dpkg-reconfigure openssh-server to no avail. -- Steve C. Lamb | But who decides what they dream? PGP Key: 8B6E99C5 | And dream

Re: inetd listening to port 79 (finger)

2006-03-30 Thread Vadim Kutsyy
description available) after modifying inetd.conf, nothing is listening to port 79 Thanks, Vadim Roberto C. Sanchez wrote: Quoting Vadim Kutsyy <[EMAIL PROTECTED]>: For some reason I have inetd listening to port 79 (finger). Are there any reason why it should be listening to p

Re: inetd listening to port 79 (finger)

2006-03-30 Thread Roberto C. Sanchez
Quoting Vadim Kutsyy <[EMAIL PROTECTED]>: For some reason I have inetd listening to port 79 (finger). Are there any reason why it should be listening to port 79? #lsof | grep finger inetd 11048 root4u IPv4 827103602 TCP *:finger (LISTEN) Thanks,

inetd listening to port 79 (finger)

2006-03-30 Thread Vadim Kutsyy
For some reason I have inetd listening to port 79 (finger). Are there any reason why it should be listening to port 79? #lsof | grep finger inetd 11048 root4u IPv4 827103602 TCP *:finger (LISTEN) Thanks, Vadim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Inetd vs. Xinetd

2005-12-29 Thread Joseph Haig
--- Rick Friedman <[EMAIL PROTECTED]> wrote: > Simply put... being the relative newbie that I am, is there an > advantage to > having the xinetd package rather than netkit-inetd? Currently, I have > > netkit-inetd installed. Would I be better off removing it and &

Re: Inetd vs. Xinetd

2005-12-27 Thread Dennis Stosberg
Rick Friedman wrote: > Simply put... being the relative newbie that I am, is there an advantage to > having the xinetd package rather than netkit-inetd? Currently, I have > netkit-inetd installed. Would I be better off removing it and installing > xinetd? That depends solely o

Inetd vs. Xinetd

2005-12-26 Thread Rick Friedman
Simply put... being the relative newbie that I am, is there an advantage to having the xinetd package rather than netkit-inetd? Currently, I have netkit-inetd installed. Would I be better off removing it and installing xinetd? Any insight is greatly appreciated. Rick -- Rick's Law:

netkit-inetd vs. inetutils-inetd

2005-09-29 Thread Carlos Rodrigues
Hi! I'm wondering what's the difference between the netkit-inetd and inetutil-inetd packages... Debian (sarge) installs netkit-inetd by default, but if one does a "apt-get install inetd", inetutils-inetd is proposed for installation instead. The descriptions for both p

Re: cvspserver and frequent "inetd address already in use"

2005-09-25 Thread Bob Vloon
Hi David, > "Sep 15 16:07:08 Cobb028933918A-Tux inetd[8465]: cvspserver/tcp: bind: > Address already in use" Can't think of so much else: is cvs-pserver running independent from inetd? Otherwise, try something like "netstat -t -l -p --numeric-ports", and check

cvspserver and frequent "inetd address already in use"

2005-09-22 Thread David A. Cobb
Every few minutes, my syslog gets a message such as: "Sep 15 16:07:08 Cobb028933918A-Tux inetd[8465]: cvspserver/tcp: bind: Address already in use" I googled around. Such a thing was reported back in 2000. At the time, the answer was "You have two copies of inetd running. Ho

Re: Problem with inetd

2005-08-24 Thread srg krn
netstat -anp will say you the proccess that is listening. If inetd is the proccess you must edit /etc/inetd.conf If xinetd is the proccess you must go to /etc/xinetd.d and edit the file for the telnet service (put disable=yes). On 8/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I

Problem with inetd

2005-08-21 Thread Mrbizz4
I recently installed Debian GNU/Linux 3.1 on an HP Pavilion 310n. The problem I'm having is that inetd is spawning the telnet service. When I scan the ports on my computer, port 23 is actively listening for telnet connections. I have tried many things in order to close this port. I

newuser cant update-inetd --enable ftp (or rather ftp doesn't start)

2004-06-30 Thread John Redmond
As per subject line I'm a new user (OK knoppix hd install) trying to enable ftp for some local file transfer. tried update-inetd --enable ftp which changed the file but netstat doesn't show it listening. Further exploration showed inetd not running. Started it. disabled ftp then enable

Re: inetd & inetd.conf

2004-06-29 Thread Chris Metzler
h. Is there a way for changes in > inetd.conf to be enacted without the need to take the machine > down and up again? Reading the manual is useful for this sort of thing. stax:~-526> man inetd Reformatting inetd(8), please wait... INETD(8) BSD System Manage

Re: inetd & inetd.conf

2004-06-29 Thread Stephen Mulcahy
trying kill -HUP you can find the pid of the inetd by running ps -aux | grep -i inetd hth -stephen On 29 Jun 2004 12:23:22 +0100, Keith O'Connell <[EMAIL PROTECTED]> wrote: > > Hi, > > I just had to edit the /etc/inetd.conf file. In order for the >

Re: inetd & inetd.conf

2004-06-29 Thread John Summerfield
d to be rebooted. >> >> Is this the wrong approach. Is there a way for changes in >> inetd.conf to be enacted without the need to take the machine >> down and up again? >> RA> /etc/init.d/inetd restart That was actually the first thing I tried

Re: inetd & inetd.conf

2004-06-29 Thread Keith O'Connell
>> >> Is this the wrong approach. Is there a way for changes in >> inetd.conf to be enacted without the need to take the machine >> down and up again? >> RA> /etc/init.d/inetd restart That was actually the first thing I tried, but

Re: inetd & inetd.conf

2004-06-29 Thread John Summerfield
Keith O'Connell wrote: Hi, I just had to edit the /etc/inetd.conf file. In order for the changes to take effect the machine had to be rebooted. No it didn't: Dolphin:~# /etc/init.d/inetd reload Dolphin:~# -- Cheers John -- spambait [EMAIL PROTECTED] [EMAIL PROTEC

Re: inetd & inetd.conf

2004-06-29 Thread Ronny Aasen
; inetd.conf to be enacted without the need to take the machine > down and up again? > /etc/init.d/inetd restart -- Ronny Aasen <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

inetd & inetd.conf

2004-06-29 Thread Keith O'Connell
Hi, I just had to edit the /etc/inetd.conf file. In order for the changes to take effect the machine had to be rebooted. Is this the wrong approach. Is there a way for changes in inetd.conf to be enacted without the need to take the machine down and up agai

Re: starting Perl script from inetd

2004-06-27 Thread Bob Proulx
[EMAIL PROTECTED] wrote: > Trying to start a Perl smtp(port 25) server from inetd. > Script works OK as stand alone but fails to start from inetd. Hopefully it has been designed to be run from inetd. > Question 1: Is there a way to log inetd? Information and errors is logged via syslo

Re: starting Perl script from inetd

2004-06-27 Thread Stephen Patterson
On Sun, 27 Jun 2004 20:20:05 +0200, <[EMAIL PROTECTED]> wrote: > > Trying to start a Perl smtp(port 25) server from inetd. > Failed to start server :Address already in use > (in cleanup) Can't call method "close" on an undefined value at > /us

starting Perl script from inetd

2004-06-27 Thread socrel
Trying to start a Perl smtp(port 25) server from inetd. Script works OK as stand alone but fails to start from inetd. (In fact this has reached you through the same code, but running on a different port) Question 1: Is there a way to log inetd? Question 2: should the server be started

Re: apt-proxy without inetd

2004-02-15 Thread Peter Samuelson
[Rob Weir] > apt-proxy is a shell script, and thus cannot run as a daemon. Well, you could hack something together with netcat, but that has about as much point as using a screwdriver as a chisel. inetd is the right tool for the job. Peter signature.asc Description: Digital signature

Re: apt-proxy without inetd

2004-02-15 Thread Rob Weir
On Sun, Feb 15, 2004 at 02:05:14PM +0100, Benedict Verheyen said > >- Original Message - > >From: "Rob Weir" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Sunday, February 15, 2004 6:54 AM > >Subject: Re: apt-proxy without i

Re: apt-proxy without inetd

2004-02-15 Thread Benedict Verheyen
>- Original Message - >From: "Rob Weir" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Sunday, February 15, 2004 6:54 AM >Subject: Re: apt-proxy without inetd > Hi, > > is it possible to run apt-proxy without inetd? > I'm not us

Re: apt-proxy without inetd

2004-02-14 Thread Rob Weir
On Thu, Feb 12, 2004 at 04:34:48PM +0100, Benedict Verheyen said > Hi, > > is it possible to run apt-proxy without inetd? > I'm not using inetd or xinetd and would like to keep it that way. Why? Just install it and disable everything aside from apt-proxy. -- Rob Weir

apt-proxy without inetd

2004-02-12 Thread Benedict Verheyen
Hi, is it possible to run apt-proxy without inetd? I'm not using inetd or xinetd and would like to keep it that way. The depends field says you only need tcpd but i don't think running tcpd without inetd is possible/useful? On a related note, i remember that i wanted to remove inetd wh

Re: single desktop per user with vncserver through inetd

2004-01-13 Thread Mike Fedyk
ients communicating with the Xvnc server, which sent data to xvncviewer in (possibly) the same machine, and then sending it to another Xvnc server that was created from the inetd connection and then finally going out over the network to my client. As you can see not very effecient. Anyway, I'

Re: single desktop per user with vncserver through inetd

2004-01-13 Thread John Smith
On Tue, 2004-01-13 at 00:31, Mike Fedyk wrote: > On Sun, Jan 11, 2004 at 09:45:22AM -0800, Marc Wilson wrote: > > I really don't see what the OP's problem is... the vncserver package comes > > with documentation on how to set it up through inetd to provide an xdm > &g

Re: single desktop per user with vncserver through inetd

2004-01-12 Thread Mike Fedyk
On Sun, Jan 11, 2004 at 09:45:22AM -0800, Marc Wilson wrote: > I really don't see what the OP's problem is... the vncserver package comes > with documentation on how to set it up through inetd to provide an xdm > chooser on connect via XDMCP. I have it configured so on all t

Re: single desktop per user with vncserver through inetd

2004-01-11 Thread Marc Wilson
On Sun, Jan 11, 2004 at 09:09:32AM -0800, Steve Lamb wrote: > Mike Fedyk wrote: > >Is there a way to do this with one port and inetd, or will I have to use > >several ports, and tell my users which port is theirs (and start desktops > >for 50 users from init.d). > >

Re: single desktop per user with vncserver through inetd

2004-01-11 Thread Steve Lamb
Mike Fedyk wrote: Is there a way to do this with one port and inetd, or will I have to use several ports, and tell my users which port is theirs (and start desktops for 50 users from init.d). I don't think there is. This sounds more the domain of... Crap, can't remember the name.

single desktop per user with vncserver through inetd

2004-01-06 Thread Mike Fedyk
do this with one port and inetd, or will I have to use several ports, and tell my users which port is theirs (and start desktops for 50 users from init.d). Thanks, Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: disabling inetd

2003-12-15 Thread Rick Weinbender
Vineet Kumar wrote: > * Initech ([EMAIL PROTECTED]) [031212 13:42]: > > On Fri, Dec 12, 2003 at 01:20:42PM -0600, Rick Weinbender wrote: > > > I've heard that the inetd process is not very secure. > > That's not necessarily true. What is "not very sec

  1   2   3   4   >