Debian 12 postrm script requires perl #671
AndreRicardo-Zoetis
started this conversation in
General
Replies: 1 comment
-
Example from our device, home folder is not set. # grep adu /etc/passwd
adu:x:800:800::/nonexistent:/bin/false
# ls -alh /nonexistent
total 8.0K
drwxr-xr-x 2 adu adu 4.0K Nov 20 14:37 .
drwxr-xr-x 22 root root 4.0K Nov 20 14:37 .. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know Debian 12 is not supported yet in ADU, but after migrating to Debian 12 we've started seeing this error on ADU reinstalls
From:
iot-hub-device-update/packages/debian/postrm
Line 28 in 18e98a9
Seems that the flag
--remove-home
needs perl to be installed, which adds quite a lot of packages and disk usage for us.Is
--remove-home
really needed?Beta Was this translation helpful? Give feedback.
All reactions