Bug#494678: strongswan: configure option --enable-p2p changed to --enable-mediation

2008-08-11 Thread Thomas Kallenberg
Package: strongswan
Version: 4.2.4-2
Severity: important
Tags: patch

Hello!

Some time ago the configuration option

--enable-p2p

has changed to

--enable-mediation

In the debian/rules file there is still the old option. There is no warning 
about this 
error and the peer to peer service is not compiled in.

Best regards, 

Thomas Kallenberg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DH_OPTIONS

# this is a security-critical package, set all the options we can
export DEB_BUILD_HARDENING=1

CONFIGUREARGS := --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib \
--enable-http --enable-ldap \
--enable-nonblocking --enable-thread \
--enable-smartcard --enable-cisco-quirks \
--with-default-pkcs11=/usr/lib/opensc-pkcs11.so \
--enable-xml \
--enable-mediation --enable-manager \
--enable-openssl
# Could enable --enable-nat-transport, but this is actually insecure,
# so don't!
# And for --enable-eap-sim we would need the library, which we don't
# have right now.

DEB_BUILD_ARCH_CPU ?=$(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)

#the padlock plugin only makes sense on i386 
ifeq ($(DEB_BUILD_ARCH_CPU),i386)
  CONFIGUREARGS += --enable-padlock
endif


configure: configure-stamp
configure-stamp: patch
dh_testdir
# Add here commands to configure the package.
./configure $(CONFIGUREARGS)

touch configure-stamp

patch:
dh_testdir
dpatch apply-all

unpatch:
dpatch deapply-all

build: build-stamp
build-stamp: configure-stamp
$(MAKE)

touch build-stamp

clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp

-$(MAKE) clean
#-$(MAKE) -C programs/fswcert/ clean
# after a make clean, no binaries _should_ be left, but 
-find $(CURDIR) -name "*.o" | xargs --no-run-if-empty rm
-find $(CURDIR)/lib/libcrypto -name "*.a" | xargs --no-run-if-empty rm

# Really clean (#356716)
# This is a hack: should be better implemented
rm -f lib/libstrongswan/libstrongswan.a || true
rm -f lib/libstrongswan/liboswlog.a || true

# just in case something went wrong
rm -f $(CURDIR)/debian/ipsec.secrets

# and make sure that template are up-to-date
debconf-updatepo

dh_clean

install-strongswan: DH_OPTIONS=-a
install-strongswan: build-stamp
dh_testdir
dh_testroot
dh_installdirs

# Add here commands to install the package into debian/tmp.
$(MAKE) install DESTDIR=$(CURDIR)/debian/strongswan
install --mode=0600 $(CURDIR)/debian/ipsec.secrets.proto 
$(CURDIR)/debian/strongswan/etc/ipsec.secrets
# also "patch" ipsec.conf to include the debconf-managed file
echo >> $(CURDIR)/debian/strongswan/etc/ipsec.conf
echo "include /var/lib/strongswan/ipsec.conf.inc" >> 
$(CURDIR)/debian/strongswan/etc/ipsec.conf
# and to enable both IKEv1 and IKEv2 by default
sed -r 's/^[ \t]+# *plutostart=(yes|no) */\tplutostart=yes/;s/^[ \t]+# 
*charonstart=(yes|no) */\tcharonstart=yes/' < 
$(CURDIR)/debian/strongswan/etc/ipsec.conf > 
$(CURDIR)/debian/strongswan/etc/ipsec.conf.tmp
mv $(CURDIR)/debian/strongswan/etc/ipsec.conf.tmp 
$(CURDIR)/debian/strongswan/etc/ipsec.conf

# this is handled by update-rc.d
rm -rf $(CURDIR)/debian/strongswan/etc/rc?.d

dh_installdocs -pstrongswan -n
# change the paths in the installed doc files (but only in regular 
# files, not in links to the outside of the build tree !)
# TODO: check if we still need this
( cd $(CURDIR)/debian/strongswan/; \
  for f in `grep "/usr/local/" --recursive --files-with-match *`; \
  do \
if [ -f $$f -a ! -L $$f ]; then \
cp $$f $$f.old; \
sed 's/\/usr\/local\//\/usr\//' $$f.old > $$f; \
rm $$f.old; \
fi; \
  done )

