Advertisement
Guest User

Untitled

a guest
May 8th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.73 KB | None | 0 0
  1. __ __ _ _
  2. | \/ | __ _ _ ____ _____| | |
  3. | |\/| |/ _` | '__\ \ / / _ \ | |
  4. | | | | (_| | | \ V / __/ | |
  5. |_| |_|\__,_|_| \_/ \___|_|_|
  6. _ _ ____ _
  7. | | | | | __ ) ___ ___ | |_
  8. | | | |___| _ \ / _ \ / _ \| __|
  9. | |_| |___| |_) | (_) | (_) | |_
  10. \___/ |____/ \___/ \___/ \__|
  11. ** MARVELL BOARD: RD-88F6281A LE
  12.  
  13. U-Boot 1.1.4 (Jun 8 2011 - 18:48:37) Marvell version: 3.4.19
  14.  
  15. U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFEE0
  16.  
  17. Soc: 88F6281 A1 (DDR2)
  18. CPU running @ 1200Mhz L2 running @ 400Mhz
  19. SysClock = 400Mhz , TClock = 200Mhz
  20.  
  21. DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
  22. DRAM CS[0] base 0x00000000 size 256MB
  23. DRAM Total size 256MB 16bit width
  24. Addresses 10M - 0M are saved for the U-Boot usage.
  25. Mem malloc Initialization (10M - 7M): Done
  26. NAND:128 MB
  27. Flash: 0 kB
  28.  
  29. CPU : Marvell Feroceon (Rev 1)
  30. Kernel address is 0xc80000.
  31.  
  32. Streaming disabled
  33. Write allocate disabled
  34.  
  35. Module 0 is RGMII
  36. Module 1 is TDM
  37.  
  38. USB 0: host mode
  39. PEX 0: PCI Express Root Complex Interface
  40. PEX interface detected Link X1
  41. Net: egiga0, egiga1 [PRIME]
  42. Hit any key to stop autoboot: 0
  43. Saving Environment to NAND...
  44. Erasing Nand...Writing to Nand... done
  45. __ __ _ _
  46. | \/ | __ _ _ ____ _____| | |
  47. | |\/| |/ _` | '__\ \ / / _ \ | |
  48. | | | | (_| | | \ V / __/ | |
  49. |_| |_|\__,_|_| \_/ \___|_|_|
  50. _ _ ____ _
  51. | | | | | __ ) ___ ___ | |_
  52. | | | |___| _ \ / _ \ / _ \| __|
  53. | |_| |___| |_) | (_) | (_) | |_
  54. \___/ |____/ \___/ \___/ \__|
  55. ** MARVELL BOARD: RD-88F6281A LE
  56.  
  57. U-Boot 1.1.4 (Jun 8 2011 - 18:48:37) Marvell version: 3.4.19
  58.  
  59. U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFEE0
  60.  
  61. Soc: 88F6281 A1 (DDR2)
  62. CPU running @ 1200Mhz L2 running @ 400Mhz
  63. SysClock = 400Mhz , TClock = 200Mhz
  64.  
  65. DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
  66. DRAM CS[0] base 0x00000000 size 256MB
  67. DRAM Total size 256MB 16bit width
  68. Addresses 10M - 0M are saved for the U-Boot usage.
  69. Mem malloc Initialization (10M - 7M): Done
  70. NAND:128 MB
  71. Flash: 0 kB
  72.  
  73. CPU : Marvell Feroceon (Rev 1)
  74. Kernel address is 0xc80000.
  75.  
  76. Streaming disabled
  77. Write allocate disabled
  78.  
  79. Module 0 is RGMII
  80. Module 1 is TDM
  81.  
  82. USB 0: host mode
  83. PEX 0: PCI Express Root Complex Interface
  84. PEX interface detected Link X1
  85. Net: egiga0, egiga1 [PRIME]
  86. Hit any key to stop autoboot: 0
  87.  
  88. Reset IDE:
  89. Marvell Serial ATA Adapter
  90. Integrated Sata device found
  91. [0 0 0]: Enable DMA mode (6)
  92. Device 0 @ 0 0:
  93. Model: ST9250315AS Firm: 0001SDM1 Ser#: 5VCK0T4C
  94. Type: Hard Disk
  95. Supports 48-bit addressing
  96. Capacity: 238475.1 MB = 232.8 GB (488397168 x 512)
  97.  
  98.  
  99. 2869736 bytes read
  100. ## Booting image at 02000000 ...
  101. Image Name: Linux-3.1.10-16-ARCH
  102. Created: 2013-02-12 1:17:35 UTC
  103. Image Type: ARM Linux Kernel Image (uncompressed)
  104. Data Size: 2869672 Bytes = 2.7 MB
  105. Load Address: 00008000
  106. Entry Point: 00008000
  107. Verifying Checksum ... OK
  108. OK
  109.  
  110. Starting kernel ...
  111.  
  112. Uncompressing Linux... done, booting the kernel.
  113. [ 0.000000] Initializing cgroup subsys cpuset
  114. [ 0.000000] Initializing cgroup subsys cpu
  115. [ 0.000000] Linux version 3.1.10-16-ARCH (nobody@panda2) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Tue Feb 12 01:17:10 UTC 2013
  116. [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
  117. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  118. [ 0.000000] Machine: ZyXEL NSA310 1-Bay Power Media Server
  119. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  120. [ 0.000000] On node 0 totalpages: 65536
  121. [ 0.000000] free_area_init_node: node 0, pgdat c0590af8, node_mem_map c0661000
  122. [ 0.000000] Normal zone: 512 pages used for memmap
  123. [ 0.000000] Normal zone: 0 pages reserved
  124. [ 0.000000] Normal zone: 65024 pages, LIFO batch:15
  125. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  126. [ 0.000000] pcpu-alloc: [0] 0
  127. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
  128. [ 0.000000] Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(
  129. rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) root=/dev/sda2 rw rootwait loglevel=8
  130. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  131. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  132. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  133. [ 0.000000] allocated 1048576 bytes of page_cgroup
  134. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  135. [ 0.000000] Memory: 256MB = 256MB total
  136. [ 0.000000] Memory: 252304k/252304k available, 9840k reserved, 0K highmem
  137. [ 0.000000] Virtual kernel memory layout:
  138. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  139. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  140. [ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
  141. [ 0.000000] vmalloc : 0xd0800000 - 0xfe800000 ( 736 MB)
  142. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  143. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  144. [ 0.000000] .text : 0xc0008000 - 0xc052ede4 (5276 kB)
  145. [ 0.000000] .init : 0xc052f000 - 0xc055a000 ( 172 kB)
  146. [ 0.000000] .data : 0xc055a000 - 0xc05932f0 ( 229 kB)
  147. [ 0.000000] .bss : 0xc0593314 - 0xc0660e8c ( 823 kB)
  148. [ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  149. [ 0.000000] Preemptible hierarchical RCU implementation.
  150. [ 0.000000] NR_IRQS:114
  151. [ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
  152. [ 0.000000] Console: colour dummy device 80x30
  153. [ 15.674684] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
  154. [ 15.764619] pid_max: default: 32768 minimum: 301
  155. [ 15.764738] Security Framework initialized
  156. [ 15.764760] AppArmor: AppArmor disabled by boot time parameter
  157. [ 15.764823] Mount-cache hash table entries: 512
  158. [ 15.765186] Initializing cgroup subsys cpuacct
  159. [ 15.765210] Initializing cgroup subsys memory
  160. [ 15.765244] Initializing cgroup subsys devices
  161. [ 15.765256] Initializing cgroup subsys freezer
  162. [ 15.765265] Initializing cgroup subsys net_cls
  163. [ 15.765274] Initializing cgroup subsys blkio
  164. [ 15.765297] Initializing cgroup subsys perf_event
  165. [ 15.765316] Initializing cgroup subsys bfqio
  166. [ 15.765401] CPU: Testing write buffer coherency: ok
  167. [ 15.766571] devtmpfs: initialized
  168. [ 15.768336] NET: Registered protocol family 16
  169. [ 15.768955] Kirkwood: MV88F6281-A1, TCLK=200000000.
  170. [ 15.768970] Feroceon L2: Enabling L2
  171. [ 15.769005] Feroceon L2: Cache support initialised.
  172. [ 15.769504] initial MPP regs: 21111111 01003311 33331100 33003333 00000533 20202000 00000000
  173. [ 15.769540] final MPP regs: 01111111 00003311 00001100 00000000 00000000 00000000 00000000
  174. [ 15.774533] bio: create slab <bio-0> at 0
  175. [ 15.774920] vgaarb: loaded
  176. [ 15.775184] SCSI subsystem initialized
  177. [ 15.775346] libata version 3.00 loaded.
  178. [ 15.775555] usbcore: registered new interface driver usbfs
  179. [ 15.775644] usbcore: registered new interface driver hub
  180. [ 15.775745] usbcore: registered new device driver usb
  181. [ 15.776288] Switching to clocksource orion_clocksource
  182. [ 15.784630] Switched to NOHz mode on CPU #0
  183. [ 15.784948] FS-Cache: Loaded
  184. [ 15.794675] NET: Registered protocol family 2
  185. [ 15.794917] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
  186. [ 15.795624] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  187. [ 15.795809] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
  188. [ 15.795905] TCP: Hash tables configured (established 8192 bind 8192)
  189. [ 15.795914] TCP reno registered
  190. [ 15.795925] UDP hash table entries: 256 (order: 0, 4096 bytes)
  191. [ 15.795949] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  192. [ 15.796178] NET: Registered protocol family 1
  193. [ 15.796213] PCI: CLS 0 bytes, default 32
  194. [ 15.796856] audit: initializing netlink socket (disabled)
  195. [ 15.796889] type=2000 audit(0.120:1): initialized
  196. [ 15.879212] VFS: Disk quotas dquot_6.5.2
  197. [ 15.879486] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  198. [ 15.881684] JFFS2 version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
  199. [ 15.882982] aufs 3.1-20111107
  200. [ 15.883004] msgmni has been set to 492
  201. [ 15.884324] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  202. [ 15.884340] io scheduler noop registered
  203. [ 15.884349] io scheduler deadline registered
  204. [ 15.884427] io scheduler cfq registered
  205. [ 15.884498] io scheduler bfq registered (default)
  206. [ 15.884561] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
  207. [ 15.884602] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
  208. [ 15.916364] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
  209. [ 15.956362] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
  210. [ 15.996360] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
  211. [ 16.036359] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
  212. [ 16.041416] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  213. [ 16.062080] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
  214. [ 16.608972] console [ttyS0] enabled
  215. [ 16.618528] brd: module loaded
  216. [ 16.624569] loop: module loaded
  217. [ 16.628067] sata_mv sata_mv.0: version 1.28
  218. [ 16.632383] sata_mv sata_mv.0: slots 32 ports 2
  219. [ 16.638618] scsi0 : sata_mv
  220. [ 16.641812] scsi1 : sata_mv
  221. [ 16.644832] ata1: SATA max UDMA/133 irq 21
  222. [ 16.648987] ata2: SATA max UDMA/133 irq 21
  223. [ 16.653968] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
  224. [ 16.662842] Scanning device for bad blocks
  225. [ 16.739583] Bad eraseblock 693 at 0x0000056a0000
  226. [ 16.767838] Bad eraseblock 919 at 0x0000072e0000
  227. [ 16.775453] Bad eraseblock 948 at 0x000007680000
  228. [ 16.787975] Creating 9 MTD partitions on "orion_nand":
  229. [ 16.793147] 0x000000000000-0x000000100000 : "uboot"
  230. [ 16.798436] 0x000000100000-0x000000180000 : "uboot_env"
  231. [ 16.804009] 0x000000180000-0x000000200000 : "key_store"
  232. [ 16.809590] 0x000000200000-0x000000280000 : "info"
  233. [ 16.814700] 0x000000280000-0x000000c80000 : "etc"
  234. [ 16.819723] 0x000000c80000-0x000001680000 : "kernel_1"
  235. [ 16.825172] 0x000001680000-0x000004640000 : "rootfs1"
  236. [ 16.830597] 0x000004640000-0x000005040000 : "kernel_2"
  237. [ 16.836042] 0x000005040000-0x000008000000 : "rootfs2"
  238. [ 16.842315] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  239. [ 16.848949] orion-ehci orion-ehci.0: Marvell Orion EHCI
  240. [ 16.854265] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
  241. [ 16.886363] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
  242. [ 16.906340] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
  243. [ 16.912837] hub 1-0:1.0: USB hub found
  244. [ 16.916648] hub 1-0:1.0: 1 port detected
  245. [ 16.921072] Initializing USB Mass Storage driver...
  246. [ 16.926056] usbcore: registered new interface driver usb-storage
  247. [ 16.932134] USB Mass Storage support registered.
  248. [ 16.936879] usbcore: registered new interface driver libusual
  249. [ 16.942979] mousedev: PS/2 mouse device common for all mice
  250. [ 16.948856] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
  251. [ 16.954850] sdhci: Secure Digital Host Controller Interface driver
  252. [ 16.961083] sdhci: Copyright(c) Pierre Ossman
  253. [ 16.965520] sdhci-pltfm: SDHCI platform and OF driver helper
  254. [ 16.971364] Registered led device: nsa310:green:hdd2
  255. [ 16.976453] Registered led device: nsa310:red:hdd2
  256. [ 16.981351] Registered led device: nsa310:green:usb
  257. [ 16.986375] Registered led device: nsa310:green:sys
  258. [ 16.991372] Registered led device: nsa310:orange:sys
  259. [ 16.996470] Registered led device: nsa310:green:copy
  260. [ 17.001542] Registered led device: nsa310:red:copy
  261. [ 17.006528] Registered led device: nsa310:green:hdd1
  262. [ 17.011604] Registered led device: nsa310:red:hdd1
  263. [ 17.016738] usbcore: registered new interface driver r8712u
  264. [ 17.023151] GRE over IPv4 demultiplexor driver
  265. [ 17.027654] TCP cubic registered
  266. [ 17.031085] NET: Registered protocol family 17
  267. [ 17.035623] lib80211: common routines for IEEE802.11 drivers
  268. [ 17.041337] lib80211_crypt: registered algorithm 'NULL'
  269. [ 17.046603] Registering the dns_resolver key type
  270. [ 17.051353] Gating clock of unused units
  271. [ 17.055288] before: 0x00dfc3dd
  272. [ 17.058373] after: 0x00c7c1c8
  273. [ 17.061930] registered taskstats version 1
  274. [ 17.066694] console [netcon0] enabled
  275. [ 17.070374] netconsole: network logging started
  276. [ 17.075493] input: gpio-keys as /devices/platform/gpio-keys/input/input0
  277. [ 17.082524] rtc-mv rtc-mv: setting system clock to 2013-05-08 14:36:25 UTC (1368023785)
  278. [ 17.166347] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
  279. [ 17.246341] usb 1-1: new high speed USB device number 2 using orion-ehci
  280. [ 17.253155] ata1.00: ATA-8: ST9250315AS, 0001SDM1, max UDMA/133
  281. [ 17.259161] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
  282. [ 17.316391] ata1.00: configured for UDMA/133
  283. [ 17.336652] scsi 0:0:0:0: Direct-Access ATA ST9250315AS 0001 PQ: 0 ANSI: 5
  284. [ 17.345562] sd 0:0:0:0: Attached scsi generic sg0 type 0
  285. [ 17.351091] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
  286. [ 17.359232] sd 0:0:0:0: [sda] Write Protect is off
  287. [ 17.364052] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  288. [ 17.369246] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  289. [ 17.388634] sda: sda1 sda2
  290. [ 17.392517] sd 0:0:0:0: [sda] Attached SCSI disk
  291. [ 17.408501] hub 1-1:1.0: USB hub found
  292. [ 17.412625] hub 1-1:1.0: 4 ports detected
  293. [ 17.696650] usb 1-1.2: new high speed USB device number 3 using orion-ehci
  294. [ 17.706336] ata2: SATA link down (SStatus 0 SControl F300)
  295. [ 17.811967] scsi2 : usb-storage 1-1.2:1.0
  296. [ 17.818336] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities
  297. [ 17.849522] EXT4-fs (sda2): couldn't mount as ext2 due to feature incompatibilities
  298. [ 18.817720] scsi 2:0:0:0: Direct-Access TOSHIBA TransMemory PMAP PQ: 0 ANSI: 0 CCS
  299. [ 18.837580] sd 2:0:0:0: Attached scsi generic sg1 type 0
  300. [ 18.843042] sd 2:0:0:0: [sdb] 15622144 512-byte logical blocks: (7.99 GB/7.44 GiB)
  301. [ 18.857048] sd 2:0:0:0: [sdb] Write Protect is off
  302. [ 18.861870] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
  303. [ 18.877037] sd 2:0:0:0: [sdb] No Caching mode page present
  304. [ 18.882804] sd 2:0:0:0: [sdb] Assuming drive cache: write through
  305. [ 18.897403] sd 2:0:0:0: [sdb] No Caching mode page present
  306. [ 18.903579] sd 2:0:0:0: [sdb] Assuming drive cache: write through
  307. [ 18.919930] sdb: sdb1 sdb2
  308. [ 18.929665] sd 2:0:0:0: [sdb] No Caching mode page present
  309. [ 18.935239] sd 2:0:0:0: [sdb] Assuming drive cache: write through
  310. [ 18.948879] sd 2:0:0:0: [sdb] Attached SCSI removable disk
  311. [ 20.176395] EXT4-fs (sda2): recovery complete
  312. [ 20.181243] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
  313. [ 20.188991] VFS: Mounted root (ext4 filesystem) on device 8:2.
  314. [ 20.194928] devtmpfs: mounted
  315. [ 20.198445] Freeing init memory: 172K
  316. [ 20.896474] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
  317.  
  318. Welcome to Arch Linux ARM!
  319.  
  320. [ 21.005745] systemd[1]: Inserted module 'autofs4'
  321. [ 21.035202] systemd[1]: Set hostname to <alarm>.
  322. [ 21.265978] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs a
  323. nd 'systemctl status display-manager.service' for details.
  324. [ 21.288233] systemd[1]: Expecting device dev-ttyS0.device...
  325. Expecting device dev-ttyS0.device...
  326. [ 21.316529] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  327. [ 21.324596] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  328. [ 21.332334] systemd[1]: Starting Syslog Socket.
  329. [ OK ] Listening on Syslog Socket.
  330. [ 21.356422] systemd[1]: Listening on Syslog Socket.
  331. [ 21.361402] systemd[1]: Starting Remote File Systems.
  332. [ OK ] Reached target Remote File Systems.
  333. [ 21.386411] systemd[1]: Reached target Remote File Systems.
  334. [ 21.392085] systemd[1]: Starting Device-mapper event daemon FIFOs.
  335. [ OK ] Listening on Device-mapper event daemon FIFOs.
  336. [ 21.416484] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  337. [ 21.423115] systemd[1]: Starting Delayed Shutdown Socket.
  338. [ OK ] Listening on Delayed Shutdown Socket.
  339. [ 21.446412] systemd[1]: Listening on Delayed Shutdown Socket.
  340. [ 21.452256] systemd[1]: Starting LVM2 metadata daemon socket.
  341. [ OK ] Listening on LVM2 metadata daemon socket.
  342. [ 21.476414] systemd[1]: Listening on LVM2 metadata daemon socket.
  343. [ 21.482602] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  344. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  345. [ 21.506410] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  346. [ 21.513590] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  347. [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
  348. [ 21.546425] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  349. [ 21.555944] systemd[1]: Starting Encrypted Volumes.
  350. [ OK ] Reached target Encrypted Volumes.
  351. [ 21.576411] systemd[1]: Reached target Encrypted Volumes.
  352. [ 21.581933] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
  353. [ 21.590222] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  354. [ 21.598582] systemd[1]: Starting udev Kernel Socket.
  355. [ OK ] Listening on udev Kernel Socket.
  356. [ 21.626420] systemd[1]: Listening on udev Kernel Socket.
  357. [ 21.632094] systemd[1]: Starting udev Control Socket.
  358. [ OK ] Listening on udev Control Socket.
  359. [ 21.656419] systemd[1]: Listening on udev Control Socket.
  360. [ 21.661917] systemd[1]: Starting Swap.
  361. [ OK ] Reached target Swap.
  362. [ 21.686408] systemd[1]: Reached target Swap.
  363. [ 21.690785] systemd[1]: Starting Journal Socket.
  364. [ OK ] Listening on Journal Socket.
  365. [ 21.716485] systemd[1]: Listening on Journal Socket.
  366. [ 21.721568] systemd[1]: Mounting Temporary Directory...
  367. Mounting Temporary Directory...
  368. [ 21.787479] systemd[1]: Starting udev Coldplug all Devices...
  369. Starting udev Coldplug all Devices...
  370. [ 21.858613] systemd[1]: Started Load Kernel Modules.
  371. [ 21.865404] systemd[1]: Started Set Up Additional Binary Formats.
  372. [ 21.872671] systemd[1]: Mounted Configuration File System.
  373. [ 21.878649] systemd[1]: Starting Apply Kernel Variables...
  374. Starting Apply Kernel Variables...
  375. [ 21.946943] systemd[1]: Mounted Huge Pages File System.
  376. [ 21.954163] systemd[1]: Mounting POSIX Message Queue File System...
  377. Mounting POSIX Message Queue File System...
  378. [ 22.017058] systemd[1]: Starting udev Kernel Device Manager...
  379. Starting udev Kernel Device Manager...
  380. [ 22.086906] systemd[1]: Mounting Debug File System...
  381. Mounting Debug File System...
  382. [ 22.156660] systemd[1]: Starting Setup Virtual Console...
  383. [ 22.167070] systemd-udevd[57]: starting version 197
  384. Starting Setup Virtual Console...
  385. [ 22.226927] systemd[1]: Mounted FUSE Control File System.
  386. [ 22.232458] systemd[1]: Starting Journal Service...
  387. Starting Journal Service...
  388. [ OK ] Started Journal Service.
  389. [ 22.316580] systemd[1]: Started Journal Service.
  390. [ 22.321377] systemd[1]: Starting Syslog.
  391. [ OK ] Reached target Syslog.
  392. [ 22.346510] systemd[1]: Reached target Syslog.
  393. [ 22.351553] systemd[1]: Started File System Check on Root Device.
  394. [ 22.358262] systemd[1]: Starting Remount Root and Kernel File Systems...
  395. Starting Remount Root and Kernel File Systems...
  396. [ OK ] Started udev Kernel Device Manager.
  397. [ 22.456680] systemd[1]: Started udev Kernel Device Manager.
  398. [ OK ] Mounted Temporary Directory.
  399. [ 22.467452] systemd[1]: Mounted Temporary Directory.
  400. [ OK ] Started Apply Kernel Variables.
  401. [ 22.566609] systemd[1]: Started Apply Kernel Variables.
  402. [ OK ] Mounted POSIX Message Queue File System.
  403. [ 22.606563] systemd[1]: Mounted POSIX Message Queue File System.
  404. [ OK ] Mounted Debug File System.
  405. [ 22.626654] systemd[1]: Mounted Debug File System.
  406. [ OK ] Started Remount Root and Kernel File Systems.
  407. [ 22.686538] systemd[1]: Started Remount Root and Kernel File Systems.
  408. [ OK ] Started udev Coldplug all Devices.
  409. [ 22.776509] systemd[1]: Started udev Coldplug all Devices.
  410. [ 22.786593] systemd[1]: Starting Local File Systems (Pre).
  411. [ OK ] Reached target Local File Systems (Pre).
  412. [ 22.826515] systemd[1]: Reached target Local File Systems (Pre).
  413. [ 22.832661] systemd[1]: Starting Load Random Seed...
  414. Starting Load Random Seed...
  415. [ 22.917057] systemd[1]: Starting Local File Systems.
  416. [ OK ] Reached target Local File Systems.
  417. [ 22.946514] systemd[1]: Reached target Local File Systems.
  418. [ 22.956505] systemd[1]: Starting Recreate Volatile Files and Directories...
  419. Starting Recreate Volatile Files and Directories...
  420. [ 23.026992] systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
  421. Starting Trigger Flushing of Journal to Persistent Storage...
  422. [ OK ] Started Load Random Seed.
  423. [ OK ] Found device /dev/ttyS0.
  424. [ OK ] Started Setup Virtual Console.
  425. [ 23.916441] systemd[1]: Unit systemd-journald.service entered failed state
  426. [ OK ] Started Recreate Volatile Files and Directories.
  427. [ 23.986437] systemd[1]: Started Recreate Volatile Files and Directories.
  428. [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
  429. [ 24.046432] systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
  430. [ 24.054242] systemd[1]: Starting System Initialization.
  431. [ OK ] Reached target System Initialization.
  432. [ 24.076416] systemd[1]: Reached target System Initialization.
  433. [ 24.082283] systemd[1]: Starting D-Bus System Message Bus Socket.
  434. [ OK ] Listening on D-Bus System Message Bus Socket.
  435. [ 24.106418] systemd[1]: Listening on D-Bus System Message Bus Socket.
  436. [ 24.112966] systemd[1]: Starting Sockets.
  437. [ OK ] Reached target Sockets.
  438. [ 24.136484] systemd[1]: Reached target Sockets.
  439. [ 24.141127] systemd[1]: Starting Daily Cleanup of Temporary Directories.
  440. [ 24.147997] systemd[1]: Started Daily Cleanup of Temporary Directories.
  441. [ 24.154715] systemd[1]: Starting Basic System.
  442. [ OK ] Reached target Basic System.
  443. [ 24.176421] systemd[1]: Reached target Basic System.
  444. [ 24.181491] systemd[1]: Starting Periodic Command Scheduler...
  445. Starting Periodic Command Scheduler...
  446. [ OK ] Started Periodic Command Scheduler.
  447. [ 24.266438] systemd[1]: Started Periodic Command Scheduler.
  448. [ 24.272370] systemd[1]: Starting SSH Key Generation...
  449. Starting SSH Key Generation...
  450. [ 24.337580] systemd[1]: Starting Netcfg multi-profile daemon...
  451. Starting Netcfg multi-profile daemon...
  452. [ 24.407007] systemd[1]: Starting Login Service...
  453. Starting Login Service...
  454. [ 24.467117] systemd[1]: Starting D-Bus System Message Bus...
  455. Starting D-Bus System Message Bus...
  456. [ OK ] Started D-Bus System Message Bus.
  457. [ 24.556483] systemd[1]: Started D-Bus System Message Bus.
  458. [ 24.563385] systemd[1]: Starting System Logger Daemon...
  459. Starting System Logger Daemon...
  460. [ OK ] Started System Logger Daemon.
  461. [ 24.646489] systemd[1]: Started System Logger Daemon.
  462. [ 24.654883] systemd[1]: Starting Permit User Sessions...
  463. Starting Permit User Sessions...
  464. [ 24.718739] systemd[1]: systemd-journald.service holdoff time over, scheduling restart.
  465. [ OK ] Stopped Trigger Flushing of Journal to Persistent Storage.
  466. [ 24.736617] systemd[1]: Stopping Journal Service...
  467. Stopping Journal Service...
  468. [ OK ] Stopped Journal Service.
  469. [ 24.776515] systemd[1]: Starting Journal Service...
  470. Starting Journal Service...
  471. [ OK ] Started Journal Service.
  472. [ 24.866530] systemd[1]: Started Journal Service.
  473. [ 24.873808] systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
  474. Starting Trigger Flushing of Journal to Persistent Storage...
  475. [ 25.010249] systemd-journald[137]: Received SIGUSR1
  476. [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
  477. [ OK ] Started Permit User Sessions.
  478. Starting Getty on tty1...
  479. [ OK ] Started Getty on tty1.
  480. Starting Serial Getty on ttyS0...
  481. [ OK ] Started Serial Getty on ttyS0.
  482. [ OK ] Reached target Login Prompts.
  483. [ OK ] Started Login Service.
  484. [FAILED] Failed to start Netcfg multi-profile daemon.
  485. See 'systemctl status netcfg.service' for details.
  486. [ OK ] Reached target Network.
  487. Starting OpenNTP Daemon...
  488.  
  489. Arch Linux 3.1.10-16-ARCH (ttyS0)
  490.  
  491. alarm login: [ OK ] Started SSH Key Generation.
  492. Starting OpenSSH Daemon...
  493. [ OK ] Started OpenSSH Daemon.
  494. [ 40.150236] NET: Registered protocol family 10
  495. [ OK ] Started OpenNTP Daemon.
  496. [ OK ] Reached target Multi-User.
  497. [ OK ] Reached target Graphical Interface.
  498.  
  499. Arch Linux 3.1.10-16-ARCH (ttyS0)
  500.  
  501. alarm login: root
  502. Password:
  503. [root@alarm ~]# df -h
  504. Filesystem Size Used Avail Use% Mounted on
  505. /dev/root 230G 639M 217G 1% /
  506. devtmpfs 124M 0 124M 0% /dev
  507. tmpfs 124M 0 124M 0% /dev/shm
  508. tmpfs 124M 252K 124M 1% /run
  509. tmpfs 124M 0 124M 0% /sys/fs/cgroup
  510. tmpfs 124M 0 124M 0% /tmp
  511. [root@alarm ~]# ifconfig
  512. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
  513. inet 127.0.0.1 netmask 255.0.0.0
  514. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  515. loop txqueuelen 0 (Local Loopback)
  516. RX packets 36 bytes 2564 (2.5 KiB)
  517. RX errors 0 dropped 0 overruns 0 frame 0
  518. TX packets 36 bytes 2564 (2.5 KiB)
  519. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  520.  
  521. [root@alarm ~]# mount
  522. /dev/root on / type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
  523. devtmpfs on /dev type devtmpfs (rw,relatime,size=126152k,nr_inodes=31538,mode=755)
  524. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  525. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  526. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  527. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  528. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  529. tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
  530. tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
  531. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
  532. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  533. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
  534. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  535. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  536. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  537. cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
  538. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  539. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  540. cgroup on /sys/fs/cgroup/bfqio type cgroup (rw,nosuid,nodev,noexec,relatime,bfqio)
  541. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
  542. tmpfs on /tmp type tmpfs (rw)
  543. mqueue on /dev/mqueue type mqueue (rw,relatime)
  544. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  545. [root@alarm ~]# [ 133.119382] usb 1-1.2: USB disconnect, device number 3
  546.  
  547. [root@alarm ~]# systemctl -a
  548. UNIT LOAD ACTIVE SUB DESCRIPTION
  549. proc-sys..._misc.automount loaded active waiting Arbitrary Executable File F
  550. dev-disk...5VCK0T4C.device loaded active plugged ST9250315AS
  551. dev-disk...x2dpart1.device loaded active plugged ST9250315AS
  552. dev-disk...x2dpart2.device loaded active plugged ST9250315AS
  553. dev-disk...280e2bbd.device loaded active plugged ST9250315AS
  554. dev-disk...x2dpart1.device loaded active plugged ST9250315AS
  555. dev-disk...x2dpart2.device loaded active plugged ST9250315AS
  556. dev-disk...bel-boot.device loaded active plugged ST9250315AS
  557. dev-disk...l-rootfs.device loaded active plugged ST9250315AS
  558. dev-disk...d0:0:0:0.device loaded active plugged ST9250315AS
  559. dev-disk...x2dpart1.device loaded active plugged ST9250315AS
  560. dev-disk...x2dpart2.device loaded active plugged ST9250315AS
  561. dev-disk...9b663c94.device loaded active plugged ST9250315AS
  562. dev-disk...518160d2.device loaded active plugged ST9250315AS
  563. dev-sda.device loaded active plugged ST9250315AS
  564. dev-sda1.device loaded active plugged ST9250315AS
  565. dev-sda2.device loaded active plugged ST9250315AS
  566. dev-ttyp0.device loaded active plugged /dev/ttyp0
  567. dev-ttyp1.device loaded active plugged /dev/ttyp1
  568. dev-ttyp2.device loaded active plugged /dev/ttyp2
  569. dev-ttyp3.device loaded active plugged /dev/ttyp3
  570. dev-ttyp4.device loaded active plugged /dev/ttyp4
  571. dev-ttyp5.device loaded active plugged /dev/ttyp5
  572. dev-ttyp6.device loaded active plugged /dev/ttyp6
  573. dev-ttyp7.device loaded active plugged /dev/ttyp7
  574. dev-ttyp8.device loaded active plugged /dev/ttyp8
  575. dev-ttyp9.device loaded active plugged /dev/ttyp9
  576. dev-ttypa.device loaded active plugged /dev/ttypa
  577. dev-ttypb.device loaded active plugged /dev/ttypb
  578. dev-ttypc.device loaded active plugged /dev/ttypc
  579. dev-ttypd.device loaded active plugged /dev/ttypd
  580. dev-ttype.device loaded active plugged /dev/ttype
  581. dev-ttypf.device loaded active plugged /dev/ttypf
  582. dev-ttyS0.device loaded active plugged /dev/ttyS0
  583. dev-ttyS1.device loaded active plugged /dev/ttyS1
  584. sys-devi...sda-sda1.device loaded active plugged ST9250315AS
  585. sys-devi...sda-sda2.device loaded active plugged ST9250315AS
  586. sys-devi...lock-sda.device loaded active plugged ST9250315AS
  587. sys-devi...ty-ttyS1.device loaded active plugged /sys/devices/platform/seria
  588. sys-devi...ty-ttyS0.device loaded active plugged /sys/devices/platform/seria
  589. sys-devi...ty-ttyp0.device loaded active plugged /sys/devices/virtual/tty/tt
  590. sys-devi...ty-ttyp1.device loaded active plugged /sys/devices/virtual/tty/tt
  591. sys-devi...ty-ttyp2.device loaded active plugged /sys/devices/virtual/tty/tt
  592. sys-devi...ty-ttyp3.device loaded active plugged /sys/devices/virtual/tty/tt
  593. sys-devi...ty-ttyp4.device loaded active plugged /sys/devices/virtual/tty/tt
  594. sys-devi...ty-ttyp5.device loaded active plugged /sys/devices/virtual/tty/tt
  595. sys-devi...ty-ttyp6.device loaded active plugged /sys/devices/virtual/tty/tt
  596. sys-devi...ty-ttyp7.device loaded active plugged /sys/devices/virtual/tty/tt
  597. sys-devi...ty-ttyp8.device loaded active plugged /sys/devices/virtual/tty/tt
  598. sys-devi...ty-ttyp9.device loaded active plugged /sys/devices/virtual/tty/tt
  599. sys-devi...ty-ttypa.device loaded active plugged /sys/devices/virtual/tty/tt
  600. sys-devi...ty-ttypb.device loaded active plugged /sys/devices/virtual/tty/tt
  601. sys-devi...ty-ttypc.device loaded active plugged /sys/devices/virtual/tty/tt
  602. sys-devi...ty-ttypd.device loaded active plugged /sys/devices/virtual/tty/tt
  603. sys-devi...ty-ttype.device loaded active plugged /sys/devices/virtual/tty/tt
  604. sys-devi...ty-ttypf.device loaded active plugged /sys/devices/virtual/tty/tt
  605. -.mount loaded active mounted /
  606. dev-hugepages.mount loaded inactive dead Huge Pages File System
  607. dev-mqueue.mount loaded active mounted POSIX Message Queue File Sy
  608. proc-sys...nfmt_misc.mount loaded inactive dead Arbitrary Executable File F
  609. sys-fs-f...nnections.mount loaded inactive dead FUSE Control File System
  610. sys-kernel-config.mount loaded inactive dead Configuration File System
  611. sys-kernel-debug.mount loaded active mounted Debug File System
  612. tmp.mount loaded active mounted Temporary Directory
  613. systemd-...rd-console.path loaded active waiting Dispatch Password Requests
  614. systemd-...sword-wall.path loaded active waiting Forward Password Requests t
  615. auditd.service error inactive dead auditd.service
  616. cronie.service loaded active running Periodic Command Scheduler
  617. dbus.service loaded active running D-Bus System Message Bus
  618. display-manager.service error inactive dead display-manager.service
  619. dmeventd.service loaded inactive dead Device-mapper event daemon
  620. emergency.service loaded inactive dead Emergency Shell
  621. getty@tty1.service loaded active running Getty on tty1
  622. lvmetad.service loaded inactive dead LVM2 metadata daemon
  623. netcfg.service loaded failed failed Netcfg multi-profile daemon
  624. openntpd.service loaded active running OpenNTP Daemon
  625. plymouth-quit-wait.service error inactive dead plymouth-quit-wait.service
  626. plymouth-start.service error inactive dead plymouth-start.service
  627. rescue.service loaded inactive dead Rescue Shell
  628. serial-getty@ttyS0.service loaded active running Serial Getty on ttyS0
  629. sshd.service loaded active running OpenSSH Daemon
  630. sshdgenkeys.service loaded active exited SSH Key Generation
  631. syslog-ng.service loaded active running System Logger Daemon
  632. systemd-...console.service loaded inactive dead Dispatch Password Requests
  633. systemd-...rd-wall.service loaded inactive dead Forward Password Requests t
  634. systemd-binfmt.service loaded inactive dead Set Up Additional Binary Fo
  635. systemd-fsck-root.service loaded inactive dead File System Check on Root D
  636. systemd-initctl.service loaded inactive dead /dev/initctl Compatibility
  637. systemd-...l-flush.service loaded inactive dead Trigger Flushing of Journal
  638. systemd-journald.service loaded active running Journal Service
  639. systemd-logind.service loaded active running Login Service
  640. systemd-...es-load.service loaded inactive dead Load Kernel Modules
  641. systemd-...ed-load.service loaded inactive dead Load Random Seed
  642. systemd-...ed-save.service loaded inactive dead Save Random Seed
  643. systemd-...collect.service loaded inactive dead Collect Read-Ahead Data
  644. systemd-...ad-done.service loaded inactive dead Stop Read-Ahead Data Collec
  645. systemd-...-replay.service loaded inactive dead Replay Read-Ahead Data
  646. systemd-remount-fs.service loaded active exited Remount Root and Kernel Fil
  647. systemd-shutdownd.service loaded inactive dead Delayed Shutdown Service
  648. systemd-sysctl.service loaded active exited Apply Kernel Variables
  649. systemd-...s-clean.service loaded inactive dead Cleanup of Temporary Direct
  650. systemd-...s-setup.service loaded active exited Recreate Volatile Files and
  651. systemd-...trigger.service loaded active exited udev Coldplug all Devices
  652. systemd-udevd.service loaded active running udev Kernel Device Manager
  653. systemd-...unlevel.service loaded inactive dead Update UTMP about System Ru
  654. systemd-...hutdown.service loaded inactive dead Update UTMP about System Sh
  655. systemd-...essions.service loaded active exited Permit User Sessions
  656. systemd-...e-setup.service loaded active exited Setup Virtual Console
  657. dbus.socket loaded active running D-Bus System Message Bus So
  658. dmeventd.socket loaded active listening Device-mapper event daemon
  659. lvmetad.socket loaded active listening LVM2 metadata daemon socket
  660. syslog.socket loaded active running Syslog Socket
  661. systemd-initctl.socket loaded active listening /dev/initctl Compatibility
  662. systemd-journald.socket loaded active running Journal Socket
  663. systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
  664. systemd-...-control.socket loaded active listening udev Control Socket
  665. systemd-...d-kernel.socket loaded active running udev Kernel Socket
  666. basic.target loaded active active Basic System
  667. cryptsetup.target loaded active active Encrypted Volumes
  668. emergency.target loaded inactive dead Emergency Mode
  669. final.target loaded inactive dead Final Step
  670. getty.target loaded active active Login Prompts
  671. graphical.target loaded active active Graphical Interface
  672. local-fs-pre.target loaded active active Local File Systems (Pre)
  673. local-fs.target loaded active active Local File Systems
  674. multi-user.target loaded active active Multi-User
  675. network.target loaded active active Network
  676. nss-user-lookup.target loaded inactive dead User and Group Name Lookups
  677. remote-fs.target loaded active active Remote File Systems
  678. rescue.target loaded inactive dead Rescue Mode
  679. shutdown.target loaded inactive dead Shutdown
  680. sockets.target loaded active active Sockets
  681. swap.target loaded active active Swap
  682. sysinit.target loaded active active System Initialization
  683. syslog.target loaded active active Syslog
  684. umount.target loaded inactive dead Unmount All Filesystems
  685. systemd-...head-done.timer loaded inactive dead Stop Read-Ahead Data Collec
  686. systemd-...les-clean.timer loaded active waiting Daily Cleanup of Temporary
  687.  
  688. LOAD = Reflects whether the unit definition was properly loaded.
  689. ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  690. SUB = The low-level unit activation state, values depend on unit type.
  691.  
  692. 138 loaded units listed.
  693. To show all installed unit files use 'systemctl list-unit-files'.
  694. [root@alarm ~]# systemctl list-units-files
  695. Unknown operation 'list-units-files'.
  696. [root@alarm ~]# systemctl list-unit-files
  697. UNIT FILE STATE
  698. proc-sys-fs-binfmt_misc.automount static
  699. dev-hugepages.mount static
  700. dev-mqueue.mount static
  701. proc-sys-fs-binfmt_misc.mount static
  702. sys-fs-fuse-connections.mount static
  703. sys-kernel-config.mount static
  704. sys-kernel-debug.mount static
  705. tmp.mount static
  706. systemd-ask-password-console.path static
  707. systemd-ask-password-wall.path static
  708. autovt@.service disabled
  709. console-getty.service disabled
  710. console-shell.service disabled
  711. cronie.service enabled
  712. dbus-org.freedesktop.hostname1.service static
  713. dbus-org.freedesktop.locale1.service static
  714. dbus-org.freedesktop.login1.service static
  715. dbus-org.freedesktop.timedate1.service static
  716. dbus.service static
  717. debug-shell.service disabled
  718. dhcpcd.service disabled
  719. dhcpcd@.service disabled
  720. dmeventd.service static
  721. emergency.service static
  722. ftpd.service disabled
  723. getty@.service enabled
  724. ip6tables.service disabled
  725. iptables.service disabled
  726. krb5-kadmind.service disabled
  727. krb5-kdc.service disabled
  728. krb5-kpropd.service disabled
  729. krb5-kpropd@.service static
  730. lvm-monitoring.service disabled
  731. lvmetad.service static
  732. mdadm.service disabled
  733. net-auto-wired.service disabled
  734. net-auto-wireless.service disabled
  735. net-profiles.service disabled
  736. netcfg.service enabled
  737. netcfg@.service disabled
  738. nscd.service disabled
  739. openntpd.service enabled
  740. ppp@.service disabled
  741. quotaon.service static
  742. rescue.service static
  743. serial-getty@.service static
  744. sshd.service enabled
  745. sshd@.service static
  746. sshdgenkeys.service enabled
  747. syslog-ng.service enabled
  748. syslog.service enabled
  749. systemd-ask-password-console.service static
  750. systemd-ask-password-wall.service static
  751. systemd-binfmt.service static
  752. systemd-fsck-root.service static
  753. systemd-fsck@.service static
  754. systemd-halt.service static
  755. systemd-hibernate.service static
  756. systemd-hostnamed.service static
  757. systemd-hybrid-sleep.service static
  758. systemd-initctl.service static
  759. systemd-journal-flush.service static
  760. systemd-journal-gatewayd.service static
  761. systemd-journald.service static
  762. systemd-kexec.service static
  763. systemd-localed.service static
  764. systemd-logind.service static
  765. systemd-modules-load.service static
  766. systemd-poweroff.service static
  767. systemd-quotacheck.service static
  768. systemd-random-seed-load.service static
  769. systemd-random-seed-save.service static
  770. systemd-readahead-collect.service disabled
  771. systemd-readahead-done.service static
  772. systemd-readahead-drop.service disabled
  773. systemd-readahead-replay.service disabled
  774. systemd-reboot.service static
  775. systemd-remount-fs.service static
  776. systemd-shutdownd.service static
  777. systemd-suspend.service static
  778. systemd-sysctl.service static
  779. systemd-timedated.service static
  780. systemd-tmpfiles-clean.service static
  781. systemd-tmpfiles-setup.service static
  782. systemd-udev-settle.service static
  783. systemd-udev-trigger.service static
  784. systemd-udevd.service static
  785. systemd-update-utmp-runlevel.service static
  786. systemd-update-utmp-shutdown.service static
  787. systemd-user-sessions.service static
  788. systemd-vconsole-setup.service static
  789. user@.service static
  790. uuidd.service static
  791. wpa_supplicant-nl80211@.service disabled
  792. wpa_supplicant-wired@.service disabled
  793. wpa_supplicant.service disabled
  794. wpa_supplicant@.service disabled
  795. dbus.socket static
  796. dmeventd.socket static
  797. krb5-kpropd.socket disabled
  798. lvmetad.socket static
  799. sshd.socket disabled
  800. syslog.socket static
  801. systemd-initctl.socket static
  802. systemd-journal-gatewayd.socket disabled
  803. systemd-journald.socket static
  804. systemd-shutdownd.socket static
  805. systemd-udevd-control.socket static
  806. systemd-udevd-kernel.socket static
  807. uuidd.socket disabled
  808. basic.target static
  809. bluetooth.target static
  810. cryptsetup.target static
  811. ctrl-alt-del.target disabled
  812. default.target disabled
  813. emergency.target static
  814. final.target static
  815. getty.target static
  816. graphical.target disabled
  817. halt.target disabled
  818. hibernate.target static
  819. hybrid-sleep.target static
  820. kexec.target disabled
  821. local-fs-pre.target static
  822. local-fs.target static
  823. mail-transfer-agent.target static
  824. multi-user.target disabled
  825. network.target static
  826. nss-lookup.target static
  827. nss-user-lookup.target static
  828. poweroff.target disabled
  829. printer.target static
  830. reboot.target disabled
  831. remote-fs-pre.target static
  832. remote-fs.target enabled
  833. rescue.target disabled
  834. rpcbind.target static
  835. runlevel0.target disabled
  836. runlevel1.target disabled
  837. runlevel2.target disabled
  838. runlevel3.target disabled
  839. runlevel4.target disabled
  840. runlevel5.target disabled
  841. runlevel6.target disabled
  842. shutdown.target static
  843. sigpwr.target static
  844. sleep.target static
  845. smartcard.target static
  846. sockets.target static
  847. sound.target static
  848. suspend.target static
  849. swap.target static
  850. sysinit.target static
  851. syslog.target static
  852. system-update.target static
  853. time-sync.target static
  854. umount.target static
  855. systemd-readahead-done.timer static
  856. systemd-tmpfiles-clean.timer static
  857.  
  858. 159 unit files listed.
  859. [root@alarm ~]# [ 1336.657155] usb 1-1.2: new high speed USB device number 4 using orion-ehci
  860. [ 1336.776856] scsi3 : usb-storage 1-1.2:1.0
  861. [ 1337.823100] scsi 3:0:0:0: Direct-Access TOSHIBA TransMemory PMAP PQ: 0 ANSI: 0 CCS
  862. [ 1337.836445] sd 3:0:0:0: Attached scsi generic sg1 type 0
  863. [ 1339.445539] sd 3:0:0:0: [sdb] 15622144 512-byte logical blocks: (7.99 GB/7.44 GiB)
  864. [ 1339.454286] sd 3:0:0:0: [sdb] Write Protect is off
  865. [ 1339.459853] sd 3:0:0:0: [sdb] Mode Sense: 23 00 00 00
  866. [ 1339.465403] sd 3:0:0:0: [sdb] No Caching mode page present
  867. [ 1339.471990] sd 3:0:0:0: [sdb] Assuming drive cache: write through
  868. [ 1339.483276] sd 3:0:0:0: [sdb] No Caching mode page present
  869. [ 1339.489465] sd 3:0:0:0: [sdb] Assuming drive cache: write through
  870. [ 1339.523653] sdb: sdb1 sdb2
  871. [ 1339.535777] sd 3:0:0:0: [sdb] No Caching mode page present
  872. [ 1339.542159] sd 3:0:0:0: [sdb] Assuming drive cache: write through
  873. [ 1339.548987] sd 3:0:0:0: [sdb] Attached SCSI removable disk
  874.  
  875. [root@alarm ~]# mount
  876. /dev/root on / type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
  877. devtmpfs on /dev type devtmpfs (rw,relatime,size=126152k,nr_inodes=31538,mode=755)
  878. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  879. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  880. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  881. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  882. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  883. tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
  884. tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
  885. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
  886. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  887. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
  888. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  889. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  890. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  891. cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
  892. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  893. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  894. cgroup on /sys/fs/cgroup/bfqio type cgroup (rw,nosuid,nodev,noexec,relatime,bfqio)
  895. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
  896. tmpfs on /tmp type tmpfs (rw)
  897. mqueue on /dev/mqueue type mqueue (rw,relatime)
  898. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement