Bug#1019545: samba: Permission/ownership issue in /var/lib/samba results in repeated panic or segfault after upgrading from Buster to Bullseye

2022-09-11 Thread Jason Cohen
Package: samba
Version: 2:4.16.4+dfsg-2~bpo11+1
Severity: normal

Dear Maintainer,

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

   * What led up to the situation?

I upgraded my system from Buster to Bullseye.  As part of that process, Samba 
was upgraded to 4.16.4. After the upgrade, I began receiving emails reporting a 
Panic or segfault in Samba everytime a user tried to access a file share after 
going idle.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

After enabling debug logging, I saw that the panic/segfault was preceeded by 
the following error:L "stat of /var/lib/samba/usershare/data failed. Permission 
denied."  

In order to fix the issue, I changed the file ownership of all files in the 
above directory to root:sambashare and added my user (jason) to the sambashare 
group. After making these changes, the errors went away. I am reporting this as 
it's a change in behavior. I did not experience these segfaults in Buster.  It 
appears that the expected ownership of this directory changed, causing my issue.

   * What was the outcome of this action?

Changing the ownership to root:sambashare and adding my user to the sambashare 
group resolved the segfaults. 

   * What outcome did you expect instead?


-- Package-specific info:
* /etc/samba/smb.conf present, and attached
* /var/lib/samba/dhcp.conf present, and attached

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

Kernel: Linux 5.10.0-17-amd64 (SMP w/32 CPU threads)
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) (ignored: LC_ALL 
set to en_US.UTF-8), LANGUAGE=en_US.UTF-8
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages samba depends on:
ii  adduser  3.118
ii  init-system-helpers  1.60
ii  libbsd0  0.11.3-1
ii  libc62.31-13+deb11u4
ii  libcups2 2.3.3op2-3+deb11u2
ii  libgnutls30  3.7.1-5+deb11u2
ii  libldap-2.4-22.4.57+dfsg-3+deb11u1
ii  libldb2  2:2.5.2+samba4.16.4-2~bpo11+1
ii  libpam-modules   1.4.0-9+deb11u1
ii  libpam-runtime   1.4.0-9+deb11u1
ii  libpopt0 1.18-2
ii  libtalloc2   2.3.3-4~bpo11+1
ii  libtasn1-6   4.16.0-2
ii  libtdb1  1.4.6-3~bpo11+1
ii  libtevent0   0.11.0-1~bpo11+1
ii  lsb-base 11.1.0
ii  procps   2:3.3.17-5
ii  python3  3.9.2-3
ii  python3-dnspython2.0.0-1
ii  python3-samba2:4.16.4+dfsg-2~bpo11+1
ii  samba-common 2:4.16.4+dfsg-2~bpo11+1
ii  samba-common-bin 2:4.16.4+dfsg-2~bpo11+1
ii  samba-libs   2:4.16.4+dfsg-2~bpo11+1
ii  tdb-tools1.4.3-1+b1

Versions of packages samba recommends:
ii  attr1:2.4.48-6
ii  logrotate   3.18.0-2+deb11u1
ii  python3-markdown3.3.4-1
ii  samba-dsdb-modules  2:4.16.4+dfsg-2~bpo11+1
ii  samba-vfs-modules   2:4.16.4+dfsg-2~bpo11+1

Versions of packages samba suggests:
ii  bind9 1:9.16.27-1~deb11u1
ii  bind9-utils [bind9utils]  1:9.16.27-1~deb11u1
ii  bind9utils1:9.16.27-1~deb11u1
ii  ctdb  2:4.16.4+dfsg-2~bpo11+1
pn  ldb-tools 
ii  ntp   1:4.2.8p15+dfsg-1
pn  smbldap-tools 
pn  ufw   
pn  winbind   

-- Configuration Files:
/etc/logrotate.d/samba changed:
/var/log/samba/log.smbd {
weekly
missingok
rotate 7
postrotate
[ ! -x /usr/bin/smbcontrol ] || [ ! -f /run/samba/smbd.pid ] || 
/usr/bin/smbcontrol smbd reload-config
endscript
#compress
delaycompress
notifempty
}
/var/log/samba/log.nmbd {
weekly
missingok
rotate 7
postrotate
[ ! -x /usr/bin/smbcontrol ] || [ ! -f /run/samba/nmbd.pid ] || 
/usr/bin/smbcontrol nmbd reload-config
endscript
#compress
delaycompress
notifempty
}
/var/log/samba/log.samba {
weekly
missingok
rotate 7
postrotate
if [ -d /run/systemd/system ] && command systemctl >/dev/null 
2>&1 && systemctl is-active --quiet samba-ad-dc; then
systemctl kill --kill-who all --signal=SIGHUP 
samba-ad-dc
elif [ -f /run/samba/samba.pid ]; then
# This only sends to main pid, See #803924
kill -HUP `cat /run/samba/samba.pid`
fi
endscript
#compress
delaycompress
notifempty
}


-- debconf information:
  samba/run_mode: daemons
  samba-common/title:
#
# Sample configuration file for the Samba suite for De

Bug#1019544: linux-image-5.10.0-18-amd64: Kernel regression causes multiple data errors and pool suspension of ZFS pools

2022-09-11 Thread Jason Cohen
Package: src:linux
Version: 5.10.140-1
Severity: important
Tags: upstream

Dear Maintainer,

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

   * What led up to the situation?

I installed the 11.5 point upgrade which included upgrading the kernel from 
5.10.136-1 to 5.10.140-1. After booting the new kernel, I immediately received 
multiple reports of data errors on multiple ZFS pools.  My main pool (12 drive 
raidz2) shows 6 drives as faulted, resulted in the pool being suspended (data 
inaccessible).  Uncorrectable data errors were shown on thousands of files. The 
issue persisted despite multiple reboots and a cool boot where I disconnected 
the power cables, drained power by holding the power button for 30 seconds, and 
reconnected power.

Note that smartmontools showed no errors on any of the impacted disks.

Syslog showed the following errors:

Sep 11 09:40:02 storage-server kernel: [  595.925139] WARNING: Pool 'data' has 
encountered an uncorrectable I/O failure and has been suspended.
Sep 11 09:40:02 storage-server kernel: [  595.925139]
Sep 11 09:40:02 storage-server zed: eid=203 class=io_failure pool='data'
Sep 11 09:40:02 storage-server zed: eid=202 class=data pool='data' priority=0 
err=6 flags=0x8881 bookmark=2564:131200:0:2448
Sep 11 09:40:11 storage-server kernel: [  605.153524] INFO: task txg_sync:36217 
blocked for more than 241 seconds.
Sep 11 09:40:11 storage-server kernel: [  605.153529]   Tainted: P  
 OE 5.10.0-18-amd64 #1 Debian 5.10.140-1
Sep 11 09:40:11 storage-server kernel: [  605.153530] "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Sep 11 09:40:11 storage-server kernel: [  605.153532] task:txg_sync
state:D stack:0 pid:36217 ppid: 2 flags:0x4000
Sep 11 09:40:11 storage-server kernel: [  605.153536] Call Trace:
Sep 11 09:40:11 storage-server kernel: [  605.153546]  __schedule+0x282/0x880
Sep 11 09:40:11 storage-server kernel: [  605.153549]  schedule+0x46/0xb0
Sep 11 09:40:11 storage-server kernel: [  605.153552]  
schedule_timeout+0x8b/0x150
Sep 11 09:40:11 storage-server kernel: [  605.153555]  ? 
__next_timer_interrupt+0x110/0x110
Sep 11 09:40:11 storage-server kernel: [  605.153558]  
io_schedule_timeout+0x4c/0x80
Sep 11 09:40:11 storage-server kernel: [  605.153570]  
__cv_timedwait_common+0x12f/0x170 [spl]
Sep 11 09:40:11 storage-server kernel: [  605.153576]  ? 
add_wait_queue_exclusive+0x70/0x70
Sep 11 09:40:11 storage-server kernel: [  605.153579]  
__cv_timedwait_io+0x15/0x20 [spl]
Sep 11 09:40:11 storage-server kernel: [  605.153666]  zio_wait+0x129/0x2b0 
[zfs]
Sep 11 09:40:11 storage-server kernel: [  605.153723]  
dsl_pool_sync+0x467/0x520 [zfs]
Sep 11 09:40:11 storage-server kernel: [  605.153766]  spa_sync+0x542/0xfa0 
[zfs]
Sep 11 09:40:11 storage-server kernel: [  605.153770]  ? mutex_lock+0xe/0x30
Sep 11 09:40:11 storage-server kernel: [  605.153813]  ? 
spa_txg_history_init_io+0x105/0x110 [zfs]
Sep 11 09:40:11 storage-server kernel: [  605.153855]  
txg_sync_thread+0x2e0/0x4a0 [zfs]
Sep 11 09:40:11 storage-server kernel: [  605.153899]  ? txg_fini+0x260/0x260 
[zfs]
Sep 11 09:40:11 storage-server kernel: [  605.153905]  
thread_generic_wrapper+0x6f/0x80 [spl]
Sep 11 09:40:11 storage-server kernel: [  605.153909]  ? 
__thread_exit+0x20/0x20 [spl]
Sep 11 09:40:11 storage-server kernel: [  605.153913]  kthread+0x11b/0x140
Sep 11 09:40:11 storage-server kernel: [  605.153915]  ? 
__kthread_bind_mask+0x60/0x60
Sep 11 09:40:11 storage-server kernel: [  605.153919]  ret_from_fork+0x22/0x30
Sep 11 09:40:11 storage-server kernel: [  605.154602] INFO: task 
chia_harvester:94763 blocked for more than 241 seconds.
Sep 11 09:40:11 storage-server kernel: [  605.154604]   Tainted: P  
 OE 5.10.0-18-amd64 #1 Debian 5.10.140-1
Sep 11 09:40:11 storage-server kernel: [  605.154605] "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Sep 11 09:40:11 storage-server kernel: [  605.154606] task:chia_harvester  
state:D stack:0 pid:94763 ppid: 93650 flags:0x
Sep 11 09:40:11 storage-server kernel: [  605.154609] Call Trace:
Sep 11 09:40:11 storage-server kernel: [  605.154613]  __schedule+0x282/0x880
Sep 11 09:40:11 storage-server kernel: [  605.154616]  schedule+0x46/0xb0
Sep 11 09:40:11 storage-server kernel: [  605.154618]  
schedule_timeout+0x8b/0x150
Sep 11 09:40:11 storage-server kernel: [  605.154620]  ? 
__next_timer_interrupt+0x110/0x110
Sep 11 09:40:11 storage-server kernel: [  605.154622]  
io_schedule_timeout+0x4c/0x80
Sep 11 09:40:11 storage-server kernel: [  605.154626]  
__cv_timedwait_common+0x12f/0x170 [spl]
Sep 11 09:40:11 storage-server kernel: [  605.154629]  ? 
add_wait_queue_exclusive+0x70/0x70
Sep 11 09:40:11 storage-server kernel: [  605.154633]  
__cv_timedwait_io+0x15/0x20 [spl]
Sep 11 09:40:11 storage-server kernel: [  605.154681]  zio_wait+0x129/0x2b0 
[zfs]
Sep 11 09:40:11 storage-server kernel: [  605.154718] 

Bug#881013: zfs-dkms should depend on matching version of spl-dkms to avoid breakage

2017-11-06 Thread Jason Cohen
Package: zfs-dkms
Version: 0.7.3-1
Severity: important

Dear Maintainer,

Thank you for the recent zfs/spl 0.7.3-1 upload.  It was greatly appreciated!
However, there appears to be a potential issue with the dependencies of the
zfs-dkms package.  zfs-dkms 0.6.5.11-1 depends on spl-dkms >= 0.6.5.11.  This
is fine when the versions in the repository match, but this is not necessarily
the case. The ZFS kernel modules will not build successfully if SPL and ZFS are
running different versions.

When SPL/ZFS 0.7.3-1 was uploaded to unstable, spl-dkms migrated immediately
but zfs-dkms was delayed as it had to be manually approved from the NEW queue.
Because zfs-dkms 0.6.5.11-1 doesn't depend on the specific matching version of
spl-dkms, but rather will accept a newer version, users on Testing are now
being offered to upgrade to spl-dkms 0.7.3-1, but if they do so, ZFS will break
as DKMS will not be able to build a new ZFS module with the mismatched SPL and
ZFS packages.  At least one user already reported such breakage on Reddit's
/r/debian channel[1].

This situation is likely to continue until Bug #880902 is resolved, as that bug
will prevent zfs-dkms 0.7.3-1 from migrating to testing.

Presumably, this would not have occurred if zfs-dkms 0.6.5.11-1 depended on
spl-dkms=0.6.5.11 rather than >=0.6.5.11.

   * What led up to the situation?

spl-dkms 0.7.3-1 migrated to testing while zfs-dkms 0.7.3-1 did not.  While SPL
and ZFS versions much match to successfully build the ZFS kernel module, zfs-
dkms only requires the same *or higher* version.


   * What exactly did you do (or not do) that was effective (or
 ineffective)?

This can be resolved by holding spl-dkms to 0.6.5.11-1 or manually installing
zfs-dkms 0.7.3-1 from unstable.  My concern is that users may not realize WHY
ZFS has broken.

   * What was the outcome of this action?

The outcome of the spl-dkms upgrade is that ZFS is rendered unuseable unless
one of the mitigations is used.

   * What outcome did you expect instead?

I expected spl-dkms to be held at its current state until the necessary version
of zfs-dkms was available.

[1]:
https://www.reddit.com/r/debian/comments/7b7wy7/does_spl_and_spldkms_have_to_be_the_same_version/



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages zfs-dkms depends on:
ii  debconf [debconf-2.0]  1.5.64
ii  dkms   2.3-3
ii  lsb-release9.20170808
ii  spl-dkms   0.7.3-1

Versions of packages zfs-dkms recommends:
ii  zfs-zed 0.7.3-1
ii  zfsutils-linux  0.7.3-1

zfs-dkms suggests no packages.

-- debconf information:
  zfs-dkms/stop-build-for-32bit-kernel: true
* zfs-dkms/note-incompatible-licenses:
  zfs-dkms/stop-build-for-unknown-kernel: true



Bug#879900: apparmor-profiles-extra: Totem segfaults when apparmor profile is enforced

2017-10-30 Thread Jason Cohen
Package: apparmor-profiles-extra
Version: 1.11
Followup-For: Bug #879900

I am seeing the same behavior in Stretch:

jason@jason-desktop:/etc/apparmor.d$ /usr/bin/totem

(totem:14579): GLib-CRITICAL **: g_strsplit: assertion 'string != NULL' failed
Segmentation fault

Syslog:

Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-0: disconnected
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-0: Internal TMDS
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0):
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-1: disconnected
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-1: Internal TMDS
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0):
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): Acer XB271HU (DFP-2): connected
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): Acer XB271HU (DFP-2): Internal DisplayPort
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): Acer XB271HU (DFP-2): 1440.0 MHz maximum pixel clock
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0):
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-3: disconnected
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-3: Internal TMDS
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0):
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DELL U2713HM (DFP-4): connected
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DELL U2713HM (DFP-4): Internal DisplayPort
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DELL U2713HM (DFP-4): 1440.0 MHz maximum pixel clock
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0):
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-5: disconnected
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-5: Internal TMDS
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0):
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-6: disconnected
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-6: Internal DisplayPort
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-6: 1440.0 MHz maximum pixel clock
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0):
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-7: disconnected
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-7: Internal TMDS
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0):
Oct 27 00:29:25 jason-desktop kernel: [   96.503531] audit_printk_skb: 10
callbacks suppressed
Oct 27 00:29:25 jason-desktop kernel: [   96.503533] audit: type=1400
audit(1509078565.921:86): apparmor="DENIED" operation="open"
profile="/usr/bin/totem" name="/proc/modules" pid=5467 comm="totem"
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Oct 27 00:29:25 jason-desktop kernel: [   96.504412] audit: type=1400
audit(1509078565.921:87): apparmor="DENIED" operation="exec"
profile="/usr/bin/totem" name="/usr/bin/nvidia-modprobe" pid=5470 comm="totem"
requested_mask="x" denied_mask="x" fsuid=1000 ouid=0
Oct 27 00:29:25 jason-desktop kernel: [   96.507159] audit: type=1400
audit(1509078565.925:88): apparmor="DENIED" operation="open"
profile="/usr/bin/totem" name="/proc/modules" pid=5467 comm="totem"
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Oct 27 00:29:25 jason-desktop kernel: [   96.507855] audit: type=1400
audit(1509078565.925:89): apparmor="DENIED" operation="exec"
profile="/usr/bin/totem" name="/usr/bin/nvidia-modprobe" pid=5471 comm="totem"
requested_mask="x" denied_mask="x" fsuid=1000 ouid=0
Oct 27 00:29:25 jason-desktop /usr/lib/gdm3/gdm-x-session[3332]: (--)
NVIDIA(GPU-0): DFP-0: disconnected
Oct 27 00:29:25 jason-desktop /usr/lib/

Bug#871619: zfs-dkms: Please package ZFS 0.7.0

2017-08-09 Thread Jason Cohen
Package: zfs-dkms
Version: 0.6.5.9-5
Severity: wishlist

Dear Maintainer,

Please consider packaging ZFS 0.7.1.  The new 0.7.0 release, which released on
July 26, 2017, includes a number of valuable new features including better
memory management (ARC uses scatter lists rather than virtual memory,
minimizing fragmentation and Compressed ARC), improved performance (vectorized
RAID-Z and fletcher4 math, faster resilvering, improved metadata performance),
resumable and compressed 'zfs send' (invaluable for very large sends!), and
improved statistics (SMART data, IO latency, average request size).

Thanks for packing ZFS for Debian,

Jason



-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages zfs-dkms depends on:
ii  debconf [debconf-2.0]  1.5.61
ii  dkms   2.3-2
ii  lsb-release9.20161125
ii  spl-dkms   0.6.5.9-1

Versions of packages zfs-dkms recommends:
ii  zfs-zed 0.6.5.9-5
ii  zfsutils-linux  0.6.5.9-5

zfs-dkms suggests no packages.

-- debconf information:
* zfs-dkms/note-incompatible-licenses:
  zfs-dkms/stop-build-for-unknown-kernel: true
  zfs-dkms/stop-build-for-32bit-kernel: true



Bug#868209: python-talloc dependency issue

2017-07-14 Thread Jason Cohen
It appears that the new security update requires python-talloc 2.1.6
while the old version only required 2.0.6 (perhaps a typo?).

jason@storage-server:~$ apt show python-samba -a
Package: python-samba
Source: samba
Version: 2:4.2.14+dfsg-0+deb8u7
Installed-Size: 7,250 kB
Maintainer: Debian Samba Maintainers

Provides: python2.7-samba
Depends: python-ldb (>= 1.1.2~), python-tdb, python-ntdb, python-crypto,
python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), libattr1 (>=
1:2.4.46-8), libbsd0 (>= 0.0), libc6 (>= 2.14), libldb1 (>= 0.9.21),
libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>=
0.9.16), python-talloc (>= 2.1.6), samba-libs (= 2:4.2.14+dfsg-0+deb8u7)
Homepage: http://www.samba.org
Section: python
Priority: optional
Download-Size: 1,046 kB
APT-Sources: http://security.debian.org/ jessie/updates/main amd64 Packages
Description: Python bindings for Samba
 Samba is an implementation of the SMB/CIFS protocol for Unix systems,
 providing support for cross-platform file sharing with Microsoft
Windows, OS X,
 and other Unix systems.  Samba can also function as a domain controller
 or member server in both NT4-style and Active Directory domains.
 .
 This package contains Python bindings for most Samba libraries.

Package: python-samba
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 7,054 kB
Maintainer: Debian Samba Maintainers

Source: samba
Version: 2:4.2.14+dfsg-0+deb8u6
Provides: python2.7-samba
Depends: python-ldb (>= 1.1.2~), python-tdb, python-ntdb, python-crypto,
python (>= 2.7), python (<< 2.8), libattr1 (>= 1:2.4.46-8), libbsd0 (>=
0.0), libc6 (>= 2.14), libldb1 (>= 0.9.21), libpython2.7 (>= 2.7),
libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.9.16), python-talloc
(>= 2.0.6), samba-libs (= 2:4.2.14+dfsg-0+deb8u6)
Homepage: http://www.samba.org
Download-Size: unknown
APT-Manual-Installed: no
APT-Sources: /var/lib/dpkg/status
Description: Python bindings for Samba
 Samba is an implementation of the SMB/CIFS protocol for Unix systems,
 providing support for cross-platform file sharing with Microsoft
Windows, OS X,
 and other Unix systems.  Samba can also function as a domain controller
 or member server in both NT4-style and Active Directory domains.
 .
 This package contains Python bindings for most Samba libraries.

Actual version of python-talloc available in Jessie:

Package: python-talloc
Source: talloc
Version: 2.1.2-0+deb8u1
Installed-Size: 79.9 kB
Maintainer: Debian Samba Maintainers

Provides: python2.7-talloc
Depends: libc6 (>= 2.2.5), libpython2.7 (>= 2.7), libtalloc2 (>=
2.0.4~git20101213), python (>= 2.7), python (<< 2.8)
Pre-Depends: multiarch-support
Homepage: http://talloc.samba.org/
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib
Section: python
Priority: optional
Download-Size: 10.4 kB
APT-Manual-Installed: yes
APT-Sources: http://ftp.us.debian.org/debian/ jessie/main amd64 Packages
Description: hierarchical pool based memory allocator - Python bindings
 A hierarchical pool based memory allocator with destructors. It uses
 reference counting to determine when memory should be freed.
 .
 This package contains the Python bindings.




signature.asc
Description: OpenPGP digital signature


Bug#868209: Samba security updates uninstallable due to broken dependency of python-talloc

2017-07-14 Thread Jason Cohen
The recent Samba security updates are uninstallable on my Jessie system. The 
problem appears to be with python-samba.  
It depends on python-talloc >= 2.1.6, but Jessie has version 2.1.2.  As a 
result, the packages cannot be updated.

Package: python-samba
Source: samba
Version: 2:4.2.14+dfsg-0+deb8u7
Installed-Size: 7,250 kB
Maintainer: Debian Samba Maintainers

Provides: python2.7-samba
Depends: python-ldb (>= 1.1.2~), python-tdb, python-ntdb, python-crypto,
python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), libattr1 (>=
1:2.4.46-8), libbsd0 (>= 0.0), libc6 (>= 2.14), libldb1 (>= 0.9.21),
libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>=
0.9.16), python-talloc (>= 2.1.6), samba-libs (= 2:4.2.14+dfsg-0+deb8u7)

Attempting to upgrade would result in several Samba packages being held back or 
removed:

