View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 40 posts ] 
Go to page Previous  1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Re: General troubles
PostPosted: Tue Mar 10, 2015 12:38 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
The audio thing makes sense. Not sure why the rescan didn't work or why it picked an invalid device when valid ones were available.

I completed the remote menu with the grey hauppauge remote and returned to the main menu then went back to the remote menu and selected the silver hauppauge with blaster. Returned to the main menu and still no remote. Then went to an X console and did a "nano ~/.mythtv/lircrc" and found an empty file. Then did a "nano /etc/lircrc" and found an empty file. Finally copied the backed up lircrc (from days of old) to /etc and after a reboot all was good.

I will check the systemconfig log and the lircrc file when I get home tonight.

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Tue Mar 10, 2015 5:03 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
I double checked the sym link and it is in place at ~/.mythtv/lircrc

Here is the result of the logs

Code:
[mythtv@envy ~]$ cat /etc/systemconfig | grep Remote
RemoteBackup="0"
RemoteBackupDir="dir:/localdir"
Remotetype="hauppauge-blaster"
Remotebucket="hauppauge"


Code:
[mythtv@envy ~]$ cat /tmp/systemconfig_debug.log
03-09 20:59 - root - INFO - ____Start of IR____
03-09 20:59 - root - DEBUG -     pvr150 blaster selected, setting remote to hauppauge-blaster
03-09 20:59 - root - DEBUG -     Setup of remote type hauppauge-blaster
03-09 20:59 - root - DEBUG -     mv /etc/lircd.conf /etc/lircd.conf-Mar-09-2015-20:59:08
03-09 20:59 - root - DEBUG -     (0, '')
03-09 20:59 - root - DEBUG -     mv /etc/lircrc /etc/lircrc-Mar-09-2015-20:59:08
03-09 20:59 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/lircrc\xe2\x80\x99: No such file or directory')
03-09 20:59 - root - DEBUG -     mv /etc/wol-lircrc /etc/wol-lircrc-Mar-09-2015-20:59:08
03-09 20:59 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/wol-lircrc\xe2\x80\x99: No such file or directory')
03-09 20:59 - root - DEBUG -     mv /etc/remote.run /etc/remote.run-Mar-09-2015-20:59:08
03-09 20:59 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/remote.run\xe2\x80\x99: No such file or directory')
03-09 20:59 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd*


My lircrc is:

Code:
# ~/.mythtv/lircrc
#
# MythTV native LIRC config file for
# the Hauppauge PVR 150 silver remote
#
# Modified from Jarod Wilson's which came from Jeff Campbell's
# and Brad Templeton's
# Modified still further by Robert Jones

# Here we have the jump point commands. They only work if you have
# defined function keys for these jump points. For me the most
# common command is the menu of recordings, so I put that on "videos"
# even though that's counter-intuitive

begin
prog = mythtv
button = TV
repeat = 3
config = F5
end

begin
prog = mythtv
button = VIDEOS
repeat = 3
config = F2
end

# Not yet defined Toggle PIP focus
begin
prog = mythtv
button = MUSIC
repeat = 3
config = B
end

# Given another function for now, I don't use mythgallery ** now is PIP Start
begin
prog = mythtv
button = PICTURES
repeat = 3
config = V
end

begin
prog = mythtv
button = GUIDE
repeat = 3
config = M
end

# I stuck the "todo" list on here as Myth has no radio function ** SWAP PIP SCREENS **
begin
prog = mythtv
button = RADIO
repeat = 3
config = N
end

begin
prog = mythtv
button = UP
repeat = 3
config = Up
end

begin
prog = mythtv
button = DOWN
repeat = 3
config = Down
end

begin
prog = mythtv
button = LEFT
repeat = 3
config = Left
end

begin
prog = mythtv
button = RIGHT
repeat = 3
config = Right
end

# Channel Up
begin
prog = mythtv
button = CH+
repeat = 3
config = Up
end

