Skip to Content.
Sympa Menu

rare-dev - Re: [rare-dev] netconf

Subject: Rare project developers

List archive

Re: [rare-dev] netconf


Chronological Thread 
  • From: mc36 <>
  • To: , David Schmitz <>
  • Subject: Re: [rare-dev] netconf
  • Date: Wed, 15 Feb 2023 11:04:46 +0100

seemingly you're right:

mc36@fod:~/FOD$
mc36@fod:~/FOD$
mc36@fod:~/FOD$ which apparmor_parser
mc36@fod:~/FOD$
mc36@fod:~/FOD$
mc36@fod:~/FOD$ apt-file search apparmor_parser
bash: apt-file: command not found
mc36@fod:~/FOD$
mc36@fod:~/FOD$
mc36@fod:~/FOD$ sudo apt-file search apparmor_parser
sudo: apt-file: command not found
mc36@fod:~/FOD$
mc36@fod:~/FOD$



On 2/15/23 10:31, David Schmitz wrote:
Hi,

On Wed, 15 Feb 2023, mc36 wrote:

Date: Wed, 15 Feb 2023 10:21:47 +0100
From: mc36 <>
Reply-To:
To: David Schmitz <>
Cc:
Subject: Re: [rare-dev] netconf

hi,

On 2/15/23 09:44, David Schmitz wrote:

Do you you think you could try to fix your app armor setup?

PS: I am also not at all very experienced with app armor.

sure if you tell me how to do this? :)

so i have (lib)apparmor installed (see previous mails) imho
from default debian stable next-next-ok style isntallation,
but i really have no idea what else should i do to my apparmor?

and sorry again for my poor sysadmin skills :)
np,

let's try to find out:

Is executable "apparmor_parser" really not available, as your docker build
error message suggested, or is it simply not found by docker build or docker
daemon?


If "apparmor_parser" is missing on your system, on debian you can try the
following:

apt-get install apt-file # if not already installed
apt-file update # make sure apt-file's DB is up-to-date
apt-file search apparmor_parser # search for file "apparmor_parser" in all
debian packages

That hopefully will reveal the name of the debian package (maybe just
"apparmor"?, let's see)
which might be missing.

Best Regards
David


thanks,
cs





Archive powered by MHonArc 2.6.19.

Top of Page