12 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@storage-server:/etc/apt/sources.list.d# apt list --upgradable
Listing... Done
ctdb/oldstable 2:4.2.14+dfsg-0+deb8u7 amd64 [upgradable from:
2:4.2.14+dfsg-0+deb8u6]
libsmbclient/oldstable 2:4.2.14+dfsg-0+deb8u7 amd64 [upgradable from:
2:4.2.14+dfsg-0+deb8u6]
libwbclient0/oldstable 2:4.2.14+dfsg-0+deb8u7 amd64 [upgradable from:
2:4.2.14+dfsg-0+deb8u6]
python-samba/oldstable 2:4.2.14+dfsg-0+deb8u7 amd64 [upgradable from:
2:4.2.14+dfsg-0+deb8u6]
samba/oldstable 2:4.2.14+dfsg-0+deb8u7 amd64 [upgradable from:
2:4.2.14+dfsg-0+deb8u6]
samba-common/oldstable 2:4.2.14+dfsg-0+deb8u7 all [upgradable from:
2:4.2.14+dfsg-0+deb8u6]
samba-common-bin/oldstable 2:4.2.14+dfsg-0+deb8u7 amd64 [upgradable
from: 2:4.2.14+dfsg-0+deb8u6]
samba-dbg/oldstable 2:4.2.14+dfsg-0+deb8u7 amd64 [upgradable from:
2:4.2.14+dfsg-0+deb8u6]
samba-doc/oldstable 2:4.2.14+dfsg-0+deb8u7 all [upgradable from:
2:4.2.14+dfsg-0+deb8u6]
samba-dsdb-modules/oldstable 2:4.2.14+dfsg-0+deb8u7 amd64 [upgradable
from: 2:4.2.14+dfsg-0+deb8u6]
samba-libs/oldstable 2:4.2.14+dfsg-0+deb8u7 amd64 [upgradable from:
2:4.2.14+dfsg-0+deb8u6]
samba-vfs-modules/oldstable 2:4.2.14+dfsg-0+deb8u7 amd64 [upgradable
from: 2:4.2.14+dfsg-0+deb8u6]

root@storage-server:~# apt upgrade
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Calculating upgrade... The following package was automatically installed
and is no longer required:
  linux-image-4.9.0-0.bpo.2-amd64
Use 'apt-get autoremove' to remove it.
Done
The following packages have been kept back:
  ctdb samba samba-common samba-dbg samba-dsdb-modules
The following packages will be upgraded:
  libwbclient0 samba-doc
2 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 441 kB of archives.
After this operation, 51.2 kB disk space will be freed.

root@storage-server:~# apt full-upgrade
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Calculating upgrade... The following packages were automatically
installed and are no longer required:
  attr ctdb linux-image-4.9.0-0.bpo.2-amd64 samba-dsdb-modules
Use 'apt-get autoremove' to remove them.
Done
The following packages will be REMOVED:
  samba samba-common-bin samba-dbg
The following packages have been kept back:
  ctdb samba-dsdb-modules
The following packages will be upgraded:
  libwbclient0 samba-common samba-doc
3 upgraded, 0 newly installed, 3 to remove and 2 not upgraded.
Need to get 705 kB of archives.
After this operation, 49.8 MB disk space will be freed.



signature.asc
Description: OpenPGP digital signature


Bug#868000: xorg: xserver-xorg-legacy causes Xorg to start as root even when capable of running as a normal user w/ Nvidia hardware

2017-07-10 Thread Jason Cohen
Package: xorg
Version: 1:7.7+19
Severity: normal

Dear Maintainer,

Per Bug #861683, xserver-xorg-legacy is a "recommend" for xserver-xorg, and as
such, is likely to be installed by default.  Section 2.2.10 of the Debian
Stretch Release Notes indicates that Xorg will now run as a non-root user for
most setups, indicating 3 requirements for this to function correctly.
However, there is no mention of the need to remove xserver-xorg-legacy. The
Releases Notes currently indicate that Xorg will run as a regular user if:

1) logind and libpam-systemd are installed

2) The system supports Kernel Mode Setting

3) GDM3 is used as the display manager (if X is started from the DM)

However, after spending 30 minutes trying to figure out why a newly installed
Debian Stretch system refused to start Xorg as a regular user, I realized it
was *also* necessary to remove xserver-xorg-legacy.  This is not
documented in the Release Notes or at https://wiki.debian.org/Xorg. Rather, the
release notes gives the strong impression that the aforementioned items are
sufficient to ensure Xorg will not run as root.

After further investigation, and a discussion on the debian-users mailing list,
I realized that this only occurs with some hardware.  When using Intel Graphics
with an Ivy Bridge Core i5, Xorg starts as a normal user when if xserver-xorg-
legacy is installed.  However, on two systems running Nvidia hardware (GTX 1070
for one, GTX770 for another), xserver-xorg-legacy causes Xorg to start as a
root user.  Removing this package allows Xorg to start as a normal user with
both nouveau and the proprietary nvidia-driver.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Removing xserver-xorg-legacy on two systems with NVIDIA GPUs allowed Xorg to
run as a non-root user.

   * What outcome did you expect instead?

I expected Xorg to start as a non-root user because: 1) the Release Notes make
no mention of the need to remove this package; and 2) the hardware is capable
of running Xorg as a non-root user when used with either the open source
nouveau driver or the proprietary Nvidia driver.

If this assumption is correct, the proper solution would be to ensure Xorg is
run as a non-root user when it is possible to do so.  However, until that is
the case, an interim solution would be to amend the Release Notes to notify
users that certain hardware setups may require the xserver-xorg-legacy package
to be removed in order to allow Xorg to run as a non-root user.



-- Package-specific info:
/etc/X11/X does not exist.
/etc/X11/X is not a symlink.
/etc/X11/X is not executable.

Diversions concerning libGL are in place

diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by 
glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so.2.0.0 by glx-diversions
diversion of /usr/lib/libGLESv2.so.2 to /usr/lib/mesa-diverted/libGLESv2.so.2 
by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv2.so.2 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv2.so.2 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so.1.1.0 by 
glx-diversions
diversion of /usr/lib/libGL.so.1.2.0 to /usr/lib/mesa-diverted/libGL.so.1.2.0 
by glx-diversions
diversion of /usr/lib/libGLESv2.so to /usr/lib/mesa-diverted/libGLESv2.so by 
glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by 
glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa

Bug#867519: firmware-realtek: Add support for the rtl8812au/rtl8814au 802.11ac devices (already packaged in Ubuntu, Kali Linux)

2017-07-06 Thread Jason Cohen
Package: firmware-realtek
Version: 20161130-3
Severity: wishlist

Dear Maintainer,

Please provide support for the rtl8812au (802.11ac 2x2) and rtl8814au (802.11ac
3x3 MIMO) devices. Drivers for this hardware is provided by:
https://github.com/astsam/rtl8812au. These drivers are already packaged in
Ubuntu since 16.04 LTS (and derivatives) as well as Kali Linux 2017.1 [3],[4].
There are relatively few 802.11ac USB adapters on the market and many of the
available devices appear to use this chipset. You can provide some examples of
hardware using this chipset here [5].  In my case, I am using an Edimax Edimax
EW-7822UAC (Bus 003 Device 023: ID 7392:a822 Edimax Technology Co., Ltd). The
COMFAST CF-917AC is an example of the faster rtl18814au hardware[6].


[1]
http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PFid=57&Level=5&Conn=4&ProdID=397
[2]
http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PNid=21&PFid=57&Level=5&Conn=4&ProdID=392
[3] https://packages.ubuntu.com/search?keywords=rtl8812au-dkms
[4] https://www.kali.org/news/kali-linux-20171-release/ and
https://bugs.kali.org/view.php?id=3260
[5] https://wiki.gentoo.org/wiki/AC1200_Wireless_Adapters
[6] https://www.amazon.com/dp/B01B75MHR0



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

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

firmware-realtek depends on no packages.

firmware-realtek recommends no packages.

Versions of packages firmware-realtek suggests:
ii  initramfs-tools  0.130

-- no debconf information



Bug#864234: gnome-online-accounts: Google credentials have expired, unable to sign-in

2017-06-05 Thread Jason Cohen
Package: gnome-online-accounts
Version: 3.22.5-1
Severity: important

Dear Maintainer,

I am seeing the same behavior reported in Bug #820913.  That bug was closed as
fixed, and is now archived.  I therefore created a new bug report.  In
addition, that user was using goa 3.18-4-1 (presumably on Jessie) and I'm on
3.22.5-1 (Stretch).

   * What led up to the situation?

I performed a fresh install of Debian Stretch. I then added my Google account
to the Online Accounts page. I was able to successfully authenticate my account
with 2FA (password + Google Authenticator code).

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Killing the goa-daemon resolves the problem.

   * What was the outcome of this action?

After killing goa-daemon, my Google account is enabled and functional within
Gnome.
'
   * What outcome did you expect instead?

I did not expect to have to manually kill the daemon to resume functionality.



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

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

Versions of packages gnome-online-accounts depends on:
ii  libc6 2.24-11
ii  libgcr-base-3-1   3.20.0-5.1
ii  libglib2.0-0  2.50.3-2
ii  libgoa-1.0-0b 3.22.5-1
ii  libgoa-backend-1.0-1  3.22.5-1
ii  libkrb5-3 1.15-1
ii  librest-0.7-0 0.8.0-2
ii  libsoup2.4-1  2.56.0-2
ii  libwebkit2gtk-4.0-37  2.14.7-1

Versions of packages gnome-online-accounts recommends:
ii  dleyna-server 0.4.0-1.1
ii  gnome-control-center  1:3.22.2-3
ii  realmd0.16.3-1

gnome-online-accounts suggests no packages.

-- no debconf information



Bug#861840: google sign in error in thunderbird

2017-06-04 Thread Jason Cohen
I am also seeing this behavior in Thunderbird 45.8.0 on a fresh install
of Debian Stretch.  While Mozilla has fixed this issue in 52.1, they
have indicated that they do not intend to fix the issue in 45.8.0.  It
will have to be backported.

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


Bug#863389: linux-image-4.9.0-0.bpo.3-amd64: After update to linux-image-4.9.0.0-0.bpo.3, no route to host via IPV4

2017-05-25 Thread Jason Cohen
Package: src:linux
Version: 4.9.25-1~bpo8+1
Severity: important

Dear Maintainer,

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

   * What led up to the situation?

I upgraded my kernel from linux-image-4.9.0-0.bpo.2-amd64 to 
linux-image-4.9.0-0.bpo.2-amd64. Without making any other changes, I rebooted 
the system. While the system booted successfully, the bonding module was not 
loaded, preventing my bond interface from starting. I had to add this module to 
/etc/modules to get the bond interface to start successfully.  However, this 
was never required in the past, and I have been using this system since 2014 
(Debian Wheezy).  

Once I resolved the missing module issue, I discovered that I had no working 
IPV4 internet access.  A ping to www.google.com returned No Route to Host.  In 
contrast, a ping6 to www.google.com worked.  This was resolved by "ifdown bond0 
&& ifup bond0".  However, I am not sure why this worked. I copied lsmod before 
and after, and there were no new modules loaded.

I resolved the second issue by stopping and bringing up the interface.  
However, every time I restart, I am faced with the same "No route to host" 
issue.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

To resolve Issue #1, I added "bonding" to /etc/modules. I never had to do this 
in the past, despite numerous kernel updates.

   * What was the outcome of this action?

After making both changes, the network was useable.

   * What outcome did you expect instead?

I expected the network to start normally, as it has done after past kernel 
updates.

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

In the unlikely scenario that some other package update is causing this issue, 
I am providing a list of every package update/install/removal since the system 
was last rebooted:

Start-Date: 2017-05-10  07:53:01
Commandline: /usr/bin/unattended-upgrade
Upgrade: git-man:amd64 (2.1.4-2.1+deb8u2, 2.1.4-2.1+deb8u3), git:amd64 
(2.1.4-2.1+deb8u2, 2.1.4-2.1+deb8u3), git-core:amd64 (2.1.4-2.1+deb8u2, 
2.1.4-2.1+deb8u3)
End-Date: 2017-05-10  07:53:09
 
Start-Date: 2017-05-11  22:32:25
Commandline: apt-get install iperf3
Install: iperf3:amd64 (3.0.7-1), libiperf0:amd64 (3.0.7-1, automatic)
End-Date: 2017-05-11  22:32:29
 
Start-Date: 2017-05-13  07:48:36
Commandline: /usr/bin/unattended-upgrade
Upgrade: libpq5:amd64 (9.4.11-0+deb8u2, 9.4.12-0+deb8u1)
End-Date: 2017-05-13  07:48:40
 
Start-Date: 2017-05-16  07:38:05
Commandline: /usr/bin/unattended-upgrade
Upgrade: bind9-host:amd64 (9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), 
liblwres90:amd64 (9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), host:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), libdns100:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), libisc-export95:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), libisccfg90:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), libbind9-90:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), dnsutils:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), libisccfg-export90:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), libdns-export100:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), libirs-export91:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), libisccc90:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11), libisc95:amd64 
(9.9.5.dfsg-9+deb8u10, 9.9.5.dfsg-9+deb8u11)
End-Date: 2017-05-16  07:38:13
 
Start-Date: 2017-05-16  10:14:51
Commandline: apt-get install chromium
Install: chromium:amd64 (57.0.2987.98-1~deb8u1)
End-Date: 2017-05-16  10:15:00
 
Start-Date: 2017-05-18  07:55:10
Commandline: /usr/bin/unattended-upgrade
Upgrade: passwd:amd64 (4.2-3+deb8u3, 4.2-3+deb8u4), login:amd64 (4.2-3+deb8u3, 
4.2-3+deb8u4)
End-Date: 2017-05-18  07:55:20
 
Start-Date: 2017-05-18  23:44:57
Commandline: apt-get remove deluge
Remove: deluge:amd64 (1.3.10-3)
End-Date: 2017-05-18  23:45:00
 
Start-Date: 2017-05-18  23:45:51
Commandline: apt-get remove deluged deluge-common deluge-gtk deluge-web
Remove: deluged:amd64 (1.3.10-3), deluge-web:amd64 (1.3.10-3), 
deluge-console:amd64 (1.3.10-3), deluge-gtk:amd64 (1.3.10-3), 
deluge-common:amd64 (1.3.10-3)
End-Date: 2017-05-18  23:45:56
 
Start-Date: 2017-05-18  23:46:46
Commandline: apt-get autoremove
Remove: python-cffi:amd64 (0.8.6-1), python-pam:amd64 (0.4.2-13.1), 
python-pyasn1:amd64 (0.1.7-1), python-twisted-bin:amd64 (14.0.2-3), 
libsdl-image1.2:amd64 (1.2.12-5+b5), python-pyasn1-modules:amd64 (0.0.5-0.1), 
libqt5opengl5:amd64 (5.3.2+dfsg-4+deb8u2), python-serial:amd64 (2.6-1.1), 
python-pycparser:amd64 (2.10+dfsg-3), python-service-identity:amd64 (1.0.0-3), 
python-ply:amd64 (3.4-5), libsdl-mixer1.2:amd64 (1.2.12-11+b1), 
python-characteristic:amd64 (0.1.0-1), python-cryptography:amd64 
(0.6.1-1+deb8u1), libqt5printsupport5:amd64 (5.3.2+dfsg-4+deb8u2), 
libsdl-ttf2.0-0:amd64 (2.0.11-3), libsmpeg0:amd64 (0.4.5+cvs20030824-7.1), 
libtorrent-rasterbar7:amd64 (0.16.18-1), libboost-python1.55.0

Bug#861714: linux-image-4.9.0-0.bpo.2-amd64: Mellanox MNPA19-XTR 10Gb NIC (driver mlx4_core) left in broken state after system resume

2017-05-02 Thread Jason Cohen
Package: src:linux
Version: 4.9.18-1~bpo8+1
Severity: normal

Dear Maintainer,

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

   * What led up to the situation?

Waking the system from suspend to RAM (using rtcwake) does not properly 
initialize the Mellanox MNPA19-XTR network card. Sometimes, ifconfig does not 
show the interface (eth2) at all, while in other instances the interface is 
visible with an assigned IP.  In either case, the NIC is not in a functional 
state (cannot ping or be pinged from another server). I understand that placing 
a server into standby isn't a normal use case, but I'm using this as a backup 
storage server and only keep the system online to run nightly backups.

lspci shows the following information for this NIC:

1:00.0 Ethernet controller: Mellanox Technologies MT26448 [ConnectX EN 10GigE, 
PCIe 2.0 5GT/s] (rev b0)

lsmod shows the following information:

mlx4_ib   163840  0
ib_core   208896  1 mlx4_ib
mlx4_en   114688  0
mlx4_core 303104  2 mlx4_en,mlx4_ib
ptp20480  2 e1000e,mlx4_en
devlink28672  3 mlx4_en,mlx4_core,mlx4_ib


The issue can be resolved by running: "ifdown eth2 && ifup eth2"

   * What outcome did you expect instead?

I expect the Mellanox NIC to be in a useable state after resuming from standby. 
 

NOTE:  The behavior in the stock Jessie kernel (3.16) is much worse.  After 
resuming from standby, the NIC is not useable.  Attempting to run "ifdown eth2" 
leaves the system in a non-functional state (unable to establish a new SSH 
session, new terminal sessions fail to run most commands, dmesg and syslog are 
not available, services appear to stop functioning)

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


-- Package-specific info:
** Version:
Linux version 4.9.0-0.bpo.2-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.9.2 (Debian 4.9.2-10) ) #1 SMP Debian 4.9.18-1~bpo8+1 (2017-04-10)

** Command line:
BOOT_IMAGE=/ROOT/debian@/boot/vmlinuz-4.9.0-0.bpo.2-amd64 
root=ZFS=rpool/ROOT/debian ro rootdelay=2 zfs.zfs_arc_max=5368709120

** Tainted: POE (12289)
 * Proprietary module has been loaded.
 * Out-of-tree module has been loaded.
 * Unsigned module has been loaded.

** Kernel log:
[179555.997976] smpboot: Booting Node 0 Processor 1 APIC 0x2
[179556.000620]  cache: parent cpu1 should not be sleeping
[179556.000834] CPU1 is up
[179556.000887] smpboot: Booting Node 0 Processor 2 APIC 0x1
[179556.003243]  cache: parent cpu2 should not be sleeping
[179556.003432] CPU2 is up
[179556.003480] smpboot: Booting Node 0 Processor 3 APIC 0x3
[179556.005796]  cache: parent cpu3 should not be sleeping
[179556.006054] CPU3 is up
[179556.010179] ACPI: Waking up from system sleep state S3
[179556.031018] ehci-pci :00:1d.0: System wakeup disabled by ACPI
[179556.031090] xhci_hcd :06:00.0: System wakeup disabled by ACPI
[179556.034924] ehci-pci :00:1a.0: System wakeup disabled by ACPI
[179556.034962] PM: noirq resume of devices complete after 24.201 msecs
[179556.035361] PM: early resume of devices complete after 0.327 msecs
[179556.037967] e1000e :04:00.0: System wakeup disabled by ACPI
[179556.038179] usb usb3: root hub lost power or was reset
[179556.038181] usb usb4: root hub lost power or was reset
[179556.041048] pcieport :00:1c.6: System wakeup disabled by ACPI
[179556.041195] rtc_cmos 00:02: System wakeup disabled by ACPI
[179556.046097] sd 0:0:0:0: [sda] Starting disk
[179556.046130] sd 1:0:0:0: [sdb] Starting disk
[179556.046134] sd 2:0:0:0: [sdc] Starting disk
[179556.046141] sd 3:0:0:0: [sdd] Starting disk
[179556.046144] sd 4:0:0:0: [sde] Starting disk
[179556.046853] serial 00:06: activated
[179556.048861] sd 5:0:0:0: [sdf] Starting disk
[179556.311656] usb 4-2: reset SuperSpeed USB device number 3 using xhci_hcd
[179556.463701] usb 4-1: reset SuperSpeed USB device number 2 using xhci_hcd
[179556.489184] PM: resume of devices complete after 453.822 msecs
[179556.528351] PM: Finishing wakeup.
[179556.528352] Restarting tasks ... done.
[179556.610851] firewire_core :07:03.0: rediscovered device fw0
[179558.584184] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow 
Control: None
[179561.418788] ata2: link is slow to respond, please be patient (ready=0)
[179561.422790] ata5: link is slow to respond, please be patient (ready=0)
[179561.423332] ata4: link is slow to respond, please be patient (ready=0)
[179561.430788] ata6: link is slow to respond, please be patient (ready=0)
[179561.470788] ata1: link is slow to respond, please be patient (ready=0)
[179561.471288] ata3: link is slow to respond, please be patient (ready=0)
[179564.354824] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[179564.355790] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND 
(20160831/psargs-359)
[179564.356322] ACPI Error: Method parse/execution failed 
[\_SB.PCI0.SAT0.SPT0._GTF] (Node 8cd0968c0578), AE_NOT_FOUN

Bug#860597: util-linux: rtcwake's conversion from local time (EDT) to UTC is off by 8 hours.

2017-04-18 Thread Jason Cohen
Package: util-linux
Version: 2.25.2-6
Severity: normal

Dear Maintainer,

rtcwake's conversion from local time to UTC is broken.  My system is set to the 
EDT timezone, which is -4 hours from UTC.  However, rtcwake adds 8 hours to my 
local time when converting to UTC.  This results in the wake timer being off by 
8 hours.
For example, to have rtcwake suspend to RAM and then wake at 11:04 PM EDT the 
same day, I need to use the following command:

rtcwake -m -l -t $(date +%s -d "tomorrow 07:04")

The expected behavior would be to enter the time in EDT as I used the -l flag 
to indicate the use of local time. I would expect the following command to 
achieve the same behavior:

rtcwake -m -l -t $(date +%s -d "today 23:04")

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

   * What led up to the situation?

I attmepted to use rtcwake to suspend my system to RAM and wake the system at a 
specified local time.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Through testing, I discovered I needed to adjust local time +8 hours to achieve 
the expected behvaior.

   * What was the outcome of this action?

rtcwake now wakes the system as expected.

   * What outcome did you expect instead?

I expected to be able to enter the time using my correct local time (EDT).


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

Kernel: Linux 4.9.0-0.bpo.2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages util-linux depends on:
ii  initscripts2.88dsf-59
ii  libblkid1  2.25.2-6
ii  libc6  2.19-18+deb8u7
ii  libmount1  2.25.2-6
ii  libncurses55.9+20140913-1+b1
ii  libpam0g   1.1.8-3.1+deb8u2
ii  libselinux12.3-2
ii  libslang2  2.3.0-2
ii  libsmartcols1  2.25.2-6
ii  libtinfo5  5.9+20140913-1+b1
ii  libuuid1   2.25.2-6
ii  lsb-base   4.1+Debian13+nmu1
ii  tzdata 2016j-0+deb8u1
ii  zlib1g 1:1.2.8.dfsg-2+b1

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools  3.0.27-1
ii  kbd 1.15.5-2
ii  util-linux-locales  2.25.2-6

-- no debconf information



Bug#315764: openvpn: Please include uncompressed openssl.cnf in easy-rsa

2005-06-25 Thread Jason Cohen
Package: openvpn
Version: 2.0-3
Severity: wishlist


The openvpn 2.0 howto (http://openvpn.net/howto.html) assumes that the 
openssl.cnf file in easy-rsa is being used. 
This seems to make more sense than using the system openssl.cnf because the 
openvpn version uses settings in vars for
key size and key file location so that the user can simply edit one file as per 
the openvpn 2.0 howto.

The problem is that vars by default expects the file openssl.cnf in easy-rsa 
but you have compressed openssl.cnf so it can't be read.
This causes ./build-ca to fail. openssl.cnf must be gunzip'd first. Could you 
include openssl.cnf in an uncrompressed form so that 
users can simply follow the instructions on openvpn's site? The openvpn docs 
don't even mention openssl.cnf because the expectation is that all
configuration will be done through the vars file.

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

Versions of packages openvpn depends on:
ii  debconf 1.4.51   Debian configuration management sy
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  liblzo1 1.08-2   data compression library
ii  libssl0.9.7 0.9.7g-1 SSL shared libraries

openvpn recommends no packages.

-- debconf information:
  openvpn/change_init: true
* openvpn/stop2upgrade: false
  openvpn/default_port:
* openvpn/create_tun: true


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



Bug#315591: Attempting to install fam with apt-get/aptitude would remove a large chunk of the system including all of KDE and Gnome

2005-06-23 Thread Jason Cohen
Package: fam
Version: 2.7.0-7
Severity: important


apt-get and aptitude attempt to remove a large number of packages (423) on my 
system including Gnome and KDE unless libfamc102 is manually specified.
apt-get install libfam0c102 fam only removes gamin and libgamin0 which are 
conflicts. Please add libfam0c102 as a dependency of fam to fix this issue.

Here's the output of apt-get install fam:

jasonslaptop:/home/jason# apt-get install fam
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  abiword-common abiword-gnome amor apollon ark arson artsbuilder atlantik
  atlantikdesigner azureus bibletime bluefish brahms bug-buddy camorama
  capplets dcgui dcoprss dia-gnome digikam digikamimageplugins eog
  epiphany-browser evince evolution evolution-data-server
  evolution-data-server1.2 evolution-plugins eyesapplet fifteenapplet
  file-roller firestarter foomatic-gui gamin gcalctool gconf-editor gdm
  gdm-themes gedit gedit-common glame gnome-about gnome-applets
  gnome-applets-data gnome-apt gnome-control-center gnome-core
  gnome-cups-manager gnome-games gnome-gv gnome-media gnome-menus
  gnome-netstatus-applet gnome-nettool gnome-office gnome-panel
  gnome-panel-data gnome-session gnome-system-monitor gnome-system-tools
  gnome-terminal gnome-utils gnome-volume-manager gnomebaker gnomemeeting
  gnumeric gnumeric-common gpdf grip grubconf gstreamer0.8-gnomevfs
  gstreamer0.8-plugins gtk2-engines-gtk-qt gtkhtml3.2 gtkhtml3.6 gucharmap
  gwenview hotswap-gui juk k3b k3blibs kaboodle kaddressbook
  kaddressbook-plugins kaffeine kaffeine-mozilla kalarm kalzium kamera kandy
  kappfinder karamba karbon karm kasteroids kate kate-plugins katomic
  kaudiocreator kbackgammon kbarcode kbattleship kbear kbiff kblackbox kbounce
  kbruch kcalc kcd kcharselect kchart kcmlinuz kcoloredit kcontrol kcpuload
  kcron kdat kde kde-amusements kde-core kde-extras kdeaddons
  kdeaddons-kfile-plugins kdeadmin kdeadmin-kfile-plugins kdeartwork
  kdeartwork-style kdeartwork-theme-window kdebase kdebase-bin
  kdebase-kio-plugins kdeedu kdegames kdegraphics kdegraphics-kfile-plugins
  kdelibs kdelibs-bin kdelibs4 kdelirc kdemultimedia
  kdemultimedia-kappfinder-data kdemultimedia-kfile-plugins
  kdemultimedia-kio-plugins kdenetwork kdenetwork-filesharing kdepasswd kdepim
  kdepim-kfile-plugins kdepim-kio-plugins kdepim-wizards kdeprint kdesktop
  kdessh kdetoys kdeutils kdewebdev kdf kdict kdiff3 kdirstat kdm kdvi kedit
  keduca kenolaba keybled kfax kfilereplace kfind kflog kfloppy kfocus
  kformula kfouleggs kgamma kget kghostview kgoldrunner kgpg khangman
  khelpcenter khexedit kicker kicker-applets kiconedit kig kimagemapeditor
  kimdaba kipi-plugins kitchensync kiten kivio kjots kjumpingcube
  klaptopdaemon klatin kleopatra klettres klickety klines klinkstatus klipper
  klog klogic kmahjongg kmail kmailcvt kmenuedit kmerlin kmessedwords kmid
  kmilo kmines kmix kmldonkey kmoon kmplot kmrml kmymoney2 knapster2 knetload
  knewsticker knode knotes knutclient kodo koffice koffice-data koffice-libs
  kolf kolourpaint komba2 kommander konq-plugins konq-speaker konqueror
  konqueror-nsplugins konquest konsole konsolekalendar kontact konversation
  kooka kopete korganizer korn koshell kover kpackage kpager kpat kpdf
  kpercentage kpersonalizer kpf kpilot kpoker kpovmodeler kppp kpresenter kpsk
  krdc krec krecord kregexpeditor kreversi krfb kruler krusader ksame kscd
  kscreensaver kscreensaver-xsavers kshisen ksig ksim ksimus ksimus-boolean
  ksimus-datarecorder ksimus-floatingpoint ksirc ksirtet ksmiletris ksmserver
  ksnake ksnapshot ksocrat ksokoban kspaceduel ksplash kspread kstars ksvg
  ksync ksysguard ksysv kteatime ktimer ktimetrace ktip ktnef ktouch ktron
  ktuberling kturtle ktux kugar kuickshow kuser kverbos kview kviewshell kvirc
  kvoctrain kwalletmanager kwave kwavecontrol kweather kwifimanager kwin kwin4
  kword kwordquiz kworldclock kxmleditor kxsldbg libarts1-mpeglib
  libarts1-xine libbonoboui2-0 libcamel1.2-0 libcvsservice0 libebook1.2-3
  libebook8 libecal1.2-2 libecal6 libedata-book1 libedata-book1.2-2
  libedata-cal1.2-1 libedata-cal5 libedataserver1.2-4 libedataserver3
  libedataserverui1.2-4 libeel2-2 libegroupwise1.2-5 libegroupwise6
  libgal2.2-1 libgal2.2-common libgal2.4-0 libgal2.4-common libgamin0
  libgnome-desktop-2 libgnome-menu-dev libgnome-menu0 libgnome2-0
  libgnomecupsui1.0-1 libgnomeui-0 libgnomevfs2-0 libgnomevfs2-common
  libgoffice-1 libgsf-gnome-1 libgtkhtml3.2-11 libgtkhtml3.6-18 libgucharmap4
  libkcal2a libkcddb1 libkdeedu1 libkdegames1 libkdenetwork2 libkdepim1
  libkexif1 libkgantt0 libkipi0 libkleopatra0a libkonq4 libkpimexchange1
  libkpimidentities1 libkscan1 libksieve0 libnautilus-extension1
  libpanel-applet2-0 librss1 libswt-gtk-3.1-java libswt-gtk-3.1-jni
  libtse3-0.2.7 lskat mozilla-firefox-gnome-support mpeglib nautilus
  nautilus-cd-burner nautilus-dbg noatun noatun-plugins noteedit noteedit-data
  nvu okle oooqs-kde openoffice.

Bug#315356: gaim 1.2.1-1.1 vulnerable to CAN-2005-1934 and CAN-2005-1269

2005-06-21 Thread Jason Cohen
Package: gaim
Version: 1:1.3.1-2
Severity: normal
Tags: security, sarge, testing


I spoke with the gaim developers on #gaim and I was told that the security 
issues fixed in 1.3.1
affect both 1.3.0 (the current version in testing) and 1.2.1 (the version in 
sarge). 

Security issues which affect sarge/etch version of gaim:

MSN Remote DoS  CAN-2005-1934   10 June 20051.3.1
Remote Yahoo! crash CAN-2005-1269   10 June 20051.3.1

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

Versions of packages gaim depends on:
ii  gaim-data  1:1.3.1-2 multi-protocol instant messaging c
ii  libao2 0.8.6-1   Cross Platform Audio Output Librar
ii  libaspell150.60.2+20050121-3 The GNU Aspell spell-checker runti
ii  libatk1.0-01.10.1-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgcrypt111.2.0-11.1LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.6.5-1   The GLib library of C routines
ii  libgnutls111.0.16-13.1   GNU TLS library - runtime library
ii  libgtk2.0-02.6.8-1   The GTK+ graphical user interface 
ii  libgtkspell0   2.0.10-2  a spell-checking addon for GTK's T
ii  libice64.3.0.dfsg.1-14   Inter-Client Exchange library
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libsm6 4.3.0.dfsg.1-14   X Window System Session Management
ii  libstartup-notificatio 0.8-1 library for program launch feedbac
ii  libx11-6   4.3.0.dfsg.1-14   X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14   X Window System miscellaneous exte
ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu

gaim recommends no packages.

-- no debconf information


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



Bug#293162: apt-listbugs shows closed bugs for webmin & webmin-core

2005-06-21 Thread Jason Cohen
Package: apt-listbugs
Version: 0.0.49
Followup-For: Bug #293162


Today's apt-get dist-upgrade upgraded among other packages, webmin and 
webmin-core from 1.210a-1 to 1.210a-2. 
apt-listbugs ran automatically and showed me 3 grave bugs on the webmin 
package. I read each bug report and noticed that they were all resolved in 
prior releases. 
I then checked the Debian BTS and http://packages.qa.debian.org/w/webmin.html 
and saw that there are currently 0 RC bugs for webmin, and none of the bugs 
were higher than important. 

These are the bugs I saw - 

#310838: [CAN-2005-1177] erroneously changes permissions and ownership of 
configuration files
#273377: webmin: Static SSL cert/key pair

Both of these bugs have been resolved and are to be archived. The last bug I 
saw doesn't appear in the current list of current or past bugs. 
I also ran apt-listbugs after the upgrade and no longer saw the bug reports. 
This problem only seems to occur before the upgrade. 

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

Versions of packages apt-listbugs depends on:
ii  apt   0.5.28.6   Advanced front-end for dpkg
ii  libdpkg-ruby1.8   0.3.1  modules/classes for dpkg on ruby 1
ii  libintl-gettext-ruby1.8   0.11-5 Gettext wrapper for Ruby 1.8
ii  libruby1.8 [libzlib-ruby1.8]  1.8.2-7Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.8 0.6.8-1Interface of expat for the scripti
ii  ruby  1.8.2-1An interpreter of object-oriented 

apt-listbugs recommends no packages.

-- no debconf information


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



Bug#315260: nautilus: Nautilus crashes when browsing a samba share

2005-06-21 Thread Jason Cohen
Package: nautilus
Version: 2.10.1-2
Severity: normal


This problem only seems to affect samba shares accessed with smb://. I don't 
have any issues with my mounted NFS share, remote systems accessed with ssh:// 
or sftp://, or my local filesystem.
The share on smb://192.168.0.4/ can be accessed fine. I am able to stream 
videos and read files from the directory. While I'm sometimes able to browse
problem free through my samba shares, it usually crashes and I receive a 
message saying that Nautilus has died unexpectedly.

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

Versions of packages nautilus depends on:
ii  capplets 1:2.10.1-3  configuration applets for GNOME 2 
ii  desktop-file-utils   0.10-1  Utilities for .desktop files
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libeel2-22.10.1-2Eazel Extensions Library (for GNOM
ii  libesd-alsa0 [libesd0]   0.2.35-2.1  Enlightened Sound Daemon (ALSA) - 
ii  libexif100.6.9-6 library to parse EXIF files
ii  libgail-common   1.8.4-1 GNOME Accessibility Implementation
ii  libgail171.8.4-1 GNOME Accessibility Implementation
ii  libgconf2-4  2.10.0-2GNOME configuration database syste
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.5-1 The GLib library of C routines
ii  libgnome-desktop-2   2.10.1-2Utility library for loading .deskt
ii  libgnome2-0  2.10.0-3The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.10.2-2A powerful object-oriented display
ii  libgnomeui-0 2.10.0-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.10.1-5The GNOME virtual file-system libr
ii  libgtk2.0-0  2.6.8-1 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libnautilus-extension1   2.10.1-2libraries for nautilus components 
ii  liborbit21:2.12.2-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  librsvg2-2   2.9.5-3 SAX-based renderer library for SVG
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxml2  2.6.16-7GNOME XML library
ii  nautilus-data2.10.1-2data files for nautilus
ii  shared-mime-info 0.16-3  FreeDesktop.org shared MIME databa
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

Versions of packages nautilus recommends:
ii  desktop-base0.3.15   common files for the Debian Deskto
ii  eject   2.0.13deb-12 ejects CDs and operates CD-Changer
ii  gnome-icon-theme2.10.1-2 GNOME Desktop icon theme
ii  nautilus-cd-burner  2.10.1-2 CD Burning front-end for Nautilus

-- no debconf information


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



Bug#315168: gaim: Add aspell-en as a suggested or recommended package for spellcheck support

2005-06-20 Thread Jason Cohen
Package: gaim
Version: 1:1.3.1-2
Severity: wishlist


I have had to tell several uses of both Mandrake and Debian to install 
aspell-en to get spellcheck support. 
It would be nice if aspell-en was a recommended or at least a suggested package.

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

Versions of packages gaim depends on:
ii  gaim-data  1:1.3.1-2 multi-protocol instant messaging c
ii  libao2 0.8.6-1   Cross Platform Audio Output Librar
ii  libaspell150.60.2+20050121-3 The GNU Aspell spell-checker runti
ii  libatk1.0-01.10.1-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgcrypt111.2.0-11.1LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.6.5-1   The GLib library of C routines
ii  libgnutls111.0.16-13.1   GNU TLS library - runtime library
ii  libgtk2.0-02.6.8-1   The GTK+ graphical user interface 
ii  libgtkspell0   2.0.10-2  a spell-checking addon for GTK's T
ii  libice64.3.0.dfsg.1-14   Inter-Client Exchange library
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libsm6 4.3.0.dfsg.1-14   X Window System Session Management
ii  libstartup-notificatio 0.8-1 library for program launch feedbac
ii  libx11-6   4.3.0.dfsg.1-14   X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14   X Window System miscellaneous exte
ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu

gaim recommends no packages.

-- no debconf information


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



Bug#315119: Bottom scrollbar button missing in gaim conversation window when plastik theme is used

2005-06-20 Thread Jason Cohen
Sorry, I forgot one very important point in my bug report. I was using
kcontrol's option to apply KDE's qt theme (which in this case was
plastik) to gtk apps. The problem only appears when using plastik as the
theme. When I used Industrial as my gtk theme, everything looked fine.

Ari Pollak wrote:

>Have you tried changing your GTK theme? I've never seen behavior like this.
>
>Jason Cohen wrote:
>  
>
>>Package: gaim
>>Version: 1:1.3.1-2
>>Severity: minor
>>
>>
>>I've seen this in every version of gaim I've used. The bottom scroll button 
>>is simply missing from the convesation window.
>>There is a button at the top with an up arrow, and the scroll bar but the 
>>scroll arrow buttons on the bottom are missing. 
>>The issue is resolved by increasing the size of the window. 
>>
>>-- System Information:
>>Debian Release: testing/unstable
>>  APT prefers unstable
>>  APT policy: (990, 'unstable'), (500, 'testing')
>>Architecture: i386 (i686)
>>Shell:  /bin/sh linked to /bin/bash
>>Kernel: Linux 2.6.8-2-386
>>Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
>>
>>Versions of packages gaim depends on:
>>ii  gaim-data  1:1.3.1-2 multi-protocol instant messaging 
>>c
>>ii  libao2 0.8.6-1   Cross Platform Audio Output 
>>Librar
>>ii  libaspell150.60.2+20050121-3 The GNU Aspell spell-checker 
>>runti
>>ii  libatk1.0-01.10.1-2  The ATK accessibility toolkit
>>ii  libaudiofile0  0.2.6-6   Open-source version of SGI's 
>>audio
>>ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries 
>>an
>>ii  libgcrypt111.2.0-11.1LGPL Crypto library - runtime 
>>libr
>>ii  libglib2.0-0   2.6.5-1   The GLib library of C routines
>>ii  libgnutls111.0.16-13.1   GNU TLS library - runtime library
>>ii  libgtk2.0-02.6.8-1   The GTK+ graphical user 
>>interface 
>>ii  libgtkspell0   2.0.10-2  a spell-checking addon for GTK's 
>>T
>>ii  libice64.3.0.dfsg.1-14   Inter-Client Exchange library
>>ii  libpango1.0-0  1.8.1-1   Layout and rendering of 
>>internatio
>>ii  libsm6 4.3.0.dfsg.1-14   X Window System Session 
>>Management
>>ii  libstartup-notificatio 0.8-1 library for program launch 
>>feedbac
>>ii  libx11-6   4.3.0.dfsg.1-14   X Window System protocol client 
>>li
>>ii  libxext6   4.3.0.dfsg.1-14   X Window System miscellaneous 
>>exte
>>ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) 
>>configu
>>
>>gaim recommends no packages.
>>
>>-- no debconf information
>>
>>
>>
>>
>
>  
>



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



Bug#315124: kgpg ignores Autostart setting and starts up automatically in KDE

2005-06-20 Thread Jason Cohen
Package: kgpg
Version: 4:3.3.2-1
Severity: normal


kgpg ignores its own settings not to start automatically on KDE login. While it 
sets autostart=false in ~/.kde/share/config/kgpgrc, the setting reverts back to 
AutoStart=true after KDE is restarted. I made kgpgrc read-only and it still 
managed to start kgpg automatically while displaying an error about kgpg's 
config file being read-only. 
 

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

Versions of packages kgpg depends on:
ii  gnupg1.4.1-1 GNU privacy guard - a free PGP rep
ii  kdelibs4 4:3.3.2-6.1 KDE core libraries
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libgamin0 [libfam0c102]  0.1.1-1 Client library for the gamin file 
ii  libgcc1  1:4.0.0-9   GCC support library
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libidn11 0.5.13-1.0  GNU libidn library, implementation
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libstdc++5   1:3.3.6-6   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxrender1  1:0.8.3-1   X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

kgpg recommends no packages.

-- no debconf information


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



Bug#315119: Bottom scrollbar button missing in gaim conversation window when plastik theme is used

2005-06-20 Thread Jason Cohen
Package: gaim
Version: 1:1.3.1-2
Severity: minor


I've seen this in every version of gaim I've used. The bottom scroll button is 
simply missing from the convesation window.
There is a button at the top with an up arrow, and the scroll bar but the 
scroll arrow buttons on the bottom are missing. 
The issue is resolved by increasing the size of the window. 

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

Versions of packages gaim depends on:
ii  gaim-data  1:1.3.1-2 multi-protocol instant messaging c
ii  libao2 0.8.6-1   Cross Platform Audio Output Librar
ii  libaspell150.60.2+20050121-3 The GNU Aspell spell-checker runti
ii  libatk1.0-01.10.1-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgcrypt111.2.0-11.1LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.6.5-1   The GLib library of C routines
ii  libgnutls111.0.16-13.1   GNU TLS library - runtime library
ii  libgtk2.0-02.6.8-1   The GTK+ graphical user interface 
ii  libgtkspell0   2.0.10-2  a spell-checking addon for GTK's T
ii  libice64.3.0.dfsg.1-14   Inter-Client Exchange library
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libsm6 4.3.0.dfsg.1-14   X Window System Session Management
ii  libstartup-notificatio 0.8-1 library for program launch feedbac
ii  libx11-6   4.3.0.dfsg.1-14   X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14   X Window System miscellaneous exte
ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu

gaim recommends no packages.

-- no debconf information


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



Bug#314849: apt-listchanges: I had the same problem but it was fixed by purging and reinstalling

2005-06-18 Thread Jason Cohen
Package: apt-listchanges
Version: 2.59-0.2
Followup-For: Bug #314849


I had the same problem until I did an apt-get remove --purge apt-listchanges; 
apt-get install apt-listchanges. Now it appears to be working fine.

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

Versions of packages apt-listchanges depends on:
ii  apt   0.5.28.6   Advanced front-end for dpkg
ii  debconf   1.4.51 Debian configuration management sy
ii  debianutils   2.13.2 Miscellaneous utilities specific t
ii  python2.3.5-2An interactive high-level object-o
ii  python-apt0.5.10 Python interface to libapt-pkg
ii  ucf   1.18   Update Configuration File: preserv

apt-listchanges recommends no packages.

-- debconf information:
  apt-listchanges/confirm: false
  apt-listchanges/email-address: root
  apt-listchanges/which: news
* apt-listchanges/frontend: browser
  apt-listchanges/save-seen: true


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



Bug#280060: mozilla-mplayer: No menu or fullscreen support. Please compile with ./configure --enable-gtk2

2005-06-08 Thread Jason Cohen
Package: mozilla-mplayer
Version: 2.80-2
Followup-For: Bug #280060


I'm seeing the same issue in 2.80-2. I was able to easily fix the problem by 
compiling with ./configure --enable-gtk2. 
gtk2 support allows the use of fullscreen video, and the ability to save the 
movie. Without a menu or button support the 
video can't even be paused or stopped. 

I don't believe this bug should be cosidered a wishlist item. There is a clear 
loss of functionality with the current settings.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mozilla-mplayer depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libice6 4.3.0.dfsg.1-14  Inter-Client Exchange library
ii  libsm6  4.3.0.dfsg.1-14  X Window System Session Management
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3
ii  libx11-64.3.0.dfsg.1-14  X Window System protocol client li
ii  libxext64.3.0.dfsg.1-14  X Window System miscellaneous exte
ii  libxpm4 4.3.0.dfsg.1-14  X pixmap library
ii  libxt6  4.3.0.dfsg.1-14  X Toolkit Intrinsics
ii  mozilla-browser 2:1.7.8-1The Mozilla Internet application s
ii  mozilla-firefox 1.0.4-2  lightweight web browser based on M
ii  mplayer-386 [mplaye 1:1.0-pre7-0sarge0.1 The Ultimate Movie Player For Linu
ii  xlibs   4.3.0.dfsg.1-14  X Keyboard Extension (XKB) configu


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



Bug#312343: packages.qa.debian.org still shows gaim in a freeze preventing 1.3.0-2 from migrating to testing

2005-06-07 Thread Jason Cohen
Package: gaim
Version: 1:1.3.0-2
Severity: wishlist


As Sarge has been officially released the freeze can now be removed. 

Jason Cohen

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gaim depends on:
ii  gaim-data  1:1.3.0-2 multi-protocol instant messaging c
ii  libao2 0.8.6-1   Cross Platform Audio Output Librar
ii  libaspell150.60.2+20050121-2 The GNU Aspell spell-checker runti
ii  libatk1.0-01.8.0-4   The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgcrypt111.2.0-11.1LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.6.4-1   The GLib library of C routines
ii  libgnutls111.0.16-13.1   GNU TLS library - runtime library
ii  libgtk2.0-02.6.4-3   The GTK+ graphical user interface 
ii  libgtkspell0   2.0.10-1  a spell-checking addon for GTK's T
ii  libice64.3.0.dfsg.1-14   Inter-Client Exchange library
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libsm6 4.3.0.dfsg.1-14   X Window System Session Management
ii  libstartup-notificatio 0.8-1 library for program launch feedbac
ii  libx11-6   4.3.0.dfsg.1-14   X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14   X Window System miscellaneous exte
ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#312341: xchat: Xchat 2.4.3 should migrate into testing but packages.qa.debian.org still shows it in a freeze

2005-06-07 Thread Jason Cohen
Package: xchat
Version: 2.4.3-0.1
Severity: wishlist


packages.qa.debian.org shows that xchat 2.4.3.0-1 has been in unstable
for 32 days. Now that sarge has been officially realeased it should
enter unstable. The freeze should be removed. 

Jason Cohen

- no debconf information
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xchat depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.4-3 The GTK+ graphical user interface 
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libperl5.8   5.8.4-8 Shared Perl library
ii  libssl0.9.7  0.9.7e-3SSL shared libraries
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  python2.32.3.5-3 An interactive high-level object-o
ii  tcl8.4   8.4.9-1 Tcl (the Tool Command Language) v8
ii  xchat-common 2.4.3-0.1   Common files for X-Chat
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#312117: gaim-otr: New Gaim-OTR version (2.0.2) available to resolve conflicts with gaim-encryption

2005-06-05 Thread Jason Cohen
Package: gaim-otr
Version: 2.0.2-1
Severity: wishlist



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gaim-otr depends on:
ii  gaim1:1.3.0-2multi-protocol instant messaging c
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcrypt11 1.2.0-11.1   LGPL Crypto library - runtime libr
ii  libgpg-error0   1.0-1library for common error values an
ii  libotr1 2.0.2-1  Off-the-Record Messaging library

-- no debconf information


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



Bug#311720: backtrace for segementation fault bug

2005-06-02 Thread Jason Cohen
   1.
  [EMAIL PROTECTED]:/usr/src$ gdb gnomemeeting
   2.
  GNU gdb 6.3-debian
   3.
  Copyright 2004 Free Software Foundation, Inc.
   4.
  GDB is free software, covered by the GNU General Public License,
  and you are
   5.
  welcome to change it and/or distribute copies of it under certain
  conditions.
   6.
  Type "show copying" to see the conditions.
   7.
  There is absolutely no warranty for GDB.  Type "show warranty" for
  details.
   8.
  This GDB was configured as "i386-linux"...(no debugging symbols found)
   9.
  Using host libthread_db library "/lib/tls/libthread_db.so.1".
  10.
   
  11.
  (gdb) run
  12.
  Starting program: /usr/bin/gnomemeeting
  13.
  (no debugging symbols found)
  14.
  (no debugging symbols found)
  15.
  (no debugging symbols found)
  16.
  (no debugging symbols found)
  17.
  (no debugging symbols found)
  18.
  (no debugging symbols found)
  19.
  (no debugging symbols found)
  20.
  (no debugging symbols found)
  21.
  (no debugging symbols found)
  22.
  (no debugging symbols found)
  23.
   
  24.
  [Thread debugging using libthread_db enabled]
  25.
  [New Thread 1104705568 (LWP 28687)]
  26.
  [New Thread 1106840496 (LWP 28690)]
  27.
  [New Thread 1107102640 (LWP 28691)]
  28.
  [New Thread 1124117424 (LWP 28694)]
  29.
  [New Thread 1132506032 (LWP 28695)]
  30.
  [New Thread 1133218736 (LWP 28697)]
  31.
  [New Thread 1133480880 (LWP 28698)]
  32.
   
  33.
  Program received signal SIGSEGV, Segmentation fault.
  34.
  [Switching to Thread 1133218736 (LWP 28697)]
  35.
  0x415350a1 in mallopt () from /lib/tls/libc.so.6
  36.
  (gdb)
  37.
  (gdb) thread apply all bt
  38.
   
  39.
  Thread 7 (Thread 1133480880 (LWP 28698)):
  40.
  #0  0x41593a27 in select () from /lib/tls/libc.so.6
  41.
  #1  0x4125467b in PThread::PXBlockOnIO () from /usr/lib/libpt.so.1.8.4
  42.
  #2  0x4123c7ec in PChannel::PXSetIOBlock () from
  /usr/lib/libpt.so.1.8.4
  43.
  #3  0x412209fc in PSocket::os_accept () from /usr/lib/libpt.so.1.8.4
  44.
  #4  0x4121d7d7 in PTCPSocket::Accept () from /usr/lib/libpt.so.1.8.4
  45.
  #5  0x40ed7dba in H323ListenerTCP::Accept ()
  46.
 from /usr/lib/libopenh323.so.1.15.3
  47.
  #6  0x40ed813a in H323ListenerTCP::Main () from
  /usr/lib/libopenh323.so.1.15.3
  48.
  #7  0x41254464 in PThread::PX_ThreadStart () from
  /usr/lib/libpt.so.1.8.4
  49.
  #8  0x412a6b63 in start_thread () from /lib/tls/libpthread.so.0
  50.
  #9  0x4159a18a in clone () from /lib/tls/libc.so.6
  51.
   
  52.
  Thread 6 (Thread 1133218736 (LWP 28697)):
  53.
  #0  0x415350a1 in mallopt () from /lib/tls/libc.so.6
  54.
  #1  0x415348fb in mallopt () from /lib/tls/libc.so.6
  55.
  #2  0x41533c43 in malloc () from /lib/tls/libc.so.6
  56.
  #3  0x4125cc24 in PAbstractArray::SetSize () from
  /usr/lib/libpt.so.1.8.4
  57.
  #4  0x4125c476 in PContainer::SetMinSize () from
  /usr/lib/libpt.so.1.8.4
  58.
  #5  0x4125cccb in PAbstractArray::GetPointer () from
  /usr/lib/libpt.so.1.8.4
  59.
  #6  0x411cc296 in PColourConverter::ConvertInPlace ()
  60.
  ---Type  to continue, or q  to quit---
  61.
 from /usr/lib/libpt.so.1.8.4
  62.
  #7  0x41e9ad23 in PVideoInputV4l2Device::NormalReadProcess ()
  63.
 from /usr/lib/pwlib/device/videoinput/v4l2_pwplugin.so
  64.
  #8  0x41e9ab8f in PVideoInputV4l2Device::GetFrameDataNoDelay ()
  65.
 from /usr/lib/pwlib/device/videoinput/v4l2_pwplugin.so
  66.
  #9  0x41e9aa3a in PVideoInputV4l2Device::GetFrameData ()
  67.
 from /usr/lib/pwlib/device/videoinput/v4l2_pwplugin.so
  68.
  #10 0x4121fcb2 in PVideoChannel::Read () from /usr/lib/libpt.so.1.8.4
  69.
  #11 0x0808eb77 in GMVideoGrabber::Main ()
  70.
  #12 0x41254464 in PThread::PX_ThreadStart () from
  /usr/lib/libpt.so.1.8.4
  71.
  #13 0x412a6b63 in start_thread () from /lib/tls/libpthread.so.0
  72.
  #14 0x4159a18a in clone () from /lib/tls/libc.so.6
  73.
   
  74.
  Thread 5 (Thread 1132506032 (LWP 28695)):
  75.
  #0  0x41591523 in poll () from /lib/tls/libc.so.6
  76.
  #1  0x407e22b6 in g_main_loop_get_context () from
  /usr/lib/libglib-2.0.so.0
  77.
  #2  0x407e18b0 in g_main_context_dispatch () from
  /usr/lib/libglib-2.0.so.0
  78.
  #3  0x407e1ed3 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
  79.
  #4  0x40796382 in link_thread_io_context () from
  /usr/lib/libORBit-2.so.0
  80.
  #5  0x407fb61f in g_static_private_free () from
  /usr/lib/libglib-2.0.so.0
  81.
  #6  0x412a6b63 in start_thread () from /lib/tls/libpthread.so.0
  82.
  #7  0x4159a18a in clone () from /lib/tls/libc.so.6
  83.
  ---Type  to continue, or q  to quit---
  84.
   
  85.

Bug#311720: gnomemeeting crashes with a segmentation fault when using v4l2 (default setting)

2005-06-02 Thread Jason Cohen
Package: gnomemeeting
Version: 1.2.1-1
Severity: normal


 I setup gnomemeeting with the default settings for my webcam. I have a
 Phillips Quickcam 3000 Pro and I built the pwc driver using the
 qc-usb-source package. v4l2 was selected by default, and I was able to
 successfully run all tests for audio & video. At first I was able to
 see a horizontal and vertical red &green lines. When i restarted
 gnomemeeting I immediately began getting the segmentation faults.
 
 The exact error is : lib: unexpected async reply (sequence 0x724)!
  Segmentation fault
 
 This error apparently was caused by the use of v4l2 which have been
 told is an experimental and unstable package. What I don't understand is
 why this was chosen by default. After uninstalling libpt-plugins-v4l2
 the segmentation faults stopped and I was able to successfully
 setup gnomemeeting with v4l. The video is perfect just as it was in
 camstream. Shouldn't the user at least be warned that v4l2 is unstable,
 and why isn't v4l used as the default? Doesn't it work with most
 webcams?
 
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gnomemeeting depends on:
ii  gconf22.8.1-6GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.8.0-4The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.8.1-2Bonobo CORBA interfaces library
ii  libbonoboui2- 2.8.1-2The Bonobo UI library
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libebook8 1.0.4-1Client library for evolution addre
ii  libedataserve 1.0.4-1Utily library for evolution data s
ii  libesd0   0.2.35-2   Enlightened Sound Daemon - Shared 
ii  libgcc1   1:3.4.3-13 GCC support library
ii  libgconf2-4   2.8.1-6GNOME configuration database syste
ii  libglib2.0-0  2.6.4-1The GLib library of C routines
ii  libgnome2-0   2.8.1-2The GNOME 2 library - runtime file
ii  libgnomecanva 2.8.0-1A powerful object-oriented display
ii  libgnomeui-0  2.8.1-3The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 2.8.4-4The GNOME virtual file-system libr
ii  libgtk2.0-0   2.6.4-3The GTK+ graphical user interface 
ii  libice6   4.3.0.dfsg.1-13Inter-Client Exchange library
ii  libldap2  2.1.30-8   OpenLDAP libraries
ii  libopenh323-1 1.15.3-2   H.323 aka VoIP library
ii  liborbit2 1:2.12.2-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.1-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libpt-1.8.3   1.8.4-1Portable Windows Library
ii  libpt-plugins 1.8.4-1Portable Windows Library Audio Plu
ii  libpt-plugins 1.8.4-1PWLib Video Plugin for IEEE1394 (F
ii  libpt-plugins 1.8.4-1PWLib Video Plugin for IEEE1394 (F
ii  libpt-plugins 1.8.4-1Portable Windows Library Audio Plu
ii  libpt-plugins 1.8.4-1Portable Windows Library Video Plu
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer
ii  libsm64.3.0.dfsg.1-13X Window System Session Management
ii  libstdc++51:3.3.5-13 The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-13X Window System protocol client li
ii  libxml2   2.6.16-7   GNOME XML library
ii  xlibs 4.3.0.dfsg.1-13X Keyboard Extension (XKB) configu
ii  zlib1g1:1.2.2-4  compression library - runtime

--no debconf information


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



Bug#311518: installation-reports

2005-06-01 Thread Jason Cohen
Package: installation-reports

Debian-installer-version: RC3 installer (downloaded 5/13/05 from 
http://www.debian.org/devel/debian-installer/)uname -a: 
Date: 5/24/05
Method: 
Netinstal CD for first stage install. I then used "dpkg --set-selections < 
packagelist.txt ; apt-get -u dselect-upgrade" to clone my other debian install.

Machine: Custom Built, AMD Athlon 2700+ 333MHZ FSB, A7N8X-X Nforce2 motherboard 
with onboard LAN/Audio, 512 MB PC2700 DDR, ATI Radeon 9700 Pro, Soundblaster 
Live 5.1 X-Gamer, 
4x DVD+R/RW, 3 160 GB 7200 PRM Seagates (IDE), 80 GB Western Digital Caviar 
7200 RPM (IDE), Promise ATA-100 IDE Controller, Hauppauge PVR-250MCE (ivtv), 
Hauppauge WinTV (bttv)
Processor:AMD 2700+ 333 MHZ FSB
Memory: 512 MB Mushkin PC2700 DDR
Root Device:
proc/proc   procdefaults0   0
/dev/hdb8   /   ext3defaults,errors=remount-ro 0   1
/dev/hdb6   /home   ext3defaults0   2
/dev/hda7   /mnt/mandrake   ext3defaults0   2
/dev/hda8   /mnt/mandrakeroot ext3defaults0   2
/dev/mapper/bigvideo-1 /video  xfs defaults0   2
/dev/hdb7   noneswapsw  0   0
/dev/hdc/media/cdrom0   iso9660 ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
/dev/hdb5   /mnt/windowsntfsusers,umask=022 0   0


Output of lspci and lspci -n:

:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) 
(rev c1)
:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 0 (rev c1)
:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
:00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
:00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet 
Controller (rev a1)
:00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
:01:07.0 Multimedia video controller: Internext Compression Inc iTVC16 
(CX23416) MPEG-2 Encoder (rev 01)
:01:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video 
Capture (rev 11)
:01:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture 
(rev 11)
:01:09.0 Unknown mass storage controller: Promise Technology, Inc. 
PDC20268(Ultra100 TX2) (rev 02)
:01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 
07)
:01:0a.1 Input device controller: Creative Labs SB Live! MIDI/Game Port 
(rev 07)
:02:00.0 VGA compatible controller: ATI Technologies Inc Radeon R300 ND 
[Radeon 9700 Pro]
:02:00.1 Display controller: ATI Technologies Inc Radeon R300 [Radeon 9700 
Pro] (Secondary)

:00:00.0 0600: 10de:01e0 (rev c1)
:00:00.1 0500: 10de:01ea (rev c1)
:00:00.2 0500: 10de:01ee (rev c1)
:00:00.3 0500: 10de:01ed (rev c1)
:00:00.4 0500: 10de:01ec (rev c1)
:00:00.5 0500: 10de:01ef (rev c1)
:00:01.0 0601: 10de:0060 (rev a4)
:00:01.1 0c05: 10de:0064 (rev a2)
:00:02.0 0c03: 10de:0067 (rev a4)
:00:02.1 0c03: 10de:0067 (rev a4)
:00:02.2 0c03: 10de:0068 (rev a4)
:00:04.0 0200: 10de:0066 (rev a1)
:00:08.0 0604: 10de:006c (rev a3)
:00:09.0 0101: 10de:0065 (rev a2)
:00:1e.0 0604: 10de:01e8 (rev c1)
:01:07.0 0400: :0016 (rev 01)
:01:08.0 0400: 109e:036e (rev 11)
:01:08.1 0480: 109e:0878 (rev 11)
:01:09.0 0180: 105a:4d68 (rev 02)
:01:0a.0 0401: 1102:0002 (rev 07)
:01:0a.1 0980: 1102:7002 (rev 07)
:02:00.0 0300: 1002:4e44
:02:00.1 0380: 1002:4e64


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

Initial boot worked:[O ]
Configure network HW:   [O ]
Config network: [O ]
Detect CD:  [O ]
Load installer modules: [O ]
Detect hard drives: [O ]
Partition hard drives:  [O ]
Create file systems:[O ]
Mount partitions:   [E ]
Install base system:[O ]
Install boot loader:[O ]
Reboot: [O ]

Comments/Problems:
Although I successfully added my LVM parition (bigvideo) as an XFS 395 GB 
partition mounted on /video,
after I rebooted I found that /video was not mounted, nor was it in /etc/fstab. 
I re-installed and chose the same partitioning op

Bug#311522: installation-reports

2005-06-01 Thread Jason Cohen
Package: installation-reports

Debian-installer-version: RC3 installer (downloaded 5/13/05 from 
http://www.debian.org/devel/debian-installer/)uname -a: uname -a: Linux 
jasonsdesktop 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686 GNU/Linux
Date: 5/24/05
Method: 
Netinstal CD for first stage install. I then used "dpkg --set-selections < 
packagelist.txt ; apt-get -u dselect-upgrade" to clone my other debian install.

Machine: Custom Built, AMD Athlon 2700+ 333MHZ FSB, A7N8X-X Nforce2 motherboard 
with onboard LAN/Audio, 512 MB PC2700 DDR, ATI Radeon 9700 Pro, Soundblaster 
Live 5.1 X-Gamer, 
4x DVD+R/RW, 3 160 GB 7200 PRM Seagates (IDE), 80 GB Western Digital Caviar 
7200 RPM (IDE), Promise ATA-100 IDE Controller, Hauppauge PVR-250MCE (ivtv), 
Hauppauge WinTV (bttv)
Processor:AMD 2700+ 333 MHZ FSB
Memory: 512 MB Mushkin PC2700 DDR
Root Device:
proc/proc   procdefaults0   0
/dev/hdb8   /   ext3defaults,errors=remount-ro 0   1
/dev/hdb6   /home   ext3defaults0   2
/dev/hda7   /mnt/mandrake   ext3defaults0   2
/dev/hda8   /mnt/mandrakeroot ext3defaults0   2
/dev/mapper/bigvideo-1 /video  xfs defaults0   2
/dev/hdb7   noneswapsw  0   0
/dev/hdc/media/cdrom0   iso9660 ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
/dev/hdb5   /mnt/windowsntfsusers,umask=022 0   0


Output of lspci and lspci -n:

:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) 
(rev c1)
:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 0 (rev c1)
:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
:00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
:00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet 
Controller (rev a1)
:00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
:01:07.0 Multimedia video controller: Internext Compression Inc iTVC16 
(CX23416) MPEG-2 Encoder (rev 01)
:01:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video 
Capture (rev 11)
:01:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture 
(rev 11)
:01:09.0 Unknown mass storage controller: Promise Technology, Inc. 
PDC20268(Ultra100 TX2) (rev 02)
:01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 
07)
:01:0a.1 Input device controller: Creative Labs SB Live! MIDI/Game Port 
(rev 07)
:02:00.0 VGA compatible controller: ATI Technologies Inc Radeon R300 ND 
[Radeon 9700 Pro]
:02:00.1 Display controller: ATI Technologies Inc Radeon R300 [Radeon 9700 
Pro] (Secondary)

:00:00.0 0600: 10de:01e0 (rev c1)
:00:00.1 0500: 10de:01ea (rev c1)
:00:00.2 0500: 10de:01ee (rev c1)
:00:00.3 0500: 10de:01ed (rev c1)
:00:00.4 0500: 10de:01ec (rev c1)
:00:00.5 0500: 10de:01ef (rev c1)
:00:01.0 0601: 10de:0060 (rev a4)
:00:01.1 0c05: 10de:0064 (rev a2)
:00:02.0 0c03: 10de:0067 (rev a4)
:00:02.1 0c03: 10de:0067 (rev a4)
:00:02.2 0c03: 10de:0068 (rev a4)
:00:04.0 0200: 10de:0066 (rev a1)
:00:08.0 0604: 10de:006c (rev a3)
:00:09.0 0101: 10de:0065 (rev a2)
:00:1e.0 0604: 10de:01e8 (rev c1)
:01:07.0 0400: :0016 (rev 01)
:01:08.0 0400: 109e:036e (rev 11)
:01:08.1 0480: 109e:0878 (rev 11)
:01:09.0 0180: 105a:4d68 (rev 02)
:01:0a.0 0401: 1102:0002 (rev 07)
:01:0a.1 0980: 1102:7002 (rev 07)
:02:00.0 0300: 1002:4e44
:02:00.1 0380: 1002:4e64


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

Initial boot worked:[O ]
Configure network HW:   [O ]
Config network: [O ]
Detect CD:  [O ]
Load installer modules: [O ]
Detect hard drives: [O ]
Partition hard drives:  [O ]
Create file systems:[O ]
Mount partitions:   [E ]
Install base system:[O ]
Install boot loader:[O ]
Reboot: [O ]

Comments/Problems:
Although I successfully added my LVM parition (bigvideo) as an XFS 395 GB 
partition mounted on /video,
after I rebooted I found that /video was 

Bug#311427: installation-reports

2005-05-31 Thread Jason Cohen
Package: installation-reports

Debian-installer-version: RC3 installer (downloaded 5/13/05 from 
http://www.debian.org/devel/debian-installer/)
uname -a: Linux jasonslaptop 2.6.8-2-686 #1 Thu May 19 17:53:30 JST 2005 i686 
GNU/Linux
Date: 5/15/05 
Method: 
Netinstall CD

Machine: Dell Inspiron 8200, P4 1.6 Ghz, 640 MB PC2100 DDR, Geforce NV17 440 
Go, Netgear WG511T (Atheros 5002 chipset) 
Processor: P4 Mobile 1.6 Ghz
Memory: 640 MB PC2100 DDR
Root Device:  30 GB IDE Drive, make unkown
Root Size/partition table: 
FilesystemSize  Used Avail Use% Mounted on
/dev/hda8 5.5G  4.5G  653M  88% /
tmpfs 316M 0  316M   0% /dev/shm
/dev/hda1  15G   14G  1.1G  93% /mnt/windows
/dev/hda6 981M  875M  107M  90% /mnt/mandrake
/dev/hda3 1.8G  444M  1.3G  27% /home
none   10M  800K  9.3M   8% /dev

Output of lspci and lspci -n:
:00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host 
Bridge(rev 04)
:00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge 
(rev 04)
:00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
:00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 42)
:00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
:00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
:00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio 
Controller (rev 02)
:00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem Controller (rev 02)
:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 440 
Go] (rev a3)
:02:00.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] 
(rev 78)
:02:01.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus 
Controller
:02:01.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus 
Controller
:02:01.2 FireWire (IEEE 1394): Texas Instruments PCI4451 IEEE-1394 
Controller
:07:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 
802.11abgNIC (rev 01)

:00:00.0 0600: 8086:1a30 (rev 04)
:00:01.0 0604: 8086:1a31 (rev 04)
:00:1d.0 0c03: 8086:2482 (rev 02)
:00:1d.2 0c03: 8086:2487 (rev 02)
:00:1e.0 0604: 8086:2448 (rev 42)
:00:1f.0 0601: 8086:248c (rev 02)
:00:1f.1 0101: 8086:248a (rev 02)
:00:1f.5 0401: 8086:2485 (rev 02)
:00:1f.6 0703: 8086:2486 (rev 02)
:01:00.0 0300: 10de:0174 (rev a3)
:02:00.0 0200: 10b7:9200 (rev 78)
:02:01.0 0607: 104c:ac42
:02:01.1 0607: 104c:ac42
:02:01.2 0c00: 104c:8027


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

Initial boot worked:[O]
Configure network HW:   [O ]
Config network: [O ]
Detect CD:  [O ]
Load installer modules: [O ]
Detect hard drives: [O ]
Partition hard drives:  [O ]
Create file systems:[O ]
Mount partitions:   [O ]
Install base system:[O ]
Install boot loader:[O ]
Reboot: [O ]

Comments/Problems: I initially setup the network connection and continued the 
installation process using the 3COM 3c905C 10/100 card.
I then compiled and installed the madwifi drivers and setup my WG511T with 
WPA-PSK using wpa_supplicant.



The install went perfectly. The only problem I noticed was aesthetic. I had 
vertical red lines through the blue install screen. 

Note: I used the linux26 install option.



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



Bug#252571: CDROM refuses to eject after being mounted by KDE device icon; USB key refuses to unmount

2005-05-16 Thread Jason Cohen
I'm also having this problem. If I mount a CD by double clicking the
device icon and then close the konqueror window and hit eject, I get an
error "eject /dev/hdb failed!". I can unmount using the unmount option
and I verified that /media/cdrom0 was empty after the unmount. Yet, even
after unmounting it refuses to eject. Manually doing eject /dev/hdb or
eject /media/cdrom0 works fine. I get this eror whether I have 1 or 0
instances of Konqueror preloaded.

Once I killed this process I was able to eject from the KDE icon:

18057 ?S  0:00 kdeinit: kio_file file
/tmp/ksocket-jason/klauncherw9Vnob.slave-socket
/tmp/ksocket-jason/konquerorjKPFLa.slave-socket


I'm having a similar problem with my USB key. If I double click my USB
kde device icon and then close the konqueror window, it refuses to
unmount complaining that the device is busy. I must kill this process to
unmount the device. Unlike with the cdrom a umount /mnt/removable also
complains that the device is busy. fuser shows this process running each
time.

16151 ?S  0:01 kdeinit: konqueror -mimetype inode/directory
file:/mnt/removable

This problem can be solved if the performance setting "maximum number of
instances kept preloaded" is set to 0, but this of course slows
konqueror startup time.

Jason Cohen


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