Open the terminal, log in as root and then:
1. type this command "service syslog restart"
2. Attempt to connect
3. Wait for 3 seconds and then type this command and report its output "cat /var/log/syslog | tail -n 20"
oot@localhost galloway]# service syslog restart
Shutting down kernel logger: [ OK ]
Shutting down system logger: [ OK ]
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
[root@localhost galloway]# cat /var/log/syslog | tail -n 20
Jan 8 03:51:35 localhost avahi-daemon[2085]: Server startup complete. Host name is linux-3.local. Local service cookie is 2715888344.
Jan 8 03:51:36 localhost avahi-daemon[2085]: Service "linux-3" (/services/sftp-ssh.service) successfully established.
Jan 8 03:51:36 localhost avahi-daemon[2085]: Service "Remote Access on linux-3" (/services/openssh.service) successfully established.
Jan 8 03:51:40 localhost draknetcenter[8967]: ### Program is exiting ###
Jan 8 03:59:30 localhost klogd: Kernel logging (proc) stopped.
Jan 8 03:59:30 localhost klogd: Kernel log daemon terminating.
Jan 8 03:59:31 localhost exiting on signal 15
Jan 8 03:59:31 localhost syslogd 1.5.0: restart.
Jan 8 03:59:31 localhost klogd: klogd 1.5.0, log source = /proc/kmsg started.
Jan 8 03:59:43 localhost net_applet[2229]: launched command: /usr/sbin/usernetctl wlan0 report
Jan 8 03:59:43 localhost net_applet[2229]: running: consolehelper wlan0
Jan 8 04:00:04 localhost klogd: wlan0: direct probe to AP 00:1d:7e:0b:70:fd (try 1)
Jan 8 04:00:04 localhost klogd: wlan0: direct probe to AP 00:1d:7e:0b:70:fd (try 2)
Jan 8 04:00:04 localhost klogd: wlan0: direct probe responded
Jan 8 04:00:04 localhost klogd: wlan0: authenticate with AP 00:1d:7e:0b:70:fd (try 1)
Jan 8 04:00:04 localhost klogd: wlan0: authenticated
Jan 8 04:00:04 localhost klogd: wlan0: associate with AP 00:1d:7e:0b:70:fd (try 1)
Jan 8 04:00:04 localhost klogd: wlan0: RX AssocResp from 00:1d:7e:0b:70:fd (capab=0x411 status=12 aid=5)
Jan 8 04:00:04 localhost klogd: wlan0: AP denied association (code=12)
Jan 8 04:00:04 localhost klogd: wlan0: deauthenticating from 00:1d:7e:0b:70:fd by local choice (reason=3)
[root@localhost galloway]#