SDB:Starting INN after Updating to 9.0
From openSUSE
Version: 9.0
[edit]
Symptom
The INN daemon (innd) no longer runs after updating to version 9.0.
[edit]
Cause
The cause can be found in /var/log/news/news.err:
Oct 16 12:58:38 D42 innd: tradspool: storeonxref needs to be true Oct 16 12:58:38 D42 innd: SM storage method 'tradspool' failed initialization Oct 16 12:58:38 D42 innd: SM one or more storage methods failed initialization Oct 16 12:58:38 D42 innd: SERVER cant initialize storage manager: one or more storage methods failed initialization
[edit]
Solution
Log in as news:
su - news
and set storeonxref to the value true in /etc/news/inn.conf:
storeonxref: true
Now start the daemon:
rcinn start
Keywords: inn | news | update | storagemanager | tradspool | storeonxref

