View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007042 | Kali Linux | [All Projects] General Bug | public | 2021-02-07 22:28 | 2022-12-07 16:36 |
Reporter | vik001 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | open | ||
Product Version | 2020.4 | ||||
Target Version | Fixed in Version | ||||
Summary | 0007042: NetworkManager.service - Network Manager is killed | ||||
Description | after upgrade the system my networkmanager is not running i tried many ways to run it reinstall networkmanager via usb theatering but nothing works out my networking is enable but networkmanager is not responding | ||||
Steps To Reproduce | service Network manager start service NetworkManager status ● NetworkManager.service - Network Manager Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled) Active: failed (Result: signal) since Mon 2021-02-08 03:49:05 IST; 384ms ago Docs: man:NetworkManager(8) Process: 3470 ExecStart=/usr/sbin/NetworkManager --no-daemon (code=killed, signal=SEGV) Main PID: 3470 (code=killed, signal=SEGV) CPU: 254ms Feb 08 03:49:05 kali systemd[1]: NetworkManager.service: Scheduled restart job, restart counter is at 5. Feb 08 03:49:05 kali systemd[1]: Stopped Network Manager. Feb 08 03:49:05 kali systemd[1]: NetworkManager.service: Start request repeated too quickly. Feb 08 03:49:05 kali systemd[1]: NetworkManager.service: Failed with result 'signal'. Feb 08 03:49:05 kali systemd[1]: Failed to start Network Manager. | ||||
|
What type of install and hardware is this? I can't reproduce the issue here, and I've tried on amd64, arm64 and armhf. $ apt policy network-manager network-manager: Installed: 1.28.0-2+b1 Candidate: 1.28.0-2+b1 |
|
network-manager: Installed: 1.28.0-2+b1 Candidate: 1.28.0-2+b1 Version table: *** 1.28.0-2+b1 500 500 http://http.kali.org/kali kali-rolling/main amd64 Packages 500 http://ftp.de.debian.org/debian sid/main amd64 Packages 100 /var/lib/dpkg/status 1.6.2-3+deb9u2 500 500 http://deb.debian.org/debian oldstable/main amd64 Packages please give me the solution of this bug i can not start my network manager |
|
I don't have a solution because I can't reproduce the issue here. We need to know why it's segfaulting there. SIGSEGV is automatically sent by the kernel if a process does something with memory it shouldn't have done - can you check the output of "dmesg" to see if there is any output related to the segfaults? As a side note: you really shouldn't enable debian repositories, and it is possible that you somehow have incompatible dependencies installed now. |
|
NetworkManager[814]: segfault at 7ffec13dbb10 ip 00007f74e7fdb507 sp 00007ffec13dbb10 error 6 in libc-2.31.so[7f74e7f30000+14b000] [ 44.553766] Code: 41 f6 ff e8 3b d1 03 00 b8 fe ff ff ff e9 66 fa ff ff 90 41 57 49 89 f7 41 56 41 55 41 54 55 53 48 81 ec e8 28 00 00 44 8b 37 <48> 89 14 24 89 4c 24 14 44 89 44 24 1c 4c 89 4c 24 28 64 48 8b 04 [ 45.676293] NetworkManager[937]: segfault at 7fff8d34da20 ip 00007f5599f1d507 sp 00007fff8d34da20 error 6 in libc-2.31.so[7f5599e72000+14b000] [ 45.676302] Code: 41 f6 ff e8 3b d1 03 00 b8 fe ff ff ff e9 66 fa ff ff 90 41 57 49 89 f7 41 56 41 55 41 54 55 53 48 81 ec e8 28 00 00 44 8b 37 <48> 89 14 24 89 4c 24 14 44 89 44 24 1c 4c 89 4c 24 28 64 48 8b 04 [ 47.527159] NetworkManager[943]: segfault at 7ffcd0e14900 ip 00007fb7f4e0b507 sp 00007ffcd0e14900 error 6 in libc-2.31.so[7fb7f4d60000+14b000] [ 47.527168] Code: 41 f6 ff e8 3b d1 03 00 b8 fe ff ff ff e9 66 fa ff ff 90 41 57 49 89 f7 41 56 41 55 41 54 55 53 48 81 ec e8 28 00 00 44 8b 37 <48> 89 14 24 89 4c 24 14 44 89 44 24 1c 4c 89 4c 24 28 64 48 8b 04 [ 48.235339] NetworkManager[952]: segfault at 7ffdb59dcff0 ip 00007fbfce350507 sp 00007ffdb59dcff0 error 6 in libc-2.31.so[7fbfce2a5000+14b000] [ 48.235348] Code: 41 f6 ff e8 3b d1 03 00 b8 fe ff ff ff e9 66 fa ff ff 90 41 57 49 89 f7 41 56 41 55 41 54 55 53 48 81 ec e8 28 00 00 44 8b 37 <48> 89 14 24 89 4c 24 14 44 89 44 24 1c 4c 89 4c 24 28 64 48 8b 04 [ 48.952750] NetworkManager[960]: segfault at 7ffc1d5e4a70 ip 00007ff439b8f507 sp 00007ffc1d5e4a70 error 6 in libc-2.31.so[7ff439ae4000+14b000] [ 48.952759] Code: 41 f6 ff e8 3b d1 03 00 b8 fe ff ff ff e9 66 fa ff ff 90 41 57 49 89 f7 41 56 41 55 41 54 55 53 48 81 ec e8 28 00 00 44 8b 37 <48> 89 14 24 89 4c 24 14 44 89 44 24 1c 4c 89 4c 24 28 64 48 8b 04 [ 49.694928] NetworkManager[965]: segfault at 7ffd0d119a00 ip 00007f6021d46507 sp 00007ffd0d119a00 error 6 in libc-2.31.so[7f6021c9b000+14b000] i dont know about this?? |
|
This report has been filed against an old version of Kali. We will be closing this ticket due to inactivity. Please could you see if you are able to replicate this issue with the latest version of Kali Linux (https://www.kali.org/get-kali/)? If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing, and also give information about your setup? For more information, please read: https://www.kali.org/docs/community/submitting-issues-kali-bug-tracker/ |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-02-07 22:28 | vik001 | New Issue | |
2021-02-08 06:40 | steev | Note Added: 0014200 | |
2021-02-08 09:07 | vik001 | Note Added: 0014201 | |
2021-02-08 15:58 | steev | Note Added: 0014202 | |
2021-02-08 16:47 | vik001 | Note Added: 0014203 | |
2021-06-30 08:49 | g0tmi1k | Priority | immediate => normal |
2022-03-25 13:57 | g0tmi1k | Severity | block => feature |
2022-03-25 13:58 | g0tmi1k | Severity | feature => minor |
2022-12-07 16:36 | g0tmi1k | Note Added: 0017178 | |
2022-12-07 16:36 | g0tmi1k | Status | new => closed |