You are not logged in.
Pages: 1
Hello guys , I'm having a problem you can not log in any network by wifi , I've tried with NetworkManager without success, and the other is by the command : wifi -menu , but it brings me the result :
Job for netctl wlp9s0 @ \ x2dNET \ x20VIRTUA \ x20N \ x20398.service failed . See ' systemctl status netctl wlp9s0 @ \ x2dNET \ x20VIRTUA \ x20N \ x20398.service ' and ' journalctl - xn ' for details .
I ran the command and the message reads:
Logs begin at Sat 03/22/2014 20:34:46 ACT , end at Mon 24/03/2014 22:46:54 ACT . -
Mar 24 22:26:12 dell su [ 966 ] : pam_unix ( su : session ) : session opened for user root by eli ( uid = 1000 )
Mar 24 22:26:52 dell org.gtk.Private.UDisks2VolumeMonitor [ 572 ] : # # # debug : in handle_supported
Mar 24 22:26:52 dell org.gtk.Private.UDisks2VolumeMonitor [ 572 ] : # # # debug : in handle_list
Mar 24 22:32:18 dell gnome- keyring - daemon [ 563 ] : keyring alias directory: / home / eli / .local / share / keyrings
Mar 24 22:37:12 dell su [ 966 ] : pam_unix ( su : session ) : session closed for user root
Mar 24 22:43:25 dell su [ 2739 ] : ( to root) eli on pts / 0
Mar 24 22:43:25 dell su [ 2739 ] : pam_unix ( su : session ) : session opened for user root by eli ( uid = 1000 )
Mar 24 22:46:09 dell su [ 2739 ] : pam_unix ( su : session ) : session closed for user root
Mar 24 22:46:51 dell org.freedesktop.Notifications [ 572 ] : ( mate - notification- daemon : 3043 ) : CRITICAL ** - dconf : unable to create file ' / run/user/1000/dconf/user ' : permission
Mar 24 22:46:54 dell org.freedesktop.Notifications [ 572 ] : ( mate - notification- daemon : 3046 ) : CRITICAL ** - dconf : unable to create file ' / run/user/1000/dconf/user ' : permission
Does anyone have any idea what is happening ? And how to solve this problem ?
Offline
Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_Code
Moving to NC...
Offline
Mar 24 22:46:51 dell org.freedesktop.Notifications [ 572 ] : ( mate - notification- daemon : 3043 ) : CRITICAL ** - dconf : unable to create file ' / run/user/1000/dconf/user ' : permission Mar 24 22:46:54 dell org.freedesktop.Notifications [ 572 ] : ( mate - notification- daemon : 3046 ) : CRITICAL ** - dconf : unable to create file ' / run/user/1000/dconf/user ' : permission Does anyone have any idea what is happening ? And how to solve this problem ?
/run/yourUID should be writeable by you. I suspect you did something wrong (such as using sudo to run a graphical program). try
sudo chown "$USER:$USER" /run/"$UID"this would likely remedy itself after a reboot, as /run is supposed to be a tmpfs folder. at any rate, you should run it on your home folder too.
sudo chown "$USER:$USER" "$HOME"Offline
Pages: 1