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 - markus.neubauer

Pages: [1] 2 3 4
1
... sp 00007ffc0d1000f8 error 4 in libc-2.31.so[7fd5aea14000+178000]

Ein simpler systemctl reboot hat geholfen, der Fehler trat offensichtlich in Zusammenhang von Security Updates bei Ubuntu auf.

2
... sp 00007ffc0d1000f8 error 4 in libc-2.31.so[7fd5aea14000+178000]

Mit dem Stand 7.1 (sogo:amd64 5.0.1.20201214-1) bekomme ich massenweise Kerneldumps wenn sogo benutzt wird. Die libs und sogo:amd64 habe ich bereits alle reinstalliert, es ändert an den den messages in /var/log/kern.log leider nichts.

Hat noch jemand diese Effekte und, wichtiger, eine Lösung dafür.

3
German / Re: Zentyal 7.1 Erfahrungen
« on: March 21, 2024, 01:00:07 pm »
kannst Du dies bitte näher erläutern? Wird info@... in den anderen Postfächern nicht angezeigt oder die Mails nicht dahin kopiert?
Wenn ich mich recht entsinne steuert das postfix und nicht SoGO. In Postfix muss dann nur ein entsprechender alias angelegt werden, mit den Empfängern.

Ich meine damit, dass man ein Postfach nicht mehr delegieren kann. Ich meine mich zu erinnern, dass das in einer früheren Version möglich war.
Beispiel: Sekretärin kann die Mails von Chef sehen. Quasi shared Postfach oder Shared/Öffentlicher Order im MS Sprech.
Postfix steuert nicht den Zugriff auf die Postfächer, dass wird von Dovecot verwaltet. Mit Postfix kannst Du Mails replizieren mittels verschiedener Wege alias, bcc etc.

4
1) If adding virtual adresses in the form my-address+here.too@domain.tld EBox::LDAPBase::_errorOnLdap throws an error " LDAP error: The request contained an invalid DN" but the email address is perfectly valid (but rare used).

2) How do I add a second transport, i.e. all mail goes to smarthost but mail - for exmaple internals go via vpn to another host? Postfix param "transport_maps"

5
German / Re: Zentyal 7.1 Erfahrungen
« on: February 08, 2024, 10:24:50 am »
Nach meiner Feststellung werden die Funktionen immer weniger, das mag für ein Home Office egal sein. Aber teilweise ist wohl auch der Klassifizierung als Enterprise Model geschuldet (dazu kann ich dann als Entwickler keine Aussage machen).
In einem Small Office gelingt es mir nicht mehr in SOGo ein Postfach (info) allen anderen zur Verfügung zu stellen.

6
German / Solved: DHCP, DNS und SAMBA funktionieren nicht
« on: March 11, 2023, 07:47:22 am »
Update Hinweis: https://forum.zentyal.org/index.php/topic,35562.msg115493.html#msg115493

Guter Hinweis für den Neustart (Reihenfolge), wenn nicht das ganze System neu gestart werden soll: https://github.com/zentyal/zentyal/issues/2121#issuecomment-1464197003

SOLVED: zentyal-samba-7.0.2 behebt den Fehler im Management Interface unter Softwareverwaltung -> Zentyal  Komponenten (evtl.erst Liste aktualisieren)

8
Super, danke Dir, hat mir den Abend gerettet!
Möchtest Du Deine Lösung auch im eng. Teil posten, da würden sich sicher einige Leute sehr freuen.

Servus

Markus
Ack: for english tongues https://forum.zentyal.org/index.php/topic,35562.0.html
 ;)

9
This is a duplicate from https://forum.zentyal.org/index.php/topic,35559.msg115472.html#msg115472

English transcript:
With a security update of SAMBA (2:4.15.13+dfsg-0ubuntu0.20.04.1) a change occured. You may see some entries like:
Code: [Select]
root command ldbsearch -H /var/lib/samba/private/sam.ldb -s base 'dn' --debug-stderr 2>/dev/null ... failed.
You can solve it in /usr/share/perl5/EBox/Ldap.pm, lines 250 and 466:
within the line my $cmd remove the entries '--debug-stderr ', these are not supported any more. After the change restart the server.

10
German / SOLVED: DHCP, DNS und SAMBA nach Upgrade von Samba
« on: March 09, 2023, 11:32:28 am »
Beim automatischen Security Update von SAMBA (2:4.15.13+dfsg-0ubuntu0.20.04.1) hat es eine Änderung gegeben, die die Development Edition betrifft. Die Folge davon sind Fehlermeldungen wie:
Quote
root command ldbsearch -H /var/lib/samba/private/sam.ldb -s base 'dn' --debug-stderr 2>/dev/null 1>/var/lib/zentyal/tmp/... failed.


Die Behebung erfolgt in /usr/share/perl5/EBox/Ldap.pm in den Zeilen 250 und 466:
Im my $cmd sind die beiden Einträge '--debug-stderr ' zu entfernen, diese werden in der neuen Version nicht mehr unterstützt. Anschließend startet man den Server besser neu.

11
Email and Groupware / Re: Letsencrypt and 3rd party certificates
« on: February 27, 2019, 01:18:06 pm »
Sorry for late reply!

1. Does the script work for more than 1 domain?
2. After executing the script. If all goes well, will the customer's email services recognize the certificate correctly?

1. As you're using letsencrypt, it will work with more domains/hosts (alternate names) and as long as the http(!) request reaches your letsencrypt setup (.well-known...) you are free to combine host/domain names.
2. All services are using the certificate and shall/will be restarted upon renewal (should be done within the script).

So far the script is active on several systems with no problems or dropouts.

12
Email and Groupware / Re: Letsencrypt and 3rd party certificates
« on: November 27, 2018, 06:02:13 pm »
Quote
Checking dovecot cert status - cp: cannot stat '/etc/letsencrypt/live/xxx.xxxx.xxx/fullchain.pem': No such file or directory

Usually this means there are no certificates generated - check your content in directory /etc/letsencrypt/live/
Due to the nature of letsencrypt, this can have many reasons:
  • is your http reachable from internet on port 80? (maybe a forward from your router if you are NATed)
  • does directory /var/www/html/.well-known exist?
  • check with letsencrypt manually

Suggestions for the script are welcome - or maybe your request finds its way into the product.  ;)

13
The solution depends on your installation status.

Do you receive the error then use a bash shell and simply do:
Code: [Select]
A_VERSION=1.2.29
wget http://archive.ubuntu.com/ubuntu/pool/main/a/apt/libapt-pkg5.0_${A_VERSION}_amd64.deb
dpkg --install --force-all libapt-pkg5.0_${A_VERSION}_amd64.deb # instead force-all you may use force-downgrade
apt update
apt upgrade

14
I'd suggest using pinning (preferences.d)!

It's up to Zentyal now, they have to inform their users, as it is a security issue, and describe a manual way to bring their system's back to real life (also community version). Sorry to say that, but a system with no security updates should be shut down (more or less early) -> I'm a hardliner in this  8)

15
Use pinning to release (see above) and you will not get any more held information on this. Upgrades in this case will be done using the major release.

Pages: [1] 2 3 4