Bug#1070322: still an issue in trixie
Control: reopen -1
Control: notfixed -1 kio/5.115.0-6
Hi again,
some more tests with trixie. I mounted a samba share and in
comparision a ksmbd share. Long story short: ark still fails for the
samba share. The ksmbd share seems to work as expected:
---------- samba mount (note the 'Links: X', file disappears)
ansible@trixie:~$ ls -l $FILE
ls: cannot access '/media/samba/test.tar.gz': No such file or directory
ansible@trixie:~$ ark --add-to $FILE /usr/share/images/desktop-base/desktop-grub.png && stat $FILE
File: /media/samba/test.tar.gz
Size: 147 Blocks: 1 IO Block: 1048576 regular file
Device: 0,52 Inode: 924164 Links: 1
Access: (0755/-rwxr-xr-x) Uid: ( 1000/ ansible) Gid: ( 1000/ ansible)
Access: 2024-05-30 09:42:30.891533000 +0200
Modify: 2024-05-30 09:42:30.906949700 +0200
Change: 2024-05-30 09:42:30.906949700 +0200
Birth: 2024-05-30 09:42:30.891533000 +0200
ansible@trixie:~$ ls -l $FILE
-rwxr-xr-x 1 ansible ansible 147 May 30 09:42 /media/samba/test.tar.gz
ansible@trixie:~$ ark --add-to $FILE /usr/share/images/desktop-base/desktop-grub.png && stat $FILE
File: /media/samba/test.tar.gz
Size: 147 Blocks: 8 IO Block: 1048576 regular file
Device: 0,52 Inode: 924164 Links: 0
Access: (0755/-rwxr-xr-x) Uid: ( 1000/ ansible) Gid: ( 1000/ ansible)
Access: 2024-05-30 09:42:39.643743300 +0200
Modify: 2024-05-30 09:42:30.906949700 +0200
Change: 2024-05-30 09:42:30.906949700 +0200
Birth: 2024-05-30 09:42:30.891533000 +0200
ansible@trixie:~$ ls -l $FILE
ls: cannot access '/media/samba/test.tar.gz': No such file or directory
--------- ksmbd mount (looks fine)
ansible@trixie:~$ FILE=/media/ksmbd/test.tar.gz
ansible@trixie:~$ ark --add-to $FILE /usr/share/images/desktop-base/desktop-grub.png && stat $FILE
File: /media/ksmbd/test.tar.gz
Size: 5694 Blocks: 16 IO Block: 1048576 regular file
Device: 0,53 Inode: 391733 Links: 1
Access: (0755/-rwxr-xr-x) Uid: ( 1000/ ansible) Gid: ( 1000/ ansible)
Access: 2024-05-30 09:43:10.516972400 +0200
Modify: 2024-05-30 09:43:10.520972500 +0200
Change: 2024-05-30 09:43:10.520972500 +0200
Birth: 2024-05-30 09:43:10.516972400 +0200
ansible@trixie:~$ ark --add-to $FILE /usr/share/images/desktop-base/desktop-grub.png && stat $FILE
File: /media/ksmbd/test.tar.gz
Size: 5694 Blocks: 16 IO Block: 1048576 regular file
Device: 0,53 Inode: 391734 Links: 1
Access: (0755/-rwxr-xr-x) Uid: ( 1000/ ansible) Gid: ( 1000/ ansible)
Access: 2024-05-30 09:43:13.885037800 +0200
Modify: 2024-05-30 09:43:13.885037800 +0200
Change: 2024-05-30 09:43:13.885037800 +0200
Birth: 2024-05-30 09:43:13.885037800 +0200
ansible@trixie:~$ ls -l $FILE
-rwxr-xr-x 1 ansible ansible 5694 May 30 09:43 /media/ksmbd/test.tar.gz
Any ideas? Again, find below some more information about the setup.
Best regards,
Andi
--
ansible@trixie:~$ apt list kio
kio/testing,now 5.115.0-6 amd64 [installed,automatic]
mount:
//192.168.122.184/homes on /media/samba type cifs (rw,nosuid,nodev,relatime,vers=3.1.1,cache=strict,username=andi,uid=1000,noforceuid,gid=1000,noforcegid,addr=192.168.122.184,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,nobrl,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1,user=ansible,user=andi)
//192.168.122.157/homedirs on /media/ksmbd type cifs (rw,nosuid,nodev,relatime,vers=3.1.1,cache=strict,username=smbuser,uid=1000,noforceuid,gid=1000,noforcegid,addr=192.168.122.157,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,nobrl,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1,user=ansible,user=smbuser)
Reply to: