Free LES Community Server from Hosteroid via MetalVPS!

191011121315»

Comments

  • @cmeerw said:

    @Not_Oles said:
    * retiring OpenBSD on this server, for the moment, to free up more space

    that's something I am planning to do soon.

    That's done now - resizing a NetBSD filesystem is always a it fiddly, as you first have to make sure to remove to filesystem journal, then resize the filesystem, and finally re-create the journal again (if you are using wapbl).

    $ df -k
    Filesystem      1K-blocks         Used        Avail %Cap Mounted on
    /dev/ld0g       486484620     53353048    408807342  11% /
    kernfs                  1            1            0 100% /kern
    ptyfs                   1            1            0 100% /dev/pts
    procfs                  4            4            0 100% /proc
    tmpfs             8376652            0      8376652   0% /tmp
    tmpfs             8376652            0      8376652   0% /var/shm
    

    (there is still Debian installed using the other half of the disk)

    Thanked by (1)Not_Oles
  • Not_OlesNot_Oles Hosting ProviderContent Writer

    Thanks @cmeerw! <3 Much appreciated! <3

    Thanks to Hosteroid for our nice community server! Which is now dual booting Debian and NetBSD. . . .

    Anybody have a project and want to jump on? Please read "How To Apply" in the OP, and then come and join us!

    Thanked by (1)cmeerw

    I hope everyone gets the servers they want!

  • I have installed qemu (with nvmm) to run a test NetBSD VM to see if I can reproduce the virtio issue I am seeing on the linveo VPS.

    I looks like it could be a memory ordering issue in the virtio communication between the guest and the host, as adding an additional mfence in the driver code seems to fix it.

    Thanked by (1)Not_Oles
Sign In or Register to comment.