Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: TeNeCo on March 14, 2007, 11:21:24 PM

Title: Panel missing with fetchmail 1.3.5.00
Post by: TeNeCo on March 14, 2007, 11:21:24 PM
Hello,
I've just setup an new SME 7.1.2 and installed smeserver-fetchmail-1.3.5-00.noarch.rpm
from http://schirrms.net/files/ with rpm -Uhv <>

The installation was successfull but the panel "Fetchmail" ist still missing in the server-manager surface. How can I add this?
Title: Panel missing with fetchmail 1.3.5.00
Post by: CooLCaT1975 on March 15, 2007, 07:50:13 PM
hi!

got almost the same problem

link is available in ther server manager but when you hit it:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

error log:

[Thu Mar 15 19:40:57 2007] [error] [client 127.0.0.1] get_languages: Browser asked for missing languages de-de, referer: https://192.168.1.251/server-manager/navigation
[Thu Mar 15 19:40:57 2007] [error] [client 127.0.0.1] get_languages: Browser asked for missing languages de-de, referer: https://192.168.1.251/server-manager/navigation
[Thu Mar 15 19:40:57 2007] [error] [client 127.0.0.1] get_languages: Browser asked for missing languages de-de, referer: https://192.168.1.251/server-manager/navigation
[Thu Mar 15 19:40:57 2007] [error] [client 127.0.0.1] get_languages: Browser asked for missing languages de-de, referer: https://192.168.1.251/server-manager/navigation
[Thu Mar 15 19:40:57 2007] [error] [client 127.0.0.1] Whoops, parse_xml() failed. The data and error messages were, referer: https://192.168.1.251/server-manager/navigation
[Thu Mar 15 19:40:57 2007] [error] [client 127.0.0.1] saved to /tmp/FormMagick_XML_6427, referer: https://192.168.1.251/server-manager/navigation
[Thu Mar 15 19:40:57 2007] [error] [client 127.0.0.1]  at /etc/e-smith/web/panels/manager/cgi-bin/fetchmail line 31, referer: https://192.168.1.251/server-manager/navigation
[Thu Mar 15 19:40:57 2007] [error] [client 127.0.0.1] Premature end of script headers: fetchmail, referer: https://192.168.1.251/server-manager/navigation
Title: Panel missing with fetchmail 1.3.5.00
Post by: CooLCaT1975 on March 16, 2007, 03:26:19 PM
woraround:

install

rpm -Uvh http://www.schirrms.net/files/smeserver-fetchmail-1.3.4-10.noarch.rpm


activated spamassassin for local mails

mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
ln -s /etc/e-smith/templates/var/service/qpsmtpd/config/plugins/70spamassassin /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local/70spamassassin
expand-template /var/service/qpsmtpd/config/peers/local
signal-event email-update


works fine for me

regards

karl

p.s. all infos found on contribs.org using the search function
Title: Panel missing with fetchmail 1.3.5.00
Post by: TeNeCo on March 17, 2007, 07:53:37 AM
@CooLCaT1975
Quote from: "CooLCaT1975"
woraround:

Is that a solution for my missing panel?

For a newbie it is difficult to say where one line ends and the next begins:
Quote

mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
ln -s /etc/e-smith/templates/var/service/qpsmtpd/config/plugins/70spamassassin /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local/70spamassassin
expand-template /var/service/qpsmtpd/config/peers/local
signal-event email-update
Title: Panel missing with fetchmail 1.3.5.00
Post by: william_syd on March 17, 2007, 09:06:23 AM
The workaround above will install a previous version of the contrib and then enable spam scanning for all internally generated mail (which fetched mails appear as). Scanning local mail may slowdown sending of mail in a busy office.

The newer contrib allows the scanning of fetched mail without scanning all local mail.

If it is not working for you, take it to the bugtracker under the correct contrib area.
Bug 2226 (http://bugs.contribs.org/show_bug.cgi?id=2226)

I would do it all again.

Code: [Select]
wget http://schirrms.net/files/smeserver-fetchmail-1.3.5-00.noarch.rpm
Code: [Select]
yum localinstall smeserver-fetchmail
Code: [Select]
signal-event post-upgrade
Code: [Select]
signal-event reboot

As for the code above
Code: [Select]
mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
Code: [Select]
ln -s /etc/e-smith/templates/var/service/qpsmtpd/config/plugins/70spamassassin \
/etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local/70spamassassin

Code: [Select]
expand-template /var/service/qpsmtpd/config/peers/local
Code: [Select]
signal-event email-update

Just cut and paste each code block as you go.
Title: Panel missing with fetchmail 1.3.5.00
Post by: cool34000 on March 19, 2007, 01:50:08 PM
Hi all !

@TeNeCo
To rebuild the server-manager left panel, you need to do :
Code: [Select]
/etc/e-smith/events/actions/navigation-conf
Title: Panel missing with fetchmail 1.3.5.00
Post by: TeNeCo on March 19, 2007, 06:43:39 PM
Quote from: "cool34000"


To rebuild the server-manager left panel, you need to do :
Code: [Select]
/etc/e-smith/events/actions/navigation-conf

Then I receive the following answer:
not well-formed (invalid token) at line 10, column 14, byte 251 at /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/XML/Parser.pm line 187

The Panel seams to be OK; I've reinstalled SME and installed the older version of fetchmail first. Set up all settings and tried to install the new version of fetchmail. Afterwards I get the following error when clicking on fetchmail:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Fetchmail itself is still fetching emails - but I can't change the settings anymore.
Title: Panel missing with fetchmail 1.3.5.00
Post by: cactus on March 19, 2007, 09:56:47 PM
Quote from: "TeNeCo"
The Panel seams to be OK; I've reinstalled SME and installed the older version of fetchmail first. Set up all settings and tried to install the new version of fetchmail. Afterwards I get the following error when clicking on fetchmail:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Fetchmail itself is still fetching emails - but I can't change the settings anymore.
I think you should report this issue to the bugtracker. One tip to get more details on the problem: what does the /var/log/messages file say when the error occurs?
Title: Panel missing with fetchmail 1.3.5.00
Post by: TeNeCo on March 20, 2007, 06:43:49 AM
>log messages

nothing, the last entry is

Mar 20 06:11:17 sme dhcpd: DHCPREQUEST for 192.168.2.2 from 00:0b:6a:08:3c:16 via eth0
Mar 20 06:11:17 sme dhcpd: DHCPACK on 192.168.2.2 to 00:0b:6a:08:3c:16 via eth0

That is the sign on of my PC.
Title: Panel missing with fetchmail 1.3.5.00
Post by: TeNeCo on March 21, 2007, 07:25:45 AM
I opened a bug tracker report:

http://bugs.contribs.org/show_bug.cgi?id=2746

it's solved with fetchmail-1.3.5-01 (problem with translation to german)
Title: Panel missing with fetchmail 1.3.5.00
Post by: william_syd on March 21, 2007, 09:09:14 AM
Did you have German selected as your language ?
Title: Panel missing with fetchmail 1.3.5.00
Post by: cactus on March 21, 2007, 09:38:42 AM
Quote from: "TeNeCo"
nothing, the last entry is
[...]
That's nice but I asked for the log output at the time the problem occured and please post it to your bug and and not to the forums, it is easier to follow up in the bug so we keep it at one place.
Title: Panel missing with fetchmail 1.3.5.00
Post by: cactus on March 21, 2007, 09:40:02 AM
Seems to be fixed, a new version is released: http://www.schirrms.net/files/smeserver-fetchmail-1.3.5-01.noarch.rpm