[Touch-packages] [Bug 592434] Re: ssh -X user@machine hangs when using exit to terminate

2018-11-07 Thread Bug Watch Updater
** Changed in: dbus
   Status: Confirmed => Unknown

** Changed in: dbus
   Importance: Medium => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/592434

Title:
  ssh -X user@machine hangs when using exit to terminate

Status in D-Bus:
  Unknown
Status in dbus package in Ubuntu:
  Fix Released
Status in dbus package in Debian:
  New

Bug description:
  ssh -X user@server hangs when using exit to terminate

  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit

  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:

  user@server:~$ exit
  logout

  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.

  Workaround
  --
  -When logging out with "exit" and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
    $ dbus-launch gedit

  Date: Thu Jun 10 17:34:26 2010

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/592434/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 592434]

2018-11-07 Thread Gitlab-migration
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/dbus/dbus/issues/34.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/592434

Title:
  ssh -X user@machine hangs when using exit to terminate

Status in D-Bus:
  Unknown
Status in dbus package in Ubuntu:
  Fix Released
Status in dbus package in Debian:
  New

Bug description:
  ssh -X user@server hangs when using exit to terminate

  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit

  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:

  user@server:~$ exit
  logout

  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.

  Workaround
  --
  -When logging out with "exit" and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
    $ dbus-launch gedit

  Date: Thu Jun 10 17:34:26 2010

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/592434/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 592434]

2018-11-07 Thread Gquigs+bugs
This is fixed Ubuntu 16.10, haven't investigated where the fix came
from.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/592434

Title:
  ssh -X user@machine hangs when using exit to terminate

Status in D-Bus:
  Unknown
Status in dbus package in Ubuntu:
  Fix Released
Status in dbus package in Debian:
  New

Bug description:
  ssh -X user@server hangs when using exit to terminate

  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit

  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:

  user@server:~$ exit
  logout

  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.

  Workaround
  --
  -When logging out with "exit" and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
    $ dbus-launch gedit

  Date: Thu Jun 10 17:34:26 2010

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/592434/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 592434] Re: ssh -X user@machine hangs when using exit to terminate

2018-03-14 Thread Anthony Jenkins
Try running the remote X client using dbus-run-session(1), which I have
on my FreeBSD build of dbus:

$ ssh mybox
$ dbus-run-session -- gedit

I came across this thread looking for why ssh sessions in which I ran
/certain/ X clients would hang the session when I tried to exit.  Now
that I know it's a dbus issue, I came across a dbus session wrapper
program that suits my needs perfectly.  Now I can alias those naughty
commands while in an ssh session.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/592434

Title:
  ssh -X user@machine hangs when using exit to terminate

Status in D-Bus:
  Confirmed
Status in dbus package in Ubuntu:
  Fix Released
Status in dbus package in Debian:
  New

Bug description:
  ssh -X user@server hangs when using exit to terminate

  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit

  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:

  user@server:~$ exit
  logout

  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.

  Workaround
  --
  -When logging out with "exit" and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
    $ dbus-launch gedit

  Date: Thu Jun 10 17:34:26 2010

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/592434/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 592434] Re: ssh -X user@machine hangs when using exit to terminate

2016-10-14 Thread Bryan Quigley
This has been fixed in Ubuntu 16.10.  I'm guessing by systemd/dbus
changes but I'm not sure.  Tested with gedit and virt-manager.

** Changed in: dbus (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/592434

Title:
  ssh -X user@machine hangs when using exit to terminate

Status in D-Bus:
  Confirmed
Status in dbus package in Ubuntu:
  Fix Released
Status in dbus package in Debian:
  New

Bug description:
  ssh -X user@server hangs when using exit to terminate

  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit

  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:

  user@server:~$ exit
  logout

  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.

  Workaround
  --
  -When logging out with "exit" and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
    $ dbus-launch gedit

  Date: Thu Jun 10 17:34:26 2010

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/592434/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 592434] Re: ssh -X user@machine hangs when using exit to terminate

2016-01-24 Thread Chris Bainbridge
** Bug watch added: Debian Bug tracker #639647
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639647

** Also affects: dbus (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639647
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/592434

Title:
  ssh -X user@machine hangs when using exit to terminate

Status in D-Bus:
  Confirmed
Status in dbus package in Ubuntu:
  Triaged
Status in dbus package in Debian:
  Unknown

Bug description:
  ssh -X user@server hangs when using exit to terminate

  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit

  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:

  user@server:~$ exit
  logout

  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.

  Workaround
  --
  -When logging out with "exit" and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
    $ dbus-launch gedit

  Date: Thu Jun 10 17:34:26 2010

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/592434/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 592434] Re: ssh -X user@machine hangs when using exit to terminate

2016-01-24 Thread Bug Watch Updater
** Changed in: dbus (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/592434

Title:
  ssh -X user@machine hangs when using exit to terminate

Status in D-Bus:
  Confirmed
Status in dbus package in Ubuntu:
  Triaged
Status in dbus package in Debian:
  New

Bug description:
  ssh -X user@server hangs when using exit to terminate

  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit

  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:

  user@server:~$ exit
  logout

  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.

  Workaround
  --
  -When logging out with "exit" and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
    $ dbus-launch gedit

  Date: Thu Jun 10 17:34:26 2010

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/592434/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 592434] Re: ssh -X user@machine hangs when using exit to terminate

2015-07-17 Thread Bryan Quigley
I've given up on it for now.. it requires substancial changes and is a
quasi-design flaw with dbus.

I am curious (- I haven't checked) what happens with the switch to
sdbus/kdbus.

Eventually it might be worthwhile to actually have dbus start and manage
your ssh session (the server side only of course) and then everything
should might work fine, then you can have bash as a systemd managed user
job.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/592434

Title:
  ssh -X user@machine hangs when using exit to terminate

Status in D-Bus:
  Confirmed
Status in dbus package in Ubuntu:
  Triaged

Bug description:
  ssh -X user@server hangs when using exit to terminate

  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit

  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:

  user@server:~$ exit
  logout

  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.

  Workaround
  --
  -When logging out with exit and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
    $ dbus-launch gedit

  Date: Thu Jun 10 17:34:26 2010

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/592434/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 592434] Re: ssh -X user@machine hangs when using exit to terminate

2015-07-15 Thread Wimmer
still there on 14.04.
Is anybody looking into that?
I understand its not a huge bug, but it is pretty annoying.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/592434

Title:
  ssh -X user@machine hangs when using exit to terminate

Status in D-Bus:
  Confirmed
Status in dbus package in Ubuntu:
  Triaged

Bug description:
  ssh -X user@server hangs when using exit to terminate

  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit

  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:

  user@server:~$ exit
  logout

  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.

  Workaround
  --
  -When logging out with exit and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
    $ dbus-launch gedit

  Date: Thu Jun 10 17:34:26 2010

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/592434/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 592434] Re: ssh -X user@machine hangs when using exit to terminate

2014-09-23 Thread Bryan Quigley
** Description changed:

  ssh -X user@server hangs when using exit to terminate
  
  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit
  
  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:
  
  user@server:~$ exit
  logout
  
  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.
  
- However there are a few things you can do to work around this issue.
+ Workaround
+ --
  -When logging out with exit and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
-   $ dbus-launch gedit
-   
+   $ dbus-launch gedit
  
  Date: Thu Jun 10 17:34:26 2010

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/592434

Title:
  ssh -X user@machine hangs when using exit to terminate

Status in D-Bus:
  Confirmed
Status in “dbus” package in Ubuntu:
  Triaged

Bug description:
  ssh -X user@server hangs when using exit to terminate

  Steps to reproduce:
  user@client:~$ ssh -X user@server
  user@server:~$ gedit

  At this point gedit from server will run locally. Closing the program
  and returning to the terminal you run:

  user@server:~$ exit
  logout

  At this point the terminal hangs on the echo logout, but does not return to 
the client prompt. The action has been consistent when connecting to a server 
running opensolaris or ubuntu 8.04.
  The client is using Ubuntu 10.04 and the server is using 8.04, and using 
default password authentication. As you will see in the video attached I can 
confirm the issue when using a clean Ubuntu 10.04 as a client and Ubuntu 8.04 
as the server, using default password authentication.

  Workaround
  --
  -When logging out with exit and it hangs, press Ctrl-C
  -If you would like to simply use gedit on another computer use the following 
command:
    $ dbus-launch gedit

  Date: Thu Jun 10 17:34:26 2010

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/592434/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp