Your message dated Wed, 04 Jun 2025 15:49:15 +0000
with message-id <e1umqmd-004kms...@fasolo.debian.org>
and subject line Bug#1107169: fixed in coreutils 9.7-3
has caused the Debian Bug report #1107169,
regarding cp --preserve=mode from nfs-mounted share works but returns error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1107169: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107169
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nfs-common
Version: 2.8.3-1

Copying a file from an Debian 12 X64 NFS server system to a local disk on a 
running
Debian 13 NFS client system (downloaded and built 5/29/2025) exits with an 
error but
copies the file successfully if '--preserve=mode' is specified. Both the NFS 
server disk
and the NFS client disk are ext4.

This works correctly and without error on a Debian 12 X64 or arm64 NFS client 
system.

NFS server:
* Debian 12 X64
* File system fstab entry: 
/dev/disk/by-partuuid/6ce32e00-7481-b244-9924-f616c327c050 /h    ext4 
defaults,noatime 0 0
* /etc/exports entry: /h               
192.168.92.0/24(rw,no_root_squash,no_subtree_check,insecure)

NFS client:
* Debian 13 X64
* fstab entry: mondo:/h        /h      nfs 
rw,noatime,x-systemd.automount,x-systemd.idle-timeout=3600 0 0

* NFS mount via mount command: mondo:/h on /h type nfs4 
(rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr\
=192.168.92.116,local_lock=none,addr=192.168.92.9,x-systemd.automount,x-systemd.idle-timeout=3600)

Copying a file from the NFS server share to the NFS client with no switches 
works correctly.

Copying with --preserve=mode copies the file correctly but exits with a failure 
status.

d13~/test# ls -l l /h/tmp
total 8
drwxr-xr-x  2 root root 4096 Jun  2 10:15 .
drwxr-xr-x 19 root root 4096 Jun  2 10:15 ..
-rw-r--r--  1 root root    0 Jun  2 10:15 foobar
d13~/test# rm -f foobar
d13~/test# cp /h/tmp/foobar .
d13~/test# ls -l foobar
-rw-r--r-- 1 root root 0 Jun  2 10:18 foobar
d13~/test# rm -f foobar
d13~/test# cp --preserve=mode /h/tmp/foobar .
cp: preserving permissions for './foobar': Operation not supported
d13~/test# echo $?
1
d13~/test# ls -l foobar
-rw-r--r-- 1 root root 0 Jun  2 10:18 foobar
d13~/test#

When this sequence of operations is performed on a Debian 12 NFS client system 
the copy works and the exit status is 0.

I am using Debian Linux d13 6.12.27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 
6.12.27-1 (2025-05-06) x86_64 GNU/Linux
from DVD image downloaded 5/29/2025


--- End Message ---
--- Begin Message ---
Source: coreutils
Source-Version: 9.7-3
Done: Michael Stone <mst...@debian.org>

We believe that the bug you reported is fixed in the latest version of
coreutils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1107...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Stone <mst...@debian.org> (supplier of updated coreutils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 04 Jun 2025 11:14:05 -0400
Source: coreutils
Architecture: source
Version: 9.7-3
Distribution: unstable
Urgency: high
Maintainer: Michael Stone <mst...@debian.org>
Changed-By: Michael Stone <mst...@debian.org>
Closes: 1107169
Changes:
 coreutils (9.7-3) unstable; urgency=high
 .
   * Correct spurious permission denied errors messages when copying from a file
     with NFS ACLs to a filesystem which supports different ACLs.
     (Backport of upstream fix.) (Closes: #1107169)
   * Additional lintian overrides (for "mono", which is not defined for
     terminals but is for other output formats) to address remaining lintian
     warnings.
Checksums-Sha1:
 8cab01ea1c688c66c5b76274f92f6a36d27aba71 2122 coreutils_9.7-3.dsc
 850e25c476de51e09af13540425ec42669d0a210 26820 coreutils_9.7-3.debian.tar.xz
 d53e286a9371b026175313e38f2f0a5c30f6ed26 8070 coreutils_9.7-3_amd64.buildinfo
Checksums-Sha256:
 c3a207e3aaad165765c7a6fab89045f5fd20035fea6830b9f9ebbb92ebfbff89 2122 
coreutils_9.7-3.dsc
 483f77876a080577f63da1d004cc1cf17d16df65d6925aefdd3294c6101eccfb 26820 
coreutils_9.7-3.debian.tar.xz
 251ed5174c69ab116581d4f08792853d17493869ef4ee2ebec151e6c4cdc3e06 8070 
coreutils_9.7-3_amd64.buildinfo
Files:
 278519bf76f0aca39b39a679554d405c 2122 utils required coreutils_9.7-3.dsc
 062cb6f1a1b087a670994e62c85fcec0 26820 utils required 
coreutils_9.7-3.debian.tar.xz
 0f2f064a8260b6d16e9469c845a62a4e 8070 utils required 
coreutils_9.7-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEAtUxX/EfGGGGDh4C9hqs3PoR/94FAmhAZmoACgkQ9hqs3PoR
/94TwQ//Z4U270E5JgboQkU05W5RixHukNfxmoYb5zvlsYjzlWsSz1h+Pookg+QV
Nucfics94/PNbf2IUA3LgeBwNzCumJszBU/o/hB4yTMGntfi+jwg6f+3T+S7EWGS
7zx7fPZtr6iwxEe6usUK2ayu1vftcvv7lvE7axuLS4CvOl8V1km0E35wPykJvRB3
lzuFkmoJ7dQAiXzBOXEpAWMAKGrj61yuqBnwb7KlBHxlMj3me1rx9bOlTK4KMig+
L7XXBYl0xOab5NFbwB452FEQiPZC5cK7n+qomBoLWjYaDpgp4hrC6nzfZp8+T5b2
+UsvWJHEqkNvBdSkVq04BaVhd/JJgRxZtJTMN3HxTgWR6YNa5RjCq/Ab+b3T3t5U
jBIFi8vQgKo9LqN0kMF5Y9AWSiIXuimKYS3D92EK56e4J/Kt+OEgDrsaehlU4eZv
bPUYI/biYjOxLB+XxX8p19Gu3q9CGvg4+tWcVvZK/FFwc3doXHnMqabb7GuoBt4D
PS33jxSnuDXzd7NaazRCKMalbPo5dGzASniVoCJCEG5s0MHL6+O+UP35TWqOnCX8
qbskpFn7L2fEBr9/BF3y3KV6evQLBgh9rvNj68VU8kJA4nbpiq0E1c9l7duVcY0V
/WsV+W2aEJwqMimtRJWIU7uKFSDn7mrYb5HDJlAqvCeVoN0zXUQ=
=7T92
-----END PGP SIGNATURE-----

Attachment: pgponP8pRGsVw.pgp
Description: PGP signature


--- End Message ---

Reply via email to