Code Monkey home page Code Monkey logo

Comments (7)

moxie0 avatar moxie0 commented on July 21, 2024

Sounds like Convergence isn't working at all for you. We had some problems with people using "distributed" FF installs, as Debian does, but thought we fixed them in 0.03. Can you post the console output of running firefox from a terminal?

from convergence.

ComeGitSome avatar ComeGitSome commented on July 21, 2024

user@debian:~$ iceweasel
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!
WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not supported! This is an application bug!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/ctypes/NSPR.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/ctypes/NSS.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/ctypes/SSL.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/ctypes/SQLITE.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/sockets/ConvergenceDestinationSocket.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/sockets/ConvergenceServerSocket.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/sockets/ConvergenceSocket.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/ctypes/Serialization.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/ssl/CertificateManager.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/ssl/CertificateInfo.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/protocols/HttpProxyServer.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/components/LocalProxy.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/ssl/Notary.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/components/SettingsManager.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/components/ConnectionManager.js
Loaded!
Loading: /home/user/.mozilla/firefox/tx49cue1.default/extensions/[email protected]/chrome/content/ssl/NativeCertificateCache.js
Loaded!
Failed to find nspr4 in installed directory, checking system paths.
Failed to find nss3 in installed directory, checking system paths.
Failed to find ssl3 in installed directory, checking system paths.
Failed to find mozsqlite3 in installed directory, checking system paths for sqlite3.
Failed to find standard sqlite3 permutations, checking debian-specific libsqlite3.so.0.
Settings loaded threshold: majority
Configuring cache...
Generating new ca certificate..
KeyPair generation error: -8037
Initializing error: Error generating keypair! , undefined

from convergence.

moxie0 avatar moxie0 commented on July 21, 2024

Do you have nspr4, nss3, ssl3, and sqlite libraries somewhere on your system?

from convergence.

moxie0 avatar moxie0 commented on July 21, 2024

Do you have a master password set for your PSM?
#22

from convergence.

ComeGitSome avatar ComeGitSome commented on July 21, 2024

I do have a master password and after following the instructions in the the link everything seems to work. I'm still seeing "Failed to find *** in installed directory, checking system paths." though, is that a problem?

user@debian:~$ locate nspr4
/usr/lib/libnspr4.so
/usr/lib/libnspr4.so.0d
/usr/lib32/libnspr4.so
/usr/lib32/libnspr4.so.0d
/usr/share/doc/libnspr4-0d
/usr/share/doc/libnspr4-0d/changelog.Debian.gz
/usr/share/doc/libnspr4-0d/copyright
/usr/share/lintian/overrides/libnspr4-0d
/var/lib/dpkg/info/libnspr4-0d.list
/var/lib/dpkg/info/libnspr4-0d.md5sums
/var/lib/dpkg/info/libnspr4-0d.postinst
/var/lib/dpkg/info/libnspr4-0d.postrm
/var/lib/dpkg/info/libnspr4-0d.shlibs
/var/lib/dpkg/info/libnspr4-0d.symbols

user@debian:$ locate nss3
/usr/lib/libnss3.so
/usr/lib/libnss3.so.1d
/usr/lib32/libnss3.so
/usr/lib32/libnss3.so.1d
/usr/share/doc/libnss3-1d
/usr/share/doc/libnss3-1d/changelog.Debian.gz
/usr/share/doc/libnss3-1d/copyright
/usr/share/lintian/overrides/libnss3-1d
/var/cache/apt/archives/libnss3-1d_3.12.10-2
bpo60+1_amd64.deb
/var/lib/dpkg/info/libnss3-1d.list
/var/lib/dpkg/info/libnss3-1d.md5sums
/var/lib/dpkg/info/libnss3-1d.postinst
/var/lib/dpkg/info/libnss3-1d.postrm
/var/lib/dpkg/info/libnss3-1d.shlibs
/var/lib/dpkg/info/libnss3-1d.symbols

user@debian:~$ locate ssl3
/usr/lib/libssl3.so
/usr/lib/libssl3.so.1d
/usr/lib32/libssl3.so
/usr/lib32/libssl3.so.1d

from convergence.

ewanm89 avatar ewanm89 commented on July 21, 2024

looks like it could still be the same as this one: #38
More ctypes problems! Seems firefox expects it in a lib/firefox/ subdirectory, not shared with the rest of the system files in just lib/

from convergence.

moxie0 avatar moxie0 commented on July 21, 2024

I'm closing this as a duplicate of #22

from convergence.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.