Search results

  1. J

    Moving CEPH to a separate network

    On an old installation I had PVE and CEPH in the same network. To improve performance and security, I'm currently separating networks more strict. The first step I'm trying is to separate the cluster network from the PVE network. I was following the...
  2. J

    Using f-secure with PMG

    Some days ago I have successfully activated f-secure. Just for the case, anybody is interested in the /usr/local/bin/pmg-custom-check, that's what I'm using: #!/bin/sh if [ "$#" -ne 2 ]; then echo "usage: $0 APIVERSION QUEUEFILENAME" 1>&2 exit 1 fi apiver="$1" shift if [ "$apiver" != "v1"...
  3. J

    tmp: Cannot open: Permission denied

    For Synology products, you must set the following options: * Squash -> Map all users to admin * Allow connections from non-privileged ports (ports higher than 1024) -> YES
  4. J

    How to reset DNS cache

    The content is search office.xxx.com nameserver 10.1.11.254 nameserver 10.1.20.18 I have not configured any caching. As expected, the new IP addresses became visible after some time - therefore I was sure, that there must be some caching somewhere (e.g. nscd)
  5. J

    How to reset DNS cache

    Is there a way to reset a node's local DNS cache? As I had to change a Node's IP address, I would like the other nodes to see the new IP as soon as possible.
  6. J

    r8168 installation problems

    Today I tried to install one of our new servers which does not let me install Proxmox with the same "No Broadcastdevice available" message. In the console I see the message: r8169 0000:02:00.0: unknown chip XID 641 Is there any way to inject a driver during installation? Or is there a rough...