Recent content by Rphoton

  1. R

    VirtioFS support

    Oh, that sounds much more elegant, sorry I got lost reading your post, I had already read it yesterday and I seemed much more complicated, with multiple mounts and dynamic configuration, I'm just trying a single mount point. I'll check it out in more depth.
  2. R

    VirtioFS support

    got it working (thanks to https://www.maketecheasier.com/run-bash-commands-background-linux/ ) #!/usr/bin/bash function launch() { nohup /usr/lib/kvm/virtiofsd --syslog --daemonize --socket-path=/var/run/vm102-vhost-fs.sock -o source=/rpool/exchange/ -o cache=always &> /dev/null &...
  3. R

    VirtioFS support

    this now works. #!/usr/bin/perl # Exmple hook script for PVE guests (hookscript config option) # You can set this via pct/qm with # pct set <vmid> -hookscript <volume-id> # qm set <vmid> -hookscript <volume-id> # where <volume-id> has to be an executable file in the snippets folder # of any...
  4. R

    VirtioFS support

    yes, it seems like the correct syntax to call another script from perl is system('script'); I did that and now the perl script works but the bash one stalls... even though I'm trying to send the daemon to the background with --daemonize and " > /dev/null 2>&1"
  5. R

    VirtioFS support

    Ok it looks like it's my fault for not knowing perl... single line edit and still broke it
  6. R

    VirtioFS support

    Hi, I have this working by launching the virtiofsd process manually before launching the vm. I can read and write files from an Ubuntu VM to the host. But I can't manage to launch virtiofsd automatically using a hookscript. I keep getting this error: Jul 28 11:38:44 archive pvedaemon[1461]...
  7. R

    cxgb4 firmware missing from pve-firmware package

    Ok I copied the vendor firmware *.bin files to new filenames matching exactly the ones requested by update-initramfs and run it again. # ls -al /lib/firmware/cxgb4/ total 3338 drwxr-xr-x 2 root root 12 Apr 11 13:29 . drwxr-xr-x 60 root root 262 Apr 8 18:53 .. -rw-r--r-- 1 root root...
  8. R

    cxgb4 firmware missing from pve-firmware package

    Hello, I'm a newbie trying to use the native kernel driver for a Chelsio T520-CR 10GB ethernet card. I'm getting this message on boot: # dmesg |grep cxgb [ 1.117913] cxgb4 0000:0e:00.4: Direct firmware load for cxgb4/t5fw.bin failed with error -2 [ 1.122854] cxgb4 0000:0e:00.4: unable...
  9. R

    Chelsio T520-SO-CR freezes Proxmox during installation !!

    I downloaded the 3.12 drivers from the beta site, repeated the steps, and now it seems to work ok and cxgbtool does work.
  10. R

    Chelsio T520-SO-CR freezes Proxmox during installation !!

    Hello, I'm a new user here. T520-CR on Proxmox 6.0 like the previous posters. After setting Debian=1, installing kernel files, etc, I got to the point of a succesfull install, according to the installer. However, I am unable to find cxgbtool anywhere in my system. man cxgbtool works and it...