Не запускаются скрипты из /lib/systemd/system-sleep

Как правильно задавать вопросы Правильно сформулированный вопрос и его грамотное оформление способствует высокой вероятности получения достаточно содержательного и по существу ответа. Общая рекомендация по составлению тем: 1. Для начала воспользуйтесь поиском форума. 2. Укажите версию ОС вместе с разрядностью. Пример: LM 19.3 x64, LM Sarah x32 3. DE. Если вопрос касается двух, то через запятую. (xfce, KDE, cinnamon, mate) 4. Какое железо. (достаточно вывод inxi -Fxz в спойлере (как пользоваться спойлером смотрим здесь)) или же дать ссылку на hw-probe 5. Суть. Желательно с выводом консоли, логами. 6. Скрин. Просьба указывать 2, 3 и 4 независимо от того, имеет ли это отношение к вопросу или нет. Так же не забываем об общих правилах Как пример вот
no avatar

Автор темы
tms320
Сообщения: 2
Зарегистрирован: 06 апр 2018, 22:18
Контактная информация:

Не запускаются скрипты из /lib/systemd/system-sleep

#1

06 апр 2018, 23:07

Здравствуйте!
Установлен Linux Mint 18.3 Xfce.
Хочу, используя systemd, выполнить определённые действия после выхода компа из ждущего (suspend) режима.
Как я понял, есть два способа:
Способ 1. Написать свой юнит типа "сервис".
Перепробовал много примеров из интернета - ни один не заработал. В общем, это отдельная тема.
Способ 2. Разместить свой скрипт в директории /lib/systemd/system-sleep. Вроде как systemd должен выполнить все скрипты из этой папки, вот цитата из 'man systemd-sleep':
Immediately before entering system suspend and/or hibernation systemd-suspend.service (and the other mentioned units, respectively) will run all executables in /lib/systemd/system-sleep/ and pass two arguments to them. The first argument will be "pre", the second either "suspend", "hibernate", or "hybrid-sleep" depending on the chosen action. Immediately after leaving system suspend and/or hibernation the same executables are run, but the first argument is now "post".

Казалось бы, что проще?
Создал в директории '/lib/systemd/system-sleep/' простой скрипт 'test.sh' (владелец - root):
#!/bin/bash
if [ "$1" = "post" ]; then
echo "$(date): resume" >> /lib/systemd/system-sleep/test.log
fi

Дал ему права на запуск:
chmod +x test.sh
Проверил ручным запуском: ./test.sh post - всё работает, файл 'test.log' создаётся.
Но... При выходе из ждущего режима ничего не происходит. Файл 'test.log' не создаётся. Даже если упростить скрипт, убрав условный оператор - безрезультатно. Пробовал размещать скрипт в директории '/lib/systemd/system-shutdown' (скрипты отсюда должны выполниться при выключении системы) - тоже не сработало.
Что я делаю не так или куда копать?
Спасибо.
PS: линуксоид я начинающий, раньше сидел на Windows, так что просьба сильно не бить :blush:

Аватара пользователя

broken
Сообщения: 341
Зарегистрирован: 01 сен 2016, 01:45
Решено: 3
Благодарил (а): 19 раз
Поблагодарили: 14 раз
Контактная информация:

Не запускаются скрипты из /lib/systemd/system-sleep

#2

07 апр 2018, 01:27

После выхода из режима открыть консоль и выполнить Тем самым увидев что происходило с момента выхода из режима до вызова dmesg
Ещё можете посмотреть в

Код: Выделить всё

/var/log/syslog

no avatar

Автор темы
tms320
Сообщения: 2
Зарегистрирован: 06 апр 2018, 22:18
Контактная информация:

Не запускаются скрипты из /lib/systemd/system-sleep

#3

07 апр 2018, 10:51

Вывод dmesg большой, сюда не влезает, его можно посмотреть тут (слово 'systemd' в нём не встречается):
https://yadi.sk/i/j3NzTUWW3UBdqX

Содержимое syslog (кнопку перехода в спящий режим нажал примерно в 09:06:54):
Apr 7 09:06:00 notebook kernel: [14335.925786] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:04 notebook kernel: [14339.925403] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:08 notebook kernel: [14343.925118] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:12 notebook kernel: [14347.924932] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:16 notebook kernel: [14351.925583] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:20 notebook kernel: [14355.924112] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:24 notebook kernel: [14359.924083] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:28 notebook kernel: [14363.923733] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:32 notebook kernel: [14367.923409] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:36 notebook kernel: [14371.924235] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:40 notebook kernel: [14375.922882] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:44 notebook kernel: [14379.922602] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:48 notebook kernel: [14383.922391] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:52 notebook kernel: [14387.922036] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:56 notebook kernel: [14391.922727] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:06:57 notebook systemd[1]: Started Run anacron jobs.
Apr 7 09:06:57 notebook anacron[18023]: Anacron 2.3 started on 2018-04-07
Apr 7 09:06:57 notebook anacron[18023]: Normal exit (0 jobs run)
Apr 7 09:06:57 notebook dhclient[18156]: Killed old client process
Apr 7 09:06:58 notebook dhclient[18156]: Internet Systems Consortium DHCP Client 4.3.3
Apr 7 09:06:58 notebook dhclient[18156]: Copyright 2004-2015 Internet Systems Consortium.
Apr 7 09:06:58 notebook dhclient[18156]: All rights reserved.
Apr 7 09:06:58 notebook dhclient[18156]: For info, please visit https://www.isc.org/software/dhcp/
Apr 7 09:06:58 notebook dhclient[18156]:
Apr 7 09:06:58 notebook dhclient[18156]: Listening on LPF/eno1/54:35:30:61:7e:af
Apr 7 09:06:58 notebook dhclient[18156]: Sending on LPF/eno1/54:35:30:61:7e:af
Apr 7 09:06:58 notebook dhclient[18156]: Sending on Socket/fallback
Apr 7 09:06:58 notebook dhclient[18156]: DHCPRELEASE on eno1 to 192.168.1.1 port 67 (xid=0x6fa6206b)
Apr 7 09:06:58 notebook root: /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd returned non-zero exit status 1
Apr 7 09:06:58 notebook root: /etc/dhcp/dhclient-enter-hooks.d/samba returned non-zero exit status 1
Apr 7 09:06:58 notebook kernel: [14393.735723] CacheVal-OnOff:0, bPCIclkOff:1, WlanFunCtrl:0xff000533
Apr 7 09:06:58 notebook kernel: [14393.735729] ==> RTMPWlan 0, bPCIclkOff = 1, pAd->WlanFunCtrl.word = 0xff000523
Apr 7 09:06:58 notebook kernel: [14393.735731] Set INT_MASK_CSR = 0
Apr 7 09:06:58 notebook kernel: [14393.735736] ==> RTMPWlan 0, bPCIclkOff = 1, WlanFunCtrl.word = 0xff000520
Apr 7 09:06:58 notebook kernel: [14393.735740] <== RTMPWlan 0 bPCIclkOff = 1 pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:06:58 notebook kernel: [14393.742915] CacheVal-OnOff:0, bPCIclkOff:1, WlanFunCtrl:0xff000520
Apr 7 09:06:58 notebook kernel: [14393.742924] ==> RTMPWlan 0, bPCIclkOff = 1, pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:06:58 notebook kernel: [14393.742926] Set INT_MASK_CSR = 0
Apr 7 09:06:58 notebook kernel: [14393.742953] ==> RTMPWlan 0, bPCIclkOff = 1, WlanFunCtrl.word = 0xff000520
Apr 7 09:06:58 notebook kernel: [14393.742957] <== RTMPWlan 0 bPCIclkOff = 1 pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:06:58 notebook kernel: [14393.750191] MACVersion=0x32900015
Apr 7 09:06:58 notebook kernel: [14393.750197] CacheVal-OnOff:1, bPCIclkOff:0, WlanFunCtrl:0xff000520
Apr 7 09:06:58 notebook kernel: [14393.750205] ==> RTMPWlan 1, bPCIclkOff = 0, pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:06:58 notebook kernel: [14393.750206] ==> RTMPWlan 1, bPCIclkOff = 0, WlanFunCtrl.word = 0xff000521
Apr 7 09:06:58 notebook kernel: [14393.750340] <== RTMPWlan 1 bPCIclkOff = 0 pAd->WlanFunCtrl.word = 0xff000523
Apr 7 09:06:58 notebook kernel: [14393.750347] PllCtrl:0x2695555
Apr 7 09:06:58 notebook kernel: [14393.751702] RX DESC ffff88008960d000 size = 2048
Apr 7 09:06:58 notebook kernel: [14393.752162] RTMP_TimerListAdd: add timer obj ffffc90001f13d60!
Apr 7 09:06:58 notebook kernel: [14393.752167] RTMP_TimerListAdd: add timer obj ffffc90001f13dd0!
Apr 7 09:06:58 notebook kernel: [14393.752169] RTMP_TimerListAdd: add timer obj ffffc90001f13e40!
Apr 7 09:06:58 notebook kernel: [14393.752171] RTMP_TimerListAdd: add timer obj ffffc90001f13cf0!
Apr 7 09:06:58 notebook kernel: [14393.752174] RTMP_TimerListAdd: add timer obj ffffc90001f13ba0!
Apr 7 09:06:58 notebook kernel: [14393.752175] RTMP_TimerListAdd: add timer obj ffffc90001f13c10!
Apr 7 09:06:58 notebook kernel: [14393.752177] RTMP_TimerListAdd: add timer obj ffffc90001eddd20!
Apr 7 09:06:58 notebook kernel: [14393.752179] RTMP_TimerListAdd: add timer obj ffffc90001eddd90!
Apr 7 09:06:58 notebook kernel: [14393.752181] RTMP_TimerListAdd: add timer obj ffffc90001eddc38!
Apr 7 09:06:58 notebook kernel: [14393.752182] RTMP_TimerListAdd: add timer obj ffffc90001eccb30!
Apr 7 09:06:58 notebook kernel: [14393.752184] RTMP_TimerListAdd: add timer obj ffffc90001eccba8!
Apr 7 09:06:58 notebook kernel: [14393.752186] RTMP_TimerListAdd: add timer obj ffffc90001eddb58!
Apr 7 09:06:58 notebook kernel: [14393.752189] RTMP_TimerListAdd: add timer obj ffffc90001edde20!
Apr 7 09:06:58 notebook kernel: [14393.754080] BBP_R105: BBPR105.field.EnableSIGRemodulation = 1, BBPR105.field.MLDFor2Stream = 0
Apr 7 09:06:58 notebook kernel: [14393.754805] no file read method
Apr 7 09:06:58 notebook kernel: [14393.754808] Read file "/etc/Wireless/RT2860STA/RT2860STA.dat" failed(errCode=-1)!
Apr 7 09:06:58 notebook kernel: [14393.754811] 1. Phy Mode = 0
Apr 7 09:06:58 notebook kernel: [14393.754813] 2. Phy Mode = 0
Apr 7 09:06:58 notebook kernel: [14393.754818] NVM is Efuse and its size =1e[1e0-1fd]
Apr 7 09:06:58 notebook kernel: [14393.755947] 3. Phy Mode = 0
Apr 7 09:06:58 notebook kernel: [14393.756138] [mAntCfgInit: primary/secondary ant 0/1
Apr 7 09:06:58 notebook kernel: [14393.756138] [mCacheVal-OnOff:1, bPCIclkOff:0, WlanFunCtrl:0xff000523
Apr 7 09:06:58 notebook kernel: [14393.780292] ==> RTMPWlan 1, bPCIclkOff = 0, pAd->WlanFunCtrl.word = 0xff000533
Apr 7 09:06:58 notebook kernel: [14393.780295] <== RTMPWlan bPCIclkOff = 0, Exit because WLAN EN is already ON
Apr 7 09:06:58 notebook kernel: [14393.783310] MCS Set = 00 00 00 00 00
Apr 7 09:06:58 notebook kernel: [14393.783316] <==== rt28xx_init, Status=0
Apr 7 09:06:58 notebook kernel: [14393.783371] 0x1300 = 00073200
Apr 7 09:06:58 notebook kernel: [14393.783374] RTMPrt3xSetPCIePowerLinkCtrl.===> 1e
Apr 7 09:06:58 notebook dhclient[18197]: Internet Systems Consortium DHCP Client 4.3.3
Apr 7 09:06:58 notebook dhclient[18197]: Copyright 2004-2015 Internet Systems Consortium.
Apr 7 09:06:58 notebook dhclient[18197]: All rights reserved.
Apr 7 09:06:58 notebook dhclient[18197]: For info, please visit https://www.isc.org/software/dhcp/
Apr 7 09:06:58 notebook dhclient[18197]:
Apr 7 09:06:58 notebook dhclient[18197]: Listening on LPF/enp1s0/a0:1d:48:ad:f8:95
Apr 7 09:06:58 notebook dhclient[18197]: Sending on LPF/enp1s0/a0:1d:48:ad:f8:95
Apr 7 09:06:58 notebook dhclient[18197]: Sending on Socket/fallback
Apr 7 09:06:58 notebook dhclient[18197]: DHCPRELEASE on enp1s0 to 192.168.1.1 port 67 (xid=0x3d3dbbcc)
Apr 7 09:06:58 notebook root: /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd returned non-zero exit status 1
Apr 7 09:06:58 notebook root: /etc/dhcp/dhclient-enter-hooks.d/samba returned non-zero exit status 1
Apr 7 09:06:58 notebook avahi-daemon[768]: Withdrawing address record for 192.168.1.35 on enp1s0.
Apr 7 09:06:58 notebook avahi-daemon[768]: Leaving mDNS multicast group on interface enp1s0.IPv4 with address 192.168.1.35.
Apr 7 09:06:58 notebook avahi-daemon[768]: Interface enp1s0.IPv4 no longer relevant for mDNS.
Apr 7 09:06:58 notebook dhclient[17156]: receive_packet failed on enp1s0: Network is down
Apr 7 09:06:58 notebook NetworkManager[15829]: <info> [1523081218.7345] device (enp1s0): link disconnected (deferring action for 4 seconds)
Apr 7 09:06:58 notebook kernel: [14394.051875] r8169 0000:01:00.0 enp1s0: link down
Apr 7 09:06:58 notebook kernel: [14394.051969] r8169 0000:01:00.0 enp1s0: link down
Apr 7 09:06:58 notebook kernel: [14394.052459] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
Apr 7 09:06:58 notebook dhclient[18253]: Internet Systems Consortium DHCP Client 4.3.3
Apr 7 09:06:58 notebook dhclient[18253]: Copyright 2004-2015 Internet Systems Consortium.
Apr 7 09:06:58 notebook dhclient[18253]: All rights reserved.
Apr 7 09:06:58 notebook dhclient[18253]: For info, please visit https://www.isc.org/software/dhcp/
Apr 7 09:06:58 notebook dhclient[18253]:
Apr 7 09:06:58 notebook dhclient[18253]: Listening on LPF/eno1/54:35:30:61:7e:af
Apr 7 09:06:58 notebook dhclient[18253]: Sending on LPF/eno1/54:35:30:61:7e:af
Apr 7 09:06:58 notebook dhclient[18253]: Sending on Socket/fallback
Apr 7 09:06:58 notebook dhclient[18253]: DHCPRELEASE on eno1 to 192.168.1.1 port 67 (xid=0x10c3f915)
Apr 7 09:06:58 notebook dhclient[18253]: send_packet: Network is unreachable
Apr 7 09:06:58 notebook dhclient[18253]: send_packet: please consult README file regarding broadcast address.
Apr 7 09:06:58 notebook dhclient[18253]: dhclient.c:2474: Failed to send 300 byte long packet over fallback interface.
Apr 7 09:06:58 notebook root: /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd returned non-zero exit status 1
Apr 7 09:06:58 notebook root: /etc/dhcp/dhclient-enter-hooks.d/samba returned non-zero exit status 1
Apr 7 09:06:58 notebook kernel: [14394.258971] CacheVal-OnOff:0, bPCIclkOff:1, WlanFunCtrl:0xff000533
Apr 7 09:06:58 notebook kernel: [14394.258978] ==> RTMPWlan 0, bPCIclkOff = 1, pAd->WlanFunCtrl.word = 0xff000523
Apr 7 09:06:58 notebook kernel: [14394.258981] Set INT_MASK_CSR = 0
Apr 7 09:06:58 notebook kernel: [14394.258985] ==> RTMPWlan 0, bPCIclkOff = 1, WlanFunCtrl.word = 0xff000520
Apr 7 09:06:58 notebook kernel: [14394.258990] <== RTMPWlan 0 bPCIclkOff = 1 pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:06:58 notebook kernel: [14394.266124] CacheVal-OnOff:0, bPCIclkOff:1, WlanFunCtrl:0xff000520
Apr 7 09:06:58 notebook kernel: [14394.266134] ==> RTMPWlan 0, bPCIclkOff = 1, pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:06:58 notebook kernel: [14394.266136] Set INT_MASK_CSR = 0
Apr 7 09:06:58 notebook kernel: [14394.266163] ==> RTMPWlan 0, bPCIclkOff = 1, WlanFunCtrl.word = 0xff000520
Apr 7 09:06:58 notebook kernel: [14394.266167] <== RTMPWlan 0 bPCIclkOff = 1 pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:06:59 notebook kernel: [14394.272982] MACVersion=0x32900015
Apr 7 09:06:59 notebook kernel: [14394.272988] CacheVal-OnOff:1, bPCIclkOff:0, WlanFunCtrl:0xff000520
Apr 7 09:06:59 notebook kernel: [14394.272995] ==> RTMPWlan 1, bPCIclkOff = 0, pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:06:59 notebook kernel: [14394.272997] ==> RTMPWlan 1, bPCIclkOff = 0, WlanFunCtrl.word = 0xff000521
Apr 7 09:06:59 notebook kernel: [14394.273131] <== RTMPWlan 1 bPCIclkOff = 0 pAd->WlanFunCtrl.word = 0xff000523
Apr 7 09:06:59 notebook kernel: [14394.273138] PllCtrl:0x2695555
Apr 7 09:06:59 notebook kernel: [14394.274546] RX DESC ffff88008960d000 size = 2048
Apr 7 09:06:59 notebook kernel: [14394.274977] RTMP_TimerListAdd: add timer obj ffffc90001f13d60!
Apr 7 09:06:59 notebook kernel: [14394.274981] RTMP_TimerListAdd: add timer obj ffffc90001f13dd0!
Apr 7 09:06:59 notebook kernel: [14394.274983] RTMP_TimerListAdd: add timer obj ffffc90001f13e40!
Apr 7 09:06:59 notebook kernel: [14394.274985] RTMP_TimerListAdd: add timer obj ffffc90001f13cf0!
Apr 7 09:06:59 notebook kernel: [14394.275003] RTMP_TimerListAdd: add timer obj ffffc90001f13ba0!
Apr 7 09:06:59 notebook kernel: [14394.275006] RTMP_TimerListAdd: add timer obj ffffc90001f13c10!
Apr 7 09:06:59 notebook kernel: [14394.275009] RTMP_TimerListAdd: add timer obj ffffc90001eddd20!
Apr 7 09:06:59 notebook kernel: [14394.275011] RTMP_TimerListAdd: add timer obj ffffc90001eddd90!
Apr 7 09:06:59 notebook kernel: [14394.275013] RTMP_TimerListAdd: add timer obj ffffc90001eddc38!
Apr 7 09:06:59 notebook kernel: [14394.275014] RTMP_TimerListAdd: add timer obj ffffc90001eccb30!
Apr 7 09:06:59 notebook kernel: [14394.275016] RTMP_TimerListAdd: add timer obj ffffc90001eccba8!
Apr 7 09:06:59 notebook kernel: [14394.275019] RTMP_TimerListAdd: add timer obj ffffc90001eddb58!
Apr 7 09:06:59 notebook kernel: [14394.275023] RTMP_TimerListAdd: add timer obj ffffc90001edde20!
Apr 7 09:06:59 notebook kernel: [14394.276826] BBP_R105: BBPR105.field.EnableSIGRemodulation = 1, BBPR105.field.MLDFor2Stream = 0
Apr 7 09:06:59 notebook kernel: [14394.277912] no file read method
Apr 7 09:06:59 notebook kernel: [14394.277915] Read file "/etc/Wireless/RT2860STA/RT2860STA.dat" failed(errCode=-1)!
Apr 7 09:06:59 notebook kernel: [14394.277918] 1. Phy Mode = 0
Apr 7 09:06:59 notebook kernel: [14394.277919] 2. Phy Mode = 0
Apr 7 09:06:59 notebook kernel: [14394.277924] NVM is Efuse and its size =1e[1e0-1fd]
Apr 7 09:06:59 notebook kernel: [14394.279038] 3. Phy Mode = 0
Apr 7 09:06:59 notebook kernel: [14394.279227] [mAntCfgInit: primary/secondary ant 0/1
Apr 7 09:06:59 notebook kernel: [14394.279227] [mCacheVal-OnOff:1, bPCIclkOff:0, WlanFunCtrl:0xff000523
Apr 7 09:06:59 notebook kernel: [14394.303310] ==> RTMPWlan 1, bPCIclkOff = 0, pAd->WlanFunCtrl.word = 0xff000533
Apr 7 09:06:59 notebook kernel: [14394.303312] <== RTMPWlan bPCIclkOff = 0, Exit because WLAN EN is already ON
Apr 7 09:06:59 notebook kernel: [14394.306324] MCS Set = 00 00 00 00 00
Apr 7 09:06:59 notebook kernel: [14394.306329] <==== rt28xx_init, Status=0
Apr 7 09:06:59 notebook kernel: [14394.306385] 0x1300 = 00073200
Apr 7 09:06:59 notebook kernel: [14394.306387] RTMPrt3xSetPCIePowerLinkCtrl.===> 1e
Apr 7 09:06:59 notebook dhclient[18294]: Internet Systems Consortium DHCP Client 4.3.3
Apr 7 09:06:59 notebook dhclient[18294]: Copyright 2004-2015 Internet Systems Consortium.
Apr 7 09:06:59 notebook dhclient[18294]: All rights reserved.
Apr 7 09:06:59 notebook dhclient[18294]: For info, please visit https://www.isc.org/software/dhcp/
Apr 7 09:06:59 notebook dhclient[18294]:
Apr 7 09:06:59 notebook dhclient[18294]: Listening on LPF/enp1s0/a0:1d:48:ad:f8:95
Apr 7 09:06:59 notebook dhclient[18294]: Sending on LPF/enp1s0/a0:1d:48:ad:f8:95
Apr 7 09:06:59 notebook dhclient[18294]: Sending on Socket/fallback
Apr 7 09:06:59 notebook dhclient[18294]: DHCPRELEASE on enp1s0 to 192.168.1.1 port 67 (xid=0x4c4e78f2)
Apr 7 09:06:59 notebook dhclient[18294]: send_packet: Network is unreachable
Apr 7 09:06:59 notebook dhclient[18294]: send_packet: please consult README file regarding broadcast address.
Apr 7 09:06:59 notebook dhclient[18294]: dhclient.c:2474: Failed to send 300 byte long packet over fallback interface.
Apr 7 09:06:59 notebook root: /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd returned non-zero exit status 1
Apr 7 09:06:59 notebook root: /etc/dhcp/dhclient-enter-hooks.d/samba returned non-zero exit status 1
Apr 7 09:06:59 notebook dhclient[17156]: receive_packet failed on enp1s0: Network is down
Apr 7 09:06:59 notebook NetworkManager[15829]: <warn> [1523081219.2164] rdisc[0xe704a0,"enp1s0"]: failure sending router solicitation: Сеть недоступна (101)
Apr 7 09:06:59 notebook kernel: [14394.507994] r8169 0000:01:00.0 enp1s0: link down
Apr 7 09:06:59 notebook kernel: [14394.508199] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
Apr 7 09:06:59 notebook systemd[1]: Stopped Run anacron jobs.
Apr 7 09:06:59 notebook kernel: [14394.700163] PM: Syncing filesystems ... done.
Apr 7 09:06:59 notebook kernel: [14394.722471] PM: Preparing system for sleep (mem)
Apr 7 09:07:34 notebook kernel: [14395.115530] Freezing user space processes ... (elapsed 0.002 seconds) done.
Apr 7 09:07:34 notebook kernel: [14395.117737] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Apr 7 09:07:34 notebook kernel: [14395.119487] PM: Suspending system (mem)
Apr 7 09:07:34 notebook kernel: [14395.119514] Suspending console(s) (use no_console_suspend to debug)
Apr 7 09:07:34 notebook kernel: [14395.120517] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
Apr 7 09:07:34 notebook kernel: [14395.120605] sd 0:0:0:0: [sda] Synchronizing SCSI cache
Apr 7 09:07:34 notebook kernel: [14395.120647] sd 0:0:0:0: [sda] Stopping disk
Apr 7 09:07:34 notebook kernel: [14395.121820] sd 1:0:0:0: [sdb] Stopping disk
Apr 7 09:07:34 notebook kernel: [14395.169024] CacheVal-OnOff:0, bPCIclkOff:1, WlanFunCtrl:0xff000533
Apr 7 09:07:34 notebook kernel: [14395.169028] ==> RTMPWlan 0, bPCIclkOff = 1, pAd->WlanFunCtrl.word = 0xff000523
Apr 7 09:07:34 notebook kernel: [14395.169029] Set INT_MASK_CSR = 0
Apr 7 09:07:34 notebook kernel: [14395.169032] ==> RTMPWlan 0, bPCIclkOff = 1, WlanFunCtrl.word = 0xff000520
Apr 7 09:07:34 notebook kernel: [14395.169036] <== RTMPWlan 0 bPCIclkOff = 1 pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:07:34 notebook kernel: [14395.176135] CacheVal-OnOff:0, bPCIclkOff:1, WlanFunCtrl:0xff000520
Apr 7 09:07:34 notebook kernel: [14395.176142] ==> RTMPWlan 0, bPCIclkOff = 1, pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:07:34 notebook kernel: [14395.176143] Set INT_MASK_CSR = 0
Apr 7 09:07:34 notebook kernel: [14395.176169] ==> RTMPWlan 0, bPCIclkOff = 1, WlanFunCtrl.word = 0xff000520
Apr 7 09:07:34 notebook kernel: [14395.176172] <== RTMPWlan 0 bPCIclkOff = 1 pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:07:34 notebook kernel: [14396.165506] PM: suspend of devices complete after 1045.614 msecs
Apr 7 09:07:34 notebook kernel: [14396.166088] PM: late suspend of devices complete after 0.578 msecs
Apr 7 09:07:34 notebook kernel: [14396.166603] r8169 0000:01:00.0: System wakeup enabled by ACPI
Apr 7 09:07:34 notebook kernel: [14396.166864] ehci-pci 0000:00:13.2: System wakeup enabled by ACPI
Apr 7 09:07:34 notebook kernel: [14396.166955] ohci-pci 0000:00:13.0: System wakeup enabled by ACPI
Apr 7 09:07:34 notebook kernel: [14396.166961] ehci-pci 0000:00:12.2: System wakeup enabled by ACPI
Apr 7 09:07:34 notebook kernel: [14396.166998] ohci-pci 0000:00:12.0: System wakeup enabled by ACPI
Apr 7 09:07:34 notebook kernel: [14396.167047] xhci_hcd 0000:00:10.1: System wakeup enabled by ACPI
Apr 7 09:07:34 notebook kernel: [14396.167119] xhci_hcd 0000:00:10.0: System wakeup enabled by ACPI
Apr 7 09:07:34 notebook kernel: [14396.201511] PM: noirq suspend of devices complete after 35.420 msecs
Apr 7 09:07:34 notebook kernel: [14396.201588] ACPI: Preparing to enter system sleep state S3
Apr 7 09:07:34 notebook kernel: [14396.245552] ACPI : EC: EC stopped
Apr 7 09:07:34 notebook kernel: [14396.245554] PM: Saving platform NVS memory
Apr 7 09:07:34 notebook kernel: [14396.245591] Disabling non-boot CPUs ...
Apr 7 09:07:34 notebook kernel: [14396.245922] Broke affinity for irq 1
Apr 7 09:07:34 notebook kernel: [14396.245929] Broke affinity for irq 9
Apr 7 09:07:34 notebook kernel: [14396.245934] Broke affinity for irq 12
Apr 7 09:07:34 notebook kernel: [14396.245938] Broke affinity for irq 17
Apr 7 09:07:34 notebook kernel: [14396.245942] Broke affinity for irq 18
Apr 7 09:07:34 notebook kernel: [14396.245976] Broke affinity for irq 33
Apr 7 09:07:34 notebook kernel: [14396.245978] Broke affinity for irq 34
Apr 7 09:07:34 notebook kernel: [14396.245981] Broke affinity for irq 35
Apr 7 09:07:34 notebook kernel: [14396.247118] smpboot: CPU 1 is now offline
Apr 7 09:07:34 notebook kernel: [14396.258020] ACPI: Low-level resume complete
Apr 7 09:07:34 notebook kernel: [14396.258069] ACPI : EC: EC started
Apr 7 09:07:34 notebook kernel: [14396.258070] PM: Restoring platform NVS memory
Apr 7 09:07:34 notebook kernel: [14396.258118] LVT offset 0 assigned for vector 0x400
Apr 7 09:07:34 notebook kernel: [14396.258373] [Firmware Bug]: cpu 0, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x400 on another cpu
Apr 7 09:07:34 notebook kernel: [14396.258375] [Firmware Bug]: cpu 0, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc000000001000000)
Apr 7 09:07:34 notebook kernel: [14396.258376] [Firmware Bug]: cpu 0, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x400 on another cpu
Apr 7 09:07:34 notebook kernel: [14396.258378] [Firmware Bug]: cpu 0, failed to setup threshold interrupt for bank 4, block 1 (MSRC0000408=0xc000000001000000)
Apr 7 09:07:34 notebook kernel: [14396.258422] Enabling non-boot CPUs ...
Apr 7 09:07:34 notebook kernel: [14396.274157] x86: Booting SMP configuration:
Apr 7 09:07:34 notebook kernel: [14396.274159] smpboot: Booting Node 0 Processor 1 APIC 0x11
Apr 7 09:07:34 notebook kernel: [14396.276764] cache: parent cpu1 should not be sleeping
Apr 7 09:07:34 notebook kernel: [14396.276946] CPU1 is up
Apr 7 09:07:34 notebook kernel: [14396.277343] ACPI: Waking up from system sleep state S3
Apr 7 09:07:34 notebook kernel: [14397.050264] acpi LNXPOWER:02: Turning OFF
Apr 7 09:07:34 notebook kernel: [14397.050310] acpi LNXPOWER:01: Turning OFF
Apr 7 09:07:34 notebook kernel: [14397.050619] ohci-pci 0000:00:12.0: System wakeup disabled by ACPI
Apr 7 09:07:34 notebook kernel: [14397.050664] ohci-pci 0000:00:13.0: System wakeup disabled by ACPI
Apr 7 09:07:34 notebook kernel: [14397.066073] xhci_hcd 0000:00:10.1: System wakeup disabled by ACPI
Apr 7 09:07:34 notebook kernel: [14397.066168] ehci-pci 0000:00:13.2: System wakeup disabled by ACPI
Apr 7 09:07:34 notebook kernel: [14397.066215] ehci-pci 0000:00:12.2: System wakeup disabled by ACPI
Apr 7 09:07:34 notebook kernel: [14397.066293] xhci_hcd 0000:00:10.0: System wakeup disabled by ACPI
Apr 7 09:07:34 notebook kernel: [14397.082061] PM: noirq resume of devices complete after 31.707 msecs
Apr 7 09:07:34 notebook kernel: [14397.082467] PM: early resume of devices complete after 0.366 msecs
Apr 7 09:07:34 notebook kernel: [14397.092618] sd 0:0:0:0: [sda] Starting disk
Apr 7 09:07:34 notebook kernel: [14397.092666] sd 1:0:0:0: [sdb] Starting disk
Apr 7 09:07:34 notebook kernel: [14397.185813] pciehp 0000:00:04.0:pcie04: Device 0000:01:00.0 already exists at 0000:01:00, cannot hot-add
Apr 7 09:07:34 notebook kernel: [14397.185817] pciehp 0000:00:04.0:pcie04: Cannot add device at 0000:01:00
Apr 7 09:07:34 notebook kernel: [14397.185836] pciehp 0000:00:07.0:pcie04: Device 0000:03:00.0 already exists at 0000:03:00, cannot hot-add
Apr 7 09:07:34 notebook kernel: [14397.185840] pciehp 0000:00:07.0:pcie04: Cannot add device at 0000:03:00
Apr 7 09:07:34 notebook kernel: [14397.185868] r8169 0000:01:00.0: System wakeup disabled by ACPI
Apr 7 09:07:34 notebook kernel: [14397.217806] MACVersion=0x32900015
Apr 7 09:07:34 notebook kernel: [14397.217809] CacheVal-OnOff:1, bPCIclkOff:0, WlanFunCtrl:0xff000520
Apr 7 09:07:34 notebook kernel: [14397.217816] ==> RTMPWlan 1, bPCIclkOff = 0, pAd->WlanFunCtrl.word = 0xff000522
Apr 7 09:07:34 notebook kernel: [14397.217818] ==> RTMPWlan 1, bPCIclkOff = 0, WlanFunCtrl.word = 0xff000521
Apr 7 09:07:34 notebook kernel: [14397.217954] <== RTMPWlan 1 bPCIclkOff = 0 pAd->WlanFunCtrl.word = 0xff000523
Apr 7 09:07:34 notebook kernel: [14397.217961] PllCtrl:0x26c5555
Apr 7 09:07:34 notebook kernel: [14397.219297] RX DESC ffff88008960d000 size = 2048
Apr 7 09:07:34 notebook kernel: [14397.219832] RTMP_TimerListAdd: add timer obj ffffc90001f13d60!
Apr 7 09:07:34 notebook kernel: [14397.219835] RTMP_TimerListAdd: add timer obj ffffc90001f13dd0!
Apr 7 09:07:34 notebook kernel: [14397.219837] RTMP_TimerListAdd: add timer obj ffffc90001f13e40!
Apr 7 09:07:34 notebook kernel: [14397.219839] RTMP_TimerListAdd: add timer obj ffffc90001f13cf0!
Apr 7 09:07:34 notebook kernel: [14397.219841] RTMP_TimerListAdd: add timer obj ffffc90001f13ba0!
Apr 7 09:07:34 notebook kernel: [14397.219843] RTMP_TimerListAdd: add timer obj ffffc90001f13c10!
Apr 7 09:07:34 notebook kernel: [14397.219845] RTMP_TimerListAdd: add timer obj ffffc90001eddd20!
Apr 7 09:07:34 notebook kernel: [14397.219846] RTMP_TimerListAdd: add timer obj ffffc90001eddd90!
Apr 7 09:07:34 notebook kernel: [14397.219848] RTMP_TimerListAdd: add timer obj ffffc90001eddc38!
Apr 7 09:07:34 notebook kernel: [14397.219850] RTMP_TimerListAdd: add timer obj ffffc90001eccb30!
Apr 7 09:07:34 notebook kernel: [14397.219852] RTMP_TimerListAdd: add timer obj ffffc90001eccba8!
Apr 7 09:07:34 notebook kernel: [14397.219854] RTMP_TimerListAdd: add timer obj ffffc90001eddb58!
Apr 7 09:07:34 notebook kernel: [14397.219856] RTMP_TimerListAdd: add timer obj ffffc90001edde20!
Apr 7 09:07:34 notebook kernel: [14397.221688] BBP_R105: BBPR105.field.EnableSIGRemodulation = 1, BBPR105.field.MLDFor2Stream = 0
Apr 7 09:07:34 notebook kernel: [14397.222448] no file read method
Apr 7 09:07:34 notebook kernel: [14397.222450] Read file "/etc/Wireless/RT2860STA/RT2860STA.dat" failed(errCode=-1)!
Apr 7 09:07:34 notebook kernel: [14397.222454] 1. Phy Mode = 0
Apr 7 09:07:34 notebook kernel: [14397.222455] 2. Phy Mode = 0
Apr 7 09:07:34 notebook kernel: [14397.222459] NVM is Efuse and its size =1e[1e0-1fd]
Apr 7 09:07:34 notebook kernel: [14397.223637] 3. Phy Mode = 0
Apr 7 09:07:34 notebook kernel: [14397.270157] [mAntCfgInit: primary/secondary ant 0/1
Apr 7 09:07:34 notebook kernel: [14397.270157] [mCacheVal-OnOff:1, bPCIclkOff:0, WlanFunCtrl:0xff000523
Apr 7 09:07:34 notebook kernel: [14397.270160] ==> RTMPWlan 1, bPCIclkOff = 0, pAd->WlanFunCtrl.word = 0xff000533
Apr 7 09:07:34 notebook kernel: [14397.270161] <== RTMPWlan bPCIclkOff = 0, Exit because WLAN EN is already ON
Apr 7 09:07:34 notebook kernel: [14397.270265] [drm] PCIE GART of 1024M enabled (table at 0x00000000002E8000).
Apr 7 09:07:34 notebook kernel: [14397.270392] radeon 0000:00:01.0: WB enabled
Apr 7 09:07:34 notebook kernel: [14397.270396] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000030000c00 and cpu addr 0xffff880035910c00
Apr 7 09:07:34 notebook kernel: [14397.271127] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90002835a18
Apr 7 09:07:34 notebook kernel: [14397.273248] MCS Set = 00 00 00 00 00
Apr 7 09:07:34 notebook kernel: [14397.273253] <==== rt28xx_init, Status=0
Apr 7 09:07:34 notebook kernel: [14397.273307] 0x1300 = 00073200
Apr 7 09:07:34 notebook kernel: [14397.273309] RTMPrt3xSetPCIePowerLinkCtrl.===> 1e
Apr 7 09:07:34 notebook kernel: [14397.291162] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000030000c18 and cpu addr 0xffff880035910c18
Apr 7 09:07:34 notebook kernel: [14397.291164] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000030000c1c and cpu addr 0xffff880035910c1c
Apr 7 09:07:34 notebook kernel: [14397.291166] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000030000c04 and cpu addr 0xffff880035910c04
Apr 7 09:07:34 notebook kernel: [14397.291168] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000030000c08 and cpu addr 0xffff880035910c08
Apr 7 09:07:34 notebook kernel: [14397.291170] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000030000c0c and cpu addr 0xffff880035910c0c
Apr 7 09:07:34 notebook kernel: [14397.291171] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000030000c10 and cpu addr 0xffff880035910c10
Apr 7 09:07:34 notebook kernel: [14397.309312] [drm] ring test on 0 succeeded in 2 usecs
Apr 7 09:07:34 notebook kernel: [14397.309319] [drm] ring test on 3 succeeded in 3 usecs
Apr 7 09:07:34 notebook kernel: [14397.309325] [drm] ring test on 4 succeeded in 3 usecs
Apr 7 09:07:34 notebook kernel: [14397.311548] r8169 0000:01:00.0 enp1s0: link down
Apr 7 09:07:34 notebook kernel: [14397.355003] [drm] ring test on 5 succeeded in 1 usecs
Apr 7 09:07:34 notebook kernel: [14397.374862] [drm] UVD initialized successfully.
Apr 7 09:07:34 notebook kernel: [14397.381792] usb 1-5: reset high-speed USB device number 3 using ehci-pci
Apr 7 09:07:34 notebook kernel: [14397.413811] ata5: SATA link down (SStatus 0 SControl 300)
Apr 7 09:07:34 notebook kernel: [14397.413837] ata4: SATA link down (SStatus 0 SControl 300)
Apr 7 09:07:34 notebook kernel: [14397.413859] ata3: SATA link down (SStatus 0 SControl 300)
Apr 7 09:07:34 notebook kernel: [14397.413906] usb 3-1: reset full-speed USB device number 2 using ohci-pci
Apr 7 09:07:34 notebook kernel: [14397.484061] [drm] ring test on 6 succeeded in 10 usecs
Apr 7 09:07:34 notebook kernel: [14397.484073] [drm] ring test on 7 succeeded in 4 usecs
Apr 7 09:07:34 notebook kernel: [14397.484073] [drm] VCE initialized successfully.
Apr 7 09:07:34 notebook kernel: [14397.484116] [drm] ib test on ring 0 succeeded in 0 usecs
Apr 7 09:07:34 notebook kernel: [14397.484150] [drm] ib test on ring 3 succeeded in 0 usecs
Apr 7 09:07:34 notebook kernel: [14397.484180] [drm] ib test on ring 4 succeeded in 0 usecs
Apr 7 09:07:34 notebook kernel: [14397.585955] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 7 09:07:34 notebook kernel: [14397.594793] ata1.00: configured for UDMA/133
Apr 7 09:07:34 notebook kernel: [14398.001916] [drm] ib test on ring 5 succeeded
Apr 7 09:07:34 notebook kernel: [14398.117994] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:07:34 notebook kernel: [14398.313904] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr 7 09:07:34 notebook kernel: [14398.317706] ata2.00: configured for UDMA/100
Apr 7 09:07:34 notebook kernel: [14398.474228] rtc_cmos 00:03: System wakeup disabled by ACPI
Apr 7 09:07:34 notebook kernel: [14398.521918] [drm] ib test on ring 6 succeeded
Apr 7 09:07:34 notebook kernel: [14398.874440] r8169 0000:01:00.0 enp1s0: link up
Apr 7 09:07:34 notebook kernel: [14398.874451] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
Apr 7 09:07:34 notebook kernel: [14399.021854] [drm] ib test on ring 7 succeeded
Apr 7 09:07:34 notebook kernel: [14399.270314] psmouse serio4: synaptics: queried max coordinates: x [..5716], y [..4886]
Apr 7 09:07:34 notebook kernel: [14399.310846] psmouse serio4: synaptics: queried min coordinates: x [1220..], y [986..]
Apr 7 09:07:34 notebook kernel: [14399.396869] PM: resume of devices complete after 2314.560 msecs
Apr 7 09:07:34 notebook kernel: [14399.397720] PM: Finishing wakeup.
Apr 7 09:07:34 notebook kernel: [14399.397723] Restarting tasks ...
Apr 7 09:07:34 notebook kernel: [14399.397818] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Apr 7 09:07:34 notebook kernel: [14399.397834] pci 0000:00:14.4: PCI bridge to [bus 06]
Apr 7 09:07:34 notebook kernel: [14399.397962] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Apr 7 09:07:34 notebook kernel: [14399.397970] pci 0000:00:14.4: PCI bridge to [bus 06]
Apr 7 09:07:34 notebook kernel: [14399.398028] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Apr 7 09:07:34 notebook kernel: [14399.398037] pci 0000:00:14.4: PCI bridge to [bus 06]
Apr 7 09:07:34 notebook kernel: [14399.399348] pci_bus 0000:06: Allocating resources
Apr 7 09:07:34 notebook kernel: [14399.399361] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Apr 7 09:07:34 notebook kernel: [14399.399374] pci 0000:00:14.4: PCI bridge to [bus 06]
Apr 7 09:07:34 notebook kernel: [14399.399486] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Apr 7 09:07:34 notebook kernel: [14399.399493] pci 0000:00:14.4: PCI bridge to [bus 06]
Apr 7 09:07:34 notebook kernel: [14399.399584] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Apr 7 09:07:34 notebook kernel: [14399.399592] pci 0000:00:14.4: PCI bridge to [bus 06]
Apr 7 09:07:34 notebook kernel: [14399.399631] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Apr 7 09:07:34 notebook kernel: [14399.399638] pci 0000:00:14.4: PCI bridge to [bus 06]
Apr 7 09:07:34 notebook kernel: [14399.399719] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Apr 7 09:07:34 notebook kernel: [14399.399726] pci 0000:00:14.4: PCI bridge to [bus 06]
Apr 7 09:07:34 notebook kernel: [14399.399791] radeon 0000:00:01.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
Apr 7 09:07:34 notebook kernel: [14399.399799] pci 0000:00:14.4: PCI bridge to [bus 06]
Apr 7 09:07:34 notebook kernel: [14399.417639] done.
Apr 7 09:07:34 notebook systemd[1]: Time has been changed
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1469] device (enp1s0): link disconnected (calling deferred action)
Apr 7 09:07:34 notebook NetworkManager[15829]: <warn> [1523081254.1471] rdisc[0xe704a0,"enp1s0"]: failure sending router solicitation: Невозможно назначить запрошенный адрес (99)
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1474] device (enp1s0): link connected
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1477] device (enp1s0): DHCPv4 lease renewal requested
Apr 7 09:07:34 notebook systemd[1374]: Time has been changed
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1561] dhcp4 (enp1s0): canceled DHCP transaction, DHCP client pid 17156
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1562] dhcp4 (enp1s0): state changed bound -> done
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1571] dhcp4 (enp1s0): activation: beginning transaction (timeout in 45 seconds)
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1731] dhcp4 (enp1s0): dhclient started with pid 18472
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1741] device (enp1s0): state change: activated -> unavailable (reason 'carrier-changed') [100 20 40]
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1764] dhcp4 (enp1s0): canceled DHCP transaction, DHCP client pid 18472
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1764] dhcp4 (enp1s0): state changed unknown -> done
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1812] dns-mgr: Writing DNS information to /sbin/resolvconf
Apr 7 09:07:34 notebook dnsmasq[15835]: setting upstream servers from DBus
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1971] manager: NetworkManager state is now CONNECTED_LOCAL
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.1981] manager: NetworkManager state is now DISCONNECTED
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.2154] device (enp1s0): state change: unavailable -> disconnected (reason 'none') [20 30 0]
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.2205] policy: auto-activating connection 'Проводное соединение 1'
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.2227] device (enp1s0): Activation: starting connection 'Проводное соединение 1' (1dc96b1d-4ff0-3e2a-be20-c2c60eda3966)
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.2238] device (enp1s0): state change: disconnected -> prepare (reason 'none') [30 40 0]
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.2246] manager: NetworkManager state is now CONNECTING
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.2304] device (enp1s0): state change: prepare -> config (reason 'none') [40 50 0]
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.2327] device (enp1s0): state change: config -> ip-config (reason 'none') [50 70 0]
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.2343] dhcp4 (enp1s0): activation: beginning transaction (timeout in 45 seconds)
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.2396] dhcp4 (enp1s0): dhclient started with pid 18481
Apr 7 09:07:34 notebook dhclient[18481]: DHCPREQUEST of 192.168.1.35 on enp1s0 to 255.255.255.255 port 67 (xid=0x148bbae0)
Apr 7 09:07:34 notebook dhclient[18481]: DHCPACK of 192.168.1.35 from 192.168.1.1
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3049] address 192.168.1.35
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3050] plen 24 (255.255.255.0)
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3050] gateway 192.168.1.1
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3050] server identifier 192.168.1.1
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3050] lease time 25200
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3051] nameserver '192.168.1.1'
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3051] dhcp4 (enp1s0): state changed unknown -> bound
Apr 7 09:07:34 notebook avahi-daemon[768]: Joining mDNS multicast group on interface enp1s0.IPv4 with address 192.168.1.35.
Apr 7 09:07:34 notebook avahi-daemon[768]: New relevant interface enp1s0.IPv4 for mDNS.
Apr 7 09:07:34 notebook avahi-daemon[768]: Registering new address record for 192.168.1.35 on enp1s0.IPv4.
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3135] device (enp1s0): state change: ip-config -> ip-check (reason 'none') [70 80 0]
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3169] device (enp1s0): state change: ip-check -> secondaries (reason 'none') [80 90 0]
Apr 7 09:07:34 notebook dhclient[18481]: bound to 192.168.1.35 -- renewal in 11975 seconds.
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3194] device (enp1s0): state change: secondaries -> activated (reason 'none') [90 100 0]
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3221] manager: NetworkManager state is now CONNECTED_LOCAL
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3287] manager: NetworkManager state is now CONNECTED_GLOBAL
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3290] policy: set 'Проводное соединение 1' (enp1s0) as default for IPv4 routing and DNS
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3293] dns-mgr: Writing DNS information to /sbin/resolvconf
Apr 7 09:07:34 notebook dnsmasq[15835]: setting upstream servers from DBus
Apr 7 09:07:34 notebook dnsmasq[15835]: using nameserver 192.168.1.1#53(via enp1s0)
Apr 7 09:07:34 notebook NetworkManager[15829]: <info> [1523081254.3518] device (enp1s0): Activation: successful, device activated.
Apr 7 09:07:34 notebook systemd[1]: Started Run anacron jobs.
Apr 7 09:07:34 notebook anacron[18629]: Anacron 2.3 started on 2018-04-07
Apr 7 09:07:34 notebook anacron[18629]: Normal exit (0 jobs run)
Apr 7 09:07:35 notebook ntpd[980]: bind(21) AF_INET6 fe80::ee79:d88c:d23:b3f3%2#123 flags 0x11 failed: Cannot assign requested address
Apr 7 09:07:35 notebook ntpd[980]: unable to create socket on enp1s0 (14) for fe80::ee79:d88c:d23:b3f3%2#123
Apr 7 09:07:35 notebook ntpd[980]: failed to init interface for address fe80::ee79:d88c:d23:b3f3%2
Apr 7 09:07:35 notebook avahi-daemon[768]: Joining mDNS multicast group on interface enp1s0.IPv6 with address fe80::ee79:d88c:d23:b3f3.
Apr 7 09:07:35 notebook avahi-daemon[768]: New relevant interface enp1s0.IPv6 for mDNS.
Apr 7 09:07:35 notebook avahi-daemon[768]: Registering new address record for fe80::ee79:d88c:d23:b3f3 on enp1s0.*.
Apr 7 09:07:36 notebook dhclient[18694]: Internet Systems Consortium DHCP Client 4.3.3
Apr 7 09:07:36 notebook dhclient[18694]: Copyright 2004-2015 Internet Systems Consortium.
Apr 7 09:07:36 notebook dhclient[18694]: All rights reserved.
Apr 7 09:07:36 notebook dhclient[18694]: For info, please visit https://www.isc.org/software/dhcp/
Apr 7 09:07:36 notebook dhclient[18694]:
Apr 7 09:07:36 notebook dhclient[18694]: Listening on LPF/eno1/54:35:30:61:7e:af
Apr 7 09:07:36 notebook dhclient[18694]: Sending on LPF/eno1/54:35:30:61:7e:af
Apr 7 09:07:36 notebook dhclient[18694]: Sending on Socket/fallback
Apr 7 09:07:36 notebook dhclient[18694]: DHCPRELEASE on eno1 to 192.168.1.1 port 67 (xid=0x25be3a99)
Apr 7 09:07:36 notebook root: /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd returned non-zero exit status 1
Apr 7 09:07:36 notebook root: /etc/dhcp/dhclient-enter-hooks.d/samba returned non-zero exit status 1
Apr 7 09:07:36 notebook kernel: [14402.117483] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:07:36 notebook kernel: [14402.171012] CacheVal-OnOff:0, bPCIclkOff:1, WlanFunCtrl:0xff000533
Apr 7 09:07:36 notebook kernel: [14402.171020] ==> RTMPWlan 0, bPCIclkOff = 1, pAd->WlanFunCtrl.word = 0xff000523
Apr 7 09:07:36 notebook kernel: [14402.171023] Set INT_MASK_CSR = 0
Apr 7 09:07:36 notebook kernel: [14402.171028] ==> RTMPWlan 0, bPCIclkOff = 1, WlanFunCtrl.word = 0xff000520
Apr 7 09:07:36 notebook kernel: [14402.171034] <== RTMPWlan 0 bPCIclkOff = 1 pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:07:36 notebook kernel: [14402.201416] CacheVal-OnOff:0, bPCIclkOff:1, WlanFunCtrl:0xff000520
Apr 7 09:07:36 notebook kernel: [14402.201427] ==> RTMPWlan 0, bPCIclkOff = 1, pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:07:36 notebook kernel: [14402.201430] Set INT_MASK_CSR = 0
Apr 7 09:07:36 notebook kernel: [14402.201458] ==> RTMPWlan 0, bPCIclkOff = 1, WlanFunCtrl.word = 0xff000520
Apr 7 09:07:36 notebook kernel: [14402.201463] <== RTMPWlan 0 bPCIclkOff = 1 pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:07:36 notebook kernel: [14402.214170] MACVersion=0x32900015
Apr 7 09:07:36 notebook kernel: [14402.214178] CacheVal-OnOff:1, bPCIclkOff:0, WlanFunCtrl:0xff000520
Apr 7 09:07:36 notebook kernel: [14402.214187] ==> RTMPWlan 1, bPCIclkOff = 0, pAd->WlanFunCtrl.word = 0xff000520
Apr 7 09:07:36 notebook kernel: [14402.214190] ==> RTMPWlan 1, bPCIclkOff = 0, WlanFunCtrl.word = 0xff000521
Apr 7 09:07:36 notebook kernel: [14402.214326] <== RTMPWlan 1 bPCIclkOff = 0 pAd->WlanFunCtrl.word = 0xff000523
Apr 7 09:07:36 notebook kernel: [14402.214334] PllCtrl:0x2695555
Apr 7 09:07:36 notebook kernel: [14402.215670] RX DESC ffff88008960d000 size = 2048
Apr 7 09:07:36 notebook kernel: [14402.219045] RTMP_TimerListAdd: add timer obj ffffc90001f13d60!
Apr 7 09:07:36 notebook kernel: [14402.219051] RTMP_TimerListAdd: add timer obj ffffc90001f13dd0!
Apr 7 09:07:36 notebook kernel: [14402.219054] RTMP_TimerListAdd: add timer obj ffffc90001f13e40!
Apr 7 09:07:36 notebook kernel: [14402.219058] RTMP_TimerListAdd: add timer obj ffffc90001f13cf0!
Apr 7 09:07:36 notebook kernel: [14402.219062] RTMP_TimerListAdd: add timer obj ffffc90001f13ba0!
Apr 7 09:07:36 notebook kernel: [14402.219065] RTMP_TimerListAdd: add timer obj ffffc90001f13c10!
Apr 7 09:07:36 notebook kernel: [14402.219069] RTMP_TimerListAdd: add timer obj ffffc90001eddd20!
Apr 7 09:07:36 notebook kernel: [14402.219071] RTMP_TimerListAdd: add timer obj ffffc90001eddd90!
Apr 7 09:07:36 notebook kernel: [14402.219074] RTMP_TimerListAdd: add timer obj ffffc90001eddc38!
Apr 7 09:07:36 notebook kernel: [14402.219076] RTMP_TimerListAdd: add timer obj ffffc90001eccb30!
Apr 7 09:07:36 notebook kernel: [14402.219079] RTMP_TimerListAdd: add timer obj ffffc90001eccba8!
Apr 7 09:07:36 notebook kernel: [14402.219082] RTMP_TimerListAdd: add timer obj ffffc90001eddb58!
Apr 7 09:07:36 notebook kernel: [14402.219086] RTMP_TimerListAdd: add timer obj ffffc90001edde20!
Apr 7 09:07:36 notebook kernel: [14402.220890] BBP_R105: BBPR105.field.EnableSIGRemodulation = 1, BBPR105.field.MLDFor2Stream = 0
Apr 7 09:07:36 notebook kernel: [14402.221602] no file read method
Apr 7 09:07:36 notebook kernel: [14402.221605] Read file "/etc/Wireless/RT2860STA/RT2860STA.dat" failed(errCode=-1)!
Apr 7 09:07:36 notebook kernel: [14402.221609] 1. Phy Mode = 0
Apr 7 09:07:36 notebook kernel: [14402.221612] 2. Phy Mode = 0
Apr 7 09:07:36 notebook kernel: [14402.221618] NVM is Efuse and its size =1e[1e0-1fd]
Apr 7 09:07:36 notebook kernel: [14402.222745] 3. Phy Mode = 0
Apr 7 09:07:36 notebook kernel: [14402.222934] [mAntCfgInit: primary/secondary ant 0/1
Apr 7 09:07:36 notebook kernel: [14402.222934] [mCacheVal-OnOff:1, bPCIclkOff:0, WlanFunCtrl:0xff000523
Apr 7 09:07:36 notebook kernel: [14402.248989] ==> RTMPWlan 1, bPCIclkOff = 0, pAd->WlanFunCtrl.word = 0xff000533
Apr 7 09:07:36 notebook kernel: [14402.248994] <== RTMPWlan bPCIclkOff = 0, Exit because WLAN EN is already ON
Apr 7 09:07:36 notebook kernel: [14402.252009] MCS Set = 00 00 00 00 00
Apr 7 09:07:36 notebook kernel: [14402.252015] <==== rt28xx_init, Status=0
Apr 7 09:07:36 notebook kernel: [14402.252071] 0x1300 = 00073200
Apr 7 09:07:36 notebook kernel: [14402.252074] RTMPrt3xSetPCIePowerLinkCtrl.===> 1e
Apr 7 09:07:37 notebook systemd[1]: Started Run anacron jobs.
Apr 7 09:07:37 notebook anacron[18802]: Anacron 2.3 started on 2018-04-07
Apr 7 09:07:37 notebook anacron[18802]: Normal exit (0 jobs run)
Apr 7 09:07:37 notebook dhclient[18810]: Internet Systems Consortium DHCP Client 4.3.3
Apr 7 09:07:37 notebook dhclient[18810]: Copyright 2004-2015 Internet Systems Consortium.
Apr 7 09:07:37 notebook dhclient[18810]: All rights reserved.
Apr 7 09:07:37 notebook dhclient[18810]: For info, please visit https://www.isc.org/software/dhcp/
Apr 7 09:07:37 notebook dhclient[18810]:
Apr 7 09:07:37 notebook dhclient[18810]: Listening on LPF/enp1s0/a0:1d:48:ad:f8:95
Apr 7 09:07:37 notebook dhclient[18810]: Sending on LPF/enp1s0/a0:1d:48:ad:f8:95
Apr 7 09:07:37 notebook dhclient[18810]: Sending on Socket/fallback
Apr 7 09:07:37 notebook dhclient[18810]: DHCPRELEASE on enp1s0 to 192.168.1.1 port 67 (xid=0x11a3ae9e)
Apr 7 09:07:37 notebook root: /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd returned non-zero exit status 1
Apr 7 09:07:37 notebook root: /etc/dhcp/dhclient-enter-hooks.d/samba returned non-zero exit status 1
Apr 7 09:07:37 notebook avahi-daemon[768]: Withdrawing address record for 192.168.1.35 on enp1s0.
Apr 7 09:07:37 notebook avahi-daemon[768]: Leaving mDNS multicast group on interface enp1s0.IPv4 with address 192.168.1.35.
Apr 7 09:07:37 notebook avahi-daemon[768]: Interface enp1s0.IPv4 no longer relevant for mDNS.
Apr 7 09:07:37 notebook dhclient[18481]: receive_packet failed on enp1s0: Network is down
Apr 7 09:07:37 notebook NetworkManager[15829]: <info> [1523081257.2112] device (enp1s0): link disconnected (deferring action for 4 seconds)
Apr 7 09:07:37 notebook avahi-daemon[768]: Interface enp1s0.IPv6 no longer relevant for mDNS.
Apr 7 09:07:37 notebook avahi-daemon[768]: Leaving mDNS multicast group on interface enp1s0.IPv6 with address fe80::ee79:d88c:d23:b3f3.
Apr 7 09:07:37 notebook avahi-daemon[768]: Withdrawing address record for fe80::ee79:d88c:d23:b3f3 on enp1s0.
Apr 7 09:07:37 notebook kernel: [14402.515926] r8169 0000:01:00.0 enp1s0: link down
Apr 7 09:07:37 notebook kernel: [14402.515949] r8169 0000:01:00.0 enp1s0: link down
Apr 7 09:07:37 notebook kernel: [14402.516507] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
Apr 7 09:07:37 notebook dhclient[18481]: receive_packet failed on enp1s0: Network is down
Apr 7 09:07:37 notebook dhclient[18969]: Internet Systems Consortium DHCP Client 4.3.3
Apr 7 09:07:37 notebook dhclient[18969]: Copyright 2004-2015 Internet Systems Consortium.
Apr 7 09:07:37 notebook dhclient[18969]: All rights reserved.
Apr 7 09:07:37 notebook dhclient[18969]: For info, please visit https://www.isc.org/software/dhcp/
Apr 7 09:07:37 notebook dhclient[18969]:
Apr 7 09:07:37 notebook dhclient[18969]: Listening on LPF/enp1s0/a0:1d:48:ad:f8:95
Apr 7 09:07:37 notebook dhclient[18969]: Sending on LPF/enp1s0/a0:1d:48:ad:f8:95
Apr 7 09:07:37 notebook dhclient[18969]: Sending on Socket/fallback
Apr 7 09:07:37 notebook dhclient[18969]: DHCPRELEASE on enp1s0 to 192.168.1.1 port 67 (xid=0xf5ddbd7)
Apr 7 09:07:37 notebook dhclient[18969]: send_packet: Network is unreachable
Apr 7 09:07:37 notebook dhclient[18969]: send_packet: please consult README file regarding broadcast address.
Apr 7 09:07:37 notebook dhclient[18969]: dhclient.c:2474: Failed to send 300 byte long packet over fallback interface.
Apr 7 09:07:37 notebook root: /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd returned non-zero exit status 1
Apr 7 09:07:37 notebook root: /etc/dhcp/dhclient-enter-hooks.d/samba returned non-zero exit status 1
Apr 7 09:07:37 notebook systemd[1]: Created slice User Slice of lightdm.
Apr 7 09:07:37 notebook systemd[1]: Starting User Manager for UID 108...
Apr 7 09:07:37 notebook systemd[1]: Started Session c6 of user lightdm.
Apr 7 09:07:37 notebook systemd[18997]: Reached target Sockets.
Apr 7 09:07:37 notebook systemd[18997]: Reached target Timers.
Apr 7 09:07:37 notebook systemd[18997]: Reached target Paths.
Apr 7 09:07:37 notebook systemd[18997]: Reached target Basic System.
Apr 7 09:07:37 notebook systemd[18997]: Reached target Default.
Apr 7 09:07:37 notebook systemd[18997]: Startup finished in 35ms.
Apr 7 09:07:37 notebook systemd[1]: Started User Manager for UID 108.
Apr 7 09:07:37 notebook kernel: [14402.740081] r8169 0000:01:00.0 enp1s0: link down
Apr 7 09:07:37 notebook kernel: [14402.740828] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
Apr 7 09:07:37 notebook /slick-greeter-check-hidpi: Window scale: 1
Apr 7 09:07:37 notebook /slick-greeter-set-keyboard-layout: Current keyboard configuration: rules: evdev#012model: pc105#012layout: us,ru#012variant: ,#012options: grp:alt_shift_toggle,grp_led:scroll
Apr 7 09:07:37 notebook /slick-greeter-set-keyboard-layout: Applying keyboard configuration: ['setxkbmap', '-model', 'pc105', '-layout', 'us,ru', '-variant', ',', '-option', 'grp:alt_shift_toggle,grp_led:scroll', '-v']
Apr 7 09:07:37 notebook /slick-greeter-set-keyboard-layout: Result: Warning! Multiple definitions of keyboard model#012 Using command line, ignoring X server#012Warning! Multiple definitions of keyboard layout#012 Using command line, ignoring X server#012Warning! Multiple definitions of layout variant#012 Using command line, ignoring X server#012Trying to build keymap using the following components:#012keycodes: evdev+aliases(qwerty)#012types: complete#012compat: complete+ledscroll(group_lock)#012symbols: pc+us+ru:2+inet(evdev)+group(alt_shift_toggle)#012geometry: pc(pc105)
Apr 7 09:07:37 notebook /slick-greeter-set-keyboard-layout: New keyboard configuration: rules: evdev#012model: pc105#012layout: us,ru#012variant: ,#012options: grp:alt_shift_toggle,grp_led:scroll,grp:alt_shift_toggle,grp_led:scroll
Apr 7 09:07:38 notebook org.a11y.atspi.Registry[19079]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Apr 7 09:07:39 notebook kernel: [14404.348706] r8169 0000:01:00.0 enp1s0: link up
Apr 7 09:07:39 notebook kernel: [14404.348725] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.0914] device (enp1s0): link connected
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.0917] device (enp1s0): DHCPv4 lease renewal requested
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1251] dhcp4 (enp1s0): canceled DHCP transaction, DHCP client pid 18481
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1252] dhcp4 (enp1s0): state changed bound -> done
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1262] dhcp4 (enp1s0): activation: beginning transaction (timeout in 45 seconds)
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1316] dhcp4 (enp1s0): dhclient started with pid 19089
Apr 7 09:07:39 notebook dhclient[19089]: DHCPREQUEST of 192.168.1.35 on enp1s0 to 255.255.255.255 port 67 (xid=0x6bdc2251)
Apr 7 09:07:39 notebook dhclient[19089]: DHCPACK of 192.168.1.35 from 192.168.1.1
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1686] address 192.168.1.35
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1687] plen 24 (255.255.255.0)
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1687] gateway 192.168.1.1
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1687] server identifier 192.168.1.1
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1687] lease time 25200
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1688] nameserver '192.168.1.1'
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1688] dhcp4 (enp1s0): state changed unknown -> bound
Apr 7 09:07:39 notebook NetworkManager[15829]: <info> [1523081259.1704] policy: set 'Проводное соединение 1' (enp1s0) as default for IPv4 routing and DNS
Apr 7 09:07:39 notebook avahi-daemon[768]: Joining mDNS multicast group on interface enp1s0.IPv4 with address 192.168.1.35.
Apr 7 09:07:39 notebook avahi-daemon[768]: New relevant interface enp1s0.IPv4 for mDNS.
Apr 7 09:07:39 notebook avahi-daemon[768]: Registering new address record for 192.168.1.35 on enp1s0.IPv4.
Apr 7 09:07:39 notebook dhclient[19089]: bound to 192.168.1.35 -- renewal in 10283 seconds.
Apr 7 09:07:39 notebook dhclient[19098]: Internet Systems Consortium DHCP Client 4.3.3
Apr 7 09:07:39 notebook dhclient[19098]: Copyright 2004-2015 Internet Systems Consortium.
Apr 7 09:07:39 notebook dhclient[19098]: All rights reserved.
Apr 7 09:07:39 notebook dhclient[19098]: For info, please visit https://www.isc.org/software/dhcp/
Apr 7 09:07:39 notebook dhclient[19098]:
Apr 7 09:07:39 notebook kernel: [14404.790873] audit: type=1400 audit(1523081259.528:18): apparmor="DENIED" operation="open" profile="/sbin/dhclient" name="/var/lib/wicd/dhclient.conf" pid=19098 comm="dhclient" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
Apr 7 09:07:39 notebook root: /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd returned non-zero exit status 1
Apr 7 09:07:39 notebook dhclient[19098]: Listening on LPF/enp1s0/a0:1d:48:ad:f8:95
Apr 7 09:07:39 notebook dhclient[19098]: Sending on LPF/enp1s0/a0:1d:48:ad:f8:95
Apr 7 09:07:39 notebook dhclient[19098]: Sending on Socket/fallback
Apr 7 09:07:39 notebook dhclient[19098]: DHCPDISCOVER on enp1s0 to 255.255.255.255 port 67 interval 3 (xid=0x4b9dc048)
Apr 7 09:07:39 notebook dhclient[19098]: DHCPREQUEST of 192.168.1.35 on enp1s0 to 255.255.255.255 port 67 (xid=0x48c09d4b)
Apr 7 09:07:39 notebook dhclient[19098]: DHCPOFFER of 192.168.1.35 from 192.168.1.1
Apr 7 09:07:39 notebook dhclient[19098]: DHCPACK of 192.168.1.35 from 192.168.1.1
Apr 7 09:07:39 notebook root: /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd returned non-zero exit status 1
Apr 7 09:07:39 notebook root: /etc/dhcp/dhclient-enter-hooks.d/samba returned non-zero exit status 1
Apr 7 09:07:39 notebook dhclient[19098]: bound to 192.168.1.35 -- renewal in 11910 seconds.
Apr 7 09:07:39 notebook ntpdate[19163]: the NTP socket is in use, exiting
Apr 7 09:07:40 notebook NetworkManager[15829]: <warn> [1523081260.2288] rdisc[0xe90650,"enp1s0"]: failure sending router solicitation: Невозможно назначить запрошенный адрес (99)
Apr 7 09:07:40 notebook kernel: [14406.217384] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:07:43 notebook org.gtk.vfs.Daemon[19017]: A connection to the bus can't be made
Apr 7 09:07:44 notebook kernel: [14410.217171] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:07:48 notebook kernel: [14414.217647] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:07:52 notebook kernel: [14418.216450] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
Apr 7 09:07:56 notebook kernel: [14422.216285] RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI
   
Если отфильтровать syslog по слову 'systemd', то:
Apr 7 09:06:57 notebook systemd[1]: Started Run anacron jobs.
Apr 7 09:06:59 notebook systemd[1]: Stopped Run anacron jobs.
Apr 7 09:07:34 notebook systemd[1]: Time has been changed
Apr 7 09:07:34 notebook systemd[1374]: Time has been changed
Apr 7 09:07:34 notebook systemd[1]: Started Run anacron jobs.
Apr 7 09:07:37 notebook systemd[1]: Started Run anacron jobs.
Apr 7 09:07:37 notebook systemd[1]: Created slice User Slice of lightdm.
Apr 7 09:07:37 notebook systemd[1]: Starting User Manager for UID 108...
Apr 7 09:07:37 notebook systemd[1]: Started Session c6 of user lightdm.
Apr 7 09:07:37 notebook systemd[18997]: Reached target Sockets.
Apr 7 09:07:37 notebook systemd[18997]: Reached target Timers.
Apr 7 09:07:37 notebook systemd[18997]: Reached target Paths.
Apr 7 09:07:37 notebook systemd[18997]: Reached target Basic System.
Apr 7 09:07:37 notebook systemd[18997]: Reached target Default.
Apr 7 09:07:37 notebook systemd[18997]: Startup finished in 35ms.
Apr 7 09:07:37 notebook systemd[1]: Started User Manager for UID 108.

Закрыто

Вернуться в «Параметры и оптимизация»

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и 3 гостя