When you try to add a bitmap to a Linux md-raid which is currently under recovery, you’ll get an error that says mdadm: Cannot add bitmap while array is resyncing or reshaping etc. failed to set internal bitmap. Here is a solution that should be applied in the early resync process, as you will loose the current progress. Mehr…
After a long debugging session with an UDP logger I had to find out, that netcat is incapable to receive more than 1024 bytes via UDP at once. Seems this problem is at least known since 2010-02-16 but I wasn’t able to find a solution for this (the trick with sysctl as suggested in the answer to the linked question won’t work with linux). So for now I implemented a solution which divides the UDP output into 1024 byte chunks which seems to work fine.
Gestern konnten wahrscheinlich wieder einige Leute ein paar graue Haare auf das Vodafone Konto verbuchen – der Router hat statt Internet nur noch den Recovery Modus gebootet. Nachdem ich den Router jetzt wieder einigermaßen zusammenflicken konnte (d.h. eine alte Firmware aufspielen), teilt mir der Supportchat mit, dass das ein bekanntes Problem ist. Im Nachfolgenden also kurz die Rettungsanleitung. Mehr…
If you encounter empty text lines in PDFs exported from DokuWikis PDF Plugin dw2pdf, here is something that helped me workaround it. Mehr…
This weekend, I played around a bit with Lua and C. My aim was to understand the Lua basics, embed the script engine into C and be able to even call a C function from Lua. Mehr…
Eigentlich wollte ich heute einen kurzen Artikel zur Integration vom LUA-Interpreter in ein C-Projekt schreiben – aber nachdem ich jetzt die Mail von Jeff Garzik zum Selbstmord von Andre Hedrick (IDE-Treiber) gelesen habe, möchte ich hier kurz einen wichtigen Auszug bringen. Mehr…
Erstmal ein Gesundes Neues Jahr 2012 liebe Leserschaft!
Wer sich erinnert, wird wissen das hier vor etwas über einem Jahr schon einmal etwas von einem Umzug zu lesen war (Umzug nach Bitterfeld). Nun ist es wieder soweit gewesen Mehr…
To keep a repository clean from temporary files, git users can create a file named .gitignore and define wildcards or absolute paths to let git ignore these files. This works for the most users as expected but it does not remove already checked in files. If you also want to clean up your existing repository from these ignored files, there is an easy way to get a list of ignored files. Mehr…
Letzte Kommentare