This worked a treat for me using mint 12, thankyou I like firestarter for the feeback but didn't know how to cure this prob, any ideas how I can start it at boot time? I use a dongle so it causes an error where the connection isn't already established? Thanks again Dave
P.S. the error with gufw being all greyed out everytime it's started still happens in mint 12.
Gee7 wrote:I just posted this to coolpup with a similar query, but will paste the answer here too.
The following workaround has been suggested. Whether there are any unforeseen consequences of commenting out the lines below is probably still undergoing testing. However, as far as known so far, the workaround is successful.
Open a terminal and type:
sudo gedit /etc/rsyslog.d/50-default.conf
(if your text editor is not Gedit but Leafpad or or Foo, substitute that editor name for “gedit”)
Comment out (delete the hash sign #) in front of the following lines:
#*.=info;*.=notice;*.=warn;\
# auth,authpriv.none;\
# cron,daemon.none;\
# mail,news.none -/var/log/messages
so that you now have:
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages
Save the file, close down the terminal and reboot your system.