[prev in list] [next in list] [prev in thread] [next in thread] 

List:       owncloud
Subject:    Re: [Owncloud] News App doesn't update feeds
From:       Adam Pigg <piggz1 () gmail ! com>
Date:       2013-06-23 11:40:22
Message-ID: CANFkB1xJQ8AuXk-oNY7VLXb-Rkqw1-wjSMZas0iSpCooQ4Npmw () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


check the mail fie for the user who runs the cron job.  i set it up to run
as www-data, and found that the cron.lock file was there, and the system
was mailing me about it.


On Sun, Jun 23, 2013 at 12:36 PM, Bernhard Posselt <nukeawhale@gmail.com>wrote:

> Hm, no errors.
>
> Can you add an error_log statement before
> https://github.com/owncloud/news/blob/master/backgroundjob/task.php#L36
> to check if the cronjob is being run? (error_log prints to httpd error log)
>
>
> On 06/23/2013 01:34 PM, Daniel Wunderlich wrote:
> > Hey Bernhard,
> >
> > I run cron.php and checked the different loglevel. Here are the results:
> >
> > Debug:
> > ...
> > {"app":"core","message":"Adding user backend instance of
> > OC_User_Database.","level":0,"time":1371986991}
> > {"app":"core","message":"Adding user backend instance of
> > OC_User_Database.","level":0,"time":1371986991}
> > {"app":"core","message":"Adding user backend instance of
> > OC_User_Database.","level":0,"time":1371986991}
> > {"app":"core","message":"Adding user backend instance of
> > OC_User_Database.","level":0,"time":1371986991}
> > {"app":"core","message":"Adding user backend instance of
> > OC_User_Database.","level":0,"time":1371986991}
> > {"app":"core","message":"include path for class
> > \"OCA_FirstRunWizard\\Config\" starts with
> > \"apps\/\"","level":0,"time":1371986991}
> > {"app":"core","message":"include path for class
> > \"Zend_Search_Lucene_Analysis_Analyzer\" starts with
> > \"apps\/\"","level":0,"time":1371986991}
> > {"app":"core","message":"include path for class \"Zend_Search_Lucene\"
> > starts with \"apps\/\"","level":0,"time":1371986991}
> > {"app":"search_lucene","message":"searching hits for
> > pk:23bfc95be88e6d03a26e695221b60a29","level":0,"time":1371986991}
> > {"app":"search_lucene","message":"found 0 hits
> > ","level":0,"time":1371986991}
> > {"app":"core","message":"Adding user backend instance of
> > OC_User_Database.","level":0,"time":1371986991}
> > {"app":"core","message":"Adding user backend instance of
> > OC_User_Database.","level":0,"time":1371986992}
> > {"app":"core","message":"Adding user backend instance of
> > OC_User_Database.","level":0,"time":1371986992}
> > {"app":"core","message":"Adding user backend instance of
> > OC_User_Database.","level":0,"time":1371986993}
> > {"app":"core","message":"Adding user backend instance of
> > OC_User_Database.","level":0,"time":1371986993}
> > ...
> >
> >
> > Info:
> > {"app":"core","message":"include path for class
> > \"OCA_FirstRunWizard\\Config\" starts with
> > \"apps\/\"","level":0,"time":1371987075}
> > {"app":"search_lucene","message":"failed to extract meta information
> > for \/username\/files\/Baum_conflict-20130608-131722.ctxt: unable to
> > determine file format","level":2,"time":1371987079}
> >
> >
> > Regards
> > Daniel
> >
> >
> >> Check your log files (data/owncloud.log)
> >>
> >> On 06/23/2013 01:16 PM, Daniel Wunderlich wrote:
> >>> Hey,
> >>>
> >>> I am playing around with the news app but have one big problem: The
> >>> feeds are not updated. First, I tried the AJAX option, which doesn't
> >>> work. Then, I switched to Webcron, which also doesn't work.
> >>>
> >>> I found [1], but I don't have a cron.lock file inside my
> >>> data-directory.
> >>>
> >>> Any suggestions what I should do? It's a pity that this stops me from
> >>> using the news app.
> >>>
> >>> Regards
> >>> Daniel
> >>>
> >>> [1] https://github.com/owncloud/core/issues/3221
> >>>
> >>> _______________________________________________
> >>> Owncloud mailing list
> >>> Owncloud@kde.org
> >>> https://mail.kde.org/mailman/listinfo/owncloud
> >> _______________________________________________
> >> Owncloud mailing list
> >> Owncloud@kde.org
> >> https://mail.kde.org/mailman/listinfo/owncloud
> >>
> >
> > _______________________________________________
> > Owncloud mailing list
> > Owncloud@kde.org
> > https://mail.kde.org/mailman/listinfo/owncloud
>
> _______________________________________________
> Owncloud mailing list
> Owncloud@kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
>

[Attachment #5 (text/html)]

<div dir="ltr">check the mail fie for the user who runs the cron job.  i set it up to \
run as www-data, and found that the cron.lock file was there, and the system was \
mailing me about it.</div><div class="gmail_extra"><br> <br><div \
class="gmail_quote">On Sun, Jun 23, 2013 at 12:36 PM, Bernhard Posselt <span \
dir="ltr">&lt;<a href="mailto:nukeawhale@gmail.com" \
target="_blank">nukeawhale@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> Hm, no errors.<br>
<br>
Can you add an error_log statement before<br>
<a href="https://github.com/owncloud/news/blob/master/backgroundjob/task.php#L36" \
target="_blank">https://github.com/owncloud/news/blob/master/backgroundjob/task.php#L36</a><br>
 to check if the cronjob is being run? (error_log prints to httpd error log)<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 06/23/2013 01:34 PM, Daniel Wunderlich wrote:<br>
&gt; Hey Bernhard,<br>
&gt;<br>
&gt; I run cron.php and checked the different loglevel. Here are the results:<br>
&gt;<br>
&gt; Debug:<br>
&gt; ...<br>
&gt; {&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;Adding user backend \
instance of<br> &gt; \
OC_User_Database.&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br> &gt; \
{&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;Adding user backend \
instance of<br> &gt; \
OC_User_Database.&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br> &gt; \
{&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;Adding user backend \
instance of<br> &gt; \
OC_User_Database.&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br> &gt; \
{&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;Adding user backend \
instance of<br> &gt; \
OC_User_Database.&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br> &gt; \
{&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;Adding user backend \
instance of<br> &gt; \
OC_User_Database.&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br> &gt; \
{&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;include path for \
class<br> &gt; \&quot;OCA_FirstRunWizard\\Config\&quot; starts with<br>
&gt; \&quot;apps\/\&quot;&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br>
&gt; {&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;include path for \
class<br> &gt; \&quot;Zend_Search_Lucene_Analysis_Analyzer\&quot; starts with<br>
&gt; \&quot;apps\/\&quot;&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br>
&gt; {&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;include path for \
class \&quot;Zend_Search_Lucene\&quot;<br> &gt; starts with \
\&quot;apps\/\&quot;&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br> &gt; \
{&quot;app&quot;:&quot;search_lucene&quot;,&quot;message&quot;:&quot;searching hits \
for<br> &gt; pk:23bfc95be88e6d03a26e695221b60a29&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br>
 &gt; {&quot;app&quot;:&quot;search_lucene&quot;,&quot;message&quot;:&quot;found 0 \
hits<br> &gt; &quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br>
&gt; {&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;Adding user backend \
instance of<br> &gt; \
OC_User_Database.&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986991}<br> &gt; \
{&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;Adding user backend \
instance of<br> &gt; \
OC_User_Database.&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986992}<br> &gt; \
{&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;Adding user backend \
instance of<br> &gt; \
OC_User_Database.&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986992}<br> &gt; \
{&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;Adding user backend \
instance of<br> &gt; \
OC_User_Database.&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986993}<br> &gt; \
{&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;Adding user backend \
instance of<br> &gt; \
OC_User_Database.&quot;,&quot;level&quot;:0,&quot;time&quot;:1371986993}<br> &gt; \
...<br> &gt;<br>
&gt;<br>
&gt; Info:<br>
&gt; {&quot;app&quot;:&quot;core&quot;,&quot;message&quot;:&quot;include path for \
class<br> &gt; \&quot;OCA_FirstRunWizard\\Config\&quot; starts with<br>
&gt; \&quot;apps\/\&quot;&quot;,&quot;level&quot;:0,&quot;time&quot;:1371987075}<br>
&gt; {&quot;app&quot;:&quot;search_lucene&quot;,&quot;message&quot;:&quot;failed to \
extract meta information<br> &gt; for \
\/username\/files\/Baum_conflict-20130608-131722.ctxt: unable to<br> &gt; determine \
file format&quot;,&quot;level&quot;:2,&quot;time&quot;:1371987079}<br> &gt;<br>
&gt;<br>
&gt; Regards<br>
&gt; Daniel<br>
&gt;<br>
&gt;<br>
&gt;&gt; Check your log files (data/owncloud.log)<br>
&gt;&gt;<br>
&gt;&gt; On 06/23/2013 01:16 PM, Daniel Wunderlich wrote:<br>
&gt;&gt;&gt; Hey,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I am playing around with the news app but have one big problem: The<br>
&gt;&gt;&gt; feeds are not updated. First, I tried the AJAX option, which \
doesn&#39;t<br> &gt;&gt;&gt; work. Then, I switched to Webcron, which also \
doesn&#39;t work.<br> &gt;&gt;&gt;<br>
&gt;&gt;&gt; I found [1], but I don&#39;t have a cron.lock file inside my<br>
&gt;&gt;&gt; data-directory.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Any suggestions what I should do? It&#39;s a pity that this stops me \
from<br> &gt;&gt;&gt; using the news app.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Regards<br>
&gt;&gt;&gt; Daniel<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; [1] <a href="https://github.com/owncloud/core/issues/3221" \
target="_blank">https://github.com/owncloud/core/issues/3221</a><br> &gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Owncloud mailing list<br>
&gt;&gt;&gt; <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
&gt;&gt;&gt; <a href="https://mail.kde.org/mailman/listinfo/owncloud" \
target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br> &gt;&gt; \
_______________________________________________<br> &gt;&gt; Owncloud mailing \
list<br> &gt;&gt; <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
&gt;&gt; <a href="https://mail.kde.org/mailman/listinfo/owncloud" \
target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br> &gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Owncloud mailing list<br>
&gt; <a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
&gt; <a href="https://mail.kde.org/mailman/listinfo/owncloud" \
target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br> <br>
_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" \
target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br> \
</div></div></blockquote></div><br></div>



_______________________________________________
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic