Bug#984956: Still occurring here with 4.1.0-9

2021-05-20 Thread Dominique Brazziel
I installed openmpi-{bin, common} V4.1.0-9 from unstable and still have the 
problem.
mpirun.openmpi -host X:2,Y:2 hostname results in the same ORTE_ERROR_LOG 
messagesfollowed by FORCE-TERMINATE.


Bug#832077: gvim is affected by this bug

2016-09-25 Thread Dominique Brazziel
Starting gvim from terminal emits:

(gvim:25334): Gtk-WARNING **: GtkWindow 0x81964260 is drawn 
without a current allocation. This should not happen.

Several times.  I am on testing distribution, libgtk-3-0 version 3.21.5-3:i386.
Fedora 24 version is 3.20.9-1 and does not emit the warnings.



Bug#762087: Seems like a systemd issue

2014-10-11 Thread Dominique Brazziel
This problem with samba shutting down seems to have
happened since the upgrade from systemd 208 to 215.  I believe
the samba init script(s) have been been in place for awhile now
(at least 9/22/2013 according to this changelog entry 
Merge contents of samba-ad-dc into samba.) and there wasn't a 
problem shutting smbd/nmbd/samba-ad-dc before. 

Adding to the confusion is a different test machine I 
have, same level of systemd (215-5+b1) and samba (2:4.1.11+dfsg-1)
which shuts down samba (samba-ad-dc/smbd/nmbd) via systemctl in
about 3 seconds.  It was not necessary to mask samba-ad-dc on that 
machine.

On the production machine, running lsof against /etc/init.d/nmbd stop 
shows it reading the magic redirection scriptlet of 
/lib/lsb/init-functions.d/40-systemd,
which spawns another systemctl command (systemctl stop nmbd.service), and there
it seems each process has a the same Unix socket open (node 305782):

systemctl status samba
● samba.service - LSB: ensure Samba daemons are started (nmbd and smbd)
   Loaded: loaded (/etc/init.d/samba)
   Active: deactivating (stop) since Sat 2014-10-11 11:06:21 EDT; 42s ago
  Process: 28336 ExecStart=/etc/init.d/samba start (code=exited, 
status=0/SUCCESS)
  Control: 31288 (samba)
   CGroup: /system.slice/samba.service
   └─control
 ├─31288 /bin/sh /etc/init.d/samba stop
 ├─31306 /bin/sh /etc/init.d/nmbd stop
 └─31311 /bin/systemctl stop nmbd.service

Oct 11 09:56:27 asusb202 samba[28336]: Starting nmbd (via systemctl): 
nmbd.service.
Oct 11 09:56:28 asusb202 samba[28336]: Starting smbd (via systemctl): 
smbd.service.
Oct 11 09:56:28 asusb202 systemd[1]: Started LSB: ensure Samba daemons are 
started (nmbd and smbd).
Oct 11 11:06:21 asusb202 systemd[1]: Stopping LSB: ensure Samba daemons are 
started (nmbd and smbd)...
Oct 11 11:06:22 asusb202 samba[31288]: Stopping smbd (via systemctl): 
smbd.service.
[11:07:04]root@asusb202:/var/log/samba# lsof -p 31306
COMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF   NODE NAME
nmbd31306 root  cwdDIR8,1 4096  2 /
nmbd31306 root  rtdDIR8,1 4096  2 /
nmbd31306 root  txtREG8,1   112204   8255 /bin/dash
nmbd31306 root  memREG8,1  1745808  24697 
/lib/i386-linux-gnu/i686/cmov/libc-2.19.so
nmbd31306 root  memREG8,1   135596  24693 
/lib/i386-linux-gnu/ld-2.19.so
nmbd31306 root0r   CHR1,3  0t0   1045 /dev/null
nmbd31306 root1u  unix 0xecea9d00  0t0 385702 socket
nmbd31306 root2u  unix 0xecea9d00  0t0 385702 socket
nmbd31306 root   10r   REG8,1 1948 100476 /etc/init.d/nmbd
nmbd31306 root   11r   REG8,111506  16307 
/lib/lsb/init-functions
nmbd31306 root   12r   REG8,1 2424  24546 
/lib/lsb/init-functions.d/40-systemd

lsof -p 31311
COMMAND PID USER   FD   TYPE DEVICE SIZE/OFF   NODE NAME
systemctl 31311 root  cwdDIR8,1 4096  2 /
systemctl 31311 root  rtdDIR8,1 4096  2 /
systemctl 31311 root  txtREG8,1   583220   8158 /bin/systemctl
systemctl 31311 root  memREG8,1  1607712 302019 
/usr/lib/locale/locale-archive
systemctl 31311 root  memREG8,176848  24510 
/lib/i386-linux-gnu/libgpg-error.so.0.12.2
systemctl 31311 root  memREG8,115592  24756 
/lib/i386-linux-gnu/i686/cmov/libdl-2.19.so
systemctl 31311 root  memREG8,1   456424  24762 
/lib/i386-linux-gnu/libpcre.so.3.13.1
systemctl 31311 root  memREG8,1   720496  25283 
/lib/i386-linux-gnu/libgcrypt.so.20.0.2
systemctl 31311 root  memREG8,1   154784  24853 
/lib/i386-linux-gnu/liblzma.so.5.0.0
systemctl 31311 root  memREG8,1   155360  24782 
/lib/i386-linux-gnu/libselinux.so.1
systemctl 31311 root  memREG8,1  1745808  24697 
/lib/i386-linux-gnu/i686/cmov/libc-2.19.so
systemctl 31311 root  memREG8,1   132541  24712 
/lib/i386-linux-gnu/i686/cmov/libpthread-2.19.so
systemctl 31311 root  memREG8,1   135596  24693 
/lib/i386-linux-gnu/ld-2.19.so
systemctl 31311 root0r   CHR1,3  0t0   1045 /dev/null
systemctl 31311 root1u  unix 0xecea9d00  0t0 385702 socket
systemctl 31311 root2u  unix 0xecea9d00  0t0 385702 socket
systemctl 31311 root3u  unix 0xf44b3a80  0t0 385734 @001db

The /etc/init.d/nmbd stop script is indeed waiting:

strace -p 31306
Process 31306 attached
wait4(-1, 

The internally issued systemctl stop nmbd.service command is polling (?)
strace -p 31311
Process 31311 attached
ppoll([{fd=3, events=POLLIN}], 1, NULL, NULL, 8


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



Bug#740942: Fw: Seems like a systemd issue

2014-10-11 Thread Dominique Brazziel
I didn't notice that 762087 had been merged with 740942,
so I am forwarding my last post to 762087, will follow up
with this bug from now forward.

Begin forwarded message:

Date: Sat, 11 Oct 2014 11:11:55 -0400
From: Dominique Brazziel dbrazz...@snet.net
To: 762...@bugs.debian.org
Subject: Seems like a systemd issue


This problem with samba shutting down seems to have
happened since the upgrade from systemd 208 to 215.  I believe
the samba init script(s) have been been in place for awhile now
(at least 9/22/2013 according to this changelog entry 
Merge contents of samba-ad-dc into samba.) and there wasn't a 
problem shutting smbd/nmbd/samba-ad-dc before. 

Adding to the confusion is a different test machine I 
have, same level of systemd (215-5+b1) and samba (2:4.1.11+dfsg-1)
which shuts down samba (samba-ad-dc/smbd/nmbd) via systemctl in
about 3 seconds.  It was not necessary to mask samba-ad-dc on that 
machine.

On the production machine, running lsof against /etc/init.d/nmbd stop 
shows it reading the magic redirection scriptlet of 
/lib/lsb/init-functions.d/40-systemd,
which spawns another systemctl command (systemctl stop nmbd.service), and there
it seems each process has a the same Unix socket open (node 305782):

systemctl status samba
● samba.service - LSB: ensure Samba daemons are started (nmbd and smbd)
   Loaded: loaded (/etc/init.d/samba)
   Active: deactivating (stop) since Sat 2014-10-11 11:06:21 EDT; 42s ago
  Process: 28336 ExecStart=/etc/init.d/samba start (code=exited, 
status=0/SUCCESS)
  Control: 31288 (samba)
   CGroup: /system.slice/samba.service
   └─control
 ├─31288 /bin/sh /etc/init.d/samba stop
 ├─31306 /bin/sh /etc/init.d/nmbd stop
 └─31311 /bin/systemctl stop nmbd.service

Oct 11 09:56:27 asusb202 samba[28336]: Starting nmbd (via systemctl): 
nmbd.service.
Oct 11 09:56:28 asusb202 samba[28336]: Starting smbd (via systemctl): 
smbd.service.
Oct 11 09:56:28 asusb202 systemd[1]: Started LSB: ensure Samba daemons are 
started (nmbd and smbd).
Oct 11 11:06:21 asusb202 systemd[1]: Stopping LSB: ensure Samba daemons are 
started (nmbd and smbd)...
Oct 11 11:06:22 asusb202 samba[31288]: Stopping smbd (via systemctl): 
smbd.service.
[11:07:04]root@asusb202:/var/log/samba# lsof -p 31306
COMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF   NODE NAME
nmbd31306 root  cwdDIR8,1 4096  2 /
nmbd31306 root  rtdDIR8,1 4096  2 /
nmbd31306 root  txtREG8,1   112204   8255 /bin/dash
nmbd31306 root  memREG8,1  1745808  24697 
/lib/i386-linux-gnu/i686/cmov/libc-2.19.so
nmbd31306 root  memREG8,1   135596  24693 
/lib/i386-linux-gnu/ld-2.19.so
nmbd31306 root0r   CHR1,3  0t0   1045 /dev/null
nmbd31306 root1u  unix 0xecea9d00  0t0 385702 socket
nmbd31306 root2u  unix 0xecea9d00  0t0 385702 socket
nmbd31306 root   10r   REG8,1 1948 100476 /etc/init.d/nmbd
nmbd31306 root   11r   REG8,111506  16307 
/lib/lsb/init-functions
nmbd31306 root   12r   REG8,1 2424  24546 
/lib/lsb/init-functions.d/40-systemd

lsof -p 31311
COMMAND PID USER   FD   TYPE DEVICE SIZE/OFF   NODE NAME
systemctl 31311 root  cwdDIR8,1 4096  2 /
systemctl 31311 root  rtdDIR8,1 4096  2 /
systemctl 31311 root  txtREG8,1   583220   8158 /bin/systemctl
systemctl 31311 root  memREG8,1  1607712 302019 
/usr/lib/locale/locale-archive
systemctl 31311 root  memREG8,176848  24510 
/lib/i386-linux-gnu/libgpg-error.so.0.12.2
systemctl 31311 root  memREG8,115592  24756 
/lib/i386-linux-gnu/i686/cmov/libdl-2.19.so
systemctl 31311 root  memREG8,1   456424  24762 
/lib/i386-linux-gnu/libpcre.so.3.13.1
systemctl 31311 root  memREG8,1   720496  25283 
/lib/i386-linux-gnu/libgcrypt.so.20.0.2
systemctl 31311 root  memREG8,1   154784  24853 
/lib/i386-linux-gnu/liblzma.so.5.0.0
systemctl 31311 root  memREG8,1   155360  24782 
/lib/i386-linux-gnu/libselinux.so.1
systemctl 31311 root  memREG8,1  1745808  24697 
/lib/i386-linux-gnu/i686/cmov/libc-2.19.so
systemctl 31311 root  memREG8,1   132541  24712 
/lib/i386-linux-gnu/i686/cmov/libpthread-2.19.so
systemctl 31311 root  memREG8,1   135596  24693 
/lib/i386-linux-gnu/ld-2.19.so
systemctl 31311 root0r   CHR1,3  0t0   1045 /dev/null
systemctl 31311 root1u  unix 0xecea9d00  0t0 385702 socket
systemctl 31311 root2u  unix 0xecea9d00  0t0 385702 socket
systemctl 31311 root3u  unix 0xf44b3a80  0t0 385734 @001db

The /etc/init.d/nmbd stop script is indeed waiting:

strace -p 31306
Process 31306 attached
wait4(-1, 

The internally issued systemctl stop nmbd.service command is polling (?)
strace -p 31311
Process 31311 attached
ppoll([{fd=3

Bug#762087: I'm really confused now

2014-10-10 Thread Dominique Brazziel
On one machine (same systemd and samba versions as production machine) 
I was able to work around this problem by masking samba-ad-dc.service.  I tried 
the same thing on the production machine and now nmbd.service is waiting, but 
there is definitely an nmbd process running.

systemctl list-jobs
 JOB UNIT  TYPE STATE  
4421 samba.service stop running
4423 nmbd.service  stop waiting

showproc nmbd
USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root 31022  0.0  0.2  23220  5188 ?Ss   09:34   0:00 /usr/sbin/nmbd 
-D

systemctl status samba
● samba.service - LSB: ensure Samba daemons are started (nmbd and smbd)
   Loaded: loaded (/etc/init.d/samba)
   Active: deactivating (stop) since Fri 2014-10-10 09:34:57 EDT; 1min 33s ago
  Process: 31004 ExecStart=/etc/init.d/samba start (code=exited, 
status=0/SUCCESS)
  Control: 31051 (samba)
   CGroup: /system.slice/samba.service
   └─control
 ├─31051 /bin/sh /etc/init.d/samba stop
 ├─31068 /bin/sh /etc/init.d/nmbd stop
 └─31073 /bin/systemctl stop nmbd.service

Oct 10 09:34:41 asusb202 systemd[1]: Starting LSB: ensure Samba daemons are 
started (nmbd and smbd)...
Oct 10 09:34:42 asusb202 samba[31004]: Starting nmbd (via systemctl): 
nmbd.service.
Oct 10 09:34:43 asusb202 samba[31004]: Starting smbd (via systemctl): 
smbd.service.
Oct 10 09:34:43 asusb202 systemd[1]: Started LSB: ensure Samba daemons are 
started (nmbd and smbd).
Oct 10 09:34:57 asusb202 systemd[1]: Stopping LSB: ensure Samba daemons are 
started (nmbd and smbd)...
Oct 10 09:34:58 asusb202 samba[31051]: Stopping smbd (via systemctl): 
smbd.service.

More testing later.


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



Bug#762087: Production machine is local master browser

2014-10-10 Thread Dominique Brazziel
I had a theory that maybe nmbd has some housekeeping (terminate active 
connections, initiate elections?) to do before it bows out, it the master 
browser on my LAN, the test machine is just a client.  Will turn on debugging 
in nmbd and test.  


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



Bug#762087: samba-ad-dc script doesn't check for running process in stop

2014-10-09 Thread Dominique Brazziel
I am not running an ad-dc samba server, the role
is 'auto', so that process never gets started.  At the top of the 'start' 
stanza we see:

SERVER_ROLE=`samba-tool testparm --parameter-name=server role  2/dev/null | 
tail -1`
if [ $SERVER_ROLE != active directory domain controller ]; 
then
exit 0

- but no such check exists in the 'stop' case.  I think that could be the root 
cause of samba not shutting down
and would explain why samba-ad-dc is in 'waiting' state:
waiting for 'start-stop-daemon' to complete on a non-existent process.  When I 
manually kill the '/etc/init.d/samba-ad-dc stop' process the samba service ends 
quickly.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-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-rc-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-rc-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-rc-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-rc-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-rc-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-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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-rc-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#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-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#639088: Changing 'AutostartCondition' back to depend on gconf key fixes this

2011-09-03 Thread Dominique Brazziel
In '/usr/share/gnome/autostart/vino-server.desktop' (or 
'~/.config/autostart/vino-server.desktop', which is what I used for
the test), changing the line 

AutostartCondition=GSettings org.gnome.Vino enabled

to

AutostartCondition=GNOME /desktop/gnome/remote_access/enabled

fixes this problem.  I can see where this changed variously in
NEWS and ChangeLog files, and I'm sure there were good intentions
and some work involved in bringing this change out (I can see the 
code git to gsm-autostart.c), but the implementation totally
fails.  Don't people test the code they write anymore?  A simple
bounce gdm would show that vino didn't start.  

Also, from the '/docs/debugging.txt' in the source tree
we see:

Debugging Vino
==

  Because gnome-session launches vino-server based on the value of the
/desktop/gnome/remote_access/enabled key, it can be a bit of a pain to
debug Vino.

'Bit of a pain' is an understatement, even more pain ensues when what
little documentation there is about vino doesn't match the debugging 
instructions.  

I'm sure there were reasons to change this (there is a reference to
'bug 654901', but no URL linking the bug number to a bug database.
The administrator is left guessing (launchpad, bugzilla, gnome, Debian).
The worst part is that the remote admistrator will notice they cannot 
logon but the casual user/client is not skilled enough to assist in the 
debugging of the problem without considerable pain on the part of 
both parties.  





Bug#586273: Just a note about useability

2010-07-17 Thread Dominique Brazziel
After the last upgrade in testing to this package.
and being totally confused about 'not supported' and what
that might mean, I checked out the changelog link to
http://wiki.debian.org/FlashPlayer.  Still somewhat confused,
I thought I'd get around to doing that series of steps
for amd64 when the time came (i.e. when I wanted to watch
a YouTube video and it was broken or something).  Well,
the performance of iceweasel was _severely_ degraded
even without YouTube.  It wasn't until I installed the
ia32-libs workaround package from the Wiki that the performance leveled
off back to smooth.

I'd like to see the steps in the Wiki rolled into
the testing package, it really shouldn't be an optional thing
to do.  Lot of time and hair pulling was spent trying to 
debug a performance issue that was caused by not having the
right libraries installed.





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



Bug#580274: [CRASH] Uncaught exception AttributeError in Frontend/Gtk/ui.py:616

2010-05-04 Thread Dominique Brazziel
Package: update-manager-gnome
Version: 0.200.3-1
Severity: grave
File: /usr/share/pyshared/UpdateManager/Frontend/Gtk/ui.py
Justification: renders package unusable

  *** /tmp/update-manager-bugmzk5vW The information below has been
automatically generated. Please do not remove this from your bug report.  -
Exception Type: type 'exceptions.AttributeError' - Exception Value:
AttributeError('GtkUI' object has no attribute 'treeview_update',) -
Exception Origin: _MainThread(MainThread, started) - Exception Traceback:
File /usr/bin/update-manager, line 38, in module app.main()   File
/usr/lib/pymodules/python2.5/UpdateManager/Application.py, line 421, in main
self._frontend.init_frontend()   File
/usr/lib/pymodules/python2.5/UpdateManager/Frontend/Gtk/__init__.py, line 70,
in init_frontend self._ui = GtkUI(self)   File
/usr/lib/pymodules/python2.5/UpdateManager/Frontend/Gtk/ui.py, line 616, in
__init__ self.update_list = UpdateListControl(self, self.treeview_update)
-- System Information: Debian Release: squeeze/sid   APT prefers testing   APT
policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8,
LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Versions of packages update-manager-gnome depends on: ii  gconf2
2.28.1-3   GNOME configuration database syste ii  gksu
2.0.2-2+b1 graphical frontend to su ii  python2.5.4-9
An interactive high-level object-o ii  python-dbus   0.83.1-1
simple interprocess messaging syst ii  python-gconf  2.28.1-1
Python bindings for the GConf conf ii  python-gobject2.21.1-1
Python bindings for the GObject li ii  python-gtk2   2.17.0-2
Python bindings for the GTK+ widge ii  python-support1.0.8
automated rebuilding support for P ii  python-vte1:0.24.0-3
Python bindings for the VTE widget ii  update-manager-core   0.200.3-1
APT update manager core functional  update-manager-gnome recommends no
packages.  Versions of packages update-manager-gnome suggests: ii  software-
properties-gtk  0.60.debian-1.1 manage the repositories that you i ii  update-
notifier  0.99.3debian3   Daemon which notifies about packag



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



Bug#580274: Fixed in latest upgrade

2010-05-04 Thread Dominique Brazziel
Sorry for the noise, OK to close.




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



Bug#577957: I just received this same error.

2010-04-15 Thread Dominique Brazziel
Immediately after invoking update-manager, either through
the GNOME admin menu or by clicking on update-notifier,
update-manager crashes.




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



Bug#577957: /usr/share/pyshared/UpdateManager/Frontend/Gtk/ui.py: Re: This just happened to me also

2010-04-15 Thread Dominique Brazziel
Package: update-manager-gnome
Version: 0.200.3-1
Severity: normal
File: /usr/share/pyshared/UpdateManager/Frontend/Gtk/ui.py

Immediately after clicking on update-notifier I get this crash.  *** /tmp
/update-manager-bugkTlq5O The information below has been automatically
generated. Please do not remove this from your bug report.  - Exception Type:
type 'exceptions.AttributeError' - Exception Value: AttributeError('GtkUI'
object has no attribute 'treeview_update',) - Exception Origin:
_MainThread(MainThread, started) - Exception Traceback:   File /usr/bin
/update-manager, line 38, in module app.main()   File
/usr/lib/pymodules/python2.5/UpdateManager/Application.py, line 421, in main
self._frontend.init_frontend()   File
/usr/lib/pymodules/python2.5/UpdateManager/Frontend/Gtk/__init__.py, line 70,
in init_frontend self._ui = GtkUI(self)   File
/usr/lib/pymodules/python2.5/UpdateManager/Frontend/Gtk/ui.py, line 616, in
__init__ self.update_list = UpdateListControl(self, self.treeview_update)
-- System Information: Debian Release: squeeze/sid   APT prefers testing   APT
policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8,
LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Versions of packages update-manager-gnome depends on: ii  gconf2
2.28.0-1GNOME configuration database syste ii  gksu
2.0.2-2+b1  graphical frontend to su ii  python   2.5.4-9
An interactive high-level object-o ii  python-dbus  0.83.1-1
simple interprocess messaging syst ii  python-gconf 2.28.0-2
Python bindings for the GConf conf ii  python-gobject   2.20.0-1+b1
Python bindings for the GObject li ii  python-gtk2  2.16.0-2
Python bindings for the GTK+ widge ii  python-support   1.0.7
automated rebuilding support for P ii  python-vte   1:0.22.5-3
Python bindings for the VTE widget ii  update-manager-core  0.200.3-1
APT update manager core functional  update-manager-gnome recommends no
packages.  Versions of packages update-manager-gnome suggests: ii  software-
properties-gtk  0.60.debian-1.1 manage the repositories that you i ii  update-
notifier  0.70.7.debian-7 Daemon which notifies about packag



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



Bug#576621: Everything is OK after an iceweasel restart

2010-04-06 Thread Dominique Brazziel
Just to be sure I reinstalled flashplugin-nonfree
and restarted iceweasel.  The browser had been up 
since the upgrade of libnss3-1d.  The odd thing is,
although I didn't notice any message saying I needed
to restarted iceweasel in the logged in user (gnome)
session.  But in the VNC session of a _different_ user,
a popup message said an iceweasel restart was needed.

The objdump output contains references to NSS_3.12.6 in 
both libraries.  Thanks for that diagnostic tool tip,
filed for future reference/use.

While these are iceweasel quirks and it would
make sense that one would have to restart the browser if
a plugin was reinstalled/upgraded, there was no way to 
know at the time of the libnss3-1d upgrade that one of the
reverse depends of libnss3-1d (flashplugin-nonfree) would
get trashed.  

OK to close.





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



Bug#576621: The browser(s) stayed up the whole time

2010-04-06 Thread Dominique Brazziel
This particular machine stays up weeks at a time, with at least one
iceweasel process running in the primary GNOME desktop (my
girlfriend's), and another usually running inside a VNC / GNOME session
(mine).

We were trying to listen to ESPN radio on her desktop and the player
would launch but no sound.  I knew they converted from streaming audio
to a built-in player that plays a .swf so I thought to test youtube to
see if that was broken too and it was.  Then I noticed the error
messages in '.xsession-errors'.  Everything else kept humming along
in iceweasel though.  Then, after the reinstall I went into the VNC
session and iceweasel was still up along with a pop-up notice that a 
plugin had been reinstalled and that the browser should be restarted.







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



Bug#576621: libnss3-1d: Last upgrade broke flashplugin-nonfree

2010-04-05 Thread Dominique Brazziel
Package: libnss3-1d
Version: 3.12.6-1
Severity: grave
Tags: squeeze
Justification: renders package unusable

After the update on 4/4 

2010-04-04 17:26:37 upgrade libnss3-1d 3.12.5-2 3.12.6-1
2010-04-04 17:26:37 status half-configured libnss3-1d 3.12.5-2
2010-04-04 17:26:37 status unpacked libnss3-1d 3.12.5-2
2010-04-04 17:26:37 status half-installed libnss3-1d 3.12.5-2
2010-04-04 17:26:38 status half-installed libnss3-1d 3.12.5-2
2010-04-04 17:26:38 status unpacked libnss3-1d 3.12.6-1
2010-04-04 17:26:38 status unpacked libnss3-1d 3.12.6-1
2010-04-04 17:28:11 configure libnss3-1d 3.12.6-1 3.12.6-1
2010-04-04 17:28:11 status unpacked libnss3-1d 3.12.6-1
2010-04-04 17:28:11 status half-configured libnss3-1d 3.12.6-1
2010-04-04 17:28:11 status installed libnss3-1d 3.12.6-1


youtube videos won't play.  espnradio.com
player also does not play.  Error messages in '.xsession-errors':

LoadPlugin: failed to initialize shared library 
/usr/lib/flashplugin-nonfree/libflashplayer.so [/usr/lib/libnss3.so.1d: version 
`NSS_3.12.6' not found (required by /usr/lib/libssl3.so)]
LoadPlugin: failed to initialize shared library 
/usr/lib/flashplugin-nonfree/libflashplayer.so [/usr/lib/libnss3.so.1d: version 
`NSS_3.12.6' not found (required by /usr/lib/libssl3.so)]
LoadPlugin: failed to initialize shared library 
/usr/lib/flashplugin-nonfree/libflashplayer.so [/usr/lib/libnss3.so.1d: version 
`NSS_3.12.6' not found (required by /usr/lib/libssl3.so)]

Package can't be removed or downgraded easily.  
-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages libnss3-1d depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libsqlite3-03.6.23-1 SQLite 3 shared library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

libnss3-1d recommends no packages.

libnss3-1d suggests no packages.

-- no debconf information



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



Bug#561440: Please fix this

2010-01-12 Thread Dominique Brazziel
vino-server is unusable.  I do not get a listening socket on ::1, it
(vino-server) shows as listening on :::5900.  Then, when I try and
forward the connection through the ssh tunnel established 
with 'ssh -X -L 5900:[::]:5900 u...@host, the vncviewer doesn't
connect to the remote vino-server, the connection 
'seems' to be established but I get no password prompt:

tcp6   0  0 :::5900 :::*
LISTEN  15168/vino-server
tcp6   0  0 :::80   :::*
LISTEN  3251/apache2
tcp6   0  0 :::53   :::*
LISTEN  3347/named  
tcp6   0  0 ::1:631 :::*
LISTEN  4369/cupsd  
tcp6   0  0 ::1:953 :::*
LISTEN  3347/named  
tcp6   0  0 ::1:6010:::*
LISTEN  15834/4 
tcp6   0  0 ::1:6011:::*
LISTEN  14104/5 
tcp6   0  0 ::1:5900::1:37644
ESTABLISHED -   
tcp6   0  0 ::1:5900::1:43201
ESTABLISHED 15168/vino-server
tcp6   0  0 ::1:43201   ::1:5900
ESTABLISHED 15834/4 
tcp6   0  0 ::1:37644   ::1:5900
ESTABLISHED 15834/4 

pi 15834
Process #15834 invoked by /usr/sbin/sshd.
u...@host:/etc/sysctl.d# showproc sshd
root  3591 1  0 16:06 ?00:00:00 /usr/sbin/sshd
root 14099  3591  0 18:10 ?00:00:00 sshd: user1 [priv]
user1 14104 14099  0 18:10 ?00:00:02 sshd: us...@pts/5
root 15829  3591  0 18:27 ?00:00:00 sshd: user2 [priv]
user2 15834 15829  0 18:27 ?00:00:00 sshd: us...@pts/4





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



Bug#560238: This change also broke vino (vino-server)

2010-01-12 Thread Dominique Brazziel
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561440.








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



Bug#498475: I can't find either of these things anywhere

2009-12-23 Thread Dominique Brazziel
Where is 'snmp-mibs-downloader'?  Where is  'libsmi-mibs-nonfree'?
Searching for either of them in 'non-free' and 'any' resulted in
nothing.




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



Bug#560762: libavcodec52, gstreamer-ffmpeg

2009-12-12 Thread Dominique Brazziel
Do you have ffmpeg (libavcodec52) installed from debian-multimedia?

Yes -

ii  libavcodec525:0.5svn20091129-0.0

 

Which version of gstreamer0.10-ffmpeg do you have installed?

ii  gstreamer0.10-ffmpeg0.10.9-2   
FFmpeg plugin for GStreamer


I suspected the multimedia package(s) after some research, and tested totem 
on different machine on the network which is usually not turned on (used for 
backup and
testing in situations like this).  The backup machine was able to play the .avi
movie over the network.  Here is the status of the two packages in question on 
the
backup machine:

ii  gstreamer0.10-ffmpeg   0.10.9-2
FFmpeg plugin for GStreamer
ii  libavcodec52   5:0.5+svn20091101-0.0   
library to encode decode multimedia streams 

I will try and downgrade the libavcodec52 package on the machine having the 
problem and see 
if that fixes things.






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



Bug#560762: Downgraded libavcodec52, libavformat52, libavutil50 to 11/01 versions

2009-12-12 Thread Dominique Brazziel
SUCCESS!  Note:  The 11/01 debs were on the backup machine
(in '/var/cache/apt/archives') which hadn't been updated in
awhile, and used the test machine to fetch upgrades via apt-cacher.
I copied the debs over to the test machine then apt-cacher-imported
them after purging the libav* packages from 11/29.  Using
'aptitude' to install the three packages went fetched and 
installed the latest (11/29) versions, so I had to purge again 
and install the debs with 'dpkg'.

Question:  How did you know that libavcodec52, et. al. were
at fault?  Did you deduce anything from the trace, or did
something else give you a clue?  From the trace I saw a lot
of waiting on FUTEX, but had no idea which component was doing
that.




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



Bug#560762: Ouch - I didn't notice that libav* packages were in the regular Debian repositories

2009-12-12 Thread Dominique Brazziel
I made the downgrade harder than it needed to be because when
I went to search for 'libavcodec52' I misspelled it, and
thought the only place it was available was from the multimedia
repository.  Well, live and learn.  

On a third machine I took multimedia repository out of apt sources
then successfully installed (on a third machine) 'libavcodec52',
'libavformat52' and 'libavformat49' (needed by the codec52 library) from
Debian works fine so far.  I suspect I won't be getting as many
orange ball 'updates available' from update-notifier as well.




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



Bug#560762: OK, All three machines are now 'debian-multimedia' free

2009-12-12 Thread Dominique Brazziel
Totem plays .avi again and no orange balls anywhere.  
OK to close.  :)




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



Bug#560762: totem: Totem 'movie player' stopped playing .avi movies

2009-12-11 Thread Dominique Brazziel
Package: totem
Version: 2.26.3-1
Severity: grave
Justification: renders package unusable

 Some recent upgrade rendered totem useless as far as playing .avi movies,
also .mov movies don't play (see bug #548137 - my symptoms are exactly the
same for .avi movies).  The 'Playing' elapsed time stays at 00:00, no picture,
no sound.  Mplayer plays the same files with no problem.

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

Kernel: Linux 2.6.31-trunk-686 (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 totem depends on:
ii  totem-gstreamer   2.26.3-1   A simple media player for the GNOM
ii  totem-plugins 2.26.3-1   Plugins for the Totem media player

totem recommends no packages.

totem suggests no packages.

Versions of packages totem-gstreamer depends on:
ii  gnome-icon-theme   2.28.0-1  GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gs 0.10.25-1 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins- 0.10.17-1 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins- 0.10.25-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.17-1 GStreamer plugins from the good 
ii  gstreamer0.10-pulseaud 0.10.17-1 GStreamer plugin for PulseAudio
ii  gstreamer0.10-x0.10.25-1 GStreamer plugins for X11 and Pang
ii  iso-codes  3.11.1-1  ISO language, territory, currency,
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.16-2  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.82-2simple interprocess messaging syst
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.2-3 GCC support library
ii  libgconf2-42.28.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.22.3-1  The GLib library of C routines
ii  libgstreamer-plugins-b 0.10.25-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.25-2 Core GStreamer libraries and eleme
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  libnautilus-extension1 2.28.1-1  libraries for nautilus components 
ii  libpango1.0-0  1.26.1-1  Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3
ii  libtotem-plparser122.28.1-2  Totem Playlist Parser library - ru
ii  libx11-6   2:1.3.2-1 X11 client-side library
ii  libxml22.7.6.dfsg-1  GNOME XML library
ii  libxrandr2 2:1.3.0-2 X11 RandR extension library
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource extension 
ii  libxxf86vm11:1.0.2-1 X11 XFree86 video mode extension l
ii  python 2.5.4-2   An interactive high-level object-o
ii  python2.5  2.5.4-3   An interactive high-level object-o
ii  totem-common   2.26.3-1  Data files for the Totem media pla
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

-- no debconf information



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



Bug#520189: What is the status of this bug?

2009-08-25 Thread Dominique Brazziel
Have not had flash capability for awhile now,
just got around to purging flashplayer-mozilla
and went through the exercise of
installing 'nspluginwrapper' and 'flashplayer-nonfree'
and still no flash:

/usr/lib/flashplayer/libflashplayer.so: cannot open shared object file:
No such file or directory
*** NSPlugin Viewer  *** ERROR: /usr/lib/flashplayer/libflashplayer.so:
cannot open shared object file: No such file or directory
*** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC
client connection
*** NSPlugin Wrapper *** ERROR: NP_Initialize() invoke: Connection was
NULL
*** NSPlugin Viewer  *** ERROR: /usr/lib/flashplayer/libflashplayer.so:
cannot open shared object file: No such file or directory
*** NSPlugin Viewer  *** ERROR: /usr/lib/flashplayer/libflashplayer.so:
cannot open shared object file: No such file or directory
*** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC
client connection
*** NSPlugin Wrapper *** ERROR: NP_Initialize() invoke: Connection was
NULL
*** NSPlugin Viewer  *** ERROR: /usr/lib/flashplayer/libflashplayer.so:
cannot open shared object file: No such file or directory
*** NSPlugin Viewer  *** ERROR: /usr/lib/flashplayer/libflashplayer.so:
cannot open shared object file: No such file or directory
*** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC
client connection
*** NSPlugin Wrapper *** ERROR: NP_Initialize() invoke: Connection was
NULL
*** NSPlugin Viewer  *** ERROR: /usr/lib/flashplayer/libflashplayer.so:
cannot open shared object file: No such file or directory
*** NSPlugin Viewer  *** ERROR: /usr/lib/flashplayer/libflashplayer.so:
cannot open shared object file: No such file or directory
*** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC
client connection
*** NSPlugin Wrapper *** ERROR: NP_Initialize() invoke: Connection was
NULL
*** NSPlugin Viewer  *** ERROR: /usr/lib/flashplayer/libflashplayer.so:
cannot open shared object file: No such file or directory
*** NSPlugin Viewer  *** ERROR: /usr/lib/flashplayer/libflashplayer.so:
cannot open shared object file: No such file or directory
*** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC
client connection
*** NSPlugin Wrapper *** ERROR: NP_Initialize() invoke: Connection was
NULL

If upgrading to Sid is not an option, what can be done to get AMD64
users flash capability?






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



Bug#520189: Working now after purging 'flashplayer-mozilla'

2009-08-25 Thread Dominique Brazziel
Had to manually delete old flash plugin from user directories
and reinstall 'nspluginwrapper' and 'flashplugin-nonfree'.






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



Bug#539867: FIxed by running as same userid of the compile jobs

2009-08-23 Thread Dominique Brazziel
Since the kernel build is running as root, I had to 
invoke the monitor with 'gksudo distccmon-gnome'
and now it's displaying the nice progress monitor.

Sorry for the noise, OK to close.




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



Bug#539867: Initially only installed the package, then built package

2009-08-05 Thread Dominique Brazziel
I installed package 'distccmon-gnome', ran distccmon-gnome as
a normal user during a kernel build, couldn't see anything.  Then I 
built the package from source, ran it during a 'make menuconfig' from
the client machine and couldn't see anything.

I will try and run the menuconfig and/or kernel build with 'fakeroot'
and see if that makes a difference.






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



Bug#539867: Still no output

2009-08-05 Thread Dominique Brazziel
Still no output with distccmon running as root or
as my normal gnome user (which is what was used to
build the package from source with 'make'.).




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



Bug#539867: distccmon-gnome has empty output

2009-08-04 Thread Dominique Brazziel
Package: distccmon-gnome
Version: 2.18.3-8
Severity: grave
Justification: renders package unusable

There is nothing in the window but load average.  I just compiled
a kernel and the distccd.log file has all the details but I saw nothing
in the distccmon-gnome window for the entire 49 minutes but the load average.
The column headers were there but there's just no output.

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

Kernel: Linux 2.6.26-2-686 (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/bash

Versions of packages distccmon-gnome depends on:
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.25-1  Avahi client library
ii  libavahi-common3   0.6.25-1  Avahi common library
ii  libbonobo2-0   2.24.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.1-1  The Bonobo UI library
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libgconf2-42.26.2-1  GNOME configuration database syste
ii  libglib2.0-0   2.20.1-2  The GLib library of C routines
ii  libgnome2-02.26.0-1  The GNOME library - runtime files
ii  libgnomecanvas2-0  2.26.0-1  A powerful object-oriented display
ii  libgnomeui-0   2.24.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.24.1-3GNOME Virtual File System (runtime
ii  libgtk2.0-02.16.1-2  The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.24.0-3+b1   Layout and rendering of internatio
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.1.0-2 X11 Session Management library

distccmon-gnome recommends no packages.

Versions of packages distccmon-gnome suggests:
ii  distcc2.18.3-8   Simple distributed compiler client

-- no debconf information



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



Bug#522598: This cuts down on the chatter and lets the user catch their breath

2009-05-04 Thread Dominique Brazziel
In GNOME/Sessions/Startup programs, edit the PulseAudio entry and add
the following to the command entry:

--log-level=stderr

Only got one message at startup and nothing since then.




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



Bug#522598: I can confirm this behavior on Enxoniq 1371

2009-05-03 Thread Dominique Brazziel
and Intel ICH4/AC07 controller in Dell Inspiron laptop.  Debian is not
the only distro with this problem, goodle the 'module-alsa-sink.c'
message and get a whole lot of hits from Fedora, Ubuntu, every distro.
Fills up logs and sound drops out every 15 seconds for seconds at a
time.

With or without the 'tsched=0' parm, the pulseaudio craps all over
itself, renders the sound system UNUSABLE, then lies about it and says
it's ALSA's fault.

I've been using ALSA as the mixer for 5 years on many different machines
and NEVER had any problem like this.  




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



Bug#524303: Still not fixed as of 20:00 EDT

2009-04-17 Thread Dominique Brazziel
The installation of the 'python-support' from unstable worked.  Whatever
you do, do NOT do 'aptitude reinstall python-elementtree' in an attempt
to fix the original problem, aptitude just removed gdm, file-roller, and
about 30 other packages.  :-(






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



Bug#502219: IRQ totals are very wrong

2008-10-20 Thread Dominique Brazziel
I just saw this update and put it on and, while there is no segfault,
the IRQ totals are way off, 0 is reported many times when it shouldn't
be:

cat /proc/interrupts
   CPU0   CPU1   
  0: 64  0   IO-APIC-edge  timer
  1:  42030  0   IO-APIC-edge  i8042
  9:  0  0   IO-APIC-fasteoi   acpi
 12: 166549  0   IO-APIC-edge  i8042
 14:151  0   IO-APIC-edge  ide0
 15: 242381  0   IO-APIC-edge  ide1
 16:  4  0   IO-APIC-fasteoi   uhci_hcd:usb1, ohci1394,
yenta
 17:3603954  0   IO-APIC-fasteoi   Intel 82801DB-ICH4 Modem,
Intel 82801DB-ICH4, eth1
 18:  0  0   IO-APIC-fasteoi   uhci_hcd:usb3
 19: 402472  0   IO-APIC-fasteoi   uhci_hcd:usb2
 23:  2  0   IO-APIC-fasteoi   ehci_hcd:usb4
NMI:  0  0   Non-maskable interrupts
LOC:61287874881893   Local timer interrupts
RES:  58832 102149   Rescheduling interrupts
CAL:842   1085   function call interrupts
TLB:  13741  18401   TLB shootdowns
TRM:  6  6   Thermal event interrupts
SPU:  0  0   Spurious interrupts
ERR:  0
MIS:  0

 procinfo
Linux 2.6.26 (2.6.26) (gcc [can't parse]) #???  2CPU [dell5160.(none)]

Memory:  TotalUsedFree  Shared Buffers  
Mem:   1035652 1001416   34236   0   41228
Swap:   626492   63712  562780

Bootup: Mon Oct 20 09:51:30 2008Load average: 0.07 0.06 0.06 1/260
16834

user  :   1:50:17.01   6.9%  page in :  1486795
nice  :   0:01:40.88   0.1%  page out:  3108716  disk 2:   109360r
134408w
system:   0:25:21.43   1.6%  page act:   351960
IOwait:   0:16:00.23   1.0%  page dea:   191557
hw irq:   0:00:56.68   0.0%  page flt: 17832206
sw irq:   0:01:14.33   0.1%  swap in : 2269
idle  :   1d  1:56:45.26  97.5%  swap out:12289
uptime:  13:17:58.52 context : 82059978

irq0:64 timer irq   16: 0
uhci_hcd:usb1,   
irq1: 42472 i8042 irq   17: 0
Intel
irq9: 0 acpi  irq   18: 0
uhci_hcd:usb3
irq   12: 0 i8042 irq   19: 0
uhci_hcd:usb2
irq   14: 0 ide0  irq   23: 0
ehci_hcd:usb4
irq   15: 0 ide1 





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



Bug#488082: Unable to reproduce

2008-08-10 Thread Dominique Brazziel
Yes, I have /tmp mounted with 'noexec' to prevent
executables being run directly from that partition.
You can close this I guess but I'm keeping the noexec
on /tmp.  Thanks.

--- Jurij Smakov [EMAIL PROTECTED] wrote:

 tags 488082 unreproducible
 thanks
 
 Hi,
 
 I've tried reproducing this bug and the package
 installed just fine 
 for me (and for some other people who I asked to
 check). Can you 
 please verify that you do not have the /tmp
 partition mounted with 
 noexec option (post the output of 'mount' command if
 in doubt). 
 
 Thanks.
 -- 
 Jurij Smakov
   [EMAIL PROTECTED]
 Key: http://www.wooyd.org/pgpkey/   
   KeyID: C99E03CC
 
 
 




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



Bug#488082: cxref: Install preconfiguration fails

2008-06-26 Thread Dominique Brazziel
Package: cxref
Version: 1.6a-1.2
Severity: grave
Justification: renders package unusable

aptitude install cxref
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information   
Initializing package states... Done
Reading task descriptions... Done  
The following NEW packages will be installed:
  cxref 
  0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0B/392kB of archives. After unpacking 1057kB will be used.
  Writing extended state information... Done
  Preconfiguring packages ...
  Can't exec /tmp/cxref.config.119531: Permission denied at 
/usr/share/perl/5.10/IPC/Open3.pm line 168.
  open2: exec of /tmp/cxref.config.119531 configure  failed at 
/usr/share/perl5/Debconf/ConfModule.pm line 59
  cxref failed to preconfigure, with exit status 255
  Selecting previously deselected package cxref.
  (Reading database ... 120336 files and directories currently installed.)
  Unpacking cxref (from .../cxref_1.6a-1.2_i386.deb) ...
  Processing triggers for man-db ...
  Setting up cxref (1.6a-1.2) ...
  Reading package lists... Done 
  Building dependency tree   
  Reading state information... Done
  Reading extended state information   
  Initializing package states... Done
  Writing extended state information... Done
  Reading task descriptions... Done 
  
Attempts to use renders:

cxref krx81.c
Warning: cxref-cpp needs to be reconfigured against your latest gcc/cpp
   Please run 'dpkg-reconfigure cxref' as root.
   cxref: The preprocessor exited abnormally on 'krx81.c'
   
After running 'dpkg-reconfigure cxref' a dialog appears and asks if the package 
should automatically be configured,
answered 'Yes', dialog ended.  Ran the above cxref command and got the same 
results.

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

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

Versions of packages cxref depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  gcc   4:4.3.1-1  The GNU C compiler
ii  libc6 2.7-10 GNU C Library: Shared libraries

cxref recommends no packages.

-- debconf information:
  cxref/cxref-cpp-autoconf:



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



Bug#485968: bug-buddy: Doesn't know about any applications, doesn't exist in menus, can't configure it, JUST DOESNT WORK

2008-06-12 Thread Dominique Brazziel
Package: bug-buddy
Version: 2.22.0+dfsg-2
Severity: grave
Justification: renders package unusable

 Iceweasel is now crashing several times a day, and each time bug-buddy 
comes up and tells me 
the application 'gecko' is unknown and so the information can't be filed.  I've 
tried starting it from
the command line with 'appname=firefox' or 'appname=iceweasel' but the same 
thing happens.  There is no man
page so no indication is given where the user might configure what applications 
_are_ known to bug-buddy.
Searched through the gnome and Debian menus and can't find bug-buddy.  Read 
about bug-buddy 'dialog' but
have no idea what to do in order to start such dialog, I think I remember 
configuring it once way back.

 Can't remove it without removing the entire gnome desktop environment.  

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

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

Versions of packages bug-buddy depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gdb6.7.1-2   The GNU Debugger
ii  gnome-desktop-data 2.22.2-1  Common files for GNOME 2 desktop a
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libebook1.2-9  2.22.1-1  Client library for evolution addre
ii  libelfg0   0.8.10-2  an ELF object file access library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgnome-menu2 2.22.2-1  an implementation of the freedeskt
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-3GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.9-3  The GTK+ graphical user interface 
ii  libgtop2-7 2.22.2-1  gtop system monitoring library
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libsoup2.4-1   2.4.1-1   an HTTP library implementation in 
ii  libstdc++6 4.3.0-5   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  scrollkeeper   0.3.14-16 A free electronic cataloging syste

bug-buddy recommends no packages.

-- no debconf information



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



Bug#451105: The error message is annoying and still pops up for no good reason

2008-01-29 Thread Dominique Brazziel
Version: 1.3.5-1+b1

I can print but the iso-8859 messages keep occurring. 
I have tried setting DefaultCharset and/or
DefaultLanguage to eliminate the messages but they
keep happening.  As far as the time when they occur it
may have a correlation with when the Samba printers'
hosts come online, I haven't been doing printing when
they happen.  

[28/Jan/2008:23:40:00 -0500] Listening to
127.0.0.1:631 on fd 3...
I [28/Jan/2008:23:40:00 -0500] Listening to
192.168.2.48:631 on fd 4...
I [28/Jan/2008:23:40:00 -0500] Listening to
/var/run/cups/cups.sock on fd 5...
I [28/Jan/2008:23:40:00 -0500] Resuming new connection
processing...
I [28/Jan/2008:23:51:57 -0500] Started
/usr/lib/cups/cgi-bin/jobs.cgi (pid=20140)
I [28/Jan/2008:23:52:02 -0500] Started
/usr/lib/cups/cgi-bin/jobs.cgi (pid=20141)
I [28/Jan/2008:23:52:16 -0500] Started
/usr/lib/cups/cgi-bin/jobs.cgi (pid=20142)
I [28/Jan/2008:23:52:25 -0500] Started
/usr/lib/cups/cgi-bin/jobs.cgi (pid=20143)
I [28/Jan/2008:23:53:04 -0500] Started
/usr/lib/cups/cgi-bin/jobs.cgi (pid=20144)
I [28/Jan/2008:23:53:25 -0500] Started
/usr/lib/cups/cgi-bin/help.cgi (pid=20147)
I [28/Jan/2008:23:53:57 -0500] Started
/usr/lib/cups/cgi-bin/help.cgi (pid=20150)
I [28/Jan/2008:23:54:04 -0500] Started
/usr/lib/cups/cgi-bin/help.cgi (pid=20151)
I [28/Jan/2008:23:54:37 -0500] Started
/usr/lib/cups/cgi-bin/classes.cgi (pid=20152)
I [28/Jan/2008:23:54:48 -0500] Started
/usr/lib/cups/cgi-bin/admin.cgi (pid=20153)
I [28/Jan/2008:23:55:50 -0500] cupsdCloseClient: SSL
shutdown successful!
I [28/Jan/2008:23:55:50 -0500] cupsdCloseClient: SSL
shutdown successful!
I [28/Jan/2008:23:56:56 -0500] cupsdCloseClient: SSL
shutdown successful!
I [28/Jan/2008:23:56:56 -0500] cupsdCloseClient: SSL
shutdown successful!
E [29/Jan/2008:07:35:34 -0500] Unsupported character
set iso-8859-1!
E [29/Jan/2008:07:35:34 -0500] Unsupported character
set iso-8859-1!
E [29/Jan/2008:07:35:34 -0500] Unsupported character
set iso-8859-1!
E [29/Jan/2008:07:35:34 -0500] Unsupported character
set iso-8859-1!
.  



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



Bug#437514: Problem seems to be fixed

2007-08-24 Thread Dominique Brazziel
Haven't had a problem since:

1)  Upgrade udev to 114
2)  Upgrade initramfs for custom built kernel (which
was built before the udev upgrade) via
'dpkg-reconfigure linux-image-2.6.21'

OK to close.


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



Bug#437514: Upgraded to udev 0.114-2, problem still occurs

2007-08-17 Thread Dominique Brazziel
Let me clarify a couple of things:

1.  The problem is sporadic in that the kernel and
system will boot on occasion, usually after the system
has been powered down for awhile (i.e. overnight). 
After working on the 2.6.21 kernel for some time, if a
reboot is performed it will hang (I have never 2.6.21
come up again following a reboot).  The problem is
reproducible in that sense.

You probably compiled your kernel without enabling
some feature(s) needed by older udev releases.

2.  If I turn on debugging info I see thousands of
events but don't know which one(s) are not being 
handled.
 
Now that I have upgraded udev to the latest 'testing'
version what do you suggest I do to debug this
problem?
('udevtrigger' seems to be the culprit)

 
 


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



Bug#437514: udev: Boot hang with kernel 2.6.21

2007-08-12 Thread Dominique Brazziel
Package: udev
Version: 0.105-4
Severity: critical
Justification: breaks the whole system

After line 'Waiting for /dev to be fully populated' the system hangs.  
Eventually it will timeout
but then hang forever (/dev not fully populated).  If I set loglevel to 'info' 
it is possible to
get things going again using Control-C but I don't know what process was killed.

The only way to get out it after the hang is to power the machine off rudely 
because the SysRq magic
key appears not to be set up at this stage (no console devices yet).

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 20
lrwxrwxrwx 1 root root   20 2007-04-08 17:47 020_permissions.rules - 
../permissions.rules
lrwxrwxrwx 1 root root   15 2007-04-08 17:48 85-pcmcia.rules - ../pcmcia.rules
lrwxrwxrwx 1 root root   13 2007-04-08 17:47 udev.rules - ../udev.rules
lrwxrwxrwx 1 root root   25 2007-04-08 17:47 z20_persistent-input.rules - 
../persistent-input.rules
lrwxrwxrwx 1 root root   19 2007-04-08 17:47 z20_persistent.rules - 
../persistent.rules
-rw-r--r-- 1 root root  600 2007-04-08 18:03 z25_persistent-cd.rules
-rw-r--r-- 1 root root  589 2007-04-08 17:44 z25_persistent-net.rules
lrwxrwxrwx 1 root root   33 2007-04-08 17:47 z45_persistent-net-generator.rules 
- ../persistent-net-generator.rules
lrwxrwxrwx 1 root root   12 2007-04-08 17:47 z50_run.rules - ../run.rules
lrwxrwxrwx 1 root root   16 2007-04-08 17:47 z55_hotplug.rules - 
../hotplug.rules
lrwxrwxrwx 1 root root   19 2007-04-08 19:06 z60_alsa-utils.rules - 
../alsa-utils.rules
lrwxrwxrwx 1 root root   15 2007-04-16 22:49 z60_hdparm.rules - ../hdparm.rules
-rw-r--r-- 1 root root 2589 2007-06-03 16:17 z60_libpisock9.rules
-rw-r--r-- 1 root root 5716 2007-06-08 13:11 z60_xserver-xorg-input-wacom.rules
lrwxrwxrwx 1 root root   29 2007-04-08 17:47 z75_cd-aliases-generator.rules - 
../cd-aliases-generator.rules
lrwxrwxrwx 1 root root   12 2007-07-03 17:05 z99_hal.rules - ../hal.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/hdc/dev
/sys/block/hdc/hdc1/dev
/sys/block/hdc/hdc2/dev
/sys/block/hdc/hdc3/dev
/sys/block/hdc/hdc4/dev
/sys/block/hdc/hdc5/dev
/sys/block/hdc/hdc6/dev
/sys/block/hdc/hdc7/dev
/sys/block/hdc/hdc8/dev
/sys/block/hdc/hdc9/dev
/sys/block/loop0/dev
/sys/block/loop1/dev
/sys/block/loop2/dev
/sys/block/loop3/dev
/sys/block/loop4/dev
/sys/block/loop5/dev
/sys/block/loop6/dev
/sys/block/loop7/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/block/sda/dev
/sys/block/sda/sda1/dev
/sys/block/sda/sda2/dev
/sys/block/sda/sda3/dev
/sys/block/sda/sda4/dev
/sys/block/sda/sda5/dev
/sys/class/graphics/fb0/dev
/sys/class/input/input0/event0/dev
/sys/class/input/input1/event1/dev
/sys/class/input/input1/mouse0/dev
/sys/class/input/input1/ts0/dev
/sys/class/input/input2/event2/dev
/sys/class/input/input3/event3/dev
/sys/class/input/input3/mouse1/dev
/sys/class/input/input3/ts1/dev
/sys/class/input/mice/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/fuse/dev
/sys/class/misc/hpet/dev
/sys/class/misc/ndiswrapper/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/misc/snapshot/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio1/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/controlC1/dev
/sys/class/sound/dsp1/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer1/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC0D2c/dev
/sys/class/sound/pcmC0D3c/dev
/sys/class/sound/pcmC0D4p/dev
/sys/class/sound/pcmC1D0c/dev
/sys/class/sound/pcmC1D0p/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev3.1/dev
/sys/class/usb_device/usbdev4.1/dev
/sys/class/usb_device/usbdev4.2/dev
/sys/class/usb_device/usbdev4.3/dev
/sys/class/usb_device/usbdev4.4/dev
/sys/devices/pci:00/:00:1d.0/usb1/1-0:1.0/usbdev1.1_ep81/dev
/sys/devices/pci:00/:00:1d.0/usb1/usbdev1.1_ep00/dev
/sys/devices/pci:00/:00:1d.1/usb2/2-0:1.0/usbdev2.1_ep81/dev
/sys/devices/pci:00/:00:1d.1/usb2/usbdev2.1_ep00/dev
/sys/devices/pci:00/:00:1d.2/usb3/3-0:1.0/usbdev3.1_ep81/dev
/sys/devices/pci:00/:00:1d.2/usb3/usbdev3.1_ep00/dev
/sys/devices/pci:00/:00:1d.7/usb4/4-0:1.0/usbdev4.1_ep81/dev
/sys/devices/pci:00/:00:1d.7/usb4/4-1/4-1:1.0/usbdev4.2_ep81/dev
/sys/devices/pci:00/:00:1d.7/usb4/4-1/4-1.2/4-1.2:1.0/usbdev4.4_ep81/dev
/sys/devices/pci:00/:00:1d.7/usb4/4-1/4-1.2/usbdev4.4_ep00/dev
/sys/devices/pci:00/:00:1d.7/usb4/4-1/usbdev4.2_ep00/dev

Bug#419675: I agree, this needs a kernel code fix

2007-07-19 Thread Dominique Brazziel
I bought a Seagate FreeAgent Desktop 250GB drive
yesterday, attached it in about 2 minutes, formatted 3
partitions (backup, opt and mymedia), moved the music
files (about 15 gig) from the internal drive in the
laptop to the Seagate, then commenced to do some
downloading with bittorrent.  After awhile I noticed I
couldn't save any files on the mymedia partition and
saw it had been remounted read-only.  That was
yesterday afternoon and I just figured out (after
numerous fsck's which deleted errors but then when
remounting the partition got error message that fsck
was required GGH) to delete and remake the
journal about an hour ago.

I've put both the hacks into /etc/rc.local and have my
fingers crossed but it would be nice (and right) to
have some restart code in the kernel.

That code posted above looks interesting, maybe I'll
see if I can adapt it to my system and give it a
whirl...   


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



Bug#419675: Please disregard last message

2007-07-19 Thread Dominique Brazziel
wrong bug (meant for 419175).  My apologies...it's
very late / early.


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