Closed craysiii closed 8 years ago
Thanks, are the rightmost numbers expected/actual
?
I believe so. Doing a little bit of research I found: https://lintian.debian.org/tags/wrong-file-owner-uid-or-gid.html which lead to: http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.2.
Seems there are acceptable ranges of uid or gid and 100 falls just outside the range.
I faced this too. should I install it anyway?
permissions for the files created by pencil are
mna@mnanb:~$ la /usr/share/pencil
total 76
drwxr-xr-x 4 root users 4096 Jan 21 13:50 chrome
drwxr-xr-x 3 root users 4096 Jan 21 13:50 content
drwxr-xr-x 3 root users 4096 Jan 21 13:50 defaults
drwxr-xr-x 3 root users 4096 Jan 21 13:50 icons
drwxr-xr-x 5 root users 4096 Jan 21 13:50 locale
drwxr-xr-x 3 root users 4096 Jan 21 13:50 platform
drwxr-xr-x 3 root users 4096 Jan 21 13:50 skin
-rw-r--r-- 1 root users 203 Dez 1 19:43 application.ini
-rw-r--r-- 1 root users 705 Dez 1 19:43 chrome.manifest
-rw-r--r-- 1 root users 38528 Dez 1 19:43 main-window.icns
mna@mnanb:~$ la /usr/share/pencil -n
total 76
drwxr-xr-x 4 0 100 4096 Jan 21 13:50 chrome
drwxr-xr-x 3 0 100 4096 Jan 21 13:50 content
drwxr-xr-x 3 0 100 4096 Jan 21 13:50 defaults
drwxr-xr-x 3 0 100 4096 Jan 21 13:50 icons
drwxr-xr-x 5 0 100 4096 Jan 21 13:50 locale
drwxr-xr-x 3 0 100 4096 Jan 21 13:50 platform
drwxr-xr-x 3 0 100 4096 Jan 21 13:50 skin
-rw-r--r-- 1 0 100 203 Dez 1 19:43 application.ini
-rw-r--r-- 1 0 100 705 Dez 1 19:43 chrome.manifest
-rw-r--r-- 1 0 100 38528 Dez 1 19:43 main-window.icns
i.e. they belong to root:users (the 0/100) we see in the log.
for "proper" packages like libreoffice, files belong to root:root (i.e. 0/0).
mna@mnanb:~$ la /usr/share/libreoffice
total 20
drwxr-xr-x 2 root root 4096 Okt 21 17:53 bin
drwxr-xr-x 5 root root 4096 Dez 7 21:38 help
drwxr-xr-x 3 root root 4096 Okt 21 17:56 program
drwxr-xr-x 3 root root 4096 Okt 21 17:53 share
-rw-r--r-- 1 root root 301 Okt 2 04:37 shell-lib-extensions.sh
mna@mnanb:~$ la /usr/share/libreoffice -n
total 20
drwxr-xr-x 2 0 0 4096 Okt 21 17:53 bin
drwxr-xr-x 5 0 0 4096 Dez 7 21:38 help
drwxr-xr-x 3 0 0 4096 Okt 21 17:56 program
drwxr-xr-x 3 0 0 4096 Okt 21 17:53 share
-rw-r--r-- 1 0 0 301 Okt 2 04:37 shell-lib-extensions.sh
that said I believe installing the program will not harm your computer, but it is just not in perfect order.
Only lintian error now is our lack of a manpage.