Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dequeue - wrong type of data in the queue: wanted a block #153

Open
improve100 opened this issue Oct 30, 2024 · 0 comments
Open

dequeue - wrong type of data in the queue: wanted a block #153

improve100 opened this issue Oct 30, 2024 · 0 comments

Comments

@improve100
Copy link

Could someone tell me this situation how to restore the system??
fsarchiver archinfo xxx.fsa
====================== archive information ======================
Archive type: filesystems
Filesystems count: 1
Archive id: 66dbb51b
Archive file format: FsArCh_002
Archive created with: 0.8.6
Archive creation date: 2024-08-31_16-00-09
Archive label:
Minimum fsarchiver version: 0.6.4.0
Compression level: 8 (zstd level 8)
Encryption algorithm: none

===================== filesystem information ====================
Filesystem id in archive: 0
Filesystem format: ext4
Filesystem label:
Filesystem uuid: 7648b4ce-571b-441d-a932-989cee562e91
Original device: /dev/nvme0n1p2
Original filesystem size: 232.24 GB (249365385216 bytes)
Space used in filesystem: 122.90 GB (131968024576 bytes)

fsarchiver -o restfs xxx.fsa id=0,dest=dev/nvme0n1p2
queue.c#530,queue_dequeue_block(): dequeue - wrong type of data in the queue: wanted a block, found an header
oper_restore.c#802,extractar_restore_obj_regfile_unique(): queue_dequeue_block()=-6=FSAERR_WRONGTYPE for file(/var/log/php7.4-fpm.log.1) failed
oper_restore.c#857,extractar_restore_obj_regfile_unique(): header is not what we expected: found=[ObJt] and expected=[FiLf]
oper_restore.c#879,extractar_restore_obj_regfile_unique(): removing /tmp/fsa/20241030-223249-0008ecb3-00/var/log/php7.4-fpm.log.1
oper_restore.c#1005,extractar_extract_read_objects(): unexpected header found in archive, skipping it: type=1, magic=[-block-]
oper_restore.c#1005,extractar_extract_read_objects(): unexpected header found in archive, skipping it: type=1, magic=[-block-]
oper_restore.c#1005,extractar_extract_read_objects(): unexpected header found in archive, skipping it: type=1, magic=[-block-]
oper_restore.c#1005,extractar_extract_read_objects(): unexpected header found in archive, skipping it: type=2, magic=[FiLf]
queue.c#530,queue_dequeue_block(): dequeue - wrong type of data in the queue: wanted a block, found an header
oper_restore.c#802,extractar_restore_obj_regfile_unique(): queue_dequeue_block()=-6=FSAERR_WRONGTYPE for file(/var/lib/docker/overlay2/134bf1650d2dc30f6c599711a3568da862563227d46a9e156dc204e1bab2bd91/diff/tmp/.org.chromium.Chromium.5easZF) failed
oper_restore.c#857,extractar_restore_obj_regfile_unique(): header is not what we expected: found=[ObJt] and expected=[FiLf]
oper_restore.c#879,extractar_restore_obj_regfile_unique(): removing /tmp/fsa/20241030-223249-0008ecb3-00/var/lib/docker/overlay2/134bf1650d2dc30f6c599711a3568da862563227d46a9e156dc204e1bab2bd91/diff/tmp/.org.chromium.Chromium.5easZF
oper_restore.c#1005,extractar_extract_read_objects(): unexpected header found in archive, skipping it: type=1, magic=[-block-]
oper_restore.c#1005,extractar_extract_read_objects(): unexpected header found in archive, skipping it: type=2, magic=[FiLf]
queue.c#530,queue_dequeue_block(): dequeue - wrong type of data in the queue: wanted a block, found an header
oper_restore.c#802,extractar_restore_obj_regfile_unique(): queue_dequeue_block()=-6=FSAERR_WRONGTYPE for file(/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt) failed
oper_restore.c#857,extractar_restore_obj_regfile_unique(): header is not what we expected: found=[ObJt] and expected=[FiLf]
oper_restore.c#879,extractar_restore_obj_regfile_unique(): removing /tmp/fsa/20241030-223249-0008ecb3-00/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt
queue.c#600,queue_dequeue_header_internal(): dequeue - wrong type of data in the queue: expected a dico and found a block
oper_restore.c#625,extractar_restore_obj_regfile_multi(): queue_dequeue_header() failed: cannot read multireg object header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant