zimbra stop working after do-release-upgrade

Ask questions about your setup or get help installing ZCS server (ZD section below).
linustorl
Posts: 10
Joined: Mon May 07, 2018 4:08 am

Re: zimbra stop working after do-release-upgrade

Post by linustorl »

I am following this WIKI https://wiki.zimbra.com/wiki/LDAP and now stuck with this error when trying to set the TimeZone when i run command

Code: Select all

/opt/zimbra/libexec/zmsetup.pl
Error is

Code: Select all

Can't call method "tzid" on an undefined value at /opt/zimbra/libexec/zmsetup.pl line 3343, <> line 2.
try to to do some searching and find no answer for this, any help will be really appreciate.
phoenix
Ambassador
Ambassador
Posts: 27272
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: zimbra stop working after do-release-upgrade

Post by phoenix »

Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
linustorl
Posts: 10
Joined: Mon May 07, 2018 4:08 am

Re: zimbra stop working after do-release-upgrade

Post by linustorl »

phoenix wrote:How about an internet search?

https://www.startpage.com/do/dsearch?qu ... ge=english
Hi @phoenix,

I have do some searches from google and none of the methods works, such as

viewtopic.php?t=61693

Code: Select all

root@mail:/home/hwgmail# grep Jakarta /opt/zimbra/conf/timezones.ics
X-ZIMBRA-TZ-ALIAS:(GMT+07.00) Bangkok / Hanoi / Jakarta
X-ZIMBRA-TZ-ALIAS:(UTC+07.00) Bangkok / Hanoi / Jakarta
X-ZIMBRA-TZ-ALIAS:(UTC+07.00) Bangkok\, Hanoi\, Jakarta
TZID:Asia/Jakarta

root@mail:/home/hwgmail# date +%Z
WIB

root@mail:~$ timedatectl
      Local time: Wed 2019-02-27 08:11:24 WIB
  Universal time: Wed 2019-02-27 01:11:24 UTC
        RTC time: Wed 2019-02-27 01:11:24
       Time zone: Asia/Jakarta (WIB, +0700)
 Network time on: yes
NTP synchronized: yes
 RTC in local TZ: no
 
root@mail:/home/hwgmail# hostname
mail.hwgmail.co.id

root@mail:/home/hwgmail# hostname -f
mail.hwgmail.co.id

root@mail:/home/hwgmail# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:62:66:2b:06:94 brd ff:ff:ff:ff:ff:ff
    inet 192.168.103.7/24 brd 192.168.103.255 scope global enp3s0
       valid_lft forever preferred_lft forever
    inet6 fe80::a62:66ff:fe2b:694/64 scope link
       valid_lft forever preferred_lft forever
And this is lines that meet my timezone from timezones.ics

Code: Select all

BEGIN:VTIMEZONE
TZID:Asia/Jakarta
LAST-MODIFIED:20150401T143329Z
X-ZIMBRA-TZ-MATCH-SCORE:0
BEGIN:STANDARD
TZNAME:WIB
DTSTART:16010101T000000
TZOFFSETTO:+0700
TZOFFSETFROM:+0700
END:STANDARD
END:VTIMEZONE
Apparently, it is matches with date +%Z result, but still the error is the same, i also tried to remove all lines and left with those lines above, but it still does not solve the problem.
Post Reply