I want to know what file is equivalent to /etc/inetd.conf on Ubuntu systems.
--
Tapas
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-07-2010, 04:16 PM
Gilles Gravier
/etc/inetd.conf equivalent for ubuntu
Hi!
On 07/09/2010 17:56, Tapas Mishra wrote:
> I want to know what file is equivalent to /etc/inetd.conf on Ubuntu systems
I'd look at /etc/inetd.conf ... for compatibility reasons (at least) it
will be there...
Gilles.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-07-2010, 04:33 PM
Tapas Mishra
/etc/inetd.conf equivalent for ubuntu
On Tue, Sep 7, 2010 at 9:59 PM, Gilles Gravier <ggravier@fsfe.org> wrote:
> It is on mine...
That does not mean that it is on my system also.
As root I did a find
find /etc/ -name inetd.conf
and the next line was a blank.
--
Tapas
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-07-2010, 04:35 PM
"Robert P. J. Day"
/etc/inetd.conf equivalent for ubuntu
On Tue, 7 Sep 2010, Tapas Mishra wrote:
> On Tue, Sep 7, 2010 at 9:59 PM, Gilles Gravier <ggravier@fsfe.org> wrote:
> > It is on mine...
> That does not mean that it is on my system also.
> As root I did a find
> find /etc/ -name inetd.conf
> and the next line was a blank.
the current version of ubuntu uses xinetd, not inetd. see
/etc/xinetd.conf, and the subsequent include of /etc/xinetd.d/.
rday
--
================================================== ======================
Robert P. J. Day Waterloo, Ontario, CANADA
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-07-2010, 04:43 PM
NoOp
/etc/inetd.conf equivalent for ubuntu
On 09/07/2010 09:33 AM, Tapas Mishra wrote:
> On Tue, Sep 7, 2010 at 9:59 PM, Gilles Gravier <ggravier@fsfe.org> wrote:
>> It is on mine...
> That does not mean that it is on my system also.
> As root I did a find
> find /etc/ -name inetd.conf
> and the next line was a blank.
>
I have it, but that's because this system has been updated/upgraded
since dapper... Anyway:
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-07-2010, 04:59 PM
Tapas Mishra
/etc/inetd.conf equivalent for ubuntu
I dont have even xinetd.conf and the system was upgraded last week.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-07-2010, 05:57 PM
Tom H
/etc/inetd.conf equivalent for ubuntu
On Tue, Sep 7, 2010 at 12:59 PM, Tapas Mishra <mightydreams@gmail.com> wrote:
> I dont have even xinetd.conf and the system was upgraded last week.
xinetd isn't installed by default. You have to install it.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-07-2010, 06:03 PM
Tapas Mishra
/etc/inetd.conf equivalent for ubuntu
On Tue, Sep 7, 2010 at 11:27 PM, Tom H <tomh0665@gmail.com> wrote:
> On Tue, Sep 7, 2010 at 12:59 PM, Tapas Mishra <mightydreams@gmail.com> wrote:
>> I dont have even xinetd.conf and the system was upgraded last week.
>
> xinetd isn't installed by default. You have to install it.
Well true.
Is this same for inetd.conf that was what I originally wanted to know?
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-07-2010, 06:15 PM
Tom H
/etc/inetd.conf equivalent for ubuntu
On Tue, Sep 7, 2010 at 2:03 PM, Tapas Mishra <mightydreams@gmail.com> wrote:
> On Tue, Sep 7, 2010 at 11:27 PM, Tom H <tomh0665@gmail.com> wrote:
>> On Tue, Sep 7, 2010 at 12:59 PM, Tapas Mishra <mightydreams@gmail.com> wrote:
>>> I dont have even xinetd.conf and the system was upgraded last week.
>>
>> xinetd isn't installed by default. You have to install it.
> Well true.
> Is this same for inetd.conf that was what I originally wanted to know?
I _think_ that you have to install openbsd_inetd or openbsd-inetd -
not sure which name is correct.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
09-07-2010, 06:35 PM
Tapas Mishra
/etc/inetd.conf equivalent for ubuntu
On Tue, Sep 7, 2010 at 11:45 PM, Tom H <tomh0665@gmail.com> wrote:
> I _think_ that you have to install openbsd_inetd or openbsd-inetd -
> not sure which name is correct.
>
Ok I checked
http://packages.ubuntu.com/lucid/openbsd-inetd
I think this is what you mean.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users