You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With some OCI Images i can not use Proxy Devices. Trying to start an container after adding a Proxy Device results in this Error Message: Error: Error occurred when starting proxy device: Error: Permission denied - Failed setns to connector network namespace
This happens at least with the official Grafana Docker Image docker:grafana/grafana:latest and the Prometheus Docker Image docker:prom/prometheus:latest.
Steps to reproduce
root@lumika:~# incus remote list
+-----------------+------------------------------------+---------------+-------------+--------+--------+--------+
| NAME | URL | PROTOCOL | AUTH TYPE | PUBLIC | STATIC | GLOBAL |
+-----------------+------------------------------------+---------------+-------------+--------+--------+--------+
| docker | https://docker.io | oci | none | YES | NO | NO |
+-----------------+------------------------------------+---------------+-------------+--------+--------+--------+
| ghcr | https://ghcr.io | oci | none | YES | NO | NO |
+-----------------+------------------------------------+---------------+-------------+--------+--------+--------+
| images | https://images.linuxcontainers.org | simplestreams | none | YES | NO | NO |
+-----------------+------------------------------------+---------------+-------------+--------+--------+--------+
| local (current) | unix:// | incus | file access | NO | YES | NO |
+-----------------+------------------------------------+---------------+-------------+--------+--------+--------+
root@lumika:~# incus init docker:grafana/grafana:latest grafana
Erstelle grafana
root@lumika:~# incus config device add grafana port3031 proxy listen=tcp:0.0.0.0:3031 connect=tcp:127.0.0.1:3000
Device port3031 added to grafana
root@lumika:~# incus start grafana
Error: Error occurred when starting proxy device: Error: Permission denied - Failed setns to connector network namespace
Try `incus info --show-log grafana` for more info
Other Images, for example the official nginx Image works without any Problem:
time="2024-12-13T16:27:20+01:00" level=warning msg="IPv4 bridge netfilter not enabled. Instances using the bridge will not be able to connect to the forward listen IPs" driver=bridge err="br_netfilter kernel module not loaded" network=incusbr0 project=default
time="2024-12-13T16:29:20+01:00" level=error msg="Error getting disk usage" err="Failed to run: zfs get -H -p -o value used ssd/incus/containers/monitoring_graf: exit status 1 (cannot open 'ssd/incus/containers/monitoring_graf': dataset does not exist)" instance=graf instanceType=container project=monitoring
time="2024-12-13T16:38:43+01:00" level=warning msg="Failed getting exec control websocket reader, killing command" PID=0 err="websocket: close 1005 (no status)" instance=hassio interactive=true project=default
Output of the client with --debug
Output of the daemon with --debug (alternatively output of incus monitor --pretty while reproducing the issue) incus_monitor.txt
The text was updated successfully, but these errors were encountered:
Required information
Issue description
With some OCI Images i can not use Proxy Devices. Trying to start an container after adding a Proxy Device results in this Error Message:
Error: Error occurred when starting proxy device: Error: Permission denied - Failed setns to connector network namespace
This happens at least with the official Grafana Docker Image docker:grafana/grafana:latest and the Prometheus Docker Image docker:prom/prometheus:latest.
Steps to reproduce
Other Images, for example the official nginx Image works without any Problem:
Information to attach
dmesg
)incus info NAME --show-log
)incus config show NAME --expanded
)incus monitor --pretty
while reproducing the issue)incus_monitor.txt
The text was updated successfully, but these errors were encountered: