LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   running deskcon in fedora20 (https://www.linuxquestions.org/questions/linux-software-2/running-deskcon-in-fedora20-4175497263/)

RudraB 03-06-2014 09:25 AM

running deskcon in fedora20
 
Hi,
I am trying to run deskcon (https://github.com/screenfreeze/deskcon-desktop.git) in my in my nexus 5 phone to fedora 20 laptop.
As in installation, I have opened up the 8082 and 8026 port

Code:

Chain INPUT (policy ACCEPT)
target    prot opt source              destination       
ACCEPT    all  --  anywhere            anywhere            ctstate RELATED,ESTABLISHED
ACCEPT    all  --  anywhere            anywhere           
INPUT_direct  all  --  anywhere            anywhere           
INPUT_ZONES_SOURCE  all  --  anywhere            anywhere           
INPUT_ZONES  all  --  anywhere            anywhere           
ACCEPT    icmp --  anywhere            anywhere           
REJECT    all  --  anywhere            anywhere            reject-with icmp-host-prohibited
ACCEPT    tcp  --  anywhere            anywhere            tcp dpt:us-cli
ACCEPT    tcp  --  anywhere            anywhere            tcp dpt:ca-audit-ds

But still, when I am trying to pair up my mobile with laptop, it always says, "pairing failed".

Any idea how can I pair my mobille and laptop?

John VV 03-06-2014 02:09 PM

what is in the system error and message logs ?

RudraB 03-06-2014 02:55 PM

Quote:

Originally Posted by John VV (Post 5130116)
what is in the system error and message logs ?

Sorry but it does not have any system error or message logs. The server (my desktop) is not prompting anything.

John VV 03-06-2014 03:09 PM

Fedora 20
uses python3
is 2.7 or 2.8 also installed
( you can NOT replace the default version of python , but you can install many versions " side-by-side" ( i have 3 versions installed on opensuse )
https://fedoraproject.org/wiki/Packaging:Python

also did you install
pyopenssl for the 2.7 or 2.8 python

where did you place the "deskcon.sh" script


have you sent a message to the developer /
http://screenfreeze.net/support/

from
http://screenfreeze.net/deskcon/
there is a Ubuntu 12 Deb package

RudraB 03-06-2014 04:13 PM

Quote:

Originally Posted by John VV (Post 5130154)
Fedora 20
uses python3
is 2.7 or 2.8 also installed

yes
Quote:

also did you install
pyopenssl for the 2.7 or 2.8 python
No idea how can I do that, except with source code
Quote:

where did you place the "deskcon.sh" script
In its default place, where it is cloned
Quote:

have you sent a message to the developer /
http://screenfreeze.net/support/
yes, and he has just replied.
Quote:

from
http://screenfreeze.net/deskcon/
there is a Ubuntu 12 Deb package
tried a blind conversion using alien, but it failed:
Code:

Transaction check error:
  file / from install of deskcon-server-0.2-2.x86_64 conflicts with file from package filesystem-3.2-19.fc20.x86_64
  file /usr/bin from install of deskcon-server-0.2-2.x86_64 conflicts with file from package filesystem-3.2-19.fc20.x86_64



All times are GMT -5. The time now is 12:14 PM.