Bug#742642: gnome-shell I/O % due to swapin delay(?)

2014-09-03 Thread Dominique Brazziel
Tested with unix socket looper server and client progrrams
and saw no I/O percentage on behalf of either program.  At the
time I filed this bug I was having a lot of problems with sluggish
performance and VM stress (as reported by 'sar -B' and atop
among other diagnostic tools).  Ultimately I ditched gnome(-shell)
altogether and installed xfce4, and saw a great improvement in 
response time, as well as an overall reduction of swap and paging I/O.

I think we can chalk this phenomenon up to blkio and/or swapin
delay on behalf of gnome-shell and pat iotop on the back as having 
helped diagnose the problem.  

Thanks for your work on iotop.  OK to close.


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



Bug#747090: Still messed up here with or without CONFIG_USER_NS

2014-08-31 Thread Dominique Brazziel
' is missing.
Pass 1: parsed user script and 95 library script(s) using 
25476virt/14788res/1984shr/13460data kb, in 760usr/60sys/1153real ms.
Pass 1: parse failed.  [man error::pass1]
Tip: /usr/share/doc/systemtap/README.Debian should help you get started.
[18:07:54]dbrazziel@asusb202:/usr/share/doc/systemtap-doc/examples/io$ stap -v 
./iotop.stp
Pass 1: parsed user script and 95 library script(s) using 
25476virt/14788res/1984shr/13460data kb, in 720usr/20sys/782real ms.
Pass 2: analyzed script: 5 probe(s), 7 function(s), 8 embed(s), 3 global(s) 
using 184968virt/64972res/3056shr/62532data kb, in 9030usr/8730sys/38920real ms.
Pass 3: translated to C into 
/tmp/stapMQyMU4/stap_a09cc7f0b11108c8ddd980ab09dda50b_12279_src.c using 
184968virt/66876res/4960shr/62532data kb, in 30usr/0sys/34real ms.
In file included from /usr/share/systemtap/runtime/linux/task_finder.c:17:0,
 from /usr/share/systemtap/runtime/linux/runtime.h:188,
 from /usr/share/systemtap/runtime/runtime.h:24,
 from 
/tmp/stapMQyMU4/stap_a09cc7f0b11108c8ddd980ab09dda50b_12279_src.c:24:
/usr/share/systemtap/runtime/linux/task_finder2.c: In function 
‘__stp_utrace_attach_match_filename’:
/usr/share/systemtap/runtime/linux/task_finder2.c:821:11: error: incompatible 
types when assigning to type ‘uid_t’ from type ‘kuid_t’
  tsk_euid = task_euid(tsk);
   ^
/usr/share/systemtap/runtime/linux/task_finder2.c: In function 
‘stap_start_task_finder’:
/usr/share/systemtap/runtime/linux/task_finder2.c:1711:12: error: incompatible 
types when assigning to type ‘uid_t’ from type ‘kuid_t’
   tsk_euid = task_euid(tsk);
^
In file included from /usr/share/systemtap/runtime/linux/runtime.h:194:0,
 from /usr/share/systemtap/runtime/runtime.h:24,
 from 
/tmp/stapMQyMU4/stap_a09cc7f0b11108c8ddd980ab09dda50b_12279_src.c:24:
/usr/share/systemtap/runtime/sym.c: In function ‘_stp_snprint_addr’:
/usr/share/systemtap/runtime/sym.c:567:4: error: implicit declaration of 
function ‘preempt_enable_no_resched’ [-Werror=implicit-function-declaration]
preempt_enable_no_resched();
^
In file included from include/linux/sched.h:53:0,
 from include/linux/ptrace.h:5,
 from include/linux/ftrace.h:13,
 from include/linux/kprobes.h:42,
 from /usr/share/systemtap/runtime/linux/runtime.h:21,
 from /usr/share/systemtap/runtime/runtime.h:24,
 from 
/tmp/stapMQyMU4/stap_a09cc7f0b11108c8ddd980ab09dda50b_12279_src.c:24:
/usr/share/systemtap/runtime/transport/control.c: In function 
‘_stp_ctl_write_cmd’:
include/linux/cred.h:333:25: error: incompatible types when initializing type 
‘uid_t’ using type ‘kuid_t’
 #define current_euid()  (current_cred_xxx(euid))
 ^
/usr/share/systemtap/runtime/transport/control.c:41:15: note: in expansion of 
macro ‘current_euid’
  uid_t euid = current_euid();
   ^
In file included from /usr/share/systemtap/runtime/linux/print.c:17:0,
 from /usr/share/systemtap/runtime/print.c:17,
 from /usr/share/systemtap/runtime/runtime_context.h:22,
 from 
/tmp/stapMQyMU4/stap_a09cc7f0b11108c8ddd980ab09dda50b_12279_src.c:583:
/usr/share/systemtap/runtime/transport/transport.c: In function 
‘_stp_transport_init’:
/usr/share/systemtap/runtime/transport/transport.c:344:11: error: incompatible 
types when assigning to type ‘uid_t’ from type ‘kuid_t’
  _stp_uid = current_uid();
   ^
/usr/share/systemtap/runtime/transport/transport.c:345:11: error: incompatible 
types when assigning to type ‘gid_t’ from type ‘kgid_t’
  _stp_gid = current_gid();
   ^
cc1: all warnings being treated as errors
scripts/Makefile.build:308: recipe for target 
'/tmp/stapMQyMU4/stap_a09cc7f0b11108c8ddd980ab09dda50b_12279_src.o' failed
make[1]: *** 
[/tmp/stapMQyMU4/stap_a09cc7f0b11108c8ddd980ab09dda50b_12279_src.o] Error 1
Makefile:1293: recipe for target '_module_/tmp/stapMQyMU4' failed
make: *** [_module_/tmp/stapMQyMU4] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compiled C into stap_a09cc7f0b11108c8ddd980ab09dda50b_12279.ko in 
29120usr/3350sys/37896real ms.
Pass 4: compilation failed.  [man error::pass4]
Tip: /usr/share/doc/systemtap/README.Debian should help you get started.


-- 
Dominique Brazziel dbrazz...@snet.net


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



Bug#747090: Old Debian version, 2.5 from Fedora works fine

2014-08-31 Thread Dominique Brazziel
Just installed systemtap(-client) 2.5 and ran the iotop.stp
on Fedora 20 without problems.  The systemtap release page 
(https://sourceware.org/systemtap/wiki/SystemTapReleases) lists
2 versions out (2.4, 2.5) since the current sid version of systemtap (2.3-2.3).


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



Bug#742642: Test program

2014-08-20 Thread Dominique Brazziel

Sorry, had a task switch and forgot all about this.  I will give it a shot 
tomorrow and report back.
-- 
Dominique Brazziel dbrazz...@snet.net


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



Bug#744753: New timer unit sounds exciting

2014-08-16 Thread Dominique Brazziel
I am very interested in this and would like
to study and help out if I can.  At worst my own understanding
will grow.

I have been affected by this bug for awhile (silent fail of anacron job
runs on resume), and was left hanging on the cliff after reading 'man
systemd-sleep':

Note that scripts or binaries dropped in /usr/lib/systemd/system-sleep/
are intended for local use only and should be considered
hacks. If applications want to be notified of system suspend/hibernation
and resume, there are much nicer interfaces available.

...wondering 'what are said interfaces'?  

Any suggestions on which systemd code I should study.
Perhaps the current timer unit code and see any references to kernel
timerfd facilities to get an idea of how they work currently?  


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



Bug#758132: xfburn reports 'mp3 is not an audio file id3 tag demuxer missing'

2014-08-14 Thread Dominique Brazziel
Package: xfburn
Version: 0.5.2-1
Severity: important

Dear Maintainer,

xfburn needs library 'libgstid3demux.so' from
'gstreamer0.10-plugins-good' to demux mp3 id3 tags.
Although the same library exists in 'gstreamer1.0-plugins-good',
xfburn fails until the 0.10 version of the good plugins package
is installed.

I guess xfburn needs a dependency on that package
or get compiled against the 1.0 plugins library(s)?

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

Kernel: Linux 3.14.13-2-inter02-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xfburn depends on:
ii  libburn4 1.3.2-1
ii  libc62.19-7
ii  libexo-1-0   0.10.2-3
ii  libgdk-pixbuf2.0-0   2.30.7-1
ii  libglib2.0-0 2.40.0-3
ii  libgstreamer-plugins-base0.10-0  0.10.36-1.1
ii  libgstreamer0.10-0   0.10.36-1.3
ii  libgtk2.0-0  2.24.24-1
ii  libgudev-1.0-0   208-6
ii  libisofs61.3.2-1
ii  libxfce4ui-1-0   4.10.0-5
ii  libxfce4util64.10.1-1

xfburn recommends no packages.

xfburn suggests no packages.

-- no debconf information


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



Bug#750533: Spoke too soon

2014-08-10 Thread Dominique Brazziel
Colord reports the device/profile(s) getting registered when CUPS (?)
wakes up about every 13 minutes, then I see the 30 second
timeout.  This sequence happens throughout the day.  

journalctl -b _COMM=colord
-- Logs begin at Mon 2014-06-30 08:36:07 EDT, end at Sun 2014-08-10
09:37:11 EDT. --
Aug 10 09:10:39 dell2800 colord[941]: Profile added: HPOJ7410-Gray..
Aug 10 09:10:39 dell2800 colord[941]: Profile added: HPOJ7410-RGB..
Aug 10 09:10:39 dell2800 colord[941]: (colord:941): Cd-WARNING **:
failed to get session [pid 5761]: Unknown error -2
Aug 10 09:10:39 dell2800 colord[941]: Device added: cups-HPOJ7410
Aug 10 09:11:10 dell2800 colord[941]: Automatic remove of
HPOJ7410-Gray.. from cups-HPOJ7410
Aug 10 09:11:10 dell2800 colord[941]: Profile removed: HPOJ7410-Gray..
Aug 10 09:11:10 dell2800 colord[941]: Automatic remove of HPOJ7410-RGB..
from cups-HPOJ7410
Aug 10 09:11:10 dell2800 colord[941]: Profile removed: HPOJ7410-RGB..
Aug 10 09:11:10 dell2800 colord[941]: device removed: cups-HPOJ7410
Aug 10 09:23:39 dell2800 colord[941]: Profile added: HPOJ7410-Gray..
Aug 10 09:23:39 dell2800 colord[941]: Profile added: HPOJ7410-RGB..
Aug 10 09:23:39 dell2800 colord[941]: (colord:941): Cd-WARNING **:
failed to get session [pid 5801]: Unknown error -2
Aug 10 09:23:39 dell2800 colord[941]: Device added: cups-HPOJ7410
Aug 10 09:24:10 dell2800 colord[941]: Automatic remove of
HPOJ7410-Gray.. from cups-HPOJ7410
Aug 10 09:24:10 dell2800 colord[941]: Profile removed: HPOJ7410-Gray..
Aug 10 09:24:10 dell2800 colord[941]: Automatic remove of HPOJ7410-RGB..
from cups-HPOJ7410
Aug 10 09:24:10 dell2800 colord[941]: Profile removed: HPOJ7410-RGB..
Aug 10 09:24:10 dell2800 colord[941]: device removed: cups-HPOJ7410
Aug 10 09:36:40 dell2800 colord[941]: Profile added: HPOJ7410-Gray..
Aug 10 09:36:40 dell2800 colord[941]: Profile added: HPOJ7410-RGB..
Aug 10 09:36:40 dell2800 colord[941]: (colord:941): Cd-WARNING **:
failed to get session [pid 5966]: Unknown error -2
Aug 10 09:36:40 dell2800 colord[941]: Device added: cups-HPOJ7410
Aug 10 09:37:11 dell2800 colord[941]: Automatic remove of
HPOJ7410-Gray.. from cups-HPOJ7410
Aug 10 09:37:11 dell2800 colord[941]: Profile removed: HPOJ7410-Gray..
Aug 10 09:37:11 dell2800 colord[941]: Automatic remove of HPOJ7410-RGB..
from cups-HPOJ7410
Aug 10 09:37:11 dell2800 colord[941]: Profile removed: HPOJ7410-RGB..
Aug 10 09:37:11 dell2800 colord[941]: device removed: cups-HPOJ7410

Again, this is odd when compared to another machine with the same
colord version and configuration, and neither has the system idle
settings in cupsd.conf:

Aug 08 15:16:07 debianx colord[991]: Profile added: HPOJ7410-Gray..
Aug 08 15:16:07 debianx colord[991]: Profile added: HPOJ7410-RGB..
Aug 08 15:16:07 debianx colord[991]: (colord:991): Cd-WARNING **: failed
to get session [pid 5148]: Unknown error -2
Aug 08 15:16:07 debianx colord[991]: Device added: cups-HPOJ7410

Any additional sequences on machine 'debianx' coincide with print jobs
being queued, and not a specific interval such as the 13 minute interval
seen on 'dell2800'.  Also, the cupsd process is running on debianx, 
but not on dell2800.  Both are invoked with 'cupsd -f' as specified
in the systemd service file.

Trying the 'SystemdIdleExit off' parm to see if it keeps
cupsd up and silences the colord chatter.


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



Bug#750533: 'SystemdIdleExit off' stops respawns

2014-08-10 Thread Dominique Brazziel
No cups respawns or the attendant 
colord messages since putting 'SystemdIdleExit off'
in 'cupsd.conf'. I remain perplexed as to why cups kept waking up
(on socket activation I reckon) when no jobs were printing 
and no web interface was active.  I guess I could
look into the cups scheduler code, but the main thing
for me was to shut colord up.


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



Bug#750533: Locally defined printer successfully registered ICC color profile

2014-08-07 Thread Dominique Brazziel
Before I was using shared printer(s) via IPP,
but once I removed them from the local configuration 
and deleted and redefined one printer (HPOJ7410),
things looked better, no retrying to register a
color profile on a remote printer:

D [07/Aug/2014:21:08:32 -0400] FindDeviceById failed:
org.freedesktop.ColorManager.NotFound:device id 'cups-HPOJ7410' does not
exist
D [07/Aug/2014:21:08:32 -0400] Using profile ID HPOJ7410-Gray...
D [07/Aug/2014:21:08:32 -0400] Calling
CreateProfile(HPOJ7410-Gray..,temp)
D [07/Aug/2014:21:08:32 -0400] Created profile
/org/freedesktop/ColorManager/profiles/HPOJ7410_Gray__.
D [07/Aug/2014:21:08:32 -0400] Using profile ID HPOJ7410-RGB...
D [07/Aug/2014:21:08:32 -0400] Calling
CreateProfile(HPOJ7410-RGB..,temp)
D [07/Aug/2014:21:08:32 -0400] Created profile
/org/freedesktop/ColorManager/profiles/HPOJ7410_RGB__.
I [07/Aug/2014:21:08:32 -0400] Registering ICC color profiles for
HPOJ7410.
D [07/Aug/2014:21:08:32 -0400] Calling CreateDevice(cups-HPOJ7410,temp)
D [07/Aug/2014:21:08:32 -0400] Created device
/org/freedesktop/ColorManager/devices/cups_HPOJ7410.
D [07/Aug/2014:21:08:32 -0400]
Calling 
/org/freedesktop/ColorManager/devices/cups_HPOJ7410:AddProfile(/org/freedesktop/ColorManager/profiles/HPOJ7410_Gray__)
 [soft]
D [07/Aug/2014:21:08:32 -0400]
Calling 
/org/freedesktop/ColorManager/devices/cups_HPOJ7410:AddProfile(/org/freedesktop/ColorManager/profiles/HPOJ7410_RGB__)
 [soft]


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



Bug#750533: Chatty colord syslog

2014-08-06 Thread Dominique Brazziel
This was just since boot:

Aug  6 08:42:40 dell2800 colord: Automatic remove of HPOJ7410-Gray..
from cups-HPOJ7410
Aug  6 08:42:40 dell2800 colord: Profile removed: HPOJ7410-Gray..
Aug  6 08:42:40 dell2800 colord: Automatic remove of HPOJ7410-RGB.. from
cups-HPOJ7410
Aug  6 08:42:40 dell2800 colord: Profile removed: HPOJ7410-RGB..
Aug  6 08:42:40 dell2800 colord: device removed: cups-HPOJ7410
Aug  6 08:47:56 dell2800 colord: Profile added: HPOJ7410-Gray..
Aug  6 08:47:56 dell2800 colord: Profile added: HPOJ7410-RGB..
Aug  6 08:47:56 dell2800 colord[866]: (colord:866): Cd-WARNING **:
failed to get session [pid 3778]: Unknown error -2
Aug  6 08:47:56 dell2800 colord: Device added: cups-HPOJ7410
Aug  6 08:48:58 dell2800 colord: Automatic remove of HPOJ7410-Gray..
from cups-HPOJ7410
Aug  6 08:48:58 dell2800 colord: Profile removed: HPOJ7410-Gray..
Aug  6 08:48:58 dell2800 colord: Automatic remove of HPOJ7410-RGB.. from
cups-HPOJ7410
Aug  6 08:48:58 dell2800 colord: Profile removed: HPOJ7410-RGB..
Aug  6 08:48:58 dell2800 colord: device removed: cups-HPOJ7410
Aug  6 08:52:20 dell2800 colord: Profile added: HPOJ7410-Gray..
Aug  6 08:52:20 dell2800 colord: Profile added: HPOJ7410-RGB..
Aug  6 08:52:20 dell2800 colord[866]: (colord:866): Cd-WARNING **:
failed to get session [pid 3795]: Unknown error -2
Aug  6 08:52:20 dell2800 colord: Device added: cups-HPOJ7410
Aug  6 08:52:51 dell2800 colord: Automatic remove of HPOJ7410-Gray..
from cups-HPOJ7410
Aug  6 08:52:51 dell2800 colord: Profile removed: HPOJ7410-Gray..
Aug  6 08:52:51 dell2800 colord: Automatic remove of HPOJ7410-RGB.. from
cups-HPOJ7410
Aug  6 08:52:51 dell2800 colord: Profile removed: HPOJ7410-RGB..
Aug  6 08:52:51 dell2800 colord: device removed: cups-HPOJ7410
Aug  6 09:05:21 dell2800 colord: Profile added: HPOJ7410-Gray..
Aug  6 09:05:21 dell2800 colord: Profile added: HPOJ7410-RGB..
Aug  6 09:05:21 dell2800 colord[866]: (colord:866): Cd-WARNING **:
failed to get session [pid 4808]: Unknown error -2
Aug  6 09:05:21 dell2800 colord: Device added: cups-HPOJ7410
Aug  6 09:06:21 dell2800 colord: Automatic remove of HPOJ7410-Gray..
from cups-HPOJ7410
Aug  6 09:06:21 dell2800 colord: Profile removed: HPOJ7410-Gray..
Aug  6 09:06:21 dell2800 colord: Automatic remove of HPOJ7410-RGB.. from
cups-HPOJ7410
Aug  6 09:06:21 dell2800 colord: Profile removed: HPOJ7410-RGB..
Aug  6 09:06:21 dell2800 colord: device removed: cups-HPOJ7410
Aug  6 09:18:21 dell2800 colord: Profile added: HPOJ7410-Gray..
Aug  6 09:18:21 dell2800 colord: Profile added: HPOJ7410-RGB..
Aug  6 09:18:21 dell2800 colord[866]: (colord:866): Cd-WARNING **:
failed to get session [pid 4844]: Unknown error -2
Aug  6 09:18:21 dell2800 colord: Device added: cups-HPOJ7410
Aug  6 09:18:52 dell2800 colord: Automatic remove of HPOJ7410-Gray..
from cups-HPOJ7410
Aug  6 09:18:52 dell2800 colord: Profile removed: HPOJ7410-Gray..
Aug  6 09:18:52 dell2800 colord: Automatic remove of HPOJ7410-RGB.. from
cups-HPOJ7410
Aug  6 09:18:52 dell2800 colord: Profile removed: HPOJ7410-RGB..
Aug  6 09:18:52 dell2800 colord: device removed: cups-HPOJ7410
Aug  6 09:31:22 dell2800 colord: Profile added: HPOJ7410-Gray..
Aug  6 09:31:22 dell2800 colord: Profile added: HPOJ7410-RGB..
Aug  6 09:31:22 dell2800 colord[866]: (colord:866): Cd-WARNING **:
failed to get session [pid 4880]: Unknown error -2
Aug  6 09:31:22 dell2800 colord: Device added: cups-HPOJ7410
Aug  6 09:31:53 dell2800 colord: Automatic remove of HPOJ7410-Gray..
from cups-HPOJ7410
Aug  6 09:31:53 dell2800 colord: Profile removed: HPOJ7410-Gray..
Aug  6 09:31:53 dell2800 colord: Automatic remove of HPOJ7410-RGB.. from
cups-HPOJ7410
Aug  6 09:31:53 dell2800 colord: Profile removed: HPOJ7410-RGB..
Aug  6 09:31:53 dell2800 colord: device removed: cups-HPOJ7410
Aug  6 09:44:22 dell2800 colord: Profile added: HPOJ7410-Gray..
Aug  6 09:44:22 dell2800 colord: Profile added: HPOJ7410-RGB..
Aug  6 09:44:22 dell2800 colord[866]: (colord:866): Cd-WARNING **:
failed to get session [pid 4912]: Unknown error -2
Aug  6 09:44:22 dell2800 colord: Device added: cups-HPOJ7410
Aug  6 09:44:53 dell2800 colord: Automatic remove of HPOJ7410-Gray..
from cups-HPOJ7410
Aug  6 09:44:53 dell2800 colord: Profile removed: HPOJ7410-Gray..
Aug  6 09:44:53 dell2800 colord: Automatic remove of HPOJ7410-RGB.. from
cups-HPOJ7410
Aug  6 09:44:53 dell2800 colord: Profile removed: HPOJ7410-RGB..
Aug  6 09:44:53 dell2800 colord: device removed: cups-HPOJ7410
Aug  6 09:57:23 dell2800 colord: Profile added: HPOJ7410-Gray..
Aug  6 09:57:23 dell2800 colord: Profile added: HPOJ7410-RGB..
Aug  6 09:57:23 dell2800 colord[866]: (colord:866): Cd-WARNING **:
failed to get session [pid 4953]: Unknown error -2
Aug  6 09:57:23 dell2800 colord: Device added: cups-HPOJ7410
Aug  6 09:57:54 dell2800 colord: Automatic remove of HPOJ7410-Gray..
from cups-HPOJ7410
Aug  6 09:57:54 dell2800 colord: Profile removed: HPOJ7410-Gray..
Aug  6 09:57:54 dell2800 colord: Automatic remove of HPOJ7410-RGB.. from
cups-HPOJ7410
Aug  

Bug#757143: vinagre doesn't send F10

2014-08-05 Thread Dominique Brazziel
Package: vinagre
Version: 3.12.2-1
Severity: normal

Dear Maintainer,

F10 does not get send to remote session, but instead
triggers the vinagre 'Remote' menu.  There seems to be
no way of configuring the F10 key either in vinagre
or in lightdm.  This renders the F10 key in mc, among
others, broken.

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

Kernel: Linux 3.14.13-2-inter02-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vinagre depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.20.0-2
ii  libavahi-common3 0.6.31-4
ii  libavahi-gobject00.6.31-4
ii  libavahi-ui-gtk3-0   0.6.31-4
ii  libc62.19-7
ii  libcairo21.12.16-2
ii  libdbus-glib-1-2 0.102-1
ii  libgdk-pixbuf2.0-0   2.30.7-1
ii  libglib2.0-0 2.40.0-3
ii  libgtk-3-0   3.12.2-1+b1
ii  libgtk-vnc-2.0-0 0.5.3-1
ii  libsecret-1-00.18-1
ii  libspice-client-glib-2.0-8   0.25-1
ii  libspice-client-gtk-3.0-40.25-1
ii  libtelepathy-glib0   0.24.0-1
ii  libvte-2.90-91:0.36.3-1
ii  libxml2  2.9.1+dfsg1-4

Versions of packages vinagre recommends:
ii  freerdp-x11   1.0.2-4+b1
ii  gnome-icon-theme  3.12.0-1

vinagre suggests no packages.

-- no debconf information


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



Bug#752428: systemctl suspend works

2014-07-22 Thread Dominique Brazziel
But this is not optimal.  When UPower
would invoke pm-utils, I could tell systemd to
ignore Lid switch, sleep and power buttons and,
after configuring xfce4-power-manager to suspend
on each of those actions, the system would suspend
just fine.

Now, nothing happens even after telling 
systemd to suspend on power and sleep button press
and lid close.  I have set xfce4-power-manager to
do nothing on those events, but even when instructing
it to suspend, the result was the same - no suspend.

I guess I am confused on how this is 
_supposed_ work after the UPower / xfce4-power-manager
updates.  

1.  Is 'Suspend' supposed to be selectable on
the user menu (right above shutdown)?  It is not, it 
is greyed out.

2.  What method is currently available to XFCE4 users 
to suspend the system other than su to root and 
doing 'pm-suspend' or 'systemctl suspend'?

3.  What are the settings for xfce-power-manager
and logind.conf that should enable suspend on 
lid close, power button press and sleep button press?


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



Bug#752428: Fixed with systemd upgrade from 204-14 to 208-6

2014-07-22 Thread Dominique Brazziel
Should be some sort of depends on systemd 208-6 against 
upower or xfce4-power-manager or both.


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



Bug#747497: Disregard CIFS mount failure messages

2014-07-20 Thread Dominique Brazziel
They were for old, invalid shares.


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



Bug#752428: Still broken here on i686

2014-07-20 Thread Dominique Brazziel
Suspend still greyed out on xfce4-power-manager,
and systemd is not handling the lid switch or power button
despite telling them to do so (suspend) in /etc/systemd/logind.conf.
Right now the only way to suspend is by manually running 
pm-suspend from pm-utils, the functionality that was just taken
away.  :(


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



Bug#747497: Same problem with Samba shares

2014-07-19 Thread Dominique Brazziel
I set '--timeout=600' in 'auto.master'
and every ten minutes I get the following sequence
of messages in syslog:

Jul 19 13:25:06 debianx kernel: [154855.959756] CIFS VFS: cifs_mount
failed w/return code = -13
Jul 19 13:25:06 debianx kernel: [154856.058968] CIFS VFS: Send error in
QFSUnixInfo = -13
Jul 19 13:25:06 debianx kernel: [154856.070124] CIFS VFS: Send error in
QFSAttributeInfo = -13
Jul 19 13:25:06 debianx kernel: [154856.075574] CIFS VFS: cifs_mount
failed w/return code = -13
Jul 19 13:35:01 debianx kernel: [155451.695954] CIFS VFS: cifs_mount
failed w/return code = -13
Jul 19 13:35:01 debianx kernel: [155451.710967] CIFS VFS: Send error in
QFSUnixInfo = -13
Jul 19 13:35:01 debianx kernel: [155451.713278] CIFS VFS: Send error in
QFSAttributeInfo = -13
Jul 19 13:35:01 debianx kernel: [155451.716972] CIFS VFS: cifs_mount
failed w/return code = -13
 


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



Bug#754569: HTTPError: HTTP Error 403: Forbidden

2014-07-12 Thread Dominique Brazziel
Package: youtube-dl
Version: 2014.06.19-1
Severity: important
Tags: upstream

Dear Maintainer,

Problem with encrypted signature(s), unable to download youtube
videos.  This was reported upstream a few days ago, there is
now a one line patch that fixes the error.  

http://github.com/rg3/youtube-dl/issues/3232
http://github.com/rg3/youtube-dl/commit/fc040bf


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

Kernel: Linux 3.14-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages youtube-dl depends on:
ii  python2.7.6-2
ii  python-pkg-resources  5.3-1

Versions of packages youtube-dl recommends:
ii  ffmpeg   6:0.8.7-1
ii  libav-tools  6:10.2-1
ii  mplayer  2:1.0~rc4.dfsg1+svn34540-1+b2
pn  rtmpdump none

youtube-dl suggests no packages.

-- no debconf information


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



Bug#754569: Fixed in version 2014.07.11.3

2014-07-12 Thread Dominique Brazziel
From the 'README.txt' in youtube-dl source:
sudo curl https://yt-dl.org/latest/youtube-dl
-o /usr/local/bin/youtube-dl


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



Bug#749934: workaround, install pepperflash

2014-05-31 Thread Dominique Brazziel
After going to the Adobe site
(https://www.adobe.com/software/flash/about/)
to see about downloading a later version of the plugin, I noticed that
the latest version of Adobe Flash plugin is 13.0.0.214, but
package 'flashplugin-nonfree' only provides 11.2.202.359.

Package 'pepperflashplugin-nonfree'  
(https://packages.debian.org/jessie/pepperflashplugin-nonfree)
provides the latest flash plugin (and gets rid of annoying
messages, plugs some security holes, and shows up in 'about:plugins').
See the wiki page https://wiki.debian.org/PepperFlashPlayer for details.

 


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



Bug#665290: Looks good here with g-s-d 3.8.5-2

2014-05-15 Thread Dominique Brazziel

Packagekit daemon wakes up and does 'get-updates'
and 'update-packages' transactions while I'm asleep and 
make no complaints.  I'm happy.


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



Bug#744870: packagekit: GLib-CRITICAL **: Source ID 6 was not found when attempting to remove it

2014-04-15 Thread Dominique Brazziel
Package: packagekit
Version: 0.8.17-1
Severity: normal

After libglib2.0-0 upgrade to 2.40.0, message log
shows many messages at intervals of type shown in the 
bug title.  This same problem surfaced in vim, as reported
by http://bugs.debian.org/743668.  Root cause according to
the libglib changelog:

- g_source_remove() will now throw a critical in the case that you
 try to remove a non-existent source.  We expect that there is some
 code in the wild that will fall afoul of this new critical but
 considering that we now reuse source IDs, this code is already
 broken and should probably be fixed.

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

Kernel: Linux 3.13-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages packagekit depends on:
ii  libc6 2.18-4
ii  libglib2.0-0  2.40.0-2
ii  libglib2.0-bin2.40.0-2
ii  libpackagekit-glib2-160.8.17-1
ii  libpolkit-gobject-1-0 0.105-4
ii  libsqlite3-0  3.8.4.1-1
ii  libsystemd-journal0   204-8
ii  libsystemd-login0 204-8
ii  packagekit-backend-aptcc  0.8.17-1
ii  policykit-1   0.105-4

Versions of packages packagekit recommends:
ii  packagekit-tools  0.8.17-1

Versions of packages packagekit suggests:
pn  packagekit-backend-smart  none

-- no debconf information


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



Bug#744870: Source files contain calls to 'g_source_remove'

2014-04-15 Thread Dominique Brazziel
backends/dummy/pk-backend-dummy.c
client/pk-console.c
contrib/command-not-found/pk-command-not-found.c
contrib/browser-plugin/pk-plugin-install.c
lib/packagekit-glib2/pk-control.c
lib/packagekit-glib2/pk-client-helper.c
lib/packagekit-glib2/pk-progress-bar.c
lib/packagekit-glib2/pk-self-test.c
lib/packagekit-glib2/pk-task.c
src/pk-spawn.c
src/pk-engine.c
src/pk-main.c
src/pk-self-test.c
src/pk-backend-spawn.c
src/pk-notify.c
src/pk-transaction-list.c
src/pk-transaction-db.c

I think the source IDs in question need to be zeroed out (reset)
after removal.


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



Bug#744763: gnome-terminal: GLib-GIO-CRITICAL messages from gnome-terminal-server

2014-04-14 Thread Dominique Brazziel
Package: gnome-terminal
Version: 3.10.1-1
Severity: normal

Dear Maintainer,

Following the following libglib2.0-0 upgrade to my testing system
on 4/10/14

[UPGRADE] libglib2.0-0:i386 2.38.2-5 - 2.40.0-2

every time a new terminal window or tab is opened 
messages of the following type are sent to the message log:

(gnome-terminal-server:3575): GLib-GIO-CRITICAL **: g_settings_get: the format 
string may not contain '' 
(key 'title' from schema 'org.gnome.Terminal.Legacy.Profile'). 
This call will probably stop working with a future version of glib.

The 'key' in the message has also been seen to be 'monospace-font-name',
'font', and other gsettings keys pertaining to initializing a new terminal
instance.  I think the glib fix which triggered this behavior is this one
(from the libglib2.0-0 changelog):


commit 0f1579e62cded436c3fbfbeaf3130c8d8ffcb01c
Author: Lars Uebernickel l...@uebernic.de
AuthorDate: Sun Dec 8 17:30:33 2013 +0100
Commit: Lars Uebernickel l...@uebernic.de
CommitDate: Mon Dec 9 15:51:56 2013 +0100

g_settings_get: only check for non-copying format string

396d40af introduced a redundant call to
g_variant_check_format_string().
Checking whether the format string copies all values is enough.

https://bugzilla.gnome.org/show_bug.cgi?id=719979

 gio/gsettings.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


From the bugzilla bug listed, we see:

g_settings_get: check validity of format string

Allow only format strings that copy all values (i.e, don't contain ''),
as the returned pointers might become invalid in some rare cases.

* snip *


From a quick scan for 'g_settings_get' in the gnome-terminal source
we find the following calls using format string s:

grep -r 'g_settings_get (' *
src/terminal-prefs.c:  g_settings_get (profile, 
TERMINAL_PROFILE_VISIBLE_NAME_KEY, s, text);
src/terminal-prefs.c:  g_settings_get (selected_profile, 
TERMINAL_PROFILE_VISIBLE_NAME_KEY, s, name);
src/migration.c:  g_settings_get (settings, TERMINAL_PROFILE_VISIBLE_NAME_KEY, 
s, name);
src/terminal-window.c:  g_settings_get (profile, 
TERMINAL_PROFILE_VISIBLE_NAME_KEY, s, visible_name);
src/terminal-app.c:  g_settings_get (settings, key, ^as, encodings);
src/terminal-app.c:  g_settings_get (app-desktop_interface_settings, 
MONOSPACE_FONT_KEY_NAME, s, font);
src/terminal-util.c:  g_settings_get (child_settings, host, s, host);
src/terminal-util.c:  g_settings_get (child_settings, 
authentication-user, s, user);
src/terminal-util.c:  g_settings_get (child_settings, 
authentication-password, s, password);
src/terminal-util.c:  g_settings_get (proxy_settings, autoconfig-url, s, 
url);
src/terminal-util.c:  g_settings_get (proxy_settings, ignore-hosts, ^as, 
ignore);
src/terminal-screen.c:g_settings_get (priv-profile, 
TERMINAL_PROFILE_TITLE_KEY, s, static_title);
src/terminal-screen.c:  g_settings_get (profile, TERMINAL_PROFILE_ENCODING, 
s, str);
src/terminal-screen.c:  g_settings_get (profile, 
TERMINAL_PROFILE_WORD_CHARS_KEY, s, string);
src/terminal-screen.c:  g_settings_get (profile, TERMINAL_PROFILE_FONT_KEY, 
s, font);
src/terminal-screen.c:  g_settings_get (profile, 
TERMINAL_PROFILE_CUSTOM_COMMAND_KEY, s, argv_str);
src/terminal-screen.c:  g_settings_get (priv-profile, 
TERMINAL_PROFILE_NAME_KEY, s, profile_id);
src/terminal-profiles-list.c:  g_settings_get (a, 
TERMINAL_PROFILE_VISIBLE_NAME_KEY, s, na);
src/terminal-profiles-list.c:  g_settings_get (b, 
TERMINAL_PROFILE_VISIBLE_NAME_KEY, s, nb);

Perhaps 's/s/s/' would fix this?










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

Kernel: Linux 3.13-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-terminal depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.18.0-1
ii  gconf-service3.2.6-2
ii  gnome-terminal-data  3.10.1-1
ii  gsettings-desktop-schemas3.8.2-2
ii  libatk1.0-0  2.12.0-1
ii  libc62.18-4
ii  libdconf10.18.0-1
ii  libgconf-2-4 3.2.6-2
ii  libglib2.0-0 2.40.0-2
ii  libgtk-3-0   3.12.0-4
ii  libpango-1.0-0   1.36.3-1
ii  libuuid1 2.20.1-5.7
ii  libvte-2.90-91:0.34.9-1
ii  libx11-6 2:1.6.2-1

Versions of packages gnome-terminal recommends:
ii  dbus-x11  1.8.0-3
ii  gvfs  1.20.0-1+b1
ii  yelp  3.12.0-1

gnome-terminal suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to 

Bug#704801: Same problem here

2014-04-12 Thread Dominique Brazziel
Could only test with i915_drv_video.so symlinked to
i915_dri.so because i915_drv_video.so is not shipped anywhere
(see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670377).

libva info: VA-API version 0.34.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/i386-linux-gnu/dri/i915_drv_video.so
libva error: dlopen of /usr/lib/i386-linux-gnu/dri/i915_drv_video.so
failed: /usr/lib/i386-linux-gnu/dri/i915_drv_video.so: undefined symbol:
_glapi_tls_Dispatch
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

ii  libglapi-mesa:i38610.1.0-5
ii  i965-va-driver:i386   1.2.2-2
ii  libglapi-mesa:i38610.1.0-5


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



Bug#742747: Reference upstream bug 1006386

2014-04-08 Thread Dominique Brazziel
One last note on this, the upstream bug 1006386 should
probably used as a reference for this problem as it really drills down
to root cause of the slow journal access.

https://bugzilla.redhat.com/show_bug.cgi?id=1006386


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



Bug#742747: This bug also reported against Fedora

2014-03-28 Thread Dominique Brazziel
https://bugzilla.redhat.com/show_bug.cgi?id=983688
https://bugzilla.redhat.com/show_bug.cgi?id=1005399 


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



Bug#742642: iotop reports gnome-shell I/O% but no disk I/O being done

2014-03-25 Thread Dominique Brazziel
Package: iotop
Version: 0.6-1
Severity: normal

Dear Maintainer,

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

   * What led up to the situation?
iotop -o shows gnome-shell doing I/O (non-zero '%I/O' value) when in fact
no disk I/O is being done by gnome-shell.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
ran iotop -o to show tasks doing current I/O
   * What was the outcome of this action?
A few threads show up in each screen, with gnome-shell consistently showing
at or near the top of the '%I/O' column, but no disk I/O was shown in the top
summary or any of the individual process lines.
   * What outcome did you expect instead?
Investigation of the gnome-shell process via strace and /proc/pid/fd showed
the recvmsg and writev I/O being done to Unix sockets, not files on disk.

I think this may be a quirk (or maybe bug) in the netlink/taskstats interface
where Unix socket I/O is being counted as block I/O.  I will try and write a
test program to loop doing socket I/O and see if iotop shows it doing a % of
I/O.

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



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

Kernel: Linux 3.13.5-1inter04-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iotop depends on:
ii  python  2.7.5-5

iotop recommends no packages.

iotop suggests no packages.

-- no debconf information


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



Bug#729614: atop: Please package latest upstream version (2.0.2)

2013-11-14 Thread Dominique Brazziel
Package: atop
Version: 1.26-2
Severity: wishlist

Dear Maintainer,

The latest upstream version is 2.0.2.  I have just downloaded the
tarball and installed it with 'make install', no trouble at all.  See the
following for
details (included changelogs):

http://www.atoptool.nl/downloadatop.php






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

Kernel: Linux 3.10.11-1inter02-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages atop depends on:
ii  libc62.17-93
ii  libncurses5  5.9+20130608-1
ii  libtinfo55.9+20130608-1
ii  lsb-base 4.1+Debian12
ii  zlib1g   1:1.2.8.dfsg-1

Versions of packages atop recommends:
ii  cron  3.0pl1-124

atop suggests no packages.

-- Configuration Files:
/etc/cron.d/atop changed:
0 0 * * * root /etc/atop/atop.daily

/etc/init.d/atop changed:
[ -f /usr/bin/atop ] || exit 0
PIDFILE=/var/run/atop.pid
RETVAL=0
case $1 in
  start)
# Check if atop runs already
#
if [ -e $PIDFILE ]  ps -p `cat $PIDFILE` | grep 'atop$'  /dev/null
then
:
else
# Start atop
/etc/atop/atop.daily
fi
touch /var/lock/subsys/atop
;;
  stop)
# Check if atop runs
#
if [ -e $PIDFILE ]  ps -p `cat $PIDFILE` | grep 'atop$'  /dev/null
then
kill -USR2 `cat $PIDFILE`   # final sample and terminate
CNT=0
while ps -p `cat $PIDFILE`  /dev/null
do
let CNT+=1
if [ $CNT -gt 5 ]
then
break;
fi
sleep 1
done
rm $PIDFILE
fi
rm /var/lock/subsys/atop
;;
  status)
;;
  reload)
/etc/atop/atop.daily
;;
  restart)
