Search results

  1. C

    I can't start LXC

    Same here :( After dist-upgrade into a vm (721 - ubuntu) it can't start again with error: may 08 17:10:46 server7 lxc-start[2479523]: lxc-start: 721: lxccontainer.c: wait_on_daemonized_start: 856 No such file or directory - Failed to receive the container state may 08 17:10:46 server7...
  2. C

    [SOLVED] Disk full, proxmox can't start

    /backups ws an external NAS, but now is a local dir :'( I can delete old snapshots from /backps and after reboot works fina again
  3. C

    [SOLVED] Disk full, proxmox can't start

    I have two LXC containers and one of them has grown too much. I can do ssh and delete some files to recover space /rpool/data/subvol-100-disk-1 find ./var/www/crm/public/attachment -mtime +365 -type f -delete Now rpool/data/subvol-100-disk-1 have 43 GB instead 83. But rpool/ROOT/pve-1 still...
  4. C

    [SOLVED] rpool don't mount after reboot (random times)

    I'm gone to deleted it now :rolleyes: Too many hours into this :'(
  5. C

    [SOLVED] rpool don't mount after reboot (random times)

    I notice into GUI i only can install CT into local storage, not in pool :(
  6. C

    [SOLVED] rpool don't mount after reboot (random times)

    Emmmm... i put my CT into local storage, not ZFS pool :( When i move ir to pool-vmdata and reboot... it cannot start again :'( Same error with cache file ● zfs-import-cache.service - Import ZFS pools by cache file Loaded: loaded (/lib/systemd/system/zfs-import-cache.service; enabled...
  7. C

    [SOLVED] Remote access is disabled in CT

    Something was wrong to my server. I reinstall it from scratch and now i can access to my CT from outside.
  8. C

    [SOLVED] rpool don't mount after reboot (random times)

    Finally i reinstall all (it's a fresh server) Now i can reboot and seems to work fine. By the way, zpool set cachefile=/etc/zfs/zpool.cache rpool/vmdata give me same error "invalid character '/' in pool name" Thanks Stoiko
  9. C

    [SOLVED] rpool don't mount after reboot (random times)

    Your right about cache, i think: systemctl -l status zfs* ● zfs-mount.service - Mount ZFS filesystems Loaded: loaded (/lib/systemd/system/zfs-mount.service; enabled; vendor preset: enabled) Active: active (exited) since Thu 2019-09-12 22:50:18 CEST; 21min ago Docs: man:zfs(8)...
  10. C

    [SOLVED] rpool don't mount after reboot (random times)

    Here is the error while try to start ct: lxc-start -F -f /etc/pve/lxc/801.conf --name sql1 --logfile /tmp/lxc.log --logpriority TRACE lxc-start: sql1: utils.c: safe_mount: 1187 No such file or directory - Failed to mount "/dev/pts/1" onto "/dev/console" lxc-start: sql1: conf.c...
  11. C

    [SOLVED] rpool don't mount after reboot (random times)

    Hi Stoiko. * `zpool get all rpool` NAME PROPERTY VALUE SOURCE rpool size 920G - rpool capacity 0% - rpool altroot -...
  12. C

    [SOLVED] Remote access is disabled in CT

    Yes, all of them have public IP and connectivity. Reading the config file, i see firewall is set to 1 in the network. I can stop the ct, edit the config, but now the ct is not up. But i think is related to another problem...
  13. C

    [SOLVED] rpool don't mount after reboot (random times)

    I setup a new server with Proxmox 5 and then upgrade to proxmox 6 (Ovh installer don't have support yet for 6) The server have 2x1 TB nvme drives in RAID1 After this i set the pool zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT rpool 920G...
  14. C

    [SOLVED] Remote access is disabled in CT

    I have 3 CT. If i open in ssh terminal proxmox server and then pct enter, all works fine. I can login in MySQL locally too. But when i try to access over ssh outside proxmox server, it give me a connection refused. And in MySQL too (obviously, with % and grant permissions). I have not...
  15. C

    [SOLVED] Download templates LXC containers

    For the future... pveam update pveam available pveam download local ubuntu-18.10-standard_18.10-2_amd64.tar.gz
  16. C

    [SOLVED] Download templates LXC containers

    I cannot find any Ubuntu 18 LTS or 19 template https://wiki.openvz.org/Download/template/precreated Is any new location??
  17. C

    MySQL performance : Proxmox over zfs + Raid 0

    What you think is better? A) set a CT with each WebApp (nginx+php+filestorage) with recordsize > 16 and separate MYSQL CT with all db's with recordsize = 16 B) set a CT with each WebApp (nginx+php+filestorage+MySQL) with recordsize = 16 Put all MySQL databases together is not the best, if the...