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.


Topics - BrunovonTroba

Pages: [1]
1
Hello
Does anyone know a way to set Zentyal (since v 4.0 until now) to NOT erase PPTP password file? Each time Zential is reconfigured it is changing /etc/ppp/chap-secrets to default file.

2
I need urgent help
I'm trying to connect Zentyal 4.2 to existing 2012 domain (server 2012r2 with domain on 2012 level)
After first problems (netbios name was first part of FQDN - changed that with powershell) the only problem is kerberos authentication -
Error output: kinit: krb5_get_init_creds: unable to reach any KDC in realm PSSE.PL
I can ping psse.pl
I can telnet psse.pl port 88
help me please - what is wrong? Is there anthing i have to check on Windows DC/DNS?

3
Installation and Upgrades / Zentyal 4.2 samba files permission
« on: November 20, 2015, 02:57:34 pm »
Problem:
Share created with RW permission for group "all" and Admin permission for group "domain admins"
One person can't delete file created by other
In this case file permissions are 664, dir are 770

Changed to:
Share changed to Admin for group "all" and admin for group "domain admins"
Still one person can't delete file created by other
File permissions are 664, dir are 775

Is there any way for more than 1 person to share file permissions?

EDIT: Problem only occurs if files are already in folders (moved with disks from old system and placed in folders through console). ACL checkbox does nothing, any changes are not submitted to file rights after changing file permisions.
New files transferred through network to server looks and works ok.

4
After few test installation of Zentyal 4.0 i have found strange error
If You install Zentyal from repositories on console only Ubuntu 14.04 - Zentyal works fine
If You install it with Gnome desktop - samba sharing fails to work and save changes
If you install Zentyal on console THEN install Gnome (asking during installation to replace PAM - answer NO) - then Gnome fails to get up

Conclusion: at present time Zentyal and Gnome can't work together

5
Installation and Upgrades / Zentyal 3.5 fresh install corrupted
« on: November 18, 2014, 03:10:39 pm »
I have just installed fresh copy of Ubuntu 14.04.01 LTS and a fresh Zentyal 3.5 from repositories
- core version 3.5.5
- Common Library    3.5    
- DNS Service    3.5.2    
- Firewall    3.5.1    
- NTP Service    3.5.1    
- Network Configuration    3.5.3    
- Network Objects    3.5    
- Network Services    3.5.1    
- Software Management    3.5    
- Users, Computers and File Sharing    3.5.9

Installation haven't finished properly (i have chosen only file sharing + other modules required for it)
Attached error logs and error screenshot.

2 weeks ago i have did the same thing and installation went smoothly except file sharing is not working properly - loosing shares, errors while saving configuration

6
Installation and Upgrades / Non existing Eth0 issue
« on: March 30, 2014, 12:47:53 am »
In all my previous ZENTYAL configs (up to 2.2) i have used eth numbers other than eth0
In a new 3.3 installation i did it also but... from time to time after saving config Zentyal says that there is no eth0 interface. But there was never eth0 - it was changed before Zentyal installation
In this case also DHCP and Usercorner services will not start, even if they are not using eth0
Version 2.2 is great but... based on 10.04LTS which will finish maintenance soon
Now testing Zentyal 3.4 but it is not based on LTS ubuntu so i can't use it.
3.3 has more glitches now, like samba4 problems so i am in strange point - what to do with new Zentyal installations? I am using it from version 1.6 and it is a great software.

