View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004090 | Kali Linux | General Bug | public | 2017-07-07 10:16 | 2020-12-01 10:48 |
Reporter | rhertzog | Assigned To | rhertzog | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2017.1 | ||||
Summary | 0004090: /etc/network/interfaces refers to wrong interfaces name (ens2p0 instead of eth0) | ||||
Description | When you install a Kali system, /etc/network/interfaces will refer to the interface name seen in the installer. This is the name assigned by systemd/udev. However in the installed system, we get the files created in the Live ISO to disable that renaming and thus the network interface is known as "eth0" and there's a mismatch which result in the network not working if you don't have Network Manager to configure all known interfaces... | ||||
One solution would be to boot the installer with the kernel parameter "net.ifnames=0". Or to build the various initrd with the same set of files: Disable the udev rules renaming the network interfaces (can also beachieved with kernel command line net.ifnames=0 but we don't have a niceway to set it on the installed system)mkdir -p /etc/systemd/network /etc/udev/rules.d |
|
Fixed in live-build-config git repository with commit 0bf54092e6ef76ee5d8eff6079b06c927317f58e I added the --bootappend-install option to set "net.ifnames=0" in the installer kernel command line. This was the most sensible decision since the work to disable that renaming in the installed system is also done in a live-build hook stored in the same repository. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-07-07 10:16 | rhertzog | New Issue | |
2017-07-07 10:16 | rhertzog | Status | new => assigned |
2017-07-07 10:16 | rhertzog | Assigned To | => rhertzog |
2017-07-07 10:27 | rhertzog | Note Added: 0006874 | |
2017-07-07 10:27 | rhertzog | Product Version | 2017.2 => 2017.1 |
2017-07-17 15:25 | rhertzog | Status | assigned => resolved |
2017-07-17 15:25 | rhertzog | Resolution | open => fixed |
2017-07-17 15:25 | rhertzog | Note Added: 0006906 | |
2020-12-01 10:48 | g0tmi1k | Priority | high => normal |