You are not logged in.

#1 2014-03-26 22:49:05

arch-rodrigo
Member
Registered: 2014-03-26
Posts: 4

Find wifi network but will not connect

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

#2 2014-03-26 23:01:45

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Find wifi network but will not connect

Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_Code



Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-03-27 15:38:38

HiImTye
Member
From: Halifax, NS, Canada
Registered: 2012-05-09
Posts: 1,072

Re: Find wifi network but will not connect

arch-rodrigo wrote:
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

Board footer

Powered by FluxBB