Sarajevo, Bosnia and Herzegovina

Category Archives: Technology

Posts related to my job or interests

Converting VMware image to VirtualBox

For this purpose I used following commands on my Ubuntu 11.04 machine : First you must install qemu : mickey@mickey:~$ sudo apt-get install qemu Then convert .vdmk to binary mickey@mickey:~$ qemu-img convert image.vmdk image.bin And finally convert it to to .vdi image : mickey@mickey:~$ VBoxManage convertdd image.bin image.vdi Happy coding!

Read more

OpenIMSCore – Unresolvable Destination 478/TM error

Well, i was receiving an error when I was trying to register user “Alice” saying :  Unresolvable destination (478/TM) (for REGISTER) Solution is simple. I changed “/etc/bind/named.conf” file adding this files to top of the same file : include “/etc/bind/named.conf.options”; include “/etc/bind/named.conf.local”; include “/etc/bind/named.conf.default-zones”; include “/etc/bind/open-ims.dnszone”; Also I wrote an correct ip address of my […]

Read more