Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] ansible-common doesn't include ansible.wrapper

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
steve+Debian
Posts: 1
Joined: 2023-01-28 23:06

[Software] ansible-common doesn't include ansible.wrapper

#1 Post by steve+Debian »

aidecheck.service calls aide.wrapper, but aide.wrapper is not included in aide-common as documented and I can't find a fix documented anywhere. Any suggestions?

root@template-app-01:/etc/systemd/system# cat aidecheck.service
[Unit]
Description=Aide Check

[Service]
Type=simple
ExecStart=/usr/bin/aide.wrapper -C

[Install]
WantedBy=multi-user.target

spowell@template-app-01:~$ dpkg-query -W aide aide-common
aide 0.17.3-4+deb11u1
aide-common 0.17.3-4+deb11u1

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2062
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 221 times

Re: [Software] ansible-common doesn't include ansible.wrapper

#2 Post by FreewheelinFrank »

Stupid question maybe, but have you checked if the script exists in /usr/bin?

Google search suggests you may need to specify a config file in the ExecStart line.

I don't use Aide, so these are just guesses.

Post Reply