|
Bugzilla – Full Text Bug Listing |
| Summary: | Entry for IPv4 default gateway is missing in routing table after reboot. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Marcus Husar <marcus.husar> |
| Component: | Network | Assignee: | Marius Tomaschewski <mt> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P2 - High | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
The route for the IPv4 default gateway configured in yast.
The output of "route -n". |
||
|
Description
Marcus Husar
2012-01-03 17:12:45 UTC
Created attachment 469575 [details]
The route for the IPv4 default gateway configured in yast.
Created attachment 469576 [details]
The output of "route -n".
I think I found the source of the problem. Systemd runs LSB scripts with /bin/sh. But some of them have bash only syntax. See https://bugzilla.novell.com/show_bug.cgi?id=739338#c4 for more information. ifup-route has to be executed by bash, so a dup. You seem to have set -o posix set somewhere in the global system profiles. *** This bug has been marked as a duplicate of bug 739338 *** |