Your message dated Mon, 25 Nov 2013 01:48:37 +0000
with message-id <[email protected]>
and subject line Bug#703512: fixed in epoptes 0.5.7-1
has caused the Debian Bug report #703512,
regarding epoptes: missing dependency on python-openssl
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
703512: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703512
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: epoptes
Version: 0.5.6-1
Severity: important

The epoptes daemon does not start because the package is missing a
dependency on python-openssl.
Without python-openssl the following error messages are shown on the
console when trying to start the daemon:

Starting the epoptes daemon:Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py",
line 647, in run
    config.parseOptions()
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py",
line 614, in parseOptions
    usage.Options.parseOptions(self, options)
  File "/usr/lib/python2.7/dist-packages/twisted/python/usage.py", line
261, in parseOptions
    for (cmd, short, parser, doc) in self.subCommands:
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py",
line 631, in subCommands
    for plug in sorted(plugins, key=attrgetter('tapname')):
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/plugin.py", line 213,
in getPlugins
    adapted = interface(plugin, None)
  File "/usr/lib/python2.7/dist-packages/zope/interface/interface.py",
line 631, in _call_conform
    return conform(self)
  File "/usr/lib/python2.7/dist-packages/twisted/plugin.py", line 68, in
__conform__
    return self.load()
  File "/usr/lib/python2.7/dist-packages/twisted/plugin.py", line 63, in
load
    return namedAny(self.dropin.moduleName + '.' + self.name)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py",
line 464, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File "/usr/lib/python2.7/dist-packages/twisted/plugins/epoptesd.py",
line 37, in <module>
    from OpenSSL import SSL
exceptions.ImportError: No module named OpenSSL
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py",
line 649, in run
    print config
  File "/usr/lib/python2.7/dist-packages/twisted/python/usage.py", line
450, in __str__
    return self.getSynopsis() + '\n' + self.getUsage(width=None)
  File "/usr/lib/python2.7/dist-packages/twisted/python/usage.py", line
486, in getUsage
    for (cmd, short, parser, desc) in self.subCommands:
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py",
line 631, in subCommands
    for plug in sorted(plugins, key=attrgetter('tapname')):
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/plugin.py", line 213,
in getPlugins
    adapted = interface(plugin, None)
  File "/usr/lib/python2.7/dist-packages/zope/interface/interface.py",
line 631, in _call_conform
    return conform(self)
  File "/usr/lib/python2.7/dist-packages/twisted/plugin.py", line 68, in
__conform__
    return self.load()
  File "/usr/lib/python2.7/dist-packages/twisted/plugin.py", line 63, in
load
    return namedAny(self.dropin.moduleName + '.' + self.name)
  File "/usr/lib/python2.7/dist-packages/twisted/python/reflect.py",
line 464, in namedAny
    topLevelPackage = _importAndCheckStack(trialname)
  File "/usr/lib/python2.7/dist-packages/twisted/plugins/epoptesd.py",
line 37, in <module>
    from OpenSSL import SSL
exceptions.ImportError: No module named OpenSSL
Usage: twistd [options]
Options:
      --savestats      save the Stats object rather than the text output
of the
                       profiler.
  -o, --no_save        do not save state on shutdown
  -e, --encrypted      The specified tap/aos file is encrypted.
  -n, --nodaemon       don't daemonize, don't use default umask of 0077
      --originalname   Don't try to change the process name
      --syslog         Log to syslog, not to file
      --euid           Set only effective user-id rather than real user-id.
                       (This option has no effect unless the server is
running
                       as root, in which case it means not to shed all
                       privileges after binding ports, retaining the
option to
                       regain privileges in cases such as spawning
processes.
                       Use with caution.)
  -l, --logfile=       log to a specified file, - for stdout
      --logger=        A fully-qualified name to a log observer factory
to use
                       for the initial log observer. Takes precedence over
                       --logfile and --syslog (when available).
  -p, --profile=       Run in profile mode, dumping results to specified
file
      --profiler=      Name of the profiler to use (profile, cprofile,
hotshot).
                       [default: hotshot]
  -f, --file=          read the given .tap file [default: twistd.tap]
  -y, --python=        read an application from within a Python file
(implies
                       -o)
  -s, --source=        Read an application from a .tas file (AOT format).
  -d, --rundir=        Change to a supplied directory before running
[default:
                       .]
      --prefix=        use the given prefix when syslogging [default:
twisted]
      --pidfile=       Name of the pidfile [default: twistd.pid]
      --chroot=        Chroot to a supplied directory before running
  -u, --uid=           The uid to run as.
  -g, --gid=           The gid to run as.
      --umask=         The (octal) file creation mask to apply.
      --help-reactors  Display a list of possibly available reactor names.
      --version        Print version information and exit.
      --spew           Print an insanely verbose log of everything that
happens.
                       Useful when debugging freezes or locks in complex
code.
  -b, --debug          Run the application in the Python Debugger (implies
                       nodaemon), sending SIGUSR2 will drop into debugger
  -r, --reactor=       Which reactor to use (see --help-reactors for a
list of
                       possibilities)
      --help           Display this help and exit.

twistd reads a twisted.application.service.Application out of a file and
runs
it.
Commands:
    ftp              An FTP server.
    inetd            An inetd(8) replacement.
    manhole-old      An interactive remote debugger service.
    portforward      A simple port-forwarder.
    socks            A SOCKSv4 proxy service.
    telnet           A simple, telnet-based remote debugging service.

/usr/bin/twistd: Unknown command: epoptes

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental'), (1, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.7-trunk-486
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages epoptes depends on:
ii  adduser                                         3.113+nmu3
ii  librsvg2-common                                 2.36.1-1
ii  notification-daemon                             0.7.6-1
ii  openssl                                         1.0.1e-1
ii  plasma-widgets-workspace [notification-daemon]  4:4.8.4-6
ii  python                                          2.7.3-4
ii  python-dbus                                     1.1.1-1
ii  python-gtk2                                     2.24.0-3+b1
ii  python-notify                                   0.1.1-3
ii  python-twisted-core                             12.0.0-1
ii  python-vte                                      1:0.28.2-5
ii  python2.6                                       2.6.8-1.1
ii  python2.7                                       2.7.3-6
ii  xfce4-notifyd [notification-daemon]             0.2.2-2
ii  xvnc4viewer                                     4.1.1+X4.3.0-37.1

Versions of packages epoptes recommends:
ii  epoptes-client  0.5.6-1
ii  xterm           278-4

epoptes suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: epoptes
Source-Version: 0.5.7-1

