public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Mumble doesn't work anymore
@ 2010-08-12 16:56 Nikos Chantziaras
  2010-08-14  0:15 ` [gentoo-user] " walt
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nikos Chantziaras @ 2010-08-12 16:56 UTC (permalink / raw
  To: gentoo-user

Trying to start Mumble (version 1.2.2) aborts with:

SSL: Added CA certificates from '/etc/ssl/certs/ca-certificates.crt'
No ciphers of at least 128 bit found
Aborted

I did file a bug about it 
(http://bugs.gentoo.org/show_bug.cgi?id=332245) but no solution thus 
far.  I don't know what to do.  Did anyone encounter this error before?




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: Mumble doesn't work anymore
  2010-08-12 16:56 [gentoo-user] Mumble doesn't work anymore Nikos Chantziaras
@ 2010-08-14  0:15 ` walt
  2010-08-14  4:06 ` [gentoo-user] " Adam Carter
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: walt @ 2010-08-14  0:15 UTC (permalink / raw
  To: gentoo-user

On 08/12/2010 09:56 AM, Nikos Chantziaras wrote:
> Trying to start Mumble (version 1.2.2) aborts with:
>
> SSL: Added CA certificates from '/etc/ssl/certs/ca-certificates.crt'
> No ciphers of at least 128 bit found
> Aborted

I've never used mumble.  Have you ever run update-ca-certificates?
It may not help but it's trivially easy :)

My uninformed gut feeling is that ssl doesn't look for 'cyphers' in
certificates.  Rather, it looks at the certificate to find out which
cypher it *needs* to use to decipher the certificate.

I'd say run update-ca-certificates first and hope for the best. I've
tried to read the manpage for openssl, but the print is too small for
me to see it  :p




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Mumble doesn't work anymore
  2010-08-12 16:56 [gentoo-user] Mumble doesn't work anymore Nikos Chantziaras
  2010-08-14  0:15 ` [gentoo-user] " walt
@ 2010-08-14  4:06 ` Adam Carter
  2010-08-14 21:23 ` [gentoo-user] " walt
  2010-08-15  8:18 ` Nikos Chantziaras
  3 siblings, 0 replies; 5+ messages in thread
From: Adam Carter @ 2010-08-14  4:06 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

On Fri, Aug 13, 2010 at 2:56 AM, Nikos Chantziaras <realnc@arcor.de> wrote:

> Trying to start Mumble (version 1.2.2) aborts with:
>
> SSL: Added CA certificates from '/etc/ssl/certs/ca-certificates.crt'
> No ciphers of at least 128 bit found
> Aborted
>
>
> My guess is that the SSL line is an informational message that is unrelated
to the No ciphers message. Certificates contain the public key of an
asymmetric public/private key pair (which would have lengths like 1024 or
2048). The message about 128 bit will refer to the symmetric crypto that
kicks in after the asymmetric has been used to pass the symmetric key. So,
i'd say that the certs are not the problem.

[-- Attachment #2: Type: text/html, Size: 976 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: Mumble doesn't work anymore
  2010-08-12 16:56 [gentoo-user] Mumble doesn't work anymore Nikos Chantziaras
  2010-08-14  0:15 ` [gentoo-user] " walt
  2010-08-14  4:06 ` [gentoo-user] " Adam Carter
@ 2010-08-14 21:23 ` walt
  2010-08-15  8:18 ` Nikos Chantziaras
  3 siblings, 0 replies; 5+ messages in thread
From: walt @ 2010-08-14 21:23 UTC (permalink / raw
  To: gentoo-user

On 08/12/2010 09:56 AM, Nikos Chantziaras wrote:
> Trying to start Mumble (version 1.2.2) aborts with:
>
> SSL: Added CA certificates from '/etc/ssl/certs/ca-certificates.crt'
> No ciphers of at least 128 bit found
> Aborted
>
> I did file a bug about it (http://bugs.gentoo.org/show_bug.cgi?id=332245) but no solution thus far. I don't know what to do. Did anyone encounter this error before?

I would run mumble with strace to see where it's looking when it aborts.
I expect it probably looks in quite a few directories for a certain file
or files, and doesn't find what it's looking for.

Also, does mumble have config files in /etc or your ~ directory?  Try
moving them out of the way and see what happens.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: Mumble doesn't work anymore
  2010-08-12 16:56 [gentoo-user] Mumble doesn't work anymore Nikos Chantziaras
                   ` (2 preceding siblings ...)
  2010-08-14 21:23 ` [gentoo-user] " walt
@ 2010-08-15  8:18 ` Nikos Chantziaras
  3 siblings, 0 replies; 5+ messages in thread
From: Nikos Chantziaras @ 2010-08-15  8:18 UTC (permalink / raw
  To: gentoo-user

On 08/12/2010 07:56 PM, Nikos Chantziaras wrote:
> Trying to start Mumble (version 1.2.2) aborts with:
>
> SSL: Added CA certificates from '/etc/ssl/certs/ca-certificates.crt'
> No ciphers of at least 128 bit found
> Aborted

Thanks everyone for the suggestions.  Rebuilding qt-core fixed this.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-08-15  9:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-12 16:56 [gentoo-user] Mumble doesn't work anymore Nikos Chantziaras
2010-08-14  0:15 ` [gentoo-user] " walt
2010-08-14  4:06 ` [gentoo-user] " Adam Carter
2010-08-14 21:23 ` [gentoo-user] " walt
2010-08-15  8:18 ` Nikos Chantziaras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox