Search results

  1. H

    Opinion on nextcloud

    Depends on your use case, you might want a S3 compatible with some fun bells and whistles: Go check out minio ( https://min.io ) and make use of "rclone mount" for mounting it "locally" NextCloud is for "roaming"/distributed file and information sharing and synchronization like contacts...
  2. H

    Proxmox & IDS / Bridge

    I do not believe it's filtering, but rather the "optimization" of not doing the TCP checksums "internally" and then the remote kernel could drop it. It typically does work when it exits a physical interface that then does the needed TCP checksums. Had similar type of problems, especially with...
  3. H

    4.4-12 PCI passthrough failed can't claim BAR 6 no space for [mem size 0x... pref] failed to assign

    Same problem I saw on Debian9 on Proxmox5, but only when adding it "online", after reboot it appears to be all good ;( (Saw that with adding a virtio network interface)
  4. H

    space missing for vzdump with pigz?

    Hi there, (where do I do "code blocks" with this forum software's rich text editor?) I did a manual start of vzdump for VMs (Somehow the vzdump cron didn't fire O_o) using this command line: root@proxtracs01:/etc/cron.d# vzdump -all 1 --mailnotification always --mode snapshot --mailto...
  5. H

    Can't load ISCSI offload driver

    Looks like there might be a need to consider backporting the latest Nextreme II drivers to Debian/Proxmox from: http://tinyurl.com/NextremeII http://driverdownloads.qlogic.com/QLogicDriverDownloads_UI/SearchByProduct.aspx?ProductCategory=336&Product=1245&Os=175 1GbE Networking (bnx2) -...
  6. H

    Can't load ISCSI offload driver

    I guess than the current one isn't new enough: cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.18b (Sept 12, 2013) bnx2i: disagrees about version of symbol cnic_register_driver bnx2i: Unknown symbol cnic_register_driver root@p1:~# uname -a Linux p1 2.6.32-31-pve #1 SMP Thu Jul 24 06:44:16...
  7. H

    Can't load ISCSI offload driver

    Heya, I have the same question as below with: Linux p1 2.6.32-31-pve #1 SMP Thu Jul 24 06:44:16 CEST 2014 x86_64 GNU/Linux
  8. H

    Speed up vzdump using pigz

    Any decision whether to include parallel compression software like pigz and pbzip2?
  9. H

    Allow different compression binaries and configuration for backups

    Any progress or plans for including different compressors like lzma, pbzip2, pigz with options (like rsyncable)?
  10. H

    Spice--MAC OSX Client

    Now a demonstration or a write up on how you've achieved that please??
  11. H

    Speed up vzdump using pigz

    Though LZO uses less resources, when I have the spare CPUs available, I'd rather use them than a single threaded LZO. Please consider adding pigz, or perhaps also pbzip2 as options??
  12. H

    Serial port support for VMs

    SPICE on Mac haven't yet worked for me ;( ;(
  13. H

    iSCSI constantly logging to kernel

    Hi there, Is it normal for iSCSI to log a message about the devices every 20secs in the kernel (dmesg and kern.log)? Somewhere to tune this? Linux p2 2.6.32-26-pve #1 SMP Mon Oct 14 08:22:20 CEST 2013 x86_64 GNU/Linux Nov 14 10:14:58 p2 kernel: sd 1:0:0:2: [sdd] 414187520 1024-byte logical...
  14. H

    Proxmox installation in verbose mode shows Bus error and terminates..

    Try a stock Debian Wheezy installation first. You can always then add the pve stuff after that installation.
  15. H

    Updates for Proxmox VE 3.1 - including Comodo signed Java VNC applet

    Ditto on the thanks... ditto for Dell's 1955 digital KVMs ;(
  16. H

    Open Vswitch

    I'm also wondering about this, as I have a VLAN intensive setup I'm busy with, where I'll do the actual firewalling between application/SQL/backend VMs using another set of VMs, making use of CARP for fail-over, and then I need a lot of bridges/vlans/etc. The OpenVSwitch DO have a...
  17. H

    HTTPS client certificate authentication

    Which is the last resort as it means adding extra software/service to the host I do not want as I wanted to shut down SSH too --- have a console/shell through the ProxMox interface, so don't need extra service unless I really need it.
  18. H

    HTTPS client certificate authentication

    Which is problematic when I'm behind ADSL lines, 3G phones and WiFi hotspots that change every so often ;(
  19. H

    HTTPS client certificate authentication

    Hi there, Using the new Proxmox 3.0, where/how could I import/set client certificates to limit the world wide access to proxmox servers in the wild to only my own PCs/browsers with my personal private keys?