Bonjour,
J'ai un problème pour faire une copie simple de fichiers (cp hosts hosts.txt) au sein d'un partage SMB (monté par autofs). ça m'indique "Processus arrêté", puis après un nouvel essai ça reste bloqué/freezé, je n'ai plus la main sur la console (ctl+C, D, Z n'ont aucune action). Quand je créé un fichier, pas de souci, quand j'édite un fichier pas de souci, le seul problème est de copier. La suppression ni le renommage/déplacement n'est problématique. le processus est indiqué ainsi : xxx 25304 24752 0 21:35 pts/2 00:00:00 cp hosts hosts.txt le kill du processus ne fonctionne pas. Les droits sur les fichiers : -rwxr-xr-x 1 xxx yyy 0 31 janv. 21:34 hosts.txt -rwxr-xr-x 1 xxx yyy 0 28 janv. 18:13 hosts voici les droits du montage : ├─/mnt/xxx /etc/autoxxx.smb autofs rw,relatime,fd=12,pgrp=1561,timeout=30,minproto=5,maxproto=5,indirect,pipe_ino=22915 │ └─/mnt/xxx/conf //xx.xx.xx.xx/xxx/conf cifs rw,relatime,vers=3.1.1,cache=strict,username=xxx,uid=1000,noforceuid,gid=1000,noforcegid,addr=xx.xx.xx.xx,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1 le noyau actuel de debian 12 : Linux vfpm 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux

Dans syslog, j'obtiens des erreurs au niveau du kernel.

2024-01-29T21:20:24.524146+01:00 vfpm kernel: [ 7967.200355] BUG: kernel NULL pointer dereference, address: 0000000000000000 2024-01-29T21:20:24.524163+01:00 vfpm kernel: [ 7967.200364] #PF: supervisor read access in kernel mode 2024-01-29T21:20:24.524167+01:00 vfpm kernel: [ 7967.200367] #PF: error_code(0x0000) - not-present page
2024-01-29T21:20:24.524167+01:00 vfpm kernel: [ 7967.200370] PGD 0 P4D 0
2024-01-29T21:20:24.524168+01:00 vfpm kernel: [ 7967.200374] Oops: 0000 [#1] PREEMPT SMP PTI 2024-01-29T21:20:24.524169+01:00 vfpm kernel: [ 7967.200378] CPU: 7 PID: 9346 Comm: cp Tainted: P          IOE      6.1.0-17-amd64 #1  Debian 6.1.69-1 2024-01-29T21:20:24.524170+01:00 vfpm kernel: [ 7967.200383] Hardware name: Hewlett-Packard HP Z400 Workstation/0B4Ch, BIOS 786G3 v03.15 10/29/2010 2024-01-29T21:20:24.524171+01:00 vfpm kernel: [ 7967.200385] RIP: 0010:cifs_flush_folio+0x3f/0x100 [cifs] 2024-01-29T21:20:24.524172+01:00 vfpm kernel: [ 7967.200471] Code: d2 41 54 49 89 cc 31 c9 55 48 89 f5 48 c1 ee 0c 53 48 83 ec 08 48 8b 7f 30 e8 8d 8a 49 c8 48 3d 00 f0 ff ff 0f 87 a5 00 00 00 <48> 8b 10 48 89 c3 b8 00 10 00 00 f7 c2 00 00 01 00 74 07 0f b6 4b 2024-01-29T21:20:24.524173+01:00 vfpm kernel: [ 7967.200475] RSP: 0018:ffffa454888d7c98 EFLAGS: 00010207 2024-01-29T21:20:24.524175+01:00 vfpm kernel: [ 7967.200478] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 2024-01-29T21:20:24.524188+01:00 vfpm kernel: [ 7967.200481] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff98c949229840 2024-01-29T21:20:24.524190+01:00 vfpm kernel: [ 7967.200483] RBP: 0000000000000000 R08: 0000000000000001 R09: 0000000000000000 2024-01-29T21:20:24.524191+01:00 vfpm kernel: [ 7967.200485] R10: ffffffffffffffff R11: 0000000000000000 R12: ffffa454888d7d08 2024-01-29T21:20:24.524192+01:00 vfpm kernel: [ 7967.200487] R13: ffffa454888d7d00 R14: ffff98ca472d3228 R15: 0000000000000001 2024-01-29T21:20:24.524193+01:00 vfpm kernel: [ 7967.200490] FS: 00007f69d9003500(0000) GS:ffff98cad7bc0000(0000) knlGS:0000000000000000 2024-01-29T21:20:24.524194+01:00 vfpm kernel: [ 7967.200493] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-01-29T21:20:24.524195+01:00 vfpm kernel: [ 7967.200496] CR2: 0000000000000000 CR3: 0000000104be6000 CR4: 00000000000006e0
2024-01-29T21:20:24.524196+01:00 vfpm kernel: [ 7967.200498] Call Trace:
2024-01-29T21:20:24.524197+01:00 vfpm kernel: [ 7967.200502] <TASK>
2024-01-29T21:20:24.524198+01:00 vfpm kernel: [ 7967.200506]  ? __die_body.cold+0x1a/0x1f 2024-01-29T21:20:24.524200+01:00 vfpm kernel: [ 7967.200515]  ? page_fault_oops+0xd2/0x2b0 2024-01-29T21:20:24.524201+01:00 vfpm kernel: [ 7967.200524]  ? exc_page_fault+0x70/0x170 2024-01-29T21:20:24.524202+01:00 vfpm kernel: [ 7967.200531]  ? asm_exc_page_fault+0x22/0x30 2024-01-29T21:20:24.524202+01:00 vfpm kernel: [ 7967.200541]  ? cifs_flush_folio+0x3f/0x100 [cifs] 2024-01-29T21:20:24.524203+01:00 vfpm kernel: [ 7967.200607]  ? cifs_flush_folio+0x33/0x100 [cifs] 2024-01-29T21:20:24.524204+01:00 vfpm kernel: [ 7967.200662] cifs_remap_file_range+0x16d/0x680 [cifs] 2024-01-29T21:20:24.524205+01:00 vfpm kernel: [ 7967.200743] do_clone_file_range+0xe9/0x230 2024-01-29T21:20:24.524206+01:00 vfpm kernel: [ 7967.200751] vfs_clone_file_range+0x37/0x140 2024-01-29T21:20:24.524207+01:00 vfpm kernel: [ 7967.200756] ioctl_file_clone+0x49/0xb0 2024-01-29T21:20:24.524208+01:00 vfpm kernel: [ 7967.200763] do_vfs_ioctl+0x77/0x910 2024-01-29T21:20:24.524208+01:00 vfpm kernel: [ 7967.200769] __x64_sys_ioctl+0x6e/0xd0 2024-01-29T21:20:24.524209+01:00 vfpm kernel: [ 7967.200775] do_syscall_64+0x5b/0xc0 2024-01-29T21:20:24.524210+01:00 vfpm kernel: [ 7967.200783]  ? exit_to_user_mode_prepare+0x14b/0x1e0 2024-01-29T21:20:24.524211+01:00 vfpm kernel: [ 7967.200791]  ? syscall_exit_to_user_mode+0x27/0x40 2024-01-29T21:20:24.524212+01:00 vfpm kernel: [ 7967.200796]  ? do_syscall_64+0x67/0xc0 2024-01-29T21:20:24.524213+01:00 vfpm kernel: [ 7967.200801]  ? exit_to_user_mode_prepare+0x40/0x1e0 2024-01-29T21:20:24.524213+01:00 vfpm kernel: [ 7967.200805] entry_SYSCALL_64_after_hwframe+0x64/0xce 2024-01-29T21:20:24.524214+01:00 vfpm kernel: [ 7967.200810] RIP: 0033:0x7f69d919bb5b 2024-01-29T21:20:24.524215+01:00 vfpm kernel: [ 7967.200814] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 2024-01-29T21:20:24.524216+01:00 vfpm kernel: [ 7967.200817] RSP: 002b:00007fff806dc9a0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 2024-01-29T21:20:24.524217+01:00 vfpm kernel: [ 7967.200821] RAX: ffffffffffffffda RBX: 0000000000000004 RCX: 00007f69d919bb5b 2024-01-29T21:20:24.524218+01:00 vfpm kernel: [ 7967.200824] RDX: 0000000000000003 RSI: 0000000040049409 RDI: 0000000000000004 2024-01-29T21:20:24.524219+01:00 vfpm kernel: [ 7967.200826] RBP: 00007fff806dcde0 R08: 00007fff806dcfa0 R09: 0000000000000001 2024-01-29T21:20:24.524220+01:00 vfpm kernel: [ 7967.200828] R10: 00007f69d90b5358 R11: 0000000000000246 R12: 0000000000000001 2024-01-29T21:20:24.524221+01:00 vfpm kernel: [ 7967.200831] R13: 00007fff806ded75 R14: 0000000000008000 R15: 0000000000000000
2024-01-29T21:20:24.524221+01:00 vfpm kernel: [ 7967.200835] </TASK>
2024-01-29T21:20:24.524222+01:00 vfpm kernel: [ 7967.200836] Modules linked in: tcp_diag udp_diag inet_diag rfcomm snd_seq_dummy snd_hrtimer snd_seq_midi snd_seq_midi_event snd_seq nls_utf8 cifs cifs_arc4 cifs_md4 dns_resolver fscache netfs xt_CHECKSUM ipt_REJECT nf_reject_ipv4 xt_tcpudp nft_compat nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables libcrc32c nfnetlink bridge stp llc qrtr vboxnetadp(OE) vboxnetflt(OE) cmac algif_hash ecb algif_skcipher af_alg vboxdrv(OE) bnep sunrpc binfmt_misc btusb btrtl btbcm btintel btmtk bluetooth jitterentropy_rng snd_usb_audio uvcvideo ctr videobuf2_vmalloc videobuf2_memops drbg ansi_cprng videobuf2_v4l2 videobuf2_common ecdh_generic videodev snd_usbmidi_lib ecc snd_rawmidi snd_seq_device mc snd_hda_codec_realtek joydev intel_powerclamp snd_hda_codec_generic coretemp snd_hda_codec_hdmi ledtrig_audio kvm_intel snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core kvm snd_hwdep hp_wmi snd_pcm_oss irqbypass tg3 intel_cstate snd_mixer_oss iTCO_wdt 2024-01-29T21:20:24.524224+01:00 vfpm kernel: [ 7967.200912] intel_pmc_bxt evdev snd_pcm platform_profile psmouse sparse_keymap iTCO_vendor_support intel_uncore snd_timer watchdog libphy rfkill snd sg lpc_ich soundcore wmi_bmof i7core_edac pcspkr button acpi_cpufreq nvidia_drm(POE) drm_kms_helper nvidia_modeset(POE) nvidia(POE) video ipmi_devintf ipmi_msghandler efi_pstore dm_mod drm loop fuse configfs ip_tables x_tables ext4 crc16 mbcache jbd2 crc32c_generic uas usb_storage hid_generic usbhid hid sd_mod t10_pi crc64_rocksoft_generic sr_mod crc64_rocksoft crc_t10dif cdrom crct10dif_generic crc64 crct10dif_common ahci libahci libata crc32c_intel sha512_ssse3 uhci_hcd ehci_pci sha512_generic scsi_mod ehci_hcd firewire_ohci sha256_ssse3 sha1_ssse3 serio_raw firewire_core crc_itu_t usbcore scsi_common usb_common wmi floppy parport_pc ppdev lp parport autofs4 2024-01-29T21:20:24.524225+01:00 vfpm kernel: [ 7967.200984] CR2: 0000000000000000 2024-01-29T21:20:24.524226+01:00 vfpm kernel: [ 7967.200987] ---[ end trace 0000000000000000 ]--- 2024-01-29T21:20:24.524227+01:00 vfpm kernel: [ 7967.200989] RIP: 0010:cifs_flush_folio+0x3f/0x100 [cifs] 2024-01-29T21:20:24.524227+01:00 vfpm kernel: [ 7967.201047] Code: d2 41 54 49 89 cc 31 c9 55 48 89 f5 48 c1 ee 0c 53 48 83 ec 08 48 8b 7f 30 e8 8d 8a 49 c8 48 3d 00 f0 ff ff 0f 87 a5 00 00 00 <48> 8b 10 48 89 c3 b8 00 10 00 00 f7 c2 00 00 01 00 74 07 0f b6 4b 2024-01-29T21:20:24.524228+01:00 vfpm kernel: [ 7967.201050] RSP: 0018:ffffa454888d7c98 EFLAGS: 00010207 2024-01-29T21:20:24.524229+01:00 vfpm kernel: [ 7967.201053] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 2024-01-29T21:20:24.524230+01:00 vfpm kernel: [ 7967.201055] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff98c949229840 2024-01-29T21:20:24.524231+01:00 vfpm kernel: [ 7967.201058] RBP: 0000000000000000 R08: 0000000000000001 R09: 0000000000000000 2024-01-29T21:20:24.524232+01:00 vfpm kernel: [ 7967.201060] R10: ffffffffffffffff R11: 0000000000000000 R12: ffffa454888d7d08 2024-01-29T21:20:24.524233+01:00 vfpm kernel: [ 7967.201062] R13: ffffa454888d7d00 R14: ffff98ca472d3228 R15: 0000000000000001 2024-01-29T21:20:24.524234+01:00 vfpm kernel: [ 7967.201064] FS: 00007f69d9003500(0000) GS:ffff98cad7bc0000(0000) knlGS:0000000000000000 2024-01-29T21:20:24.524235+01:00 vfpm kernel: [ 7967.201068] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 2024-01-29T21:20:24.524235+01:00 vfpm kernel: [ 7967.201070] CR2: 0000000000000000 CR3: 0000000104be6000 CR4: 00000000000006e0

Si vous avez une piste, ça m'arrangerait de pouvoir faire des copies/synchronisations de fichiers sur le service de fichier monté.

Merci !

T

Répondre à