← Back to team overview

epoptes team mailing list archive

Re: [Question #668454]: Epoptes service not starting on KDE Neon (Ubuntu 16.04

 

Question #668454 on Epoptes changed:
https://answers.launchpad.net/epoptes/+question/668454

    Status: Needs information => Open

Uclio Dinobi gave more information on the question:
Hi Alkis,

At the end KDE Neon is just KDE Desktop on top of Ubuntu Xenial  LTS.

Here is a complete installation session... hope you can get something
out of these info :

$ cat /etc/apt/epoptes-ubuntu-ppa-xenial.list

    deb http://ppa.launchpad.net/epoptes/ppa/ubuntu xenial main

$ sudo apt-get autoremove epoptes epoptes-client

    The following packages will be REMOVED:
        epoptes epoptes-client faketime iperf libfaketime libvncserver1 python-dbus python-netifaces python-notify python-pycha x11vnc x11vnc-data xvnc4viewer

$ sudo apt-get install --install-recommends epoptes epoptes-client

    The following NEW packages will be installed:
    epoptes epoptes-client faketime iperf libfaketime libvncserver1 python-dbus python-netifaces python-notify python-pycha x11vnc x11vnc-data xvnc4viewer

    Get:1  xenial-updates/main amd64 libvncserver1    amd64 0.9.10+dfsg-3ubuntu0.16.04.2 [122 kB]
    Get:2  xenial/universe     amd64 libfaketime      amd64 0.9.6-4 [22.0 kB]             
    Get:3  xenial/universe     amd64 faketime         amd64 0.9.6-4 [9,596 B]
    Get:4  xenial/universe     amd64 iperf            amd64 2.0.5+dfsg1-2 [51.0 kB]
    Get:5  xenial/main         amd64 python-dbus      amd64 1.2.0-3 [83.5 kB]
    Get:6  xenial/main         amd64 python-netifaces amd64 0.10.4-0.1build2 [16.7 kB]
    Get:7  xenial/universe     amd64 python-notify    amd64 0.1.1-4 [15.6 kB]
    Get:8  xenial/universe     amd64 python-pycha     all   0.7.0-2 [36.2 kB]
    Get:9  xenial/universe     amd64 x11vnc-data      all   0.9.13-1.2build1 [203 kB]
    Get:10 xenial/universe     amd64 x11vnc           amd64 0.9.13-1.2build1 [944 kB]
    Get:11 xenial/universe     amd64 xvnc4viewer      amd64 4.1.1+xorg4.3.0-37.3ubuntu2 [106 kB]
    Get:12 xenial/universe     amd64 epoptes          all   0.5.10-1 [182 kB]
    Get:13 xenial/universe     amd64 epoptes-client   all   0.5.10-1 [19.8 kB]

$ sudo /etc/init.d/epoptes start

    [ ok ] Starting epoptes (via systemctl): epoptes.service

$ sudo systemctl status epoptes

    epoptes.service - LSB: Epoptes service
    Loaded: loaded (/etc/init.d/epoptes; bad; vendor preset: enabled)
    Active: active (exited) since Tue 2018-05-08 13:16:33 +07; 4min 9s ago
        Docs: man:systemd-sysv-generator(8)

    May 08 13:16:33 phet-f02-03 epoptes[5501]:     procmon          A process watchdog / supervisor
    May 08 13:16:33 phet-f02-03 epoptes[5501]:     socks            A SOCKSv4 proxy service.
    May 08 13:16:33 phet-f02-03 epoptes[5501]:     web              A general-purpose web server which can serve from a
    May 08 13:16:33 phet-f02-03 epoptes[5501]:                      filesystem or application resource.
    May 08 13:16:33 phet-f02-03 epoptes[5501]:     words            A modern words server
    May 08 13:16:33 phet-f02-03 epoptes[5501]:     xmpp-router      An XMPP Router server
    May 08 13:16:33 phet-f02-03 epoptes[5501]: /usr/bin/twistd: Unknown command: epoptes
    May 08 13:16:33 phet-f02-03 epoptes[5501]:    ...done.
    May 08 13:16:33 phet-f02-03 systemd[1]: Started LSB: Epoptes service.
    May 08 13:20:15 phet-f02-03 systemd[1]: Started LSB: Epoptes service.

$ ps -ef | grep epoptes
$

$ sudo python /usr//lib/python2.7/dist-
packages/twisted/plugins/epoptesd.py

    Traceback (most recent call last):
    File "/usr//lib/python2.7/dist-packages/twisted/plugins/epoptesd.py", line 32, in <module>
        from twisted.application import internet, service
    File "/usr/lib/python2.7/dist-packages/twisted/application/internet.py", line 54, in <module>
        from automat import MethodicalMachine
    File "/usr/lib/python2.7/dist-packages/automat/__init__.py", line 2, in <module>
        from ._methodical import MethodicalMachine
    File "/usr/lib/python2.7/dist-packages/automat/_methodical.py", line 34, in <module>
        @attr.s(frozen=True)
    TypeError: attributes() got an unexpected keyword argument 'frozen'

Thanks

-- 
You received this question notification because your team Epoptes
Developers is an answer contact for Epoptes.