Advertisement
tml3nr

RuneAudio Boss Dac debug 20180429

Apr 28th, 2018
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.44 KB | None | 0 0
  1.  
  2. ###### System info ######
  3. Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
  4.  
  5. system time: Sun Apr 29 07:35:52 ICT 2018
  6.  
  7. system load: 0.12 0.29 0.22 1/145 1543
  8.  
  9. HW platform: RaspberryPi2 (08)
  10.  
  11. playerID: 08b26fff2ac4ddac6fee7fbbc1890504ae
  12.  
  13.  
  14. ###### Boot configuration ######
  15. # Uncomment some or all of these to enable the optional hardware interfaces
  16. # Params:
  17. # i2c_arm Set to "on" to enable the ARM's i2c interface
  18. # (default "off")
  19. # i2c_vc Set to "on" to enable the i2c interface
  20. # usually reserved for the VideoCore processor
  21. # (default "off")
  22. # i2c_arm_baudrate Set the baudrate of the ARM's i2c interface
  23. # (default "100000")
  24. # i2c_vc_baudrate Set the baudrate of the VideoCore i2c interface
  25. # (default "100000")
  26. # i2c_baudrate An alias for i2c_arm_baudrate
  27. # i2s Set to "on" to enable the i2s interface
  28. # (default "off")
  29. # spi Set to "on" to enable the spi interfaces
  30. # (default "off")
  31. # act_led_trigger Choose which activity the LED tracks.
  32. # Use "heartbeat" for a nice load indicator.
  33. # (default "mmc")
  34. # act_led_activelow Set to "on" to invert the sense of the LED
  35. # (default "off")
  36. # act_led_gpio Set which GPIO pin to use for the activity LED
  37. # (in case you want to connect it to an external
  38. # device)
  39. # (default "16" on a non-Plus board, "47" on a
  40. # Plus or Pi 2)
  41. # N.B. It is recommended to only enable those interfaces that are needed.
  42. # Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
  43. # interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
  44. # Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
  45. # interfaces i2c0 and i2c1. Use of the numeric variants is still possible
  46. # but deprecated because the ARM/VC assignments differ between board
  47. # revisions. The same board-specific mapping applies to i2c_baudrate,
  48. # and the other i2c baudrate parameters.
  49.  
  50. #dtparam=i2c_arm=on
  51. #dtparam=i2c_vc=on
  52. #dtparam=i2s=on
  53. #dtparam=spi=on
  54. #dtparam=act_led_trigger=mmc
  55. #dtdebug=on
  56.  
  57. #dtparam=uart1=off
  58. #dtoverlay=pi3-disable-bt-overlay
  59. #dtoverlay=pi3-miniuart-bt-overlay
  60.  
  61. ## RuneAudio HDMI & 3,5mm jack
  62. dtparam=audio=off
  63.  
  64. ## RuneAudio I2S-Settings
  65. dtoverlay=allo-boss-dac-pcm512x-audio
  66.  
  67. # Uncomment to enable the lirc-rpi module
  68. # Params: gpio_out_pin GPIO pin for output (default "17")
  69. # gpio_in_pin GPIO pin for input (default "18")
  70. # gpio_in_pull Pull up/down/off on the input pin
  71. # (default "down")
  72. # sense Override the IR receive auto-detection logic:
  73. # "1" = force active high
  74. # "0" = force active low
  75. # "-1" = use auto-detection
  76. # (default "-1")
  77. # softcarrier Turn the software carrier "on" or "off"
  78. # (default "on")
  79. # invert "on" = invert the output pin (default "off")
  80. # debug "on" = enable additional debug messages
  81. # (default "off")
  82. #dtoverlay=lirc-rpi
  83. #dtparam=gpio_out_pin=17
  84. #dtparam=gpio_in_pin=18
  85. #dtparam=gpio_in_pull=down
  86.  
  87. # LCD settings
  88. # 180 degrees
  89. #lcd_rotate=2
  90. # Normal
  91. lcd_rotate=0
  92. #dtoverlay=rpi-backlight
  93. #dtoverlay=rpi-ft5406
  94. disable_splash=1
  95.  
  96. # Uncomment if you get no picture on HDMI for a default "safe" mode
  97. #hdmi_safe=1
  98.  
  99. # Uncomment this if your display has a black border of unused pixels visible
  100. # and your display can output without overscan
  101. #disable_overscan=1
  102.  
  103. # Uncomment the following to adjust overscan. Use positive numbers if console
  104. # goes off screen, and negative if there is too much border
  105. #overscan_left=16
  106. #overscan_right=16
  107. #overscan_top=16
  108. #overscan_bottom=16
  109.  
  110. # Uncomment to force a console size. By default it will be display's size minus
  111. # overscan.
  112. #framebuffer_width=1280
  113. #framebuffer_height=720
  114.  
  115. # Uncomment if hdmi display is not detected and composite is being output
  116. #hdmi_force_hotplug=1
  117.  
  118. # Uncomment to force a specific HDMI mode (this will force VGA)
  119. #hdmi_group=1
  120. #hdmi_mode=1
  121.  
  122. # Uncomment to force a HDMI mode rather than DVI. This can make audio work in
  123. # DMT (computer monitor) modes
  124. hdmi_drive=2
  125.  
  126. # Uncomment to set monitor mode to DMT
  127. #hdmi_group=2
  128.  
  129. # Uncomment to increase signal to HDMI, if you have interference, blanking, or
  130. # no display
  131. #config_hdmi_boost=4
  132.  
  133. # setting the max usb current to 1200mA
  134. #max_usb_current=1
  135.  
  136. # memory options
  137. gpu_mem=64
  138.  
  139. # Overclocking options
  140. force_turbo=1
  141.  
  142.  
  143. ##################################################
  144.  
  145.  
  146. ###### System load statistics (procinfo -H) ######
  147. Memory: Total Used Free Buffers
  148. RAM: 922.56MiB 409.02MiB 513.54MiB 18.49MiB
  149. Swap: 0.00B 0.00B 0.00B
  150.  
  151. Bootup: Sun Apr 29 07:16:39 2018 Load average: 0.12 0.29 0.22 1/147 1545
  152.  
  153. user : 00:01:20.06 1.7% page in : 117022
  154. nice : 00:00:05.26 0.1% page out: 4601
  155. system: 00:00:32.70 0.7% page act: 11420
  156. IOwait: 00:00:52.94 1.2% page dea: 0
  157. hw irq: 00:00:00.00 0.0% page flt: 256402
  158. sw irq: 00:00:15.77 0.3% swap in : 0
  159. idle : 01:13:16.10 95.9% swap out: 0
  160. uptime: 00:19:12.77 context : 791645
  161.  
  162. irq 16: 0 irq 50: 4929
  163. irq 17: 199046 irq 51: 0
  164. irq 23: 18 irq 62: 812865
  165. irq 24: 2 irq 79: 0
  166. irq 39: 1 irq 80: 0
  167. irq 46: 0 irq 83: 660
  168. irq 48: 3567 irq 86: 506
  169.  
  170. mmcblk0 3356r 4 mmcblk0p2 3278r
  171. mmcblk0p1 65r
  172.  
  173. eth0 TX 208.20MiB RX 250.37MiB lo TX 537.94KiB RX 537.94KiB
  174.  
  175.  
  176. ###### Active processes (pstree) ######
  177. systemd-+-avahi-daemon---avahi-daemon
  178. |-dbus-daemon
  179. |-dhcpcd
  180. |-dnsmasq
  181. |-haveged
  182. |-ifplugd
  183. |-mpd-+-{decoder:flac}
  184. | |-{io}
  185. | |-{output:BossDAC}
  186. | `-{player}
  187. |-nginx---nginx
  188. |-nmbd
  189. |-ntpd---{ntpd}
  190. |-php-fpm---3*[php-fpm]
  191. |-python
  192. |-redis-server---2*[{redis-server}]
  193. |-rune_PL_wrk
  194. |-rune_SY_wrk---sh---debug_collector---sh---pstree
  195. |-sh---bash---python---2*[{python}]
  196. |-sh---sleep
  197. |-shairport---{shairport}
  198. |-sshd
  199. |-systemd-journal
  200. `-systemd-udevd
  201.  
  202.  
  203. ###### Audio backend ######
  204. Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.
  205.  
  206. Card list: (/proc/asound/cards)
  207. --------------------------------------------------
  208. 0 [BossDAC ]: BossDAC - BossDAC
  209. BossDAC
  210.  
  211.  
  212. PLAYBACK devices: (aplay -l)
  213. --------------------------------------------------
  214. **** List of PLAYBACK Hardware Devices ****
  215. card 0: BossDAC [BossDAC], device 0: BossDAC pcm512x-hifi-0 []
  216. Subdevices: 0/1
  217. Subdevice #0: subdevice #0
  218.  
  219.  
  220. PCM devices: (aplay -L)
  221. --------------------------------------------------
  222. null
  223. Discard all samples (playback) or generate zero samples (capture)
  224. default:CARD=BossDAC
  225. BossDAC,
  226. Default Audio Device
  227. sysdefault:CARD=BossDAC
  228. BossDAC,
  229. Default Audio Device
  230.  
  231.  
  232. Simple mixer controls: (amixer scontrols)
  233. --------------------------------------------------
  234. card 0:
  235. Simple mixer control 'DSP Program',0
  236. Simple mixer control 'Analogue',0
  237. Simple mixer control 'Analogue Playback Boost',0
  238. Simple mixer control 'Auto Mute',0
  239. Simple mixer control 'Auto Mute Mono',0
  240. Simple mixer control 'Auto Mute Time Left',0
  241. Simple mixer control 'Auto Mute Time Right',0
  242. Simple mixer control 'Clock Missing Period',0
  243. Simple mixer control 'Deemphasis',0
  244. Simple mixer control 'Digital',0
  245. Simple mixer control 'Max Overclock DAC',0
  246. Simple mixer control 'Max Overclock DSP',0
  247. Simple mixer control 'Max Overclock PLL',0
  248. Simple mixer control 'Volume Ramp Down Emergency Rate',0
  249. Simple mixer control 'Volume Ramp Down Emergency Step',0
  250. Simple mixer control 'Volume Ramp Down Rate',0
  251. Simple mixer control 'Volume Ramp Down Step',0
  252. Simple mixer control 'Volume Ramp Up Rate',0
  253. Simple mixer control 'Volume Ramp Up Step',0
  254.  
  255.  
  256. Mixer controls: (amixer controls)
  257. --------------------------------------------------
  258. card 0:
  259. numid=6,iface=MIXER,name='DSP Program'
  260. numid=3,iface=MIXER,name='Analogue Playback Boost Volume'
  261. numid=2,iface=MIXER,name='Analogue Playback Volume'
  262. numid=10,iface=MIXER,name='Auto Mute Mono Switch'
  263. numid=11,iface=MIXER,name='Auto Mute Switch'
  264. numid=8,iface=MIXER,name='Auto Mute Time Left'
  265. numid=9,iface=MIXER,name='Auto Mute Time Right'
  266. numid=7,iface=MIXER,name='Clock Missing Period'
  267. numid=5,iface=MIXER,name='Deemphasis Switch'
  268. numid=4,iface=MIXER,name='Digital Playback Switch'
  269. numid=1,iface=MIXER,name='Digital Playback Volume'
  270. numid=20,iface=MIXER,name='Max Overclock DAC'
  271. numid=19,iface=MIXER,name='Max Overclock DSP'
  272. numid=18,iface=MIXER,name='Max Overclock PLL'
  273. numid=16,iface=MIXER,name='Volume Ramp Down Emergency Rate'
  274. numid=17,iface=MIXER,name='Volume Ramp Down Emergency Step'
  275. numid=12,iface=MIXER,name='Volume Ramp Down Rate'
  276. numid=13,iface=MIXER,name='Volume Ramp Down Step'
  277. numid=14,iface=MIXER,name='Volume Ramp Up Rate'
  278. numid=15,iface=MIXER,name='Volume Ramp Up Step'
  279.  
  280.  
  281. MPD audio outputs status: (mpc outputs)
  282. --------------------------------------------------
  283. Output 1 (BossDAC) is enabled
  284.  
  285. MPD statistics: (mpc stats)
  286. --------------------------------------------------
  287. Artists: 5627
  288. Albums: 2890
  289. Songs: 42811
  290.  
  291. Play Time: 0 days, 0:05:04
  292. Uptime: 0 days, 0:18:58
  293. DB Updated: Sun Apr 29 07:30:18 2018
  294. DB Play Time: 129 days, 18:48:36
  295.  
  296. ###### mpd version ######
  297. Music Player Daemon 0.19.19-dsd
  298.  
  299. Copyright (C) 2003-2007 Warren Dukes
  300. Copyright (C) 2008-2014 Max Kellermann
  301. This is free software; see the source for copying conditions. There is NO
  302. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  303.  
  304.  
  305. Database plugins:
  306. simple proxy upnp
  307.  
  308. Storage plugins:
  309. local smbclient nfs
  310.  
  311. Neighbor plugins:
  312. smbclient upnp
  313.  
  314. Decoders plugins:
  315. [mad] mp3 mp2
  316. [vorbis] ogg oga
  317. [oggflac] ogg oga
  318. [flac] flac
  319. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  320. [audiofile] wav au aiff aif
  321. [dsdiff] dff
  322. [dsf] dsf
  323. [faad] aac
  324. [ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg opus psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tak tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve
  325. [pcm]
  326.  
  327. Output plugins:
  328. null fifo pipe alsa jack httpd
  329.  
  330. Encoder plugins:
  331. null vorbis wave flac
  332.  
  333. Input plugins:
  334. file alsa curl ffmpeg smbclient nfs mms
  335.  
  336. Playlist plugins:
  337. extm3u m3u pls xspf asx rss soundcloud cue embcue
  338.  
  339. Protocols:
  340. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  341.  
  342. ###### mpd.conf ######
  343. ###################################
  344. # Auto generated mpd.conf file
  345. # please DO NOT edit it manually!
  346. # Use RuneUI MPD config section
  347. ###################################
  348.  
  349. log_level "default"
  350. log_file "/var/log/runeaudio/mpd.log"
  351. state_file "/var/lib/mpd/mpdstate"
  352. zeroconf_enabled "yes"
  353. zeroconf_name "runeaudio"
  354. bind_to_address "/run/mpd.sock"
  355. bind_to_address "any"
  356. port "6600"
  357. max_connections "20"
  358. user "mpd"
  359. group "audio"
  360. db_file "/var/lib/mpd/mpd.db"
  361. sticker_file "/var/lib/mpd/sticker.sql"
  362. pid_file "/var/run/mpd/pid"
  363. music_directory "/mnt/MPD"
  364. playlist_directory "/var/lib/mpd/playlists"
  365. follow_outside_symlinks "yes"
  366. follow_inside_symlinks "yes"
  367. auto_update "no"
  368. filesystem_charset "UTF-8"
  369. id3v1_encoding "UTF-8"
  370. volume_normalization "no"
  371. audio_buffer_size "2048"
  372. buffer_before_play "10%"
  373. gapless_mp3_playback "no"
  374.  
  375. input {
  376. plugin "curl"
  377. }
  378.  
  379. decoder {
  380. plugin "ffmpeg"
  381. enabled "no"
  382. }
  383. replaygain "off"
  384.  
  385. audio_output {
  386. name "BossDAC"
  387. type "alsa"
  388. device "hw:0,0"
  389. mixer_control "Digital"
  390. mixer_type "hardware"
  391. mixer_device "hw:0"
  392. auto_resample "no"
  393. auto_format "no"
  394. }
  395.  
  396.  
  397. ###### Kernel optimization parameters ######
  398. hardware platform: RaspberryPi2
  399. current orionprofile: RuneAudio
  400.  
  401.  
  402. kernel scheduler for mmcblk0: [noop] deadline cfq
  403. /proc/sys/vm/swappiness: 0
  404. /proc/sys/kernel/sched_latency_ns: 4500000
  405. /proc/sys/kernel/sched_rt_period_us: 1000000
  406. /proc/sys/kernel/sched_rt_runtime_us: 950000
  407. /proc/sys/kernel/sched_autogroup_enabled: 1
  408. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  409. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  410. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  411.  
  412.  
  413. ###### Kernel module snd_usb_audio settings ######
  414. Error opening module snd_usb_audio
  415.  
  416. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  417. total 8.0K
  418. drwxr-xr-x 2 root root 4.0K Apr 29 06:53 .
  419. drwxr-xr-x 6 root root 4.0K Dec 16 2016 ..
  420. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  421. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  422. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  423. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  424. lrwxrwxrwx 1 root root 47 Oct 19 2016 [email protected] -> /usr/lib/systemd/system/[email protected]
  425. lrwxrwxrwx 1 root root 37 Feb 15 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  426. lrwxrwxrwx 1 root root 36 Feb 15 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  427. lrwxrwxrwx 1 root root 39 Feb 15 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  428. lrwxrwxrwx 1 root root 37 Feb 15 2015 redis.service -> /usr/lib/systemd/system/redis.service
  429. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  430. lrwxrwxrwx 1 root root 43 Feb 15 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  431. lrwxrwxrwx 1 root root 45 Feb 15 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  432. lrwxrwxrwx 1 root root 43 Feb 15 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  433. lrwxrwxrwx 1 root root 47 Apr 29 06:53 spotify-connect.service -> /usr/lib/systemd/system/spotify-connect.service
  434. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  435.  
  436.  
  437. ###### Filesystem mounts ######
  438. /dev/root / ext4 rw,relatime,data=ordered 0 0
  439. devtmpfs /dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  440. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  441. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  442. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  443. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  444. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  445. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  446. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  447. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  448. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  449. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  450. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  451. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  452. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  453. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  454. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  455. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  456. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  457. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  458. tmpfs /tmp tmpfs rw 0 0
  459. mqueue /dev/mqueue mqueue rw,relatime 0 0
  460. configfs /sys/kernel/config configfs rw,relatime 0 0
  461. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  462. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  463. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  464. devtmpfs /home/root/spotify-connect-web-chroot/dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  465. proc /home/root/spotify-connect-web-chroot/proc proc rw,relatime 0 0
  466. //192.168.1.2/Data/Music /mnt/MPD/NAS/Music cifs ro,relatime,vers=1.0,sec=ntlm,cache=none,username=puma,uid=1000,forceuid,gid=92,forcegid,addr=192.168.1.2,file_mode=0755,dir_mode=0755,nounix,mapposix,rsize=16384,wsize=17408,actimeo=1 0 0
  467.  
  468.  
  469. ###### Filesystem mounts - free space (df -h) ######
  470. Filesystem Size Used Avail Use% Mounted on
  471. /dev/root 30G 2.3G 26G 9% /
  472. devtmpfs 458M 0 458M 0% /dev
  473. tmpfs 462M 0 462M 0% /dev/shm
  474. tmpfs 462M 12M 450M 3% /run
  475. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  476. tmpfs 462M 0 462M 0% /tmp
  477. logs 5.0M 12K 5.0M 1% /var/log
  478. rune-logs 5.0M 652K 4.4M 13% /var/log/runeaudio
  479. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  480. //192.168.1.2/Data/Music 1.9T 1.1T 742G 61% /mnt/MPD/NAS/Music
  481.  
  482.  
  483. ###### Loaded kernel modules ######
  484. Module Size Used by
  485. md4 3599 0
  486. iptable_filter 1708 1
  487. xt_conntrack 2972 1
  488. ipt_MASQUERADE 1235 1
  489. nf_nat_masquerade_ipv4 2915 1 ipt_MASQUERADE
  490. iptable_nat 1943 1
  491. nf_conntrack_ipv4 13702 2
  492. nf_defrag_ipv4 1677 1 nf_conntrack_ipv4
  493. nf_nat_ipv4 5699 1 iptable_nat
  494. nf_nat 15862 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
  495. nf_conntrack 101212 5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
  496. nls_utf8 1419 1
  497. cifs 392255 2
  498. cfg80211 498228 0
  499. snd_soc_pcm512x_i2c 2609 1
  500. snd_soc_pcm512x 18826 1 snd_soc_pcm512x_i2c
  501. regmap_i2c 3560 1 snd_soc_pcm512x_i2c
  502. snd_soc_bcm2835_i2s 6278 2
  503. snd_soc_allo_boss_dac 4532 3
  504. snd_soc_core 153224 3 snd_soc_pcm512x,snd_soc_bcm2835_i2s,snd_soc_allo_boss_dac
  505. snd_pcm_dmaengine 5503 1 snd_soc_core
  506. snd_pcm 88980 5 snd_soc_pcm512x,snd_soc_core,snd_pcm_dmaengine,snd_soc_allo_boss_dac
  507. bcm2835_gpiomem 3638 0
  508. snd_timer 22172 1 snd_pcm
  509. snd 63333 8 snd_soc_core,snd_timer,snd_pcm
  510. i2c_bcm2708 5382 0
  511. bcm2835_wdt 3756 0
  512. bcm2835_rng 2167 0
  513. rng_core 8183 1 bcm2835_rng
  514. clk_allo_dac_45Mhz 2477 1
  515. uio_pdrv_genirq 3539 0
  516. uio 9114 1 uio_pdrv_genirq
  517. sch_fq_codel 8174 2
  518. ip_tables 12147 2 iptable_filter,iptable_nat
  519. x_tables 18169 4 ip_tables,ipt_MASQUERADE,xt_conntrack,iptable_filter
  520. ipv6 372060 0
  521.  
  522.  
  523. ###### Network listening sockets (netstat -lnp) ######
  524. Active Internet connections (only servers)
  525. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  526. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 451/mpd
  527. tcp 0 0 0.0.0.0:5002 0.0.0.0:* LISTEN 461/shairport
  528. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 334/redis-server 12
  529. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 679/python
  530. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 340/nginx: master p
  531. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 340/nginx: master p
  532. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 340/nginx: master p
  533. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 682/dnsmasq
  534. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 284/sshd
  535. tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 330/python
  536. udp 0 0 127.0.0.1:53 0.0.0.0:* 682/dnsmasq
  537. udp 0 0 0.0.0.0:67 0.0.0.0:* 682/dnsmasq
  538. udp 0 0 0.0.0.0:68 0.0.0.0:* 794/dhcpcd
  539. udp 0 0 192.168.1.10:123 0.0.0.0:* 304/ntpd
  540. udp 0 0 127.0.0.1:123 0.0.0.0:* 304/ntpd
  541. udp 0 0 0.0.0.0:123 0.0.0.0:* 304/ntpd
  542. udp 0 0 192.168.1.255:137 0.0.0.0:* 414/nmbd
  543. udp 0 0 192.168.1.10:137 0.0.0.0:* 414/nmbd
  544. udp 0 0 0.0.0.0:137 0.0.0.0:* 414/nmbd
  545. udp 0 0 192.168.1.255:138 0.0.0.0:* 414/nmbd
  546. udp 0 0 192.168.1.10:138 0.0.0.0:* 414/nmbd
  547. udp 0 0 0.0.0.0:138 0.0.0.0:* 414/nmbd
  548. udp 0 0 0.0.0.0:5353 0.0.0.0:* 292/avahi-daemon: r
  549. udp 0 0 0.0.0.0:53523 0.0.0.0:* 292/avahi-daemon: r
  550. Active UNIX domain sockets (only servers)
  551. Proto RefCnt Flags Type State I-Node PID/Program name Path
  552. unix 2 [ ACC ] STREAM LISTENING 14600 484/php-fpm: master /var/run/php-display.sock
  553. unix 2 [ ACC ] STREAM LISTENING 14603 484/php-fpm: master /var/run/php-db.sock
  554. unix 2 [ ACC ] STREAM LISTENING 14606 484/php-fpm: master /var/run/php-command.sock
  555. unix 2 [ ACC ] STREAM LISTENING 15635 414/nmbd /var/run/samba/nmbd/unexpected
  556. unix 2 [ ACC ] STREAM LISTENING 8213 1/init /run/systemd/private
  557. unix 2 [ ACC ] STREAM LISTENING 8221 1/init /run/systemd/journal/stdout
  558. unix 2 [ ACC ] SEQPACKET LISTENING 8229 1/init /run/udev/control
  559. unix 2 [ ACC ] STREAM LISTENING 12353 451/mpd /run/mpd.sock
  560. unix 2 [ ACC ] STREAM LISTENING 10307 334/redis-server 12 /tmp/redis.sock
  561. unix 2 [ ACC ] SEQPACKET LISTENING 8276 1/init /run/systemd/coredump
  562. unix 2 [ ACC ] STREAM LISTENING 8041 1/init /var/run/rpcbind.sock
  563. unix 2 [ ACC ] STREAM LISTENING 8043 1/init /var/run/avahi-daemon/socket
  564. unix 2 [ ACC ] STREAM LISTENING 8046 1/init /run/dbus/system_bus_socket
  565.  
  566.  
  567. ###### Network established sockets (netstat -np) ######
  568. Active Internet connections (w/o servers)
  569. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  570. tcp 0 0 127.0.0.1:53322 127.0.0.1:6379 TIME_WAIT -
  571. tcp 0 0 127.0.0.1:53430 127.0.0.1:6379 TIME_WAIT -
  572. tcp 0 0 127.0.0.1:53398 127.0.0.1:6379 TIME_WAIT -
  573. tcp 0 0 127.0.0.1:53346 127.0.0.1:6379 TIME_WAIT -
  574. tcp 0 0 127.0.0.1:53330 127.0.0.1:6379 TIME_WAIT -
  575. tcp 0 0 192.168.1.10:80 192.168.1.100:49940 TIME_WAIT -
  576. tcp 0 0 192.168.1.10:80 192.168.1.100:50121 TIME_WAIT -
  577. tcp 0 0 127.0.0.1:53328 127.0.0.1:6379 TIME_WAIT -
  578. tcp 0 0 127.0.0.1:53354 127.0.0.1:6379 TIME_WAIT -
  579. tcp 0 0 127.0.0.1:47878 127.0.0.1:6600 TIME_WAIT -
  580. tcp 0 0 127.0.0.1:47874 127.0.0.1:6600 TIME_WAIT -
  581. tcp 0 0 127.0.0.1:53338 127.0.0.1:6379 TIME_WAIT -
  582. tcp 0 0 192.168.1.10:6600 192.168.1.55:58035 ESTABLISHED 451/mpd
  583. tcp 0 0 127.0.0.1:53410 127.0.0.1:6379 TIME_WAIT -
  584. tcp 0 0 127.0.0.1:53388 127.0.0.1:6379 TIME_WAIT -
  585. tcp 0 0 127.0.0.1:53418 127.0.0.1:6379 TIME_WAIT -
  586. tcp 0 0 127.0.0.1:53402 127.0.0.1:6379 TIME_WAIT -
  587. tcp 0 0 127.0.0.1:47880 127.0.0.1:6600 TIME_WAIT -
  588. tcp 0 0 127.0.0.1:53316 127.0.0.1:6379 TIME_WAIT -
  589. tcp 0 0 127.0.0.1:53312 127.0.0.1:6379 TIME_WAIT -
  590. tcp 0 0 127.0.0.1:53310 127.0.0.1:6379 TIME_WAIT -
  591. tcp 0 0 127.0.0.1:53314 127.0.0.1:6379 TIME_WAIT -
  592. tcp 0 0 127.0.0.1:53394 127.0.0.1:6379 TIME_WAIT -
  593. tcp 0 0 127.0.0.1:53380 127.0.0.1:6379 TIME_WAIT -
  594. tcp 0 0 127.0.0.1:53414 127.0.0.1:6379 TIME_WAIT -
  595. tcp 0 0 192.168.1.10:80 192.168.1.100:50120 ESTABLISHED 341/nginx: worker p
  596. tcp 0 0 127.0.0.1:53362 127.0.0.1:6379 TIME_WAIT -
  597. tcp 0 0 192.168.1.10:80 192.168.1.100:50123 TIME_WAIT -
  598. tcp 0 0 127.0.0.1:53400 127.0.0.1:6379 TIME_WAIT -
  599. tcp 0 0 192.168.1.10:80 192.168.1.100:50117 TIME_WAIT -
  600. tcp 0 0 127.0.0.1:53384 127.0.0.1:6379 TIME_WAIT -
  601. tcp 0 0 127.0.0.1:53320 127.0.0.1:6379 TIME_WAIT -
  602. tcp 0 0 127.0.0.1:53396 127.0.0.1:6379 TIME_WAIT -
  603. tcp 0 0 127.0.0.1:53332 127.0.0.1:6379 TIME_WAIT -
  604. tcp 0 0 127.0.0.1:53420 127.0.0.1:6379 TIME_WAIT -
  605. tcp 0 0 127.0.0.1:53342 127.0.0.1:6379 TIME_WAIT -
  606. tcp 0 0 127.0.0.1:53370 127.0.0.1:6379 TIME_WAIT -
  607. tcp 0 0 127.0.0.1:53324 127.0.0.1:6379 TIME_WAIT -
  608. tcp 0 0 127.0.0.1:53334 127.0.0.1:6379 TIME_WAIT -
  609. tcp 0 0 192.168.1.10:58184 104.199.240.115:443 ESTABLISHED 330/python
  610. tcp 0 0 192.168.1.10:80 192.168.1.100:50122 ESTABLISHED 341/nginx: worker p
  611. tcp 0 0 127.0.0.1:47870 127.0.0.1:6600 TIME_WAIT -
  612. tcp 0 0 127.0.0.1:53360 127.0.0.1:6379 TIME_WAIT -
  613. tcp 0 0 127.0.0.1:53364 127.0.0.1:6379 TIME_WAIT -
  614. tcp 0 0 127.0.0.1:53350 127.0.0.1:6379 TIME_WAIT -
  615. tcp 0 0 127.0.0.1:53422 127.0.0.1:6379 TIME_WAIT -
  616. tcp 0 0 127.0.0.1:53348 127.0.0.1:6379 TIME_WAIT -
  617. tcp 0 0 127.0.0.1:53352 127.0.0.1:6379 TIME_WAIT -
  618. tcp 0 0 127.0.0.1:53404 127.0.0.1:6379 TIME_WAIT -
  619. tcp 0 0 127.0.0.1:53344 127.0.0.1:6379 TIME_WAIT -
  620. tcp 0 0 127.0.0.1:80 127.0.0.1:52568 TIME_WAIT -
  621. tcp 0 0 192.168.1.10:6600 192.168.1.55:58034 ESTABLISHED 451/mpd
  622. tcp 0 0 127.0.0.1:47876 127.0.0.1:6600 TIME_WAIT -
  623. tcp 0 0 127.0.0.1:53318 127.0.0.1:6379 TIME_WAIT -
  624. tcp 0 0 192.168.1.10:80 192.168.1.100:49938 TIME_WAIT -
  625. tcp 0 0 127.0.0.1:53368 127.0.0.1:6379 TIME_WAIT -
  626. tcp 0 0 127.0.0.1:53326 127.0.0.1:6379 TIME_WAIT -
  627. tcp 0 0 127.0.0.1:47872 127.0.0.1:6600 TIME_WAIT -
  628. tcp 0 0 127.0.0.1:53358 127.0.0.1:6379 TIME_WAIT -
  629. tcp 0 0 127.0.0.1:53416 127.0.0.1:6379 TIME_WAIT -
  630. tcp 0 0 192.168.1.10:80 192.168.1.100:50116 TIME_WAIT -
  631. tcp 0 0 192.168.1.10:80 192.168.1.100:49937 TIME_WAIT -
  632. tcp 0 0 127.0.0.1:53428 127.0.0.1:6379 TIME_WAIT -
  633. tcp 0 0 127.0.0.1:47944 127.0.0.1:6600 TIME_WAIT -
  634. tcp 0 0 127.0.0.1:53408 127.0.0.1:6379 TIME_WAIT -
  635. tcp 0 0 127.0.0.1:53392 127.0.0.1:6379 TIME_WAIT -
  636. tcp 0 0 127.0.0.1:53336 127.0.0.1:6379 TIME_WAIT -
  637. tcp 0 0 192.168.1.10:37708 192.168.1.2:445 ESTABLISHED -
  638. tcp 0 0 127.0.0.1:82 127.0.0.1:33104 TIME_WAIT -
  639. tcp 0 0 127.0.0.1:53356 127.0.0.1:6379 TIME_WAIT -
  640. tcp 0 0 127.0.0.1:53386 127.0.0.1:6379 TIME_WAIT -
  641. tcp 0 0 192.168.1.10:80 192.168.1.100:50118 TIME_WAIT -
  642. tcp 0 0 127.0.0.1:53382 127.0.0.1:6379 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:53424 127.0.0.1:6379 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:53406 127.0.0.1:6379 TIME_WAIT -
  645. tcp 0 0 127.0.0.1:53390 127.0.0.1:6379 TIME_WAIT -
  646. tcp 0 0 127.0.0.1:47938 127.0.0.1:6600 TIME_WAIT -
  647. tcp 0 0 127.0.0.1:53376 127.0.0.1:6379 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:53426 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 127.0.0.1:53340 127.0.0.1:6379 TIME_WAIT -
  650. tcp 0 0 127.0.0.1:53374 127.0.0.1:6379 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:53340 127.0.0.1:6379 TIME_WAIT -
  652. tcp 0 0 127.0.0.1:53374 127.0.0.1:6379 TIME_WAIT -
  653. Active UNIX domain sockets (w/o servers)
  654. Proto RefCnt Flags Type State I-Node PID/Program name Path
  655. unix 3 [ ] DGRAM 8211 1/init /run/systemd/notify
  656. unix 4 [ ] DGRAM 8224 1/init /run/systemd/journal/socket
  657. unix 2 [ ] DGRAM 13765 414/nmbd /var/lib/samba/private/msg.sock/414
  658. unix 6 [ ] DGRAM 8279 1/init /run/systemd/journal/dev-log
  659. unix 3 [ ] STREAM CONNECTED 9102 344/php
  660. unix 3 [ ] STREAM CONNECTED 10000 1/init /run/systemd/journal/stdout
  661. unix 3 [ ] STREAM CONNECTED 8883 292/avahi-daemon: r
  662. unix 3 [ ] STREAM CONNECTED 11399 300/dbus-daemon /run/dbus/system_bus_socket
  663. unix 3 [ ] STREAM CONNECTED 29581 1537/php
  664. unix 3 [ ] STREAM CONNECTED 9774 1/init /run/systemd/journal/stdout
  665. unix 3 [ ] STREAM CONNECTED 8686 284/sshd
  666. unix 3 [ ] STREAM CONNECTED 12358 451/mpd
  667. unix 3 [ ] STREAM CONNECTED 8855 296/sh
  668. unix 3 [ ] STREAM CONNECTED 9846 1/init /run/systemd/journal/stdout
  669. unix 3 [ ] STREAM CONNECTED 14246 300/dbus-daemon /run/dbus/system_bus_socket
  670. unix 3 [ ] STREAM CONNECTED 28210 334/redis-server 12 /tmp/redis.sock
  671. unix 3 [ ] STREAM CONNECTED 8878 292/avahi-daemon: r
  672. unix 3 [ ] STREAM CONNECTED 14909 300/dbus-daemon /run/dbus/system_bus_socket
  673. unix 3 [ ] STREAM CONNECTED 28200 334/redis-server 12 /tmp/redis.sock
  674. unix 2 [ ] DGRAM 8876 292/avahi-daemon: r
  675. unix 2 [ ] DGRAM 14916 682/dnsmasq
  676. unix 3 [ ] STREAM CONNECTED 12619 682/dnsmasq
  677. unix 2 [ ] DGRAM 8371 223/systemd-udevd
  678. unix 3 [ ] STREAM CONNECTED 29574 344/php
  679. unix 3 [ ] STREAM CONNECTED 12607 679/python
  680. unix 3 [ ] STREAM CONNECTED 11002 1/init /run/systemd/journal/stdout
  681. unix 3 [ ] STREAM CONNECTED 10299 1/init /run/systemd/journal/stdout
  682. unix 3 [ ] STREAM CONNECTED 8861 1/init
  683. unix 3 [ ] STREAM CONNECTED 8829 292/avahi-daemon: r
  684. unix 3 [ ] STREAM CONNECTED 11398 300/dbus-daemon /run/dbus/system_bus_socket
  685. unix 2 [ ] DGRAM 8863 304/ntpd
  686. unix 3 [ ] STREAM CONNECTED 8879 314/avahi-daemon: c
  687. unix 3 [ ] STREAM CONNECTED 1966 1/init /run/systemd/journal/stdout
  688. unix 2 [ ] DGRAM 1489 176/systemd-journal
  689. unix 3 [ ] STREAM CONNECTED 11574 354/php
  690. unix 3 [ ] STREAM CONNECTED 11397 300/dbus-daemon
  691. unix 3 [ ] STREAM CONNECTED 14084 484/php-fpm: master
  692. unix 3 [ ] STREAM CONNECTED 11323 300/dbus-daemon
  693. unix 3 [ ] STREAM CONNECTED 10658 1/init /run/systemd/journal/stdout
  694. unix 3 [ ] STREAM CONNECTED 11368 304/ntpd
  695. unix 2 [ ] DGRAM 13760 794/dhcpcd
  696. unix 3 [ ] STREAM CONNECTED 1965 271/haveged
  697. unix 3 [ ] STREAM CONNECTED 11494 340/nginx: master p
  698. unix 3 [ ] DGRAM 1707 223/systemd-udevd
  699. unix 3 [ ] STREAM CONNECTED 11468 334/redis-server 12
  700. unix 3 [ ] DGRAM 1708 223/systemd-udevd
  701. unix 3 [ ] STREAM CONNECTED 9115 1/init /run/systemd/journal/stdout
  702. unix 3 [ ] STREAM CONNECTED 8860 1/init /run/systemd/journal/stdout
  703. unix 3 [ ] STREAM CONNECTED 11471 1/init /run/systemd/journal/stdout
  704. unix 3 [ ] STREAM CONNECTED 11367 304/ntpd
  705. unix 3 [ ] STREAM CONNECTED 11491 340/nginx: master p
  706. unix 3 [ ] STREAM CONNECTED 11396 300/dbus-daemon
  707. unix 3 [ ] STREAM CONNECTED 2023 294/ifplugd
  708. unix 3 [ ] STREAM CONNECTED 11493 340/nginx: master p
  709. unix 3 [ ] STREAM CONNECTED 8837 1/init /run/systemd/journal/stdout
  710. unix 3 [ ] STREAM CONNECTED 11492 340/nginx: master p
  711. unix 3 [ ] STREAM CONNECTED 10692 334/redis-server 12 /tmp/redis.sock
  712. unix 3 [ ] STREAM CONNECTED 14598 484/php-fpm: master
  713. unix 3 [ ] STREAM CONNECTED 14251 451/mpd /run/mpd.sock
  714. unix 3 [ ] STREAM CONNECTED 14599 484/php-fpm: master
  715. unix 3 [ ] STREAM CONNECTED 10697 354/php
  716. unix 2 [ ] DGRAM 14803 1/init
  717. unix 3 [ ] STREAM CONNECTED 14545 1/init /run/systemd/journal/stdout
  718. unix 3 [ ] STREAM CONNECTED 14544 461/shairport
  719. unix 3 [ ] STREAM CONNECTED 10602 461/shairport
  720. unix 3 [ ] STREAM CONNECTED 14558 300/dbus-daemon /run/dbus/system_bus_socket
  721. unix 3 [ ] STREAM CONNECTED 14651 354/php
  722. unix 3 [ ] STREAM CONNECTED 7856 223/systemd-udevd
  723. unix 3 [ ] STREAM CONNECTED 10296 1/init /run/systemd/journal/stdout
  724. unix 3 [ ] STREAM CONNECTED 1658 1/init /run/systemd/journal/stdout
  725. unix 3 [ ] STREAM CONNECTED 9828 290/sh
  726.  
  727.  
  728. ###### Network interfaces (ip addr) ######
  729. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  730. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  731. inet 127.0.0.1/8 scope host lo
  732. valid_lft forever preferred_lft forever
  733. 2: eth0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  734. link/ether b8:27:eb:22:ef:35 brd ff:ff:ff:ff:ff:ff
  735. inet 192.168.1.10/24 brd 192.168.1.255 scope global eth0
  736. valid_lft forever preferred_lft forever
  737.  
  738.  
  739. ###### Network interfaces (ifconfig) ######
  740. eth0: flags=4163 mtu 1500
  741. inet 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255
  742. ether b8:27:eb:22:ef:35 txqueuelen 1000 (Ethernet)
  743. RX packets 260992 bytes 262827899 (250.6 MiB)
  744. RX errors 0 dropped 9 overruns 0 frame 0
  745. TX packets 272249 bytes 218468061 (208.3 MiB)
  746. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  747.  
  748. lo: flags=73 mtu 65536
  749. inet 127.0.0.1 netmask 255.0.0.0
  750. loop txqueuelen 1 (Local Loopback)
  751. RX packets 11230 bytes 670568 (654.8 KiB)
  752. RX errors 0 dropped 0 overruns 0 frame 0
  753. TX packets 11230 bytes 670568 (654.8 KiB)
  754. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  755.  
  756.  
  757. ###### Network netctl profiles (netctl list) ######
  758. eth0
  759.  
  760. eth0 netctl status
  761. --------------------------------------------------------
  762. [email protected] - Networking for netctl profile eth0
  763. Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
  764. Active: inactive (dead)
  765. Docs: man:netctl.profile(5)
  766.  
  767. eth0 netctl profile
  768. --------------------------------------------------------
  769. Description='eth0 connection'
  770. Interface=eth0
  771. ForceConnect=yes
  772. SkipNoCarrier=yes
  773. Connection=ethernet
  774. IP=dhcp
  775.  
  776.  
  777. ###### Network wifi status (iwconfig) ######
  778. lo no wireless extensions.
  779.  
  780. eth0 no wireless extensions.
  781.  
  782.  
  783. ###### List all USB devices (lsusb) ######
  784. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  785. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  786. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  787.  
  788. ###### Kernel status (dmesg) ######
  789. [ 0.000000] Booting Linux on physical CPU 0xf00
  790. [ 0.000000] Initializing cgroup subsys cpuset
  791. [ 0.000000] Initializing cgroup subsys cpu
  792. [ 0.000000] Initializing cgroup subsys cpuacct
  793. [ 0.000000] Linux version 4.4.39-ARCH+ (frank@franks-ubuntu) (gcc version 4.8.3 20140106 (prerelease) (crosstool-NG linaro-1.13.1-4.8-2014.01 - Linaro GCC 2013.11) ) #5 SMP Sat Feb 11 15:43:36 CET 2017
  794. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  795. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  796. [ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
  797. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  798. [ 0.000000] Memory policy: Data cache writealloc
  799. [ 0.000000] On node 0 totalpages: 241664
  800. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  801. [ 0.000000] Normal zone: 2124 pages used for memmap
  802. [ 0.000000] Normal zone: 0 pages reserved
  803. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  804. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  805. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  806. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22656 r8192 d22400 u53248
  807. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  808. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  809. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  810. [ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0xcd22ef35 smsc95xx.macaddr=B8:27:EB:22:EF:35 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0x3 elevator=noop ipv6.disable=1 logo.nologo quiet loglevel=3 rd.systemd.show_status=false rd.udev.log-priority=3
  811. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  812. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  813. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  814. [ 0.000000] Memory: 936072K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22392K reserved, 8192K cma-reserved)
  815. [ 0.000000] Virtual kernel memory layout:
  816. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  817. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  818. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  819. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  820. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  821. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  822. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  823. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  824. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  825. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  826. [ 0.000000] Hierarchical RCU implementation.
  827. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  828. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  829. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  830. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  831. [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  832. [ 0.000020] Switching to timer-based delay loop, resolution 52ns
  833. [ 0.000244] Console: colour dummy device 80x30
  834. [ 0.000381] console [tty0] enabled
  835. [ 0.000408] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  836. [ 0.000423] pid_max: default: 32768 minimum: 301
  837. [ 0.000676] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  838. [ 0.000690] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  839. [ 0.001564] Disabling cpuset control group subsystem
  840. [ 0.001598] Initializing cgroup subsys io
  841. [ 0.001621] Initializing cgroup subsys memory
  842. [ 0.001663] Initializing cgroup subsys devices
  843. [ 0.001681] Initializing cgroup subsys freezer
  844. [ 0.001697] Initializing cgroup subsys net_cls
  845. [ 0.001711] Initializing cgroup subsys perf_event
  846. [ 0.001725] Initializing cgroup subsys net_prio
  847. [ 0.001750] Initializing cgroup subsys pids
  848. [ 0.001802] CPU: Testing write buffer coherency: ok
  849. [ 0.002322] CPU0: update cpu_capacity 1024
  850. [ 0.002335] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  851. [ 0.002344] [bcm2709_smp_prepare_cpus] enter
  852. [ 0.002448] Setting up static identity map for 0x8240 - 0x8274
  853. [ 0.004196] [bcm2709_boot_secondary] cpu:1 started (0) 17
  854. [ 0.004519] [bcm2709_secondary_init] enter cpu:1
  855. [ 0.004559] CPU1: update cpu_capacity 1024
  856. [ 0.004565] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  857. [ 0.004970] [bcm2709_boot_secondary] cpu:2 started (0) 18
  858. [ 0.005204] [bcm2709_secondary_init] enter cpu:2
  859. [ 0.005224] CPU2: update cpu_capacity 1024
  860. [ 0.005229] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  861. [ 0.005580] [bcm2709_boot_secondary] cpu:3 started (0) 18
  862. [ 0.005803] [bcm2709_secondary_init] enter cpu:3
  863. [ 0.005820] CPU3: update cpu_capacity 1024
  864. [ 0.005825] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  865. [ 0.005882] Brought up 4 CPUs
  866. [ 0.005900] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  867. [ 0.005907] CPU: All CPU(s) started in HYP mode.
  868. [ 0.005912] CPU: Virtualization extensions available.
  869. [ 0.006595] devtmpfs: initialized
  870. [ 0.015159] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  871. [ 0.015475] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  872. [ 0.016046] xor: measuring software checksum speed
  873. [ 0.109995] arm4regs : 1248.400 MB/sec
  874. [ 0.210058] 8regs : 730.800 MB/sec
  875. [ 0.310117] 32regs : 631.600 MB/sec
  876. [ 0.410175] neon : 1214.000 MB/sec
  877. [ 0.410184] xor: using function: arm4regs (1248.400 MB/sec)
  878. [ 0.410303] pinctrl core: initialized pinctrl subsystem
  879. [ 0.410853] NET: Registered protocol family 16
  880. [ 0.415580] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  881. [ 0.421117] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  882. [ 0.421131] hw-breakpoint: maximum watchpoint size is 8 bytes.
  883. [ 0.421265] Serial: AMBA PL011 UART driver
  884. [ 0.421480] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  885. [ 0.421902] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  886. [ 0.650715] raid6: int32x1 gen() 134 MB/s
  887. [ 0.820765] raid6: int32x1 xor() 108 MB/s
  888. [ 0.990804] raid6: int32x2 gen() 175 MB/s
  889. [ 1.161077] raid6: int32x2 xor() 115 MB/s
  890. [ 1.331074] raid6: int32x4 gen() 179 MB/s
  891. [ 1.501200] raid6: int32x4 xor() 116 MB/s
  892. [ 1.671434] raid6: int32x8 gen() 168 MB/s
  893. [ 1.841517] raid6: int32x8 xor() 108 MB/s
  894. [ 2.011732] raid6: neonx1 gen() 441 MB/s
  895. [ 2.181786] raid6: neonx1 xor() 321 MB/s
  896. [ 2.351953] raid6: neonx2 gen() 578 MB/s
  897. [ 2.522067] raid6: neonx2 xor() 416 MB/s
  898. [ 2.692266] raid6: neonx4 gen() 721 MB/s
  899. [ 2.862347] raid6: neonx4 xor() 480 MB/s
  900. [ 3.032590] raid6: neonx8 gen() 476 MB/s
  901. [ 3.202644] raid6: neonx8 xor() 342 MB/s
  902. [ 3.202652] raid6: using algorithm neonx4 gen() 721 MB/s
  903. [ 3.202658] raid6: .... xor() 480 MB/s, rmw enabled
  904. [ 3.202664] raid6: using intx1 recovery algorithm
  905. [ 3.204039] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  906. [ 3.204515] SCSI subsystem initialized
  907. [ 3.204783] usbcore: registered new interface driver usbfs
  908. [ 3.204848] usbcore: registered new interface driver hub
  909. [ 3.204988] usbcore: registered new device driver usb
  910. [ 3.212675] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  911. [ 3.239935] clocksource: Switched to clocksource arch_sys_counter
  912. [ 3.284907] FS-Cache: Loaded
  913. [ 3.285175] CacheFiles: Loaded
  914. [ 3.294946] NET: Registered protocol family 2
  915. [ 3.295721] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  916. [ 3.295828] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  917. [ 3.295965] TCP: Hash tables configured (established 8192 bind 8192)
  918. [ 3.296064] UDP hash table entries: 512 (order: 2, 16384 bytes)
  919. [ 3.296115] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  920. [ 3.296348] NET: Registered protocol family 1
  921. [ 3.296688] RPC: Registered named UNIX socket transport module.
  922. [ 3.296699] RPC: Registered udp transport module.
  923. [ 3.296705] RPC: Registered tcp transport module.
  924. [ 3.296711] RPC: Registered tcp NFSv4.1 backchannel transport module.
  925. [ 3.297779] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  926. [ 3.300243] futex hash table entries: 1024 (order: 4, 65536 bytes)
  927. [ 3.310426] VFS: Disk quotas dquot_6.6.0
  928. [ 3.310654] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  929. [ 3.312613] FS-Cache: Netfs 'nfs' registered for caching
  930. [ 3.313313] NFS: Registering the id_resolver key type
  931. [ 3.313367] Key type id_resolver registered
  932. [ 3.313375] Key type id_legacy registered
  933. [ 3.313402] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  934. [ 3.314072] JFS: nTxBlock = 7377, nTxLock = 59016
  935. [ 3.321344] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  936. [ 3.327824] async_tx: api initialized (async)
  937. [ 3.328095] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  938. [ 3.328232] io scheduler noop registered (default)
  939. [ 3.328248] io scheduler deadline registered
  940. [ 3.328294] io scheduler cfq registered
  941. [ 3.330198] BCM2708FB: allocated DMA memory fac00000
  942. [ 3.330230] BCM2708FB: allocated DMA channel 0 @ f3007000
  943. [ 3.337651] Console: switching to colour frame buffer device 82x26
  944. [ 3.342369] vc-cma: Videocore CMA driver
  945. [ 3.342380] vc-cma: vc_cma_base = 0x00000000
  946. [ 3.342387] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  947. [ 3.342393] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  948. [ 3.342564] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  949. [ 3.355975] brd: module loaded
  950. [ 3.363276] loop: module loaded
  951. [ 3.364065] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  952. [ 3.365514] Loading iSCSI transport class v2.0-870.
  953. [ 3.366166] usbcore: registered new interface driver ax88179_178a
  954. [ 3.366259] usbcore: registered new interface driver smsc95xx
  955. [ 3.366378] usbcore: registered new interface driver cdc_ncm
  956. [ 3.366395] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  957. [ 3.566667] Core Release: 2.80a
  958. [ 3.566680] Setting default values for core params
  959. [ 3.566717] Finished setting default values for core params
  960. [ 3.766970] Using Buffer DMA mode
  961. [ 3.766980] Periodic Transfer Interrupt Enhancement - disabled
  962. [ 3.766985] Multiprocessor Interrupt Enhancement - disabled
  963. [ 3.766992] OTG VER PARAM: 0, OTG VER FLAG: 0
  964. [ 3.767006] Dedicated Tx FIFOs mode
  965. [ 3.767304] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
  966. [ 3.767333] FIQ FSM acceleration enabled for :
  967. Non-periodic Split Transactions
  968. Periodic Split Transactions
  969. [ 3.767346] dwc_otg: Microframe scheduler enabled
  970. [ 3.767387] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  971. [ 3.767398] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  972. [ 3.767409] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  973. [ 3.767461] dwc_otg 3f980000.usb: DWC OTG Controller
  974. [ 3.767507] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  975. [ 3.767543] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  976. [ 3.767586] Init: Port Power? op_state=1
  977. [ 3.767592] Init: Power Port (0)
  978. [ 3.767789] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  979. [ 3.767801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  980. [ 3.767812] usb usb1: Product: DWC OTG Controller
  981. [ 3.767821] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  982. [ 3.767831] usb usb1: SerialNumber: 3f980000.usb
  983. [ 3.768522] hub 1-0:1.0: USB hub found
  984. [ 3.768561] hub 1-0:1.0: 1 port detected
  985. [ 3.769077] dwc_otg: FIQ enabled
  986. [ 3.769086] dwc_otg: NAK holdoff enabled
  987. [ 3.769092] dwc_otg: FIQ split-transaction FSM enabled
  988. [ 3.769122] Module dwc_common_port init
  989. [ 3.769344] usbcore: registered new interface driver usb-storage
  990. [ 3.769401] usbcore: registered new interface driver ums-alauda
  991. [ 3.769452] usbcore: registered new interface driver ums-cypress
  992. [ 3.769505] usbcore: registered new interface driver ums-datafab
  993. [ 3.769554] usbcore: registered new interface driver ums_eneub6250
  994. [ 3.769604] usbcore: registered new interface driver ums-freecom
  995. [ 3.769655] usbcore: registered new interface driver ums-isd200
  996. [ 3.769706] usbcore: registered new interface driver ums-jumpshot
  997. [ 3.769756] usbcore: registered new interface driver ums-karma
  998. [ 3.769807] usbcore: registered new interface driver ums-onetouch
  999. [ 3.769886] usbcore: registered new interface driver ums-realtek
  1000. [ 3.769979] usbcore: registered new interface driver ums-sddr09
  1001. [ 3.770037] usbcore: registered new interface driver ums-sddr55
  1002. [ 3.770088] usbcore: registered new interface driver ums-usbat
  1003. [ 3.770317] mousedev: PS/2 mouse device common for all mice
  1004. [ 3.770898] md: linear personality registered for level -1
  1005. [ 3.770914] md: raid0 personality registered for level 0
  1006. [ 3.770928] md: raid1 personality registered for level 1
  1007. [ 3.770941] md: raid10 personality registered for level 10
  1008. [ 3.771168] md: raid6 personality registered for level 6
  1009. [ 3.771177] md: raid5 personality registered for level 5
  1010. [ 3.771184] md: raid4 personality registered for level 4
  1011. [ 3.771199] md: multipath personality registered for level -4
  1012. [ 3.771213] md: faulty personality registered for level -5
  1013. [ 3.771493] device-mapper: uevent: version 1.0.3
  1014. [ 3.771887] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
  1015. [ 3.772408] device-mapper: multipath: version 1.10.0 loaded
  1016. [ 3.772428] device-mapper: multipath round-robin: version 1.0.0 loaded
  1017. [ 3.772442] device-mapper: multipath queue-length: version 0.1.0 loaded
  1018. [ 3.772456] device-mapper: multipath service-time: version 0.2.0 loaded
  1019. [ 3.772485] device-mapper: raid: Loading target version 1.7.0
  1020. [ 3.772652] bcm2835-cpufreq: min=900000 max=900000
  1021. [ 3.772963] sdhci: Secure Digital Host Controller Interface driver
  1022. [ 3.772971] sdhci: Copyright(c) Pierre Ossman
  1023. [ 3.773243] sdhost: log_buf @ bac13000 (fac13000)
  1024. [ 3.829966] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1025. [ 3.830173] sdhci-pltfm: SDHCI platform and OF driver helper
  1026. [ 3.830641] ledtrig-cpu: registered to indicate activity on CPUs
  1027. [ 3.830813] hidraw: raw HID events driver (C) Jiri Kosina
  1028. [ 3.831172] usbcore: registered new interface driver usbhid
  1029. [ 3.831180] usbhid: USB HID core driver
  1030. [ 3.831644] Initializing XFRM netlink socket
  1031. [ 3.831677] NET: Registered protocol family 17
  1032. [ 3.831816] Key type dns_resolver registered
  1033. [ 3.832403] Registering SWP/SWPB emulation handler
  1034. [ 3.833166] registered taskstats version 1
  1035. [ 3.835954] Btrfs loaded
  1036. [ 3.837118] Key type encrypted registered
  1037. [ 3.837212] vc-sm: Videocore shared memory driver
  1038. [ 3.837224] [vc_sm_connected_init]: start
  1039. [ 3.837707] [vc_sm_connected_init]: end - returning 0
  1040. [ 3.837878] of_cfs_init
  1041. [ 3.837981] of_cfs_init: OK
  1042. [ 3.838650] md: Waiting for all devices to be available before autodetect
  1043. [ 3.838658] md: If you don't use raid, use raid=noautodetect
  1044. [ 3.839598] md: Autodetecting RAID arrays.
  1045. [ 3.839609] md: Scanned 0 and added 0 devices.
  1046. [ 3.839615] md: autorun ...
  1047. [ 3.839620] md: ... autorun DONE.
  1048. [ 3.839773] Waiting for root device /dev/mmcblk0p2...
  1049. [ 3.906669] mmc0: host does not support reading read-only switch, assuming write-enable
  1050. [ 3.909153] mmc0: new high speed SDHC card at address aaaa
  1051. [ 3.909705] mmcblk0: mmc0:aaaa SP32G 29.7 GiB
  1052. [ 3.910884] mmcblk0: p1 p2
  1053. [ 3.957431] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1054. [ 3.957485] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1055. [ 3.960093] Indeed it is in host mode hprt0 = 00021501
  1056. [ 3.964681] devtmpfs: mounted
  1057. [ 3.965183] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1058. [ 4.139988] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1059. [ 4.140122] Indeed it is in host mode hprt0 = 00001101
  1060. [ 4.246619] systemd[1]: System time before build time, advancing clock.
  1061. [ 4.335068] IPv6: Loaded, but administratively disabled, reboot required to enable
  1062. [ 4.340293] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1063. [ 4.340312] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1064. [ 4.340991] hub 1-1:1.0: USB hub found
  1065. [ 4.341084] hub 1-1:1.0: 5 ports detected
  1066. [ 4.344234] ip_tables: (C) 2000-2006 Netfilter Core Team
  1067. [ 4.348816] random: systemd: uninitialized urandom read (16 bytes read, 37 bits of entropy available)
  1068. [ 4.359220] random: systemd: uninitialized urandom read (16 bytes read, 38 bits of entropy available)
  1069. [ 4.362371] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  1070. [ 4.362909] systemd[1]: Detected architecture arm.
  1071. [ 4.363686] systemd[1]: Set hostname to .
  1072. [ 4.420390] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 46 bits of entropy available)
  1073. [ 4.420760] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 46 bits of entropy available)
  1074. [ 4.427064] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 47 bits of entropy available)
  1075. [ 4.498725] random: systemd: uninitialized urandom read (16 bytes read, 57 bits of entropy available)
  1076. [ 4.499048] random: systemd: uninitialized urandom read (16 bytes read, 57 bits of entropy available)
  1077. [ 4.499567] random: systemd: uninitialized urandom read (16 bytes read, 57 bits of entropy available)
  1078. [ 4.500553] random: systemd: uninitialized urandom read (16 bytes read, 57 bits of entropy available)
  1079. [ 4.520591] random: systemd: uninitialized urandom read (16 bytes read, 60 bits of entropy available)
  1080. [ 4.619992] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1081. [ 4.720258] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1082. [ 4.720279] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1083. [ 4.723011] smsc95xx v1.0.4
  1084. [ 4.782737] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:22:ef:35
  1085. [ 4.799803] systemd[1]: Listening on Journal Socket.
  1086. [ 4.800474] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1087. [ 4.800565] systemd[1]: Reached target Login Prompts.
  1088. [ 4.800781] systemd[1]: Listening on udev Control Socket.
  1089. [ 4.800867] systemd[1]: Reached target Encrypted Volumes.
  1090. [ 4.801122] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1091. [ 4.801850] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1092. [ 4.802131] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1093. [ 4.802213] systemd[1]: Reached target Paths.
  1094. [ 4.804121] systemd[1]: Created slice System Slice.
  1095. [ 4.830623] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1096. [ 4.831701] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1097. [ 4.842256] systemd[1]: Starting Load Kernel Modules...
  1098. [ 4.875735] systemd[1]: Starting RuneAudio shutdown script...
  1099. [ 4.881806] systemd[1]: Starting Setup Virtual Console...
  1100. [ 4.882854] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1101. [ 4.883042] systemd[1]: Reached target System Time Synchronized.
  1102. [ 4.883237] systemd[1]: Reached target Remote File Systems.
  1103. [ 4.889901] systemd[1]: Listening on Process Core Dump Socket.
  1104. [ 4.890340] systemd[1]: Listening on udev Kernel Socket.
  1105. [ 4.900921] systemd[1]: Mounting Temporary Directory...
  1106. [ 4.901114] systemd[1]: Reached target Swap.
  1107. [ 4.901293] systemd[1]: Reached target Slices.
  1108. [ 4.901661] systemd[1]: Listening on Journal Socket (/dev/log).
  1109. [ 4.917364] systemd[1]: Starting Journal Service...
  1110. [ 4.921061] systemd[1]: Mounting Debug File System...
  1111. [ 4.925377] systemd[1]: Mounting POSIX Message Queue File System...
  1112. [ 4.930287] systemd[1]: Starting Remount Root and Kernel File Systems...
  1113. [ 4.944481] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1114. [ 4.947297] systemd[1]: Started Load Kernel Modules.
  1115. [ 4.949735] systemd[1]: Started RuneAudio shutdown script.
  1116. [ 4.979583] systemd[1]: Mounted Debug File System.
  1117. [ 4.980128] systemd[1]: Mounted Temporary Directory.
  1118. [ 4.984945] systemd[1]: Mounted POSIX Message Queue File System.
  1119. [ 4.988447] systemd[1]: Started Remount Root and Kernel File Systems.
  1120. [ 5.082617] systemd[1]: Started Journal Service.
  1121. [ 6.112360] bcm2835-rng 3f104000.rng: hwrng registered
  1122. [ 6.129800] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1123. [ 6.130667] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 83) (baudrate 100000)
  1124. [ 6.175992] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1125. [ 6.241630] snd-allo-boss-dac soc:sound: ASoC: CPU DAI (null) not registered
  1126. [ 6.241660] snd-allo-boss-dac soc:sound: snd_soc_register_card() failed: -517
  1127. [ 6.242962] snd-allo-boss-dac soc:sound: ASoC: CODEC DAI pcm512x-hifi not registered
  1128. [ 6.242985] snd-allo-boss-dac soc:sound: snd_soc_register_card() failed: -517
  1129. [ 6.458610] snd-allo-boss-dac soc:sound: pcm512x-hifi <-> 3f203000.i2s mapping ok
  1130. [ 7.141858] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1131. [ 8.585800] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x5DE1
  1132. [ 10.622347] cfg80211: World regulatory domain updated:
  1133. [ 10.622377] cfg80211: DFS Master region: unset
  1134. [ 10.622385] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1135. [ 10.622396] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1136. [ 10.622406] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1137. [ 10.622415] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1138. [ 10.622428] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1139. [ 10.622440] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1140. [ 10.622450] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1141. [ 10.622459] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1142. [ 10.622469] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1143. [ 10.976695] random: nonblocking pool is initialized
  1144. [ 16.816850] FS-Cache: Netfs 'cifs' registered for caching
  1145. [ 16.817523] Key type cifs.spnego registered
  1146. [ 16.817631] Key type cifs.idmap registered
  1147. [ 16.840294] CIFS VFS: Error connecting to socket. Aborting operation.
  1148. [ 16.842930] CIFS VFS: cifs_mount failed w/return code = -101
  1149. [ 18.147254] CIFS VFS: Error connecting to socket. Aborting operation.
  1150. [ 18.147642] CIFS VFS: cifs_mount failed w/return code = -101
  1151. [ 19.424165] CIFS VFS: Error connecting to socket. Aborting operation.
  1152. [ 19.424426] CIFS VFS: cifs_mount failed w/return code = -101
  1153. [ 19.806965] nf_conntrack version 0.5.0 (14761 buckets, 59044 max)
  1154. [ 20.708356] CIFS VFS: Error connecting to socket. Aborting operation.
  1155. [ 20.708737] CIFS VFS: cifs_mount failed w/return code = -101
  1156. [ 70.730286] cfg80211: Verifying active interfaces after reg change
  1157. [ 113.027935] CIFS VFS: bogus file nlink value 0
  1158. [ 113.082058] CIFS VFS: bogus file nlink value 0
  1159. [ 113.157473] CIFS VFS: bogus file nlink value 0
  1160. [ 113.249562] CIFS VFS: bogus file nlink value 0
  1161. [ 113.508483] CIFS VFS: bogus file nlink value 0
  1162. [ 113.578240] CIFS VFS: bogus file nlink value 0
  1163. [ 113.623989] CIFS VFS: bogus file nlink value 0
  1164. [ 113.698264] CIFS VFS: bogus file nlink value 0
  1165. [ 113.926254] CIFS VFS: bogus file nlink value 0
  1166. [ 113.973154] CIFS VFS: bogus file nlink value 0
  1167. [ 118.322813] cifs_vfs_err: 22 callbacks suppressed
  1168. [ 118.322834] CIFS VFS: bogus file nlink value 0
  1169. [ 118.626216] CIFS VFS: bogus file nlink value 0
  1170. [ 118.659551] CIFS VFS: bogus file nlink value 0
  1171. [ 118.681284] CIFS VFS: bogus file nlink value 0
  1172. [ 118.724164] CIFS VFS: bogus file nlink value 0
  1173. [ 119.026020] CIFS VFS: bogus file nlink value 0
  1174. [ 119.068728] CIFS VFS: bogus file nlink value 0
  1175. [ 119.122242] CIFS VFS: bogus file nlink value 0
  1176. [ 119.442365] CIFS VFS: bogus file nlink value 0
  1177. [ 119.484212] CIFS VFS: bogus file nlink value 0
  1178. [ 123.727273] cifs_vfs_err: 26 callbacks suppressed
  1179. [ 123.727293] CIFS VFS: bogus file nlink value 0
  1180. [ 123.772492] CIFS VFS: bogus file nlink value 0
  1181. [ 123.810292] CIFS VFS: bogus file nlink value 0
  1182. [ 123.849491] CIFS VFS: bogus file nlink value 0
  1183. [ 123.901312] CIFS VFS: bogus file nlink value 0
  1184. [ 124.249507] CIFS VFS: bogus file nlink value 0
  1185. [ 124.286580] CIFS VFS: bogus file nlink value 0
  1186. [ 124.339114] CIFS VFS: bogus file nlink value 0
  1187. [ 124.677191] CIFS VFS: bogus file nlink value 0
  1188. [ 124.715660] CIFS VFS: bogus file nlink value 0
  1189. [ 128.807391] cifs_vfs_err: 32 callbacks suppressed
  1190. [ 128.807410] CIFS VFS: bogus file nlink value 0
  1191. [ 128.852626] CIFS VFS: bogus file nlink value 0
  1192. [ 128.904221] CIFS VFS: bogus file nlink value 0
  1193. [ 128.956652] CIFS VFS: bogus file nlink value 0
  1194. [ 129.010435] CIFS VFS: bogus file nlink value 0
  1195. [ 129.274271] CIFS VFS: bogus file nlink value 0
  1196. [ 129.308050] CIFS VFS: bogus file nlink value 0
  1197. [ 129.346125] CIFS VFS: bogus file nlink value 0
  1198. [ 129.388488] CIFS VFS: bogus file nlink value 0
  1199. [ 129.529432] CIFS VFS: bogus file nlink value 0
  1200. [ 134.085374] cifs_vfs_err: 28 callbacks suppressed
  1201. [ 134.085396] CIFS VFS: bogus file nlink value 0
  1202. [ 134.128579] CIFS VFS: bogus file nlink value 0
  1203. [ 134.172331] CIFS VFS: bogus file nlink value 0
  1204. [ 134.220398] CIFS VFS: bogus file nlink value 0
  1205. [ 134.283827] CIFS VFS: bogus file nlink value 0
  1206. [ 134.554805] CIFS VFS: bogus file nlink value 0
  1207. [ 134.611230] CIFS VFS: bogus file nlink value 0
  1208. [ 134.654506] CIFS VFS: bogus file nlink value 0
  1209. [ 134.950153] CIFS VFS: bogus file nlink value 0
  1210. [ 134.985341] CIFS VFS: bogus file nlink value 0
  1211. [ 139.183516] cifs_vfs_err: 34 callbacks suppressed
  1212. [ 139.183536] CIFS VFS: bogus file nlink value 0
  1213. [ 139.224626] CIFS VFS: bogus file nlink value 0
  1214. [ 139.269946] CIFS VFS: bogus file nlink value 0
  1215. [ 139.528201] CIFS VFS: bogus file nlink value 0
  1216. [ 139.569654] CIFS VFS: bogus file nlink value 0
  1217. [ 139.604902] CIFS VFS: bogus file nlink value 0
  1218. [ 139.644595] CIFS VFS: bogus file nlink value 0
  1219. [ 139.988757] CIFS VFS: bogus file nlink value 0
  1220. [ 140.030690] CIFS VFS: bogus file nlink value 0
  1221. [ 140.398119] CIFS VFS: bogus file nlink value 0
  1222. [ 144.268593] cifs_vfs_err: 22 callbacks suppressed
  1223. [ 144.268615] CIFS VFS: bogus file nlink value 0
  1224. [ 144.312975] CIFS VFS: bogus file nlink value 0
  1225. [ 144.452481] CIFS VFS: bogus file nlink value 0
  1226. [ 144.616324] CIFS VFS: bogus file nlink value 0
  1227. [ 144.652824] CIFS VFS: bogus file nlink value 0
  1228. [ 144.682720] CIFS VFS: bogus file nlink value 0
  1229. [ 144.716763] CIFS VFS: bogus file nlink value 0
  1230. [ 144.789356] CIFS VFS: bogus file nlink value 0
  1231. [ 145.781223] CIFS VFS: bogus file nlink value 0
  1232. [ 145.809553] CIFS VFS: bogus file nlink value 0
  1233. [ 149.352473] cifs_vfs_err: 22 callbacks suppressed
  1234. [ 149.352492] CIFS VFS: bogus file nlink value 0
  1235. [ 149.399519] CIFS VFS: bogus file nlink value 0
  1236. [ 149.456478] CIFS VFS: bogus file nlink value 0
  1237. [ 149.559787] CIFS VFS: bogus file nlink value 0
  1238. [ 149.841660] CIFS VFS: bogus file nlink value 0
  1239. [ 149.885019] CIFS VFS: bogus file nlink value 0
  1240. [ 149.941772] CIFS VFS: bogus file nlink value 0
  1241. [ 149.989443] CIFS VFS: bogus file nlink value 0
  1242. [ 150.180316] CIFS VFS: bogus file nlink value 0
  1243. [ 150.221953] CIFS VFS: bogus file nlink value 0
  1244. [ 154.458684] cifs_vfs_err: 29 callbacks suppressed
  1245. [ 154.458704] CIFS VFS: bogus file nlink value 0
  1246. [ 154.504240] CIFS VFS: bogus file nlink value 0
  1247. [ 154.552043] CIFS VFS: bogus file nlink value 0
  1248. [ 154.606210] CIFS VFS: bogus file nlink value 0
  1249. [ 154.638630] CIFS VFS: bogus file nlink value 0
  1250. [ 155.060491] CIFS VFS: bogus file nlink value 0
  1251. [ 155.110105] CIFS VFS: bogus file nlink value 0
  1252. [ 155.147608] CIFS VFS: bogus file nlink value 0
  1253. [ 155.322008] CIFS VFS: bogus file nlink value 0
  1254. [ 155.369121] CIFS VFS: bogus file nlink value 0
  1255. [ 159.649706] cifs_vfs_err: 30 callbacks suppressed
  1256. [ 159.649725] CIFS VFS: bogus file nlink value 0
  1257. [ 159.681717] CIFS VFS: bogus file nlink value 0
  1258. [ 159.729696] CIFS VFS: bogus file nlink value 0
  1259. [ 159.845282] CIFS VFS: bogus file nlink value 0
  1260. [ 160.139312] CIFS VFS: bogus file nlink value 0
  1261. [ 160.179141] CIFS VFS: bogus file nlink value 0
  1262. [ 160.226279] CIFS VFS: bogus file nlink value 0
  1263. [ 160.268697] CIFS VFS: bogus file nlink value 0
  1264. [ 160.335074] CIFS VFS: bogus file nlink value 0
  1265. [ 160.655301] CIFS VFS: bogus file nlink value 0
  1266. [ 164.724275] cifs_vfs_err: 27 callbacks suppressed
  1267. [ 164.724296] CIFS VFS: bogus file nlink value 0
  1268. [ 164.892553] CIFS VFS: bogus file nlink value 0
  1269. [ 164.934741] CIFS VFS: bogus file nlink value 0
  1270. [ 164.978054] CIFS VFS: bogus file nlink value 0
  1271. [ 165.027313] CIFS VFS: bogus file nlink value 0
  1272. [ 165.192602] CIFS VFS: bogus file nlink value 0
  1273. [ 165.280990] CIFS VFS: bogus file nlink value 0
  1274. [ 165.321418] CIFS VFS: bogus file nlink value 0
  1275. [ 165.510634] CIFS VFS: bogus file nlink value 0
  1276. [ 165.657046] CIFS VFS: bogus file nlink value 0
  1277. [ 169.936438] cifs_vfs_err: 37 callbacks suppressed
  1278. [ 169.936459] CIFS VFS: bogus file nlink value 0
  1279. [ 170.002564] CIFS VFS: bogus file nlink value 0
  1280. [ 170.073713] CIFS VFS: bogus file nlink value 0
  1281. [ 170.181969] CIFS VFS: bogus file nlink value 0
  1282. [ 170.250146] CIFS VFS: bogus file nlink value 0
  1283. [ 170.303081] CIFS VFS: bogus file nlink value 0
  1284. [ 170.378727] CIFS VFS: bogus file nlink value 0
  1285. [ 170.432900] CIFS VFS: bogus file nlink value 0
  1286. [ 170.596131] CIFS VFS: bogus file nlink value 0
  1287. [ 170.645346] CIFS VFS: bogus file nlink value 0
  1288. [ 175.076032] cifs_vfs_err: 48 callbacks suppressed
  1289. [ 175.076052] CIFS VFS: bogus file nlink value 0
  1290. [ 175.212593] CIFS VFS: bogus file nlink value 0
  1291. [ 175.289587] CIFS VFS: bogus file nlink value 0
  1292. [ 175.386536] CIFS VFS: bogus file nlink value 0
  1293. [ 175.470594] CIFS VFS: bogus file nlink value 0
  1294. [ 175.971534] CIFS VFS: bogus file nlink value 0
  1295. [ 176.025349] CIFS VFS: bogus file nlink value 0
  1296. [ 176.090842] CIFS VFS: bogus file nlink value 0
  1297. [ 176.233354] CIFS VFS: bogus file nlink value 0
  1298. [ 176.281302] CIFS VFS: bogus file nlink value 0
  1299. [ 234.067691] cifs_vfs_err: 34 callbacks suppressed
  1300. [ 234.067713] CIFS VFS: bogus file nlink value 0
  1301. [ 234.134178] CIFS VFS: bogus file nlink value 0
  1302. [ 234.193357] CIFS VFS: bogus file nlink value 0
  1303. [ 234.267069] CIFS VFS: bogus file nlink value 0
  1304. [ 234.352019] CIFS VFS: bogus file nlink value 0
  1305. [ 234.702363] CIFS VFS: bogus file nlink value 0
  1306. [ 234.776668] CIFS VFS: bogus file nlink value 0
  1307. [ 234.841422] CIFS VFS: bogus file nlink value 0
  1308. [ 234.925953] CIFS VFS: bogus file nlink value 0
  1309. [ 235.370327] CIFS VFS: bogus file nlink value 0
  1310. [ 239.186654] cifs_vfs_err: 33 callbacks suppressed
  1311. [ 239.186675] CIFS VFS: bogus file nlink value 0
  1312. [ 239.235613] CIFS VFS: bogus file nlink value 0
  1313. [ 239.261203] CIFS VFS: bogus file nlink value 0
  1314. [ 239.302377] CIFS VFS: bogus file nlink value 0
  1315. [ 239.352773] CIFS VFS: bogus file nlink value 0
  1316. [ 239.463828] CIFS VFS: bogus file nlink value 0
  1317. [ 239.542479] CIFS VFS: bogus file nlink value 0
  1318. [ 239.681239] CIFS VFS: bogus file nlink value 0
  1319. [ 239.732566] CIFS VFS: bogus file nlink value 0
  1320. [ 239.798920] CIFS VFS: bogus file nlink value 0
  1321. [ 244.264359] cifs_vfs_err: 41 callbacks suppressed
  1322. [ 244.264379] CIFS VFS: bogus file nlink value 0
  1323. [ 244.323521] CIFS VFS: bogus file nlink value 0
  1324. [ 244.517068] CIFS VFS: bogus file nlink value 0
  1325. [ 244.634409] CIFS VFS: bogus file nlink value 0
  1326. [ 244.701588] CIFS VFS: bogus file nlink value 0
  1327. [ 244.795065] CIFS VFS: bogus file nlink value 0
  1328. [ 244.842276] CIFS VFS: bogus file nlink value 0
  1329. [ 245.075626] CIFS VFS: bogus file nlink value 0
  1330. [ 245.257219] CIFS VFS: bogus file nlink value 0
  1331. [ 245.478914] CIFS VFS: bogus file nlink value 0
  1332. [ 249.836961] cifs_vfs_err: 26 callbacks suppressed
  1333. [ 249.836983] CIFS VFS: bogus file nlink value 0
  1334. [ 250.085846] CIFS VFS: bogus file nlink value 0
  1335. [ 250.366853] CIFS VFS: bogus file nlink value 0
  1336. [ 250.459497] CIFS VFS: bogus file nlink value 0
  1337. [ 250.571222] CIFS VFS: bogus file nlink value 0
  1338. [ 250.616701] CIFS VFS: bogus file nlink value 0
  1339. [ 250.675989] CIFS VFS: bogus file nlink value 0
  1340. [ 250.736120] CIFS VFS: bogus file nlink value 0
  1341. [ 250.778438] CIFS VFS: bogus file nlink value 0
  1342. [ 250.963111] CIFS VFS: bogus file nlink value 0
  1343. [ 255.097274] cifs_vfs_err: 40 callbacks suppressed
  1344. [ 255.097297] CIFS VFS: bogus file nlink value 0
  1345. [ 255.153211] CIFS VFS: bogus file nlink value 0
  1346. [ 255.358702] CIFS VFS: bogus file nlink value 0
  1347. [ 255.409611] CIFS VFS: bogus file nlink value 0
  1348. [ 255.504103] CIFS VFS: bogus file nlink value 0
  1349. [ 255.558675] CIFS VFS: bogus file nlink value 0
  1350. [ 255.608477] CIFS VFS: bogus file nlink value 0
  1351. [ 255.742900] CIFS VFS: bogus file nlink value 0
  1352. [ 255.817345] CIFS VFS: bogus file nlink value 0
  1353. [ 255.917222] CIFS VFS: bogus file nlink value 0
  1354. [ 261.471420] cifs_vfs_err: 14 callbacks suppressed
  1355. [ 261.471439] CIFS VFS: bogus file nlink value 0
  1356. [ 261.515944] CIFS VFS: bogus file nlink value 0
  1357. [ 261.560676] CIFS VFS: bogus file nlink value 0
  1358. [ 261.616742] CIFS VFS: bogus file nlink value 0
  1359. [ 261.664514] CIFS VFS: bogus file nlink value 0
  1360. [ 261.717042] CIFS VFS: bogus file nlink value 0
  1361. [ 261.968582] CIFS VFS: bogus file nlink value 0
  1362. [ 262.013765] CIFS VFS: bogus file nlink value 0
  1363. [ 262.070598] CIFS VFS: bogus file nlink value 0
  1364. [ 262.188480] CIFS VFS: bogus file nlink value 0
  1365. [ 266.535485] cifs_vfs_err: 54 callbacks suppressed
  1366. [ 266.535506] CIFS VFS: bogus file nlink value 0
  1367. [ 266.631831] CIFS VFS: bogus file nlink value 0
  1368. [ 266.769755] CIFS VFS: bogus file nlink value 0
  1369. [ 266.832742] CIFS VFS: bogus file nlink value 0
  1370. [ 266.911272] CIFS VFS: bogus file nlink value 0
  1371. [ 267.026666] CIFS VFS: bogus file nlink value 0
  1372. [ 267.106213] CIFS VFS: bogus file nlink value 0
  1373. [ 267.166961] CIFS VFS: bogus file nlink value 0
  1374. [ 267.267759] CIFS VFS: bogus file nlink value 0
  1375. [ 267.376994] CIFS VFS: bogus file nlink value 0
  1376. [ 271.668855] cifs_vfs_err: 49 callbacks suppressed
  1377. [ 271.668878] CIFS VFS: bogus file nlink value 0
  1378. [ 271.705030] CIFS VFS: bogus file nlink value 0
  1379. [ 271.749339] CIFS VFS: bogus file nlink value 0
  1380. [ 271.786087] CIFS VFS: bogus file nlink value 0
  1381. [ 271.863235] CIFS VFS: bogus file nlink value 0
  1382. [ 271.965235] CIFS VFS: bogus file nlink value 0
  1383. [ 272.007588] CIFS VFS: bogus file nlink value 0
  1384. [ 272.116692] CIFS VFS: bogus file nlink value 0
  1385. [ 272.171504] CIFS VFS: bogus file nlink value 0
  1386. [ 272.299127] CIFS VFS: bogus file nlink value 0
  1387. [ 415.931658] cifs_vfs_err: 2 callbacks suppressed
  1388. [ 415.931679] CIFS VFS: bogus file nlink value 0
  1389. [ 416.002313] CIFS VFS: bogus file nlink value 0
  1390. [ 416.055367] CIFS VFS: bogus file nlink value 0
  1391. [ 416.118679] CIFS VFS: bogus file nlink value 0
  1392. [ 416.182600] CIFS VFS: bogus file nlink value 0
  1393. [ 416.315931] CIFS VFS: bogus file nlink value 0
  1394. [ 416.372130] CIFS VFS: bogus file nlink value 0
  1395. [ 416.608325] CIFS VFS: bogus file nlink value 0
  1396. [ 416.661949] CIFS VFS: bogus file nlink value 0
  1397. [ 416.710718] CIFS VFS: bogus file nlink value 0
  1398. [ 421.041104] cifs_vfs_err: 31 callbacks suppressed
  1399. [ 421.041125] CIFS VFS: bogus file nlink value 0
  1400. [ 421.088209] CIFS VFS: bogus file nlink value 0
  1401. [ 421.149778] CIFS VFS: bogus file nlink value 0
  1402. [ 421.189475] CIFS VFS: bogus file nlink value 0
  1403. [ 421.439078] CIFS VFS: bogus file nlink value 0
  1404. [ 421.474992] CIFS VFS: bogus file nlink value 0
  1405. [ 421.527500] CIFS VFS: bogus file nlink value 0
  1406. [ 422.006968] CIFS VFS: bogus file nlink value 0
  1407. [ 422.051545] CIFS VFS: bogus file nlink value 0
  1408. [ 422.093305] CIFS VFS: bogus file nlink value 0
  1409. [ 426.328364] cifs_vfs_err: 34 callbacks suppressed
  1410. [ 426.328384] CIFS VFS: bogus file nlink value 0
  1411. [ 426.395248] CIFS VFS: bogus file nlink value 0
  1412. [ 426.435623] CIFS VFS: bogus file nlink value 0
  1413. [ 426.501737] CIFS VFS: bogus file nlink value 0
  1414. [ 426.530774] CIFS VFS: bogus file nlink value 0
  1415. [ 426.602164] CIFS VFS: bogus file nlink value 0
  1416. [ 426.696466] CIFS VFS: bogus file nlink value 0
  1417. [ 426.756772] CIFS VFS: bogus file nlink value 0
  1418. [ 426.795845] CIFS VFS: bogus file nlink value 0
  1419. [ 427.105624] CIFS VFS: bogus file nlink value 0
  1420. [ 431.436573] cifs_vfs_err: 50 callbacks suppressed
  1421. [ 431.436594] CIFS VFS: bogus file nlink value 0
  1422. [ 431.488955] CIFS VFS: bogus file nlink value 0
  1423. [ 431.575694] CIFS VFS: bogus file nlink value 0
  1424. [ 431.679882] CIFS VFS: bogus file nlink value 0
  1425. [ 431.792384] CIFS VFS: bogus file nlink value 0
  1426. [ 431.836515] CIFS VFS: bogus file nlink value 0
  1427. [ 431.886869] CIFS VFS: bogus file nlink value 0
  1428. [ 431.949735] CIFS VFS: bogus file nlink value 0
  1429. [ 432.026107] CIFS VFS: bogus file nlink value 0
  1430. [ 432.116341] CIFS VFS: bogus file nlink value 0
  1431. [ 436.548386] cifs_vfs_err: 48 callbacks suppressed
  1432. [ 436.548404] CIFS VFS: bogus file nlink value 0
  1433. [ 436.596920] CIFS VFS: bogus file nlink value 0
  1434. [ 436.666264] CIFS VFS: bogus file nlink value 0
  1435. [ 436.735430] CIFS VFS: bogus file nlink value 0
  1436. [ 436.790660] CIFS VFS: bogus file nlink value 0
  1437. [ 436.859427] CIFS VFS: bogus file nlink value 0
  1438. [ 436.983260] CIFS VFS: bogus file nlink value 0
  1439. [ 437.052273] CIFS VFS: bogus file nlink value 0
  1440. [ 437.102213] CIFS VFS: bogus file nlink value 0
  1441. [ 437.158840] CIFS VFS: bogus file nlink value 0
  1442. [ 441.626098] cifs_vfs_err: 58 callbacks suppressed
  1443. [ 441.626122] CIFS VFS: bogus file nlink value 0
  1444. [ 441.702816] CIFS VFS: bogus file nlink value 0
  1445. [ 441.785458] CIFS VFS: bogus file nlink value 0
  1446. [ 441.907487] CIFS VFS: bogus file nlink value 0
  1447. [ 441.956406] CIFS VFS: bogus file nlink value 0
  1448. [ 441.999965] CIFS VFS: bogus file nlink value 0
  1449. [ 442.058164] CIFS VFS: bogus file nlink value 0
  1450. [ 442.116164] CIFS VFS: bogus file nlink value 0
  1451. [ 442.239947] CIFS VFS: bogus file nlink value 0
  1452. [ 442.377849] CIFS VFS: bogus file nlink value 0
  1453. [ 450.413346] cifs_vfs_err: 46 callbacks suppressed
  1454. [ 450.413366] CIFS VFS: bogus file nlink value 0
  1455. [ 450.478021] CIFS VFS: bogus file nlink value 0
  1456. [ 450.549527] CIFS VFS: bogus file nlink value 0
  1457. [ 450.611322] CIFS VFS: bogus file nlink value 0
  1458. [ 450.669404] CIFS VFS: bogus file nlink value 0
  1459. [ 450.931422] CIFS VFS: bogus file nlink value 0
  1460. [ 450.997400] CIFS VFS: bogus file nlink value 0
  1461. [ 451.048777] CIFS VFS: bogus file nlink value 0
  1462. [ 451.123813] CIFS VFS: bogus file nlink value 0
  1463. [ 451.181573] CIFS VFS: bogus file nlink value 0
  1464. [ 455.570142] cifs_vfs_err: 48 callbacks suppressed
  1465. [ 455.570161] CIFS VFS: bogus file nlink value 0
  1466. [ 455.646633] CIFS VFS: bogus file nlink value 0
  1467. [ 455.713502] CIFS VFS: bogus file nlink value 0
  1468. [ 455.753896] CIFS VFS: bogus file nlink value 0
  1469. [ 455.817352] CIFS VFS: bogus file nlink value 0
  1470. [ 456.009937] CIFS VFS: bogus file nlink value 0
  1471. [ 456.064129] CIFS VFS: bogus file nlink value 0
  1472. [ 456.164876] CIFS VFS: bogus file nlink value 0
  1473. [ 456.288983] CIFS VFS: bogus file nlink value 0
  1474. [ 456.340857] CIFS VFS: bogus file nlink value 0
  1475. [ 460.663497] cifs_vfs_err: 58 callbacks suppressed
  1476. [ 460.663519] CIFS VFS: bogus file nlink value 0
  1477. [ 460.716557] CIFS VFS: bogus file nlink value 0
  1478. [ 460.806453] CIFS VFS: bogus file nlink value 0
  1479. [ 460.969143] CIFS VFS: bogus file nlink value 0
  1480. [ 461.009418] CIFS VFS: bogus file nlink value 0
  1481. [ 461.053281] CIFS VFS: bogus file nlink value 0
  1482. [ 461.256124] CIFS VFS: bogus file nlink value 0
  1483. [ 461.319929] CIFS VFS: bogus file nlink value 0
  1484. [ 461.378446] CIFS VFS: bogus file nlink value 0
  1485. [ 461.464749] CIFS VFS: bogus file nlink value 0
  1486. [ 465.727892] cifs_vfs_err: 49 callbacks suppressed
  1487. [ 465.727913] CIFS VFS: bogus file nlink value 0
  1488. [ 465.854060] CIFS VFS: bogus file nlink value 0
  1489. [ 465.932534] CIFS VFS: bogus file nlink value 0
  1490. [ 465.980740] CIFS VFS: bogus file nlink value 0
  1491. [ 466.021465] CIFS VFS: bogus file nlink value 0
  1492. [ 466.210866] CIFS VFS: bogus file nlink value 0
  1493. [ 466.265451] CIFS VFS: bogus file nlink value 0
  1494. [ 466.318331] CIFS VFS: bogus file nlink value 0
  1495. [ 466.391346] CIFS VFS: bogus file nlink value 0
  1496. [ 466.443993] CIFS VFS: bogus file nlink value 0
  1497. [ 470.872886] cifs_vfs_err: 47 callbacks suppressed
  1498. [ 470.872908] CIFS VFS: bogus file nlink value 0
  1499. [ 470.945659] CIFS VFS: bogus file nlink value 0
  1500. [ 471.029786] CIFS VFS: bogus file nlink value 0
  1501. [ 471.186186] CIFS VFS: bogus file nlink value 0
  1502. [ 471.242531] CIFS VFS: bogus file nlink value 0
  1503. [ 471.311169] CIFS VFS: bogus file nlink value 0
  1504. [ 471.377430] CIFS VFS: bogus file nlink value 0
  1505. [ 471.451061] CIFS VFS: bogus file nlink value 0
  1506. [ 471.536930] CIFS VFS: bogus file nlink value 0
  1507. [ 471.604175] CIFS VFS: bogus file nlink value 0
  1508. [ 475.999363] cifs_vfs_err: 53 callbacks suppressed
  1509. [ 475.999383] CIFS VFS: bogus file nlink value 0
  1510. [ 476.063585] CIFS VFS: bogus file nlink value 0
  1511. [ 476.132302] CIFS VFS: bogus file nlink value 0
  1512. [ 476.204107] CIFS VFS: bogus file nlink value 0
  1513. [ 476.269985] CIFS VFS: bogus file nlink value 0
  1514. [ 476.419351] CIFS VFS: bogus file nlink value 0
  1515. [ 476.504013] CIFS VFS: bogus file nlink value 0
  1516. [ 476.583011] CIFS VFS: bogus file nlink value 0
  1517. [ 476.709218] CIFS VFS: bogus file nlink value 0
  1518. [ 476.787415] CIFS VFS: bogus file nlink value 0
  1519. [ 481.144347] cifs_vfs_err: 48 callbacks suppressed
  1520. [ 481.144368] CIFS VFS: bogus file nlink value 0
  1521. [ 815.332030] CIFS VFS: bogus file nlink value 0
  1522. [ 815.335614] CIFS VFS: bogus file nlink value 0
  1523. [ 815.338477] CIFS VFS: bogus file nlink value 0
  1524. [ 815.341239] CIFS VFS: bogus file nlink value 0
  1525. [ 815.343931] CIFS VFS: bogus file nlink value 0
  1526. [ 815.347021] CIFS VFS: bogus file nlink value 0
  1527. [ 815.350413] CIFS VFS: bogus file nlink value 0
  1528. [ 822.315777] CIFS VFS: bogus file nlink value 0
  1529. [ 822.361911] CIFS VFS: bogus file nlink value 0
  1530. [ 822.417753] CIFS VFS: bogus file nlink value 0
  1531. [ 822.474843] CIFS VFS: bogus file nlink value 0
  1532. [ 822.544086] CIFS VFS: bogus file nlink value 0
  1533. [ 822.603950] CIFS VFS: bogus file nlink value 0
  1534. [ 822.684412] CIFS VFS: bogus file nlink value 0
  1535. [ 822.804317] CIFS VFS: bogus file nlink value 0
  1536. [ 822.998246] CIFS VFS: bogus file nlink value 0
  1537. [ 823.050017] CIFS VFS: bogus file nlink value 0
  1538. [ 827.753225] cifs_vfs_err: 40 callbacks suppressed
  1539. [ 827.753247] CIFS VFS: bogus file nlink value 0
  1540. [ 827.803633] CIFS VFS: bogus file nlink value 0
  1541. [ 827.850960] CIFS VFS: bogus file nlink value 0
  1542. [ 827.905050] CIFS VFS: bogus file nlink value 0
  1543. [ 827.970365] CIFS VFS: bogus file nlink value 0
  1544. [ 828.086465] CIFS VFS: bogus file nlink value 0
  1545. [ 828.300990] CIFS VFS: bogus file nlink value 0
  1546. [ 828.375372] CIFS VFS: bogus file nlink value 0
  1547. [ 828.447038] CIFS VFS: bogus file nlink value 0
  1548. [ 828.519161] CIFS VFS: bogus file nlink value 0
  1549. [ 832.860167] cifs_vfs_err: 44 callbacks suppressed
  1550. [ 832.860188] CIFS VFS: bogus file nlink value 0
  1551. [ 832.922433] CIFS VFS: bogus file nlink value 0
  1552. [ 833.078584] CIFS VFS: bogus file nlink value 0
  1553. [ 833.125742] CIFS VFS: bogus file nlink value 0
  1554. [ 833.209523] CIFS VFS: bogus file nlink value 0
  1555. [ 833.261563] CIFS VFS: bogus file nlink value 0
  1556. [ 833.403797] CIFS VFS: bogus file nlink value 0
  1557. [ 833.488881] CIFS VFS: bogus file nlink value 0
  1558. [ 833.561643] CIFS VFS: bogus file nlink value 0
  1559. [ 833.634400] CIFS VFS: bogus file nlink value 0
  1560. [ 837.990962] cifs_vfs_err: 48 callbacks suppressed
  1561. [ 837.990982] CIFS VFS: bogus file nlink value 0
  1562. [ 838.077358] CIFS VFS: bogus file nlink value 0
  1563. [ 838.126336] CIFS VFS: bogus file nlink value 0
  1564. [ 838.195527] CIFS VFS: bogus file nlink value 0
  1565. [ 838.242918] CIFS VFS: bogus file nlink value 0
  1566. [ 838.559964] CIFS VFS: bogus file nlink value 0
  1567. [ 838.617696] CIFS VFS: bogus file nlink value 0
  1568. [ 838.673137] CIFS VFS: bogus file nlink value 0
  1569. [ 838.752756] CIFS VFS: bogus file nlink value 0
  1570. [ 838.877960] CIFS VFS: bogus file nlink value 0
  1571. [ 843.103221] cifs_vfs_err: 53 callbacks suppressed
  1572. [ 843.103242] CIFS VFS: bogus file nlink value 0
  1573. [ 843.148917] CIFS VFS: bogus file nlink value 0
  1574. [ 843.223830] CIFS VFS: bogus file nlink value 0
  1575. [ 843.270614] CIFS VFS: bogus file nlink value 0
  1576. [ 843.387273] CIFS VFS: bogus file nlink value 0
  1577. [ 843.579547] CIFS VFS: bogus file nlink value 0
  1578. [ 843.673079] CIFS VFS: bogus file nlink value 0
  1579. [ 843.740249] CIFS VFS: bogus file nlink value 0
  1580. [ 843.830331] CIFS VFS: bogus file nlink value 0
  1581. [ 843.898001] CIFS VFS: bogus file nlink value 0
  1582. [ 848.213697] cifs_vfs_err: 51 callbacks suppressed
  1583. [ 848.213719] CIFS VFS: bogus file nlink value 0
  1584. [ 848.284872] CIFS VFS: bogus file nlink value 0
  1585. [ 848.332675] CIFS VFS: bogus file nlink value 0
  1586. [ 848.429478] CIFS VFS: bogus file nlink value 0
  1587. [ 848.479128] CIFS VFS: bogus file nlink value 0
  1588. [ 848.581293] CIFS VFS: bogus file nlink value 0
  1589. [ 848.665999] CIFS VFS: bogus file nlink value 0
  1590. [ 848.735718] CIFS VFS: bogus file nlink value 0
  1591. [ 848.822018] CIFS VFS: bogus file nlink value 0
  1592. [ 848.892591] CIFS VFS: bogus file nlink value 0
  1593. [ 853.338492] cifs_vfs_err: 50 callbacks suppressed
  1594. [ 853.338513] CIFS VFS: bogus file nlink value 0
  1595. [ 853.430996] CIFS VFS: bogus file nlink value 0
  1596. [ 853.489621] CIFS VFS: bogus file nlink value 0
  1597. [ 853.553132] CIFS VFS: bogus file nlink value 0
  1598. [ 853.632292] CIFS VFS: bogus file nlink value 0
  1599. [ 853.843965] CIFS VFS: bogus file nlink value 0
  1600. [ 853.871453] CIFS VFS: bogus file nlink value 0
  1601. [ 853.918528] CIFS VFS: bogus file nlink value 0
  1602. [ 854.066259] CIFS VFS: bogus file nlink value 0
  1603. [ 854.182133] CIFS VFS: bogus file nlink value 0
  1604. [ 858.479118] cifs_vfs_err: 49 callbacks suppressed
  1605. [ 858.479139] CIFS VFS: bogus file nlink value 0
  1606. [ 858.566517] CIFS VFS: bogus file nlink value 0
  1607. [ 858.655664] CIFS VFS: bogus file nlink value 0
  1608. [ 858.745888] CIFS VFS: bogus file nlink value 0
  1609. [ 858.877624] CIFS VFS: bogus file nlink value 0
  1610. [ 858.961653] CIFS VFS: bogus file nlink value 0
  1611. [ 859.134476] CIFS VFS: bogus file nlink value 0
  1612. [ 859.247903] CIFS VFS: bogus file nlink value 0
  1613. [ 859.336411] CIFS VFS: bogus file nlink value 0
  1614. [ 859.382689] CIFS VFS: bogus file nlink value 0
  1615. [ 863.698512] cifs_vfs_err: 58 callbacks suppressed
  1616. [ 863.698533] CIFS VFS: bogus file nlink value 0
  1617. [ 863.748998] CIFS VFS: bogus file nlink value 0
  1618. [ 863.809754] CIFS VFS: bogus file nlink value 0
  1619. [ 863.859407] CIFS VFS: bogus file nlink value 0
  1620. [ 863.950461] CIFS VFS: bogus file nlink value 0
  1621. [ 864.124370] CIFS VFS: bogus file nlink value 0
  1622. [ 864.304934] CIFS VFS: bogus file nlink value 0
  1623. [ 864.343135] CIFS VFS: bogus file nlink value 0
  1624. [ 864.417040] CIFS VFS: bogus file nlink value 0
  1625. [ 864.492928] CIFS VFS: bogus file nlink value 0
  1626. [ 868.804612] cifs_vfs_err: 49 callbacks suppressed
  1627. [ 868.804633] CIFS VFS: bogus file nlink value 0
  1628. [ 868.859236] CIFS VFS: bogus file nlink value 0
  1629. [ 868.911102] CIFS VFS: bogus file nlink value 0
  1630. [ 868.978558] CIFS VFS: bogus file nlink value 0
  1631. [ 869.114718] CIFS VFS: bogus file nlink value 0
  1632. [ 869.213127] CIFS VFS: bogus file nlink value 0
  1633. [ 869.287654] CIFS VFS: bogus file nlink value 0
  1634. [ 869.344107] CIFS VFS: bogus file nlink value 0
  1635. [ 869.392385] CIFS VFS: bogus file nlink value 0
  1636. [ 869.445585] CIFS VFS: bogus file nlink value 0
  1637. [ 873.969272] cifs_vfs_err: 43 callbacks suppressed
  1638. [ 873.969292] CIFS VFS: bogus file nlink value 0
  1639. [ 874.028436] CIFS VFS: bogus file nlink value 0
  1640. [ 874.079976] CIFS VFS: bogus file nlink value 0
  1641. [ 874.136801] CIFS VFS: bogus file nlink value 0
  1642. [ 874.202343] CIFS VFS: bogus file nlink value 0
  1643. [ 874.491038] CIFS VFS: bogus file nlink value 0
  1644. [ 874.581516] CIFS VFS: bogus file nlink value 0
  1645. [ 874.619674] CIFS VFS: bogus file nlink value 0
  1646. [ 874.728802] CIFS VFS: bogus file nlink value 0
  1647. [ 874.926123] CIFS VFS: bogus file nlink value 0
  1648. [ 879.072459] cifs_vfs_err: 52 callbacks suppressed
  1649. [ 879.072479] CIFS VFS: bogus file nlink value 0
  1650. [ 879.177323] CIFS VFS: bogus file nlink value 0
  1651. [ 879.210967] CIFS VFS: bogus file nlink value 0
  1652. [ 879.310685] CIFS VFS: bogus file nlink value 0
  1653. [ 879.364330] CIFS VFS: bogus file nlink value 0
  1654. [ 879.424921] CIFS VFS: bogus file nlink value 0
  1655. [ 879.492080] CIFS VFS: bogus file nlink value 0
  1656. [ 879.590852] CIFS VFS: bogus file nlink value 0
  1657. [ 880.022336] CIFS VFS: bogus file nlink value 0
  1658. [ 880.078880] CIFS VFS: bogus file nlink value 0
  1659. [ 884.271672] cifs_vfs_err: 49 callbacks suppressed
  1660. [ 884.271694] CIFS VFS: bogus file nlink value 0
  1661. [ 884.391388] CIFS VFS: bogus file nlink value 0
  1662. [ 884.434133] CIFS VFS: bogus file nlink value 0
  1663. [ 884.497525] CIFS VFS: bogus file nlink value 0
  1664. [ 884.570762] CIFS VFS: bogus file nlink value 0
  1665. [ 884.755569] CIFS VFS: bogus file nlink value 0
  1666. [ 884.819674] CIFS VFS: bogus file nlink value 0
  1667. [ 884.877268] CIFS VFS: bogus file nlink value 0
  1668. [ 884.958814] CIFS VFS: bogus file nlink value 0
  1669. [ 885.086951] CIFS VFS: bogus file nlink value 0
  1670. [ 889.478360] cifs_vfs_err: 39 callbacks suppressed
  1671. [ 889.478382] CIFS VFS: bogus file nlink value 0
  1672. [ 889.611798] CIFS VFS: bogus file nlink value 0
  1673. [ 889.675614] CIFS VFS: bogus file nlink value 0
  1674. [ 889.823949] CIFS VFS: bogus file nlink value 0
  1675. [ 894.978620] CIFS VFS: bogus file nlink value 0
  1676. [ 952.841822] CIFS VFS: bogus file nlink value 0
  1677. [ 952.880470] CIFS VFS: bogus file nlink value 0
  1678. [ 952.992372] CIFS VFS: bogus file nlink value 0
  1679. [ 953.011361] CIFS VFS: bogus file nlink value 0
  1680. [ 953.028822] CIFS VFS: bogus file nlink value 0
  1681. [ 953.099902] CIFS VFS: bogus file nlink value 0
  1682. [ 953.378517] CIFS VFS: bogus file nlink value 0
  1683. [ 953.450483] CIFS VFS: bogus file nlink value 0
  1684. [ 953.506803] CIFS VFS: bogus file nlink value 0
  1685. [ 957.858443] cifs_vfs_err: 53 callbacks suppressed
  1686. [ 957.858466] CIFS VFS: bogus file nlink value 0
  1687. [ 958.142174] CIFS VFS: bogus file nlink value 0
  1688. [ 958.192270] CIFS VFS: bogus file nlink value 0
  1689. [ 958.352576] CIFS VFS: bogus file nlink value 0
  1690. [ 958.411295] CIFS VFS: bogus file nlink value 0
  1691. [ 958.615960] CIFS VFS: bogus file nlink value 0
  1692. [ 958.704143] CIFS VFS: bogus file nlink value 0
  1693. [ 958.762277] CIFS VFS: bogus file nlink value 0
  1694. [ 958.817818] CIFS VFS: bogus file nlink value 0
  1695. [ 958.870059] CIFS VFS: bogus file nlink value 0
  1696. [ 963.173540] cifs_vfs_err: 32 callbacks suppressed
  1697. [ 963.173561] CIFS VFS: bogus file nlink value 0
  1698. [ 963.221832] CIFS VFS: bogus file nlink value 0
  1699. [ 963.296067] CIFS VFS: bogus file nlink value 0
  1700. [ 963.371654] CIFS VFS: bogus file nlink value 0
  1701. [ 963.542688] CIFS VFS: bogus file nlink value 0
  1702. [ 963.630901] CIFS VFS: bogus file nlink value 0
  1703. [ 963.686883] CIFS VFS: bogus file nlink value 0
  1704. [ 964.200188] CIFS VFS: bogus file nlink value 0
  1705. [ 964.302055] CIFS VFS: bogus file nlink value 0
  1706. [ 964.366132] CIFS VFS: bogus file nlink value 0
  1707. [ 968.360426] cifs_vfs_err: 40 callbacks suppressed
  1708. [ 968.360447] CIFS VFS: bogus file nlink value 0
  1709. [ 968.401745] CIFS VFS: bogus file nlink value 0
  1710. [ 968.455790] CIFS VFS: bogus file nlink value 0
  1711. [ 968.491078] CIFS VFS: bogus file nlink value 0
  1712. [ 968.531552] CIFS VFS: bogus file nlink value 0
  1713. [ 968.626624] CIFS VFS: bogus file nlink value 0
  1714. [ 968.688635] CIFS VFS: bogus file nlink value 0
  1715. [ 968.745744] CIFS VFS: bogus file nlink value 0
  1716. [ 968.783550] CIFS VFS: bogus file nlink value 0
  1717. [ 968.900821] CIFS VFS: bogus file nlink value 0
  1718. [ 973.477864] cifs_vfs_err: 53 callbacks suppressed
  1719. [ 973.477885] CIFS VFS: bogus file nlink value 0
  1720. [ 973.734332] CIFS VFS: bogus file nlink value 0
  1721. [ 973.769549] CIFS VFS: bogus file nlink value 0
  1722. [ 973.866911] CIFS VFS: bogus file nlink value 0
  1723. [ 973.960343] CIFS VFS: bogus file nlink value 0
  1724. [ 974.054030] CIFS VFS: bogus file nlink value 0
  1725. [ 974.213941] CIFS VFS: bogus file nlink value 0
  1726. [ 974.321476] CIFS VFS: bogus file nlink value 0
  1727. [ 974.404415] CIFS VFS: bogus file nlink value 0
  1728. [ 974.462907] CIFS VFS: bogus file nlink value 0
  1729. [ 978.785304] cifs_vfs_err: 45 callbacks suppressed
  1730. [ 978.785325] CIFS VFS: bogus file nlink value 0
  1731. [ 978.880286] CIFS VFS: bogus file nlink value 0
  1732. [ 978.958038] CIFS VFS: bogus file nlink value 0
  1733. [ 979.083344] CIFS VFS: bogus file nlink value 0
  1734. [ 979.185873] CIFS VFS: bogus file nlink value 0
  1735. [ 979.241850] CIFS VFS: bogus file nlink value 0
  1736. [ 979.307620] CIFS VFS: bogus file nlink value 0
  1737. [ 979.427740] CIFS VFS: bogus file nlink value 0
  1738. [ 979.476854] CIFS VFS: bogus file nlink value 0
  1739. [ 979.548336] CIFS VFS: bogus file nlink value 0
  1740. [ 983.908151] cifs_vfs_err: 47 callbacks suppressed
  1741. [ 983.908172] CIFS VFS: bogus file nlink value 0
  1742. [ 983.971781] CIFS VFS: bogus file nlink value 0
  1743. [ 984.041136] CIFS VFS: bogus file nlink value 0
  1744. [ 984.137455] CIFS VFS: bogus file nlink value 0
  1745. [ 984.288920] CIFS VFS: bogus file nlink value 0
  1746. [ 984.354840] CIFS VFS: bogus file nlink value 0
  1747. [ 984.466107] CIFS VFS: bogus file nlink value 0
  1748. [ 984.564436] CIFS VFS: bogus file nlink value 0
  1749. [ 984.625971] CIFS VFS: bogus file nlink value 0
  1750. [ 984.713919] CIFS VFS: bogus file nlink value 0
  1751. [ 989.037478] cifs_vfs_err: 48 callbacks suppressed
  1752. [ 989.037500] CIFS VFS: bogus file nlink value 0
  1753. [ 989.136043] CIFS VFS: bogus file nlink value 0
  1754. [ 989.185155] CIFS VFS: bogus file nlink value 0
  1755. [ 989.246220] CIFS VFS: bogus file nlink value 0
  1756. [ 989.328060] CIFS VFS: bogus file nlink value 0
  1757. [ 989.379293] CIFS VFS: bogus file nlink value 0
  1758. [ 989.445224] CIFS VFS: bogus file nlink value 0
  1759. [ 989.598671] CIFS VFS: bogus file nlink value 0
  1760. [ 989.644671] CIFS VFS: bogus file nlink value 0
  1761. [ 989.694552] CIFS VFS: bogus file nlink value 0
  1762. [ 1042.326292] cifs_vfs_err: 9 callbacks suppressed
  1763. [ 1042.326314] CIFS VFS: bogus file nlink value 0
  1764. [ 1042.371432] CIFS VFS: bogus file nlink value 0
  1765. [ 1042.435685] CIFS VFS: bogus file nlink value 0
  1766. [ 1042.478909] CIFS VFS: bogus file nlink value 0
  1767. [ 1042.532495] CIFS VFS: bogus file nlink value 0
  1768. [ 1042.608150] CIFS VFS: bogus file nlink value 0
  1769. [ 1042.681226] CIFS VFS: bogus file nlink value 0
  1770. [ 1042.798214] CIFS VFS: bogus file nlink value 0
  1771. [ 1042.854115] CIFS VFS: bogus file nlink value 0
  1772. [ 1042.957571] CIFS VFS: bogus file nlink value 0
  1773. [ 1047.393912] cifs_vfs_err: 40 callbacks suppressed
  1774. [ 1047.393933] CIFS VFS: bogus file nlink value 0
  1775. [ 1047.473452] CIFS VFS: bogus file nlink value 0
  1776. [ 1047.513166] CIFS VFS: bogus file nlink value 0
  1777. [ 1047.561596] CIFS VFS: bogus file nlink value 0
  1778. [ 1047.746048] CIFS VFS: bogus file nlink value 0
  1779. [ 1047.826645] CIFS VFS: bogus file nlink value 0
  1780. [ 1047.881450] CIFS VFS: bogus file nlink value 0
  1781. [ 1047.971380] CIFS VFS: bogus file nlink value 0
  1782. [ 1048.009251] CIFS VFS: bogus file nlink value 0
  1783. [ 1048.061292] CIFS VFS: bogus file nlink value 0
  1784. [ 1052.549888] cifs_vfs_err: 52 callbacks suppressed
  1785. [ 1052.549909] CIFS VFS: bogus file nlink value 0
  1786. [ 1052.599405] CIFS VFS: bogus file nlink value 0
  1787. [ 1052.655777] CIFS VFS: bogus file nlink value 0
  1788. [ 1052.712752] CIFS VFS: bogus file nlink value 0
  1789. [ 1052.776426] CIFS VFS: bogus file nlink value 0
  1790. [ 1052.860482] CIFS VFS: bogus file nlink value 0
  1791. [ 1053.033664] CIFS VFS: bogus file nlink value 0
  1792. [ 1053.096696] CIFS VFS: bogus file nlink value 0
  1793. [ 1053.143039] CIFS VFS: bogus file nlink value 0
  1794. [ 1053.181816] CIFS VFS: bogus file nlink value 0
  1795. [ 1057.625451] cifs_vfs_err: 44 callbacks suppressed
  1796. [ 1057.625472] CIFS VFS: bogus file nlink value 0
  1797. [ 1057.699103] CIFS VFS: bogus file nlink value 0
  1798. [ 1057.745464] CIFS VFS: bogus file nlink value 0
  1799. [ 1057.814904] CIFS VFS: bogus file nlink value 0
  1800. [ 1057.849879] CIFS VFS: bogus file nlink value 0
  1801. [ 1058.159953] CIFS VFS: bogus file nlink value 0
  1802. [ 1058.348166] CIFS VFS: bogus file nlink value 0
  1803. [ 1058.453140] CIFS VFS: bogus file nlink value 0
  1804. [ 1058.537335] CIFS VFS: bogus file nlink value 0
  1805. [ 1058.594797] CIFS VFS: bogus file nlink value 0
  1806.  
  1807. ###### PHP backend ######
  1808. php version: 5.5.19
  1809. debug level: 0
  1810.  
  1811.  
  1812. Debug data collected in 1.78 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement