View previous topic :: View next topic |
Author |
Message |
Tinitus Veteran

Joined: 20 Sep 2004 Posts: 1754
|
Posted: Sat Dec 28, 2013 7:28 pm Post subject: systemd netzwerk Probleme |
|
|
Hallo,
nach einem Update auf gnome 3.8 habe ich keine Netzwerkverbindung.
Fehlermeldung im Netzwerkmanager:
Die netzwerkdienste des systems sind mit dieser version nicht kompatibel.
Was habe ich da falsch gemacht? netzwerkmanger ist mit systemd und -consolekit gebaut.
Nachtrag:
ein
Code: | systemctl start networkmanager |
bringt:
Code: |
Failed to issue method call: Unit networkmanager.service failed to load: No such file or directory. |
|
|
Back to top |
|
 |
Jean-Paul Guru

Joined: 13 Apr 2009 Posts: 307
|
Posted: Sat Dec 28, 2013 8:13 pm Post subject: |
|
|
Du wirst es falsch geschrieben haben.
Vielleicht schreibt man es so Quote: | systemctl start NetworkManager |
_________________ ”Everything should be made as simple as possible, but no simpler.” – Albert Einstein |
|
Back to top |
|
 |
boospy Guru


Joined: 07 Feb 2010 Posts: 310 Location: Austria
|
Posted: Mon Jan 13, 2014 8:37 pm Post subject: |
|
|
Ne man schreibt es so:
Code: | systemctl start NetworkManager.service |
MIt der TAB Taste wird es erweitert.
Siehe auch "/etc/systemd/system" und "/usr/lib/systemd/system"
lg
boospy |
|
Back to top |
|
 |
schmidicom Veteran


Joined: 09 Mar 2006 Posts: 1982 Location: Schweiz
|
Posted: Tue Jan 14, 2014 8:07 am Post subject: |
|
|
@boospy
Jean-Paul hat recht, seit irgendeiner Version von systemd ist das ".service" am Schluss nicht mehr nötig. Aber der restliche Name muss natürlich genau so korrekt geschrieben sein wie bei den init Dateien. _________________ Lenovo - ThinkPad P16s Gen 2 - 21K9CTO1WW |
|
Back to top |
|
 |
boospy Guru


Joined: 07 Feb 2010 Posts: 310 Location: Austria
|
Posted: Tue Jan 14, 2014 9:00 am Post subject: |
|
|
Ah, ok das wusste ich nicht.
lg
boospy |
|
Back to top |
|
 |
|