Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124906 - jabberd-1.4.4 has some bugs
Summary: jabberd-1.4.4 has some bugs
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gustavo Felisberto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-04 00:56 UTC by Mark
Modified: 2006-05-04 03:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark 2006-03-04 00:56:09 UTC
jabberd 1.4.4 can be compiled but it cannot be started.
1. bug: the path of the executable has changed from /usr/sbin/jabberd to /usr/bin/jabberd. This isn't changed in the init-script
2. after changing this, I get the following output:

-------------------------
/etc/init.d/jabber start
 * Starting Jabber Server ...
Loading /usr/lib/jabberd/jsm.so failed: '/usr/lib/jabberd/jsm.so: cannot open shared object file: No such file or directory'

Invalid Configuration in instance 'sessions':
<load main='jsm'>
      <jsm>/usr/lib/jabberd/jsm.so</jsm>
      <mod_echo>/usr/lib/jabberd/jsm.so</mod_echo>
      <mod_roster>/usr/lib/jabberd/jsm.so</mod_roster>
      <mod_time>/usr/lib/jabberd/jsm.so</mod_time>
      <mod_vcard>/usr/lib/jabberd/jsm.so</mod_vcard>
      <mod_last>/usr/lib/jabberd/jsm.so</mod_last>
      <mod_version>/usr/lib/jabberd/jsm.so</mod_version>
      <mod_announce>/usr/lib/jabberd/jsm.so</mod_announce>
      <mod_agents>/usr/lib/jabberd/jsm.so</mod_agents>
      <mod_browse>/usr/lib/jabberd/jsm.so</mod_browse>
      <mod_disco>/usr/lib/jabberd/jsm.so</mod_disco>
      <mod_admin>/usr/lib/jabberd/jsm.so</mod_admin>
      <mod_filter>/usr/lib/jabberd/jsm.so</mod_filter>
      <mod_offline>/usr/lib/jabberd/jsm.so</mod_offline>
      <mod_presence>/usr/lib/jabberd/jsm.so</mod_presence>



      <mod_auth_digest>/usr/lib/jabberd/jsm.so</mod_auth_digest>

      <mod_auth_plain>/usr/lib/jabberd/jsm.so</mod_auth_plain>

      <mod_auth_crypt>/usr/lib/jabberd/jsm.so</mod_auth_crypt>

      <mod_log>/usr/lib/jabberd/jsm.so</mod_log>

      <mod_register>/usr/lib/jabberd/jsm.so</mod_register>

      <mod_xml>/usr/lib/jabberd/jsm.so</mod_xml>
    </load>
chmod: cannot access `/var/run/jabber/jabberd14.pid': No such file or directory  
-------------------------
The config from 1.4.3 should work.
Funny: jabberd has problems with the pid-file? Why?
Comment 1 Gustavo Felisberto (RETIRED) gentoo-dev 2006-03-04 07:15:33 UTC
There were some problems with 1.4.4 (it is a test release) in a few minutes i'll be commiting 1.4.4-r2 (r1 also as issues). In about an hour do a sync and try again. Also dont forget to etc-update because I think there will be alot of changes to the .xml config file.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-05-04 03:04:11 UTC
Please, try w/ -r2 and reopen if you still have problems.