Search results

  1. O

    Multiple containers fail to auto start services

    I did a bit of testing but I can't recreate your problem. I tried Deb 8 and 9 and never had any kind of failure. Have you tried Debian 9? As you can see on my deb 9 install the symlinks were created without any flaw. After installing Apache2 Deb 9 Systemd status after install Deb 9...
  2. O

    Multiple containers fail to auto start services

    Hi Justin! Do you have any kind of syslog or apache error log? Without I can't really help you.
  3. O

    After Install repo fails

    Hi Nexus! If you don't have a subscription use the no-subscription or the test repo. https://pve.proxmox.com/wiki/Package_Repositories
  4. O

    any SIMPLE way to share files between VMs please?

    Hi turdor! If you use it for linux I would use NFS. Here you have good tutorial https://linuxconfig.org/how-to-configure-nfs-on-linux You should use a local subnet for more security. If you want to use it on all machines you should use samba.
  5. O

    Apt dependency Problems

    Hi adoll! Did you change anything at your apt repos? Can you show me your sources.list and your sources.list.d folder.
  6. O

    [SOLVED] PVE5 fix those "Predictable Network Interface Names"

    Hi vmanz! I had the same issues at first but I don't care anymore. You simply have to add this to your /etc/default/grubGRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0" don' forget update-grub and a reboot and you are done. Hope it helps Source...
  7. O

    Storage driver for windows

    Hi Cecil! I got the problem a long time ago and found a simple solution. Go to your command prompt enter diskperf -Y and restart your task manager. Ta da, hope it helps and winserver is kinda weird.
  8. O

    Proxmox VE 5 subnetz

    Hi Mike! Falls ich dich richtig verstehe, willst du ein Subnetz auf deinen Proxmox Host weiterleiten? Wenn ja, dann musst du deinem Router das mitteilen und eine Statische Route definieren. Du musst ihn so konfigurieren dass das Subnetz zb. 192.168.100.0/24 auf die 113 IP weitergeleitet wird...
  9. O

    DDOS OUTGOING BLOCK

    Hi Othmane! That's simple IPTables. You can manage it via shell or use the integrated method of proxmox, which is what I think based on it. You have to test it because it could block more than you know. Here you have some examples...
  10. O

    [SOLVED] Raise network interfaces fails on boot

    Hi DoruB! Do you use the No Subription Repo? OVS is in this Repo on 2.7. Probably this could be your Problem because I think that Proxmox recompiled it for debian 9.
  11. O

    PCI Passthrough Freeze Host

    It seams like I am not the only one who is lost :D
  12. O

    Proxmox v 5.0 on HPE Proliant DL380 Gen10

    Well I don't know anymore :D. HP is very weird, their websites are terrible and you never find what you are looking for. Probably someone here got a G9 or G10 with a similar Raid Controller who can help you.
  13. O

    Proxmox v 5.0 on HPE Proliant DL380 Gen10

    I would say you should wait a bit longer or just give them a call or write them an email. I looked up your Raid Controller and saw that there are drivers for redhat and oracle linux. Probably you can use them but I am not into all that driver stuff. The Gen9 isn't offically supported either yet...
  14. O

    PCI Passthrough Freeze Host

    Hi dcsapak! Here is the Output. It looks like the entry in the docs. /sys/kernel/iommu_groups/0/devices/0000:00:00.0 /sys/kernel/iommu_groups/1/devices/0000:00:02.0 /sys/kernel/iommu_groups/2/devices/0000:00:03.0 /sys/kernel/iommu_groups/3/devices/0000:00:14.0...
  15. O

    Proxmox v 5.0 on HPE Proliant DL380 Gen10

    Hi Jack! I think you can only use Proxmox 4.4 with your Raid Controller because HP haven't upgraded their Repo to Stretch yet. But it could work with the Jessie drivers. HP MCP Repo: http://downloads.linux.hpe.com/SDR/project/mcp/
  16. O

    PCI Passthrough Freeze Host

    Hi! I am currently using a Custom Little Server with H97N-WIFI Motherboard and an i5-4460. I got an Intel Wifi 7260 Mini Pcie and an Atheros AR9462 Mini Pcie. The Problem is that I can't pass the Atheros Card through my KVM Machine with pfsense installed because it freezes the host after...
  17. O

    CIFS mount in /etc/fstab will not auto-mount upon restart

    Hi scurrier! Since systemd made it into debian, a few things have changed and not everything is working 100% correct in my opinion. Probably it is loading your mount too early with your network not even ready mounting it correctly. Give it a try and look in your syslog for an error. Edit...
  18. O

    [SOLVED] HDD Partitionierung für kleines Demo System

    Hi HBO! Kommt eigentlich darauf an wie viel RAM du zu Verfügung hast. ZFS ist ziemlich RAM fressend und da du maximal 32 GB hast, kann ich dir nur lvm empfehlen. Ich habe bei mir lvm genommen und die pve-data partition gelöscht und die pve-root auf 100% resized. Danach noch meine HDDs...
  19. O

    Probelm Mit Network seit updaten von Debian9

    Hi! Du solltest nur bei eth0 den Gateway angeben und bei jedem eth0:x den Gateway entfernen. Dann sollte es funktionieren. LG Oliver Siehe: wiki.debian.org/NetworkConfiguration#Legacy_method Bespiel: auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.42 netmask...