# the logcheck ignore files
install -D --mode=0600 $(CURDIR)/debian/logcheck.ignore.paranoid 
$(CURDIR)/debian/strongswan/etc/logcheck/ignore.d.paranoid/strongswan
install -D --mode=0600 $(CURDIR)/debian/logcheck.ignore.server 
$(CURDIR)/debian/

Bug#492455: strongswan: do not compile with --enable-padlock

2008-07-27 Thread Thomas Kallenberg
Package: strongswan
Version: 4.2.4-1
Followup-For: Bug #492455

Hi!

I'm working in the strongswan team and i wrote this plugin. Kurt is
right. There is no other architecture than i386 with padlock engine.
By the way, this plugin is still experimental and only there for the IKE
protocol because ipsec uses the padlock engine in the linux kernel and
loads this module automaticaly. 
So please do not add the configure flag for the padlock engine.

Thanks Thomas Kallenberg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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#465718: strongswan: startup on booting returns error messages

2008-02-14 Thread Thomas Kallenberg
Package: strongswan
Version: 4.1.10-1
Severity: minor

Hi!

The strongswan init script comes up right after the networking script but it 
seems that the network is not yet fully up, which returns some error messages 
which could be very confusing about the state of the ipsec connection.
>From my point of view this doesn't affect functionality, but could be 
>confusing because the vpn will come up anyway some seconds later.

Here I have the startup part:

ADDRCONF(NETDEV_UP): eth1: link is not ready
done.
Starting strongSwan 4.1.10 IPsec [starter]...
ipsec_starter[1990]: Starting strongSwan 4.1.10 IPsec [starter]...
no default route - cannot cope with %defaultroute!!!
ipsec_starter[1990]: no default route - cannot cope with %defaultroute!!!
# bad addr: right=www.strongswan.org [does not look numeric and name lookup 
failed]
ipsec_starter[1990]: # bad addr: right=www.strongswan.org [does not look 
numeric and name lookup failed]
### 1 parsing error (0 fatal) ###
ipsec_starter[1990]: ### 1 parsing error (0 fatal) ###
insmod /lib/modules/2.6.24-1-686/kernel/net/ipv4/ah4.ko
insmod /lib/modules/2.6.24-1-686/kernel/net/ipv4/esp4.ko
insmod /lib/modules/2.6.24-1-686/kernel/net/ipv4/ipcomp.ko
insmod /lib/modules/2.6.24-1-686/kernel/net/ipv4/tunnel4.ko
insmod /lib/modules/2.6.24-1-686/kernel/net/ipv4/xfrm4_tunnel.ko
insmod /lib/modules/2.6.24-1-686/kernel/net/xfrm/xfrm_user.ko
Initializing XFRM netlink socket
Starting portmap daemon...eth0: link up, 10Mbps, half-duplex, lpa 0x
..
ip_tables: (C) 2000-2006 Netfilter Core Team
Starting NFS common utilities: statd.

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

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

Versions of packages strongswan depends on:
ii  bind9-host [host] 1:9.4.2-3  Version of 'host' bundled with BIN
ii  bsdmainutils  6.1.10 collection of more utilities from 
ii  debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii  debianutils   2.28.3 Miscellaneous utilities specific t
ii  iproute   20080108-1 Professional tools to control the 
ii  ipsec-tools   1:0.6.7-1.1IPsec tools for Linux
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libcomerr21.40.6-1   common error description library
ii  libcurl3  7.18.0-1   Multi-protocol file transfer libra
ii  libgmp3c2 2:4.2.2+dfsg-2 Multiprecision arithmetic library
ii  libidn11  1.4-1  GNU libidn library, implementation
ii  libkrb53  1.6.dfsg.3~beta1-2 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.7-5OpenLDAP libraries
ii  libssh2-1 0.18-1 SSH2 client-side library
ii  libssl0.9.8   0.9.8g-4   SSL shared libraries
ii  openssl   0.9.8g-4   Secure Socket Layer (SSL) binary a
ii  zlib1g1:1.2.3.3.dfsg-11  compression library - runtime

strongswan recommends no packages.

-- debconf information excluded



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



