Dear Friends of the FR24feeder community,
the feeder was moved from a raspberry pi to a Proxmox "Server" version 7.2-11. Now we are connected, however do not upload any seen aircrafts.
The LXC Container is a Ubuntu 18.04.
I get the USB passed to the unprivileged container.
With the help of guide 1:
and guide 2 for permanent binding the USB (even after a reboot):
The config on the Proxmox host:
Details of the lsusb command:
Details of the USB DVB-T Dongle
Details of the udev rules file, based on guide 2:
Details of the lxc config:
Driver info:
The FR24 Container sees:
yes shame on me, I made:
to see if the fr24 service would get data
So I can verify the Container sees the USB DVV-T dongle. however, FR24 feed.service does not:
With the receiver mode "DVBT" I dont get at least a "permission denied" error.
fr24feed.ini:
Has anyone a tipp on how to get this running?
Would appreciate some input.
Cheers
the feeder was moved from a raspberry pi to a Proxmox "Server" version 7.2-11. Now we are connected, however do not upload any seen aircrafts.
The LXC Container is a Ubuntu 18.04.
I get the USB passed to the unprivileged container.
With the help of guide 1:
HTML Code:
https://coldcorner.de/2018/07/12/proxmox-usb-passthrough-fuer-lxc-container-z-wave-uzb1/
HTML Code:
https://homematic-forum.de/forum/viewtopic.php?t=48361
Details of the lsusb command:
Code:
lsusb Bus 002 Device 002: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
Code:
ls -l /dev/bus/usb/002/002 crwxrwxrwx 1 100000 100000 189, 129 Oct 8 15:41 /dev/bus/usb/002/002
Code:
SUBSYSTEM=="tty", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2838", ATTRS{serial}=="0000:00:XXXXX", SYMLINK+="DVBTUSB"
Code:
lxc.cgroup.devices.allow: c 189:129 rwm lxc.mount.entry: /dev/DVBTUSB dev/ttyUSB0 none bind,optional,create=file
Code:
/lsusb -t : Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/15p, 480M |__ Port 2: Dev 2, If 0, Class=Vendor Specific Class, Driver=dvb_usb_rtl28xxu, 480M
Code:
lsusb Bus 002 Device 002: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
Code:
cd /dev/ lsusb -rwxrwxrwx 1 root root 0 Oct 8 13:57 ttyUSB0
Code:
sudo chmod 777 /dev/ttyUSB0
So I can verify the Container sees the USB DVV-T dongle. however, FR24 feed.service does not:
Code:
sudo fr24feed 2022-10-08 14:33:07 | [reader][i]Connecting to DVBT receiver via (exe:///dev/ttyUSB0 --raw) 2022-10-08 14:33:07 | [reader][i]Connected to the receiver, configuring 2022-10-08 14:33:07 | [reader][i]Configured, processing messages 2022-10-08 14:33:07 | error | write - missing monitor file pointer 2022-10-08 14:33:07 | error | write - missing monitor file pointer 2022-10-08 14:33:07 | error | write - missing monitor file pointer 2022-10-08 14:33:07 | error | write - missing monitor file pointer 2022-10-08 14:33:07 | error | write - missing monitor file pointer 2022-10-08 14:33:07 | [reader][i]Connection terminated 2022-10-08 14:33:07 | [main][i]Terminating child process 1028 with SIGTERM 2022-10-08 14:33:07 | error | write - missing monitor file pointer 2022-10-08 14:33:08 | [httpd][w]bind function failed, errno: 98, waiting 11 seconds 2022-10-08 14:33:09 | error | write - missing monitor file pointer 2022-10-08 14:33:09 | error | write - missing monitor file pointer 2022-10-08 14:33:09 | error | write - missing monitor file pointer 2022-10-08 14:33:09 | error | write - missing monitor file pointer 2022-10-08 14:33:09 | error | write - missing monitor file pointer 2022-10-08 14:33:09 | error | write - missing monitor file pointer 2022-10-08 14:33:09 | error | write - missing monitor file pointer 2022-10-08 14:33:09 | error | write - missing monitor file pointer 2022-10-08 14:33:09 | error | write - missing monitor file pointer 2022-10-08 14:33:09 | error | write - missing monitor file pointer 2022-10-08 14:33:12 | [reader][i]Connecting to DVBT receiver via (exe:///dev/ttyUSB0 --raw)
fr24feed.ini:
Code:
receiver="dvbt" fr24key="XYZ" host="127.0.0.1:30005" path="/dev/ttyUSB0"
Would appreciate some input.
Cheers
Comment