You are not logged in.

#1 2012-07-28 23:07:28

F3lix85
Member
From: Washington state
Registered: 2009-09-01
Posts: 9

[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-daemon ")
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-daemon ")
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-daemon ")
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-daemon ")
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-daemon ")
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-daemon ")
Jul 28 04:01:02 localhost /usr/sbin/crond[776]: pam_unix(crond:session): session opened for user root by (uid=0)
Jul 28 04:01:02 localhost /USR/SBIN/CROND[776]: pam_unix(crond:session): session closed for user root
Jul 28 04:04:44 localhost slim: pam_unix(slim:session): session closed for user felix85
Jul 28 04:04:44 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 04:04:52 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
Jul 28 04:04:52 localhost gnome-keyring-daemon[816]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:04:52 localhost gnome-keyring-daemon[816]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:04:52 localhost gnome-keyring-daemon[816]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:04:52 localhost slim: pam_unix(slim:session): session closed for user felix85
Jul 28 04:04:59 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
Jul 28 04:04:59 localhost gnome-keyring-daemon[885]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:04:59 localhost gnome-keyring-daemon[885]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:04:59 localhost gnome-keyring-daemon[885]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:05:00 localhost slim: pam_unix(slim:session): session closed for user felix85
Jul 28 04:05:15 localhost login: pam_unix(login:session): session opened for user felix85 by LOGIN(uid=0)
Jul 28 04:05:15 localhost login: pam_ck_connector(login:session): process already registered with ConsoleKit
Jul 28 04:05:15 localhost login: LOGIN ON tty1 BY felix85
Jul 28 04:05:38 localhost login: pam_unix(login:session): session closed for user felix85
Jul 28 04:05:52 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
Jul 28 04:05:52 localhost gnome-keyring-daemon[975]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:05:52 localhost gnome-keyring-daemon[975]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:05:52 localhost gnome-keyring-daemon[975]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:05:52 localhost gnome-keyring-daemon[975]: The GPG agent was already initialized
Jul 28 04:05:52 localhost gnome-keyring-daemon[975]: The Secret Service was already initialized
Jul 28 04:05:52 localhost gnome-keyring-daemon[975]: The PKCS#11 component was already initialized
Jul 28 04:05:52 localhost gnome-keyring-daemon[975]: The SSH agent was already initialized
Jul 28 04:05:56 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.52" (uid=1000 pid=1044 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 04:05:56 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session12 (system bus name :1.52 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jul 28 04:05:57 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.52" (uid=1000 pid=1044 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 04:05:57 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.52" (uid=1000 pid=1044 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 04:05:57 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.52" (uid=1000 pid=1044 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 04:05:57 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.52" (uid=1000 pid=1044 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 04:05:57 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.52" (uid=1000 pid=1044 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 04:05:57 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.52" (uid=1000 pid=1044 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 04:05:57 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.52" (uid=1000 pid=1044 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 04:05:57 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.52" (uid=1000 pid=1044 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 04:09:38 localhost slim: pam_unix(slim:session): session closed for user felix85
Jul 28 04:09:38 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session12 (system bus name :1.52, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jul 28 04:09:44 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
Jul 28 04:09:44 localhost gnome-keyring-daemon[1152]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:09:44 localhost gnome-keyring-daemon[1152]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:09:44 localhost gnome-keyring-daemon[1152]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:09:44 localhost gnome-keyring-daemon[1152]: The GPG agent was already initialized
Jul 28 04:09:44 localhost gnome-keyring-daemon[1152]: The Secret Service was already initialized
Jul 28 04:09:44 localhost gnome-keyring-daemon[1152]: The PKCS#11 component was already initialized
Jul 28 04:09:44 localhost gnome-keyring-daemon[1152]: The SSH agent was already initialized
Jul 28 04:09:48 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.69" (uid=1000 pid=1209 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 04:09:48 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session14 (system bus name :1.69 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jul 28 04:09:49 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.69" (uid=1000 pid=1209 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 04:09:49 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.69" (uid=1000 pid=1209 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 04:09:49 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.69" (uid=1000 pid=1209 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 04:09:49 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.69" (uid=1000 pid=1209 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 04:09:49 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.69" (uid=1000 pid=1209 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 04:09:49 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.69" (uid=1000 pid=1209 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 04:29:52 localhost su: pam_unix(su:session): session opened for user root by felix85(uid=1000)
Jul 28 04:52:49 localhost gnome-screensaver-dialog: gkr-pam: unlocked login keyring
Jul 28 04:57:41 localhost su: pam_unix(su:session): session closed for user root
Jul 28 04:57:53 localhost gnome-screensaver-dialog: gkr-pam: unlocked login keyring
Jul 28 04:58:01 localhost slim: pam_unix(slim:session): session closed for user felix85
Jul 28 04:58:01 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session14 (system bus name :1.69, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jul 28 04:58:17 localhost sshd[430]: Received signal 15; terminating.
Jul 28 04:58:51 localhost sshd[433]: Server listening on 0.0.0.0 port 22.
Jul 28 04:58:51 localhost sshd[433]: Server listening on :: port 22.
Jul 28 04:59:07 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
Jul 28 04:59:09 localhost gnome-keyring-daemon[490]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:59:09 localhost gnome-keyring-daemon[490]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:59:09 localhost gnome-keyring-daemon[490]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 04:59:10 localhost gnome-keyring-daemon[490]: The GPG agent was already initialized
Jul 28 04:59:10 localhost gnome-keyring-daemon[490]: The Secret Service was already initialized
Jul 28 04:59:10 localhost gnome-keyring-daemon[490]: The PKCS#11 component was already initialized
Jul 28 04:59:10 localhost gnome-keyring-daemon[490]: The SSH agent was already initialized
Jul 28 04:59:25 localhost dbus[326]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=696 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=493 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 04:59:25 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 04:59:26 localhost dbus[326]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=696 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=493 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 04:59:27 localhost dbus[326]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=696 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=493 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 04:59:27 localhost dbus[326]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=696 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=493 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 04:59:27 localhost dbus[326]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=696 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=493 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 04:59:27 localhost dbus[326]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=696 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=493 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 04:59:27 localhost dbus[326]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=696 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=493 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 05:00:12 localhost su: pam_unix(su:session): session opened for user root by felix85(uid=1000)
Jul 28 05:01:01 localhost /usr/sbin/crond[780]: pam_unix(crond:session): session opened for user root by (uid=0)
Jul 28 05:01:02 localhost /USR/SBIN/CROND[780]: pam_unix(crond:session): session closed for user root
Jul 28 05:14:10 localhost su: pam_unix(su:session): session closed for user root
Jul 28 05:14:49 localhost su: pam_unix(su:session): session opened for user root by felix85(uid=1000)
Jul 28 05:14:50 localhost su: pam_unix(su:session): session opened for user root by felix85(uid=0)
Jul 28 05:14:55 localhost su: pam_unix(su:session): session closed for user root
Jul 28 05:15:01 localhost su: pam_unix(su:session): session closed for user root
Jul 28 05:16:41 localhost su: pam_unix(su:session): session opened for user root by felix85(uid=1000)
Jul 28 05:19:15 localhost su: pam_unix(su:session): session closed for user root
Jul 28 05:19:24 localhost slim: pam_unix(slim:session): session closed for user felix85
Jul 28 05:19:25 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 05:19:39 localhost sshd[433]: Received signal 15; terminating.
Jul 28 05:20:13 localhost sshd[426]: Server listening on 0.0.0.0 port 22.
Jul 28 05:20:13 localhost sshd[426]: Server listening on :: port 22.
Jul 28 05:20:21 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
Jul 28 05:20:22 localhost gnome-keyring-daemon[480]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 05:20:22 localhost gnome-keyring-daemon[480]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 05:20:22 localhost gnome-keyring-daemon[480]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 05:20:23 localhost gnome-keyring-daemon[480]: The Secret Service was already initialized
Jul 28 05:20:23 localhost gnome-keyring-daemon[480]: The GPG agent was already initialized
Jul 28 05:20:23 localhost gnome-keyring-daemon[480]: The PKCS#11 component was already initialized
Jul 28 05:20:23 localhost gnome-keyring-daemon[480]: The SSH agent was already initialized
Jul 28 05:20:38 localhost dbus[319]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=686 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=483 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 05:20:39 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 05:20:40 localhost dbus[319]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=686 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=483 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 05:20:40 localhost dbus[319]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=686 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=483 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 05:20:40 localhost dbus[319]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=686 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=483 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 05:20:40 localhost dbus[319]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=686 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=483 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 05:20:40 localhost dbus[319]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=686 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=483 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 05:20:40 localhost dbus[319]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=686 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=483 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 05:24:44 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/daemon.log
Jul 28 05:24:44 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 05:26:04 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 13:28:20 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/daemon.log
Jul 28 13:28:20 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 13:29:24 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 13:29:37 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/daemon.log
Jul 28 13:29:37 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 13:30:03 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 13:30:09 localhost slim: pam_unix(slim:session): session closed for user felix85
Jul 28 13:30:10 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 13:30:25 localhost sshd[426]: Received signal 15; terminating.
Jul 28 05:29:05 localhost sshd[434]: Server listening on 0.0.0.0 port 22.
Jul 28 05:29:05 localhost sshd[434]: Server listening on :: port 22.
Jul 28 13:31:28 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
Jul 28 13:31:29 localhost gnome-keyring-daemon[494]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 13:31:29 localhost gnome-keyring-daemon[494]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 13:31:29 localhost gnome-keyring-daemon[494]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 13:31:30 localhost gnome-keyring-daemon[494]: The GPG agent was already initialized
Jul 28 13:31:30 localhost gnome-keyring-daemon[494]: The Secret Service was already initialized
Jul 28 13:31:30 localhost gnome-keyring-daemon[494]: The PKCS#11 component was already initialized
Jul 28 13:31:30 localhost gnome-keyring-daemon[494]: The SSH agent was already initialized
Jul 28 13:31:45 localhost dbus[324]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.32" (uid=1000 pid=700 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.10" (uid=0 pid=497 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:31:45 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.32 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jul 28 13:31:46 localhost dbus[324]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.32" (uid=1000 pid=700 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.10" (uid=0 pid=497 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:31:46 localhost dbus[324]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.32" (uid=1000 pid=700 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.10" (uid=0 pid=497 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:31:46 localhost dbus[324]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.32" (uid=1000 pid=700 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.10" (uid=0 pid=497 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:31:46 localhost dbus[324]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.32" (uid=1000 pid=700 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.10" (uid=0 pid=497 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:31:46 localhost dbus[324]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.32" (uid=1000 pid=700 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.10" (uid=0 pid=497 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:31:47 localhost dbus[324]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.32" (uid=1000 pid=700 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.10" (uid=0 pid=497 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:49:45 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/daemon.log
Jul 28 13:49:45 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 13:50:28 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 13:51:06 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/daemon.log
Jul 28 13:51:06 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 13:52:49 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 13:52:59 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss asla
Jul 28 13:52:59 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 13:52:59 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 13:53:07 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss alsa
Jul 28 13:53:07 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 13:53:07 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 13:53:33 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S alsa-utils
Jul 28 13:53:33 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 13:53:44 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 13:53:51 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S alsa-tools
Jul 28 13:53:51 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 13:54:04 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 13:54:15 localhost slim: pam_unix(slim:session): session closed for user felix85
Jul 28 13:54:15 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.32, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jul 28 13:54:26 localhost sshd[434]: Received signal 15; terminating.
Jul 28 05:53:08 localhost sshd[467]: Server listening on 0.0.0.0 port 22.
Jul 28 05:53:08 localhost sshd[467]: Server listening on :: port 22.
Jul 28 05:53:16 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
Jul 28 05:53:17 localhost gnome-keyring-daemon[530]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 05:53:17 localhost gnome-keyring-daemon[530]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 05:53:17 localhost gnome-keyring-daemon[530]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 05:53:19 localhost gnome-keyring-daemon[530]: The GPG agent was already initialized
Jul 28 05:53:19 localhost gnome-keyring-daemon[530]: The Secret Service was already initialized
Jul 28 05:53:19 localhost gnome-keyring-daemon[530]: The PKCS#11 component was already initialized
Jul 28 05:53:19 localhost gnome-keyring-daemon[530]: The SSH agent was already initialized
Jul 28 13:55:26 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=737 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=533 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:55:26 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.31 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jul 28 13:55:27 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=737 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=533 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:55:27 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=737 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=533 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:55:27 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=737 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=533 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:55:27 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=737 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=533 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:55:28 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=737 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=533 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:55:28 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=737 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=533 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:55:46 localhost slim: pam_unix(slim:session): session closed for user felix85
Jul 28 13:55:46 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.31, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jul 28 13:56:00 localhost sshd[467]: Received signal 15; terminating.
Jul 28 05:54:41 localhost sshd[466]: Server listening on 0.0.0.0 port 22.
Jul 28 05:54:41 localhost sshd[466]: Server listening on :: port 22.
Jul 28 05:54:48 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
Jul 28 05:54:49 localhost gnome-keyring-daemon[524]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 05:54:49 localhost gnome-keyring-daemon[524]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 05:54:49 localhost gnome-keyring-daemon[524]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
Jul 28 05:54:50 localhost gnome-keyring-daemon[524]: The GPG agent was already initialized
Jul 28 05:54:50 localhost gnome-keyring-daemon[524]: The Secret Service was already initialized
Jul 28 05:54:50 localhost gnome-keyring-daemon[524]: The PKCS#11 component was already initialized
Jul 28 05:54:50 localhost gnome-keyring-daemon[524]: The SSH agent was already initialized
Jul 28 13:56:58 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=728 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:56:59 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.31 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jul 28 13:57:00 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=728 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:57:00 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=728 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:57:00 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=728 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:57:00 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=728 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:57:00 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=728 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:57:00 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=1000 pid=728 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 13:58:38 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/daemon.log
Jul 28 13:58:38 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:01:01 localhost /usr/sbin/crond[823]: pam_unix(crond:session): session opened for user root by (uid=0)
Jul 28 14:01:01 localhost /USR/SBIN/CROND[823]: pam_unix(crond:session): session closed for user root
Jul 28 14:04:57 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:07:20 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/ConsoleKit/history
Jul 28 14:07:20 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:07:34 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:07:48 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/errors.log
Jul 28 14:07:48 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:08:33 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:08:39 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss syslog
Jul 28 14:08:39 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:08:40 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:08:53 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss logrotate
Jul 28 14:08:53 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:08:53 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:09:08 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/everything.log
Jul 28 14:09:08 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:11:06 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:11:36 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/faillog
Jul 28 14:11:36 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:11:39 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:11:52 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/slim.log
Jul 28 14:11:52 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:12:00 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:12:08 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/syslog.log
Jul 28 14:12:08 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:12:14 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:12:24 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/user.log
Jul 28 14:12:24 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:12:46 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:14:46 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /var/log/everything.log
Jul 28 14:14:46 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:16:04 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:21:19 localhost slim: pam_unix(slim:session): session closed for user felix85
Jul 28 14:21:19 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.31, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jul 28 14:21:27 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
Jul 28 14:21:30 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.132" (uid=1000 pid=1019 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 14:21:31 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session4 (system bus name :1.132 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jul 28 14:21:31 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.132" (uid=1000 pid=1019 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 14:21:31 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.132" (uid=1000 pid=1019 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 14:21:31 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.132" (uid=1000 pid=1019 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 14:21:31 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.132" (uid=1000 pid=1019 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 14:21:31 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.132" (uid=1000 pid=1019 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 14:21:31 localhost dbus[327]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.132" (uid=1000 pid=1019 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=527 comm="/usr/sbin/console-kit-daemon --no-daemon ")
Jul 28 14:29:08 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S chromium
Jul 28 14:29:08 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 14:31:11 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 14:32:44 localhost gnome-keyring-daemon[965]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk
Jul 28 15:01:01 localhost /usr/sbin/crond[1374]: pam_unix(crond:session): session opened for user root by (uid=0)
Jul 28 15:01:01 localhost /USR/SBIN/CROND[1374]: pam_unix(crond:session): session closed for user root
Jul 28 15:08:33 localhost gnome-screensaver-dialog: gkr-pam: unlocked login keyring
Jul 28 15:29:43 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S gedit
Jul 28 15:29:43 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
Jul 28 15:30:25 localhost sudo: pam_unix(sudo:session): session closed for user root
Jul 28 15:34:37 localhost sudo:  felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/gedit
Jul 28 15:34:37 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)

/var/log/daemon.log

Jul 28 05:53:06 localhost [    0.982261] systemd-udevd[40]: starting version 187
Jul 28 05:53:06 localhost [    4.876124] systemd-udevd[123]: starting version 187
Jul 28 05:53:07 localhost NetworkManager[359]: <info> NetworkManager (version 0.9.4.0) is starting...
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
Jul 28 05:53:07 localhost dbus[327]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Jul 28 05:53:07 localhost polkitd[393]: started daemon version 0.105 using authority implementation `local' version `0.105'
Jul 28 05:53:07 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> trying to start the modem manager...
Jul 28 05:53:07 localhost NetworkManager[359]: <info> monitoring kernel firmware directory '/lib/firmware'.
Jul 28 05:53:07 localhost NetworkManager[359]: <warn> Failed to open plugin directory /usr/lib/NetworkManager: Error opening directory '/usr/lib/NetworkManager': No such file or directory
Jul 28 05:53:07 localhost NetworkManager[359]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill0) (driver (unknown))
Jul 28 05:53:07 localhost dbus[327]: [system] Activating service name='org.bluez' (using servicehelper)
Jul 28 05:53:07 localhost NetworkManager[359]: <info> WiFi enabled by radio killswitch; enabled by state file
Jul 28 05:53:07 localhost NetworkManager[359]: <info> WWAN enabled by radio killswitch; enabled by state file
Jul 28 05:53:07 localhost NetworkManager[359]: <info> WiMAX enabled by radio killswitch; enabled by state file
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Networking is enabled by state file
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): using nl80211 for WiFi device control
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): new 802.11 WiFi device (driver: 'iwl3945' ifindex: 2)
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/0
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): now managed
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): bringing up device.
Jul 28 05:53:07 localhost dbus[327]: [system] Activated service 'org.bluez' failed: Launch helper exited with unknown return code 1
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): preparing device.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): deactivating device (reason 'managed') [2]
Jul 28 05:53:07 localhost dbus[327]: [system] Activating service name='fi.w1.wpa_supplicant1' (using servicehelper)
Jul 28 05:53:07 localhost NetworkManager[359]: <warn> failed to allocate link cache: (-10) Operation not supported
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): carrier is OFF
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): new Ethernet device (driver: '8139too' ifindex: 3)
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): now managed
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): bringing up device.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): carrier now ON (device state 20)
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): preparing device.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): deactivating device (reason 'managed') [2]
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:1e.0/0000:05:01.0/net/eth0
Jul 28 05:53:07 localhost dbus[327]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jul 28 05:53:07 localhost NetworkManager[359]: <warn> bluez error getting default adapter: Launch helper exited with unknown return code 1
Jul 28 05:53:07 localhost NetworkManager[359]: <info> wpa_supplicant started
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): supplicant interface state: starting -> ready
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (wlan0): supplicant interface state: ready -> inactive
Jul 28 05:53:07 localhost NetworkManager[359]: <warn> Trying to remove a non-existant call id.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Auto-activating connection 'Wired connection 1'.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) starting connection 'Wired connection 1'
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Jul 28 05:53:07 localhost NetworkManager[359]: <info> dhcpcd started with pid 464
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Beginning IP6 addrconf.
Jul 28 05:53:07 localhost NetworkManager[359]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Jul 28 05:53:07 localhost dhcpcd[464]: version 5.5.6 starting
Jul 28 05:53:07 localhost dhcpcd[464]: eth0: sending IPv6 Router Solicitation
Jul 28 05:53:07 localhost dhcpcd[464]: eth0: sendmsg: Cannot assign requested address
Jul 28 05:53:07 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed nbi -> preinit
Jul 28 05:53:08 localhost dhcpcd[464]: eth0: rebinding lease of 192.168.0.63
Jul 28 05:53:08 localhost dhcpcd[464]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 05:53:08 localhost dhcpcd[464]: eth0: checking for 192.168.0.63
Jul 28 05:53:08 localhost ntpd[500]: ntpd 4.2.6p5@1.2349-o Sat Jun  9 05:25:19 UTC 2012 (1)
Jul 28 05:53:08 localhost ntpd[500]: proto: precision = 2.025 usec
Jul 28 05:53:08 localhost ntpd[500]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
Jul 28 05:53:08 localhost ntpd[500]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
Jul 28 05:53:08 localhost ntpd[500]: Listen and drop on 1 v6wildcard :: UDP 123
Jul 28 05:53:08 localhost ntpd[500]: Listen normally on 2 lo 127.0.0.1 UDP 123
Jul 28 05:53:08 localhost ntpd[500]: Listen normally on 3 lo ::1 UDP 123
Jul 28 05:53:08 localhost ntpd[500]: peers refreshed
Jul 28 05:53:08 localhost ntpd[500]: Listening on routing socket on fd #20 for interface updates
Jul 28 05:53:09 localhost dhcpcd[464]: eth0: Router Advertisement from fe80::214:d1ff:fe51:e0d8
Jul 28 05:53:09 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed preinit -> (null)
Jul 28 05:53:11 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) scheduled...
Jul 28 05:53:11 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) started...
Jul 28 05:53:12 localhost NetworkManager[359]: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0]
Jul 28 05:53:12 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 05:53:12 localhost NetworkManager[359]: <info> Activation (eth0) successful, device activated.
Jul 28 05:53:12 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) complete.
Jul 28 05:53:12 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 05:53:12 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 05:53:13 localhost dhcpcd[464]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 05:53:13 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> bound
Jul 28 05:53:13 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 05:53:13 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 05:53:13 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 05:53:13 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 05:53:13 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 05:53:13 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Jul 28 05:53:13 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Jul 28 05:53:14 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 05:53:14 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 05:53:14 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
Jul 28 05:53:16 localhost dbus[327]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper)
Jul 28 05:53:16 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Jul 28 05:53:17 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 05:53:17 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 05:53:19 localhost dbus[327]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Jul 28 05:53:19 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.UPower'
Jul 28 05:53:23 localhost dbus[327]: [system] Activating service name='org.freedesktop.RealtimeKit1' (using servicehelper)
Jul 28 05:53:23 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jul 28 12:53:23 localhost rtkit-daemon[718]: Successfully called chroot.
Jul 28 12:53:23 localhost rtkit-daemon[718]: Successfully dropped privileges.
Jul 28 12:53:23 localhost rtkit-daemon[718]: Successfully limited resources.
Jul 28 12:53:23 localhost rtkit-daemon[718]: Running.
Jul 28 12:53:23 localhost rtkit-daemon[718]: Watchdog thread running.
Jul 28 12:53:23 localhost rtkit-daemon[718]: Canary thread running.
Jul 28 12:53:23 localhost rtkit-daemon[718]: Successfully made thread 716 of process 716 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Jul 28 12:53:23 localhost rtkit-daemon[718]: Supervising 1 threads of 1 processes of 1 users.
Jul 28 05:53:23 localhost dbus[327]: [system] Activating service name='org.bluez' (using servicehelper)
Jul 28 05:53:23 localhost dbus[327]: [system] Activated service 'org.bluez' failed: Launch helper exited with unknown return code 1
Jul 28 05:53:24 localhost dbus[327]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper)
Jul 28 05:53:24 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jul 28 05:53:24 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed bound -> (null)
Jul 28 13:55:18 localhost dbus[327]: [system] Activating service name='org.freedesktop.colord-sane' (using servicehelper)
Jul 28 13:55:19 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.colord-sane'
Jul 28 20:55:20 localhost rtkit-daemon[718]: Successfully made thread 767 of process 767 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Jul 28 20:55:20 localhost rtkit-daemon[718]: Supervising 2 threads of 2 processes of 1 users.
Jul 28 13:55:25 localhost dbus[327]: [system] Activating service name='org.freedesktop.UDisks2' (using servicehelper)
Jul 28 13:55:25 localhost udisksd[783]: udisks daemon version 1.94.0 starting
Jul 28 13:55:25 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jul 28 13:55:25 localhost udisksd[783]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jul 28 13:55:26 localhost dbus[327]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper)
Jul 28 13:55:26 localhost accounts-daemon[793]: started daemon version 0.6.22
Jul 28 13:55:26 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.Accounts'
Jul 28 13:55:46 localhost gnome-session[615]: WARNING: Unable to restart system: Not Authorized
Jul 28 13:55:52 localhost dbus[327]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
Jul 28 13:55:59 localhost init: Switching to runlevel: 6
Jul 28 13:56:01 localhost NetworkManager[359]: <info> caught signal 15, shutting down normally.
Jul 28 13:56:01 localhost NetworkManager[359]: <warn> quit request received, terminating...
Jul 28 13:56:01 localhost NetworkManager[359]: <info> (wlan0): now unmanaged
Jul 28 13:56:01 localhost NetworkManager[359]: <info> (wlan0): device state change: disconnected -> unmanaged (reason 'removed') [30 10 36]
Jul 28 13:56:01 localhost NetworkManager[359]: <info> (wlan0): cleaning up...
Jul 28 13:56:01 localhost NetworkManager[359]: <info> (wlan0): taking down device.
Jul 28 13:56:01 localhost NetworkManager[359]: <info> exiting (success)
Jul 28 20:56:01 localhost rtkit-daemon[718]: Exiting cleanly.
Jul 28 20:56:01 localhost rtkit-daemon[718]: Demoting known real-time threads.
Jul 28 20:56:01 localhost rtkit-daemon[718]: Successfully demoted thread 716 of process 716 (/usr/bin/pulseaudio).
Jul 28 20:56:01 localhost rtkit-daemon[718]: Demoted 1 threads.
Jul 28 20:56:01 localhost rtkit-daemon[718]: Exiting watchdog thread.
Jul 28 20:56:01 localhost rtkit-daemon[718]: Exiting canary thread.
Jul 28 13:56:01 localhost dhcpcd[464]: received SIGTERM, stopping
Jul 28 13:56:01 localhost dhcpcd[464]: eth0: removing interface
Jul 28 05:54:38 localhost [    0.981566] systemd-udevd[40]: starting version 187
Jul 28 05:54:39 localhost [    4.682878] systemd-udevd[122]: starting version 187
Jul 28 05:54:39 localhost NetworkManager[359]: <info> NetworkManager (version 0.9.4.0) is starting...
Jul 28 05:54:39 localhost NetworkManager[359]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
Jul 28 05:54:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Jul 28 05:54:40 localhost polkitd[392]: started daemon version 0.105 using authority implementation `local' version `0.105'
Jul 28 05:54:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> trying to start the modem manager...
Jul 28 05:54:40 localhost NetworkManager[359]: <info> monitoring kernel firmware directory '/lib/firmware'.
Jul 28 05:54:40 localhost NetworkManager[359]: <warn> Failed to open plugin directory /usr/lib/NetworkManager: Error opening directory '/usr/lib/NetworkManager': No such file or directory
Jul 28 05:54:40 localhost NetworkManager[359]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill0) (driver (unknown))
Jul 28 05:54:40 localhost dbus[327]: [system] Activating service name='org.bluez' (using servicehelper)
Jul 28 05:54:40 localhost NetworkManager[359]: <info> WiFi enabled by radio killswitch; enabled by state file
Jul 28 05:54:40 localhost NetworkManager[359]: <info> WWAN enabled by radio killswitch; enabled by state file
Jul 28 05:54:40 localhost NetworkManager[359]: <info> WiMAX enabled by radio killswitch; enabled by state file
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Networking is enabled by state file
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): using nl80211 for WiFi device control
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): new 802.11 WiFi device (driver: 'iwl3945' ifindex: 3)
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/0
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): now managed
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): bringing up device.
Jul 28 05:54:40 localhost dbus[327]: [system] Activated service 'org.bluez' failed: Launch helper exited with unknown return code 1
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): preparing device.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): deactivating device (reason 'managed') [2]
Jul 28 05:54:40 localhost dbus[327]: [system] Activating service name='fi.w1.wpa_supplicant1' (using servicehelper)
Jul 28 05:54:40 localhost NetworkManager[359]: <warn> failed to allocate link cache: (-10) Operation not supported
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): carrier is OFF
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): new Ethernet device (driver: '8139too' ifindex: 2)
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): now managed
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): bringing up device.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): carrier now ON (device state 20)
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): preparing device.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): deactivating device (reason 'managed') [2]
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:1e.0/0000:05:01.0/net/eth0
Jul 28 05:54:40 localhost dbus[327]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jul 28 05:54:40 localhost NetworkManager[359]: <warn> bluez error getting default adapter: Launch helper exited with unknown return code 1
Jul 28 05:54:40 localhost NetworkManager[359]: <info> wpa_supplicant started
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): supplicant interface state: starting -> ready
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (wlan0): supplicant interface state: ready -> inactive
Jul 28 05:54:40 localhost NetworkManager[359]: <warn> Trying to remove a non-existant call id.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Auto-activating connection 'Wired connection 1'.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) starting connection 'Wired connection 1'
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Jul 28 05:54:40 localhost NetworkManager[359]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Jul 28 05:54:40 localhost NetworkManager[359]: <info> dhcpcd started with pid 463
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Beginning IP6 addrconf.
Jul 28 05:54:40 localhost NetworkManager[359]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Jul 28 05:54:40 localhost dhcpcd[463]: version 5.5.6 starting
Jul 28 05:54:41 localhost dhcpcd[463]: eth0: sending IPv6 Router Solicitation
Jul 28 05:54:41 localhost dhcpcd[463]: eth0: sendmsg: Cannot assign requested address
Jul 28 05:54:41 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed nbi -> preinit
Jul 28 05:54:41 localhost dhcpcd[463]: eth0: rebinding lease of 192.168.0.63
Jul 28 05:54:41 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 05:54:41 localhost dhcpcd[463]: eth0: checking for 192.168.0.63
Jul 28 05:54:41 localhost ntpd[499]: ntpd 4.2.6p5@1.2349-o Sat Jun  9 05:25:19 UTC 2012 (1)
Jul 28 05:54:41 localhost ntpd[499]: proto: precision = 2.025 usec
Jul 28 05:54:41 localhost ntpd[499]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
Jul 28 05:54:41 localhost ntpd[499]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
Jul 28 05:54:41 localhost ntpd[499]: Listen and drop on 1 v6wildcard :: UDP 123
Jul 28 05:54:41 localhost ntpd[499]: Listen normally on 2 lo 127.0.0.1 UDP 123
Jul 28 05:54:41 localhost ntpd[499]: Listen normally on 3 lo ::1 UDP 123
Jul 28 05:54:41 localhost ntpd[499]: peers refreshed
Jul 28 05:54:41 localhost ntpd[499]: Listening on routing socket on fd #20 for interface updates
Jul 28 05:54:43 localhost dhcpcd[463]: eth0: Router Advertisement from fe80::214:d1ff:fe51:e0d8
Jul 28 05:54:43 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed preinit -> (null)
Jul 28 05:54:45 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) scheduled...
Jul 28 05:54:45 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) started...
Jul 28 05:54:45 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 05:54:46 localhost NetworkManager[359]: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0]
Jul 28 05:54:46 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 05:54:46 localhost NetworkManager[359]: <info> Activation (eth0) successful, device activated.
Jul 28 05:54:46 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv6 Commit) complete.
Jul 28 05:54:46 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 05:54:46 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> bound
Jul 28 05:54:46 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 05:54:46 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 05:54:46 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 05:54:46 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 05:54:46 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 05:54:46 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Jul 28 05:54:46 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Jul 28 05:54:46 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 05:54:47 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 05:54:47 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 05:54:47 localhost NetworkManager[359]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
Jul 28 05:54:48 localhost dbus[327]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper)
Jul 28 05:54:48 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Jul 28 05:54:51 localhost dbus[327]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Jul 28 05:54:51 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 05:54:51 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 05:54:51 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.UPower'
Jul 28 05:54:54 localhost dbus[327]: [system] Activating service name='org.freedesktop.RealtimeKit1' (using servicehelper)
Jul 28 05:54:54 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jul 28 12:54:54 localhost rtkit-daemon[709]: Successfully called chroot.
Jul 28 12:54:54 localhost rtkit-daemon[709]: Successfully dropped privileges.
Jul 28 12:54:54 localhost rtkit-daemon[709]: Successfully limited resources.
Jul 28 12:54:54 localhost rtkit-daemon[709]: Running.
Jul 28 12:54:54 localhost rtkit-daemon[709]: Watchdog thread running.
Jul 28 12:54:54 localhost rtkit-daemon[709]: Canary thread running.
Jul 28 12:54:54 localhost rtkit-daemon[709]: Successfully made thread 707 of process 707 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Jul 28 12:54:54 localhost rtkit-daemon[709]: Supervising 1 threads of 1 processes of 1 users.
Jul 28 05:54:55 localhost dbus[327]: [system] Activating service name='org.bluez' (using servicehelper)
Jul 28 05:54:55 localhost dbus[327]: [system] Activated service 'org.bluez' failed: Launch helper exited with unknown return code 1
Jul 28 05:54:56 localhost dbus[327]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper)
Jul 28 05:54:56 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jul 28 05:54:57 localhost dbus[327]: [system] Activating service name='org.freedesktop.colord-sane' (using servicehelper)
Jul 28 13:56:51 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.colord-sane'
Jul 28 20:56:52 localhost rtkit-daemon[709]: Successfully made thread 757 of process 757 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Jul 28 20:56:52 localhost rtkit-daemon[709]: Supervising 2 threads of 2 processes of 1 users.
Jul 28 13:56:55 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed bound -> (null)
Jul 28 13:56:57 localhost dbus[327]: [system] Activating service name='org.freedesktop.UDisks2' (using servicehelper)
Jul 28 13:56:57 localhost udisksd[771]: udisks daemon version 1.94.0 starting
Jul 28 13:56:57 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jul 28 13:56:57 localhost udisksd[771]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jul 28 13:56:58 localhost dbus[327]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper)
Jul 28 13:56:58 localhost accounts-daemon[784]: started daemon version 0.6.22
Jul 28 13:56:58 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.Accounts'
Jul 28 13:57:25 localhost dbus[327]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
Jul 28 14:01:38 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:01:38 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:01:38 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:01:38 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:01:38 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:01:38 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:01:38 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:01:38 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:01:38 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:01:38 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:01:38 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:01:42 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 14:06:38 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:06:39 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:06:39 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:06:39 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:06:39 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:06:39 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:06:39 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:06:39 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:06:39 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:06:39 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:06:39 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:06:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 14:11:39 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:11:39 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:11:39 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:11:39 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:11:39 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:11:39 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:11:39 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:11:39 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:11:39 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:11:39 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:11:39 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:11:49 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 14:14:22 localhost NetworkManager[359]: <info> WiFi now disabled by radio killswitch
Jul 28 14:14:22 localhost NetworkManager[359]: <info> (wlan0): device state change: disconnected -> unavailable (reason 'none') [30 20 0]
Jul 28 14:14:22 localhost NetworkManager[359]: <info> (wlan0): deactivating device (reason 'none') [0]
Jul 28 14:14:22 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:14:22 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:14:22 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:14:22 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:14:31 localhost NetworkManager[359]: <info> WiFi now enabled by radio killswitch
Jul 28 14:14:31 localhost NetworkManager[359]: <info> (wlan0): bringing up device.
Jul 28 14:14:31 localhost NetworkManager[359]: <info> (wlan0): supplicant interface state: starting -> ready
Jul 28 14:14:31 localhost NetworkManager[359]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Jul 28 14:14:31 localhost NetworkManager[359]: <info> (wlan0): supplicant interface state: ready -> inactive
Jul 28 14:14:31 localhost NetworkManager[359]: <warn> Trying to remove a non-existant call id.
Jul 28 14:16:39 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:16:39 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:16:39 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:16:39 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:16:39 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:16:39 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:16:39 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:16:39 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:16:39 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:16:39 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:16:39 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:16:46 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 21:21:29 localhost rtkit-daemon[709]: Successfully made thread 1038 of process 1038 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Jul 28 21:21:29 localhost rtkit-daemon[709]: Supervising 2 threads of 2 processes of 1 users.
Jul 28 14:21:39 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:21:39 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:21:39 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:21:39 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:21:39 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:21:39 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:21:39 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:21:39 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:21:39 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:21:39 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:21:39 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:21:55 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 14:26:39 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:26:39 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:26:39 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:26:39 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:26:39 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:26:39 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:26:39 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:26:39 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:26:39 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:26:39 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:26:39 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:26:53 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 14:31:24 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:31:24 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:31:25 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:31:25 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:31:25 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:31:25 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:31:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:31:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:31:27 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:31:27 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:31:27 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:31:27 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:31:34 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:31:34 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:31:39 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:31:39 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:31:39 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:31:39 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:31:39 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:31:39 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:31:39 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:31:39 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:31:39 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:31:39 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:31:39 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:31:42 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:31:42 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:31:42 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:31:42 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:31:44 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 14:32:35 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:32:35 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:32:35 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:32:35 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:33:54 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 14:33:54 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 14:36:39 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:36:39 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:36:39 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:36:39 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:36:39 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:36:39 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:36:39 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:36:39 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:36:39 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:36:39 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:36:39 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:36:50 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 14:41:39 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:41:39 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:41:39 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:41:39 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:41:39 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:41:39 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:41:39 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:41:39 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:41:39 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:41:39 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:41:39 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:41:41 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 14:46:39 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:46:39 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:46:39 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:46:39 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:46:39 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:46:39 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:46:39 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:46:39 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:46:39 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:46:39 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:46:39 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:46:49 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 14:51:39 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:51:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:51:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:51:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:51:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:51:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:51:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:51:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:51:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:51:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:51:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:51:43 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 14:56:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 14:56:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 14:56:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 14:56:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 14:56:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 14:56:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 14:56:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 14:56:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 14:56:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 14:56:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 14:56:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 14:56:46 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 15:01:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 15:01:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 15:01:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 15:01:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 15:01:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 15:01:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 15:01:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 15:01:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 15:01:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 15:01:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 15:01:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 15:01:41 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 15:06:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 15:06:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 15:06:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 15:06:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 15:06:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 15:06:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 15:06:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 15:06:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 15:06:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 15:06:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 15:06:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 15:06:44 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 15:08:51 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:08:51 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:08:51 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:08:51 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:08:51 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:08:51 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:08:53 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:08:53 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:08:53 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:08:53 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:08:54 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:08:54 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:08:54 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:08:54 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:08:54 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:08:54 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:08:54 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:08:54 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:09:03 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:09:03 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:09:39 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:09:39 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:11:18 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:11:18 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:11:21 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:11:21 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:11:24 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:11:24 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:11:32 localhost dbus[327]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
Jul 28 15:11:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 15:11:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 15:11:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 15:11:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 15:11:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 15:11:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 15:11:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 15:11:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 15:11:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 15:11:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 15:11:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 15:11:49 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 15:12:11 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:12:11 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:12:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:12:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:12:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:12:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:12:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:12:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:12:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:12:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:12:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:12:26 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:12:35 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:12:35 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:12:45 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:12:45 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:13:11 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:13:11 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:16:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 15:16:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 15:16:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 15:16:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 15:16:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 15:16:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 15:16:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 15:16:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 15:16:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 15:16:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 15:16:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 15:17:04 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 15:21:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 15:21:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 15:21:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 15:21:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 15:21:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 15:21:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 15:21:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 15:21:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 15:21:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 15:21:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 15:21:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 15:21:58 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 15:26:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 15:26:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 15:26:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 15:26:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 15:26:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 15:26:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 15:26:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 15:26:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 15:26:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 15:26:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 15:26:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 15:26:57 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 15:29:45 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:29:45 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:31:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 15:31:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 15:31:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 15:31:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 15:31:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 15:31:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 15:31:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 15:31:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 15:31:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 15:31:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 15:31:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 15:31:56 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 15:36:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 15:36:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 15:36:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 15:36:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 15:36:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 15:36:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 15:36:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 15:36:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 15:36:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 15:36:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 15:36:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 15:36:46 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 15:41:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 15:41:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 15:41:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 15:41:40 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 15:41:40 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 15:41:40 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 15:41:40 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 15:41:40 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 15:41:40 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 15:41:40 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 15:41:40 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 15:41:58 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)
Jul 28 15:42:15 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Jul 28 15:42:15 localhost NetworkManager[359]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv6 routing and DNS.
Jul 28 15:46:40 localhost dhcpcd[463]: eth0: renewing lease of 192.168.0.63
Jul 28 15:46:40 localhost dhcpcd[463]: eth0: acknowledged 192.168.0.63 from 192.168.0.1
Jul 28 15:46:40 localhost dhcpcd[463]: eth0: leased 192.168.0.63 for 600 seconds
Jul 28 15:46:41 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed (null) -> renew
Jul 28 15:46:41 localhost NetworkManager[359]: <info>   address 192.168.0.63
Jul 28 15:46:41 localhost NetworkManager[359]: <info>   prefix 24 (255.255.255.0)
Jul 28 15:46:41 localhost NetworkManager[359]: <info>   gateway 192.168.0.1
Jul 28 15:46:41 localhost NetworkManager[359]: <info>   nameserver '184.16.33.54'
Jul 28 15:46:41 localhost NetworkManager[359]: <info>   nameserver '184.16.4.22'
Jul 28 15:46:41 localhost dbus[327]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jul 28 15:46:41 localhost dbus[327]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 28 15:46:51 localhost NetworkManager[359]: <info> (eth0): DHCPv4 state changed renew -> (null)


Here are some outputs from some commands.

ck-list-sessions

Session3:
	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-07-28T21:21:27.482772Z'
	login-session-id = '3'
Session4:
	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-07-28T21:21:27.531077Z'
	login-session-id = '3'

ps aux

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0   2144   624 ?        Ss   13:56   0:00 init [5]  
root         2  0.0  0.0      0     0 ?        S    13:56   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    13:56   0:00 [ksoftirqd/0]
root         6  0.0  0.0      0     0 ?        S    13:56   0:00 [migration/0]
root         7  0.0  0.0      0     0 ?        S    13:56   0:00 [watchdog/0]
root         8  0.0  0.0      0     0 ?        S    13:56   0:00 [migration/1]
root        10  0.0  0.0      0     0 ?        S    13:56   0:00 [ksoftirqd/1]
root        12  0.0  0.0      0     0 ?        S    13:56   0:00 [watchdog/1]
root        13  0.0  0.0      0     0 ?        S<   13:56   0:00 [cpuset]
root        14  0.0  0.0      0     0 ?        S<   13:56   0:00 [khelper]
root        15  0.0  0.0      0     0 ?        S    13:56   0:00 [kdevtmpfs]
root        16  0.0  0.0      0     0 ?        S<   13:56   0:00 [netns]
root        17  0.0  0.0      0     0 ?        S    13:56   0:00 [sync_supers]
root        18  0.0  0.0      0     0 ?        S    13:56   0:00 [bdi-default]
root        19  0.0  0.0      0     0 ?        S<   13:56   0:00 [kblockd]
root        21  0.0  0.0      0     0 ?        S    13:56   0:00 [khungtaskd]
root        22  0.0  0.0      0     0 ?        S    13:56   0:00 [kswapd0]
root        23  0.0  0.0      0     0 ?        SN   13:56   0:00 [ksmd]
root        24  0.0  0.0      0     0 ?        SN   13:56   0:00 [khugepaged]
root        25  0.0  0.0      0     0 ?        S    13:56   0:00 [fsnotify_mark]
root        26  0.0  0.0      0     0 ?        S<   13:56   0:00 [crypto]
root        29  0.0  0.0      0     0 ?        S<   13:56   0:00 [kthrotld]
root        31  0.0  0.0      0     0 ?        S<   13:56   0:00 [deferwq]
root        56  0.0  0.0      0     0 ?        S    13:56   0:00 [khubd]
root        57  0.0  0.0      0     0 ?        S<   13:56   0:00 [ata_sff]
root        58  0.0  0.0      0     0 ?        S    13:56   0:00 [scsi_eh_0]
root        59  0.0  0.0      0     0 ?        S    13:56   0:00 [scsi_eh_1]
root        73  0.0  0.0      0     0 ?        S    13:56   0:00 [jbd2/sda3-8]
root        74  0.0  0.0      0     0 ?        S<   13:56   0:00 [ext4-dio-unwrit]
root       122  0.0  0.0   5180  1488 ?        Ss   13:56   0:00 /usr/lib/systemd/systemd-udevd --daemon
root       173  0.0  0.0      0     0 ?        S<   13:56   0:00 [cfg80211]
root       174  0.0  0.0      0     0 ?        S<   13:56   0:00 [kpsmoused]
root       175  0.0  0.0      0     0 ?        S<   13:56   0:00 [kmemstick]
root       181  0.0  0.0      0     0 ?        S    13:56   0:00 [pccardd]
root       184  0.0  0.0      0     0 ?        S    13:56   0:00 [r592_io]
root       186  0.0  0.0      0     0 ?        S<   13:56   0:00 [firewire]
root       187  0.0  0.0      0     0 ?        S<   13:56   0:00 [r852]
root       189  0.0  0.0      0     0 ?        S<   13:56   0:00 [iwl3945]
root       196  0.0  0.0      0     0 ?        S<   13:56   0:00 [hd-audio0]
root       220  0.0  0.0      0     0 ?        S    13:56   0:00 [flush-8:0]
root       221  0.0  0.0      0     0 ?        S<   13:56   0:00 [ext4-dio-unwrit]
root       295  0.0  0.0   4396   408 ?        S    13:56   0:00 supervising syslog-ng
root       296  0.0  0.1   7328  2784 ?        Ss   13:56   0:00 /usr/sbin/syslog-ng
dbus       327  0.0  0.0   3572  1636 ?        Ss   13:56   0:03 dbus-daemon --system
root       359  0.0  0.2  32984  5260 ?        Ssl  13:56   0:02 /usr/sbin/NetworkManager
root       392  0.0  0.1  25120  3672 ?        Sl   13:56   0:02 /usr/lib/polkit-1/polkitd --no-debug
root       462  0.0  0.1   5916  2328 ?        S    13:56   0:00 /usr/sbin//wpa_supplicant -u
root       463  0.0  0.0   2368   828 ?        S    13:56   0:00 /sbin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action e
root       466  0.0  0.0   6824  1092 ?        Ss   13:56   0:00 /usr/sbin/sshd
root       497  0.0  0.0   5008  1144 ?        Ss   13:56   0:00 /usr/sbin/crond
root       505  0.0  0.0   4008   716 tty1     Ss+  13:56   0:00 /sbin/agetty -8 -s 38400 tty1 linux
root       506  0.0  0.0   4008   716 tty2     Ss+  13:56   0:00 /sbin/agetty -8 -s 38400 tty2 linux
root       507  0.0  0.0   4008   716 tty3     Ss+  13:56   0:00 /sbin/agetty -8 -s 38400 tty3 linux
root       508  0.0  0.0   4008   728 tty4     Ss+  13:56   0:00 /sbin/agetty -8 -s 38400 tty4 linux
root       509  0.0  0.0   4008   720 tty5     Ss+  13:56   0:00 /sbin/agetty -8 -s 38400 tty5 linux
root       510  0.0  0.0   4008   716 tty6     Ss+  13:56   0:00 /sbin/agetty -8 -s 38400 tty6 linux
root       511  0.0  0.3  12656  6424 ?        Ss   13:56   0:00 /usr/bin/slim
root       527  0.0  0.1  30316  3376 ?        Sl   13:56   0:00 /usr/sbin/console-kit-daemon --no-daemon
felix85    613  0.0  0.0   3856  1504 ?        Ss   13:56   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
root       637  0.0  0.3  29556  8048 ?        Sl   13:56   0:01 /usr/lib/upower/upowerd
felix85    677  0.0  0.0   6216  1936 ?        S    13:56   0:00 /usr/lib/gvfs/gvfsd
felix85    684  0.0  0.3  34496  6572 ?        Sl   13:56   0:00 /usr/lib/gvfs//gvfs-fuse-daemon -f /home/felix85/.gvfs
felix85    707  0.0  0.2 100208  6004 ?        S<l  13:56   0:00 /usr/bin/pulseaudio --start --log-target=syslog
rtkit      709  0.0  0.0  21148  1148 ?        SNl  13:56   0:00 /usr/lib/rtkit-daemon
felix85    716  0.0  0.0   9732  1948 ?        S    13:56   0:00 /usr/lib/pulse/gconf-helper
felix85    718  0.0  0.1   6540  2068 ?        S    13:56   0:00 /usr/lib/GConf/gconfd-2
root       727  0.0  0.2  26664  4168 ?        Sl   13:56   0:00 /usr/lib/colord/colord
root       732  0.0  0.4  50084  8644 ?        Sl   13:56   0:00 /usr/lib/colord/colord-sane
felix85    748  0.0  0.1  33352  2204 ?        Sl   13:56   0:00 /usr/lib/dconf/dconf-service
felix85    768  0.0  0.1  16256  3616 ?        Sl   13:56   0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
root       771  0.0  0.5  42604 11888 ?        Sl   13:56   0:02 /usr/lib/udisks2/udisksd --no-debug
felix85    780  0.0  0.1  28104  3628 ?        Sl   13:56   0:00 /usr/lib/telepathy/mission-control-5
root       784  0.0  0.1  24604  2984 ?        Sl   13:56   0:00 /usr/lib/accountsservice/accounts-daemon
felix85    794  0.0  0.2  14892  5252 ?        S    13:56   0:00 /usr/lib/libsocialweb/libsocialweb-core
root       956  1.3  0.5  21044 11004 tty7     Ss+  14:21   1:24 /usr/bin/X -nolisten tcp vt07 -auth /var/run/slim.auth
felix85    965  0.0  0.2  61416  4472 ?        SLl  14:21   0:03 /usr/bin/gnome-keyring-daemon --daemonize --login
felix85    974  0.0  0.0   2584   620 ?        S    14:21   0:00 ck-launch-session dbus-launch /bin/bash -login /home/felix85/.xinitrc gnome
felix85    983  0.0  0.6  52068 12888 ?        Sl   14:21   0:00 gnome-session
felix85    987  0.0  0.0   4036  1716 ?        Ss   14:21   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
felix85    993  0.0  0.7 136820 14520 ?        Sl   14:21   0:01 /usr/lib/gnome-settings-daemon/gnome-settings-daemon
felix85   1007  0.0  0.0   6216  1936 ?        S    14:21   0:00 /usr/lib/gvfs/gvfsd
felix85   1015  0.0  0.3  50372  7964 ?        Sl   14:21   0:00 /usr/lib/gnome-settings-daemon/gsd-printer
felix85   1019  1.7  3.7 613368 76720 ?        Sl   14:21   1:50 /usr/bin/gnome-shell
felix85   1024  0.0  0.5 112780 11496 ?        Sl   14:21   0:00 gnome-screensaver
felix85   1027  0.0  0.6 177780 12952 ?        Sl   14:21   0:00 nm-applet
felix85   1030  0.0  0.1  33352  2220 ?        Sl   14:21   0:00 /usr/lib/dconf/dconf-service
felix85   1046  0.0  0.1   6540  2072 ?        S    14:21   0:00 /usr/lib/GConf/gconfd-2
felix85   1051  0.0  0.6  59088 13448 ?        Sl   14:21   0:00 /usr/lib/gnome-shell/gnome-shell-calendar-server
felix85   1053  0.0  0.1  16256  3608 ?        Sl   14:21   0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
felix85   1056  0.0  0.1  28104  3636 ?        Sl   14:21   0:00 /usr/lib/telepathy/mission-control-5
felix85   1063  0.0  0.2  14888  5316 ?        S    14:21   0:00 /usr/lib/libsocialweb/libsocialweb-core
felix85   1110  0.1  0.9 133504 19028 ?        Sl   14:28   0:09 gnome-terminal
felix85   1116  0.0  0.0   2192   648 ?        S    14:28   0:00 gnome-pty-helper
felix85   1117  0.0  0.0   5452  1904 pts/0    Ss   14:28   0:00 bash
root      1268  0.0  0.0      0     0 ?        S    14:33   0:00 [kworker/u:0]
felix85   1428  2.3  3.8 466088 78744 ?        SLl  15:08   1:16 /usr/lib/chromium/chromium
felix85   1431  0.0  0.2 106068  4728 ?        S    15:08   0:00 /usr/lib/chromium/chromium
felix85   1435  0.0  0.0   2236   264 ?        S    15:08   0:00 /usr/lib/chromium/chromium-sandbox /usr/lib/chromium/chromium --type=zygote
felix85   1436  0.0  0.5 123788 10328 ?        S    15:08   0:00 /usr/lib/chromium/chromium --type=zygote
felix85   1439  0.0  0.1 1070784 3048 ?        S    15:08   0:00 /usr/lib/chromium/nacl_helper_bootstrap /usr/lib/chromium/nacl_helper --at-
felix85   1562  0.0  0.8 141836 17800 ?        Sl   15:08   0:00 /usr/lib/chromium/chromium --type=gpu-process --channel=1428.1.2010132025 -
felix85   1577  0.0  0.6 159876 13380 ?        Sl   15:09   0:00 /usr/lib/chromium/chromium --type=service --lang=en-US
felix85   1687  0.1  2.1 197472 44488 ?        Sl   15:10   0:05 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials
felix85   1755  2.4  2.9 194704 60668 ?        Sl   15:12   1:15 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials
felix85   1798  0.0  1.0 160980 22184 ?        Sl   15:17   0:00 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials
felix85   1826  0.0  1.0 160980 21748 ?        Sl   15:17   0:00 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials
felix85   1837  0.0  1.2 164756 25060 ?        Sl   15:17   0:00 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials
felix85   1847  0.0  1.6 172496 33952 ?        Sl   15:17   0:00 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials
felix85   1857  0.0  1.1 164052 23692 ?        Sl   15:17   0:00 /usr/lib/chromium/chromium --type=renderer --lang=en-US --force-fieldtrials
root      1922  0.0  0.0      0     0 ?        S    15:29   0:00 [kworker/u:1]
felix85   1986  0.0  0.0   6336  1872 ?        S    15:33   0:00 /usr/lib/gvfs/gvfsd-metadata
root      1993  0.0  0.0   5220  1436 pts/0    S+   15:34   0:00 sudo gedit
root      1994  2.7  1.1 159624 23492 pts/0    Sl+  15:34   0:48 gedit
root      1998  0.0  0.0   3632   648 pts/0    S+   15:34   0:00 dbus-launch --autolaunch=aba663cc1aaa43459335c7b82e2f6a5b --binary-syntax -
root      1999  0.0  0.0   2960   848 ?        Ss   15:34   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
root      2004  0.0  0.3  33484  6464 ?        Sl   15:34   0:00 /usr/lib/dconf/dconf-service
root      2043  0.0  0.0      0     0 ?        S    15:39   0:00 [kworker/1:0]
root      2055  0.0  0.0      0     0 ?        S    15:41   0:00 [kworker/0:1]
root      2066  0.0  0.0      0     0 ?        S    15:41   0:00 [kworker/u:2]
root      2124  0.0  0.0      0     0 ?        S    15:51   0:00 [kworker/0:0]
root      2136  0.1  0.0      0     0 ?        S    15:54   0:00 [kworker/1:2]
root      2162  0.0  0.0      0     0 ?        S    15:59   0:00 [kworker/1:1]
felix85   2705  0.2  0.0   5452  1984 pts/1    Ss   16:01   0:00 bash
root      2714  0.0  0.0      0     0 ?        S    16:02   0:00 [kworker/0:2]
felix85   2719  0.0  0.0   4864  1160 pts/1    R+   16:03   0:00 ps aux

