Page 1 of 1

couldn't install dukto r6 application in mageia 4(solved)

PostPosted: Mar 9th, '14, 22:33
by nilguy
dukto r6 is lan to lan transfer cross-platform application(metro style interface) having deb and fedora rpm files , i tried to install fedora rpm but it says qt libs 4.7.0 is not installed or satisfied anyone plz help me to install it .

someone plz resolve my issue ,thanks in advance .

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 9th, '14, 23:05
by doktor5000
Install it via urpmi --nodeps and make sure that qt libraries are installed. It starts just fine here afterwards.

Code: Select all
[doktor5000@Mageia4 ~]$ sudo LC_ALL=C urpmi --allow-nodeps http://download.opensuse.org/repositories/home:/colomboem/Fedora_18/x86_64/dukto-6.0-7.1.x86_64.rpm
WARNING: --allow-nodeps option is in use. Some strange problems may happen


warning: /var/cache/urpmi/partial/dukto-6.0-7.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 0d988d6e: NOKEY
The following package has bad signature:
/var/cache/urpmi/partial/dukto-6.0-7.1.x86_64.rpm: Invalid signature (NOT OK (no key): /var/cache/urpmi/partial/dukto-6.0-7.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 0d988d6e: NOKEY)
Do you want to continue installation ? (y/N) y
installing dukto-6.0-7.1.x86_64.rpm from /var/cache/urpmi/partial
Installation failed:
        qt >= 4.7.0 is needed by dukto-6.0-7.1.x86_64
Try installation without checking dependencies? (y/N) y
Preparing...                     #####################################################################################################################################
      1/1: dukto                 #####################################################################################################################################

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 10th, '14, 11:48
by nilguy
it installed well but application is not working , show me the gui but it doesnt show up other lan connection.
hey doktor5000 can u tell me exactly what qt libraries should i install ?

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 10th, '14, 13:08
by nilguy
even i installed nitroshare another lan to lan transfer app in linux mint/ windows it shows my mageia desktop but in mageia it doesn't show any of my window/ mint desktop
.

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 11th, '14, 00:19
by doktor5000
Please show the output from
Code: Select all
ldd /usr/bin/dukto

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 11th, '14, 15:43
by nilguy
Code: Select all
ldd /usr/bin/dukto
        linux-vdso.so.1 (0x00007fff4dd26000)
        libQtDeclarative.so.4 => /lib64/libQtDeclarative.so.4 (0x00007f5b33261000)
        libQtScript.so.4 => /lib64/libQtScript.so.4 (0x00007f5b32dba000)
        libQtSvg.so.4 => /lib64/libQtSvg.so.4 (0x00007f5b32b63000)
        libQtSql.so.4 => /lib64/libQtSql.so.4 (0x00007f5b32924000)
        libQtXmlPatterns.so.4 => /lib64/libQtXmlPatterns.so.4 (0x00007f5b322ea000)
        libQtGui.so.4 => /lib64/libQtGui.so.4 (0x00007f5b31644000)
        libQtNetwork.so.4 => /lib64/libQtNetwork.so.4 (0x00007f5b31303000)
        libQtCore.so.4 => /lib64/libQtCore.so.4 (0x00007f5b30e22000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5b30c05000)
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f5b30901000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f5b305fe000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f5b303e8000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f5b30033000)
        libz.so.1 => /lib64/libz.so.1 (0x00007f5b2fe19000)
        libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007f5b2fb19000)
        libpng16.so.16 => /lib64/libpng16.so.16 (0x00007f5b2f8ba000)
        libfreetype.so.6 => /lib64/libfreetype.so.6 (0x00007f5b2f628000)
        libgobject-2.0.so.0 => /lib64/libgobject-2.0.so.0 (0x00007f5b2f3d8000)
        libSM.so.6 => /lib64/libSM.so.6 (0x00007f5b2f1d0000)
        libICE.so.6 => /lib64/libICE.so.6 (0x00007f5b2efb4000)
        libXi.so.6 => /lib64/libXi.so.6 (0x00007f5b2eda4000)
        libXrender.so.1 => /lib64/libXrender.so.1 (0x00007f5b2eb9a000)
        libXrandr.so.2 => /lib64/libXrandr.so.2 (0x00007f5b2e990000)
        libXfixes.so.3 => /lib64/libXfixes.so.3 (0x00007f5b2e78a000)
        libXcursor.so.1 => /lib64/libXcursor.so.1 (0x00007f5b2e57f000)
        libXinerama.so.1 => /lib64/libXinerama.so.1 (0x00007f5b2e37c000)
        libfontconfig.so.1 => /lib64/libfontconfig.so.1 (0x00007f5b2e140000)
        libXext.so.6 => /lib64/libXext.so.6 (0x00007f5b2df2e000)
        libX11.so.6 => /lib64/libX11.so.6 (0x00007f5b2dbf3000)
        libssl.so.1.0.0 => /lib64/libssl.so.1.0.0 (0x00007f5b2d984000)
        libcrypto.so.1.0.0 => /lib64/libcrypto.so.1.0.0 (0x00007f5b2d585000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f5b2d381000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f5b2d179000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f5b33807000)
        libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f5b2cf13000)
        libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f5b2cd03000)
        libffi.so.6 => /lib64/libffi.so.6 (0x00007f5b2cafb000)
        libuuid.so.1 => /lib64/libuuid.so.1 (0x00007f5b2c8f7000)
        libxml2.so.2 => /lib64/libxml2.so.2 (0x00007f5b2c58f000)
        libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f5b2c370000)
        liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f5b2c13f000)
        libXau.so.6 => /lib64/libXau.so.6 (0x00007f5b2bf3b000)
        libXdmcp.so.6 => /lib64/libXdmcp.so.6 (0x00007f5b2bd35000)

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 11th, '14, 16:34
by nilguy
okay just went into firewall settings and clicked everything (no firewall ) and then dukto works so what protocol should i activate in firewall can u plz tell that and also nitroshare is also not working regardless of firewall of(no firewall)

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 11th, '14, 16:35
by nilguy
can u also tell me any app apart from this which can work in windows and mageia for file sharing if u know ?

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 11th, '14, 17:02
by tarakbumba
Isn' t there any clue in dukto's docs which port should be open? Also, if i understand right, why don't you use just SAMBA? I can share my folders with Windows, Mageia 4, Mageia Cauldron PCs and WDTVLIVE Media Player with each other using SAMBA.

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 12th, '14, 12:20
by nilguy
actually sometime only i need to transfer file from windows/ mint /mageia vice versa so really samba file sharing wouldn't fit as have to continuously share folder it wouldn't be my choice also source code is available for dukto r6 http://dukto.googlecode.comso anyone can study it , so someone plz tell what ports are needed to open to work for it .
I didn't find any application docs on their site have mailed developers hope someone reply

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 12th, '14, 15:21
by nilguy
A quick google reveals the followinghttps://code.google.com/p/dukto/issues/detail?id=25

It suggests TCP and UDP ports being opened on port 4644.

so now plz any one tell me how to configure firewall step by step help needed ,thanks in advance.

Re: couldn't install dukto r6 application in mageia 4

PostPosted: Mar 12th, '14, 22:01
by doktor5000
nilguy wrote:so now plz any one tell me how to configure firewall step by step help needed ,thanks in advance.

Which of the instructions at https://doc.mageia.org/mcc/4/en/content ... ewall.html are unclear?