Jump to content

Search the Community

Showing results for 'freeze kernels'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Official giveaways
  • Community giveaways

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

  1. Hello, not sure if I'm at the right place here, so please let me know if I'm wrong and where I need to be. Thanks in advance and my apologies... My problem is that for some time now does Apt keep deleting custom kernels in /boot and the package appears to delete kernels not only with a rough pattern, but with "-f" as well, ignoring any file permissions. I've been watching this for a while now and it has left me at first with unbootable devices until I've noticed the cause. I would very much appreciate it of the Armbian kernel package wouldn't just delete anything that looks remotely like a kernel from /boot with a "rm -f *", but only removes the files that have been part of a previously installed package and leaves all other files in place. An example: Preparing to unpack .../38-linux-image-current-sunxi_20.02.11_armhf.deb ... update-initramfs: Deleting /boot/initrd.img-5.6.3-sven1 <--- There again Removing obsolete file 5.4.30-sunxi Removing obsolete file uInitrd-5.6.3-sven1 <--- Not obsolete but actually a part of the running kernel Removing obsolete file uInitrd-5.4.30-sunxi update-initramfs: Deleting /boot/initrd.img-5.4.30-sunxi Unpacking linux-image-current-sunxi (20.02.11) over (20.02.9) ... I'd appreciate it if somebody could make this stop.
  2. As I have been watching the development of Armbian for TV boxes, there is one area that my needs haven't been addressed yet. And since this is open source that means I needed to read a lot of posts and get into the code to understand how things are working. I have been doing that over the last six months or so and wanted to report back on what I am now doing to solve my issue as it may help others. I have a number of TV boxes running as headless servers for a variety of projects. Once I install Armbian on them I then get OS updates through ubuntu (I am using Ubuntu Bionic on my boxes). That gives me bug fixes and patches for the software running on these boxes via apt update/upgrade. However the linux kernel generally stays unpatched at the point in time that I installed one of balbes150's TV box builds. What I wanted was to be able to build and update kernels so that I can apply new kernel versions to my servers. I am now able to do that successfully across a number of TV boxes ( TX3mini, TX3 X3, H96 Max X2) (Note I only have amlogic based boxes that I test with). I am building kernels from kernel.org sources, building .deb files and then installing those files across my servers as new kernel versions are released. My goal was to simply stick with the 5.4 kernel as it is a long term support kernel, but I find that I have moved to 5.6 as I wanted native wireguard support. Another goal I have is to do all this with as few patches as possible (i.e. running stock base unmodified linux). And a final goal was to build natively on my arm based boxes. Below are my notes that explain what I have done and hopefully provides others with some of the knowledge I have built up over time to be able to get what I needed working. I hope this is helpful to others who want to get their hands into armbian a little deeper than just installing and running it. build-debs.txt
  3. On several RockPro64 boards I experience infrequent freezes, mostly directly on boot, but also after some longer (hours, days) uptime. I use the official power adapter and no additional hardware except a PCIe adapter for an SSD, which works flawlessly when operational. When looking at the kern.log, there are quite a few errors and warnings, but comparing to a successful boot these are all also present. So I don't think they cause the freeze directly. Currently, I recorded the freeze on the latest Armbian Bionic as release just recently. FWIW, I think the same issue also occurs on the previous Debian Stretch image (had various freezes, but have not recorded any details yet). On a unsuccessful boot, the error occurs after about 8 seconds. A reboot (or two) usually fixes the issue, until the next time... Jul 8 15:18:23 carol kernel: [ 8.528275] Unable to handle kernel NULL pointer dereference at virtual address 00000000 Jul 8 15:18:23 carol kernel: [ 8.530625] pgd = ffffffc0ead3f000 Jul 8 15:18:23 carol kernel: [ 8.532515] [00000000] *pgd=0000000000000000, *pud=0000000000000000 Jul 8 15:18:23 carol kernel: [ 8.534710] Internal error: Oops: 96000005 [#1] SMP Jul 8 15:18:24 carol kernel: [ 8.536753] Modules linked in: af_packet iptable_nat nf_nat_ipv4 nf_nat nf_log_ipv4 nf_log_common xt_LOG xt_limit nf_conntrack_ipv4 nf_defrag_ipv4 xt_tcpudp xt_conntrack nf_conntrack iptable_filter snd_soc_rockchip_hdmi_dp rk_vcodec ip_tables x_tables autofs4 phy_rockchip_pcie Jul 8 15:18:24 carol kernel: [ 8.542598] CPU: 5 PID: 1044 Comm: find Not tainted 4.4.182-rockchip64 #1 Jul 8 15:18:24 carol kernel: [ 8.544959] Hardware name: Pine64 RockPro64 (DT) Jul 8 15:18:24 carol kernel: [ 8.547155] task: ffffffc0eb247000 task.stack: ffffffc0e1c78000 Jul 8 15:18:24 carol kernel: [ 8.549491] PC is at do_dentry_open+0x234/0x2e4 Jul 8 15:18:24 carol kernel: [ 8.551687] LR is at do_dentry_open+0x288/0x2e4 Jul 8 15:18:24 carol kernel: [ 8.553852] pc : [<ffffff80081f2738>] lr : [<ffffff80081f278c>] pstate: a0000145 Jul 8 15:18:24 carol kernel: [ 8.556284] sp : ffffffc0e1c7bbc0 Jul 8 15:18:24 carol kernel: [ 8.558403] x29: ffffffc0e1c7bbc0 x28: ffffffc0eb247000 Jul 8 15:18:24 carol kernel: [ 8.560742] x27: 0000000000000000 x26: ffffffc0f26eb000 Jul 8 15:18:24 carol kernel: [ 8.563064] x25: 000000000000011d x24: ffffffc0e1cff690 Jul 8 15:18:24 carol kernel: [ 8.565376] x23: ffffff8008219cb8 x22: 0000000000000000 Jul 8 15:18:24 carol kernel: [ 8.567670] x21: 0000000000000000 x20: ffffffc0f27882b0 Jul 8 15:18:24 carol kernel: [ 8.569954] x19: ffffffc0e1cff680 x18: 0000007fb4979a70 Jul 8 15:18:24 carol kernel: [ 8.572191] x17: 0000007fb48e8848 x16: ffffff80081f3ea4 Jul 8 15:18:24 carol kernel: [ 8.574416] x15: 0000000000000000 x14: ffffffffffffffff Jul 8 15:18:24 carol kernel: [ 8.576663] x13: 0000000000000000 x12: 0101010101010101 Jul 8 15:18:24 carol kernel: [ 8.578896] x11: 7f7f7f7f7f7f7f7f x10: 0000007fb4a8a140 Jul 8 15:18:24 carol kernel: [ 8.581115] x9 : 0000000000000000 x8 : ffffffc0e1cff7b8 Jul 8 15:18:24 carol kernel: [ 8.583390] x7 : 0000000000000000 x6 : ffffffc0f061d1e9 Jul 8 15:18:24 carol kernel: [ 8.585641] x5 : 0000000000000000 x4 : 00000000000055b1 Jul 8 15:18:24 carol kernel: [ 8.587874] x3 : 00000040eee4a000 x2 : ffffff8008219a20 Jul 8 15:18:24 carol kernel: [ 8.590114] x1 : ffffff8008c02140 x0 : 0000000000000000 Jul 8 15:18:24 carol kernel: [ 8.592341] Jul 8 15:18:24 carol kernel: [ 8.592341] PC: 0xffffff80081f26b8: Jul 8 15:18:24 carol kernel: [ 8.596219] 26b8 54fffd60 f940c680 f9001660 b4fffd20 aa1603e1 aa1303e0 940c0a2c 2a0003f6 Jul 8 15:18:24 carol kernel: [ 8.598764] 26d8 35000700 b9405261 d5033bbf f940ca80 b5000320 b50004b7 f9401660 f9402c17 Jul 8 15:18:24 carol kernel: [ 8.601305] 26f8 b5000457 b9405660 370004c0 b9405660 36080100 f9401661 f9400c22 b5000062 Jul 8 15:18:24 carol kernel: [ 8.603883] 2718 f9401421 b4000061 320e0000 b9005660 b9405260 12166c00 b9005260 f9409a60 ... Full kern.log boot log: https://pastebin.com/zcpxB1HQ Please find attached the full armbianmonitor output here: https://pastebin.com/NkVAejC6 Any help is greatly appreciated!
  4. Where can I find a link to the source git for What source code are the 5.4.23-rockchip64 kernels from?
  5. Hi, i own a Libre Computer Le Potato (AML-S905X-CC) board and i would like to compile my own customized kernel to try patches for bug fixing and experimenting unstable "features", like lima driver. The problem is that i currently use this board as daily driver and i would like the possibility to have a backup kernel (a stable one) in case something goes wrong. So the question is: it is possible to have multiple installed kernel and decide which one boot (like GRUB behaviour) using the uboot bootloader? If it is impossible, i'm sorry for the stupid question. I don't know how exactly the boot sequence works, from a low level point of view. Thanks a lot for the attention and the dedicated time.
  6. I am running a relatively new install (few months) on a replaced microSD (RMA). Keep in mind this is a headless install. At random, usually after many days / weeks+ the orangepi appears to freeze. What I mean with freeze: - samba shares disconnect - sometimes SSH works till the password is submitted, then it times out - sometimes http works when I hard restart it - I always see a very high temp & in some logs I had seen some weird dates, so I set to write out date & temp and I got this beauty on the next freeze: - the cron that runs the above is set to run every minute and as you can see it took it 12min for the date to progress ~ 1min - the date is ~ 10 months after EPOCH? armbianmonitor (AFTER reboot): http://ix.io/1nWV Any ideas what can cause this or how I can debug?
  7. To run 32bit rustc you need enabled cp15 barrier emulation. (This is removed in ARMV8 arch and needed to emulated by the kernel) Please reenable like in legacy kernel 4.9: CONFIG_ARMV8_DEPRECATED=y CONFIG_SWP_EMULATION=y CONFIG_CP15_BARRIER_EMULATION=y CONFIG_SETEND_EMULATION=y
  8. Hi, Unfortunately I'm not yet allowed to post in the development area. I'm using a rockpro64 with armbian quite successfully, Beside other stuff it has two DVB-C USB sticks connected. But I can only run the kernel dpkg -l | grep linux-image hi linux-image-rockchip64 5.75 arm64 Linux kernel, version 4.4.174-rockchip64 since further 4.4 kernel (e.g the latest one linux-image-rockchip64_5.90_arm64 (4.4.182) does not have the CONFIG_VIDEO_EM28XX set to m as before. What are actually the plans in this regard. Is there some good reason that is was disabled, or did no body speak up as of now. Kind Regards M
  9. Hello, I am still having some troubles with my server Yunohost configured with an Orange Pi 2+ I have Frreze the kernel since few months. But I try to Defreeze the kernel, I have updated the kernel using armbian-config then 'Other Switch to others kernels' to update the last linux-image-next-sunxi=5.90 4.19.57.sunxi but every time I reboot, I'm still booting with the kernel 4.14.18-sunxi I don't understand how to make the boot loading the new kernel... This is my u-boot environment: verbosity=1 console=both overlay_prefix=sun8i-h3 rootdev=UUID=173bb8f3-f2d3-4fce-9f51-e55dfd9605e5 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u It is strange because I don't recognize the UUID with this: $ sudo blkid /dev/mmcblk0p1: UUID="cca8b465-859f-44b3-a832-e1de3f6766d2" TYPE="ext4" PARTUUID="d252feef-01" /dev/mmcblk1p1: UUID="0bd18549-75f4-48a5-a29e-41d9c10701c4" TYPE="ext4" PARTUUID="c168bf4c-01" /dev/sda1: UUID="53745c47-3b92-45ee-9f98-3e6297e40b97" TYPE="ext4" PARTUUID="000011cd-01" /dev/sda2: UUID="b8261aeb-c028-4368-9def-a1296ff74a50" TYPE="swap" PARTUUID="000011cd-02" /dev/mmcblk0: PTUUID="d252feef" PTTYPE="dos" /dev/mmcblk1: PTUUID="c168bf4c" PTTYPE="dos"
  10. Is it possible to download debian sources for the armbian kernels? If so where are these located?
  11. Anyone who typically updates on nightly kernels I would recommend freezing and not updating until we clear up some issues gifted us by some large amount of upstream changes that broke well, pretty much everything. I will update this thread as things get brought back to life. June 7th 2018: I've made a branch (rockchip-default) to work out the kinks. So far I have the board booting and Mali working again (with an initial error on load) , however there is no HDMI terminal, so initial boots would require a uart or SSH hdmi terminal is back thank you to Ntemis on github, I'd missed part of the conversation (I only have cell phone while at work) July 19th 2019: an issue with kernel 4.4 and spidev came up, no one is apparently using it, in any case Pi Supply found it while updating Tinker Board support. Fix committed.
  12. I know Lamobo-r1 has many problems and that the support ended, but it works fine for me. Everything works fine with kernel 4.14.84-sunxi, however, when I update the kernel, the b53 switch does not work anymore. I need to update the kernel to add another wifi usb dongle that seems to work only with newer kernels (https://github.com/aircrack-ng/rtl8812au/issues/272#issuecomment-467983704). Anybody experiencing the same problem? Any ideas for a workaround?
  13. I installed the linux-image-dev-sunxi64 and linux-dtb-dev-sunxi64 packages, which pulls in the 5.1.5 kernel, and it seems something is amiss in the pinebook dtb. On the 4.19 kernel, pwm-backlight powers on, and you get video output, however, on 5.1.5 once u-boot loads the kernel and it is starting, video output goes away. In the 4.19 kernel, the kern.log shows the following output during boot: May 29 19:15:10 localhost kernel: [ 3.937999] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null) May 29 19:15:10 localhost kernel: [ 5.573863] random: lvmconfig: uninitialized urandom read (4 bytes read) May 29 19:15:10 localhost kernel: [ 5.968672] random: systemd: uninitialized urandom read (16 bytes read) May 29 19:15:10 localhost kernel: [ 5.978739] random: systemd: uninitialized urandom read (16 bytes read) May 29 19:15:10 localhost kernel: [ 6.115937] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro May 29 19:15:10 localhost kernel: [ 6.767672] random: crng init done May 29 19:15:10 localhost kernel: [ 6.767681] random: 7 urandom warning(s) missed due to ratelimiting May 29 19:15:10 localhost kernel: [ 6.911809] Adding 4194300k swap on /var/swapfile. Priority:-2 extents:21 across:11288572k SSFS May 29 19:15:10 localhost kernel: [ 9.018020] pwm-backlight backlight: backlight supply power not found, using dummy regulator May 29 19:15:10 localhost kernel: [ 9.018134] pwm-backlight backlight: Linked as a consumer to regulator.0 May 29 19:15:10 localhost kernel: [ 9.018215] pwm-backlight backlight: Dropping the link to regulator.0 May 29 19:15:10 localhost kernel: [ 9.051632] cpu cpu0: Linked as a consumer to regulator.3 May 29 19:15:10 localhost kernel: [ 9.051705] cpu cpu0: Dropping the link to regulator.3 May 29 19:15:10 localhost kernel: [ 9.051919] cpu cpu0: Linked as a consumer to regulator.3 May 29 19:15:10 localhost kernel: [ 9.075427] pwm-backlight backlight: backlight supply power not found, using dummy regulator May 29 19:15:10 localhost kernel: [ 9.077644] pwm-backlight backlight: Linked as a consumer to regulator.0 May 29 19:15:10 localhost kernel: [ 9.110436] pwm-backlight backlight: Dropping the link to regulator.0 May 29 19:15:10 localhost kernel: [ 9.251253] pwm-backlight backlight: backlight supply power not found, using dummy regulator May 29 19:15:10 localhost kernel: [ 9.251354] pwm-backlight backlight: Linked as a consumer to regulator.0 May 29 19:15:10 localhost kernel: [ 9.329128] zram: Added device: zram0 May 29 19:15:10 localhost kernel: [ 9.345016] zram: Added device: zram1 May 29 19:15:10 localhost kernel: [ 9.345766] zram: Added device: zram2 May 29 19:15:10 localhost kernel: [ 9.353305] thermal thermal_zone0: failed to read out thermal zone (-110) However, with 5.1.5 May 30 22:55:04 localhost kernel: [ 4.994984] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null) May 30 22:55:04 localhost kernel: [ 6.631175] random: lvmconfig: uninitialized urandom read (4 bytes read) May 30 22:55:04 localhost kernel: [ 7.044640] random: systemd: uninitialized urandom read (16 bytes read) May 30 22:55:04 localhost kernel: [ 7.054687] random: systemd: uninitialized urandom read (16 bytes read) May 30 22:55:04 localhost kernel: [ 7.191887] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro May 30 22:55:04 localhost kernel: [ 7.874481] Adding 4194300k swap on /var/swapfile. Priority:-2 extents:21 across:11288572k SSFS May 30 22:55:04 localhost kernel: [ 8.876110] random: crng init done May 30 22:55:04 localhost kernel: [ 8.876120] random: 7 urandom warning(s) missed due to ratelimiting May 30 22:55:04 localhost kernel: [ 9.665763] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator May 30 22:55:04 localhost kernel: [ 9.690621] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator May 30 22:55:04 localhost kernel: [ 9.806449] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator May 30 22:55:04 localhost kernel: [ 9.807498] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator May 30 22:55:04 localhost kernel: [ 9.828538] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator May 30 22:55:04 localhost kernel: [ 9.829826] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator May 30 22:55:04 localhost kernel: [ 9.935618] sun50i-a64-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pd not found, using dummy regulator May 30 22:55:04 localhost kernel: [ 10.068063] thermal thermal_zone0: failed to read out thermal zone (-110) May 30 22:55:04 localhost kernel: [ 10.068121] thermal thermal_zone1: failed to read out thermal zone (-110) May 30 22:55:04 localhost kernel: [ 10.068145] thermal thermal_zone2: failed to read out thermal zone (-110) So I did a diff of the 4.19 sun50i-a64-pinebook.dts and the 5.1.5 sun50i-a64-pinebook.dts (using dtc -I dtb -O dts <kernel/path/dtb> from the respective dtb packages and then did a diff of the out files and came across the following: backlight { compatible = "pwm-backlight"; - pwms = < 0x43 0x00 0xc350 0x01 >; + pwms = < 0x48 0x00 0xc350 0x01 >; brightness-levels = < 0x00 0x05 0x0a 0x0f 0x14 0x1e 0x28 0x37 0x46 0x55 0x64 >; default-brightness-level = < 0x02 >; - enable-gpios = < 0x22 0x03 0x17 0x00 >; - phandle = < 0x98 >; + enable-gpios = < 0x26 0x03 0x17 0x00 >; + power-supply = < 0x49 >; + phandle = < 0x9d >; }; It seems like somehow the &pwm and &pio numbers are changed from 4.19 to 5.1.5 but I have no idea where to go from here. I'm assuming this is related to the "arm64: dts: allwinner: add backlight regulator for Pinebook" commit upstream, but I can't see why that commit would have changed the pwm or gpio used.
  14. Hi I have strange problem with my nano pi neo core 2. The device was working a few days then suddenly I lost my ssh connection. I used serial port to communication to see what happened and I get reply below. The last line it is a Error so I should reset my device. I did it several times and the result is the same. I'm not specialist but I supposed it is something wrong with eMMC memory because if I insert SD card with armbian it starts normally. Anyone have idea what was that, what happened. My nano pi shows week light of red LED. U-Boot SPL 2018.11-armbian (Feb 08 2019 - 11:05:25 +0100) DRAM: 1024 MiB Trying to boot from MMC2 NOTICE: BL31: v2.0(debug):30490b1 NOTICE: BL31: Built : 19:11:09, Feb 6 2019 NOTICE: BL31: Detected Allwinner H5 SoC (1718) NOTICE: BL31: Found U-Boot DTB at 0x40843b8, model: FriendlyARM NanoPi NEO Core 2 INFO: ARM GICv2 driver initialized INFO: Configuring SPC Controller NOTICE: BL31: PMIC: Defaulting to PortL GPIO acorrding to H5 reference design INFO: BL31: Platform setup done INFO: BL31: Initializing runtime services INFO: BL31: cortex_a53: CPU workaround for 855873 was applied INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x4a000000 INFO: SPSR = 0x3c9 U-Boot 2018.11-armbian (Feb 08 2019 - 11:05:25 +0100) Allwinner Technology CPU: Allwinner H5(SUN50I) Model: FriendlyARM NanoPi NEO Core 2 DRAM: 1 GiB MMC: SUNXI SD/MMC: 0 ,SUNXI SD/MMC:1 Loading Enviroment from EXT4... MMC: no card present In: serial Out: serial Err: serial Net: No ethernet found. MMC: no card present MMC: no card present starting USB... USB0: USB EHCI 1.00 USB1: USB OHCI 1.0 scanning bus 0 for devices... 1 USB Device(s) found scanning us for storage devices... 0 Storage Device(s) found Autoboot in 1 second, press <Space> to stop swich to partitions #0, OK mmc1(part 0) is current device Scanning mmc 1:1... Found U-Boot script /boot/boot.src 3042 bytes read in 7 ms (423.8 KiB/s) ## Executing script at 4fc00000 U-boot loaded from eMMC or secondary SD Boot script loaded from mmc 5080090 bytes read in 28 ms (17.3 MiB/s) MMC: no card present 28982 bytes read in 15 ms (1.8 MiB/s) 374 bytes read in 14 ms (25.4 KiB/s) Applying kernel provided DT overlay sun50i-h5-i2c0.dtbo 374 bytes read in 14 ms (25.4 KiB/s) Applying kerenl provided DT overaly sun50i-h5-i2c1.dtbo 502 bytes read in 16 ms (30.3 KiB/s) Applying kernel provided DT overlay sun50i-h5-uart1.dtbo 777 bytes read in 19 ms (39.1 KiB/s) Applying kernel provided DT overlay sun50i-h5-w1-gpio.dtbo 4155 bytes read in 14 ms (289.1 KiB/s) Applying kernel provided DT fixup script (sun50i-h5-fixup.scr) ## Executing script at 44000000 tmp_bank=A tmp_pin=1 5328003 bytes read in 268 ms (19 MiB/s) 14243848 bytes read in 702 ms (19.4 MiB/s) ## Loading init Ramdisk from Legacy Image at 4fe00000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 5327939 Bytes = 5.1 MiB Load Address: 00000000 Entry Point: 00000000 Veryfying Checksum ... OK ## Flattend Device Tree blob at 4fa00000 Booting using the fdt blob at 0x4fa00000 EHCI failed to shut down host controller. Loading Ramdisk to 49aeb000, end 49fffc43 ... OK reserving fdt memory region: addr=4fa00000 size=6d000 Lading Device Tree to 0000000049a7b00, end 0000000049aeaff ... OK WARNING: could not set bootargs FDT_ERR_NOSPACE. ERROR: /chosen node create failed -must RESET the board to recover FDT creation failed! hanging...### ERROR ### Please RESET the board ###
  15. Hello, I'm trying to read temperature from DHT22 on armbian using OrangePi's WiringPi library. The moment I call digitalWrite the whole system freezes. Previously I had raspbian and it used to work just fine. Am I missing something? Should I do some configuration maybe? Any help is appreciated. Thank you
  16. Hellow, I would like to report an issue with Orange Pi PC+ I tried to run the board with a manually built image (with kernel version 'next' and 5.71). While in the past I was able to create Wifi hotspots without any issues, with a new image I encountered weird issues where the hotspot was listed from Wifi clients, but trying to connect triggered some scarry traceback such as this one : Having no idea what I was doing, after trying a few other things, I tried downgrading the kernel to 5.70 (using apt.armbian.org) - this did not solve the issue - and then to 5.67 for which it was working as expected ! I don't know if this is something that can be solved upstream somehow ... Naively it sounds related to the 8189fs module (driver for the Wifi chip ?) but not really sure as I don't understand so much all the driver and kernel stuffs
  17. Both my Orange Pi Pc and Orange Pi Zero have horrifically slow/laggy/issues with SSH. Random drops, connection issues, and EXTREME lagginess with keyboard input. Sometimes the session will "freeze" randomly. This is after re-installation on fresh SD cards that work well otherwise. Power supplies have been used before with same boards and same SD cards, but after re-installation of various armbian installations, it's laggy. I'm not even sure which version I started with initially with my orange pi zero which I had first, but I had upgraded and upgraded and upgraded through versions...and figured a fresh install couldn't hurt. It hurt. These are being used as headless machines, SSH performance is extremely important, and it's on base installs with almost nothing running, loads on the machines are super super low and SSH is still lagging. Can't even use Vi/Nano to edit a text file without it borking up and needing a restarted SSH session. I don't have this issue with straight debian or straight ubuntu on an x86 laptop. Just these little boards. Anyone else having these issues? What was your solution? **edit** Would like to add that this happens MUCH more with the 4x kernel than the 3x kernel. But still happening with both. What's up?
  18. Odroid C2: next and dev kernels do recognize USB hard-drives The stable kernel does. Kernel configuration issue?
  19. OrangePi PC H3 UsbTV kernel driver causes complete system freeze on Armbian OrangePi PC kernel 4.14. Did anyone observed similar issues? I already reported a bug against the USBTV repo, but not sure if this is the right place. [Update: After quick response of Federico Simoncelli from the USBTV repo, I reported this bug to the kernel bugzilla as a new bug there] On x86_64 platform it works well. Is it the bug of Armbian or USBTV?
  20. Hi all, My Armbian hangs (freeze) after 1-2 hours. Below dmesg Aug 17 19:10:39 localhost kernel: [ 1666.194984] WARNING: CPU: 0 PID: 693 at lib/iov_iter.c:695 copy_page_to_iter+0x21d/0x35c Aug 17 19:10:39 localhost kernel: [ 1666.194987] Modules linked in: tun xt_nat xt_tcpudp iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_filter snd_soc_hdmi_codec rc_cec dw_hdmi_i2s_audio dw_hdmi_cec evdev sun8i_dw_hdmi dw_hdmi cec ir_lirc_codec lirc_dev pl2303 usbserial sun4i_i2s sunxi_cir sun8i_codec_analog sun4i_gpadc_iio sun4i_codec sun4i_tcon sun8i_mixer snd_soc_simple_card snd_soc_simple_card_utils snd_soc_core snd_pcm_dmaengine snd_pcm snd_timer snd soundcore sun4i_drm uio_pdrv_genirq uio 8189fs cfg80211 rfkill ip_tables x_tables pwrseq_simple sy8106a_regulator uas realtek Aug 17 19:10:39 localhost kernel: [ 1666.195093] CPU: 0 PID: 693 Comm: nfsd Not tainted 4.14.18-sunxi #24 Aug 17 19:10:39 localhost kernel: [ 1666.195095] Hardware name: Allwinner sun8i Family Aug 17 19:10:39 localhost kernel: [ 1666.195117] [<c010db15>] (unwind_backtrace) from [<c010a0d9>] (show_stack+0x11/0x14) Aug 17 19:10:39 localhost kernel: [ 1666.195128] [<c010a0d9>] (show_stack) from [<c0868f69>] (dump_stack+0x69/0x78) Aug 17 19:10:39 localhost kernel: [ 1666.195139] [<c0868f69>] (dump_stack) from [<c011a233>] (__warn+0xaf/0xc0) Aug 17 19:10:39 localhost kernel: [ 1666.195148] [<c011a233>] (__warn) from [<c011a2f5>] (warn_slowpath_null+0x19/0x1c) Aug 17 19:10:39 localhost kernel: [ 1666.195156] [<c011a2f5>] (warn_slowpath_null) from [<c0565759>] (copy_page_to_iter+0x21d/0x35c) Aug 17 19:10:39 localhost kernel: [ 1666.195170] [<c0565759>] (copy_page_to_iter) from [<c01d8543>] (generic_file_read_iter+0x303/0x740) Aug 17 19:10:39 localhost kernel: [ 1666.195183] [<c01d8543>] (generic_file_read_iter) from [<c024e2ab>] (generic_file_splice_read+0x83/0xd8) Aug 17 19:10:39 localhost kernel: [ 1666.195193] [<c024e2ab>] (generic_file_splice_read) from [<c024e68d>] (splice_direct_to_actor+0x89/0x17c) Aug 17 19:10:39 localhost kernel: [ 1666.195203] [<c024e68d>] (splice_direct_to_actor) from [<c03271e9>] (nfsd_splice_read+0x59/0x74) Aug 17 19:10:39 localhost kernel: [ 1666.195212] [<c03271e9>] (nfsd_splice_read) from [<c0327671>] (nfsd_read+0x22d/0x234) Aug 17 19:10:39 localhost kernel: [ 1666.195222] [<c0327671>] (nfsd_read) from [<c0325825>] (nfsd_proc_read+0x81/0xe8) Aug 17 19:10:39 localhost kernel: [ 1666.195231] [<c0325825>] (nfsd_proc_read) from [<c032424b>] (nfsd_dispatch+0x83/0x114) Aug 17 19:10:39 localhost kernel: [ 1666.195243] [<c032424b>] (nfsd_dispatch) from [<c084f66b>] (svc_process_common+0x29f/0x440) Aug 17 19:10:39 localhost kernel: [ 1666.195252] [<c084f66b>] (svc_process_common) from [<c084f8df>] (svc_process+0xd3/0x138) Aug 17 19:10:39 localhost kernel: [ 1666.195259] [<c084f8df>] (svc_process) from [<c0323e55>] (nfsd+0xad/0xfc) Aug 17 19:10:39 localhost kernel: [ 1666.195271] [<c0323e55>] (nfsd) from [<c0131a91>] (kthread+0xfd/0x104) Aug 17 19:10:39 localhost kernel: [ 1666.195282] [<c0131a91>] (kthread) from [<c0106719>] (ret_from_fork+0x11/0x38) Aug 17 19:10:39 localhost kernel: [ 1666.195286] ---[ end trace 8b890c497145bf7b ]---
  21. Hi all, I noticed that my OrangePi freezes after 4-5 days of uptime. Something happens (usually around 06:00) when my script simply stop working (no more log entries) and then reboots after ~12 hours (exactly at 13:17 in all occasions). Finally the orange pi becomes unresponsive and heats up to 85-90 degree Celsius. I've checked CPU temperature, disk and memory usage but haven't found anything... I'm a beginner in armbian and completely having no idea what could be the root casue. Could you please help? I've executed a diagnostics you can find it here: http://ix.io/1iQc Related syslog entries: Jul 31 06:10:01 localhost CRON[20175]: (root) CMD (/root/utils/cputemp.sh) Jul 31 06:10:01 localhost CRON[20176]: (root) CMD (free -m > /root/memory.log) Jul 31 06:10:01 localhost CRON[20178]: (root) CMD (df -h > /root/df.log) Jul 31 06:15:01 localhost CRON[20268]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1) Jul 31 06:17:01 localhost CRON[20307]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Jul 31 06:20:01 localhost CRON[20369]: (root) CMD (/root/utils/cputemp.sh) Jul 31 06:20:01 localhost CRON[20370]: (root) CMD (free -m > /root/memory.log) Jul 31 06:20:01 localhost CRON[20371]: (root) CMD (df -h > /root/df.log) Jul 31 06:25:01 localhost CRON[20555]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )) Jul 31 06:25:01 localhost CRON[20554]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1) Jul 31 13:17:05 localhost systemd-modules-load[216]: Inserted module 'g_serial' Jul 31 13:17:05 localhost kernel: [ 0.000000] Booting Linux on physical CPU 0x0 Jul 31 13:17:05 localhost kernel: [ 0.000000] Linux version 4.14.14-sunxi (root@xeon) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #1 SMP Thu Jan 25 12:20:57 CET 2018 Jul 31 13:17:05 localhost kernel: [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d Jul 31 13:17:05 localhost kernel: [ 0.000000] CPU: div instructions available: patching division code Jul 31 13:17:05 localhost systemd-udevd[323]: link_config: could not get ethtool features for eth0 Jul 31 13:17:05 localhost kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Jul 31 13:17:05 localhost fake-hwclock[212]: Tue Jul 31 11:17:01 UTC 2018 Jul 31 13:17:05 localhost systemd-udevd[323]: Could not set offload features of eth0: Device or resource busy Jul 31 13:17:05 localhost kernel: [ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi Zero Jul 31 13:17:05 localhost kernel: [ 0.000000] Memory policy: Data cache writealloc Jul 31 13:17:05 localhost keyboard-setup.sh[229]: gzip: /etc/console-setup/cached_UTF-8_del.kmap.gz: unexpected end of file Jul 31 13:17:05 localhost kernel: [ 0.000000] Reserved memory: created CMA memory pool at 0x5bc00000, size 64 MiB Jul 31 13:17:05 localhost kernel: [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool Jul 31 13:17:05 localhost kernel: [ 0.000000] On node 0 totalpages: 131072 Jul 31 13:17:05 localhost kernel: [ 0.000000] free_area_init_node: node 0, pgdat c0dd8b00, node_mem_map db780000 Jul 31 13:17:05 localhost kernel: [ 0.000000] Normal zone: 1152 pages used for memmap Jul 31 13:17:05 localhost kernel: [ 0.000000] Normal zone: 0 pages reserved Jul 31 13:17:05 localhost kernel: [ 0.000000] Normal zone: 131072 pages, LIFO batch:31 Jul 31 13:17:05 localhost resolvconf[246]: /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /etc/resolvconf/run/resolv.conf Jul 31 13:17:05 localhost kernel: [ 0.000000] psci: probing for conduit method from DT. Jul 31 13:17:05 localhost kernel: [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT Jul 31 13:17:05 localhost kernel: [ 0.000000] random: fast init done Jul 31 13:17:05 localhost kernel: [ 0.000000] percpu: Embedded 17 pages/cpu @dff5a000 s39884 r8192 d21556 u69632 Jul 31 13:17:05 localhost kernel: [ 0.000000] pcpu-alloc: s39884 r8192 d21556 u69632 alloc=17*4096 Jul 31 13:17:05 localhost log2ram[295]: sending incremental file list Jul 31 13:17:05 localhost kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 Jul 31 13:17:05 localhost kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920 Jul 31 13:17:05 localhost log2ram[295]: ./ Jul 31 13:17:05 localhost kernel: [ 0.000000] Kernel command line: root=UUID=a2c25aee-d15d-4aa7-8f41-ab6bb511776f rootwait rootfstype=ext4 console=tty1 console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 loglevel=1 ubootpart=378fc799-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1 Jul 31 13:17:05 localhost kernel: [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) Jul 31 13:17:05 localhost kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Jul 31 13:17:05 localhost log2ram[295]: alternatives.log Jul 31 13:17:05 localhost kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Jul 31 13:17:05 localhost kernel: [ 0.000000] allocated 524288 bytes of page_ext Jul 31 13:17:05 localhost kernel: [ 0.000000] Memory: 433616K/524288K available (8192K kernel code, 945K rwdata, 2340K rodata, 1024K init, 346K bss, 25136K reserved, 65536K cma-reserved, 0K highmem) Jul 31 13:17:05 localhost kernel: [ 0.000000] Virtual kernel memory layout: Jul 31 13:17:05 localhost kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) Jul 31 13:17:05 localhost log2ram[295]: alternatives.log.1 Jul 31 13:17:05 localhost kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) Jul 31 13:17:05 localhost kernel: [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) Jul 31 13:17:05 localhost log2ram[295]: alternatives.log.2.gz Jul 31 13:17:05 localhost kernel: [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) Jul 31 13:17:05 localhost kernel: [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) Jul 31 13:17:05 localhost kernel: [ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB) Jul 31 13:17:05 localhost kernel: [ 0.000000] .text : 0xc0008000 - 0xc0900000 (9184 kB) Jul 31 13:17:05 localhost log2ram[295]: aptitude Jul 31 13:17:05 localhost kernel: [ 0.000000] .init : 0xc0c00000 - 0xc0d00000 (1024 kB) Jul 31 13:17:05 localhost kernel: [ 0.000000] .data : 0xc0d00000 - 0xc0dec59c ( 946 kB) Jul 31 13:17:05 localhost kernel: [ 0.000000] .bss : 0xc0df5e00 - 0xc0e4c61c ( 347 kB) Jul 31 13:17:05 localhost log2ram[295]: aptitude.1.gz Jul 31 13:17:05 localhost kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Jul 31 13:17:05 localhost kernel: [ 0.000000] ftrace: allocating 36979 entries in 73 pages Jul 31 13:17:05 localhost kernel: [ 0.000000] Hierarchical RCU implementation. Jul 31 13:17:05 localhost kernel: [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 Jul 31 13:17:05 localhost kernel: [ 0.000000] GIC: Using split EOI/Deactivate mode Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log Jul 31 13:17:05 localhost kernel: [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns Jul 31 13:17:05 localhost kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.1.gz Jul 31 13:17:05 localhost kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns Jul 31 13:17:05 localhost kernel: [ 0.000010] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns Jul 31 13:17:05 localhost kernel: [ 0.000026] Switching to timer-based delay loop, resolution 41ns Jul 31 13:17:05 localhost kernel: [ 0.000366] Console: colour dummy device 80x30 Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.10.gz Jul 31 13:17:05 localhost kernel: [ 0.000389] console [tty1] enabled Jul 31 13:17:05 localhost kernel: [ 0.000434] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) Jul 31 13:17:05 localhost kernel: [ 0.000453] pid_max: default: 32768 minimum: 301 Jul 31 13:17:05 localhost kernel: [ 0.000793] Security Framework initialized Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.2.gz Jul 31 13:17:05 localhost kernel: [ 0.000810] AppArmor: AppArmor disabled by boot time parameter Jul 31 13:17:05 localhost kernel: [ 0.000919] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.3.gz Jul 31 13:17:05 localhost kernel: [ 0.000934] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) Jul 31 13:17:05 localhost kernel: [ 0.002306] CPU: Testing write buffer coherency: ok Jul 31 13:17:05 localhost kernel: [ 0.002891] /cpus/cpu@0 missing clock-frequency property Jul 31 13:17:05 localhost kernel: [ 0.002931] /cpus/cpu@1 missing clock-frequency property Jul 31 13:17:05 localhost kernel: [ 0.002969] /cpus/cpu@2 missing clock-frequency property Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.4.gz Jul 31 13:17:05 localhost kernel: [ 0.003008] /cpus/cpu@3 missing clock-frequency property Jul 31 13:17:05 localhost kernel: [ 0.003026] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.5.gz Jul 31 13:17:05 localhost kernel: [ 0.003652] Setting up static identity map for 0x40100000 - 0x40100054 Jul 31 13:17:05 localhost kernel: [ 0.003842] Hierarchical SRCU implementation. Jul 31 13:17:05 localhost kernel: [ 0.005117] smp: Bringing up secondary CPUs ... Jul 31 13:17:05 localhost kernel: [ 0.016206] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 Jul 31 13:17:05 localhost kernel: [ 0.027434] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.6.gz Jul 31 13:17:05 localhost kernel: [ 0.038591] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 Jul 31 13:17:05 localhost kernel: [ 0.038745] smp: Brought up 1 node, 4 CPUs Jul 31 13:17:05 localhost kernel: [ 0.038759] SMP: Total of 4 processors activated (192.00 BogoMIPS). Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.7.gz Jul 31 13:17:05 localhost kernel: [ 0.038766] CPU: All CPU(s) started in HYP mode. Jul 31 13:17:05 localhost kernel: [ 0.038770] CPU: Virtualization extensions available. Jul 31 13:17:05 localhost kernel: [ 0.040382] devtmpfs: initialized Jul 31 13:17:05 localhost kernel: [ 0.053683] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 Jul 31 13:17:05 localhost kernel: [ 0.054075] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns Jul 31 13:17:05 localhost kernel: [ 0.054102] futex hash table entries: 1024 (order: 4, 65536 bytes) Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.8.gz Jul 31 13:17:05 localhost kernel: [ 0.058984] xor: measuring software checksum speed Jul 31 13:17:05 localhost kernel: [ 0.158446] arm4regs : 598.000 MB/sec Jul 31 13:17:05 localhost log2ram[295]: armhwinfo.log.9.gz Jul 31 13:17:05 localhost kernel: [ 0.258565] 8regs : 356.400 MB/sec Jul 31 13:17:05 localhost kernel: [ 0.358687] 32regs : 364.800 MB/sec Jul 31 13:17:05 localhost kernel: [ 0.458809] neon : 605.600 MB/sec Jul 31 13:17:05 localhost kernel: [ 0.458817] xor: using function: neon (605.600 MB/sec) Jul 31 13:17:05 localhost kernel: [ 0.458964] pinctrl core: initialized pinctrl subsystem Jul 31 13:17:05 localhost log2ram[295]: auth.log Jul 31 13:17:05 localhost kernel: [ 0.460517] NET: Registered protocol family 16 Jul 31 13:17:05 localhost kernel: [ 0.464739] DMA: preallocated 2048 KiB pool for atomic coherent allocations Jul 31 13:17:05 localhost kernel: [ 0.466309] cpuidle: using governor ladder Jul 31 13:17:05 localhost log2ram[295]: auth.log.1 Jul 31 13:17:05 localhost kernel: [ 0.466366] cpuidle: using governor menu Jul 31 13:17:05 localhost kernel: [ 0.468158] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. Jul 31 13:17:05 localhost kernel: [ 0.468167] hw-breakpoint: maximum watchpoint size is 8 bytes. Jul 31 13:17:05 localhost log2ram[295]: auth.log.2.gz Jul 31 13:17:05 localhost kernel: [ 0.659598] raid6: int32x1 gen() 90 MB/s Jul 31 13:17:05 localhost kernel: [ 0.829630] raid6: int32x1 xor() 76 MB/s Jul 31 13:17:05 localhost kernel: [ 0.999658] raid6: int32x2 gen() 121 MB/s Jul 31 13:17:05 localhost kernel: [ 1.169815] raid6: int32x2 xor() 92 MB/s Jul 31 13:17:05 localhost log2ram[295]: auth.log.3.gz Jul 31 13:17:05 localhost kernel: [ 1.339917] raid6: int32x4 gen() 123 MB/s Jul 31 13:17:05 localhost kernel: [ 1.510390] raid6: int32x4 xor() 91 MB/s Jul 31 13:17:05 localhost log2ram[295]: auth.log.4.gz Jul 31 13:17:05 localhost log2ram[295]: bootstrap.log Jul 31 13:17:05 localhost log2ram[295]: btmp Jul 31 13:17:05 localhost log2ram[295]: btmp.1 Jul 31 13:17:05 localhost log2ram[295]: cputemp.log Jul 31 13:17:05 localhost log2ram[295]: daemon.log Jul 31 13:17:05 localhost log2ram[295]: daemon.log.1 Jul 31 13:17:05 localhost log2ram[295]: daemon.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: daemon.log.3.gz Jul 31 13:17:05 localhost log2ram[295]: daemon.log.4.gz Jul 31 13:17:05 localhost log2ram[295]: debug Jul 31 13:17:05 localhost log2ram[295]: debug.1 Jul 31 13:17:05 localhost log2ram[295]: debug.2.gz Jul 31 13:17:05 localhost log2ram[295]: debug.3.gz Jul 31 13:17:05 localhost log2ram[295]: debug.4.gz Jul 31 13:17:05 localhost log2ram[295]: dpkg.log Jul 31 13:17:05 localhost log2ram[295]: dpkg.log.1 Jul 31 13:17:05 localhost log2ram[295]: dpkg.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: fail2ban.log Jul 31 13:17:05 localhost log2ram[295]: fail2ban.log.1 Jul 31 13:17:05 localhost log2ram[295]: fail2ban.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: fail2ban.log.3.gz Jul 31 13:17:05 localhost log2ram[295]: fail2ban.log.4.gz Jul 31 13:17:05 localhost log2ram[295]: faillog Jul 31 13:17:05 localhost log2ram[295]: kern.log Jul 31 13:17:05 localhost log2ram[295]: kern.log.1 Jul 31 13:17:05 localhost log2ram[295]: kern.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: kern.log.3.gz Jul 31 13:17:05 localhost log2ram[295]: kern.log.4.gz Jul 31 13:17:05 localhost log2ram[295]: lastlog Jul 31 13:17:05 localhost log2ram[295]: messages Jul 31 13:17:05 localhost log2ram[295]: messages.1 Jul 31 13:17:05 localhost log2ram[295]: messages.2.gz Jul 31 13:17:05 localhost log2ram[295]: messages.3.gz Jul 31 13:17:05 localhost log2ram[295]: messages.4.gz Jul 31 13:17:05 localhost log2ram[295]: pablo.log Jul 31 13:17:05 localhost log2ram[295]: pablo.log.1 Jul 31 13:17:05 localhost log2ram[295]: syslog Jul 31 13:17:05 localhost log2ram[295]: syslog.1 Jul 31 13:17:05 localhost log2ram[295]: syslog.2.gz Jul 31 13:17:05 localhost log2ram[295]: syslog.3.gz Jul 31 13:17:05 localhost log2ram[295]: syslog.4.gz Jul 31 13:17:05 localhost log2ram[295]: syslog.5.gz Jul 31 13:17:05 localhost log2ram[295]: syslog.6.gz Jul 31 13:17:05 localhost log2ram[295]: syslog.7.gz Jul 31 13:17:05 localhost log2ram[295]: user.log Jul 31 13:17:05 localhost log2ram[295]: user.log.1 Jul 31 13:17:05 localhost log2ram[295]: user.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: user.log.3.gz Jul 31 13:17:05 localhost log2ram[295]: user.log.4.gz Jul 31 13:17:05 localhost log2ram[295]: wtmp Jul 31 13:17:05 localhost log2ram[295]: wtmp.1 Jul 31 13:17:05 localhost log2ram[295]: apache2/ Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.1 Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.10.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.11.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.12.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.13.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.14.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.3.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.4.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.5.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.6.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.7.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.8.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/access.log.9.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.1 Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.10.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.11.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.12.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.13.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.14.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.3.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.4.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.5.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.6.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.7.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.8.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/error.log.9.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.1 Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.10.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.3.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.4.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.5.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.6.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.7.gz Jul 31 13:17:05 localhost systemd[1]: Starting Flush Journal to Persistent Storage... Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.8.gz Jul 31 13:17:05 localhost log2ram[295]: apache2/other_vhosts_access.log.9.gz Jul 31 13:17:05 localhost log2ram[295]: apt/ Jul 31 13:17:05 localhost log2ram[295]: apt/eipp.log.xz Jul 31 13:17:05 localhost log2ram[295]: apt/history.log Jul 31 13:17:05 localhost log2ram[295]: apt/history.log.1.gz Jul 31 13:17:05 localhost log2ram[295]: apt/history.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: apt/term.log Jul 31 13:17:05 localhost log2ram[295]: apt/term.log.1.gz Jul 31 13:17:05 localhost log2ram[295]: apt/term.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: dbconfig-common/ Jul 31 13:17:05 localhost log2ram[295]: dbconfig-common/dbc.log Jul 31 13:17:05 localhost log2ram[295]: dbconfig-common/dbc.log.1 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/ Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.1 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.10 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.100 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.101 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.102 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.103 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.104 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.105 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.106 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.107 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.108 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.109 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.11 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.110 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.111 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.112 Jul 31 13:17:05 localhost kernel: [ 1.680785] raid6: int32x8 gen() 117 MB/s Jul 31 13:17:05 localhost kernel: [ 1.850811] raid6: int32x8 xor() 82 MB/s Jul 31 13:17:05 localhost kernel: [ 2.020757] raid6: neonx1 gen() 235 MB/s Jul 31 13:17:05 localhost kernel: [ 2.190863] raid6: neonx1 xor() 219 MB/s Jul 31 13:17:05 localhost kernel: [ 2.361104] raid6: neonx2 gen() 316 MB/s Jul 31 13:17:05 localhost kernel: [ 2.531289] raid6: neonx2 xor() 283 MB/s Jul 31 13:17:05 localhost kernel: [ 2.701462] raid6: neonx4 gen() 380 MB/s Jul 31 13:17:05 localhost kernel: [ 2.871615] raid6: neonx4 xor() 318 MB/s Jul 31 13:17:05 localhost kernel: [ 3.041840] raid6: neonx8 gen() 341 MB/s Jul 31 13:17:05 localhost kernel: [ 3.212008] raid6: neonx8 xor() 288 MB/s Jul 31 13:17:05 localhost kernel: [ 3.212015] raid6: using algorithm neonx4 gen() 380 MB/s Jul 31 13:17:05 localhost kernel: [ 3.212021] raid6: .... xor() 318 MB/s, rmw enabled Jul 31 13:17:05 localhost kernel: [ 3.212028] raid6: using neon recovery algorithm Jul 31 13:17:05 localhost kernel: [ 3.214889] SCSI subsystem initialized Jul 31 13:17:05 localhost kernel: [ 3.215226] libata version 3.00 loaded. Jul 31 13:17:05 localhost kernel: [ 3.215578] usbcore: registered new interface driver usbfs Jul 31 13:17:05 localhost kernel: [ 3.215652] usbcore: registered new interface driver hub Jul 31 13:17:05 localhost kernel: [ 3.215775] usbcore: registered new device driver usb Jul 31 13:17:05 localhost kernel: [ 3.216080] media: Linux media interface: v0.10 Jul 31 13:17:05 localhost kernel: [ 3.216136] Linux video capture interface: v2.00 Jul 31 13:17:05 localhost kernel: [ 3.216245] pps_core: LinuxPPS API ver. 1 registered Jul 31 13:17:05 localhost kernel: [ 3.216253] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> Jul 31 13:17:05 localhost kernel: [ 3.216282] PTP clock support registered Jul 31 13:17:05 localhost kernel: [ 3.218737] clocksource: Switched to clocksource arch_sys_counter Jul 31 13:17:05 localhost kernel: [ 3.409226] VFS: Disk quotas dquot_6.6.0 Jul 31 13:17:05 localhost kernel: [ 3.409371] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Jul 31 13:17:05 localhost kernel: [ 3.423642] NET: Registered protocol family 2 Jul 31 13:17:05 localhost kernel: [ 3.424701] TCP established hash table entries: 4096 (order: 2, 16384 bytes) Jul 31 13:17:05 localhost kernel: [ 3.424799] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) Jul 31 13:17:05 localhost kernel: [ 3.424920] TCP: Hash tables configured (established 4096 bind 4096) Jul 31 13:17:05 localhost kernel: [ 3.425075] UDP hash table entries: 256 (order: 1, 8192 bytes) Jul 31 13:17:05 localhost kernel: [ 3.425128] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) Jul 31 13:17:05 localhost kernel: [ 3.425462] NET: Registered protocol family 1 Jul 31 13:17:05 localhost kernel: [ 3.426159] RPC: Registered named UNIX socket transport module. Jul 31 13:17:05 localhost kernel: [ 3.426169] RPC: Registered udp transport module. Jul 31 13:17:05 localhost kernel: [ 3.426174] RPC: Registered tcp transport module. Jul 31 13:17:05 localhost kernel: [ 3.426180] RPC: Registered tcp NFSv4.1 backchannel transport module. Jul 31 13:17:05 localhost kernel: [ 3.426619] Trying to unpack rootfs image as initramfs... Jul 31 13:17:05 localhost kernel: [ 4.038691] Freeing initrd memory: 4980K Jul 31 13:17:05 localhost kernel: [ 4.041564] audit: initializing netlink subsys (disabled) Jul 31 13:17:05 localhost kernel: [ 4.041956] audit: type=2000 audit(4.020:1): state=initialized audit_enabled=0 res=1 Jul 31 13:17:05 localhost kernel: [ 4.042322] Initialise system trusted keyrings Jul 31 13:17:05 localhost kernel: [ 4.042600] workingset: timestamp_bits=14 max_order=17 bucket_order=3 Jul 31 13:17:05 localhost kernel: [ 4.052094] zbud: loaded Jul 31 13:17:05 localhost kernel: [ 4.056067] NFS: Registering the id_resolver key type Jul 31 13:17:05 localhost kernel: [ 4.056118] Key type id_resolver registered Jul 31 13:17:05 localhost kernel: [ 4.056124] Key type id_legacy registered Jul 31 13:17:05 localhost kernel: [ 4.056146] nfs4filelayout_init: NFSv4 File Layout Driver Registering... Jul 31 13:17:05 localhost kernel: [ 4.056154] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Jul 31 13:17:05 localhost kernel: [ 4.057865] JFS: nTxBlock = 3938, nTxLock = 31508 Jul 31 13:17:05 localhost kernel: [ 4.065858] SGI XFS with ACLs, security attributes, realtime, no debug enabled Jul 31 13:17:05 localhost kernel: [ 4.078782] Key type asymmetric registered Jul 31 13:17:05 localhost kernel: [ 4.078950] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) Jul 31 13:17:05 localhost kernel: [ 4.079185] io scheduler noop registered Jul 31 13:17:05 localhost kernel: [ 4.079194] io scheduler deadline registered Jul 31 13:17:05 localhost kernel: [ 4.079693] io scheduler cfq registered (default) Jul 31 13:17:05 localhost kernel: [ 4.079702] io scheduler mq-deadline registered Jul 31 13:17:05 localhost kernel: [ 4.079710] io scheduler kyber registered Jul 31 13:17:05 localhost kernel: [ 4.079955] io scheduler bfq registered Jul 31 13:17:05 localhost kernel: [ 4.081691] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO Jul 31 13:17:05 localhost kernel: [ 4.088532] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver Jul 31 13:17:05 localhost kernel: [ 4.091320] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver Jul 31 13:17:05 localhost kernel: [ 4.181786] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled Jul 31 13:17:05 localhost kernel: [ 4.187275] console [ttyS0] disabled Jul 31 13:17:05 localhost kernel: [ 4.207526] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 39, base_baud = 1500000) is a U6_16550A Jul 31 13:17:05 localhost kernel: [ 4.207619] console [ttyS0] enabled Jul 31 13:17:05 localhost kernel: [ 4.213934] brd: module loaded Jul 31 13:17:05 localhost kernel: [ 4.223737] loop: module loaded Jul 31 13:17:05 localhost kernel: [ 4.226480] libphy: Fixed MDIO Bus: probed Jul 31 13:17:05 localhost kernel: [ 4.227388] dwmac-sun8i 1c30000.ethernet: PTP uses main clock Jul 31 13:17:05 localhost kernel: [ 4.227464] dwmac-sun8i 1c30000.ethernet: No regulator found Jul 31 13:17:05 localhost kernel: [ 4.227625] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000) Jul 31 13:17:05 localhost kernel: [ 4.227652] dwmac-sun8i 1c30000.ethernet: Chain mode enabled Jul 31 13:17:05 localhost kernel: [ 4.227664] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported Jul 31 13:17:05 localhost kernel: [ 4.227675] dwmac-sun8i 1c30000.ethernet: Normal descriptors Jul 31 13:17:05 localhost kernel: [ 4.227686] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported Jul 31 13:17:05 localhost kernel: [ 4.227698] dwmac-sun8i 1c30000.ethernet: COE Type 2 Jul 31 13:17:05 localhost kernel: [ 4.227708] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported Jul 31 13:17:05 localhost kernel: [ 4.227891] libphy: stmmac: probed Jul 31 13:17:05 localhost kernel: [ 4.228675] dwmac-sun8i 1c30000.ethernet: Found internal PHY node Jul 31 13:17:05 localhost kernel: [ 4.228935] libphy: mdio_mux: probed Jul 31 13:17:05 localhost kernel: [ 4.228970] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY Jul 31 13:17:05 localhost kernel: [ 4.228983] dwmac-sun8i 1c30000.ethernet: Powering internal PHY Jul 31 13:17:05 localhost kernel: [ 4.237127] libphy: mdio_mux: probed Jul 31 13:17:05 localhost kernel: [ 4.237956] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Jul 31 13:17:05 localhost kernel: [ 4.237966] ehci-platform: EHCI generic platform driver Jul 31 13:17:05 localhost kernel: [ 4.238343] ehci-platform 1c1a000.usb: EHCI Host Controller Jul 31 13:17:05 localhost kernel: [ 4.238394] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 Jul 31 13:17:05 localhost kernel: [ 4.239950] ehci-platform 1c1a000.usb: irq 26, io mem 0x01c1a000 Jul 31 13:17:05 localhost kernel: [ 4.278751] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 Jul 31 13:17:05 localhost kernel: [ 4.279312] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 Jul 31 13:17:05 localhost kernel: [ 4.279328] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jul 31 13:17:05 localhost kernel: [ 4.279339] usb usb1: Product: EHCI Host Controller Jul 31 13:17:05 localhost kernel: [ 4.279351] usb usb1: Manufacturer: Linux 4.14.14-sunxi ehci_hcd Jul 31 13:17:05 localhost kernel: [ 4.279362] usb usb1: SerialNumber: 1c1a000.usb Jul 31 13:17:05 localhost kernel: [ 4.280331] hub 1-0:1.0: USB hub found Jul 31 13:17:05 localhost kernel: [ 4.280430] hub 1-0:1.0: 1 port detected Jul 31 13:17:05 localhost kernel: [ 4.281695] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Jul 31 13:17:05 localhost kernel: [ 4.281774] ohci-platform: OHCI generic platform driver Jul 31 13:17:05 localhost kernel: [ 4.282134] ohci-platform 1c1a400.usb: Generic Platform OHCI controller Jul 31 13:17:05 localhost kernel: [ 4.282176] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2 Jul 31 13:17:05 localhost kernel: [ 4.282585] ohci-platform 1c1a400.usb: irq 27, io mem 0x01c1a400 Jul 31 13:17:05 localhost kernel: [ 4.353206] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 Jul 31 13:17:05 localhost kernel: [ 4.353223] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jul 31 13:17:05 localhost kernel: [ 4.353234] usb usb2: Product: Generic Platform OHCI controller Jul 31 13:17:05 localhost kernel: [ 4.353246] usb usb2: Manufacturer: Linux 4.14.14-sunxi ohci_hcd Jul 31 13:17:05 localhost kernel: [ 4.353256] usb usb2: SerialNumber: 1c1a400.usb Jul 31 13:17:05 localhost kernel: [ 4.354133] hub 2-0:1.0: USB hub found Jul 31 13:17:05 localhost kernel: [ 4.354209] hub 2-0:1.0: 1 port detected Jul 31 13:17:05 localhost kernel: [ 4.355646] usbcore: registered new interface driver usb-storage Jul 31 13:17:05 localhost kernel: [ 4.356648] mousedev: PS/2 mouse device common for all mice Jul 31 13:17:05 localhost kernel: [ 4.357499] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0 Jul 31 13:17:05 localhost kernel: [ 4.357513] sun6i-rtc 1f00000.rtc: RTC enabled Jul 31 13:17:05 localhost kernel: [ 4.357844] i2c /dev entries driver Jul 31 13:17:05 localhost kernel: [ 4.360875] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) Jul 31 13:17:05 localhost kernel: [ 4.363225] sunxi-mmc 1c0f000.mmc: Got CD GPIO Jul 31 13:17:05 localhost kernel: [ 4.418789] sunxi-mmc 1c0f000.mmc: base:0xe0ba3000 irq:23 Jul 31 13:17:05 localhost kernel: [ 4.420932] ledtrig-cpu: registered to indicate activity on CPUs Jul 31 13:17:05 localhost kernel: [ 4.421060] hidraw: raw HID events driver (C) Jiri Kosina Jul 31 13:17:05 localhost kernel: [ 4.421282] usbcore: registered new interface driver usbhid Jul 31 13:17:05 localhost kernel: [ 4.421288] usbhid: USB HID core driver Jul 31 13:17:05 localhost kernel: [ 4.423040] NET: Registered protocol family 10 Jul 31 13:17:05 localhost kernel: [ 4.450662] Segment Routing with IPv6 Jul 31 13:17:05 localhost kernel: [ 4.450837] NET: Registered protocol family 17 Jul 31 13:17:05 localhost kernel: [ 4.451178] Key type dns_resolver registered Jul 31 13:17:05 localhost kernel: [ 4.451976] Registering SWP/SWPB emulation handler Jul 31 13:17:05 localhost kernel: [ 4.453068] registered taskstats version 1 Jul 31 13:17:05 localhost kernel: [ 4.453076] Loading compiled-in X.509 certificates Jul 31 13:17:05 localhost kernel: [ 4.453227] zswap: loaded using pool lzo/zbud Jul 31 13:17:05 localhost kernel: [ 4.456180] Btrfs loaded, crc32c=crc32c-generic Jul 31 13:17:05 localhost kernel: [ 4.469622] Key type encrypted registered Jul 31 13:17:05 localhost kernel: [ 4.479822] mmc0: host does not support reading read-only switch, assuming write-enable Jul 31 13:17:05 localhost kernel: [ 4.483556] ehci-platform 1c1b000.usb: EHCI Host Controller Jul 31 13:17:05 localhost kernel: [ 4.483626] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3 Jul 31 13:17:05 localhost kernel: [ 4.484422] ehci-platform 1c1b000.usb: irq 28, io mem 0x01c1b000 Jul 31 13:17:05 localhost kernel: [ 4.485745] mmc0: new high speed SDHC card at address e624 Jul 31 13:17:05 localhost kernel: [ 4.486728] mmcblk0: mmc0:e624 SB16G 14.8 GiB Jul 31 13:17:05 localhost kernel: [ 4.489614] mmcblk0: p1 Jul 31 13:17:05 localhost kernel: [ 4.518842] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 Jul 31 13:17:05 localhost kernel: [ 4.519249] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 Jul 31 13:17:05 localhost kernel: [ 4.519265] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jul 31 13:17:05 localhost kernel: [ 4.519276] usb usb3: Product: EHCI Host Controller Jul 31 13:17:05 localhost kernel: [ 4.519288] usb usb3: Manufacturer: Linux 4.14.14-sunxi ehci_hcd Jul 31 13:17:05 localhost kernel: [ 4.519299] usb usb3: SerialNumber: 1c1b000.usb Jul 31 13:17:05 localhost kernel: [ 4.520163] hub 3-0:1.0: USB hub found Jul 31 13:17:05 localhost kernel: [ 4.520237] hub 3-0:1.0: 1 port detected Jul 31 13:17:05 localhost kernel: [ 4.521614] ehci-platform 1c1c000.usb: EHCI Host Controller Jul 31 13:17:05 localhost kernel: [ 4.521680] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4 Jul 31 13:17:05 localhost kernel: [ 4.522293] ehci-platform 1c1c000.usb: irq 30, io mem 0x01c1c000 Jul 31 13:17:05 localhost kernel: [ 4.548789] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00 Jul 31 13:17:05 localhost kernel: [ 4.549206] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002 Jul 31 13:17:05 localhost kernel: [ 4.549221] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jul 31 13:17:05 localhost kernel: [ 4.549233] usb usb4: Product: EHCI Host Controller Jul 31 13:17:05 localhost kernel: [ 4.549244] usb usb4: Manufacturer: Linux 4.14.14-sunxi ehci_hcd Jul 31 13:17:05 localhost kernel: [ 4.549256] usb usb4: SerialNumber: 1c1c000.usb Jul 31 13:17:05 localhost kernel: [ 4.550101] hub 4-0:1.0: USB hub found Jul 31 13:17:05 localhost kernel: [ 4.550168] hub 4-0:1.0: 1 port detected Jul 31 13:17:05 localhost kernel: [ 4.551367] ehci-platform 1c1d000.usb: EHCI Host Controller Jul 31 13:17:05 localhost kernel: [ 4.551408] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5 Jul 31 13:17:05 localhost kernel: [ 4.551850] ehci-platform 1c1d000.usb: irq 32, io mem 0x01c1d000 Jul 31 13:17:05 localhost kernel: [ 4.578771] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00 Jul 31 13:17:05 localhost kernel: [ 4.579109] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 Jul 31 13:17:05 localhost kernel: [ 4.579125] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jul 31 13:17:05 localhost kernel: [ 4.579136] usb usb5: Product: EHCI Host Controller Jul 31 13:17:05 localhost kernel: [ 4.579148] usb usb5: Manufacturer: Linux 4.14.14-sunxi ehci_hcd Jul 31 13:17:05 localhost kernel: [ 4.579159] usb usb5: SerialNumber: 1c1d000.usb Jul 31 13:17:05 localhost kernel: [ 4.579957] hub 5-0:1.0: USB hub found Jul 31 13:17:05 localhost kernel: [ 4.580026] hub 5-0:1.0: 1 port detected Jul 31 13:17:05 localhost kernel: [ 4.581165] ohci-platform 1c1b400.usb: Generic Platform OHCI controller Jul 31 13:17:05 localhost kernel: [ 4.581207] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6 Jul 31 13:17:05 localhost kernel: [ 4.581596] ohci-platform 1c1b400.usb: irq 29, io mem 0x01c1b400 Jul 31 13:17:05 localhost kernel: [ 4.653059] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 Jul 31 13:17:05 localhost kernel: [ 4.653075] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jul 31 13:17:05 localhost kernel: [ 4.653087] usb usb6: Product: Generic Platform OHCI controller Jul 31 13:17:05 localhost kernel: [ 4.653098] usb usb6: Manufacturer: Linux 4.14.14-sunxi ohci_hcd Jul 31 13:17:05 localhost kernel: [ 4.653109] usb usb6: SerialNumber: 1c1b400.usb Jul 31 13:17:05 localhost kernel: [ 4.653957] hub 6-0:1.0: USB hub found Jul 31 13:17:05 localhost kernel: [ 4.654036] hub 6-0:1.0: 1 port detected Jul 31 13:17:05 localhost kernel: [ 4.655233] ohci-platform 1c1c400.usb: Generic Platform OHCI controller Jul 31 13:17:05 localhost kernel: [ 4.655274] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7 Jul 31 13:17:05 localhost kernel: [ 4.655612] ohci-platform 1c1c400.usb: irq 31, io mem 0x01c1c400 Jul 31 13:17:05 localhost kernel: [ 4.723064] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 Jul 31 13:17:05 localhost kernel: [ 4.723080] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jul 31 13:17:05 localhost kernel: [ 4.723092] usb usb7: Product: Generic Platform OHCI controller Jul 31 13:17:05 localhost kernel: [ 4.723103] usb usb7: Manufacturer: Linux 4.14.14-sunxi ohci_hcd Jul 31 13:17:05 localhost kernel: [ 4.723114] usb usb7: SerialNumber: 1c1c400.usb Jul 31 13:17:05 localhost kernel: [ 4.723964] hub 7-0:1.0: USB hub found Jul 31 13:17:05 localhost kernel: [ 4.724031] hub 7-0:1.0: 1 port detected Jul 31 13:17:05 localhost kernel: [ 4.725180] ohci-platform 1c1d400.usb: Generic Platform OHCI controller Jul 31 13:17:05 localhost kernel: [ 4.725220] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8 Jul 31 13:17:05 localhost kernel: [ 4.725603] ohci-platform 1c1d400.usb: irq 33, io mem 0x01c1d400 Jul 31 13:17:05 localhost kernel: [ 4.793083] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 Jul 31 13:17:05 localhost kernel: [ 4.793099] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jul 31 13:17:05 localhost kernel: [ 4.793111] usb usb8: Product: Generic Platform OHCI controller Jul 31 13:17:05 localhost kernel: [ 4.793122] usb usb8: Manufacturer: Linux 4.14.14-sunxi ohci_hcd Jul 31 13:17:05 localhost kernel: [ 4.793133] usb usb8: SerialNumber: 1c1d400.usb Jul 31 13:17:05 localhost kernel: [ 4.793922] hub 8-0:1.0: USB hub found Jul 31 13:17:05 localhost kernel: [ 4.793991] hub 8-0:1.0: 1 port detected Jul 31 13:17:05 localhost kernel: [ 4.795199] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator Jul 31 13:17:05 localhost kernel: [ 4.798936] core: _opp_supported_by_regulators: OPP minuV: 1320000 maxuV: 1320000, not supported by regulator Jul 31 13:17:05 localhost kernel: [ 4.798954] cpu cpu0: _opp_add: OPP not supported by regulators (1296000000) Jul 31 13:17:05 localhost kernel: [ 4.799576] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-17 Jul 31 13:17:05 localhost kernel: [ 4.807735] of_cfs_init Jul 31 13:17:05 localhost kernel: [ 4.807832] of_cfs_init: OK Jul 31 13:17:05 localhost kernel: [ 4.807963] vdd-cpux-dummy: disabling Jul 31 13:17:05 localhost kernel: [ 4.807968] vcc3v0: disabling Jul 31 13:17:05 localhost kernel: [ 4.807973] vcc5v0: disabling Jul 31 13:17:05 localhost kernel: [ 4.807977] vcc-wifi: disabling Jul 31 13:17:05 localhost kernel: [ 4.810935] Freeing unused kernel memory: 1024K Jul 31 13:17:05 localhost kernel: [ 5.267112] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq Jul 31 13:17:05 localhost kernel: [ 5.540244] sunxi-mmc 1c10000.mmc: base:0xe0c1e000 irq:24 Jul 31 13:17:05 localhost kernel: [ 5.562578] mmc1: new high speed SDIO card at address 0001 Jul 31 13:17:05 localhost kernel: [ 6.879916] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null) Jul 31 13:17:05 localhost kernel: [ 7.736699] ip_tables: (C) 2000-2006 Netfilter Core Team Jul 31 13:17:05 localhost kernel: [ 9.530288] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro Jul 31 13:17:05 localhost kernel: [ 9.553732] g_serial gadget: Gadget Serial v2.4 Jul 31 13:17:05 localhost kernel: [ 9.553747] g_serial gadget: g_serial ready Jul 31 13:17:05 localhost kernel: [ 10.882253] thermal thermal_zone0: failed to read out thermal zone (-110) Jul 31 13:17:05 localhost kernel: [ 11.668518] xradio_wlan mmc1:0001:1: missed interrupt Jul 31 13:17:05 localhost kernel: [ 11.668617] xradio_wlan mmc1:0001:1: Input buffers: 30 x 1632 bytes Jul 31 13:17:05 localhost kernel: [ 11.668617] Hardware: 7.9 Jul 31 13:17:05 localhost kernel: [ 11.668617] WSM firmware ver: 8, build: 43, api: 1060, cap: 0x0003 Jul 31 13:17:05 localhost kernel: [ 11.668623] xradio_wlan mmc1:0001:1: Firmware Label:XR_C01.08.0043 Jun 6 2016 20:41:04 Jul 31 13:17:05 localhost kernel: [ 11.669724] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' Jul 31 13:17:05 localhost kernel: [ 11.928929] thermal thermal_zone0: failed to read out thermal zone (-110) Jul 31 13:17:05 localhost kernel: [ 12.474657] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL) Jul 31 13:17:05 localhost kernel: [ 12.476383] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available Jul 31 13:17:05 localhost kernel: [ 12.476394] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW Jul 31 13:17:05 localhost kernel: [ 12.476797] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Jul 31 13:17:05 localhost kernel: [ 12.968806] thermal thermal_zone0: failed to read out thermal zone (-110) Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.113 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.114 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.115 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.116 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.117 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.118 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.119 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.12 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.120 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.121 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.122 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.123 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.124 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.125 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.126 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.127 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.128 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.129 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.13 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.130 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.131 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.132 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.133 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.134 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.135 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.136 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.137 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.138 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.139 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.14 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.140 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.141 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.142 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.143 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.144 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.145 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.146 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.147 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.148 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.149 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.15 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.150 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.151 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.152 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.153 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.154 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.155 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.156 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.157 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.158 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.159 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.16 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.160 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.161 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.162 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.163 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.164 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.165 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.166 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.167 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.168 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.169 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.17 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.170 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.171 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.172 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.173 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.174 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.175 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.176 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.177 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.178 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.179 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.18 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.180 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.181 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.182 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.183 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.184 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.185 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.186 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.187 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.188 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.189 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.19 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.190 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.191 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.192 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.193 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.194 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.195 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.196 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.197 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.198 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.199 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.2 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.20 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.200 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.201 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.202 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.203 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.204 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.205 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.206 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.207 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.208 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.209 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.21 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.210 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.211 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.212 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.213 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.214 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.215 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.216 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.217 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.218 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.219 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.22 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.220 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.221 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.23 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.24 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.25 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.26 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.27 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.28 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.29 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.3 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.30 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.31 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.32 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.33 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.34 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.35 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.36 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.37 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.38 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.39 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.4 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.40 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.41 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.42 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.43 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.44 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.45 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.46 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.47 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.48 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.49 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.5 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.50 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.51 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.52 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.53 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.54 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.55 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.56 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.57 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.58 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.59 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.6 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.60 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.61 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.62 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.63 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.64 Jul 31 13:17:05 localhost systemd[1]: Started Flush Journal to Persistent Storage. Jul 31 13:17:05 localhost sh[445]: eth0=eth0 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.65 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.66 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.67 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.68 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.69 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.7 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.70 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.71 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.72 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.73 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.74 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.75 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.76 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.77 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.78 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.79 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.8 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.80 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.81 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.82 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.83 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.84 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.85 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.86 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.87 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.88 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.89 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.9 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.90 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.91 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.92 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.93 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.94 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.95 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.96 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.97 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.98 Jul 31 13:17:05 localhost log2ram[295]: letsencrypt/letsencrypt.log.99 Jul 31 13:17:05 localhost log2ram[295]: mosquitto/ Jul 31 13:17:05 localhost log2ram[295]: mosquitto/mosquitto.log Jul 31 13:17:05 localhost log2ram[295]: mosquitto/mosquitto.log.1.gz Jul 31 13:17:05 localhost log2ram[295]: mosquitto/mosquitto.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: mysql/ Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.1.gz Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.3.gz Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.4.gz Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.5.gz Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.6.gz Jul 31 13:17:05 localhost log2ram[295]: mysql/error.log.7.gz Jul 31 13:17:05 localhost log2ram[295]: ntpstats/ Jul 31 13:17:05 localhost log2ram[295]: sysstat/ Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/ Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades-dpkg.log Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades-dpkg.log.1.gz Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades-dpkg.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades-shutdown.log Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades.log Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades.log.1.gz Jul 31 13:17:05 localhost log2ram[295]: unattended-upgrades/unattended-upgrades.log.2.gz Jul 31 13:17:05 localhost log2ram[295]: sent 10,020,619 bytes received 6,957 bytes 4,011,030.40 bytes/sec Jul 31 13:17:05 localhost log2ram[295]: total size is 9,994,594 speedup is 1.00 Jul 31 13:17:05 localhost systemd[1]: Starting Create Volatile Files and Directories... Jul 31 13:17:05 localhost systemd[1]: Started Create Volatile Files and Directories. Jul 31 13:17:05 localhost systemd[1]: Started Entropy daemon using the HAVEGE algorithm. Jul 31 13:17:05 localhost systemd[1]: Reached target System Time Synchronized. Jul 31 13:17:05 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown... Jul 31 13:17:05 localhost systemd[1]: Started Update UTMP about System Boot/Shutdown. Jul 31 13:17:05 localhost systemd[1]: Reached target System Initialization. Jul 31 13:17:05 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. Jul 31 13:17:05 localhost systemd[1]: Reached target Sockets. Jul 31 13:17:05 localhost systemd[1]: certbot.timer: Adding 57min 11.549793s random time. Jul 31 13:17:05 localhost systemd[1]: Started Run certbot twice daily. Jul 31 13:17:05 localhost systemd[1]: Started Clean PHP session files every 30 mins. Jul 31 13:17:05 localhost systemd[1]: Started Daily Cleanup of Temporary Directories. Jul 31 13:17:05 localhost systemd[1]: apt-daily.timer: Adding 8h 57min 35.888841s random time. Jul 31 13:17:05 localhost systemd[1]: Started Daily apt download activities. Jul 31 13:17:05 localhost systemd[1]: apt-daily-upgrade.timer: Adding 37min 55.978190s random time. Jul 31 13:17:05 localhost systemd[1]: Started Daily apt upgrade and clean activities. Jul 31 13:17:05 localhost systemd[1]: Reached target Timers. Jul 31 13:17:05 localhost systemd[1]: Reached target Basic System. Jul 31 13:17:05 localhost systemd[1]: Starting Login Service... Jul 31 13:17:05 localhost systemd[1]: Starting LSB: Armbian gathering hardware information... Jul 31 13:17:05 localhost systemd[1]: Started Regular background program processing daemon. Jul 31 13:17:05 localhost cron[515]: (CRON) INFO (pidfile fd = 3) Jul 31 13:17:05 localhost systemd[1]: Started D-Bus System Message Bus. Jul 31 13:17:05 localhost cron[515]: (CRON) INFO (Running @reboot jobs) Jul 31 13:17:05 localhost armhwinfo[514]: [#033[0;32m ok #033[0m] Setting noop I/O scheduler for mmcblk0 Jul 31 13:17:05 localhost CRON[533]: (root) CMD (/root/HomeControl/rest.py) Jul 31 13:17:05 localhost CRON[535]: (root) CMD (/root/HomeControl/Pablo.py) Jul 31 13:17:05 localhost CRON[534]: (root) CMD (/usr/lib/armbian/apt-updates) Jul 31 13:17:05 localhost armhwinfo[514]: [#033[0;32m ok #033[0m] Starting ARM hardware info: Orange Pi Zero (5.38) Jul 31 13:17:05 localhost dbus[525]: [system] Successfully activated service 'org.freedesktop.systemd1' Jul 31 13:17:05 localhost systemd[1]: Starting LSB: Load kernel modules needed to enable cpufreq scaling... Jul 31 13:17:05 localhost systemd[1]: Starting LSB: mosquitto MQTT v3.1 message broker... Jul 31 13:17:05 localhost systemd[1]: Starting System Logging Service... Jul 31 13:17:05 localhost systemd[1]: Starting LSB: Start/stop sysstat's sadc... Jul 31 13:17:05 localhost systemd[1]: Starting Network Manager... Jul 31 13:17:05 localhost liblogging-stdlog: [origin software="rsyslogd" swVersion="8.24.0" x-pid="569" x-info="http://www.rsyslog.com"] start Jul 31 13:17:05 localhost systemd[1]: Started System Logging Service. Jul 31 13:17:05 localhost mosquitto[563]: Starting network daemon:: mosquitto. Jul 31 13:17:05 localhost systemd[1]: Started LSB: mosquitto MQTT v3.1 message broker. Jul 31 13:17:05 localhost systemd[1]: Started LSB: Start/stop sysstat's sadc. Jul 31 13:17:05 localhost systemd[1]: Started Login Service. Jul 31 13:17:06 localhost loadcpufreq[553]: Loading cpufreq kernel modules...done (none). Jul 31 13:17:06 localhost systemd[1]: Started LSB: Load kernel modules needed to enable cpufreq scaling. Jul 31 13:17:06 localhost haveged[510]: haveged: ver: 1.9.1; arch: generic; vend: ; build: (gcc 6.3.0 CTV); collect: 128K Jul 31 13:17:06 localhost haveged[510]: haveged: cpu: (VC); data: 16K (D); inst: 16K (D); idx: 12/40; sz: 16108/62084 Jul 31 13:17:06 localhost haveged[510]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B): last entropy estimate 8.00249 Jul 31 13:17:06 localhost haveged[510]: haveged: fills: 0, generated: 0 Jul 31 13:17:06 localhost systemd[1]: Starting LSB: set CPUFreq kernel parameters... Jul 31 13:17:06 localhost kernel: [ 14.790446] random: crng init done Jul 31 13:17:06 localhost cpufrequtils[613]: CPUFreq Utilities: Setting ondemand CPUFreq governor...CPU0...CPU1...CPU2...CPU3...done. Jul 31 13:17:06 localhost systemd[1]: Started LSB: set CPUFreq kernel parameters. Jul 31 13:17:06 localhost systemd[1]: Starting LSB: Set sysfs variables from /etc/sysfs.conf... Jul 31 13:17:06 localhost sysfsutils[625]: Setting sysfs variables.... Jul 31 13:17:06 localhost systemd[1]: Started LSB: Set sysfs variables from /etc/sysfs.conf. Jul 31 13:17:06 localhost NetworkManager[575]: <info> [1533035826.8060] NetworkManager (version 1.6.2) is starting... Jul 31 13:17:06 localhost NetworkManager[575]: <info> [1533035826.8064] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-override-random-mac.conf, zz-override-wifi-powersave-off.conf) Jul 31 13:17:06 localhost NetworkManager[575]: <info> [1533035826.8742] manager[0x1ded108]: monitoring kernel firmware directory '/lib/firmware'. Jul 31 13:17:06 localhost NetworkManager[575]: <info> [1533035826.8781] monitoring ifupdown state file '/run/network/ifstate'. Jul 31 13:17:06 localhost NetworkManager[575]: <info> [1533035826.9085] dns-mgr[0x1df9828]: init: dns=default, rc-manager=resolvconf Jul 31 13:17:06 localhost NetworkManager[575]: <info> [1533035826.9235] rfkill0: found WiFi radio killswitch (at /sys/devices/platform/soc/1c10000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/ieee80211/phy0/rfkill0) (driver xradio_wlan) Jul 31 13:17:06 localhost NetworkManager[575]: <info> [1533035826.9287] manager[0x1ded108]: WiFi hardware radio set enabled Jul 31 13:17:06 localhost NetworkManager[575]: <info> [1533035826.9326] manager[0x1ded108]: WWAN hardware radio set enabled Jul 31 13:17:06 localhost systemd[1]: Started Network Manager. Jul 31 13:17:06 localhost systemd[1]: Starting Network Manager Wait Online... Jul 31 13:17:06 localhost dbus[525]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Jul 31 13:17:06 localhost systemd[1]: Reached target Network. Jul 31 13:17:07 localhost systemd[1]: Starting Fail2Ban Service... Jul 31 13:17:07 localhost systemd[1]: Starting Permit User Sessions... Jul 31 13:17:07 localhost systemd[1]: Starting The Apache HTTP Server... Jul 31 13:17:07 localhost systemd[1]: Started Unattended Upgrades Shutdown. Jul 31 13:17:07 localhost kernel: [ 15.609552] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx Jul 31 13:17:07 localhost kernel: [ 15.609629] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Jul 31 13:17:07 localhost systemd[1]: Starting MariaDB database server... Jul 31 13:17:07 localhost systemd[1]: Starting OpenBSD Secure Shell server... Jul 31 13:17:07 localhost systemd[1]: Started Permit User Sessions. Jul 31 13:17:07 localhost systemd[1]: Starting Network Manager Script Dispatcher Service... Jul 31 13:17:07 localhost dbus[525]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Jul 31 13:17:07 localhost systemd[1]: Started Network Manager Script Dispatcher Service. Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4105] init! Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4139] guessed connection type (eth0) = 802-3-ethernet Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4143] update_connection_setting_from_if_block: name:eth0, type:802-3-ethernet, id:Ifupdown (eth0), uuid: 681b428f-beaf-8932-dce4-687ed5bae28e Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4169] addresses count: 1 Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4172] No dns-nameserver configured in /etc/network/interfaces Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4176] adding eth0 to connections Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4177] adding iface eth0 to eni_ifaces Jul 31 13:17:07 localhost dbus[525]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4204] autoconnect Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4206] management mode: unmanaged Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4556] devices added (path: /sys/devices/platform/soc/1c10000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0, iface: wlan0) Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4558] device added (path: /sys/devices/platform/soc/1c10000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0, iface: wlan0): no ifupdown configuration found. Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4560] devices added (path: /sys/devices/platform/soc/1c30000.ethernet/net/eth0, iface: eth0) Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4565] locking wired connection setting Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4568] devices added (path: /sys/devices/virtual/net/lo, iface: lo) Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4569] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found. Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4570] end _init. Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4572] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd. To report bugs please use the NetworkManager mailing list. (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-settings-plugin-ifupdown.so) Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4578] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4579] (31288512) ... get_connections. Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4580] (31288512) ... get_connections (managed=false): return empty list. Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.4631] get unmanaged devices count: 1 Jul 31 13:17:07 localhost systemd[1]: Starting Hostname Service... Jul 31 13:17:07 localhost systemd[1]: Started OpenBSD Secure Shell server. Jul 31 13:17:07 localhost dbus[525]: [system] Successfully activated service 'org.freedesktop.hostname1' Jul 31 13:17:07 localhost systemd[1]: Started Hostname Service. Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.9885] settings: hostname: using hostnamed Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.9888] settings: hostname changed from (none) to "orangepizero" Jul 31 13:17:07 localhost NetworkManager[575]: <info> [1533035827.9907] dhcp-init: Using DHCP client 'dhclient' Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9910] manager: WiFi enabled by radio killswitch; enabled by state file Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9913] manager: WWAN enabled by radio killswitch; enabled by state file Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9915] manager: Networking is enabled by state file Jul 31 13:17:08 localhost nm-dispatcher: req:1 'hostname': new request (2 scripts) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9987] Loaded device plugin: NMBondDeviceFactory (internal) Jul 31 13:17:08 localhost nm-dispatcher: req:1 'hostname': start running ordered scripts... Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9990] Loaded device plugin: NMBridgeDeviceFactory (internal) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9992] Loaded device plugin: NMEthernetDeviceFactory (internal) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9993] Loaded device plugin: NMInfinibandDeviceFactory (internal) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9994] Loaded device plugin: NMIPTunnelDeviceFactory (internal) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9996] Loaded device plugin: NMMacsecDeviceFactory (internal) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9997] Loaded device plugin: NMMacvlanDeviceFactory (internal) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035827.9999] Loaded device plugin: NMTunDeviceFactory (internal) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.0001] Loaded device plugin: NMVethDeviceFactory (internal) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.0003] Loaded device plugin: NMVlanDeviceFactory (internal) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.0005] Loaded device plugin: NMVxlanDeviceFactory (internal) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.0090] Loaded device plugin: NMAtmManager (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-adsl.so) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.0188] Loaded device plugin: NMWifiFactory (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-wifi.so) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.0806] Loaded device plugin: NMWwanFactory (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-wwan.so) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.1183] Loaded device plugin: NMTeamFactory (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-team.so) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.1506] Loaded device plugin: NMBluezManager (/usr/lib/arm-linux-gnueabihf/NetworkManager/libnm-device-plugin-bluetooth.so) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.1683] device (lo): link connected Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.1838] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Jul 31 13:17:08 localhost apachectl[660]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.2328] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.2402] (wlan0): using nl80211 for WiFi device control Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.2426] device (wlan0): driver supports Access Point (AP) mode Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.2625] manager: (wlan0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3) Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.3167] device (wlan0): state change: unmanaged -> unavailable (reason 'managed') [10 20 2] Jul 31 13:17:08 localhost kernel: [ 16.856805] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Jul 31 13:17:08 localhost kernel: [ 16.857707] ieee80211 phy0: Interface ID:0 of type:2 added Jul 31 13:17:08 localhost kernel: [ 16.872603] ieee80211 phy0: vif 0, configuring tx Jul 31 13:17:08 localhost kernel: [ 16.873282] ieee80211 phy0: vif 0, configuring tx Jul 31 13:17:08 localhost kernel: [ 16.873651] ieee80211 phy0: vif 0, configuring tx Jul 31 13:17:08 localhost kernel: [ 16.873976] ieee80211 phy0: vif 0, configuring tx Jul 31 13:17:08 localhost kernel: [ 16.874282] ieee80211 phy0: ignore IEEE80211_CONF_CHANGE_MONITOR (1)IEEE80211_CONF_CHANGE_IDLE (1) Jul 31 13:17:08 localhost kernel: [ 16.874489] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Jul 31 13:17:08 localhost systemd[1]: Started The Apache HTTP Server. Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.3883] manager: NetworkManager state is now CONNECTED_GLOBAL Jul 31 13:17:08 localhost nm-dispatcher: req:2 'connectivity-change': new request (2 scripts) Jul 31 13:17:08 localhost nm-dispatcher: req:2 'connectivity-change': start running ordered scripts... Jul 31 13:17:08 localhost dbus[525]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' Jul 31 13:17:08 localhost systemd[1]: Starting Authorization Manager... Jul 31 13:17:08 localhost dbus[525]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.5104] device (eth0): link connected Jul 31 13:17:08 localhost systemd[1]: Starting WPA supplicant... Jul 31 13:17:08 localhost dbus[525]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' Jul 31 13:17:08 localhost polkitd[743]: started daemon version 0.105 using authority implementation `local' version `0.105' Jul 31 13:17:08 localhost systemd[1]: Started WPA supplicant. Jul 31 13:17:08 localhost dbus[525]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Jul 31 13:17:08 localhost wpa_supplicant[762]: Successfully initialized wpa_supplicant Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.9064] supplicant: wpa_supplicant running Jul 31 13:17:08 localhost NetworkManager[575]: <info> [1533035828.9071] device (wlan0): supplicant interface state: init -> starting Jul 31 13:17:08 localhost systemd[1]: Started Authorization Manager. Jul 31 13:17:09 localhost NetworkManager[575]: <info> [1533035829.1396] sup-iface[0x1e41b00,wlan0]: supports 2 scan SSIDs Jul 31 13:17:09 localhost kernel: [ 17.674604] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Jul 31 13:17:09 localhost NetworkManager[575]: <info> [1533035829.1484] device (wlan0): supplicant interface state: starting -> ready Jul 31 13:17:09 localhost NetworkManager[575]: <info> [1533035829.1491] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] Jul 31 13:17:10 localhost NetworkManager[575]: <info> [1533035830.0092] device (wlan0): supplicant interface state: ready -> inactive Jul 31 13:17:10 localhost NetworkManager[575]: <info> [1533035830.0770] manager: startup complete Jul 31 13:17:10 localhost systemd[1]: Started Network Manager Wait Online. Jul 31 13:17:10 localhost systemd[1]: Reached target Network is Online. Jul 31 13:17:10 localhost systemd[1]: Starting LSB: Start NTP daemon... Jul 31 13:17:10 localhost systemd[1]: Starting /etc/rc.local Compatibility... Jul 31 13:17:10 localhost systemd[1]: Starting LSB: disk temperature monitoring daemon... Jul 31 13:17:10 localhost systemd[1]: Starting LSB: Advanced IEEE 802.11 management daemon... Jul 31 13:17:10 localhost systemd[1]: Starting LSB: Update dynamic domain name service entries... Jul 31 13:17:10 localhost systemd[1]: Started /etc/rc.local Compatibility. Jul 31 13:17:10 localhost systemd[1]: Started LSB: Advanced IEEE 802.11 management daemon. Jul 31 13:17:10 localhost systemd[1]: Started LSB: disk temperature monitoring daemon. Jul 31 13:17:10 localhost systemd[1]: Started Getty on tty1. Jul 31 13:17:10 localhost systemd[1]: Started Serial Getty on ttyGS0. Jul 31 13:17:10 localhost systemd[1]: Started Serial Getty on ttyS0. Jul 31 13:17:10 localhost systemd[1]: Reached target Login Prompts. Jul 31 13:17:10 localhost mysqld[902]: 2018-07-31 13:17:10 3063685120 [Note] /usr/sbin/mysqld (mysqld 10.1.26-MariaDB-0+deb9u1) starting as process 902 ... Jul 31 13:17:10 localhost ntpd[977]: ntpd 4.2.8p10@1.3728-o Sat Sep 23 21:50:14 UTC 2017 (1): Starting Jul 31 13:17:10 localhost ntp[932]: Starting NTP server: ntpd. Jul 31 13:17:10 localhost systemd[1]: Started LSB: Start NTP daemon. Jul 31 13:17:10 localhost ntpd[977]: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:110 Jul 31 13:17:10 localhost ntpd[987]: proto: precision = 0.875 usec (-20) Jul 31 13:17:10 localhost ntpd[987]: Listen and drop on 0 v6wildcard [::]:123 Jul 31 13:17:10 localhost ntpd[987]: Listen and drop on 1 v4wildcard 0.0.0.0:123 Jul 31 13:17:10 localhost ntpd[987]: Listen normally on 2 lo 127.0.0.1:123 Jul 31 13:17:10 localhost ntpd[987]: Listen normally on 3 eth0 192.168.0.50:123 Jul 31 13:17:10 localhost ntpd[987]: Listen normally on 4 lo [::1]:123 Jul 31 13:17:10 localhost ntpd[987]: Listen normally on 5 eth0 [fe80::42:9fff:fe4f:4c27%2]:123 Jul 31 13:17:10 localhost ntpd[987]: Listening on routing socket on fd #22 for interface updates Jul 31 13:17:10 localhost systemd[1]: Started LSB: Armbian gathering hardware information. Jul 31 13:17:11 localhost fail2ban-client[658]: 2018-07-31 13:17:11,829 fail2ban.server [976]: INFO Starting Fail2ban v0.9.6 Jul 31 13:17:11 localhost fail2ban-client[658]: 2018-07-31 13:17:11,837 fail2ban.server [976]: INFO Starting in daemon mode Jul 31 13:17:11 localhost ntpd[987]: Soliciting pool server 193.225.50.69 Jul 31 13:17:12 localhost systemd[1]: Started LSB: Update dynamic domain name service entries. Jul 31 13:17:12 localhost ntpd[987]: Soliciting pool server 185.82.232.254 Jul 31 13:17:12 localhost ntpd[987]: Soliciting pool server 193.224.45.107 Jul 31 13:17:13 localhost ntpd[987]: Soliciting pool server 62.112.193.129 Jul 31 13:17:13 localhost ntpd[987]: Soliciting pool server 193.224.163.77 Jul 31 13:17:13 localhost ntpd[987]: Soliciting pool server 212.92.16.193 Jul 31 13:17:14 localhost ntpd[987]: Soliciting pool server 193.225.190.4 Jul 31 13:17:14 localhost ntpd[987]: Soliciting pool server 193.225.118.162 Jul 31 13:17:14 localhost ntpd[987]: Soliciting pool server 195.228.75.149 Jul 31 13:17:14 localhost ntpd[987]: Soliciting pool server 193.225.190.6 Jul 31 13:17:15 localhost systemd[1]: Started MariaDB database server. Jul 31 13:17:15 localhost ntpd[987]: Soliciting pool server 193.6.222.47 Jul 31 13:17:15 localhost ntpd[987]: Soliciting pool server 193.6.176.59 Jul 31 13:17:15 localhost ntpd[987]: Soliciting pool server 193.224.45.106 Jul 31 13:17:16 localhost systemd[1]: Started Fail2Ban Service. Jul 31 13:17:16 localhost systemd[1]: Reached target Multi-User System. Jul 31 13:17:16 localhost systemd[1]: Reached target Graphical Interface. Jul 31 13:17:16 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes... Jul 31 13:17:16 localhost systemd[1]: Started Update UTMP about System Runlevel Changes. Jul 31 13:17:16 localhost systemd[1]: Startup finished in 7.513s (kernel) + 17.854s (userspace) = 25.367s. Jul 31 13:17:17 localhost ntpd[987]: Soliciting pool server 188.227.227.31 Jul 31 13:17:17 localhost ntpd[987]: Soliciting pool server 193.225.118.130 Jul 31 13:17:17 localhost ntpd[987]: Soliciting pool server 2001:4c48:1::1
  22. Available for: 4.13.10 cubox (Cubox-i, Hummingboards) 4.13.10 mvebu64 (Espressobin) 4.9.58 odroidxu4 (Odroid XU3/XU4) 4.13.10 rockchip (Tinkerboard, MiQi) 4.13.10 sunxi (All Allwinner 32bit boards) 4.13.10 sunxi64 (All Allwinner 64bit boards) https://dl.armbian.com/_misc/realtime-kernel Requirements: - Armbian OS. Ubuntu or Debian bases. - root credentials Download: *dtb and *image packages at a minimum and install them with dpkg -i *.deb ... If you want to stay on this kernel, freeze upgrades in armbian-config -> system -> freeze kernel upgrades. Remember that those kernels are bleeding edge, made from upstream sources and may have troubles. Consider them as is/experimental, without end-user support. If you want to build them - patches are present but .disabled and might not apply cleanly with more recent sources without adjustements. What is RT?
  23. So I have an OPI0 perfectly running then suddenly it freezes. All I can find on /var/log/syslog Jul 1 10:35:10 localhost CRON[1553]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1) Jul 1 10:36:08 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Sun Jul 1 10:36:38 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ] Jul 1 10:37:07 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Sun Jul 1 10:37:37 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ] Jul 1 10:38:07 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Sun Jul 1 10:38:37 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ] Jul 1 10:39:06 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Sun Jul 1 10:39:36 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ] Jul 1 10:40:06 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Sun Jul 1 10:40:36 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ] Jul 1 10:41:05 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Sun Jul 1 10:41:35 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ] Jul 1 10:42:04 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Sun Jul 1 10:42:34 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ] Jul 1 10:43:04 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Sun Jul 1 10:44:04 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ] Jul 1 10:45:01 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Sun Jul 1 10:46:01 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ] Jul 1 10:45:01 localhost CRON[2103]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1) Googling I found this but it seems like it's not solving anyone with the same issue? hints?? thank you
  24. I have OPI 2 running latest armbian mainline with MQTT broker and home assistant only. And I've started to experience hard freezes that only power re-plug helps :/ At first I thought that only networking was gone, but I've triggered hearbeat on red onboard led and this led is just stopping blinking on freezes. I've even got rid of Network Manager and setup iface in old good way via /etc/networking/interfaces. Then I've connected to serial console, run minicom in screen with logging to file. Just to see if serial console would show some kernel panic or so...but nothing, no output on serial console. Anyone experienced such behaviour? How to debug it? My second sbc - OPI PC - just started doing the same...irregular freezes. Output from armianmonitor: http://ix.io/1hIf
  25. This was briefly discussed in another topic, but the idea would be to make 4.14 the default kernel for Le Potato and K2, and change next to the newest stable kernel. The reason is, the 4.14 is the vendor kernel for Le Potato, K2 is only supported via it's similarity to C2 and Le Potato, and we currently don't have a "mainline" for Amlogic as everything moves forward. Consequences: Default build it yourself with the 3.14 will no longer be possible. We do not provide images of this build anyway. Next image users will get updated to the newest stable rather than staying on 4.14 This is what needs the discussion. I put a quick post on the Facebook group for Libre Computer I belong to, so far I've gotten half the community having seen the post and nothing but positive feedback on the change proposal. Looking to get any feedback available here. March 30, 2018 Status: Building "Default" image for either Le Potato or K2 will give you 4.14.y with Current BayLibre patches (K2 had other issues due to a board rename some time ago, broke u-boot process and boot script generation) Next still at 4.14.y waiting for 4.16
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines