Archive for May, 2009

Server was down for reasons of stupidity

Wednesday, May 20th, 2009

Ok, I dont know how long (actually only 2 days according to stats) this site was down. The reasons:

  1. I don’t live alone and sometimes my roommate likes to take pills. I got nothing against that, but then he comes to my room, brings some of his stuff here and takes some of mine away… Actioning irrationally he sometimes does other things too - this time he plugged off the power from my switch where my server is linked into. So that caused first problem.
  2. My friend restarted computer. Before I had my httpd start automatically at boot but now that it also keeps https server it asks password when starting… Obviously it thus has to be hand started by me right after booting (there was, btw, no need for reboot anyway, that was all my friends stupidity).

Well, I just restarted apache and everything should be working fine again…

Sometimes solution is too easy to see (RealVideo .mvb in Debian)

Sunday, May 10th, 2009

I just got some new video files but instead of divx packed inside .avi they came in .mvb files unknown to me. Trying to view them with xine I was surprised that I did not have a correct codec installed and revealed that the format was RealVideo (RV40).

I was so blinded by the thought that I should have almost any possible commonly known codec installed that I spent several apt-cache searches by looking for something else and completely missing on packet - which I then spotted and was humbled by the fact I had forgotten to install it. The command I needed to get it work was simply:
apt-get install w32codecs So never fool yourself, even though your guru mind should know all the switches and gears to make a steampunk computer tick, you might still miss the most obvious package for whatever problem you bump into :)