Search results

  1. R

    [SOLVED] slow migrations

    we have had very slow migrations for a few months now. our storage is ceph with nvme i would say migration speed is as if the storage were local and not shared. I ran into this a few months back and posted a crazy man thread as i was in the middle of a few things after a 15 hour day. now...
  2. R

    [SOLVED] it it possible to elim: "Are you sure you want to continue connecting"

    thank you that worked. PS: can you get any faster? I do not think it is possible!
  3. R

    [SOLVED] it it possible to elim: "Are you sure you want to continue connecting"

    Hello I am adding host backup to many virtual machines. Is it possible to eliminate the y prompt at: Client name: mail Starting backup protocol: Thu Jan 13 09:59:09 2022 fingerprint: ...... Are you sure you want to continue connecting? (y/n): y I checked the man page and did not see a...
  4. R

    [SOLVED] datastore question

    Hello Dunuin, thanks for the reply. I will try using proxmox-backup-client to do the prunes. seems easy enough.
  5. R

    [SOLVED] datastore question

    Hello, we've been using pbs since shortly after it was released. we purchased a new system for pbs so i have some questions. we have 8 datastores. some of the data is similar in most of them so i want to learn how to use pbs more efficiently. for instance we have these 2...
  6. R

    kernel module fuse for lxc

    is x2go running in a KVM or LXC ? We use KVM with Debian stable , and fuse module is just there. for kvm check modules loaded with lsmod|sort|less if you are using LXC run the above command on the pve host. prehaps just loading the fuse module on host will fix. someone else will have to...
  7. R

    storage freezes , kvm , fsck needed to boot Title to be fixed later

    two days after the issue we made this change: most kvm's used write-back cache mode. changed to No cache default. done 10/22/21 11:45 no issues since then. PS: storm expected after writing that last line.
  8. R

    storage freezes , kvm , fsck needed to boot Title to be fixed later

    we are running into what looks like a storage bug. I know that we have to supply quite a bit more information then will be in this 1ST post. yesterday our most important order entry system had these symptoms: 1- could ssh in 2- could not access data files . we use cisam data base and the...
  9. R

    Proxmox keeps crashing/rebooting

    it may show more , like hardware related stuff. keep a couple of screens running something like the following. journalctl -ef -p 7 watch -n 10 dmesg -T perhaps you'll catch something
  10. R

    Proxmox keeps crashing/rebooting

    try to ssh in , and run dmesg .
  11. R

    bulk migration - is there a way to make local disk migration by default disabled?

    that would be a useful switch to have at data center > options
  12. R

    slow migrations

    2021-10-15 15:49:06 migration active, transferred 12.5 GiB of 32.0 GiB VM-state, 49.5 MiB/s 2021-10-15 15:49:07 migration active, transferred 12.5 GiB of 32.0 GiB VM-state, 57.2 MiB/s 2021-10-15 15:49:08 migration active, transferred 12.6 GiB of 32.0 GiB VM-state, 37.1 MiB/s .. 2021-10-15...
  13. R

    slow migrations

    Hello I am still seeing slow migrations. let me know what I can do to debug. There could be some suggestions above and I'll check later as I've a big issue to deal with.. any suggestions to debug the issue?
  14. R

    [SOLVED] lxc upgrade to bullseye trouble

    - i had a left over from testing eth1 in interfaces . removing that fixed . - the cause of my other issue is probably due to removing /etc/apt/sources.list.d/turnkey.list some years ago - then not getting updates. thank you
  15. R

    [SOLVED] lxc upgrade to bullseye trouble

    interfaces has eth0 and eth1 , when pve networking config has just one device . weird. # cat interfaces # UNCONFIGURED INTERFACES # remove the above line if you edit this file auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 172.30.24.17/24 gateway...
  16. R

    [SOLVED] lxc upgrade to bullseye trouble

    I'll get back to this later on. here is more info # systemctl status inithooks.service ● inithooks.service - inithooks: firstboot and everyboot initialization scripts Loaded: loaded (/lib/systemd/system/inithooks.service; enabled; vendor preset: enabled) Active: failed (Result...
  17. R

    [SOLVED] lxc upgrade to bullseye trouble

    this lxc was originally created using Turnkey Debian 8 template some years ago [ when Debian 8 was stable ]. also the lxc restored from backup does have some issues # systemctl list-units --state=failed UNIT LOAD ACTIVE SUB DESCRIPTION...
  18. R

    [SOLVED] lxc upgrade to bullseye trouble

    debug mode output # cat start-debug-mode lxc-start -n $1 -F --logfile=lxc.log --logpriority=debug root@pve33:[/fbc/pve/lxc]:# ./start-debug-mode 22217 systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL...
  19. R

    [SOLVED] lxc upgrade to bullseye trouble

    after rebooting the pve host the lxc got a network address [ probably restarting a systemd unit would have done the same thing.] however this still freezes: systemctl status and media server does not work. I'll try starting in debug mode later on.
  20. R

    [SOLVED] lxc upgrade to bullseye trouble

    hello, while doing apt dist-upgrade to bullseye we have seen upgrades get stuck at this point: Installing new version of config file /etc/systemd/resolved.conf ... Installing new version of config file /etc/systemd/system.conf ... Installing new version of config file /etc/systemd/user.conf...