You are not logged in.
Pages: 1
Hi
I installed Ring messenger from community repo
but everytime i try to run i get these message:
** Message: Ring GNOME client version: 1.0.0
** Message: git ref: e9669d2871d79903de9a154545ebe59831ef1611
^[[A"Error : dring is not available, make sure it is running"
** (gnome-ring:1736): CRITICAL **: Error : dring is not available, make sure it is running
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Offline
Check if dring is not running:
ps aux | grep dring
Try to run as USER with debug mode:
/usr/lib/ring/dring -d
Then run Ring-Gnome from menu / icon.
PS
If you don't want especially using Ring - try QTox.
Offline
Check if dring is not running:
ps aux | grep dring
Try to run as USER with debug mode:
/usr/lib/ring/dring -d
]
result:
/usr/lib/ring/dring -d
/usr/lib/ring/dring: symbol lookup error: /usr/lib/libring.so.0: undefined symbol: _ZN4YAML6detail9node_data14convert_to_mapEN5boost10shared_ptrINS0_13memory_holderEEE
Offline
With what version of yaml-cpp?
Offline
I am trying to install ring as well and I get the same error.
Did you solve it?
Offline
If you're the one that requested the ticket be reopened, it is not the same error.
Offline
I also get a very simmilar error:
[gunnar@alien-arch ~]$ /usr/lib/ring/dring -d
/usr/lib/ring/dring: symbol lookup error: /usr/lib/libring.so.0: undefined symbol: _ZN3dht9DhtRunner12startNetworkENS_8SockAddrES1_
[gunnar@alien-arch ~]$ Qii yaml-cpp
Name : yaml-cpp
Version : 0.6.1-3
Beschreibung : YAML parser and emitter in C++, written around the YAML 1.2 spec
Architektur : x86_64
URL : https://github.com/jbeder/yaml-cpp
Lizenzen : MIT
Gruppen : Nichts
Stellt bereit : Nichts
Hängt ab von : gcc-libs
Optionale Abhängigkeiten : Nichts
Benötigt von : ring-daemon
Optional für : Nichts
In Konflikt mit : Nichts
Ersetzt : Nichts
Installationsgröße : 645,00 KiB
Packer : Levente Polyak <anthraxx@archlinux.org>
Erstellt am : Mo 05 Feb 2018 09:45:15 CET
Installiert am : Di 06 Feb 2018 01:26:58 CET
Installationsgrund : Installiert als Abhängigkeit für ein anderes Paket
Installations-Skript : Nein
Verifiziert durch : Signatur
Sicherungs-Dateien :
(Nichts)
Last edited by Taijian (2018-02-06 00:39:16)
Offline
Again, totally different error. What version of opendht?
Offline
[gunnar@alien-arch ~]$ Qii opendht
Name : opendht
Version : 1:1.5.0-2
Beschreibung : A C++11 implementation of the Kademlia DHT (Distributed Hash Table)
Architektur : x86_64
URL : https://github.com/savoirfairelinux/opendht
Lizenzen : GPL3
Gruppen : Nichts
Stellt bereit : Nichts
Hängt ab von : gnutls nettle readline argon2
Optionale Abhängigkeiten : python: to use the Python bindings [Installiert]
Benötigt von : ring-daemon
Optional für : Nichts
In Konflikt mit : Nichts
Ersetzt : Nichts
Installationsgröße : 1808,00 KiB
Packer : Christian Hesse <arch@eworm.de>
Erstellt am : Do 28 Dez 2017 21:20:10 CET
Installiert am : Di 06 Feb 2018 01:26:58 CET
Installationsgrund : Installiert als Abhängigkeit für ein anderes Paket
Installations-Skript : Nein
Verifiziert durch : Signatur
Sicherungs-Dateien :
(Nichts)
Offline
So it would appear that the version of ring-daemon in Community needs the version of opendht in Community-Testing. File a bug report.
Offline
Hi,
I also installed Ring (pacman -S ring-gnome) today and the same shows up for me :
CRITICAL **: Error : dring is not available, make sure it is running
I filed a bug report but it seems to have been deleted. Sometimes the Arch community conduct is perplexing. Hopefully it just meant that the packagers are aware of the problem. I will wait for the version in Testing to hit the Community repo.
Offline
Your bug report was not deleted.
https://bugs.archlinux.org/task/57392
Offline
Oh, thanks for correction. For some reason I couldn't find it again, but it is there. I take back my silly-talk. Apologies.
I posted what I could in regards to the debuggning. It seems like the path for starting the daemon might be invalid...? If I should try or report anything else, don't hesitate to guide me.
Offline
Pages: 1