Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mervyn

Pages: [1] 2 3
1
I can't say the issue is resolved but I have file sharing and ftp back working again.

I changed the Access Control rule for LDAP access from:

dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth to  dn.exact=cn=localroot,cn=config.

This was the original rule from Zentyal 2.0.  I'm not sure of the impact of this change on other modules but for me all the modules I need are working.

2
Migration seems to complete correctly but when I went to Module Status to enable Users and Groups an error was returned. These are the relevant entries from /var/log/zentyal/zentyal.log.
Quote

Linux ngnet-last 2.6.32-34-server #77-Ubuntu SMP Tue Sep 13 20:54:38 UTC 2011 x8                                                                                         6_64 GNU/Linux Ubuntu 10.04.3 LTS

GNU nano 2.2.2                                             File: zentyal.log

2011/10/16 14:32:45 INFO> Base.pm:250 EBox::Module::Base::__ANON__ - Saving config for module: objects
2011/10/16 14:32:45 INFO> Base.pm:250 EBox::Module::Base::__ANON__ - Saving config for module: network
2011/10/16 14:32:45 INFO> Base.pm:250 EBox::Module::Base::__ANON__ - Saving config for module: services
2011/10/16 14:32:46 INFO> Base.pm:250 EBox::Module::Base::__ANON__ - Saving config for module: firewall
2011/10/16 14:32:46 INFO> Base.pm:250 EBox::Module::Base::__ANON__ - Saving config for module: samba
2011/10/16 14:32:47 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: samba
2011/10/16 14:32:48 INFO> Base.pm:250 EBox::Module::Base::__ANON__ - Saving config for module: squid
2011/10/16 14:32:49 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: squid
2011/10/16 14:32:55 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: apache
2011/10/16 14:32:55 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: logs
2011/10/16 14:32:55 INFO> apache-restart:53 main:: - Waiting for apache to shutdown, attempt 0
2011/10/16 14:32:56 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: events
2011/10/16 14:32:56 WARN> Events.pm:507 EBox::Events::_adminDumbness - No event watchers have been enabled
2011/10/16 14:32:56 INFO> install-packages:116 main::__ANON__ - Package installation process finished
2011/10/16 14:33:08 INFO> Users.pm:44 EBox::CGI::UsersAndGroups::Wizard::Users::_processWizard - enabling usersandgroups module
2011/10/16 14:33:22 INFO> GlobalImpl.pm:539 EBox::GlobalImpl::saveAllModules - Saving config and restarting services: firewall mail logs
2011/10/16 14:33:22 INFO> Base.pm:228 EBox::Module::Base::save - Restarting service for module: firewall
2011/10/16 14:33:24 INFO> Base.pm:228 EBox::Module::Base::save - Restarting service for module: logs
2011/10/16 14:33:24 INFO> GlobalImpl.pm:653 EBox::GlobalImpl::saveAllModules - Changes saved successfully
2011/10/16 14:34:10 INFO> GlobalImpl.pm:539 EBox::GlobalImpl::saveAllModules - Saving config and restarting services: firewall mailfilter users mail samba logs
2011/10/16 14:34:10 INFO> Base.pm:228 EBox::Module::Base::save - Restarting service for module: firewall
2011/10/16 14:34:12 INFO> Base.pm:228 EBox::Module::Base::save - Restarting service for module: users
2011/10/16 14:34:12 ERROR> Ldap.pm:1103 EBox::Ldap::safeConnect - Couldn't connect to LDAP server ldapi://%2fvar%2frun%2fslapd%2fldapi, retrying
2011/10/16 14:34:13 ERROR> Sudo.pm:213 EBox::Sudo::_rootError - root command set -e
auth-client-config -a -p ebox
auth-client-config -a -p ebox -r
auth-client-config -t nss -p ebox failed.
Error output: Error in resetting 'nss': No previous settings found in current file
 --
 Errors found.  Aborting (no changes made)

Command output: .
Exit value: 1
2011/10/16 14:34:13 ERROR> GlobalImpl.pm:612 EBox::GlobalImpl::__ANON__ - Failed to save changes in module users: root command set -e
auth-client-config -a -p ebox
auth-client-config -a -p ebox -r
auth-client-config -t nss -p ebox failed.
Error output: Error in resetting 'nss': No previous settings found in current file
 --
 Errors found.  Aborting (no changes made)

Command output: .
Exit value: 1
2011/10/16 14:34:13 INFO> Base.pm:228 EBox::Module::Base::save - Restarting service for module: logs
2011/10/16 14:34:14 ERROR> GlobalImpl.pm:664 EBox::GlobalImpl::saveAllModules - The following modules failed while saving their changes, their state is unknown: users


So following the migration everything works except for all the modules that depend on an LDAP connection. 

3
Same happened to me but resolved once I installed latest Firewall update 2.1.4

4
Issue resolved for me with latest upgrade of Zentyal firewall, 2.1.4

5
Installation and Upgrades / Re: Strange IE9 behaviour
« on: March 31, 2011, 01:27:01 pm »
Now that IE9 is released can we reconsider this issue.

6
That's it, thank you my silly mistake!!!

7
Installation and Upgrades / Re: Webserver error following upgrade
« on: March 27, 2011, 09:05:08 pm »
No virtual hosts.

Only change from initial installation is in default.mas where I have a different root page.

Default.mas
Quote
%args>
  $hostname
  $portNumber
</%args>
ServerName <% $hostname %>
<VirtualHost *:<% $portNumber %>>
        ServerAdmin webmaster@<% $hostname %>

        DocumentRoot /mnt/ngnet_share/www/public_html/
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory /mnt/ngnet_share/www/public_html/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                Allow from all
        </Directory>
 

No ssl changes either.

However apache2 is working fine in spite of the apparent inability to start webserver in Zentyal control but this time I had to manually write the changes to default in sites-available.

8
Core version 2.0.16.
Installed Webserver upgrade 2.0.4 this morning, now unable to start webserver.
Log entry:
Quote
2011/03/27 09:36:32 ERROR> RestartService.pm:57 EBox::CGI::EBox::RestartService::__ANON__ - Restart of EBox::WebServer=HASH($
Global symbol "$hostname" requires explicit package name at (eval 1468) line 17.
Global symbol "$portNumber" requires explicit package name at (eval 1468) line 22.
Global symbol "$hostname" requires explicit package name at (eval 1468) line 27.
Stack:
  [/usr/share/perl5/HTML/Mason/Interp.pm:636]
  [/usr/share/perl5/EBox/Module/Base.pm:923]
  [/usr/share/perl5/Error.pm:416]
  [/usr/share/perl5/EBox/Module/Base.pm:928]
  [/usr/share/perl5/EBox/Module/Service.pm:778]
  [/usr/share/perl5/EBox/WebServer.pm:389]
  [/usr/share/perl5/EBox/WebServer.pm:352]
  [/usr/share/perl5/EBox/Module/Base.pm:816]
  [/usr/share/perl5/EBox/Module/Service.pm:680]
  [/usr/share/perl5/EBox/Module/Service.pm:708]
  [/usr/share/perl5/Error.pm:416]
  [/usr/share/perl5/EBox/Module/Service.pm:715]
  [/usr/share/perl5/EBox/CGI/EBox/RestartService.pm:53]
login as: mervyn
mervyn@192.168.55.11's password:
Linux ngnet-last 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86                                             _64 GNU/Linux
Ubuntu 10.04.2 LTS
  
  [/usr/share/perl5/EBox/Module/Service.pm:715]
  [/usr/share/perl5/EBox/CGI/EBox/RestartService.pm:53]
  [/usr/share/perl5/Error.pm:416]
  [/usr/share/perl5/EBox/CGI/EBox/RestartService.pm:59]
  [/usr/share/perl5/EBox/CGI/Base.pm:262]
  [/usr/share/perl5/Error.pm:416]
  [/usr/share/perl5/EBox/CGI/Base.pm:278]
  [/usr/share/perl5/EBox/CGI/Run.pm:120]
  [/usr/share/ebox/cgi/ebox.cgi:35]
  [/usr/share/perl5/Error.pm:416]
  [/usr/share/ebox/cgi/ebox.cgi:108]
  [/usr/lib/perl5/ModPerl/RegistryCooker.pm:204]
  [/usr/lib/perl5/ModPerl/RegistryCooker.pm:170]
  [/usr/lib/perl5/ModPerl/Registry.pm:31]
  [-e:0]
2011/03/27 09:37:14 INFO> Log.pm:118 EBox::Event::Dispatcher::Log::send - $VAR1 = bless( {
                 'source' => 'state',
                 'compMessage' => undef,
                 'level' => 'info',
                 'dispatchers' => [
                                    'any'
                                  ],
                 'timestamp' => 1301233034,
                 'message' => 'Zentyal is up and running'
               }, 'EBox::Event' );




9
Installation and Upgrades / Strange IE9 behaviour
« on: February 20, 2011, 10:46:04 pm »


When I access www.grovesonline.com/gallery3_6 using IE9 the root page takes well over 2 minutes to load. Any other browser is 20 seconds or less.

However when I bypass the Zentyal box IE9 is as quick as all the other browsers. What could Zentyal and IE9 be doing to cause this delay?


10
Installation and Upgrades / Forum Response
« on: October 09, 2010, 11:18:39 pm »
I recall seeing a similar post sometime ago but it's important to repeat. A simple sort suggests that over 20% of the forums submissions receive no reply. This must lead to quite a number of disappointed submitters.

Forums on other similar open source products achieve a much better reply rate. Over the past months there seems to be a complete absence of official Zentyal responses to issues. Of course normal business issues will impact their ability to respond to forum queries but a community with no solutions to issues will have to move elsewhere.

For me as a retired IT professional and only treating the implementations as a hobby the absence of responses is not as significant as those who are recommending Zentyal in a professional capacity.

The only reason I continue with Zentyal is the Ubuntu  connection, otherwise for me the alternatives offer a more secure solution.

11
Installation and Upgrades / Re: p3scan, message blocked
« on: October 01, 2010, 09:00:52 pm »
Entry from /var/log/ebox/ebox.log
Quote
2010/10/01 12:57:42 ERROR> PgDBEngine.pm:233 EBox::PgDBEngine::multiInsert - Error inserting data: INSERT INTO mailfilter_po$
ERROR:  null value in column "clientconn" violates not-null constraint
Values: $VAR1 = [
          {
            'spam' => 0,
            'timestamp' => '2010-Oct-1 12:57:27',
            'mails' => 1,
            'address' => 'm.groves@sevorg.net',
            'virus' => 0,
            'clean' => 1,
            'event' => 'pop3_fetch_ok',
            'clientConn' => undef
          }
        ];

The offending message was the only one in the mailbox and I was unable to download it. It was 3.95Mb with 5 .docx attachments. Again disabling the pop3 proxy allowed download.




12
Installation and Upgrades / p3scan, message blocked
« on: October 01, 2010, 01:38:59 pm »
Zentyal 2.0.2, upgraded via 1.5.

Mail not downloading, disabled pop3 proxy and issue resolved.

/var/log/syslog:
Quote
Oct  1 06:33:50 ngnet-last p3scan[24709]: ERR: Sending mail to client

Oct  1 06:33:50 ngnet-last p3scan[24709]: ERR: Exiting now...#012

Oct  1 06:33:50 ngnet-last p3scan[6693]: ERR: Attention: child with pid 24709 died with abnormal termsignal (11)! This is probably a bug. Please report to the author. numprocs is now 0

Oct  1 06:33:50 ngnet-last kernel: [132115.664036] p3scan[24709]: segfault at 241 ip 00007f3932fb735e sp 00007fffc0b9d620 error 4 in libc-2.11.1.so[7f3932f6e000+17a000]



As far as I can tell the message was about 6Mb and contained 6 docx attachments.   It has happened on previous occasions but then I did not isolate the issue to p3scan, just deleted the message using webmail.



13
Installation and Upgrades / Re: Samba module can't start
« on: August 31, 2010, 06:55:41 pm »
I have a similar situation with one RC2 installation. The GUI suggests that Samba is not running. Run /etc/init.d/samba restart. Samba restarts and the GUI reports Samba running!

This happens on a reboot.

14
The following resolved the issue for me on two separate installations:


# sudo chmod 777 /var/lib/ebox
# sudo -u ebox /usr/bin/gconftool-2 --dump /ebox > /var/lib/ebox/gconf.backup
# sudo /usr/share/ebox/ebox-import-gconf
# sudo chmod 755 /var/lib/ebox

15
Installation and Upgrades / Re: also some problems after update 1.5
« on: August 05, 2010, 06:23:31 pm »
In Services and Firewall/Packet Filters all the rows are marked "Read only Delete or Edit Disabled".

<input class='inputButton'
              disabled
              type='image'
              name='del'
              value="Del"
              title="Read-only row: delete disabled"

and
 <input  class='inputButton'
              disabled 
              type='image'
              name='edit'
              value="edit"
            title="Read-only row: edit disabled"
              src='/data/images/edit-inactive.gif'
              onClick='changeView("/ebox/Firewall/Controller/InternalToEBoxRuleTable", "InternalToEBoxRuleTable", "InternalToEBoxRuleTable", "changeEdit","inte4843", 0, 0)'
          />
   

Pages: [1] 2 3