OpenSUSE Leap 42.2: Difference between revisions
m →Installation notes/Known Issues: Abandoned jumbo packets |
m Upgraded to HTTPS links |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This | {{No support}} | ||
This was the Linux distribution my server was based on. More information is available [https://www.opensuse.org/ here]. | |||
If you are looking to install openSUSE, you should look at installing {{Current openSUSE}}, the latest version. | |||
If you are still looking to install openSUSE, there are more details in [[Obtaining openSUSE Leap 42.2|obtaining openSUSE Leap 42.2]]. | |||
== Changes to openSUSE == | == Changes to openSUSE == | ||
| Line 7: | Line 13: | ||
== Installation notes/Known Issues == | == Installation notes/Known Issues == | ||
* Jumbo packets with Intel network cards (9000 MTU) do not work properly with the first version of the Linux kernel available with this release. Updating the kernel after the initial setup fixes this and allows the use of jumbo packets properly. ''We have abandoned using jumbo packets, these have made a few of our older devices lock-up when they are use, namely 100Mbps devices.'' | * Jumbo packets with Intel network cards (9000 MTU) do not work properly with the first version of the Linux kernel available with this release. Updating the kernel after the initial setup fixes this and allows the use of jumbo packets properly. '''We have abandoned using jumbo packets, these have made a few of our older devices lock-up when they are use, namely 100Mbps devices.''' | ||
* BIND DNS server is implemented as an old SysV service running under systemd. To enable it to boot on start-up (which is still hit and miss), you must use the SysV command <code>chkconfig named on</code>, for other commands such as start, stop and restart, you must use systemd commands <code>service named start/stop/restart</code>. | * BIND DNS server is implemented as an old SysV service running under systemd. To enable it to boot on start-up (which is still hit and miss), you must use the SysV command <code>chkconfig named on</code>, for other commands such as start, stop and restart, you must use systemd commands <code>service named start/stop/restart</code>. | ||