[opensuse-kde] kwalletmanager does not start (D-Bus?)
When I try to run kwalletmanager, I get this: smithfarm@r400:~> kwalletmanager QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) And no kwalletmanager :-( I read somewhere to disable Nepomuk. Did that, logged out, logged back in, and the only difference is the addition of the third line about "Connecting to deprecated signal", wherease before I disabled Nepomuk I was getting only the two "QDBusConnection" lines. This is on openSUSE 12.2, fully updated. Any ideas? -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
* Nathan Cutler <presnypreklad@gmail.com> [10-26-12 09:32]:
When I try to run kwalletmanager, I get this:
smithfarm@r400:~> kwalletmanager QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
And no kwalletmanager :-(
I read somewhere to disable Nepomuk. Did that, logged out, logged back in, and the only difference is the addition of the third line about "Connecting to deprecated signal", wherease before I disabled Nepomuk I was getting only the two "QDBusConnection" lines.
This is on openSUSE 12.2, fully updated. Any ideas?
perhaps the same problem with dbus/VBox, try: xhost + local: ssh -X $USER@localhost export DISPLAY=:0 kwalletmanager -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
perhaps the same problem with dbus/VBox,
Yes! Virtualbox doesn't work, either - it runs, but whenever I choose any option (like create a VM) that starts a file-choosing dialog, that operation fails.
try:
xhost + local: ssh -X $USER@localhost export DISPLAY=:0 kwalletmanager
smithfarm@r400:~> xhost access control disabled, clients can connect from any host smithfarm@r400:~> exit logout Connection to localhost closed. smithfarm@r400:~> xhost access control disabled, clients can connect from any host smithfarm@r400:~> echo $USER smithfarm smithfarm@r400:~> ssh -X $USER@localhost Password: X11 forwarding request failed on channel 0 Last login: Fri Oct 26 16:04:17 2012 from localhost Have a lot of fun... smithfarm@r400:~> export DISPLAY=:0 smithfarm@r400:~> kwalletmanager QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. smithfarm@r400:~> And no kwalletmanager :-( Maybe I'm misunderstanding what you're telling me to do? -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Oh, yes, and regarding this:
smithfarm@r400:~> ssh -X $USER@localhost Password: X11 forwarding request failed on channel 0
I'm groping in the dark here, but I tried setting X11UseLocalhost to "no" in /etc/ssh/sshd_config. According to 'man sshd_config' -- X11UseLocalhost Specifies whether sshd(8) should bind the X11 forwarding server to the loopback address or to the wildcard address. By default, sshd binds the forwarding server to the loopback address and sets the hostname part of the DISPLAY environment variable to “localhost”. This prevents remote hosts from connecting to the proxy display. However, some older X11 clients may not function with this configuration. X11UseLocalhost may be set to “no” to specify that the forwarding server should be bound to the wildcard address. The argument must be “yes” or “no”. The default is “yes”. Which didn't help me much. Anyway, that got rid of the "X11 forwarding request failed on channel 0" error, but in its place I now get: smithfarm@r400:~> ssh -X $USER@localhost Password: Last login: Fri Oct 26 16:18:25 2012 from localhost Have a lot of fun... /usr/bin/xauth: (stdin):1: bad display name "r400:10.0" in "remove" command /usr/bin/xauth: (stdin):2: bad display name "r400:10.0" in "add" command Will keep reading, but I suspect I'm just going to have to wait for the dbus/Virtualbox issue to be resolved. -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
* Nathan Cutler <presnypreklad@gmail.com> [10-26-12 10:09]:
perhaps the same problem with dbus/VBox,
Yes! Virtualbox doesn't work, either - it runs, but whenever I choose any option (like create a VM) that starts a file-choosing dialog, that operation fails.
try:
xhost + local: ssh -X $USER@localhost export DISPLAY=:0 kwalletmanager
smithfarm@r400:~> xhost access control disabled, clients can connect from any host
no wonder, doesn't look like: xhost + local:
smithfarm@r400:~> exit logout Connection to localhost closed. smithfarm@r400:~> xhost access control disabled, clients can connect from any host
same comment
smithfarm@r400:~> echo $USER smithfarm smithfarm@r400:~> ssh -X $USER@localhost Password: X11 forwarding request failed on channel 0 Last login: Fri Oct 26 16:04:17 2012 from localhost Have a lot of fun...
failed due to first comment above
smithfarm@r400:~> export DISPLAY=:0 smithfarm@r400:~> kwalletmanager QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. smithfarm@r400:~>
And no kwalletmanager :-(
Maybe I'm misunderstanding what you're telling me to do?
I guess, you are *not* doing what was suggested: open a konsole or xterm window type each line fully and <return> at end-of-line xhost + local: ssh -X $USER@localhost export DISPLAY=:0 kwalletmanager It *is* important to do as shown, separate lines, <return> at end of each line. or (all on one line) and <return> at end-of-line: xhost + local: && ssh -X $USER@localhost "export DISPLAY=:0 && virtualbox" syntax is critical you will be asked for your password, type in your password and <return-key> -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
smithfarm@r400:~> xhost access control disabled, clients can connect from any host
no wonder, doesn't look like: xhost + local:
Sorry, I see now my email wasn't completely clear. I had done "xhost +" before, which IIRC allows all connections from anywhere, while "xhost + local:" says to allow non-network connections from the local host. In other words, I had access control completely disabled. So I don't think the missing "local:" was causing the problem.
smithfarm@r400:~> ssh -X $USER@localhost Password: X11 forwarding request failed on channel 0 Last login: Fri Oct 26 16:04:17 2012 from localhost Have a lot of fun...
failed due to first comment above
Are you sure about that? Because I just tried using "xhost + local:" instead of "xhost +" and the result is the same: smithfarm@r400:~> xhost + local: non-network local connections being added to access control list smithfarm@r400:~> ssh -X $USER@localhost Password: X11 forwarding request failed on channel 0 Last failed login: Sat Oct 27 12:53:00 CEST 2012 from localhost on ssh:notty There was 1 failed login attempt since the last successful login. Last login: Fri Oct 26 16:19:43 2012 from localhost Have a lot of fun... smithfarm@r400:~> export DISPLAY=:0 smithfarm@r400:~> kwalletmanager QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. smithfarm@r400:~ I also tried it with "ssh -Y" instead of "ssh -X". And I also tried running VirtualBox instead of kwalletmanager. The same problems persist.
you will be asked for your password, type in your password and <return-key>
Yeah, I know about ssh. If you have any other ideas, let me know. I do appreciate your effort. -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
In data sabato 27 ottobre 2012 13:15:23, Nathan Cutler ha scritto:
X11 forwarding request failed on channel 0 ssh bug or not well configured sshd: Some hint here: http://www.linuxquestions.org/questions/linux- software-2/ssh-x11-forwarding-request-failed-on-channel-0-a-945709/
Bye. -- *** Linux user # 198661 ---_ ICQ 33500725 *** *** Home http://www.kailed.net *** *** Powered by openSUSE *** -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
participants (3)
-
Daniele
-
Nathan Cutler
-
Patrick Shanahan