Re: Migration of kwallet failed

2018-04-02 Thread Michael Schwartzkopff
Am 02.04.2018 um 10:11 schrieb Martin Steigerwald:
> Hello Michael.
>
> Initial mail might have landed in moderation queue or something like that, at 
> least it didn´t get through yet, thus CC´ing to you as well.
>
> Michael Schwartzkopff - 02.04.18, 07:44: 
>> I did an upgrade of ubuntu 14.04 to 16.04 and now my kwallet is empty.
>>
>>
>> The version of kwalletmanager on the old system was 4:4.13.2.
>>
>> The version on the new system is 4:15.12.3-0ubuntu1.
>>
>>
>> The new kwalletmanager just says: "Error -9".
>>
>> Now I installed an other machine with the old ubuntu 14.04 to open the
>> kwallet there and export it to XML. But opening the kdewallet.kwl there
>> also fails with "Error 42".
> This should work.
>
> Which one did you use? You need to use the old one in ~/.kde/share/apps/
> kwalletd, not the new one in ~/.config/kwalletd.
>
>> Any idea how I can retrieve my passwords? It really would be urgent.
> You can retry the migration:
>
> Set alreadyMigrated to false again:
>
> %> cat .config/kwalletrc 
> [Migration]
> alreadyMigrated=true
>
> Restart kwalletd. One way is to log out and log in. There is another way 
> which 
> works during a session, but I am not sure how it worked. Maybe you can just 
> quit kwalletd5 process and start it again.
>
> Also see:
>
> https://wiki.gentoo.org/wiki/KDE/
> Troubleshooting#Recover_KWallet_passwords_after_failed_migration
>
> Thanks,

Hi,


thanks for your hint. But setting Migration flag to false did not help.
Since I did set up an old ubuntu version already I have little hope that
an old gentoo would help.


But it seems a last hope if nothing elase works.


Any other ideas to recover my passwords? Since I know my master password
and I have the salt and the kwl files, is there a cli tool just to
decrypt the contents and dump it? Or is there a description of the data
format of the kwl file, so I could write it myself?


Michael.



Mit freundlichen Grüßen,

-- 

[*] sys4 AG
 
https://sys4.de, +49 (89) 30 90 46 64
Schleißheimer Straße 26/MG,80333 München
 
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief
Aufsichtsratsvorsitzender: Florian Kirstein




signature.asc
Description: OpenPGP digital signature


Re: Amarok + USB-Stick

2018-04-02 Thread O.Sinclair
Generally speaking use Clementine instead. Amarok has for me turned into one of 
those half-usable beasts. 

On Monday, April 2, 2018 12:55:52 PM CAT René J.V. Bertin wrote:
> On Monday April 02 2018 10:23:09 Bernd Nachtigall wrote:
> 
> > > - make a /etc/fstab entry for the thumb drive (using the entry in 
> > > /dev/disk/by-uuid) with appropriate settings.
> > This is the way to make a dynamicly changeable device to a fixed one. ;-)
> 
> Exactly, and to control the options with which it's mounted. That may be all 
> the more important if the (removable) device is formatted with NTFS and 
> mounted with the ntfs-3g FUSE driver (which is a lot slower than in-kernel 
> filesystem drivers).
> 
> > Do you (dis)connect it with Amarok running?
> > No, every time I release the device.
> 
> So you quit Amarok before releasing the device, and start it only after 
> connecting the device?
> 
> > Anyway, I used 'play' with out any problems.
> 
> The commandline play utility? That doesn't do any indexing. Amarok and other 
> players do that to show your music in such a way that you see the piece 
> title, composer, artist, genre (etc) and can sort them by those properties. 
> Fetching that information takes time, though I'm amazed that that duration is 
> a problem for a playlist of only 130 titles.
> > Amarok seems not usable for
> > dynamic use. It seems it is for static use only.
> 
> I never found any interest to Amarok anyway myself, but that's not really the 
> question here. Ever tried Audacious (with the Qt5 GUI so it fits in better 
> with a KDE desktop)?
> 
> R.
> 



Re: Amarok + USB-Stick

2018-04-02 Thread René J . V . Bertin
On Monday April 02 2018 10:23:09 Bernd Nachtigall wrote:

> > - make a /etc/fstab entry for the thumb drive (using the entry in 
> > /dev/disk/by-uuid) with appropriate settings.
> This is the way to make a dynamicly changeable device to a fixed one. ;-)

Exactly, and to control the options with which it's mounted. That may be all 
the more important if the (removable) device is formatted with NTFS and mounted 
with the ntfs-3g FUSE driver (which is a lot slower than in-kernel filesystem 
drivers).

> Do you (dis)connect it with Amarok running?
> No, every time I release the device.

So you quit Amarok before releasing the device, and start it only after 
connecting the device?

> Anyway, I used 'play' with out any problems.

The commandline play utility? That doesn't do any indexing. Amarok and other 
players do that to show your music in such a way that you see the piece title, 
composer, artist, genre (etc) and can sort them by those properties. Fetching 
that information takes time, though I'm amazed that that duration is a problem 
for a playlist of only 130 titles.
> Amarok seems not usable for
> dynamic use. It seems it is for static use only.

I never found any interest to Amarok anyway myself, but that's not really the 
question here. Ever tried Audacious (with the Qt5 GUI so it fits in better with 
a KDE desktop)?

R.


Re: Amarok + USB-Stick

2018-04-02 Thread Bernd Nachtigall
Am 01.04.2018 um 19:40 schrieb René J.V. Bertin:
> On Sunday April 01 2018 14:02:25 Bernd Nachtigall wrote:
> 
>> At the first time I assume that this was because of indexing or
>> whatever, but this behavior is every time i try to use it with Amarok.
>> So Amarok is not usable.
>> If I use the stick with other tools there is a normal behavior ...
> 
> A thought: something may not be the same each time you remount the thumb 
> drive, causing Amarok to think this is not the same drive as before and thus 
> to reindex the thing.
I dolphin, I saw the tumb drive at the same location every time.
(/run/media/bernd/uuid)

> 2 things to try:
> - create a symlink from, say, your desktop to the music content on the stick 
> and define that as the location of your library in Amarok
> - make a /etc/fstab entry for the thumb drive (using the entry in 
> /dev/disk/by-uuid) with appropriate settings.
This is the way to make a dynamicly changeable device to a fixed one. ;-)
> 
> But maybe Amarok does this with all volumes that it recognises as removable? 
If this is fact, dev should be think about removeable devices with more
then 130 GiByte storage.

Do you (dis)connect it with Amarok running?
No, every time I release the device.

Anyway, I used 'play' with out any problems. Amarok seems not usable for
dynamic use. It seems it is for static use only.

Thx

Bernd


Re: Migration of kwallet failed

2018-04-02 Thread Martin Steigerwald
Hello Michael.

Initial mail might have landed in moderation queue or something like that, at 
least it didn´t get through yet, thus CC´ing to you as well.

Michael Schwartzkopff - 02.04.18, 07:44: 
> I did an upgrade of ubuntu 14.04 to 16.04 and now my kwallet is empty.
> 
> 
> The version of kwalletmanager on the old system was 4:4.13.2.
> 
> The version on the new system is 4:15.12.3-0ubuntu1.
> 
> 
> The new kwalletmanager just says: "Error -9".
>
> Now I installed an other machine with the old ubuntu 14.04 to open the
> kwallet there and export it to XML. But opening the kdewallet.kwl there
> also fails with "Error 42".

This should work.

Which one did you use? You need to use the old one in ~/.kde/share/apps/
kwalletd, not the new one in ~/.config/kwalletd.

> Any idea how I can retrieve my passwords? It really would be urgent.

You can retry the migration:

Set alreadyMigrated to false again:

%> cat .config/kwalletrc 
[Migration]
alreadyMigrated=true

Restart kwalletd. One way is to log out and log in. There is another way which 
works during a session, but I am not sure how it worked. Maybe you can just 
quit kwalletd5 process and start it again.

Also see:

https://wiki.gentoo.org/wiki/KDE/
Troubleshooting#Recover_KWallet_passwords_after_failed_migration

Thanks,
-- 
Martin




Re: kdialog: sound file from notifyrc file was not found,

2018-04-02 Thread René J . V . Bertin
I can't check right now, but I recall seeing this kind of message when I first 
started installing KF5 applications before I installed the Plasma5 component 
that provides things required not provided by KNotifications. A bit curious if 
you ask me, given how KNotifications is supposed to be cross-platform and 
Plasma5 is jealously defended as not to be used outside of Plasma5 desktop 
environments.
(In the end I patch KNotifications in my packaging so it calls Qt's equivalent 
of the sysbeep when a notification requires sound and has no existing sound 
file to be played.)

R.


Re: Migration of kwallet failed

2018-04-02 Thread Martin Steigerwald
Hello Michael.

Michael Schwartzkopff - 02.04.18, 07:44: 
> I did an upgrade of ubuntu 14.04 to 16.04 and now my kwallet is empty.
> 
> 
> The version of kwalletmanager on the old system was 4:4.13.2.
> 
> The version on the new system is 4:15.12.3-0ubuntu1.
> 
> 
> The new kwalletmanager just says: "Error -9".
>
> Now I installed an other machine with the old ubuntu 14.04 to open the
> kwallet there and export it to XML. But opening the kdewallet.kwl there
> also fails with "Error 42".

This should work.

Which one did you use? You need to use the old one in ~/.kde/share/apps/
kwalletd, not the new one in ~/.config/kwalletd.

> Any idea how I can retrieve my passwords? It really would be urgent.

You can retry the migration:

Set alreadyMigrated to false again:

%> cat .config/kwalletrc 
[Migration]
alreadyMigrated=true

Restart kwalletd. One way is to log out and log in. There is another way which 
works during a session, but I am not sure how it worked. Maybe you can just 
quit kwalletd5 process and start it again.

Also see:

https://wiki.gentoo.org/wiki/KDE/
Troubleshooting#Recover_KWallet_passwords_after_failed_migration

Thanks,
-- 
Martin