summaryrefslogtreecommitdiff
path: root/doc/forum/chroot_issue_when_upgrading
diff options
context:
space:
mode:
authorpicca2016-03-29 16:58:05 +0000
committeradmin2016-03-29 16:58:05 +0000
commit863e3d03d1c268acc95e3ceab5c1c36d764eb250 (patch)
treeb759bbe689ef39aa39c383b5c38a1ce33113152d /doc/forum/chroot_issue_when_upgrading
parent65e2a3b5e7a54db44ff8e484440332c17b436fbc (diff)
Added a comment
Diffstat (limited to 'doc/forum/chroot_issue_when_upgrading')
-rw-r--r--doc/forum/chroot_issue_when_upgrading/comment_2_be3846f1cf7853beb486afc2077cd8b2._comment29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/forum/chroot_issue_when_upgrading/comment_2_be3846f1cf7853beb486afc2077cd8b2._comment b/doc/forum/chroot_issue_when_upgrading/comment_2_be3846f1cf7853beb486afc2077cd8b2._comment
new file mode 100644
index 00000000..6999ceb1
--- /dev/null
+++ b/doc/forum/chroot_issue_when_upgrading/comment_2_be3846f1cf7853beb486afc2077cd8b2._comment
@@ -0,0 +1,29 @@
+[[!comment format=mdwn
+ username="picca"
+ subject="comment 2"
+ date="2016-03-29T16:58:05Z"
+ content="""
+Hello, joey now that I installed 2.17.1 I can test the fix but...
+
+ [2016-03-29 16:50:06 UTC] call: apt-get [\"update\"]
+ [2016-03-29 16:50:06 UTC] fgProcess (\"apt-get\",[\"update\"])
+ E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
+ [2016-03-29 16:50:07 UTC] fgProcess done (\"apt-get\",[\"update\"])
+ [2016-03-29 16:50:07 UTC] process done ExitFailure 100
+
+my property is
+
+ chroot = Chroot.debootstrapped Debootstrap.BuilddD chrootdir
+ & os system
+ & case proxy of
+ (Just p) -> \"/etc/apt/apt.conf.d/01proxy\" `File.hasContent` [\"Acquire::http::Proxy \\"\" ++ p ++ \"\\";\"]
+ Nothing -> doNothing
+ & Apt.installed [\"apt-transport-https\"]
+ & Apt.stdSourcesList
+ & Apt.update `onChange` Apt.upgrade
+ & Apt.cacheCleaned
+
+so it failes in the Apt.update and do not reach Apt.upgrade
+so it seems that update should be fixed also :)
+
+"""]]