Search results

  1. G

    Proxmox does not boot

    Today I switched from proxmox 6 to proxmox 7 and see if everything works so far. My old proxmox 6 had 2x SSD (patriot 256GB) ZFS mirror. I built the new proxmox 7.1 on the same HW, but I used 2x SSD (samsung 250GB). My old proxmox 6 used static IP 192.168.1.3. The new proxmox uses the same IP...
  2. G

    How to create a ZFS mirror

    A year ago I created a datapool pool (SSD 1TB). pool: datapool state: ONLINE scan: scrub repaired 0B in 00:00:00 with 0 errors on Sun Jan 9 00:24:01 2022 config: NAME STATE READ WRITE CKSUM datapool...
  3. G

    SSD state: DEGRADED

    root@local-proxmox:~# zpool status rpool pool: rpool state: ONLINE status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected. action: Determine if the device needs to be replaced, and clear the errors...
  4. G

    SSD state: DEGRADED

    After zpool scrub rpool pool: rpool state: ONLINE status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected. action: Determine if the device needs to be replaced, and clear the errors using...
  5. G

    SSD state: DEGRADED

    Here is result journalctl zpool scrub rpool no result
  6. G

    SSD state: DEGRADED

    I turned off the whole machine. I swapped SATA cables between /dev/sda and /dev/sdb pool: rpool state: ONLINE status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected. action: Determine if the device...
  7. G

    SSD state: DEGRADED

    Today I found out that I have a problem with one ssd. Is it possible to fix it or do I need to replace the SSD? zpool status pool: rpool state: DEGRADED status: One or more devices are faulted in response to persistent errors. Sufficient replicas exist for the pool to continue...
  8. G

    [SOLVED] very long waiting to log in to lxc debian 11 ssh

    I use Proxmox Virtual Environment 6.4-13. I updated the templates and installed LXC debian 11. pct create 108 \ local:vztmpl/debian-11-standard_11.0-1_amd64.tar.gz \ --ostype debian \ --hostname debian-11 \ --unprivileged 1 \ --net0...
  9. G

    When will the debian 11 template be available?

    We thank you. debian 11 is now available
  10. G

    When will the debian 11 template be available?

    I am using Proxmox 6.4 and would like to install LXC debian 11 but this template is not yet available. It says that Debian 11 can be installed manually. I downloaded this rootfs and created lxc. LXC works, but I had to install some basic packages, e.g. nano, openssh etc. When Proxmox adds a...
  11. G

    [SOLVED] Debian Bullseye als lxc Container gesucht

    Bitte, wann werden die LXC-Vorlagen Debian 11 anbieten?
  12. G

    Unprivileged LXC + LAMP - nextcloudhub - onlyoffice ...

    It behaves very strangely find / -user 100033
  13. G

    Unprivileged LXC + LAMP - nextcloudhub - onlyoffice ...

    Thank you very much for your answer. I did the following In host nano /etc/pve/lxc/108.conf I added to the configuration file mp0: /datapool/nextcloud,mp=/mnt/sdb/nextcloud lxc.idmap: u 0 100000 33 lxc.idmap: g 0 100000 33 lxc.idmap: u 33 33 1 lxc.idmap: g 33 33 1 lxc.idmap: u 34 100034 65502...
  14. G

    Unprivileged LXC + LAMP - nextcloudhub - onlyoffice ...

    Thank you very much for your answer. When I check the GID and UID of the host id -g www-data 33 id -u www-data 33 inside the LXC id -g www-data 33 id -u www-data 33 That's all right ?
  15. G

    Unprivileged LXC + LAMP - nextcloudhub - onlyoffice ...

    inside lxc jany@web-debian-test:/var/www$ ls -la total 26 drwxr-xr-x 4 root root 4 Jun 23 12:46 . drwxr-xr-x 12 root root 14 Jun 7 14:26 .. drwxr-xr-x 4 root root 5 Jun 7 15:23 html drwxrwx--- 5 nobody nogroup 9 Jan 16 16:50 nextcloud-data On the host...
  16. G

    Unprivileged LXC + LAMP - nextcloudhub - onlyoffice ...

    the mount is performed correctly pct set 108 -mp0 /datapool/nextcloud,mp=/mnt/sdb/nextcloud arch: amd64 cores: 2 hostname: web-debian-test memory: 2048 mp0: /datapool/nextcloud,mp=/var/www/nextcloud-data net0...
  17. G

    Unprivileged LXC + LAMP - nextcloudhub - onlyoffice ...

    I installed unprivileged lxc (108) and the last nextcloud including only office. Everything works perfectly. I am currently using an old nextcloud (privileged lxc 101) see picture. I have a mount dataset in lxc pct set 101 -mp0 /datapool/nextcloud,mp=/mnt/sdb/nextcloud Now I did umount from LXC...
  18. G

    Unprivileged LXC + LAMP - nextcloudhub - onlyoffice ...

    Thank you very much. I will start working on it as soon as possible.
  19. G

    Unprivileged LXC + LAMP - nextcloudhub - onlyoffice ...

    I currently use Proxmox 6.3.-4. One LXC is used for websites (debian 9 LAMP). I mainly run nextcloud 17 (wp, joomla, etc.) Now I would like to install the new LXC debian 10 and nextcloudhub + onlyoffice (I want to cancel the old nextcloud then). I've read a lot about privileged LXCs being very...