summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorgueux2017-12-22 10:21:28 +0000
committeradmin2017-12-22 10:21:28 +0000
commitf80f6b4245933be969c1903037a768a935a792ad (patch)
tree74fe5e7997239db3c540a19614ed3808d593cd60 /doc/forum
parent3cfa2b7020af90ab14316dea0b93bf193f9405a5 (diff)
Added a comment
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/imageBuiltFor_mount_points_not_automatically_created/comment_10_00b4f5d4fd445b8041a2744c2dd755f0._comment36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/forum/imageBuiltFor_mount_points_not_automatically_created/comment_10_00b4f5d4fd445b8041a2744c2dd755f0._comment b/doc/forum/imageBuiltFor_mount_points_not_automatically_created/comment_10_00b4f5d4fd445b8041a2744c2dd755f0._comment
new file mode 100644
index 00000000..e38825e1
--- /dev/null
+++ b/doc/forum/imageBuiltFor_mount_points_not_automatically_created/comment_10_00b4f5d4fd445b8041a2744c2dd755f0._comment
@@ -0,0 +1,36 @@
+[[!comment format=mdwn
+ username="gueux"
+ avatar="http://cdn.libravatar.org/avatar/2982bac2c2cd94ab3860efb189deafc8"
+ subject="comment 10"
+ date="2017-12-22T10:21:28Z"
+ content="""
+Ouch, that does not seem like it was easy to debug... Thanks for looking into this!
+
+ src/Propellor/Property/Parted.hs:114:27: warning: [-Wtype-defaults]
+ • Defaulting the following constraints to type ‘Double’
+ (Show a0)
+ arising from a use of ‘show’
+ at src/Propellor/Property/Parted.hs:114:27-57
+ (Fractional a0)
+ arising from a use of ‘/’
+ at src/Propellor/Property/Parted.hs:114:33-56
+ (Num a0)
+ arising from a use of ‘fromIntegral’
+ at src/Propellor/Property/Parted.hs:114:33-46
+ • In the first argument of ‘(++)’, namely
+ ‘show (fromIntegral n / 1000000)’
+ In the expression: show (fromIntegral n / 1000000) ++ \"MB\"
+ In an equation for ‘partposfuzzy’:
+ partposfuzzy n
+ | n > 0 = show (fromIntegral n / 1000000) ++ \"MB\"
+ | otherwise = \"1MB\"
+
+I now get:
+
+ mount: /tmp/mntzZ3vjF: wrong fs type, bad option, bad superblock on /dev/mapper/loop0p2, missing codepage or helper program, or other error.
+ umount: /tmp/mntzZ3vjF: not mounted.
+ ** fatal error: failed unmounting /tmp/mntzZ3vjF
+ propellor: StopPropellorException \"Cannot continue!\"
+
+:(. I'll try to reboot, I don't get how to remove/unmount this /dev/mapper/loop0p2 (I tried \"dmsetup remove\", \"losetup -d\" without success...)
+"""]]