7
I have today migrated config from 3.3 to 3.4
But I am using different that standard port for managing (let's say 777).
After migration i have entry "Zentyal Administration" from old zentyal and "Zentyal Webadmin" from Zentyal 3.4
In this case I can't set HTTP Services to port 777 because it is already taken by old entry from 3.3 - now unused.
The problem is that I can't delete this old entry as it is marked sa system and can't be modified by user
So - is there any way to delete this entry???

8
Installation and Upgrades / Port forwarding for specific IP's
« on: August 28, 2013, 10:45:11 am »
Hello
Zentyal 2.2 with Ubuntu 10.04
I'm trying to forward ports to internal server, but only for specific external IP
Forwarding works fine for SOURCE=ANY, but when I'm setting SOURCE=OBJECT (object is external IP address pool) forwarding for this rule stops to work.
I can't also block other than OBJECT IP's in firewall because it is not blocking forwarded ports.

Thanks for any advice

9
Few days ago I have changed logs configuration in zentyal 2.2 (working stable for few months)
The only change i did was setting log preservation to 180 days.
Then, after next logon, i have got:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.


zentyal log:
Quote
2012/08/09 10:16:00 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: apache
2012/08/09 10:16:17 DEBUG> PgDBEngine.pm:192 EBox::PgDBEngine::unbufferedInsert - Error inserting data: INSERT INTO audit_sessions ( timestamp, ip, event, username) VALUES ( ?, ?, ?, ?)
ERROR:  relation "audit_sessions" does not exist
LINE 1: INSERT INTO audit_sessions ( timestamp, ip, event, username)...
                    ^
2012/08/09 10:16:17 DEBUG> PgDBEngine.pm:194 EBox::PgDBEngine::unbufferedInsert - Values: $VAR1 = [
          '2012-8-9 10:16:17',
          'xxx.xxx.xxx.xxx',
          'login',
          'xxxxxxxx'
        ];

2012/08/09 10:16:17 ERROR> PgDBEngine.pm:195 EBox::PgDBEngine::unbufferedInsert - Error inserting data: INSERT INTO audit_sessions ( timestamp, ip, event, username) VALUES ( ?, ?, ?, ?)
ERROR:  relation "audit_sessions" does not exist
LINE 1: INSERT INTO audit_sessions ( timestamp, ip, event, username)...
                    ^
Values: $VAR1 = [
          '2012-8-9 10:16:17',
          'xxx.xxx.xxx.xxx',
          'login',
          'xxxxxxxxx'
        ];

2012/08/09 10:17:01 DEBUG> PgDBEngine.pm:379 EBox::PgDBEngine::query - Error querying data: DELETE FROM audit_actions WHERE timestamp < 'Fri May 11 10:17:01 2012' , ERROR:  relation "audit_actions" does not exist
LINE 1: DELETE FROM audit_actions WHERE timestamp < 'Fri May 11 10:1...
                    ^
2012/08/09 10:17:01 DEBUG> PgDBEngine.pm:379 EBox::PgDBEngine::query - Error querying data: DELETE FROM audit_sessions WHERE timestamp < 'Fri May 11 10:17:01 2012' , ERROR:  relation "audit_sessions" does not exist
LINE 1: DELETE FROM audit_sessions WHERE timestamp < 'Fri May 11 10:...
                    ^
2012/08/09 10:17:02 DEBUG> PgDBEngine.pm:379 EBox::PgDBEngine::query - Error querying data: DELETE FROM audit_actions WHERE timestamp < 'Fri May 11 10:17:02 2012' , ERROR:  relation "audit_actions" does not exist
LINE 1: DELETE FROM audit_actions WHERE timestamp < 'Fri May 11 10:1...
                    ^
2012/08/09 10:17:02 DEBUG> PgDBEngine.pm:379 EBox::PgDBEngine::query - Error querying data: DELETE FROM audit_sessions WHERE timestamp < 'Fri May 11 10:17:02 2012' , ERROR:  relation "audit_sessions" does not exist
LINE 1: DELETE FROM audit_sessions WHERE timestamp < 'Fri May 11 10:...
                    ^
2012/08/09 10:17:03 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: events
2012/08/09 10:17:04 INFO> EventDaemon.pm:307 EBox::EventDaemon::_loadModules - EBox::Event::Dispatcher::Log loaded from registeredDispatchers
2012/08/09 10:17:05 INFO> Service.pm:716 EBox::Module::Service::restartService - Restarting service for module: events
2012/08/09 10:17:06 INFO> EventDaemon.pm:307 EBox::EventDaemon::_loadModules - EBox::Event::Dispatcher::Log loaded from registeredDispatchers

I can't restore backup configuration in this case. Searched through zentyal config files to change back the log preservation time but no luck.

Pages: [1]