-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
99-ccu-shim-network
script doesn't work
#2556
Comments
I feel dumb. Do I understand it correctly that I can test these script just by bringing the interface down and up again by doing the following? ifconfig eth0 down
ifconfig eth0 up |
This sounds like the
if you are using debian/ubuntu host. |
Thanks for the tip, but that didn't help since Neither did my experiments with putting some I should have written, that I am using Raspbian Bullseye, because I think that might explain my situation after doing some research on this topic:
Calling the script like it's done in IFACE="eth0" /etc/network/if-up.d/99-ccu-shim-network |
I do have the same behavior since I upgraded to bookworm on my raspberry pi 4 with docker. Everything works fine: raspberrymatic and iobroker. Just the shim network is not initialised when rebooting. I now just included the 4 lines within /etc/rc.local - This is at least working while rebooting @jens-maus @Mutantpenguin : Is there any "better" solution? |
The only other solution I know of would be to write your own systemd file for this. But I wouldn't call this "better". I don't really know much about networking, so I don't know what would be the correct solution.But it seems like the so called Attention, the mentioned paths there are not correct. For me (on bullseye) it's In an ideal world, the @jens-maus If you are able to give me any hints if the mentioned |
There hasn't been any activity on this issue recently. To keep our backlog manageable we have to clean old issues, as many of them have already been resolved with the latest updates. |
Describe the issue you are experiencing
I am running RaspberryMatic in Docker and used the automatic setup via script from https://raspberrymatic.de/install-docker.sh.
The network script
99-ccu-shim-network
doesn't work for me, but I am unsure why. I know this, because pinging the docker container from the host (or another container) does not work. I need this functionality to integreate RaspberryMatic with HomeAssistant.If I run the commands from
99-ccu-shim-network
manually everything works fine. I don't mean the whole script, but just the following lines (adjusted for my IPs):I am more than willing to debug this on my own, but would need a little help to get started as I never did something like that.
Describe the behavior you expected
A working network shim interface
Steps to reproduce the issue
What is the version this bug report is based on?
3.73.9.20231130
Which base platform are you running?
rpi3 (RaspberryPi3)
Which HomeMatic/homematicIP radio module are you using?
HmIP-RFUSB
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: