Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Risolto] Systemd.networkd.service
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Tue Mar 05, 2019 2:08 pm    Post subject: [Risolto] Systemd.networkd.service Reply with quote

Non riesco proprio a far funzionare Gentoo. Spero che qualcuno mi aiuti.
Ho seguito tutte le guide ufficiali per installare Gnome 3 con systemd. Ma al reboot ho alcuni errori (almeno credo) e non riesco ad abilitare ad esempio systemd-network.service. Allego foto

https://www.dropbox.com/s/8qorxq1mt8fymxn/IMG_0049.jpg?dl=0

Quando do il comando

Code:
 systemctl enable systemd-network.service


Ricevo come risposta
Code:
Failed to enable unit: Unit file systemd-network.service does not exist.


Last edited by Johnnydsg on Thu Mar 07, 2019 2:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Tue Mar 05, 2019 3:16 pm    Post subject: Reply with quote

un'altra domanda. Perché nella guida https://wiki.gentoo.org/wiki/Systemd vengono consigliate alcune impostazioni nel kernel, mentre la guida https://wiki.gentoo.org/wiki/Systemd/Installing_Gnome3_from_scratch si limita all'impostazione
Code:

Gentoo Linux --->
        Support for init systems, system and service managers --->
                [*]Openrc
                [*] systemd
Back to top
View user's profile Send private message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Tue Mar 05, 2019 5:36 pm    Post subject: Reply with quote

Potrebbe dipendere da quando si da il comando
Code:
systemd-machine-id-setup
durante l’installazione?
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1014

PostPosted: Tue Mar 05, 2019 6:59 pm    Post subject: Re: Systemd.networkd.service Reply with quote

Johnnydsg wrote:
Non riesco proprio a far funzionare Gentoo. Spero che qualcuno mi aiuti.
Ho seguito tutte le guide ufficiali per installare Gnome 3 con systemd. Ma al reboot ho alcuni errori (almeno credo) e non riesco ad abilitare ad esempio systemd-network.service. Allego foto

https://www.dropbox.com/s/8qorxq1mt8fymxn/IMG_0049.jpg?dl=0

Quando do il comando

Code:
 systemctl enable systemd-network.service


Ricevo come risposta
Code:
Failed to enable unit: Unit file systemd-network.service does not exist.


Forse perchè dovresti stare un pò più attento a come digiti i comandi ?

Il servizio è fornito da systemd stesso si chiama

Quote:
systemd-networkd.service


e non
Quote:
systemd-network.service


Code:
● systemd-networkd.service - Network Service
   Loaded: loaded (/lib/systemd/system/systemd-networkd.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2019-02-28 13:12:42 CET; 5 days ago
     Docs: man:systemd-networkd.service(8)
 Main PID: 953 (systemd-network)
   Status: "Processing requests..."
    Tasks: 1 (limit: 4915)
   Memory: 2.2M
   CGroup: /system.slice/systemd-networkd.service
           └─953 /lib/systemd/systemd-networkd

feb 28 13:12:42 sabayon systemd[1]: Starting Network Service...
feb 28 13:12:42 sabayon systemd-networkd[953]: Enumeration completed
feb 28 13:12:42 sabayon systemd-networkd[953]: enp3s0f1: Interface name change detected, enp3s0f1 has been renamed to eth0.
feb 28 13:12:42 sabayon systemd[1]: Started Network Service.
feb 28 13:12:42 sabayon systemd-networkd[953]: wlp2s0: Interface name change detected, wlp2s0 has been renamed to wlan0.
feb 28 13:12:42 sabayon systemd-networkd[953]: eth0: Interface name change detected, eth0 has been renamed to enp3s0f1.
feb 28 13:12:42 sabayon systemd-networkd[953]: wlan0: Interface name change detected, wlan0 has been renamed to wlp2s0.
feb 28 13:12:58 sabayon systemd-networkd[953]: wlp2s0: Gained carrier
feb 28 13:13:00 sabayon systemd-networkd[953]: wlp2s0: Gained IPv6LL

_________________
LRS i586 on G.Drive
LRS x86-64 EFI on MEGA
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30914
Location: here

PostPosted: Tue Mar 05, 2019 7:06 pm    Post subject: Reply with quote

Scusa non ho risposto perche' non ho esperienza con gnome o systemd, comunque come di leio forse e' meglio che configuri NetowkManager al posto di systemd-networkd.service
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
fturco
Veteran
Veteran


Joined: 08 Dec 2010
Posts: 1181
Location: Italy

PostPosted: Wed Mar 06, 2019 11:10 am    Post subject: Reply with quote

@Johnnydsg: il comando giusto è dmesg, non "dmseg", "dmsg", o "dmeseg".
Back to top
View user's profile Send private message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Wed Mar 06, 2019 12:31 pm    Post subject: Reply with quote

Siate pazienti, non sono esperto, ma spero di imparare presto
Back to top
View user's profile Send private message
fturco
Veteran
Veteran


Joined: 08 Dec 2010
Posts: 1181
Location: Italy

PostPosted: Wed Mar 06, 2019 7:20 pm    Post subject: Reply with quote

Non ti preoccupare, vedrai che con un po' di pratica si impara presto :)
Back to top
View user's profile Send private message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Thu Mar 07, 2019 2:33 pm    Post subject: Reply with quote

Come consigliatomi ho installato dhcp e networkmanager e non dhcpcd. Dopo varie peripezie ed aver aggiunto l’utente non root al gruppo video, sono riuscito avviare Gnome, na solamente da terminale, tramite modifica di xinitrc e startx. Eppure avevo abilitato gdm.service. Cosa potrebbe essere che impedisce il regolare avvio di gdm?
Back to top
View user's profile Send private message
fturco
Veteran
Veteran


Joined: 08 Dec 2010
Posts: 1181
Location: Italy

PostPosted: Thu Mar 07, 2019 3:57 pm    Post subject: Reply with quote

Non uso più GNOME o GDM da tempo, ma hai provato a guardare i log nella directory /var/log/gdm/?
Back to top
View user's profile Send private message
Johnnydsg
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2013
Posts: 116

PostPosted: Thu Mar 07, 2019 4:37 pm    Post subject: Reply with quote

Non c’è nessun file di log dove mi dici di guardare
Back to top
View user's profile Send private message
fturco
Veteran
Veteran


Joined: 08 Dec 2010
Posts: 1181
Location: Italy

PostPosted: Thu Mar 07, 2019 5:15 pm    Post subject: Reply with quote

Non sono sicuro, ma controlla anche se vi siano file nascosti in quella directory:
Code:
find /var/log/gdm

Inoltre puoi provare anche con:
Code:
journalctl -b -u gdm
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum