[Bug 1066834] [NEW] LevelForFileTypesDetection=0 produces unexpected results

2012-10-15 Thread imagine
Public bug reported: When setting LevelForFileTypesDetection=0 in the Awstats config file, Awstats starts to count every hit as a page load, ie the number of Hits and Pages in the Awstats report is identical. In other words, the Pages statistics becomes meaningless. This was not happening with

[Bug 1066272] [NEW] script_security not set

2012-10-13 Thread imagine
Public bug reported: The Ubuntu package of OpenVPN claims to set script_security = 2 for backwards compability. However in the latest release this doesn't actually happen. The variable $script_security in /etc/init.d/openvpn is never used. ** Affects: openvpn (Ubuntu) Importance: Undecided

[Bug 913935] Re: racoon segfaults when flusing SPD

2012-09-11 Thread imagine
I can confirm this. racoon is running as an unprivileged user and dying with the following error messages after a while (I do not have to run spdflush for this to happen): Sep 11 15:28:23 racoon: ERROR: failed to get sainfo. Sep 11 15:28:23 racoon: ERROR: failed to get sainfo. Sep 11 15:28:23

[Bug 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-14 Thread imagine
Bug is fixed, however the bug ID in the changelog is wrong, so the janitor didn't automatically close this bug report. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. https://bugs.launchpad.net/bugs/701765 Title:

[Bug 673919] Re: Syntax error in geoip plugins

2010-11-15 Thread imagine
Hello, the bug exists in every Ubuntu/Debian/Upstream version (6.7.dfsg-1ubuntu0.1, 6.9~dfsg-1ubuntu3, 6.9.5~dfsg-4, 7.0 development branch, etc). It was probably introduced with the first version of the GeoIP-plugin (which was yonks ago) and is living happily since then. ** Changed in:

[Bug 673919] [NEW] Syntax error in geoip plugins

2010-11-11 Thread imagine
Public bug reported: Binary package hint: awstats In the files /usr/share/awstats/plugins/geoip_city_maxmind.pm and geoip_region_maxmind.pm there is an unescaped ampersand: 'AE',Armed Forces Europe, Middle East, Canada When outputting an Awstats report via

[Bug 516016] Re: [karmic] openvpn service starts before dhclient

2010-10-29 Thread imagine
Problem still exists in 10.04 (probably also 10.10). Another workaround: Add a sleep time at the autostart section of /etc/init.d/openvpn before the start_vpn command. if ! ip addr show dev eth0 | grep -q 'inet' ; then sleep 10 fi Of course change eth0 to whatever device OpenVPN is listening

[Bug 358723] Re: awstats.pl does not close table row

2010-02-20 Thread imagine
This is not fixed in Karmic. In /usr/lib/cgi-bin/awstats.pl in line 16907 a tr element is opened. If $ShowDaysOfWeekStats does not contain B in line 16918, this tr element is never closed. Patch for awstats 6.9~dfsg-1ubuntu3 in Karmic: 16921c16921 .

[Bug 358703] Re: Wrong/insecure configuration of PHP module

2010-01-21 Thread imagine
Im not using Lucid yet, but as far as I see this bug was fixed in Debian (bug #491928 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491928) for version 5.2.11.dfsg.1-2, which is now also in Lucid. So I guess this bug report may be closed. ** Bug watch added: Debian Bug tracker #491928

[Bug 509528] [NEW] Security manager breaks session listing

2010-01-19 Thread imagine
Public bug reported: Binary package hint: tomcat6 The current settings of the security manager in /etc/policy.d/ do not allow to list the active sessions in the Tomcat Web Application Manager. Steps to reproduce: * Install tomcat6-admin including dependencies * Open Tomcat Web Application

[Bug 509528] Re: Security manager breaks session listing

2010-01-19 Thread imagine
** Attachment added: AccessControlException stacktrace when opening the session list http://launchpadlibrarian.net/38076021/sessionlist-stacktrace.txt -- Security manager breaks session listing https://bugs.launchpad.net/bugs/509528 You received this bug notification because you are a

[Bug 358703] [NEW] Wrong/insecure configuration of PHP module

2009-04-09 Thread imagine
Public bug reported: Binary package hint: libapache2-mod-php5 The Apache directives inside /etc/apache2/mods-available/php5.conf are both wrong and insecure. The relevant lines are: --- AddType application/x-httpd-php .php .phtml .php3 AddType application/x-httpd-php-source .phps --- 1.