CRON - nie dzia

Konfiguracja serwerów, usług, itp.
Awatar użytkownika
krewetki
Posty: 97
Rejestracja: 03 maja 2008, 22:54
Lokalizacja: UK

CRON - nie działa żadna komenda dla żadnego użytkownika

Post autor: krewetki »

Witam,

polecenia wpisane do crontab nie działają żadnemu użytkownikowi, z aministratorem włącznie. Tablice mają pustą linię na końcu pliku. Użytkownik jest w grupie "cron". Nie posiadam ani pliku cron.allow ani cron.deny. Restart crona nic nie daje. Skrypt działa uruchomiony ręcznie, ma odpowiednie prawa wykonywania.

Przekopałem różne fora (w tym polskie forum debiana), próbowałem różnych rzeczy i dalej nic. Co jeszcze mogę zrobić, aby uruchomić crona?


Moja konfiguracja:

tablica roota:

Kod: Zaznacz cały

# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

# m h dom mon dow user command
#17 * * * * root cd / && run-parts --report /etc/cron.hourly
#25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
#47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
#52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#

SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
1 * * * * prawns /home/user/Desktop/crontab/cron_script

(Próbowałem również z SHELL=/bin/bash - niczego to nie zmieniło).


skrypt "cron_scipt":

Kod: Zaznacz cały

#!/bin/sh
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
echo "Nightly Backup Successful: $(date)" >> /home/user/Desktop/crontab/testowy_string.log
wget -P /home/user/ http://url/calendar.ics >> /home/user/Desktop/crontab/wget.log 2>&1
mv /home/user/calendar.ics /home/user/.local/share/orage/orage.ics >> /home/user/Desktop/crontab/script_output.txt >> /home/user/Desktop/crontab/mv.log 2>&1
wget -P /home/user/Desktop/ http://kvz.io/images/avatar.png
Skrypt jest własnością usera, skrypt ma prawa:

Kod: Zaznacz cały

-rwxrwxr-x
User należy do grupy:

Kod: Zaznacz cały

crontab

Fragment logu systemowego z

Kod: Zaznacz cały

/var/log/syslog
:

Kod: Zaznacz cały


