Bug#735898: pavucontrol segmentation fault

2014-02-13 Thread John M.
Hi,

I patched the source, rebuilt the package and upgraded, but I still get
segmentation fault.

By creating a new user account, I'm able to open pavucontrol from that
account, but only until I log out and in again. Then it's back to
segmentation fault.

So it seems like the problem is related to a setting in some other
program (gconf? dconf? gstreamer? jack?).

--
John. 


Bug#735898: pavucontrol segmentation fault

2014-02-22 Thread John M.
Done:

~$ gdb `which pavucontrol`
GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1)
Copyright (C) 2013 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/pavucontrol...done.
(gdb) set logging on
Copying output to gdb.txt.
(gdb) run
Starting program: /usr/bin/pavucontrol 
warning: no loadable sections found in added symbol-file system-supplied
DSO at 0x77ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe874a700 (LWP 19970)]

Program received signal SIGSEGV, Segmentation fault.
0x00428d80 in read_callback (s=0xcea800, length=4,
userdata=0x9561b0) at mainwindow.cc:385
385 v = ((const float*) data)[length / sizeof(float) -1];
(gdb) backtrace
#0  0x00428d80 in read_callback (s=0xcea800, length=4,
userdata=0x9561b0) at mainwindow.cc:385
#1  0x73adad8b in ?? ()
from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#2  0x7fffee0bb46d in ?? ()
from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
#3  0x73d17b77 in ?? ()
from /usr/lib/x86_64-linux-gnu/libpulse-mainloop-glib.so.0
#4  0x73f63526 in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x73f63878 in ?? ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x73f63b3a in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x759a444d in gtk_main ()
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#8  0x77a1a8f1 in Gtk::Main::run(Gtk::Window&) ()
from /usr/lib/x86_64-linux-gnu/libgtkmm-3.0.so.1
#9  0x00438981 in main (argc=1, argv=0x7fffdb28) at
pavucontrol.cc:670
(gdb) frame 9
#9  0x00438981 in main (argc=1, argv=0x7fffdb28) at
pavucontrol.cc:670
670 Gtk::Main::run(*mainWindow);
(gdb) frame 0
#0  0x00428d80 in read_callback (s=0xcea800, length=4,
userdata=0x9561b0) at mainwindow.cc:385
385 v = ((const float*) data)[length / sizeof(float) -1];
(gdb) kill
Kill the program being debugged? (y or n) y
(gdb) q


gdb.txt is attached.

--
John


On Sun, 2014-02-23 at 00:19 +0100, Simone Vellei wrote:
> Hi John,
> 
> maybe we can investigate also with gdb compiling pavucontrol with
> debug symbols:
> 
> 
> $ apt-get source pavucontrol && cd pavucontrol-1.0
> $ export DEB_BUILD_OPTIONS="nostrip noopt"
> $ dpkg-buildpackage -rfakeroot -uc -us
> 
> 
> $ sudo dpkg -i ../pavucontrol_1.0-1_i386.deb
> 
> $ gdb pavucontrol
> 
> 
> and attach here gdb output.
> 
> 
> 
> 2014-02-22 23:09 GMT+01:00 John M. :
> 
> Hi,
> 
> Running 
> 
> $ strace pavucontrol > ~/pavucontrol-strace.txt 2>&1
> 
> 
> shows that the segfault occurs while trying to
> open /dev/shm/pulse-shm-1589235082:
> 
> open("/dev/shm/pulse-shm-1589235082", O_RDONLY|
> O_NOFOLLOW|O_CLOEXEC) = -1 ENOENT (No such file or
> directory)
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> +++ killed by SIGSEGV +++
> 
> 
> The contents of /dev/shm are:
> 
> 
> $ ll /dev/shm
> total 280
> drwxrwxrwt  2 root root   80 Feb 22 16:23 ./
> drwxr-xr-x 19 root root 3440 Feb 22 13:44 ../
> -rwx--  1 jwm  jwm  67108904 Feb 22 16:10
> pulse-shm-1113234651*
> -rwx--  1 jwm  jwm  67108904 Feb 22 16:23
> pulse-shm-4016602654*
> 
> 
> strace shows the following, when opening the /dev/shm
> directory:
> 
> openat(AT_FDCWD, "/dev/shm/", O_RDONLY|O_NONBLOCK|
> O_DIRECTORY|O_CLOEXEC) = 10
> getdents(10, /* 5 entries */, 32768)= 168
> 
> 
> So maybe pavucontrol is relying on a wrong number of
> pulse-related devices.  
> 
> By ending the desktop session, killing all pulseaudio
> instances, starting a new desktop session, and running strace
&g

Bug#735898: pavucontrol segmentation fault

2014-02-22 Thread John M.
The full backtrace shows:


(gdb) backtrace full
#0  0x00428d80 in read_callback (s=0xced1b0, length=4,
userdata=0x92d600) at mainwindow.cc:385
w = 0x92d600
data = 0x0
v = 7.1675486625997992e-317
__PRETTY_FUNCTION__ = "void read_callback(pa_stream*,
size_t, void*)"
#1  0x73adad8b in ?? ()
from /usr/lib/x86_64-linux-gnu/libpulse.so.0
No symbol table info available.
#2  0x7fffee0bb46d in ?? ()
from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
No symbol table info available.
#3  0x73d17b77 in ?? ()
from /usr/lib/x86_64-linux-gnu/libpulse-mainloop-glib.so.0
No symbol table info available.
#4  0x73f63526 in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5  0x73f63878 in ?? ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6  0x73f63b3a in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7  0x759a444d in gtk_main ()
from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
No symbol table info available.
#8  0x77a1a8f1 in Gtk::Main::run(Gtk::Window&) ()
from /usr/lib/x86_64-linux-gnu/libgtkmm-3.0.so.1
No symbol table info available.
#9  0x00438981 in main (argc=1, argv=0x7fffdb28) at
pavucontrol.cc:670
kit = 
mainWindow = 0x92d600
m = 0x8ee130
options = 
group = 
entry = 
__PRETTY_FUNCTION__ = "int main(int, char**)"


So indeed data is NULL.
--
John


On Sun, 2014-02-23 at 04:52 +0100, Vincent Lefevre wrote:

> On 2014-02-22 18:58:08 -0500, John M. wrote:
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x00428d80 in read_callback (s=0xcea800, length=4,
> > userdata=0x9561b0) at mainwindow.cc:385
> > 385 v = ((const float*) data)[length / sizeof(float) -1];
> [...]
> 
> Thanks. The src/mainwindow.cc file contains:
> 
> if (pa_stream_peek(s, &data, &length) < 0) {
> show_error(_("Failed to read data from stream"));
> return;
> }
> 
> assert(length > 0);
> assert(length % sizeof(float) == 0);
> 
> v = ((const float*) data)[length / sizeof(float) -1];
> 
> And according to the pa_stream_peek documentation
> 
>   
> http://freedesktop.org/software/pulseaudio/doxygen/stream_8h.html#ac2838c449cde56e169224d7fe3d00824
> 
> "If there is no data at the current read index, it means that either
> the buffer is empty or it contains a hole (that is, the write index
> is ahead of the read index but there's no data where the read index
> points at). If the buffer is empty, data will be NULL and nbytes will
> be 0. If there is a hole, data will be NULL and nbytes will contain
> the length of the hole."
> 
> data can be NULL and the code is obviously buggy.
> 
Starting program: /usr/bin/pavucontrol 
warning: no loadable sections found in added symbol-file system-supplied DSO at 
0x77ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe874a700 (LWP 31513)]

Program received signal SIGSEGV, Segmentation fault.
0x00428d80 in read_callback (s=0xceda40, length=4, userdata=0x956200) 
at mainwindow.cc:385
385 v = ((const float*) data)[length / sizeof(float) -1];
#0  0x00428d80 in read_callback (s=0xceda40, length=4, 
userdata=0x956200) at mainwindow.cc:385
w = 0x956200
data = 0x0
v = 6.9063816096829495e-317
__PRETTY_FUNCTION__ = "void read_callback(pa_stream*, size_t, void*)"
#1  0x73adad8b in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
No symbol table info available.
#2  0x7fffee0bb46d in ?? () from 
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
No symbol table info available.
#3  0x73d17b77 in ?? () from 
/usr/lib/x86_64-linux-gnu/libpulse-mainloop-glib.so.0
No symbol table info available.
#4  0x73f63526 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5  0x73f63878 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6  0x73f63b3a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info av

Bug#735898: pavucontrol segmentation fault

2014-02-22 Thread John M.
The patch works!

I can finally use pavucontrol (1.0-1) for more than one second.

Thanks a lot for the help provided.

--
John.

On Sun, 2014-02-23 at 05:01 +0100, Vincent Lefevre wrote:

> Control: tags -1 patch
> 
> On 2014-02-23 04:52:46 +0100, Vincent Lefevre wrote:
> > data can be NULL and the code is obviously buggy.
> 
> gnome-control-center seemed to have similar code, thus was also buggy:
> 
>   https://bugzilla.gnome.org/show_bug.cgi?id=689079
> 
> which has a patch:
> 
>   https://bug689079.bugzilla-attachments.gnome.org/attachment.cgi?id=229897
> 
> This would give here:
> 
> --- src/mainwindow.cc~  2012-05-19 23:17:28.0 +0200
> +++ src/mainwindow.cc   2014-02-23 04:58:35.142596137 +0100
> @@ -379,6 +379,11 @@
>  return;
>  }
>  
> +if (!data) {
> +pa_stream_drop(s);
> +return;
> +}
> +
>  assert(length > 0);
>  assert(length % sizeof(float) == 0);
>  
> 
> Could you try this patch?
> 


Bug#730369: Even after enabling...

2014-01-18 Thread John M.
Hi,

Even after enabling and starting the service, it doesn't start
automatically on the next reboot.  Manually executing

# systemctl start bluetooth.service

Indeed starts the service.  My temporary solution to avoid that, was to
copy /lib/systemd/system/bluetooth.service into the /etc/systemd/system
directory, modify the service so that it's wanted by the
multi-user.target and create a relative symlink in the
multi-user.target.wants directory.

It seems to be a configuration problem, or a conflict between the
bluetooth.service and bluetooth.target units.
-- 
J.W.M.







Bug#735898: pavucontrol segmentation fault

2014-02-02 Thread John M.

The WorksForMe bug is certainly the worst of all.

At the time of reporting the bug, I had just moved to a new laptop, so
the issue happens on a newly installed Jessie.  In the old laptop (in
which Wheezy was originally installed in 2011), with all the Jessie
updates, pavucontrol has always worked without issue.

Since my home partition was cloned from the old laptop, I tried removing
~/.config/pavucontrol.ini and ~/.config/pulse/* and restarting the
session, with no success.  The only change in regards to pulse's default
configuration is "flat-volumes = no"  in /etc/pulse/daemon.conf, but
even reverting that one has no effect at all.

When running pavucontrol from the terminal I get:


...:~$ pavucontrol 
Segmentation fault

...:~$ dmesg
[elided iptables- and wlan0-related messages]

[240126.731332] pavucontrol[16559]: segfault at 0 ip
00423177 sp 7fffcc1e0630 error 4 in
pavucontrol[40+45000]


Since, for some reason, I have the murrine-themes package installed,
when running pavucontrol while using the Albatross theme, I get:


...:~$ pavucontrol 

(pavucontrol:16963): Gtk-WARNING **: Theme parsing error:
gtk-widgets.css:2597:41: Expected a valid selector
Segmentation fault


I don't get any Gtk-WARNING when using the Bluebird or Greybird themes
(also from the murrine-themes package).

The binaries from other packages suggested by the pulseaudio one (i.e.,
paman, paprefs, pavumeter), work properly.

Is there any other information I can attach to the bug report?

--
John.


On Sun, 2014-02-02 at 10:22 +0100, Vincent Lefevre wrote:

> On 2014-01-20 15:36:37 +0400, Vlad Orlov wrote:
> > Can't reproduce it.
> 
> I can't reproduce it either. If this doesn't affect most users,
> the bug severity should be lowered to important, if the bug is not
> reassigned in case it would be:
> 
> > Run dmesg after that and check the last lines of the output for the
> > hints about the cause of segfault. If it says something about
> > libgtk-3.so then you've probably been hit by a known bug in
> > gtk3-engines-unico [1] and need to change your GTK+ theme to
> > something not using unico.
> > 
> > If not, posting the relevant lines here won't hurt anyway.
> > 
> > [1] http://bugs.debian.org/706330
> 


Bug#741584: booting T440p with Debian testing - problems

2014-04-22 Thread John M.
Hi,

My workaround was to (boot in recovery mode and) blacklist nouveau, as
in:

# echo 'blacklist nouveau' > /etc/modprobe.d/blacklist-nouveau.conf

After that, reboot in normal mode.

It seems that the 3.13.x kernel is trying to load drivers for both the
Intel and NVIDIA cards, and there's a BIOS-related bug that makes the
NVIDIA card misbehave when on Linux.  Previous versions of the kernel
didn't do that.

I hope that helps.

--
John.



On Tue, 2014-04-22 at 14:13 +0300, Mr Smith wrote: 

> I found that you had a very similar problem as myself:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741584
> 
> I have bought new Thinkpad T440p and aimed to install dualboot
> Win7/Debian testing.
> 
> I have tried the Debian alpha-installer amd64 from 19 March 2014 but
> the system does not boot correctly (no GUI; login not reacting etc)
> 
> Is there any workaround?
> 
> Any help would be appreciated very much!
> 
> MS


Bug#624507: Started looping and continuously rewriting metadata file

2013-02-13 Thread John M.
I upgraded to 1.12.3-4 on the 6th of February, but didn't restart the
computer until yesterday.  After restarting, I experienced a desktop
freeze, so I restarted and checked the logs but there was nothing
relevant there.  The freeze happened again, and by the time I switched
to another tty and fired up htop, the gvfs-metadata service was using
80% RAM plus 100% CPU (with over 1 GiB already swapped).

There is no remote filesystem involved, and the behavior is similar to
the one described in bug #695306, but with the newer version.

By downgrading to 1.12.3-3, gvfs-metadata stopped misbehaving.

- System Information:
Debian Release: 7.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500,
'testing-proposed-updates'), (500, 'testing'), (200, 'unstable'), (101,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-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 gvfs depends on:
ii  gvfs-common   1.12.3-3
ii  gvfs-daemons  1.12.3-3
ii  gvfs-libs 1.12.3-3
ii  libc6 2.13-38
ii  libdbus-1-3   1.6.8-1
ii  libglib2.0-0  2.33.12+really2.32.4-5
ii  libudev0  175-7.1

gvfs recommends no packages.

Versions of packages gvfs suggests:
ii  gvfs-backends  1.12.3-3

-- no debconf information

--
John.



Bug#664583: nautilus crashes when selecting multiple files

2012-03-18 Thread John M.
Package: nautilus
Version: 3.2.1-2+b1

Selecting multiple files in nautilus triggers a crash, but only after
nautilus has been running for a while.  Uninstalling all the tracker
packages (except for sparql), and/or upgrading to nautilus 3.2.1-3 from
Debian unstable doesn't change anything ---i.e., nautilus still crashes
for the same reason.

The backtrace from gdb is attached.  The system information follows.

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

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 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 nautilus depends on:
ii  desktop-file-utils 0.18-1
ii  gsettings-desktop-schemas  3.2.0-2
ii  gvfs   1.10.1-2+b1
ii  libatk1.0-02.2.0-2
ii  libc6  2.13-27
ii  libcairo-gobject2  1.10.2-7
ii  libcairo2  1.10.2-7
ii  libexempi3 2.2.0-1
ii  libexif12  0.6.20-2
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.8-1
ii  libgail-3-03.2.3-1
ii  libgdk-pixbuf2.0-0 2.24.1-1
ii  libglib2.0-0   2.30.2-6
ii  libglib2.0-data2.30.2-6
ii  libgnome-desktop-3-2   3.2.1-3
ii  libgtk-3-0 3.2.3-1
ii  libnautilus-extension1a3.2.1-2+b1
ii  libnotify4 0.7.4-1
ii  libpango1.0-0  1.29.4-2
ii  libselinux12.1.9-2
ii  libtracker-sparql-0.12-0   0.12.10-1
ii  libx11-6   2:1.4.4-4
ii  libxml22.7.8.dfsg-7
ii  nautilus-data  3.2.1-2
ii  shared-mime-info   0.90-1

Versions of packages nautilus recommends:
ii  brasero  3.2.0-3
ii  eject2.1.5+deb1+cvs20081104-10
ii  gnome-sushi  0.2.1-2+b1
ii  gvfs-backends1.10.1-2+b1
ii  librsvg2-common  2.34.2-3

Versions of packages nautilus suggests:
ii  acroread [pdf-viewer]  9.4.7-0.1
ii  eog3.2.2-2+b1
ii  evince [pdf-viewer]3.2.1-1
ii  totem  3.2.1-2+b1
ii  tracker
ii  xdg-user-dirs  0.14-1
ii  xpdf [pdf-viewer]  3.03-9

-- no debconf information
GNU gdb (GDB) 7.4-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/nautilus...Reading symbols from 
/usr/lib/debug/usr/bin/nautilus...done.
done.
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/nautilus 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffec18b700 (LWP 18648)]
[New Thread 0x7fffeb98a700 (LWP 18649)]
[New Thread 0x7fffeaf81700 (LWP 18650)]
Initializing nautilus-open-terminal extension
Initializing nautilus-image-converter extension
Initializing nautilus-gdu extension
[New Thread 0x7fffd1ec3700 (LWP 18651)]
[New Thread 0x7fffcbbe8700 (LWP 18652)]
[New Thread 0x7fffcb3e7700 (LWP 18654)]
[Thread 0x7fffd1ec3700 (LWP 18651) exited]
[Thread 0x7fffcbbe8700 (LWP 18652) exited]
[Thread 0x7fffeb98a700 (LWP 18649) exited]
[New Thread 0x7fffcbbe8700 (LWP 18657)]
[Thread 0x7fffcbbe8700 (LWP 18657) exited]
[New Thread 0x7fffcbbe8700 (LWP 18665)]
[New Thread 0x7fffeb98a700 (LWP 18666)]
[Thread 0x7fffeb98a700 (LWP 18666) exited]
[Thread 0x7fffcbbe8700 (LWP 18665) exited]
[New Thread 0x7fffcbbe8700 (LWP 18667)]
[New Thread 0x7fffeb98a700 (LWP 18668)]
[New Thread 0x7fffd1ec3700 (LWP 18669)]
[New Thread 0x7fffcabe6700 (LWP 18670)]
[Thread 0x7fffcb3e7700 (LWP 18654) exited]
[Thread 0x7fffeb98a700 (LWP 18668) exited]
[Thread 0x7fffcbbe8700 (LWP 18667) exited]
[Thread 0x7fffd1ec3700 (LWP 18669) exited]
[New Thread 0x7fffd1ec3700 (LWP 18671)]
[New Thread 0x7fffcbbe8700 (LWP 18672)]
[New Thread 0x7fffeb98a700 (LWP 18673)]
[Thread 0x7fffcabe6700 (LWP 18670) exited]
[Thread 0x7fffd1ec3700 (LWP 18671) exited]
[Thread 0x7fffeb98a700 (LWP 18673) exited]
[New Thread 0x7fffeb98a700 (LWP 18674)]
[New Thread 0x7fffd1ec3700 (LWP 18675)]
[Thread 0x7fffcbbe8700 (LWP 18672) exited]
[Thread 0x7fffd1ec3700 (LWP 18675) exited]
[New Thread 0x7fffd1ec3700 (LWP 18676)]
[Thread 0x7fffd1ec3700 (LWP 18676) exited]
[New Thread 0x7fffd1ec3700 (LWP 18677)]
[Thread 0x7fffd1ec3700 (LWP 18677) exited]
[New Thread 0x7fffd1ec3700 (LWP 18678)]
[New Thread 0x7fffcbbe8700 (L

Bug#664583: nautilus crashes when selecting multiple files

2012-03-23 Thread John M.
It took longer this time (it seemed like libgtk-3.0-dbg almost fixed
something).

In this case, I've got the segfault by pressing the Reload button during
a nautilus search.  The file selected in the search results, when I
pressed the Reload button, had already been moved to trash (using
another instance of Nautilus).

The following might be relevant... or may not:
* I dragged/dropped some avi files from nautilus to xine, and it seems
that gdb got some messages from xine's driver.
* Since Xorg crashes randomly with the latest NVIDIA (bug #661253), I
downgraded and locked/pinned nvidia-glx and related packages.


On Mon, 2012-03-19 at 07:41 +0100, Josselin Mouette wrote:
> Hi,
> 
> Le dimanche 18 mars 2012 à 20:31 -0600, John M. a écrit :
> > Selecting multiple files in nautilus triggers a crash, but only after
> > nautilus has been running for a while.  Uninstalling all the tracker
> > packages (except for sparql), and/or upgrading to nautilus 3.2.1-3 from
> > Debian unstable doesn't change anything ---i.e., nautilus still crashes
> > for the same reason.
> > 
> > The backtrace from gdb is attached.  The system information follows.
> 
> Could you please try again with libgtk-3-0-dbg installed?
> 
> Thanks,
GNU gdb (GDB) 7.4-debian
Copyright (C) 2012 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/nautilus...Reading symbols from 
/usr/lib/debug/usr/bin/nautilus...done.
done.
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/nautilus 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffec18b700 (LWP 3144)]
[New Thread 0x7fffeb98a700 (LWP 3145)]
[New Thread 0x7fffeaf81700 (LWP 3146)]
Initializing nautilus-open-terminal extension
Initializing nautilus-image-converter extension
Initializing nautilus-gdu extension
[New Thread 0x7fffd1ec2700 (LWP 3147)]
[New Thread 0x7fffd16c1700 (LWP 3148)]
[Thread 0x7fffd16c1700 (LWP 3148) exited]
[Thread 0x7fffd1ec2700 (LWP 3147) exited]
[New Thread 0x7fffd1ec2700 (LWP 3155)]
[Thread 0x7fffd1ec2700 (LWP 3155) exited]
[New Thread 0x7fffd1ec2700 (LWP 3170)]
[New Thread 0x7fffd16c1700 (LWP 3171)]
[Thread 0x7fffd16c1700 (LWP 3171) exited]
[Thread 0x7fffd1ec2700 (LWP 3170) exited]
[New Thread 0x7fffd1ec2700 (LWP 3179)]
[New Thread 0x7fffd16c1700 (LWP 3180)]
[Thread 0x7fffd16c1700 (LWP 3180) exited]
[Thread 0x7fffd1ec2700 (LWP 3179) exited]
[New Thread 0x7fffd16c1700 (LWP 3181)]
[New Thread 0x7fffd1ec2700 (LWP 3182)]
[New Thread 0x7fffcb3e6700 (LWP 3183)]
[New Thread 0x7fffcabe5700 (LWP 3184)]
[Thread 0x7fffd1ec2700 (LWP 3182) exited]
[Thread 0x7fffcabe5700 (LWP 3184) exited]
[Thread 0x7fffd16c1700 (LWP 3181) exited]
[Thread 0x7fffcb3e6700 (LWP 3183) exited]
[Thread 0x7fffeb98a700 (LWP 3145) exited]
[New Thread 0x7fffeb98a700 (LWP 3260)]
[Thread 0x7fffeb98a700 (LWP 3260) exited]
[New Thread 0x7fffeb98a700 (LWP 3305)]
[Thread 0x7fffeb98a700 (LWP 3305) exited]
[New Thread 0x7fffeb98a700 (LWP 3322)]
[New Thread 0x7fffcb3e6700 (LWP 3323)]
[New Thread 0x7fffd16c1700 (LWP 3324)]
[New Thread 0x7fffcabe5700 (LWP 3325)]
[Thread 0x7fffeb98a700 (LWP 3322) exited]
[Thread 0x7fffd16c1700 (LWP 3324) exited]
[Thread 0x7fffcabe5700 (LWP 3325) exited]
This is xine (X11 gui) - a free video player v0.99.7hg.
(c) 2000-2010 The xine Team.
vo_vdpau: vdpau API version : 1
vo_vdpau: vdpau implementation description : NVIDIA VDPAU Driver Shared Library 
 290.10  Wed Nov 16 18:06:51 PST 2011
vo_vdpau: maximum video surface size for chroma type 4:2:2 is 4096x4096
vo_vdpau: maximum video surface size for chroma type 4:2:0 is 4096x4096
vo_vdpau: maximum output surface size is 8192x8192
vo_vdpau: hold a maximum of 10 video output surfaces for reuse
vo_vdpau: using 3 output surfaces of size 2560x1024 for display queue
vo_vdpau: this hardware doesn't support mpeg4-part2.
vdpau_set_property: property=1, value=0
vo_vdpau: deinterlace: none
vo_vdpau: set_scaling_level=0
vo_vdpau: enabled features: inverse_telecine=0
vo_vdpau: disable noise reduction.
vo_vdpau: disable sharpness.
vo_vdpau: vdpau_update_csc: hue=0.00, saturation=1.00, 
contrast=1.00, brightness=0.00, color_standard=0 studio_levels=0
vo_vdpau: skip_chroma = 0
vo_vdpau: deinterlace: none
vo_vdpau: set_scaling_level=0
vo_vdpau: enabled features: 

Bug#664583: nautilus crashes when selecting multiple files

2012-03-23 Thread John M.
One more backtrace, obtained while selecting multiple files in nautilus
(no search involved).
GNU gdb (GDB) 7.4-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/nautilus...Reading symbols from 
/usr/lib/debug/usr/bin/nautilus...done.
done.
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/nautilus 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffec18b700 (LWP 6342)]
[New Thread 0x7fffeb98a700 (LWP 6343)]
[New Thread 0x7fffeaf81700 (LWP 6344)]
Initializing nautilus-open-terminal extension
Initializing nautilus-image-converter extension
Initializing nautilus-gdu extension
[New Thread 0x7fffd1ec2700 (LWP 6345)]
[New Thread 0x7fffd16c1700 (LWP 6346)]
[New Thread 0x7fffcb3dc700 (LWP 6347)]
[Thread 0x7fffd1ec2700 (LWP 6345) exited]
[Thread 0x7fffeb98a700 (LWP 6343) exited]
[Thread 0x7fffcb3dc700 (LWP 6347) exited]
[New Thread 0x7fffcb3dc700 (LWP 6349)]
[Thread 0x7fffd16c1700 (LWP 6346) exited]
[New Thread 0x7fffd16c1700 (LWP 6350)]
[Thread 0x7fffcb3dc700 (LWP 6349) exited]
[New Thread 0x7fffcb3dc700 (LWP 6351)]
[Thread 0x7fffcb3dc700 (LWP 6351) exited]
[Thread 0x7fffd16c1700 (LWP 6350) exited]
[New Thread 0x7fffd16c1700 (LWP 6359)]
[New Thread 0x7fffcb3dc700 (LWP 6360)]
[Thread 0x7fffcb3dc700 (LWP 6360) exited]

Program received signal SIGSEGV, Segmentation fault.
g_hash_table_iter_init (iter=, hash_table=0x51) at 
/tmp/buildd/glib2.0-2.30.2/./glib/ghash.c:696
696 /tmp/buildd/glib2.0-2.30.2/./glib/ghash.c: No such file or directory.
(gdb) backtrace full
#0  g_hash_table_iter_init (iter=, hash_table=0x51) at 
/tmp/buildd/glib2.0-2.30.2/./glib/ghash.c:696
ri = 0x7fffdac0
__PRETTY_FUNCTION__ = "g_hash_table_iter_init"
#1  0x7720b988 in garbage_collect_cell_data (data=0x1401b00) at 
/tmp/buildd/gtk+3.0-3.2.3/./gtk/a11y/gtktreeviewaccessible.c:2841
accessible = 0x1401b00
cell_info = 
iter = {dummy1 = 0x140e040, dummy2 = 0x0, dummy3 = 0x1, dummy4 = 
-187159504, dummy5 = 32767, dummy6 = 0x75035b80}
#2  0x7720ba0d in idle_garbage_collect_cell_data (data=0x1401b00) at 
/tmp/buildd/gtk+3.0-3.2.3/./gtk/a11y/gtktreeviewaccessible.c:2866
accessible = 0x1401b00
#3  0x76ccd4df in gdk_threads_dispatch (data=0x140e040) at 
/tmp/buildd/gtk+3.0-3.2.3/./gdk/gdk.c:754
dispatch = 0x140e040
ret = 0
#4  0x74d860cf in g_main_dispatch (context=0x7c4bf0) at 
/tmp/buildd/glib2.0-2.30.2/./glib/gmain.c:2442
dispatch = 0x74d82850 
was_in_call = 0
user_data = 0x140e040
callback = 0x76ccd4b0 
cb_funcs = 0x750351d0
cb_data = 0x13c7860
current_source_link = {data = 0x13fe800, next = 0x0}
need_destroy = 
source = 0x13fe800
current = 0x8bda60
i = 
#5  g_main_context_dispatch (context=0x7c4bf0) at 
/tmp/buildd/glib2.0-2.30.2/./glib/gmain.c:2998
No locals.
#6  0x74d868c8 in g_main_context_iterate (context=0x7c4bf0, 
block=, dispatch=1, self=) at 
/tmp/buildd/glib2.0-2.30.2/./glib/gmain.c:3076
max_priority = 200
timeout = 0
some_ready = 1
nfds = 9
allocated_nfds = 
fds = 
#7  0x74d86e02 in g_main_loop_run (loop=0x7fffdc0075a0) at 
/tmp/buildd/glib2.0-2.30.2/./glib/gmain.c:3284
__PRETTY_FUNCTION__ = "g_main_loop_run"
#8  0x77087fdd in gtk_main () at 
/tmp/buildd/gtk+3.0-3.2.3/./gtk/gtkmain.c:1362
loop = 0x7fffdc0075a0
#9  0x75727bbe in g_application_run (application=0x77d000, 
argc=, argv=0x7fffddb8) at 
/tmp/buildd/glib2.0-2.30.2/./gio/gapplication.c:1323
arguments = 0x77c400
status = 0
i = 
__PRETTY_FUNCTION__ = "g_application_run"
#10 0x0042d910 in main (argc=1, argv=0x7fffddb8) at 
nautilus-main.c:102
retval = 
application = 0x77d000
(gdb) info registers
rax0x0  0
rbx0x1401b0020978432
rcx0x0  0
rdx0x0  0
rsi0x51 81
rdi0x7fffdac0   140737488345792
rbp0x0  0x0
rsp0x7fffdab8   0x7fffdab8
r8 0x7c4bf8 8145912
r9 0x18c3   6339
r100x1  1
r110x1  1
r120x1  1
r130x8bda60 9165408
r140x75

Bug#822522: reportbug: Crash when python-gtkspellcheck is installed

2016-11-06 Thread John M.

On Sun, 2016-11-06 at 13:15 +1100, Ben Finney wrote:
> Control: severity -1 normal
> Control: tags -1 + moreinfo
> 
> On 24-Apr-2016, JWM wrote:
> 
> > While reporting a bug, the reportbug application suggests
> > installing
> > python-gtkspellcheck, but having that package installed actually
> > makes reportbug crash with the following traceback:
> 
> I don't see that behaviour, with Reportbug version “6.6.6”:
> 
> =
> $ reportbug --version
> reportbug 6.6.6
> 
> $ grep ui ~/.reportbugrc | grep -v '^#'
> ui gtk2
> 
> $ aptitude show python-gtkspellcheck | grep Version
> Version: 3.0-1.1
> 
> $ LANGUAGE= LC_ALL= reportbug
> 
> =
> 
> The GUI appears correctly, with no crash.
> 
> What else is needed for someone else to reproduce the behaviour you
> report?
> 

I reported that  bug back in April!
A lot might have changed since then (I'm using Debian Testing), and I
cannot reproduce the bug anymore.

--
John.



Bug#741450: Also on newer kernels

2014-08-18 Thread John M.
Hi,

The issue happens to me with current kernel as well.  

I also tried 3.16-trunk, and the issue persists.




# dmidecode -t system | grep Version && lspci -vvv | grep Wireless 
Version: ThinkPad T440p
04:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)
Subsystem: Intel Corporation Dual Band Wireless-AC 7260

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

Kernel: Linux 3.14-2-amd64 (SMP w/8 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 linux-image-amd64 depends on:
ii  linux-image-3.14-2-amd64  3.14.15-2

linux-image-amd64 recommends no packages.


Bug#717143: Upstream bug

2014-07-19 Thread John M.
I just found the related bug report from earlier last year:

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

The issue seems related to avoiding horizontal scrollbar at all costs
---which probably means it won't be fixed, since GNOME developers know
best (!). 



Bug#664583:

2014-07-22 Thread John M.
Hi,

It's been more than two years, so I kind of forgot about reporting what
fixed the bug for me.

I had /tmp mounted in RAM through fstab.  It seems that nautilus (gvfs?)
didn't like that.  Once I removed the line from fstab, the crash caused
by selecting multiple files went away.

--
John.


Bug#790434:

2015-06-29 Thread John M.
My mistake.  It seems that workrave stil depends on xfce4-panel,
although the changelog claims otherwise.

The entry in history.log is:

Start-Date: 2015-06-29  11:59:09
Commandline: apt-get install -t unstable gnome-panel
Install: libexo-1-0:amd64 (0.10.6-1, automatic), libxfce4ui
-common:amd64 (4.12.1-2, automatic), libxfce4ui-1-0:amd64 (4.12.1-2,
automatic), libexo-common:amd64 (0.10.6-1, automatic), gir1.2
-panelapplet-5.0:amd64 (3.16.1-3, automatic), xfconf:amd64 (4.12.0
-2+b1, automatic), libpanel-applet0:amd64 (3.16.1-3, automatic),
libxfconf-0-2:amd64 (4.12.0-2+b1, automatic), libgarcon-common:amd64
(0.4.0-2, automatic), libxfce4util-common:amd64 (4.12.1-2, automatic),
libgarcon-1-0:amd64 (0.4.0-2, automatic), libexo-helpers:amd64 (0.10.6
-1, automatic), exo-utils:amd64 (0.10.6-1, automatic), xfce4
-panel:amd64 (4.12.0-3, automatic), libxfce4util7:amd64 (4.12.1-2,
automatic)
Upgrade: workrave-data:amd64 (1.10.4-3, 1.10.6-2), gnome-panel
-data:amd64 (3.8.1-7, 3.16.1-3), gnome-applets-data:amd64 (3.8.1-1,
3.16.1-3), gnome-panel:amd64 (3.8.1-7+b1, 3.16.1-3), gnome
-applets:amd64 (3.8.1-1+b1, 3.16.1-3), workrave:amd64 (1.10.4-3, 1.10.6
-2)
Remove: libpanel-applet-4-0:amd64 (3.8.1-7+b1), gir1.2-panelapplet
-4.0:amd64 (3.8.1-7+b1)
End-Date: 2015-06-29  12:00:02



The entry in term.log is:

Log started: 2015-06-29  11:59:09
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 506070 files and directories currently
installed.)
Preparing to unpack .../workrave_1.10.6-2_amd64.deb ...
Unpacking workrave (1.10.6-2) over (1.10.4-3) ...
Preparing to unpack .../workrave-data_1.10.6-2_all.deb ...
Unpacking workrave-data (1.10.6-2) over (1.10.4-3) ...
Selecting previously unselected package libpanel-applet0.
Preparing to unpack .../libpanel-applet0_3.16.1-3_amd64.deb ...
Unpacking libpanel-applet0 (3.16.1-3) ...
Selecting previously unselected package libxfce4util-common.
Preparing to unpack .../libxfce4util-common_4.12.1-2_all.deb ...
Unpacking libxfce4util-common (4.12.1-2) ...
Selecting previously unselected package libxfce4util7.
Preparing to unpack .../libxfce4util7_4.12.1-2_amd64.deb ...
Unpacking libxfce4util7 (4.12.1-2) ...
Selecting previously unselected package xfconf.
Preparing to unpack .../xfconf_4.12.0-2+b1_amd64.deb ...
Unpacking xfconf (4.12.0-2+b1) ...
Selecting previously unselected package libxfconf-0-2.
Preparing to unpack .../libxfconf-0-2_4.12.0-2+b1_amd64.deb ...
Unpacking libxfconf-0-2 (4.12.0-2+b1) ...
Selecting previously unselected package libxfce4ui-common.
Preparing to unpack .../libxfce4ui-common_4.12.1-2_all.deb ...
Unpacking libxfce4ui-common (4.12.1-2) ...
Selecting previously unselected package libxfce4ui-1-0.
Preparing to unpack .../libxfce4ui-1-0_4.12.1-2_amd64.deb ...
Unpacking libxfce4ui-1-0 (4.12.1-2) ...
Selecting previously unselected package libexo-common.
Preparing to unpack .../libexo-common_0.10.6-1_all.deb ...
Unpacking libexo-common (0.10.6-1) ...
Selecting previously unselected package libexo-helpers.
Preparing to unpack .../libexo-helpers_0.10.6-1_amd64.deb ...
Unpacking libexo-helpers (0.10.6-1) ...
Selecting previously unselected package libexo-1-0:amd64.
Preparing to unpack .../libexo-1-0_0.10.6-1_amd64.deb ...
Unpacking libexo-1-0:amd64 (0.10.6-1) ...
Selecting previously unselected package libgarcon-common.
Preparing to unpack .../libgarcon-common_0.4.0-2_all.deb ...
Unpacking libgarcon-common (0.4.0-2) ...
Selecting previously unselected package libgarcon-1-0.
Preparing to unpack .../libgarcon-1-0_0.4.0-2_amd64.deb ...
Unpacking libgarcon-1-0 (0.4.0-2) ...
Selecting previously unselected package exo-utils.
Preparing to unpack .../exo-utils_0.10.6-1_amd64.deb ...
Unpacking exo-utils (0.10.6-1) ...
Selecting previously unselected package xfce4-panel.
Preparing to unpack .../xfce4-panel_4.12.0-3_amd64.deb ...
Unpacking xfce4-panel (4.12.0-3) ...
Processing triggers for menu (2.1.47) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for gnome-menus (3.13.3-6) ...
Processing triggers for mime-support (3.58) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for libglib2.0-0:i386 (2.44.1-1) ...
Processing triggers for libglib2.0-0:amd64 (2.44.1-1) ...
dpkg: libpanel-applet-4-0: dependency problems, but removing anyway as
you requested:
 gnome-applets depends on libpanel-applet-4-0 (>= 3.2.1).
 gnome-panel depends on libpanel-applet-4-0 (>= 3.4.1).
 gir1.2-panel

Bug#790434: The dependency on xfce4-panel is still there

2015-06-29 Thread John M.
Version 1.10.6-2 still depends on xfce4-panel (and all its
dependencies). I mistakenly submitted bug report #790434, thinking it
was gnome-panel's fault.

--
JWM

Bug#783845: Still depends on xfce4-panel

2015-06-29 Thread John M.
Version 1.10.6-2 still depends on xfce4-panel (and all its
dependencies). I mistakenly submitted bug report #790434, thinking it
was gnome-panel's fault.

Bug#756959: Different upstream bug - possible fix in evolution-data-server?

2014-08-30 Thread John M.
I just patched evolution-data-server_3.12.5-1 (which is now in Jessie),
up to the git commit pointed by James Huber, and rebuilt the packages.
After re-adding the Google Account in the Online Accounts settings, I
can confirm that the issue of authentication is solved for Google
Calendars.

The issue with evolution-calendar-factory consuming 100% of a CPU still
remains, and causes both the GNOME shell calendar and evolution not to
load properly ---i.e., the shell calendar doesn't display any events or
appointments and evolution doesn't load completely and displays "Saving
user interface" indefinitely in the status bar.  My only workaround so
far is to kill evolution-calendar-factory and
gnome-shell-calendar-server multiple times until the CPU usage settles.

--
John.

On Thu, 28 Aug 2014 06:43:18 -0700 James Huber 
wrote: 

> I've been following this bug on several different distros.  It seems to 
> affect all current versions of gnome-online-accounts, but is actually an 
> evolution-data-server bug.
> 
> Here is the upstream bug that I think contains a possible fix (I am not 
> running Jessie at the moment so I can't test it myself):
> 
> -https://bugzilla.gnome.org/show_bug.cgi?id=735311
> 
> Here is the git commit for the evolution-data-server-3.12 fix:
> 
> - 
> https://git.gnome.org/browse/evolution-data-server/commit/?h=evolution-data-server-3-12&id=5e9d80092b19f9bd2c02712ab0a50fa70b052c74
> 
> -James
> 
> 


Bug#755981: Patching partially solves the issue

2014-08-30 Thread John M.
Patching evolution-data-server_3.12.5-1 up to the git commit mentioned
in Bug #756959, makes the calendar usable again.

But every time I start a desktop session, evolution-calendar-factory
still consumes 100% of a CPU and causes both the GNOME shell calendar
and evolution not to load properly ---i.e., the shell calendar doesn't
display any events or appointments and evolution doesn't load completely
and displays "Saving user interface" indefinitely in the status bar.  My
only workaround so far is to kill evolution-calendar-factory and
gnome-shell-calendar-server multiple times until the CPU usage settles.
After that, both the shell calendar and evolution work as expected.

--
John.


Bug#741584: booting T440p with Debian testing - problems

2014-08-10 Thread John M.
Hi,

When the 3.14.x kernel first hit Debian testing, I tried booting without
blacklisting nouveau, and got the same systemd's emergency prompt caused
by disk corruption.

The recent comments related to the issue, at the github page for
bumblebee's project
( https://github.com/Bumblebee-Project/bbswitch/issues/78 ), mention
that the issue goes away by adding acpi_osi="Windows 2013" to the kernel
command line. That certainly worked for me, and right now I have
bumblebee-nvidia installed and working properly, and the laptop's
battery consumption is down by 40-50%.

As far as I know, the acpi_osi trick doesn't solve the issue in all the
cases ---e.g., it didn't work for Mr. Smith.

The bumblebee package installs its own bumblebee.conf
into /etc/modprobe.d, which effectively blacklists nouveau and nvidia*,
so it seems that for the NVIDIA Optimus card those modules shouldn't be
loaded at all by default.

--
John.

On Sun, 2014-08-10 at 20:21 +0100, Ben Hutchings wrote: 

> Sorry we didn't respond to this earlier.
> 
> On Tue, 2014-04-22 at 06:30 -0500, John M. wrote:
> > Hi,
> > 
> > My workaround was to (boot in recovery mode and) blacklist nouveau, as
> > in:
> > 
> > # echo 'blacklist nouveau' > /etc/modprobe.d/blacklist-nouveau.conf
> > 
> > After that, reboot in normal mode.
> > 
> > It seems that the 3.13.x kernel is trying to load drivers for both the
> > Intel and NVIDIA cards, and there's a BIOS-related bug that makes the
> > NVIDIA card misbehave when on Linux.  Previous versions of the kernel
> > didn't do that.
> > 
> > I hope that helps.
> 
> Linux is supposed to be able to switch between the Intel and Nvidia GPUs
> at run-time, so loading both drivers is right.
> 
> The failure may be related to run-time power management and might be
> fixed in a later version.  Have you tested a recent kernel version with
> nouveau re-enabled?  There is currently Linux 3.14 in testing/unstable
> and 3.16 in experimental.
> 
> Ben.
> 


Bug#756959: Invisible CAPTCHA

2014-08-13 Thread John M.
As mentioned in that same Bugzilla link, it's NOT a CAPTCHA issue.  I've
already tied the UnlockCaptcha option, and it doesn't solve the problem.

The problem didn't occur with evolution 3.8 or evolution 3.12 right
before most of the GNOME 3.12 packages migrated to Debian Unstable.  So
it's either some bug introduced by updated dependencies or a
Google-related change that happened recently (OAuth 2.0 mismatch
maybe?).

For this same behavior, I filed a bug against evolution-data-server
( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755981 ). I haven't
been able to find a workaround, other than disabling GOA for Calendar
and Contacts, or renaming the evolution-calendar-factory binary.

As with most GNOME-related software, there are too many packages
involved (e.g., evolution-data-server, gnome-online-accounts, seahorse,
etc.), and debugging doesn't seem to work properly for things other than
the evolution binary.

--
John.


On Wed, 2014-08-13 at 22:41 +0200, Michael Herold wrote: 

> Seems to be a known upstream bug [1]. The quick fix presented there, is
> to visit [2], this worked for me. I reconnect my network afterwards to
> force a new login.
> 
> [1] 
> [2] 
> 


Bug#851928: linux-image-4.9.0-1-amd64: Kernel 4.9 fails to boot on Thinkpad T440p

2017-01-21 Thread John M.

On Sat, 2017-01-21 at 16:33 +0900, Roger Shimizu wrote:
> Control: tag -1 + patch upstream
> Control: forwarded -1 https://bugzilla.kernel.org/show_bug.cgi?id=191
> 121
> 
> On Fri, Jan 20, 2017 at 11:26 AM, JWM  wrote:
> > Package: src:linux
> > Version: 4.9.2-2
> > Severity: normal
> > 
> > Dear Maintainer,
> > 
> > After upgrading my Thinkpad T440p to linux-image-amd64 from
> > unstable (along
> > with linux-headers-amd64, linux-doc, linux-perf, linux-source and
> > linux-tools),
> > I am unable to boot with the 4.9.2 kernel.
> > 
> > Right after GRUB times out, the screen goes blank and nothing
> > happens.
> > 
> > According to this page
> > 
> > https://bugzilla.kernel.org/show_bug.cgi?id=191121
> 
> The report implies the following two commits, which already applied
> in
> linus tree, can fix this issue.
>  - http://git.kernel.org/linus/20b1e22d01a4b0b11d3a1066e9feb04be38607
> ec
>  - http://git.kernel.org/linus/0100a3e67a9cef64d72cd3a1da86f3ddbee503
> 63
> 
> Is it convenient for you to confirm?
> 
> Cheers,

Hi,

It took forever to build (i.e., about three hours just for amd64), but
yes, after applying those two patches I can boot properly ("journalctl
-b -k" messages attached).
--
John
 -- Logs begin at Mon 2016-08-08 16:33:01 COT, end at Sat 2017-01-21 13:14:32 COT. --
Jan 21 12:58:05 walrus-edge kernel: Linux version 4.9.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 6.2.1 20161124 (Debian 6.2.1-5) ) #1 SMP Debian 4.9.2-2a~test (2017-01-21)
Jan 21 12:58:05 walrus-edge kernel: Command line: BOOT_IMAGE=/vmlinuz-4.9.0-1-amd64 root=UUID=6509d59d-a080-4e59-bd0e-e83cacba4369 ro quiet splash resume=UUID=e2031b87-4394-4219-8d65-761dcff59e0f acpi_backlight=vendor
Jan 21 12:58:05 walrus-edge kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 21 12:58:05 walrus-edge kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 21 12:58:05 walrus-edge kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 21 12:58:05 walrus-edge kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 21 12:58:05 walrus-edge kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jan 21 12:58:05 walrus-edge kernel: x86/fpu: Using 'eager' FPU context switches.
Jan 21 12:58:05 walrus-edge kernel: e820: BIOS-provided physical RAM map:
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0x-0x00057fff] usable
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0x00058000-0x00058fff] reserved
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0x00059000-0x0009bfff] usable
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0x0009c000-0x0009cfff] reserved
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0x0009d000-0x0009dfff] usable
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0x0009e000-0x000b] reserved
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0x0010-0xb1760fff] usable
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xb1761000-0xb1962fff] reserved
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xb1963000-0xbbe99fff] usable
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xbbe9a000-0xbc099fff] type 20
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xbc09a000-0xbcbbafff] reserved
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xbcbbb000-0xbcc0afff] ACPI NVS
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xbcc0b000-0xbcc73fff] reserved
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xbcc74000-0xbce7efff] ACPI NVS
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xbce7f000-0xbcefefff] ACPI data
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xbceff000-0xbcef] usable
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xbcf0-0xbf9f] reserved
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xf80f8000-0xf80f8fff] reserved
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0xfed1c000-0xfed1] reserved
Jan 21 12:58:05 walrus-edge kernel: BIOS-e820: [mem 0x0001-0x00023e5f] usable
Jan 21 12:58:05 walrus-edge kernel: NX (Execute Disable) protection: active
Jan 21 12:58:05 walrus-edge kernel: efi: EFI v2.31 by Lenovo
Jan 21 12:58:05 walrus-edge kernel: efi:  ACPI=0xbcefe000  ACPI 2.0=0xbcefe014  SMBIOS=0xbcc73000  ESRT=0xbc1c8000 
Jan 21 12:58:05 walrus-edge kernel: efi: [Firmware Bug]: Invalid EFI memory map entries:
Jan 21 12:58:05 walrus-edge kernel: efi: mem40: [Reserved   |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x-0x] (invalid)
Jan 21 12:58:05 walrus-edge kernel: efi: mem41: [Reserved   |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x-0x

Bug#837786: mutter: Issues repainting the display on mouse movement

2016-09-14 Thread John M.
I tried setting the "DRI" option to "false" (and to "2", as suggested
by ArchWiki), but the result is the same ---maybe due to the fact that
I also have a discrete display (Nvidia Optimus):

$ sudo lshw -c video
  *-display UNCLAIMED   
   description: VGA compatible controller
   product: GK208M [GeForce GT 730M]
   vendor: NVIDIA Corporation
   physical id: 0
   bus info: pci@:02:00.0
   version: a1
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress vga_controller cap_list
   configuration: latency=0
   resources: memory:f000-f0ff memory:c000-cfff
memory:d000-d1ff ioport:3000(size=128)
  *-display
   description: VGA compatible controller
   product: 4th Gen Core Processor Integrated Graphics Controller
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@:00:02.0
   version: 06
   width: 64 bits
   clock: 33MHz
   capabilities: msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:32 memory:f100-f13f memory:e000-
efff ioport:4000(size=64) memory:c-d


Or maybe it's something in my modprobe.d directory:

$ for file in `ls`; do echo -e "\n\n#$(pwd)/$file:" >>
/tmp/combined.txt; cat $file >> /tmp/combined.txt; done && cat
/tmp/combined.txt


#/etc/modprobe.d/amd64-microcode-blacklist.conf:
# The microcode module attempts to apply a microcode update when
# it autoloads.  This is not always safe, so we block it by default.
blacklist microcode


#/etc/modprobe.d/bumblebee.conf:
# This file is installed by bumblebee, do NOT edit!
# to be used by kmod / module-init-tools, and installed in
/etc/modprobe.d/
# or equivalent

# do not automatically load nouveau as it may prevent nvidia from
loading
blacklist nouveau
# do not automatically load nvidia as it's unloaded anyway when
bumblebeed
# starts and may fail bumblebeed to disable the card in a race
condition.
# Debian
blacklist nvidia
blacklist nvidia-current
blacklist nvidia-legacy-304xx
blacklist nvidia-legacy-340xx
# Ubuntu
blacklist nvidia
blacklist nvidia-current
blacklist nvidia-current-updates
# 304
blacklist nvidia-304
blacklist nvidia-304-updates
blacklist nvidia-experimental-304
# 310
blacklist nvidia-310
blacklist nvidia-310-updates
blacklist nvidia-experimental-310
# 313
blacklist nvidia-313
blacklist nvidia-313-updates
blacklist nvidia-experimental-313
# 319
blacklist nvidia-319
blacklist nvidia-319-updates
blacklist nvidia-experimental-319
# 325
blacklist nvidia-325
blacklist nvidia-325-updates
blacklist nvidia-experimental-325
# 331
blacklist nvidia-331
blacklist nvidia-331-updates
blacklist nvidia-experimental-331
# 334
blacklist nvidia-334
blacklist nvidia-334-updates
blacklist nvidia-experimental-334
# 337
blacklist nvidia-337
blacklist nvidia-337-updates
blacklist nvidia-experimental-337
# 340
blacklist nvidia-340
blacklist nvidia-340-updates
blacklist nvidia-experimental-340
# 343
blacklist nvidia-343
blacklist nvidia-343-updates
blacklist nvidia-experimental-343
# 346
blacklist nvidia-346
blacklist nvidia-346-updates
blacklist nvidia-experimental-346
# 349
blacklist nvidia-349
blacklist nvidia-349-updates
blacklist nvidia-experimental-349
# 352
blacklist nvidia-352
blacklist nvidia-352-updates
blacklist nvidia-experimental-352
# 355
blacklist nvidia-355
blacklist nvidia-355-updates
blacklist nvidia-experimental-355
# 358
blacklist nvidia-358
blacklist nvidia-358-updates
blacklist nvidia-experimental-358
# 361
blacklist nvidia-361
blacklist nvidia-361-updates
blacklist nvidia-experimental-361
# 364
blacklist nvidia-364
blacklist nvidia-364-updates
blacklist nvidia-experimental-364


#/etc/modprobe.d/dkms.conf:
# modprobe information used for DKMS modules
#
# This is a stub file, should be edited when needed,
# used by default by DKMS.


#/etc/modprobe.d/i915.conf:
options i915 i915_enable_rc6=7 i915_enable_fbc=1 lvds_downclock=1



#/etc/modprobe.d/intel-microcode-blacklist.conf:
# The microcode module attempts to apply a microcode update when
# it autoloads.  This is not always safe, so we block it by default.
blacklist microcode


#/etc/modprobe.d/nvidia-blacklists-nouveau.conf:
# You need to run "update-initramfs -u" after editing this file.

# see #580894
blacklist nouveau


#/etc/modprobe.d/nvidia.conf:
install nvidia modprobe -i nvidia-current $CMDLINE_OPTS

install nvidia-modeset modprobe nvidia ; modprobe -i nvidia-current-
modeset $CMDLINE_OPTS

install nvidia-uvm modprobe nvidia ; modprobe -i nvidia-current-uvm
$CMDLINE_OPTS

remove nvidia modprobe -r -i nvidia-modeset nvidia-uvm nvidia

# These aliases are defined in *all* nvidia modules.
# Duplicating them here sets higher precedence and ensures the selected
# module gets loaded instead of a random first match if more than one
# version is installed. See #798207.
alias   pci:v10DEd0E00sv*sd*bc04sc80i00*nvidia
alias   pci:v10DEd0AA3sv*

Bug#837786: mutter: Issues repainting the display on mouse movement

2016-09-17 Thread John M.
Since Wednesday, I've done as follows:
- Upgraded to mutter 3.21.91-2 and gnome-shell 3.21.91-1
(repaint/redraw issues).
- Tried to report the bug, but reportbug showed a version of mutter in
unstable.
- Upgraded to mutter 3.31.92-1 and gnome-shell 3.21.92-1
(repaint/redraw issues).
- Reported the bug.
- Downgraded to mutter 3.20.3-2 and gnome-shell 3.20.3-1 using dpkg and
/var/cache/archives.
- Upgraded to mutter 3.21.91-2 and gnome-shell 3.21.91-1 again
(repaint/redraw issues)
- Tried some DRI suggestions from ArchWiki, but none of them solve the
issue.
- Downgraded to mutter 3.20.3-2 and gnome-shell 3.20.3-1 using dpkg and
/var/cache/archives.
- Upgraded to mutter 3.21.91-2 and gnome-shell 3.21.91-1 again
(repaint/redraw issues)
- Tried disabling some files in modprobe, but it doesn't seem to solve
the issue.
- Downgraded to mutter 3.20.3-2 and gnome-shell 3.20.3-1 using dpkg and
/var/cache/archives.

So the problem is always reproducible.

--
John.




> Am 14.09.2016 um 17:16 schrieb JWM:
> 
> > > > After upgrading my system this morning and restarting a new gnome-
shell session
> > > > (by rebooting), everything being displayed fails to repaint
properly.
> > 
> > > > Everytime I launch an application and try to move the window it
leaves traces
> > > > (i.e., shadows of its previous positions). The same happens on
mouse hover.
> > 
> > > > Also, the clock (on the top desktop) flickers
constantly.  Something similar
> > happens with the title bar in certain applications (e.g., vivaldi).
> > 
> > > > Since the only packages upgraded were related to mutter and gnome-
shell, I
> > figure the one to blame is mutter.
> > 
> 
> 
> > Can you downgrade mutter to 3.21.91-2 (from testing), reboot and test
if
> the problem is reproducible?
> 
> 


Bug#837786: Possible solution

2016-09-27 Thread John M.

On Tue, 27 Sep 2016 13:21:58 -0400 Jerome Charaoui 
wrote:
> Le 2016-09-27 à 13:09, Svetlin Zarev a écrit :
> > I've fixed the issue on my side by removing CLUTTER_PAINT=disable-
> > clipped-redraws:disable-culling from my /etc/environment
> > 
> > I;ve added this property years ago as a solution to tearing in
gnome,
> > but now it seems to break it.
> 
> This fixed my problem as well, thank you for sharing!
> 
> -- Jerome
> 

I also had the CLUTTER_PAINT line in /etc/environment, as a workaround
for the issue described in https://bugzilla.redhat.com/show_bug.cgi?id=
720605 . 
Just removed it, upgraded mutter and gnome-shell and everything seems
to work properly now.
I also have "CLUTTER_VBLANK=True", but that one doesn't seem to be
causing any issues so far.
--John.


Bug#504723: linux-image-2.6.26-1-ixp4xx: cdc_acm.ko is missing from this package although it exists in the x86 package

2008-11-06 Thread John M
Package: linux-image-2.6.26-1-ixp4xx
Version: 2.6.26-8
Severity: normal


cdc_acm.ko is missing from this package and usbserial devices do not work. (it 
should show up as ttyACM0)
cdc_acm exists on the etch version of this package as well as the lenny for 
other archs like x86

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

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

Versions of packages linux-image-2.6.26-1-ixp4xx depends on:
ii  debconf [debconf-2.0] 1.5.23 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92j  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

linux-image-2.6.26-1-ixp4xx recommends no packages.

Versions of packages linux-image-2.6.26-1-ixp4xx suggests:
pn  fdutils(no description available)
pn  linux-doc-2.6.26   (no description available)

-- debconf information:
  linux-image-2.6.26-1-ixp4xx/preinst/failed-to-move-modules-2.6.26-1-ixp4xx:
  linux-image-2.6.26-1-ixp4xx/postinst/create-kimage-link-2.6.26-1-ixp4xx: true
  shared/kernel-image/really-run-bootloader: true
* linux-image-2.6.26-1-ixp4xx/preinst/already-running-this-2.6.26-1-ixp4xx:
  linux-image-2.6.26-1-ixp4xx/preinst/abort-overwrite-2.6.26-1-ixp4xx:
  linux-image-2.6.26-1-ixp4xx/postinst/bootloader-error-2.6.26-1-ixp4xx:
  
linux-image-2.6.26-1-ixp4xx/prerm/would-invalidate-boot-loader-2.6.26-1-ixp4xx: 
true
  linux-image-2.6.26-1-ixp4xx/preinst/lilo-initrd-2.6.26-1-ixp4xx: true
  linux-image-2.6.26-1-ixp4xx/preinst/abort-install-2.6.26-1-ixp4xx:
  linux-image-2.6.26-1-ixp4xx/preinst/overwriting-modules-2.6.26-1-ixp4xx: true
  linux-image-2.6.26-1-ixp4xx/postinst/old-dir-initrd-link-2.6.26-1-ixp4xx: true
  linux-image-2.6.26-1-ixp4xx/preinst/elilo-initrd-2.6.26-1-ixp4xx: true
  linux-image-2.6.26-1-ixp4xx/prerm/removing-running-kernel-2.6.26-1-ixp4xx: 
true
  linux-image-2.6.26-1-ixp4xx/preinst/lilo-has-ramdisk:
  linux-image-2.6.26-1-ixp4xx/postinst/bootloader-test-error-2.6.26-1-ixp4xx:
  linux-image-2.6.26-1-ixp4xx/postinst/depmod-error-2.6.26-1-ixp4xx: false
  linux-image-2.6.26-1-ixp4xx/postinst/depmod-error-initrd-2.6.26-1-ixp4xx: 
false
  linux-image-2.6.26-1-ixp4xx/postinst/old-system-map-link-2.6.26-1-ixp4xx: true
  linux-image-2.6.26-1-ixp4xx/postinst/old-initrd-link-2.6.26-1-ixp4xx: true
  linux-image-2.6.26-1-ixp4xx/preinst/bootloader-initrd-2.6.26-1-ixp4xx: true
  linux-image-2.6.26-1-ixp4xx/postinst/kimage-is-a-directory:
  linux-image-2.6.26-1-ixp4xx/preinst/initrd-2.6.26-1-ixp4xx:



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



Bug#880704: bumblebee-nvidia: Upgrading mesa and nvidia drivers with bumblebee-nvidia installed breaks the desktop

2017-11-17 Thread John M.
On Sun, 2017-11-05 at 17:35 +, Luca Boccassi wrote:
> On Fri, 2017-11-03 at 19:41 -0500, JWM wrote:
> > Package: bumblebee-nvidia
> > Version: 3.2.1-16
> > Severity: grave
> > Justification: renders package unusable
> > 
> > Dear Maintainer,
> > 
> > My system is a Thinkpad T440p, with both an Intel and an NVIDIA
> > Optimus cards.
> > On Wednesday, upgrading both the Mesa libraries and the NVIDIA
> > driver
> > broke the
> > desktop ---i.e., after reboot, the GDM target never showed up due
> > to
> > a Clutter
> > error.
> > 
> > Synaptic's history shows the following as
> > installed/upgraded/removed
> > on that
> > day:
> > 
> > -
> > ---
> > Commit Log for Wed Nov  1 08:23:33 2017
> > 
> > 
> > Removed the following packages:
> > libegl1-glvnd-nvidia
> > libegl1-mesa-dev
> > libgl1-mesa-glx:i386
> > libgtk-3-dev
> > primus
> > primus-libs-ia32:i386
> > primus-libs:i386
> > 
> > Upgraded the following packages:
> > debconf (1.5.63) to 1.5.64
> > debconf-i18n (1.5.63) to 1.5.64
> > eog-plugin-map (3.25.92-1) to 3.26.1-1
> > epiphany-browser (3.24.3-1) to 3.26.1-1
> > epiphany-browser-data (3.24.3-1) to 3.26.1-1
> > giada (0.14.1~dfsg1-1) to 0.14.3~dfsg1-1
> > gir1.2-javascriptcoregtk-4.0 (2.16.6-1) to 2.18.1-1
> > gir1.2-webkit2-4.0 (2.16.6-1) to 2.18.1-1
> > gnome-maps (3.25.91-1) to 3.26.1-1
> > gnome-session (3.24.1-2) to 3.26.1-1
> > gnome-session-bin (3.24.1-2) to 3.26.1-1
> > gnome-session-common (3.24.1-2) to 3.26.1-1
> > gnome-software (3.22.5-1) to 3.26.1-2
> > gnome-software-common (3.22.5-1) to 3.26.1-2
> > gnome-software-plugin-flatpak (3.22.5-1) to 3.26.1-2
> > gstreamer1.0-plugins-bad (1.12.2-1+b1) to 1.12.3-2
> > libegl-nvidia0 (375.82-5) to 375.82-7
> > libegl1-mesa (13.0.6-1+b2) to 17.2.3-1
> > libgbm1 (13.0.6-1+b2) to 17.2.3-1
> > libgl1-glvnd-nvidia-glx (375.82-5) to 375.82-7
> > libgl1-mesa-dri (13.0.6-1+b2) to 17.2.3-1
> > libgl1-mesa-dri:i386 (13.0.6-1+b2) to 17.2.3-1
> > libgl1-mesa-glx (13.0.6-1+b2) to 17.2.3-1
> > libgl1-nvidia-glvnd-glx (375.82-5) to 375.82-7
> > libglapi-mesa (13.0.6-1+b2) to 17.2.3-1
> > libglapi-mesa:i386 (13.0.6-1+b2) to 17.2.3-1
> > libgles-nvidia1 (375.82-5) to 375.82-7
> > libgles-nvidia2 (375.82-5) to 375.82-7
> > libgles1-glvnd-nvidia (375.82-5) to 375.82-7
> > libgles1-nvidia (375.82-5) to 375.82-7
> > libgles2-glvnd-nvidia (375.82-5) to 375.82-7
> > libgles2-mesa (13.0.6-1+b2) to 17.2.3-1
> > libgles2-nvidia (375.82-5) to 375.82-7
> > libglx-nvidia0 (375.82-5) to 375.82-7
> > libglx0-glvnd-nvidia (375.82-5) to 375.82-7
> > libgstreamer-plugins-bad1.0-0 (1.12.2-1+b1) to 1.12.3-2
> > libharfbuzz-dev (1.5.1-1) to 1.6.2-1
> > libharfbuzz-gobject0 (1.5.1-1) to 1.6.2-1
> > libharfbuzz-icu0 (1.5.1-1) to 1.6.2-1
> > libharfbuzz0b (1.5.1-1) to 1.6.2-1
> > libjavascriptcoregtk-4.0-18 (2.16.6-1) to 2.18.1-1
> > libnetcdf-c++4 (4.2-7) to 4.2-7+b1
> > libnvidia-cfg1 (375.82-5) to 375.82-7
> > libnvidia-eglcore (375.82-5) to 375.82-7
> > libnvidia-glcore (375.82-5) to 375.82-7
> > libnvidia-ml1 (375.82-5) to 375.82-7
> > libosmesa6 (13.0.6-1+b2) to 17.2.3-1
> > libwayland-egl1-mesa (13.0.6-1+b2) to 17.2.3-1
> > libwebkit2gtk-4.0-37 (2.16.6-1) to 2.18.1-1
> > libwebkit2gtk-4.0-37-gtk2 (2.16.6-1) to 2.18.1-1
> > libxatracker2 (13.0.6-1+b2) to 17.2.3-1
> > mesa-vdpau-drivers (13.0.6-1+b2) to 17.2.3-1
> > netcdf-bin (1:4.4.1.1-2) to 1:4.5.0-1
> > nvidia-alternative (375.82-5) to 375.82-7
> > nvidia-driver (375.82-5) to 375.82-7
> > nvidia-driver-bin (375.82-5) to 375.82-7
> > nvidia-driver-libs (375.82-5) to 375.82-7
> > nvidia-egl-icd (375.82-5) to 375.82-7
> > nvidia-kernel-support (375.82-5) to 375.82-7
> > nvidia-smi (375.82-5) to 375.82-7
> > nvidia-vdpau-driver (375.82-5) to 375.82-7
> > nvidia-vulkan-icd (375.82-5) to 375.82-7
> > primus-libs (0~20150328-4) to 0~20150328-5
> > xserver-xorg-video-nvidia (375.82-5) to 375.82-7
> > xwayland (2:1.19.3-2) to 2:1.19.5-1
> > 
> > Installed the following packages:
> > gir1.2-harfbuzz-0.0 (1.6.2-1)
> > libegl1 (0.2.999+git20170802-5)
> > libfwupd2 (1.0.0-4)
> > libglvnd-core-dev (0.2.999+git20170802-5)
> > libglvnd0:i386 (0.2.999+git20170802-5)
> > libglx-mesa0 (17.2.3-1)
> > libglx-mesa0:i386 (17.2.3-1)
> > libllvm5.0 (1:5.0~+rc2-1)
> > libllvm5.0:i386 (1:5.0~+rc2-1)
> > libnetcdf13 (1:4.5.0-1)
> > librtmidi4 (3.0.0~ds1-2)
> > libxcb-xfixes0:i386 (1.12-1)
> > python3-debconf (1.5.64)
> > -
> > ---
> > 
> > 
> > 
> > In order to solved the issue, I uninstalled all the NVIDIA-related
> > packages,
> > reinstalled GDM and blacklisted nouveau.
> > 
> > After that, I tried installing bumblebee-nvidia again, which
> > effectively broke
> > the system once again.
> > 
> > So it seems the bumblebee-nvidia package is not compatible with the
> > newest mesa
> > and NVIDIA drivers.
> 
> With nvidia-driver 375.82-8 it should all be installable again,
> please
> re-try when you have time. Sorry for the 

Bug#1083019: nautilus: Crashes on load after upgrade to version 47.0-1

2024-09-29 Thread John M.
Package: nautilus
Version: 47.0-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

After upgrade to version 47.0-1, nautilus fails to start with:

$ nautilus
** Message: 19:38:42.449: Connecting to
org.freedesktop.Tracker3.Miner.Files
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME:
support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME:
support more multi-planar formats with DRM modifiers

(org.gnome.Nautilus:7144): Gdk-WARNING **: 19:38:43.016: The program
'org.gnome.Nautilus' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 1019 error_code 8 request_code 149 (unknown)
minor_code 4)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
function.)

My video card is NVIDIA Quadro T2000, the X-Server is configured to use
it directly (i.e., the Intel card is disabled).

The whole system is mostly testing-only ---the only packages from
unstable are the ones not (any longer) in testing:

# apt-show-versions | grep unstable
firmware-carl9170:all/unstable 1.9.9-399-gcd480b9-1.2 uptodate
gimp:amd64/unstable 2.10.38-2 uptodate
gimp-data:all/unstable 2.10.38-2 uptodate
libavcodec60:amd64/unstable 7:6.1.1-5+b1 uptodate
libgimp2.0t64:amd64/unstable 2.10.38-2 uptodate
libgspell-1-2:amd64/unstable 1.12.2-1+b2 uptodate
libgutenprint-common:all/unstable 5.3.4.20220624T01008808d602-3
uptodate
libgutenprint9:amd64/unstable 5.3.4.20220624T01008808d602-3 uptodate
libhpmud0:amd64/unstable 3.22.10+dfsg0-5.1 uptodate
libmgl-data:all/unstable 8.0.1-8 uptodate
libmgl-fltk8t64:amd64/unstable 8.0.1-8+b2 uptodate
libmgl8t64:amd64/unstable 8.0.1-8+b2 uptodate
linux-headers-6.10.9-amd64:amd64/unstable 6.10.9-1 uptodate
linux-headers-6.10.9-common:all/unstable 6.10.9-1 uptodate
linux-image-6.10.9-amd64:amd64/unstable 6.10.9-1 uptodate
linux-kbuild-6.10.9:amd64/unstable 6.10.9-1 uptodate
mathgl:amd64/unstable 8.0.1-8+b2 uptodate
printer-driver-gutenprint:amd64/unstable 5.3.4.20220624T01008808d602-3
uptodate
printer-driver-hpcups:amd64/unstable 3.22.10+dfsg0-5.1 uptodate
printer-driver-postscript-hp:amd64/unstable 3.22.10+dfsg0-5.1 uptodate

---
John M.


-- System Information:
Debian Release: trixie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'testing'), (200, 'unstable'), (199, 'stable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.10.11-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages nautilus depends on:
ii  bubblewrap  0.10.0-1
ii  desktop-file-utils  0.27-2
ii  eject   2.40.2-8
ii  gsettings-desktop-schemas   47.1-1
ii  gvfs    1.56.0-2
ii  libadwaita-1-0  1.6.0-1
ii  libc6   2.40-2
ii  libcairo2   1.18.2-2
ii  libcloudproviders0  0.3.6-1
ii  libgdk-pixbuf-2.0-0 2.42.12+dfsg-1
ii  libgexiv2-2 0.14.3-1+b1
ii  libglib2.0-0t64 2.82.1-1
ii  libglib2.0-data 2.82.1-1
ii  libgnome-autoar-0-0 0.4.5-1
ii  libgnome-desktop-4-2t64 44.1-1
ii  libgraphene-1.0-0   1.10.8-4
ii  libgstreamer-plugins-base1.0-0  1.24.8-1
ii  libgstreamer1.0-0   1.24.8-1
ii  libgtk-4-1  4.16.2+ds-1
ii  libnautilus-extension4  47.0-1
ii  libpango-1.0-0  1.54.0+ds-2
ii  libportal-gtk4-1    0.8.1-2
ii  libportal1  0.8.1-2
ii  libselinux1 3.7-3
ii  libtracker-sparql-3.0-0 3.7.3-2
ii  libwayland-client0  1.23.0-1
ii  libx11-6    2:1.8.7-1+b1
ii  nautilus-data   47.0-1
ii  shared-mime-info    2.4-5
ii  tracker 3.7.3-2
ii  tracker-extract 3.7.3-1
ii  tracker-miner-fs    3.7.3-1

Versions of packages nautilus recommends:
ii  gnome-sushi   46.0-2
ii  gvfs-backends 1.56.0-2
ii  libgdk-pixbuf2.0-bin  2.42.12+dfsg-1
ii  librsvg2-common   2.59.0+dfsg-3

Versions of packages nautilus suggests:
ii  eog   47.0-1
ii  evince 

Bug#1083019: nautilus: Crashes on load after upgrade to version 47.0-1

2024-11-04 Thread John M.
Hi.

I'm not sure if anyone's checking this bug anymore ---since it was
erroneously marked as Done.

With nautilus 47.0-2, and libgtk-4-1 v4.16.3+ds-2, the issue still
persists:

$ nautilus
** Message: 09:01:23.931: Connecting to
org.freedesktop.Tracker3.Miner.Files
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME:
support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME:
support more multi-planar formats with DRM modifiers

(org.gnome.Nautilus:231889): Gdk-WARNING **: 09:01:24.446: The program
'org.gnome.Nautilus' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 1026 error_code 8 request_code 149 (unknown)
minor_code 4)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
function.)

-- 
J.W.M.

> > > > «If you ever get close to a human and human behaviour 
> > > > «Be ready to get confused 
> > > > «There's definitely no logic to human behaviour 
> > > > «But yet so, yet so irresistible 
> > > > > > > > > Björk, 1993. 
> > > > > > > > 
> > > > > > > 
> > > > > > 
> > > > > 
> > > > 
> > > 
> > 
> 











Bug#1083019: gtk4 apps crash when using vulkan renderer with Nvidia hybrid graphics drivers

2024-10-01 Thread John M.
And just a little bit more information:

It seems the same issue was mentioned a week ago at this StackExchange
post: 
https://unix.stackexchange.com/questions/783899/debian-testing-gnome-47-nautilus-doesnt-start-anymore-why

And there's even a YouTube video that points to that same post for the
solution ---the solution being installing nautilus from stable.

One thing I noticed, is that some applications requiring a FileChooser
of some sort, cannot do so. I noticed it fist in the browser (Vivaldi),
but even when launching gnome-control-center from the terminal and
trying to select a file to change my user avatar, I get:

$ gnome-control-center 
13:21:17.6387 cc-system-panel[195017]: WARNING: Failed to pick avatar
image: Dismissed by user

That is, the FileChooser doesn't show up, but the control center
assumes the user pressed the Cancel button.

--
John M.

On Mon, 2024-09-30 at 15:21 -0500, John M. wrote:
> Hi Jeremy. Thanks for the reply.
> 
> I'm not sure the issue is directly related
> to https://launchpad.net/bugs/2081291 . Both baobab and gnome-system-
> monitor (which, I believe, are gtk4-based) load without issue. 
> 
> I upgraded libgtk-4-1 to the version in unstable, which caused these
> other updates as a side-effect:
> 
> 
> # apt-show-versions | grep unstable | grep gtk
> gir1.2-gtk-4.0:amd64/unstable 4.16.2+ds-3 uptodate
> gtk-update-icon-cache:amd64/unstable 4.16.2+ds-3 uptodate
> libgtk-4-1:amd64/unstable 4.16.2+ds-3 uptodate
> libgtk-4-bin:amd64/unstable 4.16.2+ds-3 uptodate
> libgtk-4-common:all/unstable 4.16.2+ds-3 uptodate
> libgtk-4-dev:amd64/unstable 4.16.2+ds-3 uptodate
> libgtk-4-media-gstreamer:amd64/unstable 4.16.2+ds-3 uptodate
> 
> 
> After reboot, the situation is the same: nautilus doesn't load, but
> baobab, gnome-system-monitor, etc., do load.
> 
> And, just to clarify: I'm using the NVIDIA GPU as the primary one (as
> per these
> instructions: 
> https://wiki.debian.org/NVIDIA%20Optimus#Using_NVIDIA_GPU_as_the_primary_GPU
>  ).
> 
> --
> John M.
> 
> On Mon, 2024-09-30 at 07:46 -0400, Jeremy Bícha wrote:
> > 
> > Control: reassign -1 src:gtk4 4.16.2+ds-1
> > Control: affects -1 src:nautilusControl: retitle -1 gtk4 apps crash
> > when using vulkan renderer with Nvidia hybrid graphics drivers
> > 
> > On Sun, 2024-09-29 at 20:32 -0500, John M. wrote:
> > > After upgrade to version 47.0-1, nautilus fails to start with:
> > > …
> > > My video card is NVIDIA Quadro T2000, the X-Server is configured
> > > to use it directly (i.e., the Intel card is disabled).
> > 
> > We believe this issue is https://launchpad.net/bugs/2081291 and
> > needs
> > to be ultimately fixed in either Mesa or more likely in the Nvidia
> > drivers themselves. This issue affects other GTK4 apps beyond
> > Nautilus.
> > 
> > We have worked around this issue by switching the default renderer
> > from vulkan to ngl in gtk4 4.16.2+ds-3. That version is currently
> > in
> > Debian Unstable and should reach Debian Testing at the end of this
> > week.
> > 
> > Thank you,
> > Jeremy Bícha


Bug#1083019: gtk4 apps crash when using vulkan renderer with Nvidia hybrid graphics drivers

2024-09-30 Thread John M.
Hi Jeremy. Thanks for the reply.

I'm not sure the issue is directly related
to https://launchpad.net/bugs/2081291 . Both baobab and gnome-system-
monitor (which, I believe, are gtk4-based) load without issue. 

I upgraded libgtk-4-1 to the version in unstable, which caused these
other updates as a side-effect:

# apt-show-versions | grep unstable | grep gtk
gir1.2-gtk-4.0:amd64/unstable 4.16.2+ds-3 uptodate
gtk-update-icon-cache:amd64/unstable 4.16.2+ds-3 uptodate
libgtk-4-1:amd64/unstable 4.16.2+ds-3 uptodate
libgtk-4-bin:amd64/unstable 4.16.2+ds-3 uptodate
libgtk-4-common:all/unstable 4.16.2+ds-3 uptodate
libgtk-4-dev:amd64/unstable 4.16.2+ds-3 uptodate
libgtk-4-media-gstreamer:amd64/unstable 4.16.2+ds-3 uptodate

After reboot, the situation is the same: nautilus doesn't load, but
baobab, gnome-system-monitor, etc., do load.

And, just to clarify: I'm using the NVIDIA GPU as the primary one (as
per these
instructions: 
https://wiki.debian.org/NVIDIA%20Optimus#Using_NVIDIA_GPU_as_the_primary_GPU
 ).

--
John M.

On Mon, 2024-09-30 at 07:46 -0400, Jeremy Bícha wrote:
> 
> Control: reassign -1 src:gtk4 4.16.2+ds-1
> Control: affects -1 src:nautilusControl: retitle -1 gtk4 apps crash
> when using vulkan renderer with Nvidia hybrid graphics drivers
> 
> On Sun, 2024-09-29 at 20:32 -0500, John M. wrote:
> > After upgrade to version 47.0-1, nautilus fails to start with:
> > …
> > My video card is NVIDIA Quadro T2000, the X-Server is configured to
> > use it directly (i.e., the Intel card is disabled).
> 
> We believe this issue is https://launchpad.net/bugs/2081291 and needs
> to be ultimately fixed in either Mesa or more likely in the Nvidia
> drivers themselves. This issue affects other GTK4 apps beyond
> Nautilus.
> 
> We have worked around this issue by switching the default renderer
> from vulkan to ngl in gtk4 4.16.2+ds-3. That version is currently in
> Debian Unstable and should reach Debian Testing at the end of this
> week.
> 
> Thank you,
> Jeremy Bícha


Bug#336670: obexftp: Transport type unknown

2005-10-31 Thread John M Flinchbaugh
Package: obexftp
Version: 0.10.7+0.10.8pre9-1
Severity: grave
Justification: renders package unusable

Previous obexftp version worked, but this one just does this:
---
[EMAIL PROTECTED]:~$ obexftp -t /dev/rfcomm0 -l
Custom transport set to 'Siemens/Ericsson'
Transport type unknown
[EMAIL PROTECTED]:~$ 
---

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

Versions of packages obexftp depends on:
ii  libbluetooth1  2.19-1Library to use the BlueZ Linux Blu
ii  libc6  2.3.5-7   GNU C Library: Shared libraries an
ii  libopenobex-1.0-0  1:1.0.0-rel-3 OBEX protocol library

obexftp recommends no packages.

-- no debconf information


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



Bug#303293: Bug #303293: expand moving documents with mouse

2005-05-28 Thread John M. King

Package: evince
Version: 0.1.5-2
Severity: wishlist

I would like to move the document in the scrollpane with my mouse - for
example while pressing CTRL, SHIFT or just per default and then
selecting text while pressing CTRL or SHIFT.


I'm curious about this bug.  Various documentation I've seen for evince 
claims that this feature already exists (the GNOME help file, for 
example, in Usage section 3.3, "To Scroll a Page", and there's some 
posts on the evince bugzilla as well), but I can't figure out how to do 
it.  Maybe I should post a bug to upstream?


-John


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



Bug#311134: evince: New upstream version (0.3.1) available

2005-05-28 Thread John M. King

Package: evince
Version: 0.3.0-2
Severity: wishlist

Version 0.3.1 of Evince is available from upstream.  The new version
adds (among other things) click-and-drag scrolling, which will close
#303293.

-John

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.11
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages evince depends on:
ii  gconf2   2.8.1-6 GNOME configuration database syste
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libcairo10.4.0-1 Multi-platform 2D graphics library
ii  libdjvulibre13.5.14-5Runtime support for the DjVu image
ii  libesd0  0.2.35-2.1  Enlightened Sound Daemon - Shared
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-13  GCC support library
ii  libgconf2-4  2.8.1-6 GNOME configuration database syste
ii  libgcrypt11  1.2.0-11.1  LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.2-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgnome-keyring00.4.2-1 GNOME keyring services library
ii  libgnome2-0  2.8.1-2 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeprint2.2-0   2.8.2-1 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.8.2-2 GNOME 2.2 print architecture User
ii  libgnomeui-0 2.8.1-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.4-4 The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-13.1 GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.6.4-3 The GTK+ graphical user interface
ii  libice6  4.3.0.dfsg.1-13 Inter-Client Exchange library
ii  libjpeg626b-10   The Independent JPEG Group's JPEG
ii  libkpathsea3 2.0.2-30path search library for teTeX (run
ii  liborbit21:2.12.2-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpixman1   0.1.4-2 Cairo pixel manipulation library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libpoppler0  0.3.1-1 PDF rendering library
ii  libpoppler0-glib 0.3.1-1 PDF rendering library (GLib-based
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-13 X Window System Session Management
ii  libstdc++5   1:3.3.6-5   The GNU Standard C++ Library v3
ii  libtasn1-2   0.2.10-4Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-13 X Window System protocol client li
ii  libxml2  2.6.16-7GNOME XML library
ii  libxrender1  1:0.8.3-1   X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-13 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#311133: libpoppler0: New upstream version (0.3.2) available

2005-05-28 Thread John M. King

Package: libpoppler0
Version: 0.3.1-1
Severity: wishlist

Version 0.3.2 of Poppler is available from upstream.  The new version is
required to build Evince 0.3.1, also recently released from upstream.

-John

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.11
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libpoppler0 depends on:
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libcairo10.4.0-1 Multi-platform 2D graphics library
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-13  GCC support library
ii  libjpeg626b-10   The Independent JPEG Group's JPEG
ii  libpixman1   0.1.4-2 Cairo pixel manipulation library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++5   1:3.3.6-5   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-13 X Window System protocol client li
ii  libxrender1  1:0.8.3-1   X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-13 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#311688: Makefile.config and Makefile.common not included in any llvm package

2005-06-02 Thread John M. King
Package: llvm
Version: 1.4-4
Severity: important

In /usr/share/doc/llvm-doc/examples, there is a Makefile that includes
.../Makefile.config and ../Makefile.common, which don't exist.  If I go
into the ModuleMaker directory, "make" fails.  These files are located
in the top-level directory of upstream's source tarball (running
../configure generates Makefile.common).

These two files are necessary for building modules for LLVM.

-John

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

Versions of packages llvm depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libstdc++5  1:3.3.6-5The GNU Standard C++ Library v3
ii  llvm-libs   1.4-4common libraries for LLVM compiler

-- no debconf information


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



Bug#307321: pymusique: missing dependency upon python-pyopenssl

2005-05-02 Thread John M Flinchbaugh
Package: pymusique
Version: 0.5-0.1
Severity: minor

I get an ssl error and failure to start without python-pyopenssl
package.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.12-rc2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages pymusique depends on:
ii  gstreamer0.8-faad 0.8.8-0.2  GStreamer faad plugins
ii  libxml2-python2.3 2.6.16-7   Python 2.3 bindings for the GNOME 
ii  python2.3.5-2An interactive high-level object-o
ii  python-gnome2 2.6.1-1Python bindings for the GNOME desk
ii  python-mcrypt 1.1-0.1Python binding for mcrypt
ii  python-twisted1.3.0-8Event-based framework for internet
ii  python2.3-libxml2 [libxml2-py 2.6.16-7   Python 2.3 bindings for the GNOME 

-- no debconf information


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



Bug#307321: pymusique: missing dependency upon python-pyopenssl

2005-05-04 Thread John M Flinchbaugh
On Wed, May 04, 2005 at 04:21:01AM +0100, Martin Michlmayr wrote:
> * John M Flinchbaugh <[EMAIL PROTECTED]> [2005-05-02 09:50]:
> > Package: pymusique
> > Version: 0.5-0.1
> It appears that this package is not in Debian.  Do you know where you
> obtained it from?  What does
>dpkg -p pymusique | grep Maintainer
> say?

[EMAIL PROTECTED]  Since it identified him and had an email address
for him, I just figured it was in the main distribution.

As maintainer, would it have sent him the email, or do I need to email
him again?

In the future, should I verify that the package is in the main distro
before using reportbug on it?

Thanks.
-- 
John M Flinchbaugh
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#319364: mozilla-firefox: firefox randlmy crashes after few minutes (nsISupportsArray/nsIDirectoryServiceProvider2)

2005-07-21 Thread John M. King
I have the same problem witn 1.0.6 on AMD64 architecture - haven't tried
on another arch.  It looks like it's related to reload functionality.  It
is reproducible for me every time:

1) Start firefox.
2) Click the "reload" button.
3) Firefox crashes.

I get the same backtrace that the original bug report has when running
Firefox inside gdb.


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



Bug#324692: gnome-font-properties: application font ignored by applications

2005-08-23 Thread John M Flinchbaugh
Package: gnome-control-center
Version: 1:2.10.1-6
Severity: normal


Changing Application Font in gnome-font-properties has no affect on
fonts used by my applications, including the panel, GtkTree
used in eclipse, etc.

I've seen this work fine on a Gentoo Gnome 2.8 desktop.

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

Versions of packages gnome-control-center depends on:
ii  capplets-data 1:2.10.1-6 configuration applets for GNOME 2 
ii  desktop-file-utils0.10-1 Utilities for .desktop files
ii  gnome-desktop-data2.10.2-1   Common files for GNOME 2 desktop a
ii  gnome-icon-theme  2.10.1-2   GNOME Desktop icon theme
ii  gnome-menus   2.10.2-1   an implementation of the freedeskt
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libasound21.0.9-3ALSA library
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.10.1-1   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnome-desktop-22.10.2-1   Utility library for loading .deskt
ii  libgnome-keyring0 0.4.3-1GNOME keyring services library
ii  libgnome-menu02.10.2-1   an implementation of the freedeskt
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgstreamer-plugins0.8-0 0.8.10-3   Various GStreamer libraries and li
ii  libgstreamer0.8-0 0.8.10-2   Core GStreamer libraries, plugins,
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libmetacity0  1:2.10.3-2 Common library of lightweight GTK2
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libstartup-notification0  0.8-1  library for program launch feedbac
ii  libtasn1-20.2.13-1   Manage ASN.1 structures (runtime)
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.8.2.dfsg.1-5 X Window System multi-head display
ii  libxklavier10 2.0-0.2X Keyboard Extension high-level AP
ii  libxml2   2.6.20-1   GNOME XML library
ii  libxrandr26.8.2.dfsg.1-5 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxss1   6.8.2.dfsg.1-5 X Screen Saver client-side library
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

Versions of packages gnome-control-center recommends:
ii  gnome-session 2.10.0-5   The GNOME 2 Session Manager
ii  gnome2-user-guide 2.8.1-2GNOME 2 User's Guide

-- no debconf information


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



Bug#329794: vino: Would be nice to be able to share a keyboad like x2x and x2vnc

2005-09-23 Thread John M Cooper
Package: vino
Version: 2.10.0-2
Severity: wishlist


It would be really nice if vino could also include some sort of keyboard
sharing so that you could do the same sort of thing done by x2x and
x2vnc.

Situation:

I have two computers, I enable "Allow remote keyboard" on the laptop.
Then on the desktop turn on "Enable remote keyboard to PC" select the
laptop from a list or manually enter it  and I can then use keyboad and
mouse across PC's.

Thanks

john


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

Versions of packages vino depends on:
ii  gconf22.10.1-2   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libgconf2-4   2.10.1-2   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnome-keyring0 0.4.3-2GNOME keyring services library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libtasn1-20.2.13-1   Manage ASN.1 structures (runtime)
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  libxml2   2.6.21-1   GNOME XML library
ii  libxtst6  6.8.2.dfsg.1-6 X Window System event recording an
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

vino recommends no packages.

-- no debconf information


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



Bug#325888: phppgadmin: please allow php5 to meet php requirements

2005-08-31 Thread John M Flinchbaugh
Package: phppgadmin
Version: 3.5.5-2
Severity: minor

phppgadmin depends on php4, php4-pgsql, but runs fine against php5,
php5-pgsql, so these could be added to dependencies as alternatives to
the php4 versions.

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

Versions of packages phppgadmin depends on:
ii  apache2-mpm-prefork [httpd]   2.0.54-4   traditional model for Apache2
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  php4  4:4.4.0-1  server-side, HTML-embedded scripti
ii  php4-pgsql4:4.4.0-1  PostgreSQL module for php4
ii  wwwconfig-common  0.0.43 Debian web auto configuration

Versions of packages phppgadmin recommends:
pn  postgresql (no description available)
pn  postgresql-doc (no description available)

-- debconf information:
* phppgadmin/webserver: Apache


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



Bug#323489: Samba doesn't work with Windows Vista

2005-08-16 Thread John M. Brown
Package: samba
Version: all

Windows Vista (a.k.a. Longhorn) does not connect to Samba server.  The fix
has already been contributed upstream.

As per:
http://www.opensubscriber.com/message/samba@lists.samba.org/1870516.html



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



Bug#413717: gimp-ufraw should install a .desktop file so that it can open raw files in gimp

2007-03-06 Thread John M Cooper
Package: gimp-ufraw
Version: 0.10-1
Severity: normal
Tags: patch

ufraw currently installs a .desktop file but gimp-ufraw does not. 

I think that ufraw-gimp should install a ufraw-gimp.desktop file ins
/usr/share/applications that is a copy of the gimp.desktop file but has
the following changes.

Change the mime types to be the same as the ufraw-desktop file.
Add a NoDisplay=1 line so that it does not get show by the menu.

Please see the attached patch.

Thanks

john






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

Versions of packages gimp-ufraw depends on:
ii  gimp  2.2.13-1   The GNU Image Manipulation Program
ii  libatk1.0-0   1.12.4-2   The ATK accessibility toolkit
ii  libc6 2.5-0exp3  GNU C Library: Shared libraries
ii  libcairo2 1.2.6-1The Cairo 2D vector graphics libra
ii  libexiv2-0.10 0.10-1.4   EXIF/IPTC metadata manipulation li
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libgimp2.02.2.13-1   Libraries necessary to Run the GIM
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.10.7-1   The GTK+ graphical user interface 
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  liblcms1  1.15-1 Color management library
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libtiff4  3.8.2-7Tag Image File Format (TIFF) libra
ii  libx11-6  2:1.0.3-5  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxi62:1.1.0-2  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.2.0-4  X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  zlib1g1:1.2.3-13 compression library - runtime

gimp-ufraw recommends no packages.

-- no debconf information
--- gimp-2.2.desktop2006-08-25 06:04:14.0 +0100
+++ gimp-ufraw.desktop  2007-03-06 18:18:31.0 +
@@ -2,6 +2,7 @@
 Version=1.0
 Encoding=UTF-8
 Type=Application
+NoDisplay=1
 Name=GIMP Image Editor
 GenericName=Image Editor
 GenericName[bg]=Редактор на изображения
@@ -81,4 +82,4 @@
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=GIMP
 StartupNotify=true
-MimeType=image/bmp;image/g3fax;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-compressed-xcf;image/x-fits;image/x-gray;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-sun-raster;image/x-tga;image/x-xbitmap;image/x-xcf;image/x-xpixmap;image/x-xwindowdump;
+MimeType=application/x-ufraw;image/x-dcraw


Bug#404977: hpodder update hangs

2007-02-22 Thread John M Flinchbaugh
I've been seeing this same problem for a while with 0.99.1 in unstable.

Ctrl-C leaves an hpodder process in the background that has to be killed
off additionally.  It's as if it loses track of its threads.

I'm currently experimenting with "unthreading" the execution manually:
% hpodder lscasts | sort -n | cut -f1 -d' ' | grep -v ID \
| xargs -i hpodder fetch {}

I'll let you know if this helps to alleviate the problem.
-- 
John M Flinchbaugh
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#506375: [update-manager] There is NO version number or Help on Update-Manager

2008-11-20 Thread John M. Cullen
Package: update-manager
Version: 0.68.debian-7
Severity: normal

--- Please enter the report below this line. ---
I fell like I am flying in the dark.  No Help, NO version number.  Does U-M use 
the APT conf files?

I see the version number is here in the bug report!  But no help.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-01jmc64

Debian Release: lenny/sid
  990 testing www.debian-multimedia.org 
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  500 unstableftp.us.debian.org 
  500 testing-proposed-updates ftp.us.debian.org 
  500 stable  security.debian.org 
  500 stable  http.us.debian.org 
  500 stable  ftp.us.debian.org 
  500 proposed-updates http.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
python   (>= 2.4) | 2.5.2-3
python-support (>= 0.7.1) | 0.8.7
gconf2  (>= 2.10.1-2) | 2.22.0-1
libgnome2-perl| 1.042-1+b1
python-gnome2   (>= 2.12.4-1) | 2.22.0-1
python-glade2(>= 2.8.2-4) | 2.12.1-6
python-vte| 1:0.16.14-4
python-dbus   | 0.83.0-1
synaptic  | 0.62.3
update-manager-core   | 0.68.debian-7
software-properties-gtk   | 0.60.debian-1.1






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



Bug#505764: [synaptic] Fixed in version 0.62.3

2008-11-21 Thread John M. Cullen
Package: synaptic
Version: 0.62.3

--- Please enter the report below this line. ---
Now this no longer happens.  Thank you.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-01jmc64

Debian Release: lenny/sid
  990 testing www.debian-multimedia.org 
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  500 unstableftp.us.debian.org 
  500 testing-proposed-updates ftp.us.debian.org 
  500 stable  security.debian.org 
  500 stable  http.us.debian.org 
  500 stable  ftp.us.debian.org 
  500 proposed-updates http.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libapt-inst-libc6.7-6-1.1   | 
libapt-pkg-libc6.7-6-4.6| 
libatk1.0-0 (>= 1.20.0) | 1.22.0-1
libc6(>= 2.7-1) | 2.7-16
libcairo2(>= 1.2.4) | 1.6.4-6.1
libfontconfig1   (>= 2.4.0) | 2.6.0-3
libfreetype6 (>= 2.3.5) | 2.3.7-2
libgcc1(>= 1:4.1.1) | 1:4.3.2-1
libglade2-0(>= 1:2.6.1) | 1:2.6.3-1
libglib2.0-0(>= 2.12.0) | 2.16.6-1
libgtk2.0-0 (>= 2.12.0) | 2.12.11-4
libpango1.0-0   (>= 1.20.3) | 1.20.5-3
libstdc++6   (>= 4.2.1) | 4.3.2-1
libvte9   (>= 1:0.16.9) | 1:0.16.14-4
libx11-6| 2:1.1.5-2
libxft2  (>> 2.1.1) | 2.1.12-3
libxml2 (>= 2.6.27) | 2.6.32.dfsg-5
zlib1g (>= 1:1.1.4) | 1:1.2.3.3.dfsg-12
scrollkeeper| 0.3.14-16






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



Bug#445621: [ftp.debian.org] Conflicting proposed/testing irritating message

2008-11-23 Thread John M. Cullen
Package: ftp.debian.org
Version: lenny

--- Please enter the report below this line. ---
W: Conflicting distribution: http://ftp.us.debian.org lenny-proposed-updates 
Release
 (expected lenny-proposed-updates but got testing-proposed-updates)

I get this message from "apt-get update", "update-manager" and "synaptic" 
whenever I update.

Very confusing.  What is it really?



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-01jmc64

Debian Release: lenny/sid
  990 testing www.debian-multimedia.org 
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  500 unstableftp.us.debian.org 
  500 testing-proposed-updates ftp.us.debian.org 
  500 stable  security.debian.org 
  500 stable  http.us.debian.org 
  500 stable  ftp.us.debian.org 
  500 proposed-updates http.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 






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



Bug#445621: [ftp.debian.org] Conflicting testing/lenny-proposed-updates irritating message

2008-11-23 Thread John M. Cullen
Package: ftp.debian.org
Version: Lenny

--- Please enter the report below this line. ---
W: Conflicting distribution: http://ftp.us.debian.org lenny-proposed-updates 
Release
 (expected lenny-proposed-updates but got testing-proposed-updates)

Is the message I get from apt-get update, synaptic and update-manager whenever 
I update.

VERY confusing and irritating.

Is it hard to fix?

John

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-01jmc64

Debian Release: lenny/sid
  990 testing www.debian-multimedia.org 
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  500 unstableftp.us.debian.org 
  500 testing-proposed-updates ftp.us.debian.org 
  500 stable  security.debian.org 
  500 stable  http.us.debian.org 
  500 stable  ftp.us.debian.org 
  500 proposed-updates http.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 






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



Bug#505764: [synaptic] (synaptic:32371): Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: asserti...

2008-11-14 Thread John M. Cullen
Package: synaptic
Version: 0.62.1
Severity: normal

--- Please enter the report below this line. 


ocelot:/home/john# synaptic

(synaptic:32371): Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: assertion 
`node != NULL' failed

is the msg I get whin I enter "synaptic" in a ROOT gterm.

I get something similar from "gedit" in a ROOT gterm also.   Ex:

ocelot:/home/john# gedit /etc/apt/sources.list

(gedit:4695): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols 
specified are supported and host-based authentication failed.

So gnome may be the problem.  Tell me if I need to report to gnome.

John



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-01jmc64

Debian Release: lenny/sid
  500 testing-proposed-updates ftp.us.debian.org 
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp.us.debian.org 
  500 stable  ftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libapt-inst-libc6.7-6-1.1   | 
libapt-pkg-libc6.7-6-4.6| 
libatk1.0-0 (>= 1.20.0) | 1.22.0-1
libc6(>= 2.7-1) | 2.7-16
libcairo2(>= 1.2.4) | 1.6.4-6.1
libfontconfig1   (>= 2.4.0) | 2.6.0-1
libfreetype6 (>= 2.3.5) | 2.3.7-2
libgcc1(>= 1:4.1.1) | 1:4.3.2-1
libglade2-0(>= 1:2.6.1) | 1:2.6.3-1
libglib2.0-0(>= 2.12.0) | 2.16.6-1
libgtk2.0-0 (>= 2.12.0) | 2.12.11-4
libpango1.0-0   (>= 1.20.3) | 1.20.5-3
libstdc++6   (>= 4.2.1) | 4.3.2-1
libvte9   (>= 1:0.16.9) | 1:0.16.14-4
libx11-6| 2:1.1.5-2
libxft2  (>> 2.1.1) | 2.1.12-3
libxml2 (>= 2.6.27) | 2.6.32.dfsg-4
zlib1g (>= 1:1.1.4) | 1:1.2.3.3.dfsg-12
scrollkeeper| 0.3.14-16






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



Bug#451982: [synaptic] debconf TERM not set when synaptic launched with su-to-root

2008-11-15 Thread John M. Cullen
Package: synaptic
Version: 0.62.1

--- Please enter the report below this line. ---
This just began to happen after a recent update.  (TERM not set).

Properties for direct launch are:
/usr/bin/su-to-root -X -c /usr/sbin/synaptic

If I launch from my own ROOT terminal
gksu /usr/bin/x-terminal-emulator

it seems to work OK but I have another problem:

ocelot:/home/john# synaptic
ocelot:/home/john# synaptic

(synaptic:10045): Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: assertion 
`node != NULL' failed

(synaptic:10045): Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: assertion 
`node != NULL' failed
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not 
stable yet
  warnings.warn("apt API not stable yet", FutureWarning)
could not open file ''
/var/lib/python-support/python2.5/softwareproperties/gtk/SoftwarePropertiesGtk.py:133:
 GtkWarning: Failed to set text from markup due to error parsing markup: Error 
on line 3 char 78: Element 'markup' was closed, but the currently open element 
is 'i'
  
self.label_popcon_desc.set_label(softwareproperties.distro.get_popcon_description(self.distro))
could not open file ''
could not open file ''

(synaptic:10045): Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: assertion 
`node != NULL' failed

The first synaptic I got in then out without doing anything.

The second synaptic I reloaded, twice I think, adjusted the sources list (added 
SID), reloaded again.
Now I will do some updates and see what happens:
Upgraded 11 things, OK, and quit, no more messages.

John

P.S.  I see synaptic has an upgrade waiting.  Better use aptitude for that.
jmc

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-01jmc64

Debian Release: lenny/sid
  500 testing-proposed-updates ftp.us.debian.org 
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp.us.debian.org 
  500 stable  ftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libapt-inst-libc6.7-6-1.1   | 
libapt-pkg-libc6.7-6-4.6| 
libatk1.0-0 (>= 1.20.0) | 1.22.0-1
libc6(>= 2.7-1) | 2.7-16
libcairo2(>= 1.2.4) | 1.6.4-6.1
libfontconfig1   (>= 2.4.0) | 2.6.0-1
libfreetype6 (>= 2.3.5) | 2.3.7-2
libgcc1(>= 1:4.1.1) | 1:4.3.2-1
libglade2-0(>= 1:2.6.1) | 1:2.6.3-1
libglib2.0-0(>= 2.12.0) | 2.16.6-1
libgtk2.0-0 (>= 2.12.0) | 2.12.11-4
libpango1.0-0   (>= 1.20.3) | 1.20.5-3
libstdc++6   (>= 4.2.1) | 4.3.2-1
libvte9   (>= 1:0.16.9) | 1:0.16.14-4
libx11-6| 2:1.1.5-2
libxft2  (>> 2.1.1) | 2.1.12-3
libxml2 (>= 2.6.27) | 2.6.32.dfsg-4
zlib1g (>= 1:1.1.4) | 1:1.2.3.3.dfsg-12
scrollkeeper| 0.3.14-16






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



Bug#505839: [reportbug-ng] Help -> About Reportbug NG: no version-information

2008-11-15 Thread John M. Cullen
Package: reportbug-ng
Version: 1.2
Severity: normal

--- Please enter the report below this line. ---

The Qt help - about seems O.K.  BUT the help>About for repoprt-ng seems 
lacking! What version is it anyway?

Does the -ng stand for "next generation"?

This should more severe than just WISHLIST.  What do the severities stand for 
anyway. 


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-01jmc64

Debian Release: lenny/sid
  500 unstableftp.us.debian.org 
  500 testing-proposed-updates ftp.us.debian.org 
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp.us.debian.org 
  500 stable  ftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
python  | 2.5.2-3
python-support   (>= 0.7.1) | 0.8.7
python2.5   | 2.5.2-11.1
python-debianbts   (>= 0.3) | 0.3
python-qt4  | 4.4.2-4
xdg-utils   | 1.0.2-6






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



Bug#509681: [mysql-server] install FAILED, using aptitude: w/ [ERROR] /usr/sbin/mysqld: unknown option '--skip-federated'

2008-12-24 Thread John M. Cullen
Package: mysql-server
Version: 5.0.51a-19
Severity: serious

--- Please enter the report below this line. ---
I tried twice to install, no luck.

ocelot:/home/john# aptitude -vVf install mysql-server
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 partially installed packages will be configured:
  mysql-server  mysql-server-5.0  
0 packages upgraded, 0 newly installed, 0 to remove and 51 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Setting up mysql-server-5.0 (5.0.51a-19) ...
Stopping MySQL database server: mysqld.
081224 11:38:54 [ERROR] /usr/sbin/mysqld: unknown option '--skip-federated'

Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.0 (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.0; however:
  Package mysql-server-5.0 is not configured yet.
dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mysql-server-5.0
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up mysql-server-5.0 (5.0.51a-19) ...
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.0 (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.0; however:
  Package mysql-server-5.0 is not configured yet.
dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mysql-server-5.0
 mysql-server
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Reading task descriptions... Done  

Current status: 0 broken [+0], 51 updates [+0], 5268 new [+0].
ocelot:/home/john# 

ocelot:/home/john# uname -a
Linux ocelot 2.6.27.7-hou2.2-02.jmc64 #1 SMP Tue Nov 25 09:21:12 CST 2008 
x86_64 GNU/Linux
ocelot:/home/john# 

Then I tried this:

ocelot:/home/john# dpkg-reconfigure  mysql-server-5.0
/usr/sbin/dpkg-reconfigure: mysql-server-5.0 is broken or not fully installed
ocelot:/home/john# 


Thanks,
John


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.7-hou2.2-02.jmc64

Debian Release: 5.0
  990 testing www.debian-multimedia.org 
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  500 unstableftp.us.debian.org 
  500 testing-proposed-updates ftp.us.debian.org 
  500 stable  security.debian.org 
  500 stable  http.us.debian.org 
  500 stable  ftp.us.debian.org 
  500 proposed-updates http.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
mysql-server-5.0| 5.0.51a-19






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



Bug#382059: [hostname] -v (verbose) option still not working

2008-12-15 Thread John M. Cullen
Package: hostname
Version: 2.95

--- Please enter the report below this line. ---

ocelot:/home/john# hostname -vf
ocelot
ocelot:/home/john# hostname -V
hostname 2.95

ocelot:/home/john# uname -a
Linux ocelot 2.6.27.7-hou2.2-02.jmc64 #1 SMP Tue Nov 25 09:21:12 CST 2008 
x86_64 GNU/Linux
ocelot:/home/john# 

The verbose option is still not working.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.7-hou2.2-02.jmc64

Debian Release: lenny/sid
  990 testing www.debian-multimedia.org 
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  500 unstableftp.us.debian.org 
  500 testing-proposed-updates ftp.us.debian.org 
  500 stable  security.debian.org 
  500 stable  http.us.debian.org 
  500 stable  ftp.us.debian.org 
  500 proposed-updates http.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 






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



Bug#501005: [hostname] the --help inconsistant with man page for hostname|dsndomainname

2008-12-16 Thread John M. Cullen
Package: hostname
Version: 2.95

--- Please enter the report below this line. ---

The debian man page says dsndomainname while the "--help" option says 
domainname.  Neither of which work for setting anything.

[term output]
ocelot:/home/john# which hostname
/bin/hostname
ocelot:/home/john# l /bin/host*
-rwxr-xr-x 1 root root 11712 2007-12-27 09:50 /bin/hostname
ocelot:/home/john# l /bin/dns*
-rwxr-xr-x 1 root root 11712 2007-12-27 09:50 /bin/dnsdomainname
ocelot:/home/john# dnsdomainname 
crazies.org
ocelot:/home/john# dnsdomainname bar.org
Usage: hostname [-v] {hostname|-F file}  set host name (from file)
   domainname [-v] {nisdomain|-F file}   set NIS domain name (from file)
   hostname [-v] [-d|-f|-s|-a|-i|-y] display formated name
   hostname [-v] display host name

   hostname -V|--version|-h|--help   print info and exit

dnsdomainname=hostname -d, {yp,nis,}domainname=hostname -y

-s, --short   short host name
-a, --alias   alias names
-i, --ip-address  addresses for the host name
-f, --fqdn, --longlong host name (FQDN)
-d, --domain  DNS domain name
-y, --yp, --nis   NIS/YP domain name
-F, --fileread host name or NIS domain name from given file

   This command can get or set the host name or the NIS domain name. You can
   also get the DNS domain or the FQDN (fully qualified domain name).
   Unless you are using bind or NIS for host lookups you can change the
   FQDN (Fully Qualified Domain Name) and the DNS domain name (which is
   part of the FQDN) in the /etc/hosts file.
ocelot:/home/john# dnsdomainname -V
hostname 2.95
ocelot:/home/john# l /bin/yp*
ls: cannot access /bin/yp*: No such file or directory
ocelot:/home/john# l /bin/nis*
ls: cannot access /bin/nis*: No such file or directory
ocelot:/home/john# 
ocelot:/home/john# uname -a
Linux ocelot 2.6.27.7-hou2.2-02.jmc64 #1 SMP Tue Nov 25 09:21:12 CST 2008 
x86_64 GNU/Linux
ocelot:/home/john# 
[/term output]

Thanks,
John

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.7-hou2.2-02.jmc64

Debian Release: lenny/sid
  990 testing www.debian-multimedia.org 
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  500 unstableftp.us.debian.org 
  500 testing-proposed-updates ftp.us.debian.org 
  500 stable  security.debian.org 
  500 stable  http.us.debian.org 
  500 stable  ftp.us.debian.org 
  500 proposed-updates http.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 






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



Bug#370380: gnome-terminal shortcuts with alternative keyboards

2006-06-27 Thread John M Flinchbaugh
Similar to the report of this bug.  I had Dvorak as primary key layout,
US Qwerty second.  When I added a 3rd keyboard, Dvorak Left-hand, that
keyboards position of the '-' key leaked through for key mappings.

That is to say, ctrl-a in was being interpreted by gnome-terminal as
ctrl-- (shrink font) because the inactive dvorak-left layout would have
it there.  Obviously, I'd expect the keybindings to only evaluate the
active layout.
-- 
John M Flinchbaugh
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#375785: ifplugd should not let udev/hotplug shutdown interfaces they didn't start

2006-06-27 Thread John M Flinchbaugh
Package: ifplugd
Version: 0.28-2
Severity: normal

/etc/hotplug.d/net/ifplugd.hotplug and /lib/udev/ifplugd.agent have
tests to check HOTPLUG_INTERFACES to decide for which interfaces it
should start ifplugd on add/register events, but doesn't perform these
same checks for removal/unregister.

This makes it shutdown ifplugd when I unload my ipw2100 module, even
though I don't have it managed by udev.  On insert of the module, it
doesn't start it back up.

Attached is a patch to apply the HOTPLUG_INTERFACES test to both events.

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

Versions of packages ifplugd depends on:
ii  debconf [debconf-2.0] 1.5.2  Debian configuration management sy
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libdaemon00.10-1 lightweight C library for daemons

Versions of packages ifplugd recommends:
ii  ifupdown  0.6.7  high level tools to configure netw

-- debconf information:
* ifplugd/interfaces: eth1 eth0
  ifplugd/suspend_action: stop
* ifplugd/hotplug_interfaces: none
* ifplugd/args: -b -q -f -u0 -d0 -w -I
--- /etc/hotplug.d/net/ifplugd.hotplug.old  2006-06-27 21:43:42.0 
-0400
+++ /etc/hotplug.d/net/ifplugd.hotplug  2006-06-27 22:11:46.0 -0400
@@ -28,18 +28,18 @@
fi
 fi
 
-case $ACTION in
-add|register)
-   for IF in $HOTPLUG_INTERFACES ; do
-   if [ "$INTERFACE" = "$IF" -o "$IF" = "all" ] ; then
-   debug_mesg Invoking $DAEMON_NAME for $INTERFACE
-   /etc/init.d/$DAEMON_NAME start $INTERFACE
-   break
-   fi
-   done
-   ;;
-remove|unregister)
-   debug_mesg Stopping $DAEMON_NAME for $INTERFACE
-   /etc/init.d/$DAEMON_NAME stop $INTERFACE
-   ;;
-esac
+for IF in $HOTPLUG_INTERFACES ; do
+if [ "$INTERFACE" = "$IF" -o "$IF" = "all" ] ; then
+case $ACTION in
+add|register)
+debug_mesg Invoking $DAEMON_NAME for $INTERFACE
+/etc/init.d/$DAEMON_NAME start $INTERFACE
+;;
+remove|unregister)
+debug_mesg Stopping $DAEMON_NAME for $INTERFACE
+/etc/init.d/$DAEMON_NAME stop $INTERFACE
+;;
+esac
+break
+fi
+done
--- /lib/udev/ifplugd.agent.old 2006-06-27 21:50:05.0 -0400
+++ /lib/udev/ifplugd.agent 2006-06-27 22:10:20.0 -0400
@@ -21,18 +21,18 @@
 [ -f $CFG ] || { mesg No $DAEMON_NAME configuration file ; exit 1 ; }
 . $CFG
 
-case $ACTION in
-add|register)
-   for IF in $HOTPLUG_INTERFACES ; do
-   if [ "$INTERFACE" = "$IF" -o "$IF" = "all" ] ; then
-   debug_mesg Invoking $DAEMON_NAME for $INTERFACE
-   exec /etc/init.d/$DAEMON_NAME start $INTERFACE&
-   break
-   fi
-   done
-   ;;
-remove|unregister)
-   debug_mesg Stopping $DAEMON_NAME for $INTERFACE
-   exec /etc/init.d/$DAEMON_NAME stop $INTERFACE&
-   ;;
-esac
+for IF in $HOTPLUG_INTERFACES ; do
+if [ "$INTERFACE" = "$IF" -o "$IF" = "all" ] ; then
+case $ACTION in
+add|register)
+debug_mesg Invoking $DAEMON_NAME for $INTERFACE
+exec /etc/init.d/$DAEMON_NAME start $INTERFACE&
+;;
+remove|unregister)
+debug_mesg Stopping $DAEMON_NAME for $INTERFACE
+exec /etc/init.d/$DAEMON_NAME stop $INTERFACE&
+;;
+esac
+break
+fi
+done


Bug#364733: fixed

2006-05-12 Thread John M Flinchbaugh
Rhythmbox 0.9.4.1 seems to have fixed this issue.
-- 
John M Flinchbaugh
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#374660: gnucash: uninstallable due to file overlap

2006-06-20 Thread John M Flinchbaugh
Package: gnucash
Version: 1.9.7-1
Severity: grave
Justification: renders package unusable

Unpacking replacement gnucash ...
dpkg: error processing /var/cache/apt/archives/gnucash_1.9.8-1_i386.deb
(--unpack):
 trying to overwrite `/usr/share/applications/gnucash.desktop', which is
 also in package gnucash-common
dpkg-deb: subprocess paste killed by signal (Broken pipe)


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

Versions of packages gnucash depends on:
ii  g-wrap 1.9.6-3   scripting interface generator for 
ii  gnucash-common 1.9.7-1   A personal finance tracking progra
ii  guile-1.6-libs 1.6.8-3   Main Guile libraries
ii  guile-1.6-slib 1.6.8-3   Guile SLIB support
ii  guile-g-wrap   1.9.6-3   scripting interface generator for 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.10-1  Avahi client library
ii  libavahi-common3   0.6.10-1  Avahi common library
ii  libavahi-glib1 0.6.10-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-3  The Bonobo UI library
ii  libbz2-1.0 1.0.3-2   high-quality block-sorting file co
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdate-manip-perl 5.44-2a perl library for manipulating da
ii  libdbus-1-20.61-6simple interprocess messaging syst
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libffi44.1.1-5   Foreign Function Interface library
ii  libfinance-quote-perl  1.11-0.1  Perl module for retrieving stock q
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgail-common 1.8.11-2  GNOME Accessibility Implementation
ii  libgail17  1.8.11-2  GNOME Accessibility Implementation
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-1  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-4  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-3  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgnutls131.4.0-2   the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgsf-1-114   1.14.1-1  Structured File Library - runtime 
ii  libgsf-gnome-1-114 1.14.1-1  Structured File Library - runtime 
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface 
ii  libgtkhtml3.8-15   3.10.2-1  HTML rendering/editing library - r
ii  libguile-ltdl-11.6.8-3   Guile's patched version of libtool
ii  libgwrap-runtime0  1.9.6-3   scripting interface generator for 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libltdl3   1.5.22-4  A system independent dlopen wrappe
ii  libofx2c2a 1:0.8.0-12library to support Open Financial 
ii  liborbit2  1:2.14.0-1.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libqthreads-12 1.6.8-3   QuickThreads library for Guile
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libtasn1-2 1:0.2.17-2Manage ASN.1 structures (runtime)
ii  libx11-6   2:1.0.0-6 X11 clien

Bug#424047: sun-java6-bin: java 6u1 is available u2 is coming

2007-05-15 Thread John M Flinchbaugh
Package: sun-java6-bin
Version: 6-00-2
Severity: wishlist

Java 6 update 1 has been available for a while.  Update 2 will probably
come soon.

Is there any reason that we can't get these new versions uploaded more
quickly?  I'm starting to itch to fire up java-package again to do it
myself, and I don't think that should be necessary anymore.

Thank you very much for your time.

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

Kernel: Linux 2.6.21.1 (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages sun-java6-bin depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libstdc++51:3.3.6-15 The GNU Standard C++ Library v3
ii  sun-java6-jre 6-00-2 Sun Java(TM) Runtime Environment (
ii  unixodbc  2.2.11-13  ODBC tools libraries

Versions of packages sun-java6-bin recommends:
ii  libasound21.0.13-2   ALSA library
ii  libgcc1   1:4.1.2-6  GCC support library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxtst6  1:1.0.1-5  X11 Testing -- Resource extension 

-- debconf information:
  shared/error-sun-dlj-v1-1:
* shared/accepted-sun-dlj-v1-1: true
* shared/present-sun-dlj-v1-1:


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



Bug#425209: iceweasel: Crash when visiting facebook.com

2007-05-20 Thread John M. King
Mike Hommey wrote:
> On Sun, May 20, 2007 at 02:24:13AM -0500, John King <[EMAIL PROTECTED]> wrote:
>> Package: iceweasel
>> Version: 2.0.0.3-2
>> Severity: important
>>
>> I start Iceweasel, visit http://facebook.com, and it segfaults.  With
>> MOZ_DISABLE_PANGO=1, the crash does *not* occur.  Here is the gdb backtrace:
> 
> Can you checkout bug #425228 ? This might be your actual problem.

Yep, that was it.  Thanks.

-John


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



Bug#352881: gallery: acceptable file types should be configurable

2006-02-14 Thread John M Flinchbaugh
Package: gallery
Version: 1.5.2-pl2-1
Severity: wishlist

I'd like to be able to upload mobile phone video (3gp) files to my
gallery, so I end up editing util.php to add it to the array of
acceptable movie types (acceptableMovieList()).  acceptableMovieList()
and acceptableImageList() should be configuration-driven, so users can
more appropriately control this themselves.

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

Versions of packages gallery depends on:
ii  apache2  2.0.55-4next generation, scalable, extenda
ii  apache2-mpm-prefork [apache2 2.0.55-4traditional model for Apache2
ii  debconf [debconf-2.0]1.4.70  Debian configuration management sy
ii  libapache2-mod-php5  5.1.2-1 server-side, HTML-embedded scripti
ii  netpbm   2:10.0-10.1 Graphics conversion tools
ii  php4 4:4.4.2-1   server-side, HTML-embedded scripti
ii  php4-cgi 4:4.4.2-1   server-side, HTML-embedded scripti
ii  php5 5.1.2-1 server-side, HTML-embedded scripti
ii  php5-cgi 5.1.2-1 server-side, HTML-embedded scripti

Versions of packages gallery recommends:
ii  imagemagick6:6.2.4.5-0.6 Image manipulation programs
ii  jhead  2.44-1manipulate the non-image part of E
ii  libjpeg-progs  6b-11 Programs for manipulating JPEG fil
ii  unzip  5.52-6De-archiver for .zip files

-- debconf information:
* gallery/restart: true
* gallery/webserver: apache, apache-ssl, apache-perl, apache2
* gallery/album_warning:
* gallery/configure_warning:


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



Bug#362468: xorg: gnome fails to enable xkb

2006-04-13 Thread John M Flinchbaugh
Package: xorg
Version: 1:7.0.10
Severity: normal

After xorg 7.0 hit sid, gnome complains about not being able to enable
xkb.

Error activating XKB configuration.
It can happen under various circumstances:
- a bug in libxklavier library
- a bug in X server (xkbcomp, xmodmap utilities)
- X server with incompatible libxkbfile implementation

X server version data:
The X.Org Foundation
7000

If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB
- The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd

xprop...:
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc101", "us", "", ""
_XKB_RULES_NAMES(STRING) = "xorg", "pc101", "dvorak", "", ""
gconftool...:
 layouts = [us,us   dvorak]
 model = 
 overrideSettings = false
 options = [grp grp:alts_toggle]

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

Versions of packages xorg depends on:
ii  libgl1-mesa-dri   6.4.1-0.4  A free implementation of the OpenG
ii  libgl1-mesa-glx [libgl1-mesa- 6.4.1-0.4  A free implementation of the OpenG
ii  libglu1-mesa  6.4.1-0.4  The OpenGL utility library (GLU)
ii  xbase-clients 1:7.0.0-2  miscellaneous X clients
ii  xfonts-100dpi 1:1.0.0-2  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-2  100 dpi fonts for X
ii  xfonts-base   1:1.0.0-3  standard fonts for X
ii  xfonts-scalable   1:1.0.0-3  scalable fonts for X
ii  xkb-data  0.8-4  X Keyboard Extension (XKB) configu
ii  xserver-xorg  1:7.0.10   the X.Org X server
ii  xterm 210-2  X terminal emulator
ii  xutils1:7.0.0-3  X Window System utility programs

xorg recommends no packages.

-- no debconf information


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



Bug#364733: rhythmbox: dragging songs to top of queue drops them from list and crashes

2006-04-25 Thread John M Flinchbaugh
Package: rhythmbox
Version: 0.9.3.1-1
Severity: normal

After adding a 10 songs to the playlist (number probably insignificant),
trying to drag a song to be the first or second song often causes it to
disappear completely.  Dragging songs down seems relatively safe.

After losing 3-5 songs, the player will completely crash and disappear.o

Last couple lines seen in .xsession-errors before the crash:
(rhythmbox:20600): GLib-CRITICAL **: g_date_get_julian: assertion
`g_date_valid
(d)' failed

(rhythmbox:20600): GLib-CRITICAL **: g_date_get_julian: assertion
`g_date_valid
(d)' failed

(rhythmbox:20600): GLib-CRITICAL **: g_date_get_julian: assertion
`g_date_valid
(d)' failed
error : xmlEncodeEntitiesReentrant : input not UTF-8
error : xmlEncodeEntitiesReentrant : input not UTF-8
error : xmlEncodeEntitiesReentrant : input not UTF-8
error : xmlEncodeEntitiesReentrant : input not UTF-8

Thanks.

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

Versions of packages rhythmbox depends on:
ii  dbus 0.61-5  simple interprocess messaging syst
ii  gconf2   2.14.0-1GNOME configuration database syste
ii  gstreamer0.10-alsa [gstr 0.10.5-1GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gstre 0.10.2-1GStreamer plugin for ESD
ii  gstreamer0.10-gnomevfs   0.10.5-1GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-ba 0.10.5-1GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-go 0.10.2-1GStreamer plugins from the "good" 
ii  gstreamer0.10-plugins-ug 0.10.3-1GStreamer plugins from the "ugly" 
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.11.4-1The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libavahi-client3 0.6.9-8+b1  Avahi client library
ii  libavahi-common3 0.6.9-8+b1  Avahi common library
ii  libavahi-compat-howl00.6.9-8+b1  Avahi Howl compatibility library
ii  libavahi-glib1   0.6.9-8+b1  Avahi glib integration library
ii  libbonobo2-0 2.14.0-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.14.0-2The Bonobo UI library
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libcairo21.0.4-1+b1  The Cairo 2D vector graphics libra
ii  libdbus-1-2  0.61-5  simple interprocess messaging syst
ii  libdbus-glib-1-2 0.61-5  simple interprocess messaging syst
ii  libesd-alsa0 [libesd0]   0.2.36-3Enlightened Sound Daemon (ALSA) - 
ii  libexpat11.95.8-3.2  XML parsing C library - runtime li
ii  libfontconfig1   2.3.2-5.1   generic font configuration library
ii  libfreetype6 2.1.10-3FreeType 2 font engine, shared lib
ii  libgconf2-4  2.14.0-1GNOME configuration database syste
ii  libgcrypt11  1.2.2-1 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.10.2-1The GLib library of C routines
ii  libgnome-keyring00.4.9-1 GNOME keyring services library
ii  libgnome2-0  2.14.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.14.0-2A powerful object-oriented display
ii  libgnomeui-0 2.14.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.14.1-1GNOME virtual file-system (runtime
ii  libgnutls11  1.0.16-14+b1GNU TLS library - runtime library
ii  libgpg-error01.2-1   library for common error values an
ii  libgpod0 0.3.2-1 a library to read and write songs 
ii  libgstreamer0.10-0   0.10.4-1Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.8.17-1The GTK+ graphical user interface 
ii  libhal1  0.5.7-1 Hardware Abstraction Layer - share
ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  libjpeg626b-12   The Independent JPEG Group's JPEG 
ii  libmusicbrainz4c2a   2.1.2-3 Second generation incarnation of t
ii  libnautilus-burn22.12.3-1Nautilus Burn Library - runtime ve
ii  libnotify1   0.3.2-4 sends desktop notifications to a n
ii  liborbit21:2.14.0-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.12.1-2Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-5.1PNG library - runtime
ii  libpopt0 1.7-5   lib for parsing cmdline

Bug#341471: Wrong compile options.

2006-03-18 Thread John M Cooper
Looking at the debian/rules file it does not specify --with-libexif to
configure so I think that by default it is not built with libexif
support. I have the same problem with a Canon 350D here. I have just
compiled the 0.7 version using the same rules file, adding in the
--with-libexif argument and now it is reading the EXIF data fine.

Thanks

john


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


Bug#360791: doesn't raise windows when clicking on window list entry

2006-04-06 Thread John M. King
> Metacity 2.14, with "don't raise windows on click" gconf key set,
> doesn't raise windows when I click on their entry in the window list.

I can confirm this bug.  However, this might be caused by the mismatch
between versions of your gnome-panel (2.12) and metacity (2.14).  See:

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

The Gnome 2.14 stuff is just starting to come into unstable, so I'd say
downgrade to metacity 2.12 (or just wait it out) until gnome-panel 2.14
comes in.

-John


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



Bug#351068: metacity: unble to move top of windows above top of screen

2006-04-06 Thread John M. King
> It is not possible to move a windows so that its top go above the top of
> the screen.

This is fixed in metacity 2.14.  However, I'd wait to install 2.14 until
at least gnome-panel reaches 2.14, because of other potential problems
with mismatched versions - possibly this one:

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

-John


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



Bug#350802: rhythmbox: podcast support: fails to follow redirect in podcast url?

2006-01-31 Thread John M Flinchbaugh
Package: rhythmbox
Version: 0.9.2-3
Severity: normal


The TWiT mp3 feed for episode 40 seems to bounce the client through a
tracker which redirects to the real file.  rhythmbox just fails it,
though wget or lynx navigated the url just fine.

Here's the real url embedded in the feed:
http://www.podtrac.com/pts/redirect.mp3?http://aolradio.podcast.aol.com/twit_backup/TWiT0040H-2.mp3

I'm guessing rhythmbox just needs to honor the redirect request.

Thanks.

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

Versions of packages rhythmbox depends on:
ii  avahi-daemon   0.6.4-2   Avahi mDNS/DNS-SD daemon
ii  dbus   0.60-5simple interprocess messaging syst
ii  gconf2 2.12.1-8  GNOME configuration database syste
ii  gstreamer0.8-alsa [gst 0.8.11-6  ALSA plugin for GStreamer
ii  gstreamer0.8-artsd [gs 0.8.11-6  aRtsd plugin for GStreamer
ii  gstreamer0.8-esd [gstr 0.8.11-6  Enlightened Sound Daemon plugin fo
ii  gstreamer0.8-flac  0.8.11-6  FLAC plugin for GStreamer
ii  gstreamer0.8-gnomevfs  0.8.11-6  Gnome VFS plugin for GStreamer
ii  gstreamer0.8-mad   0.8.11-6  MAD MPEG audio decoder plugin for 
ii  gstreamer0.8-misc  0.8.11-6  Collection of various GStreamer pl
ii  gstreamer0.8-oss [gstr 0.8.11-6  OSS plugin for GStreamer
ii  gstreamer0.8-vorbis0.8.11-6  Vorbis plugin for GStreamer
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.10.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.4-2   Avahi client library
ii  libavahi-common3   0.6.4-2   Avahi common library
ii  libavahi-compat-howl0  0.6.4-2   Avahi Howl compatibility library
ii  libavahi-glib1 0.6.4-2   Avahi glib integration library
ii  libbonobo2-0   2.10.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.10.1-2  The Bonobo UI library
ii  libc6  2.3.5-12  GNU C Library: Shared libraries an
ii  libcairo2  1.0.2-3   The Cairo 2D vector graphics libra
ii  libdbus-1-20.60-5simple interprocess messaging syst
ii  libdbus-glib-1-2   0.60-5simple interprocess messaging syst
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libexpat1  1.95.8-3  XML parsing C library - runtime li
ii  libfontconfig1 2.3.2-1.1 generic font configuration library
ii  libfreetype6   2.1.10-1  FreeType 2 font engine, shared lib
ii  libgconf2-42.12.1-8  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.8.6-1   The GLib library of C routines
ii  libgnome-keyring0  0.4.6-2   GNOME keyring services library
ii  libgnome2-02.12.0.1-4The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.12.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.12.0-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.12.2-5  GNOME virtual file-system (runtime
ii  libgnutls111.0.16-14 GNU TLS library - runtime library
ii  libgpg-error0  1.1-4 library for common error values an
ii  libgpod0   0.3.0-2   a library to read and write songs 
ii  libgstreamer-gconf0.8- 0.8.11-6  GConf support for GStreamer
ii  libgstreamer0.8-0  0.8.11-3  Core GStreamer libraries, plugins,
ii  libgtk2.0-02.8.10-1  The GTK+ graphical user interface 
ii  libhal10.5.5.1-5 Hardware Abstraction Layer - share
ii  libice66.9.0.dfsg.1-4Inter-Client Exchange library
ii  libjpeg62  6b-11 The Independent JPEG Group's JPEG 
ii  libmusicbrainz4c2a 2.1.2-2   Second generation incarnation of t
ii  libnautilus-burn2  2.12.2-3  Nautilus Burn Library - runtime ve
ii  liborbit2  1:2.12.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.10.2-1  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5PNG library - runtime
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 6.9.0.dfsg.1-4X Window System Session Management
ii  libsoup2.2-8   2.2.6-1   an HTTP library implementat

Bug#574167: ilohamail: php strcasecmp error in mime.inc

2010-03-16 Thread John M Flinchbaugh
Package: ilohamail
Version: 0.8.14-0rc3sid6.1
Severity: important


I think this may have come about with the latest bump in PHP versions,
and I had patched it once, but it's reared its head again with an
update to IlohaMail.
This time I've captured a proper patch for IlohaMail to make it work,
though I'm not really a PHP coder.

IlohaMail stopped rendering some emails (likely multipart), and I'd see
these errors in apache's error.log:
PHP Warning:  strcasecmp() expects parameter 1 to be string, array
 given in /usr/share/IlohaMail/include/mime.inc on line 87
PHP Warning:  strcasecmp() expects parameter 1 to be string, array
 given in /usr/share/IlohaMail/include/mime.inc on line 121
PHP Warning:  strcasecmp() expects parameter 1 to be string, array
 given in /usr/share/IlohaMail/include/mime.inc on line 106

Here's my patch that seems to have gotten it working again.  It checks
that the input to strcasecmp will not be an array in the problem spots.

--- mime.inc.bak2010-03-16 13:35:29.0 -0400
+++ mime.inc2010-03-16 16:33:05.0 -0400
@@ -84,7 +84,9 @@
 $line = str_replace(")(", ") (", $line);

$struct = iml_ParseBSString($line);
-   if ((strcasecmp($struct[0], "message")==0) && (strcasecmp($struct[1], 
"rfc822")==0)){
+   if (!is_array($struct[0]) && (strcasecmp($struct[0], "message")==0) 
+&& !is_array($struct[1]) 
+&& (strcasecmp($struct[1], "rfc822")==0)){
$struct = array($struct);
}
 return $struct;
@@ -97,13 +99,15 @@
$pos = strpos($part, ".");
$rest = substr($original_part, $pos+1);
$part = substr($original_part, 0, $pos);
-   if ((strcasecmp($a[0], "message")==0) && (strcasecmp($a[1], 
"rfc822")==0)){
+   if (!is_array($a[0]) && (strcasecmp($a[0], "message")==0) 
+&& !is_array($a[1]) && (strcasecmp($a[1], "rfc822")==0)){
$a = $a[8];
}
//echo "m - part: $original_part current: $part rest: $rest 
array: ".implode(" ", $a)."\n";
return iml_GetPartArray($a[$part-1], $rest);
-   }else if ($part>0){
-   if ((strcasecmp($a[0], "message")==0) && (strcasecmp($a[1], 
"rfc822")==0)){
+   } else if ($part>0) {
+   if (!is_array($a[0]) && (strcasecmp($a[0], "message")==0)
+&& !is_array($a[1]) && (strcasecmp($a[1], "rfc822")==0)){
$a = $a[8];
}
//echo "s - part: $part rest: $rest array: ".implode(" ", 
$a)."\n";
@@ -118,7 +122,10 @@
if (is_array($a)){
$parent=iml_GetPartArray($a, $part);

-   if ((strcasecmp($parent[0], "message")==0) && 
(strcasecmp($parent[1], "rfc822")==0)){
+   if (!is_array($parent[0]) 
+&& (strcasecmp($parent[0], "message")==0) 
+&& !is_array($parent[1])
+&& (strcasecmp($parent[1], "rfc822")==0)){
$parent = $parent[8];
}
 
@@ -258,7 +265,9 @@
if ((is_array($part_a[$id])) && 
(is_array($part_a[$id][1]))){
 $array = $part_a[$id][1];
 while ( list($key, $val) = each($array)){
-if ((strcasecmp($val, "NAME")==0)||(strcasecmp($val, 
"FILENAME")==0)) 
+if (!is_array($val)
+&& ((strcasecmp($val, "NAME")==0)
+|| (strcasecmp($val, "FILENAME")==0)))
 $name=$array[$key+1];
 }
 }

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

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

Versions of packages ilohamail depends on:
ii  apache2-mpm-prefork [httpd]   2.2.15-2   Apache HTTP Server - traditional n
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libapache2-mod-php5   5.3.2-1server-side, HTML-embedded scripti
ii  php5  5.3.2-1server-side, HTML-embedded scripti
ii  sendmail-bin [mail-transport- 8.14.3-9.1 powerful, efficient, and scalable 
ii  wwwconfig-common  0.2.1  Debian web auto configuration

Versions of packages ilohamail recommends:
ii  aspell0.60.6-4   GNU Aspell spell-checker
ii  gnupg 1.4.10-2   GNU privacy guard - a free PGP rep
ii  mysql-client  5.1.44-3   MySQL database client (metapackage
ii  mysql-client-5.1 [mysql-clien 5.1.44-3   MySQL database client binaries
ii  php5-mysql5.3.2-1MySQL module for php5

ilohamail suggests no packages.

-- debconf information:
* ilohamail/webserver_type: Ap

Bug#581223: xserver-xorg: VTs are black (LCD shutdown) after X session starts and corrupted after logout

2010-05-11 Thread John M Flinchbaugh
On Tue, May 11, 2010 at 09:31:05PM +0200, Julien Cristau wrote:
> On Tue, May 11, 2010 at 14:32:59 -0400, John Flinchbaugh wrote:
> > GDM starts, I can login once, but if I try to switch VTs, It blacks
> > the screen competely and doesn't come back, even upon trying to
> > switch back to VT 7.
> > 
> > Logging out of the session or trying to start a new X session
> > corrupts the display.
> > 
> > This broke recently -- in th past week or so.
> > 
> Do you get this when using KMS?

With KMS (for Radeon) enabled by default, I can logout and get a
working login screen (GDM), and I can start a new session fine, but
trying to switch to VT 1 no longer switches video modes and just leaves
the old X screen visible, but unresponsive until I switch back (at
which point, X is still working).

Enabling KMS is a *little* better as I can still function graphically.
Why can't it get back to a console mode?
-- 
John M Flinchbaugh
j...@hjsoft.com


signature.asc
Description: Digital signature


Bug#581223: xserver-xorg: VTs are black (LCD shutdown) after X session starts and corrupted after logout

2010-05-11 Thread John M Flinchbaugh
On Wed, May 12, 2010 at 12:47:23AM +0200, Julien Cristau wrote:
> Did you configure your kernel with CONFIG_FRAMEBUFFER_CONSOLE=y?

I have it as a module, and loading the fbcon module allows me to switch
to VT 1 and see a working console! I'll try it now from a clean a boot.

-- 
John M Flinchbaugh
j...@hjsoft.com


signature.asc
Description: Digital signature


Bug#581223: (no subject)

2010-05-11 Thread John M Flinchbaugh
I now have working text consoles and graphical consoles with KMS and
fbcon.

Thanks.

-- 
John M Flinchbaugh
j...@hjsoft.com


signature.asc
Description: Digital signature


Bug#509681: [mysql-server] install WORKED after update

2009-01-24 Thread John M. Cullen
Package: mysql-server
Version: 5.0.51a-21

--- Please enter the report below this line. ---
Sorry for the delay.  I thought I replied before.

Mark this closed.

Here is information I got today.

ocelot:/home/john# dpkg -l | grep mysql
ii  libdbd-mysql-perl 4.008-1   
A Perl5 database interface to the MySQL data
ii  libmysqlclient15off   5.0.67-3  
MySQL database client library
ii  libqt4-sql-mysql  4.4.3-1   
Qt 4 MySQL database driver
ii  mysql-client  5.0.51a-21
MySQL database client (metapackage depending
ii  mysql-client-5.0  5.0.51a-21
MySQL database client binaries
ii  mysql-common  5.0.75-1  
MySQL database common files
ii  mysql-server  5.0.51a-21
MySQL database server (metapackage depending
ii  mysql-server-5.0  5.0.51a-21
MySQL database server binaries
ii  php5-mysql5.2.6-5   
MySQL module for php5

ocelot:/home/john# aptitude -vVf install mysql-server
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Reading task descriptions... Done  
mysql-server is already installed at the requested version (5.0.51a-21)
mysql-server is already installed at the requested version (5.0.51a-21)
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 183 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Reading task descriptions... Done  

Current status: 0 broken [+0], 183 updates [+0], 5423 new [+0].
ocelot:/home/john# 

Thank you for your time and attention.  mysql is installed OK now.

John


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.7-hou2.2-02.jmc64

Debian Release: 5.0
  990 testing www.debian-multimedia.org 
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  500 unstableftp.us.debian.org 
  500 testing-proposed-updates ftp.us.debian.org 
  500 stable  security.debian.org 
  500 stable  http.us.debian.org 
  500 stable  ftp.us.debian.org 
  500 stable  dl.google.com 
  500 proposed-updates http.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
mysql-server-5.0| 5.0.51a-21






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



Bug#451982: [synaptic] Updated to V. 0.62.5 debconf TERM still not set

2009-01-25 Thread John M. Cullen
Package: synaptic
Version: 0.62.5

--- Please enter the report below this line. ---

I still get this message.  I think someone here had mentioned a patch but I 
don't know how to apply it and I don't want to for each update.

debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline

I have an icon on my Gnome panel with this command:
/usr/bin/su-to-root -X -c /usr/sbin/synaptic

So could be that su-to-root makes the problem.

Hope this helps.

John


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.27.7-hou2.2-02.jmc64

Debian Release: 5.0
  990 testing www.debian-multimedia.org 
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  500 unstableftp.us.debian.org 
  500 testing-proposed-updates ftp.us.debian.org 
  500 stable  security.debian.org 
  500 stable  http.us.debian.org 
  500 stable  ftp.us.debian.org 
  500 stable  dl.google.com 
  500 proposed-updates http.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libapt-inst-libc6.7-6-1.1   | 
libapt-pkg-libc6.7-6-4.6| 
libatk1.0-0 (>= 1.20.0) | 1.22.0-1
libc6(>= 2.7-1) | 2.7-18
libcairo2(>= 1.2.4) | 1.6.4-7
libfontconfig1   (>= 2.4.0) | 2.6.0-3
libfreetype6 (>= 2.3.5) | 2.3.7-2
libgcc1(>= 1:4.1.1) | 1:4.3.2-4
libglade2-0(>= 1:2.6.1) | 1:2.6.3-1
libglib2.0-0(>= 2.12.0) | 2.16.6-1
libgtk2.0-0 (>= 2.12.0) | 2.12.11-4
libpango1.0-0   (>= 1.20.3) | 1.20.5-3
libstdc++6   (>= 4.2.1) | 4.3.2-4
libvte9   (>= 1:0.16.9) | 1:0.16.14-4
libx11-6| 2:1.1.5-2
libxft2  (>> 2.1.1) | 2.1.12-3
libxml2 (>= 2.6.27) | 2.6.32.dfsg-5
zlib1g (>= 1:1.1.4) | 1:1.2.3.3.dfsg-12
scrollkeeper| 0.3.14-16






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