Show Posts
|
|
Pages: [1] 2 3 ... 6
|
|
1
|
LinuxMCE / Users / Re: LMCE as DNS Server?
|
on: August 14, 2012, 03:05:06 am
|
I did figure out that it is resolv with out a e for the proper way the file is to be named. This is not the issue that I'm trying to address. I'm trying to be clear, but for what ever reason something is being lost in the message. The Wiki has "resolve.conf" that's resolv with the e, not with out the e as it needs to be. I have tried to edit the wiki as suggested. Posted by: posde Insert Quote Quote from: tux-box1 on 11 August 2012, 13:21:10 First I would like to make mention that their are some typing errors in the wiki.
So? FIX THEM!
but have received the following error. This action has been automatically identified as harmful, and therefore disallowed. If you believe your edit was constructive, please contact an administrator, and inform them of what you were trying to do. A brief description of the abuse rule which your action matched is: Link spamming 2 Would some one who has higher editing permissions please edit the following places in the wiki. Under installation. Also create a new resolve.conf file: Needs to read Also create a new resolv.conf file: Under wrapping up sudo mv /etc/resolve.conf /etc/resolve.conf.original sudo mv /etc/resolve.conf.new /etc/resolve.conf
Should read sudo mv /etc/resolv.conf /etc/resolv.conf.original sudo mv /etc/resolv.conf.new /etc/resolv.conf
The only thing that has changed is the removing of the e in resolve.conf to make it resolv.conf Every thing else is fine. Edit: I was able to make the edits to the wiki needed. It all reads the same with "resolv.conf" thank you for your patience.
|
|
|
|
|
2
|
LinuxMCE / Users / Re: LMCE as DNS Server?
|
on: August 12, 2012, 11:26:08 pm
|
Wheather that file should have a e or not have a e isn't much of an issue. The issue here is the inconstancy. For the benefit of those who are unfamiliar with parsing code or copy paste monkeys. I feel that the wiki should use the same version of the file name in every case. When I did go in and try to make the wiki consistent. I received the following error. This action has been automatically identified as harmful, and therefore disallowed. If you believe your edit was constructive, please contact an administrator, and inform them of what you were trying to do. A brief description of the abuse rule which your action matched is: Link spamming 2
|
|
|
|
|
3
|
LinuxMCE / Users / Re: LMCE as DNS Server?
|
on: August 12, 2012, 09:07:52 pm
|
|
I was able to fix my error by adding that e to the end of resolv.conf so I believe that is the issue. Is it possible for some one with more permission than I to edit the wiki, so that it is at least consistent? The error was simply missing the e at the end of resolv.conf I don't know how else to explain it. Thanks tho.
|
|
|
|
|
4
|
LinuxMCE / Users / Re: LMCE as DNS Server?
|
on: August 12, 2012, 02:15:31 am
|
That's really strange because the file resolv.conf is not found on the system. Edit: I miss-spoke on that, I did find it. Also from the wiki.. Also create a new resolve.conf file: sudo touch /etc/resolv.conf.new Why would we use resolv.conf.new instead of resolve.conf.new ? You will be creating or editing the following config files in these new directories /etc/bind.new/named.conf /etc/bind.new/named.conf.options /etc/bind.new/logging.conf /etc/bind.new/rndc.conf /etc/bind.new/rndc.key /etc/bind.new/db.wright.local.zone /etc/bind.new/db.wright.local.rev /etc/dhcp3.new/dhcpd.conf /etc/resolv.conf.new At least here it's consistent. Change all the file permissions per instructions in named.conf: File permissions: // /etc/bind/named.conf root:root 644 // /etc/bind/rndc.key root:bind 640 // /etc/bind/rndc.conf root:root 600 // /etc/resolv.conf root:root 644 // /etc/bind root:bind 775, chmod g+s => drwxrwsr-x // /etc/dhcp3 root:root 755 // /etc/dhcp3/dhcpd.conf root:root 644 // The same here still consistent. Then here is where it all changes. When and if you are feeling lucky, rename the original directories and then rename the new directories to take their place: sudo mv /etc/bind /etc/bind.original sudo mv /etc/bind.new /etc/bind sudo mv /etc/dhcp3 /etc/dhcp3.original sudo mv /etc/dhcp3.new /etc/dhcp3 sudo mv /etc/resolve.conf /etc/resolve.conf.original sudo mv /etc/resolve.conf.new /etc/resolve.conf In that last bit of code at the bottom you have resolve.conf.new when you were using resolv.conf.new before. But earlier we didn't name it resolve.conf.new we named it resolv.conf.new I would be glad to change it but.... Posted by: tux-box1 Insert Quote Uh, I was not aware that I had permission to do that!
Quote This action has been automatically identified as harmful, and therefore disallowed. If you believe your edit was constructive, please contact an administrator, and inform them of what you were trying to do. A brief description of the abuse rule which your action matched is: Link spamming 2
|
|
|
|
|
5
|
LinuxMCE / Users / Re: LMCE as DNS Server?
|
on: August 11, 2012, 08:16:24 pm
|
Uh, I was not aware that I had permission to do that! This action has been automatically identified as harmful, and therefore disallowed. If you believe your edit was constructive, please contact an administrator, and inform them of what you were trying to do. A brief description of the abuse rule which your action matched is: Link spamming 2
|
|
|
|
|
6
|
LinuxMCE / Users / Re: LMCE as DNS Server?
|
on: August 11, 2012, 07:21:10 pm
|
I know this is old, but I wanted to post my experience with this. First I would like to make mention that their are some typing errors in the wiki. For example at the part where you sate You will be creating or editing the following config files in these new directories: /etc/bind.new/named.conf /etc/bind.new/named.conf.options /etc/bind.new/logging.conf /etc/bind.new/rndc.conf /etc/bind.new/rndc.key /etc/bind.new/db.wright.local.zone /etc/bind.new/db.wright.local.rev /etc/dhcp3.new/dhcpd.conf /etc/resolv.conf.new you are missing the e at the end of /etc/resolv.conf.new and again here File permissions: // /etc/bind/named.conf root:root 644 // /etc/bind/rndc.key root:bind 640 // /etc/bind/rndc.conf root:root 600 // /etc/resolv.conf root:root 644 // /etc/bind root:bind 775, chmod g+s => drwxrwsr-x // /etc/dhcp3 root:root 755 // /etc/dhcp3/dhcpd.conf root:root 644 // but you do put it here sudo mv /etc/bind /etc/bind.original sudo mv /etc/bind.new /etc/bind sudo mv /etc/dhcp3 /etc/dhcp3.original sudo mv /etc/dhcp3.new /etc/dhcp3 sudo mv /etc/resolve.conf /etc/resolve.conf.original sudo mv /etc/resolve.conf.new /etc/resolve.conf I was having some issues at first until I realized what was happening. In the end I finally received the following error. I was hoping some one could help me with it. dcerouter_1030439:~# sudo rndc reload WARNING: key file (/etc/bind/rndc.key) exists, but using default configuration file (/etc/bind/rndc.conf) rndc: connection to remote host closed This may indicate that * the remote server is using an older version of the command protocol, * this host is not authorized to connect, * the clocks are not synchronized, or * the key is invalid.
System = 10.04 core only install. Using the "LMCE-1004-20120730212926289.iso" Thanks.
|
|
|
|
|
8
|
LinuxMCE / Users / Re: Problems setting up mythtv and tvcapture card
|
on: March 01, 2012, 08:03:39 pm
|
|
Ok so I do have mythtv setup and can view a few channels. I still have no guide data, I don't understand why. I followed the directions for setting up mythtv, ran mythfilldatabase as mythtv. Another problem I have is some channels crash mythtv and I can't view any thing using mythtv until I reload the core. Any thoughts? Thanks
|
|
|
|
|
9
|
LinuxMCE / Users / Re: physical address extension
|
on: March 01, 2012, 08:01:14 pm
|
Or, you could install a 64-bit kernel. My virtual host started life many moons ago as a Debian 3 32-bit system running on a Pentium 166. It's received a few hardware and in-place OS upgrades along the way, and is running a 64-bit kernel with a 32-bit userland. It runs fine, and I'm running a mixture of 64 and 32-bit virtuals.
So, another option for you to consider...
HTH!
/Mike It has been my experience that doing what you suggest is a bad idea, I tried it once and had very undesirable results.
|
|
|
|
|
10
|
LinuxMCE / Users / Re: Android QOrbiter
|
on: March 01, 2012, 07:58:46 pm
|
Thanks, I did get the url wrong, but I tried again with the modified code. http://192.168.3.80/lmce-admin/qOrbiterGenerator.php?d=49 and got this message Connected, Proceeding with OrbiterGen for device: 49 Looking for /var/tmp/49conf.xml...found existing conf, overwriting! Setting FileFormats Sort List Up...Setting Media SubTypes Sort List Up...Finding default user and room........done Looking up Users now......done! Looking up Rooms now.. ....done! Setting Genre List Up.......done! Setting Attribute Sort List Up.......done! Starting Lighting Scenarios....done! Starting Media Scenarios....done! Starting Climate Scenarios....done! Starting Telecom Scenarios....done! Starting Security Scenarios....done! DB closed Warning: fclose(): supplied argument is not a valid stream resource in /var/www/lmce-admin/qOrbiterGenerator.php on line 109 Any thoughts?
|
|
|
|
|
11
|
LinuxMCE / Users / physical address extension
|
on: March 01, 2012, 04:24:13 am
|
I was looking at what I had and I have 4gb of ram in my system and under heavy load I use up almost all of the 2^23 available to the system. Seeing as the limitation is software not hardware, I have 4096mb of ram. Is it posable to enable physical address extension (PAE) support in 8.10? I was reading here http://ubuntuforums.org/showthread.php?t=957430 and I got the impression that if I do I will loose the graphics acceleration that I have. Their is a how to build your own kernel here http://ubuntuforums.org/showthread.php?t=855511 but that's a bit beyond my know how and with all the stuff lmce has done since I added it I have no idea what kind of pain I'm in for if I go this way. Any thoughts? Thanks
|
|
|
|
|
13
|
LinuxMCE / Users / Re: Android QOrbiter
|
on: March 01, 2012, 12:53:12 am
|
I get this error when I visit that address Connected, Proceeding with OrbiterGen for device: <49>
Fatal error: Uncaught exception 'DOMException' with message 'Invalid Character Error' in /var/www/lmce-admin/qOrbiterGenerator.php:45 Stack trace: #0 /var/www/lmce-admin/qOrbiterGenerator.php(45): DOMDocument->createElement('Orbiter<49>') #1 {main} thrown in /var/www/lmce-admin/qOrbiterGenerator.php on line 45
|
|
|
|
|
14
|
LinuxMCE / Users / Problems setting up mythtv and tvcapture card
|
on: March 01, 2012, 12:15:25 am
|
Ok first I did read the following web sites. http://wiki.linuxmce.org/index.php/Setting_up_MythTVhttp://wiki.linuxmce.org/index.php/Control_a_TV_or_cable/satellite_boxhttp://wiki.linuxmce.org/index.php/Capture_Cardshttp://wiki.linuxmce.org/index.php/Hauppauge_WinTV-HVR-2250To start the first problem I have is when I open up the MythTV setup under computing, the bottom X, keyboard and power icon cover up the configuration interface for MythTV making it difficult to see if I'm hitting back or what ever. If some one can point out how I can fix this that would help with the rest of the problems. Next problem, I have no channels, Ive done the schedules direct thing, even mythfilldatabase as: Regular user using sudo Linux dcerouter 2.6.27-17-generic #1 SMP Fri Mar 12 03:09:00 UTC 2010 i686
The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
To access official Ubuntu documentation, please visit: http://help.ubuntu.com/ Last login: Wed Feb 29 07:07:28 2012 from 192.168.3.50 ---@dcerouter:~$ mythfilldatabase 2012-02-29 07:27:34.539 Using runtime prefix = /usr 2012-02-29 07:27:34.539 Using configuration directory = /home/bourne/.mythtv 2012-02-29 07:27:34.539 Unable to read configuration file mysql.txt 2012-02-29 07:27:34.539 Empty LocalHostName. 2012-02-29 07:27:34.539 Using localhost value of dcerouter 2012-02-29 07:27:34.544 New DB connection, total: 1 2012-02-29 07:27:34.547 Unable to connect to database! 2012-02-29 07:27:34.547 Driver error was [1/1045]: QMYSQL: Unable to connect Database error was: Access denied for user 'mythtv'@'localhost' (using password: YES)
2012-02-29 07:27:35.610 UPnPautoconf() - Found one UPnP backend 2012-02-29 07:27:35.858 Closing DB connection named 'DBManager0' 2012-02-29 07:27:35.859 Connected to database 'mythconverg' at host: localhost 2012-02-29 07:27:35.860 Closing DB connection named 'DBManager0' 2012-02-29 07:27:35.860 Deleting UPnP client... 2012-02-29 07:27:38.236 Connected to database 'mythconverg' at host: localhost 2012-02-29 07:27:38.241 Current MythTV Schema Version (DBSchemaVer): 1254 2012-02-29 07:27:38.244 New DB connection, total: 2 2012-02-29 07:27:38.246 Connected to database 'mythconverg' at host: localhost 2012-02-29 07:27:38.247 Updating source #1 (Provider 1) with grabber schedulesdi rect1 2012-02-29 07:27:38.257 No channels are configured to use grabber. 2012-02-29 07:27:38.257 2012-02-29 07:27:38.257 Checking day @ offset 0, date: Wed Feb 29 2012 2012-02-29 07:27:38.260 Data refresh needed because no data exists for day @ off set 0 from 8PM - midnight. 2012-02-29 07:27:38.260 Refreshing data for Wed Feb 29 2012 2012-02-29 07:27:38.260 New DB DataDirect connection 2012-02-29 07:27:38.263 Connected to database 'mythconverg' at host: localhost 2012-02-29 07:27:38.264 Retrieving datadirect data. 2012-02-29 07:27:38.264 Grabbing data for Wed Feb 29 2012 offset 0 2012-02-29 07:27:38.265 From Wed Feb 29 06:00:00 2012 to Thu Mar 1 06:00:00 2012 (UTC) 2012-02-29 07:27:38.265 Grabbing listing data --2012-02-29 07:27:38-- http://webservices.schedulesdirect.tmsdatadirect.com/sc hedulesdirect/tvlistings/xtvdService Resolving webservices.schedulesdirect.tmsdatadirect.com... 144.142.232.53 Connecting to webservices.schedulesdirect.tmsdatadirect.com|144.142.232.53|:80.. . connected. HTTP request sent, awaiting response... 401 Unauthorized Connecting to webservices.schedulesdirect.tmsdatadirect.com|144.142.232.53|:80.. . connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/xml] Saving to: `STDOUT'
[ <=> ] 32,536 13.0K/s 2012-02-29 07:27:41.234 New DB connection, total: 3 2012-02-29 07:27:41.235 Connected to database 'mythconverg' at host: localhost 2012-02-29 07:27:41.238 DataDirect: Your subscription expires on Tue 5 March (2013) 15:48 2012-02-29 07:27:41.469 sourceid 1 has lineup type: Cable [ <=> ] 622,615 31.9K/s in 19s
2012-02-29 07:27:59 (31.9 KB/s) - `-' saved [622615]
2012-02-29 07:28:03.669 Grab complete. Actual data from Wed Feb 29 06:00:00 2012 to Thu Mar 1 06:00:00 2012 (UTC) 2012-02-29 07:28:03.669 Main temp tables populated. 2012-02-29 07:28:03.669 Updating myth channels. 2012-02-29 07:28:03.683 SourceUtil::IsProperlyConnected(): Source ID 1 appears to be connected to 0 analog tuners,and 0 digital tuners. Can't mix analog and digital tuning information. 2012-02-29 07:28:03.683 SourceUtil::IsProperlyConnected(): Source ID 1 appears to be connected to 1 encoder, and 1 non-encoder. This is probably a bad idea. 2012-02-29 07:28:03.684 IconData: Updating icons for sourceid: 1 2012-02-29 07:28:03.693 Channels updated. 2012-02-29 07:28:03.700 Did not find any new program data. 2012-02-29 07:28:03.700 2012-02-29 07:28:03.700 Checking day @ offset 1, date: Thu Mar 1 2012 2012-02-29 07:28:03.700 Data Refresh always needed for tomorrow 2012-02-29 07:28:03.700 Refreshing data for Thu Mar 1 2012 2012-02-29 07:28:03.701 Retrieving datadirect data. 2012-02-29 07:28:03.701 Grabbing data for Wed Feb 29 2012 offset 1 2012-02-29 07:28:03.701 From Thu Mar 1 06:00:00 2012 to Fri Mar 2 06:00:00 2012 (UTC) 2012-02-29 07:28:03.701 Grabbing listing data --2012-02-29 07:28:03-- http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService Resolving webservices.schedulesdirect.tmsdatadirect.com... 144.142.232.53 Connecting to webservices.schedulesdirect.tmsdatadirect.com|144.142.232.53|:80... connected. HTTP request sent, awaiting response... 401 Unauthorized Connecting to webservices.schedulesdirect.tmsdatadirect.com|144.142.232.53|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/xml] Saving to: `STDOUT'
[ <=> ] 32,518 11.2K/s 2012-02-29 07:28:07.067 DataDirect: Your subscription expires on Tue 5 March (2013) 15:48 [ <=> ] 618,394 36.2K/s in 17s
2012-02-29 07:28:20 (36.2 KB/s) - `-' saved [618394] ~~~~~~ cut text to end of file ~~~~~~
2012-02-29 07:33:36.284 Grab complete. Actual data from Tue Mar 13 06:00:00 2012 to Wed Mar 14 06:00:00 2012 (UTC) 2012-02-29 07:33:36.285 Main temp tables populated. 2012-02-29 07:33:36.294 Did not find any new program data. 2012-02-29 07:33:36.295 Source 2 configured with no grabber. Nothing to do. 2012-02-29 07:33:36.295 Failed to fetch some program info 2012-02-29 07:33:36.296 Adjusting program database end times. 2012-02-29 07:33:36.296 0 replacements made 2012-02-29 07:33:36.296 Marking generic episodes. 2012-02-29 07:33:36.297 Found 0 2012-02-29 07:33:36.297 Fudging non-unique programids with multiple parts. 2012-02-29 07:33:36.297 Found 0 2012-02-29 07:33:36.297 Marking repeats. 2012-02-29 07:33:36.299 Found 0 2012-02-29 07:33:36.299 Unmarking new episode rebroadcast repeats. 2012-02-29 07:33:36.299 Found 0 2012-02-29 07:33:36.299 Marking episode first showings. 2012-02-29 07:33:36.300 Found 0 2012-02-29 07:33:36.300 Marking episode last showings. 2012-02-29 07:33:36.301 Found 0 2012-02-29 07:33:36.303 Grabbing next suggested grabbing time 2012-02-29 07:33:36.697 DataDirect: BlockedTime is: 2012-02-29T07:33:36 2012-02-29 07:33:36.698 DataDirect: NextSuggestedTime is: 2012-02-29T23:59:07 2012-02-29 07:33:36.702 =============================================================== | Attempting to contact the master backend for rescheduling. | | If the master is not running, rescheduling will happen when | | the master backend is restarted. | =============================================================== 2012-02-29 07:33:36.709 MythContext: Connecting to backend server: 192.168.80.1:6543 (try 1 of 1) 2012-02-29 07:33:36.710 Using protocol version 56 2012-02-29 07:33:37.942 Received a remote 'Clear Cache' request 2012-02-29 07:33:38.944 mythfilldatabase run complete. 2012-02-29 07:33:38.944 DataDirect: Deleting temporary files
root 2012-02-29 08:22:47 (18.6 KB/s) - `-' saved [545566]
2012-02-29 08:22:52.053 Grab complete. Actual data from Mon Mar 12 06:00:00 2012 to Tue Mar 13 06:00:00 2012 (UTC) 2012-02-29 08:22:52.054 Main temp tables populated. 2012-02-29 08:22:52.059 Did not find any new program data. 2012-02-29 08:22:52.059 2012-02-29 08:22:52.059 Checking day @ offset 13, date: Tue Mar 13 2012 2012-02-29 08:22:52.061 Data refresh needed because no data exists for day @ offset 13 from 8PM - midnight. 2012-02-29 08:22:52.061 Refreshing data for Tue Mar 13 2012 2012-02-29 08:22:52.062 Retrieving datadirect data. 2012-02-29 08:22:52.062 Grabbing data for Wed Feb 29 2012 offset 13 2012-02-29 08:22:52.062 From Tue Mar 13 06:00:00 2012 to Wed Mar 14 06:00:00 2012 (UTC) 2012-02-29 08:22:52.062 Grabbing listing data --2012-02-29 08:22:52-- http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService Resolving webservices.schedulesdirect.tmsdatadirect.com... 144.142.232.53 Connecting to webservices.schedulesdirect.tmsdatadirect.com|144.142.232.53|:80... connected. HTTP request sent, awaiting response... 401 Unauthorized Connecting to webservices.schedulesdirect.tmsdatadirect.com|144.142.232.53|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/xml] Saving to: `STDOUT'
[ <=> ] 30,198 512B/s 2012-02-29 08:23:03.521 DataDirect: Your subscription expires on Tue 5 March (2013) 15:48 [ <=> ] 536,698 29.4K/s in 27s
2012-02-29 08:23:19 (19.6 KB/s) - `-' saved [536698]
2012-02-29 08:23:23.216 Grab complete. Actual data from Tue Mar 13 06:00:00 2012 to Wed Mar 14 06:00:00 2012 (UTC) 2012-02-29 08:23:23.217 Main temp tables populated. 2012-02-29 08:23:23.224 Did not find any new program data. 2012-02-29 08:23:23.225 Source 2 configured with no grabber. Nothing to do. 2012-02-29 08:23:23.226 Failed to fetch some program info 2012-02-29 08:23:23.226 Adjusting program database end times. 2012-02-29 08:23:23.227 0 replacements made 2012-02-29 08:23:23.227 Marking generic episodes. 2012-02-29 08:23:23.227 Found 0 2012-02-29 08:23:23.227 Fudging non-unique programids with multiple parts. 2012-02-29 08:23:23.228 Found 0 2012-02-29 08:23:23.228 Marking repeats. 2012-02-29 08:23:23.229 Found 0 2012-02-29 08:23:23.229 Unmarking new episode rebroadcast repeats. 2012-02-29 08:23:23.230 Found 0 2012-02-29 08:23:23.230 Marking episode first showings. 2012-02-29 08:23:23.231 Found 0 2012-02-29 08:23:23.231 Marking episode last showings. 2012-02-29 08:23:23.232 Found 0 2012-02-29 08:23:23.233 Grabbing next suggested grabbing time 2012-02-29 08:23:23.632 DataDirect: BlockedTime is: 2012-02-29T08:23:23 2012-02-29 08:23:23.633 DataDirect: NextSuggestedTime is: 2012-02-29T19:19:52 2012-02-29 08:23:23.636 =============================================================== | Attempting to contact the master backend for rescheduling. | | If the master is not running, rescheduling will happen when | | the master backend is restarted. | =============================================================== 2012-02-29 08:23:23.642 MythContext: Connecting to backend server: 192.168.80.1:6543 (try 1 of 1) 2012-02-29 08:23:23.644 Using protocol version 56 2012-02-29 08:23:23.673 Received a remote 'Clear Cache' request 2012-02-29 08:23:24.676 mythfilldatabase run complete. 2012-02-29 08:23:24.676 DataDirect: Deleting temporary files dcerouter_1026584:~#
mythtv ---@dcerouter:~$ sudo su - mythtv mythtv@dcerouter:~$ mythfilldatabase 2012-02-29 13:12:15.525 Using runtime prefix = /usr 2012-02-29 13:12:15.525 Using configuration directory = /var/lib/mythtv/.mythtv 2012-02-29 13:12:15.525 Empty LocalHostName. 2012-02-29 13:12:15.525 Using localhost value of dcerouter 2012-02-29 13:12:15.529 New DB connection, total: 1 2012-02-29 13:12:15.534 Connected to database 'mythconverg' at host: localhost 2012-02-29 13:12:15.534 Closing DB connection named 'DBManager0' 2012-02-29 13:12:15.534 Connected to database 'mythconverg' at host: localhost 2012-02-29 13:12:15.536 Current MythTV Schema Version (DBSchemaVer): 1254 2012-02-29 13:12:15.537 New DB connection, total: 2 2012-02-29 13:12:15.538 Connected to database 'mythconverg' at host: localhost 2012-02-29 13:12:15.539 Updating source #1 (Provider 1) with grabber schedulesdirect1 2012-02-29 13:12:15.540 No channels are configured to use grabber. 2012-02-29 13:12:15.540 2012-02-29 13:12:15.540 Checking day @ offset 0, date: Wed Feb 29 2012 2012-02-29 13:12:15.542 Data refresh needed because no data exists for day @ offset 0 from 8PM - midnight. 2012-02-29 13:12:15.542 Refreshing data for Wed Feb 29 2012 2012-02-29 13:12:15.543 This DataDirect listings source is shared by 2 MythTV lineups 2012-02-29 13:12:15.543 We should keep data around after this one 2012-02-29 13:12:15.543 New DB DataDirect connection 2012-02-29 13:12:15.543 Connected to database 'mythconverg' at host: localhost 2012-02-29 13:12:15.544 Retrieving datadirect data. 2012-02-29 13:12:15.544 Grabbing data for Wed Feb 29 2012 offset 0 2012-02-29 13:12:15.544 From Wed Feb 29 06:00:00 2012 to Thu Mar 1 06:00:00 2012 (UTC) 2012-02-29 13:12:15.544 Grabbing listing data 2012-02-29 13:12:15.548 DataDirect: Saving listings to DD cache --2012-02-29 13:12:15-- http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService Resolving webservices.schedulesdirect.tmsdatadirect.com... 144.142.232.53 Connecting to webservices.schedulesdirect.tmsdatadirect.com|144.142.232.53|:80... connected. HTTP request sent, awaiting response... 401 Unauthorized Connecting to webservices.schedulesdirect.tmsdatadirect.com|144.142.232.53|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/xml] Saving to: `STDOUT'
2012-02-29 13:38:55.747 Checking day @ offset 13, date: Tue Mar 13 2012 2012-02-29 13:38:55.749 Data refresh needed because no data exists for day @ offset 13 from 8PM - midnight. 2012-02-29 13:38:55.749 Refreshing data for Tue Mar 13 2012 2012-02-29 13:38:55.749 This DataDirect listings source is shared by 2 MythTV lineups 2012-02-29 13:38:55.749 We should use cached data for this one 2012-02-29 13:38:55.749 Retrieving datadirect data. 2012-02-29 13:38:55.749 Grabbing data for Wed Feb 29 2012 offset 13 2012-02-29 13:38:55.749 From Tue Mar 13 06:00:00 2012 to Wed Mar 14 06:00:00 2012 (UTC) 2012-02-29 13:38:55.749 Grabbing listing data 2012-02-29 13:38:55.749 DataDirect: Copying from DD cache 2012-02-29 13:38:55.760 DataDirect: Your subscription expires on Tue Mar 5 (2013) 3:48 PM 2012-02-29 13:39:11.201 Grab complete. Actual data from Tue Mar 13 06:00:00 2012 to Wed Mar 14 06:00:00 2012 (UTC) 2012-02-29 13:39:11.201 Main temp tables populated. 2012-02-29 13:39:11.207 Did not find any new program data. 2012-02-29 13:39:11.208 Failed to fetch some program info 2012-02-29 13:39:11.209 Adjusting program database end times. 2012-02-29 13:39:11.209 0 replacements made 2012-02-29 13:39:11.209 Marking generic episodes. 2012-02-29 13:39:11.210 Found 0 2012-02-29 13:39:11.210 Fudging non-unique programids with multiple parts. 2012-02-29 13:39:11.211 Found 0 2012-02-29 13:39:11.211 Marking repeats. 2012-02-29 13:39:11.213 Found 0 2012-02-29 13:39:11.213 Unmarking new episode rebroadcast repeats. 2012-02-29 13:39:11.214 Found 0 2012-02-29 13:39:11.214 Marking episode first showings. 2012-02-29 13:39:11.216 Found 0 2012-02-29 13:39:11.216 Marking episode last showings. 2012-02-29 13:39:11.217 Found 0 2012-02-29 13:39:11.220 Grabbing next suggested grabbing time 2012-02-29 13:39:11.653 DataDirect: BlockedTime is: 2012-02-29T13:39:11 2012-02-29 13:39:11.654 DataDirect: NextSuggestedTime is: 2012-03-01T11:58:29 2012-02-29 13:39:11.658 =============================================================== | Attempting to contact the master backend for rescheduling. | | If the master is not running, rescheduling will happen when | | the master backend is restarted. | =============================================================== 2012-02-29 13:39:11.664 MythContext: Connecting to backend server: 192.168.80.1:6543 (try 1 of 1) 2012-02-29 13:39:11.665 Connection to master server timed out. Either the server is down or the master server settings in mythtv-settings does not contain the proper IP address
2012-02-29 13:39:11.665 Error rescheduling id -1 in ScheduledRecording::signalChange 2012-02-29 13:39:11.665 MythContext: Connecting to backend server: 192.168.80.1:6543 (try 1 of 1) 2012-02-29 13:39:11.665 Connection to master server timed out. Either the server is down or the master server settings in mythtv-settings does not contain the proper IP address
2012-02-29 13:39:11.666 MythContext: Connecting to backend server: 192.168.80.1:6543 (try 1 of 1) 2012-02-29 13:39:11.666 Connection to master server timed out. Either the server is down or the master server settings in mythtv-settings does not contain the proper IP address
2012-02-29 13:39:12.667 mythfilldatabase run complete. 2012-02-29 13:39:12.670 DataDirect: Deleting temporary files mythtv@dcerouter:~$
When I use the web interface "mythtv status" at the bottom is Last mythfilldatabase run started on 2012-02-29 13:38 and ended on 2012-02-29 13:39. Suggested next mythfilldatabase run: 2012-03-01 11:58. There's no guide data available! Have you run mythfilldatabase? DataDirect Status: Your subscription expires on Tue Mar 5 (2013) 3:48 PM Can any one point me in the right direction?
|
|
|
|
|
15
|
LinuxMCE / Users / Re: DVB Cards info needed for Templates
|
on: February 29, 2012, 07:49:14 pm
|
card http://hauppauge.com/site/products/data_hvr2250.html sudo lspci -vn post your output for your card complete
if usb device then run sudo lsusb -vn post your output for your card complete
then run sudo apt-get install ivtv-utils install and then run
sudo v4l2-ctl -n post your ouput for your card complete
also let me know if you had to install and compile drivers for your card and if firmware is needed thanks you can catch me in the irc channels Linuxmce and Linuxmce-devel
---@dcerouter:~$ sudo lspci -vn 00:00.0 0600: 1002:5957 Subsystem: 1043:8353 Flags: bus master, 66MHz, medium devsel, latency 0 Capabilities: [c4] HyperTransport: Slave or Primary Interface Capabilities: [40] HyperTransport: Retry Mode Capabilities: [54] HyperTransport: UnitID Clumping Capabilities: [9c] HyperTransport: #1a Kernel modules: ati-agp
00:02.0 0604: 1002:5978 Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 0000c000-0000cfff Memory behind bridge: fa000000-fdffffff Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff Capabilities: [50] Power Management version 3 Capabilities: [58] Express Root Port (Slot-), MSI 00 Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [b0] Subsystem: 1043:8353 Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100] Vendor Specific Information <?> Capabilities: [110] Virtual Channel <?> Kernel driver in use: pcieport-driver Kernel modules: shpchp
00:07.0 0604: 1002:597d Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 Memory behind bridge: fe000000-fe7fffff Capabilities: [50] Power Management version 3 Capabilities: [58] Express Root Port (Slot-), MSI 00 Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [b0] Subsystem: 1043:8353 Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100] Vendor Specific Information <?> Capabilities: [110] Virtual Channel <?> Kernel driver in use: pcieport-driver Kernel modules: shpchp
00:0a.0 0604: 1002:597f Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: fea00000-feafffff Prefetchable memory behind bridge: 00000000f8f00000-00000000f8ffffff Capabilities: [50] Power Management version 3 Capabilities: [58] Express Root Port (Slot-), MSI 00 Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [b0] Subsystem: 1043:8353 Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100] Vendor Specific Information <?> Capabilities: [110] Virtual Channel <?> Kernel driver in use: pcieport-driver Kernel modules: shpchp
00:11.0 0106: 1002:4390 (prog-if 01) Subsystem: 1043:8389 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22 I/O ports at b000 [size=8] I/O ports at a000 [size=4] I/O ports at 9000 [size=8] I/O ports at 8000 [size=4] I/O ports at 7000 [size=16] Memory at f9fffc00 (32-bit, non-prefetchable) [size=1K] Capabilities: [60] Power Management version 2 Capabilities: [70] SATA HBA <?> Kernel driver in use: ahci Kernel modules: ahci
00:12.0 0c03: 1002:4397 (prog-if 10) Subsystem: 1043:8389 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16 Memory at f9ffe000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd Kernel modules: ohci-hcd
00:12.1 0c03: 1002:4398 (prog-if 10) Subsystem: 1043:8389 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16 Memory at f9ffd000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd Kernel modules: ohci-hcd
00:12.2 0c03: 1002:4396 (prog-if 20) Subsystem: 1043:8389 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17 Memory at f9fff800 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd Kernel modules: ehci-hcd
00:13.0 0c03: 1002:4397 (prog-if 10) Subsystem: 1043:8389 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18 Memory at f9ffc000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd Kernel modules: ohci-hcd
00:13.1 0c03: 1002:4398 (prog-if 10) Subsystem: 1043:8389 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18 Memory at f9ffb000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd Kernel modules: ohci-hcd
00:13.2 0c03: 1002:4396 (prog-if 20) Subsystem: 1043:8389 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19 Memory at f9fff400 (32-bit, non-prefetchable) [size=256] Capabilities: [c0] Power Management version 2 Capabilities: [e4] Debug port: BAR=1 offset=00e0 Kernel driver in use: ehci_hcd Kernel modules: ehci-hcd
00:14.0 0c05: 1002:4385 (rev 3c) Subsystem: 1043:8389 Flags: 66MHz, medium devsel Capabilities: [b0] HyperTransport: MSI Mapping Enable- Fixed+ Kernel driver in use: piix4_smbus Kernel modules: i2c-piix4
00:14.1 0101: 1002:439c (prog-if 8a [Master SecP PriP]) Subsystem: 1043:8389 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16 I/O ports at 01f0 [size=8] I/O ports at 03f4 [size=1] I/O ports at 0170 [size=8] I/O ports at 0374 [size=1] I/O ports at ff00 [size=16] Capabilities: [70] Message Signalled Interrupts: Mask- 64bit- Queue=0/1 Enable- Kernel driver in use: pata_atiixp Kernel modules: pata_atiixp
00:14.2 0403: 1002:4383 Subsystem: 1043:8417 Flags: bus master, slow devsel, latency 64, IRQ 16 Memory at f9ff4000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel
00:14.3 0601: 1002:439d Subsystem: 1043:8389 Flags: bus master, 66MHz, medium devsel, latency 0
00:14.4 0604: 1002:4384 (prog-if 01) Flags: bus master, 66MHz, medium devsel, latency 64 Bus: primary=00, secondary=04, subordinate=04, sec-latency=64 I/O behind bridge: 0000e000-0000efff Memory behind bridge: feb00000-febfffff Prefetchable memory behind bridge: f0000000-f00fffff
00:14.5 0c03: 1002:4399 (prog-if 10) Subsystem: 1043:8389 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18 Memory at f9ffa000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd Kernel modules: ohci-hcd
00:18.0 0600: 1022:1200 Flags: fast devsel Capabilities: [80] HyperTransport: Host or Secondary Interface
00:18.1 0600: 1022:1201 Flags: fast devsel
00:18.2 0600: 1022:1202 Flags: fast devsel
00:18.3 0600: 1022:1203 Flags: fast devsel Capabilities: [f0] Secure device <?>
00:18.4 0600: 1022:1204 Flags: fast devsel
01:00.0 0300: 10de:0640 (rev a1) Subsystem: 1043:82fd Flags: bus master, fast devsel, latency 0, IRQ 18 Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Memory at d0000000 (64-bit, prefetchable) [size=256M] Memory at fa000000 (64-bit, non-prefetchable) [size=32M] I/O ports at cc00 [size=128] [virtual] Expansion ROM at fcf80000 [disabled] [size=512K] Capabilities: [60] Power Management version 3 Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [78] Express Endpoint, MSI 00 Capabilities: [b4] Vendor Specific Information <?> Capabilities: [100] Virtual Channel <?> Capabilities: [128] Power Budgeting <?> Capabilities: [600] Vendor Specific Information <?> Kernel driver in use: nvidia Kernel modules: nvidia, nvidiafb
02:00.0 0480: 1131:7164 (rev 81) Subsystem: 0070:8891 Flags: bus master, fast devsel, latency 0, IRQ 19 Memory at fe400000 (64-bit, non-prefetchable) [size=4M] Memory at fe000000 (64-bit, non-prefetchable) [size=4M] Capabilities: [40] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 Enable- Capabilities: [50] Express Endpoint, MSI 00 Capabilities: [74] Power Management version 3 Capabilities: [7c] Vendor Specific Information <?> Capabilities: [100] Vendor Specific Information <?> Capabilities: [160] Virtual Channel <?> Kernel driver in use: saa7164 Kernel modules: saa7164
03:00.0 0200: 10ec:8168 (rev 03) Subsystem: 1043:83a3 Flags: bus master, fast devsel, latency 0, IRQ 220 I/O ports at d800 [size=256] Memory at f8fff000 (64-bit, prefetchable) [size=4K] Memory at f8ff8000 (64-bit, prefetchable) [size=16K] Expansion ROM at feaf0000 [disabled] [size=64K] Capabilities: [40] Power Management version 3 Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+ Capabilities: [70] Express Endpoint, MSI 01 Capabilities: [ac] MSI-X: Enable- Mask- TabSize=4 Capabilities: [cc] Vital Product Data <?> Capabilities: [100] Advanced Error Reporting <?> Capabilities: [140] Virtual Channel <?> Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00 Kernel driver in use: r8169 Kernel modules: r8169
04:07.0 0200: 10ec:8169 (rev 10) Subsystem: 10ec:8169 Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22 I/O ports at e800 [size=256] Memory at febffc00 (32-bit, non-prefetchable) [size=256] Expansion ROM at f0000000 [disabled] [size=128K] Capabilities: [dc] Power Management version 2 Kernel driver in use: r8169 Kernel modules: r8169
04:08.0 0c00: 1106:3044 (rev c0) (prog-if 10) Subsystem: 1043:81fe Flags: bus master, medium devsel, latency 64, IRQ 23 Memory at febff000 (32-bit, non-prefetchable) [size=2K] I/O ports at ec00 [size=128] Capabilities: [50] Power Management version 2 Kernel driver in use: ohci1394 Kernel modules: ohci1394 ---@dcerouter:~$ sudo v4l2-ctl -n Failed to open /dev/video0: No such file or directory
|
|
|
|
|