Skip to Content.
Sympa Menu

devel - [sympa-dev] Re: [sympa-users] missing parameter

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Thomas Berry <address@concealed>
  • To: sympa dev <address@concealed>
  • Subject: [sympa-dev] Re: [sympa-users] missing parameter
  • Date: Wed, 19 May 2010 17:07:31 -0700

After upgrading from 5.4 to 6.0.1 over the weekend, I'm occasionally
seeing lists get set into set_status_error_config (if I don't catch them fast enough). This seems similar to our experience with 5.3 a few years back.

Anyway...

I coordinated some SQL queries while monitoring this issue and I found that when it occurs there are no admin_table entries for the list. After I run reload_list_config, the entries are restored. The source of the information is ldap, even so; when I look at the text config for the list (before running reload_list_config), the owners entries are found as expected.

Here is a complete log transaction that show's the what sympa is doing at the time:


May 19 16:46:30 altvirlststap01 sympa[6461]: main::DoFile() Processing /address@concealed ; sender: "Clavin, Whitney B (1871)" <address@concealed> ; message-id: <address@concealed>
May 19 16:46:30 altvirlststap01 sympa[6461]: main::DoFile() list=web-media, ttl=1800, last_sync=1274306237
May 19 16:46:30 altvirlststap01 sympa[6461]: admin::update_list() admin::update_list(web-media,ldap_group-source,)


May 19 16:46:30 altvirlststap01 sympa(creation)[6460]: List::_load_admin_file() Missing parameter "subject" in /home/sympa/list_data/web-media/config
May 19 16:46:30 altvirlststap01 sympa(creation)[6460]: List::_load_admin_file() Missing parameter "owner" in /home/sympa/list_data/web-media/config
May 19 16:46:30 altvirlststap01 sympa(creation)[6460]: Lock::_lock_file() Waiting for write lock on /home/sympa/list_data/web-media/config.lock

May 19 16:46:30 altvirlststap01 sympa[6461]: [web-media] configuration updated
May 19 16:46:30 altvirlststap01 sympa[6461]: admin::update_list() Synchronizing list members...
May 19 16:46:31 altvirlststap01 sympa[6461]: List::_include_users_ldap_2level() 7 new users included from LDAP query
May 19 16:46:31 altvirlststap01 sympa[6461]: List::sync_include() List:sync_include(web-media): 0 users updated
May 19 16:46:31 altvirlststap01 sympa[6461]: main::DoMessage() Processing message for web-media with priority 5, <address@concealed>
May 19 16:46:31 altvirlststap01 sympa[6461]: main::DoMessage() Message for web-media from address@concealed accepted (0 seconds, 1 sessions, 7 subscribers), message-id=<address@concealed> , size=3121
May 19 16:46:32 altvirlststap01 bulk[20107]: Done sending message 572f7f953ae36f25bc9ae6c9722ae0b0 to list address@concealed (priority 5) in 1 seconds since scheduled expedition date. Now sending VERP.

May 19 16:46:40 altvirlststap01 sympa(creation)[6460]: List::new() The list "web-media" has got no owner defined
May 19 16:46:40 altvirlststap01 sympa(creation)[6460]: List::set_status_error_config() The list "web-media" is set in status error_config

May 19 16:46:40 altvirlststap01 archived[6520]: Archiving address@concealed for list address@concealed
May 19 16:46:40 altvirlststap01 archived[6520]: List::new() The list "web-media" has got no owner defined
May 19 16:46:40 altvirlststap01 archived[6520]: List::set_status_error_config() The list "web-media" is set in status error_config



  • [sympa-dev] Re: [sympa-users] missing parameter, Thomas Berry, 05/20/2010

Archive powered by MHonArc 2.6.19+.

Top of Page