[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2011-08-10 Thread Bug Watch Updater
** Changed in: openct (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/368683 Title: Openct needs to be restarted when inserting an eToken To manage not

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2010-03-17 Thread era
** Bug watch added: Debian Bug tracker #498920 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498920 ** Changed in: openct (Debian) Status: Fix Released => Unknown ** Changed in: openct (Debian) Remote watch: bugs.debian.org/ #498920 => Debian Bug tracker #498920 -- Openct needs to

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2010-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package openct - 0.6.19-1ubuntu1 --- openct (0.6.19-1ubuntu1) lucid; urgency=low * Fake merge from debian unstable (LP: #519713) * Patch for merge from hal to udev: (LP: #503119) (LP: #436545) (Taken from http://bugs.debian.org/cgi-bin/bugreport.cgi?

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-06-16 Thread agriffis
The better fix would be to update to openct-0.6.16 which already handles the switch to udevadm -- Openct needs to be restarted when inserting an eToken https://bugs.launchpad.net/bugs/368683 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-06-16 Thread agriffis
Regarding "exec 2> /tmp/openct-script.log 2>&1" -- this is a mistake. It redirects stderr first to the file then redirects stderr to stdout. That's why the logfile was created but blank. You meant "exec 2> /tmp /openct-script.log 1>&2" to capture both stdout and stderr. Alternatively "exec 2> /tmp

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-06-16 Thread agriffis
Regarding "exec 2> /tmp/openct-script.log 2>&1" -- this is a mistake. It redirects stderr first to the file then redirects stderr to stdout. That's why the logfile was created but blank. You meant "exec 2> /tmp /openct-script.log 1>&2" to capture both stdout and stderr. Alternatively "exec 2> /tmp

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-05-24 Thread Bug Watch Updater
** Changed in: openct (Debian) Status: New => Fix Released -- Openct needs to be restarted when inserting an eToken https://bugs.launchpad.net/bugs/368683 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-05-19 Thread Andreas Jellinghaus
new debdiff file, please apply / upload fixed package to universe jaunty-updates. ** Attachment added: "debdiff file with the trivial bugfix" http://launchpadlibrarian.net/26923554/openct_0.6.14-3ubuntu3.debdiff -- Openct needs to be restarted when inserting an eToken https://bugs.launchpad.n

Re: [Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-05-19 Thread Andreas Jellinghaus
Am Dienstag 19 Mai 2009 06:13:13 schrieb David Medberry: > Hi Andreas, > > Your openct 0.6.16-0 worked flawlessly for me on i386 platform as well. > Any idea when this will go into Jaunty? Any place else we need to > request that? the important wiki pages seem to be https://wiki.ubuntu.com/StableRe

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-05-18 Thread David Medberry
Hi Andreas, Your openct 0.6.16-0 worked flawlessly for me on i386 platform as well. Any idea when this will go into Jaunty? Any place else we need to request that? -- Openct needs to be restarted when inserting an eToken https://bugs.launchpad.net/bugs/368683 You received this bug notification b

Re: [Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-04-29 Thread David O'Callaghan
Hi Andreas, On 29/04/09 11:05, Andreas Jellinghaus wrote: > thanks to a huge amount of work by Stanislav Brabec from suse, openct > has even much better hal setup now, and I created a pre-release from svn > trunk and packaged it for ubuntu, and it works on my machine. can you > give it a try? >

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-04-29 Thread Andreas Jellinghaus
we had problems like this before: the kernel finds out there is a new usb device. udev gets an event. udev manages both to tell openct about it and create a file in /dev/ somewhere. but again the communication is flawed somehow, openct is not told what that new device file is. sad. lets switch to

Re: [Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-04-29 Thread David O'Callaghan
On 28/04/09 22:06, Andreas Jellinghaus wrote: > can you check which configuration the ubuntu package has? > a hal file (official suggestion), an udev rule or a hotplug map file? It seems to use a udev rule file, /lib/udev/rules.d/40-openct.rules > if so, what is the usb vendor and product id, and

Re: [Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-04-29 Thread David O'Callaghan
Hi Andreas, On 29/04/09 07:58, Andreas Jellinghaus wrote: > /lib/udev/rules.d/40-openct.rules > replace > ENV{MODALIAS}=="usb:v0529p0514", RUN+="/lib/udev/openct_usb" > with > ENV{MODALIAS}=="usb:v0529p0514*", RUN+="/lib/udev/openct_usb" > > and it should work. I made the change but it didn't w

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-04-29 Thread Bug Watch Updater
** Changed in: openct (Debian) Status: Unknown => New -- Openct needs to be restarted when inserting an eToken https://bugs.launchpad.net/bugs/368683 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-04-29 Thread Andreas Jellinghaus
for reference, the upstream fix was commit 1063 in october 2008. http://www.opensc-project.org/openct/changeset/1063/trunk/etc/openct.udev.modalias.in the debian bug is 498920 ** Bug watch added: bugs.debian.org/ #498920 http://bugs.debian.org:80/cgi-bin/bugreport.cgi?bug=498920 ** Also affe

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-04-29 Thread Andreas Jellinghaus
/lib/udev/rules.d/40-openct.rules replace ENV{MODALIAS}=="usb:v0529p0514", RUN+="/lib/udev/openct_usb" with ENV{MODALIAS}=="usb:v0529p0514*", RUN+="/lib/udev/openct_usb" and it should work. can anyone fix the jaunty openct package with this trivial typo fix? or will openct users need to wait 6 m

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-04-28 Thread Andreas Jellinghaus
can you check which configuration the ubuntu package has? a hal file (official suggestion), an udev rule or a hotplug map file? if so, what is the usb vendor and product id, and are those matched in that file? what script is configured to be triggered by that file? can you check if that script is

[Bug 368683] Re: Openct needs to be restarted when inserting an eToken

2009-04-28 Thread Sébastien Corriveau
Same issue here on 2 different computers (one upgraded from 8.10, the other has been installed from scratch). ** Changed in: openct (Ubuntu) Status: New => Confirmed -- Openct needs to be restarted when inserting an eToken https://bugs.launchpad.net/bugs/368683 You received this bug noti