Xen virtualization with Intel-VT

Posted on Fri 04 September 2009 in Linux • Tagged with Server, XEN • 1 min read

Hej,

for a training i needed some pcs with a virtualization technology preferably from Intel (VT). The easiest way is to buy some pc components and to build thereof a pc. After my last selfmade pc i'm a little bit impaired on that score. So i needed a pre-build pc …


Continue reading

XEN: clocksource/0 Time went backwards

Posted on Tue 07 July 2009 in Linux • Tagged with Debian, Linux, XEN • 1 min read

Everybody know about these sweet line(s):

clocksource/0: Time went backwards: delta=-5802595381342 shadow=440273248432 offset=11586903

To prevent this, add this line to your sysctl.conf

xen.independent_wallclock=1

Next is, to add

extra="clocksource=jiffies"

to the config of your XEN domain (like /srv/xen/build.conf …


Continue reading

Building DD-WRT Firmware....Part One

Posted on Tue 07 July 2009 in Linux • Tagged with DD-WRT, Linux • 1 min read

Yeah...1 o'clock and i'm not able to sleep....

...and what happend when i'm not able to sleep ? I'm trying something new - yes, okay Christian would say i'm hacking \^\^

20 minutes after i started the svn checkout from the dd-wrt source, i've read that the source is approximately 20GB huge …


Continue reading

Debian Lenny - OCF Resource Agent o2cb Bug

Posted on Fri 27 March 2009 in Linux • Tagged with Debian, ocfs2, Server • 1 min read

Lenny Stable ? Ohne RC-Bugs ? Im heartbeat Paket hat sich ein kleiner Fehler versteckt (ist schon gemeldet).

Wenn ihr versucht, mit heartbeat eine ocfs2 Resource via o2cb zumanagen, wird das nicht gehen :) Der Grund ist, dass ein \$ vergessen wurde im OCF Resource Script (Zeile 314). Folge ist, dass die ocfs2/o2cb …


Continue reading

OCFS2 @ Debian Lenny/Squeeze V2 [Update]

Posted on Mon 09 March 2009 in Linux • Tagged with Debian, ocfs2, Server • 1 min read

Auf Lenny und Squeeze kann man schon länger wieder normal OCFS2 installieren bzw. die Module werden nun auch beim Start geladen. Wenn ich das richtig mitbekommen habe, wurde das OCFS2 Paket auch an einen anderen Maintainer übergeben.

root@srv ~ [0] > aptitude install ocfs2-tools

und wer es braucht auch die GUI …


Continue reading

Grub VGA Mode

Posted on Fri 28 November 2008 in Linux • Tagged with Debian, Grub, HowTo, Linux • 2 min read

You would like to know what Grub VGA Mode you can use ? Default is something like that

Color depth      | 640x480  800x600  1024x768 1280x1024
-----------------+-------------------------------------
256        (8bit)|  769      771       773      775
32000     (15bit)|  784      787       790      793
65000     (16bit)|  785      788       791      794
16.7 Mill.(24bit)|  786      789       792      795

but …


Continue reading

OCFS2 @ Debian Lenny

Posted on Mon 10 November 2008 in Linux • Tagged with Debian, ocfs2, Server • 1 min read

Da die ocfs2-tools aus dem testing (Lenny) Repository enfernt wurden, muss man auf die Sourcen von etch oder sid zurück greifen. Beide sind lange nicht mehr aktuell, aber funktionieren _fast_ ohne Probleme.

Ich habe die ocfs2-tools aus etch installiert und dabei bemerkte ich, dass zwei wichtige Module nicht geladen wurden …


Continue reading

Nagios 3.0.5 for Debian Lenny

Posted on Thu 06 November 2008 in Linux • Tagged with Debian, Nagios, Server, linux • 1 min read

Nagios 3.0.5 released on 11/04/2008

Packages available via ftp. Please use the following line in your sources.list

deb ftp://zion.devnu11.net/ unstable main contrib non-free

Based on the unstable Debian packages.


freeRADIUS & DD-WRT mit WPA2 und Windows XP - Teil 1

Posted on Tue 16 September 2008 in Linux • Tagged with DD-WRT, Debian, HowTo, RADIUS, Server, Linux • 3 min read

RADIUS steht für Remote Authentication Dial In User Service und ist ein Triple-A-System (Authentifizierung, Autorisierung und Accounting). Dieser kann in einem WLAN als zentraler Authentifizierungsserver dienen und genau dass will ich hier mal dokumentieren !

Da ich Zertifikate einsetzen wollte, musste ich erstmal den freeRADIUS unter Debian Etch/Lenny neubauen, weil …


Continue reading

freeRADIUS & DD-WRT mit WPA2 und Windows XP - Teil 2

Posted on Tue 16 September 2008 in Linux • Tagged with DD-WRT, Debian, HowTo, RADIUS, Server, Linux • 3 min read

So nach dem wir nun dem freeRADIUS EAP & TLS u.s.w beigebracht haben, können wir nun den Router konfigurieren. In meinem Fall ist das das Linksys WRT54GL mit DD-WRT v24.

[caption id="attachment_141" align="aligncenter" width="300" caption="Einstellungen für DD-WRT"]Einstellungen für DD-WRT[/caption]

Als erstes Loggen wir uns auf dem …


Continue reading