public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] nepomuk/virtuoso using 100% cpu
@ 2011-05-10 14:59 Alan McKinnon
  2011-05-10 20:53 ` Mick
  0 siblings, 1 reply; 6+ messages in thread
From: Alan McKinnon @ 2011-05-10 14:59 UTC (permalink / raw
  To: gentoo-user

Since the upgrade to kde-4.6.3, nepomuk and/or virtuoso insists on giving my 
cpu a stress workout. usage is pegged at 100% and .xession-errors is full of 
junk like this:

"/usr/bin/nepomukservicestub(13816)" Soprano: "SQLExecDirect failed on query 
'sparql  select distinct ?r ?reqProp1 where { { ?r 
<http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#to> ?v2 . ?v2 
<http://www.semanticdesktop.org/ontologies/2007/03/22/nco#hasEmailAddress> ?v3 
. ?v3 <http://www.semanticdesktop.org/ontologies/2007/03/22/nc' (iODBC Error: 
[OpenLink][Virtuoso iODBC Driver][Virtuoso Server]SQ074: Line 1: SP030: SPARQL 
compiler, line 1: syntax error at '<' before 'http:' at '' immediately before 
end of statement)"

and this:

"/usr/bin/nepomukservicestub(13066)" Soprano: "SQLExecDirect failed on query 
'sparql  uboku' (iODBC Error: [OpenLink][Virtuoso iODBC Driver][Virtuoso 
Server]SQ074: Line 1: SP030: SPARQL compiler, line 1: syntax error at 
'uboku')"

kdepim is 4.4.11.1.
Everything else is at latest unstable.

I remember having to deal with this once before with an ill-fated experiment 
at using kdepm-4.5.95, but cannot for the life of me find what I did to fix 
it.

Anyone have some pointers?

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] nepomuk/virtuoso using 100% cpu
  2011-05-10 14:59 [gentoo-user] nepomuk/virtuoso using 100% cpu Alan McKinnon
@ 2011-05-10 20:53 ` Mick
  2011-05-10 21:51   ` Alan McKinnon
  0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2011-05-10 20:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1795 bytes --]

On Tuesday 10 May 2011 15:59:22 Alan McKinnon wrote:
> Since the upgrade to kde-4.6.3, nepomuk and/or virtuoso insists on giving
> my cpu a stress workout. usage is pegged at 100% and .xession-errors is
> full of junk like this:
> 
> "/usr/bin/nepomukservicestub(13816)" Soprano: "SQLExecDirect failed on
> query 'sparql  select distinct ?r ?reqProp1 where { { ?r
> <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#to> ?v2 . ?v2
> <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#hasEmailAddress>
> ?v3 . ?v3 <http://www.semanticdesktop.org/ontologies/2007/03/22/nc' (iODBC
> Error: [OpenLink][Virtuoso iODBC Driver][Virtuoso Server]SQ074: Line 1:
> SP030: SPARQL compiler, line 1: syntax error at '<' before 'http:' at ''
> immediately before end of statement)"
> 
> and this:
> 
> "/usr/bin/nepomukservicestub(13066)" Soprano: "SQLExecDirect failed on
> query 'sparql  uboku' (iODBC Error: [OpenLink][Virtuoso iODBC
> Driver][Virtuoso Server]SQ074: Line 1: SP030: SPARQL compiler, line 1:
> syntax error at 'uboku')"
> 
> kdepim is 4.4.11.1.
> Everything else is at latest unstable.
> 
> I remember having to deal with this once before with an ill-fated
> experiment at using kdepm-4.5.95, but cannot for the life of me find what
> I did to fix it.
> 
> Anyone have some pointers?


This bug: https://bugs.kde.org/show_bug.cgi?id=263730


It says that "if If virtuoso is killed while nepomuk indexes the indexing does 
not stop and nepomuk spams the .xsession-errors file".

Is your virtuoso running?

Have you tried running kdedebug --off <area> to see if the error logging stop?

I am just updating kde on an old machine (only runs sqlite instead of mysql) 
and hope I will not have such problems - or worse!
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] nepomuk/virtuoso using 100% cpu
  2011-05-10 21:51   ` Alan McKinnon
@ 2011-05-10 21:35     ` Todd Goodman
  2011-05-10 22:00     ` Alex Schuster
  1 sibling, 0 replies; 6+ messages in thread
From: Todd Goodman @ 2011-05-10 21:35 UTC (permalink / raw
  To: gentoo-user

* Alan McKinnon <alan.mckinnon@gmail.com> [110510 17:26]:
> Apparently, though unproven, at 22:53 on Tuesday 10 May 2011, Mick did opine 
> thusly:
[SNIP]
> 
> > Have you tried running kdedebug --off <area> to see if the error logging
> > stop?
> 
> I don't have such an app as kdedebug. What package provides it?

I think he meant kdebugdialog (from kde-base/kdebugdialog)

Todd

> 
> 
> > 
> > I am just updating kde on an old machine (only runs sqlite instead of
> > mysql) and hope I will not have such problems - or worse!
> 
> -- 
> alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] nepomuk/virtuoso using 100% cpu
  2011-05-10 20:53 ` Mick
@ 2011-05-10 21:51   ` Alan McKinnon
  2011-05-10 21:35     ` Todd Goodman
  2011-05-10 22:00     ` Alex Schuster
  0 siblings, 2 replies; 6+ messages in thread
From: Alan McKinnon @ 2011-05-10 21:51 UTC (permalink / raw
  To: gentoo-user

Apparently, though unproven, at 22:53 on Tuesday 10 May 2011, Mick did opine 
thusly:

> On Tuesday 10 May 2011 15:59:22 Alan McKinnon wrote:
> > Since the upgrade to kde-4.6.3, nepomuk and/or virtuoso insists on giving
> > my cpu a stress workout. usage is pegged at 100% and .xession-errors is
> > full of junk like this:
> > 
> > "/usr/bin/nepomukservicestub(13816)" Soprano: "SQLExecDirect failed on
> > query 'sparql  select distinct ?r ?reqProp1 where { { ?r
> > <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#to> ?v2 . ?v2
> > <http://www.semanticdesktop.org/ontologies/2007/03/22/nco#hasEmailAddress
> > > ?v3 . ?v3 <http://www.semanticdesktop.org/ontologies/2007/03/22/nc'
> > (iODBC Error: [OpenLink][Virtuoso iODBC Driver][Virtuoso Server]SQ074:
> > Line 1: SP030: SPARQL compiler, line 1: syntax error at '<' before
> > 'http:' at '' immediately before end of statement)"
> > 
> > and this:
> > 
> > "/usr/bin/nepomukservicestub(13066)" Soprano: "SQLExecDirect failed on
> > query 'sparql  uboku' (iODBC Error: [OpenLink][Virtuoso iODBC
> > Driver][Virtuoso Server]SQ074: Line 1: SP030: SPARQL compiler, line 1:
> > syntax error at 'uboku')"
> > 
> > kdepim is 4.4.11.1.
> > Everything else is at latest unstable.
> > 
> > I remember having to deal with this once before with an ill-fated
> > experiment at using kdepm-4.5.95, but cannot for the life of me find what
> > I did to fix it.
> > 
> > Anyone have some pointers?
> 
> This bug: https://bugs.kde.org/show_bug.cgi?id=263730

That has a familiar ring to it. Not quite the full answer though, I'm hoping 
that will come after a restful night's sleep.

> It says that "if If virtuoso is killed while nepomuk indexes the indexing
> does not stop and nepomuk spams the .xsession-errors file".
> 
> Is your virtuoso running?

Yes. I'd been having problems with this cpu usage most of the day, but I could 
live with it - any app that needed to do stuff would receive cpu time with a 
short latency lag. At the end of the work day, I suspended as normal and 
looked closer into it at home. I can't swear to it, but I'm certain virtuoso 
was running. It definitely was running (and the problem as a whole got much 
worse) after logging out of kde and logging back in.

Oddly enough, manually killing kontact and everything relating to akonadi, 
nepomuk and virtuoso then restarting them made the issue go away.

Next step I suppose is to log out and in again and see what gives then.


> Have you tried running kdedebug --off <area> to see if the error logging
> stop?

I don't have such an app as kdedebug. What package provides it?


> 
> I am just updating kde on an old machine (only runs sqlite instead of
> mysql) and hope I will not have such problems - or worse!

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] nepomuk/virtuoso using 100% cpu
  2011-05-10 21:51   ` Alan McKinnon
  2011-05-10 21:35     ` Todd Goodman
@ 2011-05-10 22:00     ` Alex Schuster
  2011-05-11  5:17       ` Mick
  1 sibling, 1 reply; 6+ messages in thread
From: Alex Schuster @ 2011-05-10 22:00 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon writes:

> Apparently, though unproven, at 22:53 on Tuesday 10 May 2011, Mick did opine 
> thusly:

>> Have you tried running kdedebug --off <area> to see if the error logging
>> stop?
> 
> I don't have such an app as kdedebug. What package provides it?

Bash, with 'alias kdedebug=kdebugdialog' in .bashrc.

	Wonko



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] nepomuk/virtuoso using 100% cpu
  2011-05-10 22:00     ` Alex Schuster
@ 2011-05-11  5:17       ` Mick
  0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2011-05-11  5:17 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 577 bytes --]

On Tuesday 10 May 2011 23:00:30 Alex Schuster wrote:
> Alan McKinnon writes:
> > Apparently, though unproven, at 22:53 on Tuesday 10 May 2011, Mick did
> > opine
> > 
> > thusly:
> >> Have you tried running kdedebug --off <area> to see if the error logging
> >> stop?
> > 
> > I don't have such an app as kdedebug. What package provides it?
> 
> Bash, with 'alias kdedebug=kdebugdialog' in .bashrc.

Yes, apologies - meant to write kdebugdialog, but was getting too late last 
night for the synapses to reach the keyboard accurately!  o_O

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-11  5:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-10 14:59 [gentoo-user] nepomuk/virtuoso using 100% cpu Alan McKinnon
2011-05-10 20:53 ` Mick
2011-05-10 21:51   ` Alan McKinnon
2011-05-10 21:35     ` Todd Goodman
2011-05-10 22:00     ` Alex Schuster
2011-05-11  5:17       ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox