Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.46 KB | None | 0 0
  1. NSA310>
  2. NSA310> setenv load_dtb 'fatload usb 0:1 0x1c00000 /dts/kirkwood-nsa310.dtb'
  3. NSA310> setenv load_initrd 'fatload usb 0:1 0x1100000 /uInitrd'
  4. NSA310> setenv load_uimage 'fatload usb 0:1 0x800000 /uImage'
  5. NSA310> setenv usb_boot 'run load_dtb; run load_uimage; if run load_initrd; then bootm 0x800000 0x1100000 0x1c00000; else bootm 0x800000 - 0x1c00000; fi'
  6. NSA310> setenv mtdparts 'mtdparts=orion_nand:0x80000@0x0(uboot),0x20000@0xc0000(uboot_env)'
  7. NSA310> setenv usb_root 'LABEL=rootfs'
  8. NSA310> setenv bootdelay 2
  9. NSA310> setenv rootdelay 4
  10. NSA310> setenv rootfstype ext4
  11. NSA310> boot
  12. (Re)start USB...
  13. USB0: USB EHCI 1.00
  14. scanning bus 0 for devices... 3 USB Device(s) found
  15. scanning usb for storage devices... 1 Storage Device(s) found
  16.  
  17. Partition Map for USB device 0 -- Partition Type: DOS
  18.  
  19. Part Start Sector Num Sectors UUID Type
  20. 1 2048 524288 c3072e18-01 83
  21. 2 526336 524288 c3072e18-02 83
  22. 3 1050624 14618624 c3072e18-03 83
  23. loading envs from usb 0 ...
  24. reading /boot/uEnv.txt
  25. ** Unable to read file /boot/uEnv.txt **
  26. (Re)start USB...
  27. USB0: USB EHCI 1.00
  28. scanning bus 0 for devices... 3 USB Device(s) found
  29. scanning usb for storage devices... 1 Storage Device(s) found
  30. reading /dts/kirkwood-nsa310.dtb
  31. 12848 bytes read in 43 ms (291 KiB/s)
  32. reading /uImage
  33. 3108464 bytes read in 202 ms (14.7 MiB/s)
  34. reading /uInitrd
  35. 7128932 bytes read in 438 ms (15.5 MiB/s)
  36. ## Booting kernel from Legacy Image at 00800000 ...
  37. Image Name: vmlinuz-4.1.0-kirkwood-tld-3-tes
  38. Created: 2015-08-31 11:15:56 UTC
  39. Image Type: ARM Linux Kernel Image (uncompressed)
  40. Data Size: 3108400 Bytes = 3 MiB
  41. Load Address: 00008000
  42. Entry Point: 00008000
  43. Verifying Checksum ... OK
  44. ## Loading init Ramdisk from Legacy Image at 01100000 ...
  45. Image Name: initrd.img-4.1.0-kirkwood-tld-3-
  46. Created: 2015-08-31 11:16:57 UTC
  47. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  48. Data Size: 7128868 Bytes = 6.8 MiB
  49. Load Address: 00000000
  50. Entry Point: 00000000
  51. Verifying Checksum ... OK
  52. ## Flattened Device Tree blob at 01c00000
  53. Booting using the fdt blob at 0x1c00000
  54. Loading Kernel Image ... OK
  55. Loading Ramdisk to 0f44d000, end 0fb19724 ... OK
  56. Loading Device Tree to 0f446000, end 0f44c22f ... OK
  57. Using machid 0x118f from environment
  58.  
  59. Starting kernel ...
  60.  
  61. Uncompressing Linux... done, booting the kernel.
  62. [ 0.000000] Booting Linux on physical CPU 0x0
  63. [ 0.000000] Initializing cgroup subsys cpuset
  64. [ 0.000000] Initializing cgroup subsys cpu
  65. [ 0.000000] Initializing cgroup subsys cpuacct
  66. [ 0.000000] Linux version 4.1.0-kirkwood-tld-3-test (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 PREEMPT Thu Aug 27 00:36:56 PDT 2015
  67. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
  68. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  69. [ 0.000000] Machine model: ZyXEL NSA310
  70. [ 0.000000] Memory policy: Data cache writeback
  71. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  72. [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=4 rootfstype=ext4 mtdparts=orion_nand:0x80000@0x0(uboot),0x20000@0xc0000(uboot_env)
  73. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  74. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  75. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  76. [ 0.000000] Memory: 243724K/262144K available (5930K kernel code, 563K rwdata, 1980K rodata, 288K init, 302K bss, 18420K reserved, 0K cma-reserved)
  77. [ 0.000000] Virtual kernel memory layout:
  78. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  79. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  80. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  81. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  82. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  83. [ 0.000000] .text : 0xc0008000 - 0xc07c1d9c (7912 kB)
  84. [ 0.000000] .init : 0xc07c2000 - 0xc080a000 ( 288 kB)
  85. [ 0.000000] .data : 0xc080a000 - 0xc0896f0c ( 564 kB)
  86. [ 0.000000] .bss : 0xc0896f0c - 0xc08e2a94 ( 303 kB)
  87. [ 0.000000] Preemptible hierarchical RCU implementation.
  88. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  89. [ 0.000000] clocksource orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
  90. [ 0.000008] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
  91. [ 0.000405] Console: colour dummy device 80x30
  92. [ 0.000438] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
  93. [ 0.090098] pid_max: default: 32768 minimum: 301
  94. [ 0.090224] Security Framework initialized
  95. [ 0.090356] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  96. [ 0.090381] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  97. [ 0.091135] Initializing cgroup subsys blkio
  98. [ 0.091168] Initializing cgroup subsys devices
  99. [ 0.091194] Initializing cgroup subsys freezer
  100. [ 0.091231] Initializing cgroup subsys net_cls
  101. [ 0.091334] CPU: Testing write buffer coherency: ok
  102. [ 0.091769] Setting up static identity map for 0x8200 - 0x8258
  103. [ 0.092104] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
  104. [ 0.096142] devtmpfs: initialized
  105. [ 0.102757] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  106. [ 0.103246] prandom: seed boundary self test passed
  107. [ 0.106985] prandom: 100 self tests passed
  108. [ 0.107119] pinctrl core: initialized pinctrl subsystem
  109. [ 0.108521] NET: Registered protocol family 16
  110. [ 0.108964] DMA: preallocated 256 KiB pool for atomic coherent allocations
  111. [ 0.140105] cpuidle: using governor ladder
  112. [ 0.170102] cpuidle: using governor menu
  113. [ 0.170563] Feroceon L2: Enabling L2
  114. [ 0.170610] Feroceon L2: Cache support initialised.
  115. [ 0.176068] No ATAGs?
  116. [ 0.211620] vgaarb: loaded
  117. [ 0.212018] usbcore: registered new interface driver usbfs
  118. [ 0.212102] usbcore: registered new interface driver hub
  119. [ 0.212168] usbcore: registered new device driver usb
  120. [ 0.213295] Switched to clocksource orion_clocksource
  121. [ 0.266972] NET: Registered protocol family 2
  122. [ 0.267732] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
  123. [ 0.267770] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  124. [ 0.267801] TCP: Hash tables configured (established 2048 bind 2048)
  125. [ 0.267865] UDP hash table entries: 256 (order: 0, 4096 bytes)
  126. [ 0.267889] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  127. [ 0.268091] NET: Registered protocol family 1
  128. [ 0.268479] RPC: Registered named UNIX socket transport module.
  129. [ 0.268491] RPC: Registered udp transport module.
  130. [ 0.268499] RPC: Registered tcp transport module.
  131. [ 0.268506] RPC: Registered tcp NFSv4.1 backchannel transport module.
  132. [ 0.268781] Unpacking initramfs...
  133. [ 0.901126] Freeing initrd memory: 6964K (cf44d000 - cfb1a000)
  134. [ 0.901273] NetWinder Floating Point Emulator V0.97 (double precision)
  135. [ 0.902671] futex hash table entries: 256 (order: -1, 3072 bytes)
  136. [ 0.902703] Initialise system trusted keyring
  137. [ 0.902836] audit: initializing netlink subsys (disabled)
  138. [ 0.902889] audit: type=2000 audit(0.890:1): initialized
  139. [ 0.903753] zpool: loaded
  140. [ 0.903771] zbud: loaded
  141. [ 0.904082] VFS: Disk quotas dquot_6.6.0
  142. [ 0.904153] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  143. [ 0.904760] NFS: Registering the id_resolver key type
  144. [ 0.904810] Key type id_resolver registered
  145. [ 0.904819] Key type id_legacy registered
  146. [ 0.904846] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  147. [ 0.904863] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  148. [ 0.905077] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  149. [ 0.905555] Key type big_key registered
  150. [ 0.909391] alg: No test for stdrng (krng)
  151. [ 0.909436] Key type asymmetric registered
  152. [ 0.909454] Asymmetric key parser 'x509' registered
  153. [ 0.909538] bounce: pool size: 64 pages
  154. [ 0.909630] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  155. [ 0.909648] io scheduler noop registered
  156. [ 0.909661] io scheduler deadline registered
  157. [ 0.909708] io scheduler cfq registered (default)
  158. [ 0.911091] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
  159. [ 0.911780] irq: Cannot allocate irq_descs @ IRQ33, assuming pre-allocated
  160. [ 0.912209] irq: Cannot allocate irq_descs @ IRQ65, assuming pre-allocated
  161. [ 0.913055] mvebu-pcie mbus:pcie-controller: PCI host bridge to bus 0000:00
  162. [ 0.913075] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff]
  163. [ 0.913089] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
  164. [ 0.913102] pci_bus 0000:00: root bus resource [bus 00-ff]
  165. [ 0.913647] PCI: bus0: Fast back to back transfers disabled
  166. [ 0.913674] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  167. [ 0.914464] PCI: bus1: Fast back to back transfers disabled
  168. [ 0.914642] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
  169. [ 0.914658] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff]
  170. [ 0.914677] pci 0000:01:00.0: BAR 6: assigned [mem 0xe0000000-0xe000ffff pref]
  171. [ 0.914693] pci 0000:01:00.0: BAR 4: assigned [mem 0xe0010000-0xe0013fff 64bit pref]
  172. [ 0.914721] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0014000-0xe0014fff 64bit pref]
  173. [ 0.914746] pci 0000:01:00.0: BAR 0: assigned [io 0x10000-0x100ff]
  174. [ 0.914762] pci 0000:00:01.0: PCI bridge to [bus 01]
  175. [ 0.914775] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff]
  176. [ 0.914790] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff]
  177. [ 0.915091] mv_xor f1060800.xor: Marvell shared XOR driver
  178. [ 0.953375] mv_xor f1060800.xor: Marvell XOR: ( xor cpy )
  179. [ 0.993361] mv_xor f1060800.xor: Marvell XOR: ( xor cpy )
  180. [ 0.993533] mv_xor f1060900.xor: Marvell shared XOR driver
  181. [ 1.033359] mv_xor f1060900.xor: Marvell XOR: ( xor cpy )
  182. [ 1.073358] mv_xor f1060900.xor: Marvell XOR: ( xor cpy )
  183. [ 1.073765] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  184. [ 1.075128] console [ttyS0] disabled
  185. [ 1.075191] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A
  186. [ 1.782661] console [ttyS0] enabled
  187. [ 1.787453] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
  188. [ 1.793869] nand: Samsung NAND 128MiB 3,3V 8-bit
  189. [ 1.798511] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  190. [ 1.806140] Scanning device for bad blocks
  191. [ 1.868534] Bad eraseblock 605 at 0x000004ba0000
  192. [ 1.873219] Bad eraseblock 606 at 0x000004bc0000
  193. [ 1.905831] Bad eraseblock 897 at 0x000007020000
  194. [ 1.922603] 2 cmdlinepart partitions found on MTD device orion_nand
  195. [ 1.928919] Creating 2 MTD partitions on "orion_nand":
  196. [ 1.934105] 0x000000000000-0x000000080000 : "uboot"
  197. [ 1.940111] 0x0000000c0000-0x0000000e0000 : "uboot_env"
  198. [ 1.947365] libphy: Fixed MDIO Bus: probed
  199. [ 1.951917] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
  200. [ 1.957588] pci 0000:00:01.0: enabling device (0140 -> 0143)
  201. [ 1.963333] r8169 0000:01:00.0: enabling device (0140 -> 0143)
  202. [ 1.970025] r8169 0000:01:00.0 eth0: RTL8168d/8111d at 0xd090e000, 00:00:00:00:00:30, XID 083000c0 IRQ 83
  203. [ 1.979671] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
  204. [ 1.988459] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  205. [ 1.995067] ehci-pci: EHCI PCI platform driver
  206. [ 1.999605] ehci-orion: EHCI orion driver
  207. [ 2.003856] orion-ehci f1050000.ehci: EHCI Host Controller
  208. [ 2.009397] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
  209. [ 2.017281] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
  210. [ 2.033340] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
  211. [ 2.039601] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  212. [ 2.046518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  213. [ 2.053797] usb usb1: Product: EHCI Host Controller
  214. [ 2.058699] usb usb1: Manufacturer: Linux 4.1.0-kirkwood-tld-3-test ehci_hcd
  215. [ 2.065799] usb usb1: SerialNumber: f1050000.ehci
  216. [ 2.071271] hub 1-0:1.0: USB hub found
  217. [ 2.075128] hub 1-0:1.0: 1 port detected
  218. [ 2.079980] mousedev: PS/2 mouse device common for all mice
  219. [ 2.086325] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
  220. [ 2.093481] i2c /dev entries driver
  221. [ 2.100148] hidraw: raw HID events driver (C) Jiri Kosina
  222. [ 2.105995] drop_monitor: Initializing network drop monitor service
  223. [ 2.112538] NET: Registered protocol family 17
  224. [ 2.117155] Key type dns_resolver registered
  225. [ 2.122286] Loading compiled-in X.509 certificates
  226. [ 2.127156] registered taskstats version 1
  227. [ 2.150072] Key type encrypted registered
  228. [ 2.154895] rtc-mv f1010300.rtc: setting system clock to 2015-08-31 11:23:14 UTC (1441020194)
  229. [ 2.165921] Freeing unused kernel memory: 288K (c07c2000 - c080a000)
  230. Loading, please wait...
  231. [ 2.241409] systemd-udevd[71]: starting version 215
  232. [ 2.255533] random: systemd-udevd urandom read with 3 bits of entropy available
  233. [ 2.393441] usb 1-1: new high-speed USB device number 2 using orion-ehci
  234. [ 2.436360] SCSI subsystem initialized
  235. [ 2.489078] sata_mv f1080000.sata: slots 32 ports 2
  236. [ 2.533434] scsi host0: sata_mv
  237. [ 2.548724] scsi host1: sata_mv
  238. [ 2.552239] ata1: SATA max UDMA/133 irq 32
  239. [ 2.558307] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
  240. [ 2.570814] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  241. [ 2.585070] usb 1-1: Product: USB2.0 Hub
  242. [ 2.594200] hub 1-1:1.0: USB hub found
  243. [ 2.602441] hub 1-1:1.0: 4 ports detected
  244. [ 2.606597] ata2: SATA max UDMA/133 irq 32
  245. [ 2.883669] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
  246. [ 2.953334] ata1: SATA link down (SStatus 0 SControl F300)
  247. [ 3.071166] usb 1-1.2: New USB device found, idVendor=058f, idProduct=6387
  248. [ 3.078107] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  249. [ 3.085486] usb 1-1.2: Product: Mass Storage
  250. [ 3.089778] usb 1-1.2: Manufacturer: Generic
  251. [ 3.094084] usb 1-1.2: SerialNumber: 36BEF1A8
  252. [ 3.108581] usb-storage 1-1.2:1.0: USB Mass Storage device detected
  253. [ 3.115339] scsi host2: usb-storage 1-1.2:1.0
  254. [ 3.121422] usbcore: registered new interface driver usb-storage
  255. [ 3.130516] usbcore: registered new interface driver uas
  256. [ 3.323336] ata2: SATA link down (SStatus 0 SControl F300)
  257. [ 4.115648] scsi 2:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 4
  258. [ 4.132982] sd 2:0:0:0: [sda] 16058368 512-byte logical blocks: (8.22 GB/7.65 GiB)
  259. [ 4.141696] sd 2:0:0:0: [sda] Write Protect is off
  260. [ 4.147442] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  261. [ 4.175686] sda: sda1 sda2 sda3
  262. [ 4.183699] sd 2:0:0:0: [sda] Attached SCSI removable disk
  263. [ 4.193289] sd 2:0:0:0: Attached scsi generic sg0 type 0
  264. Begin: Loading essential drivers ... done.
  265. Begin: Running /scripts/init-premount ... done.
  266. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  267. B[ 7.401801] PM: Starting manual resume from disk
  268. egin: Running /scripts/local-premount ... done.
  269. Begin: Checking root file system ... fsck from util-linux 2.25.2
  270. rootfs: clean, 65355/456960 files, 288248/1827328 blocks
  271. done.
  272. [ 7.682496] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
  273. done.
  274. Begin: Running /scripts/local-bottom ... done.
  275. Begin: Running /scripts/init-bottom ... done.
  276. INIT: version 2.88 booting
  277. [info] Using makefile-style concurrent boot in runlevel S.
  278. [....] Starting the hotplug events dispatcher: udevd[ 9.201429] systemd-udevd[283]: starting version 215
  279. . ok
  280. [....] Synthesizing the initial hotplug events...[ 9.469803] input: gpio_keys as /devices/platform/gpio_keys/input/input0
  281. done.
  282. [....] Waiting for /dev to be fully populated...[ 9.655453] hwmon_vid: Unknown VRM version of your CPU
  283. [ 9.683778] adt7475 0-002e: ADT7476 device, revision 1
  284. [ 9.717273] adt7475 0-002e: Optional features: in0 in4 fan4 pwm2 vid
  285. [ 9.787133] orion_wdt: Initial timeout 21 sec
  286. done.
  287. [ 10.698602] random: nonblocking pool is initialized
  288. [ ok ] Setting parameters of disc: (none).
  289. [....] Activating swap...[ 10.946707] Adding 262140k swap on /dev/sda2. Priority:-1 extents:1 across:262140k FS
  290. done.
  291. [ 11.068482] EXT4-fs (sda3): re-mounted. Opts: (null)
  292. [....] Checking root file system...fsck from util-linux 2.25.2
  293. rootfs: clean, 65355/456960 files, 288248/1827328 blocks
  294. done.
  295. [ 11.269993] EXT4-fs (sda3): re-mounted. Opts: (null)
  296. [ ok ] Activating lvm and md swap...done.
  297. [....] Checking file systems...fsck from util-linux 2.25.2
  298. fsck.ext4: No such file or directory while trying to open /dev/disk/by-label/data
  299. Possibly non-existent device?
  300. fsck exited with status code 8
  301. failed (code 8).
  302. [....] File system check failed. A log is being saved in /var/log/fsck/checkfs if that location is writable. Please repair the file system manu[FAIL ... failed!
  303. [warn] A maintenance shell will now be started. CONTROL-D will terminate this shell and resume system boot. ... (warning).
  304. Give root password for maintenance
  305. (or type Control-D to continue):
  306. Login incorrect.
  307. Give root password for maintenance
  308. (or type Control-D to continue):
  309. [ ok ] Loading kernel modules...done.
  310. [ ok ] Cleaning up temporary files... /tmp.
  311. [ 23.643934] NET: Registered protocol family 10
  312. [ 23.824657] r8169 0000:01:00.0 eth0: link down
  313. [ 23.829144] r8169 0000:01:00.0 eth0: link down
  314. [ 23.833694] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  315. [ 25.664963] r8169 0000:01:00.0 eth0: link up
  316. [ 25.669276] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  317. INIT: Entering runlevel: 2
  318.  
  319. [info] Using makefile-style concurrent boot in runlevel 2.
  320. [ ok ] Starting NFS common utilities: statd idmapd.
  321. [warn] Not starting NFS kernel daemon: no exports. ... (warning).
  322. [ ok ] Starting NetBIOS name server: nmbd.
  323. [ ok ] Starting system logging: syslog-ng.
  324. [ ok ] Starting NTP server: ntpd.
  325. [ ok ] Starting system message bus: dbus.
  326. [ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
  327. [warn] Not starting p910nd daemon. Please edit /etc/default/p910nd first. ... (warning).
  328. [ ok ] Starting OpenBSD Secure Shell server: sshd.
  329. [ ok ] Starting SMB/CIFS daemon: smbd.
  330.  
  331. Debian GNU/Linux 8 debianNSA310 ttyS0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement