[Bug 1179202] Re: fails to login with error fatal: monitor_read: unsupported request: 144

2013-05-12 Thread Jean-Baptiste Lallement
Confirmed on Saucy with openssh 6.2p1-2

** Changed in: openssh (Ubuntu)
   Importance: Undecided => Critical

** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) => Canonical Foundations Team 
(canonical-foundations)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1179202

Title:
  fails to login with error fatal: monitor_read: unsupported request:
  144

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1179202/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1153103] Re: Windows share copying problems from my ubuntu machine

2013-05-12 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1153103

Title:
  Windows share copying problems from my ubuntu machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1153103/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1179344] [NEW] ssh doesn't get pty; says "inappropriate ioctl for device"

2013-05-12 Thread Todd A. Jacobs
Public bug reported:

## Versions

$ lsb_release -rd
Description:Ubuntu Saucy Salamander (development branch)
Release:13.10

$ uname -a
Linux emu 3.9.0-1-generic #5-Ubuntu SMP Wed May 8 20:52:16 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

$ apt-show-versions -a openssh-server
openssh-server 1:6.2p1-2 install ok installed
openssh-server 1:6.2p1-2 saucy us.archive.ubuntu.com

## Problem

After a recent (accidental) upgrade to 13.10, recent updates to the
kernel seem to make inbound SSH connections problematic. Specifically,
the remote client is unable to connect to a login shell. This was
extremely difficult to diagnose, because all the client says is:

$ ssh emu 
Last login: Sun May 12 21:35:35 2013 from goldendelicious
Shared connection to 192.168.1.127 closed.
Connection to 192.168.1.127 closed by remote host.

Even with the verbose flag turned on (e.g. `-v` and `-vvv`) all you see
is that you connect, then get "debug1: Exit status -1" for no
discernable reason. The rest of the verbose output is completely
uninteresting However, there are other ways to debug this, as shown
below.

### SSH connection results in dumb terminal

$ echo $TERM
xterm-256color

$ ssh emu /bin/echo \$TERM
dumb

As you can see, openssh does not use the correct TERM environment
variable. However, manually setting TERM (e.g. `export TERM=vt100`)
doesn't solve the problem, because you don't actually have a pty. See
next section.

### Non-login shells work...sort of

$ ssh emu /bin/bash -i
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
emu:~$  echo $TERM
echodumb
 $TERM
emu:~$ tty
tty
not a tty

As you can see here, openssh is unable to open a tty or pty. If you try
to force it with `-t` or `-tt`, then it returns to the previous behavior
of simply closing the connection without explanation.

## Temporary Work-Around

One way to work around this problem is to use X-Forwarding to launch an
xterm as a login shell. For example:

$ ssh emu xterm -e 'bash -l'

This works, assigns a pty, and otherwise results in a usable remote
connection, but is certainly not a substitute for having a working
non-X11 shell.

## Expected Behavior

1. OpenSSH should receive a pty on the remote host.
2. The TERM variable should be properly propogated.
3. There should be a more obvious way to debug this; openssh reports NOTHING of 
use in this situation, even with maximum verbosity.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: openssh-server 1:6.2p1-2
ProcVersionSignature: Ubuntu 3.9.0-1.5-generic 3.9.1
Uname: Linux 3.9.0-1-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.10-0ubuntu3
Architecture: amd64
Date: Sun May 12 21:40:41 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-10-15 (575 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MarkForUpload: True
SourcePackage: openssh
UpgradeStatus: Upgraded to saucy on 2013-05-06 (6 days ago)

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy uec-images

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1179344

Title:
  ssh doesn't get pty; says "inappropriate ioctl for device"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1179344/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 56235] Re: Postfix fails to start at boot time

2013-05-12 Thread Phillip Susi
Without a way to reproduce the problem, and the fact that the conf file
in the package does not look like that, I don't think we have a bug
here.  Combined with a lack of input for several years, I think it's
time this is put to rest.


** Changed in: postfix (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/56235

Title:
  Postfix fails to start at boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/56235/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1179202] Re: fails to login with error fatal: monitor_read: unsupported request: 144

2013-05-12 Thread Jason Conti
I think I see the issue. In monitor.h, the request types have been
renumbered, and the consolekit.patch sets
MONITOR_REQ_CONSOLEKIT_REGISTER = 400. But, monitor_read() only reads a
single byte for the type. 400 = 0x190, so we get 0x90 = 144.

Renumbering MONITOR_REQ_CONSOLEKIT_REGISTER = 144 and
MONITOR_ANS_CONSOLEKIT_REGISTER = 145 fixes it. Whether these are
appropriate values I couldn't say.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1179202

Title:
  fails to login with error fatal: monitor_read: unsupported request:
  144

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1179202/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 739495]

