[Bug 202508] Re: ssh -X no longer works

2008-04-21 Thread kmon
not an ssh package bug ** Changed in: openssh (Ubuntu) Status: Incomplete => Invalid -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-se

[Bug 202508] Re: ssh -X no longer works

2008-04-21 Thread kmon
I can't believe it was as simple as adding localhost in my /etc/hosts file... cat /etc/hosts 192.168.1.2 cube 127.0.0.1 macbook localhost #127.0.1.1 macbook #127.0.0.1 hogar # The following lines are desirable for IPv6 capable hosts #::1 ip6-localhost ip6-loopback #fe00::0 ip6-localnet #ff00::0 i

[Bug 202508] Re: ssh -X no longer works

2008-04-21 Thread kmon
it even happens in localhost: ssh -X 127.0.0.1 Last login: Wed Mar 19 23:49:11 2008 [EMAIL PROTECTED]:~$ firefox Error: cannot open display: localhost:10.0 -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notification because you are a member of Ubuntu Serv

[Bug 202508] Re: ssh -X no longer works

2008-04-21 Thread kmon
I don't understand why this bug is marked as incomplete. I've posted everything I've been asked for. > I can't reproduce the bug even using the configuration files posted. The bug states that it occurs upgrading from gutsy to hardy, did you tried that? -- ssh -X no longer works https://bugs.laun

[Bug 202508] Re: ssh -X no longer works

2008-04-20 Thread nxvl
I can't reproduce the bug even using the configuration files posted. ** Changed in: openssh (Ubuntu) Assignee: Nicolas Valcárcel (nxvl) (nvalcarcel) => (unassigned) Status: New => Incomplete -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notifi

[Bug 202508] Re: ssh -X no longer works

2008-04-20 Thread nxvl
** Changed in: openssh (Ubuntu) Assignee: (unassigned) => Nicolas Valcárcel (nxvl) (nvalcarcel) -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- U

[Bug 202508] Re: ssh -X no longer works

2008-04-17 Thread Nick Barcet
** Changed in: openssh (Ubuntu) Status: Incomplete => New -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs mailing list Ubunt

[Bug 202508] Re: ssh -X no longer works

2008-04-17 Thread kmon
Any updates? The bug is mark as incomplete but I've included all information needed, or at least what was mentioned. -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh i

[Bug 202508] Re: ssh -X no longer works

2008-04-07 Thread kmon
No luck: I've set: # What ports, IPs and protocols we listen for Port 22 # Use these options to restrict which interfaces/protocols sshd will bind to #ListenAddress :: ListenAddress 0.0.0.0 in the config file, and restarted the ssh server and the error persists. However, the bindind error does n

Re: [Bug 202508] Re: ssh -X no longer works

2008-04-06 Thread Dustin Kirkland
On Sat, Apr 5, 2008 at 4:13 AM, kmon <[EMAIL PROTECTED]> wrote: > I don't understand why sshd complains about: > Bind to port 2 on 0.0.0.0 failed: Address already in use. (in the sshd > output) See Bug #129789. This error can be due to ssh binding to the same port on both ipv6 and ipv4.

[Bug 202508] Re: ssh -X no longer works

2008-04-05 Thread kmon
On the server machine: netstat -a -n --program | grep 2 shows nothing, so the port doesn't seem to be in use before launching sshd. I don't understand why sshd complains about: Bind to port 2 on 0.0.0.0 failed: Address already in use. (in the sshd output) Thanks -- ssh -X no longer

[Bug 202508] Re: ssh -X no longer works

2008-04-05 Thread kmon
sshd -p 2 -ddd output ** Attachment added: "sshd -p 2 -ddd" http://launchpadlibrarian.net/13129958/sshd%20-p%202%20-ddd -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notification because you are a member of Ubuntu Server Team, which is subs

[Bug 202508] Re: ssh -X no longer works

2008-04-05 Thread kmon
ssh -X -p 2 -vvv cube output ** Attachment added: "ssh -X -p 2 -vvv cube" http://launchpadlibrarian.net/13129938/ssh%20-X%20-p%202%20-vvv%20cube -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notification because you are a member of Ubuntu S

[Bug 202508] Re: ssh -X no longer works

2008-04-05 Thread kmon
Hi Here's my ssh package version: dpkg -l ssh Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Nombre Versión Descripción +++-===

[Bug 202508] Re: ssh -X no longer works

2008-04-04 Thread Colin Watson
Keith: ssh doesn't display progress bars; chances are this is a problem at a higher layer. kmon: Firstly, could you please try upgrading the server to at least 1:4.7p1-5ubuntu1 and see if that fixes your problem? It's possible that something was bound to just the IPv6 version of :10.0. If that do

[Bug 202508] Re: ssh -X no longer works

2008-03-29 Thread Sergio Barjola
sorry kmon, in order a bug can be confirmed, it must be reproducible by someone else distinct the bug reporter. -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in u

[Bug 202508] Re: ssh -X no longer works

2008-03-29 Thread Sergio Barjola
Can someone who can confirm it, write the steps to reproduce the bug? Thanks in advance. -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-serve

[Bug 202508] Re: ssh -X no longer works

2008-03-28 Thread Keith Clark
It happened to me as well. Trying to save a file to a remote computer running 7.10 from a computer running 8.04. A progress bar comes on screen and just sits there with no progress movement. It also does not allow me access to the remote computer again without logging out and back in again. --

[Bug 202508] Re: ssh -X no longer works

2008-03-26 Thread kmon
This bug has happened in both my laptop and desktop. It's ok to confirm it by me? -- ssh -X no longer works https://bugs.launchpad.net/bugs/202508 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs m