Comment 3 for bug 1259253

Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote : Re: Application fails to install after downloading #55 mako

Comparing two phones

alan@deep-thought:~$ diff passwd_32 passwd_55
20,25c20,25
< syslog:x:101:103::/home/syslog:/bin/false
< usermetrics:x:102:104:User Metrics:/var/lib/usermetrics:/bin/false
< messagebus:x:103:105::/var/run/dbus:/bin/false
< usbmux:x:104:46:usbmux daemon,,,:/home/usbmux:/bin/false
< dnsmasq:x:105:65534:dnsmasq,,,:/var/lib/misc:/bin/false
< clickpkg:x:106:108::/nonexistent:/bin/false
---
> syslog:x:101:104::/home/syslog:/bin/false
> usermetrics:x:102:105:User Metrics:/var/lib/usermetrics:/bin/false
> messagebus:x:103:106::/var/run/dbus:/bin/false
> clickpkg:x:104:107::/nonexistent:/bin/false
> usbmux:x:105:46:usbmux daemon,,,:/home/usbmux:/bin/false
> dnsmasq:x:106:65534:dnsmasq,,,:/var/lib/misc:/bin/false

So the user clickpkg was uid 106 and is now 104, causing the perms on all the files in /opt/click.ubuntu.com to be wrong.