Search found 13 matches

by bku09
Sun Jul 01, 2012 11:11 am
Forum: Administrators
Topic: Jetty High CPU load since July 1st 00:00:00 UTC
Replies: 11
Views: 3775

Jetty High CPU load since July 1st 00:00:00 UTC

the java "leap second bug" causes some serious problems all around the net:
'Leap Second' Bug Wreaks Havoc Across Web | Wired Enterprise | Wired.com
by bku09
Sun Jul 01, 2012 7:44 am
Forum: Administrators
Topic: Jetty High CPU load since July 1st 00:00:00 UTC
Replies: 11
Views: 3775

Jetty High CPU load since July 1st 00:00:00 UTC

thanks to user MTHead, here is the solution (tested and confirmed working): ----- /etc/init.d/ntp stop date `date +"%m%d%H%M%C%y.%S"` You don’t have to restart your java applications (tomcat, wowza, or whatever using java); it should be enough to run the above commands. You may want to ena...
by bku09
Sun Jul 01, 2012 7:11 am
Forum: Administrators
Topic: Jetty High CPU load since July 1st 00:00:00 UTC
Replies: 11
Views: 3775

Jetty High CPU load since July 1st 00:00:00 UTC

GOT THE SAME PROBLEM, NOTHING INTRESTING IN LOGFILES ... SYSTEM: UBUNTU 10.04.4 LTS, ZCS 7.2.0, ZIMBRA RESTART DIDN'T SOLVE THE PROBLEM ... STRACE ON 100% CPU JETTY THREADS: ---------------------------------- FUTEX(0X41F7B328, FUTEX_WAKE_PRIVATE, 1) = 0 FUTEX(0X7FED20AA7F24, FUTEX_WAIT_BITSET_PRIVAT...
by bku09
Mon Feb 07, 2011 10:58 pm
Forum: Installation and Upgrade
Topic: [SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts
Replies: 39
Views: 10426

[SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts

finally tracked down the problem: zmconfigd fails to execute the postconf stuff (exit code 1): /opt/zimbra/log/zmconfigd.log: 2011-02-08 00:57:41,536 zmconfigd ERROR [10413-postconf] Executed: /opt/zimbra/postfix/sbin/postconf .... my config, lots of stuff ...... returned 1 (0 - 79) (1.28 sec) but w...
by bku09
Mon Feb 07, 2011 10:14 pm
Forum: Installation and Upgrade
Topic: [SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts
Replies: 39
Views: 10426

[SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts

[quote user="quanah"]Does the problem reappear if you run (as zimbra): postfix stop postfix start If it does, then we'll actually have to do the following, since configrewrite squelches its output: 1. postfix stop (as zimbra user) 2. echo REWRITE mta | /bin/nc -w 120 localhost 7171 (as zim...
by bku09
Mon Feb 07, 2011 10:08 pm
Forum: Installation and Upgrade
Topic: [SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts
Replies: 39
Views: 10426

[SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts

[quote user="Mark L Sung"]Guys, I though ZCS7 is still in beta, people just can wait to moving forward. lol[/QUOTE]
just go to Zimbra offers Open Source email server software and shared calendar for Linux and the Mac. and read the headline ;) surprise!
by bku09
Mon Feb 07, 2011 9:58 pm
Forum: Installation and Upgrade
Topic: [SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts
Replies: 39
Views: 10426

[SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts

[quote user="quanah"]The configuration is generated by the command /opt/zimbra/libexec/configrewrite mta Can someone who is seeing this issue paste the output of running this manually?[/QUOTE] [zimbra@zimbra ~]$ /opt/zimbra/libexec/configrewrite mta [zimbra@zimbra ~]$ no errors on stdout, ...
by bku09
Mon Feb 07, 2011 9:05 pm
Forum: Installation and Upgrade
Topic: [SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts
Replies: 39
Views: 10426

[SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts

jep right, there is definitely something wrong with the main.cf config file generation. in the meantime you can simply replace the main.cf with the previous version even if you don't have any "real" backups :-) as root enter: cd /opt/zimbra/postfix/conf cp /opt/zimbra/postfix-2.6.7.2z/conf...
by bku09
Mon Feb 07, 2011 7:49 pm
Forum: Installation and Upgrade
Topic: [SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts
Replies: 39
Views: 10426

[SOLVED] Zimbra 6 -> 7 - Zimbra does not know its own virtual hosts

I have exactly the same problems since I updated from 6.0.10GA to 7.0.0GA, everything was working fine with 6.0.10GA.
still trying to fix the issue, will keep you updated ...
Bernd
by bku09
Sun Apr 18, 2010 8:53 pm
Forum: Developers
Topic: Panel using an iFrame Example Zimlet
Replies: 1
Views: 611

Panel using an iFrame Example Zimlet

hmm, does nobody have an idea how to do that ? :(