I do have the issue on 17.10.

my temporary fix would be to change the logging to syslog in 
/etc/tinyproxy/tinyproxy.conf
`Syslog On`

or to insert 
`create 640 tinyproxy tinyproxy
`
into the /etc/logrotate.d/tinyproxy     
```
# cat /etc/logrotate.d/tinyproxy                                                
                                                                                
                          
/var/log/tinyproxy/tinyproxy.log {
        rotate 14
        daily
        compress
        missingok
        create 640 tinyproxy tinyproxy
        postrotate
                invoke-rc.d --quiet tinyproxy reload > /dev/null
        endscript
        notifempty
}
```
Testet on Ubuntu 17.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/625751

Title:
  Tinyproxy segfault at logrotate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tinyproxy/+bug/625751/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to