2013-05-12 Thread Joshua-shaffner
+1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/739495

Title:
  include in .ssh/config

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1179237] Re: openssh-server disconnects connecting clients immediately

2013-05-12 Thread Paul White
*** This bug is a duplicate of bug 1179202 ***
https://bugs.launchpad.net/bugs/1179202

** This bug has been marked a duplicate of bug 1179202
   fails to login with error fatal: monitor_read: unsupported request: 144

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1179237

Title:
  openssh-server disconnects connecting clients immediately

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1179237/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1179237] [NEW] openssh-server disconnects connecting clients immediately

2013-05-12 Thread Paul White
Public bug reported:

openssh-server accepts incoming connections but closes them immediately,
"closed by remote host" is seen on the client.

I connected perfectly and reliably everytime when using version 6.1p1-4
and see this problem only after upgrading to 6.2p1-2. Downgrading the
package allows a connection that isn't immediately terminated and
upgrading re-introduces the problem.

 I have tested this with a standard sshd config file and my own
customised version using a non-standard port.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: openssh-server 1:6.2p1-2
ProcVersionSignature: Ubuntu 3.9.0-1.5-generic 3.9.1
Uname: Linux 3.9.0-1-generic x86_64
ApportVersion: 2.10-0ubuntu3
Architecture: amd64
Date: Sun May 12 16:12:11 2013
InstallationDate: Installed on 2013-03-24 (49 days ago)
InstallationMedia: Xubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130324)
MarkForUpload: True
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1179237

Title:
  openssh-server disconnects connecting clients immediately

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1179237/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1179202] Re: fails to login with error fatal: monitor_read: unsupported request: 144

2013-05-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: openssh (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1179202

Title:
  fails to login with error fatal: monitor_read: unsupported request:
  144

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1179202/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1179202] [NEW] fails to login with error fatal: monitor_read: unsupported request: 144

2013-05-12 Thread Dave Gilbert
Public bug reported:

loggin in from raring host to saucy kvm guest  withssh dg@saucy.local
it's accepting the password, giving me the motd and then closing the connection.

In /var/log/auth.log on the guest I see:

May 12 13:54:24 saucy pkexec: pam_unix(polkit-1:session): session opened for 
user root by dg(uid=1000)
May 12 13:54:24 saucy systemd-logind[645]: Removed session c1.
May 12 13:54:24 saucy pkexec[3068]: dg: Executing command [USER=root] 
[TTY=/dev/pts/1] [CWD=/home/dg] [COMMAND=/usr/sbin/sshd -T]
May 12 13:54:59 saucy sshd[3147]: Accepted password for dg from 192.168.122.1 
port 44999 ssh2
May 12 13:54:59 saucy sshd[3147]: pam_unix(sshd:session): session opened for 
user dg by (uid=0)
May 12 13:54:59 saucy systemd-logind[645]: New session c4 of user dg.
May 12 13:54:59 saucy sshd[3147]: fatal: monitor_read: unsupported request: 144
May 12 13:54:59 saucy sshd[3147]: pam_unix(sshd:session): session closed for 
user dg
May 12 13:54:59 saucy sshd[3262]: fatal: mm_request_send: write: Broken pipe

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: openssh-server 1:6.2p1-2
ProcVersionSignature: Ubuntu 3.9.0-1.5-generic 3.9.1
Uname: Linux 3.9.0-1-generic x86_64
ApportVersion: 2.10-0ubuntu3
Architecture: amd64
Date: Sun May 12 13:53:59 2013
InstallationDate: Installed on 2013-05-06 (5 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130506)
MarkForUpload: True
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1179202

Title:
  fails to login with error fatal: monitor_read: unsupported request:
  144

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1179202/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1175295] Re: open-vm-dkms 2012.12.26-958366-0ubuntu3: open-vm-tools kernel module failed to build

2013-05-12 Thread Fabio Marconi
** Also affects: open-vm-tools via
   http://sourceforge.net/support/tracker.php?aid=3613125
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1175295

Title:
  open-vm-dkms 2012.12.26-958366-0ubuntu3: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1175295/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs