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 - c.monty

Pages: [1]
1
Hi,

I have a question regarding the configuration of a solution where the Zentyal DB is running on a dedicated DB host.
Is this feasible?
If yes, how should I modify the configuration?

(The idea is to run a single DB host with MariaDB/MySQL and several DBs for the different applications (Zentyal, Owncloud, etc.)

THX

2
Hallo!

Wie kann ich mittels CLI das Zentyal Module webadmin starten / stoppen, ohne dabei gleichzeitig alle anderen Module zu steuern?

Wenn ich
Code: [Select]
/etc/init.d/zentyal restartverwende werden alle installierten Module neu gestartet.
Code: [Select]
admin@vm-zentyal64:~⟫ sudo /etc/init.d/zentyal restart
 * Stopping Zentyal module: logs
   ...done.
 * Stopping Zentyal module: ca
   ...done.
 * Stopping Zentyal module: audit
   ...done.
 * Stopping Zentyal module: antivirus
   ...done.
 * Stopping Zentyal module: firewall
   ...done.
 * Stopping Zentyal module: network
   ...done.
 * Stopping Zentyal module: webadmin
   ...done.
 * Starting Zentyal module: network
   ...done.
 * Starting Zentyal module: firewall
   ...done.
 * Starting Zentyal module: antivirus
   ...done.
 * Starting Zentyal module: audit
   ...done.
 * Starting Zentyal module: ca
   ...done.
 * Starting Zentyal module: logs
   ...done.
 * Starting Zentyal module: webadmin
   ...done.

3
German / Re: [Q] Customizing von Nginx Webserver in Zentyal 4.0
« on: January 21, 2015, 01:59:12 pm »
Hallo!

Endlich ein nützlicher Hinweis, mit dem man weiterkommt!

Frage:
Könntest du mir bitte zusätzliche Informationen geben, was unter dem "stubs" Konzept zu verstehen ist?
Wie ist dieses konfiguriert?
Warum reicht es aus, von /usr/share/zentyal/stubs/core nach /etc/zentyal/stubs/core zu kopieren?
Wird das Verzeichnis /etc/zentyal/stubs/core mit Vorrang gelesen?

THX

Update:
Hab etwas im Wiki gefunden zu "stubs"
https://wiki.zentyal.org/wiki/En/3.5/Development_and_advanced_configuration

4
German / [Solved] Customizing von Nginx Webserver in Zentyal 4.0
« on: January 21, 2015, 10:31:47 am »
Hallo!

Was ist zu tun, um den Nginx Webserver in Zentyal 4.0 zu customizen?
Ich möchte
  • a) diverse Subdomains nutzen
  • b) die Nginx-Konfigurationsdatei nginx.conf modifizieren

Die Nginx-Konfigdatei wird mittels eines Templates nach Restart immer neu in /var/lib/zentyal/conf/nginx.conf geschrieben, d.h. jede Änderung in dieser Datei ist nach einem Restart verloren.
Ohne Modifikation dieser Datei ist es aber unmöglich, ein Subdomain zu definieren.

Aus meiner Sicht wäre es ausreichend, Zentyal so zu modifizieren, dass der Webserver Nginx nicht automatisch mit der Konfig-Datei /var/lib/zentyal/conf/nginx.conf gestartet wird, sondern stattdessen Nginx ganz normal durch den Systemstart aufgerufen wird und dann die default Konfig-Datei /etc/nginx/nginx.conf verwendet.

Deshalb meine Frage:
Wie kann ich unterbinden, dass Zentyal den Webserver Nginx startet?

THX

5
Hello, 
I know that my questions is not about the topic that you are reply, but, i am new working with zentyal, and i have a problem to create a new user object. When i try to create a new user, an error message said: The client attempted to add an entry that already exist.Any sugestion can help me, please if you know about this help me. Sorry for the intrution and the english, i speak spanish

First of all, you should open a seperate thread regarding your issue and not use another thread that is not related to this, because if you do so you will never get a reply to your issue.

6
Well, Zentyal is obviously using Nginx webserver in release 4.0.
And the webserver is started using the Zentyal config file /var/lib/zentyal/conf/nginx.conf.

In other words, Zentyal is starting nginx with a command forcing the usage of this config file.
By default, nginx reads config file in /etc/nginx/nginx.conf.

This is not about config files used to define e.g. subdomains.
Please remember that Zentyal uses a predefined nginx.conf that will be read from a template after each start of Zentyal.
Therefore it makes no sense to modify this file /var/lib/zentyal/conf/nginx.conf because all changes will be lost after restart.

What is this about the stubs... could you please share some more information on this?

THX

7
Installation and Upgrades / Re: Lightsquid Tutorial
« on: January 11, 2015, 03:16:05 pm »
Hi!

How can I configure Nginx on Zentyal 4.0 to offer this webservice Lightsquid?

THX

8
Hello!

I want to enhance the webservices of the Zentyal 4.0 server installation, e.g. Adminer (http://www.adminer.org/), Owncloud, ...

After upgrading to Nginx 1.6.2 there are now 2 configuration files:
Code: [Select]
root@vm4-zentyal64:~# find / -type f -name "nginx.conf"
/var/lib/zentyal/conf/nginx.conf
/etc/nginx/nginx.conf

Of course this makes no sense and I must ensure that only one nginx.conf is used.
The problem here is that /var/lib/zentyal/conf/nginx.conf is overwritten after each start of server zentyal, means any modification in this file will be overwritten.

I think it should be best to disable Zentyal overruling the standard Nginx configuration in /etc/nginx/nginx.conf.
How can I modify Zentyal in order to use /etc/nginx/nginx.conf?
Then I don't care if /var/lib/zentyal/conf/nginx.conf is overwritten by a template.

What is the preferred location for storing files belonging to Adminer and Owncloud?

THX

9
Installation and Upgrades / Migration to MariaDB 10.0 fails
« on: January 08, 2015, 12:34:59 am »
Hello!

I want to migrate to MariaDB 10.0 and follow the best practice guide from MariaDB.
In detail I executed the following steps:
- Start Zentyal 4 in recovery mode
- Stop service mysql
- Start installation of mariadb-server

The installation will automatically remove mysql-server-5.5 and all depending packages.

However, the configuration of package mariadb-server-10.0 fails with this error:
trying to overwrite '/usr/share/mysql/mysql_system_tables.sql, which is also in package mysql-server-core-5.5
(All details in attached screenshot).

How can I fix this problem?

THX

10
Hi!

I have migrated successfully from MySQL to MariaDB.
Unfortunately the deinstallation of MySQL forced uninstallation of packages
zentyal zentyal-core zentyal-software

After the DB migration I started re-installation of these zentyal packages.
However, the config of package zentyal-core (4.0.5) fails in step "Restarting module webadmin":
Code: [Select]
Trigger für zentyal-core (4.0.5) werden verarbeitet ...
 * Restarting Zentyal module: webadmin
   ...fail!
 * Restarting Zentyal module: logs
   ...done.

In the errorlog /var/log/zentyal/zentyal.log the following error is written:
Code: [Select]
2015/01/06 13:09:49 ERROR> Service.pm:1003 EBox::Module::Service::restartService - root command /sbin/start 'zentyal.webadmin-nginx' failed.
Error output: start: Job failed to start

Command output: .
Exit value: 1 at root command /sbin/start 'zentyal.webadmin-nginx' failed.
Error output: start: Job failed to start

Command output: .
Exit value: 1 at /usr/share/perl5/EBox/Module/Service.pm line 1003
EBox::Module::Service::restartService('EBox::WebAdmin=HASH(0x3a7fd48)', 'restartModules', 1) called at /usr/share/perl5/EBox/Util/Init.pm line 127
eval {...} at /usr/share/perl5/EBox/Util/Init.pm line 125
EBox::Util::Init::moduleAction('webadmin', 'restartService', 'restart') called at /usr/share/perl5/EBox/Util/Init.pm line 253
EBox::Util::Init::moduleRestart('webadmin') called at /usr/share/zentyal/restart-trigger line 35

Question:
What's the root cause of this error?
How can I fix the failed startup of webadmin?
Would it make sense to apply the solution provided here https://forum.zentyal.org/index.php/topic,23964.0.html?

THX

11
Hi,

as far as I understood, eBox 2.0 will be the first release on basis 10.04.
When is the planned release date for eBox 2.0?

Or should I not wait and install eBox 1.42 instead and upgrade when eBox 2.0 will be released?
Or should I rather install eBox 1.42 on already installed base 10.04?

THX

Pages: [1]