Author |
Message |
abigailsweetashoney
|
Posted: Sun Mar 06, 2011 7:47 pm |
|
Joined: Tue Nov 14, 2006 2:55 pm
Posts: 245
Location:
South Jersey
|
Is there a fix for this? I just upgraded my entire setup and I'm stuck here.
_________________ R6.04, dual core 3ghz, 3 gig memory, Zotac 8400 passive heat sink dvi/hdmi out video, 500 gig sata, dual tuner hdhomerun, streamzap remote
Abby
|
|
Top |
|
 |
smartel
|
Posted: Mon Mar 07, 2011 5:32 am |
|
Joined: Fri Nov 03, 2006 6:25 pm
Posts: 47
Location:
Montreal, Quebec
|
|
Top |
|
 |
abigailsweetashoney
|
Posted: Tue Mar 08, 2011 12:32 pm |
|
Joined: Tue Nov 14, 2006 2:55 pm
Posts: 245
Location:
South Jersey
|
This issue seems to only occur when running "sudo pacman -Syu".
Instead I ran "sudo linhes_upgrade.sh" and voila, no issues.
So what's the difference? Should I always use Cecil's script instead of calling pacman directly?
Thanks, -Abs
_________________ R6.04, dual core 3ghz, 3 gig memory, Zotac 8400 passive heat sink dvi/hdmi out video, 500 gig sata, dual tuner hdhomerun, streamzap remote
Abby
|
|
Top |
|
 |
RobTheGob
|
Posted: Fri Mar 11, 2011 10:57 am |
|
Joined: Tue Oct 25, 2005 7:04 am
Posts: 58
Location:
Victoria, BC
|
abigailsweetashoney wrote: Is there a fix for this? I just upgraded my entire setup and I'm stuck here.
I got around this by:
Code: wget http://knoppmyth.net/repo/i686/extra/mythtv-contrib-0.23-7-i686.pkg.tar.gz
pacman -U mythtv-contrib-0.23-7-i686.pkg.tar.gz
Then started the update again. It was a week or two ago - so I think this was all I did!
Hope it helps.
Rob
|
|
Top |
|
 |
tjc
|
Posted: Fri Mar 11, 2011 6:15 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
Nice! I would say that is just the workaround people need.
|
|
Top |
|
 |
smartel
|
Posted: Fri Mar 11, 2011 6:31 pm |
|
Joined: Fri Nov 03, 2006 6:25 pm
Posts: 47
Location:
Montreal, Quebec
|
COOOL!
Works like a charm thanks a bunch Rob!
Serge
|
|
Top |
|
 |
snaproll
|
Posted: Sat Mar 12, 2011 10:05 am |
|
Joined: Sun Jul 24, 2005 4:16 pm
Posts: 508
Location:
Ft. Worth TX
|
I started having a problem with a pacman upgrade on a new install from the 6.02 cd.
Looks like this:
Code: [greg@mythbox60 ~]$ sudo pacman -Syu Password: :: Synchronizing package databases... error: failed retrieving file 'core.db.tar.gz' from knoppmyth.net : Transient resolver failure error: failed to update core (Transient resolver failure) error: failed retrieving file 'extra.db.tar.gz' from knoppmyth.net : Transient resolver failure error: failed to update extra (Transient resolver failure) error: failed to synchronize any databases
I tried linhes.org repos too, same result.
What causes this ? It worked on another machine a couple days ago ? ...
|
|
Top |
|
 |
mihanson
|
Posted: Sat Mar 12, 2011 10:38 am |
|
Joined: Sun Sep 25, 2005 3:50 pm
Posts: 1013
Location:
Los Angeles
|
snaproll wrote: Code: [greg@mythbox60 ~]$ sudo pacman -Syu Password: :: Synchronizing package databases... error: failed retrieving file 'core.db.tar.gz' from knoppmyth.net : Transient resolver failure error: failed to update core (Transient resolver failure) error: failed retrieving file 'extra.db.tar.gz' from knoppmyth.net : Transient resolver failure error: failed to update extra (Transient resolver failure) error: failed to synchronize any databases
Working fine here: Code: [mihanson@mythbox-mbe ~]$ sudo pacman -Syy :: Synchronizing package databases... core 115.0K 301.3K/s 00:00:00 [#####################] 100% extra 59.3K 327.9K/s 00:00:00 [#####################] 100%
Either km.net was down for a short while or something is wrong with your network connection.
_________________ Mike
My Hardware Profile
|
|
Top |
|
 |
snaproll
|
Posted: Sat Mar 12, 2011 11:01 am |
|
Joined: Sun Jul 24, 2005 4:16 pm
Posts: 508
Location:
Ft. Worth TX
|
mihanson wrote: Working fine here: Code: [mihanson@mythbox-mbe ~]$ sudo pacman -Syy :: Synchronizing package databases... core 115.0K 301.3K/s 00:00:00 [#####################] 100% extra 59.3K 327.9K/s 00:00:00 [#####################] 100% Either km.net was down for a short while or something is wrong with your network connection.
Thanks for ths sanity check...While it ran mythfilldatabase OK, I've had problems with the current nameserver of my cable co... I'll fiddle with that some.
|
|
Top |
|
 |
tjc
|
Posted: Sat Mar 12, 2011 12:03 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
snaproll wrote: Code: error: failed retrieving file 'core.db.tar.gz' from knoppmyth.net : Transient resolver failure
What causes this ?
Looks like a name server problem. Any time you see "resolver" or "DNS" or "host lookup" or any of a dozen similar messages it generally means the application was trying to look up (resolve) the IP address of the remote host and couldn't. Either because you have a bad address for your domain name server (DNS) somewhere, you can't find a path to the DNS, the DNS is dead or not responsive, the first tier DNS deferred the query upstream and didn't get a response, ...
Most ISPs have periodic DNS problems.
|
|
Top |
|
 |
snaproll
|
Posted: Sat Mar 12, 2011 7:03 pm |
|
Joined: Sun Jul 24, 2005 4:16 pm
Posts: 508
Location:
Ft. Worth TX
|
Since it was a new setup, I re-did the network in LinHes setup in service menu. It looked correct, but after re-doing the same nameserver address, it worked. I suspect an invisible character in the address...
Pacman =Syu promises to work now....
Code: Total Download Size: 193.60 MB Total Installed Size: 457.76 MB
Thank You gentlemen, for pointing me the right way, as usual ... 
|
|
Top |
|
 |
mythedoff
|
Posted: Sun Mar 20, 2011 12:21 pm |
|
Joined: Mon Jul 31, 2006 10:41 pm
Posts: 149
|
The upgrade is not working for me. Any suggestions?
error: failed retrieving file 'mythtv-contrib-0.23-6-i686.pkg.tar.gz' from knoppmyth.net : Not Found
warning: failed to retrieve some files from extra
error: failed to commit transaction (Not Found)
Errors occurred, no packages were upgraded.
==
sudo pacman -U mythtv-contrib-0.23-7-i686.pkg.tar.gz
loading package data...
checking dependencies...
(1/1) checking for file conflicts [#####################] 100%
(1/1) upgrading mythtv-contrib [#####################] 100%
==
Proceed with installation? [Y/n] y
:: Retrieving packages from extra...
error: failed retrieving file 'mythtv-contrib-0.23-6-i686.pkg.tar.gz' from knoppmyth.net : Not Found
warning: failed to retrieve some files from extra
error: failed to commit transaction (Not Found)
Errors occurred, no packages were upgraded.
|
|
Top |
|
 |
tscholl
|
Posted: Sun Mar 20, 2011 2:59 pm |
|
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location:
Lexington, Ky
|
Check a previous post in this thread.
Quote: I got around this by: Code: wget http://knoppmyth.net/repo/i686/extra/mythtv-contrib-0.23-7-i686.pkg.tar.gz
pacman -U mythtv-contrib-0.23-7-i686.pkg.tar.gz
Then try again.
|
|
Top |
|
 |
mythedoff
|
Posted: Sun Mar 20, 2011 4:32 pm |
|
Joined: Mon Jul 31, 2006 10:41 pm
Posts: 149
|
tscholl wrote: Check a previous post in this thread. Quote: I got around this by: Code: wget http://knoppmyth.net/repo/i686/extra/mythtv-contrib-0.23-7-i686.pkg.tar.gz
pacman -U mythtv-contrib-0.23-7-i686.pkg.tar.gz Then try again.
But I did do that. I just didn't show the wget portion, but I did post the results of the second part and then tried upgrading again with the same results.
|
|
Top |
|
 |
Golffies
|
Posted: Thu Mar 31, 2011 12:43 pm |
|
Joined: Mon Dec 18, 2006 1:20 pm
Posts: 98
Location:
Krakow, Poland, EU
|
Hi,
Martin1802 wrote: Any chance for a status thread here in announcments for the status of the repos? I'm sometimes little confused about the repos status ... version? Differences of standard and testing repos?
As far as I understand, standard repositories are all we need, as users. Rolling releases are pushed there. You are right, there is no easy way to compare the LinHES version running on our PVR against the last one available in standard repositories, as it is displayed nowhere in the Service Menu. The best way I found to check if my mythbox is synchronised with standard repositories, is by checking version number of LinHES-system and LinHES-config:
Code: $ cat /var/log/pacman.log | grep "upgraded LinHES" [2010-06-22 00:50] upgraded LinHES-config (2.1-25 -> 2.1-40) [2010-06-22 00:50] upgraded LinHES-system (1.0-74 -> 1.1-30) [2010-11-20 19:53] upgraded LinHES-system (1.1-30 -> 1.1-32) [2011-02-07 13:02] upgraded LinHES-config (2.1-40 -> 2.1-41)
Regarding testing repositories, they are full of tempting stuff (in my case, up to date versions of Transmission and Xorg), but I doubt there is a safe way for the average user to take advantage of that.
|
|
Top |
|
 |