[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.

Similar Messages

  • [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.

  • WRT54G v6 - Can Connect to wireless network but can't access internet

    Ok, this is my last resort for help. I spent two hours yesterday with linksys "chat" support to no avail.
    First the techincal details:
    OS for all machines = Windows XP
    Laptop w/two adapters - one wired, one wireless
    WRT54G v6 upgraded with 1.00.9 firmware
    SpeedStream modem from DSL provider
    I have manually set the IP, subnet mask, gateway, primary and secondary DNS for my wireless adapter (using the Alternate Configuration in the Internet Protocol Properties of the Wireless Network Connection). When I connect to the wireless network I see that the IP, subnet, gateway and DNS server IPs are all correct (via ipconfig /all).  I see that I am connected to my SSID (11.0 MBps, signal strength Excellent) however I can't access web sites (the server not found message appears in the browser) nor can I ping the router IP or any other IP (LAN or WAN).
    My wired PC works fine with this router. My laptop works fine with this router when wired. 
    Anyone face a similar situation and have a solution?  Thanks.

    A new discovery...
    When I disable the wireless security on the router, I am able to connect to the wireless network, ping the router and access the internet.  So, there is apparently something wrong with the WEP security (although I am able to connect to the wireless network when WEP is enabled). 
    I am thouroughly confused. Any help is appreciated. Thanks.

  • Connect to wireless network but can't get internet

    Hi
    First time on any sort of technical forum so please bear with me :o)
    I've just received an iPad for Christmas and I CAN get connected to my wireless home network (AOL / Netgear 834g) *but I CAN'T use the Internet*. I hate to say I've been at it for hours (to embarassed to say how many!).
    I've read the discussion forums, read the manuals and I'm sitting here thinking ... AM I THAT THICK... and I fear the answer is YES :o)
    Normally with all my mobile devices I simply add the WEP and I'm connect but this doesn't seem that simple! For one I can't even find where this number would go.. As you can probably tell I'm not technical. I don't want to start messing about with my router settings
    I was soooo delighted with my iPad and now I feel I just want to send it back (I won't of course!).
    Can someone give me some "simple" to follow help / advice / assistance? or am I doomed!
    I eagerly wait some help ;o)

    http://www.apple.com/support/ipad/assistant/wifi/

  • HT2250 I have been able to get my MacBook Pro to print wirelessly through my Airport device. How do I make it so other computers (non-Mac) can also print wirelessly as well? They are able to connect through my wireless network but can't print.

    I have been able to get my MacBook Pro to print wirelessly through my Airport device. How do I make it so other computers (non-Mac) can also print wirelessly as well? They are able to connect through my wireless network but can't print.

    Well, you could install the drivers to the wireless printer in you other computers.
    blue apple > System Preferences... > sharing
    check printer sharing.

  • HT4259 I have a Netgear wndr3400 and I can "join a wireless network" but can not "extend a wireless network" on my Airport express.  Does anyone know why?

    I have a Netgear wndr3400 and I can "join a wireless network" but can not "extend a wireless network" on my Airport express.  Does anyone know why?

    Sorry, but "Extend a wireless network" is a proprietary Apple setting that will only work if you have another Apple router.
    It is not compatible with devices from other manufacturers.

  • I cannot see my wifi network but can see others

    i cannot see my wifi network but can see other networks
    anybody knows the soln

    Your wifi network is not working. Restart it. Delete your wifi settings for this network via System Preferences, Network, WiFi, Advanced. Reconfigure and try again.

  • Hp C4580 printer won't connect to wireless network, but see network is available.

    I've sat through quite a few of the threads here with regard to photsmart C4580 printer not connecting to wireless network.
    My issues started with a cartridge issue, which I resolved with a new cartridge, but only after trying out different solution offered on HP forum.
    Now printer won't connect to my network which it has been connected to for over 2 years with no issues. The wireless network is working perfectly fine and I even printed out a HP photosmart C4500 series connectivity status and in this report printer can see the network I need to connect to.
    I've tried downloading various programs from Scan doctor to complete install of all HP programs and even tried installing printer from Windows 7 "add a printer", but none can see this printer.
    lastly I was hoping trying to locate IP address for printer which looks like it may help, but report says IP Address "not applicable".
    I believe printer, wireless network and PC are working correctly, this there a way to switch printer to online so it can be seen.
    Help would be great.

    Hello there! Welcome to the forums @Cushionman ,
    I noticed your post about the issues you are having with connecting the printer to your network. I am wanting to offer you my suggestion that might help you out!
    Click this link and then choose Windows 7, and "Solution two: Manually resolve the issue", and follow the steps from there: The Printer is Not Found During Wireless Network Installation in Windows
    Let me know the results
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Can connect to wireless network but no internet access

    I have a PC that runs on Windows Vista and a wireless network using Airport Extreme. My PC can connect to the wireless network but I cannot access the internet. Windows Network Diagnostics states that 'A problem with your network router or broadband modem might be preventing an internet connection'. There should be no problem with my modem as I can access internet using my powerbook. When I run airport utility on my PC, there is an error message that states that 'An error occurred while trying to access the Apple wireless device. Make sure your network connection is valid and try again', 'error -6753'.

    I am glad you brought this up. I am having the same difficulty. I run an iMac OS X 10.5.6 with an intel processor and a parallel system to get me on the Windows side. When I try to access the internet using my Airport extreme I cannot access any sites and the internet explorer page pops up with "The page cannot be displayed and sends me to try the diagnose connection problems on the toolbar method. However I can see my base station and all looks fine with the information there. I can also access the internet from my mac side of the computer. It would be nice to use the Windows side to gain access to the net because I have programs for the windows side that need updating. Anyone out there have any suggestions?

  • Can See Wireless Network, But Can't Connect

    I am able to see the linksys wireless network under my wireless options, but when I try to connect, it says there was an error joining the network. I have been able to connect before with no problem. Two other wireless enabled computers in my house are able to connect to the network, but not mine. If I plug into the ethernet port on the wireless router, I can get internet. I've already tried the instructions from the "Getting Association (signal strength), but no Internet access" article, but nothing changed. Also I've upgraded the firmware and restarted both the router and my computer, but nothing helped. I don't know of anything that I did to my computer from the day it was working to the day to the day it stop working. I have Mac OS 10.4 fyi. Does anyone have any other suggestions? Is it my computer that is the problem or the router?

    After you upgrade the firmware in the router, you must reset the router to factory defaults, then setup the router again from scratch.  If you saved a router configuration file, DO NOT use it.
    Also, in the non-working computer, temporarily turn off your software firewall, and see it this helps.

  • IMac PowerMac G4 4,5 Airport is recognizing my wireless network but can't log on

    I have a iMac PowerMac G4 4,5 and Airport is recognizing my wireless network but when it ask for password it won't let me change it to WPA2 (which is what my network is on). What is wrong??

    Some users have obtained an older AirPort base station to use with vintage computing hardware, so their early 802.11b cards could still get whatever level of 'security' without detracting from later wireless systems for newer devices that use a different protocol or frequency. By use of a different wi-fi for the old stuff.
    An ethernet splitter or hub device can allow more than one base station to operate. A backward-compatible AirPort extreme from about 2004 could do, if you go there.
    {I gave away a very nice 800MHz 17" iMac G4, it didn't see much use. Then I found the new owners had left it unplugged for a year, & with the 1/2AA 3.6V lithium battery dead, it would not start. And they got rid of it...}
    Happens I have an original Apple refurbished AirPort Extreme orb last model (the high end in its day) still in the generic brown Apple box; unused and never tested at my end of the road. And that was a spare. Also I found three more used ones in second hand stores, for about $3. each. Alas, the tiny early model AirPort express does a fine job, too. I'm using one as they work with both b/n wi-fi.
    Good luck & happy computing!

  • Deskjet 3512 connected to wireless network but utility says 'Unable to find printer'

    1. Product Name and Number
         • HP Deskjet 3512
     2. Operating System installed (if applicable)
         • Windows 7 64-bit
     3. Error message (if any)
         Unable to find printer.
        Facts:
    - Printer is connected to network. Panel LED is unblinking blue and the status indicates the correct SSID for my network. Also the router config page indicates that the printer is connected with a correct IP (192.168.1.XX).
    - Wireless Network Test Results diagnostics of the printer states that all PASSED, except that the Internet says 'Not connected'.
    - Tried to ping the IP that the printer panel says, but cmd says: Destination Host Unreachable. Tried arp -a after that but it does not show the IP & MAC address of the printer.
    - Turned off: Windows firewall, router firewall (Telus Actiontec V1000H) and disabled MAC Address Control and uninstalled Avast AV and reboot.
    - Cannot access printer Embedded Web Server.
    - Tried the HP Print and Scan Doctor and it didnt find the printer. And when it did find it, it was by using the USB cable. After selecting the fixes, it came to 'Unable to Find Printer again'.
     4. Any changes made to your system before the issue occurred
         • No changes. Bought the printer and I'm having this issue.
    PLEASE HELP!

    To start out sounds like this is a driver issue. I want to start with being sure that the removal of the software and reinstallation happened in the best possible fashion. I want you to follow my steps so I can be sure that we are both starting on the same page.
    First if you use a USB cord, make sure to remove it (this is important). Do not plug it back in until the software directs you to. Then go through the Devices and Printers, Programs and Features and Device Manager folders and insure that all copies, files, and programs related to the printer are removed. Then as directed, restart the computer.
    In the START menu type "%temp%" and press ENTER. Here I want you to press Ctrl+A and hit DELETE. Some of the files will not allow you to delete them, skip those files and delete the majority that allows it.
    find and install the FULL FEATURE SOFTWARE if it is available :
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=us&lc=en&dlc=en&product=5241114
    Install that and let me know the result!
    Have a great day!
    -Spencer

  • [SOLVED]wlan0 connects to wireless network, but internet does not work

    I have a Compaq Presario A900 laptop just installed Arch on it, went through the wireless Wiki and also checked this thread: http://bbs.archlinux.org/viewtopic.php?id=65467 (similar issue but I don't use any proxy). It has Broadcom card, 4311 Rev 02. I tried both the b43-firmware and broadcom-wl AUR packages and b43 works with my card.
    I have tried with the shell to connect but "iwlist wlan0 scan" always returns no results. (Yes, I did try ifconfig eth0 down first as well before bringing wlan0 up). So I have tried wicd and it worked to connect me to my wireless network which uses WPA, and signal shows ~80% strength, however ping google.ca, nothing works as far as connected to the net.
    Any output I should show I will if I have forgotten, thanks very much for your help!
    Last edited by colbert (2009-05-27 00:40:48)

    Thanks for your help hokasch, however it was a result of needing to reboot and have proper daemon in rc.conf, and it has been working great last few days Thanks!

  • 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

Maybe you are looking for

  • Is it possible to change the UNAME using the FM 'HR_INFOTYPE_OPERATION'..??

    Hi folks, I'm trying to bring an infotype record from a SAP Server 'A' to a SAP Server 'B'. The users want an 'Z' application to do it. I thought to use the HR_INFOTYPE_OPERATION to INS (insert) or MOD (modify) the record, getting the data from A and

  • How do i get the best video quality in itunes

    Ive never had this problem before but some HD movies, from the iTunes store, started looking a bit grainy or white on iTunes.  IS this likely to be an issue with my pc or with the content?

  • Date format in 11G

    Hi, I am new to OBIEE 11g report development so please excuse my daft question. In report Analysis one of the date column with value NULL is displaying value *00--0*. I have tried to format this column in "Column Properties" as well is "Conditional F

  • MC46 Slow Moving

    Hi  Experts Am using the MC46 for getting slow moving item trend. I have one doubt in this wheather Customer Consignment will be considered as consumption or some thing else

  • BrowseForDirectory doesn't display dialog

    I'm seeing an issue running a Flex 4.1 Air application on Windows Server 2008 R2 Enterprise (x64) in which the Browse For Folder dialog fails to appear. I thought this might have been related to an out-of-date version of the Air runtime, so I updated