LinHES Forums
http://forums.linhes.org/

General troubles
http://forums.linhes.org/viewtopic.php?f=21&t=24151
Page 3 of 3

Author:  Big boy stan [ Mon Mar 23, 2015 5:56 pm ]
Post subject:  Re: General troubles

Not much more to report. The log file has only the entries I described above.

I googled \xe2\x80\x98 and it says this is the UTF-8 for "Left Single Quotation Mark". Does that make any sense?

Author:  brfransen [ Mon Mar 23, 2015 6:21 pm ]
Post subject:  Re: General troubles

Yes it does make sense and I no longer think it has anything to do with your issue. It is a side effect of how we are calling a command and it is getting logged. What is in your /tmp/systemconfig.log? Something is killing the process. You maybe did this already but what is the output of running
Code:
sudo systemconfig.py -m ir

Author:  Big boy stan [ Tue Mar 24, 2015 6:10 am ]
Post subject:  Re: General troubles

We ran that before and got the following. I can run it again but we have not modified anything since that time so it will most likely be the same.

Code:
[mythtv@envy lirc]$ sudo systemconfig.py -m ir
    *TEMPLATES is not defined
    *using default value
____Start of IR____
Traceback (most recent call last):
  File "/usr/MythVantage/bin/systemconfig.py", line 462, in <module>
    main(sys.argv[1:])
  File "/usr/MythVantage/bin/systemconfig.py", line 313, in main
    restart = mv_ir.setup_ir(systemconfig,data_config,cmdmodule["this_is_install"])
  File "/usr/MythVantage/bin/mv_ir.py", line 445, in setup_ir
    systemconfig.get("Remotebucket"))
  File "/usr/MythVantage/bin/mv_ir.py", line 130, in setup_ir_remote
    os.symlink(filename,"/etc/lircd.conf")
OSError: [Errno 17] File exists

Author:  brfransen [ Tue Mar 24, 2015 2:31 pm ]
Post subject:  Re: General troubles

I may have found the issue. I didn't have a blaster configured and it look like you may have. Please try install this:
Code:
sudo pacman -U http://linhes.org/repo/x86_64/core-testing/LinHES-config-8.3-13-x86_64.pkg.tar.xz
Then
Code:
sudo systemconfig.py -m ir
Does it complete without error? What is in the debug log?

Author:  Big boy stan [ Tue Mar 24, 2015 3:02 pm ]
Post subject:  Re: General troubles

Is there any chance this fubars the system. This is the wife's main TV and I already got a bit of wrath from the initial problems.

Anyway to do a full system backup before trying?

Author:  brfransen [ Tue Mar 24, 2015 3:15 pm ]
Post subject:  Re: General troubles

There is always a chance of that, but this changes only how lirc and remotes are configured. I have run this on my dev box and 2 production systems this afternoon and have no issues. If something doesn't work it should only be the remote and you could then just reinstall the -12 pkg and restore your lircrc like you did before.

Author:  Big boy stan [ Tue Mar 24, 2015 4:59 pm ]
Post subject:  Re: General troubles

OK. Ran the pacman and the system config and the remote is working and the /etc/lircrc file has only the include statment in it so all good on that front.

Running the scripts I get the following:

Code:
:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) upgrading LinHES-config                      [######################] 100%
    *TEMPLATES is not defined
    *using default value
____Start of IR____
    Trying to link /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd.conf.WorksButNoBlaster ->  /etc/lirc/lircd.conf.d/remote_lircd.conf
    Trying to link /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd.conf ->  /etc/lirc/lircd.conf.d/remote_lircd.conf
    /etc/lirc/lircd.conf.d/remote_lircd.conf is present, skipping...
    Adding service remotes
    Adding service irexec
    Configuring receiver Hauppauge
    Removing service igdaemon
    stop service igdaemon
    Removing service tatir
    stop service tatir
    HostBlasterType : pvr150
    Triggering udev
Disabling LCD support
    Removing service lcdd
    stop service lcdd
__End IR

____Start of vnc config ____
     Installing vnc system

____Start of vnc setup____
    Checking tigervnc for install
    tigervnc is already installed, will not install
    couldn't create vnc dir:/home/vncsvc/.vnc
*    vncsvc not found
    Trying to link /home/mythtv/.mythtv ->  /home/vncsvc/.mythtv
    /home/vncsvc/.mythtv is present, skipping...
    Writing out password
__End of vnc

    Adding service vnc
     Installing x11vnc system
    Checking x11vnc for install
    x11vnc is already installed, will not install
    Adding service xvnc
__End of vnc

____Start of locale/lang config ____
    locale is: en_US.UTF-8
    Generating locales
    Updating /etc/locale.conf
   Removing pts and shm from fstab...



Code:
[mythtv@envy ~]$ sudo systemconfig.py -m ir
    *TEMPLATES is not defined
    *using default value
____Start of IR____
    Trying to link /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd.conf.WorksButNoBlaster ->  /etc/lirc/lircd.conf.d/remote_lircd.conf
    Trying to link /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd.conf ->  /etc/lirc/lircd.conf.d/remote_lircd.conf
    /etc/lirc/lircd.conf.d/remote_lircd.conf is present, skipping...
    Adding service remotes
    Adding service irexec   
Configuring receiver Hauppauge
    Removing service igdaemon
    stop service igdaemon
    Removing service tatir
    stop service tatir
    HostBlasterType : pvr150
    Triggering udev
    Disabling LCD support
    Removing service lcdd
    stop service lcdd
__End IR

[mythtv@envy ~]$


Now the debug file looks like this:

Code:
03-24 18:48 - root - CRITICAL -     *TEMPLATES is not defined
03-24 18:48 - root - CRITICAL -     *using default value
03-24 18:48 - root - DEBUG - ______START OF DEBUG______
03-24 18:48 - root - DEBUG - MVROOT was not defined, using the default value
03-24 18:48 - root - DEBUG -     Using 1 as dhcp value for eth0
03-24 18:48 - root - DEBUG -     Using 192.168.1.21 as default ip
03-24 18:48 - root - DEBUG -     Using 1 as dhcp value for eth0
03-24 18:48 - root - DEBUG -     Using 1 as dhcp value for eth0
03-24 18:48 - root - DEBUG -     Using 1 as dhcp value for eth0
03-24 18:48 - root - INFO - ____Start of IR____
03-24 18:48 - root - DEBUG -     pvr150 blaster selected, setting remote to hauppauge-blaster
03-24 18:48 - root - DEBUG -     Setup of remote type hauppauge-blaster
03-24 18:48 - root - DEBUG -     mv /etc/lircd.conf /etc/lircd.conf-Mar-24-2015-18:48:23
03-24 18:48 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/lircd.conf\xe2\x80\x99: No such file or directory')
03-24 18:48 - root - DEBUG -     mv /etc/lirc/lircd.conf.d/remote_lircd.conf /etc/lirc/lircd.conf.d/remote_lircd.conf-Mar-24-2015-18:48:23
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     mv /etc/lirc/lircd.conf.d/blaster_lircd.conf /etc/lirc/lircd.conf.d/blaster_lircd.conf-Mar-24-2015-18:48:23
03-24 18:48 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/lirc/lircd.conf.d/blaster_lircd.conf\xe2\x80\x99: No such file or directory')
03-24 18:48 - root - DEBUG -     mv /etc/lirc/lircd.conf.d/lcd_lircd.conf /etc/lirc/lircd.conf.d/lcd_lircd.conf-Mar-24-2015-18:48:23
03-24 18:48 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/lirc/lircd.conf.d/lcd_lircd.conf\xe2\x80\x99: No such file or directory')
03-24 18:48 - root - DEBUG -     mv /etc/lircrc /etc/lircrc-Mar-24-2015-18:48:23
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     mv /etc/wol-lircrc /etc/wol-lircrc-Mar-24-2015-18:48:23
03-24 18:48 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/wol-lircrc\xe2\x80\x99: No such file or directory')
03-24 18:48 - root - DEBUG -     mv /etc/remote.run /etc/remote.run-Mar-24-2015-18:48:23
03-24 18:48 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/remote.run\xe2\x80\x99: No such file or directory')
03-24 18:48 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd*
03-24 18:48 - root - INFO -     Trying to link /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd.conf.WorksButNoBlaster ->  /etc/lirc/lircd.conf.d/remote_lircd.conf
03-24 18:48 - root - INFO -     Trying to link /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd.conf ->  /etc/lirc/lircd.conf.d/remote_lircd.conf
03-24 18:48 - root - INFO -     /etc/lirc/lircd.conf.d/remote_lircd.conf is present, skipping...
03-24 18:48 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircrc*
03-24 18:48 - root - DEBUG -      including /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircrc-haupgrey-g3.txt within /etc/lircrc
03-24 18:48 - root - DEBUG -    include "/usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircrc-haupgrey-g3.txt"
03-24 18:48 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/wol-lircrc*
03-24 18:48 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/remote.run*
03-24 18:48 - root - DEBUG -     .kodi Lircmap file /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/Lircmap.xml not present
03-24 18:48 - root - DEBUG -     Checking if /home/mythtv/.kodi/userdata/Lircmap.xml is a symlink
03-24 18:48 - root - DEBUG -     Not a symlink /home/mythtv/.kodi/userdata/Lircmap.xml
03-24 18:48 - root - DEBUG -     .plexht Lircmap file /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/Lircmap.xml not present
03-24 18:48 - root - DEBUG -     Checking if /home/mythtv/.plexht/userdata/Lircmap.xml is a symlink
03-24 18:48 - root - DEBUG -     Not a symlink /home/mythtv/.plexht/userdata/Lircmap.xml
03-24 18:48 - root - DEBUG -     rm  -f /etc/modprobe.d/mv_ir.conf
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/ir.conf*
03-24 18:48 - root - DEBUG -     chmod 755 /etc/lircrc /etc/wol-lircrc /etc/remote.run
03-24 18:48 - root - DEBUG -     (256, 'chmod: cannot access \xe2\x80\x98/etc/wol-lircrc\xe2\x80\x99: No such file or directory\nchmod: cannot access \xe2\x80\x98/etc/remote.run\xe2\x80\x99: No such file or directory')
03-24 18:48 - root - INFO -     Adding service remotes
03-24 18:48 - root - DEBUG -     add_service.sh remotes
03-24 18:48 - root - DEBUG -     (0, 'remotes is already present')
03-24 18:48 - root - INFO -     Adding service irexec
03-24 18:48 - root - DEBUG -     add_service.sh irexec
03-24 18:48 - root - DEBUG -     (0, 'irexec is already present')
03-24 18:48 - root - DEBUG -     Creating links for lirc
03-24 18:48 - root - DEBUG -     /home/mythtv/lircrc already present
03-24 18:48 - root - DEBUG -     /home/mythtv/.lircrc already present
03-24 18:48 - root - DEBUG -     /etc/wol-lircrc does not exist, can not link it
03-24 18:48 - root - INFO -     Configuring receiver Hauppauge
03-24 18:48 - root - DEBUG -     scrubbing lirc from /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     sed -i -e '/.*#lirc/d' /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     adding  lirc_i2c    #lirc to /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -      echo "lirc_i2c    #lirc" >> /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     rsync -arhp /usr/MythVantage/templates/modules/lirc_i2c.conf /etc/modprobe.d/lirc_i2c.conf
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     rmmod lirc_i2c
03-24 18:48 - root - DEBUG -     (256, 'rmmod: ERROR: Module lirc_i2c is not currently loaded')
03-24 18:48 - root - DEBUG -     load-modules-mythvantage.sh
03-24 18:48 - root - DEBUG -     (256, '\x1b[0;10m\x1b[1m\x1b[34m > \x1b[0;10m\x1b[1m    Loading MythVantage-modules\x1b[0;10m ')
03-24 18:48 - root - INFO -     Removing service igdaemon
03-24 18:48 - root - INFO -     stop service igdaemon
03-24 18:48 - root - DEBUG -     sv stop igdaemon
03-24 18:48 - root - DEBUG -     (256, 'fail: igdaemon: unable to change to service directory: file does not exist')
03-24 18:48 - root - DEBUG -     remove_service.sh igdaemon
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - INFO -     Removing service tatir
03-24 18:48 - root - INFO -     stop service tatir
03-24 18:48 - root - DEBUG -     sv stop tatir
03-24 18:48 - root - DEBUG -     (256, 'fail: tatir: unable to change to service directory: file does not exist')
03-24 18:48 - root - DEBUG -     remove_service.sh tatir
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     Unloading all remote modules
03-24 18:48 - root - DEBUG -     sv stop remotes
03-24 18:48 - root - DEBUG -     (0, 'ok: down: remotes: 1s, normally up')
03-24 18:48 - root - DEBUG -     killall -9 lircd
03-24 18:48 - root - DEBUG -     (256, 'lircd: no process found')
03-24 18:48 - root - DEBUG -     modprobe -r $(lsmod |grep ^lirc |awk '{print $1}')
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     Start of setup_blaster_proto
03-24 18:48 - root - DEBUG -     HostBlasterType: pvr150
03-24 18:48 - root - DEBUG -     Hostnumblaster: 1
03-24 18:48 - root - DEBUG -     Start of setup_blaster_transmiter
03-24 18:48 - root - INFO -     HostBlasterType : pvr150
03-24 18:48 - root - DEBUG -     scrubbing blaster from /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     sed -i -e '/.*#blaster/d' /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     scrubbing lirc from /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     sed -i -e '/.*#lirc/d' /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     adding  lirc_pvr150    #blaster to /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -      echo "lirc_pvr150    #blaster" >> /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     adding  lirc_pvr150    #lirc to /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -      echo "lirc_pvr150    #lirc" >> /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     rmmod lirc_i2c
03-24 18:48 - root - DEBUG -     (256, 'rmmod: ERROR: Module lirc_i2c is not currently loaded')
03-24 18:48 - root - DEBUG -     load-modules-mythvantage.sh
03-24 18:48 - root - DEBUG -     (0, '\x1b[0;10m\x1b[1m\x1b[34m > \x1b[0;10m\x1b[1m    Loading MythVantage-modules\x1b[0;10m ')
03-24 18:48 - root - DEBUG -     load-modules-mythvantage.sh
03-24 18:48 - root - DEBUG -     (0, '\x1b[0;10m\x1b[1m\x1b[34m > \x1b[0;10m\x1b[1m    Loading MythVantage-modules\x1b[0;10m ')
03-24 18:48 - root - INFO -     Triggering udev
03-24 18:48 - root - DEBUG -     udevadm settle
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     udevadm trigger
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     udevadm settle
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     udevadm trigger
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG -     sv start remotes
03-24 18:48 - root - DEBUG -     (0, 'ok: run: remotes: (pid 16860) 0s')
03-24 18:48 - root - DEBUG - ____Start of setup_lcd____
03-24 18:48 - root - DEBUG -     LCDType: no_lcd
03-24 18:48 - root - DEBUG -     Remotetype: hauppauge-blaster
03-24 18:48 - root - INFO -     Disabling LCD support
03-24 18:48 - root - DEBUG -     sv stop lcdd
03-24 18:48 - root - DEBUG -     (256, 'fail: lcdd: unable to change to service directory: file does not exist')
03-24 18:48 - root - DEBUG -     killall -9 LCDd
03-24 18:48 - root - DEBUG -     (256, 'LCDd: no process found')
03-24 18:48 - root - DEBUG -     load-modules-mythvantage.sh  UNLOAD LCD
03-24 18:48 - root - DEBUG -     (0, 'grep: LCD: No such file or directory')
03-24 18:48 - root - DEBUG -     scrubbing LCD from /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     sed -i -e '/.*#LCD/d' /etc/modules.mythvantage
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - INFO -     Removing service lcdd
03-24 18:48 - root - INFO -     stop service lcdd
03-24 18:48 - root - DEBUG -     sv stop lcdd
03-24 18:48 - root - DEBUG -     (256, 'fail: lcdd: unable to change to service directory: file does not exist')
03-24 18:48 - root - DEBUG -     remove_service.sh lcdd
03-24 18:48 - root - DEBUG -     (0, '')
03-24 18:48 - root - DEBUG - __End of setup_lcd
03-24 18:48 - root - INFO - __End IR

03-24 18:48 - root - DEBUG -     Setting the frontend to restart due to lirc change
03-24 18:48 - root - DEBUG - ____Start of restartfe____
03-24 18:48 - root - DEBUG -     LinHES seems to be running will not restartfe
03-24 18:48 - root - DEBUG - ______cmd line options______
03-24 18:48 - root - DEBUG - ('all', False)
03-24 18:48 - root - DEBUG - ('fileshare', False)
03-24 18:48 - root - DEBUG - ('locale', False)
03-24 18:48 - root - DEBUG - ('ir', True)
03-24 18:48 - root - DEBUG - ('misc', False)
03-24 18:48 - root - DEBUG - ('sleep', False)
03-24 18:48 - root - DEBUG - ('plugins', False)
03-24 18:48 - root - DEBUG - ('vnc', False)
03-24 18:48 - root - DEBUG - ('this_is_install', False)
03-24 18:48 - root - DEBUG - ('config_xml', False)
03-24 18:48 - root - DEBUG - ('network', False)
03-24 18:48 - root - DEBUG - ('ddns', False)
03-24 18:48 - root - DEBUG - ('restartfe', True)
03-24 18:48 - root - DEBUG - ('smolt', True)
03-24 18:48 - root - DEBUG - ('dhcp_request', False)
03-24 18:48 - root - DEBUG - ('supplemental', False)
03-24 18:48 - root - DEBUG - ('webuser', False)
03-24 18:48 - root - DEBUG - ('advancedX', False)
03-24 18:48 - root - DEBUG - ('user', False)
03-24 18:48 - root - DEBUG - ('func', False)
03-24 18:48 - root - DEBUG - ('hostypec', False)
03-24 18:48 - root - DEBUG - ('advanced', False)
03-24 18:48 - root - DEBUG - ('hostype', False)
03-24 18:48 - root - DEBUG - ('reloadfe', False)
03-24 18:48 - root - DEBUG - ('screensaver', False)
03-24 18:48 - root - DEBUG - ('audio', False)
03-24 18:48 - root - DEBUG - ('software', False)
03-24 18:48 - root - DEBUG - ______systemconfig______
03-24 18:48 - root - DEBUG - ('AutoShutdown', '0')
03-24 18:48 - root - DEBUG - ('windowmanager', 'enlightenment')
03-24 18:48 - root - DEBUG - ('nciddSerialPort', 'ttyS0')
03-24 18:48 - root - DEBUG - ('Xres', '1920x1080_60')
03-24 18:48 - root - DEBUG - ('xvncenable', '1')
03-24 18:48 - root - DEBUG - ('Screensaveridle', '')
03-24 18:48 - root - DEBUG - ('LCDtype', 'no_lcd')
03-24 18:48 - root - DEBUG - ('romdb', '1')
03-24 18:48 - root - DEBUG - ('Samba_media', '1')
03-24 18:48 - root - DEBUG - ('foldingworksize', 'big')
03-24 18:48 - root - DEBUG - ('HostKeyeth0', '')
03-24 18:48 - root - DEBUG - ('supplemental', '1')
03-24 18:48 - root - DEBUG - ('UseMythWEB', '1')
03-24 18:48 - root - DEBUG - ('HostESSIDeth0', '')
03-24 18:48 - root - DEBUG - ('mednafen', '0')
03-24 18:48 - root - DEBUG - ('webonlinhes', '0')
03-24 18:48 - root - DEBUG - ('UseMythWEB_auth', '1')
03-24 18:48 - root - DEBUG - ('DDnslogin', '')
03-24 18:48 - root - DEBUG - ('XIgnoreConfig', '0')
03-24 18:48 - root - DEBUG - ('HostLircWait', '')
03-24 18:48 - root - DEBUG - ('mytharchive', '1')
03-24 18:48 - root - DEBUG - ('fceux', '0')
03-24 18:48 - root - DEBUG - ('UseMythWelcome', '0')
03-24 18:48 - root - DEBUG - ('HaveCentralNFS', 'no')
03-24 18:48 - root - DEBUG - ('Remotebucket', 'hauppauge')
03-24 18:48 - root - DEBUG - ('webmin', '0')
03-24 18:48 - root - DEBUG - ('UseSamba', '1')
03-24 18:48 - root - DEBUG - ('mythzoneminder', '0')
03-24 18:48 - root - DEBUG - ('HostActiveeth0', '1')
03-24 18:48 - root - DEBUG - ('Xcardtype', '')
03-24 18:48 - root - DEBUG - ('Samba_mediareadonly', '0')
03-24 18:48 - root - DEBUG - ('HostUseEncryptioneth0', '')
03-24 18:48 - root - DEBUG - ('Shutdowntime2', '2')
03-24 18:48 - root - DEBUG - ('Usebootsplash', '1')
03-24 18:48 - root - DEBUG - ('mythnetvision', '1')
03-24 18:48 - root - DEBUG - ('ReceiverType', 'Hauppauge')
03-24 18:48 - root - DEBUG - ('foldingathome', '0')
03-24 18:48 - root - DEBUG - ('mythmusic', '1')
03-24 18:48 - root - DEBUG - ('Hostupdateplan', 'Notify')
03-24 18:48 - root - DEBUG - ('Samba_domain', 'MSHOME')
03-24 18:48 - root - DEBUG - ('DDnshostname', '')
03-24 18:48 - root - DEBUG - ('Shutdowntime', '2')
03-24 18:48 - root - DEBUG - ('Audiotypeout', 'Digital')
03-24 18:48 - root - DEBUG - ('HostUSEDHCPeth0', '1')
03-24 18:48 - root - DEBUG - ('mythappletrailers', '1')
03-24 18:48 - root - DEBUG - ('CentralNFSallhosts', '1')
03-24 18:48 - root - DEBUG - ('Remotetype', 'hauppauge-blaster')
03-24 18:48 - root - DEBUG - ('ReceiverSerialport', 'ttyS0')
03-24 18:48 - root - DEBUG - ('mythnews', '1')
03-24 18:48 - root - DEBUG - ('RemoteBackupDir', 'dir:/localdir')
03-24 18:48 - root - DEBUG - ('plexhometheater', '')
03-24 18:48 - root - DEBUG - ('SystemType', 'Master_backend')
03-24 18:48 - root - DEBUG - ('mythdns', '1')
03-24 18:48 - root - DEBUG - ('mythbrowser', '1')
03-24 18:48 - root - DEBUG - ('UseNFS', '1')
03-24 18:48 - root - DEBUG - ('HDHRlirc_device', '1315D042')
03-24 18:48 - root - DEBUG - ('HostSerialPort_blasterlirc', 'ttyS0')
03-24 18:48 - root - DEBUG - ('xvncpassword', 'qwerty')
03-24 18:48 - root - DEBUG - ('ShowTips', '1')
03-24 18:48 - root - DEBUG - ('HostGWeth0', '192.168.1.1')
03-24 18:48 - root - DEBUG - ('SoundDevice', 'plughw:1,8')
03-24 18:48 - root - DEBUG - ('xe', '0')
03-24 18:48 - root - DEBUG - ('HostTransmitproto_2', 'none')
03-24 18:48 - root - DEBUG - ('HostTransmitproto_3', 'none')
03-24 18:48 - root - DEBUG - ('HostTransmitproto_1', 'none')
03-24 18:48 - root - DEBUG - ('Samba_home', '0')
03-24 18:48 - root - DEBUG - ('HostTransmitproto_4', 'none')
03-24 18:48 - root - DEBUG - ('HostDNSeth0', '192.168.1.1')
03-24 18:48 - root - DEBUG - ('dvdcss', '0')
03-24 18:48 - root - DEBUG - ('Hostipeth0', '192.168.1.21')
03-24 18:48 - root - DEBUG - ('Runncidd', '0')
03-24 18:48 - root - DEBUG - ('Hostnumblaster', '1')
03-24 18:48 - root - DEBUG - ('DDnsEnable', '')
03-24 18:48 - root - DEBUG - ('vncenable', '1')
03-24 18:48 - root - DEBUG - ('dolphinemu', '0')
03-24 18:48 - root - DEBUG - ('mythip', '192.168.1.21')
03-24 18:48 - root - DEBUG - ('mame', '1')
03-24 18:48 - root - DEBUG - ('NFSmount', '/myth')
03-24 18:48 - root - DEBUG - ('HostBlasterType', 'pvr150')
03-24 18:48 - root - DEBUG - ('XUseAdvanced', '')
03-24 18:48 - root - DEBUG - ('Screensavertype', '')
03-24 18:48 - root - DEBUG - ('mupen64', '0')
03-24 18:48 - root - DEBUG - ('Audiotype', 'ALSA')
03-24 18:48 - root - DEBUG - ('HostTransmitDelay_1', '2')
03-24 18:48 - root - DEBUG - ('HostTransmitDelay_3', '2')
03-24 18:48 - root - DEBUG - ('HostTransmitDelay_2', '2')
03-24 18:48 - root - DEBUG - ('RemoteBackup', '0')
03-24 18:48 - root - DEBUG - ('HostTransmitDelay_4', '2')
03-24 18:48 - root - DEBUG - ('snes9x', '0')
03-24 18:48 - root - DEBUG - ('RunDHCP', '0')
03-24 18:48 - root - DEBUG - ('mythdhcp', '1')
03-24 18:48 - root - DEBUG - ('language', 'en_US')
03-24 18:48 - root - DEBUG - ('kodi', '0')
03-24 18:48 - root - DEBUG - ('huludesktop', '0')
03-24 18:48 - root - DEBUG - ('Hostnetmasketh0', '/24    255.255.255.0')
03-24 18:48 - root - DEBUG - ('default_interface', 'eth0')
03-24 18:48 - root - DEBUG - ('NFSserver', 'file:nfsmap')
03-24 18:48 - root - DEBUG - ('nciddDeviceNetCallerID', '0')
03-24 18:48 - root - DEBUG - ('ncidclient', '0')
03-24 18:48 - root - DEBUG - ('MVROOT', '/usr/MythVantage')
03-24 18:48 - root - DEBUG - ('UseXLargeMouse', '1')
03-24 18:48 - root - DEBUG - ('foldingusername', '')
03-24 18:48 - root - DEBUG - ('timezone', 'America/New_York')
03-24 18:48 - root - DEBUG - ('bewait', '1')
03-24 18:48 - root - DEBUG - ('TEMPLATES', '/usr/MythVantage/templates')
03-24 18:48 - root - DEBUG - ('rootSSH', '0')
03-24 18:48 - root - DEBUG - ('Screensavertheme', '')
03-24 18:48 - root - DEBUG - ('hostname', 'envy')
03-24 18:48 - root - DEBUG - ('mythgame', '1')
03-24 18:48 - root - DEBUG - ('vncpassword', '12345')
03-24 18:48 - root - DEBUG - ('DDnspassword', '')
03-24 18:48 - root - DEBUG - ('mythweather', '1')
03-24 18:48 - root - DEBUG - ('mythgw', '1')
03-24 18:48 - root - DEBUG - ('mythgallery', '1')
03-24 18:48 - root - DEBUG - ('Samba_homereadonly', '0')
03-24 18:48 - root - DEBUG - ('hostypec', False)
03-24 18:48 - root - DEBUG - ('HostMTUeth0', '')
03-24 18:48 - root - DEBUG - ('HOST_iswirelesseth0', '')
03-24 18:48 - root - DEBUG - ('dbhost', '127.0.0.1')
03-24 18:48 - root - DEBUG - ('EnhancedWMStyle', '1')
03-24 18:48 - root - DEBUG - ('RunFrontend', '1')


Author:  brfransen [ Wed Mar 25, 2015 12:36 pm ]
Post subject:  Re: General troubles

Progress, good.

That lircd.conf.WorksButNoBlaster is not part of the standard template. Templates really shouldn't have more than 1 lircd* but it looks like some do. So it is trying to link both lircd files but skips the second.

Author:  Big boy stan [ Wed Mar 25, 2015 2:22 pm ]
Post subject:  Re: General troubles

So should I be doing something to eliminate the WorksButNoBlaster file request. If so, what do I do?

Author:  brfransen [ Wed Mar 25, 2015 3:36 pm ]
Post subject:  Re: General troubles

If you didn't put it there on purpose, delete it. If you did put it there on purpose, what was the reason?

Page 3 of 3 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/