Bug#982288: podman: Can't run caontainers - failed to connect to container's attach socket

2021-02-08 Thread Sam Morris
Package: podman
Version: 3.0.0~rc2+dfsg1-2+b1
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: s...@robots.org.uk

After upgrading to podman 3, I can't run any containers any more.

$ podman run --rm -it docker.io/library/debian:10 
Error: failed to connect to container's attach socket: 
/run/user/876099160/libpod/tmp/socket/3178d20b8a3a42642dc6a7f32884df47019bc4a2a82af94fe4928b00ed3293c9/attach:
 no such file or directory

The directory /run/user/876099160/libpod/tmp/socket is empty.

According to unix(7), socket paths are limited to 108 bytes, but the
path in the error message is slightly longer than that:

$ echo -n 
/run/user/876099160/libpod/tmp/socket/18654637587d169f834095dce40d4812378e0056936974c9b7073ba1ae767bfa/attach
 | wc -c
109

Podman had a similar sounding bug a couple of years ago,
, but that was
fixed in podman 0.11.1.

Full debug output:

INFO[] podman filtering at log level debug  
DEBU[] Called run.PersistentPreRunE(podman --log-level=debug run --rm 
-it docker.io/library/debian:10) 
DEBU[] Reading configuration file 
"/usr/share/containers/containers.conf" 
DEBU[] Merged system config "/usr/share/containers/containers.conf": 
&{Containers:{Devices:[] Volumes:[] ApparmorProfile:containers-default-0.33.1 
Annotations:[] CgroupNS:private Cgroups:enabled DefaultCapabilities:[CHOWN 
DAC_OVERRIDE FOWNER FSETID KILL NET_BIND_SERVICE SETFCAP SETGID SETPCAP SETUID 
SYS_CHROOT] DefaultSysctls:[net.ipv4.ping_group_range=0 0] DefaultUlimits:[] 
DefaultMountsFile: DNSServers:[] DNSOptions:[] DNSSearches:[] 
EnableKeyring:true EnableLabeling:true 
Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 
TERM=xterm] EnvHost:false HTTPProxy:true Init:false InitPath: IPCNS:private 
LogDriver:k8s-file LogSizeMax:-1 NetNS:slirp4netns NoHosts:false PidsLimit:2048 
PidNS:private SeccompProfile:/usr/share/containers/seccomp.json ShmSize:65536k 
TZ: Umask:0022 UTSNS:private UserNS:host UserNSSize:65536} 
Engine:{ImageBuildFormat:oci CgroupCheck:false CgroupManager:systemd 
ConmonEnvVars:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin]
 ConmonPath:[/usr/libexec/podman/conmon /usr/local/libexec/podman/conmon 
/usr/local/lib/podman/conmon /usr/bin/conmon /usr/sbin/conmon 
/usr/local/bin/conmon /usr/local/sbin/conmon /run/current-system/sw/bin/conmon] 
DetachKeys:ctrl-p,ctrl-q EnablePortReservation:true Env:[] 
EventsLogFilePath:/run/user/876099160/libpod/tmp/events/events.log 
EventsLogger:journald HooksDir:[/usr/share/containers/oci/hooks.d] 
ImageDefaultTransport:docker:// InfraCommand: InfraImage:k8s.gcr.io/pause:3.2 
InitPath:/usr/libexec/podman/catatonit LockType:shm MultiImageArchive:false 
Namespace: NetworkCmdPath: NetworkCmdOptions:[] NoPivotRoot:false NumLocks:2048 
OCIRuntime:crun OCIRuntimes:map[crun:[/usr/bin/crun /usr/sbin/crun 
/usr/local/bin/crun /usr/local/sbin/crun /sbin/crun /bin/crun 
/run/current-system/sw/bin/crun] kata:[/usr/bin/kata-runtime 
/usr/sbin/kata-runtime /usr/local/bin/kata-runtime /usr/local/sbin/kata-runtime 
/sbin/kata-runtime /bin/kata-runtime /usr/bin/kata-qemu /usr/bin/kata-fc] 
runc:[/usr/bin/runc /usr/sbin/runc /usr/local/bin/runc /usr/local/sbin/runc 
/sbin/runc /bin/runc /usr/lib/cri-o-runc/sbin/runc 
/run/current-system/sw/bin/runc]] PullPolicy:missing Remote:false RemoteURI: 
RemoteIdentity: ActiveService: ServiceDestinations:map[] RuntimePath:[] 
RuntimeSupportsJSON:[crun runc] RuntimeSupportsNoCgroups:[crun] 
RuntimeSupportsKVM:[kata kata-runtime kata-qemu kata-fc] 
SetOptions:{StorageConfigRunRootSet:false StorageConfigGraphRootSet:false 
StorageConfigGraphDriverNameSet:false StaticDirSet:false VolumePathSet:false 
TmpDirSet:false} SignaturePolicyPath:/etc/containers/policy.json SDNotify:false 
StateType:3 
StaticDir:/home/ipa.example.com/sam.morris/.local/share/containers/storage/libpod
 StopTimeout:10 TmpDir:/run/user/876099160/libpod/tmp 
VolumePath:/home/ipa.example.com/sam.morris/.local/share/containers/storage/volumes
 VolumePlugins:map[]} Network:{CNIPluginDirs:[/usr/libexec/cni /usr/lib/cni 
/usr/local/lib/cni /opt/cni/bin] DefaultNetwork:podman 
NetworkConfigDir:/home/ipa.example.com/sam.morris/.config/cni/net.d}} 
DEBU[] Reading configuration file "/etc/containers/containers.conf" 
DEBU[] Merged system config "/etc/containers/containers.conf": 
&{Containers:{Devices:[] Volumes:[] ApparmorProfile:containers-default-0.33.1 
Annotations:[] CgroupNS:private Cgroups:enabled DefaultCapabilities:[CHOWN 
DAC_OVERRIDE FOWNER FSETID KILL NET_BIND_SERVICE SETFCAP SETGID SETPCAP SETUID 
SYS_CHROOT] DefaultSysctls:[net.ipv4.ping_group_range=0 0] DefaultUlimits:[] 
DefaultMountsFile: DNSServers:[] DNSOptions:[] DNSSearches:[] 
EnableKeyring:true EnableLabeling:true 
Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 
TERM=xterm] EnvHost:false HTTPProxy:true Init:false In

Bug#970230: freeipa FTBFS on non-nodejs architectures

2020-11-11 Thread Sam Morris
Package: src:freeipa
Followup-For: Bug #970230
Control: tag -1 + patch

This should let freeipa build on armel again:

$ diff -u debian/rules.old debian/rules
--- debian/rules.old2020-11-11 13:26:32.112603329 +
+++ debian/rules2020-11-11 13:26:37.020620794 +
@@ -99,7 +99,7 @@
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!/usr/bin/python3|' {} \;

 override_dh_missing:
-   dh_missing --fail-missing
+   dh_missing

 ifneq ($(ONLY_CLIENT), 1)
 override_dh_installsystemd:

-- System Information:
Debian Release: 10.6
  APT prefers stable-updates
  APT policy: (535, 'stable-updates'), (535, 'stable'), (520, 'testing'), (510, 
'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.19.0-9-686-pae (SMP w/1 CPU core)
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/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#965143: sssd: SSSD 2.3 won't let log in or use sudo

2020-07-20 Thread Sam Morris
Source: sssd
Followup-For: Bug #965143
Control: -1 + fixed-upstream patch

Upstream things this is https://github.com/SSSD/sssd/pull/5222 which
has been fixed upstream.

https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/5222.patch

-- System Information:
Debian Release: 10.4
  APT prefers stable-updates
  APT policy: (535, 'stable-updates'), (535, 'stable'), (520, 'testing'), (510, 
'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.19.0-8-686-pae (SMP w/1 CPU core)
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/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#965143: sssd: SSSD 2.3 won't let log in or use sudo

2020-07-16 Thread Sam Morris
Package: sssd
Version: 2.3.0-2
Severity: grave
Justification: renders package unusable

This locks me out of my systems.

$ sudo -l
[sudo] password for sam.morris@ad.domain.example: 
Sorry, try again.
[sudo] password for sam.morris@ad.domain.example: 
Sorry, try again.
[sudo] password for sam.morris@ad.domain.example: 
sudo: 3 incorrect password attempts

Each authentication attempt logs the following in sssd_pam.log:

(2020-07-16 18:08:38): [pam] [sysdb_search_user_by_upn_res] (0x0040): 
Search for upn [sam.morris@ad.domain.example] returns more than one result. One 
of the possible reasons can be that several users share the same email address.
(2020-07-16 18:08:38): [pam] [sysdb_search_user_by_upn] (0x0040): Error: 22 
(Invalid argument)
(2020-07-16 18:08:38): [pam] [sysdb_initgroups_by_upn] (0x0040): 
sysdb_search_user_by_upn() failed.
(2020-07-16 18:08:38): [pam] [cache_req_search_cache] (0x0020): CR #12: 
Unable to lookup [sam.morris@ad.domain.example] in cache [22]: Invalid argument
(2020-07-16 18:08:38): [pam] [pam_check_user_search_next] (0x0020): Fatal 
error, killing connection!

My user exists in an Active Directory domain that has a one-way trust
established via FreeIPA.

We do indeed have several users with the same email address. That's
(until now) been a perfectly valid setup (one human has several accounts
for performing different roles and they all have the same email
address).

Downgrading to 2.2.3-3 fixes the problem. It's necessary to remove the
sssd database after downgrading.

I've had a quick scan of the commits between 2.2.3 and 2.3.0 and
nothing's jumped out at me yet. I'll take another look later...

-- System Information:
Debian Release: 10.3
  APT prefers stable-debug
  APT policy: (570, 'stable-debug'), (570, 'stable'), (550, 'testing-debug'), 
(550, 'testing'), (530, 'unstable-debug'), (530, 'unstable'), (500, 
'stable-updates'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.7.0-1-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_USER
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: SELinux: enabled - Mode: Permissive - Policy name: default

Versions of packages sssd depends on:
ii  python3-sss  2.3.0-2
ii  sssd-ad  2.3.0-2
ii  sssd-common  2.3.0-2
ii  sssd-ipa 2.3.0-2
ii  sssd-krb52.3.0-2
ii  sssd-ldap2.3.0-2
ii  sssd-proxy   2.3.0-2

sssd recommends no packages.

sssd suggests no packages.

-- no debconf information



Bug#958017: libpango-1.0-0: Crash in pango_font_get_hb_font

2020-04-17 Thread Sam Morris
Package: libpango-1.0-0
Version: 1.44.7-3
Followup-For: Bug #958017
Control: -1 severity minor

After upgrading libpangocairo-1.0-0 to the version in unstable,
pango-view gives some more useful messages:

(pango-view:303404): GLib-GObject-WARNING **: 13:40:03.869: specified class 
size for type 'PangoCairoFcFont' is smaller than the parent type's 
'PangoFcFont' class size

(pango-view:303404): GLib-GObject-CRITICAL **: 13:40:03.869: 
g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE 
(instance_type)' failed

(pango-view:303404): GLib-CRITICAL **: 13:40:03.869: g_once_init_leave: 
assertion 'result != 0' failed

(pango-view:303404): GLib-GObject-CRITICAL **: 13:40:03.869: 
g_object_new_valist: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

So I think the crash is caused by the version skew between the
different pango libraries.

After installing libpangoft2-1.0-0 (which pulls in libharfbuzz0b as
well), pango-view and other programs work again.

-- System Information:
Debian Release: 10.3
  APT prefers stable-debug
  APT policy: (570, 'stable-debug'), (570, 'stable'), (550, 'testing-debug'), 
(550, 'testing'), (530, 'unstable-debug'), (530, 'unstable'), (500, 
'stable-updates'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_USER
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: SELinux: enabled - Mode: Permissive - Policy name: default

Versions of packages libpango-1.0-0 depends on:
ii  fontconfig 2.13.1-2
ii  libc6  2.30-4
ii  libfribidi01.0.5-3.1+deb10u1
ii  libglib2.0-0   2.64.1-1
ii  libharfbuzz0b  2.3.1-1
ii  libthai0   0.1.28-2

libpango-1.0-0 recommends no packages.

libpango-1.0-0 suggests no packages.

-- no debconf information



Bug#958017: libpango-1.0-0: Crash in pango_font_get_hb_font

2020-04-17 Thread Sam Morris
Package: libpango-1.0-0
Version: 1.44.7-3
Severity: grave
Justification: renders package unusable

After upgrading libpango-1.0-0 from version 1.42.4-7~deb10u1 to version
1.44.7, gnome-terminal-server will no longer start. It crashes with:

#0  0x in ?? ()
#1  0x7fa7b8049383 in pango_font_get_hb_font 
(font=font@entry=0x558d8a9a9860) at ../pango/fonts.c:1908
#2  0x7fa7b8063173 in pango_font_get_hb_font_for_context 
(context=0x7ffcb2ff2fd0, font=0x558d8a9a9860) at ../pango/pangofc-shape.c:345
#3  pango_hb_shape (font=0x558d8a9a9860, 
item_text=item_text@entry=0x558d8a6826f0 "!", item_length=item_length@entry=1, 
analysis=analysis@entry=0x558d8a914110, glyphs=glyphs@entry=0x558d8a75b180, 
paragraph_text=paragraph_text@entry=0x558d8a6826f0 "!", paragraph_length=1) at 
../pango/pangofc-shape.c:345
#4  0x7fa7b80629ea in pango_shape_with_flags (item_text=0x558d8a6826f0 
"!", item_length=1, paragraph_text=, paragraph_length=1, 
analysis=analysis@entry=0x558d8a914110, glyphs=glyphs@entry=0x558d8a75b180, 
flags=PANGO_SHAPE_ROUND_POSITIONS) at ../pango/shape.c:205
#5  0x7fa7b8053a33 in shape_run (line=line@entry=0x558d8a92a5e0, 
state=state@entry=0x7ffcb2ff3580, item=item@entry=0x558d8a914100) at 
../pango/pango-layout.c:3354
#6  0x7fa7b8055e78 in process_item (layout=layout@entry=0x558d8a65a400, 
line=line@entry=0x558d8a92a5e0, state=state@entry=0x7ffcb2ff3580, 
force_fit=force_fit@entry=1, no_break_at_end=no_break_at_end@entry=0) at 
../pango/pango-layout.c:3633
#7  0x7fa7b8057f6d in process_line (state=0x7ffcb2ff3580, 
layout=0x558d8a65a400) at ../pango/pango-layout.c:3951
#8  pango_layout_check_lines (layout=) at 
../pango/pango-layout.c:4315
#9  pango_layout_check_lines (layout=) at 
../pango/pango-layout.c:4175
#10 0x7fa7b8059a59 in pango_layout_get_extents_internal 
(layout=0x558d8a65a400, ink_rect=ink_rect@entry=0x0, 
logical_rect=logical_rect@entry=0x7ffcb2ff3720, 
line_extents=line_extents@entry=0x0) at ../pango/pango-layout.c:2623
#11 0x7fa7b8059e7c in pango_layout_get_extents (layout=, 
ink_rect=ink_rect@entry=0x0, logical_rect=logical_rect@entry=0x7ffcb2ff3720) at 
../pango/pango-layout.c:2817
#12 0x7fa7b88a1e00 in font_info_measure_font (info=0x558d8a8e9c00) at 
../src/vtedraw.cc:398
#13 font_info_allocate (context=0x558d8a8e9700) at ../src/vtedraw.cc:448
#14 font_info_find_for_context (context=0x558d8a8e9700) at 
../src/vtedraw.cc:612
#15 font_info_create_for_context (fontconfig_timestamp=, 
language=, desc=0x1, context=0x558d8a8e9700) at 
../src/vtedraw.cc:657
#16 font_info_create_for_screen (language=, desc=0x1, 
screen=) at ../src/vtedraw.cc:668
#17 font_info_create_for_widget (widget=widget@entry=0x558d8a92c320, 
desc=desc@entry=0x558d8a993560) at ../src/vtedraw.cc:679
#18 0x7fa7b88a2403 in _vte_draw_set_text_font (draw=0x558d8a9211c0, 
widget=0x558d8a92c320, fontdesc=0x558d8a993560, cell_width_scale=1, 
cell_height_scale=1) at ../src/vtedraw.cc:910
#19 0x7fa7b888ffd6 in vte::terminal::Terminal::ensure_font 
(this=0x558d8a92e000) at /usr/include/c++/9/bits/unique_ptr.h:360
#20 vte::terminal::Terminal::ensure_font (this=this@entry=0x558d8a92e000) 
at ../src/vte.cc:7318
#21 0x7fa7b88a985e in vte::terminal::Terminal::get_cell_width 
(this=0x558d8a92e000) at ../src/vteinternal.hh:1248
#22 vte_terminal_get_char_width (terminal=) at 
../src/vtegtk.cc:3447
#23 0x558d8a1925d8 in ?? ()
#24 0x558d8a198dfc in ?? ()
#25 0x558d8a19bfb5 in ?? ()
#26 0x558d8a19d713 in ?? ()
#27 0x7fa7b5ecaccd in ?? () from /usr/lib/x86_64-linux-gnu/libffi.so.7
#28 0x7fa7b5eca25a in ?? () from /usr/lib/x86_64-linux-gnu/libffi.so.7
#29 0x7fa7b7dd17fc in g_cclosure_marshal_generic 
(closure=closure@entry=0x558d8a85d470, return_gvalue=return_gvalue@entry=0x0, 
n_param_values=n_param_values@entry=3, 
param_values=param_values@entry=0x7ffcb2ff3db0, 
invocation_hint=invocation_hint@entry=0x7ffcb2ff3d30, 
marshal_data=marshal_data@entry=0x0) at ../../../gobject/gclosure.c:1500
#30 0x7fa7b7dd0fd2 in g_closure_invoke (closure=0x558d8a85d470, 
return_value=0x0, n_param_values=3, param_values=0x7ffcb2ff3db0, 
invocation_hint=0x7ffcb2ff3d30) at ../../../gobject/gclosure.c:810
#31 0x7fa7b7de41b3 in signal_emit_unlocked_R 
(node=node@entry=0x558d8a5ffe70, detail=detail@entry=0, 
instance=instance@entry=0x558d8a8d82a0, 
emission_return=emission_return@entry=0x0, 
instance_and_params=instance_and_params@entry=0x7ffcb2ff3db0) at 
../../../gobject/gsignal.c:3812
#32 0x7fa7b7def54f in g_signal_emit_valist 
(instance=instance@entry=0x558d8a8d82a0, signal_id=signal_id@entry=252, 
detail=detail@entry=0, var_args=var_args@entry=0x7ffcb2ff3ff8) at 
../../../gobject/gsignal.c:3498
#33 0x7fa7b7df098c in g_signal_emit_by_name (instance=0x558d8a8d82a0, 
detailed_signal=0x558d8a1a7bac "screen-switched") at 
../../../go

Bug#955541: Login fails for a user name with non-ascii characters

2020-04-03 Thread Sam Morris
Package: systemd
Followup-For: Bug #955541
Control: affects -1 + sssd

This also prevents logging in using Active Directory credentials with
sssd. This is because sssd synthesizes an AD user's user name with:

CONCAT(SAM-Account-Name, '@', DNS Domain Name)

This also applies to group names.

It's worth remarking that a user or group SAM-Account-Name can contain
other characters that systemd isn't happy about such as commas and
spaces.

-- Package-specific info:

-- System Information:
Debian Release: 10.3
  APT prefers stable-debug
  APT policy: (570, 'stable-debug'), (570, 'stable'), (550, 'testing-debug'), 
(550, 'testing'), (530, 'unstable-debug'), (530, 'unstable'), (500, 
'stable-updates'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_USER, TAINT_WARN
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: SELinux: enabled - Mode: Permissive - Policy name: default

Versions of packages systemd depends on:
ii  adduser  3.118
ii  libacl1  2.2.53-4
ii  libapparmor1 2.13.2-10
ii  libaudit11:2.8.4-3
ii  libblkid12.33.1-0.1
ii  libc62.30-2
ii  libcap2  1:2.25-2
ii  libcrypt11:4.4.15-1
ii  libcryptsetup12  2:2.1.0-5+deb10u2
ii  libgcrypt20  1.8.4-5
ii  libgnutls30  3.6.12-2
ii  libgpg-error01.35-1
ii  libidn2-02.0.5-1+deb10u1
ii  libip4tc21.8.3-2~bpo10+1
ii  libkmod2 26-1
ii  liblz4-1 1.8.3-1
ii  liblzma5 5.2.4-1
ii  libmount12.34-0.1
ii  libpam0g 1.3.1-5
ii  libpcre2-8-0 10.34-7
ii  libseccomp2  2.4.3-1
ii  libselinux1  3.0-2.1
ii  libsystemd0  245.2-1.1
ii  mount2.34-0.1
ii  util-linux   2.34-0.1

Versions of packages systemd recommends:
ii  dbus  1.12.16-1

Versions of packages systemd suggests:
ii  policykit-10.105-25
pn  systemd-container  

Versions of packages systemd is related to:
pn  dracut   
ii  initramfs-tools  0.133+deb10u1
ii  libnss-systemd   245.2-1.1
hi  libpam-systemd   245.2-1.1
ii  udev 244.3-1

-- Configuration Files:
/etc/pam.d/systemd-user changed [not included]

-- no debconf information



Bug#932080: sssd fails to start: #886483 raises from the dead

2019-07-15 Thread Sam Morris
Control: tag -1 + patch upstream
Control: forward -1 

On Sun, 14 Jul 2019 20:19:40 +0100 =?utf-8?b?SnVoYSBKw6R5a2vDpA==?= 
 wrote:
> Second failure mode is triggered by trying the obvious: commenting out
> the whole "service" line from sssd.conf. However, now sssd fails both
> from command line and from systemd because
> 
> "sssd: SSSD couldn't load the configuration database [22]: Invalid argument."
> 
> There does not seem to be any way of disabling all non-socket services
> but if at least one non-socket service is active, systemd will time out
> trying to load the corresponding socket.

This is because 'services' is mandatory if sssd is built without
HAVE_SYSTEMD. A typo in src/external/systemd.m4 prevents HAVE_SYSTEMD
being set, which removes the code allowing 'services' to be optional.
It also removes the code that notifies systemd that sssd is ready,
which is why systemd kills it after 90 seconds and marks the unit as
failed.

If you run 'journalctl -u sssd-nss.service', you should see the
following error:

Invalid option --socket-activated: unknown option

This is the reason that the socket-activated services that _aren't_
explicitly listed in 'services' fail to start.

I have fixed this in
<
https://salsa.debian.org/sssd-team/sssd/merge_requests/5>.

I also removed 'services' from sssd.conf to allow nss and pam to be
socket-activated by default (their corresponding socket units check
sssd.conf and fail to start if they are mentioned in 'services').

While debugging this I made a few observations:

Duplicate sssd_pac process: I've noticed that sssd always starts and
babysits an sssd_pac process even though it's not configured to do so.
systemd starts its own instance under sssd-pac.service; I presume
there's a race here over which instance is invoked when I finally log
in. Both processes hold open the database and the log file. I don't
know if there's potential for corruption here, but I don't like it!
According to the add_implicit_services function, this happens because I
have a domain using the IPA provider; I guess this code needs to be
updated to take into account the possibility of a socket-activated pac
responder process. I'll raise this upstream.

sssd resiliance: without sssd running, it's impossible to log into the
system or use sudo to fix it. Shouldn't sssd use Restart=always to
ensure that it comes back if it crashes?

dbus crash: while upgrading sssd to version 2, and later on while I was
installing my patched package with dpkg, dbus-daemon logged the message
"unable to reload configuration: (null)" and then segfaulted ("segfault
at 0 ip 55a507dfd700 sp 7ffeed3d3638 error 6 in dbus-
daemon[55a507de7000+22000]" according to the kernel). Sadly systemd-
coredump didn't record a core file. Did dbus-daemon perhaps tried to
reload the config while dpkg was still writing it out?

sssd_pac crash: sssd_pac dies after about five minutes with the "The
last reference on a connection was dropped without closing the
connection. This is a bug in an application. [...] Most likely, the
application called unref() too many times and removed a reference
belonging to libdbus, since this is a shared connection." If this
persists after a reboot I'll file a separate bug for it.

-- 
Sam Morris 



Bug#875617: pan: Crashes when launching

2017-09-12 Thread Sam Morris
Package: pan
Version: 0.141-2
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Also applies to 0.142-1 in unstable.

(gdb) run --debug
Starting program: /usr/bin/pan --debug
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeaabe700 (LWP 24969)]
[New Thread 0x7fffea2bd700 (LWP 24970)]
(article-cache.cc:171:ArticleCache) loaded 940 articles into cache from 
/home/sam/.pan2/article-cache
[New Thread 0x7fffe3fff700 (LWP 24971)]
[New Thread 0x7fffe37fe700 (LWP 24972)]
[New Thread 0x7fffe2ffd700 (LWP 24973)]
[New Thread 0x7fffe27fc700 (LWP 24974)]
(queue.cc:292:process_task) in process_task with a task of type SAVE
(task-article.cc:355:use_decoder) decoder thread was free, enqueued work
(queue.cc:292:process_task) in process_task with a task of type SAVE
[New Thread 0x7fffe1ffb700 (LWP 24975)]
*** Error in `/usr/bin/pan': corrupted size vs. prev_size: 0x7fffd8004810 
***
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name news.pan.NZB 
was not provided by any .service files
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x73506bcb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76f96)[0x7350cf96]
/lib/x86_64-linux-gnu/libc.so.6(+0x78091)[0x7350e091]
/usr/bin/pan(+0x15d334)[0x556b1334]
/usr/bin/pan(+0x129a14)[0x5567da14]
/usr/bin/pan(+0x15a3ba)[0x556ae3ba]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x72dce)[0x75978dce]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x723d5)[0x759783d5]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7494)[0x73280494]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7357eaff]
=== Memory map: 
4000-55784000 r-xp  08:02 786882 
/usr/bin/pan
55984000-5598d000 r--p 0023 08:02 786882 
/usr/bin/pan
5598d000-5599 rw-p 00239000 08:02 786882 
/usr/bin/pan
5599-5610 rw-p  00:00 0  [heap]
7fffd000-7fffd0021000 rw-p  00:00 0 
7fffd0021000-7fffd400 ---p  00:00 0 
7fffd800-7fffd8022000 rw-p  00:00 0 
7fffd8022000-7fffdc00 ---p  00:00 0 
7fffdc00-7fffdc022000 rw-p  00:00 0 
7fffdc022000-7fffe000 ---p  00:00 0 
7fffe17fb000-7fffe17fc000 ---p  00:00 0 
7fffe17fc000-7fffe1ffc000 rw-p  00:00 0 
7fffe1ffc000-7fffe1ffd000 ---p  00:00 0 
7fffe1ffd000-7fffe27fd000 rw-p  00:00 0 
7fffe27fd000-7fffe27fe000 ---p  00:00 0 
7fffe27fe000-7fffe2ffe000 rw-p  00:00 0 
7fffe2ffe000-7fffe2fff000 ---p  00:00 0 
7fffe2fff000-7fffe37ff000 rw-p  00:00 0 
7fffe37ff000-7fffe380 ---p  00:00 0 
7fffe380-7fffe400 rw-p  00:00 0 
7fffe400-7fffe4021000 rw-p  00:00 0 
7fffe4021000-7fffe800 ---p  00:00 0 
7fffe841c000-7fffe8426000 r-xp  08:02 924364 
/lib/x86_64-linux-gnu/libnss_files-2.24.so
7fffe8426000-7fffe8626000 ---p a000 08:02 924364 
/lib/x86_64-linux-gnu/libnss_files-2.24.so
7fffe8626000-7fffe8627000 r--p a000 08:02 924364 
/lib/x86_64-linux-gnu/libnss_files-2.24.so
7fffe8627000-7fffe8628000 rw-p b000 08:02 924364 
/lib/x86_64-linux-gnu/libnss_files-2.24.so
7fffe8628000-7fffe862e000 rw-p  00:00 0 
7fffe862e000-7fffe8639000 r-xp  08:02 924372 
/lib/x86_64-linux-gnu/libnss_nis-2.24.so
7fffe8639000-7fffe8838000 ---p b000 08:02 924372 
/lib/x86_64-linux-gnu/libnss_nis-2.24.so
7fffe8838000-7fffe8839000 r--p a000 08:02 924372 
/lib/x86_64-linux-gnu/libnss_nis-2.24.so
7fffe8839000-7fffe883a000 rw-p b000 08:02 924372 
/lib/x86_64-linux-gnu/libnss_nis-2.24.so
7fffe883a000-7fffe8841000 r-xp  08:02 924358 
/lib/x86_64-linux-gnu/libnss_compat-2.24.so
7fffe8841000-7fffe8a4 ---p 7000 08:02 924358 
/lib/x86_64-linux-gnu/libnss_compat-2.24.so
7fffe8a4-7fffe8a41000 r--p 6000 08:02 924358 
/lib/x86_64-linux-gnu/libnss_compat-2.24.so
7fffe8a41000-7fffe8a42000 rw-p 7000 08:02 924358 
/lib/x86_64-linux-gnu/libnss_compat-2.24.so
7fffe8a42000-7fffe8a49000 r-xp  08:02 802561 
/usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7fffe8a49000-7fffe8c49000 ---p 7000 08:02 802561 
/usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7fffe8c49000-7fffe8c4a000 r--p 7000 08:02 802561 
/usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7fffe8c4a000-7fffe8c4b000 rw-p 8000 08:02 802561 
/usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7fffe8c4b000-7fffe8c76000 r-xp  08:02 790743 
/usr/lib/x86_64-linux-gnu/libvorbis.so

Bug#851576: xtables-addons-dkms: Error building against Linux 4.9

2017-01-16 Thread Sam Morris
Package: xtables-addons-dkms
Version: 2.11-3
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

DKMS make.log for xtables-addons-2.11 for kernel 4.9.0-1-amd64 (x86_64)
Mon 16 Jan 13:34:05 GMT 2017
make: Entering directory '/usr/src/linux-headers-4.9.0-1-amd64'
make -C /usr/src/linux-headers-4.9.0-1-amd64 
KBUILD_SRC=/usr/src/linux-headers-4.9.0-1-common \
- -f /usr/src/linux-headers-4.9.0-1-common/Makefile modules
test -e include/generated/autoconf.h -a -e include/config/auto.conf || (
\
echo >&2;   \
echo >&2 "  ERROR: Kernel configuration is invalid.";   \
echo >&2 " include/generated/autoconf.h or include/config/auto.conf are 
missing.";\
echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix 
it.";  \
echo >&2 ;  \
/bin/false)
mkdir -p /var/lib/dkms/xtables-addons/2.11/build/extensions/.tmp_versions ; rm 
-f /var/lib/dkms/xtables-addons/2.11/build/extensions/.tmp_versions/*
make -f /usr/src/linux-headers-4.9.0-1-common/scripts/Makefile.build 
obj=/var/lib/dkms/xtables-addons/2.11/build/extensions
   gcc-6 
-Wp,-MD,/var/lib/dkms/xtables-addons/2.11/build/extensions/.compat_xtables.o.d  
-nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include 
-I/usr/src/linux-headers-4.9.0-1-common/arch/x86/include 
-I./arch/x86/include/generated/uapi -I./arch/x86/include/generated  
-I/usr/src/linux-headers-4.9.0-1-common/include -I./include 
-I/usr/src/linux-headers-4.9.0-1-common/arch/x86/include/uapi 
-I/usr/src/linux-headers-4.9.0-1-common/include/uapi -I./include/generated/uapi 
-include /usr/src/linux-headers-4.9.0-1-common/include/linux/kconfig.h 
-I/usr/src/linux-headers-4.9.0-1-common//var/lib/dkms/xtables-addons/2.11/build/extensions
 -I/var/lib/dkms/xtables-addons/2.11/build/extensions -D__KERNEL__ -Wall 
-Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common 
-Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE 
-mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -falign-jumps=1 
-falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 
-mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time 
-maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 
-DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 
-DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 
-DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe 
-Wno-sign-compare -fno-asynchronous-unwind-tables 
-fno-delete-null-pointer-checks -Wno-frame-address -O2 
--param=allow-store-data-races=0 -Wframe-larger-than=2048 
-fstack-protector-strong -Wno-unused-but-set-variable 
-Wno-unused-const-variable -fno-var-tracking-assignments -g -pg -mfentry 
-DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign 
-fno-strict-overflow -fconserve-stack -Werror=implicit-int 
-Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types 
-DCC_HAVE_ASM_GOTO  -DMODULE  -DKBUILD_BASENAME='"compat_xtables"'  
-DKBUILD_MODNAME='"compat_xtables"' -c -o 
/var/lib/dkms/xtables-addons/2.11/build/extensions/.tmp_compat_xtables.o 
/var/lib/dkms/xtables-addons/2.11/build/extensions/compat_xtables.c
   gcc-6 
-Wp,-MD,/var/lib/dkms/xtables-addons/2.11/build/extensions/.xt_CHAOS.o.d  
-nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include 
-I/usr/src/linux-headers-4.9.0-1-common/arch/x86/include 
-I./arch/x86/include/generated/uapi -I./arch/x86/include/generated  
-I/usr/src/linux-headers-4.9.0-1-common/include -I./include 
-I/usr/src/linux-headers-4.9.0-1-common/arch/x86/include/uapi 
-I/usr/src/linux-headers-4.9.0-1-common/include/uapi -I./include/generated/uapi 
-include /usr/src/linux-headers-4.9.0-1-common/include/linux/kconfig.h 
-I/usr/src/linux-headers-4.9.0-1-common//var/lib/dkms/xtables-addons/2.11/build/extensions
 -I/var/lib/dkms/xtables-addons/2.11/build/extensions -D__KERNEL__ -Wall 
-Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common 
-Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE 
-mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -falign-jumps=1 
-falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 
-mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time 
-maccumulate-outgoing-args -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 
-DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 
-DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 
-DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe 
-Wno-sign-compare -fno-asynchronous-unwind-tables 
-fno-delete-null-pointer-checks -Wno-frame-address -O2 
--param=allow-store-data-races=0 -Wframe-larger-than=2048 
-fstack-protector-strong -Wno-unused-but-set

Bug#847663: Is pymsnt useless?

2016-12-10 Thread Sam Morris
On Sat, 2016-12-10 at 15:41 +0200, Adrian Bunk wrote:
> Package: pymsnt
> Version: 0.11.3+hg224-1
> Severity: serious
> 
> Is there still any use for this package after
> MSN Messenger Service has been shut down?

Personally I stopped using it some time in 2016; I just monitor the
package in case some series issue comes up. According to http://ismsnde
adyet.com/ service is 'mostly' dead: the MSNP11 protocol, which PyMSNt
uses, no longer works. I will request that the package be removed.

-- 
Sam Morris <https://robots.org.uk/>
PGP: rsa4096/CAAA AA1A CA69 A83A 892B  1855 D20B 4202 5CDA 27B9


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


Bug#846233: vim-command-t is not installable in unstable

2016-11-29 Thread Sam Morris
On Tue, 2016-11-29 at 14:59 +0200, Adrian Bunk wrote:
> Package: vim-command-t
> Version: 4.0-2.1
> Severity: serious
> 
> The following packages have unmet dependencies:
>  vim-command-t : Depends: libruby2.3 (< 2.3.2) but 2.3.3-1 is to be
> installed

Thanks for this. The package needs a rebuild against the newer ruby2.3-
dev. I've uploaded a new version to mentors.debian.net and requested an
upload from my sponsor. In the meantime, a simple rebuild will fix this
on your own system.

-- 
Sam Morris <https://robots.org.uk/>
PGP: rsa4096/CAAA AA1A CA69 A83A 892B  1855 D20B 4202 5CDA 27B9


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


Bug#841281: gkeyring: Missing dependency on python-gnomekeyring

2016-10-19 Thread Sam Morris
Package: gkeyring
Version: 0.4-1-gf4ce4c7-1
Severity: serious
Justification: Policy 7.2

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The package appears to be missing a dependency on python-gnomekeyring.

- -- System Information:
Debian Release: stretch/sid
  APT prefers testing-debug
  APT policy: (550, 'testing-debug'), (550, 'testing'), (520, 
'unstable-debug'), (520, 'unstable'), (510, 'experimental-debug'), (510, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.7.0-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/dash
Init: systemd (via /run/systemd/system)

Versions of packages gkeyring depends on:
pn  python:any  

gkeyring recommends no packages.

gkeyring suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIvBAEBCAAZBQJYB0SIEhxzYW1Acm9ib3RzLm9yZy51awAKCRDSC0ICXNonufja
EACNfRWaUPARQ3P9aNAXsnvyLAf8Sq4H1Zop3XM6Ap1NyBJMz0nE6BV4Sk9PODSx
bL8nozWwvc3W7GMmnmQjDuOPxiUU0OHRxpY+u4RGNTRpBuZeu+6kCyUoGT1xGu3L
UNk6raVN2zrxjt+eChlwnCwlzyGBZV83eatTDw4qBL5UMv+Rgp58XctuBM44OI4G
ED187AlinugBIsAtyUvTkqpKLDc+93UPXz7X+zXWc2eZkmv4KrPWKLNk+a4PppGl
IZrIwH5cDSncQi+wPqh2YttrSG80HTJJ5OHNT6j4HcRy5beed33CGGPKRJrcGLO0
YPmd9S/RE9W9hPLRpbDXjqRrv6CwmVF8ovytf3tbHnZfEQ7Dv2krUU8TNySl8wwl
EDXR8n8vitEgLYQX40WPWHVxyBHwVKafqDw2YTZLs3v++XPEn5wY3sHFzPKv3w9m
yNcrKzDAfk0NA82+CUHbKyNUbTwHB7m0bynWZHDLRs/TgHGcc9xQDOD4NbJ4zpPJ
ZmtH7eOW9BogHjRBHcYZruBPebNFYgKgSacsPDHOprkTfFith16Y8INnw2MP2VZh
uM/daBsC7WHYfs1iYz5yP0RRvkxMy83NAUvi0fa5AjWtXRzgKrGwMOQbfQJkV54/
WhsS3zRCQXbHxCKhjVERghSRKgGsCvWmoFzS73yOMVssHw==
=97s1
-END PGP SIGNATURE-



Bug#824188: ferm: Starts too late

2016-05-13 Thread Sam Morris
Package: ferm
Version: 2.2-3
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The systemd service shipped by the package starts ferm too late. As
advised in ,
firewall services should be started before network interfaces are
brought up. This is done as follows:

[Unit]
DefaultDependencies=no
Wants=network-pre.target
Before=network-pre.target shutdown.target
Conflicts=shutdown.target

The shutdown.target stuff is added to maintain compatibility with how
ferm worked under sysvinit, since using DefaultDependencies=no will by
default result in a service that is not stopped during shutdown.

- -- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (530, 'testing'), (520, 
'unstable'), (510, 'experimental'), (500, 'unstable-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 4.5.0-1-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
Init: systemd (via /run/systemd/system)

Versions of packages ferm depends on:
ii  debconf   1.5.59
ii  iptables  1.6.0-2
ii  lsb-base  4.1+Debian13+nmu1
ii  perl  5.22.2-1

Versions of packages ferm recommends:
ii  libnet-dns-perl  1.05-2

ferm suggests no packages.

- -- Configuration Files:
/etc/default/ferm changed [not included]
/etc/ferm/ferm.conf changed [not included]

- -- debconf information excluded

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJXNeLfAAoJENILQgJc2ie58w8P/0AsqcyQkN4igtXXCWIGe5VD
QNNrlSzT3jUKvxf0Bny2D/8dmB0zvUKLGXT+9AE5ufg1JGGhKU2KgqYDRru2LVUJ
xCarzxPG9rhTyvSD1XuPoScza83Sf4v7DUgknupZH6Wn1RJsIoHHQpOZF9zGs1Wa
alxtUDsdrnG8Q1d8w4hNVtILUW3vdx2Ke40gJqlFKhoK8AwR4M7PVAnxlCUCdMqK
orr7dstFwa6r2bY9T0+9h1qEWysl2q5UJwBeYIKuQ+WW33nkpOa9VcykXFoKgT2D
09UNQHbFRSPV0PwdHuM7FKIj3QSLbsomWp7e73tfcLvI8mgUeNYGHI37LBAwKusV
XqbhgZyWiRvKxjbcs3eRzAcwu/2J329g+IV3AwPSBzE9O9PSHBF9Mjh6kqld7NWt
iolWshsro7qVRqJNR2ywRBEaU7AJH+AiogwVdrnP2cLdwlg17UQEqdbQG81ILkcF
ihazHyG9UFW6fup8nfVft8Tf6Rv1w3hG8d7P2Yfu+OjWTNLCYu2u1jl+YG4HHaCP
Y5L2ZqNbT417WyKrYSJT6KwIB8b40V+t2NOsY3D1qZjNYtMRuORs0dtELjtNVGri
/hslo4rs/P39Z7Fyw7Q5f/Y209bxbCXwZzOYTwC+cSgPMsJZvFWTWsYOJucLZwry
FAniPMh5RnPrfIQH6Qga
=KbHe
-END PGP SIGNATURE-



Bug#820913: gnome-online-accounts: Facebook and Google credentials have expired, unable to sign in

2016-04-13 Thread Sam Morris
severity 820913 normal
thanks

I killed goa-daemon and then restarted gnome-control-center and now
things are working again. When I reported the bug it was with a freshly
started session, so I'll keep an eye on this and wait for it to happen
again.

-- 
Sam Morris <https://robots.org.uk/>
CAAA AA1A CA69 A83A 892B  1855 D20B 4202 5CDA 27B9



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


Bug#820913: gnome-online-accounts: Facebook and Google credentials have expired, unable to sign in

2016-04-13 Thread Sam Morris
Package: gnome-online-accounts
Version: 3.18.4-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

gnome-control-centre shows both my Facebook and Google accounts as
expired. I am able to complete each service's authentication flow when I
press Sign in, but after doing so they still show up as expired in
gnome-control-center, and clients are unable to access my
contacts/calendar etc.

The following is logged when I attempt to sign in:

Apr 13 16:45:34 wintermute gnome-keyring-daemon[18064]: asked to register item 
/org/freedesktop/secrets/collection/login/2830, but it's already registered
Apr 13 16:45:34 wintermute org.gnome.OnlineAccounts[1538]: ** Message: Remote 
error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name 
:1.15 was not provided by any .service files
Apr 13 16:45:34 wintermute org.gnome.OnlineAccounts[1538]: (goa-daemon:2078): 
GoaBackend-WARNING **: secret_password_lookup_sync() failed: The name :1.15 was 
not provided by any .service files

I don't think this is a dupe of #673589 since that was fixed upstream
when 2 factor authentication was implemented, and this applies to a
non-Google account as well as a Google account that uses 2-factor
authentication.

- -- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (530, 'testing'), (520, 
'unstable'), (510, 'experimental'), (500, 'unstable-debug'), (500, 
'testing-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 4.4.0-1-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
Init: systemd (via /run/systemd/system)

Versions of packages gnome-online-accounts depends on:
ii  libatk1.0-0  2.20.0-1
ii  libc62.22-5
ii  libcairo-gobject21.14.0-2.1+deb8u1
ii  libcairo21.14.0-2.1+deb8u1
ii  libgcr-base-3-1  3.14.0-2
ii  libgdk-pixbuf2.0-0   2.32.3-1.2
ii  libglib2.0-0 2.48.0-1
ii  libgoa-1.0-0b3.18.4-1
ii  libgoa-backend-1.0-1 3.18.4-1
ii  libgtk-3-0   3.18.9-1
ii  libjavascriptcoregtk-4.0-18  2.10.8-1
ii  libkrb5-31.13.2+dfsg-5
ii  libpango-1.0-0   1.38.1-1
ii  libpangocairo-1.0-0  1.38.1-1
ii  librest-0.7-00.7.92-3
ii  libsoup2.4-1 2.52.2-1
ii  libtelepathy-glib0   0.24.1-1
ii  libwebkit2gtk-4.0-37 2.10.8-1
ii  libxml2  2.9.1+dfsg1-5+deb8u1

Versions of packages gnome-online-accounts recommends:
ii  dleyna-server 0.4.0-1
ii  gnome-control-center  1:3.18.2-1
ii  realmd0.15.1-1+b2

gnome-online-accounts suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJXDmwOAAoJENILQgJc2ie5sRwP/j248F0or/AQzIKAzmW65eRd
W7QApD4FS53QcUDd/YGHduAagbMgD7lrZTDh7QsPvbGDm52rp+/d2hoLxSlOkOhf
Soy1hyqIBxHCnsSaNIKzUicigkMBW54TXMS7zgedfJroXNZOqGkpRvnUo22N4gby
2Hha5Tl9oixiLc/nXQG1W+OTttDicCPZ4yI7fu6XUwsO+1IAom4bSmd9HU/d2+F1
YR9v4t+Xj+1FgnxGhKNR/xdGJs4akMOpV12aj2zhkrziaTw3C96tGgp8BT/pk+kl
Mu3gsAWei6NXoZjcQoqLWhQ34yV0q7bgWQQVgdtshG2vFHkhigvEWxTGfjCWipIy
lziDiDiL+BWZfFIuib0bD6hBmadTJG+dxBB9dpJpRMes+8MSt4jZFbHHhYkE2z1s
+JBDmmQBJUtKHgj/gaJS1vAQkI7v8UmyCYJAF1J5iNABiNMpewTgAXxjd7a87Hnw
gtETmXWP51T6O764Gtd19tzvMgZdHWmEVCniof01Ip0IQjjPsg+dBPYR48L3iGA5
QLCKDN6SyVtoLCN+xsZpe5BR3Q/kMZ6/JBsBnDJ8QZE+wttLibDrav3qQwqQyEIS
RhG3wXle/fG2Yv+7RP2/A1SH9YuSOhFc293xxqaIiLjeSN4+vyG721gJgguf7a60
FmVwkaFyOdx+SVXYZ2xc
=vdJr
-END PGP SIGNATURE-



Bug#820568: tracker: searches fail with "no such module: fts5"

2016-04-09 Thread Sam Morris
Package: tracker
Version: 1.8.0-2
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Searches fail with the following error:

$ tracker search test
Could not get search results, no such module: fts5

- -- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (530, 'testing'), (520, 
'unstable'), (510, 'experimental'), (500, 'unstable-debug'), (500, 
'testing-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 4.4.0-1-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
Init: systemd (via /run/systemd/system)

Versions of packages tracker depends on:
ii  dbus 1.10.8-1
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  libc62.22-5
ii  libexempi3   2.3.0-2
ii  libglib2.0-0 2.48.0-1
ii  libtagc0 1.9.1-2.4
ii  libtracker-control-1.0-0 1.8.0-2+b1
ii  libtracker-sparql-1.0-0  1.8.0-2+b1
ii  shared-mime-info 1.3-1

Versions of packages tracker recommends:
ii  tracker-gui   1.8.0-2+b1
ii  tracker-miner-fs  1.8.0-2+b1

tracker suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJXCbEDAAoJENILQgJc2ie5NxoP+wQq+84ZY51h7Y6bjt5zyLJe
+6j4r5a9mBXCFWRkHKz8+DnaW1AQwT3c/UU08UdeXrnWpVTCDGjZ43oAmss/CStN
UfF1UbPxrdDxUOMHjQrlayg2ONbuYoNN6Gc0Ps90SifTA1hrUmEQNhtNY4kp7B3i
sTzL7HdTXGmhILpO7wDu8t2ei1hEghLvCEnxu5uFVdtDSOdG+Y0L2uzTZ8Wjeo8N
GJOtPkQR7Pq1qxq6zrIcYX6eyEWCuj7fX0pSxwYy8dasWIwvXbGJ7Qp4eomky9Nd
zrO6Q2hI+LOUvc1tDLZBPyTsmsnlXm6IH8Y5k6bnghVFc7r9HU8VLlB0aC3R9h2U
nbEavhGu7ogWNKlP4vdzOckjG3FhPNw5jdO6rJOEmCYGAPr1c8ZPC961+NhhwPUz
ArrpNfpiOBb/CwznpSN7DF1WuAyQm5ORAMxr3QLr044QiTxB4bX2nRP5b6Krilhf
UVRxEtEp4Jlif7jZfu6unSE/p0oKnuiy5FdCAeQwdbKG1KiaFHTHxiKw0Z0iKiH9
n6A6hd8Vx6Yznc6c38vK4V6fHnp92p9OfMot05toBtPh+TuoHebSBLQq6oqjtMpA
piwV6R3oDIM0AIw8sF14Zzb4iGPAbM7hZFcSi575w2rljTJi8JBinvcaJ3eq+dqP
UpMTanA4QkOcWWy0vPh0
=jaYx
-END PGP SIGNATURE-



Bug#796611: ferm causes a unit ordering cycle that breaks booting

2016-04-01 Thread Sam Morris
On Tue, 2016-03-29 at 07:58 -0300, Felipe Sateler wrote:
> 
> On 29 Mar 2016 04:03, "Felix Geyer"  wrote:
> >
> > Hi Felipe,
> >
> > On Mon, 28 Mar 2016 20:56:48 -0300 Felipe Sateler  wrote:
> > > I have uploaded an nmu. I have made the unit call out to the init
> > > script, because it does more work than simply invoking ferm.
> > >
> > > Please find attached the debdiff
> >
> > I see two problems with your systemd service:
> >
> > 1) By default (CACHE=yes) the init script writes to /var/cache/ferm/ and
> >    the systemd service is ordered Before=network-pre.target.
> >    If /var is on a remote filesystem you have created a dependency cycle.
> Hmm, correct. Ferm will have to start after the network. Sorry about that.

It would be much better to drop the use of the caching feature. It's
not even used by upstream's systemd unit. And I really don't want a
firewall service that starts before the network is up.

-- 
Sam Morris <https://robots.org.uk/>
CAAA AA1A CA69 A83A 892B  1855 D20B 4202 5CDA 27B9



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


Bug#817990: network-manager-iodine: Doesn't work with NetworkManager 1.1

2016-03-12 Thread Sam Morris
Package: network-manager-iodine
Version: 0.0.5-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

nm-connection-editor prints:

** Message: vpn: 
(iodine,/etc/NetworkManager/VPN/nm-iodine-service.name) cannot load legacy-only 
plugin

And when I click Add, iodine isn't listed in the available connection
types.

- -- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (530, 'testing'), (520, 
'unstable'), (510, 'experimental'), (500, 'unstable-debug'), (500, 
'testing-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 4.4.0-1-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
Init: systemd (via /run/systemd/system)

Versions of packages network-manager-iodine depends on:
ii  adduser   3.113+nmu3
ii  iodine0.7.0-3
ii  libc6 2.21-9
ii  libdbus-1-3   1.10.6-1
ii  libdbus-glib-1-2  0.102-1
ii  libglib2.0-0  2.46.2-3
ii  libnm-glib-vpn1   0.9.10.0-7
ii  libnm-glib4   0.9.10.0-7
ii  libnm-util2   0.9.10.0-7

network-manager-iodine recommends no packages.

network-manager-iodine suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJW5AhKAAoJENILQgJc2ie5VLgP/iOiq2nd47wiHnXTybtTlWv9
pLAp6KcxuoQGlfVD1/+9L0+k+VWvMVFW7BXEpCvU8L6XXEkAp87dIWXGGazFcR8t
lA5vEM7wbMGIu2gSl6262iq4Xh1GKYQ7pRs6Udf4D/xFqhb4OAhWvAKmgPSAeTVu
cgw0Yyba2goPUay2bcnYJda7UdjLQeHLrScLuLM7SG46gitB5oAPinEvClVWrhKS
UR4fGFX63KMPFyJaC6Ut5bMAZ3emD6XsBDOavta1/uJ5LG6ETVOlE3CvoDSY5C1O
TApPyrAQznGdmKPyCmzirnrLjENBgFZSS3QdjAGuCZfK0eEL2ifFTCkyS1yLNAuU
cAQsG+fNOTOTqqYBg7R3qk8hZ5FSmuIUnh+ANQ9WVfOmtAWehQ6cxcNXv7j3UPHz
+2uCb/42bdNwHN3T47orDdx6zKK3ru8H6DahVI0Kzb5JR3OKIjce6PgMODPpPC49
69RtQdkD7CSDbyaCsgfwj6dnoxeMbP3Y5aW3WK9ybSLCmxX5JJ4pRCwyNvW4ZoW8
EQJ8+ODLxKYYUt1JoxXnaFWSRlyhDWJN3kE+96Urbjll/tKISvvfUjBCzIpTs3ct
sMo7KaIxEKi8btEIFOORL92RI+ZI2Hi/JSnxj1W72oWF0QOUC4UHsQ/WW6HNTvDH
LAWjqcao1z7Qtq/N+igv
=v9kt
-END PGP SIGNATURE-



Bug#816050: evolution bug fixed?

2016-03-02 Thread Sam Morris
severity 816050 normal
forwarded 816050 https://bugzilla.gnome.org/show_bug.cgi?id=762759
thanks

On Wed, 2016-03-02 at 14:00 +0100, Andreas Henriksson wrote:
> Hello Sam Morris!
> 
> Please check if you can still reproduce the problem you reported
> in the just uploaded 3.18.5.1-1 version and report back!
> 
> Regards,
> Andreas Henriksson

Hi Andreas, the new version doesn't fix the crash, but I discovered the
cause: my user did not have permission to access the ~/.cache
directory(!)

-- 
Sam Morris <https://robots.org.uk/>
CAAA AA1A CA69 A83A 892B  1855 D20B 4202 5CDA 27B9



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


Bug#816050: evolution: Crash on launch in e_mail_display_init (camel-data-cache.c:248)

2016-02-26 Thread Sam Morris
Package: evolution
Version: 3.18.5-1
Severity: grave
Tags: upstream
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Since upgrading to 3.18.5-1 evolution segfaults when launched.
3.18.3-1 worked fine.

I also have problems with gnome-contacts and gnome-calendar, which
no longer see my Google contacts & calendars. Perhaps the problems are
related. If not then I'll file separate bugs.

$ gdb evolution
Reading symbols from evolution...Reading symbols from 
/usr/lib/debug/.build-id/a5/c5009a661ad6d9a4f0c162c18e103124226bcc.debug...done.
done.

(gdb) r
Starting program: /usr/bin/evolution 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffdb5bf700 (LWP 21643)]
[New Thread 0x7fffdadbe700 (LWP 21644)]
[New Thread 0x7fffd1ea1700 (LWP 21645)]
[New Thread 0x7fffd16a0700 (LWP 21646)]
[New Thread 0x7fffd0c67700 (LWP 21647)]
[New Thread 0x7fffc7fff700 (LWP 21648)]
[New Thread 0x7fffc6b27700 (LWP 21652)]
[New Thread 0x7fffc6224700 (LWP 21653)]
[Thread 0x7fffc6224700 (LWP 21653) exited]

** (evolution:21631): WARNING **: Failed to add service 's...@blinkbox.com' 
(1380489432.25892.2@wintermute): Permission denied

** (evolution:21631): WARNING **: Failed to add service 's...@robots.org.uk' 
(1380561889.26206.2@wintermute): Permission denied
[New Thread 0x7fff73ed5700 (LWP 21674)]
[New Thread 0x7fff736d4700 (LWP 21675)]
[New Thread 0x7fff72ed3700 (LWP 21695)]
[New Thread 0x7fff726d2700 (LWP 21696)]
[New Thread 0x7fff71ed1700 (LWP 21697)]
[New Thread 0x7fff716d0700 (LWP 21698)]
[New Thread 0x7fff70ecf700 (LWP 21699)]
[Thread 0x7fff72ed3700 (LWP 21695) exited]
[Thread 0x7fff70ecf700 (LWP 21699) exited]
[Thread 0x7fff716d0700 (LWP 21698) exited]
[Thread 0x7fff71ed1700 (LWP 21697) exited]
[Thread 0x7fff736d4700 (LWP 21675) exited]
[Thread 0x7fff726d2700 (LWP 21696) exited]

Program received signal SIGSEGV, Segmentation fault.
camel_data_cache_set_expire_age (cdc=0x0, when=when@entry=86400) at 
camel-data-cache.c:248
248 camel-data-cache.c: No such file or directory.

(gdb) where
#0  camel_data_cache_set_expire_age (cdc=0x0, when=when@entry=86400) at 
camel-data-cache.c:248
#1  0x7fffc5384493 in e_mail_display_init (display=0x58a5c410) at 
e-mail-display.c:2018
#2  0x73a2c329 in g_type_create_instance () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#3  0x73a0e2bb in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#4  0x73a10155 in g_object_new_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#5  0x73a104c1 in g_object_new () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#6  0x7fffc538ee2b in mail_paned_view_constructed (object=0x57e92500) 
at e-mail-paned-view.c:681
#7  0x73a0e837 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8  0x73a10155 in g_object_new_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9  0x73a104c1 in g_object_new () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x7fffc538f2ec in e_mail_paned_view_new (shell_view=) at 
e-mail-paned-view.c:1110
#11 0x7fff76522b8d in mail_shell_content_constructed 
(object=0x7fff68012410) at e-mail-shell-content.c:198
#12 0x73a0e837 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#13 0x73a10155 in g_object_new_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#14 0x73a104c1 in g_object_new () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#15 0x77bc3f8f in shell_view_constructed (object=0x57fb77e0) at 
e-shell-view.c:617
#16 0x7fff7652586b in mail_shell_view_constructed (object=0x57fb77e0) 
at e-mail-shell-view.c:307
#17 0x73a0e837 in ?? () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#18 0x73a10155 in g_object_new_valist () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#19 0x73a104c1 in g_object_new () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#20 0x77bc68d4 in shell_window_create_shell_view 
(shell_window=0x589dc390, view_name=) at e-shell-window.c:774
#21 0x77bc6347 in e_shell_window_get_shell_view 
(shell_window=shell_window@entry=0x589dc390, 
view_name=view_name@entry=0x58003660 "mail") at e-shell-window.c:1228
#22 0x77bc71a8 in e_shell_window_set_active_view 
(shell_window=0x589dc390, view_name=0x58003660 "mail") at 
e-shell-window.c:1470
#23 0x77bc7b86 in shell_window_set_property (object=0x589dc390, 
property_id=, value=, pspec=) at 
e-shell-window.c:290
#24 0x73a1128b in g_object_set_property () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#25 0x73d0b053 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#26 0x73d0dbf0 in g_settings_bind_with_mapping () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#27 0x73d0de6a in g_settings_bind () from 
/usr/lib/x86_64-linux-g

Bug#772620: sensors-applet: uses deprecated panel_applet_gconf_* functions

2015-06-24 Thread Sam Morris
On Wed, 2015-06-24 at 20:25 +0300, Dmitry Shachnev wrote:
> Hi Sam,
> 
> On Wed, 24 Jun 2015 15:32:58 +0100, Sam Morris wrote:
> > Hi Dimitry, please can you do an NMU?
> 
> Sure, will do now. If you don't mind, I will update to the new git snapshot
> instead of adding a large patch (there were only two commits since the current
> snapshot, and I want both of them anyway).
> 
> --
> Dmitry Shachnev


That sounds great, thanks!

-- 
Sam Morris <https://robots.org.uk/>
CAAA AA1A CA69 A83A 892B  1855 D20B 4202 5CDA 27B9


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


Bug#772620: sensors-applet: uses deprecated panel_applet_gconf_* functions

2015-06-24 Thread Sam Morris
On Wed, Jun 17, 2015 at 01:30:47PM +0300, Dmitry Shachnev wrote:
> This will need uploading to unstable when gnome-panel transition is ACKed
> (transition is tracked in #789028).

Hi Dimitry, please can you do an NMU?

Thanks,

-- 
Sam Morris <https://robots.org.uk/>
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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



Bug#779727: Source package contains oracle-java8-jdk_8_amd64.deb

2015-03-04 Thread Sam Morris
Source: java-package
Version: 0.57
Severity: serious

Looks like oracle-java8-jdk_8_amd64.deb was accidentally included in the
source package upload.

-- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (530, 'testing'), (520, 
'unstable'), (1, 'experimental')
Architecture: i386 (i686)

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

-- no debconf information


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



Bug#738195: [pkg-cli-apps-team] Processed: reopening 738195

2014-11-12 Thread Sam Morris
On Wed, Nov 12, 2014 at 12:38:32AM +0800, Chow Loong Jin wrote:
> 
> On Tue, Nov 11, 2014 at 04:06:06PM +, Debian Bug Tracking System wrote:
> > Processing commands for cont...@bugs.debian.org:
> > 
> > > reopen 738195
> > Bug #738195 {Done: Chow Loong Jin } [gnome-do] 
> > gnome-do: Changed location of homepage
> > Bug #757056 {Done: Chow Loong Jin } [gnome-do] 
> > gnome-do: URL needs updating
> > Bug reopened
> > Ignoring request to alter fixed versions of bug #738195 to the same values 
> > previously set
> > Ignoring request to alter fixed versions of bug #757056 to the same values 
> > previously set
> > > thanks
> > Stopping processing here.
> 
> Why are you reopening this bug? Are there any outdated references left?x
> https://packages.debian.org/sid/gnome-do seems to show an updated URL to me.
> Grepping the source for davebsd.com shows nothing.

As I explained, the bug is not fixed. The About button for each plug-in
in the Preferences window still sends me off to oneclickads.net.

I did take a brief look at the source package and I also don't see where
the old URL is coming from, but it's still there.

> 
> -- 
> Kind regards,
> Loong Jin

-- 
Sam Morris <https://robots.org.uk/>
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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



Bug#757056: Plug-ins links not fixed

2014-11-10 Thread Sam Morris
notfixed 738195 0.95.2-1
thanks

Hi,

The About button for plug-ins listed in preferences is still sending
users to the wrong place--fixing the URL in the About window didn't fix
the plug-in URLs.

Cheers,

-- 
Sam Morris <https://robots.org.uk/>
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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



Bug#754939:

2014-07-16 Thread Sam Morris
fixed 754939 4.3.12-dfsg-1
thanks

I've checked these CVEs against
<http://www.oracle.com/technetwork/topics/security/cpujul2014-1972956.html> and 
I don't think they apply to virtualbox in Debian:

> CVE-2014-2487
Applies only when VirtualBox is running on a Windows host operating system

> CVE-2014-4261
Applies only when VirtualBox is running on a Windows host operating system

> CVE-2014-2489
Applies to virtualbox << 4.3.12

> CVE-2014-2477
Applies to virtualbox << 4.3.12

> CVE-2014-2486
Applies to virtualbox << 4.3.12

> CVE-2014-2488
Applies to virtualbox << 4.3.12

> CVE-2014-4228
Applies to virtualbox << 4.3.12

-- 
Sam Morris <https://robots.org.uk/>
CAAA AA1A CA69 A83A 892B  1855 D20B 4202 5CDA 27B9


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


Bug#754939:

2014-07-16 Thread Sam Morris
fixed 754939 4.3.12-dfsg-1
thanks

I've checked these CVEs against
<http://www.oracle.com/technetwork/topics/security/cpujul2014-1972956.html> and 
I don't think they apply to virtualbox in Debian:

> CVE-2014-2487
Applies only when VirtualBox is running on a Windows host operating system

> CVE-2014-4261
Applies only when VirtualBox is running on a Windows host operating system

> CVE-2014-2489
Applies to virtualbox << 4.3.12

> CVE-2014-2477
Applies to virtualbox << 4.3.12

> CVE-2014-2486
Applies to virtualbox << 4.3.12

> CVE-2014-2488
Applies to virtualbox << 4.3.12

> CVE-2014-4228
Applies to virtualbox << 4.3.12

-- 
Sam Morris <https://robots.org.uk/>
CAAA AA1A CA69 A83A 892B  1855 D20B 4202 5CDA 27B9


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


Bug#751860: xchat-gnome: Channel views scoll back on activity when they are not in the foreground

2014-06-17 Thread Sam Morris
Source: xchat-gnome
Version: 1:0.30.0~git20131003.d20b8d-2
Severity: serious
Justification: renders package unusable

1. Join #one and #two
2. On #one, cause enough activity to fill the window and require
   scrolling; make sure the view of #one is scrolled to the bottom
3. Set the focus to #two
4. With another client, speak on #one
5. Set the focus to #one
6. The channel should be scrolled to the bottom so that the new activity
   is visible; but instead, the view is scrolled back some way;
   additional user input is required to scroll to the bottom before the
   new activity is visible

This was reported in Ubuntu
 but
there's no fix available.

-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (530, 'testing'), (520, 
'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.14-0.bpo.1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#739984: mini-dinstall: Won't start: ValueError: invalid literal for int() with base 10: ''

2014-02-24 Thread Sam Morris
Package: mini-dinstall
Version: 0.6.29
Severity: serious

I am unable to start mini-dinstall. An empty pidfile is created on line
45 of the init script:

[ ! -f ${PIDFILE} ] && { touch ${PIDFILE} ; }

Later, mini-dinstall fails:

Traceback (most recent call last):
  File "/usr/bin/mini-dinstall", line 262, in 
pid = int(open(lockfilename).read())
ValueError: invalid literal for int() with base 10: ''

mini-dinstall only writes to the pidfile after this check, so I can't
see how the init script ever manages to successfully start the service.

The workaround is to comment out the line in the init script.

-- System Information:
Debian Release: 7.4
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (530, 'testing'), (520, 
'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.12-0.bpo.1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#739593: closed by Michael Stapelberg (Re: [Pkg-systemd-maintainers] Bug#739593: systemd makes / shared by default)

2014-02-24 Thread Sam Morris
On Mon, Feb 24, 2014 at 12:49:04PM +0100, Christoph Berg wrote:
> To put in more context here: the problem is with the postgresql
> testsuite in /usr/share/postgresql-common/{testsuite,t} .
> 
> It puts tmpfs mounts over /etc/postgresql /etc/postgresql-common
> /var/lib/postgresql /var/log/postgresql in an CLONE_NEWNS environment.
> Once the tests are done, the tmpfs mounts go out of scope and no trash
> from the tests is left behind on the host system. These tests are also
> run from autopkgtest.
> 
> I don't think we as PostgreSQL maintainers should be messing with the
> configuration of / to enable the testsuite.

The tests will still break if the admin has set shared propagation on /.
In my own code that uses CLONE_NEWNS for the same reason, I explicitly
run 'mount --make-rprivate /' to bring the propagation settings into a
known desired state; I suggest that others do the same.

-- 
Sam Morris <https://robots.org.uk/>
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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



Bug#717312:

2013-11-08 Thread Sam Morris
Version: 0.11.3-6

Bugs fixed in the above version.

-- 
Sam Morris
https://robots.org.uk/
 
PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#717312: pymsnt upload/sponsorship

2013-11-06 Thread Sam Morris
On Thu, 2013-11-07 at 00:51 +, Marc Dequènes (Duck) wrote:
> Coin,
> 
> Quoting Sam Morris :
> 
> > Can you make the necessary change?
> 
> You've been handling this package as DM since a while, and i've been  
> using it since a while without major problems too, so i see no reason  
> no to reinstate your upload rights. Changes done.
> 
> Nevertheless, if you need a review before upload, now or in the  
> future, you can contact me.
> 
> Regards.

Fantastic, thanks very much. I've uploaded the new package.

Regards,

-- 
Sam Morris
https://robots.org.uk/
 
PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#717312: pymsnt upload/sponsorship

2013-11-06 Thread Sam Morris
I've not been able to upload pymsnt since the permissions changes
described at
<https://lists.debian.org/debian-devel-announce/2012/09/msg8.html>,
and I've not been able to get in contact with my usual sponsor to get
them applied. Can you make the necessary change?

dcut dm --uid 0xB2197FDB5EA01078 --allow pymsnt

If you'd prefer not to do that, would you sponsor an upload that fixes
this bug?

Regards,

-- 
Sam Morris
https://robots.org.uk/
 
PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#728399: virtualbox-guest-utils: Shared folders don't work with Linux 3.11

2013-10-31 Thread Sam Morris
Package: virtualbox-guest-utils
Version: 4.2.16-dfsg-3+b1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When I boot using linux-image-3.11-1-amd64, running 'ls' on a mounted
shared folder never returns.

All is fine with 3.10-3-amd64.

Not sure how to debug this further, there is nothing useful in the
virtual machine log.

I'm running virtualbox inside a Windows 7 x64 host.

- -- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (540, 'testing'), (530, 'unstable'), (520, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-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 virtualbox-guest-utils depends on:
ii  adduser   3.113+nmu3
ii  dpkg  1.17.1
ii  libc6 2.17-93
ii  libpam0g  1.1.3-9
ii  pciutils  1:3.2.0-3

Versions of packages virtualbox-guest-utils recommends:
ii  virtualbox-guest-dkms  4.2.16-dfsg-3
ii  virtualbox-guest-x11   4.2.16-dfsg-3+b1

virtualbox-guest-utils suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEARECAAYFAlJyoo8ACgkQshl/216gEHht9ACfflsQEhLfcYEXQhU7Db5r7NUI
2/4AoNHEtSgNa7m0ptRvbSIF7EYeyxnw
=t0qb
-END PGP SIGNATURE-


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



Bug#713665: sensors-applet: FTBFS: prefs-dialog.h:35:9: error: unknown type name 'GtkTable'

2013-06-22 Thread Sam Morris
tag 713665 + pending
thanks

I've uploaded a fix to mentors.debian.net pending my upload access being
granted under the new DM permission system.

-- 
Sam Morris <https://robots.org.uk/>
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#684423: update-initramfs workaround

2012-08-10 Thread Sam Morris
The following hook can be used to work around this bug.

$ cat config/hooks/fix-update-initramfs.chroot 
#!/bin/sh
set -eu
ln
-sf ../../bin/live-update-initramfs /usr/sbin/update-initramfs

-- 
Sam Morris 


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



Bug#673433: Yes, it's caused by virtualbox

2012-05-18 Thread Sam Morris
severity 673433 important
thanks

Downgrading the VirtualBox 3d drivers fixes this. I filed a separate bug
for that, #673437. I've left this one open because clutter-using
programs shouldn't segfault if clutter can't get a Visual, they should
just output an error message.

-- 
Sam Morris <https://robots.org.uk/>
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#673437: virtualbox-guest-x11: 3d acceleration broken

2012-05-18 Thread Sam Morris
Package: virtualbox-guest-x11
Version: 4.1.14-dfsg-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Version 4.1.14 of the extensions break 3d acceleration. I'm running
4.1.14 on Windows 7 64-bit with a Radeon HD 4890.

The normal diagnostic tools such as glxinfo complain that they can't get
a visual. More complex programs such as anything that uses clutter
simply segfaults. This makes many GTK programs unusable.

$ gdb evolution
Reading symbols from /usr/bin/evolution...(no debugging symbols found)...done.

(gdb) run
Starting program: /usr/bin/evolution 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
_cogl_object_renderer_indirect_free (obj=0x76c570) at ./cogl-renderer.c:115
115 ./cogl-renderer.c: No such file or directory.

(gdb) bt full
#0  _cogl_object_renderer_indirect_free (obj=0x76c570) at ./cogl-renderer.c:115
No locals.
#1  0x728221e4 in clutter_backend_real_create_context 
(error=0x7fffe040, backend=0x619080) at ./clutter-backend.c:364
klass = 
swap_chain = 0x0
internal_error = 0x762400
#2  clutter_backend_real_create_context (backend=0x619080, 
error=0x7fffe040) at ./clutter-backend.c:256
No locals.
#3  0x728391a6 in _clutter_feature_init (error=0x7fffe040) at 
./clutter-feature.c:107
context = 0x615350
#4  0x728448ca in clutter_init_real (error=0x7fffe040) at 
./clutter-main.c:1571
ctx = 0x615350
backend = 
#5  0x73182b3d in post_parse_hook (context=, 
group=, data=, error=0x7fffe040) at 
./gtk-clutter-util.c:107
display = 0x657020
#6  0x7fffef92ea60 in g_option_context_parse () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7  0x73182d56 in gtk_clutter_init_with_args (argc=0x7fffe02c, 
argv=0x7fffe020, parameter_string=, entries=0x604220, 
translation_domain=, error=0x7fffe040) at 
./gtk-clutter-util.c:271
gtk_group = 
clutter_group = 0x61b090
cogl_group = 0x61bfb0
clutter_gtk_group = 0x61c110
context = 0x61c1e0
res = 
#8  0x00402214 in main ()
No symbol table info available.

The same happens with empathy, totem, etc.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (540, 'testing'), (530, 'unstable'), (520, '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 virtualbox-guest-x11 depends on:
ii  libc6  2.13-32
ii  libx11-6   2:1.4.99.901-2
ii  libxcomposite1 1:0.4.3-2
ii  libxdamage11:1.1.3-2
ii  libxext6   2:1.3.1-2
ii  libxfixes3 1:5.0-4
ii  libxmu62:1.1.1-1
ii  libxrandr2 2:1.3.2-2
ii  libxt6 1:1.1.3-1
ii  virtualbox-guest-utils 4.1.12-dfsg-2
ii  xserver-xorg-core [xorg-video-abi-11]  2:1.11.4-1

virtualbox-guest-x11 recommends no packages.

virtualbox-guest-x11 suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+2itYACgkQshl/216gEHgKFACggVTIXkeJKp7dpsAugOQy+4OP
siQAoLSCNDjAcpae1VilOUnXmZBdbxj5
=M6QO
-END PGP SIGNATURE-



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



Bug#673433: libcogl9: Segfault in #0 _cogl_object_renderer_indirect_free

2012-05-18 Thread Sam Morris
Package: libcogl9
Version: 1.10.2-3
Severity: serious
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Since I rebooted today I can't run any programs that use clutter.  I
suspect this is due to the shoddy OpenGL support inside VirtualBox,
since my system is a VirtualBox VM.

$ gdb evolution
Reading symbols from /usr/bin/evolution...(no debugging symbols found)...done.

(gdb) run
Starting program: /usr/bin/evolution 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
_cogl_object_renderer_indirect_free (obj=0x76c570) at ./cogl-renderer.c:115
115 ./cogl-renderer.c: No such file or directory.

(gdb) bt full
#0  _cogl_object_renderer_indirect_free (obj=0x76c570) at ./cogl-renderer.c:115
No locals.
#1  0x728221e4 in clutter_backend_real_create_context 
(error=0x7fffe040, backend=0x619080) at ./clutter-backend.c:364
klass = 
swap_chain = 0x0
internal_error = 0x762400
#2  clutter_backend_real_create_context (backend=0x619080, 
error=0x7fffe040) at ./clutter-backend.c:256
No locals.
#3  0x728391a6 in _clutter_feature_init (error=0x7fffe040) at 
./clutter-feature.c:107
context = 0x615350
#4  0x728448ca in clutter_init_real (error=0x7fffe040) at 
./clutter-main.c:1571
ctx = 0x615350
backend = 
#5  0x73182b3d in post_parse_hook (context=, 
group=, data=, error=0x7fffe040) at 
./gtk-clutter-util.c:107
display = 0x657020
#6  0x7fffef92ea60 in g_option_context_parse () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7  0x73182d56 in gtk_clutter_init_with_args (argc=0x7fffe02c, 
argv=0x7fffe020, parameter_string=, entries=0x604220, 
translation_domain=, error=0x7fffe040) at 
./gtk-clutter-util.c:271
gtk_group = 
clutter_group = 0x61b090
cogl_group = 0x61bfb0
clutter_gtk_group = 0x61c110
context = 0x61c1e0
res = 
#8  0x00402214 in main ()
No symbol table info available.

Similar story for empathy, totem, etc.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (540, 'testing'), (530, 'unstable'), (520, '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 libcogl9 depends on:
ii  libc6   2.13-32
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.2-1
ii  libx11-62:1.4.99.901-2
ii  libxcomposite1  1:0.4.3-2
ii  libxdamage1 1:1.1.3-2
ii  libxext62:1.3.1-2
ii  libxfixes3  1:5.0-4
ii  multiarch-support   2.13-32

Versions of packages libcogl9 recommends:
ii  libcogl-common  1.10.2-3

libcogl9 suggests no packages.

- -- no debconf information

- -- debsums errors found:
debsums: package libcogl9 is not installed

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+2hmQACgkQshl/216gEHjMCQCgk9OGcnVlT3tYjqnKbKCwA8Kv
pK0AoP2Lh5eUUcELpHcAiBFKudMrUrwC
=0TAS
-END PGP SIGNATURE-



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



Bug#667470: systemd/sudo problem fixed upstream?

2012-04-12 Thread Sam Morris
> As I couldn't find any mention of this in any of the debian bug reports
> (or the upstream bug report!) I thought it might be a good idea to mention:
> 
> In https://bugs.archlinux.org/task/29320 it is said that the problem is
> fixed upstream by commit "logind: close FIFO before ending sessions cleanly"
> found at:
> http://cgit.freedesktop.org/systemd/systemd/commit/?id=75c8e3cffd7da8eede614cf61384957af2c82a29

This patch doesn't fix the bug for me.

Regards,

-- 
Sam Morris 




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



Bug#667470: systemd: breaks sudo

2012-04-10 Thread Sam Morris
On Tue, 2012-04-10 at 16:36 +0200, Alban Browaeys wrote:
> Package: systemd
> Version: 44-1
> Followup-For: Bug #667470
> 
> I found adding pam_loginuid.so fixes the problem in all cases,
> except obvously for already running user sessions.
> I have plain added it to common-session and
> common-session-noninteractive.
> Is there an issue with adding it to common-session ? I saw you told to
> add it in gdm pam file but would not this let the login console sessions
> without a working sudo ?
> 
> BR,
> Alban

Ah, I see what I did wrong now. I added it to /etc/pam.d/login and
indeed sudo now seems to work 100% of the time. The couple of tests I
performed earlier having added it
to /etc/pam.d/common-session-noninteractive only succeeded by chance.

Anyway, I'm very suspicious that sudo still works *sometimes* without
pam_loginuid.so and caution against papering over this bug, even if the
various owners of /etc/pam.d/{login,*dm,sshd} and so on can be persauded
to add pam_loginuid.so.

Regards,

-- 
Sam Morris 




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



Bug#667470: systemd: breaks sudo

2012-04-10 Thread Sam Morris
On Tue, 2012-04-10 at 12:42 +0100, Sam Morris wrote:
> I added pam_loginuid.so to common-session-noninteractive before
> pam_systemd.so and it appears to work around the bug.

Correction: adding pam_loginuid.so makes sudo work more often, but not
always. It still fails about 75% of the time (very roughly).

-- 
Sam Morris 




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



Bug#667470: systemd: breaks sudo

2012-04-10 Thread Sam Morris
On Mon, 2012-04-09 at 22:07 +0200, Michael Biebl wrote:
> On 04.04.2012 12:43, Sven Joachim wrote:
> > Package: systemd
> > Version: 44-1
> > Severity: grave
> > 
> > After upgrading from 37-1.1, many commands fail with error codes 143 or
> > 129 under sudo, including "sudo bash" or "sudo passwd root", meaning
> > that the problem cannot easily be rectified or circumvented if root
> > logins are disabled.  Hence, I'm filing this at RC severity, feel free
> > to downgrade if you cannot reproduce the problem.
> 
> I think I've found something.
> 
> This bug seems to happen only if if you use libpam-systemd.
> 
> The reason why I didn't encounter this myself is because I've added
> pam_loginuid.so to my login and gdm3* pam config locally.
> 
> Could you please update the pam configuration of login and/or the login
> manager you are using and include pam_loginuid *before* @include
> common-session. In my case I've changed /etc/pam.d/login and
> /etc/pam.d/gdm3* and added a line
>  session requiredpam_loginuid.so
> just before
>  @include common-session
> 
> I'm interested to know if that fixes the problem for you, too.
> 
> 
> Cheers,
> Michael

I added pam_loginuid.so to common-session-noninteractive before
pam_systemd.so and it appears to work around the bug.

Regards,

-- 
Sam Morris 




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



Bug#664876: ldc: Unsatisfiable dependency on libconfig++8

2012-03-21 Thread Sam Morris
Package: ldc
Version: 0.9.1+hg1634-1
Severity: grave
Justification: renders package unusable

ldc cannot be installed because it depends on libconfig++8 which does
not exist.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-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 ldc depends on:
ii  libc6 2.13-27
ii  libconfig++8  
ii  libffi5   3.0.10-3
ii  libgcc1   1:4.6.3-1
ii  libstdc++64.6.3-1

Versions of packages ldc recommends:
ii  libtango-ldc-dev  0.99.9.dfsg-1

ldc suggests no packages.



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



Bug#660399: FTBFS: FALLOC_FL_PUNCH_HOLD undeclared

2012-02-18 Thread Sam Morris
Package: nbd-client
Version: 1:2.9.25-2
Severity: serious
Tags: patch
Justification: fails to build from source

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

make[3]: Entering directory `/tmp/nbd-2.9.25'
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -DSYSCONFDIR='"/etc"'  -g -O2 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -g -O2 
-c -o nbd_server-nbd-server.o `test -f 'nbd-server.c' || echo './'`nbd-server.c
nbd-server.c: In function ‘exptrim’:
nbd-server.c:1477:28: error: ‘FALLOC_FL_PUNCH_HOLE’ undeclared (first use in 
this function)
nbd-server.c:1477:28: note: each undeclared identifier is reported only once 
for each function it appears in
make[3]: *** [nbd_server-nbd-server.o] Error 1
make[3]: Leaving directory `/tmp/nbd-2.9.25'

Fixed by the following patch:

- --- /tmp/nbd-server.c 2012-02-18 20:30:10.399561659 +
+++ nbd-server.c2012-02-18 20:29:14.975848442 +
@@ -1461,7 +1461,7 @@
  * file to resparsify stuff that isn't needed anymore (see NBD_CMD_TRIM)
  */
 int exptrim(struct nbd_request* req, CLIENT* client) {
- -#ifdef HAVE_FALLOC_PH
+#if HAVE_FALLOC_PH
FILE_INFO prev = g_array_index(client->export, FILE_INFO, 0);
FILE_INFO cur = prev;
int i = 1;


- -- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (540, 'testing'), (530, 
'unstable'), (520, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-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 nbd-client depends on:
ii  debconf [debconf-2.0] 1.5.41 Debian configuration management sy
ii  initscripts   2.88dsf-22 scripts for initializing and shutt
ii  libc6 2.13-26Embedded GNU C Library: Shared lib

nbd-client recommends no packages.

nbd-client suggests no packages.

- -- debconf information excluded

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk9ACrUACgkQshl/216gEHjlYgCg3GcUB9JGMsNKMID0I0h1Fplj
/zYAoI7RaGfQ9FHQI8yzAlhpOqeObNfR
=tC3y
-END PGP SIGNATURE-



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



Bug#658015: ogre: FTBFS when built on lenny (potential system breaking bugs)

2012-01-30 Thread Sam Morris
Package: ogre
Version: 1.7.3-5
Severity: serious
Tags: patch

When building ogre on lenny:

...
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "RelWithDebInfo"
-- Installing: 
/home/sam/src/ogre/debian/ogre-1.7.3/debian/tmp/usr/include/OGRE/OgreBuildSettings.h
...
make[2]: Leaving directory 
`/home/sam/src/ogre/debian/ogre-1.7.3/obj-x86_64-linux-gnu'
sed -i "/^libdir=/ s|/lib|/lib/|" debian/tmp/usr/lib/pkgconfig/*
sed -i "/{libdir}/ s|{libdir}/OGRE|{libdir}/OGRE-1.7.3|g" 
debian/tmp/usr/lib/pkgconfig/*
mv debian/tmp/usr/lib/OGRE debian/tmp/usr/lib/OGRE-1.7.3
mkdir -p /tmp/
mv debian/tmp/usr/lib/* /tmp//
mv /tmp/ debian/tmp/usr/lib/
mv: cannot access `/tmp/.wine-115': Permission denied
mv: cannot access `/tmp/user': Permission denied
mv: cannot access `/tmp/lost+found': Permission denied
mv: cannot open `/tmp/hsperfdata_minecraft/5017' for reading: Permission denied
make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory `/home/sam/src/ogre/debian/ogre-1.7.3'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

The override_dh_auto_install rule replies on DEB_BUILD_MULTIARCH being
set, which is not the case with dpkg-dev 1.15.8.12 from lenny. The rules
are written such that when this variable is empty, it will try to remove
the system's /tmp directory, hence the severity of this bug.

The rules can be rewritten so that they don't use /tmp at all. Aside
from fixing this bug, it also speeds the package build process up if
/tmp is on a separate filesystem. I've attached a patch that makes this
and the following changes:

 * Build-depend on dpkg-dev 1.16.0 to ensure that the multiarch dpkg
   variables are available.

 * Use DEB_HOST_MULTIARCH instead of DEB_BUILD_MULTIARCH. The former
   refers to the architecture that the package will be run on;
   the latter is the architecture that it's built on. In a hypothetical
   cross-compiling situation, the two would not be equal.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-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
diff -Nru ogre-1.7.3/debian/control ogre-1.7.3/debian/control
--- ogre-1.7.3/debian/control	2011-12-23 12:03:49.0 +
+++ ogre-1.7.3/debian/control	2012-01-30 17:21:29.0 +
@@ -4,7 +4,7 @@
 Maintainer: Manuel A. Fernandez Montecelo 
 Uploaders: Debian Games Team 
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8.9.0~), cmake (>= 2.8.5), pkg-config, libboost-date-time-dev, libboost-thread-dev, libfreeimage-dev, libfreetype6-dev, libzzip-dev, zlib1g-dev, libz-dev, libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libxrandr-dev, libxxf86vm-dev, libxaw7-dev, libxt-dev, chrpath
+Build-Depends: debhelper (>= 8.9.0~), dpkg-dev (>= 1.16.0), cmake (>= 2.8.5), pkg-config, libboost-date-time-dev, libboost-thread-dev, libfreeimage-dev, libfreetype6-dev, libzzip-dev, zlib1g-dev, libz-dev, libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libxrandr-dev, libxxf86vm-dev, libxaw7-dev, libxt-dev, chrpath
 Standards-Version: 3.9.2
 Homepage: http://ogre3d.org/
 
diff -Nru ogre-1.7.3/debian/rules ogre-1.7.3/debian/rules
--- ogre-1.7.3/debian/rules	2012-01-17 22:31:06.0 +
+++ ogre-1.7.3/debian/rules	2012-01-30 19:11:55.0 +
@@ -44,7 +44,7 @@
 
 # Workaround for CMake and debhelper with mutiarch (Debian bug:
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641051 )
-	sed -i "/^libdir=/ s|/lib|/lib/$(DEB_BUILD_MULTIARCH)|" debian/tmp/usr/lib/pkgconfig/*
+	sed -i "/^libdir=/ s|/lib|/lib/$(DEB_HOST_MULTIARCH)|" debian/tmp/usr/lib/pkgconfig/*
 	sed -i "/{libdir}/ s|{libdir}/OGRE|{libdir}/OGRE-$(OGRE_VERSION)|g" debian/tmp/usr/lib/pkgconfig/*
 
 # More fixes for multi-arch introduced in 1.7.3-5, and attempt at using
@@ -52,21 +52,20 @@
 # be installed at once)
 	mv debian/tmp/usr/lib/OGRE debian/tmp/usr/lib/OGRE-$(OGRE_VERSION)
 
-	mkdir -p /tmp/$(DEB_BUILD_MULTIARCH)
-	mv debian/tmp/usr/lib/* /tmp/$(DEB_BUILD_MULTIARCH)/
-	mv /tmp/$(DEB_BUILD_MULTIARCH) debian/tmp/usr/lib/
+	mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
+	find debian/tmp/usr/lib -mindepth 1 -maxdepth 1 ! -name $(DEB_HOST_MULTIARCH) -exec mv -v {} debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) ';'
 
 # multi-arch/rpath issue with lintian:
 # E: libogre-1.7.3: binary-or-shlib-defines-rpath usr/lib/x86_64-linux-gnu/OGRE/Plugin_OctreeZone.so /usr/lib/OGRE
-	chrpath --replace "/usr/lib/$(DEB_BUILD_MULTIARCH)/OGRE-$(OGRE_VERSION)" debian/tmp/usr/lib/$(DEB_BUILD_MULTIARCH)/OGRE-$(OGRE_VERSION)/Plugin_OctreeZone.so
+	chrpath --replace "/usr/lib/$(DEB_HOST_MULTIARCH)/OGRE-$(OGRE_VERSION)" debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/OGRE-$(OGRE_VERSION)/Plugin_OctreeZon

Bug#628816: gnome-specimen: Does not run (module object has no attribute program_init)

2011-11-14 Thread Sam Morris
On Mon, 2011-11-14 at 13:00 +0530, Kartik Mistry wrote:
> On Fri, Jun 3, 2011 at 4:55 PM, Sam Morris  wrote:
> > CC'ing python-gnome2 maintainer: Sebastien, have you ever seen this
> > problem with the gnome module?
> >
> > On Fri, Jun 03, 2011 at 11:22:00AM +0530, Kartik Mistry wrote:
> >> Interesting. I could not reproduce this on unstable.
> >
> > Rats. I can't figure out where gnome.program_init is supposed to come
> > from. /usr/lib/pymodules/python2.6/gtk-2.0/gnome/__init__.pyc makes it
> > look like it comes from _gnome.so in the same directory, but it doesn't
> > actually seem to be loaded by python when the module is imported.
> >
> > Output of strace -v python -c 'import gnome' attached.
> 
> I still have this bug unreproducible on my side. Can you try with
> latest version in Sid again?

I can also no longer reproduce this bug, with gnome-specimen 0.4-6
installed. I have python-gnome2 2.28.1-3 installed if that's relevant.

-- 
Sam Morris <https://robots.org.uk/>
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#620908: libclutter-1.0-0: clutter-using programs refuse to start on an X server that uses software Mesa

2011-11-01 Thread Sam Morris
Package: libclutter-1.0-0
Version: 1.8.2-1
Followup-For: Bug #620908

I'm also seeing this, or something very similar:

$ cheese
(cheese:12149): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to 
find suitable fbconfig for the GLX context: Unable to find fbconfig with rgba 
visual

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-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/dash

Versions of packages libclutter-1.0-0 depends on:
ii  libatk1.0-0   2.2.0-2   
ii  libc6 2.13-21   
ii  libcairo-gobject2 1.10.2-6.1
ii  libcairo2 1.10.2-6.1
ii  libcogl-pango01.8.2-1   
ii  libcogl5  1.8.2-1   
ii  libdrm2   2.4.26-1  
ii  libfontconfig12.8.0-3   
ii  libfreetype6  2.4.6-2   
ii  libgdk-pixbuf2.0-02.24.0-1  
ii  libgl1-mesa-glx [libgl1]  7.11-6
ii  libglib2.0-0  2.30.1-2  
ii  libjson-glib-1.0-00.14.0-1  
ii  libpango1.0-0 1.29.4-1  
ii  libx11-6  2:1.4.4-2 
ii  libxcomposite11:0.4.3-2 
ii  libxdamage1   1:1.1.3-2 
ii  libxext6  2:1.3.0-3 
ii  libxfixes31:5.0-4   
ii  libxi62:1.4.3-3 
ii  multiarch-support 2.13-21   

Versions of packages libclutter-1.0-0 recommends:
ii  libclutter-1.0-common  1.8.2-1

libclutter-1.0-0 suggests no packages.

-- no debconf information
name of display::1.0
version number:11.0
vendor string:The X.Org Foundation
vendor release number:11101901
X.Org version: 1.11.1.901
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:32, LSBFirst, 32
image byte order:LSBFirst
number of supported pixmap formats:7
supported pixmap formats:
depth 1, bits_per_pixel 1, scanline_pad 32
depth 4, bits_per_pixel 8, scanline_pad 32
depth 8, bits_per_pixel 8, scanline_pad 32
depth 15, bits_per_pixel 16, scanline_pad 32
depth 16, bits_per_pixel 16, scanline_pad 32
depth 24, bits_per_pixel 32, scanline_pad 32
depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:minimum 8, maximum 255
focus:  window 0x3401b19, revert to Parent
number of extensions:27
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
DRI2
GLX
Generic Event Extension
MIT-SCREEN-SAVER
MIT-SHM
RANDR
RECORD
RENDER
SECURITY
SGI-GLX
SHAPE
SYNC
X-Resource
XC-MISC
XFIXES
XFree86-DGA
XFree86-VidModeExtension
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
default screen number:0
number of screens:1

screen #0:
  dimensions:1680x1050 pixels (444x277 millimeters)
  resolution:96x96 dots per inch
  depths (7):24, 1, 4, 8, 15, 16, 32
  root window id:0x109
  depth of root window:24 planes
  number of colormaps:minimum 1, maximum 1
  default colormap:0x20
  default number of colormap cells:256
  preallocated pixels:black 0, white 16777215
  options:backing-store NO, save-unders NO
  largest cursor:64x64
  current input event mask:0xfa8033
KeyPressMask KeyReleaseMask   EnterWindowMask  
LeaveWindowMask  ExposureMask StructureNotifyMask  
SubstructureNotifyMask   SubstructureRedirectMask FocusChangeMask  
PropertyChangeMask   ColormapChangeMask   
  number of visuals:64
  default visual id:  0x21
  visual:
visual id:0x21
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0xca
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0xcb
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0xcc
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0xcd
class:TrueColor
depth:24 planes
available colormap entries:256 per subfield
red, green, blue masks:0xff, 0xff00, 0xff
significant bits in color specification:8 bits
  visual:
visual id:0xc

Bug#638099: State of the gnome3 port

2011-11-01 Thread Sam Morris
On Tue, 2011-11-01 at 09:49 +0100, Joachim Breitner wrote:
> Hi Sam,
> 
> sensors-applet seems to be the last applet holding me back from
> upgrading to gnome3. Did you test the upstream gnome3 port yet? Maybe
> you can package the current SVN version if they do not release the code.
> 
> Greetings,
> Joachim

Hi all. Sorry I've not gotten around to this yet... there's a
combination of three things. First, just haven't had the time to look at
upgrading the package; second, I don't use sensors-applet myself any
more because I run GNOME inside VirtualBox these days; third, VirtualBox
can't (yet) run gnome-shell properly, so I can't even test the binaries
that I could build. :(

Anyway, if you want to do an NMU based on upstream's current SVN work
that would be fine. Otherwise just kick sensors-applet out of testing.

Regards,

-- 
Sam Morris 




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



Bug#640467: Acknowledgement (gnome-tweak-tool: Will not start due to undefined symbol: g_callable_info_skip_return)

2011-09-11 Thread Sam Morris
On Sun, 2011-09-11 at 11:41 -0700, Dean Loros wrote:
> Unfortunately there is not a version in unstable :(  I went to
> http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/  and built
> versions < 3.04.1---every build failed to start with the same error I
> reported at first. Should I report this error upstream or wait for a
> python fix here?

Try python-gobject from unstable. g-t-t works fine with it for me.


-- 
Sam Morris <https://robots.org.uk/>
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#640567: ca-certificates: Remove Staat_der_Nederlanden_Root_CA certificates

2011-09-05 Thread Sam Morris
Package: ca-certificates
Version: 20110502+nmu1
Severity: grave
Tags: security
Justification: user security hole

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

ca-certificates still ships the following two certificates that are
being removed from Mozilla following the DigiNotar debacle:

Staat_der_Nederlanden_Root_CA.crt
Staat_der_Nederlanden_Root_CA_-_G2.crt

ref: https://bugzilla.mozilla.org/show_bug.cgi?id=683449

- -- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (540, 'testing'), (530, 
'unstable'), (520, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-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 ca-certificates depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  openssl   1.0.0d-3   Secure Socket Layer (SSL) binary a

ca-certificates recommends no packages.

ca-certificates suggests no packages.

- -- debconf information excluded

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk5lGb8ACgkQshl/216gEHjvYACfdJQ4ZhhC1DTymMRQtUMsdu56
ChIAmwQGImXTKbGbG0aa9Q7UaHTrzuuH
=P52f
-END PGP SIGNATURE-



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



Bug#630096: gnucash: Fails to run: Unable to find file "slib/guile.init" in load path

2011-06-10 Thread Sam Morris
Package: gnucash
Version: 1:2.4.6-2
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

$ gnucash
gnc.bin-Message: main: binreloc relocation support was disabled at configure 
time.

Backtrace:
In unknown file:
   ?: 0* [primitive-load-path "slib/guile.init"]

: In procedure primitive-load-path in expression 
(primitive-load-path name):
: Unable to find file "slib/guile.init" in load path

- -- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (540, 'testing'), (530, 
'unstable'), (520, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages gnucash depends on:
ii  gnucash-common 1:2.4.6-2 personal and small-business financ
ii  guile-1.8-libs 1.8.7+1-3 Main Guile libraries
ii  libaqbanking33 5.0.7-1   library for online banking applica
ii  libart-2.0-2   2.3.21-1  Library of functions for 2D graphi
ii  libatk1.0-02.0.0-1   The ATK accessibility toolkit
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.3-1  The Bonobo UI library
ii  libc6  2.13-4Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.2-6  The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-pe 0.57-2+b2 Support for https protocol in LWP
ii  libdate-manip-perl 6.11-1module for manipulating dates
ii  libdbi00.8.2-3   Database Independent Abstraction L
ii  libfinance-quote-p 1.17-1Perl module for retrieving stock q
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgconf2-42.32.3-2  GNOME configuration database syste
ii  libgdk-pixbuf2.0-0 2.23.3-3  GDK Pixbuf library
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.28.6-1  The GLib library of C routines
ii  libgmp10   2:5.0.1+dfsg-7Multiprecision arithmetic library
ii  libgnome-keyring0  2.30.1-1  GNOME keyring services library
ii  libgnome2-02.30.0-1  The GNOME library - runtime files
ii  libgnomecanvas2-0  2.30.1-1  A powerful object-oriented display
ii  libgnomeui-0   2.24.3-1  The GNOME libraries (User Interfac
ii  libgnomevfs2-0 1:2.24.3-1GNOME Virtual File System (runtime
ii  libgoffice-0.8-8   0.8.15-1  Document centric objects library -
ii  libgtk2.0-02.24.4-3  The GTK+ graphical user interface 
ii  libgwengui-gtk2-0  4.0.9-1+b1Gwenhywfar GUI implementation for 
ii  libgwenhywfar604.0.9-1+b1OS abstraction layer
ii  libhtml-tableextra 2.10-3module for extracting the content 
ii  libhtml-tree-perl  3.23-2Perl module to represent and creat
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libktoblzcheck1c2a 1.28-1library for verification of accoun
ii  libltdl7   2.4-2 A system independent dlopen wrappe
ii  libofx41:0.9.0-3 library to support Open Financial 
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.28.3-6  Layout and rendering of internatio
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libsoup2.4-1   2.34.2-1  HTTP library implementation in C -
ii  libwebkit-1.0-21.2.7-0+squeeze1  Web content engine library for Gtk
ii  libwww-perl5.836-1   Perl HTTP/WWW client/server librar
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  perl   5.12.3-7  Larry Wall's Practical Extraction 
ii  slib   3b1-3.1   Portable Scheme library
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages gnucash recommends:
ii  gnucash-docs  2.2.0-3Documentation for gnucash, a perso

Versions of packages gnucash suggests:
pn  libdbd-mysql   (no description available)
pn  libdbd-pgsql   (no description available)
ii  libdbd-sqlite30.8.2-1-4.1+b1 SQLite3 database driver for libdbi

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk3yeRoACgkQshl/216gEHg1MwCgs

Bug#628816: gnome-specimen: Does not run (module object has no attribute program_init)

2011-06-01 Thread Sam Morris
Package: gnome-specimen
Version: 0.4-7
Severity: grave
Justification: renders package unusable

$ gnome-specimen 
Traceback (most recent call last):
  File "/usr/bin/gnome-specimen", line 30, in 
specimen.main.main(sys.argv[1:])
  File "/usr/lib/pymodules/python2.6/specimen/main.py", line 59, in main
prog = gnome.program_init(config.PACKAGE, config.VERSION)
AttributeError: 'module' object has no attribute 'program_init'

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (545, 'stable'), (540, 'stable-updates'), (530, 'testing'), (520, 
'unstable'), (510, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages gnome-specimen depends on:
ii  gconf22.28.1-6   GNOME configuration database syste
ii  python2.6.6-14   interactive high-level object-orie
ii  python-glade2 2.24.0-1   GTK+ bindings: Glade support
ii  python-gnome2 2.28.1-2   Python bindings for the GNOME desk
ii  python-gtk2   2.24.0-1   Python bindings for the GTK+ widge
ii  python-support1.0.13 automated rebuilding support for P

gnome-specimen recommends no packages.

gnome-specimen suggests no packages.

-- no debconf information



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



Bug#628784: virtualbox-guest-x11: Missing Replaces on virtualbox-ose-guest-x11

2011-06-01 Thread Sam Morris
Package: virtualbox-guest-x11
Version: 4.0.8-dfsg-1
Severity: serious

# apt-get install -t unstable virtualbox-ose-guest-utils
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libxcb-xtest0 libxdg-basedir1 libxcb-xinerama0 libxcb-image0 libdvbpsi6 
libxcb-icccm1 libev3 libmaa2 libxcb-property1 virtualbox-ose-guest-utils 
libxcb-render-util0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 
virtualbox-ose-guest-dkms virtualbox-ose-guest-x11
The following NEW packages will be installed:
  virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
The following packages will be upgraded:
  virtualbox-ose-guest-dkms virtualbox-ose-guest-utils virtualbox-ose-guest-x11
3 upgraded, 3 newly installed, 0 to remove and 1103 not upgraded.
Need to get 3,063 kB of archives.
After this operation, 840 kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://ftp.de.debian.org/debian/ unstable/main virtualbox-ose-guest-dkms 
all 4.0.8-dfsg-1 [39.2 kB]
Get:2 http://ftp.de.debian.org/debian/ unstable/main virtualbox-guest-x11 amd64 
4.0.8-dfsg-1 [1,826 kB]
Get:3 http://ftp.de.debian.org/debian/ unstable/main virtualbox-ose-guest-x11 
all 4.0.8-dfsg-1 [39.2 kB]  
  
Get:4 http://ftp.de.debian.org/debian/ unstable/main virtualbox-ose-guest-utils 
all 4.0.8-dfsg-1 [39.2 kB]  

Get:5 http://ftp.de.debian.org/debian/ unstable/main virtualbox-guest-utils 
amd64 4.0.8-dfsg-1 [573 kB] 

Get:6 http://ftp.de.debian.org/debian/ unstable/main virtualbox-guest-dkms all 
4.0.8-dfsg-1 [547 kB]   
 
Fetched 3,063 kB in 16s (189 kB/s)  


Reading changelogs...
apt-listchanges: Mailing root: apt-listchanges: changelogs for leela
(Reading database ... 309589 files and directories currently installed.)
Preparing to replace virtualbox-ose-guest-dkms 4.0.4-dfsg-2 (using 
.../virtualbox-ose-guest-dkms_4.0.8-dfsg-1_all.deb) ...

 Uninstall Beginning 
Module:  virtualbox-ose-guest
Version: 4.0.4
Kernel:  2.6.38-2-amd64 (x86_64)
-

Status: Before uninstall, this module version was ACTIVE on this kernel.

vboxguest.ko:
 - Uninstallation
   - Deleting from: /lib/modules/2.6.38-2-amd64/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

vboxsf.ko:
 - Uninstallation
   - Deleting from: /lib/modules/2.6.38-2-amd64/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

vboxvideo.ko:
 - Uninstallation
   - Deleting from: /lib/modules/2.6.38-2-amd64/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.
depmod

DKMS: uninstall Completed.

 Uninstall Beginning 
Module:  virtualbox-ose-guest
Version: 4.0.4
Kernel:  2.6.32-5-amd64 (x86_64)
-

Status: Before uninstall, this module version was ACTIVE on this kernel.

vboxguest.ko:
 - Uninstallation
   - Deleting from: /lib/modules/2.6.32-5-amd64/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxsf.ko:
 - Uninstallation
   - Deleting from: /lib/modules/2.6.32-5-amd64/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


vboxvideo.ko:
 - Uninstallation
   - Deleting from: /lib/modules/2.6.32-5-amd64/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod..

DKMS: uninstall Completed.

--
Deleting module version: 4.0.4
completely from the DKMS tree.
--

Bug#625222: plymouth: initramfs hook fails

2011-05-02 Thread Sam Morris
Package: plymouth
Version: 0.8.3-18+b1
Severity: serious
Justification: renders package unusable

$ sudo dpkg --configure -a
Setting up initramfs-tools (0.98.8) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.38-2-amd64
+ set -e
+ PREREQ=
+ prereqs
+ echo 
+ exit 0
+ set -e
+ PREREQ=
+ . /usr/share/initramfs-tools/hook-functions
+ /usr/sbin/plymouth-set-default-theme
+ true
+ THEME=spacefun
+ THEMES=/usr/share/plymouth/themes
+ [ -n spacefun ]
+ THEME=/usr/share/plymouth/themes/spacefun/spacefun.plymouth
+ plymouth --get-splash-plugin-path
+ PLUGIN_PATH=/usr/lib/plymouth/
+ basename /usr/share/plymouth/themes/spacefun/spacefun.plymouth .plymouth
+ PLUGINS=details.so text.so label.so
+ sed -n s/^ModuleName=\(.*\)/\1/p 
/usr/share/plymouth/themes/spacefun/spacefun.plymouth
+ MODULE=/usr/lib/plymouth//script.so
+ copy_exec /usr/lib/plymouth//script.so
+ local src target x nonoptlib
+ local libname dirname
+ src=/usr/lib/plymouth//script.so
+ target=/usr/lib/plymouth//script.so
+ [ -f /usr/lib/plymouth//script.so ]
+ return 1
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1.
update-initramfs: failed for /boot/initrd.img-2.6.38-2-amd64
dpkg: error processing initramfs-tools (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 initramfs-tools



-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (550, 'stable'), (540, 'stable-updates'), (530, 'testing'), (520, 
'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-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 plymouth depends on:
pn  initramfs-tools(no description available)
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib

plymouth recommends no packages.

plymouth suggests no packages.

-- Configuration Files:
/etc/plymouth/plymouthd.conf changed:
[Daemon]
Theme=spacefun


-- no debconf information



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



Bug#605397: hplip: Won't print anything (gives unsupported format message)

2010-11-30 Thread Sam Morris
Version: 3.10.6-1.1

On Tue, 2010-11-30 at 11:29 +0100, Till Kamppeter wrote:
> On 11/29/2010 10:55 PM, Sam Morris wrote:
> > This was solved by installing ghostscript-cups. It is only Recommended
> > by cups; should hplip depend on it?
> >
> 
> Since HPLIP 3.9.6b-1 (exactly 3.9.4b-1ubuntu4) the hplip-cups package 
> depends on ghostscript-cups. So for all Debian releases with this HPLIP 
> version or a newer one this bug should be fixed.

Yes, the omission is confined to the dependencies of the backported
package.

> Till

-- 
Sam Morris 




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



Bug#605397: hplip: Won't print anything (gives unsupported format message)

2010-11-29 Thread Sam Morris
This was solved by installing ghostscript-cups. It is only Recommended
by cups; should hplip depend on it?

-- 
Sam Morris <https://robots.org.uk/>
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#605397: hplip: Won't print anything (gives unsupported format message)

2010-11-29 Thread Sam Morris
Package: hplip
Version: 3.10.5-4~bpo50+1
Severity: grave
Justification: renders package unusable

After upgrading to version 3.10.5-4~bpo50+1 I get the following message
when trying to print to my HP OfficeJet 4215:

$ lp -d officejet_4200 <<< testing
lp: Unsupported format 'text/plain'!

The following appears in CUPS' error_log:

==> /var/log/cups/access_log <==
localhost - - [29/Nov/2010:16:06:03 +] "POST /printers/officejet_4200 
HTTP/1.1" 200 354 Create-Job successful-ok
localhost - - [29/Nov/2010:16:06:03 +] "POST /printers/officejet_4200 
HTTP/1.1" 200 245 Send-Document client-error-document-format-not-supported

==> /var/log/cups/error_log <==
D [29/Nov/2010:16:06:03 +] cupsdAcceptClient: 14 from localhost (Domain)
D [29/Nov/2010:16:06:03 +] cupsdReadClient: 14 POST / HTTP/1.1
D [29/Nov/2010:16:06:03 +] cupsdSetBusyState: Active clients
D [29/Nov/2010:16:06:03 +] cupsdAuthorize: No authentication data provided.
D [29/Nov/2010:16:06:03 +] cupsdReadClient: 14 1.1 Get-Printer-Attributes 1
D [29/Nov/2010:16:06:03 +] Get-Printer-Attributes 
ipp://localhost:631/printers/officejet_4200
D [29/Nov/2010:16:06:03 +] Returning IPP successful-ok for 
Get-Printer-Attributes (ipp://localhost:631/printers/officejet_4200) from 
localhost
D [29/Nov/2010:16:06:03 +] cupsdSetBusyState: Not busy
D [29/Nov/2010:16:06:03 +] cupsdReadClient: 14 POST 
/printers/officejet_4200 HTTP/1.1
D [29/Nov/2010:16:06:03 +] cupsdSetBusyState: Active clients
D [29/Nov/2010:16:06:03 +] cupsdAuthorize: No authentication data provided.
D [29/Nov/2010:16:06:03 +] cupsdReadClient: 14 1.1 Create-Job 1
D [29/Nov/2010:16:06:03 +] Create-Job 
ipp://localhost:631/printers/officejet_4200
D [29/Nov/2010:16:06:03 +] cupsdMarkDirty(J-)
D [29/Nov/2010:16:06:03 +] cupsdSetBusyState: Active clients and dirty files
D [29/Nov/2010:16:06:03 +] add_job: requesting-user-name="sam"
I [29/Nov/2010:16:06:03 +] [Job 1986] Adding start banner page "none".
D [29/Nov/2010:16:06:03 +] Discarding unused job-created event...
I [29/Nov/2010:16:06:03 +] [Job 1986] Queued on "officejet_4200" by "sam".
D [29/Nov/2010:16:06:03 +] Returning IPP successful-ok for Create-Job 
(ipp://localhost:631/printers/officejet_4200) from localhost
D [29/Nov/2010:16:06:03 +] cupsdSetBusyState: Dirty files
D [29/Nov/2010:16:06:03 +] cupsdReadClient: 14 POST 
/printers/officejet_4200 HTTP/1.1
D [29/Nov/2010:16:06:03 +] cupsdSetBusyState: Active clients and dirty files
D [29/Nov/2010:16:06:03 +] cupsdAuthorize: No authentication data provided.
D [29/Nov/2010:16:06:03 +] cupsdReadClient: 14 1.1 Send-Document 1
D [29/Nov/2010:16:06:03 +] Send-Document 
ipp://localhost:631/printers/officejet_4200
D [29/Nov/2010:16:06:03 +] cupsdIsAuthorized: requesting-user-name="sam"
D [29/Nov/2010:16:06:03 +] [Job 1986] Auto-typing file...
D [29/Nov/2010:16:06:03 +] [Job 1986] Request file type is text/plain.
D [29/Nov/2010:16:06:03 +] Send-Document 
client-error-document-format-not-supported: Unsupported format 'text/plain'!
E [29/Nov/2010:16:06:03 +] Returning IPP 
client-error-document-format-not-supported for Send-Document 
(ipp://localhost:631/printers/officejet_4200) from localhost
D [29/Nov/2010:16:06:03 +] cupsdSetBusyState: Dirty files
D [29/Nov/2010:16:06:03 +] cupsdReadClient: 14 WAITING Closing on EOF
D [29/Nov/2010:16:06:03 +] cupsdCloseClient: 14

The symptoms of this bug are similar to that of #381743, but I am able to print
to the other (pure PostScript) printer on the server just fine, so I think this
is an hplip-specific problem. Here's the info requested by the CUPS maintainers
in that bug:

$ grep -H "*NickName" /etc/cups/ppd/*.ppd
/etc/cups/ppd/delly.ppd:*NickName: "Dell 2330dn Laser Printer"
/etc/cups/ppd/officejet_4200.ppd:*NickName: "HP Officejet 4200 Series, 
hpcups 3.10.5"

$ lpstat -v
device for delly: socket://10.0.0.2
device for officejet_4200: hp:/usb/officejet_4200_series?serial=CN5A5GI0XY

$ ls -l /etc/cups/*.types /etc/cups/*.convs
-rw-r--r-- 1 root root 4409 2009-05-25 14:45 /etc/cups/mime.convs
-rw-r--r-- 1 root root 6184 2009-05-25 14:45 /etc/cups/mime.types
-rw-r--r-- 1 root root   60 2009-05-25 14:43 /etc/cups/oopstops.convs
-rw-r--r-- 1 root root   88 2009-05-25 14:43 /etc/cups/oopstops.types
-rw-r--r-- 1 root root  724 2010-07-27 17:24 /etc/cups/pstotiff.convs
-rw-r--r-- 1 root root 2084 2010-07-27 17:24 /etc/cups/pstotiff.types
-rw-r--r-- 1 root root  240 2009-06-11 11:46 /etc/cups/raw.convs
-rw-r--r-- 1 root root  211 2009-06-11 11:46 /etc/cups/raw.types

$ cat /etc/cups/*.types /etc/cups/*.convs | grep "text/plain"
text/plain  txt printable(0,1024)
text/plain  application/postscript  33  texttops

$ grep -H "application/vnd.cups-raster" /etc/cups/*.types /etc/cups/*.convs 
| grep pstoraster
/etc/cups/mime.con

Bug#602281: libpam-smbpass: postinst is empty

2010-11-03 Thread Sam Morris
Package: libpam-smbpass
Version: 2:3.5.6~dfsg-1+bpo50+1
Severity: grave
Justification: prevents package configuration

When upgrading this morning:

Setting up libpam-smbpass (2:3.5.6~dfsg-1+bpo50+1) ...
dpkg (subprocess): unable to execute installed post-installation script
(/var/lib/dpkg/info/libpam-smbpass.postinst): Exec format error
dpkg: error processing libpam-smbpass (--configure):
 subprocess installed post-installation script returned error exit
 status 2

The postinst and prerm scripts are both empty!

Here is the file that apt retrieved from backports.debian.org and its
sha1 hash:

734bc3b444715f2c2789f81b778a761e7b2ae80b 
libpam-smbpass_2%3a3.5.6~dfsg-1+bpo50+1_amd64.deb

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (550, 'stable'), (530, 'testing'), (520, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages libpam-smbpass depends on:
ii  libc6 2.11.2-6+squeeze1  Embedded GNU C Library: Shared lib
ii  libcap2   2.11-2 support for getting/setting POSIX.
ii  libldap-2.4-2 2.4.11-1+lenny2OpenLDAP libraries
ii  libpam0g  1.1.1-6.1  Pluggable Authentication Modules l
ii  libtalloc22.0.1-1hierarchical pool based memory all
ii  libwbclient0  2:3.5.6~dfsg-1+bpo50+1 Samba winbind client library
ii  samba-common  2:3.5.6~dfsg-1+bpo50+1 common files used by both the Samb

libpam-smbpass recommends no packages.

Versions of packages libpam-smbpass suggests:
ii  samba 2:3.5.6~dfsg-1+bpo50+1 SMB/CIFS file, print, and login se

-- no debconf information



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



Bug#601002: libfreeimage3: No mention of embedded libraries in copyright file

2010-10-22 Thread Sam Morris
Package: libfreeimage3
Version: 3.10.0-2
Severity: serious
Justification: Policy 12.5 Copyright Information

"Every package must be accompanied by a verbatim copy of its copyright
information and distribution license in the file
/usr/share/doc/package/copyright".

FreeImage ships embedded copies of libjpeg, libmng, libopenjpeg, libpng,
libtiff and openexr, but there is no mention of these works in the
copyright file.

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

Kernel: Linux 2.6.32-5-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 libfreeimage3 depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-4  GCC support library
ii  libstdc++64.4.5-4The GNU Standard C++ Library v3

libfreeimage3 recommends no packages.

libfreeimage3 suggests no packages.

-- no debconf information



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



Bug#599596: Fixed by upgrading lvm2

2010-10-20 Thread Sam Morris
As it turns out, I had libdevmapper1.02.1 and dmsetup installed from
unstable, but the stable version of lvm2 was still present:

$ debskew lvm2
Desired=Unknown/Install/Remove/Purge/Hold
| 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription

+++-==-==-
ii  dmsetup2:1.02.48-3The Linux Kernel Device Mapper 
userspace lib
ii  libdevmapper1. 2:1.02.48-3The Linux Kernel Device Mapper 
userspace lib
ii  lvm2   2.02.39-8  The Linux Logical Volume Manager

Upgrading lvm2 to version 2.02.66-3 (currently in testing/unstable)
fixes the problem.

I guess this bug can be fixed by adding appropriate dependency
information to the libdevmapper1.02.1 and/or dmsetup packages.

-- 
Sam Morris 




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



Bug#599596: /sbin/lvcreate: Does not clean up semaphore arrays after use

2010-10-09 Thread Sam Morris
Package: lvm2
Version: 2.02.39-8
Severity: grave
File: /sbin/lvcreate
Justification: renders package unusable

I have a backup script which creates and destroys LVM snapshots ever
day. A few days after upgrading to device mapper 2:1.02.48-3, the backup
lvcreate began to fail with the following message:

|   device-mapper: create ioctl failed: Device or resource busy
|   Aborting. Failed to activate snapshot exception store.

This is caused by the system limit on the number of semaphore arrays
being reached.

It seems that lvcreate/lvremove operations each create a number of
semarphore arrays, but to not remove them before exiting:

$ sudo ipcs -s | wc -l
121

$ sudo lvcreate -s -L 1G -n blah thoth/home
  /dev/dm-8: open failed: No such device or address
  Logical volume "blah" created

$ sudo ipcs -s | wc -l
124

$ sudo lvremove thoth/blah
Do you really want to remove active logical volume "blah"? [y/n]: y
  Logical volume "blah" successfully removed

$ sudo ipcs -s | wc -l
127

$ sudo lvcreate -s -L 1G -n blah thoth/home
  /dev/dm-8: open failed: No such device or address
  /dev/dm-9: open failed: No such device or address
  /dev/dm-15: open failed: No such device or address
  Logical volume "blah" created

$ sudo ipcs -s | wc -l
130

$ sudo lvremove thoth/blah
Do you really want to remove active logical volume "blah"? [y/n]: y
  Limit for the maximum number of semaphores reached. You can check and set the 
limits in /proc/sys/kernel/sem.
  Unable to deactivate thoth-home-real (253:9)
  Failed to resume home.
  Logical volume "blah" successfully removed

$ sudo ipcs -s | wc -l
132

$ sudo lvcreate -s -L 1G -n blah thoth/home
  /dev/dm-8: open failed: No such device or address
  /dev/dm-15: open failed: No such device or address
  Limit for the maximum number of semaphores reached. You can check and set the 
limits in /proc/sys/kernel/sem.
  Unable to resume thoth-blah (253:8)
  Aborting. Failed to activate snapshot exception store.

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (550, 'stable'), (530, 'testing'), (520, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages lvm2 depends on:
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1   2:1.02.48-3 The Linux Kernel Device Mapper use
ii  libreadline5 5.2-3.1 GNU readline and history libraries
ii  lsb-base 3.2-20  Linux Standard Base 3.2 init scrip

Versions of packages lvm2 recommends:
ii  dmsetup  2:1.02.48-3 The Linux Kernel Device Mapper use

lvm2 suggests no packages.

-- no debconf information



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



Bug#525549: Difficult to see how this could occur

2010-10-04 Thread Sam Morris
On Sun, 2010-10-03 at 23:50 +0100, Tim Retout wrote:
> tags 525549 patch
> thanks
> 
> [CCing Sam and Don this time.]
> 
> Okay, I couldn't quite reproduce this on i386 either - it will only
> happen intermittently, I expect.  When I tried it, the string at (name +
> pathlen + 1) seemed to be "h".  Occasionally, it might be something
> strptime can parse, and then the main file would get deleted.

Thank you both for your work on this. I'll begin testing your patch
tonight and let you know if it causes any problems.

-- 
Sam Morris 




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



Bug#525549: Difficult to see how this could occur

2010-09-25 Thread Sam Morris
On Wed, 2010-09-22 at 18:42 -0700, Don Armstrong wrote:
> On Thu, 23 Sep 2010, Sam Morris wrote:
> > On Mon, 2010-09-13 at 23:38 -0700, Don Armstrong wrote:
> > > Can you try this with a more recent version of gnucash (at least
> > > 2.2.9-6), and also with --debug on? (You should see output like
> > > "unlink lock file: blah", etc.)
> > 
> > This has remained quite reproducible for me with 2.2.9-7~squeeze1. The
> > trick is to let a few backup/log files accumulate over a few days, then
> > save the account file.
> >
> > I did so with --debug bug saw no output other than the usual message
> > about binreloc relocation support.
> 
> It'll be logged to /tmp/gnucash.trace. You can redirect it to stderr
> with "--logto stderr" or similar.

Here's the relevant portion of the log file. Let me know if you want the
whole thing (I didn't attach it to this message because it contains some
sensitive information).

* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923014314.xac
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923011946.log
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923013943.log
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923013947.xac
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: /home/sam/Documents/Gnucash/gnucash.xac
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923014331.xac
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923013948.log
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923013948.xac
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923013940.xac
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923013949.log
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923011936.xac
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923013941.log
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923013915.log
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923013942.xac
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923014637.xac
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_files] g_unlink 
stale (2 days old) file: 
/home/sam/Documents/Gnucash/gnucash.xac.20100923013947.log
* 17:29:52  INFO  [gnc_file_be_remove_old_files] file 
retention = 1 days
* 17:29:52  INFO  [gnc_file_be_remove_old_file

Bug#525549: Difficult to see how this could occur

2010-09-22 Thread Sam Morris
On Mon, 2010-09-13 at 23:38 -0700, Don Armstrong wrote:
> Can you try this with a more recent version of gnucash (at least
> 2.2.9-6), and also with --debug on? (You should see output like
> "unlink lock file: blah", etc.)

This has remained quite reproducible for me with 2.2.9-7~squeeze1. The
trick is to let a few backup/log files accumulate over a few days, then
save the account file.

I did so with --debug bug saw no output other than the usual message
about binreloc relocation support.

The last time I tried to debug this I used strace and got the following
output while saving the account file:

write(22, "\n\n\n\n

Bug#595276: libapache2-mod-fcgid: Spawns a new PHP interpreter for each request

2010-09-02 Thread Sam Morris
Package: libapache2-mod-fcgid
Version: 1:2.3.5-2
Severity: grave
Justification: renders package unusable

I am currently happily using mod_fcgid on a system running lenny
(version 2.2). When testing version 2.3.5 of the module I found that it
seems to spawn new FastCGI servers a lot, and ignores any limits that I
have configured.

First, the packages I'm testing with:

ii  apache2-mpm-worker   2.2.9-10+lenny8  Apache HTTP Server - high speed 
threaded model
ii  libapache2-mod-fcgid 1:2.3.5-2an alternative module compat with 
mod_fastcgi
ii  php5-cgi 5.2.6.dfsg.1-1+lenny server-side, HTML-embedded 
scripting language (CGI binar

In my main Apache configuration, I have the following directive:

DefaultMaxClassProcessCount 5

In the .htaccess file for my test site, I have:

AddHandler fcgid-script .php
FCGIWrapper /srv/www/test.example/cgi-bin/php5 .php

The wrapper script is quite simple; it only exists to work around mod_suexec's 
uid/gid match
checks:

#!/bin/sh
set -e
exec /usr/lib/cgi-bin/php5

So, having set this up, I run 'ab -c 15 -n 500
http://test.example.com/test.php'. This results in hundreds of PHP
processes being spawned...

$ pstree -u $(

Bug#585408: flashplugin-nonfree: Execution of arbitrary code [CVE-2010-1297]

2010-06-10 Thread Sam Morris
Package: flashplugin-nonfree
Version: 1:2.8
Severity: grave
Tags: security
Justification: user security hole

As described at
,

A critical vulnerability exists in Adobe Flash Player 10.0.45.2 and
earlier versions for Windows, Macintosh, Linux and Solaris operating
systems, and the authplay.dll component that ships with Adobe Reader and
Acrobat 9.x for Windows, Macintosh and UNIX operating systems. This
vulnerability (CVE-2010-1297) could cause a crash and potentially allow
an attacker to take control of the affected system. There are reports
that this vulnerability is being actively exploited in the wild against
both Adobe Flash Player, and Adobe Reader and Acrobat.

This is CVE-2010-1297 and APSA10-01.

-- Package-specific info:
Debian version: squeeze/sid
Architecture: amd64
Package version: 1:2.8
Adobe Flash Player version: LNX 10,0,45,2
MD5 checksums:
4a4561e456612a6751653b58342d53df  
/var/cache/flashplugin-nonfree/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
57fb976761aac898897e96101ee1a4e0  
/usr/lib/flashplugin-nonfree/libflashplayer.so
Alternatives:
flash-mozilla.so - auto mode
  link currently points to 
/usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
/usr/lib/gnash/libgnashplugin.so - priority 10
Current 'best' version is 
'/usr/lib/flashplugin-nonfree/libflashplayer.so'.
lrwxrwxrwx 1 root root 34 Mar  2 15:42 
/usr/lib/mozilla/plugins/flash-mozilla.so -> /etc/alternatives/flash-mozilla.so
/usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to 
`/etc/alternatives/flash-mozilla.so'
Libraries used by libflashplayer.so:
linux-vdso.so.1 =>  (0x7fff619ff000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x7f079e0d6000)
libpthread.so.0 => /lib/libpthread.so.0 (0x7f079deba000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x7f079db7d000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x7f079d96b000)
libXt.so.6 => /usr/lib/libXt.so.6 (0x7f079d707000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x7f079d47f000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x7f079d24a000)
libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x7f079cc2a000)
libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x7f079c97c000)
libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x7f079c75b000)
libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 
(0x7f079c53f000)
libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 
(0x7f079c332000)
libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x7f079c0e6000)
libcairo.so.2 => /usr/lib/libcairo.so.2 (0x7f079be69000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x7f079bc21000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x7f079ba1e000)
libdl.so.2 => /lib/libdl.so.2 (0x7f079b81a000)
libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0x7f079b53d000)
libnss3.so => /usr/lib/libnss3.so (0x7f079b23a000)
libsmime3.so => /usr/lib/libsmime3.so (0x7f079b014000)
libssl3.so => /usr/lib/libssl3.so (0x7f079ade3000)
libplds4.so => /usr/lib/libplds4.so (0x7f079abe)
libplc4.so => /usr/lib/libplc4.so (0x7f079a9dc000)
libnspr4.so => /usr/lib/libnspr4.so (0x7f079a79e000)
libm.so.6 => /lib/libm.so.6 (0x7f079a51c000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x7f079a306000)
libc.so.6 => /lib/libc.so.6 (0x7f0799fb1000)
/lib64/ld-linux-x86-64.so.2 (0x7f07a300f000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x7f0799d95000)
libSM.so.6 => /usr/lib/libSM.so.6 (0x7f0799b8d000)
libICE.so.6 => /usr/lib/libICE.so.6 (0x7f0799971000)
libz.so.1 => /usr/lib/libz.so.1 (0x7f079975a000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x7f0799532000)
libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0x7f079932f000)
libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x7f079912d000)
libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x7f0798f28000)
libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x7f0798c75000)
libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 
(0x7f0798a4c000)
libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x7f0798848000)
librt.so.1 => /lib/librt.so.1 (0x7f079863f000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x7f0798435000)
libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x7f0798233000)
libXi.so.6 => /usr/lib/libXi.so.6 (0x7f0798023000)
libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x7f0797e1b000)
libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x7f0797c11000)
libpixman-1.so.0 => /usr

Bug#580369: FTBFS: /usr/bin/ld: ./.libs/libtotem-plparser.so: error: undefined reference to 'inflateInit2_'

2010-05-05 Thread Sam Morris
Package: totem-pl-parser
Version: 2.30.0-3
Severity: serious
Justification: fails to build from source

libtool: link: (cd ".libs" && rm -f "libtotem-plparser-mini.so.17" && ln -s 
"libtotem-plparser-mini.so.17.0.0" "libtotem-plparser-mini.so.17")
libtool: link: (cd ".libs" && rm -f "libtotem-plparser-mini.so" && ln -s 
"libtotem-plparser-mini.so.17.0.0" "libtotem-plparser-mini.so")
libtool: link: (cd .libs/libtotem-plparser-mini.lax/libtotem_glibc.a && ar x 
"/tmp/x/totem-pl-parser-2.30.0/plparse/../lib/.libs/libtotem_glibc.a")
libtool: link: ar cru .libs/libtotem-plparser-mini.a  
libtotem_plparser_mini_la-totem-pl-parser.o 
libtotem_plparser_mini_la-totem-pl-parser-lines.o 
libtotem_plparser_mini_la-totem-pl-parser-misc.o 
libtotem_plparser_mini_la-totem-pl-parser-pls.o 
libtotem_plparser_mini_la-totem-pl-parser-podcast.o 
libtotem_plparser_mini_la-totem-pl-parser-qt.o 
libtotem_plparser_mini_la-totem-pl-parser-smil.o 
libtotem_plparser_mini_la-totem-pl-parser-wm.o 
libtotem_plparser_mini_la-totem-pl-parser-xspf.o 
libtotem_plparser_mini_la-totem-pl-playlist.o  
.libs/libtotem-plparser-mini.lax/libtotem_glibc.a/stub.o 
libtool: link: ranlib .libs/libtotem-plparser-mini.a
libtool: link: rm -fr .libs/libtotem-plparser-mini.lax
libtool: link: ( cd ".libs" && rm -f "libtotem-plparser-mini.la" && ln -s 
"../libtotem-plparser-mini.la" "libtotem-plparser-mini.la" )
/usr/bin/g-ir-scanner --add-include-path=. --namespace=TotemPlParser 
--nsversion=1.0 --libtool="/bin/bash ../libtool"  
--library=libtotem-plparser.la  --include=GObject-2.0 --include=Gio-2.0 
--namespace=TotemPlParser --strip-prefix=TotemPlParser --nsversion=1.0 -pthread 
-D_LARGEFILE64_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/libxml2 -I/usr/include/gmime-2.4  -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE64_SOURCE -I.. -I../lib -I../plparse -D_GNU_SOURCE 
./totem-pl-parser-builtins.c ./totem-disc.c ./totem-pl-parser.c 
./totem-pl-parser-lines.c ./totemplparser-marshal.c ./totem-pl-parser-media.c 
./totem-pl-parser-misc.c ./totem-pl-parser-pla.c ./totem-pl-parser-pls.c 
./totem-pl-parser-podcast.c ./totem-pl-parser-qt.c ./totem-pl-parser-smil.c 
./totem-pl-parser-wm.c ./totem-pl-parser-xspf.c ./totem-pl-parser-builtins.h 
./totem-pl-parser-features.h ./totem-pl-parser.h ./totem-pl-playlist.h 
./totem-disc.h ./totem-pl-parser-mini.h --output TotemPlParser-1.0.
 gir
/usr/bin/ld: ./.libs/libtotem-plparser.so: error: undefined reference to 
'inflateInit2_'
/usr/bin/ld: ./.libs/libtotem-plparser.so: error: undefined reference to 
'inflate'
/usr/bin/ld: ./.libs/libtotem-plparser.so: error: undefined reference to 
'inflateEnd'
collect2: ld returned 1 exit status
Traceback (most recent call last):
  File "/usr/bin/g-ir-scanner", line 38, in 
sys.exit(scanner_main(sys.argv))
  File "/usr/lib/gobject-introspection/giscanner/scannermain.py", line 317, in 
scanner_main
glibtransformer.get_get_type_functions())
  File "/usr/lib/gobject-introspection/giscanner/dumper.py", line 231, in 
compile_introspection_binary
return dc.run()
  File "/usr/lib/gobject-introspection/giscanner/dumper.py", line 132, in run
self._link(bin_path, o_path)
  File "/usr/lib/gobject-introspection/giscanner/dumper.py", line 226, in _link
subprocess.check_call(args)
  File "/usr/lib/python2.5/subprocess.py", line 462, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/bin/bash', '../libtool', 
'--mode=link', '--tag=CC', '--silent', 'gcc', '-o', 
'/tmp/x/totem-pl-parser-2.30.0/plparse/tmp-introspect2s0Tdp/TotemPlParser-1.0', 
'-Wall', '-Wchar-subscripts', '-Wmissing-declarations', '-Wmissing-prototypes', 
'-Wnested-externs', '-Wpointer-arith', '-Wcast-align', '-Wsign-compare', 
'-fno-strict-aliasing', '-g', '-O2', '-g', '-Wall', '-O2', '-L.', 
'libtotem-plparser.la', '-pthread', '-Wl,--export-dynamic', '-lgio-2.0', 
'-lgirepository-1.0', '-lgobject-2.0', '-lgmodule-2.0', '-lffi', 
'-lgthread-2.0', '-lrt', '-lglib-2.0', 
'/tmp/x/totem-pl-parser-2.30.0/plparse/tmp-introspect2s0Tdp/TotemPlParser-1.0.o']'
 returned non-zero exit status 1
make[5]: *** [TotemPlParser-1.0.gir] Error 1
make[5]: Leaving directory `/tmp/x/totem-pl-parser-2.30.0/plparse'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/tmp/x/totem-pl-parser-2.30.0/plparse'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/tmp/x/totem-pl-parser-2.30.0/plparse'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/x/totem-pl-parser-2.30.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/x/totem-pl-parser-2.30.0'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


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

Kernel: Linux 2.6.32-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)

Bug#574611: eclipse-cdt: Does not show up anywhere in Eclipse

2010-03-19 Thread Sam Morris
Package: eclipse-cdt
Version: 3.1.2-2
Severity: grave
Justification: renders package unusable

Please call me stupid if I've overlooked something, but having installed
eclipse and eclipse-cdt, I can't find any mention of C or C++ features
anywhere in eclipse.

For example, I expected to see 'C++ Project' or something similar appear
when I go to File -> New -> Project, but there is nothing relevant
there.

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

Kernel: Linux 2.6.32-3-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 eclipse-cdt depends on:
ii  eclipse-platform  3.5.2-1Eclipse platform without plug-ins 
ii  exuberant-ctags [ctags]   1:5.8-2build tag file indexes of source c
ii  gcc   4:4.4.2-3  The GNU C compiler
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  make  3.81-7 An utility for Directing compilati

eclipse-cdt recommends no packages.

Versions of packages eclipse-cdt suggests:
ii  g++   4:4.4.2-3  The GNU C++ compiler

-- no debconf information



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



Bug#574607: eclipse-platform-data: Overwrites file in eclipse

2010-03-19 Thread Sam Morris
Package: eclipse-platform-data
Version: 3.5.2-1
Severity: serious

When upgrading today:

Unpacking eclipse-platform-data (from 
.../eclipse-platform-data_3.5.2-1_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/eclipse-platform-data_3.5.2-1_all.deb (--unpack):
 trying to overwrite '/usr/share/pixmaps/eclipse.png', which is also in package 
eclipse 0:3.4.1-1

I guess eclipse-platform-data needs a Replaces on eclipse (<3.5.2-1).

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

Kernel: Linux 2.6.32-3-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



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



Bug#572251: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not, initialize applet.

2010-03-03 Thread Sam Morris
On Tue, 2010-03-02 at 17:37 +0100, Niels Thykier wrote:
> Hi
> 
> Have you looked at #560056?

Oh, wait. Installing the version of the plugin that actually fixes the
bug does, indeed fix the bug. Thanks .:)

> 
> ~Niels
> 
> 

-- 
Sam Morris 





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



Bug#572251: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not, initialize applet.

2010-03-03 Thread Sam Morris
On Tue, 2010-03-02 at 17:37 +0100, Niels Thykier wrote:
> Hi
> 
> Have you looked at #560056?

Sitting bindv6only=0 does appear to help. However, I have updated
icedtea6-plugin to version 6b18~pre1-2 and that does not help.

> 
> ~Niels
> 
> 

-- 
Sam Morris 




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



Bug#572251: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize applet.

2010-03-02 Thread Sam Morris
Package: icedtea6-plugin
Version: 6b17-1.7-1
Severity: grave
Justification: renders package unusable

The icedtea plugin does not work for any applet that I have tried.

With the page at , I
get this:

java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7) (6b17-1.7-1)
OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode)
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:502)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:995)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1345)
at 
sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:566)
at 
sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:537)
at 
sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:295)
at 
sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:72)
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not 
initialize applet.
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:603)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:547)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:728)
Caused by: java.lang.NullPointerException
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:587)
... 2 more
Caused by: 
java.lang.NullPointerException
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:587)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:547)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:728)
java.lang.NullPointerException
at net.sourceforge.jnlp.NetxPanel.runLoader(NetxPanel.java:99)
at sun.applet.AppletPanel.run(AppletPanel.java:380)
at java.lang.Thread.run(Thread.java:636)
java.lang.NullPointerException
at sun.applet.AppletPanel.run(AppletPanel.java:430)
at java.lang.Thread.run(Thread.java:636)

With any of the JDK 1.4 applet demos at
, I get this:

net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not 
initialize applet.
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:603)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:547)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:728)
Caused by: java.lang.NullPointerException
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:587)
... 2 more
Caused by: 
java.lang.NullPointerException
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:587)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:547)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:728)
java.lang.NullPointerException
at net.sourceforge.jnlp.NetxPanel.runLoader(NetxPanel.java:99)
at sun.applet.AppletPanel.run(AppletPanel.java:380)
at java.lang.Thread.run(Thread.java:636)
java.lang.NullPointerException
at sun.applet.AppletPanel.run(AppletPanel.java:430)
at java.lang.Thread.run(Thread.java:636)

With the page at , I get this:

java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7) (6b17-1.7-1)
OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode)
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1000)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1345)
at 
sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:566)
at 
sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:537)
at 
sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:295)
at 
sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:72)
Caused by: java.lang.NullPointerException
at sun.applet.PluginAppletViewer$3.run(PluginAppletViewer.java:581)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:216)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1000)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1345)
at 
sun.applet.PluginAppletViewer.handleMessage(PluginApplet

Bug#564890: [Evolution] Bug#564890: FTBFS: objcopy:debian/evolution/usr/lib/evolution/2.28/sts0XZLs: cannot create debug link section `debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libevo

2010-01-12 Thread Sam Morris
On Tue, 2010-01-12 at 17:21 +0100, Yves-Alexis Perez wrote:
> Sam Morris a écrit :
> > Package: evolution
> > Version: 2.28.2-1
> > Severity: serious
> > Justification: fails to build from source
> > 
> > I am unable to build evolution. There is an error while creating the
> > evolution-dbg package.
> > 
> > ...
> > dh_strip -pevolution  --dbg-package=evolution-dbg
> > objcopy:debian/evolution/usr/lib/evolution/2.28/sts0XZLs: cannot create 
> > debug link section 
> > `debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libevolution-addressbook-importers.so.0.0.0':
> >  Invalid operation
> > dh_strip: objcopy --add-gnu-debuglink 
> > debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libevolution-addressbook-importers.so.0.0.0
> >  
> > debian/evolution/usr/lib/evolution/2.28/libevolution-addressbook-importers.so.0.0.0
> >  returned exit code 1
> > make: *** [binary-strip-IMPL/evolution] Error 2
> > dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit 
> > status 2
> > 
> > More detail:
> > 
> > $ dh_strip -v -pevolution  --dbg-package=evolution-dbg
> > strip --remove-section=.comment --remove-section=.note --strip-unneeded 
> > debian/evolution/usr/lib/evolution/2.28/libevolution-addressbook-importers.so.0.0.0
> > strip --remove-section=.comment --remove-section=.note --strip-unneeded 
> > debian/evolution/usr/lib/evolution/2.28/libeutil.so.0.0.0
> > objcopy --only-keep-debug 
> > debian/evolution/usr/lib/evolution/2.28/libefilterbar.so.0.0.0 
> > debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libefilterbar.so.0.0.0
> > chmod 644 
> > debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libefilterbar.so.0.0.0
> > strip --remove-section=.comment --remove-section=.note --strip-unneeded 
> > debian/evolution/usr/lib/evolution/2.28/libefilterbar.so.0.0.0
> > objcopy --add-gnu-debuglink 
> > debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libefilterbar.so.0.0.0
> >  debian/evolution/usr/lib/evolution/2.28/libefilterbar.so.0.0.0
> > objcopy:debian/evolution/usr/lib/evolution/2.28/stz8Sd5D: cannot create 
> > debug link section 
> > `debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libefilterbar.so.0.0.0':
> >  Invalid operation
> > dh_strip: objcopy --add-gnu-debuglink 
> > debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libefilterbar.so.0.0.0
> >  debian/evolution/usr/lib/evolution/2.28/libefilterbar.so.0.0.0 returned 
> > exit code 1
> > 
> > I've tried this on two different amd64 machine with the same result.
> > 
> 
> Do you use binutils-gold, and if yes, at which version. It might be
> related to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563366 fixed
> in binutils 2.20-5.

That fixed it. Thanks!
> 
> evolution builds fine here (both with binutils and binutils-gold 2.20-5)
> 
> Cheers,

-- 
Sam Morris 



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



Bug#563253: With nss 3.12.5, evolution does not know about _any_ certificate authorities

2010-01-12 Thread Sam Morris
> I gave some more thought to the issue, and it appears quite pointless to
> try to workaround the issue in nss to fix broken configurations, while
> evolution will still need a modification for new profiles.
> 
> I'm therefore reassigning this bug to evolution, and attaching an
> untested patch, that should just do the right thing. Please give it a
> try.

The patch works for me. Thanks for your help!
> 
> Cheers,
> 
> Mike

-- 
Sam Morris 




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



Bug#564890: FTBFS: objcopy:debian/evolution/usr/lib/evolution/2.28/sts0XZLs: cannot create debug link section `debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libevolution-addressbook-impor

2010-01-12 Thread Sam Morris
Package: evolution
Version: 2.28.2-1
Severity: serious
Justification: fails to build from source

I am unable to build evolution. There is an error while creating the
evolution-dbg package.

...
dh_strip -pevolution  --dbg-package=evolution-dbg
objcopy:debian/evolution/usr/lib/evolution/2.28/sts0XZLs: cannot create debug 
link section 
`debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libevolution-addressbook-importers.so.0.0.0':
 Invalid operation
dh_strip: objcopy --add-gnu-debuglink 
debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libevolution-addressbook-importers.so.0.0.0
 
debian/evolution/usr/lib/evolution/2.28/libevolution-addressbook-importers.so.0.0.0
 returned exit code 1
make: *** [binary-strip-IMPL/evolution] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

More detail:

$ dh_strip -v -pevolution  --dbg-package=evolution-dbg
strip --remove-section=.comment --remove-section=.note --strip-unneeded 
debian/evolution/usr/lib/evolution/2.28/libevolution-addressbook-importers.so.0.0.0
strip --remove-section=.comment --remove-section=.note --strip-unneeded 
debian/evolution/usr/lib/evolution/2.28/libeutil.so.0.0.0
objcopy --only-keep-debug 
debian/evolution/usr/lib/evolution/2.28/libefilterbar.so.0.0.0 
debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libefilterbar.so.0.0.0
chmod 644 
debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libefilterbar.so.0.0.0
strip --remove-section=.comment --remove-section=.note --strip-unneeded 
debian/evolution/usr/lib/evolution/2.28/libefilterbar.so.0.0.0
objcopy --add-gnu-debuglink 
debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libefilterbar.so.0.0.0
 debian/evolution/usr/lib/evolution/2.28/libefilterbar.so.0.0.0
objcopy:debian/evolution/usr/lib/evolution/2.28/stz8Sd5D: cannot create debug 
link section 
`debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libefilterbar.so.0.0.0':
 Invalid operation
dh_strip: objcopy --add-gnu-debuglink 
debian/evolution-dbg/usr/lib/debug//usr/lib/evolution/2.28/libefilterbar.so.0.0.0
 debian/evolution/usr/lib/evolution/2.28/libefilterbar.so.0.0.0 returned exit 
code 1

I've tried this on two different amd64 machine with the same result.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-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 evolution depends on:
ii  dbus1.2.16-2 simple interprocess messaging syst
ii  debconf [debconf-2.0]   1.5.28   Debian configuration management sy
ii  evolution-common2.28.2-1 architecture independent files for
ii  evolution-data-server   2.28.2-1 evolution database backend server
ii  gconf2  2.28.0-1 GNOME configuration database syste
ii  gnome-icon-theme2.28.0-1 GNOME Desktop icon theme
ii  libart-2.0-22.3.20-2 Library of functions for 2D graphi
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libbluetooth3   4.57-1   Library to use the BlueZ Linux Blu
ii  libbonobo2-02.24.2-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.2-1 The Bonobo UI library
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libcamel1.2-14  2.28.2-1 The Evolution MIME message handlin
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.82-2   simple interprocess messaging syst
ii  libebackend1.2-02.28.2-1 Utility library for evolution data
ii  libebook1.2-9   2.28.2-1 Client library for evolution addre
ii  libecal1.2-72.28.2-1 Client library for evolution calen
ii  libedataserver1.2-112.28.2-1 Utility library for evolution data
ii  libedataserverui1.2-8   2.28.2-1 GUI utility library for evolution 
ii  libegroupwise1.2-13 2.28.2-1 Client library for accessing group
ii  libenchant1c2a  1.4.2-3.4a wrapper library for various spel
ii  libexchange-storage1.2- 2.28.2-1 Client library for accessing Excha
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libgdata-google1.2-12.28.2-1 Client library for accessing Googl
ii  libgdata1.2-1   2.28.2-1 Client library for accessing Googl
ii  libglade2-0 1:2.6.4-1l

Bug#563253: With nss 3.12.5, evolution does not know about _any_ certificate authorities

2010-01-08 Thread Sam Morris
On Fri, 2010-01-08 at 18:20 +0100, Mike Hommey wrote:
> > > If you give evolution a new profile, is the certificate list populated in 
> > > the new
> > > profile under nss 3.12.5 ?
> > 
> > It is not populated in this case.
> 
> That's what I was afraid of.

Oh--if I create a profile, the certificate list is empty. But if I then
symlink in libnssckbi.so and re-launch evolution, the certificate list
is populated. So I think that modifying evolution to only open
"libnssckbi.so" and then relying on NSS to to find the library will do
the right thing.

> Mike

-- 
Sam Morris 



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



Bug#563253: With nss 3.12.5, evolution does not know about _any_ certificate authorities

2010-01-08 Thread Sam Morris
On Thu, 2010-01-07 at 10:03 +0100, Mike Hommey wrote:
> On Wed, Jan 06, 2010 at 05:43:35PM +0000, Sam Morris wrote:
> > On Wed, 2010-01-06 at 18:10 +0100, Mike Hommey wrote:
> > > On Wed, Jan 06, 2010 at 05:06:08PM +, Sam Morris wrote:
> > > > On Wed, 2010-01-06 at 17:39 +0100, Mike Hommey wrote:
> > > > > On Wed, Jan 06, 2010 at 02:22:32PM +, Sam Morris wrote:
> > > > > > I just noticed that, when I downgrade to NSS 3.12.2, evolution 
> > > > > > populates
> > > > > > its certificate authorities list (edit -> preferences -> 
> > > > > > certificates ->
> > > > > > authorities). If I upgrade to 3.12.5, run 'evolution 
> > > > > > --force-shutdown',
> > > > > > then re-run evolution, the certificate authority list is empty.
> > > > > 
> > > > > Can you run evolution under strace -eopen and send the output here ?
> > > > > That could well be due to changes to the debian changes that happened 
> > > > > in
> > > > > 3.12.5.
> > > > 
> > > > This call:
> > > > 
> > > > open("/usr/lib/nss/libnssckbi.so", O_RDONLY) = 21
> > > > 
> > > > is present with the old NSS, but not the new. The strace output is
> > > > attached in case it's something else.
> > > 
> > >  maybe stat,lstat and others would be needed too. Could you just
> > > send a full strace ?
> > 
> > Here you go.
> 
> Thanks.
> 
> I have identified what i think is only one part of the problem. It is due
> to a change in our Debian changes. The previous changes would load
> /usr/lib/nss/libnssckbi.so if trying to load a non existing
> libnssckbi.so. The new version would only load /usr/lib/nss/libnssckbi.so
> if asked for "libnssckbi.so" without a path. What I will try to do is to
> still allow loading /usr/lib/nss/libnssckbi.so when detecting the
> wrongly populated secmod.db (due to previous behaviour).

Great! Based on the strace output I tried symlinking libnssckbi.so into
~/.evolution and found that it works around this bug quite nicely.

> What i think is the other part of the problem is that evolution tries to
> find libnssckbi.so itself before giving it to libnss.

Is it wrong to do so? Or is the method for locating libnssckbi.so a grey
area?

I notice that evolution looks in MOZILLA_NSS_LIB_DIR which is populated
from the libdir variable in nss.pc. On Debian, of course,
that's /usr/lib. What about one of:

  * if it's never correct for /usr/lib/libnssckbi.so to exist on a
Debian system, modifying NSS to open /usr/lib/nss/libnssckbi.so
when an application asks for it
  * adding a Debian-specific variable in nss.pc that points
at /usr/lib/nss and patching Debian packages to use it when
locating libnssckbi.so
  * patching Debian packages to open "libnssckbi.so" with that exact
name, and not try searching for it themselves

> If you give evolution a new profile, is the certificate list populated in the 
> new
> profile under nss 3.12.5 ?

It is not populated in this case.

> Cheers,
> 
> Mike

Thanks for the diagnosis! :)

-- 
Sam Morris 



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



Bug#563253: With nss 3.12.5, evolution does not know about _any_ certificate authorities

2010-01-06 Thread Sam Morris
I just noticed that, when I downgrade to NSS 3.12.2, evolution populates
its certificate authorities list (edit -> preferences -> certificates ->
authorities). If I upgrade to 3.12.5, run 'evolution --force-shutdown',
then re-run evolution, the certificate authority list is empty.

Given #563324, I guess that upgrading NSS prevents evolution from
verifying certificates entirely.

-- 
Sam Morris 



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



Bug#563253: libnss3-1d: Fails to verify the certificate of my company email server

2010-01-06 Thread Sam Morris
On Wed, 2010-01-06 at 13:53 +0100, Mike Hommey wrote:
> On Wed, Jan 06, 2010 at 12:31:34PM +0000, Sam Morris wrote:
> > > Before I go all the way to install evolution, could you check if there
> > > is a secmod.db file in your evolution folder or somewhere else it would
> > > be using ? (you can try to check in a strace output, possibly). Same
> > > question for key3.db and cert8.db.
> > 
> > These files do indeed exist, in ~/.evolution. If you just wanted to
> > check where evolution stores its certificate information, you can skip
> > the next paragraph. :) 
> > 
> > I needed to get access to my email for work, so I accepted evolution's
> > certificate warning. This seems to add a _permanent_ exemption for the
> > certificate, and evolution does not seem to have any UI for manipulating
> > exemptions, leaving me unable to reproduce the problem on this computer
> > any more. In order to try and remove the exemption, I deleted the
> > cert8.db, key3.db and secomd.db files in ~/.evolution. Evolution happily
> > recreated them, but they are empty; so now evolution doesn't know about
> > _any_ certificate authorities at all. So I can't reproduce the bug on
> > this computer any more (or connect to any SSL-using server without
> > having to manually verify the certificate, argh)... the bug will still
> > exist on my system at home, so if you want these files then I can pull
> > them off there later this evening.
> 
> That would be useful, thanks. You can also try giving the database to
> vfyserv (not sure if it needs to be the directory path, or if it needs
> to include the secmod.db leaf), which should theorically make vfyserv do
> the same thing as evolution.

I just had the idea of creating a new user, setting up my evolution
accounts, and trying vfyserv:

t...@durandal:~$ 
/tmp/nss/nss-3.12.5/mozilla/security/nss/cmd/vfyserv/Linux2.6_x86_64_glibc_PTH_64_OPT.OBJ/vfyserv
 -p 443 -d ~/.evolution/ imap.example.com 
Connecting to host imap.example.com (addr 217.160.200.53) on port 443
PROBLEM WITH THE CERT CHAIN:
CERT 3. i...@valicert.com [Certificate Authority]:
  ERROR -8172: Peer's certificate issuer has been marked as not trusted 
by the user.
e=i...@valicert.com,CN=http://www.valicert.com/,OU=ValiCert Class 2 
Policy Validation Authority,O="ValiCert, Inc.",L=ValiCert Validation Network
Error in function PR_Write: -8172
 - Peer's certificate issuer has been marked as not trusted by the user.

This also happens with my personal mail server (crypt.ethx.net) that
works fine at home. This is looking more and more like a bug in
evolution rather than NSS, except that if I downgrade to NSS 3.12.4
everything works again. Anyway, I will perform the same new-user test on
my home machine with both versions of NSS and report back.

-- 
Sam Morris 



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



Bug#525549: gnucash: Missing account file

2010-01-03 Thread Sam Morris
I reproduced this again, but again there was no segfault; so I now think
the segfault was unrelated.

Since I've taken to running gnucash via strace, I was able to obtain the
sequence of system calls that results in the data file being deleted.
I've attached it at
<https://bugzilla.gnome.org/show_bug.cgi?id=593479#c4>.

-- 
Sam Morris
https://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#563253: libnss3-1d: Fails to verify the certificate of my company email server

2010-01-01 Thread Sam Morris
On Fri, 2010-01-01 at 23:02 +0100, Alexander Kurtz wrote:
> Hi,
> 
> Did you read my message? I said that downgrading helps, setting
> NSS_SSL_ENABLE_RENEGOTIATION=1 didn't help me either. I can only guess,
> but I think that's because Evolution is so deeply integrated into GNOME
> that running
>  NSS_SSL_ENABLE_RENEGOTIATION=1 evolution
> simply isn't enough.
> 
> Would you be so kind to try downgrading libnss3-1d to the lenny version
> and (if successful) re-merge the bugs?

I'm pretty sure the lenny version works fine, since 3.12.4 also worked
for me until it was replaced by 3.12.5.

Other than that, I don't see the similarity between the two bugs. I am
not using a certificate to authenticate as the reporter of #561918 is,
but regular password authentication. I also don't have the problem when
connecting to the server with iceweasel (the same certificate is used by
the web server on the same machine)

> Cheers
> 
> Alexander

-- 
Sam Morris
https://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#561918: libnss3-1d: Fails to verify the certificate of my company email server

2010-01-01 Thread Sam Morris
unmerge 563253
thanks

On Fri, 2010-01-01 at 16:58 +0100, Alexander Kurtz wrote:
> I've got exactly the same problem here with Evolution 2.28 and my
> Googlemail-Account. It is caused by bug #561918 [1]. You should check
> my message there.

Hi Alexander, that does not appear to be the case for me. Setting
NSS_SSL_ENABLE_RENEGOTIATION=1 in the environment does not prevent the
verification failure.

I was careful to force shutdown evolution, then launch it afresh in case
the child e-d-s processes also required it to be set.

Regards,

-- 
Sam Morris
https://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#563253: libnss3-1d: Fails to verify the certificate of my company email server

2010-01-01 Thread Sam Morris
Package: libnss3-1d
Version: 3.12.5-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Since upgrading libnss3-1d to 3.12.5, I have been unable to connect to my
company's email server. Evolution gives me this dialog:

SSL Certificate check for imap.example.com:

Issuer:serialNumber=,CN=Go Daddy Secure Certification
Authority,OU=http://certificates.godaddy.com/repository,O="GoDaddy.com,
Inc.",L=Scottsdale,ST=Arizona,C=US
Subject:   CN=*.example.com,OU=Domain Control Validated,O=*.example.com
Fingerprint:   ec:cf:43:7f:87:84:f0:63:ec:b4:5d:60:e5:7e:6b:23
Signature: BAD

No problem with iceweasel, thunderbird, etc. but they don't appear to use the
split-out package of NSS.

I reported the same bug against gnutls, #563127. The maintainer found that
gnutls refused to accept the certificate because it was issues by a "V1 CA".
Sadly I'm no X.509 expert so I don't know what that really means. The
certificate in question was issued in April 2009, so it's not exactly ancient.

Please tell me if you'd like the server address to debug this further yourself,
or whether there are any command line utilities for NSS that I can use as the
equivalent of gnutls-bin/'openssl s_client' to debug further. 

Because this coincides with the upgrade from 3.12.4 to 3.12.5 I am assuming
that NSS made a similar policy change to GnuTLS, to stop trusting V1 CAs. If
this is the kind of thing that a user of NSS can override, please let me know
and I'll forward that information to the (evolution) upstream bug at
.

- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (430, 'testing'), (420, 'unstable'), (410, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (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/dash

Versions of packages libnss3-1d depends on:
ii  dpkg   1.15.5.4  Debian package management system
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libnspr4-0d4.8.2-1   NetScape Portable Runtime Library
ii  libsqlite3-0   3.6.21-2  SQLite 3 shared library
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

libnss3-1d recommends no packages.

libnss3-1d suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAks9+IoACgkQshl/216gEHgbmgCg4/dEMui2RE3t+GgVJ9je7ouJ
AB0AmgOjth0/Cy2emJ/RkhIl56IzQ0Ec
=kMHW
-END PGP SIGNATURE-



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



Bug#525549: gnucash: Missing account file

2009-12-07 Thread Sam Morris
On Mon, 2009-12-07 at 08:48 +0100, Micha Lenk wrote:
> Hi Sam,
> 
> Sam Morris wrote:
> > I would appreciate it if you could make a gnucash-dbg package available
> > to aid in debugging this further.
> 
> Gnucash 2.2.9-2, currently available in Debian unstable, has now a
> gnucash-dbg package with debugging symbols. Could you triage your bug
> again with this package installed?

Wow, thanks for that!

I ran into this again yesterday but there was no segfault. I will update
this bug again as soon as I have more information.
> 
> Thanks in advance.
> 
> Regards
>   Micha


-- 
Sam Morris 



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



Bug#548567: in epiphany-webkit

2009-11-04 Thread Sam Morris
Package: epiphany-webkit
Version: 2.28.1-1
Severity: grave
Tags: security

I just found out that epiphany-webkit does not even validate
certificates any more!

IMHO this is a grave security issue. Users are exposed to
man-in-the-middle attacks and potentially even legal liability

Upstream bug filed at
.

Oh, and I just re-read kov's message to this bug. I'm happy to file
separate bugs for each issue. I just didn't because I thought it would
annoy everyone to do it that way. I'll try to do it this weekend when I
have some time. :)

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-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/dash

Versions of packages epiphany-webkit depends on:
ii  epiphany-browser  2.28.1-1   Intuitive GNOME web browser

epiphany-webkit recommends no packages.

epiphany-webkit suggests no packages.

-- no debconf information



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



Bug#531991: vino-server is running even if no access is allowed/enabled

2009-10-20 Thread Sam Morris
tag 531991 + moreinfo
severity 531991 normal
thanks

I can now reproduce my problem semi-reliably and it's not a security
issue. vino-server is locking up when disabled via the preferences
window, so connecting to the socket that lingers around never results in
an actual VNC connection, only an endless hang. I'll report this issue
upstream.

Ulrich, are you still seeing your bug on an up-to-date system? It sounds
similar to <http://bugs.debian.org/518862>.

-- 
Sam Morris
https://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#525549: gnucash: Missing account file

2009-10-03 Thread Sam Morris
I have observed this in correlation with a segfault triggered when
gnucash exits.

I would appreciate it if you could make a gnucash-dbg package available
to aid in debugging this further.

-- 
Sam Morris
https://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#548658: No sound

2009-09-28 Thread Sam Morris
Hi Matt, I wonder if this is the same problem as
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548260>. If you don't
use pulseaudio, could you try removing the gstreamer0.10-pulseaudio
package and restarting totem?

-- 
Sam Morris
https://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#548567: Two more regressions

2009-09-28 Thread Sam Morris
Certificate manager does not work. Makes secure web browsing impossible
IMO. https://bugzilla.gnome.org/show_bug.cgi?id=594856

mailto: links don't work. Makes, say, sending mail to the Debian BTS
bloody annoying! Needs work on webkit itself too.
https://bugzilla.gnome.org/show_bug.cgi?id=584537

-- 
Sam Morris 



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



Bug#548567: Regressions in epiphany-webkit

2009-09-27 Thread Sam Morris
Package: epiphany-webkit
Version: 2.28.0-3
Severity: serious
Justification: renders package unsuitable for release

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

IMHO epiphany-webkit still has several regressions that make it unsuitable
to replace epiphany-gecko.

 * does a POST when refreshing a view that was obtained with a GET. Results
   very between potential data loss and minor annoyance, depending on the
   quality of the web applications that you are using. For example, may result
   in duplicate submitted data with Bugzilla.
   https://bugzilla.gnome.org/show_bug.cgi?id=595348

 * Passwords for web forms are not saved. Major functionality regression.
   Release notes say that won't be fixed until 2.30.
   https://bugzilla.gnome.org/show_bug.cgi?id=582267

 * Can't use enter to activate a link found with 'find in links'.
   Major accessibility and usability regression.
   https://bugzilla.gnome.org/show_bug.cgi?id=595347

 * URLs such as 'localhost:8000' and 'localhost/manual' result in a Google
   search. Webkit does not like leaving off the initial 'http://' from an
   entered URL. Major functionality regression with privacy implications.
   Unfortunately, upstream can't reproduce it, maybe it's because of a
   Debian specific patch?
   https://bugzilla.gnome.org/show_bug.cgi?id=595690

 * Open button in download dialog no longer present. Usability regression.
   https://bugzilla.gnome.org/show_bug.cgi?id=583426

 * No drag and drop of URLs selected text and images into other programs.
   Rather important usability regression.
   https://bugzilla.gnome.org/show_bug.cgi?id=583427

 * Up button is disabled. Minor functionality regression.
   https://bugzilla.gnome.org/show_bug.cgi?id=583424

 * Find in links no longer works. It finds strings outside of links.
   https://bugzilla.gnome.org/show_bug.cgi?id=595346

 * epiphany's popup menu is replaced with the default webkit menu.
   Useful features such as 'copy image location' unavailable.
   Fixed for 2.29.x but not in 2.28.
   https://bugzilla.gnome.org/show_bug.cgi?id=562617

- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (430, 'testing'), (420, 'unstable'), (410, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (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/dash

Versions of packages epiphany-webkit depends on:
ii  dbus-x111.2.16-2 simple interprocess messaging syst
pn  epiphany-webkit-data   (no description available)
ii  gnome-icon-theme2.26.0-1 GNOME Desktop icon theme
ii  iso-codes   3.10.3-1 ISO language, territory, currency,
ii  libavahi-client30.6.25-1 Avahi client library
ii  libavahi-common30.6.25-1 Avahi common library
ii  libavahi-gobject0   0.6.25-1 Avahi GObject library
ii  libc6   2.9-25   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.82-1   simple interprocess messaging syst
ii  libgconf2-4 2.26.2-3 GNOME configuration database syste
ii  libglib2.0-02.22.0-1 The GLib library of C routines
ii  libgnome-keyring0   2.26.1-1 GNOME keyring services library
ii  libgtk2.0-0 2.18.0-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gtk2 0.4.5-1  sends desktop notifications to a n
ii  libnspr4-0d 4.8-1NetScape Portable Runtime Library
ii  libnss3-1d  3.12.3.1-1   Network Security Service libraries
ii  libpango1.0-0   1.24.5-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup-gnome2.4-1  2.28.0-1 an HTTP library implementation in 
ii  libsoup2.4-12.28.0-1 an HTTP library implementation in 
ii  libwebkit-1.0-2 1.1.15.1-1   Web content engine library for Gtk
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.4.dfsg-2 GNOME XML library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 

Versions of packages epiphany-webkit recommends:
ii  yelp  2.26.0-3   Help browser for GNOME

Versions of packages epiphany-webkit suggests:
pn  mozplugger (no description available)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkq/POMACgkQshl/216gEHivXACghJT/b5iEX8gJmUexs3jC8JlC
OFsAnieoyyiAADll3Ic+frkuL7hEwrSW
=s6oJ
-END PGP SIGNATURE-



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


Bug#548562: epiphany-webkit: Does not remote /usr/bin/epiphany.gecko diversion

2009-09-27 Thread Sam Morris
Package: epiphany-webkit
Version: 2.28.0-3
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I upgraded to epiphany 2.28 and was left without a /usr/bin/epiphany. The
diversion to epiphany.gecko was still present.

I did the upgrade on my work laptop, so I'll be able to poke around on it for
more information, if necessary, tomorrow.

- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (430, 'testing'), (420, 'unstable'), (410, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (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/dash

Versions of packages epiphany-webkit depends on:
ii  dbus-x111.2.16-2 simple interprocess messaging syst
pn  epiphany-webkit-data   (no description available)
ii  gnome-icon-theme2.26.0-1 GNOME Desktop icon theme
ii  iso-codes   3.10.3-1 ISO language, territory, currency,
ii  libavahi-client30.6.25-1 Avahi client library
ii  libavahi-common30.6.25-1 Avahi common library
ii  libavahi-gobject0   0.6.25-1 Avahi GObject library
ii  libc6   2.9-25   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.82-1   simple interprocess messaging syst
ii  libgconf2-4 2.26.2-3 GNOME configuration database syste
ii  libglib2.0-02.22.0-1 The GLib library of C routines
ii  libgnome-keyring0   2.26.1-1 GNOME keyring services library
ii  libgtk2.0-0 2.18.0-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gtk2 0.4.5-1  sends desktop notifications to a n
ii  libnspr4-0d 4.8-1NetScape Portable Runtime Library
ii  libnss3-1d  3.12.3.1-1   Network Security Service libraries
ii  libpango1.0-0   1.24.5-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup-gnome2.4-1  2.28.0-1 an HTTP library implementation in 
ii  libsoup2.4-12.28.0-1 an HTTP library implementation in 
ii  libwebkit-1.0-2 1.1.15.1-1   Web content engine library for Gtk
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.4.dfsg-2 GNOME XML library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 

Versions of packages epiphany-webkit recommends:
ii  yelp  2.26.0-3   Help browser for GNOME

Versions of packages epiphany-webkit suggests:
pn  mozplugger (no description available)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkq/Mx8ACgkQshl/216gEHhRbACdFVAFDIXmk+wk/NuKZMnwPMqt
AdoAoPITNU1nMSmkc59tp+MQL81K6PcB
=gc1U
-END PGP SIGNATURE-



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



Bug#548260: totem-gstreamer: No audio!

2009-09-24 Thread Sam Morris
Package: totem-gstreamer
Version: 2.28.0-2
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Since upgrading to 2.28, totem does not produce any audio when playing files.
Unfortunately there are no error messages or log entries indicating a problem.

gst-launch playbin is not affected, so I don't think it's a problem at the
gstreamer level.

This has happened both on a Samsung Q45 with Intel HDA audio, and a Virtualbox
3.0.6 virtual machine. On both systems, totem 2.27.92-1 did not exhibit this
problem.

- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (430, 'testing'), (420, 'unstable'), (410, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (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/dash

Versions of packages totem-gstreamer depends on:
ii  totem 2.28.0-2   A simple media player for the GNOM

totem-gstreamer recommends no packages.

totem-gstreamer suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkq79c4ACgkQshl/216gEHi2agCgueMVPDOLadF0gkn+SJ4FpEnx
YXcAoKbpzxbQ6LrbHEkyjbQcMacQTG5Y
=1+L+
-END PGP SIGNATURE-



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



Bug#493352: Severity of gdebi bug

2009-09-21 Thread Sam Morris
On Sun, 2009-09-20 at 20:04 +0200, Stefano Zacchiroli wrote:
> severity 493352 serious
> thanks
> 
> On Mon, Aug 17, 2009 at 12:16:41PM +0100, Sam Morris wrote:
> > I disagree with the statement that this bug is non-RC.
> 
> I fully concur. It is ridiculous that this bug report is marked as
> non-RC, as well it is ridiculous that we have a version of gdebi
> affected by this bug in Lenny.
> 
> (I've just tried to help out a newbie friend, which has installed
> Lenny, and which need to install some unofficial .debs. You know what,
> there is no easy solution for him, I'll have to tell him "you know, open
> root terminal and type 'dpkg -i foo.deb'". Completely insane.)
> 
> I agree that the bug is not "grave", since the command-line part of
> gdebi does work, and hence the package is not completely useless. Still,
> the fact that the gtk part does not work makes this package unfit for
> release.
> 
> I'm raising the severity to serious now.  If the maintainer disagree
> with the RC-ness of this bug (which would be bizarre at best, given that
> he hasn't posted a single message to the bug log thus far), I'm ready to
> raise the issue in front of the release team to decide.

On the up-side, maybe if this bug is serious then it can be *fixed* in
lenny, and non-expert users will be able to install software again. :)
> 
> Cheers.
> 


-- 
Sam Morris 



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



Bug#544321: libsmbios-bin: dellWirelessCtl reports incorrect rfkill information

2009-08-30 Thread Sam Morris
Package: libsmbios-bin
Version: 2.0.3.dfsg-1
Severity: grave
Justification: renders package unusable

On a Dell Vostro 1320, the dellWirelessCtl utility incorrectly claims that
the wlan switch is disabled:

# dellWirelessCtl --st_wlan; echo $?
Radio Status for WLAN:
WLAN supported
WLAN installed
WLAN disabled
Status Code: 1
1

This breaks NetworkManager, which relies on the information about rfkill
switches to be correct: it disables the bits of its user interface that
allow the user to scan for and connect to networks when libsmbios-bin is
installed on the system.

I have also tested out version 2.2 from Ubuntu and it has the same problem.

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (540, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-bpo.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 libsmbios-bin depends on:
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.2-1.1  GCC support library
ii  libsmbios2  2.0.3.dfsg-1 Provide access to (SM)BIOS informa
ii  libstdc++6  4.3.2-1.1The GNU Standard C++ Library v3

libsmbios-bin recommends no packages.

Versions of packages libsmbios-bin suggests:
pn  libsmbios-doc  (no description available)



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



Bug#544174: network-manager-gnome: Unable to edit network connections

2009-08-29 Thread Sam Morris
Package: network-manager-gnome
Version: 0.7.1-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When pressing the Edit button, nothing happens.

The following message is logged:

** (nm-connection-editor:4045): WARNING **: Caught error: Method 
"ObtainAuthorization" with signature "suu" on interface 
"org.freedesktop.PolicyKit.AuthenticationAgent" doesn't exist

- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (430, 'testing'), (420, 'unstable'), (410, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (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/dash

Versions of packages network-manager-gnome depends on:
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-1 simple interprocess messaging syst
ii  libgconf2-4   2.26.2-3   GNOME configuration database syste
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgnome-keyring0 2.26.1-1   GNOME keyring services library
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user interface 
ii  libnm-glib-vpn0   0.7.1-1network management framework (GLib
ii  libnm-glib0   0.7.1-1network management framework (GLib
ii  libnm-util1   0.7.1-1network management framework (shar
ii  libnotify1 [libnotify1-gtk2.1 0.4.5-1sends desktop notifications to a n
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libpolkit-gnome0  0.9.2-2PolicyKit-gnome library
ii  libpolkit20.9-4  library for accessing PolicyKit
ii  network-manager   0.7.1-1network management framework daemo
ii  policykit-gnome   0.9.2-2GNOME dialogs for PolicyKit

Versions of packages network-manager-gnome recommends:
ii  libpam-gnome-keyring [libpam- 2.26.1-1   PAM module to unlock the GNOME key
ii  notification-daemon   0.4.0-1a daemon that displays passive pop

Versions of packages network-manager-gnome suggests:
pn  network-manager-openvpn-gnome  (no description available)
pn  network-manager-pptp-gnome (no description available)
pn  network-manager-vpnc-gnome (no description available)

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqZD8sACgkQshl/216gEHjr8gCfS/prVxe0txh/fYihI7L6yV/D
1y8An1A+CH1RXMicAutMiuYnV7i2Pehz
=oQcL
-END PGP SIGNATURE-



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



Bug#541155: [Pkg-virtualbox-devel] Bug#541155: virtualbox-ose-guest-x11: VT switch kills X

2009-08-13 Thread Sam Morris
On Thu, 2009-08-13 at 12:47 +0200, Michael Meskes wrote:
> On Wed, Aug 12, 2009 at 01:12:10AM +0100, Sam Morris wrote:
> > Since upgrading the guest utils to version 3.0.4, pressing Ctrl+Alt+F1 to
> > switch to tty1 results in a blank screen. After entering this state, it is
> > no longer possible to switch back to tty7 or to any other VTs.
> 
> From which version did you upgrade?

I had 3.0.2 on there before. Was running that version of the guest utils
with VirtualBox 3.0.4 since it came out. Prior to that I was using
VirtualBox 3.0.2.

> 
> Michael
-- 
Sam Morris 



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



Bug#541155: virtualbox-ose-guest-x11: VT switch kills X

2009-08-11 Thread Sam Morris
Package: virtualbox-ose-guest-x11
Version: 3.0.4-dfsg-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Since upgrading the guest utils to version 3.0.4, pressing Ctrl+Alt+F1 to
switch to tty1 results in a blank screen. After entering this state, it is
no longer possible to switch back to tty7 or to any other VTs.

I can still SSH in to restart X, which works fine until I switch to another
tty again...

I also tried running 'startx /usr/bin/xterm' and found that the same thing
happened when I closed the xterm, leaving the server with no clients.

Attached is the X server log.

- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (430, 'testing'), (420, 'unstable'), (410, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (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/dash

Versions of packages virtualbox-ose-guest-x11 depends on:
ii  libc6   2.9-23   GNU C Library: Shared libraries
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxcomposite1  1:0.4.0-4X11 Composite extension library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxmu6 2:1.0.4-1X11 miscellaneous utility library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  pciutils1:3.1.3-1Linux PCI Utilities
ii  virtualbox-ose-guest-utils  3.0.4-dfsg-1 x86 virtualization solution - non-
ii  xserver-xorg-core   2:1.6.3-1Xorg X server - core server

virtualbox-ose-guest-x11 recommends no packages.

virtualbox-ose-guest-x11 suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqCCNUACgkQshl/216gEHhP6gCgktTVw2WKMPH1tkdOAW+IKqNK
BRIAoJd6jiO7Bt9S6TNxwANS9LEubRfE
=c6GM
-END PGP SIGNATURE-

X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.2-dsa-amd64 x86_64 Debian
Current Operating System: Linux wintermute 2.6.30-1-amd64 #1 SMP Mon Aug 3 
12:28:22 UTC 2009 x86_64
Build Date: 01 August 2009  07:44:36AM
xorg-server 2:1.6.3-1 (buildd@) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 12 01:07:19 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor ""
(==) No device specified for screen "Default Screen Section".
Using the first device section listed.
(**) |   |-->Device "Some Device"
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable 
AllowEmptyInput.
(II) Loader magic: 0x3740
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:0:2:0) 80ee:beef:: InnoTek Systemberatung GmbH VirtualBox 
Graphics Adapter rev 0, Mem @ 0xe000/16777216
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
[0] -1  0   0x - 0x (0x1) MX[B]
[1] -1  0   0x000f - 0x000f (0x1) MX[B]
[2] -1  0   0x000c - 0x000e (0x3) MX[B]
[3] -1  0   0x - 0x0009 (0xa) MX[B]
[4] -1  0   0x - 0x (0x1) IX[B]
[5] -1  0   0x - 0x (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.6.3, module version = 1.

Bug#518090: gtk+2.0 needs a versioned dependency on shared-mime-info

2009-07-31 Thread Sam Morris
found 518090 2.16.1-2
thanks

I just hit this when pulling in a newer GTK+ onto a system that was
otherwise running lenny. All PNG icons/images failed to load with
'Couldn't recognize the image file format for file' messages.

Upgrading shared-mime-info to the version in testing fixed the problem.

-- 
Sam Morris 



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



  1   2   3   4   5   >