Re: amanda stopped working: selfcheck fails
Andrea Borgia <andrea@borgia.bo.it> writes:
[...]
> Restarting inetd:
> * flyingraspi: no errors
> * mononoke and clarisse, both show the following entry in daemon.log:
> inetd[1719886]: amanda/tcp: unknown service
I got the same today's morning.
I found that in /etc/services was only:
--8<---------------cut here---------------start------------->8---
amanda 10080/udp # amanda backup services
--8<---------------cut here---------------end--------------->8---
I add also
--8<---------------cut here---------------start------------->8---
amanda 10080/tcp # amanda backup services
--8<---------------cut here---------------end--------------->8---
and restarted inetd.
I do not know if it is right approach.
>
>
>
> I'm not even 100% sure whether it's inetd (my bet) or xinetd but here
> they are:
>
> /etc/inetd.conf: (unchanged)
> amanda stream tcp nowait backup /usr/lib/amanda/amandad amandad
> -auth=bsdtcp amdump amindexd amidxtaped
>
> /ect/xinetd.d/amanda: (unchanged)
> service amanda
> {
> disable = no
> flags = ipv4
> socket_type = stream
> protocol = tcp
> wait = no
> user = backup
> group = disk
> groups = yes
> server = /usr/lib/amanda/amandad
> server_args = -auth=bsdtcp amdump amindexd amidxtaped
> senddiscover
> }
>
>
>
> Any clues? I'd like to hear from people already using Amanda but the
> one question I have for everyone is: how do I verify which inetd
> version I am using? (and then remove the irrelevant config).
what tells:
# systemctl status inetd.service
# systemctl status xinetd.service
?
KJ
--
http://wolnelektury.pl/wesprzyj/teraz/
Reply to: