From 18b9ee5b0286f1c53c03068895b65bc4cb8a0bd8 Mon Sep 17 00:00:00 2001 From: hak8or Date: Sat, 16 Feb 2019 19:06:42 -0500 Subject: [PATCH] Say script wont work due to apparmour bug --- deploy.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deploy.sh b/deploy.sh index 016e428..e8a2549 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,6 +5,19 @@ # You should have cowsay installed because it's awesome! ########################## +# This will not work currently because of a bug somewhere along apparmour, +# lxd, lcx, or systemd. Seems most of the blame is on apparmour who refuse +# to do anything about it. Until that is fixed, this script will not work, +# so say so instead of realizing the issue, forgetting about it after a few +# weeks, then spending another few hours wondering what the hell is going +# on, and then finding my original post on launchpad. +# +# If this is bypassed, you will get a container which when booting will +# not have any network interface. +echo " !!!!! THIS DOES NOT WORK WITH NEW PROXMOX !!!!!" +echo " Check out hak8or post on https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1811248" +exit + # Header for this script TITLE="Deployment_Script" DEPTH=0