<feed xmlns='http://www.w3.org/2005/Atom'>
<title>initscripts, branch 10.11.2</title>
<subtitle>Mageia fork of Fedora's Init Scripts</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/'/>
<entry>
<title>10.11.2</title>
<updated>2022-01-26T09:42:50+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2022-01-26T09:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=b519893b9aa52ec08c6b112271c666f4a6384b12'/>
<id>b519893b9aa52ec08c6b112271c666f4a6384b12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-routes: Revert quotes</title>
<updated>2022-01-24T12:58:18+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2022-01-24T10:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=229fff12282bf40e8de3f64d9e32c452d6cc78e1'/>
<id>229fff12282bf40e8de3f64d9e32c452d6cc78e1</id>
<content type='text'>
Quotes were introduced in a71dcfd392cc1022c255208fdd94a0fc6c13ceb0

(cherry picked from commit f0171b8449033400db59a47a610124fc285dfe06)

Resolves: #2040679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Quotes were introduced in a71dcfd392cc1022c255208fdd94a0fc6c13ceb0

(cherry picked from commit f0171b8449033400db59a47a610124fc285dfe06)

Resolves: #2040679
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-routes: Use `ip replace` only on type `route`</title>
<updated>2022-01-24T12:58:18+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2022-01-19T13:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=fad68e06990907340d33f4915f8d84a84ceb0aea'/>
<id>fad68e06990907340d33f4915f8d84a84ceb0aea</id>
<content type='text'>
Since other types might fail due to `replace` to be undefined.

(cherry picked from commit 28f50e5582f3641afac795e0e009fd22875b8dbb)

Related: #2040679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since other types might fail due to `replace` to be undefined.

(cherry picked from commit 28f50e5582f3641afac795e0e009fd22875b8dbb)

Related: #2040679
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-routes: Log when using `ip $type replace`</title>
<updated>2022-01-14T17:52:17+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2022-01-12T12:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=f03e9bcc8815d76a69d1eb87ff970e59eb0db8e5'/>
<id>f03e9bcc8815d76a69d1eb87ff970e59eb0db8e5</id>
<content type='text'>
(cherry picked from commit a31060817ef8b03814b240442811ea5caa082d1c)

Resolves: #2040679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a31060817ef8b03814b240442811ea5caa082d1c)

Resolves: #2040679
</pre>
</div>
</content>
</entry>
<entry>
<title>ifup-routes: Use `ip route repace` to avoid race</title>
<updated>2022-01-14T17:52:17+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2022-01-11T08:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=66530245e2cc8b58b49b8de748423f2f88c5edae'/>
<id>66530245e2cc8b58b49b8de748423f2f88c5edae</id>
<content type='text'>
This should resolve the scenario when the link is brought
up prior to disabling accept_ra.

This only happens when both IPv4 and IPv6 address is on
the interface, because network-scripts does IPv4 first
and brings up the interface.

Then it does IPv6 which disables the RA's, at that point
the node has already learned the route from RA and setting
a default route fails.

Using `ip route replace` we ensure if the above scenario
happens we end-up with the correct default ipv6 route.

Huge thanks to Harald who debugged this issue and prepared a patch!

(cherry picked from commit a71dcfd392cc1022c255208fdd94a0fc6c13ceb0)

Resolves: #2040679

Co-authored-by: hjensas &lt;hjensas@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should resolve the scenario when the link is brought
up prior to disabling accept_ra.

This only happens when both IPv4 and IPv6 address is on
the interface, because network-scripts does IPv4 first
and brings up the interface.

Then it does IPv6 which disables the RA's, at that point
the node has already learned the route from RA and setting
a default route fails.

Using `ip route replace` we ensure if the above scenario
happens we end-up with the correct default ipv6 route.

Huge thanks to Harald who debugged this issue and prepared a patch!

(cherry picked from commit a71dcfd392cc1022c255208fdd94a0fc6c13ceb0)

Resolves: #2040679

Co-authored-by: hjensas &lt;hjensas@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Update path to csdiff repository (#391)</title>
<updated>2021-09-14T09:20:00+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-09-14T09:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=2a915025ac9a0c61a4a9edbb97ef56c116cf4e9f'/>
<id>2a915025ac9a0c61a4a9edbb97ef56c116cf4e9f</id>
<content type='text'>
(cherry picked from commit 90c4a1e83c342b9ea08d7c6ead728c33be0d9cc8)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 90c4a1e83c342b9ea08d7c6ead728c33be0d9cc8)
</pre>
</div>
</content>
</entry>
<entry>
<title>10.11.1</title>
<updated>2021-09-01T12:13:18+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-09-01T12:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=0aeecdccb2b2cadcbc2dcf2ba045f002280e4689'/>
<id>0aeecdccb2b2cadcbc2dcf2ba045f002280e4689</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spec: Replace not working awk command with sed (#387)</title>
<updated>2021-09-01T11:49:39+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-09-01T11:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=05a725a131ca5018a0d9bc09e4ac6738aaa05269'/>
<id>05a725a131ca5018a0d9bc09e4ac6738aaa05269</id>
<content type='text'>
Sed command get version number from spec file and increment last
number by one. Work like old awk command was intended to work.

Source: https://stackoverflow.com/questions/14348432/how-to-find-replace-and-increment-a-matched-number-with-sed-awk/14348899

(cherry picked from commit bfda3cc2acdea827909e6c89bda5bbb5140cda6c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sed command get version number from spec file and increment last
number by one. Work like old awk command was intended to work.

Source: https://stackoverflow.com/questions/14348432/how-to-find-replace-and-increment-a-matched-number-with-sed-awk/14348899

(cherry picked from commit bfda3cc2acdea827909e6c89bda5bbb5140cda6c)</pre>
</div>
</content>
</entry>
<entry>
<title>spec: Update relation between initscripts and initscripts-service (#386)</title>
<updated>2021-09-01T11:37:49+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-09-01T11:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=03429d3175c401d5728431d626d9e2ce087b42ec'/>
<id>03429d3175c401d5728431d626d9e2ce087b42ec</id>
<content type='text'>
Add strong relation between initscripts and initscripts-service.
Also update Obsoletes of initscripts package.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add strong relation between initscripts and initscripts-service.
Also update Obsoletes of initscripts package.</pre>
</div>
</content>
</entry>
<entry>
<title>10.11</title>
<updated>2021-08-27T07:55:06+00:00</updated>
<author>
<name>Jan Macku</name>
<email>jamacku@redhat.com</email>
</author>
<published>2021-08-27T07:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/forks/initscripts/commit/?id=c1771020f3cc78385fbb2876ada1a0151720c666'/>
<id>c1771020f3cc78385fbb2876ada1a0151720c666</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
