[Bug 289934] Re: Error adding certificates to the keystore on the first install

2009-01-28 Thread Launchpad Bug Tracker
This bug was fixed in the package ca-certificates-java - 20080712ubuntu4 --- ca-certificates-java (20080712ubuntu4) intrepid-proposed; urgency=low * Ignore LANG and LC_ALL setting when running keytool. LP: #289934. -- Matthias KloseSat, 01 Nov 2008 13:32:42 +0100 ** Changed i

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2009-01-28 Thread Martin Pitt
** Tags added: verification-done ** Tags removed: verification-needed -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/289934 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2009-01-21 Thread Andreas Wenning
The 20080712ubuntu4 version in intrepid-proposed works. Having LC_ALL=de_DE.UTF-8 and the installation will fail using 20080712ubuntu3; with 20080712ubuntu4 it works despite the locale setting. -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/28993

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-12-05 Thread [EMAIL PROTECTED]
@scotu I don't think so, but to make sure, after you correct it, reboot your pc, and the temporary LC_ALL value will be removed and back to normal. -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/289934 You received this bug notification because

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-12-04 Thread scotu
as [EMAIL PROTECTED] wrote the package in 8.10 repositroy still doesn't work but Nikolaus's method works Do you think that rolling back LC_ALL to the previous value will break something? -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/289934 You

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-12-03 Thread [EMAIL PROTECTED]
It seems that in the 8.10 repositroy, still don't have ca-certificates-java (20081028) fix, but Nikolaus's method works for me. thx -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/289934 You received this bug notification because you are a memb

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-11-10 Thread Matthias Klose
checked that 20080712ubuntu4 ignores the locale setting and works despite the locale set by the user. -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/289934 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-11-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ca-certificates-java - 20081028 --- ca-certificates-java (20081028) unstable; urgency=low * Ignore LANG and LC_ALL setting when running keytool. LP: #289934. ca-certificates-java (20081027) unstable; urgency=medium * Merge from Ubuntu: - Don

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-11-05 Thread Sven Hoffmeister
ca-certificates-java 20080712ubuntu4 fixed the issue for me -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/289934 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-11-02 Thread Martin Pitt
Accepted into intrepid-proposed, please test and give feedback here. Please see https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: ca-certificates-java (Ubuntu Intrepid) Status: Triaged => Fix Committed **

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-11-01 Thread Nikolaus Filus
I had the same problem, but my root account has only: LANG="en_US.UTF-8" LANGUAGE="en_US:en_GB:en" LC_CTYPE="de_DE.UTF8" LC_TIME="de_DE.UTF8" setting LC_ALL=C and re-runing "dpkg --configure -a" solved my problem. -- Error adding certificates to the keystore on the first install https://bug

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-10-27 Thread Matthias Klose
** Changed in: ca-certificates-java (Ubuntu Intrepid) Importance: High => Low Target: ubuntu-8.10 => None -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/289934 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-10-27 Thread Matthias Klose
turns out, that the user has set LC_ALL=it_IT.UTF-8 for the root account, which is not done by us. The keytool command can be prefixed with LC_ALL=C to workaround this, but maybe it's not necessary to do this before release, because it only affects people with this "custom" setting. ** Changed in

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-10-27 Thread Luca Carrogu
no way. still the same: Configuro ca-certificates (20080514-0ubuntu1) ... Updating certificates in /etc/ssl/certsdone. Running hooks in /etc/ca-certificates/update.ddone. Configuro ca-certificates-java (20080712ubuntu3) ... creating /etc/ssl/certs/java/cacerts... Errore keytool: java.lang.

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-10-27 Thread Matthias Klose
please could you check out the following: - save your existing config: sudo tar cfz ~/saved-caconfig.tar.gz /etc/default/cacerts* /etc/ssl/certs/java /etc/ca-certificates.conf - purge the ca-certificates and ca-certificates-java packages: sudo dpkg -P --force-depends ca-certificates ca-cer

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-10-27 Thread Luca Carrogu
my /etc/default/cacerts. I didn't change anything. All happened since the #289091 bug was filled, that's why I wrote there. I thought it was my same problem ** Attachment added: "cacerts" http://launchpadlibrarian.net/18947640/cacerts -- Error adding certificates to the keystore on the firs

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-10-27 Thread Matthias Klose
can't reproduce this behaviour; the postinst uses a fresh (pregenerated) cacerts file, and the postinst succeeds with your ca-certificates.conf. Did you change anything in /etc/default/cacerts ? -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/2899

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-10-27 Thread Luca Carrogu
my /etc/ssl/certs/java/cacerts ** Attachment added: "cacerts" http://launchpadlibrarian.net/18946459/cacerts -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/289934 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-10-27 Thread Luca Carrogu
my /etc/ca-certificates.conf ** Attachment added: "ca-certificates.conf" http://launchpadlibrarian.net/18946457/ca-certificates.conf -- Error adding certificates to the keystore on the first install https://bugs.launchpad.net/bugs/289934 You received this bug notification because you are a me

[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-10-27 Thread Matthias Klose
That is something else; the original report was about missing certificate files on the file system, but (still) mentioned in /etc/ca- certificates.conf. please could you attach the files /etc/ssl/certs/java/cacerts and /etc /ca-certificates.conf ? ** Changed in: ca-certificates-java (Ubuntu)