Bug#461989: konqueror segfault: DOM::CSSStyleDeclarationImpl::operator

2008-01-21 Thread Thomas Kallenberg
Package: konqueror
Version: 4:4.0.0-1
Severity: important

konqueror crashes with the following backtrace on www.zeit.de.

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 0x2b4e63a9a2b0 (LWP 27532)]
[KCrash handler]
#4  DOM::CSSStyleDeclarationImpl::operator= (this=, 
o=)
at /tmp/buildd/kde4libs-4.0.0/khtml/css/css_valueimpl.cpp:102
#5  0x00304d1f2ffa in DOM::ElementImpl::finishCloneNode (
this=, clone=, 
deep=)
at /tmp/buildd/kde4libs-4.0.0/khtml/xml/dom_elementimpl.cpp:465
#6  0x00304d1f31eb in DOM::ElementImpl::cloneNode (
this=, deep=)
at /tmp/buildd/kde4libs-4.0.0/khtml/xml/dom_elementimpl.cpp:449
#7  0x00304d32dd51 in DOMNodeProtoFunc::callAsFunction (
this=, exec=, 
thisObj=, args=)
at /tmp/buildd/kde4libs-4.0.0/khtml/ecma/kjs_dom.cpp:582
#8  0x00303ba672b9 in KJS::JSObject::call (this=, 
exec=, thisObj=, 
args=)
at /tmp/buildd/kde4libs-4.0.0/kjs/object.cpp:99
#9  0x00303ba374f1 in KJS::FunctionCallDotNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:1141
#10 0x00303ba30ea4 in KJS::ArgumentListNode::evaluateList (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:901
#11 0x00303ba36a2a in KJS::FunctionCallReferenceNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.h:481
#12 0x00303ba3724e in KJS::FunctionCallDotNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:1117
#13 0x00303ba3724e in KJS::FunctionCallDotNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:1117
#14 0x00303ba3724e in KJS::FunctionCallDotNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:1117
#15 0x00303ba3724e in KJS::FunctionCallDotNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:1117
#16 0x00303ba3724e in KJS::FunctionCallDotNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:1117
#17 0x00303ba376fd in KJS::BracketAccessorNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:805
#18 0x00303ba3cdd5 in KJS::AssignNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:1771
#19 0x00303ba3054a in KJS::ExprStatementNode::execute (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:2168
#20 0x00303ba30ad3 in KJS::SourceElementsNode::execute (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:2973
#21 0x00303ba30391 in KJS::BlockNode::execute (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:2145
#22 0x00303ba3081c in KJS::IfNode::execute (this=, 
exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:2200
#23 0x00303ba30ad3 in KJS::SourceElementsNode::execute (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:2973
#24 0x00303ba30391 in KJS::BlockNode::execute (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:2145
#25 0x00303ba61df8 in KJS::DeclaredFunctionImp::execute (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/function.cpp:373
#26 0x00303ba6245a in KJS::FunctionImp::callAsFunction (
this=, exec=, 
thisObj=, args=)
at /tmp/buildd/kde4libs-4.0.0/kjs/function.cpp:161
#27 0x00303ba672b9 in KJS::JSObject::call (this=, 
exec=, thisObj=, 
args=)
at /tmp/buildd/kde4libs-4.0.0/kjs/object.cpp:99
#28 0x00303ba4af09 in KJS::FunctionProtoFunc::callAsFunction (
this=, exec=, 
thisObj=, args=)
at /tmp/buildd/kde4libs-4.0.0/kjs/function_object.cpp:123
#29 0x00303ba672b9 in KJS::JSObject::call (this=, 
exec=, thisObj=, 
args=)
at /tmp/buildd/kde4libs-4.0.0/kjs/object.cpp:99
#30 0x00303ba374f1 in KJS::FunctionCallDotNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:1141
#31 0x00303ba3054a in KJS::ExprStatementNode::execute (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:2168
#32 0x00303ba30b77 in KJS::SourceElementsNode::execute (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:2979
#33 0x00303ba30391 in KJS::BlockNode::execute (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:2145
#34 0x00303ba61df8 in KJS::DeclaredFunctionImp::execute (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/function.cpp:373
#35 0x00303ba6245a in KJS::FunctionImp::callAsFunction (
this=, exec=, 
thisObj=, args=)
at /tmp/buildd/kde4libs-4.0.0/kjs/function.cpp:161
#36 0x00303ba672b9 in KJS::JSObject::call (this=, 
exec=, thisObj=, 
args=)
at /tmp/buildd/kde4libs-4.0.0/kjs/object.cpp:99
#37 0x00303ba374f1 in KJS::FunctionCallDotNode::evaluate (
this=, exec=)
at /tmp/buildd/kde4libs-4.0.0/kjs/nodes.cpp:1141
#38 0x00303ba3054a in KJS::ExprStatementNode::execute (

