Archive for » 2009 «

July 02nd, 2009 | Author: henrich

After there have been services that allow to check (and possibly defend) your online reputation (an example being ReputationDefender.com), there are services that help yu register an account with a lot of them (example www.dandyid.org/beta/claimmyname).

Makes me think that what i would prefer to call the “web 2.0 name grapping” phenomenon, as described in a blog post by Sylvan von Stuppe and discussed in my work, is becoming real.

I just startet to register my name with a few of them … and keeping track of them using the above mentioned DandyID … but I am still not willing to pay someone to register them for me. Maybe that will change if the price drops below a $1/service :-)

so long … Henrich

May 31st, 2009 | Author: henrich
  • Thunderstorm over Passau – worst I have ever seen here – Windows in server room are closed :-) #
  • Gebäude Beleuchtung ist aus – Building Roof Lights just went off. Power still there. #
Category: twitter  | Tags:  | Leave a Comment
May 10th, 2009 | Author: henrich
  • Awaiting the first keynote at #next09 #
  • Looking at An unmanned both of cebit at Next09 #
Category: twitter  | Tags:  | Leave a Comment
April 26th, 2009 | Author: henrich
  • Compare: “so sicher wie die Papierpost” vs. “equivalent to that provided
    by the physical security attributes inherent to a wired medium” #
Category: twitter  | Tags:  | Leave a Comment
April 12th, 2009 | Author: henrich
  • Why are you not allowed to ship clocks with HERMES ? : List of prohibited goods from HERMES parcel service includes “Uhren” http://tinyu#
Category: twitter  | Tags:  | Leave a Comment
April 05th, 2009 | Author: henrich
Category: twitter  | Tags:  | Leave a Comment
March 29th, 2009 | Author: henrich
Category: twitter  | Tags:  | Leave a Comment
March 22nd, 2009 | Author: henrich
  • Installed OperaMini on my Phone; Nice; I know, now, Opera also knows my browsing behaviour, but it saves bandwith :-) #
  • Hmmm … Bluetooth Camera …. I want one of theese … http://bt-1.com #
  • Isnt “Ugly Betty” a german soap? http://tinyurl.com/cx4l8f — I wonder if they did this due to some advertising contract. #
  • 600 surveyed London commuters: 40% NO password for mobile. 15% store bank account details. PublicRelations-Warning: Study by http://www.credant.com #
Category: twitter  | Tags:  | Leave a Comment
March 01st, 2009 | Author: henrich
  • Hmmm … would it be an overkill to install a MessageQueingSystem (thinking of STOMPSERVER) to communicate with a JabberBot … ??? #
  • stompserver running, first test example using Python works http://tinyurl.com/6ft762 #
  • At 11:30 I thought my HomeServer went havok, but its “just” a “Störung des Großraums Passau” (ISP says its a regional fault). Still down :-) #
  • my home got reconnected :-) but I am still at the office :-) #
Category: twitter  | Tags:  | Leave a Comment
January 30th, 2009 | Author: henrich

Well, the old saying never touch a running system held me up doing more fun stuff in my free-time.

To save me, and possible other from the hassle to search for a solutionworkaround again, here is what I did:

Problem:

fsck on Ubuntu would not like my software RAID after it was working for weeks, but I never rebootet the hardware.

Errors:

  • “mount: /dev/md/1 ist kein gültiges blockorientiertes Gerät” 
  • “failed to open /dev/md1″
  • fsck bad superblock
  • various others

 

Solution(s):

  • add the module md into /etc/modules to have it loaded on runtime [1]
  • make sure udev always creates /dev/md1, by telling him in /lib/udev/devices [2] by issuing mknod /lib/udev/devices/md1 b 9 1 
  • put the config into /etc/mdadm/mdadm.conf so that issuing mdadm -A -s started the RAID so that it shows in cat /proc/mdstat as running
  • HACK! /etc/init.d/checkfs.sh [2] to contain two additional lines: mdadm -A -s und sleep 5
Credit:
Some links where I found useful bits of information: 

Category: linux  | Tags:  | Leave a Comment