tml3nr

RuneAudio Boss Dac debug info

Apr 15th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 122.25 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 15 23:48:21 ICT 2018
  6.  
  7. system load: 0.00 0.01 0.00 1/150 17765
  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 877.58MiB 44.98MiB 36.96MiB
  149. Swap: 0.00B 0.00B 0.00B
  150.  
  151. Bootup: Sat Apr 14 21:05:42 2018 Load average: 0.00 0.01 0.00 1/152 17767
  152.  
  153. user : 00:30:23.74 0.5% page in : 113074
  154. nice : 00:00:48.78 0.0% page out: 694130
  155. system: 00:11:58.70 0.2% page act: 64770
  156. IOwait: 00:00:26.63 0.0% page dea: 11211
  157. hw irq: 00:00:00.00 0.0% page flt: 7764271
  158. sw irq: 00:02:09.53 0.0% swap in : 0
  159. idle : 4d 09:48:26.47 99.3% swap out: 0
  160. uptime: 1d 02:42:39.24 context : 27360077
  161.  
  162. irq 16: 0 irq 50: 90911
  163. irq 17: 15896567 irq 51: 0
  164. irq 23: 18 irq 62: 33298483
  165. irq 24: 5 irq 79: 0
  166. irq 39: 1 irq 80: 0
  167. irq 46: 0 irq 83: 6795
  168. irq 48: 8261 irq 86: 4333
  169.  
  170. mmcblk0 4013r 42 mmcblk0p2 3923r
  171. mmcblk0p1 77r
  172.  
  173. eth0 TX 232.57MiB RX 2.62GiB lo TX 8.81MiB RX 8.81MiB
  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}
  184. | |-{io}
  185. | |-{output:BossDAC}
  186. | `-{player}
  187. |-nginx---nginx
  188. |-nmbd
  189. |-ntpd---{ntpd}
  190. |-php-fpm---3*[php-fpm]
  191. |-polkitd-+-{JS GC Helper}
  192. | |-{JS Sour~ Thread}
  193. | |-{gdbus}
  194. | |-{gmain}
  195. | `-{runaway-killer-}
  196. |-python
  197. |-redis-server---2*[{redis-server}]
  198. |-rune_PL_wrk
  199. |-rune_SY_wrk---sh---debug_collector---sh---pstree
  200. |-sh---sleep
  201. |-sh---bash---python---2*[{python}]
  202. |-shairport---{shairport}
  203. |-sshd
  204. |-systemd-journal
  205. `-systemd-udevd
  206.  
  207.  
  208. ###### Audio backend ######
  209. Advanced Linux Sound Architecture Driver Version k4.4.39-ARCH+.
  210.  
  211. Card list: (/proc/asound/cards)
  212. --------------------------------------------------
  213. 0 [BossDAC ]: BossDAC - BossDAC
  214. BossDAC
  215.  
  216.  
  217. PLAYBACK devices: (aplay -l)
  218. --------------------------------------------------
  219. **** List of PLAYBACK Hardware Devices ****
  220. card 0: BossDAC [BossDAC], device 0: BossDAC pcm512x-hifi-0 []
  221. Subdevices: 1/1
  222. Subdevice #0: subdevice #0
  223.  
  224.  
  225. PCM devices: (aplay -L)
  226. --------------------------------------------------
  227. null
  228. Discard all samples (playback) or generate zero samples (capture)
  229. default:CARD=BossDAC
  230. BossDAC,
  231. Default Audio Device
  232. sysdefault:CARD=BossDAC
  233. BossDAC,
  234. Default Audio Device
  235.  
  236.  
  237. Simple mixer controls: (amixer scontrols)
  238. --------------------------------------------------
  239. card 0:
  240. Simple mixer control 'DSP Program',0
  241. Simple mixer control 'Analogue',0
  242. Simple mixer control 'Analogue Playback Boost',0
  243. Simple mixer control 'Auto Mute',0
  244. Simple mixer control 'Auto Mute Mono',0
  245. Simple mixer control 'Auto Mute Time Left',0
  246. Simple mixer control 'Auto Mute Time Right',0
  247. Simple mixer control 'Clock Missing Period',0
  248. Simple mixer control 'Deemphasis',0
  249. Simple mixer control 'Digital',0
  250. Simple mixer control 'Max Overclock DAC',0
  251. Simple mixer control 'Max Overclock DSP',0
  252. Simple mixer control 'Max Overclock PLL',0
  253. Simple mixer control 'Volume Ramp Down Emergency Rate',0
  254. Simple mixer control 'Volume Ramp Down Emergency Step',0
  255. Simple mixer control 'Volume Ramp Down Rate',0
  256. Simple mixer control 'Volume Ramp Down Step',0
  257. Simple mixer control 'Volume Ramp Up Rate',0
  258. Simple mixer control 'Volume Ramp Up Step',0
  259.  
  260.  
  261. Mixer controls: (amixer controls)
  262. --------------------------------------------------
  263. card 0:
  264. numid=6,iface=MIXER,name='DSP Program'
  265. numid=3,iface=MIXER,name='Analogue Playback Boost Volume'
  266. numid=2,iface=MIXER,name='Analogue Playback Volume'
  267. numid=10,iface=MIXER,name='Auto Mute Mono Switch'
  268. numid=11,iface=MIXER,name='Auto Mute Switch'
  269. numid=8,iface=MIXER,name='Auto Mute Time Left'
  270. numid=9,iface=MIXER,name='Auto Mute Time Right'
  271. numid=7,iface=MIXER,name='Clock Missing Period'
  272. numid=5,iface=MIXER,name='Deemphasis Switch'
  273. numid=4,iface=MIXER,name='Digital Playback Switch'
  274. numid=1,iface=MIXER,name='Digital Playback Volume'
  275. numid=20,iface=MIXER,name='Max Overclock DAC'
  276. numid=19,iface=MIXER,name='Max Overclock DSP'
  277. numid=18,iface=MIXER,name='Max Overclock PLL'
  278. numid=16,iface=MIXER,name='Volume Ramp Down Emergency Rate'
  279. numid=17,iface=MIXER,name='Volume Ramp Down Emergency Step'
  280. numid=12,iface=MIXER,name='Volume Ramp Down Rate'
  281. numid=13,iface=MIXER,name='Volume Ramp Down Step'
  282. numid=14,iface=MIXER,name='Volume Ramp Up Rate'
  283. numid=15,iface=MIXER,name='Volume Ramp Up Step'
  284.  
  285.  
  286. MPD audio outputs status: (mpc outputs)
  287. --------------------------------------------------
  288. Output 1 (BossDAC) is enabled
  289.  
  290. MPD statistics: (mpc stats)
  291. --------------------------------------------------
  292. Artists: 5595
  293. Albums: 2888
  294. Songs: 42791
  295.  
  296. Play Time: 0 days, 0:00:17
  297. Uptime: 1 days, 2:41:16
  298. DB Updated: Sat Apr 14 21:50:56 2018
  299. DB Play Time: 129 days, 11:41:34
  300.  
  301. ###### mpd version ######
  302. Music Player Daemon 0.19.19-dsd
  303.  
  304. Copyright (C) 2003-2007 Warren Dukes
  305. Copyright (C) 2008-2014 Max Kellermann
  306. This is free software; see the source for copying conditions. There is NO
  307. warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  308.  
  309.  
  310. Database plugins:
  311. simple proxy upnp
  312.  
  313. Storage plugins:
  314. local smbclient nfs
  315.  
  316. Neighbor plugins:
  317. smbclient upnp
  318.  
  319. Decoders plugins:
  320. [mad] mp3 mp2
  321. [vorbis] ogg oga
  322. [oggflac] ogg oga
  323. [flac] flac
  324. [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
  325. [audiofile] wav au aiff aif
  326. [dsdiff] dff
  327. [dsf] dsf
  328. [faad] aac
  329. [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
  330. [pcm]
  331.  
  332. Output plugins:
  333. null fifo pipe alsa jack httpd
  334.  
  335. Encoder plugins:
  336. null vorbis wave flac
  337.  
  338. Input plugins:
  339. file alsa curl ffmpeg smbclient nfs mms
  340.  
  341. Playlist plugins:
  342. extm3u m3u pls xspf asx rss soundcloud cue embcue
  343.  
  344. Protocols:
  345. file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
  346.  
  347. ###### mpd.conf ######
  348. ###################################
  349. # Auto generated mpd.conf file
  350. # please DO NOT edit it manually!
  351. # Use RuneUI MPD config section
  352. ###################################
  353.  
  354. log_level "default"
  355. log_file "/var/log/runeaudio/mpd.log"
  356. state_file "/var/lib/mpd/mpdstate"
  357. zeroconf_enabled "yes"
  358. zeroconf_name "runeaudio"
  359. bind_to_address "/run/mpd.sock"
  360. bind_to_address "any"
  361. port "6600"
  362. max_connections "20"
  363. user "mpd"
  364. group "audio"
  365. db_file "/var/lib/mpd/mpd.db"
  366. sticker_file "/var/lib/mpd/sticker.sql"
  367. pid_file "/var/run/mpd/pid"
  368. music_directory "/mnt/MPD"
  369. playlist_directory "/var/lib/mpd/playlists"
  370. follow_outside_symlinks "yes"
  371. follow_inside_symlinks "yes"
  372. auto_update "no"
  373. filesystem_charset "UTF-8"
  374. id3v1_encoding "UTF-8"
  375. volume_normalization "no"
  376. audio_buffer_size "2048"
  377. buffer_before_play "10%"
  378. gapless_mp3_playback "no"
  379.  
  380. input {
  381. plugin "curl"
  382. }
  383.  
  384. decoder {
  385. plugin "ffmpeg"
  386. enabled "no"
  387. }
  388. replaygain "off"
  389.  
  390. audio_output {
  391. name "BossDAC"
  392. type "alsa"
  393. device "hw:0,0"
  394. mixer_control "Digital"
  395. mixer_type "hardware"
  396. mixer_device "hw:0"
  397. auto_resample "no"
  398. auto_format "no"
  399. }
  400.  
  401.  
  402. ###### Kernel optimization parameters ######
  403. hardware platform: RaspberryPi2
  404. current orionprofile: RuneAudio
  405.  
  406.  
  407. kernel scheduler for mmcblk0: [noop] deadline cfq
  408. /proc/sys/vm/swappiness: 0
  409. /proc/sys/kernel/sched_latency_ns: 4500000
  410. /proc/sys/kernel/sched_rt_period_us: 1000000
  411. /proc/sys/kernel/sched_rt_runtime_us: 950000
  412. /proc/sys/kernel/sched_autogroup_enabled: 1
  413. /proc/sys/kernel/sched_rr_timeslice_ms: 10
  414. /proc/sys/kernel/sched_min_granularity_ns: 2250000
  415. /proc/sys/kernel/sched_wakeup_granularity_ns: 3000000
  416.  
  417.  
  418. ###### Kernel module snd_usb_audio settings ######
  419. Error opening module snd_usb_audio
  420.  
  421. ###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
  422. total 8.0K
  423. drwxr-xr-x 2 root root 4.0K Apr 14 21:17 .
  424. drwxr-xr-x 6 root root 4.0K Dec 16 2016 ..
  425. lrwxrwxrwx 1 root root 44 Jan 29 2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
  426. lrwxrwxrwx 1 root root 44 Feb 15 2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
  427. lrwxrwxrwx 1 root root 39 Feb 8 2015 haveged.service -> /usr/lib/systemd/system/haveged.service
  428. lrwxrwxrwx 1 root root 44 Mar 11 2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
  429. lrwxrwxrwx 1 root root 47 Oct 19 2016 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
  430. lrwxrwxrwx 1 root root 37 Feb 15 2015 nginx.service -> /usr/lib/systemd/system/nginx.service
  431. lrwxrwxrwx 1 root root 36 Feb 15 2015 ntpd.service -> /usr/lib/systemd/system/ntpd.service
  432. lrwxrwxrwx 1 root root 39 Feb 15 2015 php-fpm.service -> /usr/lib/systemd/system/php-fpm.service
  433. lrwxrwxrwx 1 root root 37 Feb 15 2015 redis.service -> /usr/lib/systemd/system/redis.service
  434. lrwxrwxrwx 1 root root 40 Mar 19 2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
  435. lrwxrwxrwx 1 root root 43 Feb 15 2015 rune_PL_wrk.service -> /usr/lib/systemd/system/rune_PL_wrk.service
  436. lrwxrwxrwx 1 root root 45 Feb 15 2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
  437. lrwxrwxrwx 1 root root 43 Feb 15 2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
  438. lrwxrwxrwx 1 root root 47 Apr 14 21:17 spotify-connect.service -> /usr/lib/systemd/system/spotify-connect.service
  439. lrwxrwxrwx 1 root root 36 Feb 8 2015 sshd.service -> /usr/lib/systemd/system/sshd.service
  440.  
  441.  
  442. ###### Filesystem mounts ######
  443. /dev/root / ext4 rw,relatime,data=ordered 0 0
  444. devtmpfs /dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  445. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  446. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  447. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  448. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  449. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  450. tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
  451. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  452. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
  453. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  454. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  455. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  456. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  457. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  458. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  459. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  460. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  461. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0
  462. mqueue /dev/mqueue mqueue rw,relatime 0 0
  463. debugfs /sys/kernel/debug debugfs rw,relatime 0 0
  464. tmpfs /tmp tmpfs rw 0 0
  465. configfs /sys/kernel/config configfs rw,relatime 0 0
  466. logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  467. rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
  468. /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
  469. devtmpfs /home/root/spotify-connect-web-chroot/dev devtmpfs rw,relatime,size=468036k,nr_inodes=117009,mode=755 0 0
  470. proc /home/root/spotify-connect-web-chroot/proc proc rw,relatime 0 0
  471. //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
  472.  
  473.  
  474. ###### Filesystem mounts - free space (df -h) ######
  475. Filesystem Size Used Avail Use% Mounted on
  476. /dev/root 30G 2.3G 26G 9% /
  477. devtmpfs 458M 0 458M 0% /dev
  478. tmpfs 462M 0 462M 0% /dev/shm
  479. tmpfs 462M 12M 450M 3% /run
  480. tmpfs 462M 0 462M 0% /sys/fs/cgroup
  481. tmpfs 462M 0 462M 0% /tmp
  482. logs 5.0M 20K 5.0M 1% /var/log
  483. rune-logs 5.0M 5.0M 0 100% /var/log/runeaudio
  484. /dev/mmcblk0p1 100M 18M 82M 18% /boot
  485. //192.168.1.2/Data/Music 1.9T 1.1T 745G 60% /mnt/MPD/NAS/Music
  486.  
  487.  
  488. ###### Loaded kernel modules ######
  489. Module Size Used by
  490. md4 3599 0
  491. nls_utf8 1419 1
  492. cifs 392255 2
  493. iptable_filter 1708 1
  494. xt_conntrack 2972 1
  495. ipt_MASQUERADE 1235 1
  496. nf_nat_masquerade_ipv4 2915 1 ipt_MASQUERADE
  497. iptable_nat 1943 1
  498. nf_conntrack_ipv4 13702 2
  499. nf_defrag_ipv4 1677 1 nf_conntrack_ipv4
  500. nf_nat_ipv4 5699 1 iptable_nat
  501. nf_nat 15862 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
  502. nf_conntrack 101212 5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
  503. cfg80211 498228 0
  504. snd_soc_pcm512x_i2c 2609 1
  505. snd_soc_pcm512x 18826 1 snd_soc_pcm512x_i2c
  506. regmap_i2c 3560 1 snd_soc_pcm512x_i2c
  507. snd_soc_allo_boss_dac 4532 2
  508. snd_soc_bcm2835_i2s 6278 2
  509. snd_soc_core 153224 3 snd_soc_pcm512x,snd_soc_bcm2835_i2s,snd_soc_allo_boss_dac
  510. bcm2835_rng 2167 0
  511. rng_core 8183 1 bcm2835_rng
  512. snd_pcm_dmaengine 5503 1 snd_soc_core
  513. bcm2835_wdt 3756 0
  514. snd_pcm 88980 4 snd_soc_pcm512x,snd_soc_core,snd_pcm_dmaengine,snd_soc_allo_boss_dac
  515. snd_timer 22172 1 snd_pcm
  516. snd 63333 7 snd_soc_core,snd_timer,snd_pcm
  517. bcm2835_gpiomem 3638 0
  518. i2c_bcm2708 5382 0
  519. clk_allo_dac_45Mhz 2477 1
  520. uio_pdrv_genirq 3539 0
  521. uio 9114 1 uio_pdrv_genirq
  522. sch_fq_codel 8174 2
  523. ip_tables 12147 2 iptable_filter,iptable_nat
  524. x_tables 18169 4 ip_tables,ipt_MASQUERADE,xt_conntrack,iptable_filter
  525. ipv6 372060 0
  526.  
  527.  
  528. ###### Network listening sockets (netstat -lnp) ######
  529. Active Internet connections (only servers)
  530. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  531. tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 933/mpd
  532. tcp 0 0 0.0.0.0:5002 0.0.0.0:* LISTEN 489/shairport
  533. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 314/redis-server 12
  534. tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 765/python
  535. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 328/nginx: master p
  536. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 328/nginx: master p
  537. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 328/nginx: master p
  538. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 658/dnsmasq
  539. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 307/sshd
  540. tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 1498/python
  541. udp 0 0 0.0.0.0:32793 0.0.0.0:* 269/avahi-daemon: r
  542. udp 0 0 127.0.0.1:53 0.0.0.0:* 658/dnsmasq
  543. udp 0 0 0.0.0.0:67 0.0.0.0:* 658/dnsmasq
  544. udp 0 0 0.0.0.0:68 0.0.0.0:* 804/dhcpcd
  545. udp 0 0 192.168.1.10:123 0.0.0.0:* 302/ntpd
  546. udp 0 0 127.0.0.1:123 0.0.0.0:* 302/ntpd
  547. udp 0 0 0.0.0.0:123 0.0.0.0:* 302/ntpd
  548. udp 0 0 192.168.1.255:137 0.0.0.0:* 402/nmbd
  549. udp 0 0 192.168.1.10:137 0.0.0.0:* 402/nmbd
  550. udp 0 0 0.0.0.0:137 0.0.0.0:* 402/nmbd
  551. udp 0 0 192.168.1.255:138 0.0.0.0:* 402/nmbd
  552. udp 0 0 192.168.1.10:138 0.0.0.0:* 402/nmbd
  553. udp 0 0 0.0.0.0:138 0.0.0.0:* 402/nmbd
  554. udp 0 0 0.0.0.0:5353 0.0.0.0:* 269/avahi-daemon: r
  555. Active UNIX domain sockets (only servers)
  556. Proto RefCnt Flags Type State I-Node PID/Program name Path
  557. unix 2 [ ACC ] STREAM LISTENING 8982 314/redis-server 12 /tmp/redis.sock
  558. unix 2 [ ACC ] STREAM LISTENING 1180 1/init /run/systemd/private
  559. unix 2 [ ACC ] STREAM LISTENING 1188 1/init /run/systemd/journal/stdout
  560. unix 2 [ ACC ] STREAM LISTENING 1711 1/init /var/run/rpcbind.sock
  561. unix 2 [ ACC ] STREAM LISTENING 1713 1/init /var/run/avahi-daemon/socket
  562. unix 2 [ ACC ] STREAM LISTENING 1716 1/init /run/dbus/system_bus_socket
  563. unix 2 [ ACC ] SEQPACKET LISTENING 1208 1/init /run/systemd/coredump
  564. unix 2 [ ACC ] SEQPACKET LISTENING 8384 1/init /run/udev/control
  565. unix 2 [ ACC ] STREAM LISTENING 15319 402/nmbd /var/run/samba/nmbd/unexpected
  566. unix 2 [ ACC ] STREAM LISTENING 14813 519/php-fpm: master /var/run/php-display.sock
  567. unix 2 [ ACC ] STREAM LISTENING 14816 519/php-fpm: master /var/run/php-db.sock
  568. unix 2 [ ACC ] STREAM LISTENING 14819 519/php-fpm: master /var/run/php-command.sock
  569. unix 2 [ ACC ] STREAM LISTENING 17406 933/mpd /run/mpd.sock
  570.  
  571.  
  572. ###### Network established sockets (netstat -np) ######
  573. Active Internet connections (w/o servers)
  574. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  575. tcp 0 0 192.168.1.10:80 192.168.1.54:52482 TIME_WAIT -
  576. tcp 0 0 127.0.0.1:44948 127.0.0.1:6379 TIME_WAIT -
  577. tcp 0 0 192.168.1.10:80 192.168.1.54:52514 TIME_WAIT -
  578. tcp 0 0 127.0.0.1:44902 127.0.0.1:6379 TIME_WAIT -
  579. tcp 0 0 127.0.0.1:44726 127.0.0.1:6379 TIME_WAIT -
  580. tcp 0 0 127.0.0.1:44766 127.0.0.1:6379 TIME_WAIT -
  581. tcp 0 0 192.168.1.10:80 192.168.1.54:52515 TIME_WAIT -
  582. tcp 0 0 127.0.0.1:44990 127.0.0.1:6379 TIME_WAIT -
  583. tcp 0 0 192.168.1.10:80 192.168.1.54:52495 TIME_WAIT -
  584. tcp 0 0 127.0.0.1:44938 127.0.0.1:6379 TIME_WAIT -
  585. tcp 0 0 127.0.0.1:44874 127.0.0.1:6379 TIME_WAIT -
  586. tcp 0 0 127.0.0.1:44824 127.0.0.1:6379 TIME_WAIT -
  587. tcp 0 0 127.0.0.1:44924 127.0.0.1:6379 TIME_WAIT -
  588. tcp 0 0 127.0.0.1:44728 127.0.0.1:6379 TIME_WAIT -
  589. tcp 0 0 192.168.1.10:80 192.168.1.54:52486 TIME_WAIT -
  590. tcp 0 0 127.0.0.1:80 127.0.0.1:58548 TIME_WAIT -
  591. tcp 0 0 127.0.0.1:44740 127.0.0.1:6379 TIME_WAIT -
  592. tcp 0 0 127.0.0.1:45006 127.0.0.1:6379 TIME_WAIT -
  593. tcp 0 0 127.0.0.1:45004 127.0.0.1:6379 TIME_WAIT -
  594. tcp 0 0 127.0.0.1:44984 127.0.0.1:6379 TIME_WAIT -
  595. tcp 0 0 127.0.0.1:44788 127.0.0.1:6379 TIME_WAIT -
  596. tcp 0 0 127.0.0.1:44976 127.0.0.1:6379 TIME_WAIT -
  597. tcp 0 0 127.0.0.1:44838 127.0.0.1:6379 TIME_WAIT -
  598. tcp 0 0 127.0.0.1:44950 127.0.0.1:6379 TIME_WAIT -
  599. tcp 0 0 192.168.1.10:80 192.168.1.54:52477 TIME_WAIT -
  600. tcp 0 0 127.0.0.1:44786 127.0.0.1:6379 TIME_WAIT -
  601. tcp 0 0 127.0.0.1:44878 127.0.0.1:6379 TIME_WAIT -
  602. tcp 0 0 127.0.0.1:44722 127.0.0.1:6379 TIME_WAIT -
  603. tcp 0 0 127.0.0.1:44746 127.0.0.1:6379 TIME_WAIT -
  604. tcp 0 0 127.0.0.1:44866 127.0.0.1:6379 TIME_WAIT -
  605. tcp 0 0 127.0.0.1:58908 127.0.0.1:6600 TIME_WAIT -
  606. tcp 0 0 127.0.0.1:44904 127.0.0.1:6379 TIME_WAIT -
  607. tcp 0 0 192.168.1.10:34608 64.30.224.206:80 TIME_WAIT -
  608. tcp 0 0 127.0.0.1:44876 127.0.0.1:6379 TIME_WAIT -
  609. tcp 0 0 127.0.0.1:44756 127.0.0.1:6379 TIME_WAIT -
  610. tcp 0 0 127.0.0.1:44916 127.0.0.1:6379 TIME_WAIT -
  611. tcp 0 0 127.0.0.1:44958 127.0.0.1:6379 TIME_WAIT -
  612. tcp 0 0 127.0.0.1:44732 127.0.0.1:6379 TIME_WAIT -
  613. tcp 0 0 127.0.0.1:44826 127.0.0.1:6379 TIME_WAIT -
  614. tcp 0 0 127.0.0.1:44680 127.0.0.1:6379 TIME_WAIT -
  615. tcp 0 0 127.0.0.1:44706 127.0.0.1:6379 TIME_WAIT -
  616. tcp 0 0 127.0.0.1:44982 127.0.0.1:6379 TIME_WAIT -
  617. tcp 0 0 127.0.0.1:44850 127.0.0.1:6379 TIME_WAIT -
  618. tcp 0 0 127.0.0.1:44758 127.0.0.1:6379 TIME_WAIT -
  619. tcp 0 0 127.0.0.1:44812 127.0.0.1:6379 TIME_WAIT -
  620. tcp 0 0 127.0.0.1:44992 127.0.0.1:6379 TIME_WAIT -
  621. tcp 0 0 127.0.0.1:44882 127.0.0.1:6379 TIME_WAIT -
  622. tcp 0 0 192.168.1.10:80 192.168.1.54:52496 TIME_WAIT -
  623. tcp 0 0 127.0.0.1:44782 127.0.0.1:6379 TIME_WAIT -
  624. tcp 0 0 192.168.1.10:80 192.168.1.54:52506 TIME_WAIT -
  625. tcp 0 0 127.0.0.1:44908 127.0.0.1:6379 TIME_WAIT -
  626. tcp 0 0 127.0.0.1:44956 127.0.0.1:6379 TIME_WAIT -
  627. tcp 0 0 192.168.1.10:80 192.168.1.54:52491 TIME_WAIT -
  628. tcp 0 0 127.0.0.1:58906 127.0.0.1:6600 TIME_WAIT -
  629. tcp 0 0 192.168.1.10:80 192.168.1.54:52478 TIME_WAIT -
  630. tcp 0 0 192.168.1.10:80 192.168.1.54:52510 TIME_WAIT -
  631. tcp 0 0 127.0.0.1:44808 127.0.0.1:6379 TIME_WAIT -
  632. tcp 0 0 127.0.0.1:44772 127.0.0.1:6379 TIME_WAIT -
  633. tcp 0 0 127.0.0.1:44686 127.0.0.1:6379 TIME_WAIT -
  634. tcp 0 0 127.0.0.1:44840 127.0.0.1:6379 TIME_WAIT -
  635. tcp 0 0 127.0.0.1:44676 127.0.0.1:6379 TIME_WAIT -
  636. tcp 0 0 127.0.0.1:45000 127.0.0.1:6379 TIME_WAIT -
  637. tcp 0 0 127.0.0.1:44870 127.0.0.1:6379 TIME_WAIT -
  638. tcp 0 0 127.0.0.1:44752 127.0.0.1:6379 TIME_WAIT -
  639. tcp 0 0 192.168.1.10:80 192.168.1.54:52489 TIME_WAIT -
  640. tcp 0 0 127.0.0.1:44724 127.0.0.1:6379 TIME_WAIT -
  641. tcp 0 0 127.0.0.1:44910 127.0.0.1:6379 TIME_WAIT -
  642. tcp 0 0 127.0.0.1:44994 127.0.0.1:6379 TIME_WAIT -
  643. tcp 0 0 127.0.0.1:44792 127.0.0.1:6379 TIME_WAIT -
  644. tcp 0 0 127.0.0.1:44858 127.0.0.1:6379 TIME_WAIT -
  645. tcp 0 0 192.168.1.10:80 192.168.1.54:52503 TIME_WAIT -
  646. tcp 0 0 192.168.1.10:80 192.168.1.54:52484 TIME_WAIT -
  647. tcp 0 0 127.0.0.1:44998 127.0.0.1:6379 TIME_WAIT -
  648. tcp 0 0 127.0.0.1:44940 127.0.0.1:6379 TIME_WAIT -
  649. tcp 0 0 127.0.0.1:44682 127.0.0.1:6379 TIME_WAIT -
  650. tcp 0 0 192.168.1.10:80 192.168.1.54:52492 TIME_WAIT -
  651. tcp 0 0 127.0.0.1:58880 127.0.0.1:6600 TIME_WAIT -
  652. tcp 0 0 192.168.1.10:80 192.168.1.54:52476 TIME_WAIT -
  653. tcp 0 0 127.0.0.1:44734 127.0.0.1:6379 TIME_WAIT -
  654. tcp 0 0 127.0.0.1:80 127.0.0.1:58804 TIME_WAIT -
  655. tcp 0 0 127.0.0.1:44918 127.0.0.1:6379 TIME_WAIT -
  656. tcp 0 0 127.0.0.1:44716 127.0.0.1:6379 TIME_WAIT -
  657. tcp 0 0 127.0.0.1:44804 127.0.0.1:6379 TIME_WAIT -
  658. tcp 0 0 127.0.0.1:44806 127.0.0.1:6379 TIME_WAIT -
  659. tcp 0 0 192.168.1.10:80 192.168.1.54:52485 TIME_WAIT -
  660. tcp 0 0 127.0.0.1:44886 127.0.0.1:6379 TIME_WAIT -
  661. tcp 0 0 127.0.0.1:44822 127.0.0.1:6379 TIME_WAIT -
  662. tcp 0 0 127.0.0.1:44962 127.0.0.1:6379 TIME_WAIT -
  663. tcp 0 0 127.0.0.1:44774 127.0.0.1:6379 TIME_WAIT -
  664. tcp 0 0 192.168.1.10:39660 107.170.105.41:443 TIME_WAIT -
  665. tcp 0 0 127.0.0.1:44926 127.0.0.1:6379 TIME_WAIT -
  666. tcp 0 0 192.168.1.10:80 192.168.1.54:52479 TIME_WAIT -
  667. tcp 0 0 192.168.1.10:80 192.168.1.54:52516 ESTABLISHED 329/nginx: worker p
  668. tcp 0 0 127.0.0.1:44932 127.0.0.1:6379 TIME_WAIT -
  669. tcp 0 0 127.0.0.1:44844 127.0.0.1:6379 TIME_WAIT -
  670. tcp 0 0 192.168.1.10:80 192.168.1.54:52508 TIME_WAIT -
  671. tcp 0 0 127.0.0.1:44784 127.0.0.1:6379 TIME_WAIT -
  672. tcp 0 0 192.168.1.10:34602 64.30.224.206:80 TIME_WAIT -
  673. tcp 0 0 127.0.0.1:44852 127.0.0.1:6379 TIME_WAIT -
  674. tcp 0 0 127.0.0.1:44836 127.0.0.1:6379 TIME_WAIT -
  675. tcp 0 0 127.0.0.1:44914 127.0.0.1:6379 TIME_WAIT -
  676. tcp 0 0 127.0.0.1:44912 127.0.0.1:6379 TIME_WAIT -
  677. tcp 0 0 192.168.1.10:51094 104.24.14.89:80 TIME_WAIT -
  678. tcp 0 0 127.0.0.1:44820 127.0.0.1:6379 TIME_WAIT -
  679. tcp 0 0 127.0.0.1:44776 127.0.0.1:6379 TIME_WAIT -
  680. tcp 0 0 127.0.0.1:44856 127.0.0.1:6379 TIME_WAIT -
  681. tcp 0 0 127.0.0.1:44862 127.0.0.1:6379 TIME_WAIT -
  682. tcp 0 0 192.168.1.10:80 192.168.1.54:52502 TIME_WAIT -
  683. tcp 0 0 127.0.0.1:58802 127.0.0.1:6600 TIME_WAIT -
  684. tcp 0 0 127.0.0.1:44754 127.0.0.1:6379 TIME_WAIT -
  685. tcp 0 0 127.0.0.1:44830 127.0.0.1:6379 TIME_WAIT -
  686. tcp 0 0 127.0.0.1:44694 127.0.0.1:6379 TIME_WAIT -
  687. tcp 0 0 127.0.0.1:44972 127.0.0.1:6379 TIME_WAIT -
  688. tcp 0 0 127.0.0.1:44966 127.0.0.1:6379 TIME_WAIT -
  689. tcp 0 0 192.168.1.10:52926 104.199.240.108:4070 ESTABLISHED 1498/python
  690. tcp 0 0 192.168.1.10:80 192.168.1.54:52517 ESTABLISHED 329/nginx: worker p
  691. tcp 0 0 192.168.1.10:80 192.168.1.54:52505 TIME_WAIT -
  692. tcp 0 0 127.0.0.1:44954 127.0.0.1:6379 TIME_WAIT -
  693. tcp 0 0 192.168.1.10:80 192.168.1.54:52518 TIME_WAIT -
  694. tcp 0 0 127.0.0.1:44688 127.0.0.1:6379 TIME_WAIT -
  695. tcp 0 0 192.168.1.10:80 192.168.1.54:52490 TIME_WAIT -
  696. tcp 0 0 127.0.0.1:44718 127.0.0.1:6379 TIME_WAIT -
  697. tcp 0 0 127.0.0.1:44764 127.0.0.1:6379 TIME_WAIT -
  698. tcp 0 0 127.0.0.1:44922 127.0.0.1:6379 TIME_WAIT -
  699. tcp 0 0 127.0.0.1:82 127.0.0.1:46050 TIME_WAIT -
  700. tcp 0 0 127.0.0.1:44892 127.0.0.1:6379 TIME_WAIT -
  701. tcp 0 0 127.0.0.1:44896 127.0.0.1:6379 TIME_WAIT -
  702. tcp 0 0 127.0.0.1:44742 127.0.0.1:6379 TIME_WAIT -
  703. tcp 0 0 127.0.0.1:44712 127.0.0.1:6379 TIME_WAIT -
  704. tcp 0 0 192.168.1.10:51338 104.24.14.89:80 TIME_WAIT -
  705. tcp 0 0 192.168.1.10:80 192.168.1.54:52504 TIME_WAIT -
  706. tcp 0 0 192.168.1.10:80 192.168.1.54:52480 TIME_WAIT -
  707. tcp 0 0 127.0.0.1:44748 127.0.0.1:6379 TIME_WAIT -
  708. tcp 0 0 127.0.0.1:80 127.0.0.1:58782 TIME_WAIT -
  709. tcp 0 0 127.0.0.1:44988 127.0.0.1:6379 TIME_WAIT -
  710. tcp 0 0 127.0.0.1:44942 127.0.0.1:6379 TIME_WAIT -
  711. tcp 0 0 192.168.1.10:80 192.168.1.54:52512 TIME_WAIT -
  712. tcp 0 0 127.0.0.1:44760 127.0.0.1:6379 TIME_WAIT -
  713. tcp 0 0 127.0.0.1:44860 127.0.0.1:6379 TIME_WAIT -
  714. tcp 0 0 127.0.0.1:81 127.0.0.1:39586 TIME_WAIT -
  715. tcp 0 0 127.0.0.1:44684 127.0.0.1:6379 TIME_WAIT -
  716. tcp 0 0 127.0.0.1:44846 127.0.0.1:6379 TIME_WAIT -
  717. tcp 0 0 127.0.0.1:44864 127.0.0.1:6379 TIME_WAIT -
  718. tcp 0 0 127.0.0.1:44842 127.0.0.1:6379 TIME_WAIT -
  719. tcp 0 0 192.168.1.10:80 192.168.1.54:52488 TIME_WAIT -
  720. tcp 0 0 127.0.0.1:44978 127.0.0.1:6379 TIME_WAIT -
  721. tcp 0 0 127.0.0.1:44832 127.0.0.1:6379 TIME_WAIT -
  722. tcp 0 0 127.0.0.1:44736 127.0.0.1:6379 TIME_WAIT -
  723. tcp 0 0 127.0.0.1:59108 127.0.0.1:6600 TIME_WAIT -
  724. tcp 0 0 127.0.0.1:44810 127.0.0.1:6379 TIME_WAIT -
  725. tcp 0 0 127.0.0.1:44816 127.0.0.1:6379 TIME_WAIT -
  726. tcp 0 0 192.168.1.10:80 192.168.1.54:52483 TIME_WAIT -
  727. tcp 0 0 192.168.1.10:56520 192.168.1.2:445 ESTABLISHED -
  728. tcp 0 0 127.0.0.1:44906 127.0.0.1:6379 TIME_WAIT -
  729. tcp 0 0 127.0.0.1:80 127.0.0.1:58526 TIME_WAIT -
  730. tcp 0 0 127.0.0.1:44960 127.0.0.1:6379 TIME_WAIT -
  731. tcp 0 0 127.0.0.1:44714 127.0.0.1:6379 TIME_WAIT -
  732. tcp 0 0 127.0.0.1:44698 127.0.0.1:6379 TIME_WAIT -
  733. tcp 0 0 127.0.0.1:44894 127.0.0.1:6379 TIME_WAIT -
  734. tcp 0 0 127.0.0.1:44900 127.0.0.1:6379 TIME_WAIT -
  735. tcp 0 0 192.168.1.10:80 192.168.1.54:52497 TIME_WAIT -
  736. tcp 0 0 127.0.0.1:44696 127.0.0.1:6379 TIME_WAIT -
  737. tcp 0 0 127.0.0.1:44980 127.0.0.1:6379 TIME_WAIT -
  738. tcp 0 0 192.168.1.10:80 192.168.1.54:52513 TIME_WAIT -
  739. tcp 0 0 127.0.0.1:45008 127.0.0.1:6379 TIME_WAIT -
  740. tcp 0 0 127.0.0.1:44880 127.0.0.1:6379 TIME_WAIT -
  741. tcp 0 0 127.0.0.1:44800 127.0.0.1:6379 TIME_WAIT -
  742. tcp 0 0 127.0.0.1:45002 127.0.0.1:6379 TIME_WAIT -
  743. tcp 0 0 127.0.0.1:44778 127.0.0.1:6379 TIME_WAIT -
  744. tcp 0 0 127.0.0.1:59032 127.0.0.1:6600 TIME_WAIT -
  745. tcp 0 0 127.0.0.1:44974 127.0.0.1:6379 TIME_WAIT -
  746. tcp 0 0 127.0.0.1:44828 127.0.0.1:6379 TIME_WAIT -
  747. tcp 0 0 127.0.0.1:44780 127.0.0.1:6379 TIME_WAIT -
  748. tcp 0 0 192.168.1.10:80 192.168.1.54:52509 TIME_WAIT -
  749. tcp 0 0 127.0.0.1:44944 127.0.0.1:6379 TIME_WAIT -
  750. tcp 0 0 127.0.0.1:44872 127.0.0.1:6379 TIME_WAIT -
  751. tcp 0 0 192.168.1.10:80 192.168.1.54:52507 TIME_WAIT -
  752. tcp 0 0 127.0.0.1:44834 127.0.0.1:6379 TIME_WAIT -
  753. tcp 0 0 127.0.0.1:44700 127.0.0.1:6379 TIME_WAIT -
  754. tcp 0 0 192.168.1.10:80 192.168.1.54:52511 TIME_WAIT -
  755. tcp 0 0 127.0.0.1:44710 127.0.0.1:6379 TIME_WAIT -
  756. tcp 0 0 127.0.0.1:44738 127.0.0.1:6379 TIME_WAIT -
  757. tcp 0 0 127.0.0.1:82 127.0.0.1:45806 TIME_WAIT -
  758. tcp 0 0 192.168.1.10:80 192.168.1.54:52501 TIME_WAIT -
  759. tcp 0 0 127.0.0.1:44928 127.0.0.1:6379 TIME_WAIT -
  760. tcp 0 0 127.0.0.1:44678 127.0.0.1:6379 TIME_WAIT -
  761. tcp 0 0 127.0.0.1:44704 127.0.0.1:6379 TIME_WAIT -
  762. tcp 0 0 192.168.1.10:80 192.168.1.54:52475 TIME_WAIT -
  763. tcp 0 0 127.0.0.1:59042 127.0.0.1:6600 TIME_WAIT -
  764. tcp 0 0 127.0.0.1:44790 127.0.0.1:6379 TIME_WAIT -
  765. tcp 0 0 127.0.0.1:44868 127.0.0.1:6379 TIME_WAIT -
  766. tcp 0 0 192.168.1.10:80 192.168.1.54:52493 TIME_WAIT -
  767. tcp 0 0 127.0.0.1:44762 127.0.0.1:6379 TIME_WAIT -
  768. tcp 0 0 127.0.0.1:44970 127.0.0.1:6379 TIME_WAIT -
  769. tcp 0 0 192.168.1.10:80 192.168.1.54:52487 TIME_WAIT -
  770. tcp 0 0 127.0.0.1:58784 127.0.0.1:6600 TIME_WAIT -
  771. tcp 0 0 127.0.0.1:44802 127.0.0.1:6379 TIME_WAIT -
  772. tcp 0 0 127.0.0.1:44720 127.0.0.1:6379 TIME_WAIT -
  773. tcp 0 0 127.0.0.1:58782 127.0.0.1:6600 TIME_WAIT -
  774. tcp 0 0 127.0.0.1:58780 127.0.0.1:6600 TIME_WAIT -
  775. tcp 0 0 127.0.0.1:44890 127.0.0.1:6379 TIME_WAIT -
  776. tcp 0 0 127.0.0.1:58786 127.0.0.1:6600 TIME_WAIT -
  777. tcp 0 0 192.168.1.10:34524 64.30.224.206:80 TIME_WAIT -
  778. tcp 0 0 127.0.0.1:44968 127.0.0.1:6379 TIME_WAIT -
  779. tcp 0 0 127.0.0.1:44934 127.0.0.1:6379 TIME_WAIT -
  780. tcp 0 0 127.0.0.1:44884 127.0.0.1:6379 TIME_WAIT -
  781. tcp 0 0 127.0.0.1:44744 127.0.0.1:6379 TIME_WAIT -
  782. tcp 0 0 127.0.0.1:44814 127.0.0.1:6379 TIME_WAIT -
  783. tcp 0 0 127.0.0.1:44952 127.0.0.1:6379 TIME_WAIT -
  784. tcp 0 0 127.0.0.1:44888 127.0.0.1:6379 TIME_WAIT -
  785. tcp 0 0 192.168.1.10:80 192.168.1.54:52494 TIME_WAIT -
  786. tcp 0 0 127.0.0.1:44818 127.0.0.1:6379 TIME_WAIT -
  787. tcp 0 0 127.0.0.1:44898 127.0.0.1:6379 TIME_WAIT -
  788. Active UNIX domain sockets (w/o servers)
  789. Proto RefCnt Flags Type State I-Node PID/Program name Path
  790. unix 2 [ ] DGRAM 11342 402/nmbd /var/lib/samba/private/msg.sock/402
  791. unix 3 [ ] DGRAM 1178 1/init /run/systemd/notify
  792. unix 4 [ ] DGRAM 1191 1/init /run/systemd/journal/socket
  793. unix 8 [ ] DGRAM 1193 1/init /run/systemd/journal/dev-log
  794. unix 3 [ ] STREAM CONNECTED 8844 299/dbus-daemon
  795. unix 3 [ ] STREAM CONNECTED 8843 299/dbus-daemon
  796. unix 3 [ ] STREAM CONNECTED 8126 307/sshd
  797. unix 3 [ ] STREAM CONNECTED 8849 1/init /run/systemd/journal/stdout
  798. unix 3 [ ] STREAM CONNECTED 8075 302/ntpd
  799. unix 3 [ ] STREAM CONNECTED 1899 1/init /run/systemd/journal/stdout
  800. unix 3 [ ] STREAM CONNECTED 8968 314/redis-server 12
  801. unix 3 [ ] STREAM CONNECTED 8074 302/ntpd
  802. unix 3 [ ] STREAM CONNECTED 8845 299/dbus-daemon /run/dbus/system_bus_socket
  803. unix 3 [ ] STREAM CONNECTED 1851 1/init
  804. unix 3 [ ] STREAM CONNECTED 23949 1439/polkitd
  805. unix 3 [ ] STREAM CONNECTED 8784 1/init /run/systemd/journal/stdout
  806. unix 3 [ ] STREAM CONNECTED 1728 1/init /run/systemd/journal/stdout
  807. unix 3 [ ] STREAM CONNECTED 10107 272/ifplugd
  808. unix 2 [ ] DGRAM 14213 299/dbus-daemon
  809. unix 3 [ ] STREAM CONNECTED 10151 273/haveged
  810. unix 3 [ ] STREAM CONNECTED 10059 268/sh
  811. unix 3 [ ] STREAM CONNECTED 22528 1492/sh
  812. unix 3 [ ] STREAM CONNECTED 22390 299/dbus-daemon /run/dbus/system_bus_socket
  813. unix 3 [ ] STREAM CONNECTED 692863 314/redis-server 12 /tmp/redis.sock
  814. unix 3 [ ] STREAM CONNECTED 9018 328/nginx: master p
  815. unix 3 [ ] STREAM CONNECTED 694651 344/php
  816. unix 3 [ ] STREAM CONNECTED 7837 1/init /run/systemd/journal/stdout
  817. unix 2 [ ] DGRAM 13854 658/dnsmasq
  818. unix 3 [ ] STREAM CONNECTED 13557 519/php-fpm: master
  819. unix 3 [ ] STREAM CONNECTED 21427 1/init /run/systemd/journal/stdout
  820. unix 3 [ ] STREAM CONNECTED 11738 1/init /run/systemd/journal/stdout
  821. unix 3 [ ] STREAM CONNECTED 9019 328/nginx: master p
  822. unix 3 [ ] STREAM CONNECTED 9071 1/init /run/systemd/journal/stdout
  823. unix 3 [ ] STREAM CONNECTED 10439 344/php
  824. unix 2 [ ] DGRAM 8051 269/avahi-daemon: r
  825. unix 3 [ ] DGRAM 1461 224/systemd-udevd
  826. unix 3 [ ] DGRAM 1460 224/systemd-udevd
  827. unix 3 [ ] STREAM CONNECTED 14731 299/dbus-daemon /run/dbus/system_bus_socket
  828. unix 3 [ ] STREAM CONNECTED 10349 328/nginx: master p
  829. unix 3 [ ] STREAM CONNECTED 10348 328/nginx: master p
  830. unix 3 [ ] STREAM CONNECTED 14730 489/shairport
  831. unix 3 [ ] STREAM CONNECTED 8846 299/dbus-daemon /run/dbus/system_bus_socket
  832. unix 3 [ ] STREAM CONNECTED 8059 303/avahi-daemon: c
  833. unix 3 [ ] STREAM CONNECTED 15062 658/dnsmasq
  834. unix 3 [ ] STREAM CONNECTED 8063 269/avahi-daemon: r
  835. unix 3 [ ] STREAM CONNECTED 8824 1/init /run/systemd/journal/stdout
  836. unix 3 [ ] STREAM CONNECTED 14812 519/php-fpm: master
  837. unix 3 [ ] STREAM CONNECTED 8789 1/init /run/systemd/journal/stdout
  838. unix 3 [ ] STREAM CONNECTED 8040 299/dbus-daemon
  839. unix 3 [ ] STREAM CONNECTED 1777 276/php
  840. unix 3 [ ] STREAM CONNECTED 1450 224/systemd-udevd
  841. unix 3 [ ] STREAM CONNECTED 8058 269/avahi-daemon: r
  842. unix 2 [ ] DGRAM 14513 804/dhcpcd
  843. unix 2 [ ] DGRAM 1456 224/systemd-udevd
  844. unix 3 [ ] STREAM CONNECTED 9760 1/init /run/systemd/journal/stdout
  845. unix 3 [ ] STREAM CONNECTED 14811 519/php-fpm: master
  846. unix 2 [ ] DGRAM 21376 1439/polkitd
  847. unix 2 [ ] DGRAM 8398 190/systemd-journal
  848. unix 3 [ ] STREAM CONNECTED 16916 765/python
  849. unix 3 [ ] STREAM CONNECTED 15063 299/dbus-daemon /run/dbus/system_bus_socket
  850. unix 2 [ ] DGRAM 8826 302/ntpd
  851. unix 3 [ ] STREAM CONNECTED 8778 269/avahi-daemon: r
  852. unix 3 [ ] STREAM CONNECTED 20483 933/mpd
  853. unix 3 [ ] STREAM CONNECTED 693610 17759/php
  854. unix 3 [ ] STREAM CONNECTED 691924 314/redis-server 12 /tmp/redis.sock
  855. unix 3 [ ] STREAM CONNECTED 17780 276/php
  856. unix 3 [ ] STREAM CONNECTED 20490 933/mpd /run/mpd.sock
  857. unix 3 [ ] STREAM CONNECTED 11625 1/init /run/systemd/journal/stdout
  858. unix 3 [ ] STREAM CONNECTED 19635 314/redis-server 12 /tmp/redis.sock
  859. unix 2 [ ] DGRAM 21394 1/init
  860. unix 3 [ ] STREAM CONNECTED 11624 489/shairport
  861. unix 3 [ ] STREAM CONNECTED 18788 299/dbus-daemon /run/dbus/system_bus_socket
  862. unix 3 [ ] STREAM CONNECTED 17782 276/php
  863. unix 3 [ ] STREAM CONNECTED 15180 1/init /run/systemd/journal/stdout
  864. unix 3 [ ] STREAM CONNECTED 7839 1/init /run/systemd/journal/stdout
  865.  
  866.  
  867. ###### Network interfaces (ip addr) ######
  868. 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  869. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  870. inet 127.0.0.1/8 scope host lo
  871. valid_lft forever preferred_lft forever
  872. 2: eth0: mtu 1500 qdisc fq_codel state UP group default qlen 1000
  873. link/ether b8:27:eb:22:ef:35 brd ff:ff:ff:ff:ff:ff
  874. inet 192.168.1.10/24 brd 192.168.1.255 scope global eth0
  875. valid_lft forever preferred_lft forever
  876.  
  877.  
  878. ###### Network interfaces (ifconfig) ######
  879. eth0: flags=4163 mtu 1500
  880. inet 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255
  881. ether b8:27:eb:22:ef:35 txqueuelen 1000 (Ethernet)
  882. RX packets 5258013 bytes 2812958586 (2.6 GiB)
  883. RX errors 0 dropped 788 overruns 0 frame 0
  884. TX packets 2747321 bytes 244078421 (232.7 MiB)
  885. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  886.  
  887. lo: flags=73 mtu 65536
  888. inet 127.0.0.1 netmask 255.0.0.0
  889. loop txqueuelen 1 (Local Loopback)
  890. RX packets 160983 bytes 9354009 (8.9 MiB)
  891. RX errors 0 dropped 0 overruns 0 frame 0
  892. TX packets 160983 bytes 9354009 (8.9 MiB)
  893. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  894.  
  895.  
  896. ###### Network netctl profiles (netctl list) ######
  897. eth0
  898.  
  899. eth0 netctl status
  900. --------------------------------------------------------
  901. ● netctl@eth0.service - Networking for netctl profile eth0
  902. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
  903. Active: inactive (dead)
  904. Docs: man:netctl.profile(5)
  905.  
  906. eth0 netctl profile
  907. --------------------------------------------------------
  908. Description='eth0 connection'
  909. Interface=eth0
  910. ForceConnect=yes
  911. SkipNoCarrier=yes
  912. Connection=ethernet
  913. IP=dhcp
  914.  
  915.  
  916. ###### Network wifi status (iwconfig) ######
  917. lo no wireless extensions.
  918.  
  919. eth0 no wireless extensions.
  920.  
  921.  
  922. ###### List all USB devices (lsusb) ######
  923. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  924. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  925. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  926.  
  927. ###### Kernel status (dmesg) ######
  928. [ 0.000000] Booting Linux on physical CPU 0xf00
  929. [ 0.000000] Initializing cgroup subsys cpuset
  930. [ 0.000000] Initializing cgroup subsys cpu
  931. [ 0.000000] Initializing cgroup subsys cpuacct
  932. [ 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
  933. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  934. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  935. [ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
  936. [ 0.000000] cma: Reserved 8 MiB at 0x3a800000
  937. [ 0.000000] Memory policy: Data cache writealloc
  938. [ 0.000000] On node 0 totalpages: 241664
  939. [ 0.000000] free_area_init_node: node 0, pgdat 80ba3e80, node_mem_map b9fa6000
  940. [ 0.000000] Normal zone: 2124 pages used for memmap
  941. [ 0.000000] Normal zone: 0 pages reserved
  942. [ 0.000000] Normal zone: 241664 pages, LIFO batch:31
  943. [ 0.000000] [bcm2709_smp_init_cpus] enter (9460->f3003010)
  944. [ 0.000000] [bcm2709_smp_init_cpus] ncores=4
  945. [ 0.000000] PERCPU: Embedded 13 pages/cpu @b9f62000 s22656 r8192 d22400 u53248
  946. [ 0.000000] pcpu-alloc: s22656 r8192 d22400 u53248 alloc=13*4096
  947. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  948. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
  949. [ 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
  950. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  951. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  952. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  953. [ 0.000000] Memory: 936072K/966656K available (8027K kernel code, 578K rwdata, 2900K rodata, 440K init, 797K bss, 22392K reserved, 8192K cma-reserved)
  954. [ 0.000000] Virtual kernel memory layout:
  955. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  956. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  957. vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
  958. lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
  959. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  960. .text : 0x80008000 - 0x80ab3f68 (10928 kB)
  961. .init : 0x80ab4000 - 0x80b22000 ( 440 kB)
  962. .data : 0x80b22000 - 0x80bb2bd8 ( 579 kB)
  963. .bss : 0x80bb5000 - 0x80c7c428 ( 798 kB)
  964. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  965. [ 0.000000] Hierarchical RCU implementation.
  966. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  967. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  968. [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
  969. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  970. [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  971. [ 0.000021] Switching to timer-based delay loop, resolution 52ns
  972. [ 0.000249] Console: colour dummy device 80x30
  973. [ 0.000387] console [tty0] enabled
  974. [ 0.000415] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  975. [ 0.000429] pid_max: default: 32768 minimum: 301
  976. [ 0.000685] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  977. [ 0.000699] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  978. [ 0.001583] Disabling cpuset control group subsystem
  979. [ 0.001616] Initializing cgroup subsys io
  980. [ 0.001640] Initializing cgroup subsys memory
  981. [ 0.001681] Initializing cgroup subsys devices
  982. [ 0.001700] Initializing cgroup subsys freezer
  983. [ 0.001716] Initializing cgroup subsys net_cls
  984. [ 0.001729] Initializing cgroup subsys perf_event
  985. [ 0.001743] Initializing cgroup subsys net_prio
  986. [ 0.001770] Initializing cgroup subsys pids
  987. [ 0.001825] CPU: Testing write buffer coherency: ok
  988. [ 0.002374] CPU0: update cpu_capacity 1024
  989. [ 0.002388] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  990. [ 0.002397] [bcm2709_smp_prepare_cpus] enter
  991. [ 0.002496] Setting up static identity map for 0x8240 - 0x8274
  992. [ 0.004251] [bcm2709_boot_secondary] cpu:1 started (0) 18
  993. [ 0.004590] [bcm2709_secondary_init] enter cpu:1
  994. [ 0.004628] CPU1: update cpu_capacity 1024
  995. [ 0.004633] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  996. [ 0.005038] [bcm2709_boot_secondary] cpu:2 started (0) 18
  997. [ 0.005266] [bcm2709_secondary_init] enter cpu:2
  998. [ 0.005285] CPU2: update cpu_capacity 1024
  999. [ 0.005290] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  1000. [ 0.005643] [bcm2709_boot_secondary] cpu:3 started (0) 18
  1001. [ 0.005865] [bcm2709_secondary_init] enter cpu:3
  1002. [ 0.005882] CPU3: update cpu_capacity 1024
  1003. [ 0.005887] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  1004. [ 0.005942] Brought up 4 CPUs
  1005. [ 0.005960] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  1006. [ 0.005966] CPU: All CPU(s) started in HYP mode.
  1007. [ 0.005971] CPU: Virtualization extensions available.
  1008. [ 0.006640] devtmpfs: initialized
  1009. [ 0.015194] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  1010. [ 0.015516] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  1011. [ 0.016083] xor: measuring software checksum speed
  1012. [ 0.110003] arm4regs : 1248.400 MB/sec
  1013. [ 0.210065] 8regs : 730.800 MB/sec
  1014. [ 0.310124] 32regs : 631.600 MB/sec
  1015. [ 0.410181] neon : 1214.000 MB/sec
  1016. [ 0.410190] xor: using function: arm4regs (1248.400 MB/sec)
  1017. [ 0.410308] pinctrl core: initialized pinctrl subsystem
  1018. [ 0.410859] NET: Registered protocol family 16
  1019. [ 0.415669] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  1020. [ 0.421192] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1021. [ 0.421204] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1022. [ 0.421337] Serial: AMBA PL011 UART driver
  1023. [ 0.421546] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  1024. [ 0.421967] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  1025. [ 0.650720] raid6: int32x1 gen() 134 MB/s
  1026. [ 0.820640] raid6: int32x1 xor() 108 MB/s
  1027. [ 0.990790] raid6: int32x2 gen() 175 MB/s
  1028. [ 1.160886] raid6: int32x2 xor() 115 MB/s
  1029. [ 1.330914] raid6: int32x4 gen() 179 MB/s
  1030. [ 1.501010] raid6: int32x4 xor() 116 MB/s
  1031. [ 1.671196] raid6: int32x8 gen() 168 MB/s
  1032. [ 1.841266] raid6: int32x8 xor() 108 MB/s
  1033. [ 2.011422] raid6: neonx1 gen() 441 MB/s
  1034. [ 2.181533] raid6: neonx1 xor() 321 MB/s
  1035. [ 2.351595] raid6: neonx2 gen() 578 MB/s
  1036. [ 2.521717] raid6: neonx2 xor() 416 MB/s
  1037. [ 2.691850] raid6: neonx4 gen() 721 MB/s
  1038. [ 2.861924] raid6: neonx4 xor() 480 MB/s
  1039. [ 3.032123] raid6: neonx8 gen() 476 MB/s
  1040. [ 3.202186] raid6: neonx8 xor() 342 MB/s
  1041. [ 3.202194] raid6: using algorithm neonx4 gen() 721 MB/s
  1042. [ 3.202200] raid6: .... xor() 480 MB/s, rmw enabled
  1043. [ 3.202206] raid6: using intx1 recovery algorithm
  1044. [ 3.203592] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
  1045. [ 3.204072] SCSI subsystem initialized
  1046. [ 3.204332] usbcore: registered new interface driver usbfs
  1047. [ 3.204404] usbcore: registered new interface driver hub
  1048. [ 3.204529] usbcore: registered new device driver usb
  1049. [ 3.206990] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-12-09 15:11
  1050. [ 3.234261] clocksource: Switched to clocksource arch_sys_counter
  1051. [ 3.279234] FS-Cache: Loaded
  1052. [ 3.279493] CacheFiles: Loaded
  1053. [ 3.289233] NET: Registered protocol family 2
  1054. [ 3.290035] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1055. [ 3.290137] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  1056. [ 3.290274] TCP: Hash tables configured (established 8192 bind 8192)
  1057. [ 3.290372] UDP hash table entries: 512 (order: 2, 16384 bytes)
  1058. [ 3.290423] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  1059. [ 3.290666] NET: Registered protocol family 1
  1060. [ 3.290996] RPC: Registered named UNIX socket transport module.
  1061. [ 3.291007] RPC: Registered udp transport module.
  1062. [ 3.291013] RPC: Registered tcp transport module.
  1063. [ 3.291019] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1064. [ 3.292081] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  1065. [ 3.294518] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1066. [ 3.304745] VFS: Disk quotas dquot_6.6.0
  1067. [ 3.304965] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1068. [ 3.306899] FS-Cache: Netfs 'nfs' registered for caching
  1069. [ 3.307620] NFS: Registering the id_resolver key type
  1070. [ 3.307684] Key type id_resolver registered
  1071. [ 3.307692] Key type id_legacy registered
  1072. [ 3.307718] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1073. [ 3.308373] JFS: nTxBlock = 7377, nTxLock = 59016
  1074. [ 3.315649] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1075. [ 3.322118] async_tx: api initialized (async)
  1076. [ 3.322388] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1077. [ 3.322527] io scheduler noop registered (default)
  1078. [ 3.322544] io scheduler deadline registered
  1079. [ 3.322592] io scheduler cfq registered
  1080. [ 3.324499] BCM2708FB: allocated DMA memory fac00000
  1081. [ 3.324533] BCM2708FB: allocated DMA channel 0 @ f3007000
  1082. [ 3.331947] Console: switching to colour frame buffer device 82x26
  1083. [ 3.336674] vc-cma: Videocore CMA driver
  1084. [ 3.336685] vc-cma: vc_cma_base = 0x00000000
  1085. [ 3.336692] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
  1086. [ 3.336698] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
  1087. [ 3.336858] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  1088. [ 3.350261] brd: module loaded
  1089. [ 3.357602] loop: module loaded
  1090. [ 3.358405] vchiq: vchiq_init_state: slot_zero = 0xbac80000, is_master = 0
  1091. [ 3.359831] Loading iSCSI transport class v2.0-870.
  1092. [ 3.360463] usbcore: registered new interface driver ax88179_178a
  1093. [ 3.360543] usbcore: registered new interface driver smsc95xx
  1094. [ 3.360668] usbcore: registered new interface driver cdc_ncm
  1095. [ 3.360685] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  1096. [ 3.560928] Core Release: 2.80a
  1097. [ 3.560942] Setting default values for core params
  1098. [ 3.560977] Finished setting default values for core params
  1099. [ 3.761257] Using Buffer DMA mode
  1100. [ 3.761267] Periodic Transfer Interrupt Enhancement - disabled
  1101. [ 3.761273] Multiprocessor Interrupt Enhancement - disabled
  1102. [ 3.761280] OTG VER PARAM: 0, OTG VER FLAG: 0
  1103. [ 3.761293] Dedicated Tx FIFOs mode
  1104. [ 3.761593] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xbac14000 dma = 0xfac14000 len=9024
  1105. [ 3.761621] FIQ FSM acceleration enabled for :
  1106. Non-periodic Split Transactions
  1107. Periodic Split Transactions
  1108. [ 3.761648] dwc_otg: Microframe scheduler enabled
  1109. [ 3.761694] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x805d4318
  1110. [ 3.761705] WARN::hcd_init_fiq:414: FIQ ASM at 0x805d4660 length 36
  1111. [ 3.761716] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbbc7c000
  1112. [ 3.761766] dwc_otg 3f980000.usb: DWC OTG Controller
  1113. [ 3.761809] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  1114. [ 3.761844] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  1115. [ 3.761888] Init: Port Power? op_state=1
  1116. [ 3.761894] Init: Power Port (0)
  1117. [ 3.762090] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1118. [ 3.762102] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1119. [ 3.762112] usb usb1: Product: DWC OTG Controller
  1120. [ 3.762122] usb usb1: Manufacturer: Linux 4.4.39-ARCH+ dwc_otg_hcd
  1121. [ 3.762131] usb usb1: SerialNumber: 3f980000.usb
  1122. [ 3.762775] hub 1-0:1.0: USB hub found
  1123. [ 3.762817] hub 1-0:1.0: 1 port detected
  1124. [ 3.763337] dwc_otg: FIQ enabled
  1125. [ 3.763346] dwc_otg: NAK holdoff enabled
  1126. [ 3.763352] dwc_otg: FIQ split-transaction FSM enabled
  1127. [ 3.763380] Module dwc_common_port init
  1128. [ 3.763593] usbcore: registered new interface driver usb-storage
  1129. [ 3.763650] usbcore: registered new interface driver ums-alauda
  1130. [ 3.763701] usbcore: registered new interface driver ums-cypress
  1131. [ 3.763752] usbcore: registered new interface driver ums-datafab
  1132. [ 3.763810] usbcore: registered new interface driver ums_eneub6250
  1133. [ 3.763861] usbcore: registered new interface driver ums-freecom
  1134. [ 3.763913] usbcore: registered new interface driver ums-isd200
  1135. [ 3.763965] usbcore: registered new interface driver ums-jumpshot
  1136. [ 3.764016] usbcore: registered new interface driver ums-karma
  1137. [ 3.764067] usbcore: registered new interface driver ums-onetouch
  1138. [ 3.764135] usbcore: registered new interface driver ums-realtek
  1139. [ 3.764187] usbcore: registered new interface driver ums-sddr09
  1140. [ 3.764238] usbcore: registered new interface driver ums-sddr55
  1141. [ 3.764327] usbcore: registered new interface driver ums-usbat
  1142. [ 3.764585] mousedev: PS/2 mouse device common for all mice
  1143. [ 3.765168] md: linear personality registered for level -1
  1144. [ 3.765185] md: raid0 personality registered for level 0
  1145. [ 3.765199] md: raid1 personality registered for level 1
  1146. [ 3.765212] md: raid10 personality registered for level 10
  1147. [ 3.765449] md: raid6 personality registered for level 6
  1148. [ 3.765457] md: raid5 personality registered for level 5
  1149. [ 3.765464] md: raid4 personality registered for level 4
  1150. [ 3.765480] md: multipath personality registered for level -4
  1151. [ 3.765494] md: faulty personality registered for level -5
  1152. [ 3.765753] device-mapper: uevent: version 1.0.3
  1153. [ 3.766158] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  1154. [ 3.766680] device-mapper: multipath: version 1.10.0 loaded
  1155. [ 3.766701] device-mapper: multipath round-robin: version 1.0.0 loaded
  1156. [ 3.766715] device-mapper: multipath queue-length: version 0.1.0 loaded
  1157. [ 3.766729] device-mapper: multipath service-time: version 0.2.0 loaded
  1158. [ 3.766759] device-mapper: raid: Loading target version 1.7.0
  1159. [ 3.766929] bcm2835-cpufreq: min=900000 max=900000
  1160. [ 3.767239] sdhci: Secure Digital Host Controller Interface driver
  1161. [ 3.767247] sdhci: Copyright(c) Pierre Ossman
  1162. [ 3.767514] sdhost: log_buf @ bac13000 (fac13000)
  1163. [ 3.824290] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  1164. [ 3.824485] sdhci-pltfm: SDHCI platform and OF driver helper
  1165. [ 3.824956] ledtrig-cpu: registered to indicate activity on CPUs
  1166. [ 3.825127] hidraw: raw HID events driver (C) Jiri Kosina
  1167. [ 3.825481] usbcore: registered new interface driver usbhid
  1168. [ 3.825489] usbhid: USB HID core driver
  1169. [ 3.825965] Initializing XFRM netlink socket
  1170. [ 3.825997] NET: Registered protocol family 17
  1171. [ 3.826132] Key type dns_resolver registered
  1172. [ 3.826716] Registering SWP/SWPB emulation handler
  1173. [ 3.827417] registered taskstats version 1
  1174. [ 3.830209] Btrfs loaded
  1175. [ 3.831391] Key type encrypted registered
  1176. [ 3.831489] vc-sm: Videocore shared memory driver
  1177. [ 3.831501] [vc_sm_connected_init]: start
  1178. [ 3.844858] [vc_sm_connected_init]: end - returning 0
  1179. [ 3.845043] of_cfs_init
  1180. [ 3.845130] of_cfs_init: OK
  1181. [ 3.845825] md: Waiting for all devices to be available before autodetect
  1182. [ 3.845834] md: If you don't use raid, use raid=noautodetect
  1183. [ 3.846755] md: Autodetecting RAID arrays.
  1184. [ 3.846767] md: Scanned 0 and added 0 devices.
  1185. [ 3.846773] md: autorun ...
  1186. [ 3.846778] md: ... autorun DONE.
  1187. [ 3.846932] Waiting for root device /dev/mmcblk0p2...
  1188. [ 3.901042] mmc0: host does not support reading read-only switch, assuming write-enable
  1189. [ 3.903555] mmc0: new high speed SDHC card at address aaaa
  1190. [ 3.904085] mmcblk0: mmc0:aaaa SP32G 29.7 GiB
  1191. [ 3.905275] mmcblk0: p1 p2
  1192. [ 3.954375] Indeed it is in host mode hprt0 = 00021501
  1193. [ 3.965445] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  1194. [ 3.965498] VFS: Mounted root (ext4 filesystem) on device 179:2.
  1195. [ 3.972687] devtmpfs: mounted
  1196. [ 3.973188] Freeing unused kernel memory: 440K (80ab4000 - 80b22000)
  1197. [ 4.134313] usb 1-1: new high-speed USB device number 2 using dwc_otg
  1198. [ 4.134469] Indeed it is in host mode hprt0 = 00001101
  1199. [ 4.254818] systemd[1]: System time before build time, advancing clock.
  1200. [ 4.334633] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  1201. [ 4.334653] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1202. [ 4.335765] hub 1-1:1.0: USB hub found
  1203. [ 4.335957] hub 1-1:1.0: 5 ports detected
  1204. [ 4.343516] IPv6: Loaded, but administratively disabled, reboot required to enable
  1205. [ 4.352412] ip_tables: (C) 2000-2006 Netfilter Core Team
  1206. [ 4.357109] random: systemd: uninitialized urandom read (16 bytes read, 39 bits of entropy available)
  1207. [ 4.367542] random: systemd: uninitialized urandom read (16 bytes read, 40 bits of entropy available)
  1208. [ 4.370617] 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)
  1209. [ 4.371157] systemd[1]: Detected architecture arm.
  1210. [ 4.371938] systemd[1]: Set hostname to .
  1211. [ 4.439933] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 50 bits of entropy available)
  1212. [ 4.440229] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 50 bits of entropy available)
  1213. [ 4.451208] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 51 bits of entropy available)
  1214. [ 4.522594] random: systemd: uninitialized urandom read (16 bytes read, 61 bits of entropy available)
  1215. [ 4.522896] random: systemd: uninitialized urandom read (16 bytes read, 61 bits of entropy available)
  1216. [ 4.523401] random: systemd: uninitialized urandom read (16 bytes read, 61 bits of entropy available)
  1217. [ 4.524396] random: systemd: uninitialized urandom read (16 bytes read, 61 bits of entropy available)
  1218. [ 4.544617] random: systemd: uninitialized urandom read (16 bytes read, 63 bits of entropy available)
  1219. [ 4.614314] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  1220. [ 4.714571] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  1221. [ 4.714592] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1222. [ 4.717368] smsc95xx v1.0.4
  1223. [ 4.776923] 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
  1224. [ 4.821832] systemd[1]: Reached target System Time Synchronized.
  1225. [ 4.822460] systemd[1]: Listening on Journal Socket.
  1226. [ 4.822671] systemd[1]: Listening on Journal Socket (/dev/log).
  1227. [ 4.822865] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  1228. [ 4.822945] systemd[1]: Reached target Swap.
  1229. [ 4.823031] systemd[1]: Reached target Login Prompts.
  1230. [ 4.823279] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1231. [ 4.823451] systemd[1]: Listening on udev Kernel Socket.
  1232. [ 4.824208] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  1233. [ 4.824549] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  1234. [ 4.824828] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  1235. [ 4.824909] systemd[1]: Reached target Paths.
  1236. [ 4.829164] systemd[1]: Listening on Process Core Dump Socket.
  1237. [ 4.829270] systemd[1]: Reached target Remote File Systems.
  1238. [ 4.831198] systemd[1]: Created slice System Slice.
  1239. [ 4.874843] systemd[1]: Starting Setup Virtual Console...
  1240. [ 4.878125] systemd[1]: Mounting Debug File System...
  1241. [ 4.881945] systemd[1]: Starting Remount Root and Kernel File Systems...
  1242. [ 4.886638] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1243. [ 4.914540] systemd[1]: Starting Load Kernel Modules...
  1244. [ 4.918614] systemd[1]: Mounting POSIX Message Queue File System...
  1245. [ 4.972506] systemd[1]: Starting RuneAudio shutdown script...
  1246. [ 4.983786] systemd[1]: Mounting Temporary Directory...
  1247. [ 4.983966] systemd[1]: Reached target Slices.
  1248. [ 4.984141] systemd[1]: Reached target Encrypted Volumes.
  1249. [ 5.003077] systemd[1]: Starting Journal Service...
  1250. [ 5.003649] systemd[1]: Listening on udev Control Socket.
  1251. [ 5.005175] systemd[1]: Created slice system-netctl\x2difplugd.slice.
  1252. [ 5.019660] systemd[1]: Mounted POSIX Message Queue File System.
  1253. [ 5.019894] systemd[1]: Mounted Debug File System.
  1254. [ 5.020010] systemd[1]: Mounted Temporary Directory.
  1255. [ 5.022140] systemd[1]: Started Remount Root and Kernel File Systems.
  1256. [ 5.023682] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1257. [ 5.025142] systemd[1]: Started Load Kernel Modules.
  1258. [ 5.026849] systemd[1]: Started RuneAudio shutdown script.
  1259. [ 5.142743] systemd[1]: Started Journal Service.
  1260. [ 6.209046] bcm2708_i2c 3f804000.i2c: BSC1 Controller at 0x3f804000 (irq 83) (baudrate 100000)
  1261. [ 6.209504] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  1262. [ 6.260946] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  1263. [ 6.268400] bcm2835-rng 3f104000.rng: hwrng registered
  1264. [ 6.312020] snd-allo-boss-dac soc:sound: ASoC: CODEC DAI pcm512x-hifi not registered
  1265. [ 6.312042] snd-allo-boss-dac soc:sound: snd_soc_register_card() failed: -517
  1266. [ 6.512516] snd-allo-boss-dac soc:sound: pcm512x-hifi <-> 3f203000.i2s mapping ok
  1267. [ 6.896444] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  1268. [ 8.412307] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x5DE1
  1269. [ 10.245569] cfg80211: World regulatory domain updated:
  1270. [ 10.245598] cfg80211: DFS Master region: unset
  1271. [ 10.245609] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1272. [ 10.245623] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1273. [ 10.245634] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1274. [ 10.245644] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1275. [ 10.245656] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1276. [ 10.245689] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1277. [ 10.245702] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1278. [ 10.245712] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1279. [ 10.245721] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1280. [ 12.538999] random: nonblocking pool is initialized
  1281. [ 17.385603] nf_conntrack version 0.5.0 (14761 buckets, 59044 max)
  1282. [ 29.033177] EXT4-fs (mmcblk0p2): resizing filesystem from 522240 to 7765888 blocks
  1283. [ 29.529059] EXT4-fs (mmcblk0p2): resized filesystem to 7765888
  1284. [ 70.394583] cfg80211: Verifying active interfaces after reg change
  1285. [ 887.854158] FS-Cache: Netfs 'cifs' registered for caching
  1286. [ 887.854797] Key type cifs.spnego registered
  1287. [ 887.854932] Key type cifs.idmap registered
  1288. [ 895.031506] CIFS VFS: bogus file nlink value 0
  1289. [ 895.070610] CIFS VFS: bogus file nlink value 0
  1290. [ 895.106385] CIFS VFS: bogus file nlink value 0
  1291. [ 895.136409] CIFS VFS: bogus file nlink value 0
  1292. [ 895.172745] CIFS VFS: bogus file nlink value 0
  1293. [ 895.211650] CIFS VFS: bogus file nlink value 0
  1294. [ 895.249676] CIFS VFS: bogus file nlink value 0
  1295. [ 895.285937] CIFS VFS: bogus file nlink value 0
  1296. [ 895.321653] CIFS VFS: bogus file nlink value 0
  1297. [ 895.353713] CIFS VFS: bogus file nlink value 0
  1298. [ 903.609988] cifs_vfs_err: 26 callbacks suppressed
  1299. [ 903.610009] CIFS VFS: bogus file nlink value 0
  1300. [ 903.612838] CIFS VFS: bogus file nlink value 0
  1301. [ 903.615611] CIFS VFS: bogus file nlink value 0
  1302. [ 903.618370] CIFS VFS: bogus file nlink value 0
  1303. [ 909.824807] CIFS VFS: bogus file nlink value 0
  1304. [ 912.176108] CIFS VFS: bogus file nlink value 0
  1305. [ 913.052876] CIFS VFS: bogus file nlink value 0
  1306. [ 914.841085] CIFS VFS: bogus file nlink value 0
  1307. [ 914.844409] CIFS VFS: bogus file nlink value 0
  1308. [ 914.847814] CIFS VFS: bogus file nlink value 0
  1309. [ 914.851347] CIFS VFS: bogus file nlink value 0
  1310. [ 914.854896] CIFS VFS: bogus file nlink value 0
  1311. [ 914.858307] CIFS VFS: bogus file nlink value 0
  1312. [ 914.861833] CIFS VFS: bogus file nlink value 0
  1313. [ 922.728843] cifs_vfs_err: 8 callbacks suppressed
  1314. [ 922.728864] CIFS VFS: bogus file nlink value 0
  1315. [ 922.731674] CIFS VFS: bogus file nlink value 0
  1316. [ 922.734466] CIFS VFS: bogus file nlink value 0
  1317. [ 922.737377] CIFS VFS: bogus file nlink value 0
  1318. [ 929.285410] CIFS VFS: bogus file nlink value 0
  1319. [ 929.326382] CIFS VFS: bogus file nlink value 0
  1320. [ 929.370432] CIFS VFS: bogus file nlink value 0
  1321. [ 929.409304] CIFS VFS: bogus file nlink value 0
  1322. [ 929.412448] CIFS VFS: bogus file nlink value 0
  1323. [ 929.415402] CIFS VFS: bogus file nlink value 0
  1324. [ 929.418400] CIFS VFS: bogus file nlink value 0
  1325. [ 932.730953] CIFS VFS: bogus file nlink value 0
  1326. [ 942.483839] CIFS VFS: bogus file nlink value 0
  1327. [ 960.479362] CIFS VFS: bogus file nlink value 0
  1328. [ 960.482529] CIFS VFS: bogus file nlink value 0
  1329. [ 1000.084337] CIFS VFS: bogus file nlink value 0
  1330. [ 1007.428851] CIFS VFS: bogus file nlink value 0
  1331. [ 1007.432451] CIFS VFS: bogus file nlink value 0
  1332. [ 1007.435947] CIFS VFS: bogus file nlink value 0
  1333. [ 1007.439544] CIFS VFS: bogus file nlink value 0
  1334. [ 1007.443122] CIFS VFS: bogus file nlink value 0
  1335. [ 1016.429237] CIFS VFS: bogus file nlink value 0
  1336. [ 1026.446732] CIFS VFS: bogus file nlink value 0
  1337. [ 1026.450778] CIFS VFS: bogus file nlink value 0
  1338. [ 1026.454476] CIFS VFS: bogus file nlink value 0
  1339. [ 1026.458009] CIFS VFS: bogus file nlink value 0
  1340. [ 1026.461958] CIFS VFS: bogus file nlink value 0
  1341. [ 1026.465427] CIFS VFS: bogus file nlink value 0
  1342. [ 1026.468907] CIFS VFS: bogus file nlink value 0
  1343. [ 1029.836635] CIFS VFS: bogus file nlink value 0
  1344. [ 1029.840975] CIFS VFS: bogus file nlink value 0
  1345. [ 1068.748089] CIFS VFS: bogus file nlink value 0
  1346. [ 1068.799548] CIFS VFS: bogus file nlink value 0
  1347. [ 1068.833631] CIFS VFS: bogus file nlink value 0
  1348. [ 1068.873556] CIFS VFS: bogus file nlink value 0
  1349. [ 1068.911034] CIFS VFS: bogus file nlink value 0
  1350. [ 1068.915613] CIFS VFS: bogus file nlink value 0
  1351. [ 1075.677301] CIFS VFS: bogus file nlink value 0
  1352. [ 1087.618010] CIFS VFS: bogus file nlink value 0
  1353. [ 1087.764300] CIFS VFS: bogus file nlink value 0
  1354. [ 1087.804931] CIFS VFS: bogus file nlink value 0
  1355. [ 1087.843848] CIFS VFS: bogus file nlink value 0
  1356. [ 1087.882199] CIFS VFS: bogus file nlink value 0
  1357. [ 1087.920788] CIFS VFS: bogus file nlink value 0
  1358. [ 1087.963411] CIFS VFS: bogus file nlink value 0
  1359. [ 1088.006329] CIFS VFS: bogus file nlink value 0
  1360. [ 1088.045081] CIFS VFS: bogus file nlink value 0
  1361. [ 1113.596342] cifs_vfs_err: 17 callbacks suppressed
  1362. [ 1113.596363] CIFS VFS: bogus file nlink value 0
  1363. [ 1113.599559] CIFS VFS: bogus file nlink value 0
  1364. [ 1116.158408] CIFS VFS: bogus file nlink value 0
  1365. [ 1116.161376] CIFS VFS: bogus file nlink value 0
  1366. [ 1116.164270] CIFS VFS: bogus file nlink value 0
  1367. [ 1131.554683] CIFS VFS: bogus file nlink value 0
  1368. [ 1131.602273] CIFS VFS: bogus file nlink value 0
  1369. [ 1131.643997] CIFS VFS: bogus file nlink value 0
  1370. [ 1131.686956] CIFS VFS: bogus file nlink value 0
  1371. [ 1131.735668] CIFS VFS: bogus file nlink value 0
  1372. [ 1131.780676] CIFS VFS: bogus file nlink value 0
  1373. [ 1131.825920] CIFS VFS: bogus file nlink value 0
  1374. [ 1131.867172] CIFS VFS: bogus file nlink value 0
  1375. [ 1131.924687] CIFS VFS: bogus file nlink value 0
  1376. [ 1131.984502] CIFS VFS: bogus file nlink value 0
  1377. [ 1136.806792] cifs_vfs_err: 44 callbacks suppressed
  1378. [ 1136.806813] CIFS VFS: bogus file nlink value 0
  1379. [ 1136.809846] CIFS VFS: bogus file nlink value 0
  1380. [ 1136.814829] CIFS VFS: bogus file nlink value 0
  1381. [ 1136.818156] CIFS VFS: bogus file nlink value 0
  1382. [ 1199.554517] CIFS VFS: bogus file nlink value 0
  1383. [ 1199.558222] CIFS VFS: bogus file nlink value 0
  1384. [ 1204.534865] CIFS VFS: bogus file nlink value 0
  1385. [ 1204.573912] CIFS VFS: bogus file nlink value 0
  1386. [ 1204.610622] CIFS VFS: bogus file nlink value 0
  1387. [ 1204.628904] CIFS VFS: bogus file nlink value 0
  1388. [ 1204.633340] CIFS VFS: bogus file nlink value 0
  1389. [ 1215.022195] CIFS VFS: bogus file nlink value 0
  1390. [ 1215.064052] CIFS VFS: bogus file nlink value 0
  1391. [ 1215.103757] CIFS VFS: bogus file nlink value 0
  1392. [ 1215.141413] CIFS VFS: bogus file nlink value 0
  1393. [ 1215.180152] CIFS VFS: bogus file nlink value 0
  1394. [ 1215.219835] CIFS VFS: bogus file nlink value 0
  1395. [ 1215.260718] CIFS VFS: bogus file nlink value 0
  1396. [ 1215.296762] CIFS VFS: bogus file nlink value 0
  1397. [ 1215.338358] CIFS VFS: bogus file nlink value 0
  1398. [ 1215.381019] CIFS VFS: bogus file nlink value 0
  1399. [ 1221.231519] cifs_vfs_err: 7 callbacks suppressed
  1400. [ 1221.231540] CIFS VFS: bogus file nlink value 0
  1401. [ 1221.281784] CIFS VFS: bogus file nlink value 0
  1402. [ 1221.331374] CIFS VFS: bogus file nlink value 0
  1403. [ 1231.231398] CIFS VFS: bogus file nlink value 0
  1404. [ 1231.275376] CIFS VFS: bogus file nlink value 0
  1405. [ 1231.318221] CIFS VFS: bogus file nlink value 0
  1406. [ 1231.358014] CIFS VFS: bogus file nlink value 0
  1407. [ 1231.394649] CIFS VFS: bogus file nlink value 0
  1408. [ 1231.397782] CIFS VFS: bogus file nlink value 0
  1409. [ 1231.400828] CIFS VFS: bogus file nlink value 0
  1410. [ 1231.436418] CIFS VFS: bogus file nlink value 0
  1411. [ 1231.439409] CIFS VFS: bogus file nlink value 0
  1412. [ 1231.442776] CIFS VFS: bogus file nlink value 0
  1413. [ 1239.793488] CIFS VFS: bogus file nlink value 0
  1414. [ 1239.831148] CIFS VFS: bogus file nlink value 0
  1415. [ 1239.868170] CIFS VFS: bogus file nlink value 0
  1416. [ 1239.902994] CIFS VFS: bogus file nlink value 0
  1417. [ 1239.940444] CIFS VFS: bogus file nlink value 0
  1418. [ 1239.980303] CIFS VFS: bogus file nlink value 0
  1419. [ 1240.014507] CIFS VFS: bogus file nlink value 0
  1420. [ 1240.018032] CIFS VFS: bogus file nlink value 0
  1421. [ 1240.021513] CIFS VFS: bogus file nlink value 0
  1422. [ 1240.025231] CIFS VFS: bogus file nlink value 0
  1423. [ 1247.977378] cifs_vfs_err: 2 callbacks suppressed
  1424. [ 1247.977400] CIFS VFS: bogus file nlink value 0
  1425. [ 1249.401967] CIFS VFS: bogus file nlink value 0
  1426. [ 1252.413180] CIFS VFS: bogus file nlink value 0
  1427. [ 1255.547512] CIFS VFS: bogus file nlink value 0
  1428. [ 1255.585161] CIFS VFS: bogus file nlink value 0
  1429. [ 1255.588350] CIFS VFS: bogus file nlink value 0
  1430. [ 1257.623128] CIFS VFS: bogus file nlink value 0
  1431. [ 1257.626102] CIFS VFS: bogus file nlink value 0
  1432. [ 1257.629101] CIFS VFS: bogus file nlink value 0
  1433. [ 1257.632522] CIFS VFS: bogus file nlink value 0
  1434. [ 1265.619320] CIFS VFS: bogus file nlink value 0
  1435. [ 1276.475691] CIFS VFS: bogus file nlink value 0
  1436. [ 1276.478834] CIFS VFS: bogus file nlink value 0
  1437. [ 1276.481874] CIFS VFS: bogus file nlink value 0
  1438. [ 1280.876830] CIFS VFS: bogus file nlink value 0
  1439. [ 1280.917212] CIFS VFS: bogus file nlink value 0
  1440. [ 1280.955502] CIFS VFS: bogus file nlink value 0
  1441. [ 1280.990491] CIFS VFS: bogus file nlink value 0
  1442. [ 1281.029192] CIFS VFS: bogus file nlink value 0
  1443. [ 1281.063554] CIFS VFS: bogus file nlink value 0
  1444. [ 1289.278502] cifs_vfs_err: 6 callbacks suppressed
  1445. [ 1289.278524] CIFS VFS: bogus file nlink value 0
  1446. [ 1291.230694] CIFS VFS: bogus file nlink value 0
  1447. [ 1293.611256] CIFS VFS: bogus file nlink value 0
  1448. [ 1293.650854] CIFS VFS: bogus file nlink value 0
  1449. [ 1293.654660] CIFS VFS: bogus file nlink value 0
  1450. [ 1297.338858] CIFS VFS: bogus file nlink value 0
  1451. [ 1298.822405] CIFS VFS: bogus file nlink value 0
  1452. [ 1300.008547] CIFS VFS: bogus file nlink value 0
  1453. [ 1301.212652] CIFS VFS: bogus file nlink value 0
  1454. [ 1302.672877] CIFS VFS: bogus file nlink value 0
  1455. [ 1303.898549] CIFS VFS: bogus file nlink value 0
  1456. [ 1305.110260] CIFS VFS: bogus file nlink value 0
  1457. [ 1306.581958] CIFS VFS: bogus file nlink value 0
  1458. [ 1307.791467] CIFS VFS: bogus file nlink value 0
  1459. [ 1309.041553] CIFS VFS: bogus file nlink value 0
  1460. [ 1310.251369] CIFS VFS: bogus file nlink value 0
  1461. [ 1311.685562] CIFS VFS: bogus file nlink value 0
  1462. [ 1312.923342] CIFS VFS: bogus file nlink value 0
  1463. [ 1314.167277] CIFS VFS: bogus file nlink value 0
  1464. [ 1315.409382] CIFS VFS: bogus file nlink value 0
  1465. [ 1316.465598] CIFS VFS: bogus file nlink value 0
  1466. [ 1316.506143] CIFS VFS: bogus file nlink value 0
  1467. [ 1316.546796] CIFS VFS: bogus file nlink value 0
  1468. [ 1316.582906] CIFS VFS: bogus file nlink value 0
  1469. [ 1316.620797] CIFS VFS: bogus file nlink value 0
  1470. [ 1320.649232] cifs_vfs_err: 9 callbacks suppressed
  1471. [ 1320.649254] CIFS VFS: bogus file nlink value 0
  1472. [ 1320.652624] CIFS VFS: bogus file nlink value 0
  1473. [ 1326.485601] CIFS VFS: bogus file nlink value 0
  1474. [ 1326.488929] CIFS VFS: bogus file nlink value 0
  1475. [ 1326.492333] CIFS VFS: bogus file nlink value 0
  1476. [ 1326.496033] CIFS VFS: bogus file nlink value 0
  1477. [ 1326.499286] CIFS VFS: bogus file nlink value 0
  1478. [ 1328.757754] CIFS VFS: bogus file nlink value 0
  1479. [ 1328.804657] CIFS VFS: bogus file nlink value 0
  1480. [ 1328.833915] CIFS VFS: bogus file nlink value 0
  1481. [ 1328.864365] CIFS VFS: bogus file nlink value 0
  1482. [ 1328.868028] CIFS VFS: bogus file nlink value 0
  1483. [ 1332.103606] cifs_vfs_err: 2 callbacks suppressed
  1484. [ 1332.103627] CIFS VFS: bogus file nlink value 0
  1485. [ 1333.095851] CIFS VFS: bogus file nlink value 0
  1486. [ 1343.306888] CIFS VFS: bogus file nlink value 0
  1487. [ 1359.043525] CIFS VFS: bogus file nlink value 0
  1488. [ 1359.238119] CIFS VFS: bogus file nlink value 0
  1489. [ 1359.431895] CIFS VFS: bogus file nlink value 0
  1490. [ 1359.620976] CIFS VFS: bogus file nlink value 0
  1491. [ 1359.824317] CIFS VFS: bogus file nlink value 0
  1492. [ 1359.827483] CIFS VFS: bogus file nlink value 0
  1493. [ 1360.033325] CIFS VFS: bogus file nlink value 0
  1494. [ 1360.228132] CIFS VFS: bogus file nlink value 0
  1495. [ 1360.418740] CIFS VFS: bogus file nlink value 0
  1496. [ 1368.712422] cifs_vfs_err: 9 callbacks suppressed
  1497. [ 1368.712444] CIFS VFS: bogus file nlink value 0
  1498. [ 1368.748292] CIFS VFS: bogus file nlink value 0
  1499. [ 1368.785652] CIFS VFS: bogus file nlink value 0
  1500. [ 1368.822127] CIFS VFS: bogus file nlink value 0
  1501. [ 1368.861214] CIFS VFS: bogus file nlink value 0
  1502. [ 1368.894911] CIFS VFS: bogus file nlink value 0
  1503. [ 1368.933507] CIFS VFS: bogus file nlink value 0
  1504. [ 1372.035212] CIFS VFS: bogus file nlink value 0
  1505. [ 1372.038253] CIFS VFS: bogus file nlink value 0
  1506. [ 1375.137778] CIFS VFS: bogus file nlink value 0
  1507. [ 1375.177688] CIFS VFS: bogus file nlink value 0
  1508. [ 1375.215891] CIFS VFS: bogus file nlink value 0
  1509. [ 1375.252387] CIFS VFS: bogus file nlink value 0
  1510. [ 1375.290830] CIFS VFS: bogus file nlink value 0
  1511. [ 1375.332956] CIFS VFS: bogus file nlink value 0
  1512. [ 1375.375130] CIFS VFS: bogus file nlink value 0
  1513. [ 1375.414603] CIFS VFS: bogus file nlink value 0
  1514. [ 1375.458191] CIFS VFS: bogus file nlink value 0
  1515. [ 1375.496026] CIFS VFS: bogus file nlink value 0
  1516. [ 1382.573865] cifs_vfs_err: 13 callbacks suppressed
  1517. [ 1382.573886] CIFS VFS: bogus file nlink value 0
  1518. [ 1382.577359] CIFS VFS: bogus file nlink value 0
  1519. [ 1382.580401] CIFS VFS: bogus file nlink value 0
  1520. [ 1395.728307] CIFS VFS: bogus file nlink value 0
  1521. [ 1400.697987] CIFS VFS: bogus file nlink value 0
  1522. [ 1417.209380] CIFS VFS: bogus file nlink value 0
  1523. [ 1417.212488] CIFS VFS: bogus file nlink value 0
  1524. [ 1417.215685] CIFS VFS: bogus file nlink value 0
  1525. [ 1453.726087] CIFS VFS: bogus file nlink value 0
  1526. [ 1453.806613] CIFS VFS: bogus file nlink value 0
  1527. [ 1453.906109] CIFS VFS: bogus file nlink value 0
  1528. [ 1453.939141] CIFS VFS: bogus file nlink value 0
  1529. [ 1458.024688] CIFS VFS: bogus file nlink value 0
  1530. [ 1458.028158] CIFS VFS: bogus file nlink value 0
  1531. [ 1458.031230] CIFS VFS: bogus file nlink value 0
  1532. [ 1460.427100] CIFS VFS: bogus file nlink value 0
  1533. [ 1460.430063] CIFS VFS: bogus file nlink value 0
  1534. [ 1460.432997] CIFS VFS: bogus file nlink value 0
  1535. [ 1460.435812] CIFS VFS: bogus file nlink value 0
  1536. [ 1460.438617] CIFS VFS: bogus file nlink value 0
  1537. [ 1460.441972] CIFS VFS: bogus file nlink value 0
  1538. [ 1461.524651] CIFS VFS: bogus file nlink value 0
  1539. [ 1461.567731] CIFS VFS: bogus file nlink value 0
  1540. [ 1461.570709] CIFS VFS: bogus file nlink value 0
  1541. [ 1461.573857] CIFS VFS: bogus file nlink value 0
  1542. [ 1472.847632] cifs_vfs_err: 5 callbacks suppressed
  1543. [ 1472.847654] CIFS VFS: bogus file nlink value 0
  1544. [ 1474.385981] CIFS VFS: bogus file nlink value 0
  1545. [ 1474.388952] CIFS VFS: bogus file nlink value 0
  1546. [ 1474.391830] CIFS VFS: bogus file nlink value 0
  1547. [ 1474.394882] CIFS VFS: bogus file nlink value 0
  1548. [ 1476.043957] CIFS VFS: bogus file nlink value 0
  1549. [ 1476.046854] CIFS VFS: bogus file nlink value 0
  1550. [ 1480.985816] CIFS VFS: bogus file nlink value 0
  1551. [ 1484.389081] CIFS VFS: bogus file nlink value 0
  1552. [ 1484.429088] CIFS VFS: bogus file nlink value 0
  1553. [ 1484.473684] CIFS VFS: bogus file nlink value 0
  1554. [ 1484.514569] CIFS VFS: bogus file nlink value 0
  1555. [ 1484.556790] CIFS VFS: bogus file nlink value 0
  1556. [ 1484.599738] CIFS VFS: bogus file nlink value 0
  1557. [ 1484.640774] CIFS VFS: bogus file nlink value 0
  1558. [ 1484.674142] CIFS VFS: bogus file nlink value 0
  1559. [ 1484.717275] CIFS VFS: bogus file nlink value 0
  1560. [ 1498.089246] cifs_vfs_err: 19 callbacks suppressed
  1561. [ 1498.089267] CIFS VFS: bogus file nlink value 0
  1562. [ 1498.157176] CIFS VFS: bogus file nlink value 0
  1563. [ 1498.230057] CIFS VFS: bogus file nlink value 0
  1564. [ 1498.299390] CIFS VFS: bogus file nlink value 0
  1565. [ 1498.374987] CIFS VFS: bogus file nlink value 0
  1566. [ 1498.446199] CIFS VFS: bogus file nlink value 0
  1567. [ 1498.518951] CIFS VFS: bogus file nlink value 0
  1568. [ 1498.591058] CIFS VFS: bogus file nlink value 0
  1569. [ 1498.667884] CIFS VFS: bogus file nlink value 0
  1570. [ 1498.769960] CIFS VFS: bogus file nlink value 0
  1571. [ 1511.997083] cifs_vfs_err: 1 callbacks suppressed
  1572. [ 1511.997104] CIFS VFS: bogus file nlink value 0
  1573. [ 1513.181330] CIFS VFS: bogus file nlink value 0
  1574. [ 1513.212337] CIFS VFS: bogus file nlink value 0
  1575. [ 1513.243856] CIFS VFS: bogus file nlink value 0
  1576. [ 1513.279069] CIFS VFS: bogus file nlink value 0
  1577. [ 1513.313864] CIFS VFS: bogus file nlink value 0
  1578. [ 1513.344701] CIFS VFS: bogus file nlink value 0
  1579. [ 1513.378034] CIFS VFS: bogus file nlink value 0
  1580. [ 1513.407416] CIFS VFS: bogus file nlink value 0
  1581. [ 1515.961831] CIFS VFS: bogus file nlink value 0
  1582. [ 1518.245708] CIFS VFS: bogus file nlink value 0
  1583. [ 1518.248976] CIFS VFS: bogus file nlink value 0
  1584. [ 1518.252038] CIFS VFS: bogus file nlink value 0
  1585. [ 1518.268534] CIFS VFS: bogus file nlink value 0
  1586. [ 1540.785926] CIFS VFS: bogus file nlink value 0
  1587. [ 1540.789513] CIFS VFS: bogus file nlink value 0
  1588. [ 1540.793029] CIFS VFS: bogus file nlink value 0
  1589. [ 1540.796789] CIFS VFS: bogus file nlink value 0
  1590. [ 1540.800403] CIFS VFS: bogus file nlink value 0
  1591. [ 1556.831071] CIFS VFS: bogus file nlink value 0
  1592. [ 1568.337198] CIFS VFS: bogus file nlink value 0
  1593. [ 1570.251872] CIFS VFS: bogus file nlink value 0
  1594. [ 1570.255790] CIFS VFS: bogus file nlink value 0
  1595. [ 1573.023741] CIFS VFS: bogus file nlink value 0
  1596. [ 1573.068410] CIFS VFS: bogus file nlink value 0
  1597. [ 1573.111700] CIFS VFS: bogus file nlink value 0
  1598. [ 1573.146022] CIFS VFS: bogus file nlink value 0
  1599. [ 1573.149616] CIFS VFS: bogus file nlink value 0
  1600. [ 1573.153603] CIFS VFS: bogus file nlink value 0
  1601. [ 1589.581581] cifs_vfs_err: 1 callbacks suppressed
  1602. [ 1589.581602] CIFS VFS: bogus file nlink value 0
  1603. [ 1589.635722] CIFS VFS: bogus file nlink value 0
  1604. [ 1589.679961] CIFS VFS: bogus file nlink value 0
  1605. [ 1589.720678] CIFS VFS: bogus file nlink value 0
  1606. [ 1589.767052] CIFS VFS: bogus file nlink value 0
  1607. [ 1589.803658] CIFS VFS: bogus file nlink value 0
  1608. [ 1589.842068] CIFS VFS: bogus file nlink value 0
  1609. [ 1589.845877] CIFS VFS: bogus file nlink value 0
  1610. [ 1589.849664] CIFS VFS: bogus file nlink value 0
  1611. [ 1589.853372] CIFS VFS: bogus file nlink value 0
  1612. [ 1604.878953] CIFS VFS: bogus file nlink value 0
  1613. [ 1604.882717] CIFS VFS: bogus file nlink value 0
  1614. [ 1626.506763] CIFS VFS: bogus file nlink value 0
  1615. [ 1626.573912] CIFS VFS: bogus file nlink value 0
  1616. [ 1626.652507] CIFS VFS: bogus file nlink value 0
  1617. [ 1626.727456] CIFS VFS: bogus file nlink value 0
  1618. [ 1626.730394] CIFS VFS: bogus file nlink value 0
  1619. [ 1626.733243] CIFS VFS: bogus file nlink value 0
  1620. [ 1626.736266] CIFS VFS: bogus file nlink value 0
  1621. [ 1626.739242] CIFS VFS: bogus file nlink value 0
  1622. [ 1628.815058] CIFS VFS: bogus file nlink value 0
  1623. [ 1628.894366] CIFS VFS: bogus file nlink value 0
  1624. [ 1632.575305] cifs_vfs_err: 10 callbacks suppressed
  1625. [ 1632.575327] CIFS VFS: bogus file nlink value 0
  1626. [ 1632.674559] CIFS VFS: bogus file nlink value 0
  1627. [ 1632.772043] CIFS VFS: bogus file nlink value 0
  1628. [ 1632.787188] CIFS VFS: bogus file nlink value 0
  1629. [ 1633.901165] CIFS VFS: bogus file nlink value 0
  1630. [ 1633.984782] CIFS VFS: bogus file nlink value 0
  1631. [ 1634.073060] CIFS VFS: bogus file nlink value 0
  1632. [ 1634.088393] CIFS VFS: bogus file nlink value 0
  1633. [ 1635.221204] CIFS VFS: bogus file nlink value 0
  1634. [ 1635.299888] CIFS VFS: bogus file nlink value 0
  1635. [ 1637.740394] cifs_vfs_err: 7 callbacks suppressed
  1636. [ 1637.740415] CIFS VFS: bogus file nlink value 0
  1637. [ 1637.828547] CIFS VFS: bogus file nlink value 0
  1638. [ 1637.913197] CIFS VFS: bogus file nlink value 0
  1639. [ 1637.929017] CIFS VFS: bogus file nlink value 0
  1640. [ 1637.932193] CIFS VFS: bogus file nlink value 0
  1641. [ 1639.005235] CIFS VFS: bogus file nlink value 0
  1642. [ 1639.087088] CIFS VFS: bogus file nlink value 0
  1643. [ 1639.170612] CIFS VFS: bogus file nlink value 0
  1644. [ 1639.185383] CIFS VFS: bogus file nlink value 0
  1645. [ 1639.189176] CIFS VFS: bogus file nlink value 0
  1646. [ 1642.857919] cifs_vfs_err: 9 callbacks suppressed
  1647. [ 1642.857942] CIFS VFS: bogus file nlink value 0
  1648. [ 1642.940235] CIFS VFS: bogus file nlink value 0
  1649. [ 1643.034761] CIFS VFS: bogus file nlink value 0
  1650. [ 1643.125777] CIFS VFS: bogus file nlink value 0
  1651. [ 1643.220894] CIFS VFS: bogus file nlink value 0
  1652. [ 1643.236462] CIFS VFS: bogus file nlink value 0
  1653. [ 1643.239901] CIFS VFS: bogus file nlink value 0
  1654. [ 1644.347585] CIFS VFS: bogus file nlink value 0
  1655. [ 1644.437297] CIFS VFS: bogus file nlink value 0
  1656. [ 1644.523403] CIFS VFS: bogus file nlink value 0
  1657. [ 1648.008889] cifs_vfs_err: 13 callbacks suppressed
  1658. [ 1648.008910] CIFS VFS: bogus file nlink value 0
  1659. [ 1648.116134] CIFS VFS: bogus file nlink value 0
  1660. [ 1648.220641] CIFS VFS: bogus file nlink value 0
  1661. [ 1648.330644] CIFS VFS: bogus file nlink value 0
  1662. [ 1648.427972] CIFS VFS: bogus file nlink value 0
  1663. [ 1648.524469] CIFS VFS: bogus file nlink value 0
  1664. [ 1649.602993] CIFS VFS: bogus file nlink value 0
  1665. [ 1649.707808] CIFS VFS: bogus file nlink value 0
  1666. [ 1649.812355] CIFS VFS: bogus file nlink value 0
  1667. [ 1649.913289] CIFS VFS: bogus file nlink value 0
  1668. [ 1653.157953] cifs_vfs_err: 11 callbacks suppressed
  1669. [ 1653.157975] CIFS VFS: bogus file nlink value 0
  1670. [ 1653.273181] CIFS VFS: bogus file nlink value 0
  1671. [ 1653.376494] CIFS VFS: bogus file nlink value 0
  1672. [ 1653.484215] CIFS VFS: bogus file nlink value 0
  1673. [ 1653.581865] CIFS VFS: bogus file nlink value 0
  1674. [ 1653.684734] CIFS VFS: bogus file nlink value 0
  1675. [ 1654.755345] CIFS VFS: bogus file nlink value 0
  1676. [ 1654.854690] CIFS VFS: bogus file nlink value 0
  1677. [ 1654.981040] CIFS VFS: bogus file nlink value 0
  1678. [ 1655.071760] CIFS VFS: bogus file nlink value 0
  1679. [ 1658.358770] cifs_vfs_err: 12 callbacks suppressed
  1680. [ 1658.358791] CIFS VFS: bogus file nlink value 0
  1681. [ 1658.454374] CIFS VFS: bogus file nlink value 0
  1682. [ 1658.561403] CIFS VFS: bogus file nlink value 0
  1683. [ 1658.672152] CIFS VFS: bogus file nlink value 0
  1684. [ 1658.778063] CIFS VFS: bogus file nlink value 0
  1685. [ 1658.881641] CIFS VFS: bogus file nlink value 0
  1686. [ 1658.976445] CIFS VFS: bogus file nlink value 0
  1687. [ 1659.084463] CIFS VFS: bogus file nlink value 0
  1688. [ 1660.176146] CIFS VFS: bogus file nlink value 0
  1689. [ 1660.285967] CIFS VFS: bogus file nlink value 0
  1690. [ 1663.599157] cifs_vfs_err: 12 callbacks suppressed
  1691. [ 1663.599180] CIFS VFS: bogus file nlink value 0
  1692. [ 1663.693356] CIFS VFS: bogus file nlink value 0
  1693. [ 1663.696765] CIFS VFS: bogus file nlink value 0
  1694. [ 1663.805618] CIFS VFS: bogus file nlink value 0
  1695. [ 1663.927214] CIFS VFS: bogus file nlink value 0
  1696. [ 1664.030095] CIFS VFS: bogus file nlink value 0
  1697. [ 1664.133442] CIFS VFS: bogus file nlink value 0
  1698. [ 1664.232113] CIFS VFS: bogus file nlink value 0
  1699. [ 1665.284878] CIFS VFS: bogus file nlink value 0
  1700. [ 1665.387522] CIFS VFS: bogus file nlink value 0
  1701. [ 1668.739278] cifs_vfs_err: 14 callbacks suppressed
  1702. [ 1668.739299] CIFS VFS: bogus file nlink value 0
  1703. [ 1668.839008] CIFS VFS: bogus file nlink value 0
  1704. [ 1668.936286] CIFS VFS: bogus file nlink value 0
  1705. [ 1669.036749] CIFS VFS: bogus file nlink value 0
  1706. [ 1669.040296] CIFS VFS: bogus file nlink value 0
  1707. [ 1669.142059] CIFS VFS: bogus file nlink value 0
  1708. [ 1669.252824] CIFS VFS: bogus file nlink value 0
  1709. [ 1670.374262] CIFS VFS: bogus file nlink value 0
  1710. [ 1670.473439] CIFS VFS: bogus file nlink value 0
  1711. [ 1670.569196] CIFS VFS: bogus file nlink value 0
  1712. [ 1673.898162] cifs_vfs_err: 14 callbacks suppressed
  1713. [ 1673.898183] CIFS VFS: bogus file nlink value 0
  1714. [ 1674.006967] CIFS VFS: bogus file nlink value 0
  1715. [ 1674.108402] CIFS VFS: bogus file nlink value 0
  1716. [ 1674.209115] CIFS VFS: bogus file nlink value 0
  1717. [ 1674.302523] CIFS VFS: bogus file nlink value 0
  1718. [ 1674.305923] CIFS VFS: bogus file nlink value 0
  1719. [ 1675.447324] CIFS VFS: bogus file nlink value 0
  1720. [ 1675.544415] CIFS VFS: bogus file nlink value 0
  1721. [ 1675.648272] CIFS VFS: bogus file nlink value 0
  1722. [ 1675.756400] CIFS VFS: bogus file nlink value 0
  1723. [ 1679.040571] cifs_vfs_err: 14 callbacks suppressed
  1724. [ 1679.040593] CIFS VFS: bogus file nlink value 0
  1725. [ 1679.141175] CIFS VFS: bogus file nlink value 0
  1726. [ 1679.242959] CIFS VFS: bogus file nlink value 0
  1727. [ 1679.353285] CIFS VFS: bogus file nlink value 0
  1728. [ 1679.463170] CIFS VFS: bogus file nlink value 0
  1729. [ 1679.466543] CIFS VFS: bogus file nlink value 0
  1730. [ 1680.593525] CIFS VFS: bogus file nlink value 0
  1731. [ 1680.692297] CIFS VFS: bogus file nlink value 0
  1732. [ 1680.806985] CIFS VFS: bogus file nlink value 0
  1733. [ 1680.906519] CIFS VFS: bogus file nlink value 0
  1734. [ 1684.220955] cifs_vfs_err: 13 callbacks suppressed
  1735. [ 1684.220976] CIFS VFS: bogus file nlink value 0
  1736. [ 1684.328837] CIFS VFS: bogus file nlink value 0
  1737. [ 1684.430046] CIFS VFS: bogus file nlink value 0
  1738. [ 1684.536938] CIFS VFS: bogus file nlink value 0
  1739. [ 1684.637192] CIFS VFS: bogus file nlink value 0
  1740. [ 1684.640801] CIFS VFS: bogus file nlink value 0
  1741. [ 1685.758426] CIFS VFS: bogus file nlink value 0
  1742. [ 1685.863701] CIFS VFS: bogus file nlink value 0
  1743. [ 1685.958365] CIFS VFS: bogus file nlink value 0
  1744. [ 1686.059142] CIFS VFS: bogus file nlink value 0
  1745. [ 1689.417441] cifs_vfs_err: 15 callbacks suppressed
  1746. [ 1689.417464] CIFS VFS: bogus file nlink value 0
  1747. [ 1689.523631] CIFS VFS: bogus file nlink value 0
  1748. [ 1689.629052] CIFS VFS: bogus file nlink value 0
  1749. [ 1689.632511] CIFS VFS: bogus file nlink value 0
  1750. [ 1691.067386] CIFS VFS: bogus file nlink value 0
  1751. [ 1691.202305] CIFS VFS: bogus file nlink value 0
  1752. [ 1691.308841] CIFS VFS: bogus file nlink value 0
  1753. [ 1691.420418] CIFS VFS: bogus file nlink value 0
  1754. [ 1691.522731] CIFS VFS: bogus file nlink value 0
  1755. [ 1691.649245] CIFS VFS: bogus file nlink value 0
  1756. [ 1694.848823] cifs_vfs_err: 13 callbacks suppressed
  1757. [ 1694.848843] CIFS VFS: bogus file nlink value 0
  1758. [ 1694.942986] CIFS VFS: bogus file nlink value 0
  1759. [ 1695.044630] CIFS VFS: bogus file nlink value 0
  1760. [ 1695.152614] CIFS VFS: bogus file nlink value 0
  1761. [ 1695.258708] CIFS VFS: bogus file nlink value 0
  1762. [ 1695.377943] CIFS VFS: bogus file nlink value 0
  1763. [ 1695.487197] CIFS VFS: bogus file nlink value 0
  1764. [ 1695.491123] CIFS VFS: bogus file nlink value 0
  1765. [ 1696.627635] CIFS VFS: bogus file nlink value 0
  1766. [ 1696.729860] CIFS VFS: bogus file nlink value 0
  1767. [ 1699.961034] cifs_vfs_err: 13 callbacks suppressed
  1768. [ 1699.961054] CIFS VFS: bogus file nlink value 0
  1769. [ 1700.062082] CIFS VFS: bogus file nlink value 0
  1770. [ 1700.163682] CIFS VFS: bogus file nlink value 0
  1771. [ 1700.263948] CIFS VFS: bogus file nlink value 0
  1772. [ 1700.367181] CIFS VFS: bogus file nlink value 0
  1773. [ 1700.519281] CIFS VFS: bogus file nlink value 0
  1774. [ 1700.522642] CIFS VFS: bogus file nlink value 0
  1775. [ 1701.671695] CIFS VFS: bogus file nlink value 0
  1776. [ 1701.770194] CIFS VFS: bogus file nlink value 0
  1777. [ 1701.875943] CIFS VFS: bogus file nlink value 0
  1778. [ 1705.114797] cifs_vfs_err: 14 callbacks suppressed
  1779. [ 1705.114820] CIFS VFS: bogus file nlink value 0
  1780. [ 1705.213460] CIFS VFS: bogus file nlink value 0
  1781. [ 1705.312507] CIFS VFS: bogus file nlink value 0
  1782. [ 1705.409051] CIFS VFS: bogus file nlink value 0
  1783. [ 1705.506260] CIFS VFS: bogus file nlink value 0
  1784. [ 1705.609046] CIFS VFS: bogus file nlink value 0
  1785. [ 1705.612403] CIFS VFS: bogus file nlink value 0
  1786. [ 1706.727907] CIFS VFS: bogus file nlink value 0
  1787. [ 1706.830919] CIFS VFS: bogus file nlink value 0
  1788. [ 1706.923181] CIFS VFS: bogus file nlink value 0
  1789. [ 1710.234758] cifs_vfs_err: 13 callbacks suppressed
  1790. [ 1710.234779] CIFS VFS: bogus file nlink value 0
  1791. [ 1710.333687] CIFS VFS: bogus file nlink value 0
  1792. [ 1710.442816] CIFS VFS: bogus file nlink value 0
  1793. [ 1710.534844] CIFS VFS: bogus file nlink value 0
  1794. [ 1710.538375] CIFS VFS: bogus file nlink value 0
  1795. [ 1711.674347] CIFS VFS: bogus file nlink value 0
  1796. [ 1711.769086] CIFS VFS: bogus file nlink value 0
  1797. [ 1711.869079] CIFS VFS: bogus file nlink value 0
  1798. [ 1711.967942] CIFS VFS: bogus file nlink value 0
  1799. [ 1712.068184] CIFS VFS: bogus file nlink value 0
  1800. [ 1715.337006] cifs_vfs_err: 13 callbacks suppressed
  1801. [ 1715.337027] CIFS VFS: bogus file nlink value 0
  1802. [ 1715.441320] CIFS VFS: bogus file nlink value 0
  1803. [ 1715.537380] CIFS VFS: bogus file nlink value 0
  1804. [ 1715.541033] CIFS VFS: bogus file nlink value 0
  1805. [ 1716.614886] CIFS VFS: bogus file nlink value 0
  1806. [ 1716.706147] CIFS VFS: bogus file nlink value 0
  1807. [ 1716.808324] CIFS VFS: bogus file nlink value 0
  1808. [ 1716.914431] CIFS VFS: bogus file nlink value 0
  1809. [ 1717.023472] CIFS VFS: bogus file nlink value 0
  1810. [ 1717.138305] CIFS VFS: bogus file nlink value 0
  1811. [ 1720.514186] cifs_vfs_err: 14 callbacks suppressed
  1812. [ 1720.514207] CIFS VFS: bogus file nlink value 0
  1813. [ 1720.624497] CIFS VFS: bogus file nlink value 0
  1814. [ 1720.628117] CIFS VFS: bogus file nlink value 0
  1815. [ 1721.696664] CIFS VFS: bogus file nlink value 0
  1816. [ 1721.800677] CIFS VFS: bogus file nlink value 0
  1817. [ 1721.900783] CIFS VFS: bogus file nlink value 0
  1818. [ 1721.996645] CIFS VFS: bogus file nlink value 0
  1819. [ 1722.097975] CIFS VFS: bogus file nlink value 0
  1820. [ 1722.200057] CIFS VFS: bogus file nlink value 0
  1821. [ 1722.309865] CIFS VFS: bogus file nlink value 0
  1822. [ 1725.697610] cifs_vfs_err: 14 callbacks suppressed
  1823. [ 1725.697631] CIFS VFS: bogus file nlink value 0
  1824. [ 1726.744936] CIFS VFS: bogus file nlink value 0
  1825. [ 1726.849597] CIFS VFS: bogus file nlink value 0
  1826. [ 1726.941932] CIFS VFS: bogus file nlink value 0
  1827. [ 1727.045805] CIFS VFS: bogus file nlink value 0
  1828. [ 1727.149409] CIFS VFS: bogus file nlink value 0
  1829. [ 1727.250460] CIFS VFS: bogus file nlink value 0
  1830. [ 1727.351326] CIFS VFS: bogus file nlink value 0
  1831. [ 1728.392843] CIFS VFS: bogus file nlink value 0
  1832. [ 1728.488301] CIFS VFS: bogus file nlink value 0
  1833. [ 1731.799868] cifs_vfs_err: 12 callbacks suppressed
  1834. [ 1731.799889] CIFS VFS: bogus file nlink value 0
  1835. [ 1731.901666] CIFS VFS: bogus file nlink value 0
  1836. [ 1731.997253] CIFS VFS: bogus file nlink value 0
  1837. [ 1732.085455] CIFS VFS: bogus file nlink value 0
  1838. [ 1733.156920] CIFS VFS: bogus file nlink value 0
  1839. [ 1736.428509] CIFS VFS: bogus file nlink value 0
  1840. [ 1736.523366] CIFS VFS: bogus file nlink value 0
  1841. [ 1736.619926] CIFS VFS: bogus file nlink value 0
  1842. [ 1736.713416] CIFS VFS: bogus file nlink value 0
  1843. [ 1736.803433] CIFS VFS: bogus file nlink value 0
  1844. [ 1736.999100] cifs_vfs_err: 1 callbacks suppressed
  1845. [ 1736.999121] CIFS VFS: bogus file nlink value 0
  1846. [ 1739.923140] CIFS VFS: bogus file nlink value 0
  1847. [ 1740.006448] CIFS VFS: bogus file nlink value 0
  1848. [ 1740.009366] CIFS VFS: bogus file nlink value 0
  1849. [ 1740.012204] CIFS VFS: bogus file nlink value 0
  1850. [ 1740.014978] CIFS VFS: bogus file nlink value 0
  1851. [ 1740.017873] CIFS VFS: bogus file nlink value 0
  1852. [ 1741.584253] CIFS VFS: bogus file nlink value 0
  1853. [ 1741.587150] CIFS VFS: bogus file nlink value 0
  1854. [ 1741.589919] CIFS VFS: bogus file nlink value 0
  1855. [ 1745.768893] cifs_vfs_err: 5 callbacks suppressed
  1856. [ 1745.768914] CIFS VFS: bogus file nlink value 0
  1857. [ 1745.771876] CIFS VFS: bogus file nlink value 0
  1858. [ 1745.774673] CIFS VFS: bogus file nlink value 0
  1859. [ 1745.777525] CIFS VFS: bogus file nlink value 0
  1860. [ 1747.648301] CIFS VFS: bogus file nlink value 0
  1861. [ 1747.724346] CIFS VFS: bogus file nlink value 0
  1862. [ 1747.793061] CIFS VFS: bogus file nlink value 0
  1863. [ 1747.795955] CIFS VFS: bogus file nlink value 0
  1864. [ 1747.799096] CIFS VFS: bogus file nlink value 0
  1865. [ 1747.802026] CIFS VFS: bogus file nlink value 0
  1866. [ 1750.799481] cifs_vfs_err: 3 callbacks suppressed
  1867. [ 1750.799503] CIFS VFS: bogus file nlink value 0
  1868. [ 1750.867505] CIFS VFS: bogus file nlink value 0
  1869. [ 1750.936504] CIFS VFS: bogus file nlink value 0
  1870. [ 1750.939451] CIFS VFS: bogus file nlink value 0
  1871. [ 1750.942744] CIFS VFS: bogus file nlink value 0
  1872. [ 1750.945824] CIFS VFS: bogus file nlink value 0
  1873. [ 1752.307397] CIFS VFS: bogus file nlink value 0
  1874. [ 1752.453818] CIFS VFS: bogus file nlink value 0
  1875. [ 1752.607956] CIFS VFS: bogus file nlink value 0
  1876. [ 1752.747757] CIFS VFS: bogus file nlink value 0
  1877. [ 1756.258748] cifs_vfs_err: 17 callbacks suppressed
  1878. [ 1756.258769] CIFS VFS: bogus file nlink value 0
  1879. [ 1756.392282] CIFS VFS: bogus file nlink value 0
  1880. [ 1756.506957] CIFS VFS: bogus file nlink value 0
  1881. [ 1756.617251] CIFS VFS: bogus file nlink value 0
  1882. [ 1756.725510] CIFS VFS: bogus file nlink value 0
  1883. [ 1756.838545] CIFS VFS: bogus file nlink value 0
  1884. [ 1756.954563] CIFS VFS: bogus file nlink value 0
  1885. [ 1757.063213] CIFS VFS: bogus file nlink value 0
  1886. [ 1757.181672] CIFS VFS: bogus file nlink value 0
  1887. [ 1757.585758] CIFS VFS: bogus file nlink value 0
  1888. [ 1761.395613] cifs_vfs_err: 18 callbacks suppressed
  1889. [ 1761.395634] CIFS VFS: bogus file nlink value 0
  1890. [ 1761.494061] CIFS VFS: bogus file nlink value 0
  1891. [ 1761.601516] CIFS VFS: bogus file nlink value 0
  1892. [ 1761.702816] CIFS VFS: bogus file nlink value 0
  1893. [ 1761.717781] CIFS VFS: bogus file nlink value 0
  1894. [ 1761.721145] CIFS VFS: bogus file nlink value 0
  1895. [ 1762.869684] CIFS VFS: bogus file nlink value 0
  1896. [ 1762.973027] CIFS VFS: bogus file nlink value 0
  1897. [ 1763.071097] CIFS VFS: bogus file nlink value 0
  1898. [ 1763.171297] CIFS VFS: bogus file nlink value 0
  1899. [ 1766.521297] cifs_vfs_err: 15 callbacks suppressed
  1900. [ 1766.521318] CIFS VFS: bogus file nlink value 0
  1901. [ 1766.524242] CIFS VFS: bogus file nlink value 0
  1902. [ 1767.622360] CIFS VFS: bogus file nlink value 0
  1903. [ 1767.706202] CIFS VFS: bogus file nlink value 0
  1904. [ 1767.790173] CIFS VFS: bogus file nlink value 0
  1905. [ 1767.874310] CIFS VFS: bogus file nlink value 0
  1906. [ 1767.955700] CIFS VFS: bogus file nlink value 0
  1907. [ 1768.033109] CIFS VFS: bogus file nlink value 0
  1908. [ 1768.123137] CIFS VFS: bogus file nlink value 0
  1909. [ 1768.219534] CIFS VFS: bogus file nlink value 0
  1910. [ 1785.258177] cifs_vfs_err: 7 callbacks suppressed
  1911. [ 1785.258198] CIFS VFS: bogus file nlink value 0
  1912. [ 1785.289908] CIFS VFS: bogus file nlink value 0
  1913. [ 1785.326282] CIFS VFS: bogus file nlink value 0
  1914. [ 1785.339311] CIFS VFS: bogus file nlink value 0
  1915. [ 1785.371063] CIFS VFS: bogus file nlink value 0
  1916. [ 1785.385728] CIFS VFS: bogus file nlink value 0
  1917. [ 1785.401054] CIFS VFS: bogus file nlink value 0
  1918. [ 1785.419217] CIFS VFS: bogus file nlink value 0
  1919. [ 1785.444172] CIFS VFS: bogus file nlink value 0
  1920. [ 1785.493838] CIFS VFS: bogus file nlink value 0
  1921. [ 1802.878295] cifs_vfs_err: 3 callbacks suppressed
  1922. [ 1802.878316] CIFS VFS: bogus file nlink value 0
  1923. [ 1847.726601] CIFS VFS: bogus file nlink value 0
  1924. [ 1847.730106] CIFS VFS: bogus file nlink value 0
  1925. [ 1861.452204] CIFS VFS: bogus file nlink value 0
  1926. [ 1861.492271] CIFS VFS: bogus file nlink value 0
  1927. [ 1861.531269] CIFS VFS: bogus file nlink value 0
  1928. [ 1861.569723] CIFS VFS: bogus file nlink value 0
  1929. [ 1861.605800] CIFS VFS: bogus file nlink value 0
  1930. [ 1861.648957] CIFS VFS: bogus file nlink value 0
  1931. [ 1861.686896] CIFS VFS: bogus file nlink value 0
  1932. [ 1861.726467] CIFS VFS: bogus file nlink value 0
  1933. [ 1861.766931] CIFS VFS: bogus file nlink value 0
  1934. [ 1861.805129] CIFS VFS: bogus file nlink value 0
  1935. [ 1866.985962] cifs_vfs_err: 56 callbacks suppressed
  1936. [ 1866.985984] CIFS VFS: bogus file nlink value 0
  1937. [ 1867.037288] CIFS VFS: bogus file nlink value 0
  1938. [ 1867.081676] CIFS VFS: bogus file nlink value 0
  1939. [ 1867.122429] CIFS VFS: bogus file nlink value 0
  1940. [ 1867.164348] CIFS VFS: bogus file nlink value 0
  1941. [ 1867.207720] CIFS VFS: bogus file nlink value 0
  1942. [ 1867.249127] CIFS VFS: bogus file nlink value 0
  1943. [ 1867.290197] CIFS VFS: bogus file nlink value 0
  1944. [ 1867.329701] CIFS VFS: bogus file nlink value 0
  1945. [ 1867.367182] CIFS VFS: bogus file nlink value 0
  1946. [ 1872.452335] cifs_vfs_err: 11 callbacks suppressed
  1947. [ 1872.452356] CIFS VFS: bogus file nlink value 0
  1948. [ 1885.681688] CIFS VFS: bogus file nlink value 0
  1949. [ 1885.717326] CIFS VFS: bogus file nlink value 0
  1950. [ 1885.752567] CIFS VFS: bogus file nlink value 0
  1951. [ 1885.791385] CIFS VFS: bogus file nlink value 0
  1952. [ 1885.827734] CIFS VFS: bogus file nlink value 0
  1953. [ 1885.856893] CIFS VFS: bogus file nlink value 0
  1954. [ 1885.859597] CIFS VFS: bogus file nlink value 0
  1955. [ 1901.438548] CIFS VFS: bogus file nlink value 0
  1956. [ 1901.484245] CIFS VFS: bogus file nlink value 0
  1957. [ 1901.524460] CIFS VFS: bogus file nlink value 0
  1958. [ 1901.527913] CIFS VFS: bogus file nlink value 0
  1959. [ 1901.530999] CIFS VFS: bogus file nlink value 0
  1960. [ 1901.534006] CIFS VFS: bogus file nlink value 0
  1961. [ 1901.537429] CIFS VFS: bogus file nlink value 0
  1962. [ 1905.713779] CIFS VFS: bogus file nlink value 0
  1963. [ 1907.492757] CIFS VFS: bogus file nlink value 0
  1964. [ 1907.533338] CIFS VFS: bogus file nlink value 0
  1965. [ 1907.568092] CIFS VFS: bogus file nlink value 0
  1966. [ 1907.605533] CIFS VFS: bogus file nlink value 0
  1967. [ 1907.641678] CIFS VFS: bogus file nlink value 0
  1968. [ 1907.670720] CIFS VFS: bogus file nlink value 0
  1969. [ 1907.703079] CIFS VFS: bogus file nlink value 0
  1970. [ 1907.755236] CIFS VFS: bogus file nlink value 0
  1971. [ 1907.786067] CIFS VFS: bogus file nlink value 0
  1972. [ 1907.822539] CIFS VFS: bogus file nlink value 0
  1973. [ 1920.507940] cifs_vfs_err: 5 callbacks suppressed
  1974. [ 1920.507963] CIFS VFS: bogus file nlink value 0
  1975. [ 1922.457970] CIFS VFS: bogus file nlink value 0
  1976. [ 1922.461467] CIFS VFS: bogus file nlink value 0
  1977. [ 1922.464935] CIFS VFS: bogus file nlink value 0
  1978. [ 1922.469858] CIFS VFS: bogus file nlink value 0
  1979. [ 1922.472922] CIFS VFS: bogus file nlink value 0
  1980. [ 1924.093974] CIFS VFS: bogus file nlink value 0
  1981. [ 1924.097016] CIFS VFS: bogus file nlink value 0
  1982. [ 1925.385623] CIFS VFS: bogus file nlink value 0
  1983. [ 1934.487460] CIFS VFS: bogus file nlink value 0
  1984. [ 1934.609756] CIFS VFS: bogus file nlink value 0
  1985. [ 1934.740092] CIFS VFS: bogus file nlink value 0
  1986. [ 1934.875678] CIFS VFS: bogus file nlink value 0
  1987. [ 1934.991583] CIFS VFS: bogus file nlink value 0
  1988. [ 1935.104803] CIFS VFS: bogus file nlink value 0
  1989. [ 1945.377243] CIFS VFS: bogus file nlink value 0
  1990. [ 1945.451613] CIFS VFS: bogus file nlink value 0
  1991. [ 1945.454687] CIFS VFS: bogus file nlink value 0
  1992. [ 1947.400073] CIFS VFS: bogus file nlink value 0
  1993. [ 1947.456393] CIFS VFS: bogus file nlink value 0
  1994. [ 1947.459518] CIFS VFS: bogus file nlink value 0
  1995. [ 1949.558859] CIFS VFS: bogus file nlink value 0
  1996. [ 1949.645751] CIFS VFS: bogus file nlink value 0
  1997. [ 1949.731835] CIFS VFS: bogus file nlink value 0
  1998. [ 1949.815437] CIFS VFS: bogus file nlink value 0
  1999. [ 1950.968401] cifs_vfs_err: 2 callbacks suppressed
  2000. [ 1950.968422] CIFS VFS: bogus file nlink value 0
  2001. [ 1951.061610] CIFS VFS: bogus file nlink value 0
  2002. [ 1951.142432] CIFS VFS: bogus file nlink value 0
  2003. [ 1951.228061] CIFS VFS: bogus file nlink value 0
  2004. [ 1951.314777] CIFS VFS: bogus file nlink value 0
  2005. [ 1951.400489] CIFS VFS: bogus file nlink value 0
  2006. [ 1951.403550] CIFS VFS: bogus file nlink value 0
  2007. [ 1952.470195] CIFS VFS: bogus file nlink value 0
  2008. [ 1952.561041] CIFS VFS: bogus file nlink value 0
  2009. [ 1952.646327] CIFS VFS: bogus file nlink value 0
  2010. [ 1956.896309] cifs_vfs_err: 16 callbacks suppressed
  2011. [ 1956.896331] CIFS VFS: bogus file nlink value 0
  2012. [ 1956.985373] CIFS VFS: bogus file nlink value 0
  2013. [ 1957.069993] CIFS VFS: bogus file nlink value 0
  2014. [ 1957.157049] CIFS VFS: bogus file nlink value 0
  2015. [ 1957.160190] CIFS VFS: bogus file nlink value 0
  2016. [ 1958.210364] CIFS VFS: bogus file nlink value 0
  2017. [ 1958.296102] CIFS VFS: bogus file nlink value 0
  2018. [ 1958.381000] CIFS VFS: bogus file nlink value 0
  2019. [ 1958.465009] CIFS VFS: bogus file nlink value 0
  2020. [ 1958.468243] CIFS VFS: bogus file nlink value 0
  2021. [ 1962.206547] cifs_vfs_err: 10 callbacks suppressed
  2022. [ 1962.206568] CIFS VFS: bogus file nlink value 0
  2023. [ 1962.287228] CIFS VFS: bogus file nlink value 0
  2024. [ 1962.370618] CIFS VFS: bogus file nlink value 0
  2025. [ 1962.454525] CIFS VFS: bogus file nlink value 0
  2026. [ 1962.540734] CIFS VFS: bogus file nlink value 0
  2027. [ 1962.628897] CIFS VFS: bogus file nlink value 0
  2028. [ 1962.730809] CIFS VFS: bogus file nlink value 0
  2029. [ 1962.733891] CIFS VFS: bogus file nlink value 0
  2030. [ 1963.769449] CIFS VFS: bogus file nlink value 0
  2031. [ 1963.850611] CIFS VFS: bogus file nlink value 0
  2032. [ 1967.515960] cifs_vfs_err: 10 callbacks suppressed
  2033. [ 1967.515982] CIFS VFS: bogus file nlink value 0
  2034. [ 1967.598243] CIFS VFS: bogus file nlink value 0
  2035. [ 1967.682456] CIFS VFS: bogus file nlink value 0
  2036. [ 1967.766789] CIFS VFS: bogus file nlink value 0
  2037. [ 1967.770595] CIFS VFS: bogus file nlink value 0
  2038. [ 1968.851144] CIFS VFS: bogus file nlink value 0
  2039. [ 1968.938891] CIFS VFS: bogus file nlink value 0
  2040. [ 1969.021538] CIFS VFS: bogus file nlink value 0
  2041. [ 1969.024821] CIFS VFS: bogus file nlink value 0
  2042. [ 1970.123375] CIFS VFS: bogus file nlink value 0
  2043. [ 2005.582276] cifs_vfs_err: 3 callbacks suppressed
  2044. [ 2005.582298] CIFS VFS: bogus file nlink value 0
  2045. [ 2005.622347] CIFS VFS: bogus file nlink value 0
  2046. [ 2005.656100] CIFS VFS: bogus file nlink value 0
  2047. [ 2005.694958] CIFS VFS: bogus file nlink value 0
  2048. [ 2005.698112] CIFS VFS: bogus file nlink value 0
  2049. [ 2005.701151] CIFS VFS: bogus file nlink value 0
  2050. [ 2005.704476] CIFS VFS: bogus file nlink value 0
  2051. [ 2005.707576] CIFS VFS: bogus file nlink value 0
  2052. [ 2005.710581] CIFS VFS: bogus file nlink value 0
  2053. [ 2005.713549] CIFS VFS: bogus file nlink value 0
  2054. [ 2178.672165] CIFS VFS: bogus file nlink value 0
  2055. [ 2178.712446] CIFS VFS: bogus file nlink value 0
  2056. [ 2178.751563] CIFS VFS: bogus file nlink value 0
  2057. [ 2178.754928] CIFS VFS: bogus file nlink value 0
  2058. [ 2178.758277] CIFS VFS: bogus file nlink value 0
  2059. [ 2178.761289] CIFS VFS: bogus file nlink value 0
  2060. [ 2178.764688] CIFS VFS: bogus file nlink value 0
  2061. [ 2178.767694] CIFS VFS: bogus file nlink value 0
  2062. [ 2282.730819] CIFS VFS: bogus file nlink value 0
  2063. [ 2282.734405] CIFS VFS: bogus file nlink value 0
  2064. [ 2282.737966] CIFS VFS: bogus file nlink value 0
  2065. [ 2282.741871] CIFS VFS: bogus file nlink value 0
  2066. [ 2282.745372] CIFS VFS: bogus file nlink value 0
  2067. [ 2282.748903] CIFS VFS: bogus file nlink value 0
  2068. [ 2282.752312] CIFS VFS: bogus file nlink value 0
  2069. [ 2282.755720] CIFS VFS: bogus file nlink value 0
  2070. [ 2282.759153] CIFS VFS: bogus file nlink value 0
  2071. [ 2282.762589] CIFS VFS: bogus file nlink value 0
  2072. [ 2311.593941] cifs_vfs_err: 1 callbacks suppressed
  2073. [ 2311.593962] CIFS VFS: bogus file nlink value 0
  2074. [ 2311.630047] CIFS VFS: bogus file nlink value 0
  2075. [ 2311.668390] CIFS VFS: bogus file nlink value 0
  2076. [ 2311.672144] CIFS VFS: bogus file nlink value 0
  2077. [ 2311.675783] CIFS VFS: bogus file nlink value 0
  2078. [ 2311.679492] CIFS VFS: bogus file nlink value 0
  2079. [ 2311.683387] CIFS VFS: bogus file nlink value 0
  2080. [ 2317.479543] CIFS VFS: bogus file nlink value 0
  2081. [ 2317.519728] CIFS VFS: bogus file nlink value 0
  2082. [ 2317.559544] CIFS VFS: bogus file nlink value 0
  2083. [ 2317.563529] CIFS VFS: bogus file nlink value 0
  2084. [ 2317.567179] CIFS VFS: bogus file nlink value 0
  2085. [ 2317.571078] CIFS VFS: bogus file nlink value 0
  2086. [ 2358.298719] CIFS VFS: bogus file nlink value 0
  2087. [ 2358.341622] CIFS VFS: bogus file nlink value 0
  2088. [ 2358.383539] CIFS VFS: bogus file nlink value 0
  2089. [ 2358.425527] CIFS VFS: bogus file nlink value 0
  2090. [ 2358.463659] CIFS VFS: bogus file nlink value 0
  2091. [ 2358.506616] CIFS VFS: bogus file nlink value 0
  2092. [ 2358.549595] CIFS VFS: bogus file nlink value 0
  2093. [ 2358.587737] CIFS VFS: bogus file nlink value 0
  2094. [ 2358.630164] CIFS VFS: bogus file nlink value 0
  2095. [ 2358.667390] CIFS VFS: bogus file nlink value 0
  2096. [ 2376.470633] cifs_vfs_err: 5 callbacks suppressed
  2097. [ 2376.470655] CIFS VFS: bogus file nlink value 0
  2098. [ 2377.002266] CIFS VFS: bogus file nlink value 0
  2099. [ 2377.540013] CIFS VFS: bogus file nlink value 0
  2100. [ 2378.073494] CIFS VFS: bogus file nlink value 0
  2101. [ 2378.602258] CIFS VFS: bogus file nlink value 0
  2102. [ 2379.127738] CIFS VFS: bogus file nlink value 0
  2103. [ 2379.663158] CIFS VFS: bogus file nlink value 0
  2104. [ 2380.202402] CIFS VFS: bogus file nlink value 0
  2105. [ 2380.735109] CIFS VFS: bogus file nlink value 0
  2106. [ 2381.280492] CIFS VFS: bogus file nlink value 0
  2107. [ 2382.380578] cifs_vfs_err: 1 callbacks suppressed
  2108. [ 2382.380600] CIFS VFS: bogus file nlink value 0
  2109. [ 2382.934079] CIFS VFS: bogus file nlink value 0
  2110. [ 2382.982434] CIFS VFS: bogus file nlink value 0
  2111. [ 2382.985346] CIFS VFS: bogus file nlink value 0
  2112. [ 2382.988611] CIFS VFS: bogus file nlink value 0
  2113. [ 2382.991494] CIFS VFS: bogus file nlink value 0
  2114. [ 2382.995085] CIFS VFS: bogus file nlink value 0
  2115. [ 2382.998113] CIFS VFS: bogus file nlink value 0
  2116. [ 2383.000999] CIFS VFS: bogus file nlink value 0
  2117. [ 2383.003901] CIFS VFS: bogus file nlink value 0
  2118. [ 2407.256422] CIFS VFS: bogus file nlink value 0
  2119. [ 2410.277295] CIFS VFS: bogus file nlink value 0
  2120. [ 2410.310349] CIFS VFS: bogus file nlink value 0
  2121. [ 2410.363831] CIFS VFS: bogus file nlink value 0
  2122. [ 2410.401965] CIFS VFS: bogus file nlink value 0
  2123. [ 2410.441300] CIFS VFS: bogus file nlink value 0
  2124. [ 2410.475956] CIFS VFS: bogus file nlink value 0
  2125. [ 2410.515172] CIFS VFS: bogus file nlink value 0
  2126. [ 2410.550436] CIFS VFS: bogus file nlink value 0
  2127. [ 2410.589169] CIFS VFS: bogus file nlink value 0
  2128. [ 2454.724964] cifs_vfs_err: 8 callbacks suppressed
  2129. [ 2454.724985] CIFS VFS: bogus file nlink value 0
  2130. [ 2454.767495] CIFS VFS: bogus file nlink value 0
  2131. [ 2454.807018] CIFS VFS: bogus file nlink value 0
  2132. [ 2454.846571] CIFS VFS: bogus file nlink value 0
  2133. [ 2454.888341] CIFS VFS: bogus file nlink value 0
  2134. [ 2454.926610] CIFS VFS: bogus file nlink value 0
  2135. [ 2454.966128] CIFS VFS: bogus file nlink value 0
  2136. [ 2455.005903] CIFS VFS: bogus file nlink value 0
  2137. [ 2455.049566] CIFS VFS: bogus file nlink value 0
  2138. [ 2455.086457] CIFS VFS: bogus file nlink value 0
  2139. [ 2470.025388] cifs_vfs_err: 6 callbacks suppressed
  2140. [ 2470.025410] CIFS VFS: bogus file nlink value 0
  2141. [ 2470.067195] CIFS VFS: bogus file nlink value 0
  2142. [ 2470.097277] CIFS VFS: bogus file nlink value 0
  2143. [ 2470.129676] CIFS VFS: bogus file nlink value 0
  2144. [ 2470.157064] CIFS VFS: bogus file nlink value 0
  2145. [ 2470.188261] CIFS VFS: bogus file nlink value 0
  2146. [ 2470.216515] CIFS VFS: bogus file nlink value 0
  2147. [ 2470.220004] CIFS VFS: bogus file nlink value 0
  2148. [ 2470.223688] CIFS VFS: bogus file nlink value 0
  2149. [ 2485.073472] CIFS VFS: bogus file nlink value 0
  2150. [ 2485.283825] CIFS VFS: bogus file nlink value 0
  2151. [ 2485.314753] CIFS VFS: bogus file nlink value 0
  2152. [ 2485.347388] CIFS VFS: bogus file nlink value 0
  2153. [ 2485.383557] CIFS VFS: bogus file nlink value 0
  2154. [ 2485.418119] CIFS VFS: bogus file nlink value 0
  2155. [ 2485.454766] CIFS VFS: bogus file nlink value 0
  2156. [ 2485.490536] CIFS VFS: bogus file nlink value 0
  2157. [ 2485.494063] CIFS VFS: bogus file nlink value 0
  2158. [ 2485.512729] CIFS VFS: bogus file nlink value 0
  2159. [ 2538.377864] CIFS VFS: bogus file nlink value 0
  2160. [ 2538.382253] CIFS VFS: bogus file nlink value 0
  2161. [ 2538.386644] CIFS VFS: bogus file nlink value 0
  2162. [ 2538.390874] CIFS VFS: bogus file nlink value 0
  2163. [ 2538.395169] CIFS VFS: bogus file nlink value 0
  2164. [ 2538.399579] CIFS VFS: bogus file nlink value 0
  2165. [ 2538.404368] CIFS VFS: bogus file nlink value 0
  2166. [ 2540.898845] CIFS VFS: bogus file nlink value 0
  2167. [ 2540.943818] CIFS VFS: bogus file nlink value 0
  2168. [ 2540.980265] CIFS VFS: bogus file nlink value 0
  2169. [ 2553.045126] cifs_vfs_err: 11 callbacks suppressed
  2170. [ 2553.045147] CIFS VFS: bogus file nlink value 0
  2171. [ 2553.049904] CIFS VFS: bogus file nlink value 0
  2172. [ 2553.054274] CIFS VFS: bogus file nlink value 0
  2173. [ 2553.058696] CIFS VFS: bogus file nlink value 0
  2174. [ 2553.063200] CIFS VFS: bogus file nlink value 0
  2175. [ 2553.067519] CIFS VFS: bogus file nlink value 0
  2176. [ 2553.071966] CIFS VFS: bogus file nlink value 0
  2177. [ 2597.084360] CIFS VFS: bogus file nlink value 0
  2178. [ 2597.106128] CIFS VFS: bogus file nlink value 0
  2179. [ 2597.110865] CIFS VFS: bogus file nlink value 0
  2180. [ 2597.116043] CIFS VFS: bogus file nlink value 0
  2181. [ 2597.120997] CIFS VFS: bogus file nlink value 0
  2182. [ 2597.125887] CIFS VFS: bogus file nlink value 0
  2183. [ 2598.776240] CIFS VFS: bogus file nlink value 0
  2184. [ 2598.780953] CIFS VFS: bogus file nlink value 0
  2185. [ 2598.787551] CIFS VFS: bogus file nlink value 0
  2186. [ 2609.698124] CIFS VFS: bogus file nlink value 0
  2187. [ 2609.701122] CIFS VFS: bogus file nlink value 0
  2188. [ 2609.703989] CIFS VFS: bogus file nlink value 0
  2189. [ 2625.216164] CIFS VFS: bogus file nlink value 0
  2190. [ 2625.249617] CIFS VFS: bogus file nlink value 0
  2191. [ 2625.285897] CIFS VFS: bogus file nlink value 0
  2192. [ 2625.320382] CIFS VFS: bogus file nlink value 0
  2193. [ 2625.358167] CIFS VFS: bogus file nlink value 0
  2194. [ 2625.391550] CIFS VFS: bogus file nlink value 0
  2195. [ 2625.431175] CIFS VFS: bogus file nlink value 0
  2196. [ 2625.471999] CIFS VFS: bogus file nlink value 0
  2197. [ 2625.510680] CIFS VFS: bogus file nlink value 0
  2198. [ 2625.545075] CIFS VFS: bogus file nlink value 0
  2199. [ 2643.180482] cifs_vfs_err: 17 callbacks suppressed
  2200. [ 2643.180505] CIFS VFS: bogus file nlink value 0
  2201. [ 2643.376063] CIFS VFS: bogus file nlink value 0
  2202. [ 2643.561917] CIFS VFS: bogus file nlink value 0
  2203. [ 2643.754614] CIFS VFS: bogus file nlink value 0
  2204. [ 2643.941021] CIFS VFS: bogus file nlink value 0
  2205. [ 2644.122292] CIFS VFS: bogus file nlink value 0
  2206. [ 2644.326686] CIFS VFS: bogus file nlink value 0
  2207. [ 2644.329704] CIFS VFS: bogus file nlink value 0
  2208. [ 2644.332745] CIFS VFS: bogus file nlink value 0
  2209. [ 2644.336100] CIFS VFS: bogus file nlink value 0
  2210. [ 2654.091738] cifs_vfs_err: 1 callbacks suppressed
  2211. [ 2654.091760] CIFS VFS: bogus file nlink value 0
  2212. [ 2654.212879] CIFS VFS: bogus file nlink value 0
  2213. [ 2654.215649] CIFS VFS: bogus file nlink value 0
  2214. [ 2654.218503] CIFS VFS: bogus file nlink value 0
  2215. [ 2655.299157] CIFS VFS: bogus file nlink value 0
  2216. [ 2655.393174] CIFS VFS: bogus file nlink value 0
  2217. [ 2655.476192] CIFS VFS: bogus file nlink value 0
  2218. [ 2655.565550] CIFS VFS: bogus file nlink value 0
  2219. [ 2655.663774] CIFS VFS: bogus file nlink value 0
  2220. [ 2655.751180] CIFS VFS: bogus file nlink value 0
  2221. [ 2659.264996] cifs_vfs_err: 41 callbacks suppressed
  2222. [ 2659.265018] CIFS VFS: bogus file nlink value 0
  2223. [ 2659.355045] CIFS VFS: bogus file nlink value 0
  2224. [ 2659.435508] CIFS VFS: bogus file nlink value 0
  2225. [ 2659.520939] CIFS VFS: bogus file nlink value 0
  2226. [ 2659.599270] CIFS VFS: bogus file nlink value 0
  2227. [ 2659.679978] CIFS VFS: bogus file nlink value 0
  2228. [ 2659.762448] CIFS VFS: bogus file nlink value 0
  2229. [ 2659.849386] CIFS VFS: bogus file nlink value 0
  2230. [ 2659.936681] CIFS VFS: bogus file nlink value 0
  2231. [ 2660.025904] CIFS VFS: bogus file nlink value 0
  2232. [ 2664.461173] cifs_vfs_err: 39 callbacks suppressed
  2233. [ 2664.461194] CIFS VFS: bogus file nlink value 0
  2234. [ 2664.549133] CIFS VFS: bogus file nlink value 0
  2235. [ 2669.822967] CIFS VFS: bogus file nlink value 0
  2236. [ 2669.825751] CIFS VFS: bogus file nlink value 0
  2237. [ 2669.828661] CIFS VFS: bogus file nlink value 0
  2238. [ 2669.831365] CIFS VFS: bogus file nlink value 0
  2239. [ 2669.834267] CIFS VFS: bogus file nlink value 0
  2240. [ 2669.837429] CIFS VFS: bogus file nlink value 0
  2241. [ 2672.485071] CIFS VFS: bogus file nlink value 0
  2242. [ 2672.502444] CIFS VFS: bogus file nlink value 0
  2243. [ 2672.517059] CIFS VFS: bogus file nlink value 0
  2244. [ 2672.569259] CIFS VFS: bogus file nlink value 0
  2245.  
  2246. ###### PHP backend ######
  2247. php version: 5.5.19
  2248. debug level: 0
  2249.  
  2250.  
  2251. Debug data collected in 7.656 seconds.
Add Comment
Please, Sign In to add comment