Bug#396515: mediawiki1.7: apache.conf missing.

2006-11-01 Thread Bastiaan Veelo
Package: mediawiki1.7
Version: 1.7.1-3
Severity: normal

After a fresh install, the /etc/mediawiki1.7/apache.conf file is missing.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mediawiki1.7 depends on:
ii  apache2   2.2.3-2Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.2.3-2Traditional model for Apache HTTPD
ii  debconf [debconf-2.0] 1.5.6  Debian configuration management sy
ii  mime-support  3.37-1 MIME files 'mime.types' & 'mailcap
ii  php5  5.1.6-4server-side, HTML-embedded scripti
ii  php5-cli  5.1.6-4command-line interpreter for the p
ii  php5-mysql5.1.6-4MySQL module for php5

Versions of packages mediawiki1.7 recommends:
ii  mysql-server  5.0.24a-9  mysql database server (current ver
ii  mysql-server-5.0 [mysql-serve 5.0.24a-9  mysql database server binaries



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#396514: mediawiki: Purge incomplete

2006-11-01 Thread Bastiaan Veelo
Package: mediawiki
Severity: normal

When mediawiki and mediawiki1.7 are purged, they leave an empty 
/etc/mediawiki1.7 directory 
behind, and the symlink /etc/apache/conf.d/mediawiki1.7.conf -> 
/etc/mediawiki1.7/apache.conf.

Thus apache2 does not want to start.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#396405: Cause of the problem: $IP is set in LocalSettings.php.

2006-10-31 Thread Bastiaan Veelo

I found that the cause of the problem is this line in my LocalSettings.php:

$IP = "/var/lib/mediawiki";

Uncommenting this line removed this bug.

Regards,
Bastiaan.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#396413: This is a 1.5 thing.

2006-10-31 Thread Bastiaan Veelo
After having solved #396405, I performed the upgrade steps as described 
for upgrading from 1.4 to 1.5 in README.Debian.gz, reading 1.7 for 1.5. 
This worked.


Regards,
Bastiaan.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#396413: mediawiki1.7: LocalSettings.php not found by update.php

2006-10-31 Thread Bastiaan Veelo
Package: mediawiki1.7
Version: 1.7.1-3
Severity: normal

This is actually a bug in mediawiki1.5, but it persists in 1.7 (at least in its 
documentation).

In README.Debian.gz, the upgrade from 1.4 to 1.5, step 4 - 6. We are instructed 
to copy 
LocalSettings.php to /var/lib/mediawiki1.5. Due to a preexisting symlink this 
file ends up 
in /etc/mediawiki1.5. When executing maintenance/update.php, it does not find 
LocalSettings.php:

debian:/var/lib/mediawiki1.5# php maintenance/update.php
A copy of your installation's LocalSettings.php
must exist in the source directory.

This is because 

debian:/var/lib/mediawiki1.5# ls -l maintenance
lrwxrwxrwx 1 root root 35 2006-10-31 16:24 maintenance -> 
/usr/share/mediawiki1.5/maintenance

and therefore update.php looks for LocalSettings.php in 
/usr/share/mediawiki1.5, not 
/var/lib/mediawiki1.5.

After copying to /var/lib/mediawiki1.5, I get the same error as I reported 
before, that 
Setup.php cannot be found, because the include path is /var/lib/mediawiki/* 
etc. This 
should at least be /var/lib/mediawiki1.5, but propably even 
/usr/share/mediawiki1.5.

There seems to be a solid confusion about directory names, at least on my 
system.


Best regards,
Bastiaan.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mediawiki1.7 depends on:
ii  apache2   2.2.3-2Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.0.55-4.1 traditional model for Apache2
ii  debconf [debconf-2.0] 1.5.6  Debian configuration management sy
ii  mime-support  3.37-1 MIME files 'mime.types' & 'mailcap
ii  php5  5.1.6-4server-side, HTML-embedded scripti
ii  php5-cli  5.1.6-4command-line interpreter for the p
ii  php5-mysql5.1.6-4MySQL module for php5

Versions of packages mediawiki1.7 recommends:
ii  mysql-server  5.0.24a-9  mysql database server (current ver
ii  mysql-server-5.0 [mysql-serve 5.0.24a-9  mysql database server binaries

-- debconf information:
  mediawiki/webserver: apache2
  mediawiki/upgrade-1d5: true
* mediawiki/upgrade-1d4:
  mediawiki/upgrade-1d5-adminuser: root



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#396405: mediawiki1.7: php maintenance/update.php fails to find Setup.php.

2006-10-31 Thread Bastiaan Veelo
Package: mediawiki1.7
Version: 1.7.1-3
Severity: normal

Hi,

I am upgrading from version 1.4, and since there is no documentation on what I 
should do to 
upgrade from 1.4 to 1.7 directly, I am following the directions for upgrading 
to 1.5 first. 

In README.Debian.gz, step 5 in upgrading to 1.5: I changed working directory to 
/var/lib/mediawiki1.7 instead of mediawiki1.5, since obviously there is none.

Step 6: execute the update script fails like this:

debian:/var/lib/mediawiki1.7# php maintenance/update.php
include('extensions/skype.php');

Warning: require_once(Setup.php): failed to open stream: No such file or 
directory in 
/usr/share/mediawiki1.7/maintenance/commandLine.inc on line 205

Fatal error: require_once(): Failed opening required 'Setup.php' 
(include_path='.:/var/lib/mediawiki:/var/lib/mediawiki/includes:/var/lib/mediawiki/languages:/var/lib/mediawiki/maintenance')
 
in /usr/share/mediawiki1.7/maintenance/commandLine.inc on line 205
debian:/var/lib/mediawiki1.7# updatedb
debian:/var/lib/mediawiki1.7# locate Setup.php
/usr/share/mediawiki1.7/includes/Setup.php

Which shows that the include_path is incorrect.


Best regards,
Bastiaan.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mediawiki1.7 depends on:
ii  apache2   2.2.3-2Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.0.55-4.1 traditional model for Apache2
ii  debconf [debconf-2.0] 1.5.6  Debian configuration management sy
ii  mime-support  3.37-1 MIME files 'mime.types' & 'mailcap
ii  php5  5.1.6-4server-side, HTML-embedded scripti
ii  php5-cli  5.1.6-4command-line interpreter for the p
ii  php5-mysql5.1.6-4MySQL module for php5

Versions of packages mediawiki1.7 recommends:
ii  mysql-server  5.0.24a-9  mysql database server (current ver
ii  mysql-server-5.0 [mysql-serve 5.0.24a-9  mysql database server binaries

-- debconf information:
  mediawiki/webserver: apache2
  mediawiki/upgrade-1d5: true
* mediawiki/upgrade-1d4:
  mediawiki/upgrade-1d5-adminuser: root



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#396396: mediawiki1.7: Upgrade from version 1.4 removes old installation prematurely.

2006-10-31 Thread Bastiaan Veelo
Package: mediawiki1.7
Version: 1.7.1-3
Severity: normal

When upgrading from version 1.4 to version 1.7, I am notified that the upgrade 
has to be 
done manually, which is OK, but it does not mention that the existing 
installation will be 
removed when continuing, and there is no option presented to abort the 
installation.

This leads to a long down-time until I have manually upgraded the installation.

Regards,
Bastiaan.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mediawiki1.7 depends on:
ii  apache2   2.2.3-2Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.0.55-4.1 traditional model for Apache2
ii  debconf [debconf-2.0] 1.5.6  Debian configuration management sy
ii  mime-support  3.37-1 MIME files 'mime.types' & 'mailcap
ii  php5  5.1.6-4server-side, HTML-embedded scripti
ii  php5-cli  5.1.6-4command-line interpreter for the p
ii  php5-mysql5.1.6-4MySQL module for php5

Versions of packages mediawiki1.7 recommends:
ii  mysql-server  5.0.24a-9  mysql database server (current ver
ii  mysql-server-5.0 [mysql-serve 5.0.24a-9  mysql database server binaries

-- debconf information:
  mediawiki/webserver: apache2
  mediawiki/upgrade-1d5: true
* mediawiki/upgrade-1d4:
  mediawiki/upgrade-1d5-adminuser: root



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]