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 <>
  • Cc:
  • Subject: Re: [rare-dev] netconf
  • Date: Wed, 15 Feb 2023 11:49:56 +0100

tbh im really lost now... what is apt-file is for, but confirming that
seemingly my debian install misses it...

mc36@fod:~/FOD$
mc36@fod:~/FOD$
mc36@fod:~/FOD$ cd /
mc36@fod:/$
mc36@fod:/$
mc36@fod:/$
mc36@fod:/$
mc36@fod:/$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
mc36@fod:/$
mc36@fod:/$
mc36@fod:/$ sudo echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
mc36@fod:/$
mc36@fod:/$
mc36@fod:/$ sudo find . | grep apt-file
mc36@fod:/$
mc36@fod:/$
mc36@fod:/$ sudo tasksel
Package configuration




Software selection You can choose to install one or more of the following predefined collections of software. Choose software to install: [ ] Debian desktop environment [ ] ... GNOME [ ] ... Xfce [ ] ... GNOME Flashback [ ] ... KDE Plasma [ ] ... Cinnamon [ ] ... MATE [ ] ... LXDE [ ] ... LXQt [ ] web server [*] SSH server [ ] laptop <Ok> <Cancel>


so i used to select only ssh and system-apps but now that latter seems to
disappeared completely, i even cannot select it????

maybe i should reinstall this shitload vm? :)

thanks,
cs









On 2/15/23 11:08, David Schmitz wrote:
Hi,

On Wed, 15 Feb 2023, mc36 wrote:

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

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
Did the installation of apt-file really work?
Is "apt-file" missing in the $PATH?

Best Regards
David

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