# Channel Down
begin
prog = mythtv
button = CH-
repeat = 3
config = Down
end

# OK/Select
begin
prog = mythtv
button = OK
config = Space
end

# Play
begin
prog = mythtv
button = PLAY
config = Return
end

# Stop
begin
prog = mythtv
button = STOP
config = I
end

# Escape/Exit/Back
begin
prog = mythtv
button = BACK/EXIT
config = Esc
end

# Power Off/Exit
begin
prog = mythtv
button = POWER
config = Esc
end


# Pause
begin
prog = mythtv
button = Pause
repeat = 3
config = P
end

# Mute
begin
prog = mythtv
button = MUTE
repeat = 3
config = |
end

# Fast forward (30 sec default)
begin
prog = mythtv
button = REW
repeat = 3
config = <
end

# Rewind (10 sec default)
begin
prog = mythtv
button = FFW
repeat = 3
config = >
end

# Skip forward (10 min default)
begin
prog = mythtv
button = SKIP
repeat = 3
config = End
end

# Skip backward (10 min default)
begin
prog = mythtv
button = REPLAY
repeat = 3
config = Home
end

# Record
begin
prog = mythtv
button = RECORD
repeat = 3
config = R
end

# Delete
begin
prog = mythtv
button = RED
repeat = 3
config = D
end

# Decrease play speed
begin
prog = mythtv
button = GREEN
repeat = 3
config = J
end

# Display EPG while in live TV,
# View selected show while in EPG
begin
prog = mythtv
button = MENU
repeat = 3
config = M
end

# Scroll up
begin
prog = mythtv
button = VOL+
repeat = 3
config = F11
end

# Scroll down
begin
prog = mythtv
button = VOL-
repeat = 3
config = F10
end

# Bring up OSD info
begin
prog = irexec
button = GO
config = restartmyth.sh &
end

# Change display aspect ratio
begin
prog = mythtv
button = PREVCH
repeat = 3
config = W
end

# double speed watch
begin
prog = mythtv
button = YELLOW
repeat = 3
config = J
end

# change tuners
begin
prog = mythtv
button = #
repeat = 3
config = Y
end

# Bring up Time stretch
begin
prog = mythtv
button = BLUE
repeat = 3
config = A
end

# Numbers 0-9

begin
prog = mythtv
button = 0
repeat = 3
config = 0
end

begin
prog = mythtv
button = 1
repeat = 3
config = 1
end

begin
prog = mythtv
button = 2
repeat = 3
config = 2
end

begin
prog = mythtv
button = 3
repeat = 3
config = 3
end

begin
prog = mythtv
button = 4
repeat = 3
config = 4
end

begin
prog = mythtv
button = 5
repeat = 3
config = 5
end

begin
prog = mythtv
button = 6
repeat = 3
config = 6
end

begin
prog = mythtv
button = 7
repeat = 3
config = 7
end

begin
prog = mythtv
button = 8
repeat = 3
config = 8
end

begin
prog = mythtv
button = 9
repeat = 3
config = 9
end


### MPlayer lirc setup

# Show OSD
begin
prog = mplayer
button = MENU
repeat = 3
config = osd
end

# Pause playback
begin
prog = mplayer
button = PAUSE
repeat = 3
config = pause
end

# Skip ahead a minute if playing
# If paused, resume playing
begin
prog = mplayer
button = PLAY
repeat = 3
config = seek +1
end

# Stop playback and exit
begin
prog = mplayer
button = STOP
repeat = 3
config = quit
end

# Mute
begin
prog = mplayer
button = MUTE
repeat = 3
config = mute
end

# Seek back 10 seconds
begin
prog = mplayer
button = LEFT
repeat = 3
config = seek -10
end

# Seek forward 30 seconds
begin
prog = mplayer
button = RIGHT
repeat = 3
config = seek +30
end

# Quit
begin
prog = mplayer
button = BACK/EXIT
repeat = 3
config = quit
end

# Seek forward 10 minutes
begin
prog = mplayer
button = UP
repeat = 3
config = seek +600
end

