Bug#626076: Firefox crashes, error message: libfile.so: undefined symbol: gnome_vfs_unescape_string

2011-07-25 Thread Jan Lapka
Problem still exist
libgnomevfs2-0:
  Installed: 1:2.24.4-1
iceweasel:
  Installed: 5.0-4

Fortunately comment line (#file: file) in default-modules.conf works.

Janek



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



Bug#626076: Firefox crashes, error message: libfile.so: undefined symbol: gnome_vfs_unescape_string

2011-05-08 Thread Jan Lapka
Package: libgnomevfs2-0
Version: 1:2.24.4-1
Severity: normal

Firefox crashes, error message: libfile.so: undefined symbol: 
gnome_vfs_unescape_string

Originally this bug was filed against iceweasel (as may be related with #622975)
but was redirected here.

Originally this bug was filed against iceweasel (as maybe related with #622975)
but was redirected here.

Firefox crashes if:
- when I want open download manager window ( Tools - Downloads ) and
  list is not empty (if list is empty everything is OK)
- when I want download file (any file)
- when I want open preferences window (Edit - Preferences)

Maybe this is specific to my system. I use iceweasel and fvwm as
window manager.

Error message:
/usr/lib/iceweasel/firefox-bin: symbol lookup error: 
/usr/lib/gnome-vfs-2.0/modules/libfile.so: undefined symbol: 
gnome_vfs_unescape_string

(libgnomevfs2-0 - libfile.so)
(aptitude why libgnomevfs2-0)
i   eclipse-plugin-cvs Dependseclipse-platform (= 3.5.2-9) 
i A eclipse-platform   Dependseclipse-rcp (= 3.5.2-9)  
i A eclipse-rcpRecommends libgnomevfs2-0 (= 1:2.17.90

What temporarly works (without remove gnome-vfs stuff and dependences):

(/etc/gnome-vfs-2.0/modules/default-modules.conf)

# temporary solution (so far without any negative impact on other
# applications)
# comment this line to avoid firefox crash
#file: file

Janek

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

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

Versions of packages libgnomevfs2-0 depends on:
ii  dbus1.4.8-3  simple interprocess messaging syst
ii  libacl1 2.2.49-4 Access control list shared library
ii  libavahi-client30.6.30-3 Avahi client library
ii  libavahi-common30.6.30-3 Avahi common library
ii  libavahi-glib1  0.6.30-3 Avahi glib integration library
ii  libc6   2.13-2   Embedded GNU C Library: Shared lib
ii  libdbus-1-3 1.4.8-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.92-1   simple interprocess messaging syst
ii  libgamin0 [libfam0] 0.1.10-2+b2  Client library for the gamin file 
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libgcrypt11 1.4.6-5  LGPL Crypto library - runtime libr
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgnomevfs2-common 1:2.24.4-1   GNOME Virtual File System (common 
ii  libgnutls26 2.10.5-1+b1  the GNU TLS library - runtime libr
ii  libselinux1 2.0.98-1+b1  SELinux runtime shared libraries
ii  libxml2 2.7.8.dfsg-2+b1  GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages libgnomevfs2-0 recommends:
ii  dbus-x11  1.4.8-3simple interprocess messaging syst
ii  libgnomevfs2-extra1:2.24.4-1 GNOME Virtual File System (extra m

Versions of packages libgnomevfs2-0 suggests:
pn  fam   none (no description available)
pn  libgnomevfs2-bin  none (no description available)

-- no debconf information



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



Bug#586269: More info and confirmation from: [E1000-devel] e1000e latency issues

2010-08-11 Thread Jan Lapka
Problem found in kernel 2.6.34 and 2.6.35

[e1000-devel, the Intel wired ethernet developers mailing list]
[E1000-devel] e1000e latency issues
https://sourceforge.net/mailarchive/forum.php?thread_name=8DD2590731AB5D4C9DBF71A877482A900164D9262F%40orsmsx509.amr.corp.intel.comforum_name=e1000-devel

From: Allan, Bruce W bruce.al...@in... - 2010-08-10 02:03

So, yes, according to the lspci output, ASPM L1 is enabled.  Disabling
ASPM config option in the kernel may not necessarily disable it in
hardware unfortunately.  We made a change to the driver to forcibly
disable ASPM (L0s for standard frames and both L0s and L1 for jumbo
frames) on the adapter you have - this change went into 2.6.34.  We
suspect your issue may be due to ASPM L1 which can be confirmed by
disabling it by either 1) enabling jumbo frames on the adapter, or 2)
forcing ASPM L1 disabled via setpci.  If you don't have jumbo frames
enabled for your network segment, I recommend trying the latter option
as follows (assuming your adapter is still PCI bus/device/number
02:00.0 as indicated in the lspci output you provided earlier):

1) First check the hexadecimal value of the LnkCtl register -
# setpci -s 2:0.0 0xf0

2) Disable ASPM (both L0s and L1) by zeroing out bits 0 and 1 in the
   value returned in the previous step.  For example, if it returned
   42 (hex 42, that is) -

# setpci -s 2:0.0 0xf0=0x40
3) Confirm ASPM is disabled by checking the output from lspci again.

From: Allan, Bruce W bruce.al...@in... - 2010-08-10 14:55

That's great news!  Thanks for the confirmation.  We'll fix the issue
by forcibly disabling L1 in the driver for that adapter.

The SourceForge driver and the latest in-kernel driver are very close
to one another (except the SourceForge driver has a compatibility
layer that allows it to run on older kernels).  They should work about
the same, but sometimes it might take a little longer for some fixes
to get rolled up into the latest stable kernel(s). I need to get
better at updating the version number in the in-kernel driver.



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



Bug#586269: Intel 82573L NIC e1000e kernel 2.6.34 long ping problem when L0 ASPM disable

2010-06-17 Thread Jan Lapka
Package: linux-2.6
Version: 2.6.34-1~experimental.2
Severity: normal
Tags: experimental

Long ping problem (and sometimes packet loss) in Intel 82573L NIC
because of kernel 2.6.34 e1000e enable/disable ASPM L0s and L1 and ERT
according to hardware errata
 
82573/82574/82583 can enable L1 but L0s must be disabled,
and for jumbo frames 82573/82574 must disable L1.  This allows for some
parts to enable L1 in certain configurations leading to better power
savings.
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=6f461f6c7c961f0b1b73c0f27becf472a0ac606b

linux-image-2.6.34-1-686:
  Installed: 2.6.34-1~experimental.2

(ping google.com) (kernel 2.6.34 e1000e Intel 82573L Disabling ASPM L0s)
PING google.com (74.125.39.147) 56(84) bytes of data.
64 bytes from fx-in-f147.1e100.net (74.125.39.147): icmp_req=7 ttl=53 time=500 
ms
64 bytes from fx-in-f147.1e100.net (74.125.39.147): icmp_req=8 ttl=53 time=497 
ms
64 bytes from fx-in-f147.1e100.net (74.125.39.147): icmp_req=9 ttl=53 time=500 
ms
64 bytes from fx-in-f147.1e100.net (74.125.39.147): icmp_req=10 ttl=53 time=498 
ms

(from dmesg | grep -E e1000e|aspm|ASPM)
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
pci :02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it 
with 'pcie_aspm=force'
pci :03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it 
with 'pcie_aspm=force'
e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
e1000e: Copyright (c) 1999 - 2009 Intel Corporation.
e1000e :02:00.0: PCI INT A - GSI 16 (level, low) - IRQ 16
e1000e :02:00.0: setting latency timer to 64
e1000e :02:00.0: irq 28 for MSI/MSI-X
e1000e :02:00.0: Disabling ASPM L0s
 ^^
e1000e :02:00.0: irq 28 for MSI/MSI-X
e1000e :02:00.0: irq 28 for MSI/MSI-X
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX

In kernel 2.6.32 e1000e work well

linux-image-2.6.32-5-686:
  Installed: 2.6.32-15

(ping google.com) (kernel 2.6.32 e1000e Intel 82573L Disabling L1 ASPM)
PING google.com (74.125.77.147) 56(84) bytes of data.
64 bytes from ew-in-f147.1e100.net (74.125.77.147): icmp_req=1 ttl=51 time=46.7 
ms
64 bytes from ew-in-f147.1e100.net (74.125.77.147): icmp_req=2 ttl=51 time=45.3 
ms
64 bytes from ew-in-f147.1e100.net (74.125.77.147): icmp_req=3 ttl=51 time=45.3 
ms
64 bytes from ew-in-f147.1e100.net (74.125.77.147): icmp_req=4 ttl=51 time=46.3 
ms

(from dmesg | grep -E e1000e|aspm|ASPM)
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
pci :02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it 
with 'pcie_aspm=force'
pci :03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it 
with 'pcie_aspm=force'
e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
e1000e: Copyright (c) 1999-2008 Intel Corporation.
e1000e :02:00.0: Disabling L1 ASPM
 ^
e1000e :02:00.0: PCI INT A - GSI 16 (level, low) - IRQ 16
e1000e :02:00.0: setting latency timer to 64
e1000e :02:00.0: irq 28 for MSI/MSI-X
e1000e :02:00.0: Warning: detected ASPM enabled in EEPROM
e1000e :02:00.0: irq 28 for MSI/MSI-X
e1000e :02:00.0: irq 28 for MSI/MSI-X
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX

Other Helpful Information:

e1000e: Disable L1 ASPM power savings for 82573 mobile variants
- long ping times (up to 2 seconds)
http://www.mail-archive.com/net...@vger.kernel.org/msg52394.html

Intel 82573 Family Gigabit Ethernet Controllers Specification Update, 2.9
http://www.intel.com/products/ethernet/resource.htm#s1=Gigabit%20Ethernets2=82573E/L/Vs3=Specification%20update

What works for me:

/usr/src/linux-source-2.6.34/drivers/net/e1000e/82571.c
diff 82571.c 82571.c-j.0.0 
392,393c392,393
   /* Disable ASPM L1 due to long ping problem */
   e1000e_disable_aspm(adapter-pdev, PCIE_LINK_STATE_L1);
---
   /* Disable ASPM L0s due to hardware errata */
   e1000e_disable_aspm(adapter-pdev, PCIE_LINK_STATE_L0S);

This is not enough for debian kernel (in my gentoo kernel that's all)

linux-image-2.6.34-1-686:
  Installed: 2.6.34-1~experimental.2
(self compiled e1000e with Disable ASPM L1)

(dmesg - interesting part)
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
pci :02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it 
with 'pcie_aspm=force'
pci :03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it 
with 'pcie_aspm=force'
e1000e :02:00.0: Disabling ASPM L1

(ping google.com)
64 bytes from fx-in-f99.1e100.net (74.125.39.99): icmp_req=7 ttl=53 time=313 ms
64 bytes from fx-in-f99.1e100.net (74.125.39.99): icmp_req=8 ttl=53 time=499 ms
64 bytes from fx-in-f99.1e100.net (74.125.39.99): icmp_req=9 ttl=53 time=313 ms
64 bytes from fx-in-f99.1e100.net (74.125.39.99): icmp_req=10 ttl=53 time=499 ms

Boot kernel with pcie_aspm=force

(dmesg - 

Bug#537594: fvwm-menu-directory variable naming conflicts (one more)

2009-08-17 Thread Jan Lapka
Package: fvwm
Version: 1:2.5.27.ds-11
Severity: normal

(fvwm-menu-directory from 2.5.27.ds-11)
fvwm-menu-directory -d /tmp

Global symbol $menu_name requires explicit package name at 
/usr/bin/fvwm-menu-directory line 206.
Global symbol $menu_name requires explicit package name at 
/usr/bin/fvwm-menu-directory line 209.
Global symbol $menu_name requires explicit package name at 
/usr/bin/fvwm-menu-directory line 253.
Execution of /usr/bin/fvwm-menu-directory aborted due to compilation errors.

This fix the problem
(diff fvwm-menu-directory_2.5.27.ds-11 fvwm-menu-directory_2.5.27.ds-11_fix)

204c204
 my $menuName  = escape_file_name($name);
---
 my $menu_name  = escape_file_name($name);


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

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

Versions of packages fvwm depends on:
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libfribidi00.10.9-1  Free Implementation of the Unicode
ii  libglib2.0-0   2.20.4-1  The GLib library of C routines
ii  libgtk2.0-02.16.5-1  The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libncurses55.7+20090803-1+b1 shared libraries for terminal hand
ii  libpng12-0 1.2.38-1  PNG library - runtime
ii  libreadline5   5.2-5 GNU readline and history libraries
ii  librplay3  3.3.2-12  rplay network audio system - share
ii  librsvg2-2 2.26.0-1  SAX-based renderer library for SVG
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libstroke0 0.5.1-6   mouse strokes library -- runtime f
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxpm41:3.5.7-2 X11 pixmap library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages fvwm recommends:
ii  fvwm-icons  2001.08.13-6 XPMs icons from fvwm development s
ii  libx11-protocol-perl0.56-2   Perl module for the X Window Syste
ii  perl-tk 1:804.028-5  Perl module providing the Tk graph

Versions of packages fvwm suggests:
ii  cpp   4:4.3.3-9  The GNU C preprocessor (cpp)
pn  fvwm-themes   none (no description available)
ii  m41.4.13-1   a macro processing language
ii  menu  2.1.41 generates programs menu for all me
pn  wm-icons  none (no description available)

-- no debconf information



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



Bug#537594: fvwm-menu-directory variable naming conventions conflicts between 2.5.27.ds-3 and 2.5.27.ds-10

2009-07-19 Thread Jan Lapka
Package: fvwm
Version: 1:2.5.27.ds-10
Severity: normal

(fvwm-menu-directory from 2.5.27.ds-10)
fvwm-menu-directory -d /tmp

Global symbol $menu_name requires explicit package name at 
/usr/bin/fvwm-menu-directory line 209.
Global symbol $menu_name requires explicit package name at 
/usr/bin/fvwm-menu-directory line 253.
Execution of /usr/bin/fvwm-menu-directory aborted due to compilation errors.

(fvwm-menu-directory from 2.5.27.ds-3)
fvwm-menu-directory -d /tmp

DestroyMenu recreate /tmp
AddToMenu /tmp
+ DynamicPopDownAction DestroyMenu /tmp
+ MissingSubmenuFunction FuncFvwmMenuDirectory
+ /tmp Exec cd /tmp; xterm -e /bin/bash
+  Nop
+ orbit-janek Popup /tmp/orbit-janek item +100 c
+ v23360 Popup /tmp/v23360 item +100 c
+ v49833 Popup /tmp/v49833 item +100 c
+ mutt-ibmt60-1000-3396-0 Exec xterm -e vi /tmp/mutt-ibmt60-1000-3396-0
+ reportbug-fvwm-20090719-28012-Is8E6t Exec xterm -e vi 
/tmp/reportbug-fvwm-20090719-28012-Is8E6t
+ serverauth.DuAVjFz49q Exec xterm -e vi /tmp/serverauth.DuAVjFz49q
+ xmms-ipc-janek Exec xterm -e vi /tmp/xmms-ipc-janek

In mine case this fix the problem
(diff fvwm-menu-directory_2.5.27.ds-10 fvwm-menu-directory_2.5.27.ds-10_fix)

204,206c204,206
 my $menuName  = escapeFileName($name);
 my $menuName2 = escapeMenuName($name);
 print qq(DestroyMenu recreate $menuName\nAddToMenu $menuName2\n);
---
 my $menu_name  = escape_file_name($name);
 my $menuName2 = escape_menu_name($name);
 print qq(DestroyMenu recreate $menu_name\nAddToMenu $menuName2\n);

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

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

Versions of packages fvwm depends on:
ii  libc6  2.9-20GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libfribidi00.10.9-1  Free Implementation of the Unicode
ii  libglib2.0-0   2.20.4-1  The GLib library of C routines
ii  libgtk2.0-02.16.4-1  The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libncurses55.7+20090613-1shared libraries for terminal hand
ii  libpng12-0 1.2.37-1  PNG library - runtime
ii  libreadline5   5.2-5 GNU readline and history libraries
ii  librplay3  3.3.2-12  rplay network audio system - share
ii  librsvg2-2 2.26.0-1  SAX-based renderer library for SVG
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libstroke0 0.5.1-6   mouse strokes library -- runtime f
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxpm41:3.5.7-2 X11 pixmap library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-14 compression library - runtime

Versions of packages fvwm recommends:
ii  fvwm-icons  2001.08.13-6 XPMs icons from fvwm development s
ii  libx11-protocol-perl0.56-2   Perl module for the X Window Syste
ii  perl-tk 1:804.028-5  Perl module providing the Tk graph

Versions of packages fvwm suggests:
ii  cpp   4:4.3.3-9  The GNU C preprocessor (cpp)
pn  fvwm-themes   none (no description available)
ii  m41.4.13-1   a macro processing language
ii  menu  2.1.41 generates programs menu for all me
pn  wm-icons  none (no description available)

-- no debconf information



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



Bug#533186: #533186: cups: Cups not recognising/liking file formats

2009-06-16 Thread Jan Lapka
Package: cups
Severity: normal

Versions of packages cups recommends:
pn  ghostscript-cups  none (no description available)

In mine case install ghostscript-cups fix the problem

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

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

Versions of packages cups depends on:
ii  adduser3.110 add and remove users and groups
ii  bc 1.06.94-3.1   The GNU bc arbitrary precision cal
ii  cups-client1.3.10-5  Common UNIX Printing System(tm) - 
ii  cups-common1.3.10-5  Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0]  1.5.26Debian configuration management sy
ii  ghostscript8.64~dfsg-10  The GPL Ghostscript PostScript/PDF
ii  libavahi-compat-libdns 0.6.25-1  Avahi Apple Bonjour compatibility 
ii  libc6  2.9-15GNU C Library: Shared libraries
ii  libcups2   1.3.10-5  Common UNIX Printing System(tm) - 
ii  libcupsimage2  1.3.10-5  Common UNIX Printing System(tm) - 
ii  libdbus-1-31.2.14-2  simple interprocess messaging syst
ii  libgcc11:4.4.0-6 GCC support library
ii  libgnutls262.6.6-1   the GNU TLS library - runtime libr
ii  libgssapi-krb5-2   1.7dfsg~beta3-1   MIT Kerberos runtime libraries - k
ii  libijs-0.350.35-7IJS raster image transport protoco
ii  libkrb5-3  1.7dfsg~beta3-1   MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.15-1.1OpenLDAP libraries
ii  libpam0g   1.0.1-9   Pluggable Authentication Modules l
ii  libpaper1  1.1.23+nmu1   library for handling paper charact
ii  libpoppler40.10.6-1  PDF rendering library
ii  libslp11.2.1-7.5 OpenSLP libraries
ii  libstdc++6 4.4.0-6   The GNU Standard C++ Library v3
ii  lsb-base   3.2-22Linux Standard Base 3.2 init scrip
ii  perl-modules   5.10.0-23 Core Perl modules
ii  poppler-utils [xpdf-ut 0.10.6-1  PDF utilitites (based on libpopple
ii  procps 1:3.2.8-1 /proc file system utilities
ii  ssl-cert   1.0.23simple debconf wrapper for OpenSSL
ii  ttf-freefont   20090104-2Freefont Serif, Sans and Mono True
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages cups recommends:
ii  avahi-utils   0.6.25-1   Avahi browsing, publishing and dis
ii  cups-driver-gutenprint5.2.3-3printer drivers for CUPS
ii  foomatic-filters  4.0-20090509-1 OpenPrinting printer support - fil
ii  ghostscript-cups  8.64~dfsg-10   The GPL Ghostscript PostScript/PDF
ii  smbclient 2:3.3.4-2  command-line SMB/CIFS clients for 

Versions of packages cups suggests:
pn  cups-bsd  none (no description available)
pn  cups-pdf  none (no description available)
ii  foomatic-db   20090508-1 OpenPrinting printer support - dat
ii  foomatic-db-engine4.0-20090509-1 OpenPrinting printer support - pro
pn  hplip none (no description available)
pn  xpdf-korean | xpdf-japane none (no description available)

-- debconf information:
* cupsys/raw-print: true
* cupsys/backend: ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd



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