[Kernel-packages] [Bug 1242713] Re: NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-raring

2014-06-03 Thread Ian Gordon
I am happy for the bug report to be closed as 14.04LTS has fixed the
problem and there is also now a 12.04LTS hardware update kernel that
does not have the problem.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1242713

Title:
  NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-
  raring

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I was testing upgrading some computers to 12.04.3 (with the LTS raring
  kernel - 3.8.0) and came across a problem with NFSv3/ACLs and KRB5
  security. Any access to the NFS mounted filesystem that tries to
  access the access control list (ACL) hangs.

  The NFS server is running 12.04.3 with the normal 3.2.0 kernel.

  I mount the filesystem using:

  mount -o nfsvers=3,tcp,sec=krb5 fileserver:/export/home /home

  and it mounts fine.
  Afterwards though, if you try and do something simple such as an 'ls -l 
/home' then it hangs. Using strace to see why the ls -l hangs reveals that it 
is hanging at 

  .
  lstat(/home/student, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lgetxattr(/home/student, security.selinux, 0xc77ea0, 255) = -1 EOPNOTSUPP 
(Operation not supported)
  lgetxattr(/home/student, system.posix_acl_access

  It all works fine if you either use the noacl mount option or remove
  the sec=krb5 mount option.

  I have tried using 13.04 as the client and it has the same problem. I
  can also confirm that the problem exists with using the LTS raring
  kernel on the server. The LTS quantal kernel (3.5.0) as the client
  works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nfs-common 1:1.2.5-3ubuntu3.1
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
  Uname: Linux 3.2.0-54-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.5
  Architecture: amd64
  Date: Mon Oct 21 14:37:02 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: nfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1242713] Re: NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-raring

2014-06-03 Thread Christopher M. Penalver
Ian Gordon, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242713/comments/10
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1242713

Title:
  NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-
  raring

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  I was testing upgrading some computers to 12.04.3 (with the LTS raring
  kernel - 3.8.0) and came across a problem with NFSv3/ACLs and KRB5
  security. Any access to the NFS mounted filesystem that tries to
  access the access control list (ACL) hangs.

  The NFS server is running 12.04.3 with the normal 3.2.0 kernel.

  I mount the filesystem using:

  mount -o nfsvers=3,tcp,sec=krb5 fileserver:/export/home /home

  and it mounts fine.
  Afterwards though, if you try and do something simple such as an 'ls -l 
/home' then it hangs. Using strace to see why the ls -l hangs reveals that it 
is hanging at 

  .
  lstat(/home/student, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lgetxattr(/home/student, security.selinux, 0xc77ea0, 255) = -1 EOPNOTSUPP 
(Operation not supported)
  lgetxattr(/home/student, system.posix_acl_access

  It all works fine if you either use the noacl mount option or remove
  the sec=krb5 mount option.

  I have tried using 13.04 as the client and it has the same problem. I
  can also confirm that the problem exists with using the LTS raring
  kernel on the server. The LTS quantal kernel (3.5.0) as the client
  works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nfs-common 1:1.2.5-3ubuntu3.1
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
  Uname: Linux 3.2.0-54-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.5
  Architecture: amd64
  Date: Mon Oct 21 14:37:02 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: nfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1242713] Re: NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-raring

2014-06-02 Thread Christopher M. Penalver
Ian Gordon, could you please confirm this issue exists on your client
with the latest development release of Ubuntu? ISO images are available
from http://cdimage.ubuntu.com/daily-live/current/ . If the issue
remains, could you please run the following command in the development
release from a terminal, as it will automatically gather and attach
updated debug information to this report:

apport-collect -p linux 1242713

** Tags added: raring regression-release

** Tags added: saucy

** No longer affects: linux-lts-raring (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1242713

Title:
  NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-
  raring

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I was testing upgrading some computers to 12.04.3 (with the LTS raring
  kernel - 3.8.0) and came across a problem with NFSv3/ACLs and KRB5
  security. Any access to the NFS mounted filesystem that tries to
  access the access control list (ACL) hangs.

  The NFS server is running 12.04.3 with the normal 3.2.0 kernel.

  I mount the filesystem using:

  mount -o nfsvers=3,tcp,sec=krb5 fileserver:/export/home /home

  and it mounts fine.
  Afterwards though, if you try and do something simple such as an 'ls -l 
/home' then it hangs. Using strace to see why the ls -l hangs reveals that it 
is hanging at 

  .
  lstat(/home/student, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lgetxattr(/home/student, security.selinux, 0xc77ea0, 255) = -1 EOPNOTSUPP 
(Operation not supported)
  lgetxattr(/home/student, system.posix_acl_access

  It all works fine if you either use the noacl mount option or remove
  the sec=krb5 mount option.

  I have tried using 13.04 as the client and it has the same problem. I
  can also confirm that the problem exists with using the LTS raring
  kernel on the server. The LTS quantal kernel (3.5.0) as the client
  works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nfs-common 1:1.2.5-3ubuntu3.1
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
  Uname: Linux 3.2.0-54-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.5
  Architecture: amd64
  Date: Mon Oct 21 14:37:02 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: nfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1242713] Re: NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-raring

2014-06-02 Thread Ian Gordon
I can confirm that this bug does not affect Trusty Tahr 14.04.
It also does not affect 12.04.4 with the LTS trusty kernel installed 
(linux-generic-lts-trusty)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1242713

Title:
  NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-
  raring

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I was testing upgrading some computers to 12.04.3 (with the LTS raring
  kernel - 3.8.0) and came across a problem with NFSv3/ACLs and KRB5
  security. Any access to the NFS mounted filesystem that tries to
  access the access control list (ACL) hangs.

  The NFS server is running 12.04.3 with the normal 3.2.0 kernel.

  I mount the filesystem using:

  mount -o nfsvers=3,tcp,sec=krb5 fileserver:/export/home /home

  and it mounts fine.
  Afterwards though, if you try and do something simple such as an 'ls -l 
/home' then it hangs. Using strace to see why the ls -l hangs reveals that it 
is hanging at 

  .
  lstat(/home/student, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lgetxattr(/home/student, security.selinux, 0xc77ea0, 255) = -1 EOPNOTSUPP 
(Operation not supported)
  lgetxattr(/home/student, system.posix_acl_access

  It all works fine if you either use the noacl mount option or remove
  the sec=krb5 mount option.

  I have tried using 13.04 as the client and it has the same problem. I
  can also confirm that the problem exists with using the LTS raring
  kernel on the server. The LTS quantal kernel (3.5.0) as the client
  works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nfs-common 1:1.2.5-3ubuntu3.1
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
  Uname: Linux 3.2.0-54-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.5
  Architecture: amd64
  Date: Mon Oct 21 14:37:02 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: nfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1242713] Re: NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-raring

2014-06-02 Thread Christopher M. Penalver
Ian Gordon, would you need a backport to a kernel series prior to
Trusty, or may this be closed as Status Invalid?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1242713

Title:
  NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-
  raring

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I was testing upgrading some computers to 12.04.3 (with the LTS raring
  kernel - 3.8.0) and came across a problem with NFSv3/ACLs and KRB5
  security. Any access to the NFS mounted filesystem that tries to
  access the access control list (ACL) hangs.

  The NFS server is running 12.04.3 with the normal 3.2.0 kernel.

  I mount the filesystem using:

  mount -o nfsvers=3,tcp,sec=krb5 fileserver:/export/home /home

  and it mounts fine.
  Afterwards though, if you try and do something simple such as an 'ls -l 
/home' then it hangs. Using strace to see why the ls -l hangs reveals that it 
is hanging at 

  .
  lstat(/home/student, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lgetxattr(/home/student, security.selinux, 0xc77ea0, 255) = -1 EOPNOTSUPP 
(Operation not supported)
  lgetxattr(/home/student, system.posix_acl_access

  It all works fine if you either use the noacl mount option or remove
  the sec=krb5 mount option.

  I have tried using 13.04 as the client and it has the same problem. I
  can also confirm that the problem exists with using the LTS raring
  kernel on the server. The LTS quantal kernel (3.5.0) as the client
  works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nfs-common 1:1.2.5-3ubuntu3.1
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
  Uname: Linux 3.2.0-54-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.5
  Architecture: amd64
  Date: Mon Oct 21 14:37:02 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: nfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1242713] Re: NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-raring

2013-10-22 Thread Ian Gordon
I am unable to run apport-collect 1242713 as it gives an error of:

The collected information can be sent to the developers to improve the
application. This might take a few minutes.
.No packages found matching linux.
.ERROR: hook /usr/share/apport/general-hooks/cloud_archive.py crashed:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/apport/report.py, line 719, in 
add_hooks_info
symb['add_info'](self, ui)
  File /usr/share/apport/general-hooks/cloud_archive.py, line 18, in add_info
if '~cloud' in packaging.get_version(package) and \
  File /usr/lib/python2.7/dist-packages/apport/packaging_impl.py, line 95, in 
get_version
raise ValueError('package does not exist')
ValueError: package does not exist
..

*** Collecting problem information

The collected information can be sent to the developers to improve the
application. This might take a few minutes.
.No packages found matching linux-lts-raring.
.ERROR: hook /usr/share/apport/general-hooks/cloud_archive.py crashed:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/apport/report.py, line 719, in 
add_hooks_info
symb['add_info'](self, ui)
  File /usr/share/apport/general-hooks/cloud_archive.py, line 18, in add_info
if '~cloud' in packaging.get_version(package) and \
  File /usr/lib/python2.7/dist-packages/apport/packaging_impl.py, line 92, in 
get_version
pkg = self._apt_pkg(package)
  File /usr/lib/python2.7/dist-packages/apport/packaging_impl.py, line 87, in 
_apt_pkg
raise ValueError('package does not exist')
ValueError: package does not exist

** Tags added: kernel-fixed-upstream

** Changed in: linux-lts-raring (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1242713

Title:
  NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-
  raring

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux-lts-raring” package in Ubuntu:
  Confirmed

Bug description:
  I was testing upgrading some computers to 12.04.3 (with the LTS raring
  kernel - 3.8.0) and came across a problem with NFSv3/ACLs and KRB5
  security. Any access to the NFS mounted filesystem that tries to
  access the access control list (ACL) hangs.

  The NFS server is running 12.04.3 with the normal 3.2.0 kernel.

  I mount the filesystem using:

  mount -o nfsvers=3,tcp,sec=krb5 fileserver:/export/home /home

  and it mounts fine.
  Afterwards though, if you try and do something simple such as an 'ls -l 
/home' then it hangs. Using strace to see why the ls -l hangs reveals that it 
is hanging at 

  .
  lstat(/home/student, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lgetxattr(/home/student, security.selinux, 0xc77ea0, 255) = -1 EOPNOTSUPP 
(Operation not supported)
  lgetxattr(/home/student, system.posix_acl_access

  It all works fine if you either use the noacl mount option or remove
  the sec=krb5 mount option.

  I have tried using 13.04 as the client and it has the same problem. I
  can also confirm that the problem exists with using the LTS raring
  kernel on the server. The LTS quantal kernel (3.5.0) as the client
  works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nfs-common 1:1.2.5-3ubuntu3.1
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
  Uname: Linux 3.2.0-54-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.5
  Architecture: amd64
  Date: Mon Oct 21 14:37:02 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: nfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1242713] Re: NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-raring

2013-10-22 Thread Ian Gordon
I can also state that NFSv3 still hangs when using ubuntu 13.10 as the nfs 
client.
It also still hangs when using the mainline kernel 3.8.13-03081311-generic

The mainline kernel 3.12.0-031200rc6-generic seems to work fine.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1242713

Title:
  NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-
  raring

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux-lts-raring” package in Ubuntu:
  Confirmed

Bug description:
  I was testing upgrading some computers to 12.04.3 (with the LTS raring
  kernel - 3.8.0) and came across a problem with NFSv3/ACLs and KRB5
  security. Any access to the NFS mounted filesystem that tries to
  access the access control list (ACL) hangs.

  The NFS server is running 12.04.3 with the normal 3.2.0 kernel.

  I mount the filesystem using:

  mount -o nfsvers=3,tcp,sec=krb5 fileserver:/export/home /home

  and it mounts fine.
  Afterwards though, if you try and do something simple such as an 'ls -l 
/home' then it hangs. Using strace to see why the ls -l hangs reveals that it 
is hanging at 

  .
  lstat(/home/student, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lgetxattr(/home/student, security.selinux, 0xc77ea0, 255) = -1 EOPNOTSUPP 
(Operation not supported)
  lgetxattr(/home/student, system.posix_acl_access

  It all works fine if you either use the noacl mount option or remove
  the sec=krb5 mount option.

  I have tried using 13.04 as the client and it has the same problem. I
  can also confirm that the problem exists with using the LTS raring
  kernel on the server. The LTS quantal kernel (3.5.0) as the client
  works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nfs-common 1:1.2.5-3ubuntu3.1
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
  Uname: Linux 3.2.0-54-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.5
  Architecture: amd64
  Date: Mon Oct 21 14:37:02 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: nfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1242713] Re: NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-raring

2013-10-21 Thread Steve Langasek
If this hangs in an lsgetxattr() syscall with the raring kernel but not
when using the quantal kernel with the same userspace, then I think this
is clearly a kernel issue.  Reassigning.

FWIW I never saw this issue here with the raring kernel, but all of my
krb5 NFS mounts are v4.

** Package changed: nfs-utils (Ubuntu) = linux (Ubuntu)

** Also affects: linux-lts-raring (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1242713

Title:
  NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-
  raring

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux-lts-raring” package in Ubuntu:
  New

Bug description:
  I was testing upgrading some computers to 12.04.3 (with the LTS raring
  kernel - 3.8.0) and came across a problem with NFSv3/ACLs and KRB5
  security. Any access to the NFS mounted filesystem that tries to
  access the access control list (ACL) hangs.

  The NFS server is running 12.04.3 with the normal 3.2.0 kernel.

  I mount the filesystem using:

  mount -o nfsvers=3,tcp,sec=krb5 fileserver:/export/home /home

  and it mounts fine.
  Afterwards though, if you try and do something simple such as an 'ls -l 
/home' then it hangs. Using strace to see why the ls -l hangs reveals that it 
is hanging at 

  .
  lstat(/home/student, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lgetxattr(/home/student, security.selinux, 0xc77ea0, 255) = -1 EOPNOTSUPP 
(Operation not supported)
  lgetxattr(/home/student, system.posix_acl_access

  It all works fine if you either use the noacl mount option or remove
  the sec=krb5 mount option.

  I have tried using 13.04 as the client and it has the same problem. I
  can also confirm that the problem exists with using the LTS raring
  kernel on the server. The LTS quantal kernel (3.5.0) as the client
  works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nfs-common 1:1.2.5-3ubuntu3.1
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
  Uname: Linux 3.2.0-54-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.5
  Architecture: amd64
  Date: Mon Oct 21 14:37:02 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: nfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1242713] Re: NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-raring

2013-10-21 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.12 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-rc6-saucy/

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1242713

Title:
  NFSv3 hangs when using ACLs and KRB5 with linux-image-generic-lts-
  raring

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux-lts-raring” package in Ubuntu:
  New

Bug description:
  I was testing upgrading some computers to 12.04.3 (with the LTS raring
  kernel - 3.8.0) and came across a problem with NFSv3/ACLs and KRB5
  security. Any access to the NFS mounted filesystem that tries to
  access the access control list (ACL) hangs.

  The NFS server is running 12.04.3 with the normal 3.2.0 kernel.

  I mount the filesystem using:

  mount -o nfsvers=3,tcp,sec=krb5 fileserver:/export/home /home

  and it mounts fine.
  Afterwards though, if you try and do something simple such as an 'ls -l 
/home' then it hangs. Using strace to see why the ls -l hangs reveals that it 
is hanging at 

  .
  lstat(/home/student, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lgetxattr(/home/student, security.selinux, 0xc77ea0, 255) = -1 EOPNOTSUPP 
(Operation not supported)
  lgetxattr(/home/student, system.posix_acl_access

  It all works fine if you either use the noacl mount option or remove
  the sec=krb5 mount option.

  I have tried using 13.04 as the client and it has the same problem. I
  can also confirm that the problem exists with using the LTS raring
  kernel on the server. The LTS quantal kernel (3.5.0) as the client
  works fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: nfs-common 1:1.2.5-3ubuntu3.1
  ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
  Uname: Linux 3.2.0-54-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.5
  Architecture: amd64
  Date: Mon Oct 21 14:37:02 2013
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: nfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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