[Bug 96968] Re: When auto-open a revelation password file, it gives an error

2009-04-20 Thread Stefan Voelkel
** Bug watch added: Debian Bug tracker #518085
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518085

** Also affects: revelation (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518085
   Importance: Unknown
   Status: Unknown

-- 
When auto-open a revelation password file, it gives an error
https://bugs.launchpad.net/bugs/96968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362788] [NEW] revelation_0.4.11-3.1ubuntu2.diff.gz changes source code directly

2009-04-17 Thread Stefan Voelkel
Public bug reported:

Binary package hint: revelation

It would be really helpful if this was to be moved to an annotated
patch:

--- revelation-0.4.11.orig/src/lib/ui.py
+++ revelation-0.4.11/src/lib/ui.py
@@ -1257,8 +1257,9 @@
def __init__(self, stock, text = None):
gtk.ImageMenuItem.__init__(self, stock)

-   self.label = self.get_children()[0]
-   self.image = self.get_children()[1]
+   children=self.get_children()
+   if len(children)  0 : self.label = children[0]
+   if len(children)  1 : self.image = children[1]

if text is not None:
self.set_text(text)

** Affects: revelation (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: packaging

-- 
revelation_0.4.11-3.1ubuntu2.diff.gz changes source code directly
https://bugs.launchpad.net/bugs/362788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338138] Re: When disk full revelation kills password db.

2009-04-17 Thread Stefan Voelkel
** Bug watch added: Debian Bug tracker #524471
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524471

** Also affects: revelation (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524471
   Importance: Unknown
   Status: Unknown

-- 
When disk full revelation kills password db.
https://bugs.launchpad.net/bugs/338138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96968] Re: When auto-open a revelation password file, it gives an error

2009-11-19 Thread Stefan Voelkel
I have a fix for that in -5, which is not yet in debian, available from
the git repo:

git clone git://bc-bd.org/git/revelation.git/

And yes, upstream is dead. I tried to find a python developer willing to
continue the work, no luck so far.

An alternative IMHO is keepasx. No migration tool though.

-- 
When auto-open a revelation password file, it gives an error
https://bugs.launchpad.net/bugs/96968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96968] Re: When auto-open a revelation password file, it gives an error

2009-11-19 Thread Stefan Voelkel
I have two patches in above git repo (branches named after the debian
bug nr) for two debian bugs. Those patches are based on forks mentioned
in #13. However I was unable to get them to work.

-- 
When auto-open a revelation password file, it gives an error
https://bugs.launchpad.net/bugs/96968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 225019] Re: revelation doesn't copy username when copying password

2009-12-21 Thread Stefan Voelkel
This has been reported in Debian recently.

How was the bug fixed in Ubuntu?

-- 
revelation doesn't copy username when copying password
https://bugs.launchpad.net/bugs/225019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70399] Re: revelation: could not import gnome.applet

2006-11-06 Thread Stefan Voelkel
If this is the same gnome.applet is gone bug revelation had in debian,
there is a patch available at:

http://bugs.debian.org/cgi-
bin/bugreport.cgi/gnomeapplet.patch?bug=376149;msg=27;att=1

Be advised that the patch is reversed, so apply with -R.

Basically you need to replace gnome.applet.Applet with
gnomeapplet.Applet

HTH

-- 
revelation: could not import gnome.applet
https://launchpad.net/bugs/70399

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 968120] Re: Pressing alt clears text selection

2012-03-30 Thread Stefan Voelkel
FWIW, I can not reproduce this on Debian Squeeze.

Out of curiosity, why don't you use (on an entry), right click, Copy
Password?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/968120

Title:
  Pressing alt clears text selection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/revelation/+bug/968120/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 903254] Re: no menu visible

2012-01-09 Thread Stefan Voelkel
Mikkel has collected a couple of fixes and released 0.4.12, see
http://revelation.olasagasti.info/. Maybe it's already fixed, also there
is a bugtracker available there.

I have prepared a 0.4.12 package for Debian, but some patches no longer
apply cleanly, see new branch:

  git clone git://bc-bd.org/revelation.git

and I am waiting on feedback from upstream, who is busy atm.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/903254

Title:
  no menu visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/revelation/+bug/903254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


RE: [Bug 765993] Re: revelation version 0.4.11-8ubuntu3 failed to build on i386

2011-06-10 Thread Stefan Voelkel
Fwiw debian is also affected by this and i do have a patched queued to
fix it, you can also pull it from my git repo

- original message -
Subject:[Bug 765993] Re: revelation version 0.4.11-8ubuntu3 failed to 
build on i386
From:   Brian Murray br...@ubuntu.com
Date:   10/06/2011 14:58

** Changed in: revelation (Ubuntu)
Milestone: None = oneiric-alpha-3

** Also affects: revelation (Ubuntu Oneiric)
   Importance: High
   Status: New

-- 
You received this bug notification because you are subscribed to
revelation in Ubuntu.
https://bugs.launchpad.net/bugs/765993

Title:
  revelation version 0.4.11-8ubuntu3 failed to build on i386

Status in “revelation” package in Ubuntu:
  New
Status in “revelation” source package in Oneiric:
  New

Bug description:
  revelation version 0.4.11-8ubuntu3 failed to build on i386
  Link to failed build: 
https://launchpad.net/ubuntu/+archive/test-rebuild-20110413/+buildjob/2467356

  Direct link to the build log: https://launchpad.net/ubuntu/+archive
  /test-rebuild-20110413/+buildjob/2467356/+files/buildlog_ubuntu-
  natty-i386.revelation_0.4.11-8ubuntu3_FAILEDTOBUILD.txt.gz

  This log snippet might be of interest, since it triggered the matcher 
'Purging chroot-autobuild'.
  Excerpt 2690 lines into the build log:

  crack.c:70:13: warning: assignment discards 'const' qualifier from pointer 
target type [enabled by default]
  gcc -Wl --export-dynamic -pthread -shared crack.o -lcrack -o crack.so
  gcc: error: unrecognized option '--export-dynamic'
  make[5]: *** [crack.so] Error 1
  make[5]: Leaving directory `/build/buildd/revelation-0.4.11/src/wrap/crack'
  make[4]: *** [all-recursive] Error 1
  make[4]: Leaving directory `/build/buildd/revelation-0.4.11/src/wrap'
  make[3]: *** [all-recursive] Error 1
  make[3]: Leaving directory `/build/buildd/revelation-0.4.11/src'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/build/buildd/revelation-0.4.11'
  make[1]: *** [build-python2.7-stamp] Error 2
  make[1]: Leaving directory `/build/buildd/revelation-0.4.11'
  make: *** [build-stamp] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
  **
  Build finished at 20110418-1409
  FAILED [dpkg-buildpackage died]
  Purging chroot-autobuild/build/buildd/revelation-0.4.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/revelation/+bug/765993/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/765993

Title:
  revelation version 0.4.11-8ubuntu3 failed to build on i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/revelation/+bug/765993/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 607128] Re: All passwords unavailable...

2010-07-19 Thread Stefan Voelkel
Does the password get copied to the clipboard with right click / Copy
Password?

Does View / Show Passwords display them?

-- 
All passwords unavailable...
https://bugs.launchpad.net/bugs/607128
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


RE: [Bug 573676] Re: Crashes when saving to GVFS mounts

2010-07-07 Thread Stefan Voelkel
The crash should happen on all non local filesystems.

This is introduced by the backup file on save patch, which in turn
solved the lost all my passwords on full disk problem.

i have an idea on how to fix it but due to gnomevfs' lack of rename it
introduces a couple of different problems i need to wrap my head around.

- original message -
Subject:[Bug 573676] Re: Crashes when saving to GVFS mounts
From:   Erik Meitner 573...@bugs.launchpad.net
Date:   07/07/2010 17:14

Bug with same symptom has also been reported in Debian, but in this case using 
an SSH GVFS mount:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587600


** Bug watch added: Debian Bug tracker #587600
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587600

-- 
Crashes when saving to GVFS mounts
https://bugs.launchpad.net/bugs/573676
You received this bug notification because you are subscribed to
revelation in ubuntu.

Status in “revelation” package in Ubuntu: Confirmed

Bug description:
Binary package hint: revelation

Revelation (lucid version) crashes when saving a new entry to the
database. The database where created with an earlier version of
revelation and are stored on a server (thru gnome-gvfs).


Traceback (most recent call last):
  File /usr/bin/revelation, line 131, in lambda
action.connect(activate,  lambda w: self.entry_add(None, 
self.tree.get_active()))
  File /usr/bin/revelation, line 1135, in entry_add
self.__file_autosave()
  File /usr/bin/revelation, line 974, in __file_autosave
self.datafile.save(self.entrystore, self.datafile.get_file(), 
self.datafile.get_password())
  File /usr/lib/python2.6/dist-packages/revelation/io.py, line 126, in save
file_write(file, self.__handler.export_data(entrystore, password))
  File /usr/lib/python2.6/dist-packages/revelation/io.py, line 243, in 
file_write
os.rename(file, backup)
OSError: [Errno 2] Filen eller katalogen finns inte

-- 
Crashes when saving to GVFS mounts
https://bugs.launchpad.net/bugs/573676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 635113] Re: Missing icons for several password types

2010-10-14 Thread Stefan Voelkel
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578064 fixes this at
least for debian.

** Bug watch added: Debian Bug tracker #578064
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578064

-- 
Missing icons for several password types
https://bugs.launchpad.net/bugs/635113
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1014326] Re: revelation: Too weak encryption / file format to be considered as a password manager

2012-06-23 Thread Stefan Voelkel
FWIW, there seems to be a patch:

https://bitbucket.org/jakobwesthoff/revelation

combined of these commits

4464d13e44bd
4027c90b1051
a2934ed547d0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014326

Title:
  revelation: Too weak encryption / file format to be considered as a
  password manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/revelation/+bug/1014326/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012160] Re: dtach does not correctly protect session from abnormal termination

2019-04-14 Thread Stefan Voelkel
Is that bug still present?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012160

Title:
  dtach does not correctly protect session from abnormal termination

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dtach/+bug/1012160/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1843687] [NEW] dbi login spams log with dbi_result_next_row failed

2019-09-12 Thread Stefan Voelkel
Public bug reported:

I am seeing these log messages every $Interval:

collectd[579]: dbi plugin: cdbi_read_database_query (mariadb, threads_d): 
dbi_result_next_row failed: dbi_conn_error failed with status -6.
collectd[579]: dbi plugin: cdbi_read_database_query (mariadb, aria_status): 
dbi_result_next_row failed: dbi_conn_error failed with status -6.
collectd[579]: dbi plugin: cdbi_read_database_query (mariadb, threads_g): 
dbi_result_next_row failed: dbi_conn_error failed with status -6.

Upstream issue: https://github.com/collectd/collectd/issues/2894

The fix is part of 5.9.1

https://github.com/collectd/collectd/commit/6b29f39c2213e209f0996105c78b77f034b983f9

Plugin configuration:


   
 Statement "SHOW GLOBAL STATUS WHERE Variable_name LIKE '%aria%';"
 
   Type "gauge"
   InstancesFrom "Variable_name"
   ValuesFrom "Value"
 
   
   
 Statement "SHOW GLOBAL STATUS WHERE Variable_name in ('Threads_cached', 
'Threads_connected', 'Threads_running');"
 
   Type "gauge"
   InstancesFrom "Variable_name"
   ValuesFrom "Value"
 
   
   
 Statement "SHOW GLOBAL STATUS WHERE Variable_name in ('Threads_created');"
 
   Type "derive"
   InstancesFrom "Variable_name"
   ValuesFrom "Value"
 
   
   
 Driver "mysql"
 DriverOption "host" "127.0.0.1"
 DriverOption "username" "***"
 DriverOption "password" "***"
 DriverOption "dbname" "information_schema"
 Query "aria_status"
 Query "threads_g"
 Query "threads_d"
   


** Affects: collectd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1843687

Title:
  dbi login spams log with dbi_result_next_row failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/1843687/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1868955] Re: [SRU] after upgrade to 20.04: dane support is not working

2020-06-16 Thread Stefan Voelkel
FWIW, I found this issue when debugging SSHFP DNS Records not working on
Linux Mint 20.

In my case, setting 'options trust-ad' in /etc/resolv.conf helped, see
446997ff1433d33452b81dfa9e626b8dccf101a4 in
git://sourceware.org/git/glibc.git

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1868955

Title:
  [SRU] after upgrade to 20.04: dane support is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1868955/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs