Re: sftp no longer supported by Konqueror?

2014-08-31 Thread Reinhold Rumberger
Am Samstag 30.08.2014, 21:25:33 schrieb Volker Wysk:
> I see. I guess I will wait for the next release of KDE to appear in Debian.
> The machines from which I wish to connect via SFTP are using an earlier
> version (I think). I don't really need to connect to my own machine with
> SFTP. ;-)

Would using the fish:// protocol tide you over? It's what I usually use with 
ssh, and it seems to be working fine with the latest packages from debian.

  --Reinhold


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5044127.jbsyXutkBD@reini1tb



Re: Login failed, server replied: A000003 NO Maximum number of connections from user+IP exceeded ( mail_max_userip_connections )

2013-11-10 Thread Reinhold Rumberger
Am Sonntag 10.11.2013, 11:20:33 schrieb Martin Steigerwald:
> Note that it may not be actually a crashing resource, maybe just lots of new
> connections, would be nice if you can find out whether you akonadi imap
> resource gets restarted all the time (changing PID quickly) or its just new
> connection attempt as I could prove.

Wouldn't there be a popup notification for crashed akonadi resources?
I specifically remember one time when there were no popups but something 
akonadi-related kept downloading a couple hundred KB/s from my university's 
mail server. Re-starting akonadi didn't fix this, but stopping it ended the 
download.
(And no, that wasn't a huge email/amount of emails being downloaded. In fact, 
there were no new emails.)

OTOH, I've also frequently had the "resource crashed" notification spam fill 
up my screen in 4.10, but haven't seen it in a while.

  --Reinhold



-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4300888.blkppLVptM@reini1tb



Re: Login failed, server replied: A000003 NO Maximum number of connections from user+IP exceeded ( mail_max_userip_connections )

2013-11-07 Thread Reinhold Rumberger
Am Mittwoch 06.11.2013, 23:24:58 schrieb Rainer Dorsch:
> Hello,
> 
> after upgrading from 4.10.5 to 4.11.2, I regularly get from kmail2 this
> message:
> 
> The server for account "boko" refused the supplied username and password. Do
> you want to go to the settings, have another attempt at logging in, or do
> nothing?
> 
> Login failed, server replied: A03 NO Maximum number of connections from
> user+IP exceeded ( mail_max_userip_connections )
> 
> 
> Restarting dovecot on the server side fixes the problem. Does akonadi/kmail
> have some "connection leaks", i.e. is opening but not properly closing
> connections?

Shortly after I switched to KMail2, my university account was disabled with a 
comment from the admin that my mail client was spamming connections (some 
hundreds per second). Since then I don't trust KMail2 with my university email 
anymore, so I don't know whether this still happens.

  --Reinhold


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/38462616.hgjvubbhaV@reini1tb



Re: Thank you

2013-07-13 Thread Reinhold Rumberger
Am Sonntag 14.07.2013, 04:16:13 schrieb Shai Berger:
> Those of you who are more into mail may look in the headers of this message
> and find it is sent from kmail1. I do still have problems sending mail from
> my kmail2 installation (as well as other minor problems). I am sure they
> will all be solved shortly, as this program is in use by several people; I
> did file a bug about it, #716881. Others will follow as I find the time to
> deal with them.

That bug seems to be pretty common according to my google search. The 
"solution" seems to be to reboot/re-login or simply to restart Akonadi. (The 
latter worked for me.)
Apparently Akonadi has trouble seeing the outbox after the import.

  --Reinhold
(sent using kmail2 ;-) )


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/3343040.CWq6kuRgdm@reini500gb



Re: External hard disk mounted as root only

2013-04-07 Thread Reinhold Rumberger
Am Sonntag 07.04.2013, 19:29:38 schrieb Adriano Vilela Barbosa:
> > Am Sonntag 07.04.2013, 08:20:27 schrieb Adriano Vilela Barbosa:
> > > Hello all,
> > > 
> > > I'm having a mounting problem with an external USB disk I just bought.
> > > I googled this up a lot, but couldn't really find a solution.
> > 
> > Which file systems do you use for the HD and jump drive (whatever that
> > is)? When they are mounted, could you just execute mount and post the
> > relevant parts of the output?
> > 
> >   --Reinhold
> 
> Hello,
> 
> Thanks for your response. By jump drive I simply mean a USB flash
> drive (http://en.wikipedia.org/wiki/USB_flash_drive). Mine is using
> fat32. The external USB disk has two partitions: one is using HFS+
> (with journaling disabled) and the other one is using ext4.

This'll probably be so much easier than you'd expect...

> Here's the output of 'ls -lh' executed in my /media directory:
> 
> adriano@vaio:/media$ ls -lh
> total 24K
> drwx-- 4 adriano adriano  16K Dec 31  1969 B192-20DE
> lrwxrwxrwx 1 rootroot   6 Aug  2  2009 cdrom -> cdrom0
> drwxr-xr-x 2 rootroot4.0K Aug  2  2009 cdrom0
> drwxr-xr-x 3 rootroot4.0K Apr  6 20:34 Linux
> drwxr-xr-x 1 rootroot   8 Apr  6 20:47 MacOSX
> 
> The flash drive is mounted on /media/B192-20DE, the HFS+ partition of
> the external USB disk is monted on /media/MacOSX, and the ext4
> partition on /media/Linux. Notice how /media/B192-20DE is owned by
> adriano (which is me) whereas the partitions on the external USB drive
> are owned by root.

This is pretty much what I would expect. FAT doesn't know users, so it is 
mounted as your current user. Ext4 knows users and the user information is 
carried across mounts. IOW, for the ext4 partition, you simply need to run 
"chmod -R adriano:adriano /media/Linux" as root, and it should then be owned 
by your user across mounts (at least that is how it works for me).

I'm not exactly sure about the HFS+ partition as I have no experience with it. 
Does it support user/group information in a way that Linux can use? (I'm 
hoping yes, since OS X is a Unix.) If so, you could try creating a 
subdirectory, chown it to your user and see whether the information is kept 
across mounts. Or, you could simply make the whole partition world-writable.



> Thanks for your help,

No problem.

  --Reinhold


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201304072014.39598.rrumber...@web.de



Re: External hard disk mounted as root only

2013-04-07 Thread Reinhold Rumberger
Am Sonntag 07.04.2013, 08:20:27 schrieb Adriano Vilela Barbosa:
> Hello all,
> 
> I'm having a mounting problem with an external USB disk I just bought.
> I googled this up a lot, but couldn't really find a solution.

Which file systems do you use for the HD and jump drive (whatever that is)?
When they are mounted, could you just execute mount and post the relevant 
parts of the output?

  --Reinhold


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201304071127.05950.rrumber...@web.de



Re: [KDE 4.9.5] nepomuk has serious bugs on KDE 4.9.5

2013-02-09 Thread Reinhold Rumberger
Am Samstag 09.02.2013, 19:35:05 schrieb Valerio Passini:
> Since when I installed the packages in experimental-snapshots I have met
> this bug in nepomuk:
> 
> https://bugs.kde.org/show_bug.cgi?id=304943
> 
> Despite the fact that one of the authors is claiming that it's fixed, many
> users are experiencing it on KDE 4.10 too. The workaround is to stop
> indexing in nepomuk.

I'm experiencing this as well (I forgot to reply to the original mail because 
of two exams in quick succession). This happens despite nepomuk being set to 
not index at all.
For me, killing nepomukserver does the trick, and since I don't want to use 
nepomuk, anyway, that isn't really a problem for me. It is quite annoying, 
though, and not a situation one wants to expose inexperienced users to.

  --Reinhold


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201302092032.40099.rrumber...@web.de



Re: KDE SC 4.9.5 and KMail issues

2013-01-28 Thread Reinhold Rumberger
Am Montag 28.01.2013, 22:25:47 schrieb Martin Steigerwald:
> Am Montag, 28. Januar 2013 schrieb Diederik de Haas:
> > Since both Reinhold and Benjamin confirmed the issue I have with KMail
> > [1] since the upgrade to 4.9.5, the next step is identifying the cause
> > and finding a solution to it.
> > 
> > Summary:
> > Settings on the Advanced tab of an Identity's Settings (Sent/Drafts
> > folder) are not retained when you (try to) change them. I have mostly
> > Disconnected IMAP accounts, but it also happens on a POP3 account I
> > have.
> > 
> > Problem is that I have to clue how to 'debug' the issue.
> > Pointers?
> 
> Anything in output of KMail when starting it from Konsole?

Nothing useful. I've only tried opening the settings dialog and changing the 
"Sent" folder for one account, though, so somebody should try sorting through 
the startup info.

For setting the "Sent" folder, the output I get is (abbreviated by omitting 
duplicate entries):
> kmail(5556)/kdecore (KLibrary) kde4Factory: The library
>   "/usr/lib/kde4/kcm_kmail.so" does not offer a qt_plugin_instance function.
> kmail(5556)/kdecore (KLibrary) kde3Factory: The library
>   "/usr/lib/kde4/kcm_kmail.so" does not offer an "init_kcm_kmail" function.
> kmail(5556)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:   
>   
> 

  --Reinhold


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201301290013.22893.rrumber...@web.de



Re: KDE SC 4.9.5 core packages uploaded to qt-kde-debian.net

2013-01-25 Thread Reinhold Rumberger
Am Freitag 25.01.2013, 20:49:26 schrieb Diederik de Haas:
> On Friday 25 January 2013 16:57:28 Ottmar Deibert wrote:
> > I think the bigger problem is that the Nepomuk service is not running.
> > Systemmonitor shows the process "nepomukcontroller" an nothing else
> > related to  Nepomuk
> 
> I can confirm that "Desktop Search" in System Settings says "File indexing
> service not running" and when you enable/disable (for example) Email
> Indexer, you'll get an error msg saying:
> "Failed to start the desktop search service (Nepomuk). The settings have
> been saved and will be used the next time the server is started."
> 
> Since the upgrade I have an issue with KMail's identities and was wondering
> if someone else has it too.
> On the Advanced tab of an identity's settings, you can specify the 'Send'
> and the 'Drafts' folder. I have several Disconnected IMAP account and each
> has it own Send/Drafts folder, but after the upgrade they all 'reverted'
> to sent- mail/drafts from the Local Folders and every attempt to change it
> fails. It looks like it succeeds, but the folder icon for Sent/Drafts
> doesn't change and when you go back to the Advanced tab, you'll see
> they're back to the Local Folders.

I have noticed those same two issues. The KMail one annoys me way more since I 
hardly ever use Nepomuk.

  --Reinhold


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201301252149.18624.rrumber...@web.de



Re: Kontact, KMail won't start with Qt dfsg-2 packages

2012-09-04 Thread Reinhold Rumberger
Am Dienstag 04.09.2012, 20:58:53 schrieb Michael Schuerig:
> I've recently upgraded all the Qt packages 4:4.8.2+dfsg-1 to
> 4:4.8.2+dfsg-2 and only today I restarted my computer. After that KMail
> and Kontact didn't start anymore. From what I could tell with strace,
> both of them were blocked in a system call (select or epoll, I think).
> After reinstalling all the old Qt packages, things are fine again.
> 
> I've looked for a bug report, but didn't find anything related. I'm
> happy that I've got things back to a working state again and I don't
> have much time for trial-and-error bug hunting right now, however if
> anyone can suggest a more focussed strategy for uearthing the cause of
> the problem, I might give it a try.

Are you sure you didn't install/upgrade anything else? I have a similar 
problem where sometimes, after I started KDE, kontact/kmail don't open the UI. 
Sometimes, starting them again would help. Other times, killing 
akonadi_maildispatcher_agent would result in them suddenly appearing.

The second workaround led me to believe that the kdepim version is just too 
old and somehow conflicts with akonadi...
Somehow, not using kontact anymore and starting the individual applications 
one after the other seems to have helped - I haven't had this problem in a 
while.

  --Reinhold


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201209050044.08234.rrumber...@web.de