Bug#549691: lvm2: More info: how to reproduce and fix

2014-06-03 Thread George Tellalov
Package: lvm2
Followup-For: Bug #549691

I had a problem with LVM refusing to remove a volume that wasn't in use and my
search led me to this bug report. Here I found out about dmsetup and playing
around with it I managed to remove the problematic volume. Here's how I did
it (on a pure wheezy install). 

First a way to reproduce the problem:

# lvcreate -n test -L 100M hdd
  Logical volume test created

# parted -s /dev/hdd/test mklabel msdos mkpart pri 32256b 100M
Warning: The resulting partition is not properly aligned for best performance.

# lvchange -a n hdd/test
  Logical volume hdd/test is used by another device.

This is it - nothing is mounted or accessed by any programs. Actually the
partition doesn't even have a file system to be mounted.

The problem seems to be that device mapper creates a device file for the new
partition and because of it the volume test is considered in use.

# dmsetup ls | grep test
hdd-test(254:4)
hdd-testp1  (254:5)

And the solution is to remove the partition device and then the volume can be
deactivated and removed as well.

# dmsetup remove hdd-testp1
# lvchange -a n hdd/test
# lvremove hdd/test
  Logical volume test successfully removed

I'm not sure if this is related to the original bug report, but some of the
users' reports are probably related. I hope this helps.


-- System Information:
Debian Release: 7.5
Architecture: armhf (armv6l)

Kernel: Linux 3.6.11+ (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#605807: ledger: Ledger does not operate as the manual says

2010-12-03 Thread George Tellalov
Package: ledger
Version: 2.6.2-2.1
Severity: normal

From the man page:
   -f, --file FILE
  Reads  FILE  as a Ledger file. This option may be specified 
multiple times.  FILE may also be a list of file names separated by colons.  
Typically, the environment
  variable LEDGER_FILE is set rather than using this command-line 
option.

$ ledger -f a reg
2010/11/01  Test1   A:B 
 $100   $100
C:D 
$-100  0
2010/11/10  Test2   C:D 
 $100   $100
A:B 
$-100  0
$ ledger -f b reg
2010/11/10  Test2   C:D 
 $100   $100
A:B 
$-100  0
$ ledger -f a:b reg
While parsing option '--file' (-f):
Error: The ledger file 'a:b' does not exist or is not readable

Setting LEDGER_FILE gives the same results.

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

Kernel: Linux 2.6.34-silent-i386 (SMP w/4 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ledger depends on:
ii  dpkg  1.15.7.2   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libgcc1   1:4.4.4-5  GCC support library
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libpcre3  8.02-1.1   Perl 5 Compatible Regular Expressi
ii  libstdc++64.4.4-5The GNU Standard C++ Library v3

ledger recommends no packages.

ledger suggests no packages.

-- no debconf information



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



Bug#605810: Ledger does not respect .ledgerrc

2010-12-03 Thread George Tellalov
Package: ledger
Version: 2.6.2-2.1
Severity: normal

It seems that some (but not all) options are ignored when placed
in the .ledgerrc file. The example below shows the --cleared
option working from the command line, but not from .ledgerrc. The
same problem exists with the pager option.

$ ledger -f a --cleared reg
2010/11/01  Test1   A:B 
 $100   $100
C:D 
$-100  0
$

$ cat .ledgerrc 
--wide --cleared --pager
$

$ ledger -f a reg
2010/11/01  Test1   A:B 
 $100   $100
C:D 
$-100  0
2010/11/10  Test2   C:D 
 $100   $100
A:B 
$-100  0
$


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

Kernel: Linux 2.6.34-silent-i386 (SMP w/4 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ledger depends on:
ii  dpkg  1.15.7.2   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libgcc1   1:4.4.4-5  GCC support library
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libpcre3  8.02-1.1   Perl 5 Compatible Regular Expressi
ii  libstdc++64.4.4-5The GNU Standard C++ Library v3

ledger recommends no packages.

ledger suggests no packages.

-- no debconf information



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



Bug#604116: ledger: Please, package new upstream release 2.6.3

2010-11-21 Thread George Tellalov
On Sun, Nov 21, 2010 at 12:53:42AM +1100, Matthew Palmer wrote:
 On Sat, Nov 20, 2010 at 02:49:36PM +0200, George Tellalov wrote:
  Package: ledger
  Version: 2.6.2-2.1
  Severity: wishlist
  
  Upstream has released 2.6.3. Could someone package it, please?
 
 Which changes, present in 2.6.3 and not already present in the Debian
 package of 2.6.2-2.1, are you interested in?
 
 - Matt


I don't know what's new in 2.6.3 but I was hoping that some of the problems
I'm having with 2.6.2-2.1 would be fixed there. Or I could report them against
2.6.2-2.1 if it's a better idea?



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



Bug#604116: ledger: Please, package new upstream release 2.6.3

2010-11-20 Thread George Tellalov
Package: ledger
Version: 2.6.2-2.1
Severity: wishlist

Upstream has released 2.6.3. Could someone package it, please?

Thanks

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

Kernel: Linux 2.6.34-silent-i386 (SMP w/4 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ledger depends on:
ii  dpkg  1.15.7.2   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libgcc1   1:4.4.4-5  GCC support library
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libpcre3  7.8-3  Perl 5 Compatible Regular Expressi
ii  libstdc++64.4.4-5The GNU Standard C++ Library v3

ledger recommends no packages.

ledger suggests no packages.

-- no debconf information



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



Bug#524464: USB related crash

2010-02-11 Thread George Tellalov
It seems that the problem is gone with 2.6.32-6. I've tested for over an hour
today and I couldn't crash it. I'll leave the on-board usb controller on with
all the devices attached and if the problem appears again, I'll reopen the
bug. Right now I think it's safe to close it.

Thanks!



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



Bug#524464: USB related crash

2010-02-09 Thread George Tellalov
 George, did you try a more recent kernel?
 

I did a while ago but I couldn't spend enough time to reproduce the problem. I
think I'll have to attach a lot of usb devices and put the pc to a high load.
Hopefully I'll be able to do that in the coming days with 2.6.32



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



Bug#524464: USB related crash

2009-10-12 Thread George Tellalov
On Sun, Oct 11, 2009 at 11:23:42PM +0100, Ben Hutchings wrote:
 Can you test whether the newer kernel versions in unstable (2.6.30) or
 experimental (2.6.31) still have this bug?  You can install kernel
 packages from unstable/experimental without upgrading the rest of a
 stable system.
 

I don't have an easy way to upgrade this pc to unstable. Maybe I can try
building a live cd/usb image? Is it going to work?
Anyhow I suspect a hardware problem, because after disabling the on-board usb
controller and plugging in a pci one the problem disappeared for good.



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



Bug#524464: USB related crash

2009-04-17 Thread George Tellalov
Package: linux-image-2.6-amd64
Version: 2.6.26+17+lenny1
Severity: important


I have a b2k based usb phone box (http://www.onevoip.net/index.php?catid=55)
which causes the kernel to crash when the pc is under load. For example a
skype video call or google earth's flight simulator.

This is hwo the box is identified by linux:
[  403.795736] usb 1-2: Manufacturer: Yealink Network Technology Ltd.

And this is a trace of the crash:
[  562.178804] general protection fault:  [1] SMP 
[  562.180005] CPU 0 
[  562.180005] Modules linked in: usbhid hid ff_memless radeon drm rfcomm l2cap 
bluetooth battery ppdev lp cpufreq_conservative cpufreq_userspace 
cpufreq_powersave cpufreq_stats cpufreq_ondemand ip6table_filter ip6_tables 
iptable_raw xt_comment xt_policy ipt_ULOG ipt_TTL ipt_ttl ipt_REJECT 
ipt_REDIRECT ipt_recent ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn 
ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip 
nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda 
ts_kmp nf_conntrack_amanda nf_conntrack_tftp nf_conntrack_sip 
nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre 
nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 
nf_conntrack_ftp xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG 
xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper 
xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_conntrack xt_CONNMARK xt_connmark 
xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 
nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables x_tables ipv6 
fuse abituguru powernow_k8 freq_table joydev sbp2 loop snd_via82xx gameport 
snd_ac97_codec ac97_bus snd_mpu401_uart snd_seq_dummy snd_usb_audio snd_pcm_oss 
snd_mixer_oss parport_pc parport snd_seq_oss tuner_simple tuner_types snd_pcm 
snd_page_alloc snd_usb_lib snd_seq_midi snd_seq_midi_event snd_seq snd_rawmidi 
snd_hwdep tuner serio_raw tvaudio pcspkr psmouse snd_timer snd_seq_device 
k8temp snd soundcore i2c_viapro gspca bttv firmware_class ir_common 
compat_ioctl32 videodev v4l1_compat i2c_algo_bit v4l2_common videobuf_dma_sg 
videobuf_core btcx_risc tveeprom i2c_core shpchp button pci_hotplug evdev ext3 
jbd mbcache dm_mirror dm_log dm_snapshot dm_mod ide_cd_mod cdrom via82cxxx 
sd_mod ide_pci_generic ide_core sata_via floppy ehci_hcd sata_sil ata_generic 
libata uhci_hcd scsi_mod via_velocity crc_ccitt dock ohci1394 ieee1394 thermal 
processor fan thermal_sys
[  562.180005] Pid: 0, comm: swapper Not tainted 2.6.26-2-amd64 #1
[  562.180005] RIP: 0010:[a007dbc6]  [a007dbc6] 
:uhci_hcd:uhci_scan_schedule+0xaf/0x79a
[  562.180005] RSP: :805e2e78  EFLAGS: 00010046
[  562.180005] RAX: 10413bca89ec458b RBX: 81001f944800 RCX: 810080a33000
[  562.180005] RDX: 0009 RSI: 81001f944800 RDI: 81001f944978
[  562.180005] RBP: 81001f567600 R08: 8053cdd0 R09: 0010
[  562.180005] R10: 810001d53938 R11: 810001d50fe0 R12: 8100120c3cd8
[  562.180005] R13: 81001f944978 R14: 805a4320 R15: 
[  562.180005] FS:  41d96950() GS:8053b000() 
knlGS:f5efd700
[  562.180005] CS:  0010 DS: 0018 ES: 0018 CR0: 8005003b
[  562.180005] CR2: df5ee000 CR3: 1f692000 CR4: 06e0
[  562.180005] DR0:  DR1:  DR2: 
[  562.180005] DR3:  DR6: 0ff0 DR7: 0400
[  562.180005] Process swapper (pid: 0, threadinfo 80572000, task 
804f8480)
[  562.180005] Stack:  805e2ea8 80231a91 805e2ea8 
0001
[  562.180005]  0009 81001e1152c8  
81001f944800
[  562.180005]  81001f944978  81001f944800 
805a4320
[  562.180005] Call Trace:
[  562.180005]  IRQ  [80231a91] ? check_preempt_wakeup+0xbd/0xe9
[  562.180005]  [a007fea9] ? :uhci_hcd:uhci_irq+0x123/0x136
[  562.180005]  [8038e83e] ? usb_hcd_irq+0x3b/0x78
[  562.180005]  [8026bd0f] ? handle_IRQ_event+0x2c/0x61
[  562.180005]  [8026d1a8] ? handle_fasteoi_irq+0x90/0xc9
[  562.180005]  [8020f5e4] ? do_IRQ+0x6d/0xd9
[  562.180005]  [8020b0a3] ? default_idle+0x0/0x49
[  562.180005]  [8020c46d] ? ret_from_intr+0x0/0x19
[  562.180005]  EOI  [8021eb68] ? native_safe_halt+0x2/0x3
[  562.180005]  [8020b0cd] ? default_idle+0x2a/0x49
[  562.180005]  [8020ac79] ? cpu_idle+0x89/0xb3
[  562.180005] 
[  562.180005] 
[  562.180005] Code: 06 00 00 48 8b 45 10 48 83 e8 10 49 89 85 80 00 00 00 83 
7d 74 01 0f 84 81 04 00 00 83 7d 70 03 75 1f 4c 8b 65 30 49 8b 44 24 20 44 8b 
70 ec 45 31 ff 41 f7 c6 00 00 80 00 75 12 80 65 7c f7 eb 
[  562.180005] RIP  [a007dbc6] :uhci_hcd:uhci_scan_schedule+0xaf/0x79a
[  562.180005]  RSP 805e2e78
[  562.180006] ---[ end 

Bug#524464: Also existing in 2.6.29

2009-04-17 Thread George Tellalov
Here is another trace from 2.6.29. This is not causing a crash, but it's the
first symptom. When the system is used a little more the kernel crashes. There
are similar traces from 2.6.26 before the crash.

Apr 18 00:26:42 george kernel: [ 1393.322650] [ cut here 
]
Apr 18 00:26:42 george kernel: [ 1393.325446] WARNING: at 
/build/linux-2.6-2.6.29/debian/build/source_amd64_none/drivers/usb/host/uhci-q.c:129
 uhci_free_td+0x78/0x8c [uhci_hcd]()
Apr 18 00:26:42 george kernel: [ 1393.325446] Hardware name:  
Apr 18 00:26:42 george kernel: [ 1393.325446] Device: uhci_hcd
Apr 18 00:26:42 george kernel: [ 1393.325446] td 88000c2ada40 still in 
fl_list!
Apr 18 00:26:42 george kernel: [ 1393.325446] Modules linked in: hid_gaff 
hid_pl hid_cypress hid_zpff hid_gyration hid_sony hid_ntrig hid_samsung 
hid_microsoft hid_tmff hid_monterey hid_ezkey hid_apple hid_a4tech hid_logitech 
ff_memless hid_cherry hid_sunplus hid_petalynx hid_belkin hid_chicony usbhid 
snd_usb_audio hid snd_usb_lib snd_hwdep gspca_zc3xx gspca_main uhci_hcd radeon 
drm rfcomm l2cap bluetooth battery ppdev lp cpufreq_conservative 
cpufreq_userspace cpufreq_powersave cpufreq_stats ip6table_filter ip6_tables 
iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_TTL ipt_ttl ipt_REJECT 
ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP 
ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp 
nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp 
nf_conntrack_amanda nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp 
nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink 
nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp 
xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log 
xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper 
xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_conntrack xt_CONNMARK xt_connmark 
xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 
nf_defrag_ipv4 nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables 
x_tables ipv6 fuse abituguru powernow_k8 firewire_sbp2 loop snd_via82xx 
gameport snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm 
snd_page_alloc snd_mpu401_uart snd_seq_dummy tuner_simple tuner_types tuner 
tvaudio snd_seq_oss snd_seq_midi snd_rawmidi evdev snd_seq_midi_event snd_seq 
serio_raw psmouse joydev pcspkr snd_timer snd_seq_device snd k8temp bttv 
soundcore i2c_viapro ir_common i2c_algo_bit v4l2_common videodev v4l1_compat 
v4l2_compat_ioctl32 videobuf_dma_sg videobuf_core btcx_risc tveeprom i2c_core 
shpchp pci_hotplug parport_pc parport button ext3 jbd mbcache dm_mirror 
dm_region_hash dm_log dm_snapshot dm_mod ide_cd_mod cdrom via82cxxx sd_mod 
crc_t10dif ide_pci_generic ide_core sata_via floppy sata_sil ata_generic 
ehci_hcd libata via_velocity crc_ccitt scsi_mod firewire_ohci firewire_core 
crc_itu_t thermal processor fan thermal_sys
Apr 18 00:26:42 george kernel: [ 1393.325446] Pid: 9819, comm: Xorg Not tainted 
2.6.29-trunk-amd64 #1
Apr 18 00:26:42 george kernel: [ 1393.325446] Call Trace:
Apr 18 00:26:42 george kernel: [ 1393.325446]  IRQ  [80244bb5] 
warn_slowpath+0xd8/0x112
Apr 18 00:26:42 george kernel: [ 1393.325446]  [8023750c] 
__wake_up_common+0x44/0x73
Apr 18 00:26:42 george kernel: [ 1393.325446]  [80238174] 
__wake_up+0x30/0x44
Apr 18 00:26:42 george kernel: [ 1393.325446]  [80228dbc] 
default_spin_lock_flags+0x5/0x9
Apr 18 00:26:42 george kernel: [ 1393.325446]  [8047a824] 
_spin_lock_irqsave+0x24/0x2c
Apr 18 00:26:42 george kernel: [ 1393.325446]  [80228dbc] 
default_spin_lock_flags+0x5/0x9
Apr 18 00:26:42 george kernel: [ 1393.325446]  [8047a824] 
_spin_lock_irqsave+0x24/0x2c
Apr 18 00:26:42 george kernel: [ 1393.325446]  [a067c70a] 
uhci_free_td+0x78/0x8c [uhci_hcd]
Apr 18 00:26:42 george kernel: [ 1393.325446]  [a067cf0f] 
uhci_scan_schedule+0x3ff/0x835 [uhci_hcd]
Apr 18 00:26:42 george kernel: [ 1393.325446]  [a067ef1a] 
uhci_irq+0x132/0x148 [uhci_hcd]
Apr 18 00:26:42 george kernel: [ 1393.325446]  [803d0d91] 
usb_hcd_irq+0x3d/0x89
Apr 18 00:26:42 george kernel: [ 1393.325446]  [80280dfd] 
handle_IRQ_event+0x2c/0x61
Apr 18 00:26:42 george kernel: [ 1393.325446]  [802822be] 
handle_fasteoi_irq+0x88/0xce
Apr 18 00:26:42 george kernel: [ 1393.325446]  [80213da1] 
do_IRQ+0x64/0xd7
Apr 18 00:26:42 george kernel: [ 1393.325446]  [80211b93] 
ret_from_intr+0x0/0x29
Apr 18 00:26:42 george kernel: [ 1393.325446]  EOI  [8045f1c0] 
unix_poll+0x0/0x97
Apr 18 00:26:42 george kernel: [ 1393.325446]  [8047a8fd] 
_spin_unlock_irqrestore+0xf/0x17
Apr 18 00:26:42 george kernel: [ 1393.325446]  [802ca81e] 
poll_freewait+0x5b/0x86
Apr 18 00:26:42 george kernel: [ 1393.325446]  [802cb2c9] 
do_select+0x4e2/0x510
Apr 18 00:26:42 george kernel: [ 1393.325446]  

Bug#505006: Doesn't work with Thinkpad X30 Ultrabay

2008-11-08 Thread George Tellalov
Package: hotswap
Severity: important

x30:~# LANG=C hotswap
I/O warning : failed to load external entity /etc/hotswaprc
hotswap 0.4.0
Copyright 2001 Tim Stadelmann
This program is free software, licensed under the conditions of the
GNU General Public License version 2, or (at your option), any later
version.


The following IDE device is currently configured:
MATSHITADVD-ROM SR-8177
Do you want to remove this device? y
hotswap: unregistering the IDE device failed: Invalid argument
x30:~# 

If the laptop is booted without the bay the same happens when trying to
register the dvd - Invalid argument

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#358866: Updated version of mypasswordsafe created for ubuntu

2008-09-13 Thread George Tellalov
On Tue, Jun 17, 2008 at 06:23:36PM +0100, mish wrote:
 deb-src http://ppa.launchpad.net/mishd/ubuntu hardy main

I've build the package from the sources on etch and the bug is fixed.



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



Bug#435655: linux-image-2.6.21-2-686: ibm-acpi oops on removal

2007-08-02 Thread George Tellalov
Package: linux-image-2.6.21-2-686
Version: 2.6.21-6
Severity: important

ibm-acpi module works fine on this thinkpad but when trying to remove the 
module I get a kernel oops. The same happens when trying to suspend the machine 
- probably the suspend is trying to remove the module as well.
Hardware details:
sys_vendor   = IBM
sys_product  = 26454AU
bios_version = INET36WW


-- Package-specific info:
** Version: Linux version 2.6.21-2-686 (Debian 2.6.21-6) ([EMAIL PROTECTED]) 
(gcc version 4.1.3 20070629 (prerelease) (Debian 4.1.2-13)) #1 SMP Wed Jul 11 
03:53:02 UTC 2007

** Not tainted

** Kernel log:
eth1: command 0x5800 did not complete!
eth1: command 0x5800 did not complete!
eth1: command 0x5800 did not complete!
eth1: command 0x5800 did not complete!
eth1: command 0x5800 did not complete!
eth1: command 0x5800 did not complete!
eth1: command 0x5800 did not complete!
eth1: command 0x5800 did not complete!
eth1: command 0x5800 did not complete!
eth1: command 0x5800 did not complete!
pccard: card ejected from slot 1
pccard: PCMCIA card inserted into slot 1
pcmcia: registering new device pcmcia1.0
pcmcia: registering new device pcmcia1.1
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
eth0: 3Com 3c562, io 0x300, irq 4, hw_addr 00:60:97:FB:55:2A
  8K FIFO split 5:3 Rx:Tx, auto xcvr
eth1: flipped to 10baseT
eth1: flipped to 10baseT
eth1: no IPv6 routers present
Stopping tasks ... done.
Shrinking memory... done (2856 pages freed)
Freed 11424 kbytes in 0.17 seconds (67.20 MB/s)
Suspending console(s)
 usbdev1.1: PM: suspend 0-1, parent usb1 already 2
 usbdev1.1_ep81: PM: suspend 0-1, parent 1-0:1.0 already 2
hub 1-0:1.0: PM: suspend 2-1, parent usb1 already 2
 usbdev1.1_ep00: PM: suspend 0-1, parent usb1 already 2
pnp: Device 00:04 disabled.
pnp: Device 00:03 disabled.
Disabling non-boot CPUs ...
swsusp: critical section: 
swsusp: Need to copy 23798 pages
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
PM: Writing back config space on device :00:01.0 at offset 7 (was 22a0d0d0, 
writing a2a0d0d0)
PM: Writing back config space on device :00:02.0 at offset f (was 3c0010b, 
writing 5c0010b)
PM: Writing back config space on device :00:02.1 at offset f (was 3c0020b, 
writing 5c0020b)
PCI: Found IRQ 11 for device :00:07.2
usb usb1: root hub lost power or was reset
PM: Writing back config space on device :01:00.0 at offset b (was dd1014, 
writing 0)
pnp: Device 00:03 activated.
pnp: Device 00:04 activated.
Restarting tasks ... done.
eth1: interrupt(s) dropped!
pnp: Device 00:07 disabled.
pnp: Device 00:06 disabled.
pnp: Device 00:07 activated.
pnp: Device 00:06 activated.
pccard: card ejected from slot 1
pccard: PCMCIA card inserted into slot 1
pcmcia: registering new device pcmcia1.0
pcmcia: registering new device pcmcia1.1
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
eth0: 3Com 3c562, io 0x300, irq 4, hw_addr 00:60:97:FB:55:2A
  8K FIFO split 5:3 Rx:Tx, auto xcvr
eth1: flipped to 10baseT
eth1: flipped to 10baseT
eth1: no IPv6 routers present
ibm_acpi: IBM ThinkPad ACPI Extras v0.13
ibm_acpi: http://ibm-acpi.sf.net/
ibm_acpi: hotkey device not present
ibm_acpi: disabling subdriver hotkey
BUG: unable to handle kernel NULL pointer dereference at virtual address 
0119
 printing eip:
c019c541
*pde = 
Oops:  [#1]
SMP 
Modules linked in: ibm_acpi 3c589_cs snd_cs4236 snd_opl3_lib snd_hwdep 
snd_cs4236_lib snd_mpu401_uart snd_cs4231_lib serial_cs ac thermal processor 
fan button binfmt_misc rfcomm l2cap bluetooth ppdev lp battery ipv6 reiserfs 
ext3 jbd mbcache fuse snd_seq_dummy snd_seq_oss snd_seq_midi snd_seq_midi_event 
snd_seq snd_rawmidi snd_seq_device snd_pcm_oss snd_mixer_oss snd_pcm snd_timer 
snd soundcore snd_page_alloc loop tsdev pcmcia firmware_class analog rtc 
gameport psmouse parport_pc parport pcspkr i2c_piix4 serio_raw i2c_core 
intel_agp agpgart yenta_socket rsrc_nonstatic pcmcia_core shpchp pci_hotplug 
evdev xfs dm_mirror dm_snapshot dm_mod ide_cd cdrom ide_disk ata_generic libata 
scsi_mod floppy uhci_hcd usbcore piix generic ide_core
CPU:0
EIP:0060:[c019c541]Not tainted VLI
EFLAGS: 00210202   (2.6.21-2-686 #1)
EIP is at sysfs_hash_and_remove+0x18/0x110
eax: 010d   ebx: cd674cd0   ecx: cdfcf0a0   edx: 010d
esi: c03299f4   edi:    ebp: 0080   esp: c7c81f04
ds: 007b   es: 007b   fs: 00d8  gs: 0033  ss: 0068
Process modprobe (pid: 4347, ti=c7c8 task=cd9d9ab0 task.ti=c7c8)
Stack: c02fa5a3 010d c7c81f38 cd674cd0 c03299f4  0080 c0227fa0 
   cd674cd0  c022762c cd674cd0 

Bug#435655: linux-image-2.6.21-2-686: ibm-acpi oops on removal

2007-08-02 Thread George Tellalov
On Thu, Aug 02, 2007 at 02:11:46PM +0200, maximilian attems wrote:
 i can't reproduce it on 2.6.22:
 modprobe thinkpad-acpi
 
 thinkpad_acpi: ThinkPad ACPI Extras v0.14
 thinkpad_acpi: http://ibm-acpi.sf.net/
 thinkpad_acpi: ThinkPad EC firmware 74HT25WW-1.00
 thinkpad_acpi: acpi_bus_get_device(bay) failed: -19
 thinkpad_acpi: disabling subdriver bay
 
 rmmod thinkpad-acpi
 
 no oops
 
 there was quite some acpi merge for 2.6.22, aboves test was on a x41.
 please report back unless you can reproduce the trouble with it
 i'll have to close that report.

I confirm that the bug is gone from 2.6.22. You can close the bug report.

Thank you


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



Bug#389039: binutils: ld fails to link against libX11

2006-09-23 Thread George Tellalov
Package: binutils
Version: 2.15-6
Severity: normal

*** Please type your report below this line ***

Although I have the library installed I cannot link the 
following programme:
char XOpenDisplay ();
int
main ()
{
XOpenDisplay ();
  ;
  return 0;
}

[EMAIL PROTECTED]:~$ gcc -o conftest.o -lX11 -lm conftest.c
/usr/bin/ld: cannot find -lX11
[EMAIL PROTECTED]:~$ aptitude search ~ilibx11
i A libx11-6
i A libx11-dev
[EMAIL PROTECTED]:~$ ll /usr/X11R6/lib/libX11.* /etc/ld.so.*
-rw-r--r--  1 root root   48731 2006-09-23 15:02 /etc/ld.so.cache
-rw-r--r--  1 root root  15 2006-08-04 20:22 /etc/ld.so.conf
-rw-r--r--  1 root root 1938320 2005-09-15 23:10 /usr/X11R6/lib/libX11.a
lrwxrwxrwx  1 root root  11 2006-09-15 23:11 /usr/X11R6/lib/libX11.so - 
libX11.so.6
lrwxrwxrwx  1 root root  13 2006-08-05 10:19 /usr/X11R6/lib/libX11.so.6 - 
libX11.so.6.2
-rw-r--r--  1 root root  893712 2005-09-15 23:10 /usr/X11R6/lib/libX11.so.6.2
[EMAIL PROTECTED]:~$ cat /etc/ld.so.conf
/usr/X11R6/lib

I have tried this both on sarge amd64 and sarge x86. 

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.16-2-amd64-k8
Locale: LANG=bg_BG, LC_CTYPE=bg_BG (charmap=CP1251)

Versions of packages binutils depends on:
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries 
an

-- no debconf information


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



Bug#332222: kdelibs4c2: kde constantly polls my harddrive

2005-12-08 Thread George Tellalov
Package: kdelibs-bin
Version: 4:3.4.2-4
Followup-For: Bug #33


I have noticed the same problem - flashing of the hdd led (approx. 3
times/sec). I traced it down to kded. I used strace on kded and found
the reason to be the following:
strace -f -e trace=open,close,read,write kded
[cut]
[pid 29040] open(/dev/dvd, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)   = 0
[pid 29040] open(/dev/dvd, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)   = 0
[pid 29040] open(/dev/dvd, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)   = 0
[pid 29040] open(/dev/dvd, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)   = 0
[pid 29040] open(/dev/dvd, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)   = 0
[pid 29040] open(/dev/dvd, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)   = 0
[pid 29040] open(/dev/dvd, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)   = 0
[pid 29040] open(/dev/dvd, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 16
[pid 29040] close(16)   = 0
Process 29040 detached
Process 29027 detached

You get the idea. It's trying to open the dvd device all the time. If I
comment the /dev/dvd line in the fstab it starts without a problem. Here
is my fstab line:
/dev/dvd/cdrom  autouser,noauto,ro,utf8

I think the bug should be reassigned to kdelibs-bin as kded is there.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=bg_BG, LC_CTYPE=bg_BG (charmap=CP1251)

Versions of packages kdelibs-bin depends on:
ii  kdelibs4c24:3.4.2-4  core libraries for all KDE applica
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libbz2-1.01.0.2-11   high-quality block-sorting file co
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libcupsys21.1.23-12  Common UNIX Printing System(tm) - 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxml2   2.6.22-2   GNOME XML library
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxslt1.11.1.15-1   XSLT processing library - runtime 
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  menu-xdg  0.2.1  freedesktop.org menu compliant win
ii  netpbm2:10.0-10  Graphics conversion tools
ii  perl  5.8.7-7Larry Wall's Practical Extraction 
ii  python2.3.5-3An interactive high-level object-o
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-8  compression library - runtime

Versions of packages kdelibs-bin recommends:
ii  perl-suid 5.8.7-7Runs setuid Perl scripts

-- no debconf information


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