Last edited by F3lix85 (2012-07-29 02:05:48)

Offline

#2 2012-07-29 00:14:39

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,500
Website

Re: [Solved]Unable to connect to wireless network using networkmanager

That is quite a bit of information.  Much of it may prove useful at some step, but for the first step in troubleshooting I'd recommend trying to connect manually.

Perhaps this was in the solutions you've tried from other threads.  If so, can you post the results of attempting the manual connection steps (as described in the wireless wiki).

Are manual connections successful and the problem is only with networkmanager, or do the manual steps fail at some point?  If the latter, what step fails, and with what output?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2012-07-29 01:43:08

F3lix85
Member
From: Washington state
Registered: 2009-09-01
Posts: 9

Re: [Solved]Unable to connect to wireless network using networkmanager

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.

Offline

#4 2012-07-29 01:53:20

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,500
Website

Re: [Solved]Unable to connect to wireless network using networkmanager

OK so it is just networkmanager permissions.  Looking back at the files you posted earlier I see you have ck-launch-session in your slim.conf.

This should be removed with new versions of slim (as of a month or so ago), as seen here in the wiki

wiki slim page wrote:

Note: slim is ConsoleKit capable since version 1.3.3. Unless you happen to run an old version, you must no longer include ck-launch-session in your .xinitrc or slim.conf login_cmd. You should still have dbus-launch in your login_cmd, see #SLiM_and_Gnome_Keyring, since this gives subprocesses of your session the correct permissions (e.g. to mount something with gvfs-mount, like Pcmanfm does).

edit: typos.

Last edited by Trilby (2012-07-29 01:54:56)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#5 2012-07-29 02:04:46

F3lix85
Member
From: Washington state
Registered: 2009-09-01
Posts: 9

Re: [Solved]Unable to connect to wireless network using networkmanager

Trilby thanks so much for your help. It is working now. I must have been blinded by the hours of reading the wiki and forum posts to have missed that.. lol

*edit*
Thought I should add the solution in case if someone else has the same issue.

replaced

login_cmd	     ck-launch-session exec dbus-launch /bin/bash -login ~/.xinitrc %session > ~/.xsession-errors 2>&1

with this

login_cmd	     exec dbus-launch /bin/bash -login ~/.xinitrc %session > ~/.xsession-errors 2>&1

in /etc/slim.conf

*end_edit*

Last edited by F3lix85 (2012-07-29 02:14:14)

Offline

Board footer

Powered by FluxBB