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

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

gack.


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

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

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

So, still not working.

Thanks!
C.



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Processed: tripod: FTBFS: ipodexportdialog.cpp:375: error: 'ITDB_THUMB_PHOTO_SMALL' was not declared in this scope

2010-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 527725 patch
Bug #527725 [tripod] tripod: FTBFS: ipodexportdialog.cpp:375: error: 
'ITDB_THUMB_PHOTO_SMALL' was not declared in this scope
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#527725: tripod: FTBFS: ipodexportdialog.cpp:375: error: 'ITDB_THUMB_PHOTO_SMALL' was not declared in this scope

2010-03-07 Thread Ilya Barygin
tags 527725 patch
thanks

From https://launchpad.net/ubuntu/+source/tripod/0.7.0-2ubuntu1 :

--- tripod-0.7.0.orig/tripod/src/ipodexportdialog.cpp
+++ tripod-0.7.0/tripod/src/ipodexportdialog.cpp
@@ -11,6 +11,11 @@
  * *
  ***/
 
+// System Includes
+extern C {
+#include gdk-pixbuf/gdk-pixbuf.h
+}
+
 #include ipodheader.h
 #include imagelist.h
 #include imagelistitem.h
@@ -372,9 +377,13 @@
 return;
 
 Itdb_Artwork *artwork = item-artwork();
-Itdb_Thumb *thumb = itdb_artwork_get_thumb_by_type( artwork, 
ITDB_THUMB_PHOTO_SMALL );
+GdkPixbuf *gpixbuf = NULL;
+
+// First arg in itdb_artwork_get_pixbuf(...) is pointer to Itdb_Device 
struct,
+// in kipiplugin-ipodexport it is m_itdb-device. i hope it _is_ 
initialiezed
+gpixbuf = (GdkPixbuf*) itdb_artwork_get_pixbuf( m_itdb-device, artwork, 
-1, -1 );
 
-if( !thumb )
+if( !gpixbuf )
 {
 debug()  no thumb was found  endl;
 return;
@@ -389,6 +398,9 @@
 // QPixmap pix;
 // pix.convertFromImage( image );
 // m_ipodPreview-setPixmap( pix );
+
+// memory release
+gdk_pixbuf_unref ( gpixbuf );
 }
 
 void



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#572962: cannot switch external programs (wodim-cdrecord)

2010-03-07 Thread Ingo Kasten

Package: k3b
Version: 1.90.0~rc1-1

Hello,

from k3b 1.0.5 to 1.70 there is a change that makes it impossible to 
switch external programs from e.g. wodim to cdrecord, because 
/opt/schily/bin is not found although listed in the path. Only switching 
the path of the link in /usr/bin leads to success. This is already 
mentioned in an upstream bugreport at

http://bugs.kde.org/show_bug.cgi?id=221945#c3
The bug is said to be solved, because a patch is available. Examining 
the source-code (as far as it is possible for me) I think the patch is 
applied at k3b_1.90.0~rc1-1_i386.deb (or the corresponding libk3b6). 
Nevertheless the above behavior still happens on my machine. I wonder if 
this is debian-specific or just the persistance of the upstream bug (so 
I would have to post it there).

Thank you in advance for your advice.

Package: k3b
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1968
Maintainer: Debian KDE Extras Team pkg-kde-extras@lists.alioth.debian.org
Architecture: i386
Version: 1.90.0~rc1-1
Replaces: k3b-data ( 1.66.0~alpha2-1)
Depends: kdebase-runtime (= 4:4.3.0), kdelibs5 (= 4:4.3.4), libc6 (= 
2.2), libgcc1 (= 1:4.1.1), libk3b6 (= 1.90.0~rc1-1), libkcddb4 (= 
4:4.3.0), libmusicbrainz4c2a (= 2.1.5), libqt4-dbus (= 4:4.5.3), 
libqt4-network (= 4:4.5.3), libqt4-qt3support (= 4:4.5.3), libqt4-svg 
(= 4:4.5.3), libqt4-webkit (= 4:4.5.3), libqt4-xml (= 4:4.5.3), 
libqtcore4 (= 4:4.5.3), libqtgui4 (= 4:4.5.3), libstdc++6 (= 4.1.1), 
k3b-data (= 1.90.0~rc1-1), wodim | cdrskin, cdparanoia, cdrdao, genisoimage

Recommends: libk3b6-extracodecs, dvd+rw-tools, vcdimager
Suggests: k3b-extrathemes, k3b-i18n, normalize-audio, sox, movixmaker-2
Description: A sophisticated CD/DVD burning application
K3b provides a comfortable user interface to perform most CD/DVD burning
tasks. While the experienced user can take influence in all steps
of the burning process the beginner may find comfort in the automatic 
settings

and the reasonable k3b defaults which allow a quick start.
Homepage: http://www.k3b.org

Linux ik 2.6.32-3-amd64 #1 SMP Thu Feb 25 07:33:41 UTC 2010 x86_64 GNU/Linux
Debian testing/unstable

Regards
Ingo Kasten




___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#552613: network-manager-kde: memory leak

2010-03-07 Thread Michael Biebl
On 27.10.2009 13:54, Daniel Anderberg wrote:
 Package: network-manager-kde
 Version: 1:0.7~~svn941706-2
 Severity: important
 
 
 knetworkmanager continuously leak memory on my system. It's heap segment
 ([heap] as found in /proc/xxx/maps) increases a few megabyte per day. I 
 have seen the [heap] grow to over 150MB (after running for approx a month).
 Network connectivity is almost exclusively through a intel 3945abg adaptor. 

Never seen that before.
Can you reproduce that with an up-to-date squeeze or sid system?

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#481440: marked as done (wlan essid with spaces and/or accented characters)

2010-03-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Mar 2010 23:02:18 +0100
with message-id 4b94226a.6080...@debian.org
and subject line Re: Bug#481440: wlan essid with spaces and/or accented 
characters
has caused the Debian Bug report #481440,
regarding wlan essid with spaces and/or accented characters
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
481440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: network-manager-kde
Version: 1:0.2.2-1
Severity: normal

Yodel!

I'm sitting in a Hotel where the hotel's own Wifi has an essid of Hôtel du 
Nord'

  Cell 01 - Address: 00:14:51:72:94:35
ESSID:Hôtel du Nord
Protocol:IEEE 802.11bg
Mode:Master
Frequency:2.412 GHz (Channel 1)
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
  11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
  48 Mb/s; 54 Mb/s
Quality=58/100  Signal level=-66 dBm
Extra: Last beacon: 192ms ago

Yep, that's space *and* an o with an accent circumflex.  I'm told that the 
password of this net is hotel, but as I was told it, and not having gotten 
it in written down form, it might as well be Hotel or Hôtel or HÔTEL or 
hôtel...  But I didn't even get that far as network manager never came as 
far as connecting:

May 15 19:08:30 localhost NetworkManager: info  User request to enable 
wireless.
May 15 19:08:52 localhost NetworkManager: info  Updating allowed wireless 
network lists.
May 15 19:08:52 localhost NetworkManager: WARN  nm_dbus_get_networks_cb(): 
error received: org.freedesktop.NetworkManagerInfo.NoNetworks - 
org.freedesktop.NetworkManagerInfo.NoNetworks.

(Well, somebody close by has an open WiFi with an essid of default, so I'm 
fine ... :-)

I work in an utf-8 locale.

I don't have gnome here, so the problem could be anywhere between 
knetworkmanager, network-manager (0.6.6-1) and wireless-tools (29-1) or even 
in the kernel or the WiFi driver (2.6.25-1 on 686 and ipw2200) I've no idea.  
Of course, I'm only staying tonight, so I won't be able to do further 
testing, but perhaps anybody who knows the code has a sudden inspiration 
what could be the cause, or has a spare WiFi router to do experiments 
with... (I don't even own a WiFi router, so no I can't do experiments.  
Sorry...)

And yes, somebody should whack the person who configured this over his head.


cheers
-- vbi



-- 
The number of people who tried the Internet and gave
up is equal to the number of Internet users.  No other
popular technology has that drop-out rate.
-- Reed Hundt, then FCC Chair at the ACM'97 conference


signature.asc
Description: This is a digitally signed message part.
---End Message---
---BeginMessage---
On 15.05.2008 19:43, Adrian von Bidder wrote:
 Package: network-manager-kde
 Version: 1:0.2.2-1
 Severity: normal
 
 Yodel!
 
 I'm sitting in a Hotel where the hotel's own Wifi has an essid of Hôtel du 
 Nord'

Should no longer be a problem since NM 0.7, so closing.

If you still have problems, using and up-to-date unstable system, please reopen.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
---End Message---
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#552300: knetworkmanager excessive cpu load

2010-03-07 Thread Michael Biebl
On 25.10.2009 11:55, Riku Voipio wrote:
 Package: network-manager-kde
 Version: 1:0.8~svn1029786-1
 Severity: important
 
 once in a while the new network-manager-kde goes into a cpu sucking 
 never-ending
 state.
 
 top after a while - processes were reniced so they don't disturb real use, 
 else
 the cpu consumed by dbus-daemon/plasma-desktop/knetworkmanager would be 
 identical.
 
  3316 nchip 30  10 17408  15m  624 R 86.0  1.0 670:52.90 dbus-daemon
  3419 nchip 25   5  595m 355m  14m R 10.3 23.5 271:39.99 plasma-desktop
  3486 nchip 39  19  662m 598m 7688 R  2.0 39.6 137:47.16 knetworkmanager
 
 looking at dbus-monitor --session (log attached), it appears knetworkmanager 
 is
 telling plasma-desktop to change the icon all the time as fast cpu allows...

Is that still reproducible with an up-to-date sid system?

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#461502: marked as done (network-manager-kde: knetworkmanager hangs kicker, blocks shutdown on first use)

2010-03-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Mar 2010 23:09:20 +0100
with message-id 4b942410.3010...@debian.org
and subject line Re: Bug#461502: network-manager-kde: knetworkmanager hangs 
kicker, blocks shutdown on first use
has caused the Debian Bug report #461502,
regarding network-manager-kde: knetworkmanager hangs kicker, blocks shutdown on 
first use
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
461502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461502
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: network-manager-kde
Version: 1:0.2-2
Severity: normal

This bug reports a severe, but not reproducible, problem.  Given the
severity, and the resemblance to some existing bugs, I thought it
would be useful to report anyway.  I am quite unsure what package is
the ultimate cause of the problem.

After using knetworkmanager to turn on a wireless network
1) the icon for knetworkmanager disappeared from the kicker
2) the kicker itself stopped being painted and responding
3) when I tried to shut the system down, with shutdown -r now, it
would not shut down and I had to power off.

When I restarted, things seemed to be working alright.

Fuller history:

My laptop has an Intel 4965AGN wireless card and a regular ethernet
connection as well.  The latter is unplugged.  I had been starting
both with conventional /etc/network/interfaces (using wpa-* options),
bring the interfaces up manually.  After reading the Debian
instructions for network-manager I changed interfaces to

auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

allow-hotplug eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

and shutdown.

When I restarted, dhcpclient was trying to get information for wlan0 during the
initial system startup.  This produced a delay, and doesn't seem like
proper behavior, but ultimately the system started.

I logged in to my account under KDE, and knetworkmanager (via the
applet in the kicker) showed available networks.  I selected mine,
which is password protected, and entered the password.  This failed.
This progress indicator went up through 25%, and the logs show it at
stage 2.

I tried again and failed again.  At this point, the icon for
knetworkmanager disappeared, the kicker became unresponsive and was
not repainted (so eventually nothing was visible in it), and there was
an initial period of high CPU use from xorg.  The CPU use quieted
down.  The kicker and 2 wpa_supplicant processes (wpa_supplicant as
root) were all in state D (uninterruptible sleep) according to ps.
During the whole time dhcp-client continued to attempt to get
information non both eth0 and wlan0.

From within a root shell in my KDE session I executed shutdown -r
now.  Nothing appeared in virtual terminal 1 (which was displaying the
startup messages), but vt7 did lose the KDE session and showed
messages for the shutdown of window managers and shutting down
apache2.  The cursor remained after the end of that last line.  I had
to hit the power off, which was a dirty shutdown.

On reboot, I was not connected to anything.  However, this time I used
knetworkmanager to connect to my wireless network.

Selected logs:
Jan 18 12:47:23 cotton kernel: iwl4965: Intel(R) Wireless WiFi Link 4965AGN 
driver for Linux, 1.2.22ds
Jan 18 12:47:23 cotton kernel: iwl4965: Copyright(c) 2003-2007 Intel
Corporation

Jan 18 12:47:23 cotton kernel: iwl4965: Tunable channels: 11 802.11bg, 13 
802.11a channels
Jan 18 12:47:23 cotton kernel: wmaster0: Selected rate control
algorithm 'iwl-4965-rs'

Jan 18 12:47:23 cotton kernel: lo: Disabled Privacy Extensions
Jan 18 12:47:23 cotton kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan 18 12:47:23 cotton kernel: ADDRCONF(NETDEV_UP): wlan0: link is not
ready


# also bluetooth, avahi, snort

Jan 18 12:47:39 cotton NetworkManager: info  starting... 
Jan 18 12:47:39 cotton NetworkManager: info  New VPN service 'openvpn' 
(org.freedesktop.NetworkManager.openvpn). 
Jan 18 12:47:39 cotton NetworkManager: info  New VPN service 'vpnc' 
(org.freedesktop.NetworkManager.vpnc). 
Jan 18 12:47:39 cotton NetworkManager: info  wlan0: Device is fully-supported 
using driver 'iwl4965'. 
Jan 18 12:47:39 cotton NetworkManager: info  nm_device_init(): waiting for 
device's worker thread to start 
Jan 18 12:47:39 cotton NetworkManager: info  nm_device_init(): device's 
worker thread started, continuing. 
Jan 18 12:47:39 cotton NetworkManager: info  Now managing wireless (802.11) 
device 'wlan0'. 
Jan 18 12:47:39 cotton NetworkManager: info  Deactivating device wlan0. 
Jan 18 12:47:39 cotton 

[Pkg-kde-extras] Bug#490397: marked as done ([network-manager-kde] Wired Network Connections Don't Appear.)

2010-03-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Mar 2010 23:10:51 +0100
with message-id 4b94246b.1020...@debian.org
and subject line Re: Bug#490397: [network-manager-kde] Wired Network 
Connections Don't Appear.
has caused the Debian Bug report #490397,
regarding [network-manager-kde] Wired Network Connections Don't Appear.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
490397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490397
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: network-manager-kde
Version: 1:0.2.2-1
Severity: normal

--- Please enter the report below this line. ---
A default installation doesn't show my wired ethernet adapter.  After hunting 
around on the Web, it seems that adding allow-hotplug eth0 might have 
helped.  I also modified the rules in  /etc/dbus-1/knetworkmanager.conf to 
allow my user-account as a policy.

MP


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-686

Debian Release: lenny/sid
  800 experimentalftp.de.debian.org 
  500 testing www.debian-multimedia.org 
  500 testing ftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
kdelibs4c2a(= 4:3.5.9) | 4:3.5.9.dfsg.1-4
libc6(= 2.7-1) | 2.7-10
libdbus-1-3  (= 1.1.1) | 1.2.1-2
libdbus-qt-1-1c2 (= 0.62.git.20060814) | 0.62.git.20060814-2
libgcc1 | 1:4.3.0-3
libhal1(= 0.5.8.1) | 0.5.11-2
libice6(= 1:1.0.0) | 2:1.0.4-1
libnl1  | 1.1-2
libnm-util0 | 0.6.6-1
libpng12-0(= 1.2.13-4) | 1.2.27-1
libqt3-mt (= 3:3.3.8b) | 3:3.3.8b-5
libsm6  | 2:1.0.3-2
libstdc++6(= 4.1.1-21) | 4.3.0-3
libx11-6| 2:1.0.3-7
libxext6| 2:1.0.4-1
network-manager  (= 0.6.2) | 0.6.6-1
zlib1g  | 1:1.2.3.3.dfsg-12


!DSPAM:48782add26391536537560!




---End Message---
---BeginMessage---
On 12.07.2008 05:57, michael wrote:
 Package: network-manager-kde
 Version: 1:0.2.2-1
 Severity: normal
 
 --- Please enter the report below this line. ---
 A default installation doesn't show my wired ethernet adapter.  After hunting 
 around on the Web, it seems that adding allow-hotplug eth0 might have 
 helped.  I also modified the rules in  /etc/dbus-1/knetworkmanager.conf to 
 allow my user-account as a policy.

knm uses consolekit nowadays and managed mode should also be working correctly,
so closing.

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
---End Message---
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#568912: marked as done (network-manager-kde: Not more possible to connect a wireless WPA network)

2010-03-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Mar 2010 23:07:25 +0100
with message-id 4b94239d.6050...@debian.org
and subject line Re: Bug#568912: network-manager-kde: Not more possible to 
connect a wireless WPA network
has caused the Debian Bug report #568912,
regarding network-manager-kde: Not more possible to connect a wireless WPA 
network
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
568912: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568912
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: network-manager-kde
Version: 1:0.7~~svn941706-2
Severity: important

I have make a update of my system and is not more possible to connect a 
wireless network via knetworkmanager

This is the log:

Aptitude 0.4.11.11: log report
Mon, Feb  8 2010 19:33:30 +0100

IMPORTANT: this log only lists intended actions; actions which fail due to
dpkg problems may not be completed.   

Will install 17 packages, and remove 6 packages.
1,024kB of disk space will be freed 
===
[REMOVE, NOT USED] libnm-glib-vpn0 
[REMOVE, NOT USED] libnm-glib0 
[REMOVE, NOT USED] libpolkit-gnome0
[REMOVE, NOT USED] libx264-80  
[REMOVE, NOT USED] policykit   
[REMOVE, NOT USED] policykit-gnome 
[HOLD, DEPENDENCIES] gcj   
[HOLD, DEPENDENCIES] gcj-jdk   
[HOLD, DEPENDENCIES] gcj-jre   
[HOLD, DEPENDENCIES] gcj-jre-headless  
[HOLD, DEPENDENCIES] gij   
[INSTALL, DEPENDENCIES] libnm-glib-vpn1
[INSTALL, DEPENDENCIES] libnm-glib2
[INSTALL, DEPENDENCIES] mobile-broadband-provider-info
[INSTALL, DEPENDENCIES] modemmanager
[UPGRADE] apt 0.7.25 - 0.7.25.3
[UPGRADE] apt-utils 0.7.25 - 0.7.25.3
[UPGRADE] fuse-utils 2.8.1-1.1 - 2.8.1-1.2
[UPGRADE] htdig 1:3.2.0b6-9 - 1:3.2.0b6-9.1
[UPGRADE] libacl1 2.2.49-1 - 2.2.49-2
[UPGRADE] libfuse2 2.8.1-1.1 - 2.8.1-1.2
[UPGRADE] libnm-util1 0.7.2-2 - 0.7.999-2
[UPGRADE] libnss3-1d 3.12.5-1 - 3.12.5-2
[UPGRADE] libquicktime1 3:1.1.4-0.0 - 3:1.1.4-0.1
[UPGRADE] libxmlgraphics-commons-java 1.3.1.dfsg-2 - 1.3.1.dfsg-4
[UPGRADE] miredo 1.2.1-1 - 1.2.2-1
[UPGRADE] network-manager 0.7.2-2 - 0.7.999-2
[UPGRADE] network-manager-gnome 0.7.2-1 - 0.7.999-2
===

Log complete.



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages network-manager-kde depends on:
ii  kdelibs4c2a4:3.5.10.dfsg.1-3 core libraries and binaries for al
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libdbus-1-31.2.16-2  simple interprocess messaging syst
ii  libdbus-1-qt3-00.9-2 backport of Qt4 D-Bus bindings (sh
ii  libgcc11:4.4.2-9 GCC support library
ii  libhal10.5.14-2  Hardware Abstraction Layer - share
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  libnl1 1.1-5 library for dealing with netlink s
ii  libpng12-0 1.2.42-1  PNG library - runtime
ii  libqt3-mt  3:3.3.8b-6Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libstdc++6 4.4.2-9   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-1 X11 client-side library
ii  libxext6   2:1.1.1-2 X11 miscellaneous extension librar
ii  network-manager0.7.999-2 network management framework daemo
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages network-manager-kde recommends:
ii  kwalletmanager4:4.3.2-1  secure 

[Pkg-kde-extras] Bug#518508: network-manager-kde: NM-KDE doesn't save the special VPN route address range

2010-03-07 Thread Michael Biebl
On 06.03.2009 19:13, Ritesh Raj Sarraf wrote:
 Package: network-manager-kde
 Version: 1:0.7~~svn931033-2
 Severity: normal
 
 Hi Michael,
 
 NM-KDE has an option to set VPN Connection for only a certain Address
 Range. This can be set through the Only use VPN Connection for these
 Addresses option in the Optional Information tab in NM-KDE.
 
 That setting is not keep intact by NM-KDE. Once I set it and save, and
 then again when I open the config window, the setting is not there.
 
 This setting is important for many users who connect to office networks
 from home but would still like to be connected to IRC, when at home.

Hi,

is this problem still reproducible with an up-to-date squeeze or sid system?

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#504814: marked as done (network manager blanks input fields)

2010-03-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Mar 2010 23:12:28 +0100
with message-id 4b9424cc.4010...@debian.org
and subject line Re: Bug#504814: network manager blanks input fields
has caused the Debian Bug report #504814,
regarding network manager blanks input fields
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
504814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: network-manager-kde
Version: 1:0.2.2-1
Severity: normal

When setting up a wpa wireless connection using the Network-manager-kde and 
failing to connect the dialogue comes back up with default values. All changes 
are overwritten including passwort and user name.

This also happens sometimes when the network looses connection. You are then 
presented with the dialogue to set up username and password with blank fields. 
Also changes in other options are reversed to the default values.

Username and password are deleted from kde wallet as well.

Regards,

Malte


---End Message---
---BeginMessage---
On 07.11.2008 14:34, bugrep...@public-files.de wrote:
 Package: network-manager-kde
 Version: 1:0.2.2-1
 Severity: normal
 
 When setting up a wpa wireless connection using the Network-manager-kde and 
 failing to connect the dialogue comes back up with default values. All 
 changes are overwritten including passwort and user name.
 
 This also happens sometimes when the network looses connection. You are then 
 presented with the dialogue to set up username and password with blank 
 fields. Also changes in other options are reversed to the default values.
 
 Username and password are deleted from kde wallet as well.

k-n-m has been rewritten completely so I assume this bug does no longer apply.

If you still experience problems with an up-to-date squeeze/sid problem, please
reopen, if it is the same issue, of file a fresh bug report.

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
---End Message---
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#572704: marked as done (Openvpn with plasma-widget-networkmanagement does not start)

2010-03-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Mar 2010 23:16:22 +0100
with message-id 4b9425b6.6090...@debian.org
and subject line plasma-widget-networkmanagement has been removed
has caused the Debian Bug report #572704,
regarding Openvpn with plasma-widget-networkmanagement does not start
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
572704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572704
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: plasma-widget-networkmanagement
Version: network-manager-kde
Severity: normal

With plasma-widget-networkmanagement in Debian Squeeze (0.1~svn1088283-1) 
openvpn does not start.

Or should I say: it does start but does not leave state 1?

Starting openvpn from the command line works fine.

Is this a policy problem? I found that now going to system settings, policy kit 
crashes.

Syslog:


2010-03-05 20:23:50 delfion NetworkManager  info  Starting VPN service 
'org.freedesktop.NetworkManager.openvpn'... 
2010-03-05 20:23:50 delfion NetworkManager  info  VPN service 
'org.freedesktop.NetworkManager.openvpn' started 
(org.freedesktop.NetworkManager.openvpn), PID 3166 
2010-03-05 20:23:51 delfion NetworkManager  info  VPN service 
'org.freedesktop.NetworkManager.openvpn' just appeared, activating connections 
2010-03-05 20:23:51 delfion kernel  [  115.325562] tun: Universal TUN/TAP 
device driver, 1.6
2010-03-05 20:23:51 delfion kernel  [  115.325565] tun: (C) 1999-2004 Max 
Krasnyansky m...@qualcomm.com
2010-03-05 20:23:51 delfion NetworkManager  info  VPN plugin state 
changed: 1 
2010-03-05 20:23:54 delfion NetworkManager  info  (eth0): writing 
resolv.conf to /sbin/resolvconf 
2010-03-05 20:23:54 delfion NetworkManager  info  Policy set 'Ifupdown 
(eth0)' (eth0) as default for routing and DNS. 
2010-03-05 20:24:07 delfion NetworkManager  debug [1267817047.001532] 
ensure_killed(): waiting for vpn service pid 3166 to exit 
2010-03-05 20:24:07 delfion NetworkManager  debug [1267817047.001642] 
ensure_killed(): vpn service pid 3166 cleaned up 



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

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

Versions of packages plasma-widget-networkmanagement depends on:
ii  kdebase-runtime 4:4.3.4-2runtime components from the offici
ii  kdelibs54:4.3.4-1core libraries for all KDE 4 appli
ii  knm-runtime 0.1~svn1088283-1 KDE NetworkManagement infrastructu
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.2-9GCC support library
ii  libplasma3  4:4.3.4-1library for the KDE 4 Plasma deskt
ii  libqt4-dbus 4:4.5.3-4Qt 4 D-Bus module
ii  libqt4-network  4:4.5.3-4Qt 4 network module
ii  libqt4-svg  4:4.5.3-4Qt 4 SVG module
ii  libqt4-xml  4:4.5.3-4Qt 4 XML module
ii  libqtcore4  4:4.5.3-4Qt 4 core module
ii  libqtgui4   4:4.5.3-4Qt 4 GUI module
ii  libsolidcontrol44:4.3.4-3Library for solid based network ma
ii  libstdc++6  4.4.2-9  The GNU Standard C++ Library v3

plasma-widget-networkmanagement recommends no packages.

Versions of packages plasma-widget-networkmanagement suggests:
ii  kdebase-workspace-bin 4:4.3.4-3  core binaries for the KDE 4 base w


---End Message---
---BeginMessage---
plasma-widget-networkmanagement has been removed from unstable/squeeze, so
closing this bug report. If this problem is reproducible using an up-to-date
knetworkmanager package, please reopen.

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
---End Message---
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#552613: marked as done (network-manager-kde: memory leak)

2010-03-07 Thread Debian Bug Tracking System
Your message dated Mon, 08 Mar 2010 03:00:07 +0100
with message-id 4b945a27.6020...@debian.org
and subject line Re: Bug#552613: network-manager-kde: memory leak
has caused the Debian Bug report #552613,
regarding network-manager-kde: memory leak
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
552613: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552613
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: network-manager-kde
Version: 1:0.7~~svn941706-2
Severity: important


knetworkmanager continuously leak memory on my system. It's heap segment
([heap] as found in /proc/xxx/maps) increases a few megabyte per day. I 
have seen the [heap] grow to over 150MB (after running for approx a month).
Network connectivity is almost exclusively through a intel 3945abg adaptor. 

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

Kernel: Linux 2.6.31.3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages network-manager-kde depends on:
ii  kdelibs4c2a 4:3.5.10.dfsg.1-2+b1 core libraries and binaries for al
ii  libc6   2.9-25   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-1-qt3-0 0.9-2backport of Qt4 D-Bus bindings (sh
ii  libgcc1 1:4.4.1-4GCC support library
ii  libhal1 0.5.13-3 Hardware Abstraction Layer - share
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libnl1  1.1-5library for dealing with netlink s
ii  libpng12-0  1.2.39-1 PNG library - runtime
ii  libqt3-mt   3:3.3.8b-6   Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstdc++6  4.4.1-4  The GNU Standard C++ Library v3
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  network-manager 0.7.1-2  network management framework daemo
ii  zlib1g  1:1.2.3.3.dfsg-15compression library - runtime

Versions of packages network-manager-kde recommends:
ii  kwalletmanager4:4.3.1-1  secure password wallet manager for
pn  network-manager-openvpn   none (no description available)
pn  network-manager-vpnc  none (no description available)

network-manager-kde suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
On 08.03.2010 02:57, danie...@fagotten.org wrote:
 Quoting Michael Biebl bi...@debian.org:
 
 On 27.10.2009 13:54, Daniel Anderberg wrote:
 Package: network-manager-kde
 Version: 1:0.7~~svn941706-2
 Severity: important


 knetworkmanager continuously leak memory on my system. It's heap segment
 ([heap] as found in /proc/xxx/maps) increases a few megabyte per day. I
 have seen the [heap] grow to over 150MB (after running for approx a month).
 Network connectivity is almost exclusively through a intel 3945abg adaptor.

 Never seen that before.
 Can you reproduce that with an up-to-date squeeze or sid system?

 Michael

 --
 Why is it that all of the instruments seeking intelligent life in the
 universe are pointed away from Earth?
 
 Sorry, the laptop where I had the problem has died and I am therefore  
 unable to attempt to reproduce.

Thanks for the feedback.

Without any chance to reproduce the bug, I'm going to close this bug report.

In case you encounter this particular issue on a different system, please reopen
this bug report (or just open a new one).

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
---End Message---
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#518508: network-manager-kde: NM-KDE doesn't save the special VPN route address range

2010-03-07 Thread Ritesh Raj Sarraf
On Monday 08 Mar 2010 03:43:39 Michael Biebl wrote:
 is this problem still reproducible with an up-to-date squeeze or sid
 system?

Not sure. I don't use NM at the moment.

Regards,
Ritesh
-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.


signature.asc
Description: This is a digitally signed message part.
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras