google
yahoo
bing

Uncategorized

Email bounces … I screwed things up

Monday, December 22nd, 2008 | Uncategorized | No Comments

sometimes excuses just make things worse, so I will not come with excuses such as “my mother toe got slightly injured last week” or “my friend’s dog’s best friend favorite plate was lost”. No, I will instead shout it out:

I screwed things up

The email server wasn’t set up correctly so some of you have gotten bounces. Now the server is up and seems to be working again.

GNU Xnee: Workaround for Xvfb bug

Saturday, November 29th, 2008 | Free Software, GNU, GNU Xnee, Software, Uncategorized, geek | No Comments

I have been trying to automate some profiling (with gprof) by running some apps in Xvfb and record/replay with Xnee. Problem is, Xvfb crashes. In order to spot the bug I set up a less complex enviroment

Here’s the set up:

Terminal 1: Xvfb -ac :22

Terminal 2: export DISPLAY=:22 ; while (true) ; do xterm -e sleep 2 ; done

After executing some five or six programs Xvfb crashed. After some purely non scientific investigations it turns out that

  1. the bug happens less often when I run Xvfb through gdb (see below)
  2. Xvfb goes down with a seg fault in FreeColormap

Hmmm, colormap….. How about if we lower the colors in Xvfb? Yes, that’s it. Now, let’s move forward. To stress Xvfb a bit more, I have a new setup to test before I go on with Xnee’s automated profile (and coverage of course) tests:

Terminal 1: Xvfb -ac -screen 0 640x480x16 :21

Terminal 2: export DISPLAY=:22 ; while (true) ; do xterm -e sleep 2 ; done

Terminal 2: export DISPLAY=:22 ; while (true) ; do xdpyinfo ; xwininfo -root ; xset r on; done

…. after 1743 program executions I feel I am beginning to see a good enough work around.

And for those interested in the gdb printout, enjoy:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7c2fa10 (LWP 18983)]
0x08156e2b in FreeColormap ()

Some pictures from Internetdagarna

Wednesday, October 22nd, 2008 | Uncategorized, conference, event | No Comments

Some pictures from our (FSFE) booth at Internetdagarna.

Stian (FSFE), hard at work during a break.

Johan Schiff (Wikimedia).

Oscar Swartz poped by  (see him at FSCONS)

Jonas Öberg drinking coffee

and me, writing this blog post

FSFE at Internetdagarna

Tuesday, October 21st, 2008 | Uncategorized | No Comments

I am currently at Internetdagarna in Stockholm.

Should I’ve been busy with FSCONS instead? Well, to be honest I think we have it under control. And during the lectures/presentations up here Stian and I can write the missing documents for FSCONS.

Me elsewhere ..

Categories