hi

just for other people having the same error i want point out the solution (
? ) on my debian system

/etc/init.d/scmbug-server stop ( < should stop the server butis not working)
ps ax | grep "scm" (< Find all running scm processes )
kill -s SIGKILL <pid> (< kill the running server process with SIGKILL)
rm /var/run/scmbug-server.pid (remove the running file from the server)

^^ keep in mind the last step. Otherwise the daemon will not start again
with
/etc/init.d/scmbug-server start

> THE main problem ist that if you restart the daemon with
/etc/init.d/scmbug-server restart it writes to its logfile (activity)
"Reading Config"
but this is NOT TRUE ! IT IS NOT READING THE CONFIG (because the old process
never stops)

this is just for people search in the maillist archiev if the habe the same
problem.

Yours,
Berni

2007/9/14, fida aljounaidi <[EMAIL PROTECTED]>:
>
> I resolved the problem.
> The problem is that when i restart the scmbug_server, the system didn't
> find aright pid in the scmbug_deamon.pid file. So the system don't kill the
> process and the changes that i make into the file /etc/scmbug/deamon.conf
> are not updated.
> So, i kile the process manually for that. And i think that it's not a
> right solution.
>
>
>  On 14/09/2007, fida aljounaidi <[EMAIL PROTECTED]> wrote:
> >
> > another thing. when i try to restar the scmbug_server i have always this
> > messsage Stopping SCM to bug-tracking integration daemon:
> > scmbug_daemon/etc/init.d/scmbug-server: line 34: kill: (748) - Aucun
> > processus de ce type (what means is that no process whith the pid 748 was
> > found) i check also if the pid in the file /var/run/scmbug_deamon.pid exist
> > when i run the ps -aux command. And i don't find it.
> > Perhaps it's that the problem with the mapping.
> >
> >
> >
> >
> > On 14/09/2007, fida aljounaidi <[EMAIL PROTECTED] > wrote:
> > >
> > > YEs i know
> > > it still not work
> > >
> > >
> > >  On 13/09/2007, Kristis Makris <[EMAIL PROTECTED] > wrote:
> > > >
> > > > Fida... please send all communication to the mailing list.
> > > >
> > > >
> > > > On Thu, 2007-09-13 at 15:15 +0200, fida aljounaidi wrote:
> > > > > I tried to enable a mapping values and to disable mappin_ldap, i
> > > > have
> > > > > the same result. inspite of having the scm_username mapped with
> > > > the
> > > > > bugtracker username
> > > > >  mapping_values => {
> > > > >             enabled => 1,
> > > > >             values => {
> > > > >                 'username' => '[EMAIL PROTECTED] ',
> > > > >                           }
> > > > >         },
> > > >
> > > > That's because the mapping is not correct. A correct mapping for
> > > > your
> > > > case would be:
> > > >
> > > > mapping_values => {
> > > >            enabled => 1,
> > > >            values => {
> > > >                'g544331' => '[EMAIL PROTECTED] ',
> > > >                          }
> > > >        },
> > > >
> > > >
> > > > >
> > > > >
> > > > > On 13/09/2007, fida aljounaidi < [EMAIL PROTECTED]> wrote:
> > > > >         What does exactly mean :Scmbug error 7: Username 'g544331'
> > > >
> > > > >         could not be translated
> > > >
> > > > It means that SCM username "g544331" is not also a username in the
> > > > bug-tracker, and there is no mapping for this SCM username to a
> > > > bug-tracking username, so Scmbug does not know which user to
> > > > "impersonate" when adding a comment to the bug-tracker.
> > > >
> > > >
> > >
> >
>
> _______________________________________________
> scmbug-users mailing list
> [email protected]
> http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
>
>
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to