/etc/atop/atop.daily
;;
  *)
echo Usage: $0 [start|stop|status|reload|restart]
exit 1
esac
exit $RETVAL


-- no debconf information


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



Bug#726267: gnome-panel: Clock does not display weather anymore

2013-10-13 Thread Dominique Brazziel
Package: gnome-panel
Version: 3.4.2.1-6
Severity: important

  The little weather icon does not show anymore.
I reviewed all the old bugs about the time zone matching
the location and tried all that, but still no weather icon.
The removal of the gweather applet in the update to
gnome-applets 3.4.1-4
  
* Disable weather applet, it is no longer compatible with libgweather 3.8
where upstream dropped GWeatherXML.
* Removeweather applet from package description.
  
and most recent gnome-panel update to 3.4.2.1-6


* Add debian/patches/clock-applet-modern-gnome-tech.patch
  - ports to gsettings, newer gweather, etc...
* Bump build dependency on libgweather-3-dev to = 3.5.1 for above patch
* Add debian/patches/drop-gweather-xml-include.patch


may have had something to do with breaking the weather portion of clock.
The net effect is I am left with no weather information from GNOME.


 
I'd be happy to trace this given some direction, I have
the source code and can more or less see what is _supposed_ to
happen but .xsession-errors / syslog don't tell me anything 
about why the intended action is not happening.

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

Kernel: Linux 3.10.11-1inter02-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-panel depends on:
ii  gconf-service  3.2.6-1
ii  gnome-icon-theme-symbolic  3.8.2.2-2
ii  gnome-menus3.8.0-2
ii  gnome-panel-data   3.4.2.1-6
ii  libatk1.0-02.10.0-2
ii  libc6  2.17-93
ii  libcairo-gobject2  1.12.16-2
ii  libcairo2  1.12.16-2
ii  libcamel-1.2-433.8.5-2
ii  libdconf1  0.16.1-1
ii  libecal-1.2-15 3.8.5-2
ii  libedataserver-1.2-17  3.8.5-2
ii  libgconf-2-4   3.2.6-1
ii  libgdk-pixbuf2.0-0 2.28.2-1
ii  libglib2.0-0   2.36.4-1
ii  libgnome-desktop-3-2   3.4.2-2
ii  libgnome-menu-3-0  3.8.0-2
ii  libgtk-3-0 3.8.4-1
ii  libgweather-3-33.8.2-3
ii  libical0   0.48-2
ii  libice62:1.0.8-2
ii  libnspr4   2:4.10-1
ii  libnspr4-0d2:4.10-1
ii  libnss32:3.15.1-1
ii  libnss3-1d 2:3.15.1-1
ii  libpanel-applet-4-03.4.2.1-6
ii  libpango-1.0-0 1.32.5-5+b1
ii  libpangocairo-1.0-01.32.5-5+b1
ii  librsvg2-2 2.36.4-2
ii  libsecret-1-0  0.15-2
ii  libsm6 2:1.2.1-2
ii  libsoup2.4-1   2.42.2-6
ii  libsqlite3-0   3.8.0.2-1
ii  libtelepathy-glib0 0.22.0-1
ii  libwnck-3-03.4.7-1
ii  libx11-6   2:1.6.1-1
ii  libxau61:1.0.8-1
ii  libxext6   2:1.3.2-1
ii  libxml22.9.1+dfsg1-3
ii  libxrandr2 2:1.4.1-1

Versions of packages gnome-panel recommends:
ii  alacarte3.9.91-1
ii  evolution-data-server   3.8.5-2
ii  gnome-applets   3.4.1-4
ii  gnome-control-center1:3.4.3.1-5+b3
ii  gnome-icon-theme3.8.3-1
ii  gnome-session   3.4.2.1-4
ii  gnome-session-fallback  3.4.2.1-4
ii  gvfs1.16.3-1+b1

Versions of packages gnome-panel suggests:
ii  gnome-terminal [x-terminal-emulator]  3.8.4-1
ii  gnome-user-guide  3.8.2-1
ii  nautilus  3.4.2-2
ii  xterm [x-terminal-emulator]   297-1
ii  yelp  3.8.1-2

-- no debconf information


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



Bug#725659: dbus: Messages from dbus-daemon are logged twice

2013-10-06 Thread Dominique Brazziel
Package: dbus
Version: 1.6.14-1
Severity: normal

Dear Maintainer,

I first noticed this bug in Fedora and it is detailed
at https://bugzilla.redhat.com/show_bug.cgi?id=768206.
The easy workaround is to add 'StandardError=null' to
the systemd dbus.service file.

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

Kernel: Linux 3.10.11-1inter02-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dbus depends on:
ii  adduser3.113+nmu3
ii  libc6  2.17-93
ii  libdbus-1-31.6.14-1
ii  libexpat1  2.1.0-4
ii  libselinux12.1.13-2
ii  libsystemd-login0  204-5
ii  lsb-base   4.1+Debian12

dbus recommends no packages.

Versions of packages dbus suggests:
ii  dbus-x11  1.6.14-1

-- no debconf information


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



Bug#724554: hooks/resume also missing proper 'shebang'

2013-10-04 Thread Dominique Brazziel
update-initramfs: Generating /boot/initrd.img-3.10.11-1inter02-686-pae
/usr/share/initramfs-tools/hooks/resume:
1: /usr/share/initramfs-tools/hooks/resume: bin/sh: not found

--- resume~ 2013-10-04 17:40:14.794114671 -0400
+++ resume  2013-10-04 17:45:54.744382033 -0400
@@ -1,4 +1,4 @@
-bin/sh
+#!/bin/sh
 
 PREREQ=


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



Bug#724554: Disregard last post

2013-10-04 Thread Dominique Brazziel
ack, my mistake.  I think I had a vim error searching for blikd. )


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



Bug#722600: apt-cacher-ng: Daily cron job emits unexplained messages

2013-09-12 Thread Dominique Brazziel
Package: apt-cacher-ng
Version: 0.7.18-1
Severity: normal

Dear Maintainer,

In the last couple weeks the daily cron job which calls
'expire-caller.pl' has been sporadically emitting messages 
with only a number with no further edifying text, i.e.:

Sep 12 06:36:30 asusb202 apt-cacher-ng[31312]: 183007
Sep 12 06:36:30 asusb202 apt-cacher-ng[31312]: 183027
Sep 12 06:36:31 asusb202 apt-cacher-ng[31312]: 374917
Sep 12 06:36:31 asusb202 apt-cacher-ng[31312]: 374912
Sep 12 06:36:36 asusb202 apt-cacher-ng[31312]: 30269807
Sep 12 06:36:38 asusb202 apt-cacher-ng[31312]: 30277012
Sep 12 06:37:06 asusb202 apt-cacher-ng[31312]: 28471663
Sep 12 06:37:08 asusb202 apt-cacher-ng[31312]: 28484928
Sep 12 06:38:12 asusb202 apt-cacher-ng[31312]: 32228003
Sep 12 06:38:14 asusb202 apt-cacher-ng[31312]: 32243472
Sep 12 06:38:50 asusb202 apt-cacher-ng[31312]: 30823865
Sep 12 06:38:53 asusb202 apt-cacher-ng[31312]: 30904636

With the timestamps from the above job I was able to verify
from 'apt-cacher.log' that 

1378982190|M|Download of debrep/dists/testing/contrib/binary-i386/Packages 
finished

happened at 06:36:30, and that the size of the 'Packages' file is 
183027.

The numbers come in pairs and after looking at the logs
(apt-cacher.log, maint*.html), the code, and 
/var/cache/apt-cacher-ng the numbers seem to coincide
with the Packages and Source indexes downloaded at the 
beginning of daily maintenance job (doExpire).  If an
index file has changed since the last run as determined
by the following operations logged in the maint*.html, 
example:

Checking/Updating debrep/dists/unstable/main/binary-i386/Packages.bz

Checking/Updating debrep/dists/unstable/main/binary-i386/Sources.bz2  

perhaps a 'before' and 'after' size is output to syslog.  The
likely suspects are 'maintenance.cc' and 'fileitem.cc' but I haven't
been able to pinpoint the line of code yet.

-- Package-specific info:

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

Kernel: Linux 3.10.7-1inter02-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-cacher-ng depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.51
ii  dpkg   1.16.10
ii  init-system-helpers1.8
ii  libbz2-1.0 1.0.6-5
ii  libc6  2.17-92+b1
ii  libgcc11:4.8.1-2
ii  liblzma5   5.1.1alpha+20120614-2
ii  libstdc++6 4.8.1-2
ii  libwrap0   7.6.q-24
ii  zlib1g 1:1.2.8.dfsg-1

Versions of packages apt-cacher-ng recommends:
ii  avahi-daemon  0.6.31-2
ii  ed1.9-2
ii  perl  5.14.2-21

Versions of packages apt-cacher-ng suggests:
ii  curl  7.32.0-1
ii  doc-base  0.10.5
ii  libfuse2  2.9.2-4
ii  wget  1.14-2

-- Configuration Files:
/etc/apt-cacher-ng/acng.conf changed:
CacheDir: /var/cache/apt-cacher-ng
LogDir: /var/log/apt-cacher-ng
Port:3142
Remap-debrep: file:deb_mirror*.gz /debian ; file:backends_debian # Debian 
Archives
Remap-uburep: file:ubuntu_mirrors /ubuntu ; file:backends_ubuntu # Ubuntu 
Archives
Remap-debvol: file:debvol_mirror*.gz /debian-volatile ; file:backends_debvol # 
Debian Volatile Archives
Remap-cygwin: file:cygwin_mirrors /cygwin # ; file:backends_cygwin # 
incomplete, please create this file or specify preferred mirrors here
Remap-sfnet:  file:sfnet_mirrors # ; file:backends_sfnet # incomplete, please 
create this file or specify preferred mirrors here
Remap-alxrep: file:archlx_mirrors /archlinux # ; file:backend_archlx # Arch 
Linux
Remap-fedora:  file:fedora_mirrors # Fedora Linux
Remap-epel:   file:epel_mirrors # Fedora EPEL
Remap-slrep:  file:sl_mirrors # Scientific Linux
ReportPage: acng-report.html
ExTreshold: 4
 
Debug:3
LocalDirs: acng-doc /usr/share/doc/apt-cacher-ng

/etc/apt-cacher-ng/backends_debian changed:
http://debian.mirror.frontiernet.net/debian/

/etc/apt-cacher-ng/security.conf [Errno 13] Permission denied: 
u'/etc/apt-cacher-ng/security.conf'

-- debconf information:
  apt-cacher-ng/gentargetmode: No automated setup


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



Bug#540326: stop_firewall patch to check at stopif NAT and mangle are on

2013-09-03 Thread Dominique Brazziel
Attached is a patch to check if NAT is on
and if iptable_mangle is loaded (hence is on)
before flushing, deleting and zeroing their
respective chains.
--- scriptwriter.c	2005-01-29 07:32:08.0 -0500
+++ scriptwriter.c.new	2013-09-03 05:51:13.363810627 -0400
@@ -213,12 +213,16 @@
 			$IPT -P INPUT ACCEPT\n
 			$IPT -P FORWARD ACCEPT\n
 			$IPT -P OUTPUT ACCEPT\n
-			$IPT -t mangle -F 2/dev/null\n
-			$IPT -t mangle -X 2/dev/null\n
-			$IPT -t mangle -Z 2/dev/null\n
-			$IPT -t nat -F 2/dev/null\n
-			$IPT -t nat -X 2/dev/null\n
-			$IPT -t nat -Z 2/dev/null\n
+   if [[ -n $($LSM | grep -m1 iptable_mangle) ]]; then\n
+			$IPT -t mangle -F 2/dev/null\n
+			$IPT -t mangle -X 2/dev/null\n
+			$IPT -t mangle -Z 2/dev/null\n
+   fi\n
+   if [ $NAT = on ]; then\n
+			$IPT -t nat -F 2/dev/null\n
+			$IPT -t nat -X 2/dev/null\n
+			$IPT -t nat -Z 2/dev/null\n
+   fi\n
 			retval=$?\n
 			if [ $retval -eq 0 ]; then\n
 				unlock_firestarter\n


Bug#718909: Also the disk_cache.load reference in function check_htcacheclean()

2013-08-25 Thread Dominique Brazziel
This line 

-a -e ${MODSDIR:-$APACHE_CONFDIR/mods-enabled}/disk_cache.load ]  \

Needs to read

-a -e ${MODSDIR:-$APACHE_CONFDIR/mods-enabled}/cache_disk.load ]  \


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



Bug#698936: Does not occur in console mode

2013-08-13 Thread Dominique Brazziel
The abort doesn't happen when doing the steps
in the console (virtual terminal). 


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



Bug#698936: Solved by disabling F10 menu accelerator in gnome-terminal

2013-08-13 Thread Dominique Brazziel
For some reason the F10 menu accelerator 
was set in gnome-terminal.  Once I unchecked that 
setting the abort on quit disappeared.  It's also
instructive that the error did not occur in
the console (as noted previously), while being 
straced, or in xterm.


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



Bug#719657: evolution mailto: and nautilus sendto never end

2013-08-13 Thread Dominique Brazziel
Package: evolution
Version: 3.4.4-3
Severity: normal

After the message is successfully sent, the
GUI window closes but the process remains active.
Will post strace output later.

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

Kernel: Linux 3.9.8-1inter01-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages evolution depends on:
ii  dbus 1.6.12-1
ii  debconf [debconf-2.0]1.5.50
ii  evolution-common 3.4.4-3
ii  evolution-data-server3.4.4-3
ii  gconf-service3.2.6-1
ii  gconf2   3.2.6-1
ii  gnome-icon-theme 3.8.2-2
ii  libatk1.0-0  2.8.0-2
ii  libc62.17-7
ii  libcairo-gobject21.12.14-4
ii  libcairo21.12.14-4
ii  libcamel-1.2-33  3.4.4-3
ii  libclutter-gtk-1.0-0 1.2.0-2
ii  libdbus-glib-1-2 0.100.2-1
ii  libebackend-1.2-23.4.4-3
ii  libebook-1.2-13  3.4.4-3
ii  libecal-1.2-11   3.4.4-3
ii  libedataserver-1.2-163.4.4-3
ii  libedataserverui-3.0-1   3.4.4-3
ii  libenchant1c2a   1.6.0-10
ii  libevolution 3.4.4-3
ii  libgail-3-0  3.8.2-3
ii  libgconf-2-4 3.2.6-1
ii  libgdata13   0.13.3-2
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libglib2.0-0 2.36.3-3
ii  libgnome-desktop-3-2 3.4.2-2
ii  libgtk-3-0   3.8.2-3
ii  libgtkhtml-4.0-0 4.4.4-1
ii  libgtkhtml-editor-4.0-0  4.4.4-1
ii  libgweather-3-0  3.4.1-1+build1
ii  libical0 0.48-2
ii  libmx-1.0-2  1.4.6-2
ii  libnotify4   0.7.5-2
ii  libnspr4 2:4.10-1
ii  libnspr4-0d  2:4.10-1
ii  libnss3  2:3.15-1
ii  libnss3-1d   2:3.15-1
ii  libpango1.0-01.32.5-5+b1
ii  libsoup2.4-1 2.42.2-6
ii  libsqlite3-0 3.7.17-1
ii  libxml2  2.9.1+dfsg1-2
ii  psmisc   22.20-1

Versions of packages evolution recommends:
pn  bogofilter | spamassassin  none
ii  evolution-plugins  3.4.4-3
ii  evolution-webcal   2.32.0-2+b2
ii  yelp   3.8.1-2

Versions of packages evolution suggests:
ii  evolution-dbg   3.4.4-3
pn  evolution-exchange  none
pn  evolution-plugins-experimental  none
ii  gnupg   1.4.14-1
ii  network-manager 0.9.8.0-5

-- debconf information:
  evolution/needs_shutdown:
  evolution/kill_processes:


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



Bug#719159: debian-reference: Section 9.7.5 Compiling the kernel source needs update

2013-08-08 Thread Dominique Brazziel
Source: debian-reference
Severity: normal

The section regarding compiling the kernel source references
linux kernel version 2.6 but stable is now 3.2.46+ and testing
is 3.9.8-1.  Also, the deb-pkg target is recommended but
the section about using 'make-kpkg' which used to be included and worked
well for many years was deleted   

Please consider adding a link to the excellent document
'Creating a Custom Linux Kernel in Debian GNU/Linux' 
(http://users.wowway.com/~zlinuxman/Kernel.htm)
to the 'further information' section.  That guide
is very comprehensive, documents both the 'deb-pkg'
and 'make-kpkg' methods, and is updated on a regular
basis (last update 7/28/13) 

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

Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#718909: apache2: 2.4 Upgrade init and cron files reference incorrect 'htcacheclean' locations

2013-08-06 Thread Dominique Brazziel
Package: apache2
Version: 2.4.6-2
Severity: important

Dear Maintainer,

After upgrade from apache 2.2 to apache 2.4 the init script
(/etc/init.d/apache2) and cron job (/etc/cron.daily/apache2)
try and fail to invoke '/usr/sbin/htcacheclean'.  I don't know
if that module was included with apache2.2-bin or apache2.2-common
at one time but it is in apache2-utils now and the location
is '/usr/bin/htcacheclean'.  

 Also, the init file cache path still references subdirectory 
'mod_disk_cache': 

'HTCACHECLEAN_PATH=/var/cache/apache2$DIR_SUFFIX/mod_disk_cache'

which should be 'mod_cache_disk' to reflect the module rename:

'HTCACHECLEAN_PATH=/var/cache/apache2$DIR_SUFFIX/mod_cache_disk'

-- Package-specific info:

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

Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apache2 depends on:
ii  apache2-bin   2.4.6-2
ii  apache2-data  2.4.6-2
ii  lsb-base  4.1+Debian12
ii  mime-support  3.54
ii  perl  5.14.2-21
ii  procps1:3.3.4-2

Versions of packages apache2 recommends:
ii  ssl-cert  1.0.32

Versions of packages apache2 suggests:
ii  apache2-doc  2.4.6-2
pn  apache2-suexec-pristine | apache2-suexec-custom  none
ii  apache2-utils2.4.6-2
ii  chromium [www-browser]   28.0.1500.95-3
ii  epiphany-browser [www-browser]   3.4.2-2.1
ii  iceweasel [www-browser]  10.0.12esr-1+nmu1
ii  lynx-cur [www-browser]   2.8.8dev.12-2
ii  w3m [www-browser]0.5.3-8

Versions of packages apache2-bin depends on:
ii  libapr11.4.8-1
ii  libaprutil11.5.2-1
ii  libaprutil1-dbd-mysql  1.5.2-1
ii  libaprutil1-ldap   1.5.2-1
ii  libc6  2.17-7
ii  libcap21:2.22-1.2
ii  libldap-2.4-2  2.4.31-1+nmu2
ii  liblua5.1-05.1.5-4
ii  libpcre3   1:8.31-2
ii  libssl1.0.01.0.1e-3
ii  libxml22.9.1+dfsg1-2
ii  perl   5.14.2-21
ii  zlib1g 1:1.2.8.dfsg-1

Versions of packages apache2-bin suggests:
ii  apache2-doc  2.4.6-2
pn  apache2-suexec-pristine | apache2-suexec-custom  none
ii  chromium [www-browser]   28.0.1500.95-3
ii  epiphany-browser [www-browser]   3.4.2-2.1
ii  iceweasel [www-browser]  10.0.12esr-1+nmu1
ii  lynx-cur [www-browser]   2.8.8dev.12-2
ii  w3m [www-browser]0.5.3-8

Versions of packages apache2 is related to:
ii  apache2  2.4.6-2
ii  apache2-bin  2.4.6-2

-- Configuration Files:
/etc/apache2/sites-available/000-default.conf changed:
VirtualHost *:80
ServerAdmin webmaster@localhost
DocumentRoot /var/www
Directory /
Options FollowSymLinks
AllowOverride None
/Directory
Directory /var/www/
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
/Directory
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
Directory /usr/lib/cgi-bin
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
/Directory
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log vhost_combined
/VirtualHost

/etc/cron.daily/apache2 changed:
set -e
set -u
[ -e /usr/bin/htcacheclean ] || exit 0
[ -e /etc/default/apache2 ]   || exit 0
HTCACHECLEAN_MODE=daemon
HTCACHECLEAN_RUN=auto
HTCACHECLEAN_SIZE=300M
HTCACHECLEAN_PATH=/var/cache/apache2/mod_cache_disk
HTCACHECLEAN_OPTIONS=
. /etc/default/apache2
[ $HTCACHECLEAN_MODE = cron ] || exit 0
[ $HTCACHECLEAN_RUN = yes   ] || 
( [ $HTCACHECLEAN_RUN = auto ]  \
  [ -e /etc/apache2/mods-enabled/cache_disk.load ] )  || exit 0
/usr/sbin/htcacheclean  ${HTCACHECLEAN_OPTIONS} \
-p${HTCACHECLEAN_PATH}  \
-l${HTCACHECLEAN_SIZE}

/etc/init.d/apache2 changed:
DESC=web server
NAME=apache2
DAEMON=/usr/sbin/$NAME
SCRIPTNAME=${0##*/}
SCRIPTNAME=${SCRIPTNAME##[KS][0-9][0-9]}
if [ -n $APACHE_CONFDIR ] ; then
if [ ${APACHE_CONFDIR##/etc/apache2-} != ${APACHE_CONFDIR} ] ; then
DIR_SUFFIX=${APACHE_CONFDIR##/etc/apache2-}
else
DIR_SUFFIX=
fi
elif [ 

Bug#718550: apache enabled sites or enabled configurations?

2013-08-06 Thread Dominique Brazziel
I had the same problem, not just with backuppc, but
other documentation sites (i.e. dhelp) on localhost.  It
seems like the upgrade to apache 2.4 moved away from 
sites-enabled -- sites-available symlinks to a
conf-enabled -- conf-available symlink model.

I was able to activate the backuppc web interface
by moving the backuppc file from sites-available to 
'/etc/apache2/conf-available/backuppc.conf' then did
'a2enconf backuppc.conf' which created the symlink.
After apache2ctl reload I could get into the web interface.

I had to do the same procedure with my httpd.conf
(moved from /etc/apache2/conf.d to /etc/apache2/conf-available)
to get directory Alias /doc /usr/share/doc as well.


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



Bug#718909: Typo in 'start-htcacheclean' stanza

2013-08-06 Thread Dominique Brazziel
The init file 'start-htcacheclean' stanza
tries to invoke function 'start_htcachelean' which
should be 'start_htcacheclean'.


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



Bug#718550: a2ensite could have been used

2013-08-06 Thread Dominique Brazziel
I think the upgrade disabled all locally 
defined sites and they have to be re-enabled with
'a2ensite'.  Apache upgrades are always a pain,
but this one was particularly piss poor.  

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717476
message #38 for more on the subject of sites being disabled.


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



Bug#718941: chromium: .xsession-errors tens of thousands of lines of spam

2013-08-06 Thread Dominique Brazziel
Package: chromium
Version: 28.0.1500.95-3
Severity: important

Dear Maintainer,

Each time I use a web site with embedded video (i.e. espnradio.com,
freesportsbet.com), the .xsession-error log is flooded with error messages:

[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.
[15103:15103:0806/232839:ERROR:vsync_provider.cc(70)] glXGetSyncValuesOML 
should not return TRUE with a media stream counter of 0.

blah, blah, blah

It's VERY annoying, makes it almost impossible to separate signal from noise in 
.xsession-errors.
Upstream bug at google.chrome is here:

https://code.google.com/p/chromium/issues/detail?id=268304

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

Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chromium depends on:
ii  chromium-inspector   28.0.1500.95-3
ii  gconf-service3.2.6-1
ii  libasound2   1.0.27.1-2
ii  libatk1.0-0  2.8.0-2
ii  libc62.17-7
ii  libcairo21.12.14-4
ii  

Bug#718787: libapache2-mod-musicindex: Dependency on apache2.2 (-common) holds up migration to Apache 2.4

2013-08-05 Thread Dominique Brazziel
Package: libapache2-mod-musicindex
Version: 1.3.7-2+b1
Severity: important

Dear Maintainer,
   
I guess all apache2 modules should be rebuilt due
to upstream ABI changes.  I am getting updates for
apache 2.4 but they can't be installed because of 
dependencies on apache2.2-common from a few packages
(this one, apache2-mod-perl2, etc.).

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

Kernel: Linux 3.9.6-1inter02-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libapache2-mod-musicindex depends on:
ii  apache2.2-common   2.2.22-13
ii  libapr11.4.8-1
ii  libarchive12   3.0.4-3+nmu1
ii  libc6  2.17-7
ii  libflac8   1.3.0-1
ii  libid3tag0 0.15.1b-10
ii  libmad00.15.1b-8
ii  libmp4v2-2 2.0.0~dfsg0-2
ii  libmysqlclient18   5.5.31+dfsg-1
ii  libvorbis0a1.3.2-1.3
ii  libvorbisfile3 1.3.2-1.3
ii  mod-musicindex-common  1.3.7-2
ii  zlib1g 1:1.2.8.dfsg-1

libapache2-mod-musicindex recommends no packages.

libapache2-mod-musicindex suggests no packages.

-- no debconf information


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



Bug#716865: Missing header file?

2013-07-20 Thread Dominique Brazziel
It looks like the 'pk_control_set_root_async' 
function was at some point declared in 'pk_control.h' in 
package  'libpackagekit-glib2-dev' but it doesn't seem
to be there anymore.  Also, I can't find any the symbol
in the .so library from 'libpackagekit-glib2-16'.


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



Bug#717181: gnome-applets: gweather doesn't display temperature next to current conditions icon

2013-07-17 Thread Dominique Brazziel
Package: gnome-applets
Version: 3.4.1-3
Severity: normal

Dear Maintainer,

The temperature is displayed in the 'Details'
section if I click on the icon, but it is not
displayed next to current conditions icon on 
the panel.

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

Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-applets depends on:
ii  gconf-service3.2.6-1
ii  gconf2   3.2.6-1
ii  gir1.2-gconf-2.0 3.2.6-1
ii  gir1.2-gdkpixbuf-2.0 2.28.2-1
ii  gir1.2-gtk-3.0   3.8.2-3
ii  gir1.2-panelapplet-4.0   3.4.2.1-5
ii  gnome-applets-data   3.4.1-3
ii  gnome-icon-theme 3.8.2-2
ii  gnome-panel  3.4.2.1-5
ii  gvfs 1.16.3-1
ii  libatk1.0-0  2.8.0-2
ii  libc62.17-7
ii  libcairo21.12.14-4
ii  libcpufreq0  008-1
ii  libdbus-1-3  1.6.12-1
ii  libdbus-glib-1-2 0.100.2-1
ii  libgconf-2-4 3.2.6-1
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libglib2.0-0 2.36.3-3
ii  libgstreamer-plugins-base0.10-0  0.10.36-1.1
ii  libgstreamer0.10-0   0.10.36-1.2
ii  libgtk-3-0   3.8.2-3
ii  libgtop2-7   2.28.4-3
ii  libgucharmap-2-90-7  1:3.8.2-2
ii  libgweather-3-0  3.4.1-1+build1
ii  libnotify4   0.7.5-2
ii  libpanel-applet-4-0  3.4.2.1-5
ii  libpango1.0-01.32.5-5+b1
ii  libpolkit-gobject-1-00.105-3
ii  libupower-glib1  0.9.20-2
ii  libwnck-3-0  3.4.5-1
ii  libx11-6 2:1.6.0-1
ii  libxml2  2.9.1+dfsg1-2
ii  python   2.7.5-2
ii  python-gi3.8.2-1
ii  upower   0.9.20-2

Versions of packages gnome-applets recommends:
ii  gnome-media   3.4.0-1
ii  gnome-system-monitor  3.8.2.1-2
ii  gstreamer0.10-alsa0.10.36-1.1
ii  gstreamer0.10-pulseaudio  0.10.31-3+nmu1
ii  policykit-1-gnome 0.105-2

Versions of packages gnome-applets suggests:
ii  tomboy  1.10.0-2

-- debconf information:
  gnome-applets/cpufreq_SUID_bit: false


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



Bug#716865: gnome-settings-daemon: Latest update from Jessie breaks updates plugin

2013-07-13 Thread Dominique Brazziel
Package: gnome-settings-daemon
Version: 3.4.2+git20121218.7c1322-6+b1
Severity: important

Updates plugin broken.  The following series of messages in 
appear in '.xsession-errors':

** (gnome-settings-daemon:4553): WARNING **: Failed to connect context: OK

** (gnome-settings-daemon:4553): WARNING **: 
/usr/lib/gnome-settings-daemon-3.0/libupdates.so: undefined symbol: 
pk_control_set_root_async

** (gnome-settings-daemon:4553): WARNING **: Cannot load plugin 'Updates' since 
file '/usr/lib/gnome-settings-daemon-3.0/libupdates.so' cannot be read.

The named file 'libupdates.so' file exists, the symbol 
'pk_control_set_root_async' 
shows up in the output from 'nm -D libupdates.so' but with 'U' (undefined) next 
to
it.

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

Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-settings-daemon depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.16.0-4
ii  gsettings-desktop-schemas3.4.2-3
ii  libatk1.0-0  2.8.0-2
ii  libc62.17-7
ii  libcairo-gobject21.12.14-4
ii  libcairo21.12.14-4
ii  libcanberra-gtk3-0   0.30-2
ii  libcanberra0 0.30-2
ii  libcolord1   1.0.1-1
ii  libcomerr2   1.42.5-1.1
ii  libcups2 1.6.2-10
ii  libdbus-glib-1-2 0.100.2-1
ii  libfontconfig1   2.10.2-2
ii  libgcrypt11  1.5.2-3
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libglib2.0-0 2.36.3-3
ii  libgnome-desktop-3-2 3.4.2-2
ii  libgnomekbd7 3.4.0.2-1
ii  libgnutls26  2.12.23-5
ii  libgssapi-krb5-2 1.10.1+dfsg-6.1
ii  libgtk-3-0   3.8.2-3
ii  libgudev-1.0-0   175-7.2
ii  libk5crypto3 1.10.1+dfsg-6.1
ii  libkrb5-31.10.1+dfsg-6.1
ii  liblcms2-2   2.2+git20110628-2.2
ii  libnotify4   0.7.5-2
ii  libnspr4 2:4.10-1
ii  libnspr4-0d  2:4.10-1
ii  libnss3  2:3.15-1
ii  libnss3-1d   2:3.15-1
ii  libpackagekit-glib2-16   0.8.9-2
ii  libpango-1.0-0   1.32.5-5+b1
ii  libpangocairo-1.0-0  1.32.5-5+b1
ii  libpolkit-gobject-1-00.105-3
ii  libpulse-mainloop-glib0  2.0-6.1
ii  libpulse02.0-6.1
ii  libsqlite3-0 3.7.17-1
ii  libupower-glib1  0.9.20-2
ii  libwacom20.6-1
ii  libx11-6 2:1.6.0-1
ii  libxfixes3   1:5.0-4+deb7u1
ii  libxi6   2:1.7.1.901-1
ii  libxklavier165.2.1-1
ii  libxtst6 2:1.2.1-1+deb7u1
ii  nautilus-data3.4.2-1+build1
ii  zlib1g   1:1.2.8.dfsg-1

Versions of packages gnome-settings-daemon recommends:
ii  pulseaudio  2.0-6.1

Versions of packages gnome-settings-daemon suggests:
ii  gnome-screensaver3.4.1-1
ii  metacity [x-window-manager]  1:2.34.13-1
ii  twm [x-window-manager]   1:1.0.6-1
ii  x11-xserver-utils7.7~3

-- no debconf information


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



Bug#715382: ifenslave-2.6: Change dependency on iproute to iproute2

2013-07-08 Thread Dominique Brazziel
Package: ifenslave-2.6
Version: 1.1.0-21
Severity: normal

Dear Maintainer,

Package iproute has recently transitioned to iproute2:

iproute
[...]
Description-en: transitional dummy package for iproute2
 This is a transitional dummy package to get upgrading systems to install
  the iproute2 package. It can safely be removed.
  
Please update ifupdown dependency from package iproute to iproute2 (or 
any of them).
  
Thank you.

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

Kernel: Linux 3.9.6-1inter01-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ifenslave-2.6 depends on:
ii  iproute  1:3.9.0-3
ii  libc62.17-7

Versions of packages ifenslave-2.6 recommends:
ii  net-tools  1.60-25

ifenslave-2.6 suggests no packages.

-- no debconf information


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



Bug#688665: anacron initscript restart

2013-06-21 Thread Dominique Brazziel
Osiris, you are entirely correct regarding
the empty restart|force-reload|reload) stanza of 
'/etc/init.d/anacron' being empty.  The reason
'restart' works in this (or any LSB init script in
a systemd environment) context is because the action is 
intercepted systemd, which, finding no unit file for
anacron, constructs one dynamically using the 
init script and performs the desired action behind the 
scenes.  The init script code is never reached.  
See '/lib/lsb/init-functions.d/40-systemd', which is
sourced early in the init scripts for details.

Having said that, I like your fix of just 
starting the anacron program (anacron -s) directly.
That is the method used by Fedora.


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



Bug#682426: Further test results

2013-06-21 Thread Dominique Brazziel
In an effort to further isolate causes of
my print hangs, I ran a print job without first 
shutting down either firefox or chromium processes.
I thought if the job would run reasonably with 
a low amount of free (real) RAM it might make a 
stronger case for the 'default-pdftops-renderer'
fix (set it to pdftops) being a silver bullet.  
A word here about how I print:  I use
firefox to print but due to some margin issues 
and not being able to see the page number on the top
or bottom when printing from the browser, I print to
a pdf file, which includes the header and footer 
I have set in the firefox settings.  I then open
the pdf document in evince and print to the printer.
The job I printed today completed in reasonable
time with ~30M free RAM, with about 19 and 28M in 
buffers and cached respectively (~330+M free RAM).
The file (mozilla0.pdf) has size 129578 bytes,
it is a 14 page article.  Firefox was open with about 28 tabs open, 
and there were about 10 chromium tabs/processes open.
This was about the load I had when the problem started
manifesting itself and before setting default-pdftops-renderer.
So the good news is I think I can print without shutting down
multiple chrome processes and/or Iceweasel/Firefox.
The other news, while not bad, is confusing (to me).
I had turned on CUPS debugging to try and see what filter(s)
were being used, also to try and shed some light on internal
processing because I couldn't verify what the default pdftops
renderer was from 'lpoptions -p [printer name] -l'.
Monitoring of the processes via 'ps' during the print job
showed multiple CUPS spawned lp processes, with
'default-pdftops-renderer' set to 'pstopdf'!  Perusal of
the CUPS error log confirmed this:

  [Job 1299] argv[5]=InputSlot=Upper number-up=1 PageSize=Letter
MediaType=Automatic noOptionDuplex OutputMode=Normal ColorModel=RGB
Duplex=None job-uuid=urn:uuid:c4c474b9-6bbf-34a1-4d2f-ccbc86c7382d
pdftops-renderer=pstopdf job-originating-host-name=localhost
time-at-creation=1371837912 time-at-processing=1371837912

Further down I see the following filters were invoked:

I [21/Jun/2013:14:05:13 -0400] [Job 1299] Started
filter /usr/lib/cups/filter/pdftopdf (PID 17520)
I [21/Jun/2013:14:05:13 -0400] [Job 1299] Started
filter /usr/lib/cups/filter/gstoraster (PID 17521)
I [21/Jun/2013:14:05:13 -0400] [Job 1299] Started
filter /usr/lib/cups/filter/hpcups (PID 17522)
I [21/Jun/2013:14:05:13 -0400] [Job 1299] Started
backend /usr/lib/cups/backend/hp (PID 17523)

Ghostscript was indeed executed during the print job, as seen
by 'top', and verified in system accounting log, but the memory
used and CPU numbers seems pretty reasonable:

1   2.37re   0.80cp 0avio  8354k   gs

Also, we see pdftopdf and hpcups :
1   0.04re   0.00cp 0avio  3086k   pdftopdf
1   2.42re   0.39cp 0avio  2670k   hpcups

Hope this helps shed some light on the problem for those
who know more about the internals of PDF processing than 
I do.  I must confess I'm pretty confused about how the 
whole thing is wired together, specifically how 'pstopdf'
and 'pdftopdf' got into the picture?


 


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



Bug#682426: Ghostscript upstream bug

2013-06-18 Thread Dominique Brazziel
Filed upstream bug #694360

http://bugs.ghostscript.com/show_bug.cgi?id=694360


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



Bug#682426: Success!

2013-06-14 Thread Dominique Brazziel
In my case I was able to print a larger pdf 
(~700k, 23 pages) reasonably quickly by performing 
the following two steps before initiating the print job:

1)  Close firefox and a few chromium tabs to free up as much
memory as possible.  In my case there was about 150M of
RAM free with another 300M cached and in buffers.

2)  Followed the instructions in the cups-filters README
(/usr/share/doc/cups-filters/README.txt.gz) re:
setting the default pdftops renderer to pdftops.

GS still got invoked by pdftops I think, but with the 
larger amount of free RAM available it was able to 
start up without delay (before a swap storm was occurring).


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



Bug#711882: vuze: Show Vuze fails after minimize to system tray

2013-06-10 Thread Dominique Brazziel
Package: vuze
Version: 4.3.0.6-5
Severity: normal

Dear Maintainer,

With 'Minimize minimizes to system tray' checked,
after minimizing, double clicking on the Vuze icon in
the system tray or right clicking the icon and selecting 
'Show Vuze' fails to display the vuze window with the
following message in repeated many times in '.xsession-errors':

(Vuze:26681): GLib-GObject-CRITICAL **: g_closure_add_invalidate_notifier: 
assertion `closure-n_inotifiers  CLOSURE_MAX_N_INOTIFIERS' failed

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

Kernel: Linux 3.8.13-2inter01-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vuze depends on:
ii  azureus  4.3.0.6-5
ii  libswt-cairo-gtk-3-jni   3.8.0~rc4-1
ii  libswt-gnome-gtk-3-jni   3.8.0~rc4-1
ii  libswt-webkit-gtk-3-jni  3.8.0~rc4-1

vuze recommends no packages.

vuze suggests no packages.

-- no debconf information


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



Bug#711605: gnome-menus: Calculator missing from Accessories, supposedly moved to Utilities but not there

2013-06-08 Thread Dominique Brazziel
Package: gnome-menus
Version: 3.8.0-1
Severity: normal

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

   * What led up to the situation?
   Tried to select Calculator (gcalctool) from Applications/Accessories
   
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   It's not there.  Found out '/etc/xdg/menus/gnome-applications.menu' 
blacklisted the
   'gcalctool.desktop' from Accessories in favor of 'gnome-calculator.desktop' 
which
   should (now) be in the 'Utilities' submenu but 'gnome-calculator.desktop' 
does not
   exist.  After working around a bug in Alacarte I was able to manually add a
   launcher for gcalctool back to the Accessories submenu. 
   
  * What outcome did you expect instead?
  I expected to see Calculator under Accessories where it's been for 
  10 years.  Failing that, I expect to find it under one of the new menus
  that were just added after a recent 'gnome-menus' update 
  (3.4.2-7 or 3.8.0-1).

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


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

Kernel: Linux 3.8.13-2inter01-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-menus depends on:
ii  python3  3.2.3-7

gnome-menus recommends no packages.

gnome-menus suggests no packages.

-- no debconf information


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



Bug#711605: Workaround

2013-06-08 Thread Dominique Brazziel
Added gnome-calculator to Applications/Utilities by doing:

1.  cd  /usr/share/app-install/desktop
2.  cp ./gcalctool.desktop ./gnome-calculator.desktop
3.  xdg-desktop-menu install ./gnome-calculator.desktop


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



Bug#682426: gs using excessive memory, triggers kswapd storm

2013-06-06 Thread Dominique Brazziel
 I have been hit extremely hard by this bug for about a month
or two now, but it certainly wasn't present in the past.  On my
system the GUI completely freezes, the clock on the top panel stops
on the second after CUPS/Ghostscript/hpcups start doing their thing,
and all mouse and keyboard events are ignored.  Remote ssh sessions
become are unresponsive as well, so monitoring the system (htop, top,
etc.) is not possible.  The hang lasts for anywhere from 5 to 20 minutes
for just a 3 page pdf.

 I suspected high disk usage and review of the sysstat logs 
(sar -d -p) confirmed extremely large average disk queue sizes, on the
order of 2000-6000 and sometimes higher.  Review of kernel logs shows
the kernel hung task process being executed as tasks have been
unresponsive for more than 2 minutes.

 One helpful tracker of what is happening is the atop monitor
which dumps data to it's log at 10 minute intervals.  By going
through chronologically until the interval in which the print 
job was active I was able to see average disk queues leading up
to the time the job was active and the interval the job was active.
The default display shows kswapd occupying 16% of the CPU and 
dozens of processes in uninterruptable sleep state (D).  gs was not
running at this point, but by changing the display to show memory usage,
I see virtual and real memory growth and size of 150M and 116M
respectively.   The iceweasel (firefox) process with ~15 tabs open
has virtual memory size of 1 gig but about 55M of real memory
and shrinking, as are the 8 to 10 chromium processes.

 I think there is a problem with kswapd on this kernel
(V3.8.2-686-PAE), and I have a relatively small system (1 gig RAM),
but 116 megs of real memory seems like a lot to print a small
html/text document and Fedora (17, 18) on the same hardware platform
(Intel Atom N270 w/1 gig of RAM) doesn't experience this extreme 
stress or hang.  

 I will check the version of ghostscript on Fedora and try and
recreate the problem with a similar memory load (i.e. firefox and
many chromium processes) and see what happens.


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



Bug#456454: Fixed to handle non-sudo cases

2013-03-25 Thread Dominique Brazziel
I reworked the cases where apt was not 
called by sudo.  Patch now correctly checks for
existence of the APT_LISTCHANGES_USER key and 
defaults to USERNAME if ALU key is not there.

I haven't been able to discern where
$USERNAME is set, but it is reliably there
as the original login user if 'su' was used,
whereas '$LOGNAME' is set by su to be root.  

--- apt_listchanges.py.orig	2012-06-30 06:36:46.0 -0400
+++ apt_listchanges.py	2013-03-24 15:32:06.708782730 -0400
@@ -34,6 +34,8 @@
 import cStringIO
 import tempfile
 from ALChacks import *
+# Bug 456454 
+import subprocess, shlex, pwd
 
 # TODO:
 # newt-like frontend, or maybe some GUI bit
@@ -236,7 +238,40 @@
 tmp.flush()
 shellcommand = self.get_command() + ' ' + tmp.name
 
-status = os.spawnl(os.P_WAIT, '/bin/sh', 'sh', '-c', shellcommand)
+##
+#
+# Begin - Bug #456454 - Launch browser as non-root user
+#
+fe = self.config.get('frontend', 'pager')
+if fe == browser:
+# If called by sudo set user to $SUDO_USER,
+# if not, set user to $APT_LISTCHANGES_USER
+# If $APT_LISTCHANGES_USER not set, set user to $USERNAME
+if SUDO_USER in os.environ:
+user = os.environ.get(SUDO_USER)
+else:
+if APT_LISTCHANGES_USER in os.environ:
+user = os.environ.get(APT_LISTCHANGES_USER)
+else:
+user = os.environ.get(USERNAME)
+
+# Change permissions of temp file to 'user'
+pw = pwd.getpwnam(user)
+uid = pw.pw_uid
+os.chown(tmp.name, uid, -1)
+
+# Invoke command as non-root user 
+cmd = 'su -c ' + shellcommand + '' + ' ' + user
+cmd = shlex.split(cmd)
+print(cmd)
+status = subprocess.call(cmd)
+else:
+status = os.spawnl(os.P_WAIT, '/bin/sh', 'sh', '-c', shellcommand)
+#
+# End - Bug #456454
+#
+###
+
 if status != 0:
 raise OSError('Subprocess ' + shellcommand + ' exited with status ' + str(status))
 


Bug#456454: $USERNAME

2013-03-25 Thread Dominique Brazziel
$USERNAME is set by gdm3 in 

gdm-session-worker/gdm_session_worker_update_environment_from_passwd_info

along with $LOGNAME/$USER/$HOME/$SHELL.  I imagine
KDE has similar functionality so $USERNAME should
suffice as a default non-root user in the event 
$SUDO_USER and $APT_LISTCHANGES_USER are not set.
 
 


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



Bug#456454: Patch to launch browser as non-root user

2013-03-23 Thread Dominique Brazziel
Attached is a patch I wrote to enable the 'browser' frontend to
be launched as $SUDO_USER, or $APT_LISTCHANGES_USER.
If neither is set the $LOGNAME user is used.

apt_listchanges_launch_browser_nonroot.patch
Description: Binary data


Bug#697141: Works well after adding 'noauto' option

2013-01-19 Thread Dominique Brazziel
With options 'defaults,comment=systemd.automount,noauto' the
behavior is like it was with automount and mount units in effect, i.e.
the partitions are mounted after first reference.


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



Bug#697141: Workaround

2013-01-11 Thread Dominique Brazziel
Hmmm, using 'comment=systemd.automount' for the 
two partitions in question has them mounted but without
'noauto' I think they might be mounted automatically
when the fstab is parsed as opposed to mounting later
when needed.  For instance I had a dependency on 
'backup.automount' for backuppc.service so that
the backup partition was not mounted until backuppc.service
started, but now backup is fsck'ed and mounted ~25 seconds
before backuppc is started.  Similary the '/av' partition
is checked and mounted some 17 seconds before it's
'WantedBy' service (apache2) started.

This may be working as designed, but the behavior
is different than what was exhibited with the 
mount and automount units I used (along with no fstab entries
for the two partitions in question):


cat av.automount
[Unit]
Description=Automount /av

[Automount]
Where=/av
DirectoryMode=0755

[Install]
WantedBy=multi-user.target


cat av.mount
[Unit]
Description=Mount file for /av mount
Wants=local-fs.target
After=local-fs.target

[Mount]
What=/dev/sdb1
Where=/av
Type=ext4
#Options=noauto,guest


cat backup.automount
[Unit]
Description=Automount /backup

[Automount]
Where=/backup
DirectoryMode=0755

[Install]
WantedBy=backuppc.service

cat backup.mount
[Unit]
Description=Mount file for /backup mount
Wants=local-fs.target
After=local-fs.target

[Mount]
What=/dev/sdb2
Where=/backup
Type=ext4
#Options=noauto,guest


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



Bug#697141: systemd: 'Late mounting' via fstab parm 'x-systemd.automount' doesn't work

2013-01-01 Thread Dominique Brazziel
Package: systemd
Version: 44-7
Severity: important

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

   * What led up to the situation?
   Trying to implement lazy mounting of music and backup partitions on
   external USB drive using 'x-systemd.automount' as a mount option
   
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Added 'x-systemd.automount' and 'noauto' to fstab entries
 for '/backup' and '/av':
 
 LABEL=/av  /av ext4defaults,x-systemd.automount,noauto 
0   2
 LABEL=/backup  /backup ext4defaults,x-systemd.automount,noauto 
0   2
 
   * What was the outcome of this action?
   kernel: [  108.072573] EXT4-fs (sdb1): Unrecognized mount option 
x-systemd.automount or missing value
   kernel: [  140.025926] EXT4-fs (sdb2): Unrecognized mount option 
x-systemd.automount or missing value
   
   Neither partition was mounted until fstab edited to remove the 
'x-systemd.automount' parm
   and manually mounted.
   
   * What outcome did you expect instead?
   Automount units created for the two partitions in question (per 'man 
systemd.automount'),
   followed by the each partition being mounted at first access.

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


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

Kernel: Linux 3.2.35-interatom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  dpkg 1.16.9
ii  initscripts  2.88dsf-34
ii  libacl1  2.2.51-8
ii  libaudit01:1.7.18-1.1
ii  libc62.13-37
ii  libcap2  1:2.22-1.2
ii  libcryptsetup4   2:1.4.3-4
ii  libdbus-1-3  1.6.8-1
ii  libkmod2 9-2
ii  liblzma5 5.1.1alpha+20120614-2
ii  libpam0g 1.1.3-7.1
ii  libselinux1  2.1.9-5
ii  libsystemd-daemon0   44-5
ii  libsystemd-id128-0   44-5
ii  libsystemd-journal0  44-5
ii  libsystemd-login044-5
ii  libudev0 175-7
ii  libwrap0 7.6.q-24
ii  udev 175-7
ii  util-linux   2.20.1-5.3

Versions of packages systemd recommends:
ii  libpam-systemd  44-7

Versions of packages systemd suggests:
ii  python2.7.3~rc2-1
ii  python-cairo  1.8.8-1+b2
ii  python-dbus   1.1.1-1
ii  systemd-gui   44-7

-- Configuration Files:
/etc/systemd/system.conf changed:
[Manager]
LogLevel=debug
LogTarget=journal-or-kmsg
SysVConsole=yes

/etc/systemd/systemd-journald.conf changed:
[Journal]
RateLimitBurst=200
ImportKernel=no


-- no debconf information


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



Bug#696355: systemd: 628186 (Don't redirect (reload) calls if native service files don't support it) not fixed properly

2012-12-19 Thread Dominique Brazziel
Package: systemd
Version: 44-5
Severity: normal

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

   * What led up to the situation?
   Attempt to reload any service configuration (i.e. udev, autofs, distcc, 
etc.) 
   
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Using 'bash -x' to run '/etc/init.d/(service name) reload 
I noticed that '$service' variable was unset in 
'/lib/lsb/init-functions/40-systemd'
at the time it was used to check if service is reloadable   I
believe the check 

if [ $(systemctl -p CanReload show $service 

should read

if [ $(systemctl -p CanReload show $0.service

and perhaps this was what was intended initially.
   
   * What was the outcome of this action?
With the above change:

bash -x udev reload
+ '[' -x /sbin/udevd ']'
+ PATH=/sbin:/bin
+ tmpfs_size=10M
+ udev_root=/dev
+ '[' -e /etc/udev/udev.conf ']'
+ . /etc/udev/udev.conf
++ udev_log=err
+ . /lib/lsb/init-functions
+++ run-parts --lsbsysinit --list /lib/lsb/init-functions.d
++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2/dev/null)'
++ '[' -r /lib/lsb/init-functions.d/20-left-info-blocks ']'
++ . /lib/lsb/init-functions.d/20-left-info-blocks
++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2/dev/null)'
++ '[' -r /lib/lsb/init-functions.d/40-systemd ']'
++ . /lib/lsb/init-functions.d/40-systemd
+++ '[' -e /sys/fs/cgroup/systemd ']'
+++ set +e
+++ set +u
+++ '[' -n '' ']'
+++ '[' 18685 -ne 1 ']'
+++ '[' -z '' ']'
+++ '[' -z '' ']'
+++ case $(readlink -f $0) in
 readlink -f udev
+++ _use_systemctl=1
 systemctl -p CanReload show udev.service
+++ '[' CanReload=no = CanReload=no ']'
+++ '[' reload = reload ']'
+++ _use_systemctl=0
+++ '[' 0 = 1 ']'
++ FANCYTTY=
++ '[' -e /etc/lsb-base-logging.sh ']'
++ true
+ supported_kernel
+ case $(uname -r) in
++ uname -r
+ return 0
+ '[' '!' -e /proc/filesystems ']'
+ grep -q '[[:space:]]tmpfs$' /proc/filesystems
+ '[' '!' -d /sys/class/ ']'
+ '[' '!' -e /sys/kernel/uevent_helper ']'
+ ps --no-headers --format args ax
+ egrep -q '^\['
+ '[' -d /sys/class/mem/null -a '!' -L /sys/class/mem/null ']'
+ '[' -e /sys/block -a '!' -e /sys/class/block ']'
+ '[' '' = yes ']'
+ udev_root=/dev
+ dev_mount_options=mode=0755
+ '[' 10M ']'
+ dev_mount_options=size=10M,mode=0755
+ '[' /dev '!=' /dev ']'
+ case $1 in
+ udevadm control --reload-rules
+ exit 0

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


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

Kernel: Linux 3.2.32-interatom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  dpkg 1.16.9
ii  initscripts  2.88dsf-34
ii  libacl1  2.2.51-8
ii  libaudit01:1.7.18-1.1
ii  libc62.13-37
ii  libcap2  1:2.22-1.2
ii  libcryptsetup4   2:1.4.3-4
ii  libdbus-1-3  1.6.8-1
ii  libkmod2 9-2
ii  liblzma5 5.1.1alpha+20120614-2
ii  libpam0g 1.1.3-7.1
ii  libselinux1  2.1.9-5
ii  libsystemd-daemon0   44-5
ii  libsystemd-id128-0   44-5
ii  libsystemd-journal0  44-5
ii  libsystemd-login044-5
ii  libudev0 175-7
ii  libwrap0 7.6.q-24
ii  udev 175-7
ii  util-linux   2.20.1-5.2

Versions of packages systemd recommends:
ii  libpam-systemd  44-5

Versions of packages systemd suggests:
ii  python2.7.3~rc2-1
ii  python-cairo  1.8.8-1+b2
ii  python-dbus   1.1.1-1
ii  systemd-gui   44-5

-- Configuration Files:
/etc/systemd/system.conf changed:
[Manager]
SysVConsole=yes

/etc/systemd/systemd-journald.conf changed:
[Journal]
RateLimitBurst=200
ImportKernel=no


-- no debconf information


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



Bug#679543: That worked

2012-12-14 Thread Dominique Brazziel
Thanks, Tomas!  OK to close.  I will look into 
Gsettings some more, it seems odd to me that this problem
occurs only in VNC session.  


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



Bug#693151: libatasmart4: Reports (incorrectly) that Western Digital My Book 1140 doesn't support SMART

2012-11-13 Thread Dominique Brazziel
Package: libatasmart4
Version: 0.19-1
Severity: normal

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

   * What led up to the situation?
Trying to get SMART data refreshed at regular intervals
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
udisks --ata-smart-refresh /dev/sdb
   * What was the outcome of this action?
 udisks --ata-smart-refresh /dev/sdb
 Refreshing ATA SMART data failed: Device does not support ATA SMART
   * What outcome did you expect instead?
Showing information for /org/freedesktop/UDisks/devices/sdb
etc.

smartctl -a /dev/sdb reports SMART data just fine.  Here is the
output of 'hdparm -I /dev/sdb | grep SMART':

SMART feature set
SMART error logging
SMART self-test
SMART Command Transport (SCT) feature set

Attached is the full hdparm output.

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

Kernel: Linux 3.2.32-interatom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libatasmart4 depends on:
ii  libc6  2.13-35
ii  libudev0   175-7
ii  multiarch-support  2.13-35

libatasmart4 recommends no packages.

libatasmart4 suggests no packages.

-- no debconf information

/dev/sdb:

ATA device, with non-removable media
Model Number:   WDC WD20EARS-00MVWB0
Serial Number:  WD-WCAZA8642245
Firmware Revision:  51.0AB51
Transport:  Serial, SATA 1.0a, SATA II Extensions, SATA Rev 
2.5, SATA Rev 2.6
Standards:
Supported: 8 7 6 5 
Likely used: 8
Configuration:
Logical max current
cylinders   16383   16383
heads   16  16
sectors/track   63  63
--
CHS current addressable sectors:   16514064
LBAuser addressable sectors:  268435455
LBA48  user addressable sectors: 3907029168
Logical  Sector size:   512 bytes
Physical Sector size:  4096 bytes
Logical Sector-0 offset:  0 bytes
device size with M = 1024*1024: 1907729 MBytes
device size with M = 1000*1000: 2000398 MBytes (2000 GB)
cache/buffer size  = unknown
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, with device specific minimum
R/W multiple sector transfer: Max = 16  Current = 0
DMA: *mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 udma6 
 Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4 
 Cycle time: no flow control=120ns  IORDY flow control=120ns
Commands/features:
Enabled Supported:
   *SMART feature set
Security Mode feature set
   *Power Management feature set
   *Write cache
   *Look-ahead
   *Host Protected Area feature set
   *WRITE_BUFFER command
   *READ_BUFFER command
   *NOP cmd
   *DOWNLOAD_MICROCODE
Power-Up In Standby feature set
   *SET_FEATURES required to spinup after power up
SET_MAX security extension
   *48-bit Address feature set
   *Device Configuration Overlay feature set
   *Mandatory FLUSH_CACHE
   *FLUSH_CACHE_EXT
   *SMART error logging
   *SMART self-test
   *General Purpose Logging feature set
   *64-bit World wide name
   *WRITE_UNCORRECTABLE_EXT command
   *{READ,WRITE}_DMA_EXT_GPL commands
   *Segmented DOWNLOAD_MICROCODE
   *Gen1 signaling speed (1.5Gb/s)
   *Gen2 signaling speed (3.0Gb/s)
   *Native Command Queueing (NCQ)
   *Host-initiated interface power management
   *Phy event counters
   *NCQ priority information
DMA Setup Auto-Activate optimization
   *Software settings preservation
   *SMART Command Transport (SCT) feature set
   *SCT LBA Segment Access (AC2)
   *SCT Features Control (AC4)
   *SCT Data Tables (AC5)
unknown 206[12] (vendor specific)
unknown 206[13] (vendor specific)
Security: 
Master password revision code = 65534
supported
not enabled
not locked
not frozen
not expired: security count
supported: enhanced erase
388min for SECURITY ERASE UNIT. 388min for ENHANCED SECURITY 

Bug#691620: gnome-mplayer: Hang at Caching 0% when playing http streaming audio playlist until FF

2012-10-27 Thread Dominique Brazziel
Package: gnome-mplayer
Version: 1.0.6-1
Severity: important

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

   * What led up to the situation?
   Trying to play m3u audio playlist created by 'libapache2-mod-musicindex' 
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Player loads large playlist then starts to cache, hangs at 0% until 
fast forward is hit.
   * What was the outcome of this action?
   Multiple HTTP requests for non existent files (hex data) seen in
   Apache server logs, strace shows looking for idx, ifo files, etc.
   Only after hitting fast forward button did correct HTTP request
   get sent for the .mp3 file named in the playlist 
   Each time the next song would come up the bad requests are sent
   to the server and fast forward must be pressed again.
   * What outcome did you expect instead?
   Correct filename sent in first request and thereafter.  Totem
   has no problem playing the playlists.

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


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

Kernel: Linux 3.2.23-interatom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-mplayer depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-2
ii  libasound2   1.0.25-4
ii  libc62.13-35
ii  libcairo21.12.2-2
ii  libcurl3-gnutls  7.26.0-1
ii  libdbus-1-3  1.6.8-1
ii  libdbus-glib-1-2 0.100-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.33.12+really2.32.4-2
ii  libgmlib01.0.6-1
ii  libgmtk0 1.0.6-1
ii  libgpod4 0.8.2-6
ii  libgtk-3-0   3.4.2-4
ii  libmusicbrainz3-63.0.2-2.1
ii  libnautilus-extension1a  3.4.2-1+build1
ii  libnotify4   0.7.5-1
ii  libx11-6 2:1.5.0-1
ii  libxss1  1:1.2.2-1
ii  mplayer2 [mplayer]   2.0-554-gf63dbad-1+b1

gnome-mplayer recommends no packages.

Versions of packages gnome-mplayer suggests:
pn  gecko-mediaplayer  none

-- no debconf information


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



Bug#686512: atop: init script creates file '/var/log/atop/daily.log'

2012-09-02 Thread Dominique Brazziel
Package: atop
Version: 1.26-2
Severity: normal

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

   * What led up to the situation?
   Nightly cron job '/etc/cron.d/atop' executes atop _cron
   
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 N/A
 
   * What was the outcome of this action?
   The nightly cron script invokes the init script
   which restarts the atop daemon and
   starts writing to a new log file named
   /var/log/atop/atop_MMDD.  In the process
   of doing so it creates an empty file
   '/var/log/atop/daily.log' which is never
   written to.
   
   * What outcome did you expect instead?
   No '/var/log/atop/daily.log' file.  It is
   redundant and confusing.  AFAICS atop doesn't take
   a file name without a preceding read (-r) or
   write (-w) argument, but the wrapper script
   has redirected the output there for some reason.

Perhaps the daily log is there to hold error
messages from the restart, but if that is the
case it should perhaps be named 'error.log' 
to eliminate confusion.
*** End of the template - remove these lines ***


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

Kernel: Linux 3.2.23-interatom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages atop depends on:
ii  libc62.13-35
ii  libncurses5  5.9-10
ii  libtinfo55.9-10
ii  lsb-base 4.1+Debian7
ii  zlib1g   1:1.2.7.dfsg-13

Versions of packages atop recommends:
ii  cron  3.0pl1-124

atop suggests no packages.

-- no debconf information


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



Bug#684686: Workaround

2012-08-27 Thread Dominique Brazziel
I was able to get the main binary to
build by running dpkg-buildpackage first, then
make.


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



Bug#684686: prelink: FTBFS libtool script recursively calls itself

2012-08-12 Thread Dominique Brazziel
Package: prelink
Version: 0.0.20090925-6
Severity: grave
Justification: renders package unusable

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

   * What led up to the situation?
   Trying to build the package to insert more diagnostic output
   (reference http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620630)
   
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
./configure
make

   * What was the outcome of this action?
make recursively calls the 'libtool' 
script which spawns infinite 

bash ../libtool --no-reexec

System eventually locks up and has to be hard shutdown/rebooted
if one cannot CTRL-C fast enough

   * What outcome did you expect instead?
Expected to see some compiles and links

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


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

Kernel: Linux 3.2.0-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages prelink depends on:
ii  execstack  0.0.20090925-6

prelink recommends no packages.

prelink suggests no packages.

-- Configuration Files:
/etc/cron.daily/prelink changed:
. /etc/default/prelink
renice +19 -p $$ /dev/null 21
if [ $PRELINKING != yes ]  [ $PRELINKING != no ]; then
echo Default action. Modify /etc/default/prelink to change this.  
/var/log/prelink.log
exit 0
fi
PRELINK_OPTS=$PRELINK_OPTS -Tv
if [ $PRELINKING = no ]; then
  if [ -f /etc/prelink.cache ]; then
echo /usr/sbin/prelink -ua  /var/log/prelink.log
/usr/sbin/prelink -ua  /var/log/prelink.log 21 \
  || echo Prelink failed with return value $?  /var/log/prelink.log
rm -f /etc/prelink.cache
# Restart init if needed
[ -n $(find `ldd /sbin/init | awk 'NF == 4 { print $3 }'` /sbin/init 
-ctime -1 2/dev/null ) ]  /sbin/telinit u
  fi
  exit 0
fi
if [ ! -f /etc/prelink.cache -o -f /var/lib/misc/prelink.force ] \
   || grep -q '^prelink-ELF0.[0-2]' /etc/prelink.cache; then
  # If cache does not exist or is from older prelink versions or
  # if we were asked to explicitely, force full prelinking
  rm -f /etc/prelink.cache /var/lib/misc/prelink.force
  PRELINK_OPTS=$PRELINK_OPTS -f
  date  /var/lib/misc/prelink.full
  cp -a /var/lib/misc/prelink.{full,quick}
elif [ -n $PRELINK_FULL_TIME_INTERVAL \
   -a `find /var/lib/misc/prelink.full -mtime 
-${PRELINK_FULL_TIME_INTERVAL} 2/dev/null` \
  = /var/lib/misc/prelink.full ]; then
  # If no more than PRELINK_NONRPM_CHECK_INTERVAL days elapsed from last prelink
  # (be it full or quick) and no packages have been upgraded via dpkg since 
then,
  # don't do anything.
  [ `find /var/lib/misc/prelink.quick -mtime 
-${PRELINK_NONRPM_CHECK_INTERVAL:-7} 2/dev/null` \
-a -f /var/lib/dpkg/status \
-a /var/lib/dpkg/status -ot /var/lib/misc/prelink.quick ]  exit 0 
  date  /var/lib/misc/prelink.quick
  # If prelink without -q has been run in the last
  # PRELINK_FULL_TIME_INTERVAL days, just use quick mode
  PRELINK_OPTS=$PRELINK_OPTS -q
else
  date  /var/lib/misc/prelink.full
  cp -a /var/lib/misc/prelink.{full,quick}
fi
echo /usr/sbin/prelink -a $PRELINK_OPTS  /var/log/prelink.log
/usr/sbin/prelink -a $PRELINK_OPTS  /var/log/prelink.log 21 \
  || echo Prelink failed with return value $?  /var/log/prelink.log
[ -n $(find `ldd /sbin/init | awk 'NF == 4 { print $3 }'` /sbin/init -ctime -1 
2/dev/null ) ]  /sbin/telinit u
exit 0

/etc/default/prelink changed:
PRELINKING=yes
PRELINK_OPTS=-mR
PRELINK_FULL_TIME_INTERVAL=14
PRELINK_NONRPM_CHECK_INTERVAL=7

/etc/prelink.conf changed:
-b *.la
-b *.png
-b *.py
-b *.pl
-b *.pm
-b *.sh
-b *.xml
-b *.xslt
-b *.a
-b *.js
-b /lib/modules
-b /usr/lib/locale
-b /usr/lib/libgsl.so.0
-b /usr/bin/inkview
-b /usr/lib/gdm/libgdmsimplegreeter.so.1
-b /usr/lib/gdm3/gdm-simple-greeter
-b /usr/lib/i386-linux-gnu/i686/cmov/libavdevice.so.53
-b /usr/bin/avplay
-b /usr/lib/i386-linux-gnu/libtheoraenc.so.1
-b /usr/lib/klibc
-b /usr/lib/Adobe/Reader9
-b /usr/lib/xulrunner-10.0/xpcshell
-b /usr/lib/xulrunner-10.0/xulrunner-bin
-b /usr/lib/xulrunner-10.0/plugin-container
-b /usr/lib/jvm
-b /usr/sbin/prelink.bin
-b /usr/local/sbin/prelink.bin
-l /usr/local/sbin
-l /sbin
-l /usr/sbin
-l /usr/local/bin
-l /bin
-l /usr/bin
-l /usr/X11R6/bin
-l /usr/games
-l /usr/local/lib
-l /lib
-l /usr/lib
-l /usr/X11R6/lib


-- no debconf information


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



Bug#620630: Need more diagnostics

2012-08-09 Thread Dominique Brazziel
This bug should be severity serious or grave IMO.  The
package doesn't work and there is no real roadmap to 
help the user try and get it to work.  I tried adding
every library and binary to the blacklist as they 
come caused a forced prelink to choke, but it seems
never ending and when I tried to do 'prelink -avf' 
as noted by the previous poster, I got almost no output
or indication of any progress:

Laying out 706 libraries in virtual address space 4100-5000
prelink: Could not find virtual address slot
for /usr/lib/i386-linux-gnu/libglibmm-2.4.so.1

Indeed, no '/etc/prelink.cache' was created.  Adding the '-R'
flag only produced an additional message about the 
base address:

Random base 0x418b2000

but no prelinking was done.  I'll give it a 
couple of more tries and then I'm done.
 


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



Bug#679543: xev trace

2012-06-30 Thread Dominique Brazziel
Attached is xev trace output from gnome-terminal in
a VNC session.  I navigated to the window and pressed and released the
up arrow then the down arrow.  Then I pressed and released the up and
down arrows from the numeric keypad.  Note
that KeyPress events were only generated for the numeric keypad
presses.  When running the same test using the native X display
the up/down arrow sequence sends KeyPress events for keycodes 111 and
116 respectively.
Outer window is 0x81, inner window is 0x82

PropertyNotify event, serial 7, synthetic NO, window 0x81,
atom 0x27 (WM_NAME), time 1042598595, state PropertyNewValue

PropertyNotify event, serial 8, synthetic NO, window 0x81,
atom 0x22 (WM_COMMAND), time 1042598595, state PropertyNewValue

PropertyNotify event, serial 9, synthetic NO, window 0x81,
atom 0x28 (WM_NORMAL_HINTS), time 1042598595, state PropertyNewValue

CreateNotify event, serial 10, synthetic NO, window 0x81,
parent 0x81, window 0x82, (10,10), width 50, height 50
border_width 4, override NO

PropertyNotify event, serial 13, synthetic NO, window 0x81,
atom 0x8c (WM_PROTOCOLS), time 1042598596, state PropertyNewValue

MapNotify event, serial 14, synthetic NO, window 0x81,
event 0x81, window 0x82, override NO

ConfigureNotify event, serial 26, synthetic NO, window 0x81,
event 0x81, window 0x81, (0,0), width 178, height 178,
border_width 0, above 0x600028, override NO

PropertyNotify event, serial 26, synthetic NO, window 0x81,
atom 0xf3 (_NET_WM_ALLOWED_ACTIONS), time 1042598599, state PropertyNewValue

PropertyNotify event, serial 26, synthetic NO, window 0x81,
atom 0xf3 (_NET_WM_ALLOWED_ACTIONS), time 1042598599, state PropertyNewValue

ReparentNotify event, serial 26, synthetic NO, window 0x81,
event 0x81, window 0x81, parent 0x600101,
(0,0), override NO

PropertyNotify event, serial 26, synthetic NO, window 0x81,
atom 0xae (_NET_WM_DESKTOP), time 1042598600, state PropertyNewValue

PropertyNotify event, serial 26, synthetic NO, window 0x81,
atom 0xae (_NET_WM_DESKTOP), time 1042598600, state PropertyNewValue

PropertyNotify event, serial 26, synthetic NO, window 0x81,
atom 0xab (_NET_FRAME_EXTENTS), time 1042598601, state PropertyNewValue

ConfigureNotify event, serial 26, synthetic NO, window 0x81,
event 0x81, window 0x81, (6,32), width 178, height 178,
border_width 0, above 0x0, override NO

PropertyNotify event, serial 26, synthetic NO, window 0x81,
atom 0xcb (WM_STATE), time 1042598601, state PropertyNewValue

PropertyNotify event, serial 26, synthetic NO, window 0x81,
atom 0xb4 (_NET_WM_STATE), time 1042598601, state PropertyNewValue

ConfigureNotify event, serial 26, synthetic YES, window 0x81,
event 0x81, window 0x81, (14,513), width 178, height 178,
border_width 2, above 0x0, override NO

MapNotify event, serial 26, synthetic NO, window 0x81,
event 0x81, window 0x81, override NO

VisibilityNotify event, serial 26, synthetic NO, window 0x81,
state VisibilityUnobscured

Expose event, serial 26, synthetic NO, window 0x81,
(0,0), width 178, height 10, count 3

Expose event, serial 26, synthetic NO, window 0x81,
(0,10), width 10, height 58, count 2

Expose event, serial 26, synthetic NO, window 0x81,
(68,10), width 110, height 58, count 1

Expose event, serial 26, synthetic NO, window 0x81,
(0,68), width 178, height 110, count 0

PropertyNotify event, serial 26, synthetic NO, window 0x81,
atom 0xb4 (_NET_WM_STATE), time 1042598605, state PropertyNewValue

FocusIn event, serial 26, synthetic NO, window 0x81,
mode NotifyNormal, detail NotifyNonlinear

KeymapNotify event, serial 26, synthetic NO, window 0x0,
keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

PropertyNotify event, serial 26, synthetic NO, window 0x81,
atom 0xb4 (_NET_WM_STATE), time 1042598606, state PropertyNewValue

EnterNotify event, serial 31, synthetic NO, window 0x81,
root 0x2e, subw 0x0, time 1042601026, (176,139), root:(192,654),
mode NotifyNormal, detail NotifyAncestor, same_screen YES,
focus YES, state 0

KeymapNotify event, serial 31, synthetic NO, window 0x0,
keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

MotionNotify event, serial 31, synthetic NO, window 0x81,
root 0x2e, subw 0x0, time 1042601034, (167,137), root:(183,652),
state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 31, synthetic NO, window 0x81,
root 0x2e, subw 0x0, time 1042601042, (157,134), root:(173,649),
state 0x0, is_hint 0, same_screen YES

MotionNotify event, serial 31, synthetic NO, window 0x81,

Bug#667612: This would be a showstopper for me as well

2012-06-18 Thread Dominique Brazziel
I have a large '/usr/local' partition containing lots of source code
and merging '/usr' into '/' would be non-trivial.

Would it be possible to work around the problem by copying the library
to the '/lib/...' directory so it is included in the initramfs image?
Would systemd be able to find
that copy of the library?





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



Bug#675198: tracker-store man page description needs minor cleanup

2012-05-30 Thread Dominique Brazziel
Package: tracker
Version: 0.14.1-1
Severity: minor
Tags: patch

Dear Maintainer,

The man page description of tracker-store has a 
discontinuation:

...instead other processes do that and serves as a daemon
waiting  for  such requests...

I think what was meant was this

...instead other processes do that while tracker-store serves 
as a daemon waiting  for  such requests... 

Patch attached.

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

Kernel: Linux 3.2.17-interatom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tracker depends on:
ii  dbus 1.5.12-1
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-1
ii  dpkg 1.16.3
ii  libc62.13-32
ii  libexempi3   2.2.0-1
ii  libglib2.0-0 2.32.3-1
ii  libtracker-miner-0.14-0  0.14.1-1
ii  libtracker-sparql-0.14-0 0.14.1-1
ii  shared-mime-info 0.90-1.1

Versions of packages tracker recommends:
ii  tracker-gui  0.14.1-1
ii  tracker-miner-evolution  0.14.1-1
ii  tracker-miner-fs 0.14.1-1
ii  tracker-utils0.14.1-1

tracker suggests no packages.

-- no debconf information
--- tracker-store.1.orig	2012-05-30 09:32:36.878944134 -0400
+++ tracker-store.1.new	2012-05-30 09:34:04.239664340 -0400
@@ -15,7 +15,9 @@
 .PP
 .B tracker-store
 does not do any file crawling or any mining of data itself, instead
-other processes do that and serves as a daemon waiting for such
+other processes do that while 
+.B tracker-store
+serves as a daemon waiting for such
 requests from application miners like
 .B tracker-miner-fs.
 


Bug#672801: Another pair

2012-05-19 Thread Dominique Brazziel
From the clean run today at 16:25 EST:

Checking/Updating
security.debian.org/dists/testing/updates/contrib/binary-i386/Packages.bz2...
i(0KiB)/i

Then, from the second run at 16:44 EST:

Checking/Updating
security.debian.org/dists/testing/updates/contrib/binary-i386/Packages.bz2...
font color=redb502 Resource temporarily unavailable/b/font
labelinput type=checkbox name=kf14
value=security.debian.org/dists/testing/updates/contrib/binary-i386/Packages.bz2Tag/labelbr

Why is are there two logs?  Why does this second check and attempt to
update the same file(s)?

Full logs attached.
Maintenance task (bExpiration/b), apt-cacher-ng version: 0.7.3 (a href=acng-report.html?doExpire=Start+ExpirationabortOnErrors=aOesigabortCancel/a)brform id=mainForm action=#top
bLocating potentially expired files in the cache.../bbr
Scanning, found 1 file...br /
Scanning, found 2 files...br /
Scanning, found 4 files...br /
Scanning, found 8 files...br /
Scanning, found 16 files...br /
Scanning, found 32 files...br /
Scanning, found 64 files...br /
Scanning, found 128 files...br /
Scanning, found 256 files...br /
Scanning, found 512 files...br /
Found 900 files.br /
bBringing index files up to date.../bbr
Checking/Updating debrep/dists/testing/InRelease...
i(186KiB)/i
br
Checking/Updating debrep/dists/unstable/InRelease...
i(228KiB)/i
br
Checking/Updating security.debian.org/dists/testing/updates/InRelease...
i(86KiB)/i
br
Checking security.debian.org/dists/testing/updates/main/source/Sources.bz2... (fresh)br
Checking/Updating debrep/dists/testing/contrib/binary-i386/Packages.diff/Index...
i(6KiB)/i
br
Downloading debrep/dists/testing/contrib/binary-i386/Packages.diff/2012-05-18-0213.23.gz...
i(0KiB)/i
br
Patching result: succeededbrChecking/Updating debrep/dists/testing/contrib/binary-i386/Packages.bz2...
i(42KiB)/i
br
Checking/Updating debrep/dists/unstable/contrib/binary-i386/Packages.diff/Index...
i(7KiB)/i
br
Downloading debrep/dists/unstable/contrib/binary-i386/Packages.diff/2012-05-17-1417.27.gz...
i(0KiB)/i
br
Downloading debrep/dists/unstable/contrib/binary-i386/Packages.diff/2012-05-18-0213.23.gz...
i(0KiB)/i
br
Patching result: succeededbrChecking/Updating debrep/dists/unstable/contrib/binary-i386/Packages.bz2...
i(45KiB)/i
br
Checking/Updating debrep/dists/testing/contrib/source/Sources.diff/Index...
i(6KiB)/i
br
Downloading debrep/dists/testing/contrib/source/Sources.diff/2012-05-18-0213.23.gz...
i(0KiB)/i
br
Patching result: succeededbrChecking/Updating debrep/dists/testing/contrib/source/Sources.bz2...
i(50KiB)/i
br
Checking debrep/dists/testing/non-free/binary-i386/Packages.diff/Index... (fresh)br
Checking debrep/dists/testing/non-free/binary-i386/Packages.diff/2012-05-17-0213.10.gz... (complete)br
Patching result: succeededbrChecking/Updating debrep/dists/testing/non-free/binary-i386/Packages.bz2...
i(69KiB)/i
br
Checking debrep/dists/unstable/non-free/binary-i386/Packages.diff/Index... (fresh)br
Checking debrep/dists/testing/non-free/source/Sources.diff/Index... (fresh)br
Checking debrep/dists/testing/non-free/source/Sources.diff/2012-05-17-0213.10.gz... (complete)br
Patching result: succeededbrChecking/Updating debrep/dists/testing/non-free/source/Sources.bz2...
i(90KiB)/i
br
Checking/Updating debrep/dists/testing/main/source/Sources.diff/Index...
i(7KiB)/i
br
Checking debrep/dists/testing/main/source/Sources.diff/2012-05-17-0213.10.gz... (complete)br
Downloading debrep/dists/testing/main/source/Sources.diff/2012-05-17-1417.27.gz...
i(1KiB)/i
br
Downloading debrep/dists/testing/main/source/Sources.diff/2012-05-18-0213.23.gz...
i(16KiB)/i
br
Patching result: succeededbrChecking/Updating debrep/dists/testing/main/source/Sources.bz2...
i(5779KiB)/i
br
Checking/Updating debrep/dists/testing/main/binary-i386/Packages.diff/Index...
i(7KiB)/i
br
Checking debrep/dists/testing/main/binary-i386/Packages.diff/2012-05-16-1414.14.gz... (complete)br
Checking debrep/dists/testing/main/binary-i386/Packages.diff/2012-05-17-0213.10.gz... (complete)br
Downloading debrep/dists/testing/main/binary-i386/Packages.diff/2012-05-17-1417.27.gz...
i(4KiB)/i
br
Downloading debrep/dists/testing/main/binary-i386/Packages.diff/2012-05-18-0213.23.gz...
i(19KiB)/i
br
Patching result: succeededbrChecking/Updating debrep/dists/testing/main/binary-i386/Packages.bz2...
i(5658KiB)/i
br
Checking/Updating debrep/dists/unstable/main/binary-i386/Packages.diff/Index...
i(7KiB)/i
br
Checking debrep/dists/unstable/main/binary-i386/Packages.diff/2012-05-16-1414.14.gz... (complete)br
Checking debrep/dists/unstable/main/binary-i386/Packages.diff/2012-05-16-2013.35.gz... (complete)br
Checking debrep/dists/unstable/main/binary-i386/Packages.diff/2012-05-17-0213.10.gz... (complete)br
Checking debrep/dists/unstable/main/binary-i386/Packages.diff/2012-05-17-0814.46.gz... (complete)br
Downloading debrep/dists/unstable/main/binary-i386/Packages.diff/2012-05-17-1417.27.gz...
i(34KiB)/i
br
Downloading 

Bug#672801: Still happening daily

2012-05-16 Thread Dominique Brazziel
Today it was just the one maint_ log, even though this morning I had
manually run the expire-caller with the path check and checksum options
in effect, saw some 'Bad' files, tagged them and deleted them, then also
immediately deleted debs scheduled for removal.  Everything looked nice
and clean after I finished, then another error.  I don't have the logs
for error today because a couple of minutes after I noticed the error I
decided to just re-run the cron job and it ran cleanly then deleted old
maint_ logs at the end of the run.

I might monkey around with the cron script to call
expire-caller.pl a second time if it errors on the first run.
I know that's a hack but it's really annoying to see the same 
garbage every day.  It seems like the contrib/Packages.bz2 and
security InRelease files are the most frequent triggers for the error
but I can't tell what the problem is when the cron job is run, it only
shows up after the fact.  If I run the expire-caller from the web
interface with the path and checksum checkers it gives more information
but having to do that manually every time there is an error, _and_ then
run the cron job after to clear out old logs is no good.







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



Bug#535752: This bug still exists in 0.12+git20090217-3

2012-04-30 Thread Dominique Brazziel
Please apply the patch ASAP, as the correct filename
to parse the data is arguably the most important part of the
configuration file and without the patch who knows what, if anything, is
being sent out.  Without the correct file name string the whole package
fails.  The priority of this bug should arguably be grave, or at least
serious.




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



Bug#617299: I hit this same problem building custom kernel

2012-04-10 Thread Dominique Brazziel
Per the 'Debian Linux Kernel Handbook' chapter 'Common kernel-related
tasks' 
(http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official)
I tried:

make KDEB_PKGVERSION=1.0_xxx deb-pkg 

and the build went OK until the final step(s) to produce the 
image .deb file:

dpkg-deb: building package `linux-headers-3.2.12' in
`../linux-headers-3.2.12_1.0-interatom_i386.deb'.
dpkg-deb: building package `linux-libc-dev' in
`../linux-libc-dev_1.0-interatom_i386.deb'.
dpkg-deb: building package `linux-image-3.2.12' in
`../linux-image-3.2.12_1.0-interatom_i386.deb'.
dpkg-deb (subprocess): data member: internal gzip write error: 'No space
left on device'
dpkg-deb: error: subprocess compress from tar -cf returned error exit
status 2
make[1]: *** [deb-pkg] Error 2
make: *** [deb-pkg] Error 2
Command exited with non-zero status 2

This was the first time I tried this method, I've been using 
make-kpkg for years without a problem.  Like the OP, my /tmp
size was low, 200 megabytes to be precise.  The 200M was derived from
the value of '/etc/default/tmpfs' as 20% of RAM, but that value used to
be 50% IIRC.  The make-kpkg method had no problem with 20%, but with
that method one can specify to build the image only, but the 'deb-pkg'
target apparently builds header and libc6-dev packages without one
asking for them and this may have something to do with lots of
additional space being allocated.

 Even after specifying env TMPDIR='/huge/harddrive/directory' the
dpkg-deb space seemed to hang/loop at the same place, though no message
regarding space was emitted, so that may have been a different problem.
In any event, more verbose messages seem warranted.  






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



Bug#665477: Correction: one hour interval is in effect

2012-04-01 Thread Dominique Brazziel
It seems that the gnome-settings-daemon 'updates' plugin
is responsible for many of the packagekit updates, as
'gsd-updates-refresh' indicates:

#define PERIODIC_CHECK_TIME 60*60   /* poke PackageKit every hour */

I run rsyslog which receives messages from another machine which runs 2
desktop sessions (one native, one VNC) and do the updates faithfully in
addition to some ad-hoc command line apt(itude) work, so didn't notice
the one hour interval when I initially perused the logs.  Upon initial
viewing without knowing about the g-s-d updates plugin it just seemed
like a storm of activations with no discernible source.   

If the one hour trigger from each of the g-s-d processes is sifted out
of the messages, what is left might be attributed to dpkg and apt-get
update post-invoke calls from '/etc/apt/apt.conf.d/20packagekit'.  

OK to close this, and thank you for the hint about g-s-d and for your
fine work with Debian.  




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



Bug#665477: bustle output

2012-03-27 Thread Dominique Brazziel
I ran bustle-dbus-monitor for a couple of hours this morning on a
lightly loaded system (a VNC session actually) and mailed you the
output.  I saw a few PackageKit signals in there, hope it is of some
use.   




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



Bug#665290: I think I understand; workaround

2012-03-26 Thread Dominique Brazziel
Got it - the distro upgrade functionality should be there for those who
want it, but because it is not working properly in some instances, noise
about package management is generated in both .xsession-errors and
syslog.  

Those, like myself, who do not want any _additional_ package management
updaters/helpers, etc. besides the daily apt updates may try
and disable the g-s-d updates plugin with:

   gsettings set org.gnome.settings-daemon.plugins.updates active false

or use dconf-editor to deactivate that plugin, followed by g-s-d restart
(i.e. logout/login).  I just did so on one machine and am monitoring to
see if the messages cease, so far so good.




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



Bug#665477: gnome-settings-daemon probably is the culprit

2012-03-25 Thread Dominique Brazziel
Hello, Matthias!  Thank you for your quick reply.

This pair of messages appears all through '.xsession-errors':

(gnome-settings-daemon:4690): PackageKit-WARNING **: couldn't parse
execption
'GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._pk_5ftransaction_5ferror.Code4:
 GetDistroUpgrades not supported by backend', please report

(gnome-settings-daemon:4690): updates-plugin-WARNING **: failed to get
upgrades:
GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._pk_5ftransaction_5ferror.Code4: 
GetDistroUpgrades not supported by backend

As mentioned previously, contrary to the documentation,
'/var/log/PackageKit' does not exist.  Perhaps the cause
of the log file not existing is that transactions don't actually
complete?

Regarding the low cost of the service starting, I am aware that it costs
next to nothing in terms of resources, but the starting without knowing
which component is doing so, and not knowing the intent of the autostart
(i.e. what is _supposed_ to be happening, and how often is it supposed
to happen?) muddies the waters of understanding and makes it more
difficult to configure and/or debug other package management services
and helpers (i.e. update-notifier).  

In the googling I did in order to research this problem I found I was
not alone in wondering about this spordadic starting and the attending
syslog spam,  One person said they used to receive the messages every
hour, but that now it is down to 6 or 7 minutes.

I will try and get a bustle log and report back.  Thank you again for
your attention in this matter. 




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



Bug#665290: Not _trying_ to do Distro upgrades

2012-03-25 Thread Dominique Brazziel
This message does not coincide with me trying to use 
packagekit to do distribution or any other upgrades, but rather
coincodes with the following spam pair in my syslog (on three different
machines, mind you):

dbus[1670]: [system] Activating service
name='org.freedesktop.PackageKit' (using servicehelper)
dbus[1670]: [system] Successfully activated service
'org.freedesktop.PackageKit'

They '.xsession-errors' messages and '/var/log/messages' pair
above both happened at 19:19.  Finally some cause and effect has been
established for the phantom packagekit activation
(see also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665477).  
Feel free to merge #665477 with this one.

Once again, I use a mixture of aptitude and update-manager to perform
all package upgrades.  The daily cron job '/etc/cron.daily/apt' does 95%
of the updates (I do the odd command line update when a repository
change is made, which is rarely).  I do not intentionally try and use
packagekit at all.







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



Bug#665477: packagekit: dbus reports 'Activating service ...PackageKit' at random intervals throughout the day

2012-03-24 Thread Dominique Brazziel
Package: packagekit
Version: 0.7.3-2
Severity: normal

Dear Maintainer,

Why is packagekit starting up throughout the day?  There is no
indication in the messages which component is sending the message to
start packagekit, just a dbus message indicating that the service
was started:

dbus[2560]: [system] Activating service name='org.freedesktop.PackageKit' 
(using servicehelper)
dbus[2560]: [system] Successfully activated service 'org.freedesktop.PackageKit'

This pair of messages appears throughout the day, but the intervals are not 
fixed:

Mar 24 07:03:16 asusb202 dbus[2560]: [system] Activating service 
name='org.freedesktop.PackageKit' (using servicehelper)
Mar 24 07:03:16 asusb202 dbus[2560]: [system] Successfully activated service 
'org.freedesktop.PackageKit'
Mar 24 07:28:04 asusb202 dbus[2560]: [system] Activating service 
name='org.freedesktop.PackageKit' (using servicehelper)
Mar 24 07:28:04 asusb202 dbus[2560]: [system] Successfully activated service 
'org.freedesktop.PackageKit'
Mar 24 08:03:16 asusb202 dbus[2560]: [system] Activating service 
name='org.freedesktop.PackageKit' (using servicehelper)
Mar 24 08:03:16 asusb202 dbus[2560]: [system] Successfully activated service 
'org.freedesktop.PackageKit'
Mar 24 08:27:07 asusb202 dbus[2560]: [system] Activating service 
name='org.freedesktop.PackageKit' (using servicehelper)
Mar 24 08:27:07 asusb202 dbus[2560]: [system] Successfully activated service 
'org.freedesktop.PackageKit'
Mar 24 08:42:07 asusb202 dbus[2560]: [system] Activating service 
name='org.freedesktop.PackageKit' (using servicehelper)
Mar 24 08:42:07 asusb202 dbus[2560]: [system] Successfully activated service 
'org.freedesktop.PackageKit'
Mar 24 09:03:16 asusb202 dbus[2560]: [system] Activating service 
name='org.freedesktop.PackageKit' (using servicehelper)
Mar 24 09:03:16 asusb202 dbus[2560]: [system] Successfully activated service 
'org.freedesktop.PackageKit'
Mar 24 09:20:00 asusb202 dbus[2560]: [system] Activating service 
name='org.freedesktop.PackageKit' (using servicehelper)
Mar 24 09:20:00 asusb202 dbus[2560]: [system] Successfully activated service 
'org.freedesktop.PackageKit'
Mar 24 09:58:13 asusb202 dbus[2560]: [system] Activating service 
name='org.freedesktop.PackageKit' (using servicehelper)
Mar 24 09:58:14 asusb202 dbus[2560]: [system] Successfully activated service 
'org.freedesktop.PackageKit'
Mar 24 10:20:25 asusb202 dbus[2560]: [system] Activating service 
name='org.freedesktop.PackageKit' (using servicehelper)
Mar 24 10:20:25 asusb202 dbus[2560]: [system] Successfully activated service 
'org.freedesktop.PackageKit'

The doc 
(src/packagekit/packagekit-0.7.2/docs/api/html/config-main.html#config-main-logging)
says transaction logging will go to '/var/log/PackageKit', but it does not.
Setting 'Check for updates' to 'never' and 'Automatically install' to 'nothing' 
via gpk-prefs has no effect on these messages or PackageKit waking up.  

I get updates (including security) from a daily cron job ('/etc/cron.daily/apt')
 and update-notifier tells me about them.  I don't need packagekit checking for 
 updates and don't want the service activated from any source that I don't know 
about

1.  What is waking up packagekit (sending the message to 
'org.freedesktop.PackageKit')?
2.  Is there a method to control how often the service is awakened or, better 
yet,
disable it without hitting it with a hammer (i.e. removing the service or 
setting it
to '/bin/true').



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

Kernel: Linux 3.2.4-interatom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages packagekit depends on:
ii  libarchive12  3.0.3-6
ii  libc6 2.13-27
ii  libglib2.0-0  2.30.2-6
ii  libglib2.0-bin2.30.2-6
ii  libpackagekit-glib2-140.7.3-2
ii  libpolkit-backend-1-0 0.104-2
ii  libpolkit-gobject-1-0 0.104-2
ii  libsqlite3-0  3.7.10-1
ii  packagekit-backend-aptcc  0.7.3-2

packagekit recommends no packages.

Versions of packages packagekit suggests:
pn  packagekit-backend-smart  none

-- Configuration Files:
/etc/PackageKit/PackageKit.conf changed:
[Daemon]
TransactionLogging=true
UseNetworkManager=false
UseNetworkConnman=false
UseNetworkHeuristic=true
UseRemainingTimeEstimation=true
ShutdownTimeout=300
BackendShutdownTimeout=5
BackendSpawnNiceValue=0
BackendSpawnNiceValueBackground=10
BackendSpawnIdleIO=true
BackendSpawnIdleIOBackground=true
BackendSpawnAllowSIGKILL=true
DefaultBackend=aptcc
UseSyslog=false
ScanDesktopFiles=true
UpdatePackageList=true
UpdateCheckProcesses=true
CheckSharedLibrariesInUse=true
CheckTestingRepos=true
UseUpdateCache=false
DeveloperMode=false
StateChangedTimeoutPriority=30
StateChangedTimeoutNormal=600

Bug#665289: packagekit-docs does not include the 'introduction*' pages

2012-03-22 Thread Dominique Brazziel
Package: packagekit-docs
Version: 0.7.3-2
Severity: normal

Dear Maintainer,
The following overview type files are missing from the packagekit-docs
package:

introduction-backends.html
introduction-cancellation.html
introduction-errors.html
introduction-group-type.html
introduction.html
introduction-ideas-filters.html
introduction-ideas-simultaneous.html
introduction-ideas-status.html
introduction-ideas-transactionid.html
introduction-ideas-transactions.html

I see them in the source package, but they need to be in the docs package
as they provide at least some much needed illumination about how packagekit 
is supposed to work.  Those concepts are required to provide some foundation
for the API reference.

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

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



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



Bug#665290: packagekit: warning message 'GetDistroUpgrades not supported by backend' in .xsession-errors

2012-03-22 Thread Dominique Brazziel
Package: packagekit
Version: 0.7.3-2
Severity: normal

Dear Maintainer,

They come in pairs:

(gnome-settings-daemon:3167): PackageKit-WARNING **: couldn't parse execption 
'GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._pk_5ftransaction_5ferror.Code4:
 GetDistroUpgrades not supported by backend', please report
(gnome-settings-daemon:3167): updates-plugin-WARNING **: failed to get 
upgrades: 
GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._pk_5ftransaction_5ferror.Code4: 
GetDistroUpgrades not supported by backend

If this belongs in gnome-settings-daemon feel free to reassign.  

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


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

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages packagekit depends on:
ii  libarchive12  3.0.3-6
ii  libc6 2.13-27
ii  libglib2.0-0  2.30.2-6
ii  libglib2.0-bin2.30.2-6
ii  libpackagekit-glib2-140.7.3-2
ii  libpolkit-backend-1-0 0.104-2
ii  libpolkit-gobject-1-0 0.104-2
ii  libsqlite3-0  3.7.10-1
ii  packagekit-backend-aptcc  0.7.3-2

packagekit recommends no packages.

Versions of packages packagekit suggests:
pn  packagekit-backend-smart  none

-- Configuration Files:
/etc/PackageKit/PackageKit.conf changed:
[Daemon]
TransactionLogging=true
UseNetworkManager=false
UseNetworkConnman=false
UseNetworkHeuristic=true
UseRemainingTimeEstimation=true
ShutdownTimeout=300
BackendShutdownTimeout=5
BackendSpawnNiceValue=0
BackendSpawnNiceValueBackground=10
BackendSpawnIdleIO=true
BackendSpawnIdleIOBackground=true
BackendSpawnAllowSIGKILL=true
DefaultBackend=aptcc
UseSyslog=false
ScanDesktopFiles=true
UpdatePackageList=true
UpdateCheckProcesses=true
CheckSharedLibrariesInUse=true
CheckTestingRepos=true
UseUpdateCache=false
DeveloperMode=false
StateChangedTimeoutPriority=30
StateChangedTimeoutNormal=600
SimultaneousTransactionsForUid=500
MaximumItemsToResolve=3200
MaximumPackagesToProcess=4000
TransactionCreateCommitTimeout=300
TransactionKeepFinishedTimeout=5
UseIdleBandwidth=true
NoUpdateProcessList=/usr/lib/*/firefox;/usr/lib/*/iceweasel
UseThreadsInBackend=true
UseRoot=/
CancelBackgroundTransactions=true


-- no debconf information



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



Bug#664542: Last changes didn't work

2012-03-19 Thread Dominique Brazziel
Defining the URL opener in one module and trying to use it another
still resulted in namespace type errors (Global name 'changelog_opener'
not found, etc.).  One line change to 
UpdateManager/DistSpecific/changelog.py seems to work:

#connection = urllib2.urlopen(url)
connection = urllib2.build_opener().open(url)

I'm not sufficiently conversant with Python and the u-m code 
to either implement a second opener without proxy support  which would
be built once then used globally as needed.   





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



Bug#664542: update-manager-core: Changelog view fails when '/etc/apt/02proxy' set to apt-cacher-ng server

2012-03-18 Thread Dominique Brazziel
Package: update-manager-core
Version: 0.200.5-2
Severity: normal

Dear Maintainer,

When apt proxy is set to an apt-cacher-ng server, a new
URL handler is built to handle HTTP downloads (see 
'UpdateManager/Frontend/Gtk/utils.py'), which works
for packages, but causes an HTTP error 403 when attempting
to view changelogs:

[   DEBUG:UpdateManager.Frontend.Gtk.ui] Changelog not in cache, need to 
download (lyx).
[   DEBUG:UpdateManager.DistSpecific.changelog] Fetching changelog entry for 
ttf-lyx.
[   DEBUG:UpdateManager.DistSpecific.changelog] Getting changelog URL for 
package PackageInfo: ttf-lyx
[   DEBUG:UpdateManager.DistSpecific.Debian.changelog] Downloading changelog 
for lyx from http://packages.debian.org/changelogs/pool/main/l/lyx/lyx_2.0.3-2/
changelog.txt.
[   DEBUG:UpdateManager.DistSpecific.changelog] Fetching 
http://packages.debian.org/changelogs/pool/main/l/lyx/lyx_2.0.3-2/changelog.txt...
[   ERROR:UpdateManager.DistSpecific.changelog] Fetching the changelog entry 
via HTTP failed: HTTP Error 403: Forbidden file type or location: http://packag
es.debian.org/changelogs/pool/main/l/lyx/lyx_2.0.3-2/changelog.txt

If the other configuration method for apt-cacher-ng clients is 
used (prefix each mirror reference with 'acng_host:3142/' the 
http_proxy support stuff in update-manager isn't performed and
the changelog views work.

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

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages update-manager-core depends on:
ii  lsb-release 3.2-28.1
ii  python  2.7.2-10
ii  python-apt  0.8.3+nmu1
ii  python-support  1.0.14

Versions of packages update-manager-core recommends:
ii  update-manager-gnome  0.200.5-2

update-manager-core suggests no packages.

-- no debconf information



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



Bug#622701: HTTP error 403 when run on apt-cacher-ng client configured with proxy

2012-03-18 Thread Dominique Brazziel
I just found out a case where the changelog viewer fails to download
the changelog when '/etc/apt/apt.conf.d/NNproxy' is set, as can be seen
in the apt-cacher-ng server access log, i.e.:

403 Forbidden file type or location:
http://packages.debian.org/changelogs/pool/main/b/bluez/bluez_4.99-1/changelog.txt

When proxy support was added to update-manager (see 
sourcetree/UpdateManager/Frontend/Gtk/utils.py), the default
url handler uses the proxy for downloading changelogs as well as the
package debs.  See also -

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





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



Bug#664542: Workaround - create a separate 'changelog_opener'

2012-03-18 Thread Dominique Brazziel
The basic idea is to create a second 'changelog opener'
in the same place in which the opener including proxy_support 
is created (UpdateManager/Frontend/Gtk/utils.py):

# Create a changelog URL opener
LOG.debug(Creating changelog URL opener.)
changelog_opener = urllib2.build_opener()

then reference
that opener in method '_do_fetch' of
UpdateManager/DistSpecific/changelog.py:

 # changelog_opener support
 from UpdateManager.Frontend.Gtk.utils import init_proxy
 ...
 #connection = urllib2.urlopen(url)
 connection = changelog_opener.open(url)





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



Bug#518256: Problem persists in wheezy (CUPS V1.5.0-13)

2012-03-02 Thread Dominique Brazziel
When I print from iceweasel I can't see the headers or footers.  I am
using an HP Deskjet 6122 with the deskjet 990C driver (I tried hpcups,
the deskjet 6122 driver, and hpijs - all failed also).  The output from
'Print Test Page' shows a nice border
around where I suppose the hardware margins would be, and Media Limits
reads:

0.25 x 0.50 to 8.25 x 10.88 inches
6 x 13 to 210 x 276 millimeters

I am using letter paper (8.5 x 11), '/etc/papersize' is set to letter. 

Please advise what else to test or post.  I have set CUPS LogLevel to
'debug2' but don't know what to look for as far as where this is going
wrong.  Thanks. 




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



Bug#622723: Still experiencing this problem in wheezy

2012-02-28 Thread Dominique Brazziel
I am running version 3.0.4-4 (wheezy) and this problem
persists.  Neither manually setting
'/apps/gdm/simple-greeter/disable_user_list' to true in
'/etc/gdm3/greeter.gconf-defaults' and/or setting the key using
gconf-editor disables the user list.

 




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



Bug#657097: Worked around by deleting ~/.gconf cruft

2012-02-25 Thread Dominique Brazziel
Got it working again by doing the following (I have backup data going
back a few weeks for home directory):

1.  Delete all under '~/.gconf/apps/evolution' 
2.  Reinstall evolution (that brought in one config key - %gconf.xml)
3.  Start evolution and first run wizard ran - cancelled.
4.  Restored '~/.gconf/apps/evolution' from backup
5.  Start and completed first run wizard.
6.  Evolution started with all messages, contacts, etc.
7.  Ran evolution backup.

I guess this was just a local gconf corner case.  OK to close.





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



Bug#661168: pm-utils: Spacing in 'pm-suspend.log' could be better

2012-02-24 Thread Dominique Brazziel
Package: pm-utils
Version: 1.4.1-9
Severity: minor
Tags: patch

Dear Maintainer,

The log messages written by function '_run_hook()' from
'/usr/lib/pm-utils/pm-functions' outputs a blank line after
writing the Running hook... message so there is a blank
line separating the start and finish message, but no line
separating the finish of a hook and start of the next hook.

The attached patch just moves the blank to the end, which
improves readability of the log a bit.

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

Kernel: Linux 3.2.4-interatom (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pm-utils depends on:
ii  powermgmt-base  1.31

Versions of packages pm-utils recommends:
ii  console-tools  1:0.2.3dbs-70
ii  hdparm none
ii  procps 1:3.2.8-11
ii  vbetool1.1-2

Versions of packages pm-utils suggests:
ii  cpufrequtils007-2
ii  ethtool none
ii  radeontool  1.6.2-1.1
ii  wireless-tools  30~pre9-8

-- no debconf information
--- pm-functions.in.orig	2012-02-22 21:37:29.233126862 -0500
+++ pm-functions.in	2012-02-22 21:38:21.089880060 -0500
@@ -199,9 +199,9 @@
 	hook_ok $1  $@
 	# log() changes the return value, so save it for later
 	local status=$?
-	log 
 	log -n $*:  
 	hook_exit_status $status  LAST_HOOK=${1##*/} || inhibit
+	log 
 }
 
 if profiling; then


Bug#618827: Tested, works, OK to close.

2012-02-21 Thread Dominique Brazziel
I am no longer experiencing this problem, OK to close..

Bug#659835: gnome bugzilla problem number

2012-02-14 Thread Dominique Brazziel
The gnome bugzilla problem report is 670087:

https://bugzilla.gnome.org/show_bug.cgi?id=670087



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



Bug#659835: evolution crashes at startup

2012-02-13 Thread Dominique Brazziel
Package: evolution
Version: 3.2.2-1
Severity: grave
Justification: renders package unusable

Looks like the window gets built, then segfault.
Attached is the backtrace.  See also libcairo2 bug:

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


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

Kernel: Linux 3.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages evolution depends on:
ii  dbus  1.4.16-1
ii  debconf [debconf-2.0] 1.5.41
ii  evolution-common  3.2.2-1
ii  evolution-data-server 3.2.2-1
ii  gconf22.32.4-1
ii  gnome-icon-theme  3.2.1.2-1
ii  libatk1.0-0   2.2.0-2
ii  libc6 2.13-26
ii  libcairo-gobject2 1.10.2-6.2
ii  libcairo2 1.10.2-6.2
ii  libcamel-1.2-29   3.2.2-1
ii  libcanberra-gtk3-00.28-3
ii  libcanberra0  0.28-3
ii  libclutter-1.0-0  1.8.4-1
ii  libclutter-gtk-1.0-0  1.0.4-1
ii  libcogl-pango01.8.2-1
ii  libcogl5  1.8.2-1
ii  libdrm2   2.4.30-1
ii  libebackend-1.2-1 3.2.2-1
ii  libebook-1.2-12   3.2.2-1
ii  libecal-1.2-103.2.2-1
ii  libedataserver-1.2-15 3.2.2-1
ii  libedataserverui-3.0-13.2.2-1
ii  libenchant1c2a1.6.0-7
ii  libevolution  3.2.2-1
ii  libfontconfig12.8.0-3.1
ii  libfreetype6  2.4.8-1
ii  libgail-3-0   3.2.3-1
ii  libgconf2-4   2.32.4-1
ii  libgdata130.10.1-2
ii  libgdk-pixbuf2.0-02.24.0-2
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libglib2.0-0  2.30.2-6
ii  libgnome-desktop-3-2  3.2.1-3
ii  libgtk-3-03.2.3-1
ii  libgtkhtml-4.0-0  4.2.2-1
ii  libgtkhtml-editor-4.0-0   4.2.2-1
ii  libgweather-3-0   3.2.1-1
ii  libical0  0.44-3
ii  libjson-glib-1.0-00.14.2-1
ii  libmx-1.0-2   1.4.1-1
ii  libnotify40.7.4-1
ii  libnspr4-0d   4.8.9-1
ii  libnss3-1d3.13.1.with.ckbi.1.88-1
ii  libpango1.0-0 1.29.4-2
ii  libsoup-gnome2.4-12.34.3-1
ii  libsoup2.4-1  2.34.3-1
ii  libsqlite3-0  3.7.9-2
ii  libx11-6  2:1.4.4-4
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.5-1
ii  libxml2   2.7.8.dfsg-7
ii  psmisc22.15-2

Versions of packages evolution recommends:
ii  bogofilter | spamassassin  none
ii  evolution-plugins  3.2.2-1
ii  evolution-webcal   2.32.0-2+b1
ii  yelp   3.2.1+dfsg-1+b1

Versions of packages evolution suggests:
ii  evolution-dbg   3.2.2-1
ii  evolution-exchange  none
ii  evolution-plugins-experimental  none
ii  gnupg   1.4.11-3
ii  network-manager 0.9.2.0-2

-- debconf information:
  evolution/needs_shutdown:
  evolution/kill_processes:
GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/evolution...Reading symbols from 
/usr/lib/debug/usr/bin/evolution...done.
done.
[New LWP 7233]
[New LWP 7250]
[New LWP 7251]
[New LWP 7258]
[New LWP 7265]
[Thread debugging using libthread_db enabled]
Core was generated by `evolution --force-online'.
Program terminated with signal 11, Segmentation fault.
#0  0xb65bced1 in INT_cairo_surface_get_type (surface=0x0) at 
/build/cairo-WhLPJq/cairo-1.10.2/src/cairo-surface.c:202
in /build/cairo-WhLPJq/cairo-1.10.2/src/cairo-surface.c
(gdb) bt
#0  0xb65bced1 in INT_cairo_surface_get_type (surface=0x0) at 
/build/cairo-WhLPJq/cairo-1.10.2/src/cairo-surface.c:202
#1  0xb6d69eaf in gtk_clutter_actor_realize (actor=0x9e14cb0) at 
./gtk-clutter-actor.c:137
#2  0xb60d18ec in g_cclosure_marshal_VOID__VOID (closure=0x9d1e398, 
return_value=0x0, n_param_values=1, param_values=0x9e2ad78, 
invocation_hint=0xbfbb3d10, marshal_data=0xb6d69e40) at 
/build/buildd-glib2.0_2.30.2-6-i386-6DwKmX/glib2.0-2.30.2/./gobject/gmarshal.c:85
#3  0xb60cee2d in g_type_class_meta_marshal (closure=0x9d1e398, 
return_value=0x0, n_param_values=1, param_values=0x9e2ad78, 
invocation_hint=0xbfbb3d10, 

Bug#657097: Online status doesn't matter

2012-01-24 Thread Dominique Brazziel
Attached is another gdb backtrace with evolution and libcairo2 debugging
symbols.GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/evolution...Reading symbols from 
/usr/lib/debug/usr/bin/evolution...done.
done.
[New LWP 24169]
[New LWP 24173]
[New LWP 24174]
[New LWP 24181]
[New LWP 24178]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Core was generated by `evolution'.
Program terminated with signal 11, Segmentation fault.
#0  0xb659eed1 in INT_cairo_surface_get_type (surface=0x0) at 
/build/cairo-WhLPJq/cairo-1.10.2/src/cairo-surface.c:202
202 /build/cairo-WhLPJq/cairo-1.10.2/src/cairo-surface.c: No such file or 
directory.
in /build/cairo-WhLPJq/cairo-1.10.2/src/cairo-surface.c
(gdb) bt
#0  0xb659eed1 in INT_cairo_surface_get_type (surface=0x0) at 
/build/cairo-WhLPJq/cairo-1.10.2/src/cairo-surface.c:202
#1  0xb6d4beaf in ?? () from /usr/lib/libclutter-gtk-1.0.so.0
#2  0xb60b58ec in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#3  0xb60b2e2d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#4  0xb60b43dc in g_closure_invoke () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#5  0xb60c6fc8 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#6  0xb60cff17 in g_signal_emit_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#7  0xb60d0083 in g_signal_emit () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#8  0xb677415d in clutter_actor_realize () from 
/usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#9  0xb67738c4 in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#10 0xb677484a in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#11 0xb67634c3 in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#12 0xb6773955 in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#13 0xb6759153 in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#14 0xb67cf41b in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#15 0xb67c9cdb in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#16 0xb60b58ec in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#17 0xb60b2e2d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#18 0xb60b43dc in g_closure_invoke () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#19 0xb60c6947 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#20 0xb60cff17 in g_signal_emit_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#21 0xb60d0083 in g_signal_emit () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#22 0xb6770622 in clutter_actor_show () from 
/usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#23 0xb2d54467 in create_under_clutter (paned=0x992a170, widget=0x95c96b8) at 
e-mail-notebook-view.c:499
#24 mail_notebook_view_constructed (object=0x992a170) at 
e-mail-notebook-view.c:597
#25 0xb60bac32 in g_object_newv () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#26 0xb60bb5c3 in g_object_new_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#27 0xb60bb820 in g_object_new () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#28 0xb2d5487b in e_mail_notebook_view_new (shell_view=0x9922260) at 
e-mail-notebook-view.c:1519
#29 0xb2b18ccd in mail_shell_content_constructed (object=0x95bbd70) at 
e-mail-shell-content.c:190
#30 0xb60bac32 in g_object_newv () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#31 0xb60bb5c3 in g_object_new_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#32 0xb60bb820 in g_object_new () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#33 0xb2b1925b in e_mail_shell_content_new (shell_view=0x9922260) at 
e-mail-shell-content.c:525
#34 0xb773364e in shell_view_constructed (object=0x9922260) at 
e-shell-view.c:590
#35 0xb2b1c456 in mail_shell_view_constructed (object=0x9922260) at 
e-mail-shell-view.c:170
#36 0xb60bac32 in g_object_newv () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#37 0xb60bb5c3 in g_object_new_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#38 0xb60bb820 in g_object_new () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#39 0xb7735ccb in shell_window_create_shell_view (shell_window=0x98d3018, 
view_name=0x993aa50 mail) at e-shell-window.c:642
#40 0xb7735793 in e_shell_window_get_shell_view (shell_window=0x98d3018, 
view_name=0x993aa50 mail) at e-shell-window.c:1047
#41 0xb7736948 in e_shell_window_set_active_view (shell_window=0x98d3018, 
view_name=0x993aa50 mail) at e-shell-window.c:1289
#42 0xb77373f7 in 

Bug#657084: gnome-applets: None of the applets work in Gnome 3.

2012-01-23 Thread Dominique Brazziel
Package: gnome-applets
Version: 3.2.1-1
Severity: grave
Justification: renders package unusable

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

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

*** End of the template - remove these lines ***
I just upgraded this system from gnome2 to gnome3 today after testing
gnome3 in fallback mode one one machine and fresh install on another.
There are a few applets I use consistently, CPU freq-util, gweather and
a couple of others, and these don't work in gnome 3.

The first thing I noticed is they can't be found from the search bar
or the application menu.  Second is although they may be started from the 
command line, they don't display anything, or they may be invisible 
due to the black root window of the X server (undocumented swith '-br'
sets the 'blackout' look.)  

When running in fallback mode, it's possible to see a _very_ faint icon
showing the temperature on the top panel, but that's more a broken 
gnome 2/gnome fallback issue.

No messages are issued in '.xsession-errors' or anywhere on the screen.

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

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-applets depends on:
ii  gconf2   2.32.4-1
ii  gir1.2-gconf-2.0 2.32.4-1
ii  gir1.2-gdkpixbuf-2.0 2.24.0-2
ii  gir1.2-gtk-3.0   3.2.3-1
ii  gir1.2-panelapplet-4.0   3.2.1-2+b1
ii  gnome-applets-data   3.2.1-1
ii  gnome-icon-theme 3.2.1.2-1
ii  gnome-panel  3.2.1-2+b1
ii  gvfs 1.10.1-2
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-24
ii  libcairo21.10.2-6.2
ii  libcpufreq0  007-2
ii  libdbus-1-3  1.4.16-1
ii  libdbus-glib-1-2 0.98-1
ii  libgconf2-4  2.32.4-1
ii  libgdk-pixbuf2.0-0   2.24.0-2
ii  libglib2.0-0 2.30.2-4
ii  libgstreamer-plugins-base0.10-0  0.10.35-1
ii  libgstreamer0.10-0   0.10.35-1
ii  libgtk-3-0   3.2.3-1
ii  libgtop2-7   2.28.4-2
ii  libgucharmap-2-90-7  1:3.2.2-1
ii  libgweather-3-0  3.2.1-1
ii  libnotify4   0.7.4-1
ii  libpanel-applet-4-0  3.2.1-2+b1
ii  libpango1.0-01.29.4-2
ii  libpolkit-gobject-1-00.104-1
ii  libupower-glib1  0.9.15-1
ii  libwnck-3-0  3.2.1-1
ii  libx11-6 2:1.4.4-4
ii  libxml2  2.7.8.dfsg-5.1
ii  python   2.7.2-9

Versions of packages gnome-applets recommends:
ii  cpufrequtils  007-2
ii  gnome-media   2.91.2-3
ii  gnome-system-monitor  3.2.1-1
ii  gstreamer0.10-alsa0.10.35-1
ii  gstreamer0.10-pulseaudio  0.10.30-2.1
ii  policykit-1-gnome 0.105-1

Versions of packages gnome-applets suggests:
ii  tomboy  1.8.3-1

-- debconf information:
  gnome-applets/cpufreq_SUID_bit: false



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



Bug#657097: libcairo2: Evolution crash at startup (core dumped)

2012-01-23 Thread Dominique Brazziel
Package: libcairo2
Version: 1.10.2-6.2
Severity: normal

Dear Maintainer,

evolution
evolution-shell-Message: Network disconnected.  Forced offline.

(evolution:9620): GLib-GObject-WARNING **: g_object_notify: object class 
`EMailTabPicker' has no property named `enabled'

(evolution:9620): GLib-GObject-WARNING **: 
g_object_class_override_property: Can't find property to override for 
'EMailTab::containment-area'

(evolution:9620): GLib-GObject-WARNING **: 
/build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:2295:
 signal `stylable-changed' is invalid for instance `0x9f18050'

(evolution:9620): GLib-GObject-WARNING **: 
/build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./gobject/gsignal.c:2295:
 signal `stylable-changed' is invalid for instance `0x9f18438'
OLD 0 new 0

(evolution:9620): Gtk-CRITICAL **: gtk_widget_realize: assertion 
`widget-priv-anchored || GTK_IS_INVISIBLE (widget)' failed

(evolution:9620): Gdk-CRITICAL **: gdk_offscreen_window_get_surface: 
assertion `GDK_IS_WINDOW (window)' failed
Segmentation fault (core dumped)


gdb /usr/bin/evolution ./core.evolution.12209 
GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/evolution...Reading symbols from 
/usr/lib/debug/usr/bin/evolution...done.
done.
[New LWP 12209]
[New LWP 12211]
[New LWP 12210]
[New LWP 12216]
[New LWP 12213]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Core was generated by `evolution'.
Program terminated with signal 11, Segmentation fault.
#0  0xb6561ed1 in cairo_surface_get_type () from /usr/lib/libcairo.so.2
(gdb) bt
#0  0xb6561ed1 in cairo_surface_get_type () from /usr/lib/libcairo.so.2
#1  0xb6d0eeaf in ?? () from /usr/lib/libclutter-gtk-1.0.so.0
#2  0xb60788ec in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#3  0xb6075e2d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#4  0xb60773dc in g_closure_invoke () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#5  0xb6089fc8 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#6  0xb6092f17 in g_signal_emit_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#7  0xb6093083 in g_signal_emit () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#8  0xb673715d in clutter_actor_realize () from 
/usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#9  0xb67368c4 in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#10 0xb673784a in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#11 0xb67264c3 in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#12 0xb6736955 in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#13 0xb671c153 in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#14 0xb679241b in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#15 0xb678ccdb in ?? () from /usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#16 0xb60788ec in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#17 0xb6075e2d in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#18 0xb60773dc in g_closure_invoke () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#19 0xb6089947 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#20 0xb6092f17 in g_signal_emit_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#21 0xb6093083 in g_signal_emit () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#22 0xb6733622 in clutter_actor_show () from 
/usr/lib/i386-linux-gnu/libclutter-glx-1.0.so.0
#23 0xb2d54467 in create_under_clutter (paned=0x8822970, widget=0x84c26b8) 
at e-mail-notebook-view.c:499
#24 mail_notebook_view_constructed (object=0x8822970) at 
e-mail-notebook-view.c:597
#25 0xb607dc32 in g_object_newv () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#26 0xb607e5c3 in g_object_new_valist () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#27 0xb607e820 in g_object_new () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#28 0xb2d5487b in e_mail_notebook_view_new (shell_view=0x881a260) at 
e-mail-notebook-view.c:1519
#29 0xb2ae3ccd in mail_shell_content_constructed (object=0x84b4d70) at 
e-mail-shell-content.c:190
#30 0xb607dc32 in g_object_newv () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#31 0xb607e5c3 in 

<    1   2   3   4   5   6   7   >