ticket,summary,component,version,milestone,type,owner,status,created,_changetime,_description,_reporter
6695,Enabling network: Error output: error: 'kernel.exec-shield' is an unknown key,network,,3.0.X,defect,jacalvo,accepted,2013-05-18T00:26:40+02:00,2013-05-20T14:59:49+02:00,"Simply, i try to activate status on network.

'''Error'''

{{{
Failed to enable: root command set -e
sed -ri '/net\.ipv6\.conf\.all\.disable_ipv6/d' /etc/sysctl.conf
sed -ri '/net\.ipv6\.conf\.default\.disable_ipv6/d' /etc/sysctl.conf
sed -ri '/net\.ipv6\.conf\.lo\.disable_ipv6/d' /etc/sysctl.conf
echo 'net.ipv6.conf.all.disable_ipv6 = 1' >> /etc/sysctl.conf
echo 'net.ipv6.conf.default.disable_ipv6 = 1' >> /etc/sysctl.conf
echo 'net.ipv6.conf.lo.disable_ipv6 = 1' >> /etc/sysctl.conf
sysctl -p failed. 
Error output: error: 'kernel.exec-shield' is an unknown key
 error: 'Invalid argument' setting key 'kernel.pid_max'
 error: 'net.core.hot_list_length' is an unknown key
 error: 'net.ipv4.inet_peer_gc_mintime' is an unknown key
 error: 'vm.bdflush' is an unknown key
 error: 'vm.buffermem' is an unknown key

Command output: fs.file-max = 65536
 fs.suid_dumpable = 2
 kernel.core_uses_pid = 1
 kernel.randomize_va_space = 1
 kernel.msgmax = 65536
 kernel.msgmnb = 65536
 kernel.printk = 4 4 1 7
 kernel.sem = 250 32000 100 128
 kernel.shmall = 2097152
 kernel.shmmax = 268435456
 kernel.shmmni = 4096
 kernel.sysrq = 0
 net.core.netdev_max_backlog = 2500
 net.core.optmem_max = 57344
 net.core.rmem_max = 524280
 net.core.rmem_default = 524280
 net.core.somaxconn = 65000
 net.core.wmem_max = 524280
 net.core.wmem_default = 524280
 net.ipv4.conf.all.accept_redirects = 0
 net.ipv4.conf.default.accept_redirects = 0
 net.ipv4.conf.lo.accept_redirects = 0
 net.ipv4.conf.all.accept_source_route = 0
 net.ipv4.conf.default.accept_source_route = 0
 net.ipv4.conf.lo.accept_source_route = 0
 net.ipv4.conf.all.forwarding = 0
 net.ipv4.conf.default.forwarding = 0
 net.ipv4.conf.lo.forwarding = 0
 net.ipv4.conf.all.log_martians = 1
 net.ipv4.conf.default.log_martians = 1
 net.ipv4.conf.lo.log_martians = 1
 net.ipv4.conf.all.rp_filter = 1
 net.ipv4.conf.default.rp_filter = 1
 net.ipv4.conf.lo.rp_filter = 1
 net.ipv4.conf.all.secure_redirects = 0
 net.ipv4.conf.default.secure_redirects = 0
 net.ipv4.conf.lo.secure_redirects = 0
 net.ipv4.conf.all.send_redirects = 0
 net.ipv4.conf.default.send_redirects = 0
 net.ipv4.conf.lo.send_redirects = 0
 net.ipv4.icmp_echo_ignore_broadcasts = 1
 net.ipv4.icmp_ignore_bogus_error_responses = 1
 net.ipv4.ip_dynaddr = 1
 net.ipv4.ip_forward = 0
 net.ipv4.ipfrag_high_thresh = 512000
 net.ipv4.ipfrag_low_thresh = 446464
 net.ipv4.ip_local_port_range = 16500 65535
 net.ipv4.tcp_dsack = 1
 net.ipv4.tcp_ecn = 1
 net.ipv4.tcp_fack = 1
 net.ipv4.tcp_fin_timeout = 15
 net.ipv4.tcp_keepalive_probes = 9
 net.ipv4.tcp_keepalive_time = 1800
 net.ipv4.tcp_max_orphans = 6291
 net.ipv4.tcp_max_syn_backlog = 2048
 net.ipv4.tcp_max_tw_buckets = 1440000
 net.ipv4.tcp_mem = 57344 57344 65536
 net.ipv4.tcp_moderate_rcvbuf = 1
 net.ipv4.tcp_no_metrics_save = 1
 net.ipv4.tcp_retries1 = 3
 net.ipv4.tcp_rfc1337 = 1
 net.ipv4.tcp_rmem = 98304 196608 1572864
 net.ipv4.tcp_sack = 0
 net.ipv4.tcp_syn_retries = 5
 net.ipv4.tcp_synack_retries = 2
 net.ipv4.tcp_syncookies = 1
 net.ipv4.tcp_timestamps = 0
 net.ipv4.tcp_tw_reuse = 1
 net.ipv4.tcp_tw_recycle = 1
 net.ipv4.tcp_window_scaling = 0
 net.ipv4.tcp_wmem = 32768 65536 524288
 net.ipv6.conf.all.accept_redirects = 0
 net.ipv6.conf.default.accept_redirects = 0
 net.ipv6.conf.lo.accept_redirects = 0
 net.ipv6.conf.all.accept_source_route = 0
 net.ipv6.conf.default.accept_source_route = 0
 net.ipv6.conf.lo.accept_source_route = 0
 net.ipv6.conf.all.forwarding = 0
 net.ipv6.conf.default.forwarding = 0
 net.ipv6.conf.lo.forwarding = 0
 net.ipv6.conf.default.accept_ra_pinfo = 0
 net.ipv6.conf.default.accept_ra_rtr_pref = 0
 net.ipv6.conf.default.autoconf = 0
 net.ipv6.conf.default.dad_transmits = 0
 net.ipv6.conf.default.max_addresses = 1
 net.ipv6.conf.default.router_solicitations = 0
 vm.overcommit_memory = 2
 vm.overcommit_ratio = 95
 vm.swappiness = 0
 vm.vfs_cache_pressure = 50
 net.ipv6.conf.all.disable_ipv6 = 1
 net.ipv6.conf.default.disable_ipv6 = 1
 net.ipv6.conf.lo.disable_ipv6 = 1
. 
Exit value: 255
}}}

'''Trace'''

{{{
Failed to enable: root command set -e
sed -ri '/net\.ipv6\.conf\.all\.disable_ipv6/d' /etc/sysctl.conf
sed -ri '/net\.ipv6\.conf\.default\.disable_ipv6/d' /etc/sysctl.conf
sed -ri '/net\.ipv6\.conf\.lo\.disable_ipv6/d' /etc/sysctl.conf
echo 'net.ipv6.conf.all.disable_ipv6 = 1' >> /etc/sysctl.conf
echo 'net.ipv6.conf.default.disable_ipv6 = 1' >> /etc/sysctl.conf
echo 'net.ipv6.conf.lo.disable_ipv6 = 1' >> /etc/sysctl.conf
sysctl -p failed. 
Error output: error: 'kernel.exec-shield' is an unknown key
 error: 'Invalid argument' setting key 'kernel.pid_max'
 error: 'net.core.hot_list_length' is an unknown key
 error: 'net.ipv4.inet_peer_gc_mintime' is an unknown key
 error: 'vm.bdflush' is an unknown key
 error: 'vm.buffermem' is an unknown key

Command output: fs.file-max = 65536
 fs.suid_dumpable = 2
 kernel.core_uses_pid = 1
 kernel.randomize_va_space = 1
 kernel.msgmax = 65536
 kernel.msgmnb = 65536
 kernel.printk = 4 4 1 7
 kernel.sem = 250 32000 100 128
 kernel.shmall = 2097152
 kernel.shmmax = 268435456
 kernel.shmmni = 4096
 kernel.sysrq = 0
 net.core.netdev_max_backlog = 2500
 net.core.optmem_max = 57344
 net.core.rmem_max = 524280
 net.core.rmem_default = 524280
 net.core.somaxconn = 65000
 net.core.wmem_max = 524280
 net.core.wmem_default = 524280
 net.ipv4.conf.all.accept_redirects = 0
 net.ipv4.conf.default.accept_redirects = 0
 net.ipv4.conf.lo.accept_redirects = 0
 net.ipv4.conf.all.accept_source_route = 0
 net.ipv4.conf.default.accept_source_route = 0
 net.ipv4.conf.lo.accept_source_route = 0
 net.ipv4.conf.all.forwarding = 0
 net.ipv4.conf.default.forwarding = 0
 net.ipv4.conf.lo.forwarding = 0
 net.ipv4.conf.all.log_martians = 1
 net.ipv4.conf.default.log_martians = 1
 net.ipv4.conf.lo.log_martians = 1
 net.ipv4.conf.all.rp_filter = 1
 net.ipv4.conf.default.rp_filter = 1
 net.ipv4.conf.lo.rp_filter = 1
 net.ipv4.conf.all.secure_redirects = 0
 net.ipv4.conf.default.secure_redirects = 0
 net.ipv4.conf.lo.secure_redirects = 0
 net.ipv4.conf.all.send_redirects = 0
 net.ipv4.conf.default.send_redirects = 0
 net.ipv4.conf.lo.send_redirects = 0
 net.ipv4.icmp_echo_ignore_broadcasts = 1
 net.ipv4.icmp_ignore_bogus_error_responses = 1
 net.ipv4.ip_dynaddr = 1
 net.ipv4.ip_forward = 0
 net.ipv4.ipfrag_high_thresh = 512000
 net.ipv4.ipfrag_low_thresh = 446464
 net.ipv4.ip_local_port_range = 16500 65535
 net.ipv4.tcp_dsack = 1
 net.ipv4.tcp_ecn = 1
 net.ipv4.tcp_fack = 1
 net.ipv4.tcp_fin_timeout = 15
 net.ipv4.tcp_keepalive_probes = 9
 net.ipv4.tcp_keepalive_time = 1800
 net.ipv4.tcp_max_orphans = 6291
 net.ipv4.tcp_max_syn_backlog = 2048
 net.ipv4.tcp_max_tw_buckets = 1440000
 net.ipv4.tcp_mem = 57344 57344 65536
 net.ipv4.tcp_moderate_rcvbuf = 1
 net.ipv4.tcp_no_metrics_save = 1
 net.ipv4.tcp_retries1 = 3
 net.ipv4.tcp_rfc1337 = 1
 net.ipv4.tcp_rmem = 98304 196608 1572864
 net.ipv4.tcp_sack = 0
 net.ipv4.tcp_syn_retries = 5
 net.ipv4.tcp_synack_retries = 2
 net.ipv4.tcp_syncookies = 1
 net.ipv4.tcp_timestamps = 0
 net.ipv4.tcp_tw_reuse = 1
 net.ipv4.tcp_tw_recycle = 1
 net.ipv4.tcp_window_scaling = 0
 net.ipv4.tcp_wmem = 32768 65536 524288
 net.ipv6.conf.all.accept_redirects = 0
 net.ipv6.conf.default.accept_redirects = 0
 net.ipv6.conf.lo.accept_redirects = 0
 net.ipv6.conf.all.accept_source_route = 0
 net.ipv6.conf.default.accept_source_route = 0
 net.ipv6.conf.lo.accept_source_route = 0
 net.ipv6.conf.all.forwarding = 0
 net.ipv6.conf.default.forwarding = 0
 net.ipv6.conf.lo.forwarding = 0
 net.ipv6.conf.default.accept_ra_pinfo = 0
 net.ipv6.conf.default.accept_ra_rtr_pref = 0
 net.ipv6.conf.default.autoconf = 0
 net.ipv6.conf.default.dad_transmits = 0
 net.ipv6.conf.default.max_addresses = 1
 net.ipv6.conf.default.router_solicitations = 0
 vm.overcommit_memory = 2
 vm.overcommit_ratio = 95
 vm.swappiness = 0
 vm.vfs_cache_pressure = 50
 net.ipv6.conf.all.disable_ipv6 = 1
 net.ipv6.conf.default.disable_ipv6 = 1
 net.ipv6.conf.lo.disable_ipv6 = 1
. 
Exit value: 255 at /usr/share/perl5/EBox/CGI/ServiceModule/ConfigureModuleController.pm line 68
	EBox::CGI::ServiceModule::ConfigureModuleController::_process('EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0xaf...') called at /usr/share/perl5/EBox/CGI/Base.pm line 285
	EBox::CGI::Base::run('EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0xaf...') called at /usr/share/perl5/EBox/CGI/Run.pm line 131
	EBox::CGI::Run::run('EBox::CGI::Run', 'ServiceModule/ConfigureModuleController', 'EBox') called at /usr/share/zentyal/cgi/ebox.cgi line 35
	ModPerl::ROOT::ModPerl::Registry::usr_share_zentyal_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0xafafaab0)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0xafd02188)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
	ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0xafd02188)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
	ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0xafafaab0)') called at -e line 0
	eval {...} called at -e line 0

}}}",linux@…
6667,File system not found: /dev/sdb at /usr/share/perl5/EBox/Report/DiskUsage.pm,base,,3.0.X,defect,jacalvo,accepted,2013-05-14T07:48:36+02:00,2013-05-14T20:56:51+02:00,"Pressed ""diskusage""  on the controlpanal. Sdb is an btrfs mirror raid(raid1?). Sdb is added after installation and sda1 was there since installation of zentyal. 

'''Error'''

{{{
File system not found: /dev/sdb
}}}

'''Trace'''

{{{
File system not found: /dev/sdb at /usr/share/perl5/EBox/Report/DiskUsage.pm line 269
	EBox::Report::DiskUsage::usage('fileSystem', '/dev/sda1') called at /usr/share/perl5/EBox/Report/DiskUsage.pm line 72
	EBox::Report::DiskUsage::chart('/dev/sda1') called at /usr/share/perl5/EBox/CGI/Report/DiskUsage.pm line 51
	EBox::CGI::Report::DiskUsage::_process('EBox::CGI::Report::DiskUsage=HASH(0x7f90a818dd70)') called at /usr/share/perl5/EBox/CGI/Base.pm line 285
	EBox::CGI::Base::run('EBox::CGI::Report::DiskUsage=HASH(0x7f90a818dd70)') called at /usr/share/perl5/EBox/CGI/Run.pm line 131
	EBox::CGI::Run::run('EBox::CGI::Run', 'Report/DiskUsage', 'EBox') called at /usr/share/zentyal/cgi/ebox.cgi line 35
	ModPerl::ROOT::ModPerl::Registry::usr_share_zentyal_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0x7f90a818e6b8)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x7f90a7b17948)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
	ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x7f90a7b17948)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
	ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0x7f90a818e6b8)') called at -e line 0
	eval {...} called at -e line 0

}}}",friberg.joachim@…
6653,read_file '/var/lib/zentyal/confremoteservices/conf-backup/backup-service-metainfo.footprint' - small sysread: Is a directory,backup,,3.0.X,defect,jacalvo,accepted,2013-05-11T16:23:04+02:00,2013-05-20T14:56:40+02:00,"I receive the following message when going to the Zentyal front page.

Sorry, an unexpected error has occurred

read_file '/var/lib/zentyal/conf//remoteservices/conf-backup/backup-service-metainfo.footprint' - small sysread: Is a directory

'''Error'''

{{{
read_file '/var/lib/zentyal/conf//remoteservices/conf-backup/backup-service-metainfo.footprint' - small sysread: Is a directory
}}}

'''Trace'''

{{{
read_file '/var/lib/zentyal/conf//remoteservices/conf-backup/backup-service-metainfo.footprint' - small sysread: Is a directory at /usr/share/perl5/EBox/RemoteServices/Backup.pm line 390.

}}}",mark@…
6622,"New Samba share, ""missing comment""?",samba,,,defect,scabrero,accepted,2013-05-03T04:18:46+02:00,2013-05-08T15:08:18+02:00,"Weird issue when I try to add a new share.  Click ""+add new"", Fill out the fields, specify a share name and path, click ""add"" and I get a red bar that says...

""Missing argument: Comment""

