Hello!
Write permission problem occurs because during shutdown or reboot the system is set read-only files.
This happens before stopping Zimbra.
For solutions to the problem, change the order of call scripts in the directories:
/etc/rc0.d/ (shutdown)
/etc/rc6.d/ (reboot)
eg: change @89zimbra the @10zimbra
Zimbra stop before setting the file system for read-only.
"Use of uninitialized value $current_proto in string eq at
/usr/lib/perl/5.10/Sys/Syslog.pm line 371"
"Use of uninitialized value $current_proto in string eq at
/usr/lib/perl/5.10/Sys/Syslog.pm line 374"
The problem can be solved by giving the initial values of the variable "$current_proto" eg $current_proto = 0; instead of # undef;
in the file "/ usr/lib/perl/5.10/Sys/Syslog.pm"
Bartłomiej Kapica
infortica.pl
Quote:
Originally Posted by Smakodak I have that same issue, and a reboot didn't help. I have searched through the logs, but I haven't been able to find anything relating to this. It's weird because the /tmp folder has drwxrwxrwt permissions, so it should be writeable?!
Does anyone have an idea.
I have this error as well. I don't know if they are related...
"Use of uninitialized value $current_proto in string eq at /usr/lib/perl/5.10/Sys/Syslog.pm line 371"
"Use of uninitialized value $current_proto in string eq at /usr/lib/perl/5.10/Sys/Syslog.pm line 374"
I'm running this version as a ESXi 4 virtual machine.
Release 7.0.0_GA_3077.UBUNTU10_64 UBUNTU10_64 FOSS edition
Can anyone help?
Kind regards Anders |