Bug#740317: kscreensaver + pam_krb5 : after unlocking screensaver, kerberos ticket is lost

2014-02-28 Thread Erwan David
Package: kscreensaver
Version: 4:4.11.3-1
Severity: important


Used with libpam-krb5 4.6-2

After screensaver locked my console, returning I unlock using the
kerberos password, but then I have no more kerberos ticket available :
all tickets were wiped.


-- System Information:
Debian Release: jessie/sid
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (900, 'testing'), (600, 
'stable'), (500, 'proposed-updates'), (400, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages kscreensaver depends on:
ii  kde-runtime   4:4.11.3-1
ii  kde-workspace-bin 4:4.11.6-2
ii  libc6 2.17-97
ii  libgl1-mesa-glx [libgl1]  9.2.2-1
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libkdecore5   4:4.11.3-2
ii  libkdeui5 4:4.11.3-2
ii  libkexiv2-11  4:4.11.5-2
ii  libkio5   4:4.11.3-2
ii  libkparts44:4.11.3-2
ii  libkscreensaver5  4:4.11.6-2
ii  libqt4-opengl 4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtcore44:4.8.5+git209-g718fae5+dfsg-1
ii  libqtgui4 4:4.8.5+git209-g718fae5+dfsg-1
ii  libstdc++64.8.2-16
ii  libx11-6  2:1.6.2-1

Versions of packages kscreensaver recommends:
ii  kde-window-manager  4:4.11.6-2

Versions of packages kscreensaver suggests:
ii  kscreensaver-xsavers  4:4.11.3-1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140228081220.17095.13438.report...@nux28622.fr.nds.com



Bug#740334: qtwebkit creates ARMv5 assembler

2014-02-28 Thread Riku Voipio
Package: qtwebkit-opensource-src
Version: 5.2.1+dfsg-3
X-Debbugs-CC: debian-...@lists.debian.org
Severity: normal

Checking the end of the builddlog[1]:

/tmp/ccaKPWJK.s: Assembler messages:
/tmp/ccaKPWJK.s:23: Error: selected processor does not support ARM mode
`blx r0'
make[4]: *** [.obj/jit/JITStubs.o] Error 1

blx is not supported on ARMv4t, lowest arch supported on debian/armel.
One needs to replace this code with:

mov lr,pc
bx r0

Or, alternatively build with -march=armv5. This option would mean than
qtwebkit would be unusable on armv4t hardware. The main usecase for such
hardware is the openmoko freerunner. Do we still have openmoko users who
are interested in qtwebkit?

Riku

[1] 
https://buildd.debian.org/status/fetch.php?pkg=qtwebkit-opensource-srcarch=armelver=5.2.1%2Bdfsg-3stamp=1393519544


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140228095703.ga19...@afflict.kos.to



Bug#740294: krdc: No krdc-dbg package on Debian

2014-02-28 Thread Lisandro Damián Nicanor Pérez Meyer
tag 740294 pending
thanks

I've already modified the packaging to provide the dbg package, but I don't 
seem to be able to build it right now :-/

-- 
The box said 'Requires Windows 95 or better'. So I installed Linux.
  Anonymous

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Processed: Re: Bug#740294: krdc: No krdc-dbg package on Debian

2014-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 740294 pending
Bug #740294 [krdc] krdc: No krdc-dbg package on Debian
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
740294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740294
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.1393591825404.transcr...@bugs.debian.org



Bug#735488: Qt4 in arm64: wrap up of the current situation

2014-02-28 Thread Dmitry Shachnev
Hi Marcin,

I had a quick look at patches you attached. Thanks a lot for submitting them in
such structured form. My questions are:

- Are 1-basic-aarch64-detection.patch, 2-mkspecs.patch and 4-syscalls.patch
  authored by you?

- Did you forget to attach 3-something patch? Or is that just a naming issue?

- 5-qatomic patch has this line on top:

include/QtCore/headers.pri usunięte - trzeba przywrócić

  Can I ignore that?

The qtscript.patch is already committed to qtscript git [1], so we should 
probably
submit a cherry-pick upstream (anyone could do that) and make it included in the
next snapshot. For some reason Qt Gerrit refuses to accept my changes, so I 
would
welcome if someone else does that.

[1]: 
https://qt.gitorious.org/qt/qtscript/commit/2e049836ee16f4aedbe7ccc3335fc57852725716

--
Dmitry Shachnev

signature.asc
Description: OpenPGP digital signature


Bug#735488: Qt4 in arm64: wrap up of the current situation

2014-02-28 Thread Dmitry Shachnev
Thanks for the quick reply. [Adding back the needed CCs addresses.]

 W dniu 28.02.2014 15:19, Dmitry Shachnev pisze:
 I had a quick look at patches you attached. Thanks a lot for submitting them 
 in
 such structured form. My questions are:
 
 - Are 1-basic-aarch64-detection.patch, 2-mkspecs.patch and 4-syscalls.patch
   authored by you?

 Author: Marcin Juszkiewicz mar...@juszkiewicz.com.pl based on
 gtkwebkit changes by Riku Voipio riku.voi...@linaro.org

Sorry for nitpicking, but these patches are not related to WebKit and
only touch files in QtCore. So I assume you are the only author.

 - Did you forget to attach 3-something patch? Or is that just a naming issue?

 It got dropped.

OK.

 - 5-qatomic patch has this line on top:

 include/QtCore/headers.pri usuniФ™te - trzeba przywrУГciФ‡
 
   Can I ignore that?

 It means include/QtCore/headers.pri changes are dropped - need to be
 restored. This is to get qatomics_aarch64.h file included in qt-devel.

So I am ignoring it, thanks.

 The qtscript.patch is already committed to qtscript git [1], so we should 
 probably
 submit a cherry-pick upstream (anyone could do that) and make it included in 
 the
 next snapshot. For some reason Qt Gerrit refuses to accept my changes, so I 
 would
 welcome if someone else does that.

 And all included patches are BSD licensed.

I know, thanks.

--
Dmitry Shachnev

signature.asc
Description: OpenPGP digital signature


Bug#740334: qtwebkit creates ARMv5 assembler

2014-02-28 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 28 February 2014 11:57:03 Riku Voipio wrote:
 Package: qtwebkit-opensource-src
 Version: 5.2.1+dfsg-3
 X-Debbugs-CC: debian-...@lists.debian.org
 Severity: normal
 
 Checking the end of the builddlog[1]:
 
 /tmp/ccaKPWJK.s: Assembler messages:
 /tmp/ccaKPWJK.s:23: Error: selected processor does not support ARM mode
 `blx r0'
 make[4]: *** [.obj/jit/JITStubs.o] Error 1
 
 blx is not supported on ARMv4t, lowest arch supported on debian/armel.
 One needs to replace this code with:
 
 mov lr,pc
 bx r0
 
 Or, alternatively build with -march=armv5. This option would mean than
 qtwebkit would be unusable on armv4t hardware. The main usecase for such
 hardware is the openmoko freerunner. Do we still have openmoko users who
 are interested in qtwebkit?

Mm, I see. I think one possible easy solution would be to turn off JIT on 
armel. It's the same that webkitgtk does.

On the other hand Qt 5.3 will fully switch to c (or was it gcc?) atomics, but 
I think this code is part of webkit itself so I don't know if it will help.

Of course the most correct approach should be porting the correct asm... but 
that's out of my league :-/

Thanks for your bug report Riku!


-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#740317: kscreensaver + pam_krb5 : after unlocking screensaver, kerberos ticket is lost

2014-02-28 Thread Lisandro Damián Nicanor Pérez Meyer
tag 740317 moreinfo
thanks

On Friday 28 February 2014 09:12:20 Erwan David wrote:
 Package: kscreensaver
 Version: 4:4.11.3-1
 Severity: important
 
 
 Used with libpam-krb5 4.6-2
 
 After screensaver locked my console, returning I unlock using the
 kerberos password, but then I have no more kerberos ticket available :
 all tickets were wiped.

Mm, I never used kdm with kerberos before, so I will need some help here.

I've installed kdm, libpam-krb5 and krb5-user on a VM and can can kinit from a 
console. But kdm won't log me in with my krb user+password. What I might be 
missing here?


-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Processed: Re: Bug#740317: kscreensaver + pam_krb5 : after unlocking screensaver, kerberos ticket is lost

2014-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 740317 moreinfo
Bug #740317 [kscreensaver] kscreensaver + pam_krb5 : after unlocking 
screensaver, kerberos ticket is lost
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
740317: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740317
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.13936025096728.transcr...@bugs.debian.org



Bug#740317: kscreensaver + pam_krb5 : after unlocking screensaver, kerberos ticket is lost

2014-02-28 Thread Erwan David (erdavid)

 tag 740317 moreinfo
 thanks

 On Friday 28 February 2014 09:12:20 Erwan David wrote:
 Package: kscreensaver
 Version: 4:4.11.3-1
 Severity: important


 Used with libpam-krb5 4.6-2

 After screensaver locked my console, returning I unlock using the
 kerberos password, but then I have no more kerberos ticket available :
 all tickets were wiped.
 Mm, I never used kdm with kerberos before, so I will need some help here.

 I've installed kdm, libpam-krb5 and krb5-user on a VM and can can
kinit from a
 console. But kdm won't log me in with my krb user+password. What I
might be
 missing here?



The setting is using kerberos for authentication + NIS to define uid,
gid  homedir (with same login and no password in NIS). The kdc only
gives authentication, account is defined in NIS. I think defining a
local account without password could work.


I know it is a bit tricky, but it used to work...




Bug#740317: kscreensaver + pam_krb5 : after unlocking screensaver, kerberos ticket is lost

2014-02-28 Thread Maximiliano Curia
In article 
20140228081220.17095.13438.reportbug__40816.470309119$1393576763$gmane$o...@nux28622.fr.nds.com
 you wrote:
 Package: kscreensaver
 Version: 4:4.11.3-1
 Severity: important

 Used with libpam-krb5 4.6-2

 After screensaver locked my console, returning I unlock using the
 kerberos password, but then I have no more kerberos ticket available :
 all tickets were wiped.

kscreensaver uses /etc/pam.d/other (via kcheckpass), could you check if your
/etc/pam.d/other needs to modified to use your krb5 configuration?

Thanks,
-- 
It takes three times the effort to find and fix bugs in system test than when
done by the developer. It takes ten times the effort to find and fix bugs in
the field than when done in system test. Therefore, insist on unit tests by
the developer
-- Larry Bernstein
Saludos /\/\ /\  `/


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140228190110.gi...@gnuservers.com.ar



Bug#658612: marked as done (dragonplayer: should claim support for application/x-cd-image to work with DVD images)

2014-02-28 Thread Debian Bug Tracking System
Your message dated Fri, 28 Feb 2014 20:03:29 +0100
with message-id 20140228190329.gj...@gnuservers.com.ar
and subject line dragonplayer: should claim support for application/x-cd-image 
to work with DVD images
has caused the Debian Bug report #658612,
regarding dragonplayer: should claim support for application/x-cd-image to work 
with DVD images
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.)


-- 
658612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: dragonplayer
Version: 4:4.4.5-1
Severity: normal
Tags: patch

I discovered this issue in Squeeze.  I'm unable to test in later
versions at the moment.

When using konqueror to browse through my collection of DVD ISOs, I
tried to click on one of them and expected dragonplayer to start or at
least for KDE to propose either to use dragonplayer or k3b.  Instead
only k3b was started.

The reason for this is that /usr/share/applications/kde4/k3b.desktop
list application/x-cd-image as a supported MIME type, while
/usr/share/applications/kde4/dragonplayer.desktop do not.  Please add
the MIME type.

When I start 'dragon /path/to/dvd.iso', the DVD plays just fine, so I
know dragonplayer support the DVD ISOs. :)

Here is a patch to implement the change:

--- /usr/share/applications/kde4/dragonplayer.desktop   2010-01-20 
00:22:04.0 +0100
+++ /tmp/dragonplayer.desktop   2012-02-04 15:39:22.943947297 +0100
@@ -109,5 +109,5 @@
 X-DocPath=dragonplayer/index.html
 TryExec=dragon
 Exec=dragon %u
-MimeType=video/ogg;video/x-theora+ogg;video/x-ogm+ogg;video/x-ms-wmv;video/x-msvideo;video/x-ms-asf;video/x-matroska;video/mpeg;video/avi;video/quicktime;video/vnd.rn-realvideo;video/x-flic;video/mp4;
+MimeType=video/ogg;video/x-theora+ogg;video/x-ogm+ogg;video/x-ms-wmv;video/x-msvideo;video/x-ms-asf;video/x-matroska;video/mpeg;video/avi;video/quicktime;video/vnd.rn-realvideo;video/x-flic;video/mp4;application/x-cd-image;
 Categories=Qt;KDE;AudioVideo;Player;

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

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

Versions of packages dragonplayer depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.3-2 Embedded GNU C Library: Shared lib
ii  libkdecore5 4:4.4.5-2+squeeze3   the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-2+squeeze3   the KDE Platform User Interface Li
ii  libkio5 4:4.4.5-2+squeeze3   the Network-enabled File Managemen
ii  libkparts4  4:4.4.5-2+squeeze3   the Framework for the KDE Platform
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libqt4-dbus 4:4.6.3-4+squeeze1   Qt 4 D-Bus module
ii  libqtcore4  4:4.6.3-4+squeeze1   Qt 4 core module
ii  libqtgui4   4:4.6.3-4+squeeze1   Qt 4 GUI module
ii  libsolid4   4:4.4.5-2+squeeze3   Solid Library for KDE Platform
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libxine11.1.19-2 the xine video/media player librar
ii  libxine1-x  1.1.19-2 X desktop video output plugins for
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime

dragonplayer recommends no packages.

dragonplayer suggests no packages.

-- no debconf information
-- 
Happy hacking
Petter Reinholdtsen


---End Message---
---BeginMessage---
Version: 4:4.11.5-1

Hi,

I forgot to add the closes in the changelog.

Thanks for the patch.
--
If the code and the comments disagree, then both are probable wrong.
-- Norm Schryer
Saludos /\/\ /\  `/---End Message---