Skip to content

Instantly share code, notes, and snippets.

@andrius-pra
Created January 21, 2018 12:35
Show Gist options
  • Save andrius-pra/e069b792ec78f15fb1eac72fcd2d4a5b to your computer and use it in GitHub Desktop.
Save andrius-pra/e069b792ec78f15fb1eac72fcd2d4a5b to your computer and use it in GitHub Desktop.
mcdebian logs
Net:
| port | Interface | PHY address |
|--------|-----------|--------------|
| egiga0 | RGMII | 0x01 |
| egiga1 | SGMII | 0x00 |
egiga0 [PRIME], egiga1
auto_recovery_check changes bootcmd: run nandboot
Hit any key to stop autoboot: 0
NAND read: device 0 offset 0xa00000, size 0x600000
6291456 bytes read: OK
## Booting kernel from Legacy Image at 02000000 ...
Image Name: linux
Created: 2017-12-16 19:06:00 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4471096 Bytes = 4.3 MiB
Load Address: 00200000
Entry Point: 00200000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.6 (root@McDebian3) (gcc version 5.4.1 20160919 (15:5.4.1+svn241155-1)) #11 SMP Sat Dec 16 12:55:38 CST 2017
[ 0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Linksys WRT1200AC
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] random: fast init done
[ 0.000000] percpu: Embedded 16 pages/cpu @dfb49000 s36812 r8192 d20532 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920
[ 0.000000] Kernel command line: rootdelay=5 root=/dev/sda1 rw init=/sbin/init console=ttyS0,115200
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 508088K/524288K available (7168K kernel code, 532K rwdata, 1516K rodata, 1024K init, 162K bss, 16200K reserved, 0K cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0800000 (8160 kB)
[ 0.000000] .init : 0xc0a00000 - 0xc0b00000 (1024 kB)
[ 0.000000] .data : 0xc0b00000 - 0xc0b8506c ( 533 kB)
[ 0.000000] .bss : 0xc0b85070 - 0xc0badb04 ( 163 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
[ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[ 0.000000] L2C-310 D prefetch enabled, offset 1 lines
[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[ 0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[ 0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001
[ 0.000007] sched_clock: 64 bits at 666MHz, resolution 1ns, wraps every 4398046511103ns
[ 0.000017] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x999999d70a, max_idle_ns: 440795225152 ns
[ 0.000031] Switching to timer-based delay loop, resolution 1ns
[ 0.000170] Ignoring duplicate/late registration of read_current_timer delay
[ 0.000178] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[ 0.000458] Console: colour dummy device 80x30
[ 0.000470] Calibrating delay loop (skipped), value calculated using timer frequency.. 1332.00 BogoMIPS (lpj=6660000)
[ 0.000477] pid_max: default: 32768 minimum: 301
[ 0.000562] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000568] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000878] CPU: Testing write buffer coherency: ok
[ 0.001003] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001146] Setting up static identity map for 0x100000 - 0x100060
[ 0.001225] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[ 0.001305] mvebu-pmsu: Initializing Power Management Service Unit
[ 0.001361] Hierarchical SRCU implementation.
[ 0.001585] smp: Bringing up secondary CPUs ...
[ 0.001761] Booting CPU 1
[ 0.001929] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.001977] smp: Brought up 1 node, 2 CPUs
[ 0.001983] SMP: Total of 2 processors activated (2664.00 BogoMIPS).
[ 0.001987] CPU: All CPU(s) started in SVC mode.
[ 0.002421] devtmpfs: initialized
[ 0.004101] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 0.004189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.004197] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.004276] pinctrl core: initialized pinctrl subsystem
[ 0.004619] NET: Registered protocol family 16
[ 0.005203] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.005779] cpuidle: using governor ladder
[ 0.005860] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.005865] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.005979] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[ 0.005986] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling
[ 0.013854] reg-fixed-voltage usb3_1-vbus: could not find pctldev for node /soc/internal-regs/pinctrl@18000/usb3_1-vbus-pins, deferring probe
[ 0.014026] SCSI subsystem initialized
[ 0.014239] usbcore: registered new interface driver usbfs
[ 0.014265] usbcore: registered new interface driver hub
[ 0.014291] usbcore: registered new device driver usb
[ 0.015087] clocksource: Switched to clocksource arm_global_timer
[ 0.038807] NET: Registered protocol family 2
[ 0.039109] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.039138] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.039177] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.039217] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.039234] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.039325] NET: Registered protocol family 1
[ 0.039511] RPC: Registered named UNIX socket transport module.
[ 0.039516] RPC: Registered udp transport module.
[ 0.039519] RPC: Registered tcp transport module.
[ 0.039522] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.039786] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[ 0.040495] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.042397] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.042405] io scheduler noop registered
[ 0.042409] io scheduler deadline registered
[ 0.042440] io scheduler cfq registered (default)
[ 0.042445] io scheduler mq-deadline registered
[ 0.042448] io scheduler kyber registered
[ 0.043042] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[ 0.044236] mvebu-pcie soc:pcie: PCI host bridge to bus 0000:00
[ 0.044246] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff]
[ 0.044251] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[ 0.044257] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.044472] PCI: bus0: Fast back to back transfers disabled
[ 0.044479] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.044487] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.044735] PCI: bus1: Fast back to back transfers disabled
[ 0.045018] PCI: bus2: Fast back to back transfers disabled
[ 0.045043] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe01fffff]
[ 0.045049] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0200000-0xe03fffff]
[ 0.045057] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe00fffff 64bit pref]
[ 0.045068] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0100000-0xe01fffff 64bit pref]
[ 0.045108] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.045116] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe01fffff]
[ 0.045125] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0200000-0xe02fffff 64bit pref]
[ 0.045137] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0300000-0xe03fffff 64bit pref]
[ 0.045148] pci 0000:00:02.0: PCI bridge to [bus 02]
[ 0.045153] pci 0000:00:02.0: bridge window [mem 0xe0200000-0xe03fffff]
[ 0.045421] mv_xor f1060800.xor: Marvell shared XOR driver
[ 0.105454] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[ 0.105585] mv_xor f1060900.xor: Marvell shared XOR driver
[ 0.165448] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[ 0.188725] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.189582] console [ttyS0] disabled
[ 0.209682] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 22, base_baud = 12500000) is a 16550A
[ 0.969959] console [ttyS0] enabled
[ 0.974231] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[ 0.983344] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 0.992577] scsi host0: ahci-mvebu
[ 0.996176] scsi host1: ahci-mvebu
[ 0.999681] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 42
[ 1.007700] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 42
[ 1.016081] pxa3xx-nand f10d0000.flash: This platform can't do DMA on this device
[ 1.023945] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1
[ 1.030345] nand: AMD/Spansion S34ML01G2
[ 1.034287] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 1.041904] pxa3xx-nand f10d0000.flash: ECC strength 16, ECC step size 2048
[ 1.049111] Bad block table found at page 65472, version 0x01
[ 1.055244] Bad block table found at page 65408, version 0x01
[ 1.061248] 10 ofpart partitions found on MTD device pxa3xx_nand-0
[ 1.067468] Creating 10 MTD partitions on "pxa3xx_nand-0":
[ 1.072984] 0x000000000000-0x000000200000 : "u-boot"
[ 1.078377] 0x000000200000-0x000000240000 : "u_env"
[ 1.083612] 0x000000240000-0x000000280000 : "s_env"
[ 1.088852] 0x000000900000-0x000000a00000 : "devinfo"
[ 1.094261] 0x000000a00000-0x000003200000 : "kernel1"
[ 1.099756] 0x000001000000-0x000003200000 : "rootfs1"
[ 1.105258] 0x000003200000-0x000005a00000 : "kernel2"
[ 1.110766] 0x000003800000-0x000005a00000 : "rootfs2"
[ 1.116251] 0x000005a00000-0x000008000000 : "syscfg"
[ 1.121644] 0x000000280000-0x000000900000 : "unused_area"
[ 1.127748] libphy: Fixed MDIO Bus: probed
[ 1.132158] libphy: orion_mdio_bus: probed
[ 1.136531] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.143093] ehci-pci: EHCI PCI platform driver
[ 1.147594] ehci-orion: EHCI orion driver
[ 1.151708] orion-ehci f1058000.usb: EHCI Host Controller
[ 1.157154] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[ 1.164809] orion-ehci f1058000.usb: irq 38, io mem 0xf1058000
[ 1.195089] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[ 1.201353] hub 1-0:1.0: USB hub found
[ 1.205150] hub 1-0:1.0: 1 port detected
[ 1.209597] usbcore: registered new interface driver usb-storage
[ 1.215764] mousedev: PS/2 mouse device common for all mice
[ 1.221914] armada38x-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[ 1.229626] i2c /dev entries driver
[ 1.233601] IR NEC protocol handler initialized
[ 1.238169] IR RC5(x/sz) protocol handler initialized
[ 1.243246] IR RC6 protocol handler initialized
[ 1.247804] IR JVC protocol handler initialized
[ 1.252356] IR Sony protocol handler initialized
[ 1.257000] IR SANYO protocol handler initialized
[ 1.261726] IR Sharp protocol handler initialized
[ 1.266457] IR MCE Keyboard/mouse protocol handler initialized
[ 1.272318] IR XMP protocol handler initialized
[ 1.287960] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 1.300494] orion_wdt: Initial timeout 171 sec
[ 1.305234] sdhci: Secure Digital Host Controller Interface driver
[ 1.311445] sdhci: Copyright(c) Pierre Ossman
[ 1.315936] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.325648] NET: Registered protocol family 17
[ 1.330174] ThumbEE CPU extension supported.
[ 1.334467] Registering SWP/SWPB emulation handler
[ 1.340505] xhci-hcd f10f8000.usb3: xHCI Host Controller
[ 1.345879] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 2
[ 1.346250] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.346280] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.364321] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[ 1.372935] xhci-hcd f10f8000.usb3: irq 44, io mem 0xf10f8000
[ 1.379081] hub 2-0:1.0: USB hub found
[ 1.382868] hub 2-0:1.0: 1 port detected
[ 1.386974] xhci-hcd f10f8000.usb3: xHCI Host Controller
[ 1.392320] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 3
[ 1.399902] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.408307] hub 3-0:1.0: USB hub found
[ 1.412091] hub 3-0:1.0: 1 port detected
[ 1.416514] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 1.423734] Waiting 5 sec before mounting root device...
[ 1.845103] usb 3-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 1.876534] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 1.882769] scsi host2: usb-storage 3-1:1.0
[ 2.965427] scsi 2:0:0:0: Direct-Access SanDisk SanDisk Ultra PMAP PQ: 0 ANSI: 6
[ 2.974024] sd 2:0:0:0: [sda] 123502592 512-byte logical blocks: (63.2 GB/58.9 GiB)
[ 2.982518] sd 2:0:0:0: [sda] Write Protect is off
[ 2.988131] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4.212173] sda: sda1
[ 4.216886] sd 2:0:0:0: [sda] Attached SCSI removable disk
[ 6.486138] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[ 7.605734] EXT4-fs (sda1): recovery complete
[ 7.613345] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 7.621071] VFS: Mounted root (ext4 filesystem) on device 8:1.
[ 7.628766] devtmpfs: mounted
[ 7.632317] Freeing unused kernel memory: 1024K
[ 7.762104] systemd[1]: System time before build time, advancing clock.
[ 7.895831] NET: Registered protocol family 10
[ 7.900700] Segment Routing with IPv6
[ 7.909973] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 7.925527] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 7.943825] systemd[1]: Detected architecture arm.
Welcome to Debian GNU/Linux 9 (stretch)!
[ 7.975846] systemd[1]: Set hostname to <MCDEBIAN>.
[ 8.190395] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 8.225179] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 8.265225] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 8.295213] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 8.335185] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 8.365196] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 8.405184] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Created slice System Slice.
Starting Create list of required st…ce nodes for the current kernel...
[ OK ] Created slice system-serial\x2dgetty.slice.
Starting Load Kernel Modules...
Mounting Debug File System...
Starting Remount Root and Kernel File Systems...[ 8.590748] mv88e6085 f1072004.mdio-mii:00: switch 0x1760 detected: Marvell 88E6176, revision 1
[ OK ] Created slice system-getty.slice.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
Starting Journal Service...
[ 8.755243] libphy: mv88e6xxx SMI: probed
[ 8.760128] mv88e6085 f1072004.mdio-mii:00: switch 0x1760 detected: Marvell 88E6176, revision 1
[ 8.774686] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Reached target Encrypted Volumes.
[ OK ] Reached target Paths.
[ OK ] Mounted Debug File System.
[ OK ] Started Journal Service.
[ 8.929801] libphy: mv88e6xxx SMI: probed
[ 8.934527] mv88e6085 f1072004.mdio-mii:00: switch 0x1760 detected: Marvell 88E6176, revision 1
[ OK ] Started Create list of required sta…vice nodes for the current kernel.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Load/Save Random Seed...
Starting udev Coldplug all Devices...
[ 9.100948] libphy: mv88e6xxx SMI: probed
[ 9.105840] mv88e6085 f1072004.mdio-mii:00: switch 0x1760 detected: Marvell 88E6176, revision 1
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ 9.284778] libphy: mv88e6xxx SMI: probed
[ 9.289599] mv88e6085 f1072004.mdio-mii:00: switch 0x1760 detected: Marvell 88E6176, revision 1
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Raise network interfaces...
[ OK ] Started udev Kernel Device Manager.
[ 9.466634] systemd-journald[1272]: Received request to flush runtime journal from PID 1
[ 9.499840] libphy: mv88e6xxx SMI: probed
[ OK ] Started Flush[ 9.510884] mv88e6085 f1072004.mdio-mii:00: switch 0x1760 detected: Marvell 88E6176, revision 1
Journal to Persistent Storage.
Starting Create Volatile Files and Directories...
[ OK ] Found device /dev/ttyS0.
[ OK ] Started udev [ 9.628042] mvneta_bm f10c8000.bm: Buffer Manager for network controller enabled
Coldplug all Devices.
[ 9.695491] marvell-cesa f1090000.crypto: CESA device successfully registered
[ 9.710458] mvneta f1070000.ethernet eth0: Using hardware mac address 60:38:e0:0c:3b:13
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Reached target System Time Synchronized.
[ 9.743451] mvneta f1034000.ethernet eth1: Using random mac address ce:41:c2:6e:7d:df
Starting Update UTMP about System Boot/Shutdown...
[ 9.866475] libphy: mv88e6xxx SMI: probed
[ 9.870574] DSA: switch 0 0 parsed
[ 9.874002] DSA: tree 0 parsed
[ 9.880614] <<Marvell Mac80211 Wireless PCIE Network Driver version 10.3.4.0-20171214>>
[ 9.888730] pci 0000:00:01.0: enabling device (0140 -> 0142)
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Reached target Basic System.
[ OK ] Started D-Bus System Message Bus.
[ 10.229989] Marvell 88E1540 mv88e6xxx-5:00: attached PHY driver [Marvell 88E1540] (mii_bus:phy_addr=mv88e6xxx-5:00, irq=POLL)
[ OK ] Started Regular background program processing daemon.
Starting Login Service...
Starting Restore /etc/resolv.conf i…fore the p[ 10.352535] Marvell 88E1540 mv88e6xxx-5:01: attached PHY driver [Marvell 88E1540] (mii_bus:phy_addr=mv88e6xxx-5:01, irq=POLL)
pp link was shut down...
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Started Restore /etc/resolv.conf if…before the ppp link was shut down.
[ 10.484960] Marvell 88E1540 mv88e6xxx-5:02: attached PHY driver [Marvell 88E1540] (mii_bus:phy_addr=mv88e6xxx-5:02, irq=POLL)
[ 10.607881] Marvell 88E1540 mv88e6xxx-5:03: attached PHY driver [Marvell 88E1540] (mii_bus:phy_addr=mv88e6xxx-5:03, irq=POLL)
[ 10.639882] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 10.715543] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 10.740289] Marvell 88E1540 mv88e6xxx-5:04: attached PHY driver [Marvell 88E1540] (mii_bus:phy_addr=mv88e6xxx-5:04, irq=POLL)
[ 10.824662] br0: port 1(lan1) entered blocking state
[ 10.829707] br0: port 1(lan1) entered disabled state
[ 10.857078] device lan1 entered promiscuous mode
[ 10.861740] device eth1 entered promiscuous mode
[ 10.930218] br0: port 2(lan2) entered blocking state
[ 10.935260] br0: port 2(lan2) entered disabled state
[ 10.954303] device lan2 entered promiscuous mode
[ 11.004452] br0: port 3(lan3) entered blocking state
[ 11.009520] br0: port 3(lan3) entered disabled state
[ 11.022384] device lan3 entered promiscuous mode
[ 11.082325] ieee80211 phy0: device node: /soc/pcie/pcie@1,0
[ 11.091954] br0: port 4(lan4) entered blocking state
[ 11.096988] br0: port 4(lan4) entered disabled state
[ 11.117839] ieee80211 phy0: firmware version: 0x702091a
[ 11.124900] device lan4 entered promiscuous mode
[ OK ] Started Login Service.
[ 11.206629] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[ 11.474226] ieee80211 phy0: firmware region code: 30
[ 11.504469] ieee80211 phy0: 2G disabled, 5G enabled
[ 11.509420] ieee80211 phy0: 2 TX antennas, 2 RX antennas
[ 11.514944] pci 0000:00:02.0: enabling device (0140 -> 0142)
[ 11.685134] mvneta f1034000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[ 11.693073] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 11.735679] random: crng init done
[ 12.011790] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[ 12.058017] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.096616] mv88e6085 f1072004.mdio-mii:00 lan1: Link is Down
[ 12.177190] mv88e6085 f1072004.mdio-mii:00 lan2: Link is Down
[ 12.257037] mv88e6085 f1072004.mdio-mii:00 lan3: Link is Down
[ 12.336979] mv88e6085 f1072004.mdio-mii:00 lan4: Link is Down
[ 12.621121] ieee80211 phy1: device node: /soc/pcie/pcie@2,0
[ 12.644129] ieee80211 phy1: firmware version: 0x702091a
[ 12.820354] IPv6: ADDRCONF(NETDEV_UP): wan: link is not ready
[ 12.995089] ieee80211 phy1: firmware region code: 30
[ 13.020714] ieee80211 phy1: 2G enabled, 5G disabled
[ 13.025639] ieee80211 phy1: 2 TX antennas, 2 RX antennas
[ 13.048817] mwlwifi 0000:02:00.0 wlp2s0: renamed from wlan1
[ 13.085340] mwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[ 13.125249] mvneta f1070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 13.136727] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 14.014531] mv88e6085 f1072004.mdio-mii:00 wan: Link is Down
[ 14.178893] mv88e6085 f1072004.mdio-mii:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 14.187512] br0: port 1(lan1) entered blocking state
[ 14.192509] br0: port 1(lan1) entered forwarding state
[ 14.198950] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[ 16.098896] mv88e6085 f1072004.mdio-mii:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 16.107410] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
[FAILED] Failed to start Raise network interfaces.
See 'systemctl status networking.service' for details.
[ OK ] Reached target Network.
Starting Permit User Sessions...
Starting OpenBSD Secure Shell server...
[ OK ] Reached target Network is Online.
Starting LSB: DHCP server...
Starting LSB: Advanced IEEE 802.11 management daemon...
Starting LSB: Start NTP daemon...
[ OK ] Started Permit User Sessions.
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.
[ OK ] Started LSB: Start NTP daemon.
[ 109.612146] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 109.619544] br0: port 5(wlp1s0) entered blocking state
[ 109.624717] br0: port 5(wlp1s0) entered disabled state
[ 109.630001] device wlp1s0 entered promiscuous mode
[ 109.820142] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 109.832811] br0: port 6(wlp2s0) entered blocking state
[ 109.838012] br0: port 6(wlp2s0) entered disabled state
[ 109.843308] device wlp2s0 entered promiscuous mode
[ 109.848186] br0: port 6(wlp2s0) entered blocking state
[ 109.853363] br0: port 6(wlp2s0) entered forwarding state
[ 110.044165] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ OK ] Started LSB: Advanced IEEE 802.11 management daemon.
[ OK ] Started LSB: DHCP server.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Started Update UTMP about System Runlevel Changes.
Debian GNU/Linux 9 MCDEBIAN ttyS0
MCDEBIAN login: [ 115.296015] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[ 115.302581] br0: port 5(wlp1s0) entered blocking state
[ 115.307767] br0: port 5(wlp1s0) entered forwarding state
[ 11.785068] ieee80211 phy1: firmware version: 0x702091a
[ 11.855085] mvneta f1070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 11.862973] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 12.137141] ieee80211 phy1: firmware region code: 30
[ 12.164641] ieee80211 phy1: 2G enabled, 5G disabled
[ 12.169567] ieee80211 phy1: 2 TX antennas, 2 RX antennas
[ 12.187419] mwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[ 12.225321] mwlwifi 0000:02:00.0 wlp2s0: renamed from wlan1
[ **] A start job is running for Raise network interfaces (11s / 5min 11s)[ 18.525722] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ **] A start job is running for Raise network interfaces (12s / 5min 11s)[ 19.605127] mvneta f1034000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[ 19.613267] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 19.856575] mv88e6085 f1072004.mdio-mii:00 lan1: Link is Down
[ ***] A start job is running for Raise network interfaces (12s / 5min 11s)[ 19.944516] mv88e6085 f1072004.mdio-mii:00 lan2: Link is Down
[ 20.016560] mv88e6085 f1072004.mdio-mii:00 lan3: Link is Down
[ 20.094499] mv88e6085 f1072004.mdio-mii:00 lan4: Link is Down
[ *** ] A start job is running for Raise network interfaces (13s / 5min 11s)[ 20.594482] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[ *** ] A start job is running for Raise network interfaces (13s / 5min 11s)[ 21.433965] IPv6: ADDRCONF(NETDEV_UP): wan: link is not ready
[*** ] A start job is running for Raise network interfaces (14s / 5min 11s)[ 21.938873] mv88e6085 f1072004.mdio-mii:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 21.947470] br0: port 1(lan1) entered blocking state
[ 21.952461] br0: port 1(lan1) entered forwarding state
[ 21.958677] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[** ] A start job is running for Raise network interfaces (15s / 5min 11s)[ 22.654501] mv88e6085 f1072004.mdio-mii:00 wan: Link is Down
[*** ] A start job is running for Raise network interfaces (16s / 5min 11s)[ 24.736799] mv88e6085 f1072004.mdio-mii:00 wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 24.745302] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
[FAILED] Failed to start Raise network interfaces.
See 'systemctl status networking.service' for details.
[ OK ] Reached target Network.
[ OK ] Reached target Network is Online.
Starting LSB: Start NTP daemon...
Starting LSB: DHCP server...
Starting LSB: Advanced IEEE 802.11 management daemon...
Starting OpenBSD Secure Shell server...
Starting Permit User Sessions...
[ OK ] Started Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Started LSB: Start NTP daemon.
[ 123.914931] br0: port 5(wlp1s0) entered blocking state
[ 123.920144] br0: port 5(wlp1s0) entered disabled state
[ 123.925432] device wlp1s0 entered promiscuous mode
[ 124.124213] br0: port 6(wlp2s0) entered blocking state
[ 124.129399] br0: port 6(wlp2s0) entered disabled state
[ 124.134677] device wlp2s0 entered promiscuous mode
[ OK ] Started LSB: Advanced IEEE 802.11 management daemon.
[ 124.353376] br0: port 6(wlp2s0) entered blocking state
[ 124.358555] br0: port 6(wlp2s0) entered forwarding state
[ OK ] Started LSB: DHCP server.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Started Update UTMP about System Runlevel Changes.
Debian GNU/Linux 9 MCDEBIAN ttyS0
MCDEBIAN login: [ 129.601028] br0: port 5(wlp1s0) entered blocking state
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2016-11-03 17:18:38 UTC; 2min 44s ago
Docs: man:interfaces(5)
Process: 3745 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
Process: 1604 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle (code=exited, status=0/SUCCESS)
Main PID: 3745 (code=exited, status=1/FAILURE)
Nov 03 17:18:32 MCDEBIAN ifup[3745]: No working leases in persistent database - sleeping.
Nov 03 17:18:38 MCDEBIAN ifup[3745]: can't add wlp1s0 to bridge br0: Operation not supported
Nov 03 17:18:38 MCDEBIAN ifup[3745]: can't add wlp2s0 to bridge br0: Operation not supported
Nov 03 17:18:38 MCDEBIAN ifup[3745]: Waiting for br0 to get ready (MAXWAIT is 32 seconds).
Nov 03 17:18:38 MCDEBIAN ifup[3745]: RTNETLINK answers: File exists
Nov 03 17:18:38 MCDEBIAN ifup[3745]: ifup: failed to bring up br0
Nov 03 17:18:38 MCDEBIAN systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 17:18:38 MCDEBIAN systemd[1]: Failed to start Raise network interfaces.
Nov 03 17:18:38 MCDEBIAN systemd[1]: networking.service: Unit entered failed state.
Nov 03 17:18:38 MCDEBIAN systemd[1]: networking.service: Failed with result 'exit-code'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment