Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [Solved] [dinit] NetworkManager exit status 1 (Read 604 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

[Solved] [dinit] NetworkManager exit status 1

Quote
I installed artix for my first time in my life,using the newest iso. i m newbie to artix,But i used void linux and arch

i installed networkmanager networkmanager-dinit using pacman.

i enabled the service using dinitctl.

Now NetworkManager exit with status 1.


Code: [Select]
Service: NetworkManager
    State: STOPPED (terminated; exited - status 1)

What can i do??  I need to downgrading the packages?? i need to Configuration Files??

this is my log:
Code: [Select]
[[+]     ] boot
[{+}     ] getty
[{+}     ] loginready (has console)
[{+}     ] setup
[{+}     ] cleanup
[{+}     ] fsck
[{+}     ] binfmt
[{+}     ] pseudofs
[{+}     ] locale
[{+}     ] root-rw
[{+}     ] mount-all
[{+}     ] udevd (pid: 396)
[{+}     ] udevd-early
[{+}     ] tmpfs
[{+}     ] cgroups
[{+}     ] tmpfiles-dev
[{+}     ] kmod-static-nodes
[{+}     ] udev-settle
[{+}     ] udev-trigger
[{+}     ] lvm2
[{+}     ] cryptsetup
[{+}     ] hwclock
[{+}     ] net-lo
[{+}     ] random-seed
[{+}     ] swap
[{+}     ] sysctl
[{+}     ] sysusers
[{+}     ] tmpfiles-setup
[{+}     ] vconsole
[{+}     ] hostname
[{+}     ] mount
[{+}     ] misc
[{+}     ] modules
[{+}     ] network
[{+}     ] network-pre
[{+}     ] rclocal
[{+}     ] logind
[{+}     ] elogind (pid: 478)
[{+}     ] dbus (pid: 476)
[{+}     ] dbus-pre
[{+}     ] connmand (pid: 477)
[{+}     ] tty1 (pid: 505)
[{+}     ] tty2 (pid: 497)
[{+}     ] tty3 (pid: 506)
[{+}     ] tty4 (pid: 509)
[{+}     ] tty5 (pid: 507)
[{+}     ] tty6 (pid: 508)
[     {X}] NetworkManager (exit status: 1)


Re: [dinit] NetworkManager exit status 0

Reply #1
Look in /var/log/syslog.log for error messages

Or disable the service temporarily and as root start it manually in a terminal
Code: [Select]
/usr/bin/NetworkManager -n

Hopefully you'll see more useful error messages ?

Re: [dinit] NetworkManager exit status 1

Reply #2
i run it it dont tell me anything. i dont have syslog

Re: [dinit] NetworkManager exit status 1

Reply #3
i found that i have connman connman-dinit and i didn't know that is it an alternative to NetworkManager.I m going to uninstalled

Re: [dinit] NetworkManager exit status 1

Reply #4
i unistalled and it's working.The issue is like in void linux when you run dhcpcd and NetworkManager at the same time.
I just need it to remove  connman.

thx for your help.