Precise 12.04, kde-4.8.80
Is this actually a beta version of kde? Lots of things not working. System settings > Workspace Appearance, and now:
Today I discovered (I don't know how long this has been going on) that file indexing is not working.
Clicking on the system tray icon brings up a box for "Nepomuk Repository Details - Nepomuk Controller", which says the file indexing service is not running, and "Indexed files: calculating". But it isn't, its just stuck there. The "resume file indexing" button is greyed out.
Going to system settings > Desktop Search > Basic Settings
we have: "Desktop Search Services are active", but "File indexing service not running", with no indication of why. The "Enable Nepomuk Semantic Desktop" and "Enable Nepomuk File Indexer" buttons are both checked.
I tried, based on other posts, deleting the ~/.kde/share/apps/nepomuk directory and rebooting, no improvement.
Followng also observed:
and
Seems to be nothing in /var/log/virtuoso-opensource-6.1.virtuoso.log
Maybe it doesn't coexist with virtuoso-opensource-6.1?
So I tried:
sudo service virtuoso-opensource-6.1 stop
ps aux confirms it stopped.
Then:
So I did a reinstall of virtuoso-nepomuk, then rebooted. Now:
ps aux confirms that virtuoso is not running.
I did at one time disable virtuoso-nepomuk in order to use virtuoso-opensource-6.1, but I think the above should have reversed this process. I have disabled /etc/init.d/virtuoso-opensource-6.1, and /etc/init.d/virtuoso-nepomuk is enabled. Now I have hit a brick wall. Any ideas?
Is this actually a beta version of kde? Lots of things not working. System settings > Workspace Appearance, and now:
Today I discovered (I don't know how long this has been going on) that file indexing is not working.
Clicking on the system tray icon brings up a box for "Nepomuk Repository Details - Nepomuk Controller", which says the file indexing service is not running, and "Indexed files: calculating". But it isn't, its just stuck there. The "resume file indexing" button is greyed out.
Going to system settings > Desktop Search > Basic Settings
we have: "Desktop Search Services are active", but "File indexing service not running", with no indication of why. The "Enable Nepomuk Semantic Desktop" and "Enable Nepomuk File Indexer" buttons are both checked.
I tried, based on other posts, deleting the ~/.kde/share/apps/nepomuk directory and rebooting, no improvement.
Followng also observed:
Code:
greenman@Wolfenstein:~$ ps aux | grep nepomuk greenman 4572 0.1 0.3 365124 31392 ? S 14:58 0:00 /usr/bin/nepomukcontroller -session 1012114614dda000131069812200000033420022_1341957393_848794 greenman 4828 0.1 0.3 369668 25808 ? Sl 14:58 0:00 /usr/bin/akonadi_nepomuk_feeder --identifier akonadi_nepomuk_feeder greenman 5319 0.0 0.0 10356 912 pts/2 S+ 15:00 0:00 grep nepomuk
Code:
greenman@Wolfenstein:~$ ps aux | grep virtuoso root 3589 0.3 2.7 1929980 221540 ? Ssl 14:58 0:02 /usr/bin/virtuoso-t +wait +configfile /etc/virtuoso-opensource-6.1/virtuoso.ini greenman 5724 0.0 0.0 10356 912 pts/2 S+ 15:11 0:00 grep virtuoso
Maybe it doesn't coexist with virtuoso-opensource-6.1?
So I tried:
sudo service virtuoso-opensource-6.1 stop
ps aux confirms it stopped.
Then:
Code:
greenman@Wolfenstein:/etc/init.d$ sudo service virtuoso-nepomuk start Starting OpenLink Virtuoso Open-Source Edition: /etc/init.d/virtuoso-nepomuk: 96: cd: can't cd to /var/lib/virtuoso/db /etc/init.d/virtuoso-nepomuk: 96: exit: Illegal number: -1
Code:
greenman@Wolfenstein:/etc/init.d$ sudo service virtuoso-nepomuk start Starting OpenLink Virtuoso Open-Source Edition: The VDBMS server process terminated prematurely after starting up.
I did at one time disable virtuoso-nepomuk in order to use virtuoso-opensource-6.1, but I think the above should have reversed this process. I have disabled /etc/init.d/virtuoso-opensource-6.1, and /etc/init.d/virtuoso-nepomuk is enabled. Now I have hit a brick wall. Any ideas?
Comment