Search results

  1. P

    Metric Server > InfluxDB does not work if the bucket has special character.

    I also can confirm that creating new bucket solved the problem - thank you @lasciousfloy and @burgerbara for sharing!
  2. P

    [SOLVED] Efi sub loaded initrd from command line option - system cannot boot

    @Stoiko Ivanov What can I say? Good hunch!! :D Message is still there but after few seconds system boots normally. Thank you very much for help!! Much appreciated! :)
  3. P

    [SOLVED] Efi sub loaded initrd from command line option - system cannot boot

    @Stoiko Ivanov That's exactly the problem - nothing follows after this message, it's stuck there :( cat /etc/kernel/cmdline root=ZFS=rpool/ROOT/pve-1 boot=zfsroot@alexpiesel cat /proc/cmdline initrd=\EFI\proxmox\5.15.17-1-pve\initrd.img-5.15.17-1-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs...
  4. P

    [SOLVED] Efi sub loaded initrd from command line option - system cannot boot

    @Stoiko Ivanov First of all thank you very much for response, much appreciated!! Honestly on Sunday morning I decided to recreated whole Proxmox host. I couldn't find anything else to solve my problem - I stumbled upon 1st link you sent and saw also somewhere post about 'quiet' but I don't know...
  5. P

    [SOLVED] Efi sub loaded initrd from command line option - system cannot boot

    Dear Community, I made a simple mistake (thought I was writing in a container as root but it turned out it was proxmox host) and typed apt update && apt-dist upgrade with apt autoremove . Right now after host reboot I am not able to boot, I get error -> efi stub loaded initrd from command...
  6. P

    [SOLVED] Error: not a vaild user id - cannot backup CTs

    @Dunuin I checked and nothing more there, only the same error which is created during backup:( I installed proxmox-backup-client in one of LXC which couldnt be backed up and I was able to send backup to PBS. Currently only automatic option for backup from PVE GUI is not possible to process... I...
  7. P

    [SOLVED] Error: not a vaild user id - cannot backup CTs

    Dear Community, Another day and I created another problem to myself:eek: I have Proxmox Backup Server which is running as a VM on my node. I want to backup three of my current LXC containers to PBS (there is mounted SSD which is used only by server). Sadly only 1 of 3 containers is able to...
  8. P

    Natively encrypted ZFS + additionally HDD with LUKS - cannot add HDD to existing pool.

    OK, that's what I also read - not to mix drives in pool but at some point I saw everyone doing mirror ZFS with theirs HDDs and thought it would somehow work out... OK, thank you for clearing that out! I'm still new and have a moments where I get really confused at the time see everywhere...
  9. P

    Natively encrypted ZFS + additionally HDD with LUKS - cannot add HDD to existing pool.

    Dear Community, Thanks to your great help and tutorials I found here I managed to successfully natively encrypt ZFS running Proxmox (disc no. 1 NVMe), then add my storage (disc no.2 -> 12TB) with parted /dev/sda mklabel gpt parted -a opt /dev/sda mkpart primary ext4 0% 100% mkfs.ext4 -L...
  10. P

    Error message when creating or restoring unprivileged LXC container on PVE 6.4

    @fabian Of course you were right!:) Before mounting zfs set mountpoint=/ rpool/ROOT/pve-1 I had to first remove rootcopy pool -> zfs destroy -r rpool/copyroot and then I have only mountpoint -> NAME USED AVAIL REFER MOUNTPOINT rpool...
  11. P

    Error message when creating or restoring unprivileged LXC container on PVE 6.4

    Kk, thank you!! I will do secure erase of nvme and clean install again, hopefully this time everything works out, I let you know later:) EDIT: @fabian Just to be 100% clear -> following this instrucition https://gist.github.com/yvesh/ae77a68414484c8c79da03c4a4f6fd55 Correct commands should be...
  12. P

    Error message when creating or restoring unprivileged LXC container on PVE 6.4

    @fabian mount root@alexpiesel:~# mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,relatime) udev on /dev type devtmpfs (rw,nosuid,relatime,size=16307412k,nr_inodes=4076853,mode=755,inode64) devpts on /dev/pts type devpts...
  13. P

    Error message when creating or restoring unprivileged LXC container on PVE 6.4

    @fabian root@alexpiesel:~# lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- whoami cmd/lxc_usernsexec.c: 417: main - Operation not permitted - Failed to unshare mount and user namespace cmd/lxc_usernsexec.c: 462: main - Operation not permitted - Failed to read from pipe file...
  14. P

    Error message when creating or restoring unprivileged LXC container on PVE 6.4

    @fabian /etc/subuid/ root@alexpiesel:~# cat /etc/subuid root:100000:65536 /etc/subgui/ root@alexpiesel:~# cat /etc/subgid root:100000:65536 Additional commands -> root@alexpiesel:~# id -u 0 root@alexpiesel:~# cat /proc/1/uid_map 0 0 4294967295 root@alexpiesel:~#
  15. P

    Error message when creating or restoring unprivileged LXC container on PVE 6.4

    I'm noob, I'm sorry!:) Content is -> root@alexpiesel:~# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content backup,vztmpl,iso zfspool: local-zfs pool rpool/data content rootdir,images sparse 1 zfspool: encrypted_zfs pool...
  16. P

    Error message when creating or restoring unprivileged LXC container on PVE 6.4

    @fabian I updated pve kernel to 5.15 due to KVM virtualization problem when rebooting / shutting down (but cannot remove 5.13.19-1, dependency problems) -> proxmox-ve: 7.1-1 (running kernel: 5.15.7-1-pve) pve-manager: 7.1-4 (running version: 7.1-4/ca457116) pve-kernel-5.15: 7.1-7...
  17. P

    Error message when creating or restoring unprivileged LXC container on PVE 6.4

    Hello, I'm getting the same error extracting archive '/var/lib/vz/template/cache/ubuntu-20.04-standard_20.04-1_amd64.tar.gz' cmd/lxc_usernsexec.c: 417: main - Operation not permitted - Failed to unshare mount and user namespace cmd/lxc_usernsexec.c: 462: main - Inappropriate ioctl for device -...