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 - Dersch

Pages: [1]
1
Hi,

im trying to upgrade from 4.2.12 to Zentyal 5 but if i press the continue button nothing happens.

How can i start the upgrade script manually?

regards
dirk

2
Contributions / Tips&Tricks / Features Requests / How to enable IPv6
« on: August 24, 2016, 09:35:52 am »
Hi, i'm using IPv6. It is the standard today of course.

Unfortunatley Zentyal does not support IPv6 from the GUI.

So here you can enable it with SSH. Just replace em1 with your interface of choice.

In the /etc/network/interfaces you need to include

iface em1 inet6 auto

Code: [Select]
sysctl net.ipv6.conf.em1.disable_ipv6=0
sysctl net.ipv6.conf.em1.autoconf=1
sysctl net.ipv6.conf.em1.accept_ra=1
sysctl net.ipv6.conf.em1.accept_ra_defrtr=1

That is the manual way, it does not survive a reboot. How can you change this with stub files permanently?

3
German / Bitte um Hilfe bei 2 Themen (MailServer und Domain Benutzern)
« on: March 30, 2016, 11:36:33 am »
Hallo, verzweifelt versuche ich nun hier Hilfe zu bekommen. Im Englischen Forum bekomme ich einfach keine Antworten:

https://forum.zentyal.org/index.php/topic,27548.msg100618.html#msg100618
Hier habe ich das Problem, dass die Domain User sich nicht am PDC auf Freigaben einloggen können. Die selben User über den SDC können aber auf dessen Freigaben problemlos zugreifen. Ich habe leider keine Ahnung woher das kommt. Die ACL's scheinen komplett OK zu sein.

https://forum.zentyal.org/index.php/topic,27551.0.html
Hier habe ich das Problem, dass ich den Mailserver einfach nicht einrichten kann. Es war schon mal unkonfiguriert installiert, dann habe ich die Module gelöscht da ungenutzt, und nun habe ich es wieder installiert da ich die Mailfunktion nun nutzen möchte. Es scheitert aber am OpenChange.

Ich bitte wirklich um Hilfe da beide Themen mir sehr wichtig sind ich aber nicht weiter weiß.

Grüße
Dirk

4
Email and Groupware / OpenChange Setting Error
« on: March 21, 2016, 08:48:49 am »
Hi,

yesterday I had the plan to start to use the mail and openchange function of Zentyal.

But i can't set the settings of OpenChange.

The error "The PDC is already provided" is shown and i can't go ahead.

The Log shows that:
Code: [Select]
2016/03/21 08:50:13 ERROR> Sudo.pm:240 EBox::Sudo::_rootError - root command openchange_provision --check --firstorg='Steingaesser'  failed.
2016/03/21 08:50:13 DEBUG> Provision.pm:383 EBox::OpenChange::Model::Provision::checkForProvision - Der PDC Server würde bereits bereitgestellt at /usr/share/perl5/EBox/OpenChange/Model/Provision.pm line 383

What can be the reason of it?



5
Directory and Authentication / User Samba Share Access Problem
« on: March 19, 2016, 10:33:20 pm »
Hi,

i have two Zentyal 4.2.2 Machines (Kernel 3.13.0-83) One as PDC another one as ADC. On both machines i have some shares.

I created a couple of users and noticed now that they can't access to all shares. All ACL's look correct in general.
Samba version 4.3.4-Zentyal

On the PDC no user except the Administrator is able to access to shares.
On the ADC all shares are working as they should do. I couldn't notice any problem there.

I'm really confused why. What can deny the access for the users on the PDC if the ACL settings are correct?

6
Other modules / Zentyal 4.2.2 Avanced Network Settings of Zentyal 4.0
« on: February 17, 2016, 01:12:40 pm »
Hi i need to create a network bridge for a vm and would like to use that way:

https://wiki.zentyal.org/wiki/En/4.0/Advanced_Network_Configuration

I'm running Zentyal 4.2.2. but does not have the advanced settings anymore. Is there a way to get it back?

Or can i just write that into the /etc/network/interfaces

# The secondary network interface and bridge
auto virbr1
iface virbr1 inet manual
        bridge_ports p1p1
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off

best regards
Dirk

7
Other modules / DHCP service failes after delete of VLAN
« on: February 07, 2016, 10:53:55 pm »
Hi,

i'm facing a problem after i deleted a VLAN.

Now the DHCP service has a problem and the log shows:

Code: [Select]
2016/02/07 22:45:06 ERROR> DHCP.pm:1494 EBox::DHCP::_getModel - Inexistent row for iface vlan2 at Inexistent row for iface vlan2 at /usr/share/perl5/EBox/DHCP.pm line 1494
2016/02/07 22:45:06 ERROR> Service.pm:1001 EBox::Module::Service::restartService - Error restarting service: Inexistent row for iface vlan2
2016/02/07 22:45:06 ERROR> Service.pm:1003 EBox::Module::Service::restartService - Inexistent row for iface vlan2 at Inexistent row for iface vlan2 at /usr/share/perl5/EBox/Module/Service.pm line 1003
2016/02/07 22:45:06 ERROR> RestartService.pm:61 EBox::SysInfo::CGI::RestartService::_process - Restart of DHCP from dashboard failed: Inexistent row for iface vlan2

I deleted the VLAN 2 at the interface menu but it still existed if i looked with ifconfig.

How can i delete the VLAN in a proper way? Now i fixed it with creating the VLAN again and i saw directly my old settings at the vlan tab.

Best regards
Dirk

8
German / DHCP Feste Adressen Gruppe ändern
« on: July 19, 2015, 09:24:33 am »
Hallo,

ich bin grade dabei über DHCP Feste Adressen vergeben zu lassen. Das funktioniert auch ganz gut nur kann ich einmal erstelle Gruppen nur noch namentlich ändern. Ich kann keine weiteren Objekte hinzufügen um die Gruppen zu erweitern. Da ist aber aufgrund der Dynamik eines Netzwerkes eigentlich essentiell.

Es handelt sich um Zentyal 4.0. Kann mir jemand helfen wie ich bereits erstellte Gruppen um weitere MAC Adressen erweitern kann?

9
German / MTU 9000 dauerhaft einstellen
« on: March 02, 2015, 08:24:04 am »
Hallo,

ich habe noch ein 2tes Problem. Ich möchte gerne auf einem Netzwerkadapter die MTU ändern. Aber nach einem Neustart bleibt diese nicht erhalten.

Wie kann ich Zentyal dazu bringen die interfaces nicht zu überschreiben?

Grüße
Dirk

10
German / Automatisches Backup der Konfig geht nicht mehr
« on: March 01, 2015, 11:12:09 pm »
HI,

ich habe plötzlich das Problem, dass das Konfig Backup in die Cloud nicht mehr auf einer Maschine geht auf einer anderen geht es ohne Probleme.

Ich bekomme diese Fehlermeldung:

Code: [Select]

Some error has happened in Zentyal:

root command mysqldump -uopenchange -pLmA2d26x -h127.0.0.1 openchange > /var/lib/zentyal/tmp/db_superuser.tmp failed. Error output: mysqldump: Got error: 2003: Can't connect to MySQL server on '127.0.0.1' (111) when trying to connect Command output: . Exit value: 2

Der Mysql Server läuft aber soweit ohne Probleme.

Grüße
Dir

11
German / Homeshares auf eigenen Pfad
« on: January 05, 2015, 10:02:54 am »
Hallo,

ich möchte gerne die Home Shares nicht im Zentyal Homedirectory haben sondern auf meinem großen Speicher.

Das Zentyal System ist bei meinem Server auf einem kleinen SSD Raid1 Verbund installiert und dort habe ich nicht so viel Platz.
Allerdings ist im Server auch ein LSI Raid5 mit 4 1TB Platten welche unter /mnt/secure gemountet sind. Dort möchte ich auch die User Home Verzeichnisse haben. Allerdings finde ich keine Möglichkeit den Pfad selbst auszuwählen. Es scheint als müsste ich manuell Hand anlegen.

Reicht es daher unter /etc/samba/shares.conf den Pfad von /home/%S auf z.B. /mnt/secure/Users/%S zu ändern oder sind dafür noch andere Schritte notwendig?

Grüße
Dirk

12
German / User nicht in der Übersicht sichtbar
« on: December 09, 2014, 07:07:37 pm »
Hallo, ich habe ein komisches Problem. Ein User ist nicht mehr in der Übersicht "User and Computers" sichtbar. Allerdings ist dieser Existent und in der Dateifreigabe z.B. auswählbar auch bei Gruppen kann ich diesen User auswählen. Er kann sich einloggen und hat einen Homeshare. Diesen User kann ich auch nicht neu einrichten, es kommt die Meldung der User existiert bereits.

Wie kann ich den User wieder in die Übersicht bekommen um ihn zu verwalten??

Im Screenshot seht ihr was ich meine. Es ist der User Daniela.

Grüße
Dirk

Pages: [1]