Re: inetd startup script missing from /etc/rc.d in both -current and 11-stable

2017-04-03 Thread tech-lists
On 03/04/2017 19:01, Ngie Cooper (yaneurabeya) wrote:
> Please double check your build options. If MK_INETD=no (WITHOUT_INETD=, 
> typically) is set in src.conf, it won’t install this and other inetd-related 
> items.

...and that was it. I should have seen that (was sure I checked), sorry
for the noise. In mitigation, I'm only using inetd on one system among
many otherwise identical systems. Serves me right for using identical
src.confs, lol

many thanks,
-- 
J.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: inetd startup script missing from /etc/rc.d in both -current and 11-stable

2017-04-03 Thread Ngie Cooper (yaneurabeya)

> On Apr 3, 2017, at 07:00, tech-lists  wrote:
> 
> Hello current@,
> 
> From https://www.freebsd.org/doc/handbook/network-inetd.html I should be
> able to start inetd like this:
> 
> service inetd start
> 
> ...after enabling it in /etc/rc.conf. The inetd options look like this:
> 
> inetd_enable="YES"
> inetd_program="/usr/sbin/inetd"
> inetd_flags="-wW -C 60"
> 
> The problem is that the startup script doesn't exist in /etc/rc.d. I get
> this error:
> 
> # service inetd start
> inetd does not exist in /etc/rc.d or the local startup
> directories (/usr/local/etc/rc.d), or is not executable
> 
> and the lines in rc.conf have no effect (inetd doesn't start).
> 
> I can, however, start it manually, as root, like this:
> 
> # inetd -wW -C 60
> 
> and it runs as expected.
> 
> This problem exists in 11-stable as well as -current. How can I fix this
> please?

Please double check your build options. If MK_INETD=no (WITHOUT_INETD=, 
typically) is set in src.conf, it won’t install this and other inetd-related 
items.
Thanks,
-Ngie


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: inetd startup script missing from /etc/rc.d in both -current and 11-stable

2017-04-03 Thread tech-lists
On 03/04/2017 16:07, Alexandr Krivulya wrote:
> Hi! I think you loose it after some updates. Both 11-stable and current
> contains it:
> 
> https://svnweb.freebsd.org/base/head/etc/rc.d/inetd?view=log
> https://svnweb.freebsd.org/base/stable/11/etc/rc.d/inetd?view=log
> 
> Check your src tree and install it.

Thanks for the tip. I copied it over from /usr/src/etc/rc.d

still puzzled as to why it wasn't installed though. When I upgrade, it's
make clean && make buildworld && make buildkernel && make installkernel
&& mergemaster -p

then make installworld then mergemaster.

-- 
J.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: inetd startup script missing from /etc/rc.d in both -current and 11-stable

2017-04-03 Thread Alexandr Krivulya
Hi! I think you loose it after some updates. Both 11-stable and current 
contains it:


https://svnweb.freebsd.org/base/head/etc/rc.d/inetd?view=log
https://svnweb.freebsd.org/base/stable/11/etc/rc.d/inetd?view=log

Check your src tree and install it.

03.04.2017 17:00, tech-lists пишет:

Hello current@,

 From https://www.freebsd.org/doc/handbook/network-inetd.html I should be
able to start inetd like this:

service inetd start

...after enabling it in /etc/rc.conf. The inetd options look like this:

inetd_enable="YES"
inetd_program="/usr/sbin/inetd"
inetd_flags="-wW -C 60"

The problem is that the startup script doesn't exist in /etc/rc.d. I get
this error:

# service inetd start
inetd does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d), or is not executable

and the lines in rc.conf have no effect (inetd doesn't start).

I can, however, start it manually, as root, like this:

# inetd -wW -C 60

and it runs as expected.

This problem exists in 11-stable as well as -current. How can I fix this
please?

thanks,



--
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

inetd startup script missing from /etc/rc.d in both -current and 11-stable

2017-04-03 Thread tech-lists
Hello current@,

>From https://www.freebsd.org/doc/handbook/network-inetd.html I should be
able to start inetd like this:

service inetd start

...after enabling it in /etc/rc.conf. The inetd options look like this:

inetd_enable="YES"
inetd_program="/usr/sbin/inetd"
inetd_flags="-wW -C 60"

The problem is that the startup script doesn't exist in /etc/rc.d. I get
this error:

# service inetd start
inetd does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d), or is not executable

and the lines in rc.conf have no effect (inetd doesn't start).

I can, however, start it manually, as root, like this:

# inetd -wW -C 60

and it runs as expected.

This problem exists in 11-stable as well as -current. How can I fix this
please?

thanks,
-- 
J.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"