I think it's asking for a comment for the share, which wouldn't be a problem, except for the fact that there's no comment field.

Anyone else ever run into this?  I've resorted to changing /etc/samba/smb.conf manually and stopping\restarting samba4 outside of zentyal but I'd like to get it working again.",tbedsaul@…
6616,Missing argument: Original destination port,firewall,,3.0.X,defect,jag,accepted,2013-05-01T14:20:35+02:00,2013-05-02T08:43:46+02:00,"Core version 	3.0.19

Firewal - Port Forwarding
Can`t remove the checkbox ""Replace source address""
",ivanet-mnet@…
6615,Mail Filter No Start,mailfilter,,3.0.X,defect,jag,accepted,2013-05-01T04:15:31+02:00,2013-05-10T16:26:54+02:00,"[]I updated my server this afternoon and now the mail filter is not starting, causing emails to pile up in the queue.

Zentyal log reveals:

2013/04/30 21:55:12 INFO> Init.pm:78 EBox::Util::Init::start - Start modules finished
2013/04/30 22:01:57 INFO> Service.pm:821 EBox::Module::Service::restartService - Restarting service for module: mailfilter
2013/04/30 22:01:58 ERROR> Ldap.pm:699 EBox::Ldap::_errorOnLdap - LDAP error: An invalid parameter was specified
.<br/> Operation parameters:{
  'base' => undef,
  'filter' => 'EBox::UsersAndGroups::User=HASH(0x7f902cd31518)',
  'scope' => 'one'
}
2013/04/30 22:01:58 ERROR> Service.pm:826 EBox::Module::Service::__ANON__ - Error restarting service: LDAP error: An invalid parameter was specified
.<br/> Operation parameters:{
  'base' => undef,
  'filter' => 'EBox::UsersAndGroups::User=HASH(0x7f902cd31518)',
  'scope' => 'one'
}
2013/04/30 22:01:58 ERROR> RestartService.pm:67 EBox::CGI::SysInfo::RestartService::__ANON__ - Restart of Mail Filter from dashboard failed: LDAP error: An invalid parameter was specified
.<br/> Operation parameters:{
  'base' => undef,
  'filter' => 'EBox::UsersAndGroups::User=HASH(0x7f902cd31518)',
  'scope' => 'one'
}


Any help in fixing would be greatly appreciated!",jose@…
6608,In bug report: external interface already exists,base,,3.0.X,defect,jacalvo,accepted,2013-04-29T22:59:42+02:00,2013-04-30T22:39:09+02:00,"Este error se genera cuando clickeo ""GENERAR Y DESCARGAR FICHERO DE INFORME"" en:

Informe de configuración
Puede generar un fichero con información sobre el estado de su sistema. Este fichero puede ser de utilidad si desea enviar un informe de error o recibir soporte.
GENERAR Y DESCARGAR FICHERO DE INFORME


'''Error'''

{{{
Interfaz externa ya existente: eth1.
}}}

'''Trace'''

{{{
Interfaz externa ya existente: eth1. at /usr/share/perl5/EBox/Backup.pm line 147
	EBox::Backup::_dumpModulesBackupData('EBox::Backup=HASH(0x7fb728f93d48)', '/var/lib/zentyal/conf//backup.VkUgLX/aux', 'bug', 1) called at /usr/share/perl5/EBox/Backup.pm line 88
	EBox::Backup::_makeBackup('EBox::Backup=HASH(0x7fb728f93d48)', 'description', 'Bug report', 'bug', 1) called at /usr/share/perl5/EBox/Backup.pm line 847
	EBox::Backup::makeBugReport('EBox::Backup=HASH(0x7fb728f93d48)') called at /usr/share/perl5/EBox/CGI/SysInfo/Backup.pm line 317
	EBox::CGI::SysInfo::Backup::_bugreportAction('EBox::CGI::SysInfo::Backup=HASH(0x7fb7290c2ef8)') called at /usr/share/perl5/EBox/CGI/SysInfo/Backup.pm line 121
	EBox::CGI::SysInfo::Backup::actuate('EBox::CGI::SysInfo::Backup=HASH(0x7fb7290c2ef8)') called at /usr/share/perl5/EBox/CGI/Base.pm line 526
	EBox::CGI::Base::_process('EBox::CGI::SysInfo::Backup=HASH(0x7fb7290c2ef8)') called at /usr/share/perl5/EBox/CGI/Base.pm line 285
	EBox::CGI::Base::run('EBox::CGI::SysInfo::Backup=HASH(0x7fb7290c2ef8)') called at /usr/share/perl5/EBox/CGI/Run.pm line 131
	EBox::CGI::Run::run('EBox::CGI::Run', 'SysInfo/Backup', 'EBox') called at /usr/share/zentyal/cgi/ebox.cgi line 35
	ModPerl::ROOT::ModPerl::Registry::usr_share_zentyal_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0x7fb72aa40e20)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x7fb7290cfe60)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
	ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x7fb7290cfe60)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
	ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0x7fb72aa40e20)') called at -e line 0
	eval {...} called at -e line 0

}}}",dego@…
6606,Zentyal-core package dependency to mysql-server-5.5 is problematic,base,,3.2,defect,jacalvo,accepted,2013-04-29T16:04:59+02:00,2013-04-29T16:54:30+02:00,"The zentyal-core package should depends on the ""mysql-server"" meta-package and not on the ""mysql-server-5.5"" package.

This makes impossible to install MariaDB packages using the official repository, as ""mariadb-server-5.5"" provides a reverse dependency to ""mysql-server"" but not ""mysql-server-5.5"" and as installing mariadb-server-5.5 will remove mysql-server-5.5.",jean.weisbuch@…
6596,Can't call method 'valueByName' on an undefined value at /usr/share/perl5/EBox/Network/Model/GatewayTable.pm line 140.,network,,3.0.X,defect,jag,accepted,2013-04-26T13:05:14+02:00,2013-05-02T16:41:36+02:00,"I went to change the default gateway, there was an error message, now I can no longer access the Gateway menu and I can not modify the parameters in the menu interface

'''Error'''

{{{
Can't call method 'valueByName' on an undefined value
}}}

'''Trace'''

{{{
Can't call method 'valueByName' on an undefined value at /usr/share/perl5/EBox/Network/Model/GatewayTable.pm line 140.

}}}",edson@…
6590,Advertencia  sobre interfaz de red existente al guardar cambios,network,,3.2,defect,jacalvo,accepted,2013-04-25T14:03:43+02:00,2013-04-25T15:53:50+02:00,"Hola.
Cada vez que guardo algún cambio en el sistema y que afecte a la parte de redes me muestra esta advertencia:

""Interfaz externa ya existente: eth1""

Tengo 4 interfaces de red, eth0 como interna y eth1/eth2/eth3 como externas y haciendo balanceo.
",diego@…
6576,Virtual Machine,virt,,nice to have someday,defect,imran,accepted,2013-04-24T07:00:34+02:00,2013-04-24T08:38:42+02:00,"Virtual Machine,  not working

An internal error has occurred. This is most probably a bug, relevant information can be found in the logs. Please look for the details in the /var/log/zentyal/zentyal.log file and take a minute to submit a bug report so we can fix the issue as soon as possible.",anonymous
6571,Webadmin problem,base,,3.0.X,defect,jacalvo,accepted,2013-04-23T13:02:52+02:00,2013-04-25T08:33:57+02:00,"Hi everybody!

I'm testing a server (3.0.19) and I have an interesting problem:
Login remotely to the WebAdmin interface and implemented some settings or viewing some elements without changing and the operation stops. The status-bar shows like working but at the end  the browser fails with ""The connection was reset"" message.
A longer or shorter time unreachable the WebAdmin, but after a while, I can re-login.
On the server is only mail service, and while the WebAdmin is unreachable, the mail service works perfectly with Zarafa. The server is in Hungarian 64-bit, but I tried with 32 bit.
I tried with many different OS-s, web browsers, always the result of above.
For a few minutes earlier I made two groups in the module 'Users and groups' (works perfectly), I started to make a new one and the browser reseted the connection again.
Locally logged on there was no problem.

Have you met something like?",szucsi32@…
6570,RADIUS authentiation and User Corner,radius,,3.0.X,defect,jag,accepted,2013-04-23T12:26:36+02:00,2013-04-25T22:45:30+02:00,"I have recently implemented radius authentication in my network and everything is working perfectly with all kind of devices except one small and important detail.
If a user change his password using the User Corner, that wont affect the authentication with freeradius! I know that there are some conflicts between radius and captive portal, but before I have installed the radius module I have uninstalled the captive portal.",comunidade.wireless.alvre@…
6532,Missing ICMP Service on fresh installation,network,,3.2,defect,jacalvo,accepted,2013-04-17T13:30:06+02:00,2013-04-19T17:25:46+02:00,"Tested with recent installations, after installing network module, it does create several services (as usual) but it does not create the ICMP one (as it used to)",jbahillo
6504,Newly created active directory users dont show in Zentyal,samba,,3.0.X,defect,jag,accepted,2013-04-13T19:02:27+02:00,2013-04-25T12:40:53+02:00,"I created a windows domain (bugsfree.local) in a server 2008 R2+sp1 forest/domain functional level 2003,the first time i join zentyal as second domain contrller(Core version 3.0.18) all users and groups syncronize but then when i create new users in windows, users doesn't show up in zentyal but if a create them in zentyal box it will show in windows server (users and computers).",quimfsilva@…
6419,Enabling samba: chown: invalid group: __USERS__,users,,3.0.X,defect,jacalvo,accepted,2013-04-09T06:55:07+02:00,2013-04-23T11:12:52+02:00,"Hi, I've been experimenting with setting up Samba using the Zentyal interface, but it seems that every time I attempt to enable the File Sharing module, I get the above error.

I have a different VM set up using zentyal 3.0 as well but on that one I installed the office group of packages on first startup.

It may also be due to me changing the domain on the server after enabling the DNS module, I""m not entire certain of it yet. Please help look into this

'''Error'''

{{{
Failed to enable: root command set -e
mkdir -p /home/samba/
chown root:__USERS__ /home/samba/
chmod 770 /home/samba/
setfacl -b /home/samba/
setfacl -m u:nobody:rx /home/samba/
setfacl -m u:ebox:rwx /home/samba/
mkdir -p /home/samba/profiles
chown root:__USERS__ /home/samba/profiles
chmod 770 /home/samba/profiles
setfacl -b /home/samba/profiles
mkdir -p /home/samba/shares
chown root:__USERS__ /home/samba/shares
chmod 770 /home/samba/shares
setfacl -b /home/samba/shares
setfacl -m u:nobody:rx /home/samba/shares
setfacl -m u:ebox:rwx /home/samba/shares
mkdir -p '/var/lib/zentyal/quarantine'
chown -R ebox.adm '/var/lib/zentyal/quarantine'
chmod 770 '/var/lib/zentyal/quarantine' failed. 
Error output: chown: invalid group: `root:__USERS__'

Command output: . 
Exit value: 1
}}}

'''Trace'''

{{{
Failed to enable: root command set -e
mkdir -p /home/samba/
chown root:__USERS__ /home/samba/
chmod 770 /home/samba/
setfacl -b /home/samba/
setfacl -m u:nobody:rx /home/samba/
setfacl -m u:ebox:rwx /home/samba/
mkdir -p /home/samba/profiles
chown root:__USERS__ /home/samba/profiles
chmod 770 /home/samba/profiles
setfacl -b /home/samba/profiles
mkdir -p /home/samba/shares
chown root:__USERS__ /home/samba/shares
chmod 770 /home/samba/shares
setfacl -b /home/samba/shares
setfacl -m u:nobody:rx /home/samba/shares
setfacl -m u:ebox:rwx /home/samba/shares
mkdir -p '/var/lib/zentyal/quarantine'
chown -R ebox.adm '/var/lib/zentyal/quarantine'
chmod 770 '/var/lib/zentyal/quarantine' failed. 
Error output: chown: invalid group: `root:__USERS__'

Command output: . 
Exit value: 1 at /usr/share/perl5/EBox/CGI/ServiceModule/ConfigureModuleController.pm line 68
	EBox::CGI::ServiceModule::ConfigureModuleController::_process('EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0x7f...') called at /usr/share/perl5/EBox/CGI/Base.pm line 285
	EBox::CGI::Base::run('EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0x7f...') called at /usr/share/perl5/EBox/CGI/Run.pm line 131
	EBox::CGI::Run::run('EBox::CGI::Run', 'ServiceModule/ConfigureModuleController', 'EBox') called at /usr/share/zentyal/cgi/ebox.cgi line 35
	ModPerl::ROOT::ModPerl::Registry::usr_share_zentyal_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0x7f9771553e40)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x7f97712e4290)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
	ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x7f97712e4290)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
	ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0x7f9771553e40)') called at -e line 0
	eval {...} called at -e line 0

}}}",victor@…
6298,Problems with gateway out of my network,network,,3.0.X,defect,jag,accepted,2013-03-12T13:03:46+01:00,2013-03-15T15:59:14+01:00,"Hi all,

I'm with OVH provider and I have and ESXi VPS. I'm trying to configure Zentyal like a gateway between Internet and my VM. I can do that, but manually. When I try to put the gateway in GUI it says that is not reachable, although if I do ping or traceroute with the GUI tools it seems ok.

Can anyone helps me for configure with Zentyal this environment or is it imposible?

My ip is 94.45.XXX.XXX and my gateway is 5.175.XXX.254

Thanks",anonymous
6285,Clicking the action button next to the a dispatcher causes an error,events,,3.2,defect,jag,accepted,2013-03-09T01:51:11+01:00,2013-03-22T13:56:52+01:00,"Zentyal core 3.0.15, zentyal monitor 3.0.2

Navigate to Core --> Maintenance --> Events
Select the Configure dispatchers tab
Click the edit action button next to any of the dispatchers

The following message appears: 

An internal error related to a template has occurred. This is a bug, relevant information can be found in the logs.

Extract from /var/log/zentyal.log attatched",fatbob
6282,Error Zentyal 3.0.15 as aditional DC a Windows domain,samba,,3.0.X,defect,scabrero,accepted,2013-03-08T18:37:10+01:00,2013-04-26T09:47:52+02:00,"I'm trying to obtain Zentyal 3.0.15 act as aditional DC of a Windows domain.

The ""shared Folders"" not start and I obtain the next error at the file zentyal.log:

File ""/opt/samba4/lib/python2.7/site-packages/samba/netcmd/__init__.py"", line 175, in _run
     return self.run(*args, **kwargs)
   File ""/opt/samba4/lib/python2.7/site-packages/samba/netcmd/domain.py"", line 552, in run
     machinepass=machinepass, use_ntvfs=use_ntvfs, dns_backend=dns_backend)
   File ""/opt/samba4/lib/python2.7/site-packages/samba/join.py"", line 1104, in join_DC
     ctx.do_join()
   File ""/opt/samba4/lib/python2.7/site-packages/samba/join.py"", line 1009, in do_join
     ctx.join_replicate()
   File ""/opt/samba4/lib/python2.7/site-packages/samba/join.py"", line 756, in join_replicate
     replica_flags=ctx.replica_flags)
   File ""/opt/samba4/lib/python2.7/site-packages/samba/drs_utils.py"", line 248, in replicate
     (level, ctr) = self.drs.DsGetNCChanges(self.drs_handle, req_level, req)


I too obtain the next error at the error.log file:

Argument ""1/8"" isn't numeric in numeric eq (==) at /usr/share/perl5/EBox/Samba/Provision.pm line 218.


I have a Windows domain with several sites. This error is obtained at two diferent Zentyal 3.0.15 at several sites of my infrastructure.

Tahnks in advance",fgonzalez@…
6253,"No video mode activated if encrypt whole disk, 64bit 12.04 Ubuntu, Zentyal 3.0",installer,,3.2,defect,jacalvo,accepted,2013-03-02T18:50:52+01:00,2013-04-01T00:00:52+02:00,"After install system starts with error ""No video mode activated"" on black screen and halts. 

To solve it before running update-grub it is necessary to copy *.pf2 files from /usr/share/grub/ to /boot/grub/

(https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/699802)",Aivenho
6021,Cannot login to web interface after update,base,,3.0.X,defect,scabrero@…,accepted,2013-01-21T19:21:01+01:00,2013-05-02T11:13:35+02:00,"After update i cannot login to web interface.
In logs there is:
WARN> Auth.pm:160 EBox::Auth::authen_cred - Failed login from: 

Password for sure is correct. ",anonymous
5700,Each slave has is own DNS???!!!,dns,,3.2,enhancement,scabrero@…,accepted,2012-11-30T00:46:30+01:00,2013-02-03T12:26:35+01:00,"Hi!

I didn't understand yet why is not possible in a master and several slaves schema we can not have a single DNS or a synced dns services.

Anyone can give me light on this?

Is a quite complicated to have several DNSs...

Thanks!",sarraceno
5610,PPTP connection,pptp,,3.0.X,defect,jag,accepted,2012-11-11T14:17:01+01:00,2013-04-07T09:27:28+02:00,Dashboard PPTP vpn connetion motinor widget not working,itoxygen@…
5308,SMTP authentication with/without domain,mail,,nice to have someday,enhancement,jamor@…,accepted,2012-10-28T03:34:05+01:00,2012-11-14T17:24:01+01:00,"Some phones doesn't work well with different users for smtp and imap/pop.
So the user must be the same.

With Zentyal plus Zarafa I was especting to see this solved under 3.x, but it doesn't as far as I could test.

Is there a way to use sarafa and use smtp with same kind of authentication?
Or is there a integration of SMTP through Zarafa?

My validation for this product depends on several issues, this is the most imperative to use... since Zarafa is needed.

For my understatement this is not a feature, but a defect in implementation perspective that eBox/Zentyal has since previous versions... and should not be like this...

Thanks!",sarraceno
5270,Unable do sync with one of the slaves,users,,3.0.X,defect,jag,accepted,2012-10-17T22:20:01+02:00,2013-02-03T11:47:36+01:00,"2012/10/17 20:38:38 ERROR> User.pm:408 EBox::2012/10/17 20:38:38 ERROR> User.pm:408 EBox::UsersAndGroups::User::_setFilesystemQuota - Cannot set quota for uid 2003 to 100. Maybe your file system does not support quota?
2012/10/17 20:38:38 DEBUG> SOAPClient.pm:115 EBox::SOAPClient::__ANON__ - 500 Can't connect to 10.10.10.253:2443 (certificate verify failed) 
2012/10/17 20:38:38 ERROR> Slave.pm:77 EBox::UsersAndGroups::Slave::__ANON__ - Error notifying sl3 for addUser
2012/10/17 20:38:38 DEBUG> SOAPClient.pm:115 EBox::SOAPClient::__ANON__ - 500 Can't connect to 10.10.10.120:2443 (certificate verify failed) 
2012/10/17 20:38:38 ERROR> Slave.pm:77 EBox::UsersAndGroups::Slave::__ANON__ - Error notifying sl1 for modifyGroup
2012/10/17 20:38:38 ERROR> Slave.pm:77 EBox::UsersAndGroups::Slave::__ANON__ - Error notifying sl3 for modifyGroup
UsersAndGroups::User::_setFilesystemQuota - Cannot set quota for uid 2003 to 100. Maybe your file system does not support quota?
2012/10/17 20:38:38 DEBUG> SOAPClient.pm:115 EBox::SOAPClient::__ANON__ - 500 Can't connect to 10.10.10.253:2443 (certificate verify failed) 
2012/10/17 20:38:38 ERROR> Slave.pm:77 EBox::UsersAndGroups::Slave::__ANON__ - Error notifying sl3 for addUser
2012/10/17 20:38:38 DEBUG> SOAPClient.pm:115 EBox::SOAPClient::__ANON__ - 500 Can't connect to 10.10.10.120:2443 (certificate verify failed) 
2012/10/17 20:38:38 ERROR> Slave.pm:77 EBox::UsersAndGroups::Slave::__ANON__ - Error notifying sl1 for modifyGroup
2012/10/17 20:38:38 ERROR> Slave.pm:77 EBox::UsersAndGroups::Slave::__ANON__ - Error notifying sl3 for modifyGroup

For slave 10.10.10.120 I'm able do see  users created, but for 10.10.10.253 doesn't.

Pls what's could be the reason?

Regards!",jfhtomas@…
4614,Better error when trying to access to a inexistent elements throught the URL,objects,,nice to have someday,defect,jamor@…,accepted,2012-06-23T23:46:14+02:00,2012-09-09T05:50:20+02:00,"I setup Zentyal 2.3 on Ubuntu Precise.in the repository.

I setup a number of objects and was in the process of entering members to the objects. I left the computer without saving, and when I returned my session timed out and I had to log back in. I had an error about an internal problem that is probably a bug. My objects are no longer in the system.

Because the error.log does not have timestamps, I cannot select the correct lines for you. So I attached the entire file.",richard-oss@…
4384,Gnome sessions not working with LTSP,ltsp,,nice to have someday,enhancement,rduran@…,accepted,2012-05-21T15:38:52+02:00,2012-09-12T15:46:29+02:00,"according to a post in the forum by user Jonne, 
adding desktops to our ltps setup is either hard to configure,  or needs addional fixing. 

this ticket is to keep trac of the issue. 

this ticket hsouldn't be closed untill either,  the error is fixed, or it is determined that its due to a configuration error, and documentation is updated...  
",ichat
3892,Objects' filter policy from remote IPSEC client doesn't hit the filter profile,squid,,3.2,enhancement,jamor@…,accepted,2012-03-01T10:09:05+01:00,2013-02-19T19:59:30+01:00,"Browser with proxy configured from a remote ipsec computer doesn't use the configured filter profile on a http proxy object's policy.

http request always gets accepted:

[browser]->[zywall-ipsec]->[{zentyal-ipsec}->{proxy object policy}->{filter profile}]->[web]

this however is filtering http request:

[browser]->[LAN]->[{zentyal}->{proxy object policy}->{filter profile}]->[web]

the above config also doesn't use the default filter profile.",noc@…
3865,"Zarafa mail aliases only working for incoming mail, not outgoing",zarafa,,3.0.X,enhancement,jag,accepted,2012-02-22T15:05:37+01:00,2013-02-03T17:06:56+01:00,"Hi,

When adding mail aliases using Zarafa they only work for incoming mail, not outgoing.
Zarafa web interface has the option to send as aliases, however with the default config this will result in an not allowed error on the zarafa spooler:
User 'xxx' is not allowed to send as user or group 'xxx'. You may enable all outgoing addresses by enabling the always_send_delegates option.

I solved this by adding a new ldap user attribute: zarafaAliases to make the zarafa spooler accept the messages.

Please make the GUI config also update this attribute, next to the other alias stuff in ou=mailalias,ou=postfix,dc=xxx,dc=com

Or change the postfix config to use zarafaAliases as described in the Zarafa 7 manual: http://doc.zarafa.com/7.0/Administrator_Manual/en-US/html/_MTAIntegration.html.
But i guess there is a gooed reason for the separate aliases config so i'll leave that up to you


BTW: Setting the Zarafa option always_send_delegates also works, but that's imho not an option as it will allow _all_ users to send as whoever they want, even as domains not configured in LDAP.
The same is true for zarafaAlaises though, but when set using the GUI one can only add aliases on the main domain anyway, so it should be safe.
",it@…
3744,allow quota of shared folders to be modfied per share. (post creation),samba,,nice to have someday,enhancement,scabrero@…,accepted,2012-01-25T10:42:31+01:00,2012-08-30T04:00:44+02:00,"Quotas for group shares need to be modifiable after they are created.
a text input field next to the group share name is sufficient.",airtonix@…
3736,Remove/disable managed daemons after Zentyal uninstall,base,,nice to have someday,feature request,jamor@…,accepted,2012-01-23T18:01:59+01:00,2012-09-09T21:45:05+02:00,"Module Uninstall Error!
I remember I have indicated that individual modules can only be removed in principle. Today I removed the VoIP module. I put a VirtualBox Asterisk, and found that only outgoing calls are inside and can not be called. Then you found out that the principle removed Asterisk VoIP module program continues to operate as if nothing had happened and accept incoming calls.
The module is removed during the Zarafa seen the like.
It will not be so good.
Gyula",papp.gyula@…
3371,Captive Portal's SSL,captiveportal,,3.2,defect,cperez@…,accepted,2011-10-18T09:49:39+02:00,2013-02-19T19:47:08+01:00,"The Captive Portal doesn't have a Service Certificate listed under the Certificate Authority and the certificate used has a bad CN (""eBox Server"") which causes SSL errors clientside.
Also, it addresses the captive portal using the server's IP address, can it be addressed using a specified hostname instead? This would reduce problems when Captive Portal's SSL is functioning to avoid CN mismatch issues and create a better user experience browser-side.

At the moment, captive portal is quite clunky to use clientside with these problems in a real environment unless you manually issue and change the certificates and redirections.",development@…
3240,LAMP module,webserver,,nice to have someday,feature request,jsalamero@…,accepted,2011-09-20T00:09:01+02:00,2012-07-26T08:09:34+02:00,"can be implemented, in the zentyal-webserver, the configuration of mysql-server in order to better manage CMS like Joomla or Drupal? thanks",it@…
2912,Samba browseable,samba,,nice to have someday,enhancement,scabrero@…,accepted,2011-05-19T13:58:46+02:00,2012-08-15T17:00:47+02:00,Please add option browseable = Yes/No,lioncub@…
2503,POSTROUTING marks packets already marked the wrong way in multigateway config,network,,3.2,defect,cperez@…,accepted,2010-11-08T23:09:27+01:00,2013-02-19T19:49:49+01:00,"scenario:
external interface eth1 (192.168.0.254/24) with 2 hardware gateway boxes that do NAT on their own (192.168.0.1 and 192.168.0.2)
up saving, two iptables POSTROUTING for table mangle get created - each with the same condition ""-o eth1""
first rule with --setmark 1, second rule with --setmark 2
this kills incoming traffic on the first gateway (192.168.0.1) since sessions that came in through the mac of 192.168.0.1 get the right mark 1 and will pass outbound first with mark 1, but get rewritten to mark 2 even their is already a mark 1 on the packets during the POSTROUTING
defect introduced in: http://trac.zentyal.org/changeset/18808
fix:
Network.pm
# mark in postrouting (only if more than one output iface)
if ( scalar keys %interfaces > 1 ) {
  push(@cmds, '/sbin/iptables -t mangle -A POSTROUTING '
  . ""-o $iface -m mark --mark 0/0xff -j MARK --set-mark $mark"");
}
the missing check IMHO is ""-m mark --mark 0/0xff""
this will only mark outbound packets on the given interface if they have not been marked yet",stevz3@…
