Guest User

sudo -H ./install-yavdr.sh

a guest
Dec 3rd, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.76 KB | None | 0 0
  1. jens@yavdr07:~/yavdr-ansible$ sudo -H ./install-yavdr.sh
  2. OK:1 http://ppa.launchpad.net/yavdr/experimental-kodi/ubuntu focal InRelease
  3. OK:2 http://de.archive.ubuntu.com/ubuntu focal InRelease
  4. OK:3 http://ppa.launchpad.net/yavdr/experimental-main/ubuntu focal InRelease
  5. OK:4 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
  6. OK:5 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease
  7. OK:6 http://ppa.launchpad.net/yavdr/experimental-vdr/ubuntu focal InRelease
  8. OK:7 http://de.archive.ubuntu.com/ubuntu focal-security InRelease
  9. Paketlisten werden gelesen... Fertig
  10. Abhängigkeitsbaum wird aufgebaut.
  11. Statusinformationen werden eingelesen.... Fertig
  12. Alle Pakete sind aktuell.
  13. Paketlisten werden gelesen... Fertig
  14. Abhängigkeitsbaum wird aufgebaut.
  15. Statusinformationen werden eingelesen.... Fertig
  16. ansible ist schon die neueste Version (2.9.6+dfsg-1).
  17. python3-argcomplete ist schon die neueste Version (1.8.1-1.3ubuntu1).
  18. python3-venv ist schon die neueste Version (3.8.2-0ubuntu2).
  19. python3-wheel ist schon die neueste Version (0.34.2-1).
  20. build-essential ist schon die neueste Version (12.8ubuntu1.1).
  21. software-properties-common ist schon die neueste Version (0.99.9.8).
  22. Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  23. eatmydata libeatmydata1 python3-importlib-metadata python3-json-pointer python3-jsonpatch python3-jsonschema python3-more-itertools
  24. python3-pyrsistent python3-zipp
  25. Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
  26. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
  27.  
  28. PLAY [set up yaVDR] **********************************************************************************************************************
  29.  
  30. TASK [Gathering Facts] *******************************************************************************************************************
  31. ok: [localhost]
  32.  
  33. TASK [yavdr-common : apt | prevent automatic installation of recommended packages] *******************************************************
  34. ok: [localhost]
  35.  
  36. TASK [yavdr-common : add PPAs] ***********************************************************************************************************
  37. ok: [localhost] => (item=ppa:yavdr/experimental-main)
  38. ok: [localhost] => (item=ppa:yavdr/experimental-vdr)
  39. ok: [localhost] => (item=ppa:yavdr/experimental-kodi)
  40.  
  41. TASK [yavdr-common : add PPAs for Raspberry Pi] ******************************************************************************************
  42. skipping: [localhost] => (item=ppa:yavdr/experimental-main)
  43. skipping: [localhost] => (item=ppa:yavdr/experimental-vdr)
  44.  
  45. TASK [yavdr-common : run apt-get dist-upgrade] *******************************************************************************************
  46. ok: [localhost]
  47.  
  48. TASK [yavdr-common : debconf | disable all cloud-init datasources] ***********************************************************************
  49. changed: [localhost]
  50.  
  51. TASK [yavdr-common : command | reconfigure cloud-init package] ***************************************************************************
  52. fatal: [localhost]: FAILED! => {
  53. "changed": true,
  54. "cmd": [
  55. "dpkg-reconfigure",
  56. "-f",
  57. "noninteractive",
  58. "cloud-init"
  59. ],
  60. "delta": "0:00:00.991656",
  61. "end": "2021-12-03 22:26:02.575302",
  62. "rc": 1,
  63. "start": "2021-12-03 22:26:01.583646"
  64. }
  65.  
  66. STDERR:
  67.  
  68. /usr/sbin/dpkg-reconfigure: cloud-init ist kaputt oder nicht komplett installiert
  69.  
  70.  
  71. MSG:
  72.  
  73. non-zero return code
  74. ...ignoring
  75.  
  76. TASK [yavdr-common : apt | ensure package cloud-init is not installed] *******************************************************************
  77. ok: [localhost]
  78.  
  79. TASK [yavdr-common : apt | ensure packages for tzdata and locales are installed] *********************************************************
  80. ok: [localhost]
  81.  
  82. TASK [yavdr-common : apt | install language packs] ***************************************************************************************
  83. ok: [localhost]
  84.  
  85. TASK [yavdr-common : set timezone] *******************************************************************************************************
  86. ok: [localhost]
  87.  
  88. TASK [yavdr-common : set timezone area] **************************************************************************************************
  89. skipping: [localhost]
  90.  
  91. TASK [yavdr-common : set timezone city] **************************************************************************************************
  92. skipping: [localhost]
  93.  
  94. TASK [yavdr-common : debconf | set default locale] ***************************************************************************************
  95. ok: [localhost]
  96.  
  97. TASK [yavdr-common : debconf | set locales to be generated] ******************************************************************************
  98. changed: [localhost]
  99.  
  100. TASK [yavdr-common : use bash instead of dash] *******************************************************************************************
  101. ok: [localhost]
  102.  
  103. RUNNING HANDLER [yavdr-common : reconfigure_locales] *************************************************************************************
  104.  
  105. changed: [localhost]
  106.  
  107. TASK [yavdr-common : create vdr group] ***************************************************************************************************
  108. ok: [localhost]
  109.  
  110. TASK [yavdr-common : create vdr user] ****************************************************************************************************
  111. ok: [localhost]
  112.  
  113. TASK [yavdr-common : disable release-upgrade notifications] ******************************************************************************
  114. ok: [localhost]
  115.  
  116. TASK [yavdr-common : apt | install basic packages] ***************************************************************************************
  117. ok: [localhost]
  118.  
  119. TASK [yavdr-common : apt | install extra packages] ***************************************************************************************
  120. ok: [localhost]
  121.  
  122. TASK [yavdr-common : apt | install plymouth-theme-yavdr-logo on x86 architectures] *******************************************************
  123. ok: [localhost]
  124.  
  125. TASK [yavdr-common : ensure /etc/yavdr exists] *******************************************************************************************
  126. ok: [localhost]
  127.  
  128. TASK [yavdr-common : touch /etc/yavdr/autoinstalled (this file must exist)] **************************************************************
  129. changed: [localhost]
  130.  
  131. TASK [yavdr-common : create media directories] *******************************************************************************************
  132. ok: [localhost] => (item={'key': 'audio', 'value': '/srv/audio'})
  133. ok: [localhost] => (item={'key': 'video', 'value': '/srv/video'})
  134. ok: [localhost] => (item={'key': 'pictures', 'value': '/srv/picture'})
  135. ok: [localhost] => (item={'key': 'files', 'value': '/srv/files'})
  136. ok: [localhost] => (item={'key': 'backups', 'value': '/srv/backups'})
  137. changed: [localhost] => (item={'key': 'recordings', 'value': '/srv/vdr/video'})
  138.  
  139. TASK [yavdr-common : create /etc/sudoers.d/yavdr from template] **************************************************************************
  140. ok: [localhost]
  141.  
  142. TASK [yavdr-common : create /usr/local/bin/module-helper] ********************************************************************************
  143. ok: [localhost]
  144.  
  145. TASK [yavdr-common : create standby hooks /lib/systemd/system-sleep/yavdr] ***************************************************************
  146. ok: [localhost]
  147.  
  148. TASK [collect-facts : get information about usb and pci hardware and loaded kernel modules] **********************************************
  149. ok: [localhost]
  150.  
  151. TASK [collect-facts : debug] *************************************************************************************************************
  152. skipping: [localhost] => (item=usb)
  153. skipping: [localhost] => (item=pci)
  154. skipping: [localhost] => (item=serial)
  155. skipping: [localhost] => (item=gpus)
  156. skipping: [localhost] => (item=modules)
  157. skipping: [localhost] => (item=acpi_power_modes)
  158. skipping: [localhost] => (item=nvidia_detected)
  159. skipping: [localhost] => (item=intel_detected)
  160. skipping: [localhost] => (item=amd_detected)
  161. skipping: [localhost] => (item=virtualbox_detected)
  162. skipping: [localhost]
  163.  
  164. TASK [collect-facts : get detailed PCI device information] *******************************************************************************
  165. ok: [localhost]
  166.  
  167. TASK [collect-facts : debug] *************************************************************************************************************
  168. skipping: [localhost]
  169.  
  170. TASK [collect-facts : known vdr output plugins] ******************************************************************************************
  171. ok: [localhost]
  172.  
  173. TASK [autoinstall-ubuntu-drivers : apt | install ubuntu-drivers-common] ******************************************************************
  174. ok: [localhost]
  175.  
  176. TASK [autoinstall-ubuntu-drivers : use ubuntu-drivers to install additional drivers automatically] ***************************************
  177. changed: [localhost]
  178.  
  179. TASK [vdr : apt | install basic vdr packages] ********************************************************************************************
  180. ok: [localhost]
  181.  
  182. TASK [vdr : add svdrp and svdrp-disc to /etc/services] ***********************************************************************************
  183. ok: [localhost] => (item=svdrp 6419/tcp)
  184. ok: [localhost] => (item=svdrp-disc 6419/udp)
  185.  
  186. TASK [vdr : create vdr recdir] ***********************************************************************************************************
  187. changed: [localhost]
  188.  
  189. TASK [vdr : set vdr charset override] ****************************************************************************************************
  190. ok: [localhost]
  191.  
  192. TASK [vdr : set option to use hide-first-recording-level patch] **************************************************************************
  193. ok: [localhost]
  194.  
  195. TASK [vdr : create local dir in recdir] **************************************************************************************************
  196. skipping: [localhost]
  197.  
  198. TASK [vdr : apt | install additional vdr plugins] ****************************************************************************************
  199. ok: [localhost]
  200.  
  201. TASK [vdr : ensure vdr is stopped] *******************************************************************************************************
  202. changed: [localhost]
  203.  
  204. TASK [vdr : vdr configuration | copy remote.conf if it doesn't exist yet] ****************************************************************
  205. ok: [localhost]
  206.  
  207. TASK [vdr : vdr configuration | copy keymacros.conf] *************************************************************************************
  208. ok: [localhost]
  209.  
  210. TASK [vdr : vdr configuration | copy channels.conf if it doesn't exist yet] **************************************************************
  211. ok: [localhost]
  212.  
  213. TASK [vdr : vdr configuration | download channels.conf if it doesn't exist yet] **********************************************************
  214. skipping: [localhost]
  215.  
  216. TASK [vdr : vdr configuration | svdrphosts.conf] *****************************************************************************************
  217. ok: [localhost]
  218.  
  219. TASK [vdr : vdr configuration | /etc/default/vdr] ****************************************************************************************
  220. ok: [localhost]
  221.  
  222. TASK [vdr : ensure directory '/etc/vdr/xineliboutput' exists] ****************************************************************************
  223. ok: [localhost]
  224.  
  225. TASK [vdr : vdr configuration | allowed_hosts.conf for xineliboutput] ********************************************************************
  226. ok: [localhost]
  227.  
  228. TASK [vdr : vdr configuration | xineliboutput.conf host settings] ************************************************************************
  229. ok: [localhost]
  230.  
  231. TASK [vdr : disable/enable [email protected] for configured devices] *****************************************************************
  232. ok: [localhost] => (item=0)
  233. ok: [localhost] => (item=1)
  234. ok: [localhost] => (item=2)
  235. ok: [localhost] => (item=3)
  236. ok: [localhost] => (item=4)
  237. ok: [localhost] => (item=5)
  238. ok: [localhost] => (item=6)
  239. ok: [localhost] => (item=7)
  240. ok: [localhost] => (item=8)
  241. ok: [localhost] => (item=9)
  242. ok: [localhost] => (item=10)
  243. ok: [localhost] => (item=11)
  244. ok: [localhost] => (item=12)
  245. ok: [localhost] => (item=13)
  246. ok: [localhost] => (item=14)
  247. ok: [localhost] => (item=15)
  248.  
  249. TASK [vdr : ensure directory '/etc/vdr/plugins/vnsiserver' exists] ***********************************************************************
  250. ok: [localhost]
  251.  
  252. TASK [vdr : vdr configuration | allowed_hosts.conf for vnsiserver] ***********************************************************************
  253. ok: [localhost]
  254.  
  255. TASK [vdr : ensure directory '/etc/vdr/plugins' exists] **********************************************************************************
  256. ok: [localhost]
  257.  
  258. TASK [vdr : vdr configuration | streamdevhosts.conf for streamdev-server] ****************************************************************
  259. ok: [localhost]
  260.  
  261. TASK [vdr : apt | install vdr-plugin-streamdev-client] ***********************************************************************************
  262. ok: [localhost]
  263.  
  264. TASK [vdr : set streamdev-client.RemoteIp] ***********************************************************************************************
  265. ok: [localhost]
  266.  
  267. TASK [vdr : set streamdev-client.RemotePort] *********************************************************************************************
  268. ok: [localhost]
  269.  
  270. TASK [vdr : set streamdev-client.NumProvidedSystems] *************************************************************************************
  271. ok: [localhost]
  272.  
  273. TASK [vdr : set streamdev-client.StartClient] ********************************************************************************************
  274. ok: [localhost]
  275.  
  276. TASK [vdr : create directory for vdr.service systemd drop-in files] **********************************************************************
  277. ok: [localhost] => (item=/etc/systemd/system/vdr.service.d/)
  278.  
  279. TASK [vdr : systemd-drop-in | start vdr.service after network-online.target] *************************************************************
  280. ok: [localhost]
  281.  
  282. TASK [vdr : create snippet with yavdr commands] ******************************************************************************************
  283. ok: [localhost]
  284.  
  285. TASK [vdr : create helper scripts for reccmds] *******************************************************************************************
  286. ok: [localhost] => (item=removeindex)
  287. ok: [localhost] => (item=removemarks)
  288. ok: [localhost] => (item=removeresume)
  289. ok: [localhost] => (item=vdr-recrepeat)
  290.  
  291. TASK [vdr : create snippet for yavdr reccmds to handle marks-, resume- and index-files] **************************************************
  292. ok: [localhost]
  293.  
  294. TASK [vdr : create snippet for yavdr reccmds to search repeats using epgsearch] **********************************************************
  295. skipping: [localhost]
  296.  
  297. TASK [vdr-plugin-menuorg : apt | install vdr-plugin-menuorg] *****************************************************************************
  298. ok: [localhost]
  299.  
  300. TASK [vdr-plugin-menuorg : create /var/lib/vdr/plugins/menuorg.xml] **********************************************************************
  301. ok: [localhost]
  302.  
  303. TASK [autoinstall-virtualbox-guest : collect facts about installed packages] *************************************************************
  304. ok: [localhost]
  305.  
  306. TASK [autoinstall-virtualbox-guest : install packages] ***********************************************************************************
  307. skipping: [localhost]
  308.  
  309. TASK [autoinstall-virtualbox-guest : set xineliboutput as preferred frontend] ************************************************************
  310. skipping: [localhost]
  311.  
  312. TASK [autoinstall-virtualbox-guest : install xinelibouput and vdr-sxfe] ******************************************************************
  313. skipping: [localhost]
  314.  
  315. TASK [autoinstall-virtualbox-guest : set vdr_output_plugin variable] *********************************************************************
  316. skipping: [localhost]
  317.  
  318. TASK [lifeguardng : apt | install vdr-addon-lifeguard-ng] ********************************************************************************
  319. ok: [localhost]
  320.  
  321. TASK [lifeguardng : expand template for vdr-addon-lifeguard-ng configuration file] *******************************************************
  322. ok: [localhost]
  323.  
  324. TASK [yavdr-network : apt | install packages for network services] ***********************************************************************
  325. ok: [localhost]
  326.  
  327. TASK [yavdr-network : restart autofs if running] *****************************************************************************************
  328. changed: [localhost]
  329.  
  330. TASK [yavdr-network : ensure autofs is running] ******************************************************************************************
  331. ok: [localhost]
  332.  
  333. TASK [yavdr-network : restart avahi-linker if running] ***********************************************************************************
  334. changed: [localhost]
  335.  
  336. TASK [yavdr-network : ensure avahi-linker is started] ************************************************************************************
  337. ok: [localhost]
  338.  
  339. TASK [yavdr-network : ensure additional services for avahi-linker are active] ************************************************************
  340. ok: [localhost] => (item=vdr-net-monitor)
  341. ok: [localhost] => (item=vdr-update-monitor)
  342. ok: [localhost] => (item=prevent-umount-on-pause)
  343.  
  344. TASK [samba-install : install samba server] **********************************************************************************************
  345. ok: [localhost]
  346.  
  347. TASK [samba-config : touch smb.conf.custom] **********************************************************************************************
  348. changed: [localhost]
  349.  
  350. TASK [samba-config : expand template for smb.conf] ***************************************************************************************
  351. ok: [localhost]
  352.  
  353. TASK [nfs-server : install nfs server packages] ******************************************************************************************
  354. ok: [localhost]
  355.  
  356. TASK [nfs-server : create /etc/exports] **************************************************************************************************
  357. ok: [localhost]
  358.  
  359. TASK [nfs-server : populate /etc/avahi/services] *****************************************************************************************
  360. ok: [localhost] => (item={'key': 'audio', 'value': '/srv/audio'})
  361. ok: [localhost] => (item={'key': 'video', 'value': '/srv/video'})
  362. ok: [localhost] => (item={'key': 'pictures', 'value': '/srv/picture'})
  363. ok: [localhost] => (item={'key': 'files', 'value': '/srv/files'})
  364. ok: [localhost] => (item={'key': 'backups', 'value': '/srv/backups'})
  365. ok: [localhost] => (item={'key': 'recordings', 'value': '/srv/vdr/video'})
  366.  
  367. TASK [pulseaudio : apt | install pulseaudio, pavucontrol and vdr-plugin-pulsecontrol] ****************************************************
  368. ok: [localhost]
  369.  
  370. TASK [pulseaudio : create /etc/asound.conf with pulseaudio as default device] ************************************************************
  371. ok: [localhost]
  372.  
  373. TASK [yavdr-xorg : create directories for systemd drop-in files] *************************************************************************
  374. ok: [localhost] => (item=/etc/systemd/system/[email protected]/)
  375. ok: [localhost] => (item=/etc/systemd/system/vdr.service.d/)
  376. ok: [localhost] => (item=/etc/systemd/system/[email protected]/)
  377. ok: [localhost] => (item=/etc/X11/xorg.conf.d/)
  378.  
  379. TASK [yavdr-xorg : systemd-drop-in | add dependency to X-server for vdr.service] *********************************************************
  380. ok: [localhost]
  381.  
  382. TASK [yavdr-xorg : systemd-drop-in | start [email protected] after plymouth.service] ************************************************************
  383. ok: [localhost]
  384.  
  385. TASK [yavdr-xorg : systemd-drop-in | start [email protected] before [email protected]] ************************************************************
  386. ok: [localhost]
  387.  
  388. TASK [yavdr-xorg : systemd-drop-in | load environment file for vdr.service] **************************************************************
  389. ok: [localhost]
  390.  
  391. TASK [yavdr-xorg : systemd-drop-in | [email protected] depends on [email protected]] **********************************************************
  392. ok: [localhost]
  393.  
  394. TASK [yavdr-xorg : vdr-config | create softhddevice.conf if it doesn't exist yet] ********************************************************
  395. ok: [localhost]
  396.  
  397. TASK [yavdr-xorg : vdr-config | start softhddevice detached and set audio to pulseaudio] *************************************************
  398. ok: [localhost] => (item=-D)
  399. ok: [localhost] => (item=-w alsa-driver-broken)
  400. ok: [localhost] => (item=)
  401.  
  402. TASK [yavdr-xorg : add a login shell for the user vdr] ***********************************************************************************
  403. ok: [localhost]
  404.  
  405. TASK [yavdr-xorg : apt | install packages for xorg] **************************************************************************************
  406. ok: [localhost]
  407.  
  408. TASK [yavdr-xorg : apt | install packages for Intel IGP] *********************************************************************************
  409. skipping: [localhost]
  410.  
  411. TASK [yavdr-xorg : add ppa:oibaf/graphics-drivers for up to date mesa drivers] ***********************************************************
  412. skipping: [localhost]
  413.  
  414. TASK [yavdr-xorg : update package lists and all packages after adding ppa:oibaf/graphics-drivers] ****************************************
  415. skipping: [localhost]
  416.  
  417. TASK [yavdr-xorg : apt | install packages for AMD GPUs] **********************************************************************************
  418. skipping: [localhost]
  419.  
  420. TASK [yavdr-xorg : Install yaVDR Media (e.g. Backgrounds)] *******************************************************************************
  421. ok: [localhost]
  422.  
  423. TASK [yavdr-xorg : command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf] **************************************
  424. ok: [localhost]
  425.  
  426. TASK [yavdr-xorg : add snippet to ignore eventlircd devices in xorg] *********************************************************************
  427. ok: [localhost]
  428.  
  429. TASK [yavdr-xorg : apt | install desktop programs] ***************************************************************************************
  430. ok: [localhost]
  431.  
  432. TASK [yavdr-xorg : expand template for [email protected]] *******************************************************************************
  433. ok: [localhost]
  434.  
  435. TASK [yavdr-xorg : expand template for xorg-verbose.conf] ********************************************************************************
  436. ok: [localhost]
  437.  
  438. TASK [yavdr-xorg : remove intel snippet] *************************************************************************************************
  439. ok: [localhost]
  440.  
  441. TASK [yavdr-xorg : remove amd snippet] ***************************************************************************************************
  442. ok: [localhost]
  443.  
  444. TASK [yavdr-xorg : Stop VDR] *************************************************************************************************************
  445. ok: [localhost]
  446.  
  447. TASK [yavdr-xorg : Stop yavdr-xorg] ******************************************************************************************************
  448. changed: [localhost]
  449.  
  450. TASK [yavdr-xorg : Stop xlogin] **********************************************************************************************************
  451. ok: [localhost]
  452.  
  453. TASK [yavdr-xorg : Stop x] ***************************************************************************************************************
  454. ok: [localhost]
  455.  
  456. TASK [yavdr-xorg : check /etc/yavdr/autoinstalled if a nvidia driver has been installed] *************************************************
  457. changed: [localhost]
  458.  
  459. TASK [yavdr-xorg : set_fact | nvidia_driver_installed] ***********************************************************************************
  460. ok: [localhost]
  461.  
  462. TASK [yavdr-xorg : unbind vconsole] ******************************************************************************************************
  463. skipping: [localhost]
  464.  
  465. TASK [yavdr-xorg : wait a little, so noveau isn't used anymore] **************************************************************************
  466. skipping: [localhost]
  467.  
  468. TASK [yavdr-xorg : unload kms drivers] ***************************************************************************************************
  469. skipping: [localhost] => (item=nouveau)
  470. skipping: [localhost] => (item=ttm)
  471. skipping: [localhost] => (item=drm_kms_helper)
  472. skipping: [localhost] => (item=drm)
  473.  
  474. TASK [yavdr-xorg : load nvidia driver] ***************************************************************************************************
  475. skipping: [localhost]
  476.  
  477. TASK [yavdr-xorg : wait a little before starting nvidia-persistenced] ********************************************************************
  478. skipping: [localhost]
  479.  
  480. TASK [yavdr-xorg : start nvidia-persistenced] ********************************************************************************************
  481. skipping: [localhost]
  482.  
  483. TASK [yavdr-xorg : start [email protected]] *********************************************************************************************
  484. changed: [localhost]
  485.  
  486. TASK [yavdr-xorg : wait a little, so X has some time to start up] ************************************************************************
  487. ok: [localhost]
  488.  
  489. TASK [yavdr-xorg : detect xorg configuration] ********************************************************************************************
  490. changed: [localhost]
  491.  
  492. TASK [yavdr-xorg : show parsed xrandr data] **********************************************************************************************
  493. ok: [localhost] => {
  494. "xrandr": {
  495. "Screen 0:": {
  496. "DVI-I-0": {
  497. "EDID": "",
  498. "auto": "",
  499. "current": "",
  500. "is_connected": false,
  501. "modelines": {},
  502. "modes": {},
  503. "preferred": ""
  504. },
  505. "DVI-I-1": {
  506. "EDID": "",
  507. "auto": "",
  508. "current": "",
  509. "is_connected": false,
  510. "modelines": {},
  511. "modes": {},
  512. "preferred": ""
  513. },
  514. "HDMI-0": {
  515. "EDID": "00ffffffffffff004c2dc007000000002e140103804627780aee91a3544c99260f5054bdef80714f8100814081809500950fb300a940023a801871382d40582c4500a05a0000001e662150b051001b3040703600a05a0000001e000000fd00184b1a5117000a202020202020000000fc0053414d53554e470a2020202020017c020323f14b901f0413051403122021222309070783010000e2000f67030c004000b82d011d007251d01e206e285500a05a0000001e011d00bc52d01e20b8285540a05a0000001e011d8018711c1620582c2500a05a0000009e011d80d0721c1620102c2580a05a0000009e0000000000000000000000000000000000000000dd",
  516. "auto": "",
  517. "current": "1920x1080_60",
  518. "is_connected": true,
  519. "modelines": {
  520. "1024x768_60": "Modeline \"1024x768_60\" 65.000 1024 1048 1184 1344 768 771 777 806 -HSync -VSync",
  521. "1024x768_70": "Modeline \"1024x768_70\" 75.000 1024 1048 1184 1328 768 771 777 806 -HSync -VSync",
  522. "1024x768_75": "Modeline \"1024x768_75\" 78.750 1024 1040 1136 1312 768 769 772 800 +HSync +VSync",
  523. "1152x864_75": "Modeline \"1152x864_75\" 108.000 1152 1216 1344 1600 864 865 868 900 +HSync +VSync",
  524. "1280x1024_60": "Modeline \"1280x1024_60\" 108.000 1280 1328 1440 1688 1024 1025 1028 1066 +HSync +VSync",
  525. "1280x1024_75": "Modeline \"1280x1024_75\" 135.000 1280 1296 1440 1688 1024 1025 1028 1066 +HSync +VSync",
  526. "1280x720_50": "Modeline \"1280x720_50\" 74.250 1280 1720 1760 1980 720 725 730 750 +HSync +VSync",
  527. "1280x720_60": "Modeline \"1280x720_60\" 74.180 1280 1390 1430 1650 720 725 730 750 +HSync +VSync",
  528. "1280x800_60": "Modeline \"1280x800_60\" 83.500 1280 1352 1480 1680 800 803 809 831 -HSync +VSync",
  529. "1280x960_60": "Modeline \"1280x960_60\" 108.000 1280 1376 1488 1800 960 961 964 1000 +HSync +VSync",
  530. "1360x768_60": "Modeline \"1360x768_60\" 85.500 1360 1424 1536 1792 768 771 777 795 +HSync +VSync",
  531. "1440x900_60": "Modeline \"1440x900_60\" 106.500 1440 1520 1672 1904 900 903 909 934 -HSync +VSync",
  532. "1440x900_75": "Modeline \"1440x900_75\" 136.750 1440 1536 1688 1936 900 903 909 942 -HSync +VSync",
  533. "1600x1200_60": "Modeline \"1600x1200_60\" 162.000 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync",
  534. "1680x1050_60": "Modeline \"1680x1050_60\" 146.250 1680 1784 1960 2240 1050 1053 1059 1089 -HSync +VSync",
  535. "1920x1080_24": "Modeline \"1920x1080_24\" 74.160 1920 2558 2602 2750 1080 1084 1089 1125 +HSync +VSync",
  536. "1920x1080_25": "Modeline \"1920x1080_25\" 74.250 1920 2448 2492 2640 1080 1084 1089 1125 +HSync +VSync",
  537. "1920x1080_30": "Modeline \"1920x1080_30\" 74.180 1920 2008 2052 2200 1080 1084 1089 1125 +HSync +VSync",
  538. "1920x1080_50": "Modeline \"1920x1080_50\" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +HSync +VSync",
  539. "1920x1080_60": "Modeline \"1920x1080_60\" 148.350 1920 2008 2052 2200 1080 1084 1089 1125 +HSync +VSync",
  540. "640x480_60": "Modeline \"640x480_60\" 25.175 640 656 752 800 480 490 492 525 -HSync -VSync",
  541. "640x480_73": "Modeline \"640x480_73\" 31.500 640 656 696 832 480 481 484 520 -HSync -VSync",
  542. "640x480_75": "Modeline \"640x480_75\" 31.500 640 656 720 840 480 481 484 500 -HSync -VSync",
  543. "720x480_60": "Modeline \"720x480_60\" 27.000 720 736 798 858 480 489 495 525 -HSync -VSync",
  544. "720x576_50": "Modeline \"720x576_50\" 27.000 720 732 796 864 576 581 586 625 -HSync -VSync",
  545. "800x600_60": "Modeline \"800x600_60\" 40.000 800 840 968 1056 600 601 605 628 +HSync +VSync",
  546. "800x600_72": "Modeline \"800x600_72\" 50.000 800 856 976 1040 600 637 643 666 +HSync +VSync",
  547. "800x600_75": "Modeline \"800x600_75\" 49.500 800 816 896 1056 600 601 604 625 +HSync +VSync"
  548. },
  549. "modes": {
  550. "1024x768": [
  551. 75,
  552. 70,
  553. 60
  554. ],
  555. "1152x864": [
  556. 75
  557. ],
  558. "1280x1024": [
  559. 75,
  560. 60
  561. ],
  562. "1280x720": [
  563. 60,
  564. 50
  565. ],
  566. "1280x800": [
  567. 60
  568. ],
  569. "1280x960": [
  570. 60
  571. ],
  572. "1360x768": [
  573. 60
  574. ],
  575. "1440x900": [
  576. 75,
  577. 60
  578. ],
  579. "1600x1200": [
  580. 60
  581. ],
  582. "1680x1050": [
  583. 60
  584. ],
  585. "1920x1080": [
  586. 60,
  587. 50,
  588. 30,
  589. 25,
  590. 24
  591. ],
  592. "640x480": [
  593. 75,
  594. 73,
  595. 60
  596. ],
  597. "720x480": [
  598. 60
  599. ],
  600. "720x576": [
  601. 50
  602. ],
  603. "800x600": [
  604. 75,
  605. 72,
  606. 60
  607. ]
  608. },
  609. "preferred": "1920x1080_60"
  610. }
  611. }
  612. }
  613. }
  614.  
  615. TASK [yavdr-xorg : show primary display configuration] ***********************************************************************************
  616. ok: [localhost] => {
  617. "xorg.primary": {
  618. "bus_id": "PCI:3@0:0:0",
  619. "connector": "HDMI-0",
  620. "edid": "/etc/X11/edid.HDMI-0.bin",
  621. "gpu_name": "ION",
  622. "mode": "1920x1080_50",
  623. "model": "'SAMSUNG'",
  624. "modelines": [
  625. "Modeline \"720x400_70\" 28.320 720 738 846 900 400 421 423 449 -HSync +VSync",
  626. "Modeline \"640x480_60\" 25.175 640 656 752 800 480 490 492 525 -HSync -VSync",
  627. "Modeline \"640x480_67\" 30.240 640 704 768 864 480 483 486 525 -HSync -VSync",
  628. "Modeline \"640x480_73\" 31.500 640 664 704 832 480 489 492 520 -HSync -VSync",
  629. "Modeline \"640x480_75\" 31.500 640 656 720 840 480 481 484 500 -HSync -VSync",
  630. "Modeline \"800x600_60\" 40.000 800 840 968 1056 600 601 605 628 +HSync +VSync",
  631. "Modeline \"800x600_72\" 50.000 800 856 976 1040 600 637 643 666 +HSync +VSync",
  632. "Modeline \"800x600_75\" 49.500 800 816 896 1056 600 601 604 625 +HSync +VSync",
  633. "Modeline \"832x624_75\" 57.284 832 864 928 1152 624 625 628 667 -HSync -VSync",
  634. "Modeline \"1024x768_60\" 65.000 1024 1048 1184 1344 768 771 777 806 -HSync -VSync",
  635. "Modeline \"1024x768_70\" 75.000 1024 1048 1184 1328 768 771 777 806 -HSync -VSync",
  636. "Modeline \"1024x768_75\" 78.750 1024 1040 1136 1312 768 769 772 800 +HSync +VSync",
  637. "Modeline \"1280x1024_75\" 135.000 1280 1296 1440 1688 1024 1025 1028 1066 +HSync +VSync",
  638. "Modeline \"1152x870_75\" 100.000 1152 1200 1328 1456 870 873 876 915 +HSync +VSync",
  639. "Modeline \"1152x864_75\" 108.000 1152 1216 1344 1600 864 865 868 900 +HSync +VSync",
  640. "Modeline \"1280x800_60\" 83.500 1280 1352 1480 1680 800 803 809 831 -HSync +VSync",
  641. "Modeline \"1280x960_60\" 108.000 1280 1376 1488 1800 960 961 964 1000 +HSync +VSync",
  642. "Modeline \"1280x1024_60\" 108.000 1280 1328 1440 1688 1024 1025 1028 1066 +HSync +VSync",
  643. "Modeline \"1440x900_60\" 106.500 1440 1520 1672 1904 900 903 909 934 -HSync +VSync",
  644. "Modeline \"1440x900_75\" 136.750 1440 1536 1688 1936 900 903 909 942 -HSync +VSync",
  645. "Modeline \"1680x1050_60\" 146.250 1680 1784 1960 2240 1050 1053 1059 1089 -HSync +VSync",
  646. "Modeline \"1600x1200_60\" 162.000 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync",
  647. "Modeline \"1920x1080_60\" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +HSync +VSync",
  648. "Modeline \"1360x768_60\" 85.500 1360 1424 1536 1792 768 771 777 795 +HSync +VSync",
  649. "Modeline \"1920x1080_60\" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +HSync +VSync",
  650. "Modeline \"1920x1080_50\" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +HSync +VSync",
  651. "Modeline \"1280x720_60\" 74.250 1280 1390 1430 1650 720 725 730 750 +HSync +VSync",
  652. "Modeline \"1280x720_50\" 74.250 1280 1720 1760 1980 720 725 730 750 +HSync +VSync",
  653. "Modeline \"1920x1080_31i\" 74.250 1920 2008 2052 2200 1080 1082 1087 1103 +HSync +VSync Interlace",
  654. "Modeline \"1920x1080_25i\" 74.250 1920 2448 2492 2640 1080 1082 1087 1103 +HSync +VSync Interlace",
  655. "Modeline \"720x480_60\" 27.000 720 736 798 858 480 489 495 525 -HSync -VSync",
  656. "Modeline \"720x576_50\" 27.000 720 732 796 864 576 581 586 625 -HSync -VSync",
  657. "Modeline \"1920x1080_24\" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +HSync +VSync",
  658. "Modeline \"1920x1080_25\" 74.250 1920 2448 2492 2640 1080 1084 1089 1125 +HSync +VSync",
  659. "Modeline \"1920x1080_30\" 74.250 1920 2008 2052 2200 1080 1084 1089 1125 +HSync +VSync",
  660. "Modeline \"1280x720_60\" 74.250 1280 1390 1430 1650 720 725 730 750 +HSync +VSync",
  661. "Modeline \"1280x720_50\" 74.250 1280 1720 1760 1980 720 725 730 750 +HSync +VSync",
  662. "Modeline \"1920x1080_31i\" 74.250 1920 2008 2052 2200 1080 1082 1087 1103 +HSync +VSync Interlace",
  663. "Modeline \"1920x1080_25i\" 74.250 1920 2448 2492 2640 1080 1082 1087 1103 +HSync +VSync Interlace",
  664. "Modeline \"1920x1080_60\" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +HSync +VSync",
  665. "Modeline \"1920x1080_60\" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +HSync +VSync",
  666. "Modeline \"1920x1080_60\" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +HSync +VSync"
  667. ],
  668. "refreshrate": 50,
  669. "resolution": "1920x1080",
  670. "vendor": "SAM"
  671. }
  672. }
  673.  
  674. TASK [yavdr-xorg : show secondary display configuration] *********************************************************************************
  675. skipping: [localhost]
  676.  
  677. TASK [yavdr-xorg : show drm data (emtpy for nvidia)] *************************************************************************************
  678. ok: [localhost] => {
  679. "drm": {
  680. "ignored_outputs": [],
  681. "primary": {},
  682. "secondary": {}
  683. }
  684. }
  685.  
  686. TASK [yavdr-xorg : stop [email protected]] *******************************************************************************************
  687. changed: [localhost]
  688.  
  689. TASK [yavdr-xorg : ensure facts.d directory exists] **************************************************************************************
  690. ok: [localhost]
  691.  
  692. TASK [yavdr-xorg : write xorg variable as local fact] ************************************************************************************
  693. ok: [localhost]
  694.  
  695. TASK [yavdr-xorg : write xrandr variable as local fact] **********************************************************************************
  696. ok: [localhost]
  697.  
  698. TASK [yavdr-xorg : write drm variable as local fact] *************************************************************************************
  699. ok: [localhost]
  700.  
  701. TASK [yavdr-xorg : update xorg, xrandr and drm variables with values from local facts if needed] *****************************************
  702. skipping: [localhost]
  703.  
  704. TASK [yavdr-xorg : create xorg.conf (for nvidia driver)] *********************************************************************************
  705. ok: [localhost]
  706.  
  707. TASK [yavdr-xorg : intel xorg config snippet] ********************************************************************************************
  708. skipping: [localhost]
  709.  
  710. TASK [yavdr-xorg : amd xorg config snippet] **********************************************************************************************
  711. skipping: [localhost]
  712.  
  713. TASK [yavdr-xorg : server flags config snippet to disable screen blanking] ***************************************************************
  714. ok: [localhost]
  715.  
  716. TASK [yavdr-remote : apt | install packages for remote support] **************************************************************************
  717. ok: [localhost]
  718.  
  719. TASK [yavdr-remote : create directory /etc/systemd/system/lircd.service.d/] **************************************************************
  720. ok: [localhost]
  721.  
  722. TASK [yavdr-remote : expand template for /etc/systemd/system/lircd.service.d/lircd2uinput.conf] ******************************************
  723. ok: [localhost]
  724.  
  725. TASK [yavdr-remote : stop, mask and disable lircd.socket, lircd.service, lircmd.service and lircd-uinput.service] ************************
  726. ok: [localhost] => (item=lircd.service)
  727. ok: [localhost] => (item=lircd.socket)
  728. ok: [localhost] => (item=lircmd.service)
  729. ok: [localhost] => (item=lircd-uinput.service)
  730.  
  731. TASK [yavdr-remote : apt | install eventlircd and lircd2uinput] **************************************************************************
  732. ok: [localhost]
  733.  
  734. TASK [yavdr-remote : configure vdr to read from a lircd-compatible socket] ***************************************************************
  735. ok: [localhost]
  736.  
  737. TASK [yavdr-remote : expand template for /etc/rc_maps.cfg] *******************************************************************************
  738. ok: [localhost]
  739.  
  740. TASK [yavdr-remote : install dependencies for rc-core-learn.py] **************************************************************************
  741. ok: [localhost]
  742.  
  743. TASK [yavdr-remote : expand template for rc-core-learn.py] *******************************************************************************
  744. ok: [localhost]
  745.  
  746. TASK [session-common : install required packages] ****************************************************************************************
  747. ok: [localhost]
  748.  
  749. TASK [session-common : create ~/.config/systemd/user] ************************************************************************************
  750. changed: [localhost]
  751.  
  752. TASK [session-common : create tmux.service for the session] ******************************************************************************
  753. ok: [localhost]
  754.  
  755. TASK [udiskie : install udiskie] *********************************************************************************************************
  756. ok: [localhost]
  757.  
  758. TASK [udiskie : create ~/.config/udiskie] ************************************************************************************************
  759. ok: [localhost]
  760.  
  761. TASK [udiskie : expand template for udiskie's config.yml] ********************************************************************************
  762. ok: [localhost]
  763.  
  764. TASK [udiskie : create ~/.config/systemd/user] *******************************************************************************************
  765. ok: [localhost]
  766.  
  767. TASK [udiskie : expand template for udiskie's systemd unit] ******************************************************************************
  768. ok: [localhost]
  769.  
  770. TASK [udiskie : create ~/bin] ************************************************************************************************************
  771. ok: [localhost]
  772.  
  773. TASK [udiskie : expand template for mount helper script] *********************************************************************************
  774. ok: [localhost]
  775.  
  776. TASK [udiskie : expand template for udiskie vdr commands] ********************************************************************************
  777. ok: [localhost]
  778.  
  779. TASK [yavdr-desktop : create folders for user configuration files] ***********************************************************************
  780. changed: [localhost] => (item=/var/lib/vdr/.config/systemd/user)
  781. ok: [localhost] => (item=/var/lib/vdr/.config/openbox)
  782. changed: [localhost] => (item=/var/lib/vdr/.config/pulse)
  783. ok: [localhost] => (item=/var/lib/vdr/bin)
  784.  
  785. TASK [yavdr-desktop : expand template for .xinitrc for vdr user] *************************************************************************
  786. ok: [localhost]
  787.  
  788. TASK [yavdr-desktop : expand template for vdr's .Xresources] *****************************************************************************
  789. ok: [localhost]
  790.  
  791. TASK [yavdr-desktop : expand template for openbox autostart] *****************************************************************************
  792. ok: [localhost]
  793.  
  794. TASK [yavdr-desktop : expand rc.xml for openbox] *****************************************************************************************
  795. ok: [localhost]
  796.  
  797. TASK [yavdr-desktop : expand rc2.xml for openbox on second display] **********************************************************************
  798. ok: [localhost]
  799.  
  800. TASK [yavdr-desktop : create yavdr-desktop.target for the user session] ******************************************************************
  801. ok: [localhost]
  802.  
  803. TASK [yavdr-desktop : disable pulseaudio autospawning] ***********************************************************************************
  804. ok: [localhost]
  805.  
  806. TASK [yavdr-desktop : create wm-exit.service for the session] ****************************************************************************
  807. ok: [localhost]
  808.  
  809. TASK [yavdr-desktop : create detect-second-display.service for the session] **************************************************************
  810. ok: [localhost]
  811.  
  812. TASK [yavdr-desktop : create detect-second-diplay script] ********************************************************************************
  813. ok: [localhost]
  814.  
  815. TASK [yavdr-desktop : create switch-displays script] *************************************************************************************
  816. ok: [localhost]
  817.  
  818. TASK [yavdr-desktop : create openbox-second.service for the session] *********************************************************************
  819. ok: [localhost]
  820.  
  821. TASK [yavdr-desktop : expand template for irexec.service] ********************************************************************************
  822. ok: [localhost]
  823.  
  824. TASK [yavdr-desktop : expand template for .lircrc] ***************************************************************************************
  825. ok: [localhost]
  826.  
  827. TASK [yavdr-desktop : link /usr/bin/start-desktop to /var/lib/vdr/plugins/desktop/starter] ***********************************************
  828. ok: [localhost]
  829.  
  830. TASK [yavdr-desktop : enable and start yavdr-xorg for the vdr user] **********************************************************************
  831. changed: [localhost]
  832.  
  833. TASK [yavdr-desktop : enable tmux.service] ***********************************************************************************************
  834. ok: [localhost]
  835.  
  836. TASK [yavdr-desktop : enable and start udiskie.service] **********************************************************************************
  837. ok: [localhost]
  838.  
  839. TASK [osd2web : apt | install vdr-plugin-osd2web] ****************************************************************************************
  840. ok: [localhost]
  841.  
  842. TASK [osd2web : expand osd2web.service from template for the session] ********************************************************************
  843. ok: [localhost]
  844.  
  845. TASK [osd2web : activate and start systemd unit osd2web.service] *************************************************************************
  846. changed: [localhost]
  847.  
  848. TASK [autoinstall-satip : detect SAT>IP Server(s) on the network] ************************************************************************
  849. ok: [localhost]
  850.  
  851. TASK [autoinstall-satip : debug] *********************************************************************************************************
  852. skipping: [localhost]
  853.  
  854. TASK [autoinstall-satip : apt | install vdr-plugin-satip if a Sat>IP server has been detected] *******************************************
  855. skipping: [localhost]
  856.  
  857. TASK [autoinstall-targavfd : apt | install vdr-plugin-targavfd if connected] *************************************************************
  858. skipping: [localhost]
  859.  
  860. TASK [autoinstall-imonlcd : apt | install vdr-plugin-imonlcd if connected] ***************************************************************
  861. skipping: [localhost]
  862.  
  863. TASK [autoinstall-imonvfd : check which display type we got] *****************************************************************************
  864. skipping: [localhost]
  865.  
  866. TASK [autoinstall-imonvfd : apt | install lcdproc and vdr-plugin-lcdproc for IMON VFD] ***************************************************
  867. skipping: [localhost]
  868.  
  869. TASK [autoinstall-imonvfd : copy udev rule for IMON VFD] *********************************************************************************
  870. skipping: [localhost]
  871.  
  872. TASK [autoinstall-imonvfd : expand template for /etc/LCDd.conf] **************************************************************************
  873. skipping: [localhost]
  874.  
  875. TASK [autoinstall-imonvfd : enable service LCDd.service and ensure it is not masked] *****************************************************
  876. skipping: [localhost]
  877.  
  878. TASK [autoinstall-pvr350 : apt | install vdr-plugin-pvr350 if connected] *****************************************************************
  879. skipping: [localhost]
  880.  
  881. TASK [autoinstall-hauppauge-pvr : apt | install vdr-plugin-pvrinput if a haupauge pvr card is found] *************************************
  882. skipping: [localhost]
  883.  
  884. TASK [autoinstall-dvbsddevice : download firmware files] *********************************************************************************
  885. skipping: [localhost] => (item={'src': 'https://linuxtv.org/downloads/firmware/dvb-ttpci-01.fw-2622', 'checksum': 'sha256:482e49f8aac3fa5ea464230ea3f0cf27e298b62680c33636cb1bf442ad6fb067', 'name': 'dvb-ttpci-01.fw'})
  886.  
  887. TASK [autoinstall-dvbsddevice : apt | install vdr-plugin-dvbsddevice if module is loaded] ************************************************
  888. skipping: [localhost]
  889.  
  890. TASK [autoinstall-hardware-irmp : apt | install yavdr-hardware-irmp if connected] ********************************************************
  891. skipping: [localhost]
  892.  
  893. TASK [autoinstall-atric-usb : apt | install lirc-drv-irman] ******************************************************************************
  894. skipping: [localhost]
  895.  
  896. TASK [autoinstall-atric-usb : write lirc configuration] **********************************************************************************
  897. skipping: [localhost]
  898.  
  899. TASK [autoinstall-atric-usb : run udevadm trigger to force udev rule to create symlinks] *************************************************
  900. skipping: [localhost]
  901.  
  902. TASK [autoinstall-atric-usb : enable lircd, eventlircd, lircd2uinput] ********************************************************************
  903. skipping: [localhost] => (item=eventlircd.service)
  904. skipping: [localhost] => (item=lircd2uinput.service)
  905. skipping: [localhost] => (item=lircd.service)
  906.  
  907. TASK [autoinstall-yausbir : apt | install lirc-drv-yausbir] ******************************************************************************
  908. skipping: [localhost]
  909.  
  910. TASK [autoinstall-yausbir : write lirc configuration] ************************************************************************************
  911. skipping: [localhost]
  912.  
  913. TASK [autoinstall-yausbir : enable lircd, eventlircd, lircd2uinput] **********************************************************************
  914. skipping: [localhost] => (item=eventlircd.service)
  915. skipping: [localhost] => (item=lircd2uinput.service)
  916. skipping: [localhost] => (item=lircd.service)
  917.  
  918. TASK [autoinstall-dvbsky-firmware : add firmware files for DVBSky if a card has been detected] *******************************************
  919. skipping: [localhost]
  920.  
  921. TASK [autoinstall-dvbsky-firmware : download and extract firmware] ***********************************************************************
  922. skipping: [localhost]
  923.  
  924. TASK [autoinstall-dvbsky-firmware : copy firmware file] **********************************************************************************
  925.  
  926. TASK [autoinstall-dvbsky-firmware : Remove temporary files] ******************************************************************************
  927. skipping: [localhost]
  928.  
  929. TASK [autoinstall-firmware : Firmware dvb-demod-si2168-b40-01.fw for Hauppauge WinTV HD Solo/Duo, PCTV 292e] *****************************
  930. skipping: [localhost]
  931.  
  932. TASK [autoinstall-firmware : Firmware dvb-fe-xc5000-1.6.114.fw for Hauppauge WinTV-HVR-930C] *********************************************
  933. skipping: [localhost]
  934.  
  935. TASK [autoinstall-firmware : Firmware ngenge_18.fw for ngene cards] **********************************************************************
  936. skipping: [localhost]
  937.  
  938. TASK [autoinstall-firmware : Firmware drxk_a3.mc for drxk] *******************************************************************************
  939. skipping: [localhost]
  940.  
  941. TASK [autoinstall-firmware : Firmware for Hauppauge Win-TV HVR-4000 and NOVA-HD-S2] ******************************************************
  942. skipping: [localhost]
  943.  
  944. TASK [autoinstall-firmware : Firmware for Tevii S464/470/471/660] ************************************************************************
  945. skipping: [localhost]
  946.  
  947. TASK [install-sundtek : check for connected sundtek devices] *****************************************************************************
  948. ok: [localhost]
  949.  
  950. TASK [install-sundtek : override udev rule installed by dvb-driver-sundtek] **************************************************************
  951. changed: [localhost]
  952.  
  953. TASK [install-sundtek : expand template for custom sundtek.service] **********************************************************************
  954. changed: [localhost]
  955.  
  956. TASK [install-sundtek : set LD_PRELOAD for sundtek driver to VDR's environment] **********************************************************
  957. changed: [localhost]
  958.  
  959. TASK [install-sundtek : apt | install sundtek dvb driver] ********************************************************************************
  960. changed: [localhost]
  961.  
  962. TASK [install-sundtek : apt | install vdr-plugins for dynamic sundtek configuration else uninstall] **************************************
  963. ok: [localhost]
  964.  
  965. TASK [install-sundtek : check if sundtek.service is running] *****************************************************************************
  966. ok: [localhost]
  967.  
  968. TASK [install-sundtek : get mediasrv pids] ***********************************************************************************************
  969. changed: [localhost]
  970.  
  971. TASK [install-sundtek : systemd | start sundtek.service] *********************************************************************************
  972. ok: [localhost]
  973.  
  974. TASK [epgd : MariaDB and Plugin | install] ***********************************************************************************************
  975. changed: [localhost]
  976.  
  977. TASK [epgd : copy file | epgd mariadb config] ********************************************************************************************
  978. changed: [localhost]
  979.  
  980. TASK [epgd : create /root/.ssh if it doesn't exist yes] **********************************************************************************
  981. ok: [localhost]
  982.  
  983. TASK [epgd : copy file | mysqlpasswd] ****************************************************************************************************
  984. changed: [localhost]
  985.  
  986. TASK [epgd : Restart mariadb] ************************************************************************************************************
  987. changed: [localhost]
  988.  
  989. TASK [epgd : Create a new database for epgd] *********************************************************************************************
  990. changed: [localhost]
  991.  
  992. TASK [epgd : Create User for epgd database] **********************************************************************************************
  993. [WARNING]: Module did not set no_log for update_password
  994. changed: [localhost]
  995.  
  996. TASK [epgd : Create User for epgd database] **********************************************************************************************
  997. changed: [localhost]
  998.  
  999. TASK [epgd : create epgd config folder] **************************************************************************************************
  1000. changed: [localhost]
  1001.  
  1002. TASK [epgd : epgd config] ****************************************************************************************************************
  1003. changed: [localhost]
  1004.  
  1005. TASK [epgd : epgd | install] *************************************************************************************************************
  1006. changed: [localhost]
  1007.  
  1008. TASK [channellogos : apt | install dependencies] *****************************************************************************************
  1009. ok: [localhost]
  1010.  
  1011. TASK [channellogos : copy channel_linker script] *****************************************************************************************
  1012. ok: [localhost]
  1013.  
  1014. TASK [channellogos : get current mediaportal channel logos] ******************************************************************************
  1015.  
  1016. TASK [channellogos : update channel logo links] ******************************************************************************************
  1017. changed: [localhost]
  1018.  
  1019. TASK [kodi : apt | install kodi packages] ************************************************************************************************
  1020. ok: [localhost]
  1021.  
  1022. TASK [kodi : apt | install kodi-send (team-xbmc PPA)] ************************************************************************************
  1023. ok: [localhost]
  1024.  
  1025. TASK [kodi : apt | install kodi-send (fallback)] *****************************************************************************************
  1026. skipping: [localhost]
  1027.  
  1028. TASK [kodi : create kodi.service for the user session] ***********************************************************************************
  1029. ok: [localhost]
  1030.  
  1031. TASK [kodi : create kodi user directory] *************************************************************************************************
  1032. ok: [localhost] => (item=.kodi)
  1033. ok: [localhost] => (item=.kodi/userdata)
  1034. ok: [localhost] => (item=.kodi/userdata/keymaps)
  1035.  
  1036. TASK [kodi : copy Lircmap.xml if it does not exist yet] **********************************************************************************
  1037. ok: [localhost]
  1038.  
  1039. TASK [kodi : copy remote.xml if it does not exist yet] ***********************************************************************************
  1040. ok: [localhost]
  1041.  
  1042. TASK [kodi : expand template for set-kodi-display] ***************************************************************************************
  1043. ok: [localhost]
  1044.  
  1045. TASK [dvd : apt | install libdvd-pkg] ****************************************************************************************************
  1046. ok: [localhost]
  1047.  
  1048. TASK [dvd : reconfigure libdvd-pkg] ******************************************************************************************************
  1049. changed: [localhost]
  1050.  
  1051. TASK [dvd : change udev rule to allow KODI to eject optical disks] ***********************************************************************
  1052. ok: [localhost]
  1053.  
  1054. TASK [wakeup : install and configure vdr-addon-acpiwakeup] *******************************************************************************
  1055. ok: [localhost]
  1056.  
  1057. TASK [wakeup : install and configure vdr-addon-stm32wakeup] ******************************************************************************
  1058. skipping: [localhost]
  1059.  
  1060. TASK [wakeup : expand template for /etc/vdr/vdr-addon-acpiwakeup.conf] *******************************************************************
  1061. ok: [localhost]
  1062.  
  1063. TASK [wakeup : expand template for /etc/vdr/vdr-addon-stm32imrp-wakeup.conf] *************************************************************
  1064. ok: [localhost]
  1065.  
  1066. TASK [grub-config : custom grub configuration for timeout and reboot halt] ***************************************************************
  1067. ok: [localhost]
  1068.  
  1069. TASK [grub-config : let the system boot quietly] *****************************************************************************************
  1070. ok: [localhost]
  1071.  
  1072. TASK [grub-config : set GRUB_TIMEOUT] ****************************************************************************************************
  1073. ok: [localhost]
  1074.  
  1075. TASK [grub-config : set GRUB_TIMEOUT_STYLE] **********************************************************************************************
  1076. ok: [localhost]
  1077.  
  1078. TASK [set-output-plugin : show vdr_output_plugin] ****************************************************************************************
  1079. skipping: [localhost]
  1080.  
  1081. TASK [set-output-plugin : show automatically_installed_output_plugin] ********************************************************************
  1082. skipping: [localhost]
  1083.  
  1084. TASK [set-output-plugin : apt | install the output plugin] *******************************************************************************
  1085. ok: [localhost]
  1086.  
  1087. TASK [set-output-plugin : show selected_frontend] ****************************************************************************************
  1088. skipping: [localhost]
  1089.  
  1090. TASK [set-output-plugin : show preferred_frontend] ***************************************************************************************
  1091. ok: [localhost] => {
  1092. "preferred_frontend": "VARIABLE IS NOT DEFINED!"
  1093. }
  1094.  
  1095. TASK [set-output-plugin : show active_output_plugin] *************************************************************************************
  1096. skipping: [localhost]
  1097.  
  1098. TASK [set-output-plugin : set active output plugin] **************************************************************************************
  1099. ok: [localhost]
  1100.  
  1101. TASK [set-output-plugin : set disabled output plugins] ***********************************************************************************
  1102. skipping: [localhost]
  1103.  
  1104. TASK [set-output-plugin : show disabled_output_plugins] **********************************************************************************
  1105. skipping: [localhost]
  1106.  
  1107. TASK [set-output-plugin : disable unused output plugins] *********************************************************************************
  1108. skipping: [localhost]
  1109.  
  1110. TASK [set-output-plugin : enable chosen output plugin] ***********************************************************************************
  1111. skipping: [localhost]
  1112.  
  1113. RUNNING HANDLER [Reload Units] ***********************************************************************************************************
  1114. ok: [localhost]
  1115.  
  1116. RUNNING HANDLER [Restart Samba] **********************************************************************************************************
  1117. changed: [localhost]
  1118.  
  1119. RUNNING HANDLER [Restart VDR] ************************************************************************************************************
  1120. changed: [localhost]
  1121.  
  1122. RUNNING HANDLER [Start VDR] **************************************************************************************************************
  1123. ok: [localhost]
  1124.  
  1125. RUNNING HANDLER [Start yavdr-xorg] *******************************************************************************************************
  1126. ok: [localhost]
  1127.  
  1128. PLAY RECAP *******************************************************************************************************************************
  1129. localhost : ok=208 changed=40 unreachable=0 failed=0 skipped=68 rescued=0 ignored=1
  1130.  
  1131. jens@yavdr07:~/yavdr-ansible$
  1132.  
Advertisement
Add Comment
Please, Sign In to add comment