Re: [Mailman-Developers] Error in postorius mailman settings page

2015-03-05 Thread Mark Sapiro
On 03/05/2015 05:05 AM, Ashish Kumar wrote:
> Hi,
> 
> When I start mailman server using mailman start. Suddenly it starts 6,7
> process and strange thing happens when I kill one of the process, It kills
> all of them. I have attached step-by-step screen-shots for better
> conclusion.

Everything in your screen shots is normal. You start the mastewr and it
in turn starts all the runners to process their various queues. You then
kill the master and it kills all its children.

If you killed a child instead, depending on the exact signal you sent,
the master would or would not restart it.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Developers] Error in postorius mailman settings page

2015-03-05 Thread Rashi Karanpuria
See if this works: Try the grep command in new terminal and kill if any
process running, then start afresh your mailman as it should be done.
If this does not help I suggest to you ask the same question now on irc
someone will be able to help you there.

Regards
Rashi
> No, It does not solve the error. As I kill the process, It killed all the
> process of mailman. Hence I got "Mailman REST API not available. Please
> start Mailman core." Which means I need to start mailman again and If I do
> so the whole problem repeats itself.
>
>
> Thanks
>
> On Thu, Mar 5, 2015 at 6:36 PM, Rashi Karanpuria <2013...@iiitdmj.ac.in>
> wrote:
>
>> Does it solve your problem that is the error when you access local host
>> ?
>> Behaviour shown in the attached images looks fine to me did you try
>> running your localhost (i.e.,through postorius )after this ?
>> > Hi,
>> >
>> > When I start mailman server using mailman start. Suddenly it starts
>> 6,7
>> > process and strange thing happens when I kill one of the process, It
>> kills
>> > all of them. I have attached step-by-step screen-shots for better
>> > conclusion.
>> >
>> >
>> >
>> > On Thu, Mar 5, 2015 at 6:14 PM, Rashi Karanpuria
>> <2013...@iiitdmj.ac.in>
>> > wrote:
>> >
>> >> Hi ashish
>> >> No its not a bug. Probably there are more than one instances of
>> mailman
>> >> running on your system (mailman start). Check for them using ps -ef |
>> >> grep
>> >> mailman command on your terminal (if you are using linux) and sudo
>> kill
>> >> those process ids'. Eg.process having id 12345 can be killed by using
>> >> sudo
>> >> kill 12345
>> >>
>> >> Regards
>> >> Rashi
>> >> > Hi,
>> >> >
>> >> > I have recently setup mailman codebase. When I tried to open the
>> >> settings
>> >> > page of current user (which is super user). It is giving me key
>> error.
>> >> >
>> >> > Screenshot for the error :
>> >> > https://www.filepicker.io/api/file/NYKc2pmESwedGsPGS2pI
>> >> >
>> >> > Is it some kind of bug or Am I missing something.
>> >> >
>> >> >
>> >> > Thanks
>> >> > Ashish Kumar
>> >> > irc nick: ashishk
>> >> > ___
>> >> > Mailman-Developers mailing list
>> >> > Mailman-Developers@python.org
>> >> > https://mail.python.org/mailman/listinfo/mailman-developers
>> >> > Mailman FAQ: http://wiki.list.org/x/AgA3
>> >> > Searchable Archives:
>> >> > http://www.mail-archive.com/mailman-developers%40python.org/
>> >> > Unsubscribe:
>> >> >
>> >>
>> https://mail.python.org/mailman/options/mailman-developers/2013165%40iiitdmj.ac.in
>> >> >
>> >> > Security Policy: http://wiki.list.org/x/QIA9
>> >> >
>> >>
>> >>
>> >
>>
>>
>

___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Developers] Error in postorius mailman settings page

2015-03-05 Thread Rashi Karanpuria
Hi ashish
No its not a bug. Probably there are more than one instances of mailman
running on your system (mailman start). Check for them using ps -ef | grep
mailman command on your terminal (if you are using linux) and sudo kill
those process ids'. Eg.process having id 12345 can be killed by using sudo
kill 12345

Regards
Rashi
> Hi,
>
> I have recently setup mailman codebase. When I tried to open the settings
> page of current user (which is super user). It is giving me key error.
>
> Screenshot for the error :
> https://www.filepicker.io/api/file/NYKc2pmESwedGsPGS2pI
>
> Is it some kind of bug or Am I missing something.
>
>
> Thanks
> Ashish Kumar
> irc nick: ashishk
> ___
> Mailman-Developers mailing list
> Mailman-Developers@python.org
> https://mail.python.org/mailman/listinfo/mailman-developers
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Searchable Archives:
> http://www.mail-archive.com/mailman-developers%40python.org/
> Unsubscribe:
> https://mail.python.org/mailman/options/mailman-developers/2013165%40iiitdmj.ac.in
>
> Security Policy: http://wiki.list.org/x/QIA9
>

___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Developers] Error in postorius mailman settings page

2015-03-05 Thread Ashish Kumar
Hi,

I have recently setup mailman codebase. When I tried to open the settings
page of current user (which is super user). It is giving me key error.

Screenshot for the error :
https://www.filepicker.io/api/file/NYKc2pmESwedGsPGS2pI

Is it some kind of bug or Am I missing something.


Thanks
Ashish Kumar
irc nick: ashishk
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9