Advertisement
Guest User

Untitled

a guest
Sep 7th, 2018
885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.96 KB | None | 0 0
  1. В кратце, поправил с горем пополам свой DSDT собрал на LMDE3 ядро с бэкпортов дебиан 4.17 бпо 3 посвежее, iasl 0 ошибок, 0 варнингов, остались только замечания по поводу неиспользуемых нигде методов но разрабы iasl сказали на это можно забить смело мол это уровень детализации логов и фича iasl.
  2.  
  3. Конкретно вот эти ошибки не могу исправить т.к. не могу найти их в своем DSDT, остальные извлеченные таблицы компиляются в 0.0.0.0 те без замечаний, кроме одной которую iasl собрать по какой то причине отказывается.
  4.  
  5. iasl -sa facp.dsl
  6.  
  7. Intel ACPI Component Architecture
  8. ASL+ Optimizing Compiler version 20160831-64
  9. Copyright (c) 2000 - 2016 Intel Corporation
  10.  
  11. Error 6126 - Could not compile input file
  12.  
  13. Table Input: facp.dsl - 163 lines, 9260 bytes, 136 fields
  14.  
  15. Compilation complete. 1 Errors, 0 Warnings, 0 Remarks
  16.  
  17. Собственно выхлоп самой iasl -sa dsdt.dsl:
  18.  
  19. [spoiler="iasl -sa dsdt.dsl"][code]
  20. iasl -sa dsdt.dsl
  21.  
  22. Intel ACPI Component Architecture
  23. ASL+ Optimizing Compiler version 20160831-64
  24. Copyright (c) 2000 - 2016 Intel Corporation
  25.  
  26. dsdt.dsl 62: Method (RRIO, 4, NotSerialized)
  27. Remark 2146 - ^ Method Argument is never used (Arg0)
  28.  
  29. dsdt.dsl 62: Method (RRIO, 4, NotSerialized)
  30. Remark 2146 - ^ Method Argument is never used (Arg1)
  31.  
  32. dsdt.dsl 62: Method (RRIO, 4, NotSerialized)
  33. Remark 2146 - ^ Method Argument is never used (Arg2)
  34.  
  35. dsdt.dsl 62: Method (RRIO, 4, NotSerialized)
  36. Remark 2146 - ^ Method Argument is never used (Arg3)
  37.  
  38. dsdt.dsl 67: Method (RDMA, 3, NotSerialized)
  39. Remark 2146 - ^ Method Argument is never used (Arg0)
  40.  
  41. dsdt.dsl 67: Method (RDMA, 3, NotSerialized)
  42. Remark 2146 - ^ Method Argument is never used (Arg1)
  43.  
  44. dsdt.dsl 67: Method (RDMA, 3, NotSerialized)
  45. Remark 2146 - ^ Method Argument is never used (Arg2)
  46.  
  47. dsdt.dsl 102: If (CondRefOf (_OSI, Local0))
  48. Warning 3144 - ^ Method Local is set but never used (Local0)
  49.  
  50. dsdt.dsl 1132: Method (NPTS, 1, NotSerialized)
  51. Remark 2146 - ^ Method Argument is never used (Arg0)
  52.  
  53. dsdt.dsl 1136: Method (NWAK, 1, NotSerialized)
  54. Remark 2146 - ^ Method Argument is never used (Arg0)
  55.  
  56. dsdt.dsl 1209: Method (SMOD, 1, NotSerialized)
  57. Remark 2146 - Method Argument is never used ^ (Arg0)
  58.  
  59. dsdt.dsl 1304: Method (SPTS, 1, NotSerialized)
  60. Remark 2146 - ^ Method Argument is never used (Arg0)
  61.  
  62. dsdt.dsl 1312: Method (SWAK, 1, NotSerialized)
  63. Remark 2146 - ^ Method Argument is never used (Arg0)
  64.  
  65. dsdt.dsl 1881: Local1 = KP60 /* \_SB_.PCI0.SBRG.KP60 */
  66. Warning 3144 - ^ Method Local is set but never used (Local1)
  67.  
  68. dsdt.dsl 1960: Method (IOKW, 1, NotSerialized)
  69. Remark 2146 - ^ Method Argument is never used (Arg0)
  70.  
  71. dsdt.dsl 3166: Method (GTM, 7, Serialized)
  72. Remark 2146 - ^ Method Argument is never used (Arg6)
  73.  
  74. dsdt.dsl 3892: Method (GTM, 7, Serialized)
  75. Remark 2146 - ^ Method Argument is never used (Arg6)
  76.  
  77. dsdt.dsl 5578: If (CondRefOf (_OSI, Local1))
  78. Warning 3144 - Method Local is set but never used ^ (Local1)
  79.  
  80. dsdt.dsl 6388: Method (ITKS, 1, NotSerialized)
  81. Remark 2146 - ^ Method Argument is never used (Arg0)
  82.  
  83. dsdt.dsl 6394: Method (ITKW, 1, NotSerialized)
  84. Remark 2146 - ^ Method Argument is never used (Arg0)
  85.  
  86. ASL Input: dsdt.dsl - 6471 lines, 210378 bytes, 2869 keywords
  87. AML Output: dsdt.aml - 23309 bytes, 722 named objects, 2147 executable opcodes
  88. ASM Source: dsdt.asm - 616895 bytes
  89.  
  90. Compilation complete. 0 Errors, 3 Warnings, 17 Remarks, 41 Optimizations
  91.  
  92. [/spoiler][/code]
  93.  
  94.  
  95. [ 4.058555] ACPI Error: AE_AML_PACKAGE_LIMIT, Index (0x0FFFFFFFF) is beyond end of object (length 0x4) (20180313/exoparg2-396)
  96. [ 4.058603] ACPI Error: Method parse/execution failed \_SB.PCI0.IDE1.GTM, AE_AML_PACKAGE_LIMIT (20180313/psparse-516)
  97. [ 4.058648] ACPI Error: Method parse/execution failed \_SB.PCI0.IDE1.CHN1._GTM, AE_AML_PACKAGE_LIMIT (20180313/psparse-516)
  98. [ 4.058694] ata4: ACPI get timing mode failed (AE 0x300b)
  99. [ 13.156403] parport_pc 00:05: reported by Plug and Play ACPI
  100.  
  101. [spoiler="dmesg | grep ACPI"][code]
  102. dmesg | grep ACPI
  103. [ 0.000000] BIOS-e820: [mem 0x00000000cf387000-0x00000000cf409fff] ACPI NVS
  104. [ 0.000000] BIOS-e820: [mem 0x00000000cf651000-0x00000000cf659fff] ACPI data
  105. [ 0.000000] BIOS-e820: [mem 0x00000000cf65a000-0x00000000cf663fff] ACPI NVS
  106. [ 0.000000] BIOS-e820: [mem 0x00000000cf685000-0x00000000cf68afff] ACPI NVS
  107. [ 0.000000] ACPI: Early table checksum verification disabled
  108. [ 0.000000] ACPI: RSDP 0x00000000000F03C0 000024 (v02 INTEL )
  109. [ 0.000000] ACPI: XSDT 0x00000000CF658E18 000044 (v01 INTEL DG41TY 0000002D MSFT 00010013)
  110. [ 0.000000] ACPI: FACP 0x00000000CF657D98 0000F4 (v04 INTEL DG41TY 0000002D MSFT 00010013)
  111. [ 0.000000] ACPI: Override [DSDT- DG41TY], this is unsafe: tainting kernel
  112. [ 0.000000] ACPI: DSDT 0x00000000CF651018 Logical table override, new table: 0xFFFFFFFFAE0B3960
  113. [ 0.000000] ACPI: DSDT 0xFFFFFFFFAE0B3960 005AF1 (v01 INTEL DG41TY 00000008 INTL 20160831)
  114. [ 0.000000] ACPI: FACS 0x00000000CF65BF40 000040
  115. [ 0.000000] ACPI: FACS 0x00000000CF660F40 000040
  116. [ 0.000000] ACPI: APIC 0x00000000CF657F18 00006C (v02 INTEL DG41TY 0000002D MSFT 00010013)
  117. [ 0.000000] ACPI: MCFG 0x00000000CF662E18 00003C (v01 INTEL DG41TY 0000002D MSFT 00000097)
  118. [ 0.000000] ACPI: HPET 0x00000000CF662D98 000038 (v01 INTEL DG41TY 0000002D AMI. 00000003)
  119. [ 0.000000] ACPI: Local APIC address 0xfee00000
  120. [ 0.000000] ACPI: PM-Timer IO Port: 0x808
  121. [ 0.000000] ACPI: Local APIC address 0xfee00000
  122. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  123. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  124. [ 0.000000] ACPI: IRQ0 used by override.
  125. [ 0.000000] ACPI: IRQ9 used by override.
  126. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  127. [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  128. [ 0.000000] ACPI: Core revision 20180313
  129. [ 0.000000] ACPI: Overriding _REV return value to 5
  130. [ 0.000000] ACPI: Overriding _OS definition to 'Microsoft Windows NT'
  131. [ 0.033318] PM: Registering ACPI NVS region [mem 0xcf387000-0xcf409fff] (536576 bytes)
  132. [ 0.033318] PM: Registering ACPI NVS region [mem 0xcf65a000-0xcf663fff] (40960 bytes)
  133. [ 0.033318] PM: Registering ACPI NVS region [mem 0xcf685000-0xcf68afff] (24576 bytes)
  134. [ 0.033318] ACPI: bus type PCI registered
  135. [ 0.033318] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  136. [ 0.037059] ACPI: Disabled all _OSI OS vendors and feature groups
  137. [ 0.037059] ACPI: Added _OSI(Linux)
  138. [ 0.040649] ACPI: 1 ACPI AML tables successfully acquired and loaded
  139. [ 0.042334] ACPI: Dynamic OEM Table Load:
  140. [ 0.042341] ACPI: SSDT 0xFFFF9ACC2A501C00 0002CC (v01 AMI IST 00000001 MSFT 03000001)
  141. [ 0.042967] ACPI: Interpreter enabled
  142. [ 0.042987] ACPI: (supports S0 S3 S4 S5)
  143. [ 0.042988] ACPI: Using IOAPIC for interrupt routing
  144. [ 0.043072] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
  145. [ 0.043334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  146. [ 0.044002] ACPI: Enabled 11 GPEs in block 00 to 1F
  147. [ 0.044002] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query honored via cmdline
  148. [ 0.050039] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  149. [ 0.052851] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
  150. [ 0.055060] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 12 14 15)
  151. [ 0.055123] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 10 11 12 14 15)
  152. [ 0.055185] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
  153. [ 0.055246] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
  154. [ 0.055306] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
  155. [ 0.055371] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
  156. [ 0.055433] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
  157. [ 0.055494] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
  158. [ 0.055663] PCI: Using ACPI for IRQ routing
  159. [ 0.072879] pnp: PnP ACPI init
  160. [ 0.073063] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
  161. [ 0.073268] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
  162. [ 0.073428] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
  163. [ 0.073783] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
  164. [ 0.074069] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
  165. [ 0.074545] pnp 00:05: Plug and Play ACPI device, IDs PNP0401 (active)
  166. [ 0.074611] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
  167. [ 0.074690] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  168. [ 0.074898] pnp: PnP ACPI: found 8 devices
  169. [ 3.895019] ACPI: bus type USB registered
  170. [ 3.898065] ACPI: Power Button [PWRB]
  171. [ 3.898209] ACPI: Power Button [PWRF]
  172. [ 4.058555] ACPI Error: AE_AML_PACKAGE_LIMIT, Index (0x0FFFFFFFF) is beyond end of object (length 0x4) (20180313/exoparg2-396)
  173. [ 4.058603] ACPI Error: Method parse/execution failed \_SB.PCI0.IDE1.GTM, AE_AML_PACKAGE_LIMIT (20180313/psparse-516)
  174. [ 4.058648] ACPI Error: Method parse/execution failed \_SB.PCI0.IDE1.CHN1._GTM, AE_AML_PACKAGE_LIMIT (20180313/psparse-516)
  175. [ 4.058694] ata4: ACPI get timing mode failed (AE 0x300b)
  176. [ 13.156403] parport_pc 00:05: reported by Plug and Play ACPI
  177.  
  178. [/code][/spoiler]
  179.  
  180.  
  181. [spoiler="grub"][code]
  182. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  183. GRUB_CMDLINE_LINUX="acpi_rev_override acpi_osi=! acpi_osi=!* acpi_osi=Linux acpi=rsdt acpi_apic_instance=1 acpi_enforce_resources=lax radeon.dpm=1 radeon.audio=0 acpi_os_name='Microsoft Windows NT' irqpoll irqfixup pci=ioapicreroute,routeirq,pcie_bus_peer2peer,realloc libata.noacpi lapic lapic_timer_c2_ok cachesize=2048 acpi_irq_balance acpi_mask_gpe=0x07 acpi_pm_good acpi_sleep=s3_bios"
  184.  
  185. [/code][/spoiler]
  186.  
  187. [spoiler="ethtool systemd oneshot service for enabling offloads"][code]
  188. cat /etc/systemd/system/ethtool.service
  189. [Unit]
  190. Description=ethtool service
  191.  
  192. [Service]
  193. Type=oneshot
  194. RemainAfterExit=yes
  195. ExecStart=/sbin/ethtool -K enp3s0 rx on tx on sg on tso on
  196. #ExecStop=/usr/local/sbin/simple-firewall-stop
  197.  
  198. [Install]
  199. WantedBy=multi-user.target
  200.  
  201. [/spoiler][/code]
  202.  
  203. [spoiler="xorg.conf DRI3, DPMS=off from arch wiki"][code]
  204.  
  205. cat /etc/X11/xorg.conf
  206. Section "Device"
  207. Identifier "r5 230"
  208. Driver "radeon"
  209. #Option "swapbufferswait" "0"
  210. #Option "ColorTiling" "on"
  211. Option "DRI3" "1"
  212. #Option "AccelMethod" "glamor"
  213. Endsection
  214.  
  215. Section "Monitor"
  216. Identifier "LG"
  217. Option "DPMS" "false"
  218. EndSection
  219.  
  220. Section "ServerLayout"
  221. Identifier "ServerLayout0"
  222. Option "StandbyTime" "0"
  223. Option "SuspendTime" "0"
  224. Option "OffTime" "0"
  225. Option "BlankTime" "0"
  226. EndSection
  227. [/spoiler][/code]
  228.  
  229. [spoiler="inxi -F"][code]
  230. inxi -F
  231. System:
  232. Host: home Kernel: 4.17.0-0.bpo.3.dsdt-amd64 x86_64 bits: 64
  233. Desktop: Gnome 3.22.3 Distro: LMDE 3 Cindy
  234. Machine:
  235. Type: Desktop Mobo: Intel model: DG41TY v: AAE47335-301
  236. serial: <root required> BIOS: Intel v: TYG4110H.86A.0045.2010.0706.1910
  237. date: 07/06/2010
  238. CPU:
  239. Topology: Dual Core model: Intel Core2 Duo E4500 bits: 64 type: MCP
  240. L2 cache: 2048 KiB
  241. Speed: 1382 MHz min/max: 1200/2200 MHz Core speeds (MHz): 1: 1200 2: 1200
  242. Graphics:
  243. Device-1: AMD Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] driver: radeon
  244. v: kernel
  245. Display: x11 server: X.Org 1.19.2 driver: radeon resolution: 1920x1080~60Hz
  246. OpenGL:
  247. renderer: AMD CAICOS (DRM 2.50.0 / 4.17.0-0.bpo.3.dsdt-amd64 LLVM 6.0.0)
  248. v: 3.3 Mesa 18.1.6
  249. Audio:
  250. Device-1: Intel NM10/ICH7 Family High Definition Audio driver: snd_hda_intel
  251. Sound Server: ALSA v: k4.17.0-0.bpo.3.dsdt-amd64
  252. Network:
  253. Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
  254. driver: r8169
  255. IF: enp3s0 state: up speed: 100 Mbps duplex: full mac: 00:27:0e:1d:4e:91
  256. Drives:
  257. Local Storage: total: 465.76 GiB used: 49.28 GiB (10.6%)
  258. ID-1: /dev/sda vendor: Western Digital model: WD5000BEVT-22ZAT0
  259. size: 465.76 GiB
  260. Partition:
  261. ID-1: / size: 453.51 GiB used: 49.08 GiB (10.8%) fs: ext4 dev: /dev/sda2
  262. ID-2: swap-1 size: 4.00 GiB used: 205.0 MiB (5.0%) fs: swap dev: /dev/sda1
  263. Sensors:
  264. System Temperatures: cpu: 37.0 C mobo: 34.0 C gpu: radeon temp: 51 C
  265. Fan Speeds (RPM): cpu: 2280 fan-1: 0 fan-3: 0 fan-4: 0 fan-5: 0
  266. Info:
  267. Processes: 157 Uptime: 2h 53m Memory: 3.85 GiB used: 2.27 GiB (59.1%)
  268. Shell: bash inxi: 3.0.22
  269. [/spoiler][/code]
  270.  
  271. [spoiler="cat /proc/interrupts"][code]
  272. cat /proc/interrupts
  273. CPU0 CPU1
  274. 0: 35 0 IO-APIC 2-edge timer
  275. 1: 4 0 IO-APIC 1-edge i8042
  276. 5: 0 0 IO-APIC 5-edge parport0
  277. 6: 3 0 IO-APIC 6-edge floppy
  278. 8: 0 0 IO-APIC 8-edge rtc0
  279. 9: 0 0 IO-APIC 9-fasteoi acpi
  280. 12: 0 6 IO-APIC 12-edge i8042
  281. 14: 0 0 IO-APIC 14-edge ata_piix
  282. 15: 0 0 IO-APIC 15-edge ata_piix
  283. 16: 0 641899 IO-APIC 16-fasteoi uhci_hcd:usb4
  284. 18: 83 403204 IO-APIC 18-fasteoi uhci_hcd:usb3
  285. 19: 0 122767 IO-APIC 19-fasteoi uhci_hcd:usb2, i801_smbus, ata_piix
  286. 23: 4 0 IO-APIC 23-fasteoi uhci_hcd:usb1, ehci_hcd:usb5
  287. 24: 0 0 PCI-MSI 16384-edge PCIe PME
  288. 25: 0 0 PCI-MSI 458752-edge PCIe PME, pciehp
  289. 26: 0 0 PCI-MSI 460800-edge PCIe PME, pciehp
  290. 27: 0 428193 PCI-MSI 1572864-edge enp3s0
  291. 28: 0 879325 PCI-MSI 524288-edge radeon
  292. 29: 0 1507 PCI-MSI 442368-edge snd_hda_intel:card0
  293. 30: 31 100 PCI-MSI 526336-edge snd_hda_intel:card1
  294. NMI: 1962 1984 Non-maskable interrupts
  295. LOC: 7466330 7416353 Local timer interrupts
  296. SPU: 0 0 Spurious interrupts
  297. PMI: 1962 1984 Performance monitoring interrupts
  298. IWI: 755586 769032 IRQ work interrupts
  299. RTR: 0 0 APIC ICR read retries
  300. RES: 493726 413263 Rescheduling interrupts
  301. CAL: 418219 493287 Function call interrupts
  302. TLB: 123416 120895 TLB shootdowns
  303. TRM: 0 0 Thermal event interrupts
  304. THR: 0 0 Threshold APIC interrupts
  305. DFR: 0 0 Deferred Error APIC interrupts
  306. MCE: 0 0 Machine check exceptions
  307. MCP: 35 35 Machine check polls
  308. HYP: 0 0 Hypervisor callback interrupts
  309. HRE: 0 0 Hyper-V reenlightenment interrupts
  310. HVS: 0 0 Hyper-V stimer0 interrupts
  311. ERR: 1
  312. MIS: 0
  313. PIN: 0 0 Posted-interrupt notification event
  314. NPI: 0 0 Nested posted-interrupt event
  315. PIW: 0 0 Posted-interrupt wakeup event
  316. [/spoiler][/code]
  317.  
  318. [spoiler="sysctls"][code]
  319. cat /etc/sysctl.d/99-sysctl.conf
  320. #
  321. # /etc/sysctl.conf - Configuration file for setting system variables
  322. # See /etc/sysctl.d/ for additional system variables.
  323. # See sysctl.conf (5) for information.
  324. #
  325.  
  326. #kernel.domainname = example.com
  327.  
  328. # Uncomment the following to stop low-level messages on console
  329. #kernel.printk = 3 4 1 3
  330.  
  331. ##############################################################3
  332. # Functions previously found in netbase
  333. #
  334.  
  335. # Uncomment the next two lines to enable Spoof protection (reverse-path filter)
  336. # Turn on Source Address Verification in all interfaces to
  337. # prevent some spoofing attacks
  338. net.ipv4.conf.default.rp_filter=1
  339. net.ipv4.conf.all.rp_filter=1
  340.  
  341. # Uncomment the next line to enable TCP/IP SYN cookies
  342. # See http://lwn.net/Articles/277146/
  343. # Note: This may impact IPv6 TCP sessions too
  344. net.ipv4.tcp_syncookies=1
  345.  
  346. # Uncomment the next line to enable packet forwarding for IPv4
  347. #net.ipv4.ip_forward=1
  348.  
  349. # Uncomment the next line to enable packet forwarding for IPv6
  350. # Enabling this option disables Stateless Address Autoconfiguration
  351. # based on Router Advertisements for this host
  352. #net.ipv6.conf.all.forwarding=1
  353.  
  354.  
  355. ###################################################################
  356. # Additional settings - these settings can improve the network
  357. # security of the host and prevent against some network attacks
  358. # including spoofing attacks and man in the middle attacks through
  359. # redirection. Some network environments, however, require that these
  360. # settings are disabled so review and enable them as needed.
  361. #
  362. # Do not accept ICMP redirects (prevent MITM attacks)
  363. net.ipv4.conf.all.accept_redirects = 0
  364. net.ipv6.conf.all.accept_redirects = 0
  365. # _or_
  366. # Accept ICMP redirects only for gateways listed in our default
  367. # gateway list (enabled by default)
  368. net.ipv4.conf.all.secure_redirects = 1
  369. #
  370. # Do not send ICMP redirects (we are not a router)
  371. net.ipv4.conf.all.send_redirects = 0
  372. #
  373. # Do not accept IP source route packets (we are not a router)
  374. net.ipv4.conf.all.accept_source_route = 0
  375. net.ipv6.conf.all.accept_source_route = 0
  376. #
  377. # Log Martian Packets
  378. net.ipv4.conf.all.log_martians = 1
  379. #
  380.  
  381. ###################################################################
  382. # Magic system request Key
  383. # 0=disable, 1=enable all
  384. # Debian kernels have this set to 0 (disable the key)
  385. # See https://www.kernel.org/doc/Documentation/sysrq.txt
  386. # for what other values do
  387. kernel.sysrq=1
  388.  
  389. ###################################################################
  390. # Protected links
  391. #
  392. # Protects against creating or following links under certain conditions
  393. # Debian kernels have both set to 1 (restricted)
  394. # See https://www.kernel.org/doc/Documentation/sysctl/fs.txt
  395. #fs.protected_hardlinks=0
  396. #fs.protected_symlinks=0
  397. #
  398. vm.swappiness = 10
  399. vm.vfs_cache_pressure = 50
  400. kernel.yama.ptrace_scope = 1
  401. kernel.dmesg_restrict=0
  402. [/spoiler][/code]
  403.  
  404. [spoiler="modprobe.d confs"][code]
  405. cat /etc/modprobe.d/blacklist.conf
  406. blacklist lm78
  407. cat /etc/modprobe.d/10-intel_rng.conf
  408. options intel_rng no_fwh_detect=1
  409. [/spoiler][/code]
  410.  
  411. Установлен havaged для сбора энтропии. irqbalance в комплекте оже был.
  412.  
  413. [spoiler]
  414. [code]
  415. UNIT LOAD ACTIVE SUB DESCRIPTION
  416. proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
  417. sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card1.device loaded active plugged Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM] (Radeon HD 6450 1GB DDR3)
  418. sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device loaded active plugged NM10/ICH7 Family High Definition Audio Controller
  419. sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-net-enp3s0.device loaded active plugged RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
  420. sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sr0.device loaded active plugged Optiarc_DVD_RW_AD-7201S
  421. sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:1-3:0:1:0-block-sda-sda1.device loaded active plugged WDC_WD5000BEVT-22ZAT0 1
  422. sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:1-3:0:1:0-block-sda-sda2.device loaded active plugged WDC_WD5000BEVT-22ZAT0 2
  423. sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:1-3:0:1:0-block-sda.device loaded active plugged WDC_WD5000BEVT-22ZAT0
  424. sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
  425. sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
  426. sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
  427. sys-devices-pnp0-00:04-tty-ttyS0.device loaded active plugged /sys/devices/pnp0/00:04/tty/ttyS0
  428. sys-devices-pnp0-00:05-printer-lp0.device loaded active plugged /sys/devices/pnp0/00:05/printer/lp0
  429. sys-devices-virtual-block-loop0.device loaded active plugged /sys/devices/virtual/block/loop0
  430. sys-devices-virtual-block-loop1.device loaded active plugged /sys/devices/virtual/block/loop1
  431. sys-devices-virtual-block-loop2.device loaded active plugged /sys/devices/virtual/block/loop2
  432. sys-devices-virtual-block-loop3.device loaded active plugged /sys/devices/virtual/block/loop3
  433. sys-devices-virtual-block-loop4.device loaded active plugged /sys/devices/virtual/block/loop4
  434. sys-devices-virtual-block-loop5.device loaded active plugged /sys/devices/virtual/block/loop5
  435. sys-module-fuse.device loaded active plugged /sys/module/fuse
  436. sys-subsystem-net-devices-enp3s0.device loaded active plugged RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
  437. -.mount loaded active mounted Root Mount
  438. dev-hugepages.mount loaded active mounted Huge Pages File System
  439. dev-mqueue.mount loaded active mounted POSIX Message Queue File System
  440. run-user-1000-gvfs.mount loaded active mounted /run/user/1000/gvfs
  441. run-user-1000.mount loaded active mounted /run/user/1000
  442. snap-core-5328.mount loaded active mounted Mount unit for core
  443. snap-micropolis-7.mount loaded active mounted Mount unit for micropolis, revision 7
  444. snap-ohmygiraffe-3.mount loaded active mounted Mount unit for ohmygiraffe, revision 3
  445. snap-starruler2-1.mount loaded active mounted Mount unit for starruler2, revision 1
  446. snap-talesofmajeyal-16.mount loaded active mounted Mount unit for talesofmajeyal, revision 16
  447. snap-talesofmajeyal-29.mount loaded active mounted Mount unit for talesofmajeyal, revision 29
  448. sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System
  449. sys-kernel-debug.mount loaded active mounted Kernel Debug File System
  450. acpid.path loaded active running ACPI Events Check
  451. cups.path loaded active running CUPS Scheduler
  452. systemd-ask-password-plymouth.path loaded active waiting Forward Password Requests to Plymouth Directory Watch
  453. systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
  454. init.scope loaded active running System and Service Manager
  455. session-1.scope loaded active running Session 1 of user sergey
  456. accounts-daemon.service loaded active running Accounts Service
  457. acpi-support.service loaded active exited LSB: Start some power management scripts
  458. acpid.service loaded active running ACPI event daemon
  459. alsa-restore.service loaded active exited Save/Restore Sound Card State
  460. apache2.service loaded active running The Apache HTTP Server
  461. apparmor.service loaded active exited AppArmor initialization
  462. avahi-daemon.service loaded active running Avahi mDNS/DNS-SD Stack
  463. brltty.service loaded active running Braille Device Support
  464. ● cgmanager.service loaded failed failed Cgroup management daemon
  465. colord.service loaded active running Manage, Install and Generate Color Profiles
  466. console-setup.service loaded active exited Set console font and keymap
  467. cron.service loaded active running Regular background program processing daemon
  468. cups-browsed.service loaded active running Make remote CUPS printers available locally
  469. cups.service loaded active running CUPS Scheduler
  470. dbus.service loaded active running D-Bus System Message Bus
  471. debian-system-adjustments.service loaded active exited Debian system adjustments
  472. ethtool.service loaded active exited ethtool service
  473. getty@tty1.service loaded active running Getty on tty1
  474. haveged.service loaded active running Entropy daemon using the HAVEGE algorithm
  475. hddtemp.service loaded active exited LSB: disk temperature monitoring daemon
  476. irqbalance.service
  477. keyboard-setup.service loaded active exited Set the console keyboard layout
  478. kmod-static-nodes.service loaded active exited Create list of required static device nodes for the current kernel
  479. lightdm.service loaded active running Light Display Manager
  480. lm-sensors.service loaded active exited Initialize hardware monitoring sensors
  481. lvm2-lvmetad.service loaded active running LVM2 metadata daemon
  482. ModemManager.service loaded active running Modem Manager
  483. networking.service loaded active exited Raise network interfaces
  484. NetworkManager-wait-online.service loaded active exited Network Manager Wait Online
  485. NetworkManager.service loaded active running Network Manager
  486. openvpn.service loaded active exited OpenVPN service
  487. packagekit.service loaded active running PackageKit Daemon
  488. polkit.service loaded active running Authorization Manager
  489. rsyslog.service loaded active running System Logging Service
  490. rtkit-daemon.service loaded active running RealtimeKit Scheduling Policy Service
  491. snapd.service loaded active running Snappy daemon
  492. speech-dispatcher.service loaded active exited LSB: Speech Dispatcher
  493. systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage
  494. systemd-journald.service loaded active running Journal Service
  495. systemd-logind.service loaded active running Login Service
  496. systemd-modules-load.service loaded active exited Load Kernel Modules
  497. systemd-random-seed.service loaded active exited Load/Save Random Seed
  498. systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
  499. systemd-sysctl.service loaded active exited Apply Kernel Variables
  500. systemd-timesyncd.service loaded active running Network Time Synchronization
  501. systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
  502. systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
  503. systemd-udev-settle.service loaded active exited udev Wait for Complete Device Initialization
  504. systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
  505. systemd-udevd.service loaded active running udev Kernel Device Manager
  506. systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown
  507. systemd-user-sessions.service loaded active exited Permit User Sessions
  508. udisks2.service loaded active running Disk Manager
  509. ufw.service loaded active exited Uncomplicated firewall
  510. upower.service loaded active running Daemon for power management
  511. user@1000.service loaded active running User Manager for UID 1000
  512. wpa_supplicant.service loaded active running WPA supplicant
  513. -.slice loaded active active Root Slice
  514. system-getty.slice loaded active active system-getty.slice
  515. system.slice loaded active active System Slice
  516. user-1000.slice loaded active active User Slice of sergey
  517. user.slice loaded active active User and Session Slice
  518. acpid.socket loaded active running ACPID Listen Socket
  519. avahi-daemon.socket loaded active running Avahi mDNS/DNS-SD Stack Activation Socket
  520. cups.socket loaded active running CUPS Scheduler
  521. dbus.socket loaded active running D-Bus System Message Bus Socket
  522. dm-event.socket loaded active listening Device-mapper event daemon FIFOs
  523. lvm2-lvmetad.socket loaded active running LVM2 metadata daemon socket
  524. lvm2-lvmpolld.socket loaded active listening LVM2 poll daemon socket
  525. snapd.socket loaded active running Socket activation for snappy daemon
  526. syslog.socket loaded active running Syslog Socket
  527. systemd-fsckd.socket loaded active listening fsck to fsckd communication Socket
  528. systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
  529. systemd-journald-audit.socket loaded active running Journal Audit Socket
  530. systemd-journald-dev-log.socket loaded active running Journal Socket (/dev/log)
  531. systemd-journald.socket loaded active running Journal Socket
  532. systemd-udevd-control.socket loaded active running udev Control Socket
  533. systemd-udevd-kernel.socket loaded active running udev Kernel Socket
  534. uuidd.socket loaded active listening UUID daemon activation socket
  535. dev-disk-by\x2duuid-7416de2d\x2d8286\x2d480f\x2da889\x2d09bcd5ae8ea8.swap loaded active active /dev/disk/by-uuid/7416de2d-8286-480f-a889-09bcd5ae8ea8
  536. basic.target loaded active active Basic System
  537. cryptsetup.target loaded active active Local Encrypted Volumes
  538. getty.target loaded active active Login Prompts
  539. graphical.target loaded active active Graphical Interface
  540. local-fs-pre.target loaded active active Local File Systems (Pre)
  541. local-fs.target loaded active active Local File Systems
  542. multi-user.target loaded active active Multi-User System
  543. network-online.target loaded active active Network is Online
  544. network.target loaded active active Network
  545. nss-user-lookup.target loaded active active User and Group Name Lookups
  546. paths.target loaded active active Paths
  547. printer.target loaded active active Printer
  548. remote-fs.target loaded active active Remote File Systems
  549. slices.target loaded active active Slices
  550. sockets.target loaded active active Sockets
  551. sound.target loaded active active Sound Card
  552. swap.target loaded active active Swap
  553. sysinit.target loaded active active System Initialization
  554. time-sync.target loaded active active System Time Synchronized
  555. timers.target loaded active active Timers
  556. anacron.timer loaded active waiting Trigger anacron every hour
  557. apt-daily-upgrade.timer loaded active waiting Daily apt upgrade and clean activities
  558. apt-daily.timer loaded active waiting Daily apt download activities
  559. snapd.refresh.timer loaded active waiting Timer to automatically refresh installed snaps
  560. systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
  561.  
  562. LOAD = Reflects whether the unit definition was properly loaded.
  563. ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  564. SUB = The low-level unit activation state, values depend on unit type.
  565.  
  566. 145 loaded units listed. Pass --all to see loaded but inactive units, too.
  567. To show all installed unit files use 'systemctl list-unit-files'.
  568.  
  569.  
  570. ● cgmanager.service зафэйлился из-за того что делал sudo apt -t stretch-backports dist-upgrate -y из stretch-backports на LMDE3 надо было стянуть systemd и еще кое что, чтобы freeorion 0.4.8 собрать.
  571.  
  572. [/code][/spoiler]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement