Recent content by Dutch2005

  1. D

    Proxmox VE 6.0 released!

    Seems some packages are not updated - zfs utils are not updates (its 0.8.1 now, not 0.7.13) - PVE-manager is not updated See my server :
  2. D

    ZFS 0.8.0 Released

    https://forum.proxmox.com/threads/proxmox-ve-6-0-beta-released.55668/ it contains ZFS 0.8.1, works like a charm for me
  3. D

    ZFS 0.8.0 Released

    https://lists.debian.org/debian-devel-announce/2019/06/msg00003.html -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Release date ============ We plan to release on 2019-07-06. (read: 6th of July 2019) If you want to celebrate it, please consider attending a Debian release party, or hosting...
  4. D

    ZFS 0.8.0 Released

    afaik only when using encrypted ZFS there could be issue's, plus once could custom build there kernel to overcome this.. (custom build kernel is already being used by proxmox)
  5. D

    ZFS 0.8.0 Released

    Includement in / For PVE5.x would be greatly appreciated... If not possible, what is the release plan for 6.0? 6+ Months?
  6. D

    Ubuntu 18.04 LTS LXC

    might want to look at: https://forum.proxmox.com/threads/lxc-start-fails-unsupported-ubuntu-version-18-04.41731/#post-200700
  7. D

    lxc-start fails! --> unsupported Ubuntu version '18.04'

    I fixed it myself btw doing the following /usr/share/perl5/PVE/LXC/Setup/ Edit the Ubuntu.pm change: my $known_versions = { '17.10' => 1, # artful '17.04' => 1, # zesty '16.10' => 1, # yakkety '16.04' => 1, # xenial '15.10' => 1, # wily '15.04' => 1, # vivid...
  8. D

    lxc-start fails! --> unsupported Ubuntu version '18.04'

    Hello, today I install an lxc Container with ubuntu 16.04 and do an dist-upgrade (after added the ubuntu 18.04 sources.list files), now I am not able to start the container anymore because I get the Error Message root@michael-server:~# lxc-start -F -n 100 --logfile=lxc100.log...
  9. D

    DNS entry Result verification fail

    managed to fix it, added 1 entry at: /etc/resolv.conf Then went to webGUI and made the correct modifications #Fixed#
  10. D

    DNS entry Result verification fail

    I recently installed debian 9 (strecht) 1st then, went and configured the bridge. Unable to do name resolution now.. If I go to the webGUI --> system --> DNS --> Result verification Failed (400) Is there any file missing? File: /etc/network/interfaces Is what I tried to do to fix it..