Skip to Content.
Sympa Menu

en - [sympa-users] no owner defined

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: LOURDES REBOLLAR REIER <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] no owner defined
  • Date: Wed, 31 Oct 2018 17:30:38 +0100

Hello,

 

Sorry, but we have another problem in our installation. We have copied the old database on the new database. It is a mariadb database. We have edited the data_structure.version file on the new server to change the version value to reflect the old number.

And we run “sympa.pl –upgrade”, but I get the followings errors:

…….

notice Sympa::Upgrade::upgrade() Rebuilding config.bin files for ALL lists...it may take a while...

err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 > Sympa::List::new#422 The list "ccinf-arteyciudad-l" has got no owner defined

err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 > Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list Sympa::List <address@concealed> is set in status error_config: no_owner_defined()

notice Sympa::Spindle::ProcessTemplate::_twist() Processing Sympa::Message::Template <address@concealed,1152>; envelope_sender=address@concealed; message_id=address@concealed; recipients=ARRAY; sender=address@concealed; template=listmaster_notification; type=no_owner_defined

notice Sympa::Mailer::store() Forked process 27535: /usr/sbin/sendmail -oi -odi -oem -f 'address@concealed' -- address@concealed

notice Sympa::Mailer::store() Done sending message Sympa::Message::Template <address@concealed,1152> for Sympa::List <address@concealed> (priority 1) in 0 seconds since scheduled expedition date

err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 > Sympa::List::new#422 The list "erl-mgs-l" has got no owner defined

err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 > Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list Sympa::List <address@concealed> is set in status error_config: no_owner_defined()

notice Sympa::Spindle::ProcessTemplate::_twist() Processing Sympa::Message::Template <address@concealed,1091>; envelope_sender=address@concealed; message_id=address@concealed; recipients=ARRAY; sender=address@concealed; template=listmaster_notification; type=no_owner_defined

notice Sympa::Mailer::store() Forked process 27537: /usr/sbin/sendmail -oi -odi -oem -f 'address@concealed' -- address@concealed

notice Sympa::Mailer::store() Done sending message Sympa::Message::Template <address@concealed,1091> for Sympa::List <address@concealed> (priority 1) in 0 seconds since scheduled expedition date

err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 > Sympa::List::new#422 The list "fgu-fundacioncomplutense-l" has got no owner defined

err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 > Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list Sympa::List <address@concealed> is set in status error_config: no_owner_defined()

notice Sympa::Spindle::ProcessTemplate::_twist() Processing Sympa::Message::Template <address@concealed,5867>; envelope_sender=address@concealed; message_id=address@concealed; recipients=ARRAY; sender=address@concealed; template=listmaster_notification; type=no_owner_defined

 

So, with many lists. I attach the file with the output . These lists have owner defined. Can Anybody   tell me with is the problem?

 

Looking forward to your answer & Best regards

 

 

Lourdes Rebollar Reier

-------------------------------------------------------
Universidad Complutense

Centro de Proceso de Datos
Avda.
Complutense S/N.
28040 Madrid
Tel: +34-91-3944769

Fax: +34-91-3944773
E-mail:
lrebollar at ucm es 

P El consumo de papel es perjudicial para el medio ambiente. Por favor, téngalo en cuenta antes de imprimir este mensaje.

Paper waste harms our environment. Please bear this in mind before printing this message.      

 

 

 

[root@leda1 ~]# sympa.pl --upgrade
notice main:: Sympa 6.2.37b.1 Started
notice main:: Upgrade process...
notice main:: Upgrading from 6.1.19 to 6.2.37b.1...
notice Sympa::DatabaseManager::_check_fields() Field "last_active_date_user"
(table "user_table"; database "sympa") was NOT found. Attempting to add it...
notice Sympa::DatabaseManager::_check_fields() Field "password_user" (table
"user_table"; database "sympa") does NOT have awaited type (varchar(64))
where type in database seems to be (varchar(40)). Attempting to change it...
notice Sympa::DatabaseDriver::MySQL::update_field() ALTER TABLE user_table
CHANGE password_user password_user varchar(64)
notice Sympa::DatabaseManager::_check_fields() Field "list_exclusion" (table
"exclusion_table"; database "sympa") does NOT have awaited type (varchar(57))
where type in database seems to be (varchar(50)). Attempting to change it...
notice Sympa::DatabaseDriver::MySQL::update_field() ALTER TABLE
exclusion_table CHANGE list_exclusion list_exclusion varchar(57)
notice Sympa::DatabaseManager::_check_fields() Field "robot_exclusion" (table
"exclusion_table"; database "sympa") does NOT have awaited type (varchar(80))
where type in database seems to be (varchar(50)). Attempting to change it...
notice Sympa::DatabaseDriver::MySQL::update_field() ALTER TABLE
exclusion_table CHANGE robot_exclusion robot_exclusion varchar(80)
notice Sympa::DatabaseManager::_check_fields() Field "creation_epoch_list"
(table "list_table"; database "sympa") does NOT have awaited type (int(11))
where type in database seems to be (datetime). Attempting to change it...
notice Sympa::DatabaseDriver::MySQL::update_field() ALTER TABLE list_table
CHANGE creation_epoch_list creation_epoch_list int(11)
notice Sympa::DatabaseManager::_check_fields() Field "family_list" (table
"list_table"; database "sympa") was NOT found. Attempting to add it...
notice Sympa::DatabaseManager::_check_fields() Field "searchkey_list" (table
"list_table"; database "sympa") was NOT found. Attempting to add it...
notice Sympa::DatabaseManager::_check_fields() Field "topics_list" (table
"list_table"; database "sympa") does NOT have awaited type (varchar(255))
where type in database seems to be (varchar(100)). Attempting to change it...
notice Sympa::DatabaseDriver::MySQL::update_field() ALTER TABLE list_table
CHANGE topics_list topics_list varchar(255)
notice Sympa::DatabaseManager::_check_fields() Field "total_list" (table
"list_table"; database "sympa") was NOT found. Attempting to add it...
notice Sympa::DatabaseManager::_check_fields() Field "update_email_list"
(table "list_table"; database "sympa") was NOT found. Attempting to add it...
notice Sympa::DatabaseManager::_check_fields() Field "update_epoch_list"
(table "list_table"; database "sympa") was NOT found. Attempting to add it...
notice Sympa::DatabaseManager::_check_fields() Field "date_epoch_admin"
(table "admin_table"; database "sympa") was NOT found. Attempting to add it...
notice Sympa::DatabaseManager::_check_fields() Field "update_epoch_admin"
(table "admin_table"; database "sympa") was NOT found. Attempting to add it...
notice Sympa::DatabaseManager::_check_indexes() Removing obsolete index
user_index
notice Sympa::DatabaseManager::_check_fields() Field "date_epoch_subscriber"
(table "subscriber_table"; database "sympa") was NOT found. Attempting to add
it...
notice Sympa::DatabaseManager::_check_fields() Field
"number_messages_subscriber" (table "subscriber_table"; database "sympa") was
NOT found. Attempting to add it...
notice Sympa::DatabaseManager::_check_fields() Field
"update_epoch_subscriber" (table "subscriber_table"; database "sympa") was
NOT found. Attempting to add it...
notice Sympa::DatabaseManager::_check_indexes() Removing obsolete index
user_index
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template <address@concealed,1391>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=db_struct_updated
notice Sympa::Mailer::store() Forked process 27522: /usr/sbin/sendmail -oi
-odi -oem -f 'address@concealed' -- address@concealed
notice Sympa::Mailer::store() Done sending message Sympa::Message::Template
<address@concealed,1391> for * (priority 1) in 0 seconds
since scheduled expedition date
notice Sympa::Upgrade::upgrade() Rebuilding config.bin files for ALL
lists...it may take a while...
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "ccinf-arteyciudad-l" has got no owner defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status
error_config: no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template
<address@concealed,1152>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
notice Sympa::Mailer::store() Forked process 27535: /usr/sbin/sendmail -oi
-odi -oem -f 'address@concealed' -- address@concealed
notice Sympa::Mailer::store() Done sending message Sympa::Message::Template
<address@concealed,1152> for Sympa::List
<address@concealed> (priority 1) in 0 seconds since
scheduled expedition date
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "erl-mgs-l" has got no owner defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status error_config:
no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template <address@concealed,1091>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
notice Sympa::Mailer::store() Forked process 27537: /usr/sbin/sendmail -oi
-odi -oem -f 'address@concealed' -- address@concealed
notice Sympa::Mailer::store() Done sending message Sympa::Message::Template
<address@concealed,1091> for Sympa::List
<address@concealed> (priority 1) in 0 seconds since scheduled
expedition date
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "fgu-fundacioncomplutense-l" has got no owner
defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status
error_config: no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template
<address@concealed,5867>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
notice Sympa::Mailer::store() Forked process 27539: /usr/sbin/sendmail -oi
-odi -oem -f 'address@concealed' -- address@concealed
notice Sympa::Mailer::store() Done sending message Sympa::Message::Template
<address@concealed,5867> for
Sympa::List <address@concealed> (priority 1) in 0
seconds since scheduled expedition date
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "fgu-ic-l" has got no owner defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status error_config:
no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template <address@concealed,7784>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "fgu-investigacion-l" has got no owner defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status
error_config: no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template
<address@concealed,6397>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "fgu-matriculas-l" has got no owner defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status error_config:
no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template
<address@concealed,6116>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "fil-amaltea-l" has got no owner defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status error_config:
no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template
<address@concealed,2072>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "inves-miembros-grupos-l" has got no owner
defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status
error_config: no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template
<address@concealed,9039>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "opt-saludvisualdeporte-l" has got no owner
defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status
error_config: no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template
<address@concealed,3495>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "rect-avisos-acsocial-l" has got no owner
defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status
error_config: no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template
<address@concealed,7701>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "rect-avisos-alumni-l" has got no owner defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status
error_config: no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template
<address@concealed,9185>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#422 The list "ucm-dfuncional-l" has got no owner defined
err main::#842 > Sympa::Upgrade::upgrade#137 > Sympa::List::get_lists#7943 >
Sympa::List::new#424 > Sympa::List::set_status_error_config#466 The list
Sympa::List <address@concealed> is set in status error_config:
no_owner_defined()
notice Sympa::Spindle::ProcessTemplate::_twist() Processing
Sympa::Message::Template
<address@concealed,1479>;
address@concealed;
address@concealed; recipients=ARRAY;
address@concealed; template=listmaster_notification;
type=no_owner_defined
notice Sympa::Upgrade::upgrade() Rebuilding the admin_table...
notice Sympa::Upgrade::upgrade() Migrating wwsympa.conf...
notice Sympa::Upgrade::upgrade() Creating HTML view of moderation spool...
notice Sympa::Upgrade::upgrade() Upgrading automatic spool...
notice Sympa::Upgrade::upgrade() Upgrading list config...
Use of uninitialized value in join or string at
/usr/share/sympa/lib/Sympa/List.pm line 8206.
Use of uninitialized value in join or string at
/usr/share/sympa/lib/Sympa/List.pm line 8206.
notice Sympa::Upgrade::upgrade() Setting web interface colors to new defaults.
notice Sympa::Upgrade::fix_colors() /etc/sympa/sympa.conf file saved as
/etc/sympa/sympa.conf.upgrade31.oct.2018-13.30.52
err main::#842 > Sympa::Upgrade::upgrade#1282 >
Sympa::Upgrade::save_web_tt2#2099 /etc/sympa/web_tt2 directory is not
writable: No existe el fichero o el directorio. Unable to rename it. Web
interface might look buggy after upgrade
notice Sympa::Upgrade::upgrade() Web interface colors defaulted to new values.
notice Sympa::Upgrade::upgrade() Upgrading digest spool.
notice Sympa::Upgrade::upgrade() Upgrading archive spool.
notice Sympa::Upgrade::upgrade() Upgrading auth & mod spool.
notice Sympa::Upgrade::upgrade() Creating HTML view of moderation spool...
notice Sympa::Upgrade::upgrade() Upgrading subscribe spool.
notice Sympa::Upgrade::upgrade() Upgrading logs_table.
notice Sympa::Upgrade::upgrade() Upgrading subscriber_table.
notice Sympa::Upgrade::upgrade() Upgrading admin_table.
notice Sympa::Upgrade::upgrade() Upgrading user dumps of closed lists.
notice Sympa::Upgrade::upgrade() Upgrading admin_table
notice Sympa::Upgrade::upgrade() Upgrading subscriber_table
notice main:: Upgrade process finished



Archive powered by MHonArc 2.6.19+.

Top of Page