home  bbs  files  messages ]

      ZZLI4424             linux.debian.kernel             1332 messages      

[ previous | next | reply ]

[ list messages | list forums ]

  Msg # 147 of 1332 on ZZLI4424, Tuesday 9-22-25, 1:05  
  From: DEBIAN BUG TRACKING SYSTE  
  To: ALL  
  Subj: Bug#1114898: marked as done (NFSv4.2 rep  
 From: owner@bugs.debian.org 
  
 This is a multi-part message in MIME format... 
  
 Your message dated Sun, 21 Sep 2025 08:10:10 +0000 
 with message-id  
 and subject line Bug#1114898: fixed in linux 6.16.8-1 
 has caused the Debian Bug report #1114898, 
 regarding NFSv4.2 reports "Operation Not Supported" on getxattr calls 
 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 owner@bugs.debian.org 
 immediately.) 
  
  
 -- 
 1114898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114898 
 Debian Bug Tracking System 
 Contact owner@bugs.debian.org with problems 
  
 Received: (at submit) by bugs.debian.org; 11 Sep 2025 11:05:55 +0000 
 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 
  (2024-03-25) on buxtehude.debian.org 
 X-Spam-Level: 
 X-Spam-Status: No, score=-9.2 required=4.0 tests=BAYES_00, 
  BODY_INCLUDES_PACKAGE,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU, 
  DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no 
  version=4.0.1-bugs.debian.org_2005_01_02 
 X-Spam-Bayes: score:0.0000 Tokens: new, 41; hammy, 78; neutral, 24; spammy, 
 0. 
  spammytokens: hammytokens:0.000-+--trixie, 0.000-+--bookworm, 
  0.000-+--nfsd, 0.000-+--6.12, 
  0.000-+--Hx-spam-relays-external:sk:debian- 
 Return-path:  
 Received: from mail.l8r.net ([51.161.30.160]:37334) 
  by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_X25519__RSA_P 
 S_RSAE_SHA256__AES_256_GCM:256) 
  (Exim 4.96) 
  (envelope-from ) 
  id 1uwf7i-008A3i-1u 
  for submit@bugs.debian.org; 
  Thu, 11 Sep 2025 11:05:55 +0000 
 Received: from internalmail.L8R.net (internalmail.L8R.net [172.16.99.99]) by 
 mail.L8R.net (Postfix) with ESMTPSA id E38C7217D8 
  for ; Thu, 11 Sep 2025 04:37:49 -0400 (EDT) 
 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=l8r.net; s=202208; 
  t=1757579870; bh=3CIxQ10mtbHPWhLKQepssaNRwrWuJVZpKYpL6LFka8c=; 
  h=Date:From:To:Subject:From; 
  b=ZnGE7Re8EBwUIDxCO6iSNjjOyFfzNTj9Yx45cd2GiqdVMl9q3TIDExxp1va/yDpCD 
   khFyF94M6cFVoaMapBEc/soCKya4grapp6njNuIietOcWDcnrcRXiNbaCFA9ksTXus 
   9yGfYFZPIMrG77eKAEZ8PJh2QBomMhH61iwDX6LCsOwNwBkaCRApj3G11A9I81E4NN 
   1hBy2jG0ilbbkf86dOJ1G4dI2z/lP04nDKldgepjUGjDKyw/GOTzy2v9f1SO5MPJmf 
   Ffofshr2kDTuVKNwBqGqisnX1fNVcYHzYsL3rba6RUzC52v1tQ8HSy+e3MzNsoEUnR 
   nqeFkQgjCwxAw== 
 Date: Thu, 11 Sep 2025 04:37:49 -0400 
 From: Brad Barnett  
 To: submit@bugs.debian.org 
 Subject: NFSv4.2 reports "Operation Not Supported" on getxattr calls 
 Message-ID: <20250911043749.52c200db@be.back.L8R.net> 
 MIME-Version: 1.0 
 Content-Type: text/plain; charset=US-ASCII 
 Content-Transfer-Encoding: 7bit 
 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 
 (mail.L8R.net [10.0.5.5]); Thu, 11 Sep 2025 04:37:50 -0400 (EDT) 
 X-Scanned-By: MIMEDefang 2.84 on 10.0.5.5 
 X-Greylist: delayed 6600 seconds by postgrey-1.37 at buxtehude; Thu, 11 Sep 
 2025 11:05:54 UTC 
 Delivered-To: submit@bugs.debian.org 
  
  
  
 Package: linux-image-amd64 
 Version: 6.12.43-1 
  
 NFSv4.2 reports "Operation Not Supported" on getxattr calls. 
  
 The following is with the same NFS backend, and same mount options.  The 
 NFS server reports name: "Linux NFSv4.2 [an identifier]" under 
 /proc/fs/nfsd/clients/*/info for both clients. 
  
 Bookworm: 
  
 # touch testfile 
 # setfattr -h -n user.test -v yes testfile 
 # getfattr -h -n user.test testfile 
 # file: testfile 
 user.test="yes" 
  
 Trixie: 
  
 # setfattr -h -n user.test -v yes testfile 
 setfattr: testfile: Operation not supported 
  
 # getfattr -h -n user.test testfile 
 testfile: user.test: Operation not supported 
  
 There seems to be a regression in set/getxattr handling in 6.12 and other 
 branches.  This may be helpful: 
  
 https://marc.info/?l=linux-nfs&m=175643910429853&w=2 
  
 Received: (at 1114898-close) by bugs.debian.org; 21 Sep 2025 08:10:14 +0000 
 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 
  (2024-03-25) on buxtehude.debian.org 
 X-Spam-Level: 
 X-Spam-Status: No, score=-97.3 required=4.0 tests=BAYES_00,BODY_RFQ, 
 BODY_RFQ_2, 
  DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA, 
  FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,MD5_SHA1_SUM,PGPSIGNATURE, 
  RCVD_IN_VALIDITY_CERTIFIED_BLOCKED,RCVD_IN_VALIDITY_RPBL_BLOCKED, 
  RCVD_IN_VALIDITY_SAFE_BLOCKED,RDNS_NONE,SPF_HELO_NONE,SPF_NONE, 
  USER_IN_DKIM_WELCOMELIST autolearn=no autolearn_force=no 
  version=4.0.1-bugs.debian.org_2005_01_02 
 X-Spam-Bayes: score:0.0000 Tokens: new, 267; hammy, 150; neutral, 859; 
 spammy, 
  0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK, 
  0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--UD:debian.tar.xz, 
  0.000-+--H*RU:sk:fasolo., 0.000-+--Hx-spam-relays-external:sk:fasolo. 
 Return-path:  
 Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:46526) 
  by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RS 
 _PSS_RSAE_SHA256__AES_256_GCM:256) 
  (Exim 4.96) 
  (envelope-from ) 
  id 1v0F9B-008sfX-3A 
  for 1114898-close@bugs.debian.org; 
  
 [continued in next message] 
  
 --- SoupGate-Win32 v1.05 
  * Origin: you cannot sedate... all the things you hate (1:229/2) 

[ list messages | list forums | previous | next | reply ]

search for:

328,117 visits
(c) 1994,  bbs@darkrealms.ca