Bug#1033005: puppetdb: "fresh" installion results in "permission denied for table schema_migrations"

2023-03-15 Thread CSights
Package: puppetdb
Version: 7.12.1-3
Severity: grave
Justification: renders package unusable


Greetings,

Setting up puppetdb with a empty database seems to not succeed.  puppetdb fails 
to start and issues
the message:

"Execution error (PSQLException) at 
org.postgresql.core.v3.QueryExecutorImpl/receiveErrorResponse 
(QueryExecutorImpl.java:2676).\nERROR: permission denied for table 
schema_migrations\n",

The reason why I put "fresh" in quotes is that actually what I'm doing is 
purging puppetdb,
installing puppetdb, then running 'dpkg-reconfigure puppetdb'.  During the 
purge of puppetdb
dbconfig prompts whether to remove the old DB and I choose "yes".  I keep the 
default answers
when running 'dpkg-reconfigure puppetdb'.

I haven't attempted to look at the DB permissions for the table 
schema_migrations, but it seems
likely the puppetdb user doesn't have access.

Thanks for your time!
C.



-- System Information:
Debian Release: 12.0
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-5-amd64 (SMP w/2 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 puppetdb depends on:
ii  adduser3.131
ii  dbconfig-pgsql 2.0.24
ii  debconf [debconf-2.0]  1.5.82
ii  default-jre-headless   2:1.17-74
ii  init-system-helpers1.65.2
ii  libasm-java9.4-1
ii  libat-at-clojure   1.2.0-1.1
ii  libbidi-clojure2.1.6-2
ii  libcheshire-clojure5.11.0-2
ii  libclj-digest-clojure  1.4.9+dfsg-1
ii  libclj-http-clojure2.3.0-1.1
ii  libclj-stacktrace-clojure  0.2.7-1
ii  libclj-time-clojure0.15.2-2
ii  libclojure-java1.11.1-2
ii  libcommons-io-java 2.11.0-2
ii  libcommons-lang3-java  3.12.0-2
ii  libcommons-logging-java1.2-3
ii  libcompojure-clojure   1.6.0-1.1
ii  libcore-async-clojure  1.5.648-1
ii  libcore-match-clojure  1.0.0-1
ii  libcore-memoize-clojure1.0.257-1
ii  libdata-priority-map-clojure   1.1.0-3
ii  libdujour-version-check-clojure0.2.3-1
ii  libdynapath-clojure1.0.0-3
ii  libfast-zip-visit-clojure  1.0.2-3
ii  libgeronimo-j2ee-management-1.1-spec-java  1.0.1-1.1
ii  libgeronimo-jms-1.1-spec-java  1.1.1-1
ii  libhikaricp-java   2.7.9-1
ii  libhoneysql-clojure2.4.962+really2.3.911-1
ii  libinstaparse-clojure  1.4.7-1.1
ii  libjava-jdbc-clojure   0.7.10-1
ii  libjava-jmx-clojure0.3.4-1.1
ii  libkitchensink-clojure 3.2.1-1
ii  libmath-combinatorics-clojure  0.1.4-1.1
ii  libmetrics-clojure 2.9.0-2.1
ii  libmurphy-clojure  0.5.2-2
ii  libpostgresql-jdbc-java42.5.4-1
ii  libpuppetlabs-i18n-clojure 0.9.2-2
ii  libraynes-fs-clojure   1.5.2-1
ii  libring-core-clojure   1.8.2-2
ii  librobert-hooke-clojure1.3.0-4
ii  libslf4j-java  1.7.32-1
ii  libspecter-clojure 1.0.2-2.1
ii  libstockpile-clojure   0.0.4-1.1
ii  libstructured-logging-clojure  0.2.0-4
ii  libtools-logging-clojure   1.2.4-2
ii  libtools-macro-clojure 0.1.5-2
ii  libtools-namespace-clojure 0.2.11-1.1
ii  libtrapperkeeper-authorization-clojure 1.0.0-4
ii  libtrapperkeeper-clojure   3.2.0-4
ii  libtrapperkeeper-metrics-clojure   1.5.0-5
ii  libtrapperkeeper-scheduler-clojure 1.1.3-7
ii  libtrapperkeeper-status-clojure1.1.1-4
ii  libtrapperkeeper-webserver-jetty9-clojure  4.4.1-5
ii  libversioneer-clojure  0.2.0-1
ii  ucf3.0043+nmu1

puppetdb recommends no packages.

Versions of packages puppetdb suggests:
pn  libnippy-clojure
ii  postgresql  15+247
pn  postgresql-contrib  

-- debconf information:
  puppetdb/app-password-confirm: (password omitted)
  puppetdb/password-confirm: (password omitted)
  puppetdb/pgsql/app-pass: (password omitted)
  puppetdb/pgsql/admin-pass: (password omitted)
  puppetdb/dbconfig-upgrade: true
* puppetdb/db

Bug#857885: regression: Acquire::http::ProxyAutoDetect no longer running script

2017-03-15 Thread csights
Package: apt
Version: 1.4~rc2
Severity: normal

Hello,
  It appears that the script listed after Acquire::http::ProxyAutoDetect is no 
longer called.

Using the setting
Acquire::http::ProxyAutoDetect "/usr/local/bin/detect-http-proxy";

when the contents of /usr/local/bin/detect-http-proxy are:

#!/bin/bash
echo "here" >> /tmp/proxy_msg

I can confirm that on Jessie /tmp/proxy_msg contains:
here
here
here
here
[...]

etc.

But on Stretch the file is not created.

Thanks for your work!
C.



-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::Sandbox "";
APT::Sandbox::User "_apt";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-image-4\.9\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-headers-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-headers-4\.9\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-image-extra-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-image-extra-4\.9\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-signed-image-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-signed-image-4\.9\.0-2-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-image-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-image-4\.9\.0-2-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-headers-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^kfreebsd-headers-4\.9\.0-2-amd64$";
APT::NeverAutoRemove:: "^gnumach-image-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^gnumach-image-4\.9\.0-2-amd64$";
APT::NeverAutoRemove:: "^.*-modules-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^.*-modules-4\.9\.0-2-amd64$";
APT::NeverAutoRemove:: "^.*-kernel-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^.*-kernel-4\.9\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-backports-modules-.*-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-backports-modules-.*-4\.9\.0-2-amd64$";
APT::NeverAutoRemove:: "^linux-tools-4\.9\.0-1-amd64$";
APT::NeverAutoRemove:: "^linux-tools-4\.9\.0-2-amd64$";
APT::VersionedKernelPackages "";
APT::VersionedKernelPackages:: "linux-image";
APT::VersionedKernelPackages:: "linux-headers";
APT::VersionedKernelPackages:: "linux-image-extra";
APT::VersionedKernelPackages:: "linux-signed-image";
APT::VersionedKernelPackages:: "kfreebsd-image";
APT::VersionedKernelPackages:: "kfreebsd-headers";
APT::VersionedKernelPackages:: "gnumach-image";
APT::VersionedKernelPackages:: ".*-modules";
APT::VersionedKernelPackages:: ".*-kernel";
APT::VersionedKernelPackages:: "linux-backports-modules-.*";
APT::VersionedKernelPackages:: "linux-tools";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "contrib/metapackages";
APT::Never-MarkAuto-Sections:: "non-free/metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Move-Autobit-Sections "";
APT::Move-Autobit-Sections:: "oldlibs";
APT::Move-Autobit-Sections:: "contrib/oldlibs";
APT::Move-Autobit-Sections:: "non-free/oldlibs";
APT::Move-Autobit-Sections:: "restricted/oldlibs";
APT::Move-Autobit-Sections:: "universe/oldlibs";
APT::Move-Autobit-Sections:: "multiverse/oldlibs";
APT::Periodic "";
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";
APT::Update "";
APT::Update::Post-Invoke-Success "";
APT::Update::Post-Invoke-Success:: "/usr/bin/test -e 
/usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && 
/usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call 
--system --dest org.freedesktop.PackageKit --object-path 
/org/freedesktop/PackageKit --timeout 4 --method 
org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo 
> /dev/null";
APT::Update::Post-Invoke-Success:: "if /usr/bin/test -w /var/cache/app-info -a 
-e /usr/bin/appstreamcli; then appstreamcli refresh-cache > /dev/null; fi";
APT::Architectures "";
APT::Architectures:: "amd64";
APT::Compressor "";
APT::Compressor::. "";
APT::Compressor::.::Name ".";
APT::Compressor::.::Extension "";
APT::Compressor::.::Binary "";
APT::Compressor::.::Cost "0";
APT::Compressor::lz4 "";
APT::Compressor::lz4::Name "lz4";
APT::Compressor::lz4::Extension ".lz4";
APT::Compressor::lz4::Binary "false";
APT::Compressor::lz4::Cost "50";
APT::Compressor::gzip "";
APT::Compressor::gzip::Name "gzip";
APT::Compressor::gzip::Extension ".gz";
APT::Compressor::gzip::Binary "gzip";
APT::Compressor::gzip::Cost "100";
APT::Compressor::gzip::CompressArg "";
APT::Compressor::gzip::CompressArg:: "-6n";
APT::Compressor::gzip::UncompressArg "";
APT::Compressor::gzip::UncompressArg:: "-d";
APT::Compressor::xz "";
APT::Compressor::xz::Name "xz";
APT::Compre

Bug#854607: cifs-utils: regression in (mulituser?) mounting 'CIFS VFS: Send error in SessSetup = -126'

2017-02-08 Thread csights
Package: cifs-utils
Version: 2:6.6-5
Severity: normal

Hello,
  I am able to mount with the following command with root using the following 
command:
mount -t cifs //smb.physics.wisc.edu/smb /smb 
-osec=krb5,multiuser,username=smbad...@physics.wisc.edu --verbose

  root can also access files as expected
  However, when cifs-utils 6.6-5 is installed, a different user cannot access 
as expected:
ls /smb
ls: cannot access '/smb': Permission denied

  But when cifs-utils 6.4-1 is installed (from jessie) the different user can 
access as expect.  AFAIK
there are no other differences besides the cifs-utils version.

  The first difference in syslog is "kernel: [223018.425633] CIFS VFS: Send 
error in SessSetup = -126".  I'll paste the working
and non-working logs below.  The "different user" mentioned above has UID 1494 
which appears in the logs.

Thanks for your time!
C.

WORKING:
cifs-utils v 6.4-1
Feb  8 09:51:46 trog cifs.upcall: key description: 
cifs.spnego;0;0;3901;ver=0x2;host=smb.physics.wisc.edu;ip4=128.104.160.17;sec=krb5;uid=
0x0;creduid=0x0;user=smbad...@physics.wisc.edu;pid=0x6bd0
Feb  8 09:51:46 trog cifs.upcall: ver=2
Feb  8 09:51:46 trog cifs.upcall: host=smb.physics.wisc.edu
Feb  8 09:51:46 trog cifs.upcall: ip=128.104.160.17
Feb  8 09:51:46 trog cifs.upcall: sec=1
Feb  8 09:51:46 trog cifs.upcall: uid=0
Feb  8 09:51:46 trog cifs.upcall: creduid=0
Feb  8 09:51:46 trog cifs.upcall: user=smbad...@physics.wisc.edu
Feb  8 09:51:46 trog cifs.upcall: pid=27600
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: scandir error on directory 
'/run/user/0': No such file or directory
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: considering /tmp/krb5cc_0
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: FILE:/tmp/krb5cc_0 is valid 
ccache
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: considering 
/tmp/krb5cc_1494_sM11PG
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: /tmp/krb5cc_1494_sM11PG is 
owned by 1494, not 0
Feb  8 09:51:46 trog cifs.upcall: handle_krb5_mech: getting service ticket for 
smb.physics.wisc.edu
Feb  8 09:51:46 trog cifs.upcall: handle_krb5_mech: obtained service ticket
Feb  8 09:51:46 trog cifs.upcall: Exit status 0
Feb  8 09:51:46 trog cifs.upcall: key description: 
cifs.spnego;0;0;3901;ver=0x2;host=smb.physics.wisc.edu;ip4=128.104.160.17;sec=krb5;uid=0x0;creduid=0x0;user=smbad...@physics.wisc.edu;pid=0x6bd0
Feb  8 09:51:46 trog cifs.upcall: ver=2
Feb  8 09:51:46 trog cifs.upcall: host=smb.physics.wisc.edu
Feb  8 09:51:46 trog cifs.upcall: ip=128.104.160.17
Feb  8 09:51:46 trog cifs.upcall: sec=1
Feb  8 09:51:46 trog cifs.upcall: uid=0
Feb  8 09:51:46 trog cifs.upcall: creduid=0
Feb  8 09:51:46 trog cifs.upcall: user=smbad...@physics.wisc.edu
Feb  8 09:51:46 trog cifs.upcall: pid=27600
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: scandir error on directory 
'/run/user/0': No such file or directory
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: considering /tmp/krb5cc_0
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: FILE:/tmp/krb5cc_0 is valid 
ccache
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: considering 
/tmp/krb5cc_1494_sM11PG
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: /tmp/krb5cc_1494_sM11PG is 
owned by 1494, not 0
Feb  8 09:51:46 trog cifs.upcall: handle_krb5_mech: getting service ticket for 
smb.physics.wisc.edu
Feb  8 09:51:46 trog cifs.upcall: handle_krb5_mech: obtained service ticket
Feb  8 09:51:46 trog cifs.upcall: Exit status 0
Feb  8 09:51:46 trog cifs.upcall: key description: 
cifs.spnego;0;0;3901;ver=0x2;host=smb.physics.wisc.edu;ip4=128.104.160.17;sec=krb5;uid=0x5d6;creduid=0x5d6;pid=0x6725
Feb  8 09:51:46 trog cifs.upcall: ver=2
Feb  8 09:51:46 trog cifs.upcall: host=smb.physics.wisc.edu
Feb  8 09:51:46 trog cifs.upcall: ip=128.104.160.17
Feb  8 09:51:46 trog cifs.upcall: sec=1
Feb  8 09:51:46 trog cifs.upcall: uid=1494
Feb  8 09:51:46 trog cifs.upcall: creduid=1494
Feb  8 09:51:46 trog cifs.upcall: pid=26405
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: considering /tmp/krb5cc_0
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: /tmp/krb5cc_0 is owned by 0, 
not 1494
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: considering 
/tmp/krb5cc_1494_sM11PG
Feb  8 09:51:46 trog cifs.upcall: find_krb5_cc: FILE:/tmp/krb5cc_1494_sM11PG is 
valid ccache
Feb  8 09:51:46 trog cifs.upcall: handle_krb5_mech: getting service ticket for 
smb.physics.wisc.edu
Feb  8 09:51:46 trog cifs.upcall: handle_krb5_mech: obtained service ticket
Feb  8 09:51:46 trog cifs.upcall: Exit status 0


NON-WORKING
cifs-utils v 6.6-5
eb  8 09:48:14 trog cifs.upcall: key description: 
cifs.spnego;0;0;3901;ver=0x2;host=smb.physics.wisc.edu;ip4=128.104.160.17;sec=krb5;uid=0x0;creduid=0x0;user=smbad...@physics.wisc.edu;pid=0x67d2
Feb  8 09:48:14 trog cifs.upcall: ver=2
Feb  8 09:48:14 trog cifs.upcall: host=smb.physics.wisc.edu
Feb  8 09:48:14 trog cifs.upcall: ip=128.104.160.17
Feb  8 09:48:14 trog cifs.upcall: sec=1
Feb  8 09:48:14 trog cifs.upcall: uid=0
Feb  8 09:48:14 trog ci

Bug#854414: screen: after sshing, some commands give error "Error opening terminal: screen.xterm-256color."

2017-02-06 Thread csights
Package: screen
Version: 4.5.0-3
Severity: important

Dear Maintainer,

After upgrading from Jessie to Stretch, when I ssh to another computer and then 
try to use
atop, nano, and others they fail to run with:
Error opening terminal: screen.xterm-256color.

Running these programs locally within screen gives no problems

A workaround is to do:
export TERM=xterm

Thanks for your help!
C.


-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages screen depends on:
ii  libc6  2.24-9
ii  libpam0g   1.1.8-3.5
ii  libtinfo5  6.0+20161126-1

screen recommends no packages.

Versions of packages screen suggests:
pn  byobu | screenie | iselect  
ii  ncurses-term6.0+20161126-1

-- no debconf information



Bug#776867: /usr/bin/localc: Calc sort messing up formulas

2015-02-02 Thread csights
Package: libreoffice-calc
Version: 1:4.3.3-2
Severity: normal
File: /usr/bin/localc
Tags: upstream

Dear Maintainer,
  The localc version set to be released with Jessie includes a bug which
results
in formula breaking.
   Actually this bug was thought of by some developers initially as a
feature, but it broke a lot of Excel compatible spreadsheets.  The original
behavior was reverted to in versions 4.2.8 and 4.3.5
   4.4 has the old and new behavior and config option.
   I worry that if LO 4.3.3 is released with Jessie a larger number of people
will
start thinking that 'libreoffice sucks'.

Here is one of the upstream bugs related to this.
https://bugs.documentfoundation.org/show_bug.cgi?id=81633
Ubuntu bug report
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1389858

Thanks,
C.



-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libreoffice-calc depends on:
ii  coinor-libcbc32.8.12-1
ii  coinor-libcoinmp1 1.7.6+dfsg1-1
ii  libboost-iostreams1.55.0  1.55.0+dfsg-3
ii  libc6 2.19-13
ii  libgcc1   1:4.9.1-19
ii  libicu52  52.1-7
ii  liblcms2-22.6-3+b3
ii  libmwaw-0.3-3 0.3.1-2
ii  libodfgen-0.1-1   0.1.1-2
ii  liborcus-0.8-00.7.0+dfsg-9
ii  libreoffice-base-core 1:4.3.3-2
ii  libreoffice-core  1:4.3.3-2
ii  librevenge-0.0-0  0.0.1-3
ii  libstdc++64.9.1-19
ii  libwps-0.3-3  0.3.0-2
ii  libxml2   2.9.1+dfsg1-4
ii  lp-solve  5.5.0.13-7+b1
ii  uno-libs3 4.3.3-2
ii  ure   4.3.3-2
ii  zlib1g1:1.2.8.dfsg-2+b1

libreoffice-calc recommends no packages.

Versions of packages libreoffice-calc suggests:
pn  ocl-icd-libopencl1  

Versions of packages libreoffice-core depends on:
ii  fontconfig2.11.0-6.3
ii  fonts-opensymbol  2:102.6+LibO4.3.3-2
ii  libatk1.0-0   2.14.0-1
ii  libboost-date-time1.55.0  1.55.0+dfsg-3
ii  libc6 2.19-13
ii  libcairo2 1.14.0-2.1
ii  libclucene-contribs1  2.3.3.4-4
ii  libclucene-core1  2.3.3.4-4
ii  libcmis-0.4-4 0.4.1-7
ii  libcups2  1.7.5-10
ii  libcurl3-gnutls   7.38.0-4
ii  libdbus-1-3   1.8.12-3
ii  libdbus-glib-1-2  0.102-1
ii  libeot0   0.01-3
ii  libexpat1 2.1.0-6+b3
ii  libexttextcat-2.0-0   3.4.4-1
ii  libfontconfig12.11.0-6.3
ii  libfreetype6  2.5.2-2
ii  libgcc1   1:4.9.1-19
ii  libgdk-pixbuf2.0-02.31.1-2+b1
ii  libgl1-mesa-glx [libgl1]  10.3.2-1
ii  libglew1.10   1.10.0-3
ii  libglib2.0-0  2.42.1-1
ii  libgltf-0.0-0 0.0.2-2
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libgraphite2-31.2.4-3
ii  libgtk2.0-0   2.24.25-1
ii  libharfbuzz-icu0  0.9.35-2
ii  libharfbuzz0b 0.9.35-2
ii  libhunspell-1.3-0 1.3.3-3
ii  libhyphen02.8.8-1
ii  libice6   2:1.0.9-1+b1
ii  libicu52  52.1-7
ii  libjpeg62-turbo   1:1.3.1-11
ii  liblangtag1   0.5.1-3
ii  liblcms2-22.6-3+b3
ii  libldap-2.4-2 2.4.40-3
ii  libmythes-1.2-0   2:1.2.4-1
ii  libneon27-gnutls  0.30.1-1
ii  libnspr4  2:4.10.7-1
ii  libnss3   2:3.17.2-1.1
ii  libnss3-1d2:3.17.2-1.1
ii  libodfgen-0.1-1   0.1.1-2
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libpangoft2-1.0-0 1.36.8-3
ii  libpng12-01.2.50-2+b2
ii  librdf0   1.0.17-1+b1
ii  libreoffice-common1:4.3.3-2
ii  librevenge-0.0-0  0.0.1-3
ii  libsm62:1.2.2-1+b1
ii  libssl1.0.0   1.0.1k-1
ii  libstdc++64.9.1-19
ii  libx11-6  2:1.6.2-3
ii  libxext6  2:1.3.3-1
ii  libxinerama1  2:1.1.3-1+b1
ii  libxml2   2.9.1+dfsg1-4
ii  libxrandr22:1.4.2-1+b1
ii  libxrender1   1:0.9.8-1+b1
ii  libxslt1.11.1.28-2+b2
ii  libxt61:1.1.4-1+b1
ii  uno-libs3 4.3.3-2
ii  ure   4.3.3-2
ii  zlib1g1:1.2.8.dfsg-2+b1

-- 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#772066: [krdc] Incompatibility with FreeRDP (fails to connect to some RDP servers with certain options)

2015-01-06 Thread csights
Package: krdc
Version: 4:4.14.1-1
Followup-For: Bug #772066

Hello,
   I may be experiencing the same bug:  If the host is asking to accept a
certificate, KRDC displays nothing.
   I'm reporting this on this bug so that when it is closed I can verify my
prob is also fixed.  (otherwise I'll open an new bug.)

Thanks for your work!
C.



-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages krdc depends on:
ii  kde-runtime 4:4.14.2-2
ii  libc6   2.19-13
ii  libkcmutils44:4.14.2-4
ii  libkdecore5 4:4.14.2-4
ii  libkdeui5   4:4.14.2-4
ii  libkdnssd4  4:4.14.2-4
ii  libkio5 4:4.14.2-4
ii  libknotifyconfig4   4:4.14.2-4
ii  libqt4-dbus 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-network  4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqt4-xml  4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqtcore4  4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libqtgui4   4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
ii  libstdc++6  4.9.1-19
ii  libtelepathy-qt4-2  0.9.4+dfsg-3
ii  libvncclient0   0.9.9+dfsg-6.1

Versions of packages krdc recommends:
ii  freerdp-x11  1.1.0~git20140921.1.440916e+dfsg1-2+b1

Versions of packages krdc suggests:
ii  khelpcenter4  4:4.14.2-2
pn  krfb  

-- 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#730583: krb5-admin-server: if "supported_enctypes = DEFAULT" then "kadmind: Required parameters in kdc.conf missing while initializing, aborting"

2013-11-26 Thread CSights
Package: krb5-admin-server
Version: 1.10.1+dfsg-5+deb7u1
Severity: normal

Dear Maintainer,

MIT documentation for version 1.10 of kdc.conf states that 

"The string DEFAULT can be used to refer to the default set of types for the 
variable 
in question. Types or families can be removed from the current list by 
prefixing them 
with a minus sign (“-”). Types or families can be prefixed with a plus sign 
(“+”) for 
symmetry; it has the same meaning as just listing the type or family. For 
example, 
“DEFAULT -des” would be the default set of encryption types with DES types 
removed, 
and “des3 DEFAULT” would be the default set of encryption types with triple DES 
types moved to the front.
http://web.mit.edu/kerberos/krb5-current/doc/admin/conf_files/kdc_conf.html#encryption-and-salt-types


However using

supported_enctypes = DEFAULT

in kdc.conf results in kadmind failing with
"kadmind: Required parameters in kdc.conf missing while initializing, aborting"



The server does start with any other encryption type specified before the word 
DEFAULT. E.g.

supported_enctypes = des3-cbc-raw:normal DEFAULT

Will let the server start without errors, as well a nonsense encryption type 
like:

supported_enctypes = des3-cbc-raw:normal dog


So, it probably the case that DEFAULT is just ignored if it is not the first 
encryption type.

Thanks,
  C.


-- System Information:
Debian Release: 7.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
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 krb5-admin-server depends on:
ii  debconf [debconf-2.0]  1.5.49
ii  krb5-kdc   1.10.1+dfsg-5+deb7u1
ii  libc6  2.13-38
ii  libcomerr2 1.42.5-1.1
ii  libgssapi-krb5-2   1.10.1+dfsg-5+deb7u1
ii  libgssrpc4 1.10.1+dfsg-5+deb7u1
ii  libk5crypto3   1.10.1+dfsg-5+deb7u1
ii  libkadm5srv-mit8   1.10.1+dfsg-5+deb7u1
ii  libkdb5-6  1.10.1+dfsg-5+deb7u1
ii  libkeyutils1   1.5.5-3
ii  libkrb5-3  1.10.1+dfsg-5+deb7u1
ii  libkrb5support01.10.1+dfsg-5+deb7u1
ii  libss2 1.42.5-1.1
ii  libverto1  0.2.2-1
ii  lsb-base   4.1+Debian8+deb7u1

krb5-admin-server recommends no packages.

krb5-admin-server suggests no packages.

-- debconf information excluded


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



Bug#706592: [git-annex] cannot have file and directory with same name

2013-05-01 Thread CSights
Package: git-annex
Version: 4.20130501
Severity: normal

Hello,
  I created two linked, local repositories.  Then I tried to create a file of 
name a and a folder of name a.  The folder overwrote the file (after konqueror 
warned me that the overwrite was going to happen).

Thanks!
  C.


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.8-trunk-amd64

Debian Release: 7.0
  990 testing security.debian.org 
  990 testing debian.cites.illinois.edu 
  500 stable  ftp.egr.msu.edu 
  500 release apt.spideroak.com 
   49 experimentaldebian.cites.illinois.edu 
  301 unstableftp.egr.msu.edu 
  300 testing mirror3.mirror.garr.it 
   30 oneiric us.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-===
libc6(>= 2.7) | 2.13-38
libffi5(>= 3.0.4) | 3.0.10-3
libgmp10  | 2:5.0.5+dfsg-2
libgnutls26(>= 2.12.17-0) | 2.12.20-6
libgsasl7(>= 1.4) | 1.8.0-2
libidn11(>= 1.13) | 1.25-2
libxml2(>= 2.7.4) | 2.8.0+dfsg1-7+nmu1
libyaml-0-2   | 0.1.4-2
zlib1g   (>= 1:1.1.4) | 1:1.2.7.dfsg-13
git(>= 1:1.7.7.6) | 1:1.7.10.4-1+wheezy1
rsync | 3.0.9-4
wget  | 1.13.4-3
curl  | 7.26.0-1+wheezy2
openssh-client   (>= 1:5.6p1) | 1:6.0p1-4


Recommends  (Version) | Installed
=-+-===
lsof  | 4.86+dfsg-1
gnupg | 1.4.12-7
bind9-host| 1:9.8.4.dfsg.P1-6+nmu2


Suggests (Version) | Installed
==-+-===
graphviz   | 
bup| 
libnss-mdns| 0.10-3.2


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



Bug#695437: [installation-reports] include pata_piccolo module

2012-12-07 Thread CSights
Package: installation-reports
Severity: normal

Boot method: CD
Image version: i386 7.0 beta4 cd 1
Date: 2012-12-07

Machine: Satellite 2545xcdt

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [ ]
Detect CD:  [E]
Load installer modules: [ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Detect hard drives: [E]
Partition hard drives:  [ ]
Install base system:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

Installer version 7 beta4 could not recognize the CD drive because it did not 
automatically load the pata_piccolo IDE module.  I believe it is not included 
on the install CD.

Perhaps on the alternative installer CDs with more space (such as netinst) 
more modules such as pata_piccolo could be included.


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



Bug#691470: [git-annex] clarify meaning of "repository" , part 2

2012-10-25 Thread CSights
Package: git-annex
Version: 3.20121017
Severity: minor

Hi Joey,
   I like the changes to the UI you made in response to bug #689848.  Thanks!
   Here is another example of how I think "repository" is overused or unclear:

At the top right there is "Current Repository:" with the name of a local 
folder after the colon.

Then clicking Configuration -> Manage Repositories opens a page with a heading 
Manage Repositories.  Under this is a local and and remote directories.

So my nit is with "Current Repository" which to me seems to actually be a 
"Repository Group", and that Repository Group is named after a local 
directory, which represents a number of directories, local and remote.

Anyway, thank you for your work!
csights


--- System information. ---
Architecture: i386
Kernel:   Linux 3.6.3

Debian Release: wheezy/sid
  990 testing security.debian.org 
  990 testing debian.uchicago.edu 
  500 stable  debian.uchicago.edu 
  500 release apt.spideroak.com 
   49 experimentalftp.egr.msu.edu 
  301 unstableftp.egr.msu.edu 
  300 testing mirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6  (>= 2.7) | 2.13-35
libffi5  (>= 3.0.4) | 3.0.10-3
libgmp10| 2:5.0.5+dfsg-2
libpcre3  (>= 8.10) | 1:8.30-5
libyaml-0-2 | 0.1.4-2
zlib1g (>= 1:1.1.4) | 1:1.2.7.dfsg-13
git(>= 1:1.7.7) | 1:1.7.10.4-1
uuid| 1.6.2-1.3
rsync   | 3.0.9-3
wget| 1.13.4-3
 OR curl| 
openssh-client (>= 1:5.6p1) | 1:6.0p1-3


Recommends  (Version) | Installed
=-+-===
lsof  | 4.86+dfsg-1
gnupg | 1.4.12-4+b1


Suggests (Version) | Installed
==-+-===
graphviz   | 2.26.3-12
bup| 
libnss-mdns| 0.10-3.2


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



Bug#689848: webapp: clarify meaning of "repository"

2012-10-06 Thread CSights
Package: git-annex
Version: 3.20121001
Severity: normal

In the webapp "repository" seems a bit overloaded with meanings:

In upper right there is text "Current Repository: ~/ddata/Data/gitannex"

Then the Dashboard screen:
"
It will automatically notice changes, and keep files in sync between 3 
repositories and devices:
1   here (csights@doppelganger:~/ddata/Data/gitannex)
2   poincarecogsindianaedu_local
3   poincarecogsindianaedu__local
"

I guess 1 "here" is the repository and 2 and 3 are devices?  Is there some 
kind of master/slave relationship between 1 and {2,3}

My brain thinks of 1,2,3 as just being directories (on different computers) 
while the set which is being synchronized is the repository.  In other words 
1,2,3 are peers which all have the same data.  It would be okay if that is not 
the way it will work, I'd just like to see the UI organized and language used 
in such a way that makes this obvious.

Thanks for your hard work!
csights




--- System information. ---
Architecture: i386
Kernel:   Linux 3.5.2

Debian Release: wheezy/sid
  990 testing security.debian.org 
  990 testing debian.uchicago.edu 
  500 stable  debian.uchicago.edu 
  500 release apt.spideroak.com 
   50 unstableftp.egr.msu.edu 
   49 experimentalftp.egr.msu.edu 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6  (>= 2.7) | 2.13-35
libffi5  (>= 3.0.4) | 3.0.10-3
libgmp10| 2:5.0.5+dfsg-2
libpcre3  (>= 8.10) | 1:8.30-5
libxml2  (>= 2.7.4) | 2.8.0+dfsg1-5
libyaml-0-2 | 0.1.4-2
zlib1g (>= 1:1.1.4) | 1:1.2.7.dfsg-13
git(>= 1:1.7.7) | 1:1.7.10.4-1
uuid| 1.6.2-1.3
rsync   | 3.0.9-3
wget| 1.13.4-3
 OR curl| 
openssh-client (>= 1:5.6p1) | 1:6.0p1-3


Recommends  (Version) | Installed
=-+-===
lsof  | 4.86+dfsg-1
gnupg | 1.4.12-4+b1


Suggests (Version) | Installed
==-+-===
graphviz   | 2.26.3-12
bup| 
libnss-mdns| 0.10-3.2


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



Bug#689847: webapp: removing repositories/directories

2012-10-06 Thread CSights
Package: git-annex
Version: 3.20121001
Severity: normal

Please provide a way to remove or unlike repositories and devices in the 
webapp GUI.

Thanks for your work!
csights 



--- System information. ---
Architecture: i386
Kernel:   Linux 3.5.2

Debian Release: wheezy/sid
  990 testing security.debian.org 
  990 testing debian.uchicago.edu 
  500 stable  debian.uchicago.edu 
  500 release apt.spideroak.com 
   50 unstableftp.egr.msu.edu 
   49 experimentalftp.egr.msu.edu 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6  (>= 2.7) | 2.13-35
libffi5  (>= 3.0.4) | 3.0.10-3
libgmp10| 2:5.0.5+dfsg-2
libpcre3  (>= 8.10) | 1:8.30-5
libxml2  (>= 2.7.4) | 2.8.0+dfsg1-5
libyaml-0-2 | 0.1.4-2
zlib1g (>= 1:1.1.4) | 1:1.2.7.dfsg-13
git(>= 1:1.7.7) | 1:1.7.10.4-1
uuid| 1.6.2-1.3
rsync   | 3.0.9-3
wget| 1.13.4-3
 OR curl| 
openssh-client (>= 1:5.6p1) | 1:6.0p1-3


Recommends  (Version) | Installed
=-+-===
lsof  | 4.86+dfsg-1
gnupg | 1.4.12-4+b1


Suggests (Version) | Installed
==-+-===
graphviz   | 2.26.3-12
bup| 
libnss-mdns| 0.10-3.2


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



Bug#688833: [git-annex] Internal Server Error xdg-user-dir ["DESKTOP"] exited 127

2012-09-25 Thread CSights
Package: git-annex
Version: 3.20120924
Severity: normal

The error:

Internal Server Error
xdg-user-dir ["DESKTOP"] exited 127

after running 
#git-annex webapp

Can be fixed (for me) by installing the package xdg-user-dirs .
Probably git-annex should depend on this package.

Thanks!
Chad.



--- System information. ---
Architecture: i386
Kernel:   Linux 3.5.2

Debian Release: wheezy/sid
  990 testing security.debian.org 
  990 testing debian.uchicago.edu 
  500 stable  debian.uchicago.edu 
  500 release apt.spideroak.com 
   50 unstableftp.egr.msu.edu 
   49 experimentalftp.egr.msu.edu 
  300 testing mirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6  (>= 2.7) | 2.13-35
libffi5  (>= 3.0.4) | 3.0.10-3
libgmp10| 2:5.0.5+dfsg-2
libpcre3  (>= 8.10) | 1:8.30-5
libxml2  (>= 2.7.4) | 2.8.0+dfsg1-5
libyaml-0-2 | 0.1.4-2
zlib1g (>= 1:1.1.4) | 1:1.2.7.dfsg-13
git(>= 1:1.7.7) | 1:1.7.10.4-1
uuid| 1.6.2-1.3
rsync   | 3.0.9-3
wget| 1.13.4-3
 OR curl| 
openssh-client (>= 1:5.6p1) | 1:6.0p1-3


Recommends   (Version) | Installed
==-+-===
lsof   | 4.86+dfsg-1
libnss-mdns| 0.10-3.2
gnupg  | 1.4.12-4+b1


Suggests  (Version) | Installed
===-+-===
graphviz| 2.26.3-12
bup | 


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



Bug#671749: [lyx] suggest or recommend 'texlive-generic-recommended'

2012-05-06 Thread CSights
Package: lyx
Version: 2.0.3-2+b1
Severity: normal

Looks like "ulem.sty" was recently moved to the package 'texlive-generic-
recommended'.  Lyx tries to use it in one of my documents.  Might make sense 
to recommend or suggest 'texlive-generic-recommended' for Lyx

Thanks for your work!
Chad.

--- System information. ---
Architecture: i386
Kernel:   Linux 3.3.0

Debian Release: wheezy/sid
  990 testing security.debian.org 
  990 testing debian.uchicago.edu 
  500 stable  debian.uchicago.edu 
  500 release apt.spideroak.com 
   50 unstableftp.egr.msu.edu 
   49 experimentalftp.egr.msu.edu 
  300 testing mirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends (Version) | Installed
=-+-===
libboost-regex1.49.0(>= 1.49.0-1) | 1.49.0-2
libboost-signals1.49.0  (>= 1.49.0-1) | 1.49.0-2
libc6(>= 2.7) | 2.13-32
libenchant1c2a   (>= 1.6) | 1.6.0-7
libgcc1  (>= 1:4.1.1) | 1:4.7.0-3
libmythes-1.2-0   | 2:1.2.2-1
libqtcore4 (>= 4:4.7.0~beta1) | 4:4.7.4-3
libqtgui4(>= 4:4.6.1) | 4:4.7.4-3
libstdc++6   (>= 4.6) | 4.7.0-3
zlib1g   (>= 1:1.1.4) | 1:1.2.6.dfsg-2
lyx-common(= 2.0.3-2) | 2.0.3-2
xdg-utils | 1.1.0~rc1+git20111210-6


Recommends (Version) | Installed
-+-===
texlive-latex-recommended| 2011.20120424-1
texlive-latex-extra  | 2011.20120424-1
texlive-science  | 
texlive-generic-extra| 
texlive-fonts-recommended| 2011.20120424-1
preview-latex-style  | 11.86-10
dvipng   | 
imagemagick  | 8:6.7.4.0-5
psutils  | 1.17-31
ghostscript  | 9.05~dfsg-4
poppler-utils| 0.16.7-3
fonts-lyx| 2.0.3-2
evince-gtk   | 
 OR pdf-viewer   | 
elyxer   | 
 OR tex4ht   | 
 OR hevea| 
 OR tth  | 
 OR latex2html   | 


Suggests(Version) | Installed
=-+-===
rcs   | 
dvipost   | 
groff | 1.18.1.1-13
libtiff-tools | 
gnuhtml2latex | 
wv| 
chktex| 
noweb | 
sgmltools-lite| 
linuxdoc-tools| 
writer2latex  | 
latex2rtf | 
librsvg2-bin  | 
 OR inkscape  | 0.48.3.1-1+b1
texlive-xetex | 2011.20120424-1
etoolbox  | 







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



Bug#644760: [libreoffice] LMRoman10 Bold font displays and prints as LMRoman10 Bold Italic

2011-10-08 Thread CSights
Package: libreoffice
Version: 1:3.4.3-3
Severity: normal

Hello,
Beginning with 3.4.x LMRoman10 Bold font displays and prints LMRoman 
Bold 
Italic instead.  This font was correctly displayed and printed in 3.3.x .

Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 3.0.4

Debian Release: wheezy/sid
  990 testing security.debian.org 
  990 testing debian.uchicago.edu 
  500 stable  mirror.cs.wisc.edu 
  500 release apt.spideroak.com 
   50 unstableftp.egr.msu.edu 
   49 experimentalftp.us.debian.org 
   10 testing mirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends(Version) | Installed
-+-==
libreoffice-core   (= 1:3.4.3-3) | 1:3.4.3-3
libreoffice-writer   | 1:3.4.3-3
libreoffice-calc | 1:3.4.3-3
libreoffice-impress  | 1:3.4.3-3
libreoffice-draw | 1:3.4.3-3
libreoffice-math | 1:3.4.3-3
libreoffice-base | 1:3.4.3-3
libreoffice-report-builder-bin   | 
ttf-dejavu   | 2.33-2
ttf-sil-gentium-basic| 
libreoffice-filter-mobiledev | 
liblucene2-java   (>= 2.3.2) | 2.9.4+ds1-2
libreoffice-java-common(>= 1:3.4.3~) | 1:3.4.3-3


Recommends (Version) | Installed
-+-===
ttf-liberation   | 1.07.0-1
 OR ttf-mscorefonts-installer| 3.3
libpaper-utils   | 1.1.24+nmu1


Suggests   (Version) | Installed
-+-===
hunspell-dictionary  | 
myspell-dictionary   | 
libreoffice-help-3.4 | 
libreoffice-l10n-3.4 | 
menu | 2.1.45
unixodbc | 
cups-bsd | 1.5.0-8
libsane  | 1.0.22-6
hyphen-hyphenation-patterns  | 
mythes-thesaurus | 
libxrender1  | 1:0.9.6-2
libgl1   | 
libreoffice-gnome| 
 OR libreoffice-kde  | 
iceweasel| 7.0.1-2+b1
 OR firefox  | 
 OR icedove  | 3.1.15-1
 OR thunderbird  | 
 OR iceape-browser   | 
 OR mozilla-browser  | 
default-jre  | 1:1.6-40
 OR gcj-jre  | 
 OR java-gcj-compat  | 
 OR openjdk-6-jre| 6b23~pre7-1
 OR openjdk-7-jre| 
 OR sun-java5-jre| 
 OR sun-java6-jre| 
 OR java5-runtime| 
 OR jre  | 
openclipart-libreoffice  | 
pstoedit | 3.60-1
imagemagick  | 8:6.6.9.7-5+b1
 OR graphicsmagick-imagemagick-compat| 
gstreamer0.10-plugins-base   | 0.10.35-1
gstreamer0.10-plugins-good   | 0.10.30-1
gstreamer0.10-plugins-ugly   | 0.10.18-3
gstreamer0.10-plugins-bad| 
gstreamer0.10-ffmpeg | 
libldap-2.4-2| 2.4.25-3
libreoffice-filter-binfilter | 
libreoffice-officebean   | 







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



Bug#644530: [jabref] non-beta version 2.7 released

2011-10-07 Thread CSights
> Yup, I know.
> 
> The problem is that it ships some new precomiled jars which we
> first need to package for Debian (and their dependencies, and their
> dependencies' dependencies, ...).
> 
> 
> Cheers,
> gregor

Sounds like a big, untested change going from beta to non-beta!

Thanks for your work!
C.



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



Bug#644530: [jabref] non-beta version 2.7 released

2011-10-06 Thread CSights
Package: jabref
Version: 2.7~beta1+ds-5
Severity: wishlist


Non Beta Version 2.7 released August 09th, 2011

Thanks!  C.



--- System information. ---
Architecture: i386
Kernel:   Linux 3.0.4

Debian Release: wheezy/sid
  990 testing security.debian.org 
  990 testing debian.uchicago.edu 
  500 stable  mirror.cs.wisc.edu 
  500 release apt.spideroak.com 
   50 unstableftp.egr.msu.edu 
   49 experimentalftp.us.debian.org 
   10 testing mirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends(Version) | Installed
-+-=
antlr| 2.7.7-17
antlr3  (>= 3.2) | 3.2-5
java-wrappers| 0.1.24
libcommons-logging-java  | 1.1.1-8
libglazedlists-java  | 1.8.0.dfsg-2
libjempbox-java (>= 1:1.5.0) | 1:1.6.0+dfsg-1
libjgoodies-common-java  | 1.2.1-1
libjgoodies-forms-java   | 1.3.0-2
libjgoodies-looks-java   | 2.4.2-1
libjpf-java  | 1.5.1+dfsg-3
libjpfcodegen-java   | 0.4+dfsg-2
libmicroba-java  | 1:0.4.4.3-2
libmysql-java| 5.1.16-2
libpdfbox-java  (>= 1:1.5.0) | 1:1.6.0+dfsg-1
libspin-java | 1.5+dfsg-3
openjdk-6-jre| 6b23~pre7-1
 OR sun-java6-jre| 
velocity(>= 1.5) | 1.6.4-1


Recommends  (Version) | Installed
=-+-===
xdg-utils | 1.1.0~rc1-2


Suggests   (Version) | Installed
-+-===
gv   | 
 OR postscript-viewer| 
jabref-plugin-oo | 
xpdf-reader  | 
 OR pdf-viewer   | 







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



Bug#643686: [network-manager-openconnect] network-manager-openconnect for network-manager 0.9

2011-09-28 Thread CSights
Package: network-manager-openconnect
Version: 0.7.999-1.1
Severity: normal


The most recent network-manager 0.9 (now in testing) does not allow 
installation of network-manager-openconnect 0.7
 Would like openconnect to be updated.


Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 3.0.4

Debian Release: wheezy/sid
  990 testing security.debian.org 
  990 testing debian.uchicago.edu 
  500 stable  mirror.cs.wisc.edu 
  500 release apt.spideroak.com 
   50 unstableftp.egr.msu.edu 
   49 experimentalftp.us.debian.org 
   10 testing mirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends(Version) | Installed
-+-==
libatk1.0-0  (>= 1.12.4) | 2.0.1-2
libc6  (>= 2.3.6-6~) | 2.13-21
libcairo2 (>= 1.2.4) | 1.10.2-6.1
libdbus-1-3   (>= 1.0.2) | 1.4.14-1
libdbus-glib-1-2   (>= 0.78) | 0.94-4
libfontconfig1(>= 2.8.0) | 2.8.0-3
libfreetype6  (>= 2.2.1) | 2.4.6-2
libgconf2-4  (>= 2.31.1) | 2.32.4-1
libgdk-pixbuf2.0-0   (>= 2.22.0) | 2.24.0-1
libglade2-0 (>= 1:2.6.1) | 1:2.6.4-1
libglib2.0-0 (>= 2.18.0) | 2.28.6-1
libgtk2.0-0   (>= 2.8.0) | 2.24.4-3
libnm-glib-vpn1 (>= 0.7.999) | 0.9.0-2
libnm-glib2 (>= 0.7.999) | 0.8.4.0-2
libnm-util1   (>= 0.7.0) | 0.8.4.0-2
libpango1.0-0(>= 1.14.0) | 1.28.4-3
libxml2  (>= 2.6.27) | 2.7.8.dfsg-4
network-manager (>= 0.7.999) | 0.9.0-2
openconnect(>= 2.00) | 2.25-0.1+b1


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#627915: [vobcopy] Newer version vobcopy 1.2.0

2011-05-25 Thread CSights
Package: vobcopy
Version: 1.1.0-1+b1
Severity: wishlist

version 1.2.0 of vobcopy released Monday, Jun 8, 2009


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.38.2

Debian Release: wheezy/sid
  990 testing security.debian.org 
  990 testing debian.uchicago.edu 
  500 stable  mirror.cs.wisc.edu 
   50 unstableftp.egr.msu.edu 
   49 experimentalftp.us.debian.org 
   10 testing mirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
libc6   (>= 2.7-1) | 2.13-4
libdvdread4 (>= 4.1.3) | 4.1.3-10


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#623363: "git bisect" debian sources?

2011-04-25 Thread CSights
Hi,
Is there a way to do the equivalent of "git bisect" the debian kernel 
sources?
My computer no longer hibernates and resumes with debian 2.6.38, but this 
was possible with debian 2.6.32 .
The vanilla 2.6.33 does write to disk correctly, but then doesn't 
resume.  
(Blank screen after reading image from disk.)

Thanks,
C.










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



Bug#623363: [linux-2.6] after upgrading 2.6.32->2.6.38 can no longer hibernate with nouveau and NV11

2011-04-19 Thread CSights
Package: linux-2.6
Version: linux-image-2.6.38-2-686
Severity: normal

Hello,
After upgrading from debian kernel 2.6.32 to 2.6.38 my computer no 
longer 
hibernates.
I switched to vanilla kernels and found the same issue.  I git-bisected 
the problem and found a range of commits which caused the problem.  (The 
specific commit could not be identified b/c the kernel doesn't compile.)
I'm fairly certain that this hibernate problem is due to the kernel 
nouveau driver.  When I use the old kernel nvidia driver the computer can 
hibernate.
Also, the problem does not depend on whether or not X is running.
I posted the bisection info to the kernel bugzilla.  Should have I 
instead 
posted to https://bugs.freedesktop.org?  (This was recommended in a different 
nouveau bug.)

https://bugzilla.kernel.org/show_bug.cgi?id=33582

Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.38.2

Debian Release: wheezy/sid
  990 testing security.debian.org 
  990 testing debian.uchicago.edu 
  500 stable  mirror.cs.wisc.edu 
   50 unstableftp.egr.msu.edu 
   49 experimentalftp.us.debian.org 
   10 testing mirror.csclub.uwaterloo.ca 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#595253: [icedtea6-plugin] crash on http://picbreeder.org

2010-09-02 Thread CSights
Package: icedtea6-plugin
Version: 6b18-1.8-1
Severity: normal


Chromium reports that the icedtea plugin crashes when trying to run the applet 
at http://picbreeder.org/user/quickStart.php?pid=-1

Thanks!


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.34.3

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  980 testing mirror.csclub.uwaterloo.ca 
  500 stable  ftp.egr.msu.edu 
   50 unstableftp.egr.msu.edu 
   30 lucid   us.archive.ubuntu.com 
   30 intrepidus.archive.ubuntu.com 
  101 experimentalftp.egr.msu.edu 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
openjdk-6-jre   (= 6b18-1.8-1) | 6b18-1.8-1
xulrunner-1.9.1| 1.9.1.11-1
libatk1.0-0(>= 1.29.3) | 1.30.0-1
libc6(>= 2.3.6-6~) | 2.11.2-2
libcairo2   (>= 1.2.4) | 1.8.10-4
libfontconfig1  (>= 2.8.0) | 2.8.0-2.1
libfreetype6(>= 2.2.1) | 2.4.2-1
libgcc1   (>= 1:4.1.1) | 1:4.4.4-8
libglib2.0-0   (>= 2.16.0) | 2.24.1-1
libgtk2.0-0 (>= 2.8.0) | 2.20.1-1
libnspr4-0d  (>= 1.8.0.10) | 4.8.4-2
libpango1.0-0  (>= 1.14.0) | 1.28.1-1
libstdc++6  (>= 4.2.1) | 4.4.4-8


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#574269: [smb4k] fusesmb cons

2010-04-13 Thread CSights
Package: smb4k
Version: 0.10.5-1

> fusesmb seems to need a lot of configuration (I haven't used it until now).
> Maybe this is the way to go, but I'm a bit reluctant to implement support
> for it...

When I tried fusesmb it would copy the file to the local harddrive and then 
allow access to it.  This is very noticable with large files like movies.  One 
cannot stream and watch them across the network.

So IMO fusesmb is not a replacement for the kernel cifs.

Thanks!
C.



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



Bug#572846: [smb4k] cannot mount as non-root anymore

2010-03-07 Thread CSights
> you replied to an other bug report ;)

gack.


> > Oh, I see there is a "configure->super user->use super user priviledges
> > to mount and umount shares" option.  Perhaps sudo should be a Depends
> > rather than a Recommends?

Enabled this option, then tried to mount.  Smb4k returns the detailed error: 
"sudo: no tty present and no askpass program specified".

I do have "gtk-led-askpass" installed, so either this isn't the askpass smb4k 
is looking for, or merely installing the program isn't enough.

So, still not working.

Thanks!
C.



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



Bug#522743: [smb4k]

2010-03-06 Thread CSights
Package: smb4k
Version: 0.10.4-1

Oh, I see there is a "configure->super user->use super user priviledges to 
mount and umount shares" option.  Perhaps sudo should be a Depends rather than 
a Recommends?


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.33

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
  500 stable  ftp.egr.msu.edu 
   50 unstableftp.egr.msu.edu 
   40 experimentalftp.egr.msu.edu 
   30 lucid   us.archive.ubuntu.com 
   30 intrepidus.archive.ubuntu.com 
   25 unstablemirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
kdebase-runtime   (>= 4:4.3.0) | 4:4.3.4-2
kdelibs5  (>= 4:4.3.1) | 4:4.3.4-1
libc6(>= 2.3.6-6~) | 2.10.2-6
libgcc1   (>= 1:4.1.1) | 1:4.4.2-9
libqt4-dbus   (>= 4:4.5.2) | 4:4.5.3-4
libqt4-network(>= 4:4.5.2) | 4:4.5.3-4
libqt4-svg(>= 4:4.5.2) | 4:4.5.3-4
libqt4-xml(>= 4:4.5.2) | 4:4.5.3-4
libqtcore4(>= 4:4.5.2) | 4:4.5.3-4
libqtgui4 (>= 4:4.5.2) | 4:4.5.3-4
libstdc++6  (>= 4.2.1) | 4.4.2-9
samba-common-bin   | 2:3.4.5~dfsg-2
smbclient  | 2:3.4.5~dfsg-2
smbfs  | 2:3.4.5~dfsg-2


Recommends  (Version) | Installed
=-+-===
super | 
 OR sudo  | 1.7.2p1-1


Suggests(Version) | Installed
=-+-===
kwalletmanager| 







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



Bug#572846: [smb4k] cannot mount as non-root anymore

2010-03-06 Thread CSights
Package: smb4k
Version: 0.10.4-1
Severity: normal

Hi,
I am unable to mount shares as a non-root user anymore.  This is 
because 
mount.cifs and mount.smbfs no longer are setuid as of smbfs=2:3.4.5~dfsg-2 .  
I opened a bug #572838 with "samba", but they closed it telling me that this 
is intentional:

smbfs (2:3.4.5~dfsg-2) unstable; urgency=low

  * As of this version, the mount.cifs binary is no longer setuid.
Upstream has always been increasingly unsupportive of this
configuration over time. For instance, in bugs like
https://bugzilla.samba.org/show_bug.cgi?id=6853, it is clearly
mentioned that having it setuid root is discouraged.

 -- Christian Perrier   Sat, 06 Feb 2010 15:09:00 +0100


Any work-arounds?  Run smb4k as root?  Maybe some kind of policykit thing-of-
a-ma-bob?  Thanks!

C.



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.33

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
  500 stable  ftp.egr.msu.edu 
   50 unstableftp.egr.msu.edu 
   40 experimentalftp.egr.msu.edu 
   30 lucid   us.archive.ubuntu.com 
   30 intrepidus.archive.ubuntu.com 
   25 unstablemirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
kdebase-runtime   (>= 4:4.3.0) | 4:4.3.4-2
kdelibs5  (>= 4:4.3.1) | 4:4.3.4-1
libc6(>= 2.3.6-6~) | 2.10.2-6
libgcc1   (>= 1:4.1.1) | 1:4.4.2-9
libqt4-dbus   (>= 4:4.5.2) | 4:4.5.3-4
libqt4-network(>= 4:4.5.2) | 4:4.5.3-4
libqt4-svg(>= 4:4.5.2) | 4:4.5.3-4
libqt4-xml(>= 4:4.5.2) | 4:4.5.3-4
libqtcore4(>= 4:4.5.2) | 4:4.5.3-4
libqtgui4 (>= 4:4.5.2) | 4:4.5.3-4
libstdc++6  (>= 4.2.1) | 4.4.2-9
samba-common-bin   | 2:3.4.5~dfsg-2
smbclient  | 2:3.4.5~dfsg-2
smbfs  | 2:3.4.5~dfsg-2


Recommends  (Version) | Installed
=-+-===
super | 
 OR sudo  | 1.7.2p1-1


Suggests(Version) | Installed
=-+-===
kwalletmanager| 







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



Bug#572838: [samba] mount as non-root setuid no longer set?

2010-03-06 Thread CSights
Package: samba
Version: 2:3.4.5~dfsg-2
Severity: normal

Hi,
Mounting shares as a non-root user no longer works for me.  Should 
mount.cifs 
be setuid?  It does not appear to be anymore...  Or maybe something else 
changed on my computer to cause this to no longer work?

$ ls -al /sbin/mount.smbfs
-rwxr-xr-x 1 root root 2.5K 2010-02-13 08:52 /sbin/mount.smbfs
$ ls -al /sbin/mount.cifs
-rwxr-xr-x 1 root root 30K 2010-02-13 08:53 /sbin/mount.cifs

Thanks!
C.



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.33

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.us.debian.org 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
  500 stable  ftp.egr.msu.edu 
   50 unstableftp.egr.msu.edu 
   40 experimentalftp.egr.msu.edu 
   30 lucid   us.archive.ubuntu.com 
   30 intrepidus.archive.ubuntu.com 
   25 unstablemirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends(Version) | Installed
-+-
samba-common  (= 2:3.4.5~dfsg-2) | 2:3.4.5~dfsg-2
libwbclient0  (= 2:3.4.5~dfsg-2) | 2:3.4.5~dfsg-2
libacl1(>= 2.2.11-1) | 2.2.49-2
libattr1   (>= 2.4.41-1) | 1:2.4.44-1
libc6   (>= 2.5) | 2.10.2-6
libcap2(>= 2.10) | 1:2.17-2
libcomerr2 (>= 1.01) | 1.41.10-1
libcups2  (>= 1.4.0) | 1.4.2-4
libgnutls26(>= 2.7.14-0) | 2.8.5-2
libgssapi-krb5-2  (>= 1.7dfsg~beta1) | 1.8+dfsg~alpha1-7
libk5crypto3 (>= 1.6.dfsg.2) | 1.8+dfsg~alpha1-7
libkrb5-3(>= 1.7dfsg~alpha1) | 1.8+dfsg~alpha1-7
libldap-2.4-2 (>= 2.4.7) | 2.4.17-2.1
libpam0g   (>= 0.99.7.1) | 1.1.1-2
libpopt0   (>= 1.15) | 1.15-1
libtalloc2(>= 2.0.0) | 2.0.1-1
zlib1g  (>= 1:1.1.4) | 1:1.2.3.4.dfsg-3
debconf(>= 0.5)  | 1.5.28
 OR debconf-2.0  | 
libpam-runtime (>= 1.0.1-11) | 1.1.1-2
libpam-modules   | 1.1.1-2
lsb-base (>= 3.2-13) | 3.2-23
procps   | 1:3.2.8-7
update-inetd | 4.36
adduser  | 3.112


Recommends  (Version) | Installed
=-+-===
logrotate | 3.7.8-4


Suggests  (Version) | Installed
===-+-===
openbsd-inetd   | 
 OR inet-superserver| 
smbldap-tools   | 
ldb-tools   | 
ctdb| 







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



Bug#562980: [wnpp]

2009-12-30 Thread CSights
Package: wnpp
Version: clients for mac, linux, and windows

Forgot to mention that iFolder has clients for Macintosh, Linux, and 
Windows.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32.2

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
  500 stable  ftp.egr.msu.edu 
   50 unstableftp.egr.msu.edu 
   40 experimentalftp.egr.msu.edu 
   30 karmic  us.archive.ubuntu.com 
   25 unstablemirror.csclub.uwaterloo.ca 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#559054: [unison] stable version is now 2.32.52

2009-12-01 Thread CSights
Package: unison
Version: 2.27.57-2
Severity: minor


stable version is now 2.32.52
http://www.seas.upenn.edu/~bcpierce/unison//download/releases/stable/

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.31.6

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
  500 stable  ftp.egr.msu.edu 
   50 unstableftp.egr.msu.edu 
   40 experimentalftp.egr.msu.edu 
   30 karmic  us.archive.ubuntu.com 
   25 unstablemirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
libc6 (>= 2.3) | 2.10.1-7


Recommends  (Version) | Installed
=-+-===
ssh-client| 
 OR openssh-client| 1:5.1p1-8


Package's Suggests field is empty.



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



Bug#555406: [audex] now hosted at kde svn

2009-11-09 Thread CSights
Package: audex
Version: 0.72b1-1
Severity: wishlist

Thanks for creating the audex deb!  It is nice!

Audex is now hosted at: 
http://websvn.kde.org/trunk/playground/multimedia/audex/


(might want to update the automatic release tracking thingabob for the 
package)

C.



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.31.5

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
  500 stable  ftp.egr.msu.edu 
   50 unstabledebian.uchicago.edu 
   40 experimentalftp.egr.msu.edu 
   30 karmic  us.archive.ubuntu.com 
   25 unstablemirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
kdebase-runtime   (>= 4:4.3.0) | 4:4.3.2-1
kdelibs5  (>= 4:4.3.1) | 4:4.3.2-2
libc6   (>= 2.1.3) | 2.9-25
libcdparanoia0  (>= 3.10.2+debian) | 3.10.2+debian-8
libgcc1   (>= 1:4.1.1) | 1:4.4.1-4
libkcddb4 (>= 4:4.3.0) | 4:4.3.2-1
libqt4-dbus   (>= 4:4.5.2) | 4:4.5.3-4
libqt4-svg(>= 4:4.5.2) | 4:4.5.3-4
libqt4-xml(>= 4:4.5.2) | 4:4.5.3-4
libqtcore4(>= 4:4.5.2) | 4:4.5.3-4
libqtgui4 (>= 4:4.5.2) | 4:4.5.3-4
libstdc++6  (>= 4.1.1) | 4.4.1-4


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#526661: [aptitude]

2009-10-17 Thread CSights
Package: aptitude
Version: 0.5.9rc4-1

Please reopen bug #526661... I closed too early.

To reproduce:
1.  Use the following /etc/apt/sources.list:
deb http://security.debian.org/ testing/updates main contrib
deb http://ftp.egr.msu.edu/debian/  testing main contrib non-free
deb http://ftp.egr.msu.edu/debian/  unstablemain contrib #non-free
deb http://ftp.egr.msu.edu/debian/  experimentalmain
deb http://ftp.egr.msu.edu/debian/  stable  main

2.  In aptitude terminal application v0.5.9rc4
Update package list (u)

3.  Go to a package version number e.g. under grub, the line "p  0.97-59"
4.  Try to view changelog "shift c"
5.  Error message appears "E: You must put some 'source' URIs in your 
sources.list"

Thanks!

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30.9

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  990 cross-distrolinux.dell.com 
  500 stable  ftp.egr.msu.edu 
   50 unstableftp.egr.msu.edu 
   40 experimentalftp.egr.msu.edu 

--- Package information. ---
Depends(Version) | Installed
-+-
libapt-pkg-libc6.9-6-4.8 | 
libboost-iostreams1.40.0   (>= 1.40.0-1) | 1.40.0-1
libc6  (>= 2.3.6-6~) | 2.9-25
libcwidget3  | 0.5.13-1
libept0  (>= 0.5.29) | 0.5.29
libgcc1 (>= 1:4.1.1) | 1:4.4.1-4
liblog4cxx10 | 0.10.0-1
libncursesw5 (>= 5.6+20071006-3) | 5.7+20090803-2
libsigc++-2.0-0c2a(>= 2.0.2) | 2.0.18-2
libsqlite3-0 (>= 3.6.18) | 3.6.18-1
libstdc++6(>= 4.2.1) | 4.4.1-4
libxapian15  | 1.0.16-3
zlib1g  (>= 1:1.1.4) | 1:1.2.3.3.dfsg-15


Recommends (Version) | Installed
-+-===
aptitude-doc-en  | 
 OR aptitude-doc | 
sensible-utils   | 0.0.1
apt-xapian-index | 
libparse-debianchangelog-perl| 


Suggests  (Version) | Installed
===-+-===
tasksel | 2.48
debtags | 



--- Output from package bug script ---
aptitude 0.5.9rc4 compiled at Oct 15 2009 15:11:29
Compiler: g++ 4.3.4
Compiled against:
  apt version 4.8.1
  NCurses version 5.7
  libsigc++ version: 2.0.18
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20090803
  cwidget version: 0.5.13
  Apt version: 4.8.1
linux-gate.so.1 =>  (0xb7fac000)
libapt-pkg-libc6.9-6.so.4.8 => /usr/lib/libapt-pkg-libc6.9-6.so.4.8 
(0xb7ed1000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7e8d000)
liblog4cxx.so.10 => /usr/lib/liblog4cxx.so.10 (0xb7ce4000)
libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0xb7cde000)
libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0xb7c1b000)
libept.so.0 => /usr/lib/libept.so.0 (0xb7b9f000)
libxapian.so.15 => /usr/lib/libxapian.so.15 (0xb7a4f000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7a3a000)
libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb79ba000)
libboost_iostreams.so.1.40.0 => /usr/lib/libboost_iostreams.so.1.40.0 
(0xb79af000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7995000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb78a3000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb787d000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7852000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb76f3000)
libutil.so.1 => /lib/i686/cmov/libutil.so.1 (0xb76ef000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb76ea000)
libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0xb76ca000)
libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0xb769d000)
libuuid.so.1 => /lib/libuuid.so.1 (0xb7699000)
librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb769)
libcrypt.so.1 => /lib/i686/cmov/libcrypt.so.1 (0xb765d000)
libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb764d000)
/lib/ld-linux.so.2 (0xb7fad000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb7627000)
Terminal: xterm
:0.0 is set.
/usr/bin/aptitude: /usr/bin/aptitude
aptitude version information:

aptitude linkage:



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



Bug#526661: [aptitude] E: You must put some 'source' URIs in your sources.list

2009-09-09 Thread CSights
On Wednesday 09 September 2009 01:03:17 Daniel Burrows wrote:
> On Sat, May 02, 2009 at 11:46:04AM -0400, CSights  was 
heard to say:
> > aptitude 0.5.2.1 tells me:
> > "E: You must put some 'source' URIs in your sources.list"
> > Which I think means "put some deb-src lines in the sources.list".
> > I don't want to install anything from source (as far as I know), so why
> > should I put a deb-src line in sources.list?  Why is aptitude unhappy?
>
>   Are you still getting this behavior?

I cannot confirm for aptitude 0.5.3.1 because  I switched back to 
aptitude 
0.4.11.11.  0.5.3.1 depends on libapt-pkg-libc6.9-6-4.7, but this 
is "UNAVAILABLE" even though I have an experimental, testing, unstable, and 
stable repository in my sources file. :)

>   What were you doing when you got this error message?

I had just pushed "Shift-C" to try to fetch the changelog for a 
package.  
Instead of downloading the changelog, the reported message is displayed.
I'll test a new version of aptitude once it is installable again!

Thanks!
C.



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



Bug#544336: [beagle] GLib.GException: Icon 'system-search' not present in theme

2009-08-30 Thread CSights
Package: beagle
Version: 0.3.9-3
Severity: normal

"An error occured" window appears when trying to open the preferences 
window 
of "beagle-search", part of the beagle package.  The error message 
is "Icon 'system-search' not present in theme".
If run at the command line, the following message is displayed:
"
Error: Error while running beagle-settings
GLib.GException: Icon 'system-search' not present in theme
  at Gtk.IconTheme.LoadIcon (System.String icon_name, Int32 size, 
IconLookupFlags flags) [0x0]
  at SettingsDialog..ctor (System.String[] args) [0x0]
  at SettingsDialog.Main (System.String[] args) [0x0]
"

Thanks!
C.



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30.4

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  990 lenny   linux.dell.com 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
  500 stable  http.us.debian.org 
   50 unstableftp.egr.msu.edu 
   40 experimentalhttp.us.debian.org 
   25 unstablemirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends(Version) | Installed
-+-==
libatk1.0-0  (>= 1.20.0) | 1.26.0-1
libc6   (>= 2.4) | 2.9-23
libcairo2   (>= 1.8.0-2) | 1.8.8-2
libexpat1(>= 1.95.8) | 2.0.1-4
libfontconfig1(>= 2.4.0) | 2.6.0-4
libfreetype6  (>= 2.2.1) | 2.3.9-5
libglib2.0-0 (>= 2.20.0) | 2.20.4-1
libgsf-1-114(>= 1.14.11) | 1.14.15-1
libgtk2.0-0  (>= 2.16.0) | 2.16.5-1
libice6 (>= 1:1.0.0) | 2:1.0.5-1
libjpeg62| 6b-15
libmono0  (>= 2.0.1) | 2.4.2.3+dfsg-1
libpango1.0-0(>= 1.14.0) | 1.24.5-1
libpng12-0 (>= 1.2.13-4) | 1.2.38-1
librsvg2-2   (>= 2.22.3) | 2.26.0-1
libsm6   | 2:1.1.0-2
libsqlite3-0 (>= 3.6.12) | 3.6.17-2
libwmf0.2-7 (>= 0.2.8.4) | 0.2.8.4-6.1
libwv-1.2-3   (>= 1.2.4) | 1.2.4-2
libx11-6 | 2:1.2.2-1
libxml2  (>= 2.6.27) | 2.7.3.dfsg-2.1
libxss1  | 1:1.1.3-1
zlib1g  (>= 1:1.1.4) | 1:1.2.3.3.dfsg-15
mono-runtime(>= 1.1.8.1) | 2.4.2.3+dfsg-1
libavahi1.0-cil  | 0.6.19-4
libc6  (>= 2.9)  | 2.9-23
 OR libc6.1(>= 2.9)  | 
 OR libc0.1 (>= 2.9) | 
libchm1  (>= 0.39-5) | 2:0.40-1
libexif12| 0.6.17-1
libgconf2.0-cil  (>= 2.24.0) | 2.24.1-4
libglade2.0-cil  (>= 2.12.7) | 2.12.9-1
libglib2.0-cil   (>= 2.12.7) | 2.12.9-1
libgmime2.2a-cil (>= 2.2.22) | 2.2.22-4
libgnome-desktop-2-11| 2.26.1-1
libgnome-vfs2.0-cil  (>= 2.24.0) | 2.24.1-4
libgnome2.24-cil (>= 2.24.0) | 2.24.1-4
libgsf0.0-cil   (>= 0.8) | 0.8-2
libgtk2.0-cil(>= 2.12.7) | 2.12.9-1
libmono-cairo2.0-cil(>= 2.0) | 2.4.2.3+dfsg-1
libmono-corlib2.0-cil   (>= 1.2.2.1) | 2.4.2.3+dfsg-1
libmono-posix2.0-cil(>= 1.0) | 2.4.2.3+dfsg-1
libmono-security2.0-cil (>= 2.0) | 2.4.2.3+dfsg-1
libmono-sharpzip2.84-cil(>= 1.0) | 2.4.2.3+dfsg-1
libmono-sqlite2.0-cil (>= 1.2.6) | 2.4.2.3+dfsg-1
libmono-system-data2.0-cil(>= 1.2.6) | 2.4.2.3+dfsg-1
libmono-system-web2.0-cil (>= 1.9.1) | 2.4.2.3+dfsg-1
libmono-system2.0-cil   (>= 2.0) | 2.4.2.3+dfsg-1
libndesk-dbus-glib1.0-cil (>= 0.4.0) | 0.4.1-2
libndesk-dbus1.0-cil  (>= 0.6.0) | 0.6.0-2
libtaglib2.0-cil(>= 2.0.3.2) | 2.0.3.2+dfsg-3
bash(>= 3.0) | 3.2-6
adduser  | 3.110
dbus | 1.2.16-2
xdg-utils| 1.0.2-6.1


Recommends  (Version) | Installed
=-+-
schedutils| 
 OR util-linux(>= 2.13.1) | 2.15.1~rc1-1
poppler-utils | 0.10.6-1
mono-gmcs | 


Suggests  (Version) | Installed
===-+-===
gnumeric| 
beagle-backend-evolution| 
iceweasel-beagle| 
icedove-beagle 

Bug#526661: [aptitude] E: You must put some 'source' URIs in your sources.list

2009-05-02 Thread CSights
Package: aptitude
Version: 0.5.2.1-1
Severity: normal

Hi,
aptitude 0.5.2.1 tells me:
"E: You must put some 'source' URIs in your sources.list"
Which I think means "put some deb-src lines in the sources.list".
I don't want to install anything from source (as far as I know), so why 
should I put a deb-src line in sources.list?  Why is aptitude unhappy?

Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.29

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  990 lenny   linux.dell.com 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
   50 unstablehttp.us.debian.org 
   50 unstableftp.egr.msu.edu 
   40 experimentalhttp.us.debian.org 
   30 jaunty  us.archive.ubuntu.com 
   25 unstablemirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends(Version) | Installed
-+-
apt-xapian-index | 0.19
libapt-pkg-libc6.9-6-4.7 | 
libc6  (>= 2.3.6-6~) | 2.9-4
libcwidget3  | 0.5.12-4
libept0   (>= 0.5.26+b1) | 0.5.26+b1
libgcc1 (>= 1:4.1.1) | 1:4.3.3-3
liblog4cxx10 | 0.10.0-1
libncursesw5 (>= 5.6+20071006-3) | 5.7+20090404-1
libsigc++-2.0-0c2a(>= 2.0.2) | 2.0.18-2
libstdc++6(>= 4.2.1) | 4.3.3-3
libxapian15  | 1.0.10-2
zlib1g  (>= 1:1.1.4) | 1:1.2.3.3.dfsg-13


Recommends (Version) | Installed
-+-===
aptitude-doc-en  | 
 OR aptitude-doc | 
libparse-debianchangelog-perl| 


Suggests  (Version) | Installed
===-+-===
tasksel | 2.48
debtags | 



--- Output from package bug script ---
aptitude 0.5.2.1 compiled at Apr 27 2009 05:01:33
Compiler: g++ 4.3.3
Compiled against:
  apt version 4.6.0
  NCurses version 5.7
  libsigc++ version: 2.0.18
  Ept support enabled.

Current library versions:
  NCurses version: ncurses 5.7.20090404
  cwidget version: 0.5.12
  Apt version: 4.6.0
linux-gate.so.1 =>  (0xb7f8b000)
libapt-pkg-libc6.9-6.so.4.7 => /usr/lib/libapt-pkg-libc6.9-6.so.4.7 
(0xb7eb6000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7e78000)
liblog4cxx.so.10 => /usr/lib/liblog4cxx.so.10 (0xb7ccf000)
libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0xb7cc9000)
libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0xb7c05000)
libept.so.0 => /usr/lib/libept.so.0 (0xb7b89000)
libxapian.so.15 => /usr/lib/libxapian.so.15 (0xb7a31000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7a1c000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7a03000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7915000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb78ef000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb78e1000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb778)
libutil.so.1 => /lib/i686/cmov/libutil.so.1 (0xb777c000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7778000)
libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0xb7758000)
libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0xb772b000)
libuuid.so.1 => /lib/libuuid.so.1 (0xb7727000)
librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb771e000)
libcrypt.so.1 => /lib/i686/cmov/libcrypt.so.1 (0xb76ec000)
/lib/ld-linux.so.2 (0xb7f8c000)
libdb-4.7.so => /usr/lib/libdb-4.7.so (0xb7594000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb756d000)
Terminal: xterm
:0.0 is set.
/usr/bin/aptitude: /usr/bin/aptitude
aptitude version information:

aptitude linkage:



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



Bug#488081: (no subject)

2009-03-10 Thread CSights
Hi,

Uncle!  I yield.

>   That aside (depth-first search can be tweaked to work with conflict
> tracking etc), another problem is that your suggestion produces arguably
> suboptimal results when a higher-priority package requires a
> lower-priority one, because the locally optimal choice leads to a
> globally worse result.  Here's a simple example:
>
> A has priority 500
> B has priority 500
> C has priority 400
> D has priority 1
>
> A depends on B | C
> B depends on D
>
>   Should installing A pull in B (priority 500) and D (priority 1), or
> should it pull in just C (priority 400)?  Your rule would produce the
> first result, but I think the second one is better.

I see what you're talking about.  I agree the 2nd is better as well. 
For my 
preferences file "D" would be coming from Ubuntu or Debian Multimedia and I 
would rather it come from Debian (Official).


>   I stated things the way I did because it's a description of the
> desired result rather than the details of how it's achieved, which means
> we can discuss the important stuff without getting into stuff that's
> only important inasmuch as the result has to be achievable.  Here's an
> example of what I meant: if you have two possible solutions to a
> dependency problem, and one contains only packages of priority 500 or
> greater, and another contains a package of priority 1, the priority-500
> solution will be produced first. [0] Right now aptitude is not capable
> of providing any "hard" guarantees about solution ordering, so even to
> the extent that it does try to order solutions, that ordering could be
> violated at any time.
>
>   The next release will be able to provide some hard guarantees under
> technical conditions that I won't bore you with unless you're
> interested. :-)

Ummm I think I'll be able to just wait to try the next release of 
aptitude. :)

>
>   Daniel
>
>   [0] there are some other constraints on solution order that I want to
>   impose; this is probably the "last step" in the ordering, after
>   solutions are otherwise equal.

Yep, even aptitude as-is plus this final tweak step would be a nice 
improvement.  This is probably the level I'm "being surprised" by aptitude's 
results currently anyway.

Thanks for your work!
C.



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



Bug#511508: [network-manager-kde] recommend/depend on dhcp-client

2009-01-11 Thread CSights
> Right, but this is more an (already known) network-manager issue.

Sorry!  Only looked at network-manager-kde bugs. :(

Thanks!
C.



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



Bug#508943: (no subject)

2008-12-16 Thread CSights
Hi Michael,

> What shell do you use (/bin/sh)?

That computer is using the "stable" version of dash.  So I guess older 
versions of dash give that error.  Does the script need to be compatible with 
the older dash?
Otherwise the problem is that I'm mixing "stable" and "testing" 
packages.

# ls -al /bin/sh
lrwxrwxrwx 1 root root 4 2008-11-23 08:05 /bin/sh -> dash

# apt-cache policy dash
dash:
  Installed: 0.5.3-7
  Candidate: 0.5.3-7
  Version table:
 0.5.4-12 0
 50 http://ftp.egr.msu.edu testing/main Packages
 *** 0.5.3-7 0
990 http://ftp.uwsg.indiana.edu stable/main Packages
100 /var/lib/dpkg/status


Thanks!
C.



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



Bug#508943: [rsyslog] /var/lib/dpkg/info/rsyslog.postinst: 76: arith: syntax error: "s+1"

2008-12-16 Thread CSights
Package: rsyslog
Version: 3.18.5-1
Severity: critical

(critical b/c prevents installation)

Hi,
I get this error when installing rsyslog:
> Setting up rsyslog (3.18.5-1) ...
> /var/lib/dpkg/info/rsyslog.postinst: 76: arith: syntax error: "s+1"
> dpkg: error processing rsyslog (--configure):
>  subprocess post-installation script returned error exit status 2
> Errors were encountered while processing:
>  rsyslog
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install.  Trying to recover:
> Setting up rsyslog (3.18.5-1) ...
> /var/lib/dpkg/info/rsyslog.postinst: 76: arith: syntax error: "s+1"
> dpkg: error processing rsyslog (--configure):
>  subprocess post-installation script returned error exit status 2

I think this can be fixed by changing s+1 to $s+1 in
/var/lib/dpkg/info/rsyslog.postinst at line 76.
I'm not sure if the postinst file belongs to 3.18.5-1 or a previous 
version 
of rsyslog.

Thanks!
C.



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



Bug#507658: RFP: loggedfs -- a fuse-filesystem which can log every operations in the filesystem

2008-12-06 Thread CSights
Thanks for the info,
> This can be achieved using tools already in Debian.
> Install blktrace [1], and try:
>
> blktrace -d /dev/sda -o - | blkparse -i -
>
> [1] http://packages.debian.org/blktrace

I think blktrace would work for my situation, checking for any program 
that 
writes to the harddisk.
But some advantages of loggedfs are:
It takes as an input a directory, not a device. This makes it more 
flexible 
(for purposes other than my own).
It is a fuse filesystem, so it might not require root permissions 
unlike 
blktrace. (I haven't actually tried loading it as non-root.)
It doesn't require debugfs compiled into kernel.  It doesn't require 
CONFIG_BLK_DEV_IO_TRACE turned on.
It looks like blktrace might report more events.  I'm not sure though.

C.



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



Bug#507658: RFP: loggedfs -- a fuse-filesystem which can log every operations in the filesystem

2008-12-03 Thread CSights
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

   Package name: loggedfs
Version: 0.5
Upstream Author: Rémi Flament  
URL: http://loggedfs.sourceforge.net/
License: GPL
Description: LoggedFS is a fuse-filesystem which can log every operations 
in the filesystem (open, read, write, chmod, chown, remove, etc...). The 
configuration file allows to logs operations only for certains files with a 
regexp.

Would be useful for many things, including figuring out why a laptop's 
harddrive is spinning up!

The example log appears to show at least the process name, user, and filename 
being accessed on the filesystem:

17:29:35 (src/loggedfs.cpp:136) getattr /var/ {SUCCESS} [ pid = 8700 kded 
[kdeinit] uid = 1000 ]
17:29:41 (src/loggedfs.cpp:136) getattr /var/ {SUCCESS} [ pid = 10923 ls uid = 
1000 ]

Thanks!
C.



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



Bug#506581: [pitivi] needs to depend on python-setuptools

2008-11-22 Thread CSights
Package: pitivi
Version: 0.11.2-1
Severity: important

Without python-setuptools pitivi fails to run.  The below is what appears at 
the command line:

--
$ pitivi
Traceback (most recent call last):
  File "/usr/bin/pitivi", line 113, in 
_run_pitivi()
  File "/usr/bin/pitivi", line 102, in _run_pitivi
import pitivi.pitivi as pitivi
  File "/usr/lib/pitivi/python/pitivi/pitivi.py", line 32, in 
from ui import mainwindow
  File "/usr/lib/pitivi/python/pitivi/ui/mainwindow.py", line 50, in 
from pluginmanagerdialog import PluginManagerDialog
  File "/usr/lib/pitivi/python/pitivi/ui/pluginmanagerdialog.py", line 30, in 

import pitivi.pluginmanager as pluginmanager
  File "/usr/lib/pitivi/python/pitivi/pluginmanager.py", line 32, in 
import pkg_resources
ImportError: No module named pkg_resources
--


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.27.7

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
   50 unstableftp.egr.msu.edu 
   40 experimentalhttp.us.debian.org 
   30 jaunty  us.archive.ubuntu.com 
   25 unstablemirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.5.2-3
python-central (>= 0.6.7) | 0.6.8
python-gtk2  (>= 2.8) | 2.12.1-6
python-gst0.10(>= 0.10.6) | 0.10.12-1.1
gstreamer0.10-gnonlin   (>= 0.10.8.1) | 0.10.9-1
python-cairo   (>= 1.0.0) | 1.4.12-1.1
python-glade2 | 2.12.1-6
python-gnome2 | 2.22.0-1
gstreamer0.10-plugins-base| 0.10.19-2
gstreamer0.10-plugins-good| 0.10.8-4
libgstreamer0.10-0 (>= 0.10.13.1) | 0.10.19-3
gstreamer0.10-x   | 0.10.19-2
gnome-icon-theme  | 2.22.0-1
python-pygoocanvas| 0.10.0-1




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



Bug#506580: [pitivi] depend on python-zope-interface

2008-11-22 Thread CSights
Package: pitivi
Version: 0.11.2-1
Severity: important

pitivi needs to depend on python-zope-interface.  Without 
python-zope-interface pitivi does not start.  The following is what appears 
at the command line:
-
$ pitivi
Traceback (most recent call last):
  File "/usr/bin/pitivi", line 113, in 
_run_pitivi()
  File "/usr/bin/pitivi", line 102, in _run_pitivi
import pitivi.pitivi as pitivi
  File "/usr/lib/pitivi/python/pitivi/pitivi.py", line 32, in 
from ui import mainwindow
  File "/usr/lib/pitivi/python/pitivi/ui/mainwindow.py", line 50, in 
from pluginmanagerdialog import PluginManagerDialog
  File "/usr/lib/pitivi/python/pitivi/ui/pluginmanagerdialog.py", line 29, in 

import pitivi.plugincore as plugincore
  File "/usr/lib/pitivi/python/pitivi/plugincore.py", line 22, in 
from zope.interface import Interface, Attribute
ImportError: No module named zope.interface
--



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.27.7

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
   50 unstableftp.egr.msu.edu 
   40 experimentalhttp.us.debian.org 
   30 jaunty  us.archive.ubuntu.com 
   25 unstablemirror.csclub.uwaterloo.ca 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.5.2-3
python-central (>= 0.6.7) | 0.6.8
python-gtk2  (>= 2.8) | 2.12.1-6
python-gst0.10(>= 0.10.6) | 0.10.12-1.1
gstreamer0.10-gnonlin   (>= 0.10.8.1) | 0.10.9-1
python-cairo   (>= 1.0.0) | 1.4.12-1.1
python-glade2 | 2.12.1-6
python-gnome2 | 2.22.0-1
gstreamer0.10-plugins-base| 0.10.19-2
gstreamer0.10-plugins-good| 0.10.8-4
libgstreamer0.10-0 (>= 0.10.13.1) | 0.10.19-3
gstreamer0.10-x   | 0.10.19-2
gnome-icon-theme  | 2.22.0-1
python-pygoocanvas| 0.10.0-1



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



Bug#499891: [flashplugin-nonfree] use apt proxy when downloading from adobe

2008-09-26 Thread CSights
Hello,

> The script update-flashplugin-nonfree uses wget as root.  Have you
> configured wget for the user root so that it uses this proxy ?

No, wget is not configured to use a proxy.  This would certainly cause 
wget 
to retrieve through the proxy, but it wouldn't be the ideal solution.
My specific usage case is that I am using Squid as a package cache, but 
not 
for anything else.  Everyday web use goes directly to the web, aptitude and 
apt connections go first through the Squid proxy.  It would be nice if wget 
invoked by apt/aptitude would use the same proxy as they do.
I didn't notice this right away b/c it is on wget's info page rather 
than man 
page, but wget has command line options to specify a proxy.  I don't know how 
easy it would be to get apt's proxy info from apt, but once the install 
script had that, the wget command line should be easy to create:
(http://www.gnu.org/software/wget/manual/html_node/Proxies.html)

 `proxy = on/off'
  This option and the corresponding command may be used to suppress
  the use of proxy, even if the appropriate environment variables
  are set.


 `http_proxy = URL'
 `https_proxy = URL'
 `ftp_proxy = URL'
  These startup file variables allow you to override the proxy
  settings specified by the environment.

Thanks!
C.



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



Bug#499891: [flashplugin-nonfree] use apt proxy when downloading from adobe

2008-09-23 Thread CSights
Package: flashplugin-nonfree
Version: 1:1.7.2
Severity: normal

Hi,
It would be nice if the flash.tar.gz file would be downloaded using the 
apt 
proxy as specified in /etc/apt/apt.conf by the line 
Acquire::http::Proxy "http://example.local:8080/";;

Thanks for your contributions!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26.3

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  990 hardy   linux.dell.com 
  990 cross-distrolinux.dell.com 
  980 testing mirror.csclub.uwaterloo.ca 
  500 hardy   ppa.launchpad.net 
   50 unstableftp.egr.msu.edu 
   40 experimentalhttp.us.debian.org 
   30 intrepidus.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-===
debconf   | 1.5.22
 OR debconf-2.0   | 
wget  | 1.11.4-2
libgtk2.0-0   | 2.12.11-3
fontconfig| 2.6.0-1
libxt6| 1:1.0.5-3
libxext6  | 2:1.0.4-1
libatk1.0-0   | 1.22.0-1
libc6 | 2.7-13
libcairo2 | 1.6.4-6
libexpat1 | 2.0.1-4
libfontconfig1| 2.6.0-1
libfreetype6  | 2.3.7-2
libglib2.0-0  | 2.16.5-1
libice6   | 2:1.0.4-1
libpango1.0-0 | 1.20.5-2
libpng12-0| 1.2.27-1
libsm6| 2:1.0.3-2
libx11-6  | 2:1.1.4-2
libxau6   | 1:1.0.3-3
libxcursor1   | 1:1.1.9-1
libxdmcp6 | 1:1.0.2-3
libxfixes3| 1:4.0.3-2
libxi6| 2:1.1.3-1
libxinerama1  | 2:1.0.3-2
libxrandr2| 2:1.2.3-1
libxrender1   | 1:0.9.4-2
zlib1g| 1:1.2.3.3.dfsg-12
gnupg | 1.4.9-3




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



Bug#496068: [synaptic] include debian internet repository by default on new installations

2008-08-22 Thread CSights
Package: synaptic
Version: 0.62
Severity: wishlist

Hi,
I just finished installing "Lenny" from the test CD1.  At the time of 
installation there was no network interface available. I indicated this to 
the installer by choosing.
After booting to Gnome and running Synaptic there is the security 
internet 
repository available, but no "regular" package repository. (e.g. deb 
http://http.us.debian.org/debian main)  I think there is not because during 
installation I had no network interface and an internet repository was not 
set up.
My "wish" is that an internet repository is provided, just like the 
security 
repository is.  It might even be inactive by default.  This would allow 
newbies to simply select that repository and begin updating their system.
Not sure if this is a synaptic or debian installer wish, please forward 
as 
necessary.

Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26.1

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstablehttp.us.debian.org 
   50 unstableftp.egr.msu.edu 
   40 experimentalhttp.us.debian.org 
   30 intrepidus.archive.ubuntu.com 
   25 hardy   linux.dell.com 
   25 cross-distrolinux.dell.com 

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



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



Bug#417264: [jbidwatcher] openjdk-6-jre "almost" works

2008-08-06 Thread CSights
Package: jbidwatcher
Version: 1:1.0.2+dfsg-1

Hi,
Just thought I would let you know, openjdk-6-jre v6b11-5 almost 
succeeds in 
running jbidwatcher.
Almost means that jbidwatcher starts up successfully, but then is not 
able to 
log in.  Looking at the console, it appears as though jbidwatcher isn't able 
to use SSL:

javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: 
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter 
must be non-empty
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at 
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1316)
at java.security.AccessController.doPrivileged(Native Method)
at 
sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1310)
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:964)
at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at Http.receiveData(Unknown Source)
at Http.receivePage(Unknown Source)
at ebayServer.getSignInCookie(Unknown Source)
at ebayServer.getSignInCookie(Unknown Source)
at ebayServer.getNecessaryCookie(Unknown Source)
at ebayServer.messageAction(Unknown Source)
at PlainMessageQueue.run(Unknown Source)
at java.lang.Thread.run(Thread.java:636)



Thanks for your work!
C.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26.1

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstablehttp.us.debian.org 
   50 unstableftp.egr.msu.edu 
   40 experimentalhttp.us.debian.org 
   30 intrepidus.archive.ubuntu.com 
   25 hardy   linux.dell.com 
   25 cross-distrolinux.dell.com 

--- Package information. ---
Depends(Version) | Installed
-+-===
sun-java6-jre| 6-07-3



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



Bug#489801: [phonon] phonon-backend includes kdebase-runtime

2008-07-07 Thread CSights
Package: phonon
Version: 4:4.2~svn825656-1
Severity: normal

Hi,
phonon-backend includes "kdebase-runtime" as a package which will 
satisfy its 
dependency.  It seems as though one of the phonon-backend-* packages should 
needed to satisfy its dependency for a backend.  (In other words, does 
kdebase-runtime package include a phonon-backend already?)

Thanks for your work,
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.25.2

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstablehttp.us.debian.org 
   50 unstableftp.egr.msu.edu 
   40 experimentalhttp.us.debian.org 
   30 intrepidus.archive.ubuntu.com 
   25 hardy   linux.dell.com 
   25 cross-distrolinux.dell.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
phonon-backend-gstreamer| 4:4.2~svn825656-1
 OR phonon-backend  | 
libphonon4   (>= 4:4.2~svn825656-1) | 4:4.2~svn825656-1



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



Bug#411051: closed by Chris Lamb <[EMAIL PROTECTED]> (Re: live-package: jffs2 or similar for usb image type)

2008-07-05 Thread CSights
And there was much rejoicing! ;)



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



Bug#475547: okular is a pdf-viewer

2008-04-17 Thread CSights
Hi Hamish,

> Debian does not have a pdf-viewer package.
>
> Maybe you are suggesting that okular should Provide: pdf-viewer?

Yes, I guess that is what I am suggesting. :)  "pdf-viewer" shows up as 
a 
virtual package in aptitude.  I guess the bug should be assigned to okular?  
(I don't know how virtual packages are created.)

Thanks for your redirection,
C.



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



Bug#469332: [reportbug-ng] reinstall python-sip4

2008-04-14 Thread CSights
Package: reportbug-ng
Version: 0.2008.03.28

Hi,
Reinstalling python-sip4 fixed this problem for me.  I didn't install 
any 
other programs.

C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24.3

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-6
python-central   (>= 0.6) | 0.6.1
python-qt3| 3.17.4-1
python-soappy | 0.12.0-2
xdg-utils | 1.0.2-3




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



Bug#476114: [kghostview] Unknown device: x11 Unrecoverable error: undefined in .uninstallpagedevice Operand stack: defaultdevice

2008-04-14 Thread CSights
Package: kghostview
Version: 4:3.5.9-1+b1
Severity: normal

Hi,
I get this error when I try to open an eps file with kghostview:

Unknown device: x11
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
defaultdevice

This looks a lot like bug #462785, so I'm guessing that instead of 
depending 
on "gs" kghostview should depend on "ghostscript-x".

Thanks,
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24.3

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 

--- Package information. ---
Depends (Version) | Installed
=-+-==
gs| 
kdelibs4c2a  (>= 4:3.5.9) | 4:3.5.9.dfsg.1-2+b1
libc6  (>= 2.7-1) | 2.7-10
libgcc1   | 1:4.3.0-3
libqt3-mt   (>= 3:3.3.8b) | 3:3.3.8b-5
libstdc++6   (>= 4.2.1-4) | 4.3.0-3
libx11-6  | 2:1.0.3-7



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



Bug#473296: resolver should satisfy deps using higher priority packages before lower priority packages

2008-03-29 Thread CSights
Package: aptitude
Version: 0.4.11-3+b1
Severity: normal

Hi,
I'm about to update a package (libc6-i686).  After selecting the newer 
version of the package (2.7-9) in the GUI the package is "broken" and the 
resolver attempts to satisfy broken dependencies.
The first suggestion is to remove libc6-i686.  Fine, that would work.
The second suggestion is to upgrade:
libc6   [2.7-6 testing, now -> 2.7-9ubuntu2 hardy]
libc6-dev   [2.7-6 testing, now -> 2.7-9ubuntu2 hardy]
libc6-i686  [2.7-6 testing, now -> 2.7-9ubuntu2 hardy]

and the third suggestion is to upgrade
libc6   [2.7-6 testing, now -> 2.7-9 unstable]
libc6-dev   [2.7-6 testing, now -> 2.7-9 unstable]

What I think should happen is that the 3rd suggestion should come 
before the 
2nd suggestion because Debian unstable has a higher priority (50) than Ubuntu 
hardy (25).
Even stranger, when I pretend to want to install libc6-i686=2.7-9 from 
the 
command line instead of the GUI, the resolver makes the "better" 3rd 
suggestion first thing:

#aptitude install -s libc6-i686=2.7-9
The following packages are BROKEN:
  libc6-i686
1 packages upgraded, 0 newly installed, 0 to remove and 51 not upgraded.
Need to get 1261kB of archives. After unpacking 86.0kB will be used.
The following packages have unmet dependencies:
  libc6-i686: PreDepends: libc6 (= 2.7-9) but 2.7-6 is installed.
Resolving dependencies...
The following actions will resolve these dependencies:

Upgrade the following packages:
libc6 [2.7-6 (testing, now) -> 2.7-9 (unstable)]
libc6-dev [2.7-6 (testing, now) -> 2.7-9 (unstable)]

Score is -10




Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24.4

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 
   25 hardy   us.archive.ubuntu.com 

--- Package information. ---
Depends(Version) | Installed
-+-
libapt-pkg-libc6.7-6-4.6 | 
libc6 (>= 2.7-1) | 2.7-6
libcwidget3  | 0.5.9-1
libept0  | 0.5.14
libgcc1  (>= 1:4.1.1-21) | 1:4.3.0-1
libncursesw5 (>= 5.6+20071006-3) | 5.6+20080203-1
libsigc++-2.0-0c2a(>= 2.0.2) | 2.0.18-2
libstdc++6  (>= 4.2.1-4) | 4.3.0-1
libxapian15  | 1.0.5-1
zlib1g   | 1:1.2.3.3.dfsg-11



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



Bug#473009: create dummy / equivs package to install build-deps automatically

2008-03-27 Thread CSights
Package: aptitude
Version: 0.4.11-2
Severity: wishlist

Hi,
Recently aptitude gained the ability to automaticall install the 
dependencies 
need to build a package from source.  "aptitude build-deps "  Thank 
you very much!
Next it would be nice to easily uninstall the build-deps.  This could 
be done 
by having a dummy package created upon running "aptitude build-deps 
" which depended on all of these build-deps, then install this dummy 
package.  All the build-deps would marked as automatically installed and 
uninstalling the dummy package would uninstall the build-deps other packages 
do not depend on.

Thanks again,
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24.3

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 
   25 hardy   us.archive.ubuntu.com 

--- Package information. ---
Depends(Version) | Installed
-+-
diff | 2.8.1-12
libapt-pkg-libc6.7-6-4.6 | 
libc6 (>= 2.7-1) | 2.7-6
libcwidget1  | 0.5.6.1-3
libept0  | 0.5.14
libgcc1  (>= 1:4.1.1-21) | 1:4.3.0-1
libncursesw5 (>= 5.6+20071006-3) | 5.6+20080203-1
libsigc++-2.0-0c2a(>= 2.0.2) | 2.0.18-2
libstdc++6  (>= 4.2.1-4) | 4.3.0-1
libxapian15  | 1.0.5-1
zlib1g   | 1:1.2.3.3.dfsg-11




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



Bug#470179: subject: include build dependency package in source packages

2008-03-10 Thread CSights
Package: apt
Version: 0.7.11

Sorry, the subject of this bug should be something like:
"wish: include build dependency package in source packages"
and the severity should be "wish"!

Thanks! :(  C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24.3

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalhttp.us.debian.org 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 
   25 hardy   us.archive.ubuntu.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-
debian-archive-keyring | 2007.07.31
libc6   (>= 2.7-1) | 2.7-6
libgcc1(>= 1:4.1.1-21) | 1:4.3.0~rc2-1
libstdc++6(>= 4.2.1-4) | 4.3.0~rc2-1




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



Bug#469310: closed upstream

2008-03-10 Thread CSights
Package: okular
Version: 4:4.0.2-1

This bug has been fixed in upstream git, and should appear in v 0.8 .


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24.3

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalhttp.us.debian.org 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 
   25 hardy   us.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-
kdebase-runtime   | 4:4.0.1-1
kdelibs5   (>= 4:4.0.2-1) | 4:4.0.2-1
libc6  (>= 2.7-1) | 2.7-6
libfreetype6   (>= 2.3.5) | 2.3.5-1+b1
libgcc1   (>= 1:4.1.1-21) | 1:4.3.0~rc2-1
libjpeg62 | 6b-14
libokularcore1 (>= 4:4.0.1-1) | 4:4.0.2-1
libpoppler-qt4-2 (>= 0.6) | 0.6.4-1
libqimageblitz4   | 1:0.0.4-1+b1
libqt4-core(>= 4.3.4) | 4.3.4-1
libqt4-gui (>= 4.3.4) | 4.3.4-1
libqt4-qt3support  (>= 4.3.4) | 4.3.4-1
libstdc++6  (>= 4.1.1-21) | 4.3.0~rc2-1
zlib1g   (>= 1:1.1.4) | 1:1.2.3.3.dfsg-11




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



Bug#469310: new upstream bug URL

2008-03-07 Thread CSights
Package: okular
Version: 4:4.0.2-1

The KDE folks told me to open a bug with poppler.  
They closed their bug and I opened this bug with the poppler develpers:
https://bugs.freedesktop.org/show_bug.cgi?id=14883

Could this bug be assigned to poppler instead of Okular here on Debian as 
well?

Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24.3

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalhttp.us.debian.org 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 
   25 hardy   us.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-
kdebase-runtime   | 4:4.0.1-1
kdelibs5   (>= 4:4.0.2-1) | 4:4.0.2-1
libc6  (>= 2.7-1) | 2.7-6
libfreetype6   (>= 2.3.5) | 2.3.5-1+b1
libgcc1   (>= 1:4.1.1-21) | 1:4.3-20080202-1
libjpeg62 | 6b-14
libokularcore1 (>= 4:4.0.1-1) | 4:4.0.2-1
libpoppler-qt4-2 (>= 0.6) | 0.6.4-1
libqimageblitz4   | 1:0.0.4-1+b1
libqt4-core(>= 4.3.4) | 4.3.4-1
libqt4-gui (>= 4.3.4) | 4.3.4-1
libqt4-qt3support  (>= 4.3.4) | 4.3.4-1
libstdc++6  (>= 4.1.1-21) | 4.3-20080202-1
zlib1g   (>= 1:1.1.4) | 1:1.2.3.3.dfsg-11




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



Bug#469876: apt-get repeatedly installs same package on each run

2008-03-07 Thread CSights
Package: apt-get
Severity: normal

Hi,
Everytime I run apt-get upgrade it installs the same package.  
Specifically, 
the non Debian package lame-3.97-0.0 from http://ftp.sunet.se testing/main.
The output of 'apt-cache policy lame' makes it appear as though the 
apt- 
system does not recognize that the lame package that is already installed is 
the same as the package available on the server, so it tries to install it 
again and again.

# apt-cache policy lame
lame:
  Installed: 3.97-0.0
  Candidate: 3.97-0.0
  Version table:
 3.97-0.0 0
 25 http://us.archive.ubuntu.com hardy/multiverse Packages
 3.97-0.0 0
980 http://ftp.sunet.se testing/main Packages
 3.97-0.0 0
 25 http://ftp.sunet.se unstable/main Packages
 *** 3.97-0.0 0
100 /var/lib/dpkg/status

Thanks,
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24.3

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalhttp.us.debian.org 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 
   25 hardy   us.archive.ubuntu.com 

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




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



Bug#467228: RFP: kmediafactory -- Easily create DVD with multiple videos and automatic chapters

2008-02-23 Thread CSights
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

   Package name: kmediafactory
Version: 0.6
Upstream Author: Petri Damstén 
URL: http://aryhma.oy.cx/damu/software/kmediafactory/index.html
License: GPL
Description: 

The coolest part about KMediaFactory (to me) is that it will automatically 
create a title menu for every video file.  Also, for every video file it will 
automatically create chapter menu with a preview image for each chapter.  The 
default is one chapter every 5 minutes of video, but this can be changed 
manually.

Description from webpage:
KMediafactory is easy to use template based dvd authoring tool. You can 
quickly create DVD menus for home videos and TV recordings in three simple 
steps.

Version 0.6 has been ported to QT4.

There is an Ubuntu package (in multiverse?).

Thanks,
C.




Bug#447878: hibernate only works first time after kpowersave start

2008-02-19 Thread CSights
> Hi,
>
> I was encountering this bug before but not anymore. Could you maybe try
> with latest hal, kpowersave and kernel (2.6.24-1) and report back if you
> still encounter this bug (close otherwise) ?
>
> Regards,
>
> Didier

Hi Didier,
Yes, I'm no longer having this problem as well.  It started working 
again 
after hal was upgraded from 0.5.9.1 to 0.5.10.

Thanks!
C.




Bug#464214: is this closed in subsequently released version of program?

2008-02-12 Thread CSights
Package: davfs2
Version: 1.2.1-3

Hi,
Out of curiosity, has this been fixed in v 1.3 of program?  Maybe you 
should 
report this to the author: 
http://sourceforge.net/project/shownotes.php?group_id=26275&release_id=574338

Thanks,
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.14

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 
   25 hardy   us.archive.ubuntu.com 
   25 feisty  us.archive.ubuntu.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-
libc6(>= 2.5-5) | 2.7-6
libneon26   (>= 0.26.3) | 0.26.4-2
debconf   (>= 0.5)  | 1.5.19
 OR debconf-2.0 | 
adduser | 3.105



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



Bug#464379: allow torrent connections only within local network

2008-02-06 Thread CSights
Hi,
OK, I think what I was wishing for here is probably not what the 
configuration option would actually allow, so I'll just start over. :)

What I was imagining was a way to have torrent connections only within 
a 
local network.  If there were no torrents within the local network, then apt 
or DebTorrent would get the file from a mirror.
I have a number of Debian computers running on the local network.  It 
would 
be nice if they would first check the other computers for the package file on 
the other local computer's torrents, then download if found.
Furthermore, would like to block torrent downloads from outside of the 
local 
network (sorry Debian mirrors!).
As I think of it, this is probably hard b/c the tracker isn't kept 
locally, 
it is Debian hosted (?) and probably only knows my network's external IP (?).
KTorrent has a zeroconf plugin with allows discovering torrents on the 
local 
network, but local home network trackers are not standard. (?)
I won't be offended if you close this wish as too wishful. :)

Thanks!
C.



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



Bug#464386: use apt package cache as debtorrent package cache

2008-02-06 Thread CSights
On Wednesday 06 February 2008 13:21:39 Cameron Dale wrote:
> >         It would be nice if debtorrent used apt's package cache instead
> > of a separate one.  The main advantage would be less used space.
>
> This isn't really possible, as DebTorrent needs to be sure that the
> file stays in the cache for sharing purposes. Using the same cache as
> Apt does would allow apt to delete the file at any time.

Maybe one could monitor apt's cache with inotify and then start or stop 
sharing files as they appear in apt's cache?
(Or at least start sharing those files which appeared in apt's cache 
through 
the actions of DebTorrent. Stop sharing shouldn't be as complicated.)

>I think it might be possible  to make the debtorrent apt transport tell apt 
>that the file was found locally, and then apt will not keep a copy of it in 
>apt's cache (which  isn't really necessary since any future requests will 
>get the file  immediately from DebTorrent). Then DebTorrent would control 
>the cache instead of apt. 
> The only downside is that apt would exclude the 
> download from the statistics it shows of overall download progress
> speed.

Another possible downside: would apt be able to use those downloaded 
files if 
DebTorrent were uninstalled?

Thanks! C.




Bug#464411: don't depend on X graphical stuff

2008-02-06 Thread CSights
Package: python-avahi
Version: 0.6.22-2
Severity: wishlist

Hi,
It would be nice if python-avahi did not depend on python-glade2 b/c 
that 
pulls in lots of X graphical related stuff.
I don't know how to do this: Maybe remove python-glade2 as a dependency 
and 
have graphical packages depend on it.  Or split python-avahi into two 
packages python-avahi-x and python-avahi-console.

Just wishing, thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.14

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 
   25 hardy   us.archive.ubuntu.com 
   25 feisty  us.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-=
libavahi-common-data  (>= 0.6.22) | 0.6.22-2
python   (>= 2.4) | 2.4.4-6
python-dbus   | 0.82.4-1
python-gdbm  (>= 2.4.3-1) | 2.4.4-2
python-glade2(>= 2.8.6-2) | 2.12.1-1
python-support (>= 0.7.1) | 0.7.6




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



Bug#460946: new version of gddrescue (1.7)

2008-01-15 Thread CSights
Package: gddrescue
Version: 1.2-1
Severity: wishlist

Version 1.7 of ddrescue was posted on 01/05/08:
http://download.savannah.gnu.org/releases/ddrescue/

Changes:
2008-01-04  Antonio Diaz  <[EMAIL PROTECTED]>

* Version 1.7 released.
* Skips faster over damaged areas (small read, big jump).
* Logfile is maintaned minimized at all times.
* Rescuebook::errors now counts the error areas found.
* Target `check' added to Makefile.
* rescuebook.cc (split_errors): Added new variable `error_counter'.
* Added new option `--retrim'.

2007-11-16  Antonio Diaz  <[EMAIL PROTECTED]>

* Version 1.6 released.
* Code reorganization. New classes Fillbook and Rescuebook.
* logbook.cc (copy_non_tried): Added new variable `skip_counter'.
* Added new pass that trims error areas backward before splitting.
* Added support for sparse output files.
* Blocks longer than hardbs are now split at sector boundaries.
* Added new option `--fill'.
* Added new chapter `Fill Mode' to the manual.
* Added status line to logfile.
* An interrupted retry pass is now resumed instead of reinitiated.
* Perfect resumability if interrupted during trimming or splitting.
* ddrescue.cc (set_handler) Handle also SIGHUP and SIGTERM.
* `--quiet' option also quiets error messages.
* Print a more informative error message when reading an old logfile.
* Added note to ddrescue.texinfo about old logfiles.
* Added some consistency checks.

2007-06-29  Antonio Diaz  <[EMAIL PROTECTED]>

* Version 1.5 released.
* License updated to GPL version 3 or later.

2007-06-18  Antonio Diaz  <[EMAIL PROTECTED]>

* Version 1.4 released.
* Added new option `--direct'.
* Fixed a bug showing bad initial error size.
* Fixed error counting.
* Small changes to documentation.

2006-12-13  Antonio Diaz  <[EMAIL PROTECTED]>

* Version 1.3 released.
* Some fixes made to `configure' script.
* Added `sddrescue' target to Makefile.in.

Thanks!
C.




--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.9

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   25 unstableftp.sunet.se 
   25 hardy   us.archive.ubuntu.com 
   25 feisty  us.archive.ubuntu.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6  (>= 2.3.6-6) | 2.7-5
libgcc1(>= 1:4.1.0) | 1:4.2.2-4
libstdc++6   (>= 4.1.0) | 4.2.2-4



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



Bug#456435: deleted dIMAP message not deleted if kmail restarted before synchronizing with server

2007-12-15 Thread CSights
Package: kmail
Version: 4:3.5.8-1
Severity: normal

Hi,
This is an annoying bug already submitted upstream:
http://bugs.kde.org/show_bug.cgi?id=151576

   If I delete a message in a KMail disconnected IMAP folder, then quit before 
syncronizing with the IMAP server, KMail "forgets" that it was supposed to 
delete the message from the server and instead downloads it again. 
 
 1. delete message in a dIMAP folder. 
 (do not synchronize with server) 
 2. quit kmail 
 3. start kmail 
 4. synchronize with IMAP server - observe that the deleted message (in 1) now 
reappears. 
 
 This does not occur in kmail released with 3.5.7


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.9

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   25 hardy   us.archive.ubuntu.com 
   25 gutsy   us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-==
kdelibs4c2a(>= 4:3.5.7-1) | 4:3.5.8.dfsg.1-3
libart-2.0-2  (>= 2.3.18) | 2.3.19-3
libaudio2 | 1.9.1-1
libc6(>= 2.6.1-1) | 2.7-3
libfontconfig1 (>= 2.4.0) | 2.4.2-1.2
libfreetype6   (>= 2.3.5) | 2.3.5-1+b1
libgcc1  (>= 1:4.2.1) | 1:4.2.2-4
libice6  (>= 1:1.0.0) | 2:1.0.4-1
libidn11  (>= 0.5.18) | 1.1-1
libjpeg62 | 6b-14
libkcal2b(>= 4:3.5.8) | 4:3.5.8-1
libkdepim1a  (>= 4:3.5.8) | 4:3.5.8-1
libkleopatra1(>= 4:3.5.8) | 4:3.5.8-1
libkmime2(>= 4:3.5.8) | 4:3.5.8-1
libkpimidentities1   (>= 4:3.5.8) | 4:3.5.8-1
libksieve0   (>= 4:3.5.8) | 4:3.5.8-1
libmimelib1c2a   (>= 4:3.5.8) | 4:3.5.8-1
libpng12-0  (>= 1.2.13-4) | 1.2.15~beta5-3
libqt3-mt(>= 3:3.3.7) | 3:3.3.7-9
libsm6| 2:1.0.3-1+b1
libstdc++6 (>= 4.2.1) | 4.2.2-4
libx11-6  | 2:1.0.3-7
libxcursor1(>> 1.1.2) | 1:1.1.9-1
libxext6  | 1:1.0.3-2
libxft2(>> 2.1.1) | 2.1.12-2
libxi6| 2:1.1.3-1
libxinerama1  | 1:1.0.2-1
libxrandr2   (>= 2:1.2.0) | 2:1.2.2-1
libxrender1   | 1:0.9.4-1
libxt6| 1:1.0.5-3
zlib1g  (>= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-6
perl  | 5.8.8-12
kdepim-kio-plugins| 4:3.5.8-1
kdebase-kio-plugins   | 4:3.5.8.dfsg.1-2



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



Bug#453939: (no subject)

2007-12-06 Thread CSights
Package: pitivi
Version: 0.10.3-1

I don't think this segfault is caused just by a missing dependency.
I experience the segfault as well.  stracing pitivi shows that it is looking 
for "/usr/share/icons/hicolor/index.theme" which is provided by 
hicolor-icon-theme.
BUT I have hicolor-icon-theme installed which provides the 
file "/usr/share/icons/hicolor/index.theme".

Also, installing tango-icon-theme 0.8.1-2 does not resolve the segfault.
Installing gnome-icon-theme 2.20.0-1 DOES prevent the segfault.
So I guess the depends should be on gnome-icon-theme (not also 
tango-icon-theme).

Thanks!
C.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.9

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   25 gutsy   us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends(Version) | Installed
-+-==
python   | 2.4.4-6
python-central(>= 0.5.8) | 0.5.15
python-gtk2 (>= 2.8) | 2.12.0-1
python-gst0.10   (>= 0.10.6) | 0.10.8-1
gstreamer0.10-gnonlin  (>= 0.10.6.1) | 0.10.9-1
python-cairo  (>= 1.0.0) | 1.4.0-2+b1
python-glade2| 2.12.0-1
python-gnome2| 2.20.0-1
gstreamer0.10-plugins-base   | 0.10.15-2
gstreamer0.10-plugins-good   | 0.10.6-2
libgstreamer0.10-0   (>= 0.10.8) | 0.10.15-1
gstreamer0.10-x  | 0.10.15-2



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



Bug#446328: (no subject)

2007-11-06 Thread CSights
Package: eclipse

As a follow up to the message above, I had the same problem with the 
eclipse.org package eclipse-cpp-europa-fall-linux-gtk.tar.gz, which is 
approximately Eclipse-Platform-3.3 and CDT-4.0 bundled together.
Changing my java alternative to point to:
/usr/lib/jvm/java-6-sun/jre/bin/java
solves the problem.  (This is a different version of the Sun java 
mentioned 
above.)

Thanks!
C.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.1

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   25 gutsy   us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-
eclipse-jdt(= 3.1.2-2) | 
eclipse-pde(= 3.1.2-2) | 
eclipse-source (= 3.1.2-2) |



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



Bug#448882: depends on bc

2007-11-01 Thread CSights
Package: fslint
Version: 2.24-1
Severity: normal

Hello,
fslint depends on "bc" because the script "dupwaste" (part of the 
fslint 
package) calls it. Below is the script in its entirety:

#$ cat /usr/share/fslint/fslint/fstool/dupwaste
##!/bin/bash
## This script shows the total space wasted by duplicate files
## as reported by findup (pipe findup to this).
#
#bytes=`cut -f1| # grab x * y
#   sed -e 's/* \([0-9]*\)/* \1 - \1/' | # x * y --> x * y - y
#   bc | # calulate each of above
#   (tr '\n' '+'; echo 0)  | # add all of above
#   bc`  # final answer
#
#echo "Total wasted space: ${bytes:-0} bytes"

Thanks for you contributions!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23.1

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   25 feisty  us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends(Version) | Installed
-+-===
python  (>= 2.0) | 2.4.4-6
python-gtk2  | 2.10.6-1
python-glade2| 2.10.6-1




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



Bug#446970: kdeinit not found

2007-10-21 Thread CSights
Hi Ana,

> This kde revision has changed a little the way KDE is started. Can you try
> updating again, and making sure you have:
> /usr/bin/start_kdeinit and /usr/bin/start_kdeinit_wrapper

Ah!  /usr/bin/start_kdeinit_wrapper  is not installed.  This is because the 
kdelibs version after installing kdebase 3.5.8 is 3.5.7 .

Installing kdelibs 3.5.8 allows kde to start.

I guess having kdebase-bin 3.5.8 depend on kdelibs version >=3.5.8 ( instead 
of >= 3.5.7) will fix this bug.

Thanks!
C.



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



Bug#439184: seemingly unneeded depends pulled in when installing eclipse-cdt

2007-09-02 Thread CSights
Hi Thomas,
Thanks for investigating!
C.

> I have discussed this with the Debian Eclipse maintainers. It turns out
> that you don't need libjsch, libtomcat and liblucene when using upstream
> eclipse-platform because they are indeed included in the
> eclipse-platform tarball.
>
> The current eclipse-platform <-> eclipse-rcp dependency might be wrong,
> but inverting it would create a new dependency nightmare.
>
> Regards,
>
> Thomas


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



Bug#418176: merge with bug 427109?

2007-08-12 Thread CSights
Package: hal
Version: 0.5.9.1-2

This bug appears very similar to bug #427109 "hal: refuses uid and gid option 
for ntfs and ntfs-3g".


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.2

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.egr.msu.edu 
   25 feisty  us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends(Version) | Installed
-+-
libc6 (>= 2.5-5) | 2.6-2
libdbus-1-3   (>= 1.1.1) | 1.1.1-3
libdbus-glib-1-2   (>= 0.73) | 0.74-1
libexpat1(>= 1.95.8) | 1.95.8-4
libgcc1  (>= 1:4.2-20070516) | 1:4.2-20070712-1
libglib2.0-0 (>= 2.12.9) | 2.12.13-1
libhal-storage1  | 0.5.9.1-2
libhal1 (>= 0.5) | 0.5.9.1-2
libsmbios1   | 0.13.6-1
libstdc++6 (>= 4.2-20070516) | 4.2-20070712-1
libusb-0.1-4   (>= 2:0.1.12) | 2:0.1.12-7
libvolume-id0   (>= 0.103-1) | 0.105-4
adduser  | 3.104
pciutils | 1:2.2.4-1
usbutils | 0.72-8
udev  (>= 0.065) | 0.105-4
dbus (>= 0.60-1) | 1.1.1-3
lsb-base | 3.1-24
hal-info   (>= 20070402) | 20070618-1



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



Bug#433965: common.conf should only be read once

2007-08-09 Thread CSights
Package: hibernate
Version: 1.96~pre-svn.r1136-1

Hello,

> The reason for the double execution is
> that common.conf is included twice. Here
> are the first lines of the output of
> hibernate -v3 --dry-run:
>
> hibernate: Trying method in suspend2.conf...
> hibernate: Trying method in disk.conf...
> hibernate: Trying method in ususpend-disk.conf...
> hibernate: Including configuration from common.conf
> Using '/etc/init.d' as init.d directory.
> hibernate: Trying method in sysfs-disk.conf...
> hibernate: Including configuration from common.conf

Yeah, that looks like the problem:  hibernate is including common.conf 
from 
(some) of the methods it does not actually use.  Hibernate finally decides to 
use sysfs-disk.conf, but also includes common.conf from ususpend-disk.
Interestingly hibernate doesn't include common.conf from suspend2.conf. 
 Here 
is the tree of Includes from /etc/hibernate/*.conf .  One can see that 
common.conf might have been Included 3 times including the sysfs-disk.conf 
time.  My guess is that hibernate correctly decides not to Include 
common.conf from suspend2.conf and erroneously includes common.conf from 
ususpend-disk.conf which it decides not to use:

hibernate.conf
suspend2.conf
[1] common.conf
disk.conf
ususpend-disk.conf
[2] common.conf
sysfs-disk.conf
[3] common.conf
[-sysfs-disk used]
ram.conf
ususpend-ram.conf
common.conf
sysfs-ram.conf
common.conf

Perhaps this bug #392712 "ClockSave and ModulesUnloadBlacklist (at 
least) 
need to avoid double hooking" is also related?  These commands are found in 
common.conf as well.

Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.1

Debian Release: lenny/sid
  990 testing localhost 
  990 testing ftp.uwsg.indiana.edu 
  980 testing localhost 
   50 unstableftp.egr.msu.edu 
   25 feisty  us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends(Version) | Installed
-+-===
console-tools| 1:0.2.3dbs-65
 OR kbd  |


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



Bug#433965: double execution of OnResume commands

2007-07-20 Thread CSights
Package: hibernate
Version: 1.96~pre-svn.r1136-1
Severity: normal

Hello,
hibernate executes "OnResume" commands twice.

I have the OnResume commands in common.conf:
OnResume 33 echo "echoing OnResume 33"
OnResume 32 echo "echoing OnResume 32"
OnResume 31 echo "echoing OnResume 31"

This is the debug output of hibernate after adding an echo "misclaunch 
onresume" to the /usr/share/scriptlets.d/misclaunch file, onresume) 
conditional:

# hibernate
misclaunch onresume
misclaunch onresume
misclaunch onresume
hibernate: Trying method in sysfs-disk.conf...
misclaunch onresume
misclaunch onresume
misclaunch onresume
hibernate: [01] Executing CheckLastResume ...

It appears that hibernate "gathers" the OnResume commands once upon 
invocation (I'm not sure where this comes from), then again when common.conf 
is Included in sysfs-disk.conf.
Since the gathering of OnResume commands upon encountering a "Include 
common.conf" is probably correct, perhaps the first gathering of OnResume 
commands is the error?


(Just for completeness, when resuming the commands are actually run 
twice:)
hibernate: [33] Executing MiscLaunchAuxFunc4 ...
Executing echo "echoing OnResume 33"...
echoing OnResume 33
hibernate: [33] Executing MiscLaunchAuxFunc1 ...
Executing echo "echoing OnResume 33"...
echoing OnResume 33
hibernate: [32] Executing MiscLaunchAuxFunc5 ...
Executing echo "echoing OnResume 32"...
echoing OnResume 32
hibernate: [32] Executing MiscLaunchAuxFunc2 ...
Executing echo "echoing OnResume 32"...
echoing OnResume 32
hibernate: [31] Executing MiscLaunchAuxFunc6 ...
Executing echo "echoing OnResume 31"...
echoing OnResume 31
hibernate: [31] Executing MiscLaunchAuxFunc3 ...
Executing echo "echoing OnResume 31"...
echoing OnResume 31


Thanks a bunch!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.1

Debian Release: lenny/sid
  990 testing localhost 
  990 testing ftp.uwsg.indiana.edu 
  980 testing localhost 
   50 unstableftp.egr.msu.edu 
   25 feisty  us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends(Version) | Installed
-+-===
console-tools| 1:0.2.3dbs-65
 OR kbd  | 



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



Bug#433663: harddrives need hdparm run after suspend

2007-07-18 Thread CSights
Package: powersaved
Version: 0.14.0-7
Severity: normal

Hi,
After resuming from a suspend to disk my harddrives have "forgotten" 
their 
spindown_time settings.
This can be fixed by running "/etc/init.d/hdparm restart" (or maybe 
also 
start).

Thanks!
C.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.1

Debian Release: lenny/sid
  990 testing localhost 
  990 testing ftp.uwsg.indiana.edu 
  980 testing localhost 
   50 unstableftp.egr.msu.edu 
   25 feisty  us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends(Version) | Installed
-+-
libc6   (>= 2.3.6-6) | 2.5-9+b1
libcpufreq0  | 002-5
libdbus-1-3(>= 0.94) | 1.1.1-3
libdbus-glib-1-2   (>= 0.71) | 0.73-2
libgcc1  (>= 1:4.1.1-12) | 1:4.2-20070627-1
libglib2.0-0 (>= 2.12.0) | 2.12.12-1+b1
libhal1 (>= 0.5) | 0.5.9.1-2
libpowersave10   (>= 0.14.0) | 0.14.0-7
libstdc++6 (>= 4.1.1-12) | 4.2-20070627-1
adduser  | 3.103
lsb-base  (>= 3.0-6) | 3.1-23.1
hal   (>= 0.5.0) | 0.5.9.1-2
dbus   (>= 0.30) | 1.1.1-3



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



Bug#433662: harddrives need hdparm run after hibernate

2007-07-18 Thread CSights
Package: hibernate
Version: 1.96~pre-svn.r1125-1
Severity: normal

Hi,
After resuming from a hibernate my harddrives have "forgotten" their 
spindown_time settings.
This can be fixed by running "/etc/init.d/hdparm restart" (or maybe 
also 
start).

Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.1

Debian Release: lenny/sid
  990 testing localhost 
  990 testing ftp.uwsg.indiana.edu 
  980 testing localhost 
   50 unstableftp.egr.msu.edu 
   25 feisty  us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends(Version) | Installed
-+-===
console-tools| 1:0.2.3dbs-65
 OR kbd  |


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



Bug#426910: Crash and data loss after applying filters

2007-05-31 Thread CSights
Package: kmail
Version: 4:3.5.7-1
Severity: critical

Hi,
I'm reporting a bug I've encountered in kmail 1.9.7 (3.5.7). This bug 
is 
found in the kde bugzilla.
https://bugs.kde.org/show_bug.cgi?id=140660
Basically, KMail crashes (SIGSEGV) when applying filters.  According to 
upstream there is sometimes data loss.  (I haven't noticed yet.)
KMail 1.9.5 (3.5.5) doesn't have this problem for me. (I'll have to 
download 
the .deb for this incase it disappears from the debian mirrors.)

Thanks for your work,
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: lenny/sid
  990 testing localhost 
  980 testing localhost 
   50 unstablelocalhost 
   25 edgy-backports  us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-
kdelibs4c2a  (>= 4:3.5.5-1) | 4:3.5.7.dfsg.1-1
libart-2.0-2(>= 2.3.16) | 2.3.19-3
libaudio2   | 1.8-4
libc6  (>= 2.3.6-6) | 2.5-9
libfontconfig1   (>= 2.4.0) | 2.4.2-1.2
libfreetype6   (>= 2.2) | 2.2.1-5
libgcc1 (>= 1:4.1.1-12) | 1:4.2-20070516-1
libice6(>= 1:1.0.0) | 1:1.0.3-2
libidn11(>= 0.5.18) | 0.6.5-1
libjpeg62   | 6b-13
libkcal2b  (>= 4:3.5.5) | 4:3.5.7-1
libkdepim1a(>= 4:3.5.5) | 4:3.5.7-1
libkleopatra1  (>= 4:3.5.5) | 4:3.5.7-1
libkmime2  (>= 4:3.5.5) | 4:3.5.7-1
libkpimidentities1 (>= 4:3.5.5) | 4:3.5.7-1
libksieve0 (>= 4:3.5.5) | 4:3.5.7-1
libmimelib1c2a (>= 4:3.5.5) | 4:3.5.7-1
libpng12-0(>= 1.2.13-4) | 1.2.15~beta5-1
libqt3-mt  (>= 3:3.3.7) | 3:3.3.7-4
libsm6  | 1:1.0.2-2
libstdc++6(>= 4.1.1-12) | 4.2-20070516-1
libx11-6| 2:1.0.3-7
libxcursor1  (>> 1.1.2) | 1.1.7-4
libxext6| 1:1.0.1-2
libxft2  (>> 2.1.1) | 2.1.12-2
libxi6  | 1:1.0.1-4
libxinerama1| 1:1.0.1-4.1
libxrandr2  | 2:1.2.1-1
libxrender1 | 1:0.9.1-3
libxt6  | 1:1.0.5-2
zlib1g (>= 1:1.2.1) | 1:1.2.3-13
perl| 5.8.8-7
kdepim-kio-plugins  | 4:3.5.7-1
kdebase-kio-plugins | 4:3.5.7-1


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



Bug#408296: this bug fixed in kdepim 3.5.7

2007-05-24 Thread CSights
Package: kmail
Version: 4:3.5.5.dfsg.1-6

According to the kde 3.5.6 to 3.5.7 changelog, this bug is fixed in kdepim 
3.5.7
http://www.kde.org/announcements/changelogs/changelog3_5_6to3_5_7.php

Kmail...Bugfixes
Fix "deleting maildir does not delete associated .index.ids file" Fixes bug 
140195. See SVN commit 639786.



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: lenny/sid
  990 testing localhost 
  980 testing localhost 
   50 unstablelocalhost 
   25 edgy-backports  us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-
kdelibs4c2a  (>= 4:3.5.5-1) | 4:3.5.6.r1.dfsg.1-4
libart-2.0-2(>= 2.3.16) | 2.3.19-3
libaudio2   | 1.8-4
libc6  (>= 2.3.6-6) | 2.5-8
libfontconfig1   (>= 2.4.0) | 2.4.2-1.2
libfreetype6   (>= 2.2) | 2.2.1-5
libgcc1 (>= 1:4.1.1-12) | 1:4.2-20070516-1
libice6(>= 1:1.0.0) | 1:1.0.3-2
libidn11(>= 0.5.18) | 0.6.5-1
libjpeg62   | 6b-13
libkcal2b  (>= 4:3.5.5) | 4:3.5.6.dfsg.1-2
libkdepim1a(>= 4:3.5.5) | 4:3.5.6.dfsg.1-2
libkleopatra1  (>= 4:3.5.5) | 4:3.5.6.dfsg.1-2
libkmime2  (>= 4:3.5.5) | 4:3.5.6.dfsg.1-2
libkpimidentities1 (>= 4:3.5.5) | 4:3.5.6.dfsg.1-2
libksieve0 (>= 4:3.5.5) | 4:3.5.6.dfsg.1-2
libmimelib1c2a (>= 4:3.5.5) | 4:3.5.6.dfsg.1-2
libpng12-0(>= 1.2.13-4) | 1.2.15~beta5-1
libqt3-mt  (>= 3:3.3.7) | 3:3.3.7-4
libsm6  | 1:1.0.2-2
libstdc++6(>= 4.1.1-12) | 4.2-20070516-1
libx11-6| 2:1.0.3-7
libxcursor1  (>> 1.1.2) | 1.1.7-4
libxext6| 1:1.0.1-2
libxft2  (>> 2.1.1) | 2.1.12-2
libxi6  | 1:1.0.1-4
libxinerama1| 1:1.0.1-4.1
libxrandr2  | 2:1.2.1-1
libxrender1 | 1:0.9.1-3
libxt6  | 1:1.0.5-2
zlib1g (>= 1:1.2.1) | 1:1.2.3-13
perl| 5.8.8-7
kdepim-kio-plugins  | 4:3.5.6.dfsg.1-2
kdebase-kio-plugins | 4:3.5.6.dfsg.2-2


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



Bug#425292: unable to find kdcraw executable

2007-05-20 Thread CSights
Package: digikam
Version: 2:0.9.2~beta1-2
Severity: normal

Hi,
When I start digikam it says "Unable to find the kdcraw executable: 
This 
binary program is required to support . Please check the installation of 
libkdcraw package on your computer."
Looking at the installed packages it appears libkdcraw0 0.1.0-1 is 
installed.  
I guess digikam isn't finding it correctly.

Thanks,
C.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: lenny/sid
  990 testing localhost 
  980 testing localhost 
   50 unstablelocalhost 
   25 edgy-backports  us.archive.ubuntu.com 
   25 edgyus.archive.ubuntu.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-
kdelibs4c2a  (>= 4:3.5.6-1) | 4:3.5.6.r1.dfsg.1-4
libacl1   (>= 2.2.11-1) | 2.2.42-1
libart-2.0-2(>= 2.3.18) | 2.3.19-3
libattr1   (>= 2.4.4-1) | 1:2.4.32-1.1
libaudio2   | 1.8-4
libc6(>= 2.5-5) | 2.5-7
libexif12   | 0.6.13-5
libexiv2-0  | 0.14-1
libfam0 | 2.7.0-10
libfontconfig1   (>= 2.4.0) | 2.4.2-1.2
libfreetype6   (>= 2.2) | 2.2.1-5
libgcc1 (>= 1:4.2-20070516) | 1:4.2-20070516-1
libgphoto2-2 (>= 2.3.1) | 2.3.1-3
libgphoto2-port0 (>= 2.3.1) | 2.3.1-3
libice6(>= 1:1.0.0) | 1:1.0.3-2
libidn11(>= 0.5.18) | 0.6.5-1
libjasper1 (>= 1.900.1) | 1.900.1-3
libjpeg62   | 6b-13
libkdcraw0  | 0.1.0-1
libkexiv2-1 | 0.1.5-1
libkipi0| 0.1.5-2
liblcms1(>= 1.15-1) | 1.15-1
libltdl3   (>= 1.5.2-2) | 1.5.22-4
libpcre3   (>= 4.5) | 6.7-1
libpng12-0(>= 1.2.13-4) | 1.2.15~beta5-1
libqt3-mt  (>= 3:3.3.7) | 3:3.3.7-4
libsm6  | 1:1.0.2-2
libsqlite3-0(>= 3.3.17) | 3.3.17-1
libstdc++6(>= 4.2-20070516) | 4.2-20070516-1
libtiff4| 3.8.2-7
libx11-6| 2:1.0.3-7
libxcursor1  (>> 1.1.2) | 1.1.7-4
libxext6| 1:1.0.1-2
libxft2  (>> 2.1.1) | 2.1.12-2
libxi6  | 1:1.0.1-4
libxinerama1| 1:1.0.1-4.1
libxrandr2 (>= 2:1.2.0) | 2:1.2.1-1
libxrender1 | 1:0.9.1-3
libxt6  | 1:1.0.5-2
zlib1g (>= 1:1.2.1) | 1:1.2.3-13
kdebase-kio-plugins | 4:3.5.6.dfsg.2-2
libgphoto2-2-dev| 2.3.1-3



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



Bug#421031: oops

2007-04-26 Thread CSights
Package: k3b
Version: 1.0.1-1

Just realized transcode is not an official Debian package.  My bad!

C.


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



Bug#421031: suggest transcode for "Ripping Video DVD Titles"

2007-04-25 Thread CSights
Package: k3b
Version: 1.0.1-1
Severity: minor

Hi,
k3b uses transcode to create .avi movies.  Currently k3b neither 
"suggests" 
or "recommends" transcode.

Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: lenny/sid
  990 testing localhost 
  980 testing localhost 
   50 unstablelocalhost 
   25 feisty  us.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-===
kdelibs4c2a(>= 4:3.5.6-1) | 4:3.5.6.r1.dfsg.1-4
libacl1 (>= 2.2.11-1) | 2.2.42-1
libart-2.0-2  (>= 2.3.18) | 2.3.19-3
libattr1 (>= 2.4.4-1) | 1:2.4.32-1.1
libaudio2 | 1.8-4
libc6(>= 2.5) | 2.5-2
libdbus-1-3 (>= 0.94) | 1.0.2-1
libdbus-qt-1-1c2   (>= 0.62.git.20060814) | 0.62.git.20060814-2
libdvdread3(>= 0.9.6) | 0.9.7-3
libexpat1 (>= 1.95.8) | 1.95.8-3.4
libfam0   | 2.7.0-10
libfontconfig1 (>= 2.4.0) | 2.4.2-1.2
libfreetype6 (>= 2.2) | 2.2.1-5
libgcc1   (>= 1:4.1.1-12) | 1:4.1.1-21
libhal1  (>= 0.5) | 0.5.8.1-9
libice6  (>= 1:1.0.0) | 1:1.0.3-2
libidn11  (>= 0.5.18) | 0.6.5-1
libjpeg62 | 6b-13
libk3b3(>= 1.0.1) | 1.0.1-1
libmusicbrainz4c2a (>= 2.1.4) | 2.1.4-1
libpng12-0  (>= 1.2.13-4) | 1.2.15~beta5-1
libqt3-mt(>= 3:3.3.7) | 3:3.3.7-4
libsm6| 1:1.0.2-2
libstdc++6  (>= 4.1.1-12) | 4.1.1-21
libx11-6  | 2:1.0.3-7
libxcursor1(>> 1.1.2) | 1.1.7-4
libxext6  | 1:1.0.1-2
libxft2(>> 2.1.1) | 2.1.12-2
libxi6| 1:1.0.1-4
libxinerama1  | 1:1.0.1-4.1
libxrandr2   (>= 2:1.2.0) | 2:1.2.1-1
libxrender1   | 1:0.9.1-3
libxt6| 1:1.0.5-2
zlib1g   (>= 1:1.2.1) | 1:1.2.3-13
wodim | 9:1.1.4-1
 OR cdrskin   | 
cdparanoia (>= 3a9.8) | 3.10+debian~pre0-4
genisoimage   | 9:1.1.4-1
kdelibs-data   (>= 4:3.1.4-2) | 4:3.5.6.r1.dfsg.1-4
kdebase-bin   | 4:3.5.5a.dfsg.1-6
cdrdao   (>= 1.1.7-5) | 1:1.2.2-6



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



Bug#413994: greater than 4.0 GB file can be added to .iso using genisoimage

2007-04-17 Thread CSights
Package: k3b
Version: 1.0-2

Hi,
I have just verified that genisoimage can create an .iso which contains 
a 
larger than 4.0GB file.  Probably k3b is checking for a restriction which no 
longer exists?

# genisoimage -allow-limited-size 4_3_fatty.bak > /fatty.iso  
# mount -o,loop /fatty.iso /mnt/tester/
# ls -alh /mnt/tester/
total 4.3G
dr-xr-xr-x 2 4294967295 4294967295   92 2007-04-17 11:29 .
drwxr-xr-x 8 root   root   4.0K 2007-03-14 15:32 ..
-r--r--r-- 1 4294967295 4294967295 4.3G 2007-04-16 19:59 4_3_fatty.bak

Thanks,
C.



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: lenny/sid
  990 testing localhost 
  980 testing localhost 
  500 stable  localhost 
   50 unstablelocalhost 
   25 dapper  us.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-===
kdelibs4c2a(>= 4:3.5.5-1) | 4:3.5.5a.dfsg.1-8
libacl1 (>= 2.2.11-1) | 2.2.42-1
libart-2.0-2  (>= 2.3.16) | 2.3.17-1
libattr1 (>= 2.4.4-1) | 1:2.4.32-1.1
libaudio2 | 1.8-4
libc6(>= 2.3.6-6) | 2.3.6.ds1-13
libdbus-1-3 (>= 0.94) | 1.0.2-1
libdbus-qt-1-1c2   (>= 0.62.git.20060814) | 0.62.git.20060814-2
libexpat1 (>= 1.95.8) | 1.95.8-3.4
libfam0   | 2.7.0-10
libfontconfig1 (>= 2.4.0) | 2.4.2-1.2
libfreetype6 (>= 2.2) | 2.2.1-5
libgcc1   (>= 1:4.1.1-12) | 1:4.1.1-21
libhal1  (>= 0.5) | 0.5.8.1-9
libice6  (>= 1:1.0.0) | 1:1.0.1-2
libidn11  (>= 0.5.18) | 0.6.5-1
libjpeg62 | 6b-13
libk3b3  (>= 1.0) | 1.0-2
libmusicbrainz4c2a (>= 2.1.4) | 2.1.4-1
libpng12-0  (>= 1.2.13-4) | 1.2.15~beta5-1
libqt3-mt(>= 3:3.3.7) | 3:3.3.7-4
libsm6| 1:1.0.1-3
libstdc++6  (>= 4.1.1-12) | 4.1.1-21
libx11-6  | 2:1.0.3-7
libxcursor1(>> 1.1.2) | 1.1.7-4
libxext6  | 1:1.0.1-2
libxft2(>> 2.1.1) | 2.1.8.2-8
libxi6| 1:1.0.1-4
libxinerama1  | 1:1.0.1-4.1
libxrandr2| 2:1.1.0.2-5
libxrender1   | 1:0.9.1-3
libxt6| 1:1.0.2-2
zlib1g   (>= 1:1.2.1) | 1:1.2.3-13
wodim | 9:1.1.4-1
 OR cdrskin   | 
cdparanoia (>= 3a9.8) | 3.10+debian~pre0-4
genisoimage   | 9:1.1.4-1
kdelibs-data   (>= 4:3.1.4-2) | 4:3.5.5a.dfsg.1-8
kdebase-bin   | 4:3.5.5a.dfsg.1-6
cdrdao   (>= 1.1.7-5) | 1:1.2.2-6



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



Bug#419719: genisoimage -udf does not imply -allow-limited-size

2007-04-17 Thread CSights
Package: genisoimage
Version: 9:1.1.4-1
Severity: normal

Hi,
I've recently encountered a "situation" where trying to burn a file 
>2GiB 
using K3b causes the burn to fail.  I'm not sure where this problem should 
best be fixed, so I'm opening another bug here so that all parties are aware 
of the problem and can talk to each other to sort it out.
Initially I filed this bug with Debian against K3b (bug #419628).  It 
was 
subsequently forwarded to upstream (kde bug144323).  The upstream wishes that 
cdrtools and cdrkit would diverge as little as possible.  (OK, I read that 
into his comment.)
One suggestion is to have '-udf' imply '-allow-limited-size' and get 
rid 
of '-allow-limited-size' altogether.

Thanks,
C.

Cross-referenced bugs:

if file is larger than 2GiB k3b should use genisofs switch -allow-limited-size
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419628

For files larger than 2GiB, genisofs needs the "-allow-limited-size" switch
http://bugs.kde.org/144323




--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: lenny/sid
  990 testing localhost 
  980 testing localhost 
  500 stable  localhost 
   50 unstablelocalhost 
   25 dapper  us.archive.ubuntu.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libc6 (>= 2.3.6-6) | 2.3.6.ds1-13
libmagic1  | 4.20-4
zlib1g(>= 1:1.2.1) | 1:1.2.3-13



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



Bug#419628: Bug report forwarded to the K3b developer

2007-04-17 Thread CSights
Hi,

> Do you think that this bug should be merged with bug 413994 or are
> they different ?
>
>   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413994

They are different.
In bug #413994 the K3b GUI prevents dragging a >4.0GB file to the 
project.  
(Perhaps it should be opened upstream if it isn't reported already?)
In bug #419628 it is genisoimage which is giving the error.  After 
reading 
K3B's developer's response, maybe this bug can be fixed by changing 
genisoimage instead?  I'll open a bug with them as well to get the hornet's 
nest really stirred up.  :)

Thanks,
C.


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



Bug#419628: if file is larger than 2GiB k3b should use genisofs switch -allow-limited-size

2007-04-16 Thread CSights
Package: k3b
Version: 1.0-2
Severity: normal

Hi,
k3b should use the genisoimage switch "-allow-limited-size" when adding 
files 
larger than 2GiB to a DVD.
If I try to add the file "Quantum4_1a.bak" which is 2.2GB k3b fails to 
burn 
and says (in debugging output):

mkisofs
---
File /tmp/quantum/Quantum4_1a.bak is larger than 2GiB.
File /tmp/quantum/Quantum4_1a.bak is larger than 2GiB.
-allow-limited-size was not specified. There is no way do represent this file 
size. Aborting.
-allow-limited-size was not specified. There is no way do represent this file 
size. Aborting.


However, if I type at the command line:
genisoimage -allow-limited-size Quantum4_1a.bak > out.iso  

I get a valid out.iso.  (I mounted it on loopback and saw that it had 
Quantum4_1a.bak in it.)

Thanks!
C.


P.S. Here is the complete debugging output from k3b:

System
---
K3b Version: 1.0

KDE Version: 3.5.5
QT Version:  3.3.7
Kernel:  2.6.19.3
Devices
---
SONY DVD RW DRU-510A 1.1a (/dev/hdc, ) [CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, 
DVD-RW, DVD+R, DVD+RW] [DVD-ROM, DVD-R Sequential, DVD-RW Restricted 
Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, CD-ROM, CD-R, CD-RW] [SAO, TAO, 
RAW, SAO/R96R, RAW/R96R, Restricted Overwrite]

CD-ROM Drive/F5D 2.42 (/dev/hdd, ) [CD-ROM] [Error] [None]
K3bIsoImager
---
mkisofs print size result: 0 (0 bytes)

Used versions
---
mkisofs: 1.1.4

mkisofs
---
File /tmp/quantum/Quantum4_1a.bak is larger than 2GiB.
File /tmp/quantum/Quantum4_1a.bak is larger than 2GiB.
-allow-limited-size was not specified. There is no way do represent this file 
size. Aborting.
-allow-limited-size was not specified. There is no way do represent this file 
size. Aborting.

mkisofs calculate size command:
---
/usr/bin/X11/genisoimage -gui -graft-points -print-size -quiet -volid K3b data 
project -volset  -appid K3B THE CD KREATOR (C) 1998-2006 SEBASTIAN TRUEG AND 
THE K3B TEAM -publisher  -preparer  -sysid 
LINUX -abstract  -copyright  -biblio  -volset-size 1 -volset-seqno 
1 -sort /tmp/kde-cwseysoxRYVO/k3bZ8vb7a.tmp -rational-rock -hide-list 
/tmp/kde-cwseysoxRYVO/k3bqu7FRb.tmp -joliet -joliet-long -hide-joliet-list 
/tmp/kde-cwseysoxRYVO/k3bymge1b.tmp -no-cache-inodes -udf 
-full-iso9660-filenames -iso-level 
3 -path-list /tmp/kde-cwseysoxRYVO/k3bPdiPPb.tmp 



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: lenny/sid
  990 testing localhost 
  980 testing localhost 
  500 stable  localhost 
   50 unstablelocalhost 
   25 dapper  us.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-===
kdelibs4c2a(>= 4:3.5.5-1) | 4:3.5.5a.dfsg.1-8
libacl1 (>= 2.2.11-1) | 2.2.42-1
libart-2.0-2  (>= 2.3.16) | 2.3.17-1
libattr1 (>= 2.4.4-1) | 1:2.4.32-1.1
libaudio2 | 1.8-4
libc6(>= 2.3.6-6) | 2.3.6.ds1-13
libdbus-1-3 (>= 0.94) | 1.0.2-1
libdbus-qt-1-1c2   (>= 0.62.git.20060814) | 0.62.git.20060814-2
libexpat1 (>= 1.95.8) | 1.95.8-3.4
libfam0   | 2.7.0-10
libfontconfig1 (>= 2.4.0) | 2.4.2-1.2
libfreetype6 (>= 2.2) | 2.2.1-5
libgcc1   (>= 1:4.1.1-12) | 1:4.1.1-21
libhal1  (>= 0.5) | 0.5.8.1-9
libice6  (>= 1:1.0.0) | 1:1.0.1-2
libidn11  (>= 0.5.18) | 0.6.5-1
libjpeg62 | 6b-13
libk3b3  (>= 1.0) | 1.0-2
libmusicbrainz4c2a (>= 2.1.4) | 2.1.4-1
libpng12-0  (>= 1.2.13-4) | 1.2.15~beta5-1
libqt3-mt(>= 3:3.3.7) | 3:3.3.7-4
libsm6| 1:1.0.1-3
libstdc++6  (>= 4.1.1-12) | 4.1.1-21
libx11-6  | 2:1.0.3-7
libxcursor1(>> 1.1.2) | 1.1.7-4
libxext6  | 1:1.0.1-2
libxft2(>> 2.1.1) | 2.1.8.2-8
libxi6| 1:1.0.1-4
libxinerama1  | 1:1.0.1-4.1
libxrandr2| 2:1.1.0.2-5
libxrender1   | 1:0.9.1-3
libxt6| 1:1.0.2-2
zlib1g   (>= 1:1.2.1) | 1:1.2.3-13
wodim | 9:1.1.4-1
 OR cdrskin   | 
cdparanoia (>= 3a9.8) | 3.10+de

Bug#413994: still a problem

2007-04-16 Thread CSights
Package: k3b
Version: 1.0-2

Hi,
I can confirm this bug still exists:
k3b says under details:

"It is not possible to add files bigger than 4.0 GB"


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: lenny/sid
  990 testing localhost 
  980 testing localhost 
  500 stable  localhost 
   50 unstablelocalhost 
   25 dapper  us.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-===
kdelibs4c2a(>= 4:3.5.5-1) | 4:3.5.5a.dfsg.1-8
libacl1 (>= 2.2.11-1) | 2.2.42-1
libart-2.0-2  (>= 2.3.16) | 2.3.17-1
libattr1 (>= 2.4.4-1) | 1:2.4.32-1.1
libaudio2 | 1.8-4
libc6(>= 2.3.6-6) | 2.3.6.ds1-13
libdbus-1-3 (>= 0.94) | 1.0.2-1
libdbus-qt-1-1c2   (>= 0.62.git.20060814) | 0.62.git.20060814-2
libexpat1 (>= 1.95.8) | 1.95.8-3.4
libfam0   | 2.7.0-10
libfontconfig1 (>= 2.4.0) | 2.4.2-1.2
libfreetype6 (>= 2.2) | 2.2.1-5
libgcc1   (>= 1:4.1.1-12) | 1:4.1.1-21
libhal1  (>= 0.5) | 0.5.8.1-9
libice6  (>= 1:1.0.0) | 1:1.0.1-2
libidn11  (>= 0.5.18) | 0.6.5-1
libjpeg62 | 6b-13
libk3b3  (>= 1.0) | 1.0-2
libmusicbrainz4c2a (>= 2.1.4) | 2.1.4-1
libpng12-0  (>= 1.2.13-4) | 1.2.15~beta5-1
libqt3-mt(>= 3:3.3.7) | 3:3.3.7-4
libsm6| 1:1.0.1-3
libstdc++6  (>= 4.1.1-12) | 4.1.1-21
libx11-6  | 2:1.0.3-7
libxcursor1(>> 1.1.2) | 1.1.7-4
libxext6  | 1:1.0.1-2
libxft2(>> 2.1.1) | 2.1.8.2-8
libxi6| 1:1.0.1-4
libxinerama1  | 1:1.0.1-4.1
libxrandr2| 2:1.1.0.2-5
libxrender1   | 1:0.9.1-3
libxt6| 1:1.0.2-2
zlib1g   (>= 1:1.2.1) | 1:1.2.3-13
wodim | 9:1.1.4-1
 OR cdrskin   | 
cdparanoia (>= 3a9.8) | 3.10+debian~pre0-4
genisoimage   | 9:1.1.4-1
kdelibs-data   (>= 4:3.1.4-2) | 4:3.5.5a.dfsg.1-8
kdebase-bin   | 4:3.5.5a.dfsg.1-6
cdrdao   (>= 1.1.7-5) | 1:1.2.2-6



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



Bug#419624: search by bug #

2007-04-16 Thread CSights
Package: reportbug-ng
Version: 0.2007.04.13
Severity: wishlist

Hi, 
Bugreport-ng is a fun program!
It would be cool if one could search by bug number as well as package 
name.  
E.g by typing  #314555 and enter it would know to look up the bug # rather 
than a package name.

Thanks bunches!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: lenny/sid
  990 testing localhost 
  980 testing localhost 
  500 stable  localhost 
   50 unstablelocalhost 
   25 dapper  us.archive.ubuntu.com 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.4.4-2
python-central (>= 0.5.8) | 0.5.13-0.1
python-qt3| 3.16-1.2



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



Bug#418489: new davfs2 version 1.2.0 released

2007-04-09 Thread CSights
Package: davfs2
Version: 1.1.2-3
Severity: wishlist

Hi, You're probably aware already that there is a new davfs2 version 1.2.0 
released April 7th (2007).

Release Name: 1.2.0

Notes:
This is the first internationalized version of davfs2. At
the moment there is only a german translation, but others
will follow.
davfs2 now supports client certificates and selfmade server
certificates.
The binary version is no longer statically linked. You will
need libneon-0.25 installed on your system. You should
prefer building from the source package anyway.

Changes:
What is new in davfs2 1.2.0
===

- davfs2 now supports localized versions of messages and
  man pages using GNU gettext and the po4a tools. Currently
  there is a german translation, but other languages will
  follow. You are invited to contribute.

- davfs2 needs a system user 'davfs2' and a system group
 'davfs2'. Normal users must be member of group 'davfs2'
  in order to mount (no longer group 'users'). You may
  change the system user and group at configuration time.
  You will have to create the system user and group
  manually. The  system user should not have a shell.
  Proposed home directory is '/var/cache/davfs2', but this
  does not matter.

- davfs2 supports client certificates.

- davfs2 can use server certificates, stored on disk, that
  can not be verified the normal way, like selfmade
  certificates.

- davfs can translate the encoding of file names.

- There are two new man pages: umount.davfs and davfs2.conf.

- File system is mounted, even when the first request times
  out. When access to the file system is tried, an error is
  returned until the connection comes up. (This feature had
  been removed in the last release by mistake.)




Thanks!
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: 4.0
  990 testing localhost 
  980 testing localhost 
   50 unstablelocalhost 
   40 experimentallocalhost 
   25 dapper  us.archive.ubuntu.com 

--- Package information. ---
Depends(Version) | Installed
-+-=
libc6   (>= 2.3.6-6) | 2.3.6.ds1-13
libneon26(>= 0.26.2) | 0.26.3-1
debconf(>= 0.5)  | 1.5.13
 OR debconf-2.0  |


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



Bug#343077: unison2.9.1-gtk: possibly gtk-qt-engine's fault

2007-04-09 Thread csights
Package: unison2.9.1-gtk
Version: 2.9.1-5
Followup-For: Bug #343077

Hi,
I'm wondering if the original reporter is using gtk-qt-engine?  I 
started having this
problem after upgrading from gtk-qt-engine 0.7-? to 0.8~svn-rev31-3.  
Reinstalling 
gtk-qt-engine 0.7 causes the button text to be visable again.
I have opened a bug #418384 against gtk-qt-engine .

Thanks,
C.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable'), (40, 'experimental'), (25, 
'dapper')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages unison2.9.1-gtk depends on:
ii  libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra

Versions of packages unison2.9.1-gtk recommends:
ii  openssh-client [ssh-client]   1:4.3p2-9  Secure shell client, an rlogin/rsh
pn  ssh-askpass(no description available)

-- no debconf information


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



Bug#418384: 0.7 -> 0.8~svn-rev31-3 causes button text in Unison2.9.1-gtk to disappear

2007-04-09 Thread CSights
Package: gtk-qt-engine
Version: 1:0.8~svn-rev31-3
Severity: normal

Hi,
After upgrading from gtk-qt-engine ~0.7 to 0.8(svn) the buttons in the 
synchronizing screen of Unison2.9.1-gtk disappear.  Reinstalling 
gtk-qt-engine 0.7 causes the button text to be visable again.

Thanks,
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.3

Debian Release: 4.0
  990 testing localhost 
   50 unstablelocalhost 
   40 experimentallocalhost 
   25 dapper  us.archive.ubuntu.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libc6  (>= 2.3.6-6) | 2.3.6.ds1-13
libglib2.0-0(>= 2.12.0) | 2.12.4-2
libgtk2.0-0  (>= 2.8.0) | 2.8.20-7
libpango1.0-0   (>= 1.14.8) | 1.14.8-5
libqt3-mt  (>= 3:3.3.7) | 3:3.3.7-4
libstdc++6(>= 4.1.1-12) | 4.1.1-21
libx11-6| 2:1.0.3-7



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



Bug#408296: closed in kmail-3.5.7 or later

2007-03-09 Thread CSights
This bug was fixed upstream recently, so it will appear in kmail-3.5.7 or 
later.  Will check again as future versions are released.


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



Bug#413994: (no subject)

2007-03-08 Thread CSights
Oops,
Burning the above DataDVD fails and looking at debugging output shows 
that 
genisoimage is bailing out:
"
/usr/bin/X11/genisoimage: Value too large for defined data type. 
File /home/csights/ddata/MultiMedia/WorldAtWar/TOS_S1D2.iso is too large - 
ignoring
"
The genisoimage shortcoming is reported at debian bug #401988.
I guess k3b's not allowing the drag'n'drop is proper, but I am almost 
sure 
this worked a few months ago!  Maybe the switch to wodim was the point at 
which it stopped working?

Thanks,
C.

Here is the debugging output:
System
---
K3b Version: 0.12.17

KDE Version: 3.5.5
QT Version:  3.3.7
Kernel:  2.6.19.3
Devices
---
SONY DVD RW DRU-510A 1.1a (/dev/hdc, ) at /media/udf-disk [CD-R; CD-RW; 
CD-ROM; DVD-ROM; DVD-R; DVD-RW; DVD+R; DVD+RW] [DVD-ROM; DVD-R Sequential; 
DVD-RW Restricted Overwrite; DVD-RW Sequential; DVD+RW; DVD+R; CD-ROM; CD-R; 
CD-RW] [SAO; TAO; RAW; SAO/R96R; RAW/R96R; Restricted Overwrite]

CD-ROM Drive/F5D 2.42 (/dev/hdd, ) at /media/cdrom1 [CD-ROM] [Error] [None]
Used versions
---
growisofs: 7.0.1
mkisofs: 1.1.2

growisofs
---
WARNING: /dev/hdc already carries isofs!
I: -input-charset not specified, using iso-8859-1 (detected in locale 
settings)
/usr/bin/X11/genisoimage: Value too large for defined data type. 
File /home/csights/ddata/MultiMedia/WorldAtWar/TOS_S1D2.iso is too large - 
ignoring
:-( write failed: Input/output error

growisofs command:
---
/usr/bin/X11/growisofs -Z /dev/hdc -use-the-force-luke=notray 
-use-the-force-luke=tty -speed=4 -overburn -use-the-force-luke=bufsize:32m -gui 
-graft-points -volid 
TOS_S1D2 -volset  -appid K3B THE CD KREATOR (C) 1998-2005 SEBASTIAN TRUEG AND 
THE K3B TEAM -publisher  -preparer  -sysid LINUX -volset-size 1 -volset-seqno 
1 -sort /tmp/kde-csightsoxRYVO/k3bH6NWxb.tmp -rational-rock -hide-list 
/tmp/kde-csightsoxRYVO/k3b4CYkJa.tmp -joliet -hide-joliet-list 
/tmp/kde-csightsoxRYVO/k3bhqHUoa.tmp -udf -full-iso9660-filenames -iso-level 
2 -path-list /tmp/kde-csightsoxRYVO/k3bZeQWcc.tmp 



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



Bug#413994: k3b: It is not possible to add files bigger than 4 GB

2007-03-08 Thread csights
Package: k3b
Version: 0.12.17-9
Severity: normal

Hi,
If I drag a 4.2 GB (4,505,321,472) *.iso file into a DataDVD "Use 
drag'n'drop to add files 
and directories to the project" window k3b gives the message 

"Some files could not be added to the project"
and under Detaills >>
"It is not possible to add files bigger than 4 GB"

This worked a few months ago...
Furthermore, if I drag the same file onto the DataDVD tab (where the 
label "DataDVD0" 
is written) the file IS successfully added to the project.

Other info, there is enough room in the temp directory (12.4 GB).

Any other info?  Thanks!
C.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable'), (40, 'experimental'), (25, 
'dapper')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages k3b depends on:
ii  cdparanoia   3.10+debian~pre0-4  audio extraction tool for sampling
ii  cdrdao   1:1.2.2-5   records CDs in Disk-At-Once (DAO) 
ii  genisoimage  9:1.1.2-1   Creates ISO-9660 CD-ROM filesystem
ii  kdebase-bin  4:3.5.5a.dfsg.1-6   core binaries for the KDE base mod
ii  kdelibs-data 4:3.5.5a.dfsg.1-6   core shared data for all KDE appli
ii  kdelibs4c2a  4:3.5.5a.dfsg.1-6   core libraries and binaries for al
ii  libacl1  2.2.41-1Access control list shared library
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libattr1 2.4.32-1Extended attribute shared library
ii  libaudio21.8-3   The Network Audio System (NAS). (s
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libdbus-1-3  1.0.2-1 simple interprocess messaging syst
ii  libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging syst
ii  libexpat11.95.8-3.4  XML parsing C library - runtime li
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]  0.1.8-1 Client library for the gamin file 
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libhal1  0.5.8.1-6.1 Hardware Abstraction Layer - share
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libk3b2  0.12.17-9   The KDE cd burning application lib
ii  libmusicbrainz4c2a   2.1.4-1 Second generation incarnation of t
ii  libpng12-0   1.2.15~beta5-1  PNG library - runtime
ii  libqt3-mt3:3.3.7-3   Qt GUI Library (Threaded runtime v
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-5   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  libxt6   1:1.0.2-2   X11 toolkit intrinsics library
ii  wodim9:1.1.2-1   command line CD/DVD writing tool
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages k3b recommends:
ii  dvd+rw-tools   7.0-4 DVD+-RW/R tools
ii  kcontrol   4:3.5.5a.dfsg.1-6 control center for KDE
ii  kdebase-kio-plugins4:3.5.5a.dfsg.1-6 core I/O slaves for KDE
pn  vcdimager  (no description available)

-- no debconf information


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



Bug#412054: [Strigi-devel] segfault running strigidaemon 0.3.11 on debian

2007-02-26 Thread CSights
Hi Jos and Debian bug,
I believe the segfault is caused by some wrongness in the
/usr/lib/strigi/strigita_kfile.so file.

strigi-plugins includes two libraries /usr/lib/strigi/strigita_kfile.so 
and /usr/lib/strigi/strigita_libextractor.so .

I get a segfault when I do
#mv /usr/lib/strigi/strigita_libextractor.so 
/usr/lib/strigi/strigita_libextractor.so.bak 
(then revert), but no segfault when I do a
#mv /usr/lib/strigi/strigita_kfile.so /usr/lib/strigi/strigita_kfile.so.bak

So, though there were lots of "file not founds" for the libextractor 
libraries, the segfault actually comes from the strigita_kfile.so.

Thanks!
C.


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



Bug#412054: [Strigi-devel] segfault running strigidaemon 0.3.11 on debian

2007-02-26 Thread CSights
Hi Jos and Debian Bugzilla,
I've attached output from valgrind after running:
#valgrind xmlindexer kontact.desktop 2>&1>&valgrindOutput
There are many messages such as
"Loading `libextractor_exiv2' plugin failed: libextractor_exiv2.so: cannot 
open shared object file: No such file or directory"
These files exist in /usr/lib/libextractor/, but perhaps they cannot be 
found 
by the program?

Debian specific info:
segfault: strigi-daemon, strigi-client, strigi-plugins (and their 
dependencies)
no segfault: strigi-daemon, strigi-client (and their dependencies)
So the problem is probably in the strigi-plugins package (as hinted at 
earlier in the bug report)

Thanks,
C.
==1811== Memcheck, a memory error detector.
==1811== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==1811== Using LibVEX rev 1732, a library for dynamic binary translation.
==1811== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==1811== Using valgrind-3.2.3-Debian, a dynamic binary instrumentation 
framework.
==1811== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==1811== For more details, rerun with: -v
==1811== 
--1811-- DWARF2 CFI reader: unhandled CFI instruction 0:50
--1811-- DWARF2 CFI reader: unhandled CFI instruction 0:50
--1811-- DWARF2 CFI reader: unhandled CFI instruction 0:50
--1811-- DWARF2 CFI reader: unhandled CFI instruction 0:50
==1811== Conditional jump or move depends on uninitialised value(s)
==1811==at 0x4010C4E: (within /lib/ld-2.3.6.so)
==1811==by 0x4006704: (within /lib/ld-2.3.6.so)
==1811==by 0x440AB8F: (within /lib/tls/libc-2.3.6.so)
==1811==by 0x400B44E: (within /lib/ld-2.3.6.so)
==1811==by 0x440A5FE: _dl_open (in /lib/tls/libc-2.3.6.so)
==1811==by 0x44488ED: (within /lib/tls/libdl-2.3.6.so)
==1811==by 0x400B44E: (within /lib/ld-2.3.6.so)
==1811==by 0x444842C: (within /lib/tls/libdl-2.3.6.so)
==1811==by 0x4448884: dlopen (in /lib/tls/libdl-2.3.6.so)
==1811==by 0x4044FAA: jstreams::AnalyzerLoader::loadModule(char const*) (in 
/usr/lib/libstreamindexer.so.0.3.11)
==1811==by 0x4045433: jstreams::AnalyzerLoader::loadPlugins(char const*) 
(in /usr/lib/libstreamindexer.so.0.3.11)
==1811==by 0x403C984: 
jstreams::StreamIndexer::StreamIndexer(jstreams::IndexerConfiguration&) (in 
/usr/lib/libstreamindexer.so.0.3.11)
==1811== 
==1811== Conditional jump or move depends on uninitialised value(s)
==1811==at 0x4010C5D: (within /lib/ld-2.3.6.so)
==1811==by 0x4006704: (within /lib/ld-2.3.6.so)
==1811==by 0x440AB8F: (within /lib/tls/libc-2.3.6.so)
==1811==by 0x400B44E: (within /lib/ld-2.3.6.so)
==1811==by 0x440A5FE: _dl_open (in /lib/tls/libc-2.3.6.so)
==1811==by 0x44488ED: (within /lib/tls/libdl-2.3.6.so)
==1811==by 0x400B44E: (within /lib/ld-2.3.6.so)
==1811==by 0x444842C: (within /lib/tls/libdl-2.3.6.so)
==1811==by 0x4448884: dlopen (in /lib/tls/libdl-2.3.6.so)
==1811==by 0x4044FAA: jstreams::AnalyzerLoader::loadModule(char const*) (in 
/usr/lib/libstreamindexer.so.0.3.11)
==1811==by 0x4045433: jstreams::AnalyzerLoader::loadPlugins(char const*) 
(in /usr/lib/libstreamindexer.so.0.3.11)
==1811==by 0x403C984: 
jstreams::StreamIndexer::StreamIndexer(jstreams::IndexerConfiguration&) (in 
/usr/lib/libstreamindexer.so.0.3.11)
==1811== 
==1811== Conditional jump or move depends on uninitialised value(s)
==1811==at 0x4010C6C: (within /lib/ld-2.3.6.so)
==1811==by 0x4006704: (within /lib/ld-2.3.6.so)
==1811==by 0x440AB8F: (within /lib/tls/libc-2.3.6.so)
==1811==by 0x400B44E: (within /lib/ld-2.3.6.so)
==1811==by 0x440A5FE: _dl_open (in /lib/tls/libc-2.3.6.so)
==1811==by 0x44488ED: (within /lib/tls/libdl-2.3.6.so)
==1811==by 0x400B44E: (within /lib/ld-2.3.6.so)
==1811==by 0x444842C: (within /lib/tls/libdl-2.3.6.so)
==1811==by 0x4448884: dlopen (in /lib/tls/libdl-2.3.6.so)
==1811==by 0x4044FAA: jstreams::AnalyzerLoader::loadModule(char const*) (in 
/usr/lib/libstreamindexer.so.0.3.11)
==1811==by 0x4045433: jstreams::AnalyzerLoader::loadPlugins(char const*) 
(in /usr/lib/libstreamindexer.so.0.3.11)
==1811==by 0x403C984: 
jstreams::StreamIndexer::StreamIndexer(jstreams::IndexerConfiguration&) (in 
/usr/lib/libstreamindexer.so.0.3.11)
==1811== 
==1811== Conditional jump or move depends on uninitialised value(s)
==1811==at 0x4010DDC: (within /lib/ld-2.3.6.so)
==1811==by 0x4006704: (within /lib/ld-2.3.6.so)
==1811==by 0x440AB8F: (within /lib/tls/libc-2.3.6.so)
==1811==by 0x400B44E: (within /lib/ld-2.3.6.so)
==1811==by 0x440A5FE: _dl_open (in /lib/tls/libc-2.3.6.so)
==1811==by 0x44488ED: (within /lib/tls/libdl-2.3.6.so)
==1811==by 0x400B44E: (within /lib/ld-2.3.6.so)
==1811==by 0x444842C: (within /lib/tls/libdl-2.3.6.so)
==1811==by 0x4448884: dlopen (in /lib/tls/libdl-2.3.6.so)
==1811==by 0x4044FAA: jstreams::AnalyzerLoader::loadModule(char const*) (in 
/usr/lib/libstreaminde

Bug#412054: [Strigi-devel] segfault running strigidaemon 0.3.11 on debian

2007-02-26 Thread CSights
Hi Jos,
>
> Hi C.
>
> It sounds like it crashes on the first file it sees! Does it actually
> index any file properly?

Right, I don't think it indexes any file.  The only file that is created in 
the ~/.strigi/clucene is the "segments" file.

C.


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



Bug#412054: (no subject)

2007-02-23 Thread CSights
Hi,
I have a segfault problem as well with strigdaemon 0.3.11 . I've sent 
the 
author a backtrace from gdb (attached), and he thinks the problem is "It is 
in a kde plugins for analyzing the files."
I have compiled the strigi-daemon on my computer from the debian source 
package and installed those packages instead of the debian binaries.  Now 
strigi-daemon no longer segfaults.
(It does get hung up on wvWare processing a file.  wvWare appears to 
finish 
after manually running wvWare on the same file.  I think strigi-daemon might 
be waiting for wvWare even though wvWare is actually done.  Perhaps a 
separate problem.)
Would it matter if these packages were compiled with kde-3.5.5 versus 
kde-3.5.6?  E.g. if the binary packages were created on a system with 
kde-3.5.6 would they work on a system with kde-3.5.5?  Or maybe some other 
problem with creating the binary package on a system with 
other "experimental" packages, then installing the binary package on a 
mostly "testing" system?

Thanks,
C.
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/strigidaemon
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1216846144 (LWP 9974)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
2007-02-23 00:07:59,386 [3078121152] DEBUG strigi.daemon - filter manager 
initialized
[New Thread -1216848976 (LWP 9977)]
[New Thread -1225237584 (LWP 9978)]
/usr/lib/strigi/strigita_magic.so
(no debugging symbols found)
(no debugging symbols found)
/usr/lib/strigi/strigita_kfile.so
(no debugging symbols found)
/usr/lib/strigi/strigita_libextractor.so
/usr/lib/strigi/strigita_xattr.so
2007-02-23 00:09:54,704 [3078118320] DEBUG strigi.IndexScheduler - 0 real files 
in the database
2007-02-23 00:09:54,705 [3078118320] DEBUG strigi.IndexScheduler - going to 
index
listFiles /home/csights/.kde
listFiles /home/csights/ddata
2007-02-23 00:10:10,152 [3078118320] DEBUG strigi.IndexScheduler - 0 files to 
remove
2007-02-23 00:10:10,169 [3078118320] DEBUG strigi.IndexScheduler - 60958 files 
to add or update

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1216848976 (LWP 9977)]
---Type  to continue, or q  to quit---
KInstance::dirs (this=0x0) at 
/tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/kinstance.cpp:162
162 /tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/kinstance.cpp: No such file 
or directory.
in /tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/kinstance.cpp
Current language:  auto; currently c++
(gdb) thread 1
[Switching to thread 1 (Thread -1216846144 (LWP 9974))]#0  0xb7ec15fe in accept 
()
   from /lib/tls/libpthread.so.0
(gdb) backtrace
#0  0xb7ec15fe in accept () from /lib/tls/libpthread.so.0
#1  0x0805eac4 in SocketServer::run ()
#2  0x0805a222 in main ()
(gdb) thread 2
[Switching to thread 2 (Thread -1216848976 (LWP 9977))]#0  KInstance::dirs 
(this=0x0)
at /tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/kinstance.cpp:162
162 in /tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/kinstance.cpp
(gdb) backtrace
#0  KInstance::dirs (this=0x0) at 
/tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/kinstance.cpp:162
#1  0xb6667b22 in KGlobal::dirs () at 
/tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/kglobal.cpp:58
#2  0xb669c209 in KSycoca::openDatabase (this=0x89878b0, 
openDummyIfNotFound=true)
at /tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/ksycoca.cpp:116
#3  0xb669ea96 in KSycoca (this=0x89878b0)
at /tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/ksycoca.cpp:103
#4  0xb669eb29 in KSycoca::self () at 
/tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/ksycoca.cpp:215
#5  0xb66b5aec in KSycocaFactory (this=0x8987860, 
factory_id=KST_KServiceTypeFactory)
at /tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kdecore/ksycocafactory.cpp:34
#6  0xb63a9748 in KServiceTypeFactory (this=0x8987860)
at /tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kio/kio/kservicetypefactory.cpp:34
#7  0xb63a993b in KServiceTypeFactory::self ()
at /tmp/buildd/kdelibs-3.5.5a.dfsg.1/./kio/kio/kservicetype

Bug#412054: [Strigi-devel] segfault running strigidaemon 0.3.11 on debian

2007-02-23 Thread CSights
Hi Jon,
I was able to find that the daemon segfaults on kontact.desktop file.  
I 
discovered which file was causing a segfault by running strigi-daemon under 
gdb, then when there was a segfault I checked lsof to find which file 
strigi-daemon had opened.
Trying to run strigi-daemon again after moving kontact.desktop out of 
the 
search path, it again segfaults on another .desktop file.
Adding *.desktop to the exclude filter, strigi-daemon segfaults, this 
time 
on "Adobe Acrobat 4.0.xpm".  (Do you want this file?)
Adding *.xpm to the exclude filter, strigi-daemon segfaults on a .jpg 
file.

All of these files I can get the metainfo on (right-click, properties, 
meta 
info).  Is this also a kfile function?
I'm beginning to think strigi simply segfaults on the first file it 
encounters, and is probably a Debian specific problem. A bug has been opened 
already on the debian bug tracker.  If you have any other input let me/us 
know:
http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=412054

Thanks,
C.

On Friday 23 February 2007 00:41, Jos van den Oever wrote:
> Hi C.,
> Thanks for you report. Do you have an idea on what file it crashes?
> The backtrace is useful in locating approximately where the error is.
> It is in a kde plugins for analyzing the files. The simple solution
> would be to remove strigita_kfile.so from your lib directory. This
> will remove the problem. However, if you could track down the file
> causing the problem, that would be very nice.
>
> Cheers,
> Jos


kontact.desktop
Description: application/desktop


Bug#412054: not an rc bug

2007-02-23 Thread CSights
Hi,
This bug is for strigi 0.3.11 (experimental), not 0.3.9 (testing), so 
it 
isn't an block etch blocker.

Thanks!
C.


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



Bug#411051: live-package: jffs2 or similar for usb image type

2007-02-15 Thread csights
Package: live-package
Version: 0.99.19-1
Severity: wishlist

Hi,
   Now that live-package creates a USB image version, it would be nice
if one of the filesystem types were writeable.  E.g. jffs2

Thanks for the fun and useful project!
C.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable'), (40, 'experimental'), (25, 
'dapper')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages live-package depends on:
ii  cdebootstrap 0.3.15  Bootstrap a Debian system
ii  genext2fs1.4-rc1-2.1 ext2 filesystem generator for embe
ii  genisoimage  9:1.1.2-1   Creates ISO-9660 CD-ROM filesystem
ii  squashfs-tools   1:3.1r2-6   Tool to create and append to squas

live-package recommends no packages.

-- no debconf information


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



Bug#408296: possible fix + patch

2007-02-02 Thread CSights
Hi,
I've sent the below patch and report to the kde bug mentioned earlier.  
They 
haven't yet confirmed my original bug

The KMFolder destructor calls 
FolderStorage::deregisterFromMessageDict() and this causes the .index.ids
file to be written to disk again after kmail originally deleted it.
This can be avoided if "mExportsSernums = false;" after the .index.ids
file is deleted in FolderStorage::remove().
This works because just before writing the .index.ids the code 
(FolderStorage::writeFolderIdsFile()) does not write the .index.ids file 
if mExportsSernums == false.


folderstorage.cpp

void FolderStorage::remove()

   if ( mExportsSernums )
+  {
 KMMsgDict::mutableInstance()->removeFolderIds( *this );
+mExportsSernums = false;   // do not writeFolderIds after removal
+  }


Thanks!
C.
--- folderstorage.cpp.old	2007-02-02 14:41:51.0 -0500
+++ folderstorage.cpp	2007-02-02 14:42:50.0 -0500
@@ -724,7 +724,10 @@
   close(true);
 
   if ( mExportsSernums )
+  {
 KMMsgDict::mutableInstance()->removeFolderIds( *this );
+mExportsSernums = false;	// do not writeFolderIds after removal
+  }
   unlink(QFile::encodeName(indexLocation()) + ".sorted");
   unlink(QFile::encodeName(indexLocation()));
 


  1   2   >