Nik Mohamad Aizuddin

Results 14 comments of Nik Mohamad Aizuddin

> Is there any workaround ? Current workaround is to disable [SIP service](https://github.com/DinoTools/dionaea/blob/4e459f1b672a5b4c1e8335c0bff1b93738019215/conf/services/sip.yaml.in).

I think this issue caused by [SIP service](https://github.com/DinoTools/dionaea/blob/4e459f1b672a5b4c1e8335c0bff1b93738019215/conf/services/sip.yaml.in). Try disable it and see if it works.

Any update on this? I'm still having problem

I'm also having the same issues. Limiting `Jinja2` to `2.x` and `MarkupSafe` to `2.0.x` fixed this issue

I'm having the same issues too with Ubuntu 22.04. But no issues on AlmaLinux 8.5

@ftilmann no problem, I'll do according to your suggestions

Using `proxy_set_header Host $host;` doesn't work for me. I got "API request failed (403): Forbidden" when I clicked "Stop My Server" button. Error from Jupyterhub log: **403 DELETE /hub/api/users/tester/server (@10.10.102.28)**...

I think you have to disable mappings by adding `--transform_policy=identity`. For example: ``` $ sudo podman-compose --transform_policy=identity up ``` Here a [list of available mappings](https://github.com/containers/podman-compose/blob/294f8ee37bb37ab0535558182cf41d99dfb3cb11/docs/Mappings.md) for `--transform_policy`.

I'm having the same issue here. I just found out that I need to use `--network=host` because [tftpd response with random ports](https://support.forcepoint.com/KBArticle?id=Firewall-Enterprise--How-to-Allow-TFTP-through-the-firewall).

> This was fixed with https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5956 which will be included in the 2.13.0 release. But I was using commit https://github.com/opensearch-project/OpenSearch-Dashboards/tree/9901bea341904421eb802a004476cdd313811b1e which already include the fix.