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
16
Try these commands,
wget https://launchpad.net/ubuntu/+archive/primary/+files/libapt-pkg5.0_1.2.29_amd64.deb
sudo dpkg --install --force-downgrade libapt-pkg5.0_1.2.29_amd64.deb
;) and dont forget to hold the package (see before) or you will run in the same issue again...

18
Email and Groupware / Re: Letsencrypt and 3rd party certificates
« on: October 30, 2018, 11:11:46 am »
The script has changed to also reload nginx.

@half_life: Sorry, but i disagree in "A more permanent way to do this is to use hooks see"

After some years of Zentyal expirience I noticed that mas files and configs can change. The way I'm using/suggesting is not bound to a release but does the system part independently. If you are focused on the "right way" and can keep an eye on it every time an update occurs, then you are right  ;)

19
Try apt-get update
You are affected if the response is:
Quote
apt-get: relocation error: /usr/lib/x86_64-linux-gnu/libapt-private.so.0.0: symbol _ZN9pkgSystem9LockInnerEv, version APTPKG_5.0 not defined in file libapt-pkg.so.5.0 with link time reference
Problem: From here on your system will never update again!

It occured after the last update see /var/log/apt/history.log within 5.1 (example):
Quote
Start-Date: 2018-10-26  20:11:39
Commandline: apt-get -o DPkg::Options::=--force-confold --yes --force-yes --no-install-recommends install apt ap
Requested-By: ebox (111)
Upgrade: apt:amd64 (1.2.27, 1.2.29), apt-utils:amd64 (1.2.27, 1.2.29), apt-transport-https:amd64 (1.2.27, 1.2.29
End-Date: 2018-10-26  20:11:47

Solution: This is a case which you have to fix manually by your own. Use sudo or root for execution.
(Solution from gabor.strama gives the right direction!)

In detail, put this to a bash shell with root access:
Code: [Select]
A_VERSION=1.2.29 # see log obove
cd /var/cache/apt/archives
if [ 'x86_64' == "`uname -m`" ]; then
  # on 64-Bit System use:
  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
else
  # on i386 System use:
  wget http://archive.ubuntu.com/ubuntu/pool/main/a/apt/libapt-pkg5.0_${A_VERSION}_i386.deb
  dpkg --install --force-all libapt-pkg5.0_${A_VERSION}_i386.deb
fi
You do not need to continue here, continue and read the comment at the end from "J. A. Calvo" -> https://forum.zentyal.org/index.php/topic,32403.msg109058.html#msg109058


A method to hold/pin the package after downgrading using preferences (not prefrerred any more):
Code: [Select]
# Prevent updates temporary
apt-mark hold libapt-pkg5.0

cat << EOT > /etc/apt/preferences.d/libapt
Package: Package: libapt-pkg5.0
Pin: release a=xenial*
Pin-Priority: 1000

Package: Package: libapt-inst2.0
Pin: release a=xenial*
Pin-Priority: 1000
EOT
apt-mark unhold libapt-pkg5.0
# test
apt upgrade
Now, only a Ubuntu xenial release will update the packages.

To clearify: Zentyal is responsible to fix this issue or the systems won't even get security updates. It's in Zentyal's hand providing information on this case and release a script to fix this issue for the installed base. Furthermore Zentyal has to include a step in the upgrade procedure from 5.1 -> 6.0 +f that removes the file /etc/apt/preferences.d/libapt again.

20
In the meantime there is a simple script solution for zentyal 5 at https://www.std-soft.com/hm-service/code/28-zentyal-mit-zertifikat-von-letsencrypt-fit-machen
The script is meant for /usr/local/sbin/ and should do what is necessary for the official services, just make it executable an run once interactive.

21
Self Reply: Seen to late -> https://forum.zentyal.org/index.php?topic=30915.0 solves the question.

@Development: This should be on by default...

22
Email and Groupware / Where are office messages (absence/vacation)
« on: February 10, 2018, 02:49:54 pm »
Where are the absence/vacation settings in Zentyal 5.0.1?

The original setup, shown here https://www.uni-koblenz-landau.de/de/koblenz/GHRKO/mail/sogo/vacation.png can not be found.

Do I have to activate it at some place (and how)?

23
After upgrading to 4.2.2 mail user cannot set up the collected addressbook in the expected way.

Affected: Webmail Interface Settings E-Mail

Behaviour:
When using settings -> email
The offered addressbooks are duplicated and only the addressbooks from a common group.

Expected:
To be offered the users collected addressbook which still exists in the addressbooks tabs.

24
Within https://github.com/marneu/Zentyal_TB_autoconfig I've started a new project to automatically deploy the Thunderbird setup as a full provisioning service.

This kind of setup is not meant for users but might be interesting to admins and devops responsible for the deployment rollout.

Testers are welcome, especially other languages than German. Help and assistance can be provided in english in a limited fashion.


25
Email and Groupware / Re: Global Shared Addressbook URL
« on: December 23, 2016, 09:47:38 am »
You may want to go to Addressbook -> Extras -> Settings and end up on the settings page Addressing (german: Adressieren below Verfassen).

Check your LDAP Directory Servers and add an entry:
Name: Zentyal Users
Serveraddress: [YOUR_OWN_SERVER_ADD/IP]
BaseDN: CN=Users,DC=[YOUR_DOMAIN],DC=[YOUR_TLD]
Port: 389
BindDN: CN=[YOUR Prename] [YOUR Lastname],CN=Users,DC=[YOUR_DOMAIN],DC=[YOUR_TLD]

OK

Remark: [YOUR Prename] [YOUR Lastname] is shown in the Zentyal config editor -> Users and Computers -> Manage, see the shown name (german: Angezeigter Name)


26
Problem:
in EBox/Samba.pm (around line 1023) the recursive ACLs are being set and can pollute zentyal.log in a mixed network (Win and LX clients), if a lx user uses softlinks (using "ln -s" would be ok though).

Reason:
A lx user could be using softlinks to connect to other content on his own machine or within his mounted dirs. As the link will work on his machine everything is fine. But when it comes to new/modified permissions in the admin interface the resulting recursive task starts recurring the ACLs and thus will pollute the zentyal log for each entry not found (softlinks).

Solution:
A short test within the foreach loop using somethings like "next if -l ..." should be done as you won't set any rights on a link, but on the real file instead. You do not want to set permission in this case on the real file either as it could be on another share with different permissions. if the links is a directory you should even skip of course all child entries, too.

So the right solution is to do nothing on softlinks when it comes to ACL.

This should be a very small fix.
Hope to find it soon in a 4.2 patch...
Thnx Markus

27
In the installation process, when it comes to installing the software, short behind 23% the installation crashes. Tried on bare metal and in kvm, with raid 10, lvm, native disk (will does a lvm obviously).

The iso image was downloaded twice. The testing option for the DVD says ./install/filesystem.squashfs could not be verified with the md5-checksum. the cd-rom or this file could be damaged.

Any idea how to fix this or is zentyal-3.4-amd64.iso broken?

Thanks for input
Markus

28
I agree with BrettonWoods, do a clean install - the rest is hobby. i'm getting off this thread. Bye

29
Installation and Upgrades / Re: port forwarding
« on: October 10, 2013, 02:01:26 pm »
is forwarding enabled? /proc/sys/net/ipv4/ip_forward ~ 1

30
Installation and Upgrades / Re: port forwarding
« on: October 10, 2013, 07:36:02 am »
routing correct?

Pages: 1 [2] 3 4