Bug#1062707: python3-django-hyperkitty: Cron errors with: allauth.account.middleware.AccountMiddleware must be added to settings.MIDDLEWARE

2024-02-02 Thread Colin Turner
Package: python3-django-hyperkitty
Version: 1.3.7-1
Severity: normal

Dear Maintainer,

Thanks for your work on these packages. After upgrade I am now getting these 
errors once a minute:

django.core.exceptions.ImproperlyConfigured: 
allauth.account.middleware.AccountMiddleware must be added to 
settings.MIDDLEWARE

This seems to relate to a mismatch between the MIDDLEWARE configuration, and 
the version of python3-django-allauth - which I don't seem to be able to easily 
downgrade.

The proposed workaround - to add these lines - presumably to 
/etc/mailman3/mailman3-web.py

x = list(MIDDLEWARE)
x.insert(0, 'allauth.account.middleware.AccountMiddleware')
MIDDLEWARE = x

does not work, unfortunately.

I'm not sure is this affects all upgraded users, but for now the package isn't 
functional (internal server error).

Kind regards and thanks,

CT.

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-security'), (500, 'unstable'), 
(500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.4.0-2-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-django-hyperkitty depends on:
ii  fonts-font-awesome   5.0.10+really4.7.0~dfsg-4.1
ii  fonts-glyphicons-halflings   1.009~3.4.1+dfsg-3
ii  libjs-bootstrap4 4.6.1+dfsg1-4
ii  libjs-jquery 3.6.1+dfsg+~3.5.14-1
ii  libjs-jquery-ui  1.13.2+dfsg-1
ii  libjs-sphinxdoc  7.2.6-3
ii  python3  3.11.6-1
ii  python3-dateutil 2.8.2-3
ii  python3-django   3:3.2.21-1
ii  python3-django-compressor4.0-4
ii  python3-django-extensions3.2.3-1
ii  python3-django-gravatar2 1.4.4-4
ii  python3-django-haystack  3.2.1-1
ii  python3-django-mailman3  1.3.11-1
ii  python3-django-q 1.6.1-1
ii  python3-djangorestframework  3.14.0-2
ii  python3-elasticsearch7.17.6-1
ii  python3-flufl.lock   5.0.1-5
ii  python3-mailmanclient3.3.5-1
ii  python3-mistune  3.0.2-1
ii  python3-networkx 2.8.8-1
ii  python3-robot-detection  0.4.0-3
ii  python3-tz   2023.3.post1-2

Versions of packages python3-django-hyperkitty recommends:
ii  mailman3-web  0+20200530-2.1

python3-django-hyperkitty suggests no packages.

-- no debconf information



Bug#1008929: python3-django-hyperkitty: Error gone with python3-django update

2022-04-23 Thread Colin Turner
Package: python3-django-hyperkitty
Followup-For: Bug #1008929

Dear Maintainer,

This seems to have gone as of a python3-django update or some similar update. I 
don't really know why?

I did have to run a "migrate" but that seemed to be related to a different SQL 
cron complaint.

Kind regards,

CT.

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.16.0-3-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-django-hyperkitty depends on:
ii  fonts-glyphicons-halflings   1.009~3.4.1+dfsg-2
ii  libjs-bootstrap4 4.6.1+dfsg1-1
ii  libjs-sphinxdoc  4.5.0-3
ii  python3  3.10.4-1
ii  python3-dateutil 2.8.1-6
ii  python3-django   2:3.2.13-1
ii  python3-django-compressor2.4.1-2
ii  python3-django-extensions3.1.5-2
ii  python3-django-gravatar2 1.4.4-2
ii  python3-django-haystack  3.1.1-1
ii  python3-django-mailman3  1.3.7-1
ii  python3-django-q 1.3.9-3
ii  python3-djangorestframework  3.12.4-2.1
ii  python3-elasticsearch7.16.2-1
ii  python3-flufl.lock   5.0.1-1
ii  python3-mailmanclient3.3.3-1
ii  python3-mistune  2.0.2-1
ii  python3-networkx 2.5+ds-2
ii  python3-robot-detection  0.4.0-2
ii  python3-tz   2022.1-1

Versions of packages python3-django-hyperkitty recommends:
ii  mailman3-web  0+20200530-2

python3-django-hyperkitty suggests no packages.

-- no debconf information



Bug#1009045: python3-django-hyperkitty: Stopping the mailman3-web service should stop related cron jobs

2022-04-06 Thread Colin Turner
Package: python3-django-hyperkitty
Version: 1.3.5.0-2
Severity: wishlist

Dear Maintainer,

Thank you for your work on mailman3.

As I noted in another report, when there are issues with the django 
configuration, this leads to a huge volume of cron errors into a sysadmin 
inbox. Rather than commenting out all the lines in /etc/cron.d/mailman3-web I 
have added a test as to whether the service is active.

The test I am using is

systemctl is-active --quiet mailman3-web


Therefore, when I issue:

systemctl stop mailman3-web

(because it is currently broken anyway), it also has the effect of stopping the 
cron tasks in the framework. Might you consider making this change in the 
packaged cron.d file?

Kind regards,

CT.

My new /etc/cron.d/mailman3-web file below


* * * * *  www-data [ -f /usr/bin/django-admin ] && systemctl 
is-active --quiet mailman3-web && flock -n /var/run/mailman3-web/cron.minutely 
/usr/share/mailman3-web/manage.py runjobs minutely
2,17,32,47 * * * * www-data [ -f /usr/bin/django-admin ] && systemctl 
is-active --quiet mailman3-web && flock -n 
/var/run/mailman3-web/cron.quarter_hourly /usr/share/mailman3-web/manage.py 
runjobs quarter_hourly
@hourlywww-data [ -f /usr/bin/django-admin ] && systemctl 
is-active --quiet mailman3-web && flock -n /var/run/mailman3-web/cron.hourly 
/usr/share/mailman3-web/manage.py runjobs hourly
@daily www-data [ -f /usr/bin/django-admin ] && systemctl 
is-active --quiet mailman3-web && flock -n /var/run/mailman3-web/cron.daily 
/usr/share/mailman3-web/manage.py runjobs daily
@weeklywww-data [ -f /usr/bin/django-admin ] && systemctl 
is-active --quiet mailman3-web && flock -n /var/run/mailman3-web/cron.weekly 
/usr/share/mailman3-web/manage.py runjobs weekly
@monthly   www-data [ -f /usr/bin/django-admin ] && systemctl 
is-active --quiet mailman3-web && flock -n /var/run/mailman3-web/cron.monthly 
/usr/share/mailman3-web/manage.py runjobs monthly
@yearlywww-data [ -f /usr/bin/django-admin ] && systemctl 
is-active --quiet mailman3-web && flock -n /var/run/mailman3-web/cron.yearly 
/usr/share/mailman3-web/manage.py runjobs yearly



*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.16.0-3-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-django-hyperkitty depends on:
ii  fonts-glyphicons-halflings   1.009~3.4.1+dfsg-2
ii  libjs-bootstrap4 4.6.1+dfsg1-1
ii  libjs-sphinxdoc  4.3.2-1
ii  python3  3.9.8-1
ii  python3-dateutil 2.8.1-6
ii  python3-django   2:3.2.12-2
ii  python3-django-compressor2.4.1-2
ii  python3-django-extensions3.1.5-2
ii  python3-django-gravatar2 1.4.4-2
ii  python3-django-haystack  3.1.1-1
ii  python3-django-mailman3  1.3.7-1
ii  python3-django-q 1.3.9-3
ii  python3-djangorestframework  3.12.4-2.1
ii  python3-elasticsearch7.16.2-1
ii  python3-flufl.lock   5.0.1-1
ii  python3-mailmanclient3.3.3-1
ii  python3-mistune  2.0.0-1+really0.8.4-1
ii  python3-networkx 2.5+ds-2
ii  python3-robot-detection  0.4.0-2
ii  python3-tz   2022.1-1

Versions of packages python3-django-hyperkitty recommends:
ii  mailman3-web  0+20200530-2

python3-django-hyperkitty suggests no packages.

-- no debconf information



Bug#1000810: python3-django-hyperkitty: Internal Server Error (500): ImportError: cannot import name 'url_has_allowed_host_and_scheme'

2022-04-04 Thread Colin Turner
Hi Pierre-Elliott,

At some point, and I don’t know why or when, this bug has gone away. Thank you!

Kind regards,

CT.

PS. I have a new one though, reporting shortly…



Bug#1008929: ModuleNotFoundError: No module named 'mistune.plugins'; 'mistune' is not a package

2022-04-04 Thread Colin Turner
Package: python3-django-hyperkitty
Version: 1.3.5.0-2
Severity: normal

Dear Maintainer,

Thanks for your work on this package. After the most recent upgrade to the 
version above, which also brought in python3-mistune as below, I am 
unfortunately finding my inbox flooded by cron errors, to the extent that I 
disabled "by minute" cron jobs. I'm not really sure why since mistune is 
installed. I have tried restarting the mailman3-web service but to no avail.

Traceback as below:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/django/template/backends/django.py", line 
121, in get_package_libraries
module = import_module(entry[1])
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/usr/lib/python3/dist-packages/hyperkitty/templatetags/decorate.py", line 
4, in 
from hyperkitty.lib.renderer import markdown_renderer, text_renderer
File "/usr/lib/python3/dist-packages/hyperkitty/lib/renderer.py", line 6, in 

from mistune.plugins.extra import plugin_url
ModuleNotFoundError: No module named 'mistune.plugins'; 'mistune' is not a 
package

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/share/mailman3-web/manage.py", line 10, in 
execute_from_command_line(sys.argv)
File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 
419, in execute_from_command_line
utility.execute()
File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 
413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 354, 
in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 393, 
in execute
self.check()
File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 419, 
in check
all_issues = checks.run_checks(
File "/usr/lib/python3/dist-packages/django/core/checks/registry.py", line 76, 
in run_checks
new_errors = check(app_configs=app_configs, databases=databases)
File "/usr/lib/python3/dist-packages/django/contrib/admin/checks.py", line 78, 
in check_dependencies
for engine in engines.all():
File "/usr/lib/python3/dist-packages/django/template/utils.py", line 90, in all
return [self[alias] for alias in self]
File "/usr/lib/python3/dist-packages/django/template/utils.py", line 90, in 

return [self[alias] for alias in self]
File "/usr/lib/python3/dist-packages/django/template/utils.py", line 81, in 
__getitem__
engine = engine_cls(params)
File "/usr/lib/python3/dist-packages/django/template/backends/django.py", line 
25, in __init__
options['libraries'] = self.get_templatetag_libraries(libraries)
File "/usr/lib/python3/dist-packages/django/template/backends/django.py", line 
43, in get_templatetag_libraries
libraries = get_installed_libraries()
File "/usr/lib/python3/dist-packages/django/template/backends/django.py", line 
108, in get_installed_libraries
for name in get_package_libraries(pkg):
File "/usr/lib/python3/dist-packages/django/template/backends/django.py", line 
123, in get_package_libraries
raise InvalidTemplateLibrary(
django.template.library.InvalidTemplateLibrary: Invalid template library 
specified. ImportError raised when trying to load 
'hyperkitty.templatetags.decorate': No module named 'mistune.plugins'; 
'mistune' is not a package

A similar error is occuring on web access causing a 500 HTTP Error.

Kind regards,

CT.


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.16.0-3-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-django-hyperkitty depends on:
ii  fonts-glyphicons-halflings   1.009~3.4.1+dfsg-2
ii  libjs-bootstrap4 4.6.1+dfsg1-1
ii  libjs-sphinxdoc  4.3.2-1
ii  python3  3.9.8-1
ii  python3-dateutil 2.8.1-6
ii  python3-django   2:3.2.12-2
ii  python3-django-compressor2.4.1-2
ii  python3-django-extensions3.1.5-2
ii  python3-django-gravatar2 1.4.4-2
ii  python3-django-haystack  3.1.1-1
ii  python3-django-mailman3  1.3.7-1
ii  python3-django-q 1.3.9-3
ii  python3-djangorestframework  3.12.4-2.1
ii  python3-elasticsearch7.16.2-1
ii  python3-flufl.lock   5.0.1-1
ii  python3-mailmanclient3.3.3-1
ii  python3-mistune  

Bug#1000810: python3-django-hyperkitty: Internal Server Error (500): ImportError: cannot import name 'url_has_allowed_host_and_scheme'

2021-12-10 Thread Colin Turner
Hi Pierre-Elliott,

> 
> Hi,
> 
> Thanks for your bug report!
> 
> Did the latest django release change anything?
> 

I went to have a look at what was installed and what was available (I’m mainly 
tracking testing on this machine)

python3-django:
  Installed: 2:3.2.9-2
  Candidate: 2:3.2.9-2
  Version table:
 2:3.2.10-2 500
500 http://mirror.sov.uk.goscomb.net/debian 
 unstable/main amd64 Packages
 *** 2:3.2.9-2 990
990 http://mirror.sov.uk.goscomb.net/debian 
 bookworm/main amd64 Packages
100 /var/lib/dpkg/status
 2:2.2.24-1 500
500 http://mirror.sov.uk.goscomb.net/debian 
 bullseye/main amd64 Packages

It was still broken with the installed package, and I pulled in 2:3.2.10-2 from 
unstable to see if that fixed it, but I’m afraid I’m seeing the same problem. 
Sorry. It’s an odd one really, I’ll see if I can look at the source code more 
carefully soon (I develop Django apps myself, and haven’t seen this issue 
before).

Kind regards,

CT.

Bug#1000810: python3-django-hyperkitty: Internal Server Error (500): ImportError: cannot import name 'url_has_allowed_host_and_scheme'

2021-11-29 Thread Colin Turner
Package: python3-django-hyperkitty
Version: 1.3.4-4
Severity: normal

Dear Maintainer,

Thank you for work in packaging the mailman3 ecosystem.

At some recent point, it became impossible to access the mailman 3 web 
interface, hyperkitty. An Internal Server Error is being reported on all 
attempts to access.

The Traceback is a bit puzzling, since it looks like one part of Django is 
trying to import from another and finding a missing symbol name.

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/django/core/handlers/wsgi.py", line 141, 
in __call__
]
  File "/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 75, 
in get_response
self._view_middleware.insert(
  File "/usr/lib/python3/dist-packages/django/core/handlers/exception.py", line 
36, in inner
async def inner(request):
  File "/usr/lib/python3/dist-packages/django/core/handlers/exception.py", line 
90, in response_for_exception
elif isinstance(exc, SuspiciousOperation):
  File "/usr/lib/python3/dist-packages/django/core/handlers/exception.py", line 
128, in handle_uncaught_exception

  File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 597, in 
resolve_error_handler
# urlconf_module might be a valid set of patterns, so we default to it
  File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, in 
__get__
the lazy evaluation code is triggered. Results are not memoized; the
  File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 577, in 
urlconf_module
sub_match_dict,
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1030, in _gcd_import
  File "", line 1007, in _find_and_load
  File "", line 986, in _find_and_load_unlocked
  File "", line 680, in _load_unlocked
  File "", line 850, in exec_module
  File "", line 228, in _call_with_frames_removed
  File "/usr/share/mailman3-web/./urls.py", line 29, in 
url(r'^postorius/', include('postorius.urls')),
  File "/usr/lib/python3/dist-packages/django/urls/conf.py", line 34, in include
urlconf_module = import_module(urlconf_module)
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1030, in _gcd_import
  File "", line 1007, in _find_and_load
  File "", line 986, in _find_and_load_unlocked
  File "", line 680, in _load_unlocked
  File "", line 850, in exec_module
  File "", line 228, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/postorius/urls.py", line 23, in 
from postorius.views import list as list_views
  File "/usr/lib/python3/dist-packages/postorius/views/list.py", line 48, in 

from postorius.auth.mixins import ListOwnerMixin
  File "/usr/lib/python3/dist-packages/postorius/auth/mixins.py", line 21, in 

from django.contrib.auth.mixins import LoginRequiredMixin, 
UserPassesTestMixin
  File "/usr/lib/python3/dist-packages/django/contrib/auth/mixins.py", line 5, 
in 
from django.contrib.auth.views import redirect_to_login
  File "/usr/lib/python3/dist-packages/django/contrib/auth/views.py", line 20, 
in 
from django.utils.http import (
ImportError: cannot import name 'url_has_allowed_host_and_scheme' from 
'django.utils.http' (/usr/lib/python3/dist-packages/django/utils/http.py)

The last files indicated are both in python3-django and it's not obvious to me 
why the import is failing or whether that's a red herring, but it seems as 
though this was linked to a recent python3-django upgrade?

Happy to do any useful tests to investigate further.

Kind regards,

CT.

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-django-hyperkitty depends on:
ii  fonts-glyphicons-halflings   1.009~3.4.1+dfsg-2
ii  libjs-bootstrap4 4.5.2+dfsg1-8
ii  libjs-sphinxdoc  4.2.0-5
ii  python3  3.9.7-1
ii  python3-dateutil 2.8.1-6
ii  python3-django   2:3.2.9-2
ii  python3-django-compressor2.4-2
ii  python3-django-extensions3.1.5-1
ii  python3-django-gravatar2 1.4.4-2
ii  python3-django-haystack  3.1.1-1
ii  python3-django-mailman3  1.3.7-1
ii  python3-django-q 1.2.1-1
ii  python3-djangorestframework  3.12.4-1
ii  python3-elasticsearch7.1.0-5
ii  python3-flufl.lock   5.0.1-1
ii  python3-mailmanclient3.3.3-1
ii  python3-networkx 2.5+ds-2
ii  python3-robot-detection  0.4.0-2
ii  python3-tz   2021.3-1

Versions of packages 

Bug#999910: python3-django-hyperkitty: "Auto-created primary key used when not defining a primary key type" errors caused by Django upgrade

2021-11-18 Thread Colin Turner
Package: python3-django-hyperkitty
Version: 1.3.4-4
Severity: minor

Dear Maintainer,

Thank you for your work in maintaining hyperkitty.

Today brought an upgrade to python3-django [1], which caused a steady stream of 
cron errors:

System check identified some issues:

WARNINGS:
account.EmailAddress: (models.W042) Auto-created primary key used when not 
defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
AccountConfig.default_auto_field attribute to point to a subclass of AutoField, 
e.g. 'django.db.models.BigAutoField'.
account.EmailConfirmation: (models.W042) Auto-created primary key used when not 
defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
AccountConfig.default_auto_field attribute to point to a subclass of AutoField, 
e.g. 'django.db.models.BigAutoField'.
django_mailman3.MailDomain: (models.W042) Auto-created primary key used when 
not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
DjangoMailman3Config.default_auto_field attribute to point to a subclass of 
AutoField, e.g. 'django.db.models.BigAutoField'.
django_mailman3.Profile: (models.W042) Auto-created primary key used when not 
defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
DjangoMailman3Config.default_auto_field attribute to point to a subclass of 
AutoField, e.g. 'django.db.models.BigAutoField'.
django_q.OrmQ: (models.W042) Auto-created primary key used when not defining a 
primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
DjangoQConfig.default_auto_field attribute to point to a subclass of AutoField, 
e.g. 'django.db.models.BigAutoField'.
django_q.Schedule: (models.W042) Auto-created primary key used when not 
defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
DjangoQConfig.default_auto_field attribute to point to a subclass of AutoField, 
e.g. 'django.db.models.BigAutoField'.
hyperkitty.Attachment: (models.W042) Auto-created primary key used when not 
defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
HyperKittyConfig.default_auto_field attribute to point to a subclass of 
AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Email: (models.W042) Auto-created primary key used when not defining 
a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
HyperKittyConfig.default_auto_field attribute to point to a subclass of 
AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Favorite: (models.W042) Auto-created primary key used when not 
defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
HyperKittyConfig.default_auto_field attribute to point to a subclass of 
AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.LastView: (models.W042) Auto-created primary key used when not 
defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
HyperKittyConfig.default_auto_field attribute to point to a subclass of 
AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.MailingList: (models.W042) Auto-created primary key used when not 
defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
HyperKittyConfig.default_auto_field attribute to point to a subclass of 
AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Profile: (models.W042) Auto-created primary key used when not 
defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
HyperKittyConfig.default_auto_field attribute to point to a subclass of 
AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Tag: (models.W042) Auto-created primary key used when not defining a 
primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
HyperKittyConfig.default_auto_field attribute to point to a subclass of 
AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Tagging: (models.W042) Auto-created primary key used when not 
defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
HyperKittyConfig.default_auto_field attribute to point to a subclass of 
AutoField, e.g. 'django.db.models.BigAutoField'.
hyperkitty.Thread: (models.W042) Auto-created primary key used when not 
defining a primary key 

Bug#997019: The issue is IPv6 related

2021-10-25 Thread Colin Turner
Dear Maintainer,

I have fixed my issue. I finally realised this morning all my tests that the 
LMTP runner was running were on IPv4, and sure enough

telnet ::1 8024 

showed “Connection refused”

There are no firewall rules that seem to be relevant, so I guess mailman3 is 
not reachable on IPv6 maybe but I haven’t investigated further.

In the meantime I have changed the transport for exim4 to be as follows:

# /etc/exim4/conf.d/transport/55_mm3_transport
mailman3_transport:
  driver = smtp
  protocol = lmtp
  allow_localhost
  # hosts = localhost
  # There seems to be a problem with the host being used in ipv6? Let's try this
  hosts = 127.0.0.1
  port = MM3_LMTP_PORT
  rcpt_include_affixes = true

Should it be working over IPv6? And if not, is this worth adding to 
README.Debian?

Many thanks for your work and apologies for the issue!

Kind regards,

CT.


Bug#997019: mailman3: Mailman itself seems to be refusing LMTP connections from Exim4

2021-10-22 Thread Colin Turner
Package: mailman3
Version: 3.3.3-1
Severity: normal

Dear Maintainer,

Thank you for all your work on the mailman3 package. I have just started to try 
to install this and migrating a mailman2 residual configuration.

I have been unable to get mailman to receive mail from Exim4. While exim4 is 
selecting the correct router and transport I am getting:

2021-10-21 22:29:38 1mdfd3-005vLS-T4 == rolep...@lists.piglets.com 
R=mailman3_router T=mailman3_transport defer (111): Connection refused

on all emails I am trying to send as tests to the lists.

- Exim Config -

My exim4 transport is as follows:

# /etc/exim4/conf.d/transport/55_mm3_transport
mailman3_transport:
  driver = smtp
  protocol = lmtp
  allow_localhost
  hosts = localhost
  port = MM3_LMTP_PORT
  rcpt_include_affixes = true

and the MM3_LMTP_PORT is defined here:

# /etc/exim4/conf.d/main/25_mm3_macros
# The colon-separated list of domains served by Mailman.
domainlist mm_domains=lists.piglets.com

MM3_LMTP_PORT=8024

# MM3_HOME must be set to mailman's var directory, wherever it is
# according to your installation.
MM3_HOME=/var/lib/mailman3
MM3_UID=list
MM3_GID=list


# The configuration below is boilerplate:
# you should not need to change it.

# The path to the list receipt (used as the required file when
# matching list addresses)
MM3_LISTCHK=MM3_HOME/lists/${local_part}.${domain}

- mta in mailman.cfg -

The [mta] stanza of my mailman.cfg files is as below

[mta]
# The class defining the interface to the incoming mail transport agent.
incoming: mailman.mta.exim4.LMTP
#incoming: mailman.mta.postfix.LMTP

# The callable implementing delivery to the outgoing mail transport agent.
# This must accept three arguments, the mailing list, the message, and the
# message metadata dictionary.
outgoing: mailman.mta.deliver.deliver

# How to connect to the outgoing MTA.  If smtp_user and smtp_pass is given,
# then Mailman will attempt to log into the MTA when making a new connection.
smtp_host: 127.0.0.1
smtp_port: 25
smtp_user:
smtp_pass:

# Where the LMTP server listens for connections.  Use 127.0.0.1 instead of
# localhost for Postfix integration, because Postfix only consults DNS
# (e.g. not /etc/hosts).
lmtp_host: localhost
lmtp_port: 8024

# Where can we find the mail server specific configuration file?  The path can
# be either a file system path or a Python import path.  If the value starts
# with python: then it is a Python import path, otherwise it is a file system
# path.  File system paths must be absolute since no guarantees are made about
# the current working directory.  Python paths should not include the trailing
# .cfg, which the file must end with.
configuration: python:mailman.config.exim4
#configuration: python:mailman.config.postfix

-

I have tried restarting all the relevant services. Telnet shows the runner to 
be listening

root@gondolin:~# telnet localhost 8024
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 gondolin.piglets.org GNU Mailman LMTP runner 2.0

But for some reason all email inbound is being rejected as connection refused. 
I have probably made an elementary error, but I'm not sure where if so, so 
apologies in advance.

Kind regards,

CT.

PS. I also ran into the issue #996560 of broken web links and fixed it with the 
same workaround

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-8-amd64 (SMP w/4 CPU threads)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mailman3 depends on:
ii  dbconfig-sqlite3 2.0.20
ii  debconf [debconf-2.0]1.5.77
ii  init-system-helpers  1.60
ii  logrotate3.18.1-2
ii  lsb-base 11.1.0
ii  python3  3.9.2-3
ii  python3-aiosmtpd 1.4.2-1
ii  python3-alembic  1.7.1-3
ii  python3-authheaders  0.13.0-1
ii  python3-authres  1.2.0-2
ii  python3-click7.1.2-1
ii  python3-dateutil 2.8.1-6
ii  python3-dnspython2.0.0-1
ii  python3-falcon   3.0.1-2
ii  python3-flufl.bounce 3.0.1-1
ii  python3-flufl.i18n   3.0.1-1
ii  python3-flufl.lock   5.0.1-1
ii  python3-gunicorn 20.1.0-1
ii  python3-importlib-resources  5.1.2-1
ii  python3-lazr.config  2.2.3-1
ii  python3-passlib  1.7.4-1
ii  python3-psycopg2 2.8.6-2
ii  python3-public   0.5-1.1
ii  python3-pymysql  1.0.2-2
ii  python3-requests 2.25.1+dfsg-2
ii  python3-sqlalchemy   1.3.22+ds1-1
ii  python3-zope.component   4.3.0-3
ii  python3-zope.configuration   

Bug#891691: [Pkg-mailman-hackers] Bug#891691: Bug#891691: mailman3-core: Cannot install mailman3-suite with mysql database

2018-08-15 Thread Colin Turner


> On 13 Aug 2018, at 22:29, Pierre-Elliott Bécue  wrote:
> 


[..]

>> 
> 
> Dear Colin,
> 
> As this bug is not fixable by ourselves (it's not specifically a
> mailman-web bug), may I close this bug?
> 
> Cheers!
> 

Good morning Pierre-Elliott,

Yes, that seems the right thing to do at this stage. Many thanks indeed.

Kind regards,

CT.



Bug#891691: [Pkg-mailman-hackers] Bug#891691: Bug#891691: mailman3-core: Cannot install mailman3-suite with mysql database

2018-03-01 Thread Colin Turner
Hi Jonas et al.,

> Hi there,
> 
> Am 28.02.2018 um 19:29 schrieb Pierre-Elliott Bécue:
>>> I have attempted to install mailman3-suite, and allowed automatic 
>>> configuration using mysql. I think this was the default presented choice.
> 
> This should not have been the case. Default choice is sqlite, second
> option is pgsql and third option is mysql.

You are correct. It must have been in the debconf settings from my first 
attempt when I tried again and recorded it all. A purge revealed sqlite as the 
first choice.

>>> So I'm guessing there is a missing dependency here. I tried installing 
>>> python-mysqldb,
> 
> Indeed, you ran into a missing dependency on 'python-mysqldb'. We don't
> directly depend on it as it's an alternative DB backend. For alternative
> solutions, it's common to use alternative dependencies. So for the DB
> backends, we have the following dependencies:
> 
> dbconfig-sqlite3 | dbconfig-pgsql | dbconfig-mysql | dbconfig-no-thanks
> and
> python-psycopg2 | python3-pymysql
> 
> There's a mistake indeed as the alternative dependency for mysql should
> be 'python-mysqldb' (the python2 version, not the python3 one). This is
> fixed in the Git repo now and will be fixed with the next upload.
> 
> But still, you have to take care of installing the alternative
> depenencies yourself if you want to use a different DB backend than the
> default one.
> 

This is a very good point, and as noted above I was incorrect in my assumption 
about defaults.

On a tangential note this server hosts lots of PHP stuff with mysql backends, I 
happened to know mailman2 with Python, but I didn’t know when I installed 
mailman3 (the first time) that it was Python django. Hence it wasn’t obvious to 
me this would be an issue. However, this is really, if anything an issue for 
the dbconfig package perhaps.


[..]

>>> django.db.utils.OperationalError: (1071, 'Specified key was too long; max 
>>> key length is 767 bytes')
>>> dpkg: error processing package mailman3-suite (--configure):
>>> installed mailman3-suite package post-installation script subprocess 
>>> returned error exit status 1
>>> Errors were encountered while processing:
>>> mailman3-suite
>> 
>> This error is a bummer. It comes from innoDB implementations of SQL servers.
>> The main idea is that there is a limited length for the index deployment on
>> varchar fields, and one field in django-allauth/mailman is 255 chars, which
>> is more than 767 bytes (191 chars).
> 
> Yep, correct. See Debian bugreport #886756[1] and upstream bugreport
> MDEV-14904[2].
> 
> This is an ugly bug that only exists in MariaDB 10.1 due to the
> combination of default charset 'utf8mb4', old innodb_file_format and no
> inoodb_default_file_format.
> 
> This topic is already discussed in section 'MySQL database backend' in
> README.Debian (/usr/share/doc/mailman3-suite/README.Debian or [3]).

Really interesting…

> 
> I don't see an easy solution to that except fixing MDEV-14904 upstream
> (which was promised to be done) and backporting it to the mariadb-10.1
> packages in Debian.
> 
> For now, your options are:
> 
> * Switch to mariadb10.2 or mariadb10.3
> * Switch back to 'utf8' as default charset at your mariadb 10.1 instance
>  (not even sure if that is sufficient)
> * Use another DB backend

I tried sqlite after purging everything, ensuring /var/log/mailman3/ was gone 
and so on. But I still got the permissions problem on the logging, so I’ve 
filed another report. I hope helpful rather than a nuisance.

Kind regards,

CT.



Bug#891849: mailman3-core: Cron errors, permission denied: '/var/log/mailman3/mailman-suite.log'

2018-03-01 Thread Colin Turner
Package: mailman3-core
Version: 3.1.1-4
Severity: normal

Dear Maintainers,

Thanks so much for your work on these packages, and responses to previous bugs.

I tried another fresh install, using sqlite as a backend. I still get cron 
related permissions problems as below, once a minute:

Traceback (most recent call last):
 File "/usr/bin/django-admin", line 21, in 
   management.execute_from_command_line()
 File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 364, in execute_from_command_line
   utility.execute()
 File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 338, in execute
   django.setup()
 File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 22, in setup
   configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
 File "/usr/lib/python2.7/dist-packages/django/utils/log.py", line 75, in 
configure_logging
   logging_config_func(logging_settings)
 File "/usr/lib/python2.7/logging/config.py", line 794, in dictConfig
   dictConfigClass(config).configure()
 File "/usr/lib/python2.7/logging/config.py", line 576, in configure
   '%r: %s' % (name, e))
ValueError: Unable to configure handler 'file': [Errno 13] Permission denied: 
'/var/log/mailman3/mailman-suite.log'

The permissions on the installed log directory and its current contents are as 
follows:

colin@oldgondolin:/var/log$ ls -al mailman3
total 80
drwxr-xr-x  2 list list  4096 Mar  1 15:05 .
drwxr-xr-x 43 root root 65536 Mar  1 15:03 ..
-rw-rw  1 list list 0 Mar  1 15:04 bounce.log
-rw-rw  1 list list 0 Mar  1 15:04 debug.log
-rw-rw  1 list list   659 Mar  1 15:04 mailman.log
-rw-r-  1 www-data www-data 0 Mar  1 15:05 mailman-suite.log
-rw-r-  1 www-data www-data  2041 Mar  1 15:05 mailman-suite-uwsgi.log
-rw-rw  1 list list 0 Mar  1 15:04 smtp.log


It may be worth mentioning that mailman2 is installed on this box.

Kind regards,

CT.

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 4.14.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mailman3-core depends on:
ii  dbconfig-sqlite32.0.9
ii  debconf [debconf-2.0]   1.5.65
ii  logrotate   3.11.0-0.1
ii  lsb-base9.20170808
ii  python3 3.6.4-1
ii  python3-aiosmtpd1.1-5
ii  python3-alembic 0.9.3-2
ii  python3-dnspython   1.15.0-1
ii  python3-falcon  1.0.0-2+b2
ii  python3-flufl.bounce2.3-4
ii  python3-flufl.i18n  2.0.1-1
ii  python3-flufl.lock  3.2-1
ii  python3-lazr.config 2.2-1
ii  python3-passlib 1.7.1-1
ii  python3-public  0.5-1
ii  python3-pymysql 0.7.11-1
ii  python3-requests2.18.4-1
ii  python3-sqlalchemy  1.1.11+ds1-1
ii  python3-zope.component  4.3.0-1
ii  python3-zope.configuration  4.0.3-3
ii  python3-zope.event  4.2.0-1
ii  python3-zope.interface  4.3.2-1+b1
ii  ucf 3.0036

Versions of packages mailman3-core recommends:
ii  exim4-daemon-heavy [mail-transport-agent]  4.90-3
ii  lynx   2.8.9dev16-2

Versions of packages mailman3-core suggests:
ii  default-mysql-server1.0.3
pn  mailman3-core-doc   
ii  mariadb-server-10.1 [virtual-mysql-server]  1:10.1.29-6

-- debconf information:
  mailman3-core/db/dbname: mailman.db
  mailman3-core/missing-db-package-error: abort
  mailman3-core/upgrade-error: abort
  mailman3-core/remote/port:
  mailman3-core/db/app-user: mailman3@localhost
* mailman3-core/database-type: sqlite3
  mailman3-core/purge: false
  mailman3-core/internal/skip-preseed: false
  mailman3-core/pgsql/admin-user: postgres
  mailman3-core/pgsql/changeconf: false
  mailman3-core/dbconfig-reinstall: false
  mailman3-core/db/basepath: /var/lib/mailman3/data
* mailman3-core/config_hyperkitty: true
  mailman3-core/pgsql/authmethod-admin: ident
  mailman3-core/pgsql/manualconf:
  mailman3-core/upgrade-backup: true
  mailman3-core/pgsql/authmethod-user: password
  mailman3-core/install-error: abort
  mailman3-core/remote/newhost:
  mailman3-core/remove-error: abort
  mailman3-core/mysql/admin-user:
  mailman3-core/dbconfig-remove: true
  mailman3-core/passwords-do-not-match:
* mailman3-core/dbconfig-install: true
  mailman3-core/mysql/method: Unix socket
  mailman3-core/remote/host: localhost
  mailman3-core/dbconfig-upgrade: true
  mailman3-core/pgsql/no-empty-passwords:
  mailman3-core/pgsql/method: TCP/IP
  mailman3-core/internal/reconfiguring: false
  

Bug#891691: [Pkg-mailman-hackers] Bug#891691: mailman3-core: Cannot install mailman3-suite with mysql database

2018-03-01 Thread Colin Turner
Good morning Pierre-Elliott,

Thanks for your speedy response.

[..]

>>  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in 
>> execute
>>self.errorhandler(self, exc, value)
>>  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in 
>> defaulterrorhandler
>>raise errorvalue
>> django.db.utils.OperationalError: (1071, 'Specified key was too long; max 
>> key length is 767 bytes')
>> dpkg: error processing package mailman3-suite (--configure):
>> installed mailman3-suite package post-installation script subprocess 
>> returned error exit status 1
>> Errors were encountered while processing:
>> mailman3-suite
> 
> This error is a bummer. It comes from innoDB implementations of SQL servers.
> The main idea is that there is a limited length for the index deployment on
> varchar fields, and one field in django-allauth/mailman is 255 chars, which
> is more than 767 bytes (191 chars).
> 
> What SQL server do you use?

Here are the mysql/maria packages on that box:

oldgondolin:/home/colin# dpkg --list | grep -E "mysql|maria"
ii  akonadi-backend-mysql4:16.04.3-6 
all  MySQL storage backend for Akonadi
ii  default-mysql-client 1.0.3   
all  MySQL database client binaries (metapackage)
ii  default-mysql-server 1.0.3   
all  MySQL database server binaries and system database setup 
(metapackage)
ii  dovecot-mysql1:2.2.33.2-1
i386 secure POP3/IMAP server - MySQL support
ii  libaprutil1-dbd-mysql:i386   1.6.1-1 
i386 Apache Portable Runtime Utility Library - MySQL Driver
ii  libdbd-mysql-perl4.041-2+b1  
i386 Perl5 database interface to the MariaDB/MySQL database
ii  libmariadbclient18:i386  1:10.1.29-6 
i386 MariaDB database client library
ii  libmysqlclient16 5.1.66-0+squeeze1   
i386 MySQL database client library
ii  libmysqlclient18:i3865.6.30-1
i386 MySQL database client library
ii  libqt4-sql-mysql:i3864:4.8.7+dfsg-11 
i386 Qt 4 MySQL database driver
ii  libqt5sql5-mysql:i3865.9.2+dfsg-6
i386 Qt 5 MySQL database driver
ii  mariadb-client-10.1  1:10.1.29-6 
i386 MariaDB database client binaries
ii  mariadb-client-core-10.1 1:10.1.29-6 
i386 MariaDB database core client binaries
ii  mariadb-common   1:10.1.29-6 
all  MariaDB common metapackage
ii  mariadb-server-10.1  1:10.1.29-6 
i386 MariaDB database server binaries
ii  mariadb-server-core-10.1 1:10.1.29-6 
i386 MariaDB database core server files
ii  mysql-common 5.8+1.0.3   
all  MySQL database common files, e.g. /etc/mysql/my.cnf
rc  mysql-server-5.1 5.1.61-3
i386 MySQL database server binaries and system database setup
rc  mysql-server-5.5 5.5.43-0+deb8u1 
i386 MySQL database server binaries and system database setup
rc  mysql-server-5.6 5.6.30-1
i386 MySQL database server binaries and system database setup
rc  mysql-server-5.7 5.7.17-1
i386 MySQL database server binaries and system database setup
ii  php-mdb2-driver-mysql1.5.0b4-2   
all  mysql MDB2 driver
ii  php-mysql1:7.0+57
all  MySQL module for PHP [default]
ii  php5-mysql   5.6.30+dfsg-0+deb8u1
i386 MySQL module for php5
ii  php7.0-mysql 7.0.27-1
i386 MySQL module for PHP
ii  python-mysqldb   1.3.10-1
i386 Python interface to MySQL
ii  python3-pymysql  0.7.11-1
all  Pure-Python MySQL Driver - Python 3.x
ii  roundcube-mysql  1.3.3+dfsg.1-2  
all  metapackage providing MySQL dependencies for RoundCube

Interesting to hear what the problem is, I didn’t know of this Django potential 
problem. I have my own Django web app that was deployed on some other Debian 
boxes, in this case mariadb-server-10.1=10.1.26-0+deb9u1, so I’ll keep an eye 
out for that one.


Bug#891553: [Pkg-mailman-hackers] Bug#891553: mailman3-suite: Cannot remove package

2018-02-27 Thread Colin Turner
Hi Jonas,

> Am 26.02.2018 um 17:01 schrieb Colin Turner:
>> Thanks for your work on this package.
> 
> Thanks for reporting the bug :)

Thanks for the rapid reply!

>> I attempted to install mailman3 but found that the service would not start 
>> and generated a lot of cron errors as a result. Efforts to configure and fix 
>> the package failed and I decided to remove it.
> 
> Mh, could you report the issues you discovered with starting mailman3 in
> separate bugreports? Is it mailman3-core that fails to start, or the
> UWSGI daemon in mailman3-suite? What's the exact "cron errors" you get?

I’ve removed the package with your instructions below. Many thanks. I’ve tried 
to reinstall and will file separate bugs. (I hope, I’ve had to reconfigure the 
mail server on the machine I was testing on as it is not no longer in actual 
service).

Kind regards,

CT.



Bug#891691: mailman3-core: Cannot install mailman3-suite with mysql database

2018-02-27 Thread Colin Turner
Package: mailman3-core
Version: 3.1.1-4
Severity: normal

Dear Maintainer,

Many thanks for your work on these packages. I'm following up from bug 891553.

I have attempted to install mailman3-suite, and allowed automatic configuration 
using mysql. I think this was the default presented choice.
This configuration failed, with this error transcript.

Errors were encountered while processing:
 mailman3-suite
E: Sub-process /usr/bin/dpkg returned an error code (1)
Setting up mailman3-suite (0+20170523-10) ...
Determining localhost credentials from /etc/mysql/debian.cnf: succeeded.
dbconfig-common: writing config to /etc/dbconfig-common/mailman3-suite.conf
mailman3suite already exists and has privileges on mailman3suite.
creating database mailman3suite: already exists.
dbconfig-common: flushing administrative password
Traceback (most recent call last):
  File "/usr/bin/django-admin", line 21, in 
management.execute_from_command_line()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 364, in execute_from_command_line
utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 338, in execute
django.setup()
  File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
  File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in 
populate
app_config.import_models()
  File "/usr/lib/python2.7/dist-packages/django/apps/config.py", line 202, in 
import_models
self.models_module = import_module(models_module_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
  File "/usr/lib/python2.7/dist-packages/hyperkitty/models/__init__.py", line 
27, in 
from .category import ThreadCategoryg
  File "/usr/lib/python2.7/dist-packages/hyperkitty/models/category.py", line 
30, in 
class ThreadCategory(models.Model):
  File "/usr/lib/python2.7/dist-packages/django/db/models/base.py", line 124, 
in __new__
new_class.add_to_class('_meta', Options(meta, app_label))
  File "/usr/lib/python2.7/dist-packages/django/db/models/base.py", line 325, 
in add_to_class
value.contribute_to_class(cls, name)
  File "/usr/lib/python2.7/dist-packages/django/db/models/options.py", line 
214, in contribute_to_class
self.db_table = truncate_name(self.db_table, 
connection.ops.max_name_length())
  File "/usr/lib/python2.7/dist-packages/django/db/__init__.py", line 33, in 
__getattr__
return getattr(connections[DEFAULT_DB_ALIAS], item)
  File "/usr/lib/python2.7/dist-packages/django/db/utils.py", line 211, in 
__getitem__
backend = load_backend(db['ENGINE'])
  File "/usr/lib/python2.7/dist-packages/django/db/utils.py", line 115, in 
load_backend
return import_module('%s.base' % backend_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
  File "/usr/lib/python2.7/dist-packages/django/db/backends/mysql/base.py", 
line 30, in 
'Did you install mysqlclient or MySQL-python?' % e
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No 
module named MySQLdb.
Did you install mysqlclient or MySQL-python?
dpkg: error processing package mailman3-suite (--configure):
 installed mailman3-suite package post-installation script subprocess returned 
error exit status 1
Errors were encountered while processing:
 mailman3-suite

So I'm guessing there is a missing dependency here. I tried installing 
python-mysqldb, but this provided a different error:

Errors were encountered while processing:
 mailman3-suite
E: Sub-process /usr/bin/dpkg returned an error code (1)
Setting up mailman3-suite (0+20170523-10) ...
Determining localhost credentials from /etc/mysql/debian.cnf: succeeded.
dbconfig-common: writing config to /etc/dbconfig-common/mailman3-suite.conf
mailman3suite already exists and has privileges on mailman3suite.
creating database mailman3suite: already exists.
dbconfig-common: flushing administrative password
Traceback (most recent call last):
  File "/usr/bin/django-admin", line 21, in 
management.execute_from_command_line()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 364, in execute_from_command_line
utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 356, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
283, in run_from_argv
self.execute(*args, **cmd_options)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
330, in execute
output = self.handle(*args, **options)
  File 
"/usr/lib/python2.7/dist-packages/django/core/management/commands/migrate.py", 
line 204, in handle
fake_initial=fake_initial,
  File "/usr/lib/python2.7/dist-packages/django/db/migrations/executor.py", 
line 115, in 

Bug#891553: mailman3-suite: Cannot remove package

2018-02-26 Thread Colin Turner
Package: mailman3-suite
Version: 0+20170523-9
Severity: important

Dear Maintainer,

Thanks for your work on this package.

I attempted to install mailman3 but found that the service would not start and 
generated a lot of cron errors as a result. Efforts to configure and fix the 
package failed and I decided to remove it.

Unfortunately I cannot remove this package.

oldgondolin:/home/colin# aptitude -f purge mailman3-suite
The following packages will be REMOVED:  
  mailman3-suite{ap} 
0 packages upgraded, 0 newly installed, 1 to remove and 847 not upgraded.
Need to get 0 B of archives. After unpacking 99.3 kB will be freed.
Do you want to continue? [Y/n/?] y
(Reading database ... 506921 files and directories currently installed.)
Removing mailman3-suite (0+20170523-9) ...
You must invoke apache2-maintscript-helper with an unmodified environment when 
sourcing it
dpkg: error processing package mailman3-suite (--remove):
 installed mailman3-suite package post-removal script subprocess returned error 
exit status 1
Errors were encountered while processing:
 mailman3-suite
E: Sub-process /usr/bin/dpkg returned an error code (1)

I wouldn't mind testing the package again, but at the moment it's rendering the 
entire packaging system inoperative. As it happens this is on a server I'm 
decomissioning, but it's still making life more complicated.

Kind regards,

CT.


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 4.14.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mailman3-suite depends on:
ii  dbconfig-sqlite3  2.0.9
ii  debconf [debconf-2.0] 1.5.65
ii  lsb-base  9.20170808
pn  node-less 
ii  python2.7.14-4
pn  python-django-hyperkitty  
pn  python-django-postorius   
pn  python-whoosh 
ii  python3-pymysql   0.7.11-1
pn  ruby-sass 
ii  ucf   3.0036
ii  uwsgi 2.0.15-10.2
pn  uwsgi-plugin-python   

Versions of packages mailman3-suite recommends:
ii  libapache2-mod-proxy-uwsgi  2.0.15-10.2

Versions of packages mailman3-suite suggests:
ii  default-mysql-server1.0.3
ii  mariadb-server-10.1 [virtual-mysql-server]  1:10.1.29-6

-- debconf information:
  mailman3-suite/missing-db-package-error: abort
  mailman3-suite/remote/port:
* mailman3-suite/configure-webserver: apache2
  mailman3-suite/install-error: abort
  mailman3-suite/db/basepath: /var/lib/mailman3/web
  mailman3-suite/pgsql/no-empty-passwords:
  mailman3-suite/pgsql/admin-user: postgres
  mailman3-suite/remote/host: localhost
  mailman3-suite/remove-error: abort
  mailman3-suite/internal/reconfiguring: false
  mailman3-suite/upgrade-error: abort
  mailman3-suite/dbconfig-upgrade: true
  mailman3-suite/mysql/method: Unix socket
  mailman3-suite/pgsql/authmethod-user: password
* mailman3-suite/superuser-name: admin
  mailman3-suite/pgsql/method: TCP/IP
  mailman3-suite/pgsql/changeconf: false
* mailman3-suite/dbconfig-remove: true
* mailman3-suite/restart-webserver: true
  mailman3-suite/db/dbname: mailman3suite.db
* mailman3-suite/emailname: lists.piglets.org
  mailman3-suite/upgrade-backup: true
* mailman3-suite/database-type: sqlite3
* mailman3-suite/purge: true
  mailman3-suite/pgsql/manualconf:
  mailman3-suite/passwords-do-not-match:
  mailman3-suite/internal/skip-preseed: false
  mailman3-suite/pgsql/authmethod-admin: ident
  mailman3-suite/mysql/admin-user:
* mailman3-suite/superuser-mail: c...@piglets.org
  mailman3-suite/dbconfig-reinstall: false
  mailman3-suite/db/app-user: mailman3suite@localhost
* mailman3-suite/dbconfig-install: true
  mailman3-suite/remote/newhost:



Bug#799045: podget: silent mode is not totally silent

2015-09-15 Thread Colin Turner
Package: podget
Version: 0.7.6-1
Severity: normal

Dear Maintainer,

I am running podget --silent in a cron task. Unfortunately podget is no longer 
silent, producing what seems to be a single line feed as output. The result is 
that cron is emailing me this (apparently empty) output everyday. Running 
without the --silent flag shows the program functioning as usual.

I would obviously expect --silent to produce absolutely no output except errors.

Thank you for your work on this package.

Kind regards,

CT.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'oldoldstable-updates'), (500, 
'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages podget depends on:
ii  bash 4.3-13
ii  coreutils8.23-4
ii  debianutils  4.5.1
ii  findutils4.4.2-9+b1
ii  gawk 1:4.1.1+dfsg-1
ii  grep 2.21-2
ii  mawk 1.3.3-17
ii  sed  4.2.2-6.1
ii  wget 1.16.3-3

podget recommends no packages.

Versions of packages podget suggests:
ii  libc-bin  2.19-19

-- no debconf information



Bug#765466: redmine: db:migrate fails on postinst wrong number of arguments (2 for 1)

2014-10-15 Thread Colin Turner
Package: redmine
Version: 3.0~20140825-1
Severity: important

Hi Antonio, Ondrej,

I'm running Redmine on a machine that has a default release of testing, but 
hadn't run dist-upgrade for some time (for instance the Apache 2.2 to 2.4 
transition was in this).

Redmine is running with Passenger, see http://foss.ulster.ac.uk/redmine/

It looks like, in retrospect, aspects of the dist-upgrade did not complete, but 
I upgraded from 1.4.4+dfsg1-3 to 3.0~20140825-1, but the problem has not 
resolved.

In between this I was encountering errors out of gems missing, and used bundle
install, having to install a number of libs (ruby-dev, libpg-dev, 
libmagick-dev) to do so. It is possible this has made a mess of something.

All dist-upgrade stuff is now up to date, with the exception of a not-fully 
configured redmine package.

Running

rake db:migrate RAILS_ENV=production --trace

provides the following output.

root@foss:/usr/share/redmine# rake db:migrate RAILS_ENV=production --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:migrate
== 2013021541 PopulateIssuesClosedOn: migrating ===
rake aborted!
StandardError: An error has occurred, this and all later migrations canceled:

wrong number of arguments (2 for 
1)/usr/lib/ruby/vendor_ruby/active_record/relation.rb:316:in `update_all'
/usr/lib/ruby/vendor_ruby/active_record/querying.rb:8:in `update_all'
/usr/share/redmine/db/migrate/2013021541_populate_issues_closed_on.rb:18:in 
`up'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:598:in `exec_migration'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:579:in `block (2 levels) 
in migrate'
/usr/lib/ruby/2.1.0/benchmark.rb:279:in `measure'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:578:in `block in migrate'
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:294:in
 `with_connection'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:577:in `migrate'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:752:in `migrate'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:991:in `block in 
execute_migration_in_transaction'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:1037:in `block in 
ddl_transaction'
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/database_statements.rb:201:in
 `block in transaction'
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/database_statements.rb:209:in
 `within_new_transaction'
/usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/database_statements.rb:201:in
 `transaction'
/usr/lib/ruby/vendor_ruby/active_record/transactions.rb:208:in `transaction'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:1037:in `ddl_transaction'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:990:in 
`execute_migration_in_transaction'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:952:in `block in migrate'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:948:in `each'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:948:in `migrate'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:807:in `up'
/usr/lib/ruby/vendor_ruby/active_record/migration.rb:785:in `migrate'
/usr/lib/ruby/vendor_ruby/active_record/railties/databases.rake:34:in `block (2 
levels) in top (required)'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:240:in `call'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:240:in `block in execute'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:235:in `each'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:235:in `execute'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:179:in `block in 
invoke_with_call_chain'
/usr/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:172:in 
`invoke_with_call_chain'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/task.rb:165:in `invoke'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:150:in 
`invoke_task'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:106:in `block (2 
levels) in top_level'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:106:in `each'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:106:in `block in 
top_level'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:115:in 
`run_with_threads'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:100:in `top_level'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:78:in `block in 
run'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:176:in 
`standard_exception_handling'
/var/lib/gems/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:75:in `run'
/var/lib/gems/2.1.0/gems/rake-10.3.2/bin/rake:33:in `top (required)'
/usr/local/bin/rake:23:in `load'
/usr/local/bin/rake:23:in `main'
ArgumentError: wrong number of arguments (2 for 1)

Bug#630646: Selecting Hibernate for When the power button is pressed takes no effect

2014-03-19 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

All,

I am able to suspend and hibernate correctly now. Thanks,

CT.

On 18/03/14 22:42, althaser wrote:
 you can try using this extension 
 https://extensions.gnome.org/extension/5/alternative-status-menu/
 also.
 
 cheers, althaser
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJTKUzvAAoJEJhSfHbQK6t797gP/3t0VPpfjCDzGq51D7yX6xeK
nxCVhgzlZWQnBNQv4LlG0Jy+xawOXoBiE9dGBwYtnW+JnCE9Cx7cPKg4LC25EsJU
I2AFP5eYXKohDPGigPXbz0AEIHf30B4l0q8a4srlVI0ATMJqewL2zI/iW4yVDSnU
0PaUDhi4v3H9ezCMUMGBXtLSkbjeqll1Y/s9vZ0qhmtWWukLAVtLjGenbtjWHmEx
XxfnYi7AfLP6IETN7ItwpGlUaOCUKH1NT5pfnqox24aZDKlRRlUDwsWYRXKeOuZh
fKs7gLskuczs81CRnP21nXzaypICnG9YEjWIgxyRTosDdF8FOzcmbXTHFCLZHULo
rXZikvRNPdK7tzfT9idUDcFREeQ3sJOYAaWnkeh79M7Azk5bAOw/keOhskLvD2+g
T1F2jUrvxVnsTyIn1EKzNF8rlHRld4qdup/37Mmc6gHXVWBZmKi7ui6bwRk/AKr0
EMgZTXF8TxicfVUFQlTt4g4byICRj4jr6PHsmDB/76eRVMlWJkw4Ur/BI5zenPmR
+Aked1oqs/ktMqThFTCXO/ZQl3lyqC+ZFoP0Z0WEJ14x5y4qhevQVyTIG9v/MFyn
vhcjjXi2Y4+kd4EC2Hz4ZjyDaTvCgUOcfQzSN5Rq25beu+CePt70qdWD67mVBWSZ
OeeOAYwu2kxMJUYnZt3y
=mj5G
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#717812: virtualbox: Screen Corruption in Windows 7 Client

2013-07-25 Thread Colin Turner
Package: virtualbox
Version: 4.2.16-dfsg-1
Severity: normal

Dear Maintainer,

I had a perfectly working VirtualBox setup running a Windows 7 client. At some 
point over the last month or so, after an upgrade I have significant screen 
corruption making it hard to use the client (for instance, when writing an 
email in Outlook, one cannot read the currently typed line until forcing redraw 
by going up and down).

I'm not sure if this is fully a VirtualBox issue, but I'm not seeing any such 
corruption in the native Gnome environment.

Thank you for your work on this package,

CT.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages virtualbox depends on:
ii  adduser  3.113+nmu3
ii  dpkg 1.16.10
ii  libc62.17-7
ii  libcurl3 7.31.0-2
ii  libgcc1  1:4.8.1-2
ii  libgsoap32.8.12-1
ii  libpng12-0   1.2.49-4
ii  libpython2.7 2.7.5-5
ii  libsdl1.2debian  1.2.15-5
ii  libssl1.0.0  1.0.1e-3
ii  libstdc++6   4.8.1-2
ii  libx11-6 2:1.6.0-1
ii  libxcursor1  1:1.1.14-1
ii  libxext6 2:1.3.2-1
ii  libxml2  2.9.1+dfsg1-2
ii  libxmu6  2:1.1.1-1
ii  libxt6   1:1.1.3-1+deb7u1
ii  python   2.7.5-2
ii  python2.72.7.5-5
ii  zlib1g   1:1.2.8.dfsg-1

Versions of packages virtualbox recommends:
ii  libgl1-mesa-glx [libgl1]  9.1.4-1
ii  libqt4-opengl 4:4.8.5+dfsg-2
ii  libqtcore44:4.8.5+dfsg-2
ii  libqtgui4 4:4.8.5+dfsg-2
ii  virtualbox-dkms   4.2.16-dfsg-1
ii  virtualbox-qt 4.2.16-dfsg-1
ii  virtualbox-source 4.2.16-dfsg-1

Versions of packages virtualbox suggests:
ii  vde22.3.2-4
ii  virtualbox-guest-additions-iso  4.2.10-2

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#688577: libapache2-mod-auth-cas: Cannot load module (undefined symbol: CRYPTO_THREADID_get_id_callback)

2012-09-23 Thread Colin Turner
Package: libapache2-mod-auth-cas
Version: 1.0.9.1-1
Severity: normal

Hi,

Perhaps I am missing something obvious. I installed the package and enabled the 
module with a2enmod but on attempting to restart Apache I got:

line 1 of /etc/apache2/mods-enabled/auth_cas.load: Cannot load 
/usr/lib/apache2/modules/mod_auth_cas.so into server: 
/usr/lib/apache2/modules/mod_auth_cas.so: undefined symbol: 
CRYPTO_THREADID_get_id_callback

which Google seems to suggest needs a patch to the .h file... but this is 
presumably working for others?

Thanks for all your work on this package,

CT.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libapache2-mod-auth-cas depends on:
ii  apache2.2-common  2.2.22-11
ii  libc6 2.13-35
ii  libcurl3  7.26.0-1
ii  libssl1.0.0   1.0.1c-4

libapache2-mod-auth-cas recommends no packages.

libapache2-mod-auth-cas suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#657395: Metacity note

2012-06-16 Thread Colin Turner
Note that to work, the packages above need a metacity gconf setting:

gconftool-2 -s -t string /apps/metacity/general/titlebar_font 'Sans Bold 10'

without this, the settings dialog fails to open.

CT.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#657395: Working Packages

2012-06-12 Thread Colin Turner

Hi All,

I wish I had time to build these packages, but I did find some here:

http://forums.debian.net/viewtopic.php?f=6t=79690

and they work on Wheezy...

a thing of beauty.

CT.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#670128: mboxcheck: defined(%hash) is deprecated warning

2012-04-23 Thread Colin Turner
Package: mboxcheck
Version: 0.2.0
Severity: normal

Dear Maintainer,

Hi, after a dist-upgrade I am seeing these warnings:

defined(%hash) is deprecated at /usr/bin/mboxcheck line 266.
(Maybe you should just omit the defined()?)
defined(%hash) is deprecated at /usr/bin/mboxcheck line 272.
(Maybe you should just omit the defined()?)

which I think are due to the change in Perl syntax.

Many thanks for your work on this packaged.

Kind regards,

CT.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages mboxcheck depends on:
ii  perl  5.14.2-9

mboxcheck recommends no packages.

mboxcheck suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#670078: mosh: UTF-8 error misleading

2012-04-22 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: mosh
Version: 1.1.3-1
Severity: minor

Dear Maintainer,

I first installed mosh on Debian client and server and on trying to
connect got a fatal error that a UTF-8 locale was required; but the
client only had a utf8 locale (see below) and the server supported
that locale among others.

In the end I was able on the server to set the default locale to the
utf8 rather than what it was set to, which appeared to be none.

I guess I'm surprised that you need to not only have the locale on the
server but have it set as default?

Many thanks for packaging this program.

Regards,

CT.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'),
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mosh depends on:
ii  libc6   2.13-27
ii  libgcc1 1:4.7.0-1
ii  libio-pty-perl  1:1.08-1+b2
ii  libncurses5 5.9-4
ii  libprotobuf72.4.1-1
ii  libstdc++6  4.7.0-1
ii  libtinfo5   5.9-4
ii  libutempter01.1.5-4
ii  openssh-client  1:5.9p1-5
ii  zlib1g  1:1.2.6.dfsg-2

mosh recommends no packages.

mosh suggests no packages.

- -- no debconf information
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJPlEzMAAoJEJhSfHbQK6t7f+EP/27TmxFkznDRJLXfPwtmR90r
bFM67cUYUBnBrNXLY3KDKqfz3OXs8VjImkWwjBgw4/90nw/lIXkpwoySEd6Ucj/g
EkEMskXMHS7X7LL2IbJ7lD47pIb3nxAWnEatk6DYKyP7jWXN58kzFQbheVm8FviC
59SP3ftURwoA9CqiyP23jpyd6EfpgjfcRPvd4HCQhuHCVGzmphUo+m/stOKPKvEC
TK3KQRhheHKGz08OUMNu/TDsnyRQCJVLYfbTerzvf78GMGjTFntDGQDSwS4R4qey
di0Nm0dfXrSKk0qMWAh5PWhsilFSXgjdLUuSLPVVfrQjpxF1c5d0urshyEC9TCqJ
lgSgQqKELvLLSy8V0/7KfwQYxJNfvtP20XcUI8I6EqJb+rOtRasuKdUMU67/WuEd
wwjSUxf5ukTosil/bQcK9U86bEsJDQdV8n/DVv/RNYKz3siq0sYZeuyFggdmRLp7
b254pTl0E9n4GJlYgECbAEqm0EU90gcu789+1QjBijUI7yqIOdlBUEC/r9D8SYep
WkZmpGGsDpiMZPSCpaGv//9EtOT3ZB1JPP2cn626jeiemGTbw/HpaOevCr7rwYt+
mYSn7VbCAmVcICPBUFZ2+JyyxxGp7v8DljIzFZQ8v96n4FkFBNROuCeSzsQy2ngD
MJVgUmdKtsftRlxjhAgp
=3chs
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#670079: mosh: Mosh problems with firewall (xxx s without contact

2012-04-22 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: mosh
Version: 1.1.3-1
Severity: normal

Dear Maintainer,

Thanks very much for packaging this very interesting application, I
could really do with it.

I found some problems getting it to connect to my main server, which
evaporated when I disabled the firewall. My firewall essentially
disables most access and then opens it for specific ports. But it
includes this section.

=== Start Clip ===

# Anything on the external interface which is related to, or otherwise
to do

# with an existing connection is allowed. Also allow new outbound
connections.

iptables -A OUTPUT  -o $DMZ_INTERFACE -m state --state
NEW,ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT   -i $DMZ_INTERFACE -m state --state
ESTABLISHED,RELATED -j ACCEPT
#iptables -A FORWARD -i $DMZ_INTERFACE -o $LAN_INTERFACE -m state
- --state ESTABLISHED,RELATED -j ACCEPT

=== End Clip ===

which I would have expected would have allowed mosh through.

Indeed, I switched off the firewall, initiated a mosh connection and
brought the firewall back up. That connection is still live as I type,
and working; but another mosh session I just tried failed. This
suggests to me that the bypass may be partially working after the
initial connect.

Perhaps mosh starts the connection on SSH, and then relies on the
client to contact the server process - if the server process initiated
this first it would solve this problem without having to open hundreds
of UDP ports on the firewall.

Kind regards,

CT.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'),
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mosh depends on:
ii  libc6   2.13-27
ii  libgcc1 1:4.7.0-1
ii  libio-pty-perl  1:1.08-1+b2
ii  libncurses5 5.9-4
ii  libprotobuf72.4.1-1
ii  libstdc++6  4.7.0-1
ii  libtinfo5   5.9-4
ii  libutempter01.1.5-4
ii  openssh-client  1:5.9p1-5
ii  zlib1g  1:1.2.6.dfsg-2

mosh recommends no packages.

mosh suggests no packages.

- -- no debconf information
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJPlEyDAAoJEJhSfHbQK6t7RsUP/ia7NGsJ+8sUWPsAPZf/fQo8
A98sAyWV2D8Fb6hM+9aYDHTfRck00CW5f5KzEyE7w8dVLCzQk2dtp5p/knyiWW69
FWjZ90FcodYxUAwYHLyxm23RpjJNLAuj10pcLlkivb5T4+azrHQsubZs5VwuJEPW
I2Kor59n8ozbKvaExhwDWFsT5srxN76n2xhHKx65C2H50D1DV3L4ryR26rWbjWhC
nm6LG0BdEaihU8f1rNBzOFme0whKJQaFy1KtUVKR6C8iNWaAIXfQNj7HvgxKDDLi
IvRrTfJ3gN20GpZX+a+v6+JdLEBDJ0SbCQSKgoOmf3xAlgB7LWyedecLdn2OHIKM
LfhgAJz8xw204juwIJoUIvgqwtTMzzFfL5mjWl4/1DxGGrpTi3mwSds/6jPiIE4x
AKkeHC/0Y6bLF+Z7267bHcspCGV05RUbfeeF/aC1P+PA6kazFIYbgO8HqS7XGPSK
fP62hh2BRfY1PYyjvbmpiPZ3gCgv3rVWByNfBxby0QnO0DLFKNDehzrfr2ICLOnE
ckU1a6WjZbxJ2dpR2eJevb2M9KOmzUQFiFVY60UW05QJG2SjTTa7YB/up0pCqbsz
qj5D7hPhEjEAuvHxndC0dgxB4g1IDziQubEKCiYTUN9VVcmsyA79lHjrJWHlBgrL
6J/A5XegzEp3+Eax1mQk
=SrX3
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#665193: rabbitvcs-nautilus: Filenames with spaces are treated as if not under VCS

2012-03-22 Thread Colin Turner
Package: rabbitvcs-nautilus
Version: 0.15.0.5-1
Severity: normal

Dear Maintainer,

There is a bug under Gnome 3 that filenames with spaces are not handled 
corrected by RabbitVCS.

The icons do not show them as under version control, and it isn't possible to 
commit changes to such files.

I keep most of my home directory under SVN so this is perhaps more apparent 
that it would be in a code repository.

The issue seems to have received some attention upstream here:

http://code.google.com/p/rabbitvcs/issues/detail?id=279q=spacecolspec=Stars%20ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary

Kind regards, and thanks for packaging this neat tool,

CT.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rabbitvcs-nautilus depends on:
ii  nautilus 3.2.1-2+b1
ii  python-gobject   3.1.0-2
ii  python-nautilus  1.1-3
ii  rabbitvcs-core   0.15.0.5-1

rabbitvcs-nautilus recommends no packages.

rabbitvcs-nautilus suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#631223: Confirmation

2011-11-12 Thread Colin Turner

On 11/11/11 17:38, Josselin Mouette wrote:

Le mardi 08 novembre 2011 à 11:27 +, Colin Turner a écrit :

For the benefit of the maintainers: I have also seen this behaviour.
*Sometimes* the systems sorts itself out after a while, but other times
it does not.


Does it still happen with gnome-shell 3.2 in experimental?



I would be happy to check, but I couldn't previously find an upgrade 
path to experimental that doesn't propose removing about half my system.



imladris:/home/colin# aptitude -t experimental install gnome-shell
The following NEW packages will be installed:
  gir1.2-accountsservice-1.0{a} gir1.2-caribou-1.0{a} 
gir1.2-gmenu-3.0{a} libcaribou-common{a} libcaribou0{a} 
libgnome-menu-3-0{a}

  python-gobject-2{a}
The following packages will be upgraded:
  gir1.2-glib-2.0 gir1.2-mutter-3.0 gjs gnome-shell 
libgirepository-1.0-1 libgjs0b libglib2.0-0 libgtk-3-0 libgtk-3-common 
libmutter0 mutter-common

  python-gobject
12 packages upgraded, 7 newly installed, 0 to remove and 254 not upgraded.
Need to get 15.7 MB of archives. After unpacking 1,867 kB will be used.
The following packages have unmet dependencies:
  gir1.2-freedesktop: Depends: gir1.2-glib-2.0 (= 0.10.8-2+b1) but 
1.31.0-1 is to be installed.
  libgtk-3-bin: Depends: libgtk-3-common (= 3.0.12-2) but 3.2.1-1 is to 
be installed.
  libgtk-3-dev: Depends: libgtk-3-0 (= 3.0.12-2) but 3.2.1-1 is to be 
installed.
  libglib2.0-bin: Depends: libglib2.0-0 (= 2.28.8-1) but 2.30.1-2 is to 
be installed.
  libgail-3-0: Depends: libgtk-3-0 (= 3.0.12-2) but 3.2.1-1 is to be 
installed.
  libglib2.0-dev: Depends: libglib2.0-0 (= 2.28.8-1) but 2.30.1-2 is to 
be installed.
  libglib2.0-0-dbg: Depends: libglib2.0-0 (= 2.28.8-1) but 2.30.1-2 is 
to be installed.

  mutter: Depends: mutter-common ( 3.1) but 3.2.1-1 is to be installed.
The following actions will resolve these dependencies:

[Several hundred packages flagged for removal]

Is there a collection of packages you know I should include in the 
install command?


Regards,

CT.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#630646: Also try if set to Ask

2011-11-08 Thread Colin Turner

Furthermore,

On my laptop where all power management was working correctly prior to 
the gnome-shell upgrade (running testing on this one):


* Pressing power essentially locks the computer with a flashing cursor

* Selecting Ask on the power settings produced the some dialog as 
previously mentioned by Martin.


* Selecting Suspend from the user menu also fails to suspend the computer.

Thanks for your work on this package,

CT.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#631223: Confirmation

2011-11-08 Thread Colin Turner
For the benefit of the maintainers: I have also seen this behaviour. 
*Sometimes* the systems sorts itself out after a while, but other times 
it does not.


I am using Sid.

Regards,

CT.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648037: virtualbox: Host Gnome menus not visible on some screen configurations

2011-11-08 Thread Colin Turner
Package: virtualbox
Version: 4.1.4-dfsg-1
Severity: minor

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***

I'm running a VM (running Windows 7) in fullscreen mode in a dual monitor 
environment.

Host screen 1 shows my regular Gnome desktop, and Host screen 2 is set for the 
VM. Two odd little things:

1. If one clicks in the VM to give it focus, and then on the Gnome menus 
(either in gnome-shell proper or fallback mode or Gnome 2, the menu clicked on 
highlights, but it doesn't unfurl downwards. Clicking back in a Gnome window 
to bring focus back fixes this.

2. Sometimes pressing Host + Home, brings the pop up menu in the other screen, 
which is no big deal, but slightly surprising.

Many thanks for your work on this package.

CT.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages virtualbox depends on:
ii  adduser  3.113   
ii  libc62.13-21 
ii  libcurl3 7.21.7-3
ii  libgcc1  1:4.6.1-15  
ii  libpng12-0   1.2.46-3
ii  libpython2.7 2.7.2-5 
ii  libqtcore4   4:4.7.3-5   
ii  libqtgui44:4.7.3-5   
ii  libsdl1.2debian  1.2.14-6.4  
ii  libssl1.0.0  1.0.0e-2
ii  libstdc++6   4.6.1-15
ii  libvncserver00.9.7-3+b1  
ii  libx11-6 2:1.4.4-2   
ii  libxcursor1  1:1.1.12-1  
ii  libxext6 2:1.3.0-3   
ii  libxml2  2.7.8.dfsg-5
ii  libxmu6  2:1.1.0-3   
ii  libxt6   1:1.1.1-2   
ii  python   2.7.2-9 
ii  python-central   0.6.17  
ii  zlib1g   1:1.2.3.4.dfsg-3

Versions of packages virtualbox recommends:
ii  libgl1-mesa-swx11 [libgl1]  7.11-6  
ii  libqt4-opengl   4:4.7.3-5   
ii  virtualbox-dkms 4.1.4-dfsg-1
ii  virtualbox-qt   4.1.4-dfsg-1
ii  virtualbox-source   4.1.4-dfsg-1

Versions of packages virtualbox suggests:
ii  vde22.2.3-3+b1
ii  virtualbox-guest-additions-iso  4.1.4-1   

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635835: Info received (Possible feedback)

2011-09-03 Thread Colin Turner
By the way, the coherence plugin for totem works flawlessly on the same 
machine.


Regards,

CT.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635835: Possible feedback

2011-08-28 Thread Colin Turner

Dear All,

I'm running Debian Sid with the fixed package:

colin@imladris:~$ dpkg --list | grep coherence
ii  python-coherence  0.6.6.2-6 
Python UPnP framework
ii  rhythmbox-plugin-coherence0.12.8-5 
UPnp plugin for rhythmbox music player
ii  totem-coherence   2.30.2-8 
Coherence UPnP/DLNA plugin for totem

colin@imladris:~$ dpkg --list | grep rhythmbox
ii  rhythmbox 0.12.8-5+b1 
music player and organizer for GNOME
ii  rhythmbox-dbg 0.12.8-5+b1 
debugging symbols for rhythmbox
ii  rhythmbox-plugin-cdrecorder   0.12.8-5+b1 
burning plugin for rhythmbox music player
ii  rhythmbox-plugin-coherence0.12.8-5 
UPnp plugin for rhythmbox music player
ii  rhythmbox-plugins 0.12.8-5+b1 
plugins for rhythmbox music player


But Rhythmbox still doesn't see the server on (the same machine). The 
plugin is active:


WARN  coherence   Aug 28 18:17:39  Coherence UPnP 
framework version 0.6.6.2 starting... (coherence/base.py:283)
WARN  webserver   Aug 28 18:17:39  WebServer on port 
52650 ready (coherence/base.py:124)
(18:17:39) [0x22f20c0] [CoherencePlugin.activate] 
/usr/lib/rhythmbox/plugins/upnp_coherence/__init__.py:133: coherence 
UPnP plugin activated
WARN  rb_coherence_plugin Aug 28 18:17:40  Media Store available 
with UUID uuid:5fd5a9e1-6daa-430b-ab50-1fd4d16d1ca7 
(coherence/__init__.py:124)
WARN  rb_coherence_plugin Aug 28 18:17:40  Media Renderer 
available with UUID uuid:0aa9c6cb-11b5-4256-a25e-3b65522f784f 
(coherence/__init__.py:158)
WARN  rb_coherence_plugin Aug 28 18:17:40  start looking for 
media servers (coherence/__init__.py:161)



GUPNP tools see the mediatomb server (as does my network radio) but does 
not see any Rhythmbox instances, nor does rhythmbox see the mediatomb 
server.


Not sure if this is the same bug essentially.

Thanks for all your work on this package.

CT.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#635835: Just for the record

2011-08-28 Thread Colin Turner

Dear All,

Running Debian Sid here:

colin@imladris:~$ dpkg --list | grep coherence
ii  python-coherence  0.6.6.2-6 
Python UPnP framework
ii  rhythmbox-plugin-coherence0.12.8-5 
UPnp plugin for rhythmbox music player
ii  totem-coherence   2.30.2-8 
Coherence UPnP/DLNA plugin for totem

colin@imladris:~$ dpkg --list | grep rhythmbox
ii  rhythmbox 0.12.8-5+b1 
music player and organizer for GNOME
ii  rhythmbox-dbg 0.12.8-5+b1 
debugging symbols for rhythmbox
ii  rhythmbox-plugin-cdrecorder   0.12.8-5+b1 
burning plugin for rhythmbox music player
ii  rhythmbox-plugin-coherence0.12.8-5 
UPnp plugin for rhythmbox music player
ii  rhythmbox-plugins 0.12.8-5+b1 
plugins for rhythmbox music player


I still see no UPNP server with Rhythmbox (it's running on the same 
host). GUPnP can see it on the same host, my network radio can see it, 
but Rhythmbox apparently cannot.


For the record, I've never managed to get this plugin to work on 
numerous Debian boxes in my home network.


I don't know if this is the same bug...

Thanks for your work on this package,

CT.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#615018: Volunteer

2011-07-20 Thread Colin Turner
I would also like to get this package updated. I do have some packaging 
experience and would be willing to help if it's useful.


Regards,

CT.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609954: libgpod-common: iphone-set-info starts, and takes up all CPU without ending

2011-01-14 Thread Colin Turner
Package: libgpod-common
Version: 0.7.93-0.3
Severity: normal


Hi,

First of all, I reported a bug on usbmuxd here which might be part of the same 
story:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609012

Basically, I plug in my iPhone 4 (really to charge it), and I get:

Unable to mount colin's iPhone
Unhandled Lockdown error (-5)

Sometimes, and not other times, so it's hard to see the pattern. I see that CPU 
usage goes up to 100% and stays there even if I remove the phone. The offending 
process is iphone-set-info which apt-file tells me in this package.

Thanks for all your work on this package,

CT.


-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgpod-common depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgpod40.7.93-0.3   library to read and write songs an
ii  libimobiledevice1   1.0.2-1  Library for communicating with the
ii  libplist1   1.3-2Library for handling Apple binary 
ii  libsgutils2-2   1.29-1   utilities for devices using the SC
ii  libusb-1.0-02:1.0.8-2userspace USB programming library
ii  libxml2 2.7.8.dfsg-2 GNOME XML library

libgpod-common recommends no packages.

libgpod-common suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609012: More information

2011-01-06 Thread Colin Turner

Hi,

I discovered that I can run usbmuxd this way and get some log output. 
Looks like something is happening:


einstein:/home/colin# usbmuxd -u -f
[13:08:04.738][3] usbmuxd v1.0.4 starting up
[13:08:04.741][3] Connecting to new device on location 0x10009 as ID 1
[13:08:04.741][3] Initialization complete
[13:08:04.741][3] Connected to v1.0 device 1 on location 0x10009 with 
serial number 3d7543b4149b449982cab4abbf9b1202aae59685



At this point the previously mentioned lockdown error occurs. The phone 
*does* show under Places on the Gnome menu. The directory .gvfs in my 
home directory is empty.


When I press Ctrl-C

^C
[13:23:02.778][3] Caught signal 2, exiting
[13:23:02.778][3] usbmuxd shutting down
[13:23:02.878][3] Removed device 1 on location 0x10009
[13:23:02.878][3] Shutdown complete

And the phone vanishes from the Places menu. It may well be the bug is 
nothing to do with usbmuxd at all... if so apologies, but I'm not sure 
where it is.


I hope this might help,

CT.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609012: usbmuxd: Unhandled lockdown error, unable to mount iphone

2011-01-05 Thread Colin Turner
Package: usbmuxd
Version: 1.0.4-1
Severity: normal


Apologies if this is the wrong package, it's been difficult to try and nail 
this down.

I have an iPhone 4 and when I plug it in, I get the following in a dialog box

Unable to mount colin's iPhone
Unhandled Lockdown error (-5)

so you can see it clearly identifies the device. I have installed all the 
packages shown in the Debian wiki for this, I am a member of the fuse group. No 
usbmuxd is running normally. The above happens when I plug in the device.

If I then dismiss the dialog and run usbmuxd as root, the same error happens.

Again, apologies if I have the wrong package on this one, and many thanks for 
all your work on the package,

CT.




-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages usbmuxd depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libusb-1.0-0  2:1.0.8-2  userspace USB programming library
ii  libusbmuxd1   1.0.4-1USB multiplexor daemon for iPhone 

usbmuxd recommends no packages.

usbmuxd suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#579633: Confirmation

2010-05-05 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Evgeni,

Thanks for this report. I can confirm this happened for me, but I was
using firmware-b43-installer?

For anyone else out there, once the package is installed, if you have
this problem, become root and edit

/var/lib/dpkg/info/firmware-b43-installer.postinst

to change the || to  as Evgeni as shown, then

dpkg --configure -a

will run the modified postinst and successfully extract firmware.

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkvhL8QACgkQ0SwfPjLnaZZ5SwCfXEsgZ58eq1Vmv+stL4DKfdOv
YwYAn1qcgqXOWZRYjOq6I+On9snSLeIN
=rjSs
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#496153: closed by Ulises Vitulli uvitu...@fi.uba.ar (Bug#496153: fixed in pam-fprint 20080330+git-3)

2010-04-20 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Ulises,

Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the libpam-fprint package:

 #496153: libpam-fprint: README.Debian could be more debian specific

 It has been closed by Ulises Vitulli uvitu...@fi.uba.ar.

Many thanks for your work on this.

Regrettably, now the pam framework works correctly, the fprint library
no longer supports the hardware... AES1600, oh well!

CT.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkvNfq4ACgkQ0SwfPjLnaZbvtQCePqeJhZqVT+ubJRmnhAOosnCT
xtEAnj94xsIERAyNEJE8xLfbtJ0cwn4v
=XJHy
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#546609: maybe?

2010-04-02 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Folks,

You were absolutely right. I had installed that one to play with KMS,
but 2.6.32.4 solved all the problems...

Hardware was

01:00.0 VGA compatible controller: ATI Technologies Inc RV630 [Radeon HD
2600 Series]

for anyone needing to know.

Thanks,

CT.

Andres Cimmarusti wrote:
 Perhaps this is nothing and it just stems from my lack of knowledge, but
 I saw that the output of your uname -a command yielded:
 
 Linux imladris 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 22:40:40 UTC 2010
 
 x86_64 GNU/Linux
 
 
 Kernel 2.6.32-trunk was removed from sid a while ago. You should have
 the latest: http://packages.debian.org/sid/linux-image-2.6.32-4-amd64.
 This last one has many bugfixes for enable KMS with radeon.
 
 Let me know what happens
 
 Andres
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAku1oEAACgkQ0SwfPjLnaZZQ4wCg3OiJtHlNaKh/6nHWMfsWVsmU
Y94AoJhpEHGlvXwCztN8j5XG/zYdwrhG
=cTk0
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#546609: is this still a problem?

2010-04-01 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi All,

Perhaps this is not the same bug, but I have/had the same problem.

Not only has it not gone away, after a recent upgrade the desktop
doesn't appear at all. Oddly, changing to vt1 then vt7 works, and shows
the desktop, but once only. After this, switching back to vt1 results in
no display (monitor goes to standby).

KMS settings are configured as discussed.

I'm running sid:

co...@imladris:~$ uname -a
Linux imladris 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 22:40:40 UTC 2010
x86_64 GNU/Linux

co...@imladris:~$ dpkg --list | grep xserver-xorg
ii  xserver-xorg 1:7.5+5
 the X.Org X server
ii  xserver-xorg-core2:1.7.6-1
 Xorg X server - core server
ii  xserver-xorg-dev 2:1.7.6-1
 Xorg X server - development files
ii  xserver-xorg-input-evdev 1:2.3.2-4
 X.Org X server -- evdev input driver
ii  xserver-xorg-input-kbd   1:1.4.0-1
 X.Org X server -- keyboard input driver
ii  xserver-xorg-input-mouse 1:1.5.0-1
 X.Org X server -- mouse input driver
ii  xserver-xorg-input-synaptics 1.2.1-1
 Synaptics TouchPad driver for X.Org server
ii  xserver-xorg-input-wacom 0.10.3+20100109-1
 X.Org X server -- Wacom input driver
ii  xserver-xorg-video-all   1:7.5+5
 the X.Org X server -- output driver metapack
ii  xserver-xorg-video-apm   1:1.2.2-1
 X.Org X server -- APM display driver
ii  xserver-xorg-video-ark   1:0.7.2-1
 X.Org X server -- ark display driver
ii  xserver-xorg-video-ati   1:6.12.192-2
 X.Org X server -- AMD/ATI display driver wra
ii  xserver-xorg-video-chips 1:1.2.2-1
 X.Org X server -- Chips display driver
ii  xserver-xorg-video-cirrus1:1.3.2-1
 X.Org X server -- Cirrus display driver
ii  xserver-xorg-video-fbdev 1:0.4.1-2
 X.Org X server -- fbdev display driver
ii  xserver-xorg-video-i128  1:1.3.3-1
 X.Org X server -- i128 display driver
ii  xserver-xorg-video-intel 2:2.9.1-3
 X.Org X server -- Intel i8xx, i9xx display d
ii  xserver-xorg-video-mach646.8.2-2
 X.Org X server -- ATI Mach64 display driver
ii  xserver-xorg-video-mga   1:1.4.11.dfsg-2
 X.Org X server -- MGA display driver
ii  xserver-xorg-video-neomagic  1:1.2.4-2
 X.Org X server -- Neomagic display driver
ii  xserver-xorg-video-nv1:2.1.17-1
 X.Org X server -- NV display driver
ii  xserver-xorg-video-openchrome1:0.2.904+svn827-1
 X.Org X server -- VIA display driver
ii  xserver-xorg-video-r128  6.8.1-2
 X.Org X server -- ATI r128 display driver
ii  xserver-xorg-video-radeon1:6.12.192-2
 X.Org X server -- AMD/ATI Radeon display dri
ii  xserver-xorg-video-radeonhd  1.3.0-2
 X.Org X server -- AMD/ATI r5xx, r6xx display
ii  xserver-xorg-video-rendition 1:4.2.3-1
 X.Org X server -- Rendition display driver
ii  xserver-xorg-video-s31:0.6.3-1
 X.Org X server -- legacy S3 display driver
ii  xserver-xorg-video-s3virge   1:1.10.4-1
 X.Org X server -- S3 ViRGE display driver
ii  xserver-xorg-video-savage1:2.3.1-1
 X.Org X server -- Savage display driver
ii  xserver-xorg-video-siliconmotion 1:1.7.3-1
 X.Org X server -- SiliconMotion display driv
ii  xserver-xorg-video-sis   1:0.10.2-2
 X.Org X server -- SiS display driver
ii  xserver-xorg-video-sisusb1:0.9.3-1
 X.Org X server -- SiS USB display driver
ii  xserver-xorg-video-tdfx  1:1.4.3-1
 X.Org X server -- tdfx display driver
ii  xserver-xorg-video-trident   1:1.3.3-1
 X.Org X server -- Trident display driver
ii  xserver-xorg-video-tseng 1:1.2.3-1
 X.Org X server -- Tseng display driver
ii  xserver-xorg-video-v4l   1:0.2.0-4
 X.Org X server -- Video 4 Linux display driv
ii  xserver-xorg-video-vesa  1:2.3.0-1
 X.Org X server -- VESA display driver
ii  xserver-xorg-video-vmware1:10.16.9-1
 X.Org X server -- VMware display driver
ii  xserver-xorg-video-voodoo1:1.2.3-1
 X.Org X server -- Voodoo display driver

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAku1CzQACgkQ0SwfPjLnaZZ4SACfZqj+djD4CEQvGNxuymzmllGd
rn4AoMCsfT6cm4TPbR7ZRmOOphdKBgdW
=RAi/
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#476509: Rhythmbox not seeing UPNP

2010-01-02 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I wonder if this is the same bug I'm seeing. Rhythmbox is not seeing the
UPNP servers on my network when my laptop is wireless, but
upnp-inspector sees them all correctly.

As does Totem with the coherence plugin, so maybe this is something
different.

Anyhow, I note 0.7 is still not delivered, but the latest in unstable
still seems to show similar behaviour.

Any other news?

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAks/7eYACgkQ0SwfPjLnaZaOCACePHqlXc0iUbiDiXJh61JSVWvv
5LIAn2eEEkPmSrjQUW5tQ281hszUOMSY
=rGtV
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#546155: In the meantime

2009-12-13 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Adrian,

In the meantime can you give a pointed to the most basics of what to do?

I've spent a few hours now trying things on ubuntu or fedora websites to
no avail, so I'm obviously missing something...

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkslKDcACgkQ0SwfPjLnaZZgLACgpaOfdzztX9gK54MGQ9mjwCLl
tEgAn39aHh4wqmQPZdxismPN6ksy0lqD
=yse7
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#543342: Fixed in Squeeze

2009-09-26 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Folks,

It looks like this issue is now fixed in testing, at least for me, with
no packages from sid.

Hope that helps, and thanks for all the work.

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkq+KPUACgkQ0SwfPjLnaZZ+qACgrGK/tiFBfOSZF8qXzZZHe3CG
zgoAoPpS3gXEc1RckYleGInmHLYHNcFg
=RdZV
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#538371: serendipity: page is sometimes (apparently randomly) blank

2009-07-25 Thread Colin Turner
Package: serendipity
Version: 1.4.1-1
Severity: normal


Recently my blog with serendipity started misbehaving in unusual ways:

1. Missing content

Sometimes the page is blank. Hitting refresh repeatedly will eventually bring 
up the content.
Then nevigating around some more will often cause the problem to appear again, 
even on a page that was visited in the same session.
This makes it hard for me to blame plugins entirely, though I have 
experiemented with them to see if problems could come from them, unfortunately 
some (3 IIRC) were recently upgraded and could be implicated, at least one 
broke and has now been removed (GEHSI).

2. Prompts to download PHP scripts

Sometimes, especially in admin interface we get this (in Iceweasel)

You have chosen to open serendipity_admin.php which is a: PHP script

You can hit cancel repeatedly and then it sometimes works...

It's the sporadic nature of this which makes it hard to understand.

Thanks for your work on this package and please let me know what I can do to 
help.

CT.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages serendipity depends on:
ii  apache2  2.2.11-7Apache HTTP Server metapackage
ii  apache2-mpm-prefork [htt 2.2.11-7Apache HTTP Server - traditional n
ii  dbconfig-common  1.8.41  common framework for packaging dat
ii  debconf [debconf-2.0]1.5.27  Debian configuration management sy
ii  libapache2-mod-php5  5.2.10.dfsg.1-2 server-side, HTML-embedded scripti
ii  mysql-client 5.0.84-1MySQL database client (metapackage
ii  mysql-client-5.0 [mysql- 5.0.84-1MySQL database client binaries
ii  php-cache-lite   1.7.4-1 Fast and lite data cache system
ii  php-http-request 1.4.3-1 provides an easy way to perform HT
ii  php-net-checkip  1.2.1-2 check the syntax of IPv4 addresses
ii  php-net-socket   1.0.9-2 PHP PEAR Network Socket Interface 
ii  php-net-url  1.0.15-2easy parsing of Urls
ii  php-pear 5.2.9.dfsg.1-4  PEAR - PHP Extension and Applicati
ii  php5 5.2.10.dfsg.1-2 server-side, HTML-embedded scripti
ii  php5-cgi 5.2.10.dfsg.1-2 server-side, HTML-embedded scripti
ii  php5-mysql   5.2.10.dfsg.1-2 MySQL module for php5
ii  smarty   2.6.22-1Template engine for PHP
ii  sqlite   2.8.17-4command line interface for SQLite

Versions of packages serendipity recommends:
ii  imagemagick  7:6.5.1.0-1.1   image manipulation programs
ii  php5-gd  5.2.10.dfsg.1-2 GD module for php5
ii  ttf-dejavu-core  2.29-3  Vera font family derivate with add

serendipity suggests no packages.

-- debconf information:
  serendipity/dbconfig-remove:
  serendipity/missing-db-package-error: abort
* serendipity/dbconfig-install: true
  serendipity/remove-error: abort
  serendipity/mysql/admin-user: root
  serendipity/purge: false
  serendipity/pgsql/no-empty-passwords:
  serendipity/pgsql/authmethod-user:
  serendipity/pgsql/method: unix socket
  serendipity/pgsql/authmethod-admin: ident
  serendipity/remote/port:
  serendipity/remote/host:
  serendipity/pgsql/admin-user: postgres
  serendipity/internal/reconfiguring: false
  serendipity/db/basepath:
  serendipity/passwords-do-not-match:
  serendipity/install-error: abort
  serendipity/dbconfig-reinstall: false
  serendipity/pgsql/changeconf: false
  serendipity/pgsql/manualconf:
  serendipity/db/dbname: serendipity
* serendipity/dbconfig-upgrade: true
  serendipity/internal/skip-preseed: false
  serendipity/db/app-user: serendipity
  serendipity/upgrade-error: abort
* serendipity/database-type: mysql
  serendipity/mysql/method: unix socket
  serendipity/upgrade-backup: true
  serendipity/remote/newhost:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#538371: Bug invalid

2009-07-25 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'm sorry, I had tested the server on other applications extensively to
see if the problem occurred elsewhere and couldn't produce it, but since
have. So it's a systemic failure and not linked to serendipity. Apologies.

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpq+78ACgkQ0SwfPjLnaZarngCeMHYdjtb6T2Kl+Hoofz7l8Ba9
qsgAnR4SEbBxuLtiD5XZKYOt+FfuUagp
=nvP/
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#536539: google-gadgets-gtk: transparency fails when loaded at start of session

2009-07-10 Thread Colin Turner
Package: google-gadgets-gtk
Version: 0.10.5-0.1+b1
Severity: minor

Hi,

When I start ggl-gtk from the sessions part of the Gnome Preferences at 
startup, the background is opaque. If I then exit it, and restart from the 
menu, the background is transparent (as configured).

I assume this is something subtle caused be the load order.

Thanks for all your work on this package,

CT.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages google-gadgets-gtk depends on:
ii  google-gadgets-common  0.10.5-0.1+b1 Common files for QT and GTK+ versi
ii  google-gadgets-gst 0.10.5-0.1+b1 GStreamer Module for Google Gadget
ii  google-gadgets-xul 0.10.5-0.1+b1 XULRunner module for Google Gadget
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.0-5 GCC support library
ii  libggadget-1.0-0   0.10.5-0.1+b1 Google Gadgets main library
ii  libggadget-gtk-1.0-0   0.10.5-0.1+b1 Google Gadgets GTK+ library
ii  libglib2.0-0   2.20.1-2  The GLib library of C routines
ii  libgtk2.0-02.16.1-2  The GTK+ graphical user interface 
ii  libpango1.0-0  1.24.0-3+b1   Layout and rendering of internatio
ii  libstdc++6 4.4.0-5   The GNU Standard C++ Library v3

google-gadgets-gtk recommends no packages.

google-gadgets-gtk suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#511633: icedtea-gcjwebplugin: Similar problem

2009-05-29 Thread Colin Turner
Package: icedtea-gcjwebplugin
Version: 1.0+dak1-1
Severity: normal


I'm seeing something very similar on at least three installs running Squeeze 
that worked previously.

Perhaps this will help.

GCJ PLUGIN: thread 0x16c3920: NP_GetMIMEDescription
GCJ PLUGIN: thread 0x16c3920: NP_GetMIMEDescription return
GCJ PLUGIN: thread 0x16c3920: NP_GetValue
GCJ PLUGIN: thread 0x16c3920: NP_GetValue: returning plugin name.
GCJ PLUGIN: thread 0x16c3920: NP_GetValue return
GCJ PLUGIN: thread 0x16c3920: NP_GetValue
GCJ PLUGIN: thread 0x16c3920: NP_GetValue: returning plugin description.
GCJ PLUGIN: thread 0x16c3920: NP_GetValue return
GCJ PLUGIN: thread 0x16c3920: NP_Initialize
GCJ PLUGIN: thread 0x16c3920: plugin_test_appletviewer
GCJ PLUGIN: thread 0x16c3920: plugin_test_appletviewer return
GCJ PLUGIN: thread 0x16c3920: NP_Initialize: using 
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/../../bin/pluginappletviewer
GCJ PLUGIN: thread 0x16c3920: NP_Initialize return
GCJ PLUGIN: thread 0x16c3920: GCJ_New
GCJ PLUGIN: thread 0x16c3920: plugin_data_new
GCJ PLUGIN: thread 0x16c3920: plugin_data_new return
GCJ PLUGIN: thread 0x16c3920: plugin_get_documentbase
GCJ PLUGIN: thread 0x16c3920: plugin_get_documentbase return
GCJ PLUGIN: thread 0x16c3920: GCJ_New: creating input fifo: 
/home/colin/.gcjwebplugin/gcj-instance-1838-0-appletviewer-to-plugin
GCJ PLUGIN: thread 0x16c3920: GCJ_New: created input fifo: 
/home/colin/.gcjwebplugin/gcj-instance-1838-0-appletviewer-to-plugin
GCJ PLUGIN: thread 0x16c3920: GCJ_New: creating output fifo: 
/home/colin/.gcjwebplugin/gcj-instance-1838-0-plugin-to-appletviewer
GCJ PLUGIN: thread 0x16c3920: GCJ_New: created output fifo: 
/home/colin/.gcjwebplugin/gcj-instance-1838-0-plugin-to-appletviewer
GCJ PLUGIN: thread 0x16c3920: plugin_start_appletviewer
GCJ PLUGIN: thread 0x16c3920: plugin_start_appletviewer return
java.io.FileNotFoundException: 
/home/colin/.icedteaplugin/icedtea-plugin-to-appletviewer (No such file or 
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(FileInputStream.java:137)
at java.io.FileInputStream.init(FileInputStream.java:96)
at sun.applet.PluginMain.connect(PluginMain.java:148)
at sun.applet.PluginMain.init(PluginMain.java:130)
at sun.applet.PluginMain.main(PluginMain.java:109)
java.io.FileNotFoundException: 
/home/colin/.icedteaplugin/icedtea-plugin-to-appletviewer (No such file or 
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(FileInputStream.java:137)
at java.io.FileInputStream.init(FileInputStream.java:96)
at sun.applet.PluginMain.connect(PluginMain.java:148)
at sun.applet.PluginMain.init(PluginMain.java:130)
at sun.applet.PluginMain.main(PluginMain.java:109)
Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: 
/usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at org.GNOME.Accessibility.JavaBridge.init(JavaBridge.java:352)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at java.lang.Class.newInstance0(Class.java:372)
at java.lang.Class.newInstance(Class.java:325)
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:786)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:874)
at javax.swing.ImageIcon.init(ImageIcon.java:136)
at javax.swing.ImageIcon.init(ImageIcon.java:155)
at 
net.sourceforge.jnlp.runtime.JNLPRuntime.loadWindowIcon(JNLPRuntime.java:469)
at 
net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:124)
at 
sun.applet.PluginAppletSecurityContext.init(PluginAppletSecurityContext.java:251)
at sun.applet.PluginMain.init(PluginMain.java:132)
at sun.applet.PluginMain.main(PluginMain.java:109)
Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: 
/usr/lib/jvm/java-6-openjdk/jre/lib/ext/libjava-access-bridge-jni.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at org.GNOME.Accessibility.JavaBridge.init(JavaBridge.java:352)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 

Bug#496037: Bug resolved

2008-10-26 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Today I tried this again in 1.0+dak1-1 and it seems to work. I don't
know if the problem was previously elsewhere.

In any case, I think this bug can be closed.

Thanks!

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkEQiAACgkQ0SwfPjLnaZaqmgCcCTNIsJ3mFaWj9xjQ64pbooc1
hkMAoNvfqn2KT3X63eqZFPxZ4DQwkVol
=6cQN
-END PGP SIGNATURE-



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



Bug#482032: Regress for Lenny?

2008-10-26 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Steve,

Thanks for the feedback. I read that transcript, and it seems absolutely
the same situation I've seen both with Windows and a specific DVD player
(Toshiba SD-2109, but I'm not sure if this isn't a broader problem),

I'm a bit confused about the versions though:

[EMAIL PROTECTED]:~$ apt-cache policy genisoimage
genisoimage:
  Installed: 9:1.1.2-1
  Candidate: 9:1.1.8-1
  Version table:
 9:1.1.8-1 0
500 http://gondolin.piglets.org testing/main Packages
990 http://gondolin.piglets.org unstable/main Packages
 *** 9:1.1.2-1 0
500 http://gondolin.piglets.org stable/main Packages
100 /var/lib/dpkg/status

I had been running with 9:1.1.8-1 and now I'm running 9:1.1.2-1, so I
see your +b1 and wonder why the hell it isn't installed!?

My server gondolin is running approx, and it says

gondolin:/home/colin# apt-cache policy genisoimage
genisoimage:
  Installed: 9:1.1.8-1+b1
  Candidate: 9:1.1.8-1+b1
  Version table:
 *** 9:1.1.8-1+b1 0
500 ftp://the.earth.li testing/main Packages
500 ftp://the.earth.li unstable/main Packages
100 /var/lib/dpkg/status
 9:1.1.2-1 0
500 ftp://the.earth.li stable/main Packages

So... odds are it is fixed in the +b1 release. I will test, and I have
absolutely no idea why that package isn't propagating to my desktop
machine. sigh another problem to investigate. Sorry for what is
probably a false alarm. I will test with +b1 and get back to you.

CT.

Steve McIntyre wrote:
 On Sat, Oct 25, 2008 at 09:21:47AM +0100, Colin Turner wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi,

 I just hit this bug last week (I'm running Sid), and after reading
 through all of this, I regressed this package to the version in etch.
 This didn't cause any other apparent problems with other packages, and
 the DVDs written were then readable under Windows.

 Is it worth simply regressing this package for the lenny release or are
 a lot of other issues dependant on the new version?
 
 Hi Colin,
 
 Can you confirm which version of genisoimage you're using here please?
 I was hoping that the binNMU that fixed #484590 might fix this too...
 
 Cheers,
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkE964ACgkQ0SwfPjLnaZZ0lwCeM4XqD/Z3o+uvv+pw4nuB5W5H
eXcAniFAdNl+oYbq4zXQlJkXMcBFeUsA
=VHGD
-END PGP SIGNATURE-



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



Bug#482032: Regress for Lenny?

2008-10-26 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Steve,

Steve McIntyre wrote:
 On Sun, Oct 26, 2008 at 11:05:21PM +, Colin Turner wrote:
 So... odds are it is fixed in the +b1 release. I will test, and I have
 absolutely no idea why that package isn't propagating to my desktop
 machine. sigh another problem to investigate. Sorry for what is
 probably a false alarm. I will test with +b1 and get back to you.
 
 Great, thanks. :-)

Ah, it looks like I can't install that. The +b1 is only available for
the i386 architecture for some reason. That explains the discrepancy.

http://packages.debian.org/sid/genisoimage

Any idea why? I can try to compile from source if need be.

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkE+1AACgkQ0SwfPjLnaZY2AACgx7J2YXvJQTtaJF3lpxwLlYXP
ad4An2rbfhcjAT62/2l3Y40Sx1HB5vQJ
=KRoA
-END PGP SIGNATURE-



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



Bug#482032: Regress for Lenny?

2008-10-26 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Steve,

Steve McIntyre wrote:
 On Sun, Oct 26, 2008 at 11:05:21PM +, Colin Turner wrote:
 So... odds are it is fixed in the +b1 release. I will test, and I have
 absolutely no idea why that package isn't propagating to my desktop
 machine. sigh another problem to investigate. Sorry for what is
 probably a false alarm. I will test with +b1 and get back to you.
 
 Great, thanks. :-)

I didn't mention I was on AMD64, but I see that 1.1.9 is currently
building for amd64 as we speak, so shall I just wait for that?

Thanks again,

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkE/PEACgkQ0SwfPjLnaZbMzQCgv1GLYUxWnWK8sOqrRfcVSq5+
XrgAoO9pcgEjLinl0+MwSTD9STCAule1
=0LHZ
-END PGP SIGNATURE-



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



Bug#482032: Regress for Lenny?

2008-10-26 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Steve,

Steve McIntyre wrote:
 Ah, that explains your difference. The +b1 release was a binNMU: a
 simple rebuild on i386 to work around a bug that looked to be a simple
 compiler-related issue in the package. If you're on non-i386 and are
 seeing a similar problem then that's more of an issue. :-( Which arch
 are you using, and would you be able to try building the new 1.1.9-1
 package that I've just uploaded?

Just done. Took a while to build and create a new image. The problem
does not exist with the new package, so it looks as though 1.1.9-1 will
nail this bug on amd64.

 Thanks for your patience,

Thank you for all your work and for uploading the fix!

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkFBf0ACgkQ0SwfPjLnaZYrZQCfSd3Z2j7V+Kllvw5sDKIbYRU2
XWoAn3EpK1ccNslbkBsj9wU3jTqayLTV
=ob/l
-END PGP SIGNATURE-



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



Bug#482032: Regress for Lenny?

2008-10-25 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I just hit this bug last week (I'm running Sid), and after reading
through all of this, I regressed this package to the version in etch.
This didn't cause any other apparent problems with other packages, and
the DVDs written were then readable under Windows.

Is it worth simply regressing this package for the lenny release or are
a lot of other issues dependant on the new version?

Thanks,

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkC1xkACgkQ0SwfPjLnaZZdsACggMA/grrcw9h9wvomcbNnH4nm
UtEAoNF/RqbLyFTOqzWq/v2tv9mwNb4d
=hviX
-END PGP SIGNATURE-



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



Bug#496506: Known bug in Ubuntu?

2008-10-25 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've hit this problem myself.

I found Ubuntu seems to be looking at this

https://bugs.launchpad.net/ubuntu/+source/coherence/+bug/278790

and refers to a workaround here:

http://coherence.beebits.net/wiki/RhythmBox#JontysNotesJuly13th2008

I've done this and can confirm gupnp tools now see rhythmbox. I can also
 see and play tracks across the network with my n800. However, what I
was really looking for was for rhythmbox to detect other upnp servers
and offer to play material on them. That still seems not to work, but it
is hard to know since I have no idea what I should see.

Thanks for all your work,

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEUEARECAAYFAkkDiNAACgkQ0SwfPjLnaZak+ACgxM1+89FphtMNbmgdw5r77cBl
tvwAmLbazt8MsJh4/3uQGFNppMBl+vA=
=tPZo
-END PGP SIGNATURE-



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



Bug#496153: libpam-fprint: README.Debian could be more debian specific

2008-08-22 Thread Colin Turner
Package: libpam-fprint
Version: 0.2-3
Severity: minor

Hi,

I have installed the fprint packages on a Toshiba Portege and scanning 
works, but I am finding it hard to get the pam configuration working 
sensibly.

The README.Debian contains a URL for gentoo configuration that suggests 
editing files that don't exist on a Debian system? Could the file 
contain more Debian related instructions please?

Thanks for your work!

CT.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libpam-fprint depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libfprint00.0.6-2fingerprint library of fprint proj
ii  libpam0g  1.0.1-2Pluggable Authentication Modules l

libpam-fprint recommends no packages.

libpam-fprint suggests no packages.

-- no debconf information



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



Bug#475305: opensync-plugin-syncml: Confirmed problem with Nokia N95

2008-08-16 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Michael,

Michael Banck wrote:
 Hi,
 
 On Sat, Aug 16, 2008 at 12:41:21AM +0100, Colin Turner wrote:
 Member 2 of type syncml-obex-client had an error while getting changes: 
 Forbidden (0x43)
 
 Do you have libwbxml2-0_0.9.2-5 from unstable installed?  If not, please
 upgrade and check whether the problem persists.

Great, that was it. I've tested on both a lenny install (with that one
package upgraded) and sid, with success. Thanks!

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkimrTcACgkQ0SwfPjLnaZbOPQCfUmpJJCGbaDR+Q767LOQJ4llA
W3AAoMXxZFx21X1pjSGRUy1+7gvjFdVV
=YU0z
-END PGP SIGNATURE-



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



Bug#475305: opensync-plugin-syncml: Confirmed problem with Nokia N95

2008-08-15 Thread Colin Turner
Package: opensync-plugin-syncml
Version: 0.22-2
Followup-For: Bug #475305

I am seeing the exact same problem with my N95. I followed the advice for 
Ubuntu [1],
but got the same error message. See below.

[EMAIL PROTECTED]:~$ msynctool --sync n95
Synchronizing group n95 
The previous synchronization was unclean. Slow-syncing
Member 1 of type evo2-sync just connected
received event dsession
received contact dsession
received note dsession
Member 2 of type syncml-obex-client just connected
All clients connected or error
Received an entry [EMAIL PROTECTED] with data of size 8 from member 1 
(evo2-sync). Changetype ADDED
Member 1 of type evo2-sync just sent all changes
Member 2 of type syncml-obex-client had an error while getting changes: 
Forbidden (0x43)
Member 2 of type syncml-obex-client just disconnected
Member 1 of type evo2-sync just disconnected
All clients have disconnected
The sync failed: Unable to read from one of the members
Error while synchronizing: Unable to read from one of the members

I did attempt to play with the experimental packages but without joy, first of 
all I couldn't get all the plugins to play 
with the command line tools, then I could but no evolution plugin was showing, 
so I don't know if this is fixed in 
experimental.

CT.

[1] http://davehall.com.au/blog/dave/2007/11/18/my-new-toy-nokia-n95


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages opensync-plugin-syncml depends on:
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libopensync0   0.22-2Synchronisation framework for emai
ii  libsyncml0 0.4.6-3   SyncML protocol library
ii  libxml22.6.32.dfsg-2 GNOME XML library

opensync-plugin-syncml recommends no packages.

opensync-plugin-syncml suggests no packages.

-- no debconf information



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



Bug#475305: opensync-plugin-syncml: Opensync known issue

2008-08-15 Thread Colin Turner
Package: opensync-plugin-syncml
Version: 0.22-2
Followup-For: Bug #475305

Hi,

I just noticed this is known upstream:

http://www.opensync.org/ticket/679

Anything I can do to test this, please let me know.

CT.




-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages opensync-plugin-syncml depends on:
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libopensync0   0.22-2Synchronisation framework for emai
ii  libsyncml0 0.4.6-3   SyncML protocol library
ii  libxml22.6.32.dfsg-2 GNOME XML library

opensync-plugin-syncml recommends no packages.

opensync-plugin-syncml suggests no packages.

-- no debconf information



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



Bug#489459: gpodder doesn't honour start minimised configuration

2008-07-05 Thread Colin Turner
Package: gpodder
Version: 0.11.3-1
Severity: normal

I have configured gpodder to start minimized, and the advanced configuration 
editor shows

start_iconified boolean true

but the application doesn't honour that configuration?

Thanks for your work on this package.

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gpodder depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-feedparser 4.1-10 Universal Feed Parser for Python
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.4  automated rebuilding support for P

Versions of packages gpodder recommends:
ii  python-gpod   0.6.0-5a library to read and write songs 

-- no debconf information



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



Bug#454986: gnome-power-manager: Similar problem on Toshiba Portege R500

2008-06-23 Thread Colin Turner
Package: gnome-power-manager
Version: 2.22.1-1
Followup-For: Bug #454986

I think I might be seeing the same problem. This is a Toshibe Portege R500, 
with a fresh 
lenny install (installer beta 2).

s2ram apparently succeeds but then the machine spontaneously restarts.

The echo trick doesn't work for me:

echo standby  /sys/power/state
bash: echo: write error: No such device

pm-suspend shows the same symptoms.

I didn't really suspect gpm at all from looking at syslog shows:

shadowfax kernel: Syncing filesystems ... done.
shadowfax kernel: Freezing user space processes ... (elapsed 0.00 seconds) done.
shadowfax kernel: Freezing remaining freezable tasks ... (elapsed 0.09 seconds) 
done.
shadowfax kernel: Shrinking memory...  ^H-^H\^H|^H/^Hdone (48711 pages freed)
shadowfax kernel: Freed 194844 kbytes in 0.83 seconds (234.75 MB/s)
shadowfax kernel: Suspending console(s)
shadowfax kernel: sd 1:0:0:0: [sda] Synchronizing SCSI cache
shadowfax kernel: ACPI: PCI interrupt for device :03:0b.3 disabled
shadowfax kernel: ACPI: PCI interrupt for device :01:00.0 disabled
shadowfax kernel: ACPI: PCI interrupt for device :00:1d.7 disabled
shadowfax kernel: ACPI: PCI interrupt for device :00:1d.3 disabled
shadowfax kernel: ACPI: PCI interrupt for device :00:1d.2 disabled
shadowfax gnome-power-manager: (colin) Resuming computer

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-power-manager depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  hal0.5.11-1  Hardware Abstraction Layer
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+lenny1FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgnome-keyring0  2.22.2-1  GNOME keyring services library
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-3GNOME Virtual File System (runtime
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.9-3  The GTK+ graphical user interface 
ii  libhal10.5.11-1  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.20.3-3  library for GNOME Panel applets
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libwnck22  2.22.1-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxrandr2 2:1.2.2-2 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  notification-daemon0.3.7-1+b1a daemon that displays passive pop
ii  zlib1g 

Bug#487357: geany: Consider adding allowed filename extensions in find in files

2008-06-21 Thread Colin Turner
Package: geany
Version: 0.14-1
Severity: wishlist

I find now that I only miss one bit of functionality from kate, which I 
used extensively prior to Geany.

Kate allows you to easily specify the filename extensions 
that will be checked for searching. I know Geany can do the same thing 
by careful use of the extra options but I think this is such useful 
functionality direct support would be great.

Thanks again for all your work on Geany, I'm really enjoying using it.

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages geany depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra
ii  libgcc1   1:4.3.0-5  GCC support library
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libstdc++64.3.0-5The GNU Standard C++ Library v3

geany recommends no packages.

-- no debconf information



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



Bug#486609: gnome-do-plugins: please add conflicts to enable updating from ubuntu, packages.

2008-06-21 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Apologies for the delay, I forgot to subscribe to the PTS for a day or
so after upload.

 Thanks for packaging gnome-do for Debian! :)

You're welcome.

 Could you please add conflicts/replaces to enable problem-free upgrade for
 those of us that has rebuilt/installed the ubuntu packages while waiting
 for debian ones? 

Hmm, yes I should have done that, I was one of the people who worked
with the Ubuntu packages so I should have spotted that one :-).

On the other hand, do you feel that now there is much point? I guess
most people who did such playing have removed the old package and
installed the new? If you still think it's worthwhile I will do that.

Thanks for the report,

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIXMVI0SwfPjLnaZYRAnBeAJwIYUpmamBUops7MyC984S2yoo9RQCgi4Gp
a2TVJMVmmCswzKU86QfsD7k=
=gU9r
-END PGP SIGNATURE-



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



Bug#487154: toshset claims to need kernel module, man page says otherwise

2008-06-19 Thread Colin Turner
Package: toshset
Version: 1.73-2
Severity: important


I installed Debian Lenny with beta 2 installer on a Toshiba Portege 
R500. toshset is installed, when I run it I get:

required kernel toshiba support not enabled.

The manpage explicitly says no special module is required. It's not 
clear what config option would produce it. I have subsequently 
recompiled the kernel using a patch from noodles to enable bluetooth 
support, but I'd like backlight support and so on if possible.

I see the package is non-maintained, so maybe this is a dead end?

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages toshset depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgcc11:4.3.0-5 GCC support library
ii  libpci31:3.0.0-4 Linux PCI Utilities (shared librar
ii  libstdc++6 4.3.0-5   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

toshset recommends no packages.

-- no debconf information



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



Bug#487154: toshset claims to need kernel module, man page says otherwise

2008-06-19 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Roberto,

Thanks for your reply,

Roberto C. Sánchez wrote:
 I am the former maintainer.  I orphaned the package because I no longer
 have a Toshiba notebook.  I would recommend asking on debian-user or
 debian-laptop to see if someone can help.  I will look into it and see
 what I can come up with, but it may not be much.  If you can create and
 test a patch (or have someone else do so), I would gladly performa QA
 upload of the package.
 
 Another possibility might be to contact upstream.

Thanks, I will do that tomorrow, In the mean time I'll add some simple
research I did so far for the benefit of the log.

* Upstream explicitly says that the R500 transreflective display is
supported, as is AMD64, so the machine should be supported I guess.

* The program is bailing out in kernelinterface.c, it first checks if it
can access TOSH_PROC, which I can't see where it is set, but is set to
/proc/toshiba; neither this nor /dev/toshiba exist on the machine.

void
detAccessMode()
{
 accessMode=ACCESS_DIRECT;
 if ( 0==access(TOSH_PROC, R_OK) )
   accessMode=ACCESS_KERNEL;
 else if ( 0==access(/proc/acpi,R_OK) ) {
   fprintf(stderr,required kernel toshiba support not enabled.\n);
   exit(1);
 }
} /* detAccessMode */

* so then it bails since we can access /proc/acpi since toshiba_acpi is
loaded we have /proc/acpi/toshiba/.

* if I force a return of ACCESS_DIRECT I get toshset: unable to get
BIOS version

* if I force a return of ACCESS_KERNEL I get toshset: unable to get
machine identification

This bug seems to be known to Ubuntu.

https://bugs.launchpad.net/ubuntu/+source/toshset/+bug/181374

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIWvw60SwfPjLnaZYRAuuvAKCBiFnRUiYjY+EZ08zcOh9pF1L3SACaA1vO
XzCQpRsTR0KbiO+mAr834pU=
=adq9
-END PGP SIGNATURE-



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



Bug#487154: Workaround

2008-06-19 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I found details of a fix for this problem:

http://www.flurble.org/computers/toshset.pl

I used this patch

http://memebeam.org/free-software/toshiba_acpi/toshiba_acpi-dev_toshiba_test5-linux_2.6.21.patch

on the kernel and now toshset works as advertised. Unfortunately this is
incompatible with the patch from Jonathan McDowell (noodles) I mentioned
earlier

http://lkml.org/lkml/2007/10/21/141

but at least the transreflective display can now be used correctly.

Thanks,

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIWwM30SwfPjLnaZYRApoGAJ0VEBiea8xROAjgwx/skT6F4uoPuQCg7GsW
lpmTHVbEA7HssWU0NNPauJc=
=JIij
-END PGP SIGNATURE-



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



Bug#481198: geany: It would be nice if Geany autodetected debian rules files as makefiles

2008-05-19 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Enrico,

Enrico Tröger wrote:
 Since SVN r2596, Geany forces using tabs for indentation in Makefiles.
 Additionally, the automatic replacing tabs by spaces when saving files
 option has no effect on Makefiles.

Super, thanks very much!

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIMZXB0SwfPjLnaZYRAskDAKCf+iVNmvDyv9zH1nO5h1ZAHykmGQCgiCCW
QgVupk5v3ESn7loIzFX4dxA=
=G26t
-END PGP SIGNATURE-



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



Bug#481198: geany: It would be nice if Geany autodetected debian rules files as makefiles

2008-05-14 Thread Colin Turner
Package: geany
Version: 0.14-1
Severity: wishlist

Geany does not detect a format for debian/rules files, which unfortunately 
means if you have configured to use spaces rather than tabs, and don't 
explicitly tell it you are dealing with a makefile, it mangles things by using 
spaces rather than tabs. It would be nice if it could recognise a rules file by 
the shebang line.

Thanks,

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages geany depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra
ii  libgcc1   1:4.3.0-3  GCC support library
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libstdc++64.3.0-3The GNU Standard C++ Library v3

geany recommends no packages.

-- no debconf information



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



Bug#481197: geany: print out always begins from page 1

2008-05-14 Thread Colin Turner
Package: geany
Version: 0.14-1
Severity: minor

When printing a file, and choosing a range such as pages 2-3, Geany always 
prints from the first page.

That is, you get two pages, numbered 2 and 3 at the bottom, with line numbers 
starting from 1 (probably not a bug), but page 2 is actually the absolute start 
of the file.

This was editing a PHP buffer by the way.

Thanks for your work, I really like Geany since I discovered it a week or two 
ago.

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages geany depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra
ii  libgcc1   1:4.3.0-3  GCC support library
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libstdc++64.3.0-3The GNU Standard C++ Library v3

geany recommends no packages.

-- no debconf information



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



Bug#480673: ITP: gnome-do-plugins -- a collection of plugins for gnome-do, offering integration to mail, music etc.

2008-05-14 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Olivier,

Olivier Berger wrote:
 Le dimanche 11 mai 2008 à 15:05 +0100, Colin Turner a écrit :
 
 * Package name: gnome-do-plugins
   Version : 0.40
   Upstream Author : David Siegel [EMAIL PROTECTED],
 Richard Harding [EMAIL PROTECTED]
 * URL : http://do.davebsd.com
 * License : GPL v3+
   Programming Lang: C#
   Description : a collection of plugins for gnome-do, offering 
 integration to mail, music etc.

 This package provides extra plugins for GNOME-Do.  It includes plugins for
 interacting with Evolution  Thunderbird contacts, Pidgin IM buddies, 
 searching the Web using Firefox search plugins, and more.
 
 Hi.
 
 Maybe you'd like to mention briefly what is Gnome-Do in the description,
 as it is not exactly perceptible from looking only at that description.
 
 My 2 cents,

Fair point!

Essentially it is a quick graphical launcher to search for entities in
gnome and do stuff with them. If you press super-space gnome-do
appears, you type the name (incremental search style) of something you
want to do something with - a file, a person, a favourite album - all
depending on plugins, and then tab to a next pane were you decide what
you will do with it (run, edit, email, play) as appropriate.

It's similar to the gnome deskbar-applet I suppose except that is is
more keyboard driven, and more extendible. For keyboard jockeys I think
it will be much faster.

The website listed above has more details, together with good
screencasts which demonstrate it well.

CT.

PS. For others watching the bug, packaging is well advanced on Alioth
now, with the plugins split up into smaller packages with a meta package
that will include them all.

We have a little more testing to do before we will offer the packages to
mentors.debian.net for a sponsor.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIK3wL0SwfPjLnaZYRAvW3AKD654MgH1t5qUPIvhUaLVgD4trprQCgje+b
6STh0ogYu3dynYW4MlsGWiQ=
=hfwI
-END PGP SIGNATURE-



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



Bug#481198: geany: It would be nice if Geany autodetected debian rules files as makefiles

2008-05-14 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Enrico,

Enrico Tröger wrote:
 Geany does not detect a format for debian/rules files, which
 unfortunately means if you have configured to use spaces rather than
 tabs, and don't explicitly tell it you are dealing with a makefile,
 it mangles things by using spaces rather than tabs. It would be nice
 
 this happens also when the file was recognized as a Makefile. But
 can simply change the indent type per file with Document-Indent
 Type-Tabs.
 Maybe this get improved in the future to force Tab indentation for
 Makefiles.

I just checked and you are quite correct, I had conned myself into
thinking it was smarter than this for make files. Yes, it would be
better if this was forced for such files.

 if it could recognise a rules file by the shebang line.
 
 I just added shebang detection for make in current SVN version. So,
 Debian's rules files are detected as Makefiles.
 
 But you can also achieve this by changing the filetype extensions.
 Create a file ~/.geany/filetype_extensions.conf and add the following
 two lines:
  
 [Extensions]
 Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*;rules;

Very helpful, thanks!

CT.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIK3800SwfPjLnaZYRAod8AJwOnyXI4//MfkGelb3NfdryMo5IowCfT2Ny
C4B5CPaXjQEwbahmf36wDms=
=jzkr
-END PGP SIGNATURE-



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



Bug#480673: ITP: gnome-do-plugins -- a collection of plugins for gnome-do, offering integration to mail, music etc.

2008-05-11 Thread Colin Turner
Package: wnpp
Severity: wishlist
Owner: Colin Turner [EMAIL PROTECTED]


* Package name: gnome-do-plugins
  Version : 0.40
  Upstream Author : David Siegel [EMAIL PROTECTED],
Richard Harding [EMAIL PROTECTED]
* URL : http://do.davebsd.com
* License : GPL v3+
  Programming Lang: C#
  Description : a collection of plugins for gnome-do, offering integration 
to mail, music etc.

This package provides extra plugins for GNOME-Do.  It includes plugins for
interacting with Evolution  Thunderbird contacts, Pidgin IM buddies, 
searching the Web using Firefox search plugins, and more.

---

There has already been an ITP filed against gnome-do itself (#474022) but 
gnome-do is less useful without its associated plugins. I am working with 
Christopher James Halse Rogers [EMAIL PROTECTED], who performed the packaging 
for ubuntu to package for Debian on Alioth.

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#480676: tinymce: please consider defining web server config in this package

2008-05-11 Thread Colin Turner
Package: tinymce
Version: 3.0.8-1
Severity: wishlist

In the README.Debian file you advise of how to set the alias for tinymce for it 
be accessible. However, if multiple packages do so (and that is I guess one of 
the benefits of packaging this separately), then there will be warnings from 
Apache configuration of clashing aliases. Not a disaster, but irritating and 
confusing.

Would it not be better to ship the conf file for apache variants within this 
package itself?

Thanks for your work, I just noticed this and can remove my embedded copy of 
tinymce in my own packages.

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



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



Bug#479353: gxine: Bug still present in 0.5.902-3 ?

2008-05-09 Thread Colin Turner
Package: gxine
Version: 0.5.902-3
Followup-For: Bug #479353

Hi,

I'm still seeing a segfault in this version when I download it within testing.

apt-get source gxine=0.5.902-3
cd gxine-0.5.902/
make -f debian/rules build
../gxine-test --gdb


[New Thread 0x48050950 (LWP 11377)]
lirc: cannot initialise - disabling remote control
lirc: maybe lircd isn't running or you can't connect to the socket?
[Thread 0x48050950 (LWP 11377) exited]
[New Thread 0x48091950 (LWP 11378)]
[New Thread 0x48892950 (LWP 11379)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x42804950 (LWP 11364)]
0x2b4db6898a40 in ?? () from /usr/lib/libxine.so.1
(gdb) bt
#0  0x2b4db6898a40 in ?? () from /usr/lib/libxine.so.1
#1  0x2aaab5d1418c in ?? ()
   from /usr/lib/xine/plugins/1.1.10/xineplug_decode_image.so
#2  0x2b4db687ee1c in ?? () from /usr/lib/libxine.so.1
#3  0x2b4db7eba017 in start_thread () from /lib/libpthread.so.0
#4  0x2b4db93225bd in clone () from /lib/libc.so.6
#5  0x in ?? ()


Should it now work within Lenny or have I misunderstood something? There is 
currently no .gxine directory on this account.

Thanks for your work,

CT.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gxine depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-2simple interprocess messaging syst
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libhal10.5.11~rc2-1  Hardware Abstraction Layer - share
ii  liblircclient0 0.8.2-2   infra-red remote control support -
ii  libmozjs0d 1.8.1.14-2The Mozilla SpiderMonkey JavaScrip
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  librsvg2-common2.22.2-2  SAX-based renderer library for SVG
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcb11.1-1 X C Binding
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxine1   1.1.10.1-2+lenny2 the xine video/media player librar
ii  libxine1-x 1.1.10.1-2+lenny2 X desktop video output plugins for
ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library

Versions of packages gxine recommends:
ii  libxine1-ffmpeg1.1.10.1-2+lenny2 MPEG-related plugins for libxine1

-- no debconf information



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



Bug#479353: gxine: Bug still present in 0.5.902-3 ?

2008-05-09 Thread Colin Turner

Hi Darren,

Darren Salt wrote:

I demand that Colin Turner may or may not have written...


I'm still seeing a segfault in this version when I download it within
testing.


[snip; 0.5.902-3, local build]

0x2b4db6898a40 in ?? () from /usr/lib/libxine.so.1
(gdb) bt
#0  0x2b4db6898a40 in ?? () from /usr/lib/libxine.so.1
#1  0x2aaab5d1418c in ?? ()
   from /usr/lib/xine/plugins/1.1.10/xineplug_decode_image.so
#2  0x2b4db687ee1c in ?? () from /usr/lib/libxine.so.1
#3  0x2b4db7eba017 in start_thread () from /lib/libpthread.so.0
#4  0x2b4db93225bd in clone () from /lib/libc.so.6
#5  0x in ?? ()



Should it now work within Lenny or have I misunderstood something? There is
currently no .gxine directory on this account.


That's a different problem which looks like a libxine1-misc-plugins and/or
libxine1-bin problem; you need libxine1-dbg to be able to create a useful


Ah, apologies, shall I file it against one of those then?


backtrace. However, it's unreproducible here, using 1.1.10.1-2+lenny2 and the
gxine .deb which I uploaded.


After installing libxine1-dbg:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x42804950 (LWP 12773)]
yuv444_to_yuy2_mmx (yuv_planes=0x42803f60, yuy2_map=0x0,
pitch=value optimized out) at color.c:370
370 color.c: No such file or directory.
in color.c
(gdb) bt
#0  yuv444_to_yuy2_mmx (yuv_planes=0x42803f60, yuy2_map=0x0,
pitch=value optimized out) at color.c:370
#1  0x2b6139ea14c9 in image_decode_data (this_gen=0x1dda1e0, 
buf=0xfaa130)

at gdkpixbuf.c:163
#2  0x2b6130b36e1c in video_decoder_loop (stream_gen=value 
optimized out)

at video_decoder.c:382
#3  0x2b6132172017 in start_thread () from /lib/libpthread.so.0
#4  0x2b61335da5bd in clone () from /lib/libc.so.6
#5  0x in ?? ()

So yes, the bug seems to be in xine-utils/color.c in libxine. Thanks 
anyway...


CT.



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



Bug#478474: Hanging on P: Configuring helper cdebootstrap-helper-apt

2008-05-08 Thread Colin Turner
Package: cdebootstrap
Version: 0.5.1
Followup-For: Bug #478474

Hi,

I seem to have the same problem (treat with caution since I installed this
package for the first time today to play with it via pbuilder).

I can build etch fine, but sid hangs on

P: Configuring helper cdebootstrap-helper-apt

same result after numerous clean attempts.

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cdebootstrap depends on:
ii  debian-archive-keyring2007.07.31 GnuPG archive keys of the Debian a
ii  gpgv  1.4.6-2.1  GNU privacy guard - signature veri
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libdebian-installer-extra40.57   Library of some extra debian-insta
ii  libdebian-installer4  0.57   Library of common debian-installer
ii  wget  1.11.1-1   retrieves files from the web

cdebootstrap recommends no packages.

-- no debconf information



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



Bug#350639: gnome-volume-manager: still present with latest unstable hal

2008-04-30 Thread Colin Turner
Package: gnome-volume-manager
Version: 2.22.1-1
Followup-For: Bug #350639

Hi,

I'm seeing this problem too, and like a previous poster, the problem does *not* 
occur if the usb stick is inserted before starting gnome. If I then remove it, 
the device is correctly unmounted, however, when I insert it again:

I get the following from gnome-volume-manager:

manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device_58f_9254_noserial_1
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device___noserial
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device_58f_9254_noserial_1_usbraw
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device_ea0_6803_3BA000C03EA0BF96_1
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device_ea0_6803_3BA000C03EA0BF96_1_if0
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device_ea0_6803_3BA000C03EA0BF96_1_usbraw
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device_766_5642_noserial_1
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device___noserial_0
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device___noserial_1
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device___noserial_0_logicaldev_input
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device___noserial_1_logicaldev_input
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device_766_5642_noserial_1_usbraw
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device_ea0_6803_3BA000C03EA0BF96_1_if0_scsi_host
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/usb_device_ea0_6803_3BA000C03EA0BF96_1_if0_scsi_host_scsi_device_lun0
manager.c/2919: Device added: 
/org/freedesktop/Hal/devices/storage_serial_OTi_Flash_Disk_3BA000C03EA0BF96_0_0
manager.c/2656: not a mountable volume: 
/org/freedesktop/Hal/devices/storage_serial_OTi_Flash_Disk_3BA000C03EA0BF96_0_0
manager.c/2919: Device added: /org/freedesktop/Hal/devices/volume_uuid_2E93_1A4C
manager.c/2702: Changed: /dev/sde1
manager.c/2712: automounting disabled for 
/org/freedesktop/Hal/devices/storage_serial_OTi_Flash_Disk_3BA000C03EA0BF96_0_0,
 not mounting

The source code for this seems to suggest this depends upon

!libhal_device_get_property_bool (hal_ctx, storage_device, 
storage.automount_enabled_hint, NULL)

which is odd to me, since if this is just a hal property surely it should 
either mount at startup and thereafter or not at all.

I'm in plugdev, the device will mount perfectly correctly if done manually with 
gnome-mount, and gnome if configured to auto mount.

Hope any of this helps. 

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-volume-manager depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-mount0.7-2 wrapper for (un)mounting and eject
ii  hal0.5.11~rc2-1  Hardware Abstraction Layer
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-2simple interprocess messaging syst
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libhal10.5.11~rc2-1  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gtk 0.4.4-3   sends desktop notifications to a n
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.2-2  Layout and 

Bug#467077: heroes-common: temporary workaround

2008-04-26 Thread Colin Turner
Package: heroes-common
Version: 0.21-8
Followup-For: Bug #467077

since I have junior-arcade installed that has a dependency on this,
this bug obviously keeps appearing on every install. I thought I'd post this
for anyone else that wants to remove the problem for now till it is fully
fixed.

To workaround here, I edited

/var/lib/dpkg/info/heroes-common.postinst

and just commented out the bottom clause for installing the info file. Then

dpkg --configure -a finished up and I no longer get errors on every package
transaction.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages heroes-common depends on:
ii  heroes-sdl0.21-8 Collect powerups and avoid your op
ii  libc6 2.7-10 GNU C Library: Shared libraries

heroes-common recommends no packages.

-- no debconf information



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



Bug#469849: gdm: confirmation of bug

2008-03-28 Thread Colin Turner
Package: gdm
Version: 2.20.4-1
Followup-For: Bug #469849

I'm also seeing this bug. I don't know if its the same as #330836.

I also cannot access virtual terminals, but *can* ssh into the box to shutdown. 
However, this is erratic. Some times init 6 causes a prompt restart, other 
times repeated kill -9 signals must be sent.

Mar 28 15:51:22 imladris gdm[3970]: WARNING: gdm_server_stop: Some problem 
killing server, whacking with SIGKILL

On restart, I haven't previous had problems, but oddly this time some icons 
have not appeared on menus.

I also, perhaps incidentally, cannot start a second gdm session.

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24.2 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gdm depends on:
ii  adduser3.106 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.20Debian configuration management sy
ii  gksu   2.0.0-5   graphical frontend to su
ii  gnome-session  2.20.3-2  The GNOME 2 Session Manager
ii  gnome-terminal [x-term 2.22.0-1  The GNOME 2 terminal emulator appl
ii  konsole [x-terminal-em 4:3.5.8.dfsg.1-7  X terminal emulator for KDE
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libattr1   1:2.4.41-1Extended attribute shared library
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.20-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libdmx11:1.0.2-2 X11 Distributed Multihead extensio
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libpam-modules 0.99.7.1-6Pluggable Authentication Modules f
ii  libpam-runtime 0.99.7.1-6Runtime support for the PAM librar
ii  libpam0g   0.99.7.1-6Pluggable Authentication Modules l
ii  libpango1.0-0  1.20.0-1  Layout and rendering of internatio
ii  librsvg2-2 2.22.2-2  SAX-based renderer library for SVG
ii  librsvg2-common2.22.2-2  SAX-based renderer library for SVG
ii  libselinux12.0.59-1  SELinux shared libraries
ii  libwrap0   7.6.dbs-14Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxau61:1.0.3-2 X11 authorisation library
ii  libxdmcp6  1:1.0.2-2 X11 Display Manager Control Protoc
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library
ii  libxml22.6.31.dfsg-2 GNOME XML library
ii  lsb-base   3.1-24Linux Standard Base 3.1 init scrip
ii  metacity [x-window-man 1:2.22.0-1A lightweight GTK2 based Window Ma
ii  twm [x-window-manager] 1:1.0.4-1 Tab window manager
ii  xterm [x-terminal-emul 232-1 X terminal emulator
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages gdm recommends:
ii  dialog1.1-20071028-3 Displays user-friendly dialog boxe
ii  gdm-themes0.5.1  Themes for the GNOME Display Manag
ii  whiptail  0.52.2-11.2Displays user-friendly dialog boxe
pn  xserver-xephyr | xnestnone (no description available)
ii  xserver-xorg  1:7.2-5the X.Org X server
ii  zenity2.22.0-1   Display graphical dialog boxes fro

-- debconf information:
  gdm/daemon_name: /usr/bin/gdm
* shared/default-x-display-manager: gdm



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



Bug#471561: ITP: uuwaf -- University of Ulster Web Application Framework

2008-03-18 Thread Colin Turner
Package: wnpp
Severity: wishlist
Owner: Colin Turner [EMAIL PROTECTED]


* Package name: uuwaf
  Version : 1.0.0
  Upstream Author : Colin Turner [EMAIL PROTECTED]
* URL : http://foss.ulster.ac.uk/projects/uuwaf/
* License : GPL
  Programming Lang: PHP
  Description : University of Ulster Web Application Framework

UUWAF is an underlying PHP framework for the University of Ulster's
sofware. It is already packaged and ready to go after this step (and
a sponsor) are found.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24.2 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash



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



Bug#462443: Cannot now duplicate crash

2008-02-03 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I searched the web for similar crashes and found some people with Fedora
having the same issue

https://fcp.surfsite.org/modules/newbb/viewtopic.php?topic_id=49593forum=10post_id=229057

I installed the debug symbols this morning, and while I was it, tidied
some extensions (hadn't realised lightning was debian packaged).

I ran icedove with -g and could no longer obtain a crash. The other guy
with the problem seems to suggest there could be a one time fix after
reinstalling, so I tried running icedove again, with and without -g and
at the moment, there is no crash.

I do enclose (FWIW) the original gecko info produced by bug buddy. I
will hammer this a bit more to see if I can reproduce. I have no idea if
other library upgrades have neutralised the problem.

Thanks for all your help,

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHpavc0SwfPjLnaZYRAkUTAKD5YTeyG2KWOMqjvQ5/7W0JQPiXAgCgyjyr
uN0o44u9B7WT401aZWLNvqM=
=VcDD
-END PGP SIGNATURE-


gecko-bugreport.txt.gz
Description: GNU Zip compressed data


Bug#448782: AllowOverride needs changed?

2008-01-31 Thread Colin Turner
Hi,

This bug does seem to be fixed in that the .htaccess file is written
nicely. However, I had to change the AllowOverride setting in the
apache.conf in /etc/serendipity/ for apache to pay any attention to
the .htaccess file.

I don't know if this is an issue for fresh installs, but before I did
that, changing the mod_rewrite broke most of the formatting as before.

Thanks for all your work!

CT.



signature.asc
Description: This is a digitally signed message part


Bug#462443: gecko crashes, takes icedove with it, on opening most emails

2008-01-24 Thread Colin Turner
Package: icedove
Version: 2.0.0.9-3
Severity: important


After trying to fix font problems detailed elsewhere on this package, and 
finally getting all working well, I now have gecko crashing almost every time I 
open a message. I haven't yet determined the common factor on the ones that do 
not crash.

I tried setting fonts to explicit versions, and the layout.css.dpi option to 0. 
I've since put these all back, no difference, I have reinstalled the package, 
and it seemed to work better, and then the behaviour was re-exhibited.

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-486
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedove depends on:
ii  debianutils 2.28.2   Miscellaneous utilities specific t
ii  fontconfig  2.5.0-2  generic font configuration library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+lenny2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-4GCC support library
ii  libglib2.0-02.14.3-1 The GLib library of C routines
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libhunspell-1.1-0   1.1.9-1  spell checker and morphological an
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.7.0~1.9b1-2NetScape Portable Runtime Library
ii  libnss3-1d  3.12.0~1.9b1-2   Network Security Service libraries
ii  libpango1.0-0   1.18.4-1 Layout and rendering of internatio
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  psmisc  22.6-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

icedove recommends no packages.

-- debconf information:
  icedove/browser: Debian



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



Bug#458684: xournal: when scrolled the wrong area is drawn to

2008-01-02 Thread Colin Turner
Package: xournal
Version: 0.3.3-1
Severity: important


The version of Xournal packaged has an interaction with other current versions 
that causes the wrong part of the screen to be drawn to. The cursor is in 
exactly the correct place, but the ink appears vertically displaced.

Renders package unusable except for top of first page for me and many others I 
guess.

This is a known bug in the upstream tracker (17655786) which is fixed in new 
version upstream.

Thanks for your work,

CT.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-486
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xournal depends on:
ii  gs-esp [gs] 8.15.3.dfsg.1-1  The Ghostscript PostScript interpr
ii  gs-gpl [gs] 8.56.dfsg.1-1.1  The GPL Ghostscript PostScript int
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+lenny2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.14.3-1 The GLib library of C routines
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomeprint2.2-0  2.18.0-2 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-02.18.1-1 GNOME 2.2 print architecture User 
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-3GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  xpdf-reader 3.02-1.3 Portable Document Format (PDF) sui
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

xournal recommends no packages.

-- no debconf information



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



Bug#443349: Only Happens with User Switcher Applet

2008-01-02 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I have discovered that if I lock my session, then use the switch user
button, the tablet always works correctly. The problem seems to stem
from using the gnome-user switcher applet, although there are no other
visible issues there. Perhaps the bug could be moved or closed?

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHe7Av0SwfPjLnaZYRAutZAKCNAD3DvBHFhRPxrz8AGxa8tGimhgCg5A02
RTDW7EOYYHiNhUcd4kOAbwQ=
=8zi+
-END PGP SIGNATURE-



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



Bug#443349: xserver-xorg-input-wacom: tablet works sporadically in a second X session

2007-09-20 Thread Colin Turner
Package: xserver-xorg-input-wacom
Version: 0.7.7.11-1
Severity: normal

I sometimes use the gnome user switched applet to let my daughter use my 
computer - her display is a different resolution to mine in case it matters.

Sometimes, when the second X session fires up the tablet works correctly, 
sometimes it works but the scaling is wrong, and sometimes it is 100% 
unresponsive. When I close the second X session and return to the primary one, 
it works fine.

This has worked perfectly in the past, but recently (last few months) this has 
started to be a problem.

Perhaps this is related to other reports about changing devices, I don't know. 
Certainly all other pointers are working correctly in the second session.

CT.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-486
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



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



Bug#415241: ITP: opus -- An on-line application for managing work and practice based learning (placement)

2007-03-17 Thread Colin Turner
Package: wnpp
Severity: wishlist
Owner: Colin Turner [EMAIL PROTECTED]


* Package name: opus
  Version : 3.3.0
  Upstream Author : Colin Turner [EMAIL PROTECTED]
* URL : http://foss.ulster.ac.uk/projects/opus/
* License : GPL v2
  Programming Lang: PHP, Perl
  Description : An on-line application for managing work and practice based 
learning (placement)

OPUS stands for On-line Placement (university) System
It is a comprehensive web based system developed at the University of Ulster 
that facilitates vacancy
advertisments by companies, applications on-line by students, recording and 
auditing of placements,
academic visits, communications, filing of assessments and more.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-486
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#415243: ITP: pdsystem -- Personal Development System, an on-line application allowing students to record their PDP

2007-03-17 Thread Colin Turner
Package: wnpp
Severity: wishlist
Owner: Colin Turner [EMAIL PROTECTED]


* Package name: pdsystem
  Version : 3.3.0
  Upstream Author : Gordon Crawford [EMAIL PROTECTED]
* URL : http://foss.ulster.ac.uk/projects/pdsystem
* License : GPL v2
  Programming Lang: PHP
  Description : Personal Development System, an on-line application 
allowing students to record their PDP

This is an on-line application, developed by the University of Ulster for 
allowing students to
record their Personal Development Planning (PDP) as required by UK 
Universities. It allows skill
assessment, recording of evidence, goals, action planning, CV building and the 
construction of
e-Portfolios. Staff and guest users can interact with students on the system.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-486
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#394634: xserver-xorg-input-wacom: Perhaps regress for Etch

2007-02-13 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Ron,

Ron wrote:
 I can confirm the original report, and have been watching this bug 
 number. I have had to pin version 0.7.4.1-4 to get correct support for 

 Actually I'm more inclined to simply close this bug as a problem on
 the user site, since it doesn't actually appear to be a bug in the
 package if we take the error message at face value.
 
 This is a pretty popular package, so I find it unlikely that this
 report would lie dormant since october if there was a real problem
 in it.

I would appear to be a counterexample to the idea that no-one else had
the problem, but I take the point.

 However it would be nice to get an explanation from you or
 the OP as to how you got your system into an inconsistent state if
 it is more than an isolated event for a single user.

My X setup is pretty plain vanilla. In the light of your comments I
tried to install the new version of the package again, and now it is
working as advertised, so yes, from my perspective the bug is now
resolved, thanks.

 My guess would be that you've previously pinned something else (or
 not restarted X since updating it?) which is keeping your server at
 an older version.  The old package works with the old version, and
 if you want to keep your system that way, that's what you'll have
 to use.  The current package works with the xserver that was in
 unstable at the time it was uploaded (and indeed still works for
 me with the xserver currently there too).

Well I haven't pinned anything X related, or anything else I can think
of for a while, so I don't think that's it. I restarted the Xserver
about a dozen times, because I hadn't initially realised that the
package was upgraded, so I tried altering the xorg.conf in many ways and
restarting to fix the problem initially. It was after all that I checked
the bugs database and found this, and just regressed the package and all
was well.

 If you can confirm that we can consider this done and leave an
 explanation for anyone else that may stumble into the same issue.

So, fixed for me, but if someone else (OP?) still has the problem I'm
not sure how it resolved - presumably more recent dist-upgrades did it.
Perhaps the whole thing was a result of some fluff left over from
xfree86 in the big changeover.

Thanks for your time and efforts!

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0fnu0SwfPjLnaZYRAlQ+AKD+LhGa0+qSeqXAvabTedvi2mvaygCgudpx
K76Gc5AlkGyQlQCs47wyzs8=
=jsGh
-END PGP SIGNATURE-


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



Bug#394634: xserver-xorg-input-wacom: Perhaps regress for Etch

2007-02-12 Thread Colin Turner
Package: xserver-xorg-input-wacom
Followup-For: Bug #394634


I can confirm the original report, and have been watching this bug 
number. I have had to pin version 0.7.4.1-4 to get correct support for 
the tablet, and I would therefore suggest this package be regressed to 
that version for etch.

CT.

-- System Information: Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-486
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

-- no debconf information


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



Bug#328480: axiom: Still seems to be a problem

2006-10-30 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Camm,

Camm Maguire wrote:
 Greetings!
 
 OK, just double checked with the latest 20050901-7, and I cannot
 reproduce.  I think this must be come xserver/configuration problem.

Possible, I suppose it might have coincided with an xorg upgrade;
however, the issue is exactly as identified in previous bug report -
it's also exactly replicated on several machines on which I have axiom,
and it all worked in the past.

I can't now test Tim's num-lock theory for the reasons stated below.
However, I was able to change the cell of focus with the mouse, but no
keys produced any output, on the keypad or otherwise.

 There is an axiom wiki for frequently encountered problems.  Can you
 identify anything there with something similar?  Can you try asking at
 axiom-developer@nongnu.org?

I've just had a look through it. I don't see anything yet.

 I'm still experiencing this bug in version 20050901-6.
 As before no input in the areas in hyperdoc is accepted.

Unfortunately, in 20050901-7 I'm having a different problem.

If I go to reference - search in the hyperdoc system, I *can* enter text.

However, if I for example go to

Settings - Settings

or

Basic Commands - Calculus - Differentiate

an hourglass appears, never dismisses and

(1) -
(1) -
System error:
   Unexpected end of #string-input stream from 

(1) -

appears in the console (which is still active). Again, this happens on
two machines I have dist-upgraded. Num-lock makes no difference for this
at least.

I'll keep searching the wiki. Thanks for the help.

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFRkEu0SwfPjLnaZYRAjL9AKC2WFAiSNrQlgjjqxRWdiPEKNUvlgCg2ZdZ
v6BynDuJ/f8b1z3h8gaArRg=
=Aoq7
-END PGP SIGNATURE-


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



Bug#328480: axiom: Still seems to be a problem

2006-10-20 Thread Colin Turner
Package: axiom
Followup-For: Bug #328480


I'm still experiencing this bug in version 20050901-6.
As before no input in the areas in hyperdoc is accepted.

CT.



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-486
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages axiom depends on:
ii  axiom-databases   20050901-6 A general purpose computer algebra
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  libncurses5   5.5-3  Shared libraries for terminal hand
ii  libreadline5  5.1-9  GNU readline and history libraries

Versions of packages axiom recommends:
ii  axiom-doc 20050901-6 A general purpose computer algebra
ii  axiom-graphics20050901-6 A general purpose computer algebra
ii  axiom-hypertex20050901-6 A general purpose computer algebra
ii  axiom-source  20050901-6 A general purpose computer algebra

-- no debconf information


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



Bug#375165: tiger: false positive on udp6 with no lsof

2006-06-23 Thread Colin Turner
Package: tiger
Version: 1:3.2.1-29
Severity: normal


When lsof is not installed and tiger falls back on netstat for 
check_listeningprocesses then a false positive (or disturbing log line) can be 
generated when there is a udp6 process.

e.g.

-=-

# Checking listening processes
OLD: --WARN-- [lin003w] The process `' is listening on socket (udp6 on
interface) is run by 8671514.

-=-

the empty `' process name and non existant user id can look pretty scary. In 
fact tiger is failing to parse the output of the command

netstat -lpeutw --numeric-hosts --numeric-ports

which, among other things on my system produces a single udp6 line:

udp6   0  0 :::123 :::*root   12850  5870/ntpd

that causes the parsing error above. The script seems to check for tcp and 
udp and so doesn't see udp6 correctly.

Workaround: install lsof, which then causes everything to report correctly.

CT.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages tiger depends on:
ii  binutils 2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii  coreutils [fileutils 5.94-1  The GNU core utilities
ii  debconf [debconf-2.0 1.5.1   Debian configuration management sy
ii  diff 2.8.1-11File comparison utilities
ii  fileutils5.94-1  The GNU file management utilities 
ii  libc62.3.6-13GNU C Library: Shared libraries
ii  net-tools1.60-17 The NET-3 networking toolkit
ii  shellutils   5.94-1  The GNU shell programming utilitie
ii  textutils5.94-1  The GNU text file processing utili

Versions of packages tiger recommends:
ii  chkrootkit0.46a-3Checks for signs of rootkits on th
ii  exim4-daemon-heavy [mail-tran 4.62-1 exim MTA (v4) daemon with extended
ii  john  1.6-40 active password cracking tool

-- debconf information:
* tiger/mail_rcpt: root
  tiger/remove_mess: true
* tiger/policy_adapt:


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



Bug#353915: mondo: Would be useful to have kernel settings for debian in README.Debian

2006-06-20 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Andree,

Andree Leidenfrost wrote:
 Hi Colin,
 
 Just thought I check with you where we are at with this one. I believe
 the last action was that I asked you whether you could do some testing
 around mke2fs on 01 Mar 06.

Indeed you did and I got distracted... :-(

 Is this still an issue for you or can I close the bug report?

It wasn't an issue, the new stock kernels are much improved and were
booting on my main server until yesterday when bizarrely it wouldn't
recognise my raid array any more on the stock kernels with udev. Still,
it gives me an opportunity to look at the mondo problem again. I'll get
back to you in a couple of days most likely.

Thanks for the reminder.

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEl/df0SwfPjLnaZYRAr5NAKCykMm16R7Bgoy8Jprsqsc+StFyZwCgiGRO
2Is0ml544HlB0LQQ51j7f98=
=DOl8
-END PGP SIGNATURE-


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



Bug#361799: coreutils: Confirmation of bug - different message

2006-04-11 Thread Colin Turner
Package: coreutils
Version: 5.2.1-2.1
Followup-For: Bug #361799


Hi,

I'm also unable to upgrade from 5.2.1 to 5.94, but with a different error

(Reading database ... 210062 files and directories currently installed.)
Preparing to replace coreutils 5.2.1-2.1 (using .../coreutils_5.94-1_i386.deb) 
...
Removing `local diversion of /usr/share/man/man1/md5sum.textutils.1.gz to 
/usr/share/man/man1/md5sum.1.gz'
dpkg-divert: error checking `/usr/share/man/man1/md5sum.1.gz': Read-only file 
system
dpkg: error processing /var/cache/apt/archives/coreutils_5.94-1_i386.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 2
Errors were encountered while processing:
 /var/cache/apt/archives/coreutils_5.94-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

As you can see, I am getting an error about a read only file system. However 
/etc/mtab looks like this


/dev/hda1 / ext3 rw,errors=remount-ro 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/dev/hda5 /usr ext3 rw 0 0
/dev/hda6 /var ext3 rw 0 0
/dev/hda7 /home ext3 rw 0 0
/dev/hdd1 /usr/local/scratch ext3 rw 0 0
tmpfs /dev tmpfs rw,size=10M,mode=0755 0 0

so as you can see /usr (and everything else) is mounted rw.

CT.

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

Versions of packages coreutils depends on:
ii  libacl1   2.2.35-1   Access control list shared library
ii  libc6 2.3.6-3GNU C Library: Shared libraries an

coreutils recommends no packages.

-- no debconf information


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



Bug#361799: RW / RO problem

2006-04-11 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Thanks for the suggestion to try and manually rm the file. I still got
an error that I was on a RO file system. I rebooted and I was able to
use that fix though... Don't know why, since mtab shows the file system
as rw.

CT.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEPB4P0SwfPjLnaZYRAoBoAKDPgvPlqmFqlYOmX6JwmE+g6cU5/QCgsYvR
bI1uwPpGep4V4uEG3RO26BU=
=RiUy
-END PGP SIGNATURE-


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



Bug#358508: gallery: Missing albums on pull down menu for moving photos

2006-03-22 Thread Colin Turner
Package: gallery Version: 1.5.2-pl2-1 Severity: normal


After a recent upgrade the functionality to move photos between albums 
has been disrupted because the drop down menus for the album list has 
been greatly truncated for example, when I select a photo to move to 
another location the html for the popup menu box is truncated so that 
some or all albums are missing.

I will attach the example HTML to the report.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gallery depends on:
ii  apache2  2.0.55-4next generation, scalable, extenda
ii  apache2-mpm-prefork [apache2 2.0.55-4traditional model for Apache2
ii  debconf [debconf-2.0]1.4.71  Debian configuration management sy
ii  libapache2-mod-php5  5.1.2-1 server-side, HTML-embedded scripti
ii  netpbm   2:10.0-10.1 Graphics conversion tools
ii  php4-cgi 4:4.4.2-1   server-side, HTML-embedded scripti
ii  php5 5.1.2-1 server-side, HTML-embedded scripti
ii  php5-cgi 5.1.2-1 server-side, HTML-embedded scripti

Versions of packages gallery recommends:
ii  imagemagick6:6.2.4.5-0.6 Image manipulation programs
ii  jhead  2.44-1manipulate the non-image part of E
ii  libjpeg-progs  6b-11 Programs for manipulating JPEG fil
ii  unzip  5.52-6De-archiver for .zip files

-- debconf information:
* gallery/configure_warning:
* gallery/restart: true
* gallery/webserver: apache, apache-ssl
* gallery/album_warning:
Title: Move Photo




Move Photo

Move a range of photos to a new album:
(To move just one photo, make First and Last the same.)
(Nested albums in this range will be ignored.)






First
Last
New Album




 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246



 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194

Bug#353915: mondo: Would be useful to have kernel settings for debian in README.Debian

2006-02-27 Thread Colin Turner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Andree,

Andree Leidenfrost wrote:

Since the mondo package complains in its documentation and the program 
itself about the stock debian kernels
 
 Can you point out where exactly the mondo package and the program
 (mondoarchive I presume) complain about the kernel?
 
 In essence, README.Debian of the mindi package tries to convey that the
 fact that stock 2.4 i386 kernels are fine and that all stock 2.6 kernels
 are fine = 2.6.6. I am sure there may be contradicting information
 elsewhere. It would be great if you could point out where it is and I
 shall amend.

I guess a lot of the complaining is done in places like

/usr/share/doc/mondo-doc/html/faqbooting.html

now (I think I came across more assassination in old locations while
googling). mondoarchive itself complains in mondo/common/libmondo-devices.c

#ifndef __FreeBSD__
if (!ask_me_yes_or_no
(Are you confident that your kernel is a sane, 
sensible, standard
Linux kernel? Say 'no' if you are using a Gentoo 1.4 or Debian 3.0,
please.))
#endif

Now I'm running etch, on a kernel that has a config that was once
(probably years ago) derived from a stock kernel. So it probably still
applies to me.

I have been trying to build into 
my (already custom) kernel the lines needed to provide other support. 
Specifically from the docs (I think I have all the rest)

* stable loopfs support, which means it really needs to be 2.2.19 or 
2.4.7 (or later)
* initrd ramdisk support (built-in)
  
 You are referring to
 file:///usr/share/doc/mondo-doc/html/kernelsupport.html, is that
 correct?

Yes, thanks.

It would be useful to know which CONFIG lines to put in my .config file 
so I could do this. I have tried to add

-=- snip

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
# CONFIG_LBD is not set

-=-
 
 
 At first glance, this looks alright. What kernel version is this,
 2.6.14?

Yes. But the plot has thickened since I submitted my report. I made the
following changes since I noted mondoarchive tries insmod:

 # Block devices
 #
 CONFIG_BLK_DEV_FD=y
 # CONFIG_BLK_DEV_XD is not set
 # CONFIG_PARIDE is not set
 # CONFIG_BLK_CPQ_DA is not set
 # CONFIG_BLK_CPQ_CISS_DA is not set
 # CONFIG_BLK_DEV_DAC960 is not set
 # CONFIG_BLK_DEV_UMEM is not set
 # CONFIG_BLK_DEV_COW_COMMON is not set
 CONFIG_BLK_DEV_LOOP=m
 # CONFIG_BLK_DEV_CRYPTOLOOP is not set
 # CONFIG_BLK_DEV_NBD is not set
 # CONFIG_BLK_DEV_SX8 is not set
 # CONFIG_BLK_DEV_UB is not set
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=16
 CONFIG_BLK_DEV_RAM_SIZE=4096
 CONFIG_BLK_DEV_INITRD=y
 # CONFIG_LBD is not set
 # CONFIG_CDROM_PKTCDVD is not set

As you can see I changed BLK_DEV_LOOP to a module rather than built in
(the /dev/loop devices were clearly visible when it was built in BTW).
Although mondoarchive still initially complains bitterly about the lack
of initrd support it *was* then able to mount the images and I could get
a backup done, albeit a FAILSAFE once I guess.

To check initrd support the program does a

cat /proc/devices | grep ramdisk

which comes up blank on that server.

The plot thickens further, in my work machine I tried duplicating this,
and installed both loop and ramdisk support as modules, installed the
new modules, but there it didn't work. Although it made no complaints
about the kernel sanity (the ramdisk entry appeared) it still eventually
failed to loop mount the files later.

recompiled and reinstalled the kernel, but this still leaves the program 
complaining:

-=- From mindi

Fatal error. Can't loopmount 
/home/tmp.mondo.11814/tmp.mondo.7097/mindilinux/7235/mountpoint.7235; 
does your kernel support loopfs? If not, please recompile your kernel. 
Your Linux distro is broken.
 
 Maybe the loop devices don't exist? Are you using udev or devfs?

Ah good point. I've just discovered that my home server is not running
udev but my office machine is. That might explain the discrepancy with
/proc/devices. I can install it on my home server if you'd like me to
try that?

 You could try to just mount a iso image file by doing:
 
 mount -o loop iso file mount point
 
 and see what that gives?

Well, as noted that's working on the machine of the original report now,
but I got it working by removing built in support and compiling module
support. I don't know if it's just that mondo bails if insmod doesn't
work. I can recompile the kernel if you'd like me to test that again.

In any case, I'll try that on my work machine which 

  1   2   >