Comment 1 for bug 1316696

Revision history for this message
Daniel Manrique (roadmr) wrote :

This is an easy one :)

$ ls -la /var/log/installer/
total 960
drwxrwxr-x 2 root root 4096 Mar 24 09:10 .
drwxrwxr-x 15 root syslog 4096 May 6 10:40 ..
-rw------- 1 root root 1175 Mar 4 16:23 casper.log
-rw------- 1 root root 4861 Mar 4 16:29 debug
-rw-rw-r-- 1 root root 488966 Mar 4 16:30 initial-status.gz
-rw-r--r-- 1 root root 55 Mar 4 16:30 media-info
-rw------- 1 root root 184116 Mar 4 16:25 partman
-rw------- 1 syslog adm 276899 Mar 24 09:10 syslog
-rw------- 1 root root 16 Mar 4 16:23 version

Notice debug is readable only by root, yet the job doesn't specify user: root. Adding this to the job definition will clear this problem up.

It's an attachment, so this bug has been there forever, we just never noticed because checkbox-old ate attachment failures.