Comment 4 for bug 287105

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

Hi Roger, you need superuser privileges in order to read that file. You can copy the file and then gives the read right to the copy with the following commands.
- Open a terminal ( Applications / Accessories / Terminal )
then type the commands:
sudo cp /var/log/apt/term.log /tmp/
sudo chmod og+r /tmp/term.log

Then attach the file /tmp/term.log to this report.

Thank you.