We believe that the bug you reported is fixed in the latest version of
epoptes, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <[email protected]> (supplier of updated epoptes package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 24 Nov 2013 16:58:37 -0800
Source: epoptes
Binary: epoptes epoptes-client
Architecture: source all
Version: 0.5.7-1
Distribution: unstable
Urgency: low
Maintainer: Epoptes Developers <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Description: 
 epoptes    - Computer lab management tool
 epoptes-client - Computer lab management tool (client)
Closes: 703512
Changes: 
 epoptes (0.5.7-1) unstable; urgency=low
 .
   * New upstream version:
     - Add a config option for grabbing the keyboard and the mouse pointer
       when assisting a user (LP: #977637).
     - Preserve the clients selection when a client connects, disconnects, or
       is removed from the selected group (LP: #1045065).
     - Send WOL to all interfaces (LP: #1157241).
     - Fix epoptes crashing when running as root (LP: #977049).
     - Fix logout in Mate.
     - Improve the thumbnails zooming functionality.
     - Prefer pactl for muting when available (LP: #1026331).
     - Grab local input when assisting a client (LP: #977637).
     - Support xtightvncviewer as an alternative to xvnc4viewer.
     - Prefer ssvncviewer over xvnc4viewer (LP: #1030853).
 .
   * epoptes:
     - Add python-openssl as an epoptes dependency (Closes: #703512).
     - Start the epoptes service later for LDAP/Samba (LP: #1054665).
   * epoptes-client:
     - Enable Wake On Lan when ethtool is installed. Add Suggests on ethtool.
   * debian/control:
     - Update Standards-Version to 3.9.5, no changes necessary.
Checksums-Sha1: 
 d090c3dbe6a2751bfd095b9d3f9b27abd82ad178 2053 epoptes_0.5.7-1.dsc
 38a1279810f8383d85b601a7f8fbb82ad0ed1dec 268558 epoptes_0.5.7.orig.tar.gz
 d843bf42a6c0b2df59f9da0ee721b108639fd928 8419 epoptes_0.5.7-1.debian.tar.gz
 1dfdde94d62bd1e483a580df6313b7b852f3f193 171428 epoptes_0.5.7-1_all.deb
 d90fa90a9d86ac13f51989508a42f3ec9540db7a 29754 epoptes-client_0.5.7-1_all.deb
Checksums-Sha256: 
 4a9be2947a98a9a6a086a0aab7d5e614084d42d273b40cefa734a7a61e55fc3d 2053 
epoptes_0.5.7-1.dsc
 d578c74e3cd84480e93fd12f9fe6b63a73195068fd82bf9d45538f63f9deeca6 268558 
epoptes_0.5.7.orig.tar.gz
 073f112f5b9d57694726d0dbf200100c9daba834b1b2091efd9dfb2e2de44c59 8419 
epoptes_0.5.7-1.debian.tar.gz
 40b9ec04a4787c54817257b410bbae1191671d30145b6ae59bf3b25d21211c6d 171428 
epoptes_0.5.7-1_all.deb
 a3cc5f788246ef2e0144c361de3671f25febe4b0d3d94c75b7658c75640bfcc6 29754 
epoptes-client_0.5.7-1_all.deb
Files: 
 c48807d6bc2cc1a5509dabb10a1ae749 2053 admin extra epoptes_0.5.7-1.dsc
 9ecaa8090a64c9372cb2f3c325d26385 268558 admin extra epoptes_0.5.7.orig.tar.gz
 9fd0e54748aa61f901e2a37e51d089fc 8419 admin extra epoptes_0.5.7-1.debian.tar.gz
 d442f5d84dc422d6bf35503b92003a76 171428 admin extra epoptes_0.5.7-1_all.deb
 384e27bd347495c59013e456fbd55817 29754 admin extra 
epoptes-client_0.5.7-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJSkqKlAAoJELeLgtSBS5G2XxMP/2ynCuXGRkyPJOS9Yj0+vKLx
G86o81nWJnLvxzUhX5mvEMopU3j6ywxS9PKSQ2RFA8jUrJzWK1b/RhGsVNjPq58v
KqJoJ/Xa5sXSu2gsjxI2r+cvLK+gHv1ZUVVOz0Uorh5KiAX7FKX4+E60negnfdyw
2oCpEJnD8Yur4Fnasn0EFQsZBCtC03AVJY+mm42LU6ol5437N1KDTAbvfgaGE2H0
yaASJfZ2mvk9p6k+TQ8bZiMTnBVt3665rw9t7WTOF/NlNno0WwB8xkO5GW1krzC+
f9+lh64peTa/4cpsC/R1dRvs8Ob3tK8kQ2zSPQ3OJKALl0LbAW5E8LFDuA2HEh6G
T/seRWw+ctyX0ZfDAyf4LjeJX91cwEkCSizCkZvzqDVuJmNtc/vAQ6m1jpCbTy0n
ZxaqYQodaopxOMLzOQ9Pxc/C5YghgruNoemdP7f2j9NuaBQd2i0ap5tPZe1ryEfZ
ZcgSheY1IN2zwiw6k4lg4F+YvId8nNsXQFtLmwNs7KLjBY8HNmRyOX73xO+i9SYJ
o4eVj4MjsIkEmQYPM90Qp0zjK6aZTGlu+B92AuHLuoGLNnaUm4NO3E8u4UHj8EyX
pwiacUWcr3Lt74L0zV3vvTLWLBWxOEofAAweTljoWSWmRkRRLi5ThRGMnXl2aTBt
P1aErpiD8kwSsA4yF6wM
=aADO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to