<< Vorherige | Home | Nächste >> | Kontakt

Sparkasse Bremen wirbt immer noch für United Mobile

Wir haben es nicht nur bei blogdoch.net gelesen: United Mobile ist wohl am Ende. Die SIM-Karte erlaubt nicht mehr das Einbuchen in die Mobilfunknetze und die Webseite ist auch nicht mehr erreichbar.

Umso erstaunlicher ist es, wenn die Sparkasse Bremen immer noch für das Unternehmen wirbt. Sparkasse Bremen wirbt immer noch für United Mobile

rsync does work with plink - part 3

small bugfix

[Update]
There is a newer version.
[/Update]

Илья Басин observed a bug, possibly restricted to some cygwin versions. Спасибо - thanks for reporting and testing!

I published the new version 1.1 with a workaround for this problem.

The history is available at http://diario.beerensalat.info/tags/plink/.

Xyladecors wundersame Reichweitenvergrößerung

Werbetrick oder Täuschung?

0,75 Liter reichen für ca. 4 m².. bei 2 Anstrichen Vor längerer Zeit kaufte ich eine Dose Xyladecor® Holzschutz-Lasur mit 0,75 Liter Inhalt. Mit der Qualität war ich zufrieden und ich hatte auch keinen Zweifel, daß ich mit dieser Dose rund 4 m² Holzfläche impägnieren und schützen könne, wenn ich - wie empfohlen - 2 mal streichen würde.

Nun war die Dose leer und es wurde eine neue gekauft. Ein flüchtiger Blick oder der Blick ohne Brille auf die Dose zeigt nun, daß diese für ca. 8 m² reichen würde. Wie kann das sein? Eine entscheidene Produktverbesserung? Nein, besser doch mal Brille aufsetzen und richtig hingucken: "bei 1 Anstrich".
0,75 Liter reichen für ca. 8 m².. bei 1 Anstrich
Also reicht ab sofort ein Anstrich? Nein, wie bisher werden 2 Anstriche empfohlen:
Xyladecor Holzschutz-Lasur unverdünnt .. 2x zügig streichen

Wie kommt es nun, daß ich den Eindruck habe, daß mich hier jemand über's Ohr hauen will? Ist das bewußte Verbrauchertäuschung?

rsync does work with plink - part 2

solution available

<Update>
There is a new version with a bugfix.
</Update>

As I wrote in rsync does work with plink I tested a wrapper program to solve the invalid handle problem.

Now I make this program available (see Anhang). You may send me a note about your experiences or leave a comment here.

Cygnative.exe is a wrapper for cygwin programs which call native Win32 programs with stdin and/or stdout handle redirected. Without cygnative.exe it is possible that the native program can not read from the handle and receives a "invalid handle" error.

Usage:

cygnative <nativeProgram> [args...]

Example with rsync and plink:

rsync --blocking-io -e "cygnative plink -batch" -h -a 
--delete / user@server:/data2/backup/

MSN presence to Skype

I created a script for Messenger Plus! Live that uses the Skype API and transfers the personal status from Windows Live Messenger to Skype. So your Skype status is always a copy of your MSN status.

Mehr...

rsync does work with plink

no need to have a rsync daemon on server

When I tried to use a tunnel via plink for rsync I got the error:
Unable to read from standard input: The handle is invalid.
rsync: read error: Connection reset by peer (104)
I wrote about the problem in rsync does not work with plink. Meanwhile I could investigate the problem. As mentioned in my previous blog entry the reason is an incompatibility in stdin/stdout redirection between cygwin and native Win32 programs.

To solve the problem I tried to use an other implementation to spawn a program in rsync. But this was not possible due to cygwin file descriptor handling shortcomings. But I was able to write a wrapper program for rsync, that avoids the wrong descriptor handling.

Now I'm testing this wrapper, the results are promising to have a working solution.

Baut Logitech noch Tastaturen für Programmierer?

Nur noch Mausschubser gefragt?

Logitechs neueste Tastaturen sind für Programmierer ungeeignet. Die Anordnung der Einfügen Taste erlaubt kein effizientes Arbeiten.

Mehr...

rsync, plink and zfs on FreeBSD

I thought I can report some news for the rsync/plink problem, but I spent some time on debugging. The reason was I did not realize that I walked into the zfs on FreeBSD trap.

I use a test partition with zfs for backup purposes and did not see any problems until today. With rsync the system showed the often reported hangs. So I need to test on an other partition. But there is hope to get rsync with plink running. :-)