[Solved]Unable to connect to wireless network using networkmanager

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

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

Similar Messages

  • [Solved] Unable to connect to wireless network, but can see it.

    Hi,
    I hope someone can help me figure this out. I'm attempting to install Arch on a new computer and having trouble setting up the wireless.
    Running "lspci -k" I see that I have an Intel network controller which uses the iwlwifi driver.
    "dmesg | grep iwlwifi"
    contains the line "loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm", so it looks like the driver is working properly.
    When I run "wifi-menu" I can see my university's networks. I then select one and am prompted to save the generated profile. Upon doing so I receive a "CONNECTING FAILED" error.
    I'm not sure where to go from here, so any advice would be greatly appreciated.
    Edit: The problem was with my university wifi not recognizing my MAC address. It's solved now.
    Last edited by jrogers (2014-04-26 01:19:57)

    The problem is solved. The correct password was NOT the Netgear password. It was the network name. Go figure.

  • HP 3054 J610a unable to connect to wireless network (Mac 0S X 10.7.3)

    I recently upgraded to the Mac OS X 10.7.3 on my iMac.  The iMac, along with a few other devices, is on a Verizon Fios wireless network.  I was previously able to set up the printer on the network and print from the iMac, although there were times that the connection dropped.  
    I downloaded the updated driver and all other updates from both HP and Mac, yet when I use the HP setup assistant, it results in a failed configuration window with the message "The software was unable to configure your device" and "Failed to retrieve network" for IP address, Address Mode, Subnet Mask, etc.
    The setup assistant recognizes my wireless network in an earlier screen but it cannot configure the printer to connect.  Also, I connected via USB and can successfully print from the iMac.
    Any suggestions?

    Hey ScottinBoston!
    Check out this document which is directly related to your issue. Its a common issues with the FiOS routers. The steps depend on which revision router you have.
    Verizon FiOS Actiontec Routers: 'Failure to Connect' or 'Unable to Find the Printer' Message, or Una...
    Let me know how this works for you.
    -Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Ipad2 unable to connect to wireless network (ipad3 are OK).

    Hi, we have setup a wireless network available for our customers with Web-Passthrough security. We have no issues with any customers' laptop and certain Blackberry devices but we do have issues with customers' ipad2 and some of newer Blackberry models (like Bold 9900). These units can see the wireless network, attempting to connect but with no success. Ipad3 have no issues. Majority of our customers are having ipad2 so wondering what could be done to solve this issue.
    Appreciate your help and input.

    here some debug outputs>
    (Cisco Controller) >debug client 74:e1:b6:90:ac:61
    (Cisco Controller) >*apfReceiveTask: Sep 24 14:51:03.789: 74:e1:b6:90:ac:61 10.65.57.43 WEBAUTH_REQD (8) Web-Auth Policy timeout
    *apfReceiveTask: Sep 24 14:51:03.789: 74:e1:b6:90:ac:61 10.65.57.43 WEBAUTH_REQD (8) Pem timed out, Try to delete client in 10 secs.
    *apfReceiveTask: Sep 24 14:51:03.789: 74:e1:b6:90:ac:61 Scheduling deletion of Mobile Station:  (callerId: 12) in 10 seconds
    *osapiBsnTimer: Sep 24 14:51:13.789: 74:e1:b6:90:ac:61 apfMsExpireCallback (apf_ms.c:608) Expiring Mobile!
    *apfReceiveTask: Sep 24 14:51:13.789: 74:e1:b6:90:ac:61 apfMsExpireMobileStation (apf_ms.c:5009) Changing state for mobile 74:e1:b6:90:ac:61 on AP 08:17:35:83:96:90 from Associated to Disassociated
    *apfReceiveTask: Sep 24 14:51:13.789: 74:e1:b6:90:ac:61 Scheduling deletion of Mobile Station:  (callerId: 45) in 10 seconds
    *spamApTask4: Sep 24 14:51:15.256: 74:e1:b6:90:ac:61 Received Idle-Timeout from AP 08:17:35:83:96:90, slot 0 for STA 74:e1:b6:90:ac:61
    *spamApTask4: Sep 24 14:51:15.256: 74:e1:b6:90:ac:61 apfMsDeleteByMscb Scheduling mobile for deletion with deleteReason 4, reasonCode 4
    *spamApTask4: Sep 24 14:51:15.256: 74:e1:b6:90:ac:61 Scheduling deletion of Mobile Station:  (callerId: 30) in 1 seconds
    *osapiBsnTimer: Sep 24 14:51:16.189: 74:e1:b6:90:ac:61 apfMsExpireCallback (apf_ms.c:608) Expiring Mobile!
    *apfReceiveTask: Sep 24 14:51:16.191: 74:e1:b6:90:ac:61 Sent Deauthenticate to mobile on BSSID 08:17:35:83:96:90 slot 0(caller apf_ms.c:5094)
    *apfReceiveTask: Sep 24 14:51:16.191: 74:e1:b6:90:ac:61 apfMsAssoStateDec
    *apfReceiveTask: Sep 24 14:51:16.191: 74:e1:b6:90:ac:61 apfMsExpireMobileStation (apf_ms.c:5132) Changing state for mobile 74:e1:b6:90:ac:61 on AP 08:17:35:83:96:90 from Disassociated to Idle
    *apfReceiveTask: Sep 24 14:51:16.191: 74:e1:b6:90:ac:61 10.65.57.43 WEBAUTH_REQD (8) Deleted mobile LWAPP rule on AP [08:17:35:83:96:90]
    *apfReceiveTask: Sep 24 14:51:16.191: 74:e1:b6:90:ac:61 Deleting mobile on AP 08:17:35:83:96:90(0)
    *pemReceiveTask: Sep 24 14:51:16.192: 74:e1:b6:90:ac:61 10.65.57.43 Unable to delete token entry
    *pemReceiveTask: Sep 24 14:51:16.192: 74:e1:b6:90:ac:61 10.65.57.43 Removed NPU entry.
    *apfMsConnTask_7: Sep 24 14:53:46.702: 74:e1:b6:90:ac:61 Adding mobile on LWAPP AP 08:17:35:83:96:90(0)
    *apfMsConnTask_7: Sep 24 14:53:46.702: 74:e1:b6:90:ac:61 Association received from mobile on AP 08:17:35:83:96:90
    *apfMsConnTask_7: Sep 24 14:53:46.702: 74:e1:b6:90:ac:61 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 0) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1621)
    *apfMsConnTask_7: Sep 24 14:53:46.702: 74:e1:b6:90:ac:61 Applying site-specific IPv6 override for station 74:e1:b6:90:ac:61 - vapId 10, site 'default-group', interface 'management'
    *apfMsConnTask_7: Sep 24 14:53:46.702: 74:e1:b6:90:ac:61 Applying IPv6 Interface Policy for station 74:e1:b6:90:ac:61 - vlan 0, interface id 0, interface 'management'
    *apfMsConnTask_7: Sep 24 14:53:46.702: 74:e1:b6:90:ac:61 STA - rates (8): 4 139 150 36 48 72 96 108 0 0 0 0 0 0 0 0
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 STA - rates (11): 4 139 150 36 48 72 96 108 12 18 24 0 0 0 0 0
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 0.0.0.0 START (0) Initializing policy
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 0.0.0.0 START (0) Change state to AUTHCHECK (2) last state AUTHCHECK (2)
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 0.0.0.0 AUTHCHECK (2) Change state to L2AUTHCOMPLETE (4) last state L2AUTHCOMPLETE (4)
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 0.0.0.0 L2AUTHCOMPLETE (4) DHCP Not required on AP 08:17:35:83:96:90 vapId 10 apVapId 10for this client
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 Not Using WMM Compliance code qosCap 00
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 0.0.0.0 L2AUTHCOMPLETE (4) Plumbed mobile LWAPP rule on AP 08:17:35:83:96:90 vapId 10 apVapId 10
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 0.0.0.0 L2AUTHCOMPLETE (4) Change state to DHCP_REQD (7) last state DHCP_REQD (7)
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 apfMsAssoStateInc
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 apfPemAddUser2 (apf_policy.c:223) Changing state for mobile 74:e1:b6:90:ac:61 on AP 08:17:35:83:96:90 from Idle to Associated
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 Scheduling deletion of Mobile Station:  (callerId: 49) in 28800 seconds
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 Sending Assoc Response to station on BSSID 08:17:35:83:96:90 (status 0) ApVapId 10 Slot 0
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 apfProcessAssocReq (apf_80211.c:5241) Changing state for mobile 74:e1:b6:90:ac:61 on AP 08:17:35:83:96:90 from Associated to Associated
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 0.0.0.0 DHCP_REQD (7) State Update from Mobility-Incomplete to Mobility-Complete, mobility role=Local, client state=APF_MS_STATE_ASSOCIATED
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 0.0.0.0 DHCP_REQD (7) pemAdvanceState2 4431, Adding TMP rule
    *apfMsConnTask_7: Sep 24 06:43:06.703: 74:e1:b6:90:ac:61 0.0.0.0 DHCP_REQD (7) Adding Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 08:17:35:83:96:90, slot 0, interface = 13, QOS = 3
      ACL Id = 255, Jumbo F
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 7006  IPv6 Vlan = 0, IPv6 intf id = 0
    *apfMsConnTask_7: Sep 24 14:53:46.703: 74:e1:b6:90:ac:61 0.0.0.0 DHCP_REQD (7) Successfully plumbed mobile rule (ACL ID 255)
    *pemReceiveTask: Sep 24 14:53:46.705: 74:e1:b6:90:ac:61 0.0.0.0 tokenID = 8
    *pemReceiveTask: Sep 24 14:53:46.705: 74:e1:b6:90:ac:61 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    *apfMsConnTask_7: Sep 24 14:53:46.930: 74:e1:b6:90:ac:61 Updating AID for REAP AP Client 08:17:35:83:96:90 - AID ===> 1
    *DHCP Socket Task: Sep 24 14:53:48.313: 74:e1:b6:90:ac:61 DHCP received op BOOTREPLY (2) (len 313,vlan 0, port 13, encap 0xec03)
    *DHCP Socket Task: Sep 24 14:53:48.314: 74:e1:b6:90:ac:61 DHCP processing DHCP OFFER (2)
    *DHCP Socket Task: Sep 24 14:53:48.314: 74:e1:b6:90:ac:61 DHCP   op: BOOTREPLY, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Sep 24 14:53:48.314: 74:e1:b6:90:ac:61 DHCP   xid: 0xd2fa8f04 (3539635972), secs: 0, flags: 0
    *DHCP Socket Task: Sep 24 14:53:48.314: 74:e1:b6:90:ac:61 DHCP   chaddr: 74:e1:b6:90:ac:61
    *DHCP Socket Task: Sep 24 14:53:48.314: 74:e1:b6:90:ac:61 DHCP   ciaddr: 0.0.0.0,  yiaddr: 10.65.57.43
    *DHCP Socket Task: Sep 24 14:53:48.314: 74:e1:b6:90:ac:61 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Sep 24 14:53:48.314: 74:e1:b6:90:ac:61 DHCP   server id: 10.65.56.2  rcvd server id: 10.65.56.2
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 DHCP received op BOOTREPLY (2) (len 313,vlan 0, port 13, encap 0xec03)
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 DHCP processing DHCP ACK (5)
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 DHCP   op: BOOTREPLY, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 DHCP   xid: 0xd2fa8f04 (3539635972), secs: 0, flags: 0
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 DHCP   chaddr: 74:e1:b6:90:ac:61
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 DHCP   ciaddr: 0.0.0.0,  yiaddr: 10.65.57.43
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 DHCP   server id: 10.65.56.2  rcvd server id: 10.65.56.2
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 Adding Web RuleID 1231594 for mobile 74:e1:b6:90:ac:61
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 10.65.57.43 DHCP_REQD (7) Change state to WEBAUTH_REQD (8) last state WEBAUTH_REQD (8)
    *DHCP Socket Task: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 10.65.57.43 WEBAUTH_REQD (8) pemAdvanceState2 5170, Adding TMP rule
    *DHCP So: Sep 24 14:53:49.511: 74:e1:b6:90:ac:61 10.65.57.43 WEBAUTH_REQD (8) Replacing Fast Path rule
      type = Airespace AP Client - ACL passthru
      on AP 08:17:35:83:96:90, slot 0, interface = 13, QOS = 3
      ACL Id =
    *DHCP Socket Task: Sep 24 14:53:49.512: 74:e1:b6:90:ac:61 10.65.57.43 WEBAUTH_REQD (8) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 8  IPv6 Vlan = 0, IPv6 intf id = 0
    *DHCP Socket Task: Sep 24 14:53:49.512: 74:e1:b6:90:ac:61 10.65.57.43 WEBAUTH_REQD (8) Successfully plumbed mobile rule (ACL ID 255)
    *DHCP Socket Task: Sep 24 14:53:49.512: 74:e1:b6:90:ac:61 Plumbing web-auth redirect rule due to user logout
    *DHCP Socket Task: Sep 24 14:53:49.512: 74:e1:b6:90:ac:61 Assigning Address 10.65.57.43 to mobile
    *DHCP Socket Task: Sep 24 14:53:49.512: 74:e1:b6:90:ac:61 DHCP success event for client. Clearing dhcp failure count for interface management.
    *pemReceiveTask: Sep 24 14:53:49.513: 74:e1:b6:90:ac:61 10.65.57.43 tokenID = 8

  • Suddenly unable to connect to wireless network...exhausted all fixes

    I’ve got an odd problem with my two-week old MacBook Pro and its connection to my wireless network. I’ve done what I think is pretty exhaustive troubleshooting, but remain baffled. Here’s the story.
    This morning I connected to my wireless network (DSL 2WIRE modem/router) with no problem. This afternoon I returned and Airport refused to connect, giving me the error message, “Airport is unable to connect to the wireless network…” The network shows up as being available, but when I attempt to connect, it wont. (I didn’t make any changes or install any programs this morning).
    Here’s what I’ve done:
    [1] Restarted the router
    [2] Repaired permissions
    [3] Deleted the network’s entry in Keychain Access
    [4] Re-entered my WEP code (assuring it is in correctly; I’ve tried both with the “$” and without)
    [5] Used interface robustness and without.
    [6] Attempted to join the network from the System Preferences>Network.Airport route.
    [7] Created a new account and tried connecting.
    Other tidbits of information:
    [1] Another MacBook in the house connects to the network with no problem.
    [2] My MacBook can connect to another (unsecured) network that I can “see” in my house.
    So, it would seem my Airport card is working okay.
    Any ideas??

    Some more info (in case anyone is listening...)
    I tried turning off the WEP code and could connect. (Since I share files on my home network, this isn't a "solution").
    I also tried Resetting the MacBook Pro System Management Controller (SMC)(See: http://docs.info.apple.com/article.html?artnum=303319). I did this (I think -- there wasn't any indication that the reset "took"), but alas -- no luck.
    I gave Apple Care a call, but the support guy, while courteous and all, didn't have anything to offer other than telling me to take it in to an Apple Store for a repair (clearly it isn't a hardware issue).
    Heeellllppppp!

  • Unable to connect to wireless network

    I am unable to connect to my wireless network with my MacBook.
    I have no trouble connecting with my windows PC. I have double checked the WEP key and checked that I am using the correct key type (128 bit hex). There is no MAC address access control on the network and DHCP is available.
    All I get is a message saying 'There was an error joining the AirPort network "network-name"' and two buttons: 'Try again' (which produces the same error) and 'OK'.
    Can anyone help?
    MacBook Pro 15" 2.16GHz   Mac OS X (10.4.9)  

    Hi,
    I'm also having this problem of not being able to connect to a wireless network. However, I'm in Spain and have my MacBook. I was able to connect to the wireless network with no problem for about 5 days' and then access stopped. I get the same password edit saying the network does not recognise the pw. I've tried all the proposed solutions described in this thread: entering the data manually, using a $ or " sign and to no avail.
    The airport symbol is grayed out. However, when I open internet connection to join the network, 15 other networks including my own show up, so I believe the airport card is working okay. (everyone seems to have WiFi in the area).
    Does anyone know if there is something peculiar to Europe I need to do in order to gain wireless access again ? I know the broadcast chanels are 1-13 vs 1-11 in the US. But I don't think this is a problem since I had access for a time.
    Any info welcome. Sorry if I'm threadjacking here but I don't see where to start a new topic. The network is fine as I'm connecting using an ethernet cable.
    Thanks in advance,
    J.
    iMac G5 Rev 2; 20; 2GHz; 250 GB; 1.512 RAM; & MacBook 2GHz Intel dual core   Mac OS X (10.4.2)  

  • Unable to connect to wireless network after software update

    on updating the software on my Ipad 3 I am unable to connect to my office wireless network

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Unable to connect to home network using a Linksys WRT110 router

    I recently had to upgrade from a Linksys G router to a new router--the Linksys WRT110.  I was able to connect to the WiFi using my Palm TX prior to doing a firmware update to the Linksys WRT110.  Now, my Palm TX doesn't even recognize that there is a network.  I put the network name in manually and it still won't connect.  I don't know what else to do!  Incidentally, my home computer and my laptop connect to the router wirelessly just fine.  I appreciate any help that i can get to enable me to use my WiFi on my Palm TX at home.
    Thanks.
    Post relates to: Palm TX

    Please read through the Wifi Checklist at the top of this section for some hints.
    WyreNut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • IPod Touch unable to connect to wireless network.

    I just got an iPod Touch 4 for my birthday (w00t), however I cannot seem to get it to connect to my wireless router. Everytime I try, it says Unable to connect to network. I reset the routers password, but it didn't do anything. I saw in other threads people said to switch ti WPA security, but mine is already set as WPA Personal. I'm not sure what to do! Please help!

    NO I did not and thank you very much for the advice.  My problem was stated incorrectly in that while I am able to connect to the wireless from that point on I am unable to connect to the internet.  I will check the article referred to.

  • Not able to connect to wireless network using WEP 128 bit hex password

    I'm using a 128 bit hex WEP password on a Belkin wireless router.
    My ascii passphrase is 13 characters.
    I tried using the hex password generated by the Belkin router, as well as the hex equivalent of my ascii passphrase. Every time, I am told that either "there was an error connecting to the network" or the "password is incorrect" message.
    I'm using channel 7, but have also tried with channel 11.
    I tried using a $ sign in front of the WEP hex password. The $ does not work with Open Internet Connect or the Airport menubar.
    I can connect if I don't use any encryption on the wireless network, and also through the Ethernet cable.
    I have an iBook which connects fine to the wireless network.
    So why doesn't the iMac work the same way ?

    The security difference between NO encryption and any form of WEP is about 2 minutes or less for somebody looking to get in... besides having WEP enabled makes you look like an easy target since you think it'll stop anything!
    Either leave it off, making Hackers think at least 3 minutes about WHY, or use/setup WPA of one form or another!

  • Unable to connect to wireless network after 10.4.8 update

    Hi Guys,
    I use Macbook which I have just updated to 10.4.8. After doing the update I can no longer connect to my wireless network. On 1st boot Airport asked to update the keychain. I said yes.
    Selecting my network, and entering the WPA key results in "Password for this network is incorrect" which is a load of rubbish as I can connect a PC Laptop to it perfectly. I have restarted the router, put in the key in caps and lower case, and still always the same error message.
    Has anybody else experienced this? If so, does anyone know how to fix it?
    Thanks,
    Paul.

    I just brought home a new Macbook with the 10.4.8
    system software. I had to reconfigure my wireless
    router to "open system" - it still required the WEP
    key code, but when it was configured as an open
    system instead of an automatic system it allowed the
    Mac to connect.
    My other computers still work fine with the new
    router configuration.
    Macbook   Mac OS X
    (10.0.x)  
    10.4.8 came with your new macbook? or did you update?
    the only reason i ask is this was a question from a day or two ago, people were wondering if it were abnormal that new macbooks were still shipping with 10.4.6 even though 10.4.7 was out, and some predicted that once it went to 10.4.8 the shipping software would be updated to the new update

  • Connecting to Wireless Network Using Windows in Boot Camp

    Hello!
    I installed Windows on my MacBook Pro, and I know how connect to the internet using Mac OS X, but I have no idea how to connect to my AirPort network in Windows. I know it must be simple, but I just don't know what to do.
    Thank you!

    I went to Microsoft's site and looked up how to connect to a wireless network. You have to enter the wireless address or something into Internet Explorer.
    -Hope this helps!

  • Iphone 4 IOS5 unable to connect to wireless network.

    I am unable to connect my iphone4 IOS5  to wireless network at home. It was working fine before upgrade the IOS.

    Most routers have this problem; the DHCP daemon that assigns IP addresses quits for some reason, so devices that already have an IP address continue to work (until their lease time expires) but new devices don't get an IP address and thus cannot connect.

  • WRT54GC : unable to connect to wireless network

    I have a WRT54GC ver 1 router and I am unable to connect to my wireless network. The problem is I dont see my wireless netwrok in the "list of available networks". I see all my neighbour's networks, but not mine.
    I have upgraded the firmware to v1.05.7 and that hasnt helped either. I am able to connect to the internet through the ethernet though. 
    Multiple chat sessions with linksys customer service havent helped. Has anybody faced such an issue before?

    Reset the router for 20-30 seconds ........ while holding the reset unplug the power cable of router ....... wait for 10 seconds ........ plug back the power cable & release the reset ........
    See if it shows your home network or not ......

  • UNABLE TO CONNECT TO WIRELESS NETWORK WITH APPLE WINDOWS COMPUTERS CAN

    I am new to Apple and am trying to connect to our at home wireless network.Have a Linksys wireless router that is functioning as far as I know correctly.We are able to connect with windows based laptops.My Apple sees our network which is identified correctly and asks for a password.When we enter the password that functions for the other computers it does not work.I s there a configuration change I need to make.Maybe a password variant? I really want to get this up and running and am out of ideas.
    INTEL IMAC 20 IN 2.17 GHZ   Mac OS X (10.4.7)  

    Are you using WEP, if you can try and use WPA.
    One of the problems with WEP is that the actual standard relies on a 10 character HEX key for 40bit WEP and a 26 character HEX key for 128bit WEP.
    In order to make things easier for people, vendors use certain algorithms to convert simple alphanumeric passwords (or passphrases) into HEX keys, thus enabling people to use simple memorable WEP password rather than lengthy HEX keys.
    The problem is that different vendors use different algorithms to generate the HEX key and therefore a ASCII password on an AEBS will be hashed differently on a Netgear client and vice versa.
    One thing is a 13 character 128 bit WEP password will be hashed by all vendors in the same way (if you use 40bit WEP then a 5 character password is required).
    Though sometimes not even that works and the HEX key must be used regardless.
    AirPort: Joining an encrypted wireless network
    http://docs.info.apple.com/article.html?artnum=106424
    Choosing a password for networks that use Wired Equivalent Privacy (WEP)
    http://docs.info.apple.com/article.html?artnum=108058
    WPA
    "WPA Personal" on the Mac corresponds to plain WPA, with a pre-shared key (PSK) and TKIP encryption, on non-Apple wireless routers. The same alphanumeric password should work on both.
    iFelix

Maybe you are looking for