Aug 15 17:48:44 host kernel: [ 8609.209806] ata1.00: status: { DRDY }
Aug 15 17:48:44 host kernel: [ 8609.209816] ata1: hard resetting link
Aug 15 17:48:44 host kernel: [ 8609.528102] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Aug 15 17:48:44 host kernel: [ 8609.528940] ata1.00: unexpected _GTF length (8)
Aug 15 17:48:44 host kernel: [ 8609.529709] ata1.00: unexpected _GTF length (8)
Aug 15 17:48:44 host kernel: [ 8609.529882] ata1.00: configured for UDMA/133
Aug 15 17:48:44 host kernel: [ 8609.544094] ata1: EH complete
Aug 15 17:49:26 host crontab[4734]: (uzytkownik) LIST (uzytkownik)
Aug 15 17:49:56 host crontab[4748]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 17:51:09 host crontab[4748]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 17:51:09 host crontab[4748]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 17:52:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 17:53:30 host crontab[4789]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 17:56:09 host crontab[4789]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 17:56:09 host crontab[4789]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 17:56:24 host crontab[4863]: (uzytkownik) LIST (uzytkownik)
Aug 15 17:56:40 host crontab[4864]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 17:57:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 17:57:01 host crontab[4864]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 17:57:03 host crontab[4875]: (uzytkownik) LIST (uzytkownik)
Aug 15 17:58:03 host crontab[4891]: (root) BEGIN EDIT (root)
Aug 15 17:58:14 host crontab[4891]: (root) REPLACE (root)
Aug 15 17:58:14 host crontab[4891]: (root) END EDIT (root)
Aug 15 17:59:01 host cron[989]: (root) RELOAD (crontabs/root)
Aug 15 18:01:01 host CRON[4926]: (uzytkownik) CMD (wget -P /home/uzytkownik/Desktop/ http://kvz.io/images/avatar.png)
Aug 15 18:01:01 host CRON[4927]: (uzytkownik) CMD (mv calendar.ics ~/.local/share/orage/orage.ics >> /home/uzytkownik/Desktop/crontab/script_output.log 2>&1)
Aug 15 18:01:01 host CRON[4930]: (uzytkownik) CMD (wget http://cid-4bab456f919214ee.calendar.live.com/calendar/private/c3c47a73-8173-4d29-8877-fa502c603172/44484aa8-9948-4156-a7d8-616edf8e7366/calendar.ics >> /home/uzytkownik/Desktop/crontab/script_output.log 2>)
Aug 15 18:01:01 host CRON[4929]: (root) CMD (wget -P /home/uzytkownik/Desktop/ http://kvz.io/images/avatar.png)
Aug 15 18:01:01 host CRON[4923]: (CRON) info (No MTA installed, discarding output)
Aug 15 18:01:01 host CRON[4924]: (CRON) info (No MTA installed, discarding output)
Aug 15 18:01:02 host CRON[4925]: (CRON) info (No MTA installed, discarding output)
Aug 15 18:01:03 host CRON[4922]: (CRON) info (No MTA installed, discarding output)
Aug 15 18:04:02 host crontab[4992]: (root) BEGIN EDIT (root)
Aug 15 18:04:33 host crontab[4992]: (root) END EDIT (root)
Aug 15 18:04:38 host crontab[5005]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:05:51 host crontab[5005]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:05:51 host crontab[5005]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:05:57 host crontab[5040]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:06:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:08:30 host crontab[5040]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:08:44 host crontab[5119]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:09:27 host crontab[5119]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:09:27 host crontab[5119]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:09:29 host kernel: [ 9854.923346] cfg80211: All devices are disconnected, going to restore regulatory settings
Aug 15 18:09:29 host kernel: [ 9854.923370] cfg80211: Restoring regulatory settings
Aug 15 18:09:29 host kernel: [ 9854.923390] cfg80211: Calling CRDA to update world regulatory domain
Aug 15 18:09:29 host wpa_supplicant[887]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=4
Aug 15 18:09:29 host NetworkManager[844]: <info> (wlan0): supplicant interface state: completed -> disconnected
Aug 15 18:09:29 host kernel: [ 9854.975878] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
Aug 15 18:09:29 host kernel: [ 9854.975894] cfg80211: World regulatory domain updated:
Aug 15 18:09:29 host kernel: [ 9854.975902] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 15 18:09:29 host kernel: [ 9854.975914] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 18:09:29 host kernel: [ 9854.975925] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 15 18:09:29 host kernel: [ 9854.975936] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 15 18:09:29 host kernel: [ 9854.975946] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 18:09:29 host kernel: [ 9854.975957] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 18:09:29 host NetworkManager[844]: <info> (wlan0): roamed from BSSID 00:00:00:00:00:00 (virginmedia4186487) to (none) ((none))
Aug 15 18:09:29 host NetworkManager[844]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Aug 15 18:09:30 host wpa_supplicant[887]: Trying to authenticate with 00:00:00:00:00:00 (SSID='virginmedia4186487' freq=2412 MHz)
Aug 15 18:09:30 host NetworkManager[844]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Aug 15 18:09:30 host wpa_supplicant[887]: Trying to associate with 00:00:00:00:00:00 (SSID='virginmedia4186487' freq=2412 MHz)
Aug 15 18:09:30 host kernel: [ 9856.084989] wlan0: authenticate with 00:00:00:00:00:00 (try 1)
Aug 15 18:09:30 host kernel: [ 9856.087010] wlan0: authenticated
Aug 15 18:09:30 host NetworkManager[844]: <info> (wlan0): supplicant interface state: authenticating -> associating
Aug 15 18:09:30 host kernel: [ 9856.107886] wlan0: associate with 00:00:00:00:00:00 (try 1)
Aug 15 18:09:30 host kernel: [ 9856.111915] wlan0: RX ReassocResp from 00:00:00:00:00:00 (capab=0x411 status=0 aid=1)
Aug 15 18:09:30 host kernel: [ 9856.111924] wlan0: associated
Aug 15 18:09:30 host wpa_supplicant[887]: Associated with 00:00:00:00:00:00
Aug 15 18:09:30 host NetworkManager[844]: <info> (wlan0): supplicant interface state: associating -> associated
Aug 15 18:09:30 host NetworkManager[844]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake
Aug 15 18:09:30 host wpa_supplicant[887]: WPA: Key negotiation completed with 00:00:00:00:00:00 [PTK=CCMP GTK=TKIP]
Aug 15 18:09:30 host wpa_supplicant[887]: CTRL-EVENT-CONNECTED - Connection to 00:00:00:00:00:00 completed (reauth) [id=0 id_str=]
Aug 15 18:09:30 host NetworkManager[844]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
Aug 15 18:09:35 host NetworkManager[844]: <info> (wlan0): roamed from BSSID (none) ((none)) to 00:00:00:00:00:00 (virginmedia4186487)
Aug 15 18:09:37 host crontab[5134]: (uzytkownik) LIST (uzytkownik)
Aug 15 18:10:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:10:41 host crontab[5139]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:11:36 host crontab[5139]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:11:36 host crontab[5139]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:12:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:12:19 host crontab[5153]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:12:29 host crontab[5153]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:12:29 host crontab[5153]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:12:57 host crontab[5165]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:13:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:13:18 host crontab[5165]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:13:22 host crontab[5179]: (root) BEGIN EDIT (root)
Aug 15 18:13:48 host crontab[5179]: (root) REPLACE (root)
Aug 15 18:13:48 host crontab[5179]: (root) END EDIT (root)
Aug 15 18:13:52 host crontab[5192]: (root) LIST (root)
Aug 15 18:14:01 host cron[989]: (root) RELOAD (crontabs/root)
Aug 15 18:14:51 host crontab[5197]: (root) LIST (root)
Aug 15 18:14:52 host crontab[5199]: (root) BEGIN EDIT (root)
Aug 15 18:15:04 host crontab[5199]: (root) REPLACE (root)
Aug 15 18:15:04 host crontab[5199]: (root) END EDIT (root)
Aug 15 18:15:50 host crontab[5265]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:16:01 host cron[989]: (root) RELOAD (crontabs/root)
Aug 15 18:16:33 host crontab[5265]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:16:33 host crontab[5265]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:16:40 host crontab[5284]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:17:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:17:01 host CRON[5296]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Aug 15 18:17:04 host crontab[5284]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:17:04 host crontab[5284]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:17:39 host crontab[5300]: (root) BEGIN EDIT (root)
Aug 15 18:17:54 host crontab[5300]: (root) REPLACE (root)
Aug 15 18:17:54 host crontab[5300]: (root) END EDIT (root)
Aug 15 18:18:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:18:01 host cron[989]: (root) RELOAD (crontabs/root)
Aug 15 18:21:38 host crontab[5350]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:22:02 host crontab[5350]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:22:02 host crontab[5350]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:22:16 host crontab[5364]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:23:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:26:13 host crontab[5364]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:26:19 host crontab[5413]: (root) BEGIN EDIT (root)
Aug 15 18:26:27 host crontab[5413]: (root) REPLACE (root)
Aug 15 18:26:27 host crontab[5413]: (root) END EDIT (root)
Aug 15 18:26:29 host crontab[5424]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:26:56 host crontab[5424]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:26:56 host crontab[5424]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:27:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:27:01 host cron[989]: (root) RELOAD (crontabs/root)
Aug 15 18:27:44 host crontab[5468]: (uzytkownik) LIST (uzytkownik)
Aug 15 18:29:26 host crontab[5476]: (root) BEGIN EDIT (root)
Aug 15 18:29:47 host crontab[5476]: (root) REPLACE (root)
Aug 15 18:29:47 host crontab[5476]: (root) END EDIT (root)
Aug 15 18:30:01 host cron[989]: (root) RELOAD (crontabs/root)
Aug 15 18:30:28 host crontab[5490]: (root) BEGIN EDIT (root)
Aug 15 18:31:19 host crontab[5490]: (root) END EDIT (root)
Aug 15 18:31:23 host crontab[5502]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:31:37 host crontab[5502]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:31:37 host crontab[5502]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:32:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:33:55 host crontab[5542]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:34:14 host crontab[5542]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:34:14 host crontab[5542]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:34:16 host crontab[5557]: (root) BEGIN EDIT (root)
Aug 15 18:34:26 host crontab[5557]: (root) REPLACE (root)
Aug 15 18:34:26 host crontab[5557]: (root) END EDIT (root)
Aug 15 18:35:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:35:01 host cron[989]: (root) RELOAD (crontabs/root)
Aug 15 18:44:24 host crontab[5615]: (root) BEGIN EDIT (root)
Aug 15 18:45:07 host crontab[5615]: (root) REPLACE (root)
Aug 15 18:45:07 host crontab[5615]: (root) END EDIT (root)
Aug 15 18:46:01 host cron[989]: (root) RELOAD (crontabs/root)
Aug 15 18:50:56 host crontab[5670]: (root) BEGIN EDIT (root)
Aug 15 18:51:18 host crontab[5670]: (root) REPLACE (root)
Aug 15 18:51:18 host crontab[5670]: (root) END EDIT (root)
Aug 15 18:51:24 host crontab[5683]: (root) BEGIN EDIT (root)
Aug 15 18:51:27 host crontab[5683]: (root) END EDIT (root)
Aug 15 18:51:32 host crontab[5694]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 18:51:42 host crontab[5694]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 18:51:42 host crontab[5694]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 18:52:01 host cron[989]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 18:52:01 host cron[989]: (root) RELOAD (crontabs/root)
Aug 15 18:57:43 host kernel: [12748.793529] init: cron main process (989) killed by TERM signal
Aug 15 18:57:43 host cron[5741]: (CRON) INFO (pidfile fd = 3)
Aug 15 18:57:43 host cron[5742]: (CRON) STARTUP (fork ok)
Aug 15 18:57:43 host cron[5742]: (CRON) INFO (Skipping @reboot jobs -- not system startup)
Aug 15 19:00:44 host kernel: [12929.489223] init: cron main process (5742) killed by TERM signal
Aug 15 19:00:44 host cron[5777]: (CRON) INFO (pidfile fd = 3)
Aug 15 19:00:44 host cron[5778]: (CRON) STARTUP (fork ok)
Aug 15 19:00:44 host cron[5778]: (CRON) INFO (Skipping @reboot jobs -- not system startup)
Aug 15 19:00:56 host crontab[5779]: (uzytkownik) REPLACE (uzytkownik)
Aug 15 19:01:00 host crontab[5781]: (root) REPLACE (root)
Aug 15 19:01:01 host cron[5778]: (uzytkownik) RELOAD (crontabs/uzytkownik)
Aug 15 19:01:01 host cron[5778]: (root) RELOAD (crontabs/root)
Aug 15 19:01:34 host crontab[5783]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 19:02:06 host crontab[5783]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 19:02:13 host crontab[5795]: (root) BEGIN EDIT (root)
Aug 15 19:03:09 host crontab[5795]: (root) REPLACE (root)
Aug 15 19:03:09 host crontab[5795]: (root) END EDIT (root)
Aug 15 19:03:13 host crontab[5809]: (root) BEGIN EDIT (root)
Aug 15 19:04:01 host cron[5778]: (root) RELOAD (crontabs/root)
Aug 15 19:04:04 host crontab[5809]: (root) REPLACE (root)
Aug 15 19:04:04 host crontab[5809]: (root) END EDIT (root)
Aug 15 19:04:09 host crontab[5824]: (uzytkownik) LIST (uzytkownik)
Aug 15 19:04:14 host crontab[5825]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 19:04:15 host crontab[5825]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 19:04:18 host crontab[5837]: (root) BEGIN EDIT (root)
Aug 15 19:04:21 host crontab[5837]: (root) END EDIT (root)
Aug 15 19:04:23 host crontab[5848]: (uzytkownik) LIST (uzytkownik)
Aug 15 19:04:27 host crontab[5851]: (root) LIST (root)
Aug 15 19:04:33 host crontab[5853]: (root) BEGIN EDIT (root)
Aug 15 19:04:42 host crontab[5853]: (root) END EDIT (root)
Aug 15 19:05:01 host cron[5778]: (root) RELOAD (crontabs/root)
Aug 15 19:08:19 host crontab[5887]: (root) BEGIN EDIT (root)
Aug 15 19:10:46 host crontab[5887]: (root) REPLACE (root)
Aug 15 19:10:46 host crontab[5887]: (root) END EDIT (root)
Aug 15 19:10:58 host crontab[5912]: (root) BEGIN EDIT (root)
Aug 15 19:11:01 host cron[5778]: (root) RELOAD (crontabs/root)
Aug 15 19:17:01 host CRON[6050]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Aug 15 19:17:01 host CRON[6051]: (uzytkownik) CMD (root cd / && run-parts --report /etc/cron.hourly)
Aug 15 19:17:01 host CRON[6049]: (CRON) info (No MTA installed, discarding output)
Aug 15 19:37:42 host crontab[5912]: (root) REPLACE (root)
Aug 15 19:37:42 host crontab[5912]: (root) END EDIT (root)
Aug 15 19:37:53 host crontab[6205]: (root) LIST (root)
Aug 15 19:38:01 host cron[5778]: (root) RELOAD (crontabs/root)
Aug 15 19:40:53 host crontab[6237]: (root) LIST (root)
Aug 15 19:43:56 host crontab[6335]: (uzytkownik) BEGIN EDIT (uzytkownik)
Aug 15 19:43:58 host crontab[6335]: (uzytkownik) END EDIT (uzytkownik)
Aug 15 19:44:01 host crontab[6347]: (root) LIST (root)
Aug 15 19:44:11 host crontab[6349]: (root) BEGIN EDIT (root)
Aug 15 19:44:21 host crontab[6349]: (root) REPLACE (root)
Aug 15 19:44:21 host crontab[6349]: (root) END EDIT (root)
Aug 15 19:45:01 host cron[5778]: (root) RELOAD (crontabs/root)
Aug 15 19:46:27 host crontab[6370]: (root) BEGIN EDIT (root)
Aug 15 19:46:41 host crontab[6370]: (root) REPLACE (root)
Aug 15 19:46:41 host crontab[6370]: (root) END EDIT (root)
Aug 15 19:47:01 host cron[5778]: (root) RELOAD (crontabs/root)
Aug 15 19:54:41 host kernel: [16166.887993] init: cron main process (5778) killed by TERM signal
Aug 15 19:54:41 host cron[6429]: (CRON) INFO (pidfile fd = 3)
Aug 15 19:54:41 host cron[6430]: (CRON) STARTUP (fork ok)
Aug 15 19:54:41 host cron[6430]: (CRON) INFO (Skipping @reboot jobs -- not system startup)
Aug 15 19:58:28 host dbus[795]: [system] Activating service name='org.freedesktop.SystemToolsBackends' (using servicehelper)
Aug 15 19:58:28 host dbus[795]: [system] Successfully activated service 'org.freedesktop.SystemToolsBackends'
Aug 15 19:58:28 host dbus[795]: [system] Activating service name='org.freedesktop.SystemToolsBackends.Platform' (using servicehelper)
Aug 15 19:58:29 host dbus[795]: [system] Successfully activated service 'org.freedesktop.SystemToolsBackends.Platform'
Aug 15 19:58:29 host dbus[795]: [system] Activating service name='org.freedesktop.SystemToolsBackends.UsersConfig2' (using servicehelper)
Aug 15 19:58:29 host dbus[795]: [system] Activating service name='org.freedesktop.SystemToolsBackends.GroupsConfig2' (using servicehelper)
Aug 15 19:58:29 host dbus[795]: [system] Activating service name='org.freedesktop.SystemToolsBackends.SelfConfig2' (using servicehelper)
Aug 15 19:58:32 host dbus[795]: [system] Activated service 'org.freedesktop.SystemToolsBackends.SelfConfig2' failed: Launch helper exited with unknown return code 255
Aug 15 19:58:32 host dbus[795]: [system] Successfully activated service 'org.freedesktop.SystemToolsBackends.GroupsConfig2'
Aug 15 19:58:32 host dbus[795]: [system] Successfully activated service 'org.freedesktop.SystemToolsBackends.UsersConfig2'
Aug 15 20:01:01 host CRON[6595]: (root) CMD (uzytkownik /home/uzytkownik/Desktop/crontab/cron_script)
Aug 15 20:01:01 host CRON[6594]: (CRON) info (No MTA installed, discarding output)
Aug 15 20:01:16 host kernel: [16562.243859] init: cron main process (6430) killed by TERM signal
Aug 15 20:01:16 host cron[6611]: (CRON) INFO (pidfile fd = 3)
Aug 15 20:01:16 host cron[6612]: (CRON) STARTUP (fork ok)
Aug 15 20:01:16 host cron[6612]: (uzytkownik) INSECURE MODE (mode 0600 expected) (crontabs/uzytkownik)
Aug 15 20:01:16 host cron[6612]: (root) INSECURE MODE (mode 0600 expected) (crontabs/root)
Aug 15 20:01:16 host cron[6612]: (CRON) INFO (Skipping @reboot jobs -- not system startup)
Aug 15 20:02:50 host crontab[6619]: (root) BEGIN EDIT (root)
Aug 15 20:03:48 host crontab[6619]: (root) END EDIT (root)
Aug 15 20:17:01 host CRON[6669]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Aug 15 20:21:28 host wpa_supplicant[887]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=4
Aug 15 20:21:28 host kernel: [17773.917534] cfg80211: All devices are disconnected, going to restore regulatory settings
Aug 15 20:21:28 host kernel: [17773.917551] cfg80211: Restoring regulatory settings
Aug 15 20:21:28 host kernel: [17773.917586] cfg80211: Calling CRDA to update world regulatory domain
Aug 15 20:21:28 host NetworkManager[844]: <info> (wlan0): supplicant interface state: completed -> disconnected
Aug 15 20:21:28 host kernel: [17773.992756] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
Aug 15 20:21:28 host kernel: [17773.992770] cfg80211: World regulatory domain updated:
Aug 15 20:21:28 host kernel: [17773.992777] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 15 20:21:28 host kernel: [17773.992787] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:21:28 host kernel: [17773.992797] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:21:28 host kernel: [17773.992807] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:21:28 host kernel: [17773.992817] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:21:28 host kernel: [17773.992827] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:21:28 host NetworkManager[844]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Aug 15 20:21:43 host NetworkManager[844]: <warn> (wlan0): link timed out.
Aug 15 20:21:43 host NetworkManager[844]: <info> (wlan0): device state change: activated -> disconnected (reason 'supplicant-timeout') [100 30 11]
Aug 15 20:21:43 host NetworkManager[844]: <info> (wlan0): deactivating device (reason 'supplicant-timeout') [11]
Aug 15 20:21:43 host NetworkManager[844]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 1264
Aug 15 20:21:43 host kernel: [17789.229867] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Aug 15 20:21:43 host avahi-daemon[846]: Withdrawing address record for fe80::1e4b:d6ff:fe82:905a on wlan0.
Aug 15 20:21:43 host avahi-daemon[846]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::1e4b:d6ff:fe82:905a.
Aug 15 20:21:43 host avahi-daemon[846]: Interface wlan0.IPv6 no longer relevant for mDNS.
Aug 15 20:21:43 host NetworkManager[844]: <info> DNS: starting dnsmasq...
Aug 15 20:21:43 host avahi-daemon[846]: Withdrawing address record for 192.168.0.4 on wlan0.
Aug 15 20:21:43 host avahi-daemon[846]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.4.
Aug 15 20:21:43 host avahi-daemon[846]: Interface wlan0.IPv4 no longer relevant for mDNS.
Aug 15 20:21:43 host dnsmasq[1479]: exiting on receipt of SIGTERM
Aug 15 20:21:43 host NetworkManager[844]: <info> (wlan0): writing resolv.conf to /sbin/resolvconf
Aug 15 20:21:43 host dnsmasq[6687]: started, version 2.59 cache disabled
Aug 15 20:21:43 host dnsmasq[6687]: compile time options: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
Aug 15 20:21:43 host dnsmasq[6687]: warning: no upstream servers configured
Aug 15 20:21:43 host dbus[795]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Aug 15 20:21:43 host NetworkManager[844]: <info> (wlan0): supplicant interface state: scanning -> disconnected
Aug 15 20:21:43 host NetworkManager[844]: <info> Auto-activating connection 'virginmedia4186487'.
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) starting connection 'virginmedia4186487'
Aug 15 20:21:43 host NetworkManager[844]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Aug 15 20:21:43 host NetworkManager[844]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0/wireless): access point 'virginmedia4186487' has security, but secrets are required.
Aug 15 20:21:43 host NetworkManager[844]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Aug 15 20:21:43 host NetworkManager[844]: <info> (wlan0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Aug 15 20:21:43 host NetworkManager[844]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0/wireless): connection 'virginmedia4186487' has security, and secrets exist. No new secrets needed.
Aug 15 20:21:43 host NetworkManager[844]: <info> Config: added 'ssid' value 'virginmedia4186487'
Aug 15 20:21:43 host NetworkManager[844]: <info> Config: added 'scan_ssid' value '1'
Aug 15 20:21:43 host NetworkManager[844]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
Aug 15 20:21:43 host NetworkManager[844]: <info> Config: added 'auth_alg' value 'OPEN'
Aug 15 20:21:43 host NetworkManager[844]: <info> Config: added 'psk' value '<omitted>'
Aug 15 20:21:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Aug 15 20:21:43 host NetworkManager[844]: <info> Config: set interface ap_scan to 1
Aug 15 20:21:44 host dbus[795]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 15 20:21:46 host NetworkManager[844]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Aug 15 20:21:47 host wpa_supplicant[887]: Trying to authenticate with 00:00:00:00:00:00 (SSID='virginmedia4186487' freq=2412 MHz)
Aug 15 20:21:47 host NetworkManager[844]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Aug 15 20:21:47 host kernel: [17793.177466] wlan0: authenticate with 00:00:00:00:00:00 (try 1)
Aug 15 20:21:47 host kernel: [17793.376083] wlan0: authenticate with 00:00:00:00:00:00 (try 2)
Aug 15 20:21:47 host wpa_supplicant[887]: Trying to associate with 00:00:00:00:00:00 (SSID='virginmedia4186487' freq=2412 MHz)
Aug 15 20:21:47 host kernel: [17793.394593] wlan0: authenticated
Aug 15 20:21:47 host NetworkManager[844]: <info> (wlan0): supplicant interface state: authenticating -> associating
Aug 15 20:21:47 host kernel: [17793.420067] wlan0: associate with 00:00:00:00:00:00 (try 1)
Aug 15 20:21:47 host kernel: [17793.433744] wlan0: RX ReassocResp from 00:00:00:00:00:00 (capab=0x411 status=0 aid=1)
Aug 15 20:21:47 host kernel: [17793.433755] wlan0: associated
Aug 15 20:21:47 host kernel: [17793.443878] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Aug 15 20:21:47 host wpa_supplicant[887]: Associated with 00:00:00:00:00:00
Aug 15 20:21:47 host NetworkManager[844]: <info> (wlan0): supplicant interface state: associating -> associated
Aug 15 20:21:48 host NetworkManager[844]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake
Aug 15 20:21:49 host avahi-daemon[846]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::1e4b:d6ff:fe82:905a.
Aug 15 20:21:49 host avahi-daemon[846]: New relevant interface wlan0.IPv6 for mDNS.
Aug 15 20:21:49 host avahi-daemon[846]: Registering new address record for fe80::1e4b:d6ff:fe82:905a on wlan0.*.
Aug 15 20:21:49 host wpa_supplicant[887]: WPA: Key negotiation completed with 00:00:00:00:00:00 [PTK=CCMP GTK=TKIP]
Aug 15 20:21:49 host wpa_supplicant[887]: CTRL-EVENT-CONNECTED - Connection to 00:00:00:00:00:00 completed (reauth) [id=0 id_str=]
Aug 15 20:21:49 host NetworkManager[844]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
Aug 15 20:21:49 host NetworkManager[844]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'virginmedia4186487'.
Aug 15 20:21:49 host NetworkManager[844]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
Aug 15 20:21:49 host NetworkManager[844]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
Aug 15 20:21:49 host NetworkManager[844]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
Aug 15 20:21:49 host NetworkManager[844]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Aug 15 20:21:49 host NetworkManager[844]: <info> dhclient started with pid 6714
Aug 15 20:21:49 host NetworkManager[844]: <info> Activation (wlan0) Beginning IP6 addrconf.
Aug 15 20:21:49 host avahi-daemon[846]: Withdrawing address record for fe80::1e4b:d6ff:fe82:905a on wlan0.
Aug 15 20:21:49 host avahi-daemon[846]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::1e4b:d6ff:fe82:905a.
Aug 15 20:21:49 host avahi-daemon[846]: Interface wlan0.IPv6 no longer relevant for mDNS.
Aug 15 20:21:49 host NetworkManager[844]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
Aug 15 20:21:49 host dhclient: Internet Systems Consortium DHCP Client 4.1-ESV-R4
Aug 15 20:21:49 host dhclient: Copyright 2004-2011 Internet Systems Consortium.
Aug 15 20:21:49 host dhclient: All rights reserved.
Aug 15 20:21:49 host dhclient: For info, please visit https://www.isc.org/software/dhcp/
Aug 15 20:21:49 host dhclient:
Aug 15 20:21:49 host NetworkManager[844]: <info> (wlan0): DHCPv4 state changed nbi -> preinit
Aug 15 20:21:49 host dhclient: Listening on LPF/wlan0/00:00:00:00:00:00
Aug 15 20:21:49 host dhclient: Sending on LPF/wlan0/00:00:00:00:00:00
Aug 15 20:21:49 host dhclient: Sending on Socket/fallback
Aug 15 20:21:49 host dhclient: DHCPREQUEST of 192.168.0.4 on wlan0 to 255.255.255.255 port 67
Aug 15 20:21:50 host NetworkManager[844]: <info> (wlan0): disconnecting for new activation request.
Aug 15 20:21:50 host NetworkManager[844]: <info> (wlan0): device state change: ip-config -> disconnected (reason 'none') [70 30 0]
Aug 15 20:21:50 host NetworkManager[844]: <info> (wlan0): deactivating device (reason 'none') [0]
Aug 15 20:21:50 host NetworkManager[844]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 6714
Aug 15 20:21:50 host kernel: [17795.891712] wlan0: deauthenticating from 00:00:00:00:00:00 by local choice (reason=3)
Aug 15 20:21:50 host kernel: [17795.947087] cfg80211: All devices are disconnected, going to restore regulatory settings
Aug 15 20:21:50 host kernel: [17795.947104] cfg80211: Restoring regulatory settings
Aug 15 20:21:50 host kernel: [17795.947169] cfg80211: Calling CRDA to update world regulatory domain
Aug 15 20:21:50 host NetworkManager[844]: <info> Activation (wlan0) starting connection 'virginmedia4186487'
Aug 15 20:21:50 host NetworkManager[844]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Aug 15 20:21:50 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 15 20:21:50 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Aug 15 20:21:50 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Aug 15 20:21:50 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Aug 15 20:21:50 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Aug 15 20:21:50 host NetworkManager[844]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 15 20:21:50 host wpa_supplicant[887]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Aug 15 20:21:50 host NetworkManager[844]: <info> Activation (wlan0/wireless): connection 'virginmedia4186487' has security, and secrets exist. No new secrets needed.
Aug 15 20:21:50 host NetworkManager[844]: <info> Config: added 'ssid' value 'virginmedia4186487'
Aug 15 20:21:50 host NetworkManager[844]: <info> Config: added 'scan_ssid' value '1'
Aug 15 20:21:50 host NetworkManager[844]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
Aug 15 20:21:50 host NetworkManager[844]: <info> Config: added 'auth_alg' value 'OPEN'
Aug 15 20:21:50 host NetworkManager[844]: <info> Config: added 'psk' value '<omitted>'
Aug 15 20:21:50 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Aug 15 20:21:50 host NetworkManager[844]: <info> (wlan0): supplicant interface state: completed -> disconnected
Aug 15 20:21:50 host NetworkManager[844]: <warn> Couldn't disconnect supplicant interface: This interface is not connected.
Aug 15 20:21:50 host NetworkManager[844]: <info> Config: set interface ap_scan to 1
Aug 15 20:21:50 host kernel: [17795.985292] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
Aug 15 20:21:50 host kernel: [17795.985305] cfg80211: World regulatory domain updated:
Aug 15 20:21:50 host kernel: [17795.985312] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 15 20:21:50 host kernel: [17795.985322] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:21:50 host kernel: [17795.985331] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:21:50 host kernel: [17795.985339] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:21:50 host kernel: [17795.985348] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:21:50 host kernel: [17795.985357] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:21:50 host NetworkManager[844]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Aug 15 20:21:51 host wpa_supplicant[887]: Trying to authenticate with 00:00:00:00:00:00 (SSID='virginmedia4186487' freq=2412 MHz)
Aug 15 20:21:51 host NetworkManager[844]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Aug 15 20:21:51 host avahi-daemon[846]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::1e4b:d6ff:fe82:905a.
Aug 15 20:21:51 host avahi-daemon[846]: New relevant interface wlan0.IPv6 for mDNS.
Aug 15 20:21:51 host avahi-daemon[846]: Registering new address record for fe80::1e4b:d6ff:fe82:905a on wlan0.*.
Aug 15 20:21:51 host kernel: [17797.157581] wlan0: authenticate with 00:00:00:00:00:00 (try 1)
Aug 15 20:21:51 host kernel: [17797.356095] wlan0: authenticate with 00:00:00:00:00:00 (try 2)
Aug 15 20:21:52 host kernel: [17797.556156] wlan0: authenticate with 00:00:00:00:00:00 (try 3)
Aug 15 20:21:52 host kernel: [17797.756181] wlan0: authentication with 00:00:00:00:00:00 timed out
Aug 15 20:21:57 host NetworkManager[844]: <info> (wlan0): disconnecting for new activation request.
Aug 15 20:21:57 host NetworkManager[844]: <info> (wlan0): device state change: config -> disconnected (reason 'none') [50 30 0]
Aug 15 20:21:57 host NetworkManager[844]: <info> (wlan0): deactivating device (reason 'none') [0]
Aug 15 20:21:57 host NetworkManager[844]: <info> Activation (wlan0) starting connection 'Ubuntu Linux - Asia (2 siec)'
Aug 15 20:21:57 host NetworkManager[844]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Aug 15 20:21:57 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 15 20:21:57 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Aug 15 20:21:57 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Aug 15 20:21:57 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Aug 15 20:21:57 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Aug 15 20:21:57 host NetworkManager[844]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 15 20:21:57 host NetworkManager[844]: <info> Activation (wlan0/wireless): connection 'Ubuntu Linux - Asia (2 siec)' has security, and secrets exist. No new secrets needed.
Aug 15 20:21:57 host NetworkManager[844]: <info> Config: added 'ssid' value 'Ubuntu Linux'
Aug 15 20:21:57 host NetworkManager[844]: <info> Config: added 'scan_ssid' value '1'
Aug 15 20:21:57 host NetworkManager[844]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
Aug 15 20:21:57 host NetworkManager[844]: <info> Config: added 'psk' value '<omitted>'
Aug 15 20:21:57 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Aug 15 20:21:57 host NetworkManager[844]: <info> (wlan0): supplicant interface state: authenticating -> disconnected
Aug 15 20:21:57 host NetworkManager[844]: <warn> Couldn't disconnect supplicant interface: This interface is not connected.
Aug 15 20:21:57 host NetworkManager[844]: <info> Config: set interface ap_scan to 1
Aug 15 20:21:57 host NetworkManager[844]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Aug 15 20:21:58 host wpa_supplicant[887]: Trying to authenticate with 00:00:00:00:00:00 (SSID='Ubuntu Linux' freq=2412 MHz)
Aug 15 20:21:58 host NetworkManager[844]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Aug 15 20:21:58 host kernel: [17803.848207] wlan0: authenticate with 00:00:00:00:00:00 (try 1)
Aug 15 20:21:58 host kernel: [17804.048145] wlan0: authenticate with 00:00:00:00:00:00 (try 2)
Aug 15 20:21:58 host kernel: [17804.064190] wlan0: authenticated
Aug 15 20:21:58 host wpa_supplicant[887]: Trying to associate with 00:00:00:00:00:00 (SSID='Ubuntu Linux' freq=2412 MHz)
Aug 15 20:21:58 host NetworkManager[844]: <info> (wlan0): supplicant interface state: authenticating -> associating
Aug 15 20:21:58 host kernel: [17804.088246] wlan0: associate with 00:00:00:00:00:00 (try 1)
Aug 15 20:21:58 host kernel: [17804.288136] wlan0: associate with 00:00:00:00:00:00 (try 2)
Aug 15 20:21:59 host kernel: [17804.488091] wlan0: associate with 00:00:00:00:00:00 (try 3)
Aug 15 20:21:59 host kernel: [17804.688099] wlan0: association with 00:00:00:00:00:00 timed out
Aug 15 20:21:59 host NetworkManager[844]: <info> (wlan0): supplicant interface state: associating -> disconnected
Aug 15 20:22:04 host NetworkManager[844]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Aug 15 20:22:05 host wpa_supplicant[887]: Trying to authenticate with 00:00:00:00:00:00 (SSID='Ubuntu Linux' freq=2412 MHz)
Aug 15 20:22:05 host NetworkManager[844]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Aug 15 20:22:05 host kernel: [17810.788072] wlan0: authenticate with 00:00:00:00:00:00 (try 1)
Aug 15 20:22:05 host kernel: [17810.790210] wlan0: authenticated
Aug 15 20:22:05 host wpa_supplicant[887]: Trying to associate with 00:00:00:00:00:00 (SSID='Ubuntu Linux' freq=2412 MHz)
Aug 15 20:22:05 host NetworkManager[844]: <info> (wlan0): supplicant interface state: authenticating -> associating
Aug 15 20:22:05 host kernel: [17810.813800] wlan0: associate with 00:00:00:00:00:00 (try 1)
Aug 15 20:22:05 host kernel: [17810.817330] wlan0: RX AssocResp from 00:00:00:00:00:00 (capab=0x411 status=0 aid=1)
Aug 15 20:22:05 host kernel: [17810.817342] wlan0: associated
Aug 15 20:22:05 host wpa_supplicant[887]: Associated with 00:00:00:00:00:00
Aug 15 20:22:05 host NetworkManager[844]: <info> (wlan0): supplicant interface state: associating -> associated
Aug 15 20:22:05 host NetworkManager[844]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake
Aug 15 20:22:05 host wpa_supplicant[887]: WPA: Key negotiation completed with 00:00:00:00:00:00 [PTK=CCMP GTK=CCMP]
Aug 15 20:22:05 host wpa_supplicant[887]: CTRL-EVENT-CONNECTED - Connection to 00:00:00:00:00:00 completed (reauth) [id=0 id_str=]
Aug 15 20:22:05 host NetworkManager[844]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
Aug 15 20:22:05 host NetworkManager[844]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'Ubuntu Linux'.
Aug 15 20:22:05 host NetworkManager[844]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
Aug 15 20:22:05 host NetworkManager[844]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
Aug 15 20:22:05 host NetworkManager[844]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
Aug 15 20:22:05 host NetworkManager[844]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Aug 15 20:22:05 host NetworkManager[844]: <info> dhclient started with pid 6722
Aug 15 20:22:05 host NetworkManager[844]: <info> Activation (wlan0) Beginning IP6 addrconf.
Aug 15 20:22:05 host avahi-daemon[846]: Withdrawing address record for fe80::1e4b:d6ff:fe82:905a on wlan0.
Aug 15 20:22:05 host avahi-daemon[846]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::1e4b:d6ff:fe82:905a.
Aug 15 20:22:05 host avahi-daemon[846]: Interface wlan0.IPv6 no longer relevant for mDNS.
Aug 15 20:22:05 host NetworkManager[844]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
Aug 15 20:22:05 host dhclient: Internet Systems Consortium DHCP Client 4.1-ESV-R4
Aug 15 20:22:05 host dhclient: Copyright 2004-2011 Internet Systems Consortium.
Aug 15 20:22:05 host dhclient: All rights reserved.
Aug 15 20:22:05 host dhclient: For info, please visit https://www.isc.org/software/dhcp/
Aug 15 20:22:05 host dhclient:
Aug 15 20:22:05 host NetworkManager[844]: <info> (wlan0): DHCPv4 state changed nbi -> preinit
Aug 15 20:22:05 host dhclient: Listening on LPF/wlan0/00:00:00:00:00:00
Aug 15 20:22:05 host dhclient: Sending on LPF/wlan0/00:00:00:00:00:00
Aug 15 20:22:05 host dhclient: Sending on Socket/fallback
Aug 15 20:22:05 host dhclient: DHCPREQUEST of 192.168.1.3 on wlan0 to 255.255.255.255 port 67
Aug 15 20:22:07 host avahi-daemon[846]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::1e4b:d6ff:fe82:905a.
Aug 15 20:22:07 host avahi-daemon[846]: New relevant interface wlan0.IPv6 for mDNS.
Aug 15 20:22:07 host avahi-daemon[846]: Registering new address record for fe80::1e4b:d6ff:fe82:905a on wlan0.*.
Aug 15 20:22:08 host dhclient: DHCPREQUEST of 192.168.1.3 on wlan0 to 255.255.255.255 port 67
Aug 15 20:22:09 host dhclient: DHCPACK of 192.168.1.3 from 192.168.1.1
Aug 15 20:22:09 host dhclient: bound to 192.168.1.3 -- renewal in 41962 seconds.
Aug 15 20:22:09 host NetworkManager[844]: <info> (wlan0): DHCPv4 state changed preinit -> reboot
Aug 15 20:22:09 host NetworkManager[844]: <info> address 192.168.1.3
Aug 15 20:22:09 host NetworkManager[844]: <info> prefix 24 (255.255.255.0)
Aug 15 20:22:09 host NetworkManager[844]: <info> gateway 192.168.1.1
Aug 15 20:22:09 host NetworkManager[844]: <info> nameserver '194.168.4.100'
Aug 15 20:22:09 host NetworkManager[844]: <info> nameserver '194.168.8.100'
Aug 15 20:22:09 host NetworkManager[844]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Aug 15 20:22:09 host NetworkManager[844]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) started...
Aug 15 20:22:09 host avahi-daemon[846]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.3.
Aug 15 20:22:09 host avahi-daemon[846]: New relevant interface wlan0.IPv4 for mDNS.
Aug 15 20:22:09 host avahi-daemon[846]: Registering new address record for 192.168.1.3 on wlan0.IPv4.
Aug 15 20:22:10 host dnsmasq[6687]: exiting on receipt of SIGTERM
Aug 15 20:22:10 host NetworkManager[844]: <info> DNS: starting dnsmasq...
Aug 15 20:22:10 host NetworkManager[844]: <info> (wlan0): writing resolv.conf to /sbin/resolvconf
Aug 15 20:22:10 host dnsmasq[6725]: started, version 2.59 cache disabled
Aug 15 20:22:10 host dnsmasq[6725]: compile time options: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
Aug 15 20:22:10 host dnsmasq[6725]: using nameserver 194.168.8.100#53
Aug 15 20:22:10 host dnsmasq[6725]: using nameserver 194.168.4.100#53
Aug 15 20:22:10 host NetworkManager[844]: <info> (wlan0): device state change: ip-config -> activated (reason 'none') [70 100 0]
Aug 15 20:22:10 host NetworkManager[844]: <info> Policy set 'Ubuntu Linux - Asia (2 siec)' (wlan0) as default for IPv4 routing and DNS.
Aug 15 20:22:10 host NetworkManager[844]: <info> Activation (wlan0) successful, device activated.
Aug 15 20:22:10 host dbus[795]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Aug 15 20:22:10 host NetworkManager[844]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) complete.
Aug 15 20:22:10 host dbus[795]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 15 20:22:16 host kernel: [17821.680047] wlan0: no IPv6 routers present
Aug 15 20:22:19 host ntpdate[6760]: adjust time server 91.189.89.199 offset -0.152886 sec
Aug 15 20:22:25 host NetworkManager[844]: <info> (wlan0): IP6 addrconf timed out or failed.
Aug 15 20:22:25 host NetworkManager[844]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
Aug 15 20:22:25 host NetworkManager[844]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) started...
Aug 15 20:22:25 host NetworkManager[844]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
Aug 15 20:22:41 host NetworkManager[844]: <info> (wlan0): disconnecting for new activation request.
Aug 15 20:22:41 host NetworkManager[844]: <info> (wlan0): device state change: activated -> disconnected (reason 'none') [100 30 0]
Aug 15 20:22:41 host NetworkManager[844]: <info> (wlan0): deactivating device (reason 'none') [0]
Aug 15 20:22:41 host NetworkManager[844]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 6722
Aug 15 20:22:41 host avahi-daemon[846]: Withdrawing address record for fe80::1e4b:d6ff:fe82:905a on wlan0.
Aug 15 20:22:41 host avahi-daemon[846]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::1e4b:d6ff:fe82:905a.
Aug 15 20:22:41 host avahi-daemon[846]: Interface wlan0.IPv6 no longer relevant for mDNS.
Aug 15 20:22:41 host kernel: [17847.289164] wlan0: deauthenticating from 00:00:00:00:00:00 by local choice (reason=3)
Aug 15 20:22:41 host kernel: [17847.329677] cfg80211: All devices are disconnected, going to restore regulatory settings
Aug 15 20:22:41 host kernel: [17847.329693] cfg80211: Restoring regulatory settings
Aug 15 20:22:41 host kernel: [17847.330288] cfg80211: Calling CRDA to update world regulatory domain
Aug 15 20:22:41 host dnsmasq[6725]: exiting on receipt of SIGTERM
Aug 15 20:22:41 host avahi-daemon[846]: Withdrawing address record for 192.168.1.3 on wlan0.
Aug 15 20:22:41 host avahi-daemon[846]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.3.
Aug 15 20:22:41 host avahi-daemon[846]: Interface wlan0.IPv4 no longer relevant for mDNS.
Aug 15 20:22:41 host NetworkManager[844]: <info> DNS: starting dnsmasq...
Aug 15 20:22:41 host wpa_supplicant[887]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Aug 15 20:22:41 host NetworkManager[844]: <info> (wlan0): writing resolv.conf to /sbin/resolvconf
Aug 15 20:22:41 host kernel: [17847.361606] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
Aug 15 20:22:41 host kernel: [17847.361620] cfg80211: World regulatory domain updated:
Aug 15 20:22:41 host kernel: [17847.361627] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 15 20:22:41 host kernel: [17847.361637] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:22:41 host kernel: [17847.361646] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:22:41 host kernel: [17847.361655] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:22:41 host kernel: [17847.361665] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:22:41 host kernel: [17847.361674] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 15 20:22:41 host dnsmasq[6777]: started, version 2.59 cache disabled
Aug 15 20:22:41 host dnsmasq[6777]: compile time options: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
Aug 15 20:22:41 host dnsmasq[6777]: warning: no upstream servers configured
Aug 15 20:22:41 host dbus[795]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Aug 15 20:22:41 host NetworkManager[844]: <info> Activation (wlan0) starting connection 'virginmedia4186487'
Aug 15 20:22:41 host NetworkManager[844]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Aug 15 20:22:41 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 15 20:22:41 host NetworkManager[844]: <info> (wlan0): supplicant interface state: completed -> disconnected
Aug 15 20:22:41 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Aug 15 20:22:41 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Aug 15 20:22:41 host NetworkManager[844]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Aug 15 20:22:41 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Aug 15 20:22:41 host NetworkManager[844]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 15 20:22:41 host NetworkManager[844]: <info> Activation (wlan0/wireless): connection 'virginmedia4186487' has security, and secrets exist. No new secrets needed.
Aug 15 20:22:41 host NetworkManager[844]: <info> Config: added 'ssid' value 'virginmedia4186487'
Aug 15 20:22:41 host NetworkManager[844]: <info> Config: added 'scan_ssid' value '1'
Aug 15 20:22:41 host NetworkManager[844]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
Aug 15 20:22:41 host NetworkManager[844]: <info> Config: added 'auth_alg' value 'OPEN'
Aug 15 20:22:41 host NetworkManager[844]: <info> Config: added 'psk' value '<omitted>'
Aug 15 20:22:41 host NetworkManager[844]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Aug 15 20:22:41 host NetworkManager[844]: <info> Config: set interface ap_scan to 1
Aug 15 20:22:41 host dbus[795]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 15 20:22:42 host NetworkManager[844]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Aug 15 20:22:43 host wpa_supplicant[887]: Trying to authenticate with 00:00:00:00:00:00 (SSID='virginmedia4186487' freq=2412 MHz)
Aug 15 20:22:43 host NetworkManager[844]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Aug 15 20:22:43 host kernel: [17848.679851] wlan0: authenticate with 00:00:00:00:00:00 (try 1)
Aug 15 20:22:43 host kernel: [17848.681937] wlan0: authenticated
Aug 15 20:22:43 host wpa_supplicant[887]: Trying to associate with 00:00:00:00:00:00 (SSID='virginmedia4186487' freq=2412 MHz)
Aug 15 20:22:43 host NetworkManager[844]: <info> (wlan0): supplicant interface state: authenticating -> associating
Aug 15 20:22:43 host kernel: [17848.706197] wlan0: associate with 00:00:00:00:00:00 (try 1)
Aug 15 20:22:43 host kernel: [17848.710124] wlan0: RX AssocResp from 00:00:00:00:00:00 (capab=0x411 status=0 aid=3)
Aug 15 20:22:43 host kernel: [17848.710136] wlan0: associated
Aug 15 20:22:43 host avahi-daemon[846]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::1e4b:d6ff:fe82:905a.
Aug 15 20:22:43 host avahi-daemon[846]: New relevant interface wlan0.IPv6 for mDNS.
Aug 15 20:22:43 host avahi-daemon[846]: Registering new address record for fe80::1e4b:d6ff:fe82:905a on wlan0.*.
Aug 15 20:22:43 host wpa_supplicant[887]: Associated with 00:00:00:00:00:00
Aug 15 20:22:43 host NetworkManager[844]: <info> (wlan0): supplicant interface state: associating -> associated
Aug 15 20:22:43 host NetworkManager[844]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake
Aug 15 20:22:43 host wpa_supplicant[887]: WPA: Key negotiation completed with 00:00:00:00:00:00 [PTK=CCMP GTK=TKIP]
Aug 15 20:22:43 host wpa_supplicant[887]: CTRL-EVENT-CONNECTED - Connection to 00:00:00:00:00:00 completed (reauth) [id=0 id_str=]
Aug 15 20:22:43 host NetworkManager[844]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
Aug 15 20:22:43 host NetworkManager[844]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'virginmedia4186487'.
Aug 15 20:22:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
Aug 15 20:22:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
Aug 15 20:22:43 host NetworkManager[844]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
Aug 15 20:22:43 host NetworkManager[844]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Aug 15 20:22:43 host NetworkManager[844]: <info> dhclient started with pid 6801
Aug 15 20:22:43 host NetworkManager[844]: <info> Activation (wlan0) Beginning IP6 addrconf.
Aug 15 20:22:43 host avahi-daemon[846]: Withdrawing address record for fe80::1e4b:d6ff:fe82:905a on wlan0.
Aug 15 20:22:43 host avahi-daemon[846]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::1e4b:d6ff:fe82:905a.
Aug 15 20:22:43 host avahi-daemon[846]: Interface wlan0.IPv6 no longer relevant for mDNS.
Aug 15 20:22:43 host NetworkManager[844]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
Aug 15 20:22:43 host dhclient: Internet Systems Consortium DHCP Client 4.1-ESV-R4
Aug 15 20:22:43 host dhclient: Copyright 2004-2011 Internet Systems Consortium.
Aug 15 20:22:43 host dhclient: All rights reserved.
Aug 15 20:22:43 host dhclient: For info, please visit https://www.isc.org/software/dhcp/
Aug 15 20:22:43 host dhclient:
Aug 15 20:22:43 host NetworkManager[844]: <info> (wlan0): DHCPv4 state changed nbi -> preinit
Aug 15 20:22:43 host dhclient: Listening on LPF/wlan0/00:00:00:00:00:00
Aug 15 20:22:43 host dhclient: Sending on LPF/wlan0/00:00:00:00:00:00
Aug 15 20:22:43 host dhclient: Sending on Socket/fallback
Aug 15 20:22:43 host dhclient: DHCPREQUEST of 192.168.0.4 on wlan0 to 255.255.255.255 port 67
Aug 15 20:22:44 host avahi-daemon[846]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::1e4b:d6ff:fe82:905a.
Aug 15 20:22:44 host avahi-daemon[846]: New relevant interface wlan0.IPv6 for mDNS.
Aug 15 20:22:44 host avahi-daemon[846]: Registering new address record for fe80::1e4b:d6ff:fe82:905a on wlan0.*.
Aug 15 20:22:46 host dhclient: DHCPREQUEST of 192.168.0.4 on wlan0 to 255.255.255.255 port 67
Aug 15 20:22:47 host dhclient: DHCPACK of 192.168.0.4 from 192.168.0.1
Aug 15 20:22:47 host dhclient: bound to 192.168.0.4 -- renewal in 37284 seconds.
Aug 15 20:22:47 host NetworkManager[844]: <info> (wlan0): DHCPv4 state changed preinit -> reboot
Aug 15 20:22:47 host NetworkManager[844]: <info> address 192.168.0.4
Aug 15 20:22:47 host NetworkManager[844]: <info> prefix 24 (255.255.255.0)
Aug 15 20:22:47 host NetworkManager[844]: <info> gateway 192.168.0.1
Aug 15 20:22:47 host NetworkManager[844]: <info> nameserver '194.168.4.100'
Aug 15 20:22:47 host NetworkManager[844]: <info> nameserver '194.168.8.100'
Aug 15 20:22:47 host NetworkManager[844]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Aug 15 20:22:47 host NetworkManager[844]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) started...
Aug 15 20:22:47 host avahi-daemon[846]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.0.4.
Aug 15 20:22:47 host avahi-daemon[846]: New relevant interface wlan0.IPv4 for mDNS.
Aug 15 20:22:47 host avahi-daemon[846]: Registering new address record for 192.168.0.4 on wlan0.IPv4.
Aug 15 20:22:48 host dnsmasq[6777]: exiting on receipt of SIGTERM
Aug 15 20:22:48 host NetworkManager[844]: <info> DNS: starting dnsmasq...
Aug 15 20:22:48 host NetworkManager[844]: <info> (wlan0): writing resolv.conf to /sbin/resolvconf
Aug 15 20:22:48 host dnsmasq[6804]: started, version 2.59 cache disabled
Aug 15 20:22:48 host dnsmasq[6804]: compile time options: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
Aug 15 20:22:48 host dnsmasq[6804]: using nameserver 194.168.8.100#53
Aug 15 20:22:48 host dnsmasq[6804]: using nameserver 194.168.4.100#53
Aug 15 20:22:48 host NetworkManager[844]: <info> (wlan0): device state change: ip-config -> activated (reason 'none') [70 100 0]
Aug 15 20:22:49 host NetworkManager[844]: <info> Policy set 'virginmedia4186487' (wlan0) as default for IPv4 routing and DNS.
Aug 15 20:22:49 host NetworkManager[844]: <info> Activation (wlan0) successful, device activated.
Aug 15 20:22:49 host NetworkManager[844]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) complete.
Aug 15 20:22:53 host kernel: [17859.024035] wlan0: no IPv6 routers present
Aug 15 20:22:57 host ntpdate[6837]: adjust time server 91.189.89.199 offset -0.136240 sec
Aug 15 20:23:03 host NetworkManager[844]: <info> (wlan0): IP6 addrconf timed out or failed.
Aug 15 20:23:03 host NetworkManager[844]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
Aug 15 20:23:03 host NetworkManager[844]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) started...
Aug 15 20:23:03 host NetworkManager[844]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
Aug 15 20:25:14 host crontab[6858]: (root) LIST (root)
Aug 15 20:31:24 host crontab[6898]: (root) LIST (root)
Aug 15 20:31:27 host crontab[6901]: (root) BEGIN EDIT (root)
Aug 15 20:31:31 host crontab[6901]: (root) END EDIT (root)
Awatar użytkownika
Yampress
Administrator
Posty: 6365
Rejestracja: 09 sierpnia 2007, 21:41
Lokalizacja: PL

Post autor: Yampress »

myśle że wpisy robiłeś tym sposobem
crontab -e
Opcja -e służy do modyfikacji bieżącej tabeli przy pomocy edytora,
którego nazwa znajduje się w jednej ze zmiennych środowiskowych VISUAL
lub EDITOR. Po opuszczeniu edytora zmodyfikowana tabela zostanie
automatycznie zainstalowana. Jeśli żadna ze zmiennych środowiskowych
nie jest zdefiniowana, to używany jest domyślny edytor /usr/bin/editor.
Awatar użytkownika
krewetki
Posty: 97
Rejestracja: 03 maja 2008, 22:54
Lokalizacja: UK

Post autor: krewetki »

Tak. Po drodze było jeszcze:

Kod: Zaznacz cały

crontab /etc/crontab
, ale potem wielokrotna edycja za pomocą

Kod: Zaznacz cały

crontab -e
oraz

Kod: Zaznacz cały

sudo crontab -e
Próbowałem również ręcznie usunąć wszystke pliki tablic z

Kod: Zaznacz cały

/var/spool/cron/crontabs/
i napisać nową tablicę za pomocą

Kod: Zaznacz cały

sudo crontab -e
Bez rezultatu.
Awatar użytkownika
lun
Beginner
Posty: 266
Rejestracja: 01 lutego 2010, 22:06
Lokalizacja: Warszawa

Post autor: lun »

Przedstaw

Kod: Zaznacz cały

less /var/mail/root
Awatar użytkownika
krewetki
Posty: 97
Rejestracja: 03 maja 2008, 22:54
Lokalizacja: UK

Post autor: krewetki »

Kod: Zaznacz cały

user@host:~$ less /var/mail/root
/var/mail/root: No such file or directory
I jeszcze dla pewności:

Kod: Zaznacz cały

user@host:~$ sudo ls -la /var/mail/
total 8
drwxrwsr-x  2 root mail 4096 Aug 17  2012 .
drwxr-xr-x 13 root root 4096 Aug 14 02:31 ..
Wygląda na to, że żaden mail nie doszedł. Dodam, że komendy początkowo (t.j gdy były w crontab usera i roota) nie miały

Kod: Zaznacz cały

2>&1
na końcach wierszy, więc jakiś mail powinien być dostarczony (nie wiem, czy mam potrzebne pakiety do tego).
Awatar użytkownika
lun
Beginner
Posty: 266
Rejestracja: 01 lutego 2010, 22:06
Lokalizacja: Warszawa

Post autor: lun »

Ok. W takim razie wejdź do edycji pliku rsyslog

Kod: Zaznacz cały

sudo vim /etc/rsyslog.conf
Następnie odkomentuj fragment

Kod: Zaznacz cały

## First some standard log files.  Log by facility.
#
auth,authpriv.*                 /var/log/auth.log
*.*;auth,authpriv.none          -/var/log/syslog
[B]cron.*                          /var/log/cron.log[/B]
daemon.*                        -/var/log/daemon.log


Pozwoli to na zrzucanie logów z crona to osobnego pliku, do tego, będą tam również informacje typu warn, error, debug, info itp itd.
Więc powinna się pojawić również informacja o tym, dlaczego coś się nie wykonało.
Awatar użytkownika
krewetki
Posty: 97
Rejestracja: 03 maja 2008, 22:54
Lokalizacja: UK

Post autor: krewetki »

Okazuje się, że tę linię miałem już odkomentowaną:

Kod: Zaznacz cały

user@host:~$ sudo vim /etc/rsyslog.conf


#
# Include all config files in /etc/rsyslog.d/
#
$IncludeConfig /etc/rsyslog.d/*.conf
cron.*                          /var/log/cron.log
I w /var/log/cron.log widzę:

Kod: Zaznacz cały

Aug 16 17:13:13 host_name anacron[8135]: Anacron 2.3 started on 2013-08-16
Aug 16 17:13:13 host_name anacron[8135]: Normal exit (0 jobs run)
Aug 16 17:17:01 host_name CRON[8245]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Aug 16 17:19:13 host_name anacron[8470]: Anacron 2.3 started on 2013-08-16
Aug 16 17:19:13 host_name anacron[8470]: Normal exit (0 jobs run)
Aug 17 03:17:12 host_name anacron[8838]: Anacron 2.3 started on 2013-08-17
Aug 17 03:17:12 host_name anacron[8838]: Will run job `cron.daily' in 5 min.
Aug 17 03:17:12 host_name anacron[8838]: Jobs will be executed sequentially
Aug 17 03:17:55 host_name CRON[9114]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Aug 17 04:01:01 host_name CRON[9268]: (root) CMD (user_name /home/user_name/Desktop/crontab/cron_script)
Aug 17 04:01:01 host_name CRON[9267]: (CRON) info (No MTA installed, discarding output)
Aug 17 04:17:01 host_name CRON[9290]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Aug 17 04:23:15 host_name anacron[9385]: Anacron 2.3 started on 2013-08-17
Aug 17 04:23:15 host_name anacron[9385]: Will run job `cron.daily' in 5 min.
Aug 17 04:23:15 host_name anacron[9385]: Jobs will be executed sequentially
Aug 17 04:48:15 host_name anacron[9753]: Anacron 2.3 started on 2013-08-17
Aug 17 04:48:15 host_name anacron[9753]: Will run job `cron.daily' in 5 min.
Aug 17 04:48:15 host_name anacron[9753]: Jobs will be executed sequentially
Aug 17 05:01:01 host_name CRON[10028]: (root) CMD (user_name /home/user_name/Desktop/crontab/cron_script)
Aug 17 05:01:01 host_name CRON[10027]: (CRON) info (No MTA installed, discarding output)
Aug 17 05:17:01 host_name CRON[10040]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Aug 17 05:18:06 host_name anacron[10133]: Anacron 2.3 started on 2013-08-17
Aug 17 05:18:06 host_name anacron[10133]: Will run job `cron.daily' in 5 min.
Aug 17 05:18:06 host_name anacron[10133]: Jobs will be executed sequentially
Aug 17 07:13:38 host_name anacron[10499]: Anacron 2.3 started on 2013-08-17
Aug 17 07:13:38 host_name anacron[10499]: Will run job `cron.daily' in 5 min.
Aug 17 07:13:38 host_name anacron[10499]: Jobs will be executed sequentially
Aug 17 07:14:28 host_name CRON[10774]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Aug 17 07:17:01 host_name CRON[10776]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Aug 17 07:30:01 host_name CRON[10792]: (root) CMD (start -q anacron || :)
Aug 17 07:30:01 host_name anacron[10795]: Anacron 2.3 started on 2013-08-17
Aug 17 07:30:01 host_name anacron[10795]: Will run job `cron.daily' in 5 min.
Aug 17 07:30:01 host_name anacron[10795]: Jobs will be executed sequentially
Aug 17 07:31:03 host_name anacron[11136]: Anacron 2.3 started on 2013-08-17
Aug 17 07:31:03 host_name anacron[11136]: Will run job `cron.daily' in 5 min.
Aug 17 07:31:03 host_name anacron[11136]: Jobs will be executed sequentially
Aug 17 17:43:50 host_name anacron[1057]: Anacron 2.3 started on 2013-08-17
Aug 17 17:43:50 host_name anacron[1057]: Will run job `cron.daily' in 5 min.
Aug 17 17:43:50 host_name anacron[1057]: Jobs will be executed sequentially
Aug 17 17:43:50 host_name cron[1025]: (CRON) INFO (pidfile fd = 3)
Aug 17 17:43:50 host_name cron[1060]: (CRON) STARTUP (fork ok)
Aug 17 17:43:50 host_name cron[1060]: (CRON) INFO (Running @reboot jobs)
Aug 17 17:44:18 host_name anacron[2064]: Anacron 2.3 started on 2013-08-17
Aug 17 17:44:18 host_name anacron[2064]: Will run job `cron.daily' in 5 min.
Aug 17 17:44:18 host_name anacron[2064]: Jobs will be executed sequentially
Aug 17 17:44:21 host_name anacron[2334]: Anacron 2.3 started on 2013-08-17
Aug 17 17:44:21 host_name anacron[2334]: Will run job `cron.daily' in 5 min.
Aug 17 17:44:21 host_name anacron[2334]: Jobs will be executed sequentially
Aug 17 17:44:31 host_name anacron[2736]: Anacron 2.3 started on 2013-08-17
Aug 17 17:44:31 host_name anacron[2736]: Will run job `cron.daily' in 5 min.
Aug 17 17:44:31 host_name anacron[2736]: Jobs will be executed sequentially
Aug 17 17:49:31 host_name anacron[2736]: Job `cron.daily' started
Aug 17 17:49:31 host_name anacron[4072]: Updated timestamp for job `cron.daily' to 2013-08-17
Aug 17 17:49:57 host_name anacron[2736]: Job `cron.daily' terminated
Aug 17 17:49:57 host_name anacron[2736]: Normal exit (1 job run)
Aug 17 17:55:36 host_name anacron[5357]: Anacron 2.3 started on 2013-08-17
Aug 17 17:55:36 host_name anacron[5357]: Normal exit (0 jobs run)
Aug 17 17:57:28 host_name crontab[5444]: (root) BEGIN EDIT (root)
Aug 17 18:01:01 host_name CRON[5534]: (root) CMD (user_name /home/user_name/Desktop/crontab/cron_script)
Aug 17 18:01:01 host_name CRON[5533]: (CRON) info (No MTA installed, discarding output)
Aug 17 18:12:06 host_name crontab[5444]: (root) REPLACE (root)
Aug 17 18:12:06 host_name crontab[5444]: (root) END EDIT (root)
Co ciekawe, o ile dobrze rozumiem składnię loga, "(root) CMD" to komenda wydana bezposrednio przez roota do terminala. I jeśli chodzi o te linie:

Kod: Zaznacz cały

Aug 17 03:17:55 host_name CRON[9114]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Aug 17 04:01:01 host_name CRON[9268]: (root) CMD (user_name /home/user_name/Desktop/crontab/cron_script)
...
Aug 17 04:17:01 host_name CRON[9290]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
...
Aug 17 05:01:01 host_name CRON[10028]: (root) CMD (user_name /home/user_name/Desktop/crontab/cron_script)
...
Aug 17 05:17:01 host_name CRON[10040]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
...
Aug 17 07:14:28 host_name CRON[10774]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Aug 17 07:17:01 host_name CRON[10776]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Aug 17 07:30:01 host_name CRON[10792]: (root) CMD (start -q anacron || :) 
, to nic takiego nie wpisywałem do konsoli.

Odkryłem ponadto anacron'a. Jego plik konfiguracyjny siedzi w

Kod: Zaznacz cały

/etc/anacrontab
i wygląda u mnie obecnie tak (nie modyfikowałem go):

Kod: Zaznacz cały

# /etc/anacrontab: configuration file for anacron

# See anacron(8) and anacrontab(5) for details.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# These replace cron's entries
1    5    cron.daily     nice run-parts --report /etc/cron.daily
7    10    cron.weekly     nice run-parts --report /etc/cron.weekly
@monthly    15    cron.monthly nice run-parts --report /etc/cron.monthly
Awatar użytkownika
lun
Beginner
Posty: 266
Rejestracja: 01 lutego 2010, 22:06
Lokalizacja: Warszawa

Post autor: lun »

Wg mnie nic z logów nie wskazuje na to, żeby cron miał jakiś problem z uruchomieniem twoich skryptów.
Zrób w ten sposób.
Zakomentuj to co masz w cronie w tej chwili, dodaj wpis który na 100% spowoduje błąd (np.

Kod: Zaznacz cały

cat /tmp/plik_ktorego_nie_ma 
)

I zobacz czy w logu crona dostaniesz błąd. Jeśli tak, to wygląda na to że twój skrypt wykonuje się prawidłowo.

Ewentualnie zawsze możesz spróbować wywołać ten skrypt z crontaba roota, ale jako użytkownik i zobaczyć czy będzie jakakolwiek różnica.

Kod: Zaznacz cały

*/1 * * * * użytkownik -c "/bin/bash /ścieżka/do/skryptu/nazwa.sh"
ODPOWIEDZ