New and changed items

Kolab Server, Kontact and the Synchronisation of Contacts in Debian Wheezy (Testing)

I wanted to migrate from postfix as a mail and EGroupware as a groupware server to Kolab server. The advantages are obvious:

  • All in one (e-mail, groupware, web frontend for administration and e-mail)
  • Z-Push synchronisation with Android
  • KDE Kontact integration

So far so good. The installation of the Kolab server worked without a problem and Horde was available as web frontend with e-mail, adresses, to-do list and more. Very nice.

Now the Kontact configuration. 'Easy', said a friend of me, 'just use the groupware wizard.'. Okay, sounds good to me.

groupwarewizard

A popup appears and after choosing Kolab the complete configuration is done with entering four configuration options: Server name, e-Mail address, real name and password. Nice!

And nearly everything worked. To-do lists, journal, notes worked fine. But the address book did not show up in the contacts tab of Kontact. I tried the configuration on another computer and it did not show up either, but I could add a 'Kolab Address Book' with right klick on the address book column. I could choose some options and what happens? Nothing…

Then I looked into the configuration of KDE (.kde/share/config/…) and want to enter the kresources directory and enter purely by accident

kres-migrator

and miracle happens! Kontact is started, some magic happens and everything is configured correctly and works, even the address book!

Now my question: Which Linux beginner should find out about that?

tag_linux_kde_pulseaudio_phonon_kmix

Pulseaudio and KMix

For a long time I have problems with pulseaudio and kmix. When the soundcard in on of my computers changes and pulseaudio is installed, all channels (master, pcm, …) in kmix disappear and only one single channel remains. The new soundcard in kmix is then “Audio Analog Internal Stereo” and you are not able - I tried with paman, pavucontrol, … - to change the soundcard.

The solution is pretty simple: Logout of KDE, login in on the command line with the user you are working within KDE and remove the following files:

rm -rf ~/.pulse* ~/.kde/share/config/phonondevicesrc

Login again and everything is fine. You have a 'normal' soundcard again with multiple channels (master, pcm, …).

· %2012/%01/%06 %14:%Jan

Building a touring bike with drop handlebars (Radonneur)

Brakes

It's always a problem to find a combination of brake levers and brakes for a touring bike with drop handlebars. So far I used the Avid Shorty 6 cantilever brake. It worked good but not satisfactorily.

An improvement was the use of the Tektro Brake Cable Housing Stop. It improved the braking, but the arrangement of the cable housing stop, the headlamp and the fender was very poor. The parts encumbered eath other.

I justed changed to the Xtreme Pro CC-R5 Comp with Xtreme Pro Converter Adjust. This gives you a V-brake with very good braking characteristics.

The installation is a little tricky since there is no manual for the installation of the converter. The trick is simple if you know it. Put the brake cable holder into the inner pocket, loop the cable around the small wheel, through the hole onto the big wheel and then through the exit hole to the other side of the brake.

Migrating from ESXi to KVM/QEMU

Migrating virtual machines from ESXi 4.1 to a KVM host was easiert than I thought. It was nothing more than copy the .vmdk file from the ESXi to the KVM host, create a virtual machine and add the .vmdk as a disk.

A command line say more than a thousand words. ;-)

scp -r root@esxi:/vmfs/volumes/datastore1/vm1 /tmp # Copy VM to KVM host
lvcreate -n /dev/VolGroup/vm1 -L 12g VolGroup # Create partition for VM
dd if=/tmp/vm1/vm1-flat.vmdk of=/dev/VolGroup/vm1 # Transfer raw image to partition

After that create a virtual machine and use the partition as disk. You could also use the .vmdk file directly w/o transferring it to a partition.

Bonus round:

dd if=/tmp/vm1/vm1-flat.vmdk | pv | of=/dev/VolGroup/vm1 # Show progress while transferring
· %2011/%11/%21 %22:%Nov
start.txt · Last modified: 2010/01/27 21:44 (external edit)
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki