Thanks for the replies,
I do use fluxbox, but I do also have both KDE and Gnome installed.
I just like fluxbox for it's speed. Fluxbox is up and running in about 1 second, last time I looked, Gnome and KDE both took about a similar time as Windows to wind up a desktop.
I have had a renewed fiddle with gkrellm.
I turned everything off except filesystem monitoring, I have grown to like it!
After figuring out I need to start my own copy of ivman as well as a system wide copy, I only have one problem left now.
I have a couple of machines in my LAN, which are windoze.
I cannot mount them with gkrellm as I have credentials files in my /etc/fstab.
Code: Select all
//another-pc/another-d /mnt/another-pc/d smbfs user,fmask=0770,dmask=0770,umask=0007,iocharset=iso8859-1,credentials=/etc/samba/private/auth.another-pc.userid,noauto,gid=smb,quiet 0 0
My problem lies in the fact I have made the credentials file readable
only by root (for obvious security reasons).
I have tried making the '/bin/mount' executable setuid root, I am hesitant to make gkrellm setuid root (at this point).
Maybe I might run it as sudo root...
I am not sure how best to overcome this issue.