Bug#386090: [pkg-wpa-devel] Bug#386090: scanning, mode changing influences problem with association

2006-12-15 Thread Thomas Kallenberg
Hi Kel!

I added my observations to the madwifi ticket 1030.

http://madwifi.org/ticket/1030

thx
Thomas

Kel Modderman wrote:
> On Thursday 14 December 2006 22:19, Thomas Kallenberg wrote:
>> Could this be a driver issue? I have the same problem and I'm using the
>> madwifi-svn driver with wpasupplicant driver from unstable and
>> network-manager from etch.
> 
> It is almost 100% likely to be an issue with the madwifi driver.
> 
>> I found this bugreport from madwifi driver: http://madwifi.org/ticket/1030
>>
>> The issue can also be temporarily fixed by setting the driver in "g" mode
>> only: iwpriv $wlan mode 3,
>> then the network-manager can connect to the unencrypted network.
>>
>> If I dont do this, i can see with iwconfig, the "a"-mode is more often
>> scanned by iwconfig than the "b/g"-mode
> 
> Interesting observation. and no real surprise to the madwifi people I think. 
> Scanning and mode changing is currently a big pile of mess for those familiar 
> with the internal code of the madwifi driver.
> 
> Thanks, Kel.
> 


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



Bug#386090: (no subject)

2006-12-14 Thread Thomas Kallenberg
Package: wpasupplicant
Version: 0.5.5-3
Followup-For: Bug #386090

Hi!

Could this be a driver issue? I have the same problem and I'm using the
madwifi-svn driver with wpasupplicant driver from unstable and
network-manager from etch. 

I found this bugreport from madwifi driver: http://madwifi.org/ticket/1030

The issue can also be temporarily fixed by setting the driver in "g" mode
only: iwpriv $wlan mode 3, 
then the network-manager can connect to the unencrypted network.

If I dont do this, i can see with iwconfig, the "a"-mode is more often
scanned by iwconfig than the "b/g"-mode

Thanx,
Thomas Kallenberg

-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages wpasupplicant depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libdbus-1-3  1.0.1-2 simple interprocess messaging syst
ii  libncurses5  5.5-5   Shared libraries for terminal hand
ii  libreadline5 5.2-1   GNU readline and history libraries
ii  libssl0.9.8  0.9.8c-4SSL shared libraries
ii  lsb-base 3.1-22  Linux Standard Base 3.1 init scrip

Versions of packages wpasupplicant recommends:
ii  dhcp3-client  3.0.4-10   DHCP Client

-- no debconf information


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



Bug#390052: network-manager-kde: crashes on removing trusted networks

2006-09-29 Thread Thomas Kallenberg


Michael Biebl wrote:
> tags 390052 confirmed -unreproducible -moreinfo
> thanks
> 
> Thomas Kallenberg wrote:
>> knetworkmanager does not crash when the interace name has not changed or
>> is present.
>>
> 
> Hi Thomas,
> I can confirm this bug now. Could you please test the latest [1]
> version, which fixed  this issue for me. Please confirm if it also works
> for you. If so, I'll upload updated packages asap.
> 
> Cheers,
> Michael
> 
> [1]
> http://debs.michaelbiebl.de/dists/unstable/main/binary-i386/network-manager-kde_0.1-1_i386.deb
> 

Yes! Works!

Greets
Thomas


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



Bug#390052: network-manager-kde: crashes on removing trusted networks

2006-09-29 Thread Thomas Kallenberg


Michael Biebl wrote:
> tags 390052 unreproducible moreinfo
> thanks
> 
> Thomas Kallenberg wrote:
>> Package: network-manager-kde
>> Version: 0.09+0.1r586773-1
>> Severity: normal
>>
>> Hi!
>>
>> network-manager-kde crashes when I try to remove a trusted network from the 
>> list
>> -> options -> show Networks -> and then removing a wireless network. Is
>> reproducable every time.
>>
>> Here is a backtrace. Let me know if i can help.
>>
>> Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
>> [Thread debugging using libthread_db enabled]
>> [New Thread -1231709984 (LWP 18118)]
>> [KCrash handler]
>> #9  0xb662245c in Network::getHardwareAddresses ()
> 
> Has your hardware changed in between? Something special about your
> hardware?
> Can you debug the problem with ddd/gdb (I can provide you with a package
> which has debug symbols)?
> 

The hardware is a Atheros Wireless a/b/g Chip using the stable madwifi
driver from sourceforge (0.9.2).
The hardware has not changed, but the interface has not the same name as
before. Last was: wlan, now the interface is named as: ath0
So i don't know why udev has not changed the name again.
But knetworkmanager crashes too if the the driver is not loaded and the
interface is not present.


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



Bug#390052: network-manager-kde: crashes on removing trusted networks

2006-09-29 Thread Thomas Kallenberg
knetworkmanager does not crash when the interace name has not changed or
is present.


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



Bug#390052: network-manager-kde: crashes on removing trusted networks

2006-09-28 Thread Thomas Kallenberg
Package: network-manager-kde
Version: 0.09+0.1r586773-1
Severity: normal

Hi!

network-manager-kde crashes when I try to remove a trusted network from the list
-> options -> show Networks -> and then removing a wireless network. Is
reproducable every time.

Here is a backtrace. Let me know if i can help.

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1231709984 (LWP 18118)]
[KCrash handler]
#9  0xb662245c in Network::getHardwareAddresses ()
   from /usr/lib/libkdeinit_knetworkmanager.so
#10 0xb662b13a in KNetworkManagerStorage::removeNetwork ()
   from /usr/lib/libkdeinit_knetworkmanager.so
#11 0xb663423a in Tray::showNetworksDialog ()
   from /usr/lib/libkdeinit_knetworkmanager.so
#12 0xb663dc48 in Tray::qt_invoke ()
   from /usr/lib/libkdeinit_knetworkmanager.so
#13 0xb72eab87 in QObject::activate_signal (this=0x816ef80, clist=0x816f1e0, 
o=0xbf9dda8c) at kernel/qobject.cpp:2356
#14 0xb72eb618 in QObject::activate_signal (this=0x816ef80, signal=2)
at kernel/qobject.cpp:2325
#15 0xb6d3c759 in KAction::activated (this=0x816ef80) at ./kaction.moc:176
#16 0xb6d72fe1 in KAction::slotActivated (this=0x816ef80)
at /home/sid-user/kdelibs/kdelibs-3.5.4/./kdeui/kaction.cpp:1102
#17 0xb6e50f4e in KAction::slotPopupActivated (this=0x816ef80)
at /home/sid-user/kdelibs/kdelibs-3.5.4/./kdeui/kaction.cpp:1137
#18 0xb6e51221 in KAction::qt_invoke (this=0x816ef80, _id=16, _o=0xbf9ddbc8)
at ./kaction.moc:219
#19 0xb72eab87 in QObject::activate_signal (this=0x8198c60, clist=0x81aeab0, 
o=0xbf9ddbc8) at kernel/qobject.cpp:2356
#20 0xb7673c0b in QSignal::signal (this=0x8198c60, [EMAIL PROTECTED])
at .moc/debug-shared-mt/moc_qsignal.cpp:100
#21 0xb730a70a in QSignal::activate (this=0x8198c60) at kernel/qsignal.cpp:212
#22 0xb740fba1 in QPopupMenu::mouseReleaseEvent (this=0x816ace8, e=0xbf9de104)
at widgets/qpopupmenu.cpp:1697
#23 0xb6d41bae in KPopupMenu::mouseReleaseEvent (this=0x816ace8, e=0xbf9de104)
at /home/sid-user/kdelibs/kdelibs-3.5.4/./kdeui/kpopupmenu.cpp:508
#24 0xb7321528 in QWidget::event (this=0x816ace8, e=0xbf9de104)
at kernel/qwidget.cpp:4702
#25 0xb7282aea in QApplication::internalNotify (this=0xbf9de6d0, 
receiver=0x816ace8, e=0xbf9de104) at kernel/qapplication.cpp:2635
#26 0xb7284c8d in QApplication::notify (this=0xbf9de6d0, receiver=0x816ace8, 
e=0xbf9de104) at kernel/qapplication.cpp:2421
#27 0xb795e52e in KApplication::notify (this=0xbf9de6d0, receiver=0x816ace8, 
event=0xbf9de104)
at /home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/kapplication.cpp:550
#28 0xb7216445 in QApplication::sendSpontaneousEvent (receiver=0x816ace8, 
event=0xbf9de104) at kernel/qapplication.h:523
#29 0xb7214e38 in QETWidget::translateMouseEvent (this=0x816ace8, 
event=0xbf9de538) at kernel/qapplication_x11.cpp:4243
#30 0xb7213660 in QApplication::x11ProcessEvent (this=0xbf9de6d0, 
event=0xbf9de538) at kernel/qapplication_x11.cpp:3478
#31 0xb7229cb2 in QEventLoop::processEvents (this=0x80635f8, flags=4)
at kernel/qeventloop_x11.cpp:192
#32 0xb729d03d in QEventLoop::enterLoop (this=0x80635f8)
at kernel/qeventloop.cpp:198
#33 0xb729ce5e in QEventLoop::exec (this=0x80635f8)
at kernel/qeventloop.cpp:145
#34 0xb7284683 in QApplication::exec (this=0xbf9de6d0)
at kernel/qapplication.cpp:2758
#35 0xb6612f24 in kdemain () from /usr/lib/libkdeinit_knetworkmanager.so
#36 0xb7fbf534 in kdeinitmain () from /usr/lib/kde3/knetworkmanager.so
#37 0x0804e9d7 in launch (argc=1, _name=0x80e6494 "knetworkmanager", 
args=0x80e64a4 "\001", cwd=0x0, envc=1, envs=0x80e64b4 "", 
reset_env=false, tty=0x0, avoid_loops=false, 
startup_id_str=0x80e64b9 "warbird;1159485826;332271;17819_TIME4139623605")
at /home/sid-user/kdelibs/kdelibs-3.5.4/./kinit/kinit.cpp:639
#38 0x0804f279 in handle_launcher_request (sock=8)
at /home/sid-user/kdelibs/kdelibs-3.5.4/./kinit/kinit.cpp:1206
#39 0x0804f612 in handle_requests (waitForPid=0)
at /home/sid-user/kdelibs/kdelibs-3.5.4/./kinit/kinit.cpp:1407
#40 0x08050019 in main (argc=3, argv=0xbf9deec4, envp=0xbf9deed4)
at /home/sid-user/kdelibs/kdelibs-3.5.4/./kinit/kinit.cpp:1863
#41 0xb7d4aea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#42 0x0804b8a1 in _start () at ../sysdeps/i386/elf/start.S:119

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages network-manager-kde depends on:
ii  kdelibs4c2a  4:3.5.4-3   core libraries and binaries for al
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libdbus-1-3  0.92-2  simple interprocess messaging syst
ii  libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging syst
ii  libgc

Bug#372564: kwalletmanager crash - backtrace

2006-06-22 Thread Thomas Kallenberg
Package: kwalletmanager
Version: 4:3.5.3-1
Followup-For: Bug #372564

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

Versions of packages kwalletmanager depends on:
ii  kdelibs4c2a   4:3.5.3-1  core libraries and binaries for al
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.0-4  GCC support library
ii  libqt3-mt 3:3.3.6-2  Qt GUI Library (Threaded runtime v
ii  libstdc++64.1.0-4The GNU Standard C++ Library v3

kwalletmanager recommends no packages.

-- no debconf information

Backtrace:

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1231735104 (LWP 6343)]
[KCrash handler]
#6  0xb6f005f4 in QShared::deref (this=0xb7bac812) at ../include/qshared.h:50
#7  0xb72d1868 in ~QGArray (this=0xb7c4c004) at tools/qgarray.cpp:172
#8  0xb6f02c6b in ~QMemArray (this=0xb7c4c004) at ../include/qmemarray.h:61
#9  0xb72c3fd3 in ~QCString (this=0xb7c4c004) at tools/qcstring.cpp:739
#10 0x08063d52 in ~KWalletManager (this=0xbfe95e60)
at /usr/include/kde/dcopref.h:279
#11 0x08074003 in main (argc=-1212495854, argv=0xb7bac812)
at /home/sid-user/kdeutils/kdeutils-3.5.3/./kwallet/main.cpp:98
#12 0xb7a1deb0 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#13 0x08061ad1 in _start () at ../sysdeps/i386/elf/start.S:119


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



Bug#374859: wlassistant: crashes on disconnect while vpnc is still running

2006-06-21 Thread Thomas Kallenberg
Package: wlassistant
Version: 0.5.5-1
Severity: normal

If vpnc is still connected to a network and you advise wlassistant to disconnect
from the wireless lan over which vpnc is running, wlassistant crashes every
time.

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

Versions of packages wlassistant depends on:
ii  kdelibs4c2a [kdelibs-bin] 4:3.5.3-1  core libraries and binaries for al
ii  kicker4:3.5.3-2  desktop panel for KDE
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.0-4  GCC support library
ii  libqt3-mt 3:3.3.6-2  Qt GUI Library (Threaded runtime v
ii  libstdc++64.1.0-4The GNU Standard C++ Library v3
ii  menu  2.1.27 generates programs menu for all me
ii  net-tools 1.60-17The NET-3 networking toolkit
ii  wireless-tools28-1   Tools for manipulating Linux Wirel

Versions of packages wlassistant recommends:
ii  dhcp3-client  3.0.4-5DHCP Client

-- no debconf information


(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1228228928 (LWP 7264)]
[KCrash handler]
#6  0x08066df8 in KConfigSkeleton::usrWriteConfig ()
#7  0x080661e0 in KConfigSkeleton::usrWriteConfig ()
#8  0xb77c454b in QObject::activate_signal (this=0x8179430, clist=0x817f728, 
o=0xbfd3912c) at kernel/qobject.cpp:2356
#9  0xb77c4fdc in QObject::activate_signal (this=0x8179430, signal=2)
at kernel/qobject.cpp:2325
#10 0xb7b582ae in QTimer::timeout (this=0x8179430)
at .moc/debug-shared-mt/moc_qtimer.cpp:82
#11 0xb77e94a1 in QTimer::event (this=0x8179430, e=0xbfd39478)
at kernel/qtimer.cpp:219
#12 0xb775a87a in QApplication::internalNotify (this=0xbfd39728, 
receiver=0x8179430, e=0xbfd39478) at kernel/qapplication.cpp:2635
#13 0xb775aa76 in QApplication::notify (this=0xbfd39728, receiver=0x8179430, 
e=0xbfd39478) at kernel/qapplication.cpp:2358
#14 0xb71c324e in KApplication::notify (this=0xbfd39728, receiver=0x8179430, 
event=0xbfd39478)
at /build/buildd/kdelibs-3.5.3/./kdecore/kapplication.cpp:550
#15 0xb76ec001 in QApplication::sendEvent (receiver=0x8179430, 
event=0xbfd39478) at kernel/qapplication.h:520
#16 0xb774c305 in QEventLoop::activateTimers (this=0x814c850)
at kernel/qeventloop_unix.cpp:556
#17 0xb76ffd2a in QEventLoop::processEvents (this=0x814c850, flags=4)
at kernel/qeventloop_x11.cpp:389
#18 0xb7773255 in QEventLoop::enterLoop (this=0x814c850)
at kernel/qeventloop.cpp:198
#19 0xb777317a in QEventLoop::exec (this=0x814c850)
at kernel/qeventloop.cpp:145
#20 0xb775938d in QApplication::exec (this=0xbfd39728)
at kernel/qapplication.cpp:2758
#21 0x08052577 in ?? ()
#22 0xb7287eb0 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#23 0x08052201 in ?? ()


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