summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-09-19 22:27:16 +0200
committertv <tv@krebsco.de>2017-09-19 22:27:16 +0200
commit516603010dfba3d8e3e1d4f7df210ddb99556dfd (patch)
treed264802d66edd6647d5965e2c7686f952d280d4a /tv/1systems
parent3005faecd4f1bbd7fc8d001e8f57d5ac8b38d462 (diff)
tv cd: final commit
Diffstat (limited to 'tv/1systems')
-rw-r--r--tv/1systems/cd/config.nix17
1 files changed, 16 insertions, 1 deletions
diff --git a/tv/1systems/cd/config.nix b/tv/1systems/cd/config.nix
index 341a62e4..e7e2cdc2 100644
--- a/tv/1systems/cd/config.nix
+++ b/tv/1systems/cd/config.nix
@@ -10,7 +10,8 @@ in {
<stockholm/tv>
<stockholm/tv/2configs/hw/CAC-Developer-2.nix>
<stockholm/tv/2configs/fs/CAC-CentOS-7-64bit.nix>
- <stockholm/tv/2configs/exim-smarthost.nix>
+ # TODO see XXX below
+ #<stockholm/tv/2configs/exim-smarthost.nix>
<stockholm/tv/2configs/retiolum.nix>
];
@@ -33,3 +34,17 @@ in {
tcpdump
];
}
+
+# XXX this should be unnecessary, but when security.wrappers isn't defined,
+# then install fails with:
+#
+# mktemp: failed to create directory via template '/run/wrappers/wrappers.XXXXXXXXXX': No such file or directory
+# chmod: missing operand after 'a+rx'
+# Try 'chmod --help' for more information.
+# ln: failed to create symbolic link './bin': File exists
+# cp: cannot create regular file '/run/wrappers/bin/exim': No such file or directory
+# chown: cannot access '/run/wrappers/bin/exim': No such file or directory
+# chmod: cannot access '/run/wrappers/bin/exim': No such file or directory
+# cp: cannot create regular file '/run/wrappers/bin/sendmail': No such file or directory
+# chown: cannot access '/run/wrappers/bin/sendmail': No such file or directory
+# chmod: cannot access '/run/wrappers/bin/sendmail': No such file or directory