惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
雷峰网
雷峰网
博客园_首页
小众软件
小众软件
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
腾讯CDC
P
Proofpoint News Feed
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
U
Unit 42
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 叶小钗

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
unable to restore an privileged CT as unprivileged 2026
invalid@exam · 2026-06-22 · via Proxmox Support Forum

there is another thread named 'unable to restore an unprivileged CT as unprivileged' ( https://forum.proxmox.com/threads/unable-to-restore-an-unprivileged-ct-as-unprivileged.80004/ ) .

so I have a privileged container I want to convert to unprivileged.

tried these:

Code:

# pct restore 181 /media/pbs-nfs/dump/vzdump-lxc-102-2026_06_20-17_00_09.tar.zst -ignore-unpack-errors 1 -unprivileged --storage nvme-4tb
recovering backed-up configuration from '/media/pbs-nfs/dump/vzdump-lxc-102-2026_06_20-17_00_09.tar.zst'
/dev/rbd1
Creating filesystem with 4194304 4k blocks and 1048576 inodes
Filesystem UUID: 3b2ffc96-0718-4b9c-9c86-507eb6eb7fba
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
restoring '/media/pbs-nfs/dump/vzdump-lxc-102-2026_06_20-17_00_09.tar.zst' now..
extracting archive '/media/pbs-nfs/dump/vzdump-lxc-102-2026_06_20-17_00_09.tar.zst'
Total bytes read: 9804339200 (9.2GiB, 271MiB/s)
merging backed-up and given configuration..

and

Code:

:# pct restore 182  /media/pbs-nfs/dump/vzdump-lxc-102-2026_06_20-17_00_09.tar.zst  --unprivileged  1 --storage nvme-4tb
recovering backed-up configuration from '/media/pbs-nfs/dump/vzdump-lxc-102-2026_06_20-17_00_09.tar.zst'
/dev/rbd1
Creating filesystem with 4194304 4k blocks and 1048576 inodes
Filesystem UUID: 80b9b482-db2f-4dcf-8602-541aeec6b846
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
restoring '/media/pbs-nfs/dump/vzdump-lxc-102-2026_06_20-17_00_09.tar.zst' now..
extracting archive '/media/pbs-nfs/dump/vzdump-lxc-102-2026_06_20-17_00_09.tar.zst'
Total bytes read: 9804339200 (9.2GiB, 308MiB/s)
merging backed-up and given configuration..

in both cases the .conf file showed unprivileged

Code:

:# cat /etc/pve/lxc/182.conf
arch: amd64
cores: 2
features: nesting=1
hostname: squid-deb-proxy
memory: 4096
mp0: /mnt/fbc,mp=/mnt/fbc
nameserver: 10.1.3.41
net0: name=eth0,bridge=vmbr3,firewall=1,hwaddr=BC:24:11:1D:1D:44,ip=dhcp,tag=3,type=veth
ostype: ubuntu
rootfs: nvme-4tb:vm-182-disk-0,size=16G
searchdomain: test.com
swap: 512
unprivileged: 1

for us this is not an urgent issue to be fixed. If anyone has a suggestion to try reply and I'll test.

Last edited:

Hi @RobFantini

thanks for posting on the forum!

I currently don't see an issue in these restores. Could you please elaborate on what your expected behavior would be or what errors you see?

Yours sincerely
Jonas

I see , had thread name wrong. Just fixed that

unable to restore an privileged CT as unprivileged is the issue