# Seek backward 10 minutes
begin
prog = mplayer
button = DOWN
repeat = 3
config = seek -600
end

# Toggle full-screen
begin
prog = mplayer
button = GUIDE
repeat = 3
config = vo_fullscreen
end

### Xine lirc setup

begin
prog = xine
button = PLAY
repeat = 3
config = Play
end

begin
prog = xine
button = STOP
repeat = 3
config = Stop
end

begin
prog = xine
button = OFF
repeat = 3
config = Quit
end

begin
prog = xine
button = PAUSE
repeat = 3
config = Pause
end

begin
prog = xine
button = CH+
repeat = 3
config = EventUp
end

begin
prog = xine
button = CH-
repeat = 3
config = EventDown
end

begin
prog = xine
button = VOL-
repeat = 3
config = EventLeft
end

begin
prog = xine
button = VOL+
repeat = 3
config = EventRight
end

begin
prog = xine
button = OK
repeat = 3
config = EventSelect
end

begin
prog = xine
button = BACK/EXIT
repeat = 3
config = Menu
end

begin
prog = xine
button = FFW
repeat = 3
#config = SpeedFaster
config = SeekRelative+60
end

begin
prog = xine
button = REW
repeat = 3
#config = SpeedSlower
config = SeekRelative-60
end

begin
prog = xine
button = FULL
repeat = 3
config = Volume+
end

begin
prog = xine
button = BLANK
repeat = 3
config = Volume-
end

begin
prog = xine
button = MUTE
repeat = 3
config = Mute
end

begin
prog = xine
button = MENU
repeat = 3
config = RootMenu
end

begin
prog = xine
button = SKIP
repeat = 3
config = EventNext
end

begin
prog = xine
button = REPLAY
repeat = 3
config = EventPrior
end

begin
prog = xine
button = GO
repeat = 3
config = OSDStreamInfos
end

begin
prog = xine
button = RED
repeat = 3
config = Quit
end

begin
prog = xine
button = RED
repeat = 3
config = Quit
end

###ebox
begin
prog = eboxy
button = up
repeat = 4
config = UP
end

begin
prog = eboxy
button = down
repeat = 4
config = DOWN
end

begin
prog = eboxy
button = OK
repeat = 4
config = accept
end

begin
prog = eboxy
button = ffwd
repeat = 4
config = FFW
end

begin
prog = eboxy
button = rew
repeat = 4
config = REW
end

begin
prog = eboxy
button = exit
repeat = 0
config = quit
end

begin
prog = eboxy
button = chup
repeat = 4
config = CH+
end

begin
prog = eboxy
button = chdown
repeat = 4
config = CH-
end

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Tue Mar 10, 2015 5:16 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Is that the whole systemconfig_debug.log? It is missing alot if that is it. And there are some odd chars there too.

Your /etc/lircrc should have only this in it:
Code:
include "/usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircrc-haupgrey-g3.txt"


Try running
Code:
sudo systemconfig.py -m ir
and then repost the systemconfig_debug.log


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Wed Mar 11, 2015 8:55 am 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
I will give that a try and let you know what I see. I modified the lircrc many years ago. My recollection is that the standard linhes (knoppmyth) one didnt function with the PVR150 blaster. If the include statement doesn't work, I will take a look to see what the differences are between the two files.

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Wed Mar 11, 2015 7:28 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
Here is the result of that command:

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

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Thu Mar 12, 2015 6:42 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
It is suppose to move /etc/lircd.conf before it symlinks it but it isn't happening. Can you post the systemconfig_debug.log?


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Sat Mar 14, 2015 7:10 am 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
Here is the contents of systemconfig_debug.log

Code:
03-11 21:33 - root - DEBUG - ______START OF DEBUG______
03-11 21:33 - root - DEBUG -     Using 1 as dhcp value for eth0
03-11 21:33 - root - DEBUG -     Using 192.168.1.21 as default ip
03-11 21:33 - root - DEBUG -     Using 1 as dhcp value for eth0
03-11 21:33 - root - DEBUG -     Using 1 as dhcp value for eth0
03-11 21:33 - root - DEBUG -     Using 1 as dhcp value for eth0
03-11 21:33 - root - INFO - ____Start of IR____
03-11 21:33 - root - DEBUG -     pvr150 blaster selected, setting remote to hauppauge-blaster
03-11 21:33 - root - DEBUG -     Setup of remote type hauppauge-blaster
03-11 21:33 - root - DEBUG -     mv /etc/lircd.conf /etc/lircd.conf-Mar-11-2015-21:33:15
03-11 21:33 - root - DEBUG -     (0, '')
03-11 21:33 - root - DEBUG -     mv /etc/lircrc /etc/lircrc-Mar-11-2015-21:33:15
03-11 21:33 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/lircrc\xe2\x80\x99: No such file or directory')
03-11 21:33 - root - DEBUG -     mv /etc/wol-lircrc /etc/wol-lircrc-Mar-11-2015-21:33:15
03-11 21:33 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/wol-lircrc\xe2\x80\x99: No such file or directory')
03-11 21:33 - root - DEBUG -     mv /etc/remote.run /etc/remote.run-Mar-11-2015-21:33:15
03-11 21:33 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/remote.run\xe2\x80\x99: No such file or directory')
03-11 21:33 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd*


_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Sat Mar 14, 2015 12:24 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
There should be way more in that log. And the \xe2\x80\x98 seem like maybe something in your environment is not right. What is in your /etc/locale.conf? Maybe try reinstalling LinHES-config.


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Sat Mar 14, 2015 2:18 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
Not much in locale.conf. Were you expecting more?

How do I reinstall linhes-config?

Code:
[mythtv@envy ~]$ cat /etc/locale.conf
LANG="en_US.UTF-8"
[mythtv@envy ~]$

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Sun Mar 15, 2015 6:41 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
locale.conf looks right.

Code:
sudo pacman -S LinHES-config
case matters.


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Sun Mar 15, 2015 3:04 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
Did the pacman command and it confirmed I had the updated version but I had it re-install. It went through without a problem.

I then went and selected the black remote, exited the menu, then selected the blaster remote and exited the menu. After a reboot, once again the remote does not work and the systemconfig_debug.log looks the same

Code:
03-15 16:39 - root - DEBUG - ______START OF DEBUG______
03-15 16:39 - root - DEBUG -     Using 1 as dhcp value for eth0
03-15 16:39 - root - DEBUG -     Using 192.168.1.21 as default ip
03-15 16:39 - root - DEBUG -     Using 1 as dhcp value for eth0
03-15 16:39 - root - DEBUG -     Using 1 as dhcp value for eth0
03-15 16:39 - root - DEBUG -     Using 1 as dhcp value for eth0
03-15 16:39 - root - INFO - ____Start of IR____
03-15 16:39 - root - DEBUG -     pvr150 blaster selected, setting remote to hauppauge-blaster
03-15 16:39 - root - DEBUG -     Setup of remote type hauppauge-blaster
03-15 16:39 - root - DEBUG -     mv /etc/lircd.conf /etc/lircd.conf-Mar-15-2015-16:39:56
03-15 16:39 - root - DEBUG -     (0, '')
03-15 16:39 - root - DEBUG -     mv /etc/lircrc /etc/lircrc-Mar-15-2015-16:39:56
03-15 16:39 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/lircrc\xe2\x80\x99: No such file or directory')
03-15 16:39 - root - DEBUG -     mv /etc/wol-lircrc /etc/wol-lircrc-Mar-15-2015-16:39:56
03-15 16:39 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/wol-lircrc\xe2\x80\x99: No such file or directory')
03-15 16:39 - root - DEBUG -     mv /etc/remote.run /etc/remote.run-Mar-15-2015-16:39:56
03-15 16:39 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/remote.run\xe2\x80\x99: No such file or directory')
03-15 16:39 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd*


Once again there is no lircrc file in the /etc/ directory

Code:
[mythtv@envy ~]$ dir /etc/lircrc
dir: cannot access /etc/lircrc: No such file or directory
[mythtv@envy ~]$


After copying the backup version of lircrc to the /etc/ directory and rebooting, the remote works again.

What is the \xe2\x80\x98?
Thanks for your help with this. What else should I try/post?

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Sun Mar 15, 2015 5:13 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
The \xe2\x80\x99 and \xe2\x80\x98 are why you don't have an /etc/lircrc. The systemconfig.py is failing. I can't recreate it and this code has been basically the same for quite some time.

Some more things to try:
Code:
sudo pacman -S python2

Code:
sudo rm /usr/MythVantage/bin/*.pyc


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Mon Mar 23, 2015 11:02 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
brfransen wrote:
The \xe2\x80\x99 and \xe2\x80\x98 are why you don't have an /etc/lircrc.
I am wrong about that \xe2\x80\x99 being the cause of missing lircrc. I still don't know where the \xe2\x80\x99 are coming from but I was able to reproduce them.

Are you sure that is all there is in the /tmp/systemconfig_debug.log. There should be much more. What is in /tmp/systemconfig.log?


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Mon Mar 23, 2015 11:40 am 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
brfransen wrote:
brfransen wrote:
Are you sure that is all there is in the /tmp/systemconfig_debug.log. There should be much more. What is in /tmp/systemconfig.log?


I can check again tonight but I am 100% sure that what is listed above (March 15) is the entire tmp/systemconfig_debug.log file at that time. What other types of details were you expecting?

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
 Post subject: Re: General troubles
PostPosted: Mon Mar 23, 2015 11:50 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
systemconfig_debug.log should end with all the systemconfig settings. This is systemconfig_debug.log from a test system:
Code:
03-23 13:13 - root - DEBUG - ______START OF DEBUG______
03-23 13:13 - root - DEBUG -     Using 0 as dhcp value for eth0
03-23 13:13 - root - DEBUG -    dhcp is in use, finding dhcp ip
03-23 13:13 - root - DEBUG -     Finding ip address for eth0
03-23 13:13 - root - DEBUG -     found interfaces:['eth0', 'lo']
03-23 13:13 - root - DEBUG -     Found eth0 in all_interfaces
03-23 13:13 - root - DEBUG -     get_ip ip address is 192.168.1.69
03-23 13:13 - root - DEBUG -     Using 192.168.1.69 as default ip
03-23 13:13 - root - DEBUG -     Using 0 as dhcp value for eth0
03-23 13:13 - root - DEBUG -     Using 0 as dhcp value for eth0
03-23 13:13 - root - DEBUG -     Using 0 as dhcp value for eth0
03-23 13:13 - root - INFO - ____Start of IR____
03-23 13:13 - root - DEBUG -     Setup of remote type hauppauge-blaster
03-23 13:13 - root - DEBUG -     mv '/etc/lircd.conf' '/etc/lircd.conf-Mar-23-2015-13_13_30'
03-23 13:13 - root - DEBUG -     (0, '')
03-23 13:13 - root - DEBUG -     mv /etc/lircrc /etc/lircrc-Mar-23-2015-13_13_30
03-23 13:13 - root - DEBUG -     (0, '')
03-23 13:13 - root - DEBUG -     mv /etc/wol-lircrc /etc/wol-lircrc-Mar-23-2015-13_13_30
03-23 13:13 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/wol-lircrc\xe2\x80\x99: No such file or directory')
03-23 13:13 - root - DEBUG -     mv '/etc/remote.run' '/etc/remote.run-Mar-23-2015-13_13_30'
03-23 13:13 - root - DEBUG -     (256, 'mv: cannot stat \xe2\x80\x98/etc/remote.run\xe2\x80\x99: No such file or directory')
03-23 13:13 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircd*
03-23 13:13 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircrc*
03-23 13:13 - root - DEBUG -      including /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircrc-haupgrey-g3.txt within /etc/lircrc
03-23 13:13 - root - DEBUG -    include "/usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/lircrc-haupgrey-g3.txt"
03-23 13:13 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/wol-lircrc*
03-23 13:13 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/remote.run*
03-23 13:13 - root - DEBUG -     .kodi Lircmap file /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/Lircmap.xml not present
03-23 13:13 - root - DEBUG -     Checking if /home/mythtv/.kodi/userdata/Lircmap.xml is a symlink
03-23 13:13 - root - DEBUG -     Not a symlink /home/mythtv/.kodi/userdata/Lircmap.xml
03-23 13:13 - root - DEBUG -     .plexht Lircmap file /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/Lircmap.xml not present
03-23 13:13 - root - DEBUG -     Checking if /home/mythtv/.plexht/userdata/Lircmap.xml is a symlink
03-23 13:13 - root - DEBUG -     Not a symlink /home/mythtv/.plexht/userdata/Lircmap.xml
03-23 13:13 - root - DEBUG -     rm  -f /etc/modprobe.d/mv_ir.conf
03-23 13:13 - root - DEBUG -     (0, '')
03-23 13:13 - root - DEBUG -     Using /usr/MythVantage/templates/remotes/hauppauge/hauppauge-blaster/ir.conf*
03-23 13:13 - root - DEBUG -     chmod 755 /etc/lircrc /etc/wol-lircrc /etc/remote.run
03-23 13:13 - 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-23 13:13 - root - INFO -     Adding service remotes
03-23 13:13 - root - DEBUG -     add_service.sh remotes
03-23 13:13 - root - DEBUG -     (0, 'remotes is already present')
03-23 13:13 - root - INFO -     Adding service irexec
03-23 13:13 - root - DEBUG -     add_service.sh irexec
03-23 13:13 - root - DEBUG -     (0, 'irexec is already present')
03-23 13:13 - root - DEBUG -     Creating links for lirc
03-23 13:13 - root - DEBUG -     /home/mythtv/lircrc already present
03-23 13:13 - root - DEBUG -     /home/mythtv/.lircrc already present
03-23 13:13 - root - DEBUG -     /etc/wol-lircrc does not exist, can not link it
03-23 13:13 - root - INFO -     Configuring receiver Default
03-23 13:13 - root - DEBUG -     didn't match receiver, using genric case
03-23 13:13 - root - DEBUG -     scrubbing lirc from /etc/modules.mythvantage
03-23 13:13 - root - DEBUG -     sed -i -e '/.*#lirc/d' /etc/modules.mythvantage
03-23 13:13 - root - DEBUG -     (512, "sed: can't read /etc/modules.mythvantage: No such file or directory")
03-23 13:13 - root - INFO -     Removing service igdaemon
03-23 13:13 - root - INFO -     stop service igdaemon
03-23 13:13 - root - DEBUG -     sv stop igdaemon
03-23 13:13 - root - DEBUG -     (256, 'fail: igdaemon: unable to change to service directory: file does not exist')
03-23 13:13 - root - DEBUG -     remove_service.sh igdaemon
03-23 13:13 - root - DEBUG -     (0, '')
03-23 13:13 - root - INFO -     Removing service tatir
03-23 13:13 - root - INFO -     stop service tatir
03-23 13:13 - root - DEBUG -     sv stop tatir
03-23 13:13 - root - DEBUG -     (256, 'fail: tatir: unable to change to service directory: file does not exist')
03-23 13:13 - root - DEBUG -     remove_service.sh tatir
03-23 13:13 - root - DEBUG -     (0, '')
03-23 13:13 - root - DEBUG -     Unloading all remote modules
03-23 13:13 - root - DEBUG -     sv stop remotes
03-23 13:13 - root - DEBUG -     (0, 'ok: down: remotes: 0s, normally up')
03-23 13:13 - root - DEBUG -     killall -9 lircd
03-23 13:13 - root - DEBUG -     (256, 'lircd: no process found')
03-23 13:13 - root - DEBUG -     modprobe -r $(lsmod |grep ^lirc |awk '{print $1}')
03-23 13:13 - root - DEBUG -     (256, 'modprobe: ERROR: missing parameters. See -h.')
03-23 13:13 - root - DEBUG -     Start of setup_blaster_proto
03-23 13:13 - root - DEBUG -     HostBlasterType: None
03-23 13:13 - root - DEBUG -     Hostnumblaster: 1
03-23 13:13 - root - DEBUG -     Start of setup_blaster_transmiter
03-23 13:13 - root - INFO -     HostBlasterType : None
03-23 13:13 - root - DEBUG -     scrubbing blaster from /etc/modules.mythvantage
03-23 13:13 - root - DEBUG -     sed -i -e '/.*#blaster/d' /etc/modules.mythvantage
03-23 13:13 - root - DEBUG -     (512, "sed: can't read /etc/modules.mythvantage: No such file or directory")
03-23 13:13 - root - DEBUG -     load-modules-mythvantage.sh
03-23 13:13 - root - DEBUG -     (0, '\x1b[0;10m\x1b[1m\x1b[34m > \x1b[0;10m\x1b[1m    Loading MythVantage-modules\x1b[0;10m ')
03-23 13:13 - root - INFO -     Triggering udev
03-23 13:13 - root - DEBUG -     udevadm settle
03-23 13:13 - root - DEBUG -     (0, '')
03-23 13:13 - root - DEBUG -     udevadm trigger
03-23 13:13 - root - DEBUG -     (0, '')
03-23 13:13 - root - DEBUG -     udevadm settle
03-23 13:13 - root - DEBUG -     (0, '')
03-23 13:13 - root - DEBUG -     udevadm trigger
03-23 13:13 - root - DEBUG -     (0, '')
03-23 13:13 - root - DEBUG -     sv start remotes
03-23 13:13 - root - DEBUG -     (0, 'ok: run: remotes: (pid 14787) 0s')
03-23 13:13 - root - DEBUG - ____Start of setup_lcd____
03-23 13:13 - root - DEBUG -     LCDType: no_lcd
03-23 13:13 - root - DEBUG -     Remotetype: hauppauge-blaster
03-23 13:13 - root - INFO -     Disabling LCD support
03-23 13:13 - root - DEBUG -     sv stop lcdd
03-23 13:13 - root - DEBUG -     (256, 'fail: lcdd: unable to change to service directory: file does not exist')
03-23 13:13 - root - DEBUG -     killall -9 LCDd
03-23 13:13 - root - DEBUG -     (256, 'LCDd: no process found')
03-23 13:13 - root - DEBUG -     load-modules-mythvantage.sh  UNLOAD LCD
03-23 13:13 - root - DEBUG -     (0, 'grep: LCD: No such file or directory')
03-23 13:13 - root - DEBUG -     scrubbing LCD from /etc/modules.mythvantage
03-23 13:13 - root - DEBUG -     sed -i -e '/.*#LCD/d' /etc/modules.mythvantage
03-23 13:13 - root - DEBUG -     (512, "sed: can't read /etc/modules.mythvantage: No such file or directory")
03-23 13:13 - root - INFO -     Removing service lcdd
03-23 13:13 - root - INFO -     stop service lcdd
03-23 13:13 - root - DEBUG -     sv stop lcdd
03-23 13:13 - root - DEBUG -     (256, 'fail: lcdd: unable to change to service directory: file does not exist')
03-23 13:13 - root - DEBUG -     remove_service.sh lcdd
03-23 13:13 - root - DEBUG -     (0, '')
03-23 13:13 - root - DEBUG - __End of setup_lcd
03-23 13:13 - root - INFO - __End IR

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


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 40 posts ] 
Go to page Previous  1, 2, 3  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu