You are not logged in.

#1 2014-04-13 00:46:52

archivus
Member
Registered: 2014-04-13
Posts: 7

[REQUEST] Epoptes

Hello, my English is a translator, first thanks for your work.

I am requesting the EPOPTES package.

EPOPTES is opensource software educational, not in AUR.
All educational "DISTROS" (Edubuntu, Huayra linux, Debian edu, etc.) use the EPOPTES application. I think it would be very useful to teachers who use GNU/Linux. In my work as a teacher, EPOPTES use daily, like millions of other teachers. It would be very useful to be present in AUR.
My apologies, I can not build the package EPOPTES.
Thank you again.

"Epoptes is an open source computer lab management and monitoring tool. It allows for screen broadcasting and monitoring, remote command execution, message sending, imposing restrictions like screen locking or sound muting the clients and much more!"

Official website,                  http://www.epoptes.org/

Opensuse available,           http://www.epoptes.org/news/opensusepackagesavailable

Package Ubuntu,                http://packages.ubuntu.com/search?keywords=epoptes

Package Debian,                https://packages.debian.org/search?keywords=epoptes

Debian,                              http://packages.qa.debian.org/e/epoptes.html

Launchpad code,               https://code.launchpad.net/epoptes

Launchpad ppa,                 https://launchpad.net/~epoptes/+archive/ppa

Sorry for my English, but it was clear, please let me know.

Last edited by archivus (2014-04-13 13:04:06)

Offline

#2 2014-04-13 01:03:36

henriqueleng
Member
Registered: 2014-02-18
Posts: 77

Re: [REQUEST] Epoptes

Are you requesting a aur package of epoptes?


Emacs - tmux - Cmus - Mutt - Lynx/w3m - ....

Offline

#3 2014-04-13 03:19:36

The Black Fox
Member
Registered: 2014-04-08
Posts: 6

Re: [REQUEST] Epoptes

Looks like he is, from the context of what he is writing and the forum he posted in, I think so. I used to work tech support and I often had to decipher "Engrish" (Not saying his English is bad, just unclear, since most English is more direct compared to other languages and if he used a translator it can come out funny)

Archivus, if its easier for you we have an international (Non-English speaker) section here: https://bbs.archlinux.org/viewforum.php?id=30, try posting there your question if we're off point.

Last edited by The Black Fox (2014-04-13 03:20:05)

Offline

#4 2014-04-13 03:23:40

HalosGhost
Forum Fellow
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: [REQUEST] Epoptes

I don't have the time at the moment given that it'll be a bzr-based build (pain), but I will look into it later tonight if someone hasn't already.

All the best,

-HG

Offline

#5 2014-04-13 12:51:06

archivus
Member
Registered: 2014-04-13
Posts: 7

Re: [REQUEST] Epoptes

Yes. I am requesting the EPOPTES package.

Offline

#6 2014-04-13 12:56:27

archivus
Member
Registered: 2014-04-13
Posts: 7

Re: [REQUEST] Epoptes

HalosGhost, henriqueleng, The Black Fox, Thanks for your reply.

Offline

#7 2014-04-13 15:47:16

HalosGhost
Forum Fellow
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: [REQUEST] Epoptes

Okay, I don't really have a great way of testing it, but it builds and installs properly, so I'm gonna call it good for a first pass. Since I do not have a use-case for it, I do not feel comfortable maintaining it; whoever would like to maintain it, feel free to do so.

The initial run of the package is up on the ALUR.

If this works for you, please remember to add [Solved] to the beginning of your thread title. In the future, the way the requests section is supposed to go is that you do your best to write a functional package and then post here when you run into trouble; at that point, you should post what you have so far, and we'll help you figure it out rather than just giving you a package. That way, you learn how to fish smile

All the best,

-HG

Last edited by HalosGhost (2014-04-13 15:48:29)

Offline

#8 2014-04-13 17:13:05

archivus
Member
Registered: 2014-04-13
Posts: 7

Re: [REQUEST] Epoptes

Thank you. I do not understand what you say, the translator is not so good. smile

I Install Epoptes from AUR. Installs perfect.
No running in KDE 4.12.4. Try to run but after a moment and simply does not open.

I hope you understand this English translator. Many thank you very much for your work.

Offline

#9 2014-04-13 18:33:30

HalosGhost
Forum Fellow
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: [REQUEST] Epoptes

archivus wrote:

No running in KDE 4.12.4. Try to run but after a moment and simply does not open.

Can you provide any error output so we can help trouble-shoot? Also, if you're not comfortable with English, we do have an "Other languages" board.

All the best,

-HG

Offline

#10 2014-04-13 19:43:39

archivus
Member
Registered: 2014-04-13
Posts: 7

Re: [REQUEST] Epoptes

Hi, sorry again for the communicative difficulty.

In the terminal (konsole) get this
---------------------------------------------------------
[sakura @ PC-ga-880 ~] $ epoptes
   File "/ usr / bin / epoptes", line 66
     print "Connection with epoptes failed:"
                                                           ^
SyntaxError: invalid syntax
-------------------------------------------------------
and
------------------------------------------------------
[sakura@PC-ga-880 ~]$ sudo epoptes
[sudo] password for sakura:
  File "/usr/bin/epoptes", line 66
    print "Connection with epoptes failed:"
                                                          ^
SyntaxError: invalid syntax
--------------------------------------------------------

Is this useful?

Thanks smile

Last edited by archivus (2014-04-13 19:53:39)

Offline

#11 2014-04-14 01:48:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [REQUEST] Epoptes

Maybe it's a python2 script? After changing the first line of /usr/bin/epoptes to

#!/usr/bin/python2

I get a different error:

$ epoptes
Traceback (most recent call last):
  File "/usr/bin/epoptes", line 30, in <module>
    import epoptes
ImportError: No module named epoptes

Offline

#12 2014-04-14 13:54:14

HalosGhost
Forum Fellow
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,097
Website

Re: [REQUEST] Epoptes

archivus wrote:

Is this useful?

Yes, but, in the future, always post code or terminal output in code tags

like so

I don't have a very good way of testing this, but I imagine this is a result of not properly setting up the daemon.

karol wrote:

Maybe it's a python2 script?

I doubt that, since the error that Python throws for you makes it sound like it can't import epoptes at all, whereas archivus's error is failing to connect to the daemon; makes it seem like the issue is in user-setup.

All the best,

-HG

Offline

#13 2014-04-14 23:44:01

archivus
Member
Registered: 2014-04-13
Posts: 7

Re: [REQUEST] Epoptes

Hi, this might have something to do?

There are two fundamental problems with the transfer: The different structure of the directories and library names. Although there may be a third: systemd; since all derived from Debian to date use initv or upstream.

Thanks

Offline

#14 2014-04-16 03:39:00

archivus
Member
Registered: 2014-04-13
Posts: 7

Re: [REQUEST] Epoptes

Good. I appreciate the effort. Thanks for trying.

Offline

#15 2014-12-19 01:48:28

Angel_Caido
Member
Registered: 2012-03-23
Posts: 5

Re: [REQUEST] Epoptes

I got it working with help from lbssousa [https://launchpad.net/~lbssousa]. I edited the PKGBUILD created by HalosGhost and I've been trying to upload an updated PKGBUILD and tarball with everything needed but I haven't found a way of doing so.
Let me know if you're still interested.

Last edited by Angel_Caido (2014-12-19 01:57:37)

Offline

#16 2014-12-24 18:20:20

Angel_Caido
Member
Registered: 2012-03-23
Posts: 5

Re: [REQUEST] Epoptes

I now own the Epoptes package and have uploaded a modified version based on the package submited by HalosGhost. Please, download it and try it out. Let me know of any issue you may encounter and I'll try to resolve it in a timely manner.
Merry Christmas to you all!

Offline

Board footer

Powered by FluxBB