Archive for October, 2008

0

On a nearly random side note, metacity’s default keystrokes are woefully substandard to my (admittedly customized) fvwm2 keystrokes. I have yet to randomly hit upon the right keystroke to change virtual desktops.

0

In other news, I have spent a little bit of time modifying the css for ikiwiki to attempt to match the css I use elsewhere. It is a fustrating process. I ended up changing the theme I use for everything else in an attempt to be more ikiwiki friendly, but while I have ended up with a collection of style.css files that mostly work, I cannot be entirely happy, there is a decided lack of cohesion here.

I suspect I will need to dive into the template files for ikiwiki to make more progress.

0

As a correction to my previous post, libfuse2 is not in fact at fault here. I am able to mount an sshfs with the suid option. The problem is that gluster does not implement the -o option, and so I cannot pass the suid option to the mount, and thus the default of nosuid takes effect.

I am still quite disappointed.

1

Discovered tonight that libfuse2 forces fuse file systems, such as gluster, to mount with nodev,nosuid. This means that I cannot host an ikiwiki with CGI support on a gluster file system. This does not please me.

I would really like to see this, and read/write shared mmaps (for spamprobe and similar) to be supported in fuse file systems (and naturally gluster in particular).