On Sat, 28 Jan 2006, Simon Kågström wrote:

After a recent sudo security update (I think), zile will no longer start
when run with sudo:

[EMAIL PROTECTED] ska]$ sudo zile
Password:
fatal error: please set `HOME' to point to your home-directory

There are two problems here. The first is that HOME isn't set when you sudo. (sudo echo $HOME expands HOME under your user, not under root). You can fix this by adding

Defaults always_set_home

to /etc/sudoers, or using "sudo -H".

The second problem is that Zile refuses to run without HOME set. This is fixed in the version in unstable.

--
http://rrt.sc3d.org/ | Psalm 19:12 <-- tagline for the guilty

Reply via email to