| Summary: | sys-apps/openrc: net Bridge gets destroyed before unmounting nfs shares | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Justin Lecher (RETIRED) <jlec> |
| Component: | Current packages | Assignee: | OpenRC Team <openrc> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | openrc:oldnet | ||
| Package list: | Runtime testing required: | --- | |
|
Description
Justin Lecher (RETIRED)
2011-11-28 14:23:37 UTC
(In reply to comment #0) > I have configured a bridge including only eth0. During shutdown the bridge gets > destroyed before unmounting any nfs share, which lets the system hang. > > Current configuration, which should work from all I see from the docs: > > /etc/conf.d/net: > > config_eth0="null" > rc_need_br0="net.eth0" What if you add the following line below the rc_need above: rc_need_netmount="net.br0" Does that work? (In reply to comment #1) > (In reply to comment #0) > > I have configured a bridge including only eth0. During shutdown the bridge gets > > destroyed before unmounting any nfs share, which lets the system hang. > > > > Current configuration, which should work from all I see from the docs: > > > > /etc/conf.d/net: > > > > config_eth0="null" > > rc_need_br0="net.eth0" > > What if you add the following line below the rc_need above: > > rc_need_netmount="net.br0" Slight correction: rc_need_netmount="!net net.br0" I resetuped the whole box, and now it is fine. The only difference which I can spot, is that on the old setup, I had net.eth0 additionally in runlevel=boot activated. Did you test the rc_need change that was proposed? (In reply to comment #4) > Did you test the rc_need change that was proposed? Sadly not. Perhaps we should close this bug, as I cannot reproduce it anymore. Ok, closing then. |