Advertisement
Guest User

Untitled

a guest
Nov 1st, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. [root@localhost ~]# systemctl status ti-omap3-sgx.service
  2. ti-omap3-sgx.service - TI OMAP3 SGX driver
  3. Loaded: loaded (/lib/systemd/system/ti-omap3-sgx.service; disabled)
  4. Active: failed (Result: exit-code) since Thu, 01 Nov 2012 17:16:17 +0200; 35s ago
  5. Process: 195 ExecStartPre=/sbin/modprobe omaplfb (code=exited, status=1/FAILURE)
  6. CGroup: name=systemd:/system/ti-omap3-sgx.service
  7.  
  8. Nov 01 17:16:17 localhost modprobe[195]: ERROR: could not insert 'omaplfb': Unknown symbol in module, or unknow...mesg)
  9. [root@localhost ~]# systemctl start ti-omap3-sgx.service
  10. [root@localhost ~]# systemctl status ti-omap3-sgx.service
  11. ti-omap3-sgx.service - TI OMAP3 SGX driver
  12. Loaded: loaded (/lib/systemd/system/ti-omap3-sgx.service; disabled)
  13. Active: active (exited) since Thu, 01 Nov 2012 17:17:01 +0200; 2s ago
  14. Process: 632 ExecStart=/usr/sbin/pvrsrvinit (code=exited, status=0/SUCCESS)
  15. Process: 625 ExecStartPre=/sbin/modprobe omaplfb (code=exited, status=0/SUCCESS)
  16. CGroup: name=systemd:/system/ti-omap3-sgx.service
  17.  
  18. [root@localhost ~]# cat /lib/systemd/system/ti-omap3-sgx.service
  19. [Unit]
  20. Description=TI OMAP3 SGX driver
  21. After=local-fs.target
  22.  
  23. [Service]
  24. Type=oneshot
  25. RemainAfterExit=yes
  26. ExecStartPre=/sbin/modprobe omaplfb
  27. ExecStart=/usr/sbin/pvrsrvinit
  28.  
  29. [Install]
  30. WantedBy=basic.target
  31. [root@localhost ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement