Advertisement
ticpu

Untitled

May 11th, 2025
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. root@casrvbackups2:~# pkill -9 -f python3
  2. root@casrvbackups2:~# ps aux|grep rsync
  3. root 736113 0.0 0.1 80240 62312 ? DN 03:01 0:32 rsync -vayzAh --stats --numeric-ids --inplace --exclude-from=globalexcludes.rsync --exclude-from=casrvbackups2/localexcludes.rsync --delete --delete-excluded -e ssh -o BatchMode=yes -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -i /root/.ssh/id_ed25519_rsync-casrvfile -p 22 root@casrvbackups2:/ casrvbackups2/casrvbackups2-latest/
  4. root 2224760 0.0 0.0 11860 1572 pts/0 S+ 15:47 0:00 grep rsync
  5. root@casrvbackups2:~# cat /proc/736113/stack
  6. [<0>] __bch2_wait_on_allocator+0xa8/0x140 [bcachefs]
  7. [<0>] __bch2_write+0x52c/0x660 [bcachefs]
  8. [<0>] bch2_write+0x134/0x488 [bcachefs]
  9. [<0>] bch2_writepage_do_io+0x48/0x58 [bcachefs]
  10. [<0>] bch2_writepages+0x8c/0xf0 [bcachefs]
  11. [<0>] do_writepages+0x94/0x318
  12. [<0>] filemap_fdatawrite_wbc+0x74/0xa0
  13. [<0>] __filemap_fdatawrite_range+0x6c/0xa8
  14. [<0>] filemap_write_and_wait_range+0x60/0xd8
  15. [<0>] bchfs_truncate+0x358/0x460 [bcachefs]
  16. [<0>] bch2_setattr+0x80/0xb8 [bcachefs]
  17. [<0>] notify_change+0x234/0x428
  18. [<0>] do_truncate+0xb8/0x130
  19. [<0>] do_ftruncate+0x138/0x1e8
  20. [<0>] do_sys_ftruncate+0x48/0xa8
  21. [<0>] __arm64_sys_ftruncate+0x28/0x40
  22. [<0>] invoke_syscall+0x6c/0x100
  23. [<0>] el0_svc_common.constprop.0+0x48/0xf0
  24. [<0>] do_el0_svc+0x24/0x38
  25. [<0>] el0_svc+0x38/0x120
  26. [<0>] el0t_64_sync_handler+0x10c/0x140
  27. [<0>] el0t_64_sync+0x198/0x1a0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement