[SOLVED] NetworkManager "not authorized to control networking" error

I'm installing arch with XFCE on an eeepc-1005ha. My wired ethernet works fine, both with dhcpcd eth0 and the NetworkManager (which connects automatically on boot). I'm following the instructions from this link: https://wiki.archlinux.org/index.php/Ne … nager#XFCE
I installed the NetworkManager and the xfce notify package. From the configuration setting part of the linked page, I disabled my internet connections with these commands:
ip link set down eth0
ip link set down wlan0
I added NetworkManager to the DAEMONS array, after dbus, per the instructions. I still get a "not authorized to control networking" error when I select a wireless network, so I followed the troubleshooting instructions. This is my .xinitrc file:
#!/bin/sh
# ~/.xinitrc
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# exec gnome-session
# exec startkde
exec startxfce4 --with-ck-launch
#exec ck-launch-session dbus-launch startxfce4
# ...or the Window Manager of your choice
The exec line that's not commented out comes from the XFCE configuration instructions. The troubleshooting instructions for NetworkManager say to add
exec ck-launch-session wm
to .xinitrc, where wm is whatever window manager I'm using. Should
exec ck-launch-session startxfce4
or
exec dbus-launch ck-launch-session startxfce4
work? Neither of those options, nor the commented exec line in .xinitrc work.
Finally, I followed the NetworkManager troubleshooting instructions and added my user to the wheel group, using this command:
gpasswd -a myusername wheel
After a reboot, everything else still works (wired ethernet, xfce4, etc.) but the error upon connecting to wireless is still the same.
Any ideas? My user (username: myusername) does have full sudo privileges for this hostname.
Last edited by pythonscript (2012-05-22 18:41:41)

Both my flatmate and I are having this problem too, I am using openbox with consolekit and he is using awesome, again with consolekit.
We both use slim, me through inittab and he through the slim daemon.
By the way, it used to work, and has for around a year until now.
My outputs from ck-list-sessions:
Session1:
unix-user = '1000'
realname = '(null)'
seat = 'Seat1'
session-type = 'x11'
active = TRUE
x11-display = ':0.0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2012-05-17T07:56:42.199869Z'
login-session-id = '1'
Session2:
unix-user = '1000'
realname = '(null)'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ':0.0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2012-05-17T07:56:43.178151Z'
login-session-id = '1'
Last edited by tntexplosivesltd (2012-05-17 10:37:04)

Similar Messages

  • Not Authorized for this computer - error message

    Anyone know how to fix this
    "The application 'Evernote' was not installed on your iPhone 'Mike's iPhone' because you are not authorised for it on this computer."
    Evernote is a free app
    My iPhone is, and always has been registered to my iMac, which is not giving me the error message. All the other apps are OK?
    Anyone got any ideas?
    Thanks

    Salut!
    I have seen similar messages pretty much all the time. The only thing that helps is activating the computer before starting to sync the iphone.
    The really annoying thing is, if I don't do that, iTunes will randomly decide that some apps are not authorized and will happily uninstall them.
    I wonder what's going on there
    cheers
    Majello

  • First record is not an IDOC control record - Error

    When I am trying to import orders in my test system through RSEINB00 , it is giving me this error "First record is not an IDOC control record"
    But if I manually do it through test tool , it post successfully.
    I tried different files which have been posted into production client successfully but still the same error.
    It was working just fine until yesterday. Today I modified one file and ran it and it gave me the error. Now its giving me the error in all the file i try.
    Any clues ??

    Hi,
    Please check the partner profile (WE20) and IDoc ports (WE21) setup, perhaps someone changed them by mistake.
    Also please check the IDoc file content whether there is IDoc control record (EDIDC) information or not.
    Regards,
    Ferry Lianto

  • IDVD08 doesn't solve "computer not authorized" issue

    Boy am I dumb - I originally posted my problem in burning an iMovie DVD which contained DRM protected music from iTunes. http://discussions.apple.com/thread.jspa?threadID=1101333
    I had this great idea that Apple would have solved the issue in iLife08 - so I upgraded during the week - the guys in the Apple shop did not have a clue what I was talking about but I gave it a go anyway .... but no, the problem is still there - which I would have known if I'd bothered to read these discussions.
    Bottom line: iLife 08 does not solve the "computer not authorized" to play music from iTunes
    Here's another good discussion thread for this major issue:
    http://discussions.apple.com/thread.jspa?threadID=1076620
    Message to Apple Team: SORT IT OUT ! You're now reminding me of Microsoft

    Make an audio CD from iTunes:
    In iTunes go into Preferences/Advanced/Burning. Select Disc Format: Audio CD. Then select your Playlist and click the Burn button in the lower right-hand corner.
    At one time, Apple allowed you to make 7 copies of your iTunes purchased music. I don't know what it is these days, but one copy is a great backup for the day your hard drive fails...
    Then insert your new audio CD and iTunes should give you import options.

  • Could not activate cellular data network error

    i bought ipad 2 few days back. while i'm trying to connect to 3G i'm getting the pop up saying "could not activate cellular data network".. can anyone help?

    If you have the sim version (AT&T in the US), did you purchase a sim card from your carrier, insert it and buy data?  If you have CDMA version (Verizon in the US), have you contacted your carrier to set up a data plan?

  • [SOLVED] NetworkManager not starting wireless at startup

    I am new to Arch Linux and my only problem so far has been the wireless. At startup NetworkManager loads fine but it does not bring up the wireless. I know when it is on by the orange light by my power button. I have atheros card and use ath9k. After I login there is still no wireless on. I go to network manager and turn wireless on. (gnome shell). Everything works after that. For troubleshooting, I put in rc.conf "ifconfig wlan0 up". The message is get is wlan0 no such device or something like that in similar words. I have removed that from rc.conf but despite the error message my orange light turns on but networkmanager does not detect it. I press click the wireless on and the wireless starts to connect. In terminal if I do ifconfig wlan0 down, NetworkManager takes a while to detect that this has been done and then turns the wireless back on by itself. I am pretty sure I have something minor in the installation instructions. Any help is much appreciated.
    Last edited by quasifilmie (2011-10-27 18:32:50)

    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    #   LANG in /etc/locale.conf takes precedence
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    #   in the hardware clock being left untouched (useful for virtualization)
    #   Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    #   to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    #   Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/Toronto"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    #   Replace every !module by an entry as on the following line in a file in
    #   /etc/modprobe.d:
    #     blacklist module
    #   See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="myhost"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    #   - interface: name of device (required)
    #   - address: IP address (leave blank for DHCP)
    #   - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    #   - broadcast: broadcast address (ignored for DHCP) (optional)
    #   - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    #   - set to 'menu' to present a menu during boot-up (dialog package required)
    #   - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    #   - prefix a daemon with a ! to disable it
    #   - prefix a daemon with a @ to start it up in the background
    # If you are sure nothing else touches your hardware clock (such as ntpd or
    # a dual-boot), you might want to enable 'hwclock'. Note that this will only
    # make a difference if the hwclock program has been calibrated correctly.
    # If you use a network filesystem you should enable 'netfs'.
    DAEMONS=(syslog-ng crond dbus networkmanager gdm)

  • [SOLVED] NetworkManager not letting me connect to the internet.

    Hello everyone,
    I normally connect to my WiFi using wifi-menu each start-up, but since I'm coming from Ubuntu in this laptop, and want the NetworkManager integration in GNOME, as well as automatically connecting to my preferred network on startup, I decided to install NetworkManager and network-manager-applet, as well as networkmanager-openvpn and networkmanager-pptp for vpn support.
    Unfortunately, enabling the NetworkManager service and starting the NetworkManager service (first disabling the netctl@wlo1\x2dCasa.service and wpa_supplicant.service) disconnects me from WiFi, and connecting to my network asks for the password (WPA2 Personal), after 50 seconds it asks for the password again, and goes on forever, unless one presses "Cancel" and it disconnects.
    I'm new to Arch Linux (not to Linux in general, as I actually used Ubuntu since 2009, and have some command-line experience), so if this seems like an easy task, or a rookie mistake, please bear with me.
    Is any more info required? Log files?
    -Jonathan
    Last edited by Jonathan Precise (2015-04-04 13:36:19)

    Yes, you are indeed right Xabre, I stopped netctl@wlo1\x2dCasa.service, but not wpa_supplicant.service, and enabled that last one. Now NetworkManager runs perfect!
    EDIT: I'm imagining that's how you mark this thread as solved? Or is there another method?
    -Jonathan
    Last edited by Jonathan Precise (2015-04-04 13:37:19)

  • [SOLVED] netctl not bringing up my network at boot

    I recently converted from netcfg to netctl and but my network is not coming up ever at boot time. Once the machine is booted I can bring it up manually using
    netcfg start ethernet-static
    It is obviously an static IP address and I copied the netctl sample script and then modified it. Here is my ethernet-static profile.
    Description='A basic static ethernet connection'
    Interface=enp2s0
    Connection=ethernet
    IP=static
    Address=('192.168.0.5/24')
    #Routes=('192.168.0.0/24 via 192.168.1.2')
    Gateway='192.168.0.1'
    DNS=('192.168.0.1')
    ## For IPv6 autoconfiguration
    #IP6=stateless
    ## For IPv6 static address configuration
    #IP6=static
    #Address6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
    #Routes6=('abcd::1234')
    #Gateway6='1234:0:123::abcd'
    The output of journalctl -d | grep net is the following
    un 14 08:40:03 kfrance-home kernel: Initializing cgroup subsys net_cls
    Jun 14 08:40:03 kfrance-home kernel: audit: initializing netlink socket (disabled)
    Jun 14 08:40:03 kfrance-home kernel: drop_monitor: Initializing network drop monitor service
    Jun 14 08:40:03 kfrance-home systemd[1]: Expecting device sys-subsystem-net-devices-enp2s0.device...
    Jun 14 08:40:03 kfrance-home kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    Jun 14 08:40:03 kfrance-home kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Jun 14 08:40:03 kfrance-home systemd-udevd[171]: renamed network interface eth0 to enp3s0
    Jun 14 08:40:03 kfrance-home systemd-udevd[168]: renamed network interface eth0 to enp2s0
    Jun 14 08:40:07 kfrance-home network[253]: Starting network profile 'ethernet-static'...
    Jun 14 08:40:12 kfrance-home network[253]: No connection on interface 'enp2s0'
    Jun 14 08:40:12 kfrance-home network[253]: Failed to bring the network up for profile 'ethernet-static'
    Jun 14 08:40:12 kfrance-home systemd[1]: netctl@ethernet\x2dstatic.service: main process exited, code=exited, status=1/FAILURE
    Jun 14 08:40:12 kfrance-home systemd[1]: Failed to start A basic static ethernet connection.
    Jun 14 08:40:12 kfrance-home systemd[1]: Unit netctl@ethernet\x2dstatic.service entered failed state.
    Jun 14 08:47:53 kfrance-home sudo[1300]: kfrance : TTY=pts/1 ; PWD=/home/emily ; USER=root ; COMMAND=/usr/bin/netctl start ethernet-static
    Jun 14 08:47:53 kfrance-home systemd[1]: Starting A basic static ethernet connection...
    Jun 14 08:47:53 kfrance-home network[1307]: Starting network profile 'ethernet-static'...
    Jun 14 08:47:57 kfrance-home network[1307]: Started network profile 'ethernet-static'
    Jun 14 08:47:57 kfrance-home systemd[1]: Started A basic static ethernet connection.
    Nothing from netcfg, or any other network service, is leading to a conflict for configuring the network.
    systemctl list-units | grep net
    [email protected] loaded active exited A basic static ethernet connection
    network.target loaded active active Network
    I do have two ethernet ports but from what I can tell the naming of the two ports is consistent.
    netctl status shows that my ethernet-static profile is the only profile and is active.
    I know I could connect without using netctl but want to get this working. Any ideas?
    Last edited by kfrance (2013-06-15 04:12:06)

    I fixed the problem. I changed the device name of the ethernet device I wanted to use using an udev-rule, according to the notes on the Network Configuration wiki page, to make sure that it wasn't a naming conflict and that solved it.

  • [Solved] Networkmanager not removing properly

    I installed networkmanager 0.6.5 via pacman but later decide to remove it.
    I'm using KDE 3.5.4 and the Don't Panic Kernel.
    Now always I shutdown or boot I receive the following error:
    On shutdown:
    /etc/rc.shutdown: Line 30 /etc/rc.d/networkmanager No such file or directory
    On boot:
    /etc/rc.multi: /etc/rc.d/networkmanager No such file or directory
    This is annoying. Is there anyway to completely remove networkmanager?
    Thanks in advance for any suggestions.
    [EDIT]: Oops. I forgot to check rc.conf. Removing networkmanager from daemons list solved the problem.
    Last edited by Vieira (2007-08-30 12:32:11)

    nevermind... ii'm blind...
    Last edited by klixon (2007-09-07 09:36:02)

  • [SOLVED] Lyx Not Starting Up: boost regex error

    I've just installed Lyx from official repositories but It's not starting up.
    If i run it from terminal:
    [#######@archTiD ~]$ lyx
    lyx: error while loading shared libraries: libboost_regex.so.1.55.0: cannot open shared object file: No such file or directory
    What did I do wrong?
    Thanks in advance.
    Last edited by Tid91 (2013-12-08 16:38:30)

    loafer wrote:
    pacman -Qo /usr/lib/libboost_regex.so.1.55.0
    /usr/lib/libboost_regex.so.1.55.0 is owned by boost-libs 1.55.0-2
    Is the file present?  You could try reinstalling boost-libs.
    Is present just the 1.54 version of that file.
    If I do:
    sudo pacman -S boost-libs
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: boost: requires boost-libs=1.54.0

  • "could not activate cellular data network" error message for Edge access

    I have the 1st gen iphone and also preordered the 3gs which is being delivered tomorrow. I went ahead and upgraded my iphone this morning to 3.0 just to start playing around with it. For some reason my data plan got deactivated. I validated that on the website and got an error message when trying to re-enable the $20/month data feature saying the feature wasn't compatible with my device. I can only assume this is related to ATT changing their records showing I now own the 3gs and need to enable the $30/month data feature. Wifi works thankfully. I decided to just forget it and hope everything activates correctly tomorrow when my 3gs arrives. So beware if you are in the same situation. There's lots of posts with this problem when I Googled it.

    If you have the sim version (AT&T in the US), did you purchase a sim card from your carrier, insert it and buy data?  If you have CDMA version (Verizon in the US), have you contacted your carrier to set up a data plan?

  • [Solved]Unable to connect to wireless network using networkmanager

    I have just recently reinstalled Arch Linux so I could try out Gnome 3. I am using Slim for a display manager and as I said before Gnome 3 for the window manager. All of the packages are the latest versions.
    slim 1.3.4-2
    gnome-session 3.4.2-3
    consolekit 0.4.6-4
    networkmanager 0.9.4.0-6
    network-manager-applet 0.9.4.1-1
    My current issue is that when i click on the network manager applet then click on a network to connect to it nothing happens. It doesn't matter if the network is secure or not. I have followed the instructions on the wiki for slim, gnome, and networkmanager. I have been reading the forums and trying out other people's solutions. So far nothing is working.
    Sorry for the long post but I figured more information was better than not enough.
    Thanks in advance. 
    Here are some of my config files.
    /etc/rc.conf
    # /etc/rc.conf - configuration file for initscripts
    # Most of rc.conf has been replaced by various other configuration
    # files. See archlinux(7) for details.
    # For more details on rc.conf see rc.conf(5).
    DAEMONS=(syslog-ng dbus networkmanager alsa hwclock sshd crond)
    # Storage
    # USEDMRAID="no"
    # USELVM="no"
    # Network
    # interface=
    # address=
    # netmask=
    # gateway=
    /etc/slim.conf
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    #login_cmd exec /bin/bash -login ~/.xinitrc %session
    login_cmd exec ck-launch-session dbus-launch /bin/bash -login ~/.xinitrc %session > ~/.xsession-errors 2>&1
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    sessions gnome-session
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    #default_user simone
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    #auto_login no
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    #current_theme default
    current_theme archlinux-simplyblack
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    /home/felix85/.xinitrc
    #!/bin/sh
    #/usr/bin/gnome-keyring-daemon --start --components=gpg
    #/usr/bin/gnome-keyring-daemon --start --components=pkcs11
    #/usr/bin/gnome-keyring-daemon --start --components=secrets
    #/usr/bin/gnome-keyring-daemon --start --components=ssh
    exec gnome-session
    /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla
    [nm-applet]
    Identity=unix-group:network;unix-group:wheel
    Action=org.freedesktop.NetworkManager.*
    ResultAny=yes
    ResultInactive=no
    ResultActive=yes
    /etc/pam.d/login
    #%PAM-1.0
    auth required pam_securetty.so
    auth requisite pam_nologin.so
    auth include system-local-login
    account include system-local-login
    session include system-local-login
    session optional pam_ck_connector.so
    /etc/pam.d/passwd
    #%PAM-1.0
    #password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
    #password required pam_unix.so sha512 shadow use_authtok
    password required pam_unix.so sha512 shadow nullok
    password optional pam_gnome_keyring.so
    /etc/pam.d/slim
    #%PAM-1.0
    auth requisite pam_nologin.so
    auth required pam_env.so
    auth required pam_unix.so
    auth optional pam_gnome_keyring.so
    account required pam_unix.so
    password required pam_unix.so
    session required pam_limits.so
    session required pam_unix.so
    session optional pam_loginuid.so
    session optional pam_gnome_keyring.so auto_start
    -session optional pam_systemd.so
    /etc/group
    root:x:0:root
    bin:x:1:root,bin,daemon
    daemon:x:2:root,bin,daemon
    sys:x:3:root,bin
    adm:x:4:root,daemon
    tty:x:5:
    disk:x:6:root
    lp:x:7:daemon
    mem:x:8:
    kmem:x:9:
    wheel:x:10:root,felix85
    ftp:x:11:
    mail:x:12:
    uucp:x:14:
    log:x:19:root
    utmp:x:20:
    locate:x:21:
    rfkill:x:24:
    smmsp:x:25:
    http:x:33:
    games:x:50:felix85
    lock:x:54:
    network:x:90:felix85
    video:x:91:felix85
    audio:x:92:felix85
    optical:x:93:felix85
    floppy:x:94:
    storage:x:95:felix85
    scanner:x:96:
    power:x:98:felix85
    nobody:x:99:
    users:x:100:felix85
    dbus:x:81:felix85
    felix85:x:1000:
    avahi:x:84:
    usbmux:x:140:
    rtkit:x:133:
    ntp:x:87:
    networkmanager:x:1001:felix85
    Here are some of the log files.
    /home/felix85/.xsession-errors
    GNOME_KEYRING_CONTROL=/home/felix85/.cache/keyring-YtWJUI
    GPG_AGENT_INFO=/home/felix85/.cache/keyring-YtWJUI/gpg:0:1
    GNOME_KEYRING_CONTROL=/home/felix85/.cache/keyring-YtWJUI
    GPG_AGENT_INFO=/home/felix85/.cache/keyring-YtWJUI/gpg:0:1
    GNOME_KEYRING_CONTROL=/home/felix85/.cache/keyring-YtWJUI
    GPG_AGENT_INFO=/home/felix85/.cache/keyring-YtWJUI/gpg:0:1
    GNOME_KEYRING_CONTROL=/home/felix85/.cache/keyring-YtWJUI
    GPG_AGENT_INFO=/home/felix85/.cache/keyring-YtWJUI/gpg:0:1
    SSH_AUTH_SOCK=/home/felix85/.cache/keyring-YtWJUI/ssh
    (gnome-settings-daemon:993): color-plugin-WARNING **: failed to create device: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-device auth
    Failed to play sound: File or data not found
    ** Message: applet now removed from the notification area
    ** Message: applet now embedded in the notification area
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    (gnome-shell:1019): folks-WARNING **: Failed to find primary PersonaStore with type ID 'eds' and ID 'system'.
    Individuals will not be linked properly and creating new links between Personas will not work.
    The configured primary PersonaStore's backend may not be installed. If you are unsure, check with your distribution.
    Window manager warning: Log level 16: Device activation failed: (32) Not authorized to control networking.
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    Window manager warning: Log level 16: Could not create object for /org/freedesktop/NetworkManager/IP6Config/6: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
    /var/log/auth.log
    Jul 27 20:10:33 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:10:33 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:17:17 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:23:28 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:23:28 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:25:06 f3lix85-arch sshd[641]: Server listening on 0.0.0.0 port 22.
    Jul 27 20:25:06 f3lix85-arch sshd[641]: Server listening on :: port 22.
    Jul 27 20:25:30 f3lix85-arch sshd[642]: Accepted password for root from 192.168.0.2 port 60233 ssh2
    Jul 27 20:25:30 f3lix85-arch sshd[642]: pam_unix_session(sshd:session): session opened for user root by (uid=0)
    Jul 27 20:29:22 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:29:24 f3lix85-arch sshd[641]: Received signal 15; terminating.
    Jul 27 20:29:24 f3lix85-arch sshd[642]: Exiting on signal 15
    Jul 27 20:29:24 f3lix85-arch sshd[642]: pam_unix_session(sshd:session): session closed for user root
    Jul 27 20:30:14 f3lix85-arch login: pam_tally(login:auth): pam_get_uid; no such user
    Jul 27 20:30:16 f3lix85-arch login: pam_unix(login:auth): check pass; user unknown
    Jul 27 20:30:16 f3lix85-arch login: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=tty1 ruser= rhost=
    Jul 27 20:30:18 f3lix85-arch login: FAILED LOGIN 1 FROM tty1 FOR felix85, Authentication failure
    Jul 27 20:30:22 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:30:22 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:31:34 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:32:10 f3lix85-arch sshd[415]: Server listening on 0.0.0.0 port 22.
    Jul 27 20:32:10 f3lix85-arch sshd[415]: Server listening on :: port 22.
    Jul 27 20:34:33 f3lix85-arch sshd[553]: Accepted password for root from 192.168.0.2 port 60466 ssh2
    Jul 27 20:34:33 f3lix85-arch sshd[553]: pam_unix_session(sshd:session): session opened for user root by (uid=0)
    Jul 27 20:36:22 f3lix85-arch sshd[415]: Received signal 15; terminating.
    Jul 27 20:36:22 f3lix85-arch sshd[553]: Exiting on signal 15
    Jul 27 20:36:22 f3lix85-arch sshd[553]: pam_unix_session(sshd:session): session closed for user root
    Jul 27 20:36:59 f3lix85-arch sshd[417]: Server listening on 0.0.0.0 port 22.
    Jul 27 20:36:59 f3lix85-arch sshd[417]: Server listening on :: port 22.
    Jul 27 20:37:06 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:37:06 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:37:08 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:37:09 f3lix85-arch sshd[417]: Received signal 15; terminating.
    Jul 27 20:37:47 f3lix85-arch sshd[425]: Server listening on 0.0.0.0 port 22.
    Jul 27 20:37:47 f3lix85-arch sshd[425]: Server listening on :: port 22.
    Jul 27 20:37:55 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:37:55 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:39:02 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:39:03 f3lix85-arch sshd[425]: Received signal 15; terminating.
    Jul 27 20:39:41 f3lix85-arch sshd[424]: Server listening on 0.0.0.0 port 22.
    Jul 27 20:39:41 f3lix85-arch sshd[424]: Server listening on :: port 22.
    Jul 27 20:39:50 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:39:50 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:45:00 f3lix85-arch useradd[708]: new group: name=felix85, GID=1000
    Jul 27 20:45:00 f3lix85-arch useradd[708]: new user: name=felix85, UID=1000, GID=1000, home=/home/felix85, shell=/bin/bash
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'wheel'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'games'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'network'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'video'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'audio'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'optical'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'storage'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'power'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'users'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'wheel'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'games'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'network'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'video'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'audio'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'optical'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'storage'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'power'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'users'
    Jul 27 20:45:15 f3lix85-arch passwd[713]: pam_unix(passwd:chauthtok): password changed for felix85
    Jul 27 20:45:17 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:45:24 f3lix85-arch login: pam_unix(login:session): session opened for user felix85 by LOGIN(uid=0)
    Jul 27 20:45:24 f3lix85-arch login: LOGIN ON tty1 BY felix85
    Jul 27 21:01:01 f3lix85-arch /usr/sbin/crond[1360]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 27 21:01:02 f3lix85-arch /USR/SBIN/CROND[1360]: pam_unix(crond:session): session closed for user root
    Jul 27 22:01:01 f3lix85-arch /usr/sbin/crond[2993]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 27 22:01:01 f3lix85-arch /USR/SBIN/CROND[2993]: pam_unix(crond:session): session closed for user root
    Jul 27 23:01:01 f3lix85-arch /usr/sbin/crond[5585]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 27 23:01:01 f3lix85-arch /USR/SBIN/CROND[5585]: pam_unix(crond:session): session closed for user root
    Jul 28 00:01:01 f3lix85-arch /usr/sbin/crond[8044]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 28 00:01:01 f3lix85-arch /USR/SBIN/CROND[8044]: pam_unix(crond:session): session closed for user root
    Jul 28 01:01:01 f3lix85-arch /usr/sbin/crond[10554]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 28 01:01:01 f3lix85-arch /USR/SBIN/CROND[10554]: pam_unix(crond:session): session closed for user root
    Jul 28 01:54:45 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Sy
    Jul 28 01:54:45 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 01:55:47 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 01:55:56 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Su
    Jul 28 01:55:56 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 01:55:56 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 01:56:10 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S xorg-server
    Jul 28 01:56:10 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 01:58:07 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 01:59:25 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S xf86-video-intel
    Jul 28 01:59:25 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:00:10 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:01:01 f3lix85-arch /usr/sbin/crond[13451]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 28 02:01:01 f3lix85-arch /USR/SBIN/CROND[13451]: pam_unix(crond:session): session closed for user root
    Jul 28 02:04:11 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S dbus
    Jul 28 02:04:11 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:04:13 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:04:30 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/sbin/rc.d start dbus
    Jul 28 02:04:30 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:04:30 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:05:10 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 02:05:10 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:05:19 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:05:37 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S gnome
    Jul 28 02:05:37 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:17:31 f3lix85-arch groupadd[15603]: group added to /etc/group: name=avahi, GID=84
    Jul 28 02:17:31 f3lix85-arch groupadd[15603]: group added to /etc/gshadow: name=avahi
    Jul 28 02:17:31 f3lix85-arch groupadd[15603]: new group: name=avahi, GID=84
    Jul 28 02:17:31 f3lix85-arch useradd[15608]: new user: name=avahi, UID=84, GID=84, home=/, shell=/bin/false
    Jul 28 02:18:20 f3lix85-arch groupadd[15729]: group added to /etc/group: name=usbmux, GID=140
    Jul 28 02:18:20 f3lix85-arch groupadd[15729]: group added to /etc/gshadow: name=usbmux
    Jul 28 02:18:20 f3lix85-arch groupadd[15729]: new group: name=usbmux, GID=140
    Jul 28 02:18:20 f3lix85-arch useradd[15733]: new user: name=usbmux, UID=140, GID=140, home=/, shell=/sbin/nologin
    Jul 28 02:18:21 f3lix85-arch passwd[15738]: password for 'usbmux' changed by 'root'
    Jul 28 02:18:23 f3lix85-arch groupadd[15752]: group added to /etc/group: name=rtkit, GID=133
    Jul 28 02:18:23 f3lix85-arch groupadd[15752]: group added to /etc/gshadow: name=rtkit
    Jul 28 02:18:23 f3lix85-arch groupadd[15752]: new group: name=rtkit, GID=133
    Jul 28 02:18:23 f3lix85-arch useradd[15757]: new user: name=rtkit, UID=133, GID=133, home=/proc, shell=/sbin/nologin
    Jul 28 02:19:05 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:19:20 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss libsoup
    Jul 28 02:19:20 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:19:20 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:20:00 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S opengl-man-pages
    Jul 28 02:20:00 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:20:11 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:22:02 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S slim archlinux-themes-slim
    Jul 28 02:22:02 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:22:17 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:23:27 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/inittab
    Jul 28 02:23:27 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:23:44 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:30:31 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/slim.conf
    Jul 28 02:30:31 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:31:50 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:32:03 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/pam.d/slim
    Jul 28 02:32:03 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:33:18 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:33:30 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/pam.d/passwd
    Jul 28 02:33:30 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:34:01 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:34:06 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/pam.d/slim
    Jul 28 02:34:06 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:34:18 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:35:22 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss ck-launch
    Jul 28 02:35:22 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:35:22 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:36:07 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss consolkit
    Jul 28 02:36:07 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:36:07 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:36:19 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss consolekit
    Jul 28 02:36:19 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:36:19 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:36:32 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/slim.conf
    Jul 28 02:36:32 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:39:28 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:45:30 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/sbin/reboot
    Jul 28 02:45:30 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:45:31 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:45:31 f3lix85-arch login: pam_unix(login:session): session closed for user felix85
    Jul 28 02:45:33 f3lix85-arch sshd[424]: Received signal 15; terminating.
    Jul 28 02:46:09 f3lix85-arch sshd[446]: Server listening on 0.0.0.0 port 22.
    Jul 28 02:46:09 f3lix85-arch sshd[446]: Server listening on :: port 22.
    Jul 28 02:46:25 f3lix85-arch slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 02:46:25 f3lix85-arch gnome-keyring-daemon[500]: couldn't create socket directory: No such file or directory
    Jul 28 02:46:25 f3lix85-arch gnome-keyring-daemon[500]: couldn't bind to control socket: /home/felix85/.cache/keyring-RPlUb3/control: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[593]: couldn't create socket directory: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[593]: couldn't bind to control socket: /home/felix85/.cache/keyring-PjzFka/control: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[594]: couldn't create socket directory: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[594]: couldn't bind to control socket: /home/felix85/.cache/keyring-Ulkau9/control: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[595]: couldn't create socket directory: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[595]: couldn't bind to control socket: /home/felix85/.cache/keyring-NtKWN9/control: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[596]: couldn't create socket directory: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[596]: couldn't bind to control socket: /home/felix85/.cache/keyring-2wh0Cd/control: No such file or directory
    Jul 28 02:46:43 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:44 f3lix85-arch polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 02:46:44 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:44 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:44 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:44 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:45 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:45 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:52:29 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S ntp
    Jul 28 02:52:29 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:52:39 f3lix85-arch groupadd[1082]: group added to /etc/group: name=ntp, GID=87
    Jul 28 02:52:39 f3lix85-arch groupadd[1082]: group added to /etc/gshadow: name=ntp
    Jul 28 02:52:39 f3lix85-arch groupadd[1082]: new group: name=ntp, GID=87
    Jul 28 02:52:39 f3lix85-arch useradd[1087]: new user: name=ntp, UID=87, GID=87, home=/var/lib/ntp, shell=/bin/false
    Jul 28 02:52:40 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:52:55 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/ntp.conf
    Jul 28 02:52:55 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:54:15 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:54:25 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.local
    Jul 28 02:54:25 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:55:07 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:55:19 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 02:55:19 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:55:42 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:55:55 f3lix85-arch slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 02:55:55 f3lix85-arch polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 02:56:21 f3lix85-arch slim: pam_unix(slim:auth): check pass; user unknown
    Jul 28 02:56:21 f3lix85-arch slim: pam_unix(slim:auth): authentication failure; logname= uid=0 euid=0 tty=:0.0 ruser=root rhost=
    Jul 28 02:56:21 f3lix85-arch slim: gkr-pam: error looking up user information
    Jul 28 02:56:53 f3lix85-arch sshd[446]: Received signal 15; terminating.
    Jul 28 02:57:32 f3lix85-arch sshd[474]: Server listening on 0.0.0.0 port 22.
    Jul 28 02:57:32 f3lix85-arch sshd[474]: Server listening on :: port 22.
    Jul 28 10:59:35 f3lix85-arch slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 10:59:37 f3lix85-arch gnome-keyring-daemon[544]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 10:59:37 f3lix85-arch gnome-keyring-daemon[544]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 10:59:37 f3lix85-arch gnome-keyring-daemon[544]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 10:59:38 f3lix85-arch gnome-keyring-daemon[544]: The GPG agent was already initialized
    Jul 28 10:59:38 f3lix85-arch gnome-keyring-daemon[544]: The Secret Service was already initialized
    Jul 28 10:59:38 f3lix85-arch gnome-keyring-daemon[544]: The PKCS#11 component was already initialized
    Jul 28 10:59:38 f3lix85-arch gnome-keyring-daemon[544]: The SSH agent was already initialized
    Jul 28 10:59:53 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:53 f3lix85-arch polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:27 f3lix85-arch slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 11:00:27 f3lix85-arch polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 11:00:35 f3lix85-arch slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: The GPG agent was already initialized
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: The Secret Service was already initialized
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: The PKCS#11 component was already initialized
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: The SSH agent was already initialized
    Jul 28 11:00:39 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:39 f3lix85-arch polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session4 (system bus name :1.41 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:01:01 f3lix85-arch /usr/sbin/crond[1024]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 28 11:01:01 f3lix85-arch /USR/SBIN/CROND[1024]: pam_unix(crond:session): session closed for user root
    Jul 28 11:03:16 f3lix85-arch slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 11:03:16 f3lix85-arch polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session4 (system bus name :1.41, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 11:03:32 f3lix85-arch sshd[474]: Received signal 15; terminating.
    Jul 28 03:02:17 f3lix85-arch sshd[471]: Server listening on 0.0.0.0 port 22.
    Jul 28 03:02:17 f3lix85-arch sshd[471]: Server listening on :: port 22.
    Jul 28 11:04:23 f3lix85-arch slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 11:04:25 f3lix85-arch gnome-keyring-daemon[528]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:04:25 f3lix85-arch gnome-keyring-daemon[528]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:04:25 f3lix85-arch gnome-keyring-daemon[528]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:04:26 f3lix85-arch gnome-keyring-daemon[528]: The GPG agent was already initialized
    Jul 28 11:04:26 f3lix85-arch gnome-keyring-daemon[528]: The Secret Service was already initialized
    Jul 28 11:04:26 f3lix85-arch gnome-keyring-daemon[528]: The PKCS#11 component was already initialized
    Jul 28 11:04:26 f3lix85-arch gnome-keyring-daemon[528]: The SSH agent was already initialized
    Jul 28 11:04:40 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:41 f3lix85-arch polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:13:08 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss networkmanager
    Jul 28 11:13:08 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:13:08 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:13:42 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/sbin/rc.d start networkmanager
    Jul 28 11:13:42 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:13:43 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:14:23 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 11:14:23 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:15:33 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:16:27 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/sbin/groupadd networkmanager
    Jul 28 11:16:27 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:16:27 f3lix85-arch groupadd[1506]: group added to /etc/group: name=networkmanager, GID=1001
    Jul 28 11:16:27 f3lix85-arch groupadd[1506]: group added to /etc/gshadow: name=networkmanager
    Jul 28 11:16:27 f3lix85-arch groupadd[1506]: new group: name=networkmanager, GID=1001
    Jul 28 11:16:27 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:16:54 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/gpasswd -a felix85 networkmanager
    Jul 28 11:16:54 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:16:54 f3lix85-arch gpasswd[1524]: user felix85 added by root to group networkmanager
    Jul 28 11:16:54 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:17:35 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/hosts
    Jul 28 11:17:35 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:18:02 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:18:07 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/hostname
    Jul 28 11:18:07 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:18:09 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:18:29 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 11:18:29 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:18:40 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:18:54 f3lix85-arch slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 11:18:54 f3lix85-arch polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 11:19:07 f3lix85-arch sshd[471]: Received signal 15; terminating.
    Jul 28 03:17:51 localhost sshd[442]: Server listening on 0.0.0.0 port 22.
    Jul 28 03:17:51 localhost sshd[442]: Server listening on :: port 22.
    Jul 28 03:18:04 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 03:18:06 localhost gnome-keyring-daemon[500]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:18:06 localhost gnome-keyring-daemon[500]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:18:06 localhost gnome-keyring-daemon[500]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:18:07 localhost gnome-keyring-daemon[500]: The Secret Service was already initialized
    Jul 28 03:18:07 localhost gnome-keyring-daemon[500]: The GPG agent was already initialized
    Jul 28 03:18:07 localhost gnome-keyring-daemon[500]: The PKCS#11 component was already initialized
    Jul 28 03:18:07 localhost gnome-keyring-daemon[500]: The SSH agent was already initialized
    Jul 28 11:20:14 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:14 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.30 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:24:28 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla
    Jul 28 11:24:28 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:24:34 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:24:36 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla
    Jul 28 11:24:36 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:25:58 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:26:11 localhost slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 11:26:11 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.30, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 11:26:23 localhost sshd[442]: Received signal 15; terminating.
    Jul 28 03:25:04 localhost sshd[444]: Server listening on 0.0.0.0 port 22.
    Jul 28 03:25:04 localhost sshd[444]: Server listening on :: port 22.
    Jul 28 03:25:16 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 03:25:17 localhost gnome-keyring-daemon[501]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:25:17 localhost gnome-keyring-daemon[501]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:25:17 localhost gnome-keyring-daemon[501]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:25:18 localhost gnome-keyring-daemon[501]: The GPG agent was already initialized
    Jul 28 03:25:18 localhost gnome-keyring-daemon[501]: The Secret Service was already initialized
    Jul 28 03:25:18 localhost gnome-keyring-daemon[501]: The PKCS#11 component was already initialized
    Jul 28 03:25:18 localhost gnome-keyring-daemon[501]: The SSH agent was already initialized
    Jul 28 03:25:33 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:34 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.27 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:28:06 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/sbin/ip address
    Jul 28 03:28:06 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:28:06 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:36:38 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss polkit
    Jul 28 03:36:38 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:36:39 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:43:36 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/pam.d/login
    Jul 28 03:43:36 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:44:38 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:44:48 localhost slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 03:44:48 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.27, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 03:45:01 localhost sshd[444]: Received signal 15; terminating.
    Jul 28 03:45:36 localhost sshd[464]: Server listening on 0.0.0.0 port 22.
    Jul 28 03:45:36 localhost sshd[464]: Server listening on :: port 22.
    Jul 28 03:45:47 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 03:45:48 localhost gnome-keyring-daemon[517]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:45:48 localhost gnome-keyring-daemon[517]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:45:48 localhost gnome-keyring-daemon[517]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:45:49 localhost gnome-keyring-daemon[517]: The GPG agent was already initialized
    Jul 28 03:45:49 localhost gnome-keyring-daemon[517]: The Secret Service was already initialized
    Jul 28 03:45:49 localhost gnome-keyring-daemon[517]: The PKCS#11 component was already initialized
    Jul 28 03:45:49 localhost gnome-keyring-daemon[517]: The SSH agent was already initialized
    Jul 28 03:46:05 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:05 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.27 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:47:27 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss hal
    Jul 28 03:47:27 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:47:28 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:47:52 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 03:47:52 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:48:29 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:51:08 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 03:51:08 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:51:17 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:51:35 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/polkit-1/localauthority.conf.d/50-localauthority.conf
    Jul 28 03:51:35 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:51:45 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:55:12 localhost gpasswd[843]: felix85 failed to add user felix85 to group dbus: Permission denied
    Jul 28 03:55:18 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/gpasswd -a felix85 dbus
    Jul 28 03:55:18 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:55:18 localhost gpasswd[845]: user felix85 added by root to group dbus
    Jul 28 03:55:18 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:55:29 localhost slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 03:55:29 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.27, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 03:55:41 localhost sshd[464]: Received signal 15; terminating.
    Jul 28 03:56:15 localhost sshd[430]: Server listening on 0.0.0.0 port 22.
    Jul 28 03:56:15 localhost sshd[430]: Server listening on :: port 22.
    Jul 28 03:56:25 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 03:56:26 localhost gnome-keyring-daemon[484]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:56:26 localhost gnome-keyring-daemon[484]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:56:26 localhost gnome-keyring-daemon[484]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:56:28 localhost gnome-keyring-daemon[484]: The GPG agent was already initialized
    Jul 28 03:56:28 localhost gnome-keyring-daemon[484]: The Secret Service was already initialized
    Jul 28 03:56:28 localhost gnome-keyring-daemon[484]: The PKCS#11 component was already initialized
    Jul 28 03:56:28 localhost gnome-keyring-daemon[484]: The SSH agent was already initialized
    Jul 28 03:56:43 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=690 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=487 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:56:44 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.27 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 03:56:45 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=690 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=487 comm="/usr/sbin/console-kit-daemon --no-da

    I am posting this while being manually connected to my wireless router.
    Here are the results of manually connecting to my wireless network.
    First I replaced networkmanager with network in /etc/rc.conf under DAEMONS and rebooted.
    Next I ran "ip link set wlan0 up"
    iwlist wlan0 scan
    wlan0 Scan completed :
    Cell 01 - Address: 00:12:17:0C:11:FF
    Channel:10
    Frequency:2.457 GHz (Channel 10)
    Quality=62/70 Signal level=-48 dBm
    Encryption key:on
    ESSID:"Sherwood"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
    24 Mb/s; 36 Mb/s; 54 Mb/s
    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
    Mode:Master
    Extra:tsf=00000050a6d70bc4
    Extra: Last beacon: 9910ms ago
    IE: Unknown: 000853686572776F6F64
    IE: Unknown: 010882848B962430486C
    IE: Unknown: 03010A
    IE: Unknown: 2A0100
    IE: Unknown: 2F0100
    IE: Unknown: 32040C121860
    IE: Unknown: DD06001018020000
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : PSK
    ip addr
    2: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
    link/ether 00:19:d2:c5:16:bb brd ff:ff:ff:ff:ff:ff
    /etc/wpa_supplicant/wpa_supplicant.conf
    network={
    ssid="Sherwood"
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    psk="<mykey>"
    wpa_ptk_rekey=600
    I used wpa_supplicant to connect using the configuration above
    wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
    ip addr
    2: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:19:d2:c5:16:bb brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.3/24 brd 192.168.0.255 scope global wlan0
    inet6 <ipv6 addr>/64 scope global dynamic
    valid_lft 294sec preferred_lft 114sec
    inet6 <ipv6 addr 2>/64 scope link
    valid_lft forever preferred_lft forever
    ping google.com
    PING google.com (173.194.33.3) 56(84) bytes of data.
    64 bytes from sea09s01-in-f3.1e100.net (173.194.33.3): icmp_req=1 ttl=56 time=26.6 ms
    64 bytes from sea09s01-in-f3.1e100.net (173.194.33.3): icmp_req=2 ttl=56 time=26.8 ms
    64 bytes from sea09s01-in-f3.1e100.net (173.194.33.3): icmp_req=3 ttl=56 time=26.4 ms
    64 bytes from sea09s01-in-f3.1e100.net (173.194.33.3): icmp_req=4 ttl=56 time=26.4 ms
    --- google.com ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3004ms
    rtt min/avg/max/mdev = 26.468/26.620/26.886/0.259 ms
    ping6 ipv6.google.com
    PING ipv6.google.com(pz-in-x68.1e100.net) 56 data bytes
    64 bytes from pz-in-x68.1e100.net: icmp_seq=1 ttl=55 time=95.3 ms
    64 bytes from pz-in-x68.1e100.net: icmp_seq=2 ttl=55 time=41.0 ms
    64 bytes from pz-in-x68.1e100.net: icmp_seq=3 ttl=55 time=44.3 ms
    64 bytes from pz-in-x68.1e100.net: icmp_seq=4 ttl=55 time=34.6 ms
    --- ipv6.google.com ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3003ms
    rtt min/avg/max/mdev = 34.608/53.830/95.332/24.217 ms
    So it does work without networkmanager.

  • IPHONE 5: can't receive calls & random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational.

    IPHONE 5:  can't receive calls and random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational, and it does not matter whether wifi is on or off.  ATT went through the standard protocol - resetting network, resetting sim card, etc.  No changes.  Other phones working fine in same region with same carrier.  Apple's solution is to restore software, but haven't gone there yet.  Anyone successfully addressed this/these issues?   

    I should point out that it worked when the iPhone was set back to factory settings, but when restored with the backup, data/internet no longer works again, and I get the "Could not activate cellular data network" error message yet again.

  • RSDRC / FORM AUTHORITY_CHECK USER NOT AUTHORIZED

    Hi Gurus,
    I am working on 3.5 version. Got the following error messages while trying to retrieve data from Cube.
    RSDRC / FORM AUTHORITY_CHECK USER NOT AUTHORIZED
    RSDRC / FUNC RSDRC_BASIC_CUBE_DATA_GET ERROR IN RSDRC_
    RSDRC / FORM DATA_GET ERROR IN RSDRC_BASIC_CUBE_DATA_GE
    Data cannot be seen in the report too.
    However, PSA displays the data. The request is also green.
    This is related to authorizations. Can anybody help?
    Points assured.
    Thanks.

    Run Su53 and check the authorization for the user that is getting this error.
    Also, check for all the obejcts in the cube, whether any of them are marked "authorization relevant". If so and if you have authorization objects created on them, and have a variable on that characteristic and if values are maintained for that variable, make sure the user who is getting this error has value in that variable.
    Ravi Thothadri

  • I've Lost cellular data network and emails after 5.0 upgrade.  "Could not activate cellular data network".  Have turned off and on, removed sim and also checked APN setting can anyone help...

    I've lost cellular date network, all unopened important business emails and internet access on my Ipad 2 after 5.0 upgrade.  Received "Could not activate cellular date network"  - I have turned on and off, removed the sim and checked the APN is correct.  Can anyone help - struggling and need for my business.

    I should point out that it worked when the iPhone was set back to factory settings, but when restored with the backup, data/internet no longer works again, and I get the "Could not activate cellular data network" error message yet again.

Maybe you are looking for

  • How to delete Bulk Email Folder in ios8

    With the IOS8 upgrade I'm seeing a Bulk email folder, which downloads ALL of my spam from my AT&T server if I mistakenly tap it. Thenit takes me an hour or so to manually remove each of the emails one by one. What a PAIN!  Then I'm seeing an extra Tr

  • Creating a Global Temporary Table on non-default TEMP tablespace.

    Hello , I am using Oracle 11g. I have a procedure which create global temporary tables for its functionality. As the data which is going in the global temporary table , mean the data which is going in the default TEMP tablesapce is too huge ..... bil

  • Actual settlement in tx CJ88

    Hi all, When doing actual settlement using Tx code CJ88, we are getting the following errors for different WBS: 1. Asset xxxxxxxxxxxx not in company code CEBM or 2. Either the sender is already settled, or there is nothing to settle                  

  • Different currency apperance in report

    Hi all, when the currency has to appear different in the report what could be an easy or best way to handle it? The currency in the ERP is for each country available for example for company codes from Hungary, Malaysia, Japan, China is local currency

  • R12 update_vendor_site return status

    I am trying to update an existing supplier site and making this call : pos_vendor_pub_pkg.update_vendor_site( p_vendor_site_rec => vendor_site_rec, x_return_status => l_return_status, x_msg_count => l_msg_count, x_msg_data => l_msg_data); The return