Luis Rodrigo Gallardo Cruz wrote:
On Wed, Mar 12, 2008 at 12:34:47AM +0200, Eddy Petrișor wrote:On 11/03/2008, Luis Rodrigo Gallardo Cruz <[EMAIL PROTECTED]> wrote:On Tue, Mar 11, 2008 at 01:07:04AM +0200, Eddy Petrișor wrote: > Luis Rodrigo Gallardo Cruz wrote:Otherwise, please check the feed properties to see if the update>> intervals were imported correctly. Check also the default interval set >> in preferences. > > I don't care about each feed's update interval, I override all with the > default interval which is 15 minutes. But, did liferea import that setting correctly from the previous version?REPLY="have to check and need help to see the old setting" [ "$that" =="$deafult_update_interval" ] && REPLY=yes(grumble grumble) I've taken a look at a migration from 1.0. The update interval settingis stored in an attribute of the feed entry in ~/.liferea/feedlist.opmlAnd the migration of *that* is done by a simple copying over of the file to the new .liferea_1.4 dir. Which pretty much rules out an error there. Still, just to make sure, please take a look at that file and try to see the entries for the failing feeds and compare them with the file in the new dir.
0 [EMAIL PROTECTED] ~ $ grep -n 'updateInterval' ~/.liferea/feedlist.opml | sed -r -e 's#^.*(text="[^"]*").*(updateInterval="[^"]*").*$#\1 \2#g' > /tmp/strippeduiold 0 [EMAIL PROTECTED] ~ $ grep -n 'updateInterval' ~/.liferea_1.4/feedlist.opml | sed -r -e 's#^.*(text="[^"]*").*(updateInterval="[^"]*").*$#\1 \2#g' > /tmp/strippeduinew
0 [EMAIL PROTECTED] ~ $ diff -u /tmp/strippedui{old,new} --- /tmp/strippeduiold 2008-03-13 01:35:38.000000000 +0200 +++ /tmp/strippeduinew 2008-03-13 01:35:48.000000000 +0200 @@ -17,7 +17,7 @@ text="Heron's Perch" updateInterval="-1" text="Schneier on Security" updateInterval="-1" text="Joel on Software" updateInterval="-1" -text="mariuss' weblog - " updateInterval="-1" +text="mariuss' weblog -" updateInterval="-1" text="Planet Haskell" updateInterval="-1" text="Stevey's Blog Rants" updateInterval="-1" text="Razvan Patrascioiu - public_html" updateInterval="-1" @@ -28,9 +28,6 @@ text="Programming" updateInterval="-1" text="Real World Haskell: recent comments" updateInterval="-1" text="Natali Del Conte" updateInterval="-1" -text="Unread" updateInterval="-2" -text="Flagged" updateInterval="-2" text="ATI Proprietary Linux Driver Releases" updateInterval="360" text="Syllable.org" updateInterval="-1" -text="svn-buildpackage" updateInterval="-2" text="Latest Secunia Security Advisories" updateInterval="30"
On to more promising lands: Could you try running with --debug-update, please?
I moved away the ~/.liferea_1.4 directory (safe copy) and ran: liferea --debug-update 2>&1 | tee liferea_update The log is attached.Note that the message after the update refers to an inexistent ~/.liferea_1.2 directory. You might want to fix that, too. Should I open another bug about this?
-- Regards, EddyP ============================================= "Imagination is more important than knowledge" A.Einstein
liferea_update.bz2
Description: application/bzip