Re: [arch-general] Strange file in home directory

2016-09-17 Thread Sławek Kapłoński
Hi,

Thx for the tip. I checked it and in fact You were right :) Issue was
because of wrong config of header_cache option in mutt. I had:

set header_cache = on

in my muttrc file. So my problem is solved now. Thx a lot.

-- 
Best regards / Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl

On Sun, 18 Sep 2016, Oon-Ee Ng via arch-general wrote:

> On Sat, Sep 17, 2016 at 7:48 PM, Sławek Kapłoński <sla...@kaplonski.pl> wrote:
> > Hello,
> >
> > I found recently strange (for me) file in my home directory. Name of
> > this file is "on":
> >
> > [13:45:14] slawek@dell:~$ file on
> > on: GNU dbm 1.x or ndbm database, little endian, 64-bit
> >
> > I think that it is created by Mutt because when I removed it and started
> > Mutt then it was created again.
> >
> > Do You know what is this file for, what creates it (is it really Mutt)
> > and maybe how can I disable creation of this file?
> 
> Given the name of that file, I'd suspect a misconfiguration of mutt.
> Re-check your config.


signature.asc
Description: PGP signature


[arch-general] Strange file in home directory

2016-09-17 Thread Sławek Kapłoński
Hello,

I found recently strange (for me) file in my home directory. Name of
this file is "on":

[13:45:14] slawek@dell:~$ file on
on: GNU dbm 1.x or ndbm database, little endian, 64-bit

I think that it is created by Mutt because when I removed it and started
Mutt then it was created again.

Do You know what is this file for, what creates it (is it really Mutt)
and maybe how can I disable creation of this file?

-- 
Best regards / Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl


signature.asc
Description: PGP signature


Re: [arch-general] libgnutls problem

2015-04-20 Thread Sławek Kapłoński
Hello,

Once again thx for help. I wrote comment about this pkgbuild in aur and
it is now fixed :)

--
Best regards / Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl

On Mon, Apr 20, 2015 at 12:24:22AM +0200, Armin K. wrote:
 On 20.04.2015 00:12, Sławek Kapłoński wrote:
  Thanks for help. I just tried to install it again from AUR (with yaourt)
  but I got some error when compiling it:
  
  muttlib.o: In function `mutt_adv_mktemp':
  muttlib.c:(.text+0x2698): warning: the use of `mktemp' is dangerous, better 
  use `mkstemp'
  mutt_ssl_gnutls.o: In function `tls_negotiate':
  mutt_ssl_gnutls.c:(.text+0x1aae): undefined reference to 
  `gnutls_protocol_set_priority'
  collect2: error: ld returned 1 exit status
  Makefile:643: polecenia dla obiektu 'mutt' nie powiodły się
  make[2]: *** [mutt] Błąd 1
  make[2]: Opuszczenie katalogu 
  '/tmp/yaourt-tmp-slawek/aur-mutt-patched/src/mutt-1.5.23'
  Makefile:859: polecenia dla obiektu 'all-recursive' nie powiodły się
  make[1]: *** [all-recursive] Błąd 1
  make[1]: Opuszczenie katalogu 
  '/tmp/yaourt-tmp-slawek/aur-mutt-patched/src/mutt-1.5.23'
  Makefile:538: polecenia dla obiektu 'all' nie powiodły się
  make: *** [all] Błąd 2
  
  For now I change pkgbuild file and replaced --with-gnutls with
  --with-ssl - it works but I have to dig deeper to find out why it is
  not building properly with default flags.
  
  Thx once again for Your help :)
  
  --
  Best regards / Pozdrawiam
  Sławek Kapłoński
  sla...@kaplonski.pl
  
 
 That's a package bug and should be reported to the package maintainer.
 
 It appears the following patch may fix your problem:
 
 http://dev.mutt.org/hg/mutt/rev/48f5e2a51809?revcount=120
 
 -- 
 Note: My last name is not Krejzi.
 


Re: [arch-general] libgnutls problem

2015-04-19 Thread Sławek Kapłoński
Thanks for help. I just tried to install it again from AUR (with yaourt)
but I got some error when compiling it:

muttlib.o: In function `mutt_adv_mktemp':
muttlib.c:(.text+0x2698): warning: the use of `mktemp' is dangerous, better use 
`mkstemp'
mutt_ssl_gnutls.o: In function `tls_negotiate':
mutt_ssl_gnutls.c:(.text+0x1aae): undefined reference to 
`gnutls_protocol_set_priority'
collect2: error: ld returned 1 exit status
Makefile:643: polecenia dla obiektu 'mutt' nie powiodły się
make[2]: *** [mutt] Błąd 1
make[2]: Opuszczenie katalogu 
'/tmp/yaourt-tmp-slawek/aur-mutt-patched/src/mutt-1.5.23'
Makefile:859: polecenia dla obiektu 'all-recursive' nie powiodły się
make[1]: *** [all-recursive] Błąd 1
make[1]: Opuszczenie katalogu 
'/tmp/yaourt-tmp-slawek/aur-mutt-patched/src/mutt-1.5.23'
Makefile:538: polecenia dla obiektu 'all' nie powiodły się
make: *** [all] Błąd 2

For now I change pkgbuild file and replaced --with-gnutls with
--with-ssl - it works but I have to dig deeper to find out why it is
not building properly with default flags.

Thx once again for Your help :)

--
Best regards / Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl

On Sun, Apr 19, 2015 at 11:32:29PM +0200, Michał Zegan wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Because it is from aur, it is compiled from source. this error is a
 linking error. there is no bug probably and you just have to
 recompile/reinstall it from aur if you want it to be reinstalled, or
 as you did, change to official.
 
 W dniu 2015-04-19 o 23:26, Sławek Kapłoński pisze:
  Hello,
  
  After Your reply I checked once again what mutt I have installed
  and I got: mutt-patched 1.5.23-4 which was probably installed from
  AUR. I removed it, upgrade system and installed mutt from arch
  repositories (mutt-1.5.23-2-x86_64). This version is working fine.
  So it is only problem with mutt-patched package. Can You tell me
  then where I should report sucj problem?
  
  -- Best regards / Pozdrawiam Sławek Kapłoński sla...@kaplonski.pl
  
  On Sun, Apr 19, 2015 at 11:18:52PM +0200, Armin K. wrote:
  On 19.04.2015 23:12, Sławek Kapłoński wrote:
  Hello,
  
  After today upgrade of system I got some problems with mutt
  client. When I want to start it I got errors like:
  
  mutt: error while loading shared libraries: libgnutls.so.28:
  cannot open shared object file: No such file or directory
  
  So I checked what was upgraded and with what it could be
  related. After downgrading packages: nettle and gnutls mutt
  starts working properly. But after that I want to run spotify
  and it fails with error:
  
  /usr/share/spotify/spotify-client/spotify: error while loading
  shared libraries: libgnutls.so.30: cannot open shared object
  file: No such file or directory
  
  So it looks that for spotify I should have this newest gnutls
  installed. Is it common bug or only I have something broken
  in my packages? And second question, can I have installed two
  versions of package somehow?
  
  
  File a bug report against mutt package in the arch bug tracker.
  It wasn't rebuilt for gnutls-3.4.0.
  
  -- Note: My last name is not Krejzi.
  
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
 iQIcBAEBAgAGBQJVNB7rAAoJEHb1CzgxXKwYWiMP/0+I7mWXzwFD2Kxi4xCmiWe1
 XbTzm4UpVc/qYeC7bOcGso7TP3ht1NHgpcFKXcIfQ31eQj2aGilp3vZVeh7D3gDG
 xrNvn7jiYmUoUBHiPIHfiKhD2/xklxGai0ctjHc1nVJr4kUbAV6pZc8/ohl7KYfw
 fA5MAagvFg9bk68kfX5ho4OhoL7pqdNKALbOjwUgAYwh1Owe/qR7WnTMfO0Kkwq+
 UhaVD+4jpPaF8gGYMxx6Gy7QPfv8RSp6utj4yeaXVNJLXG56/LbaEKkxHSH1C9hu
 kSrYjOJRvf3ul3G+54o75SwEv3/6LKBqdrEIX8/1FqxhpwqFlqUMLRZfZ1V23EIy
 XEhmJVdGDFOyXC5QZmNOZB2KM26POWTOKBzCwv1KOUkz1sRDb/KfBSHj6H6no1PA
 vO+R75Uso3GCwn9OAW81SecsQCZPPtz2c7Rl9HHZ/JaXlYm7rfIZg4DOo//jVEjE
 Ml5jpM2NjVsCCBRy5duLOkIsS1xGQvB6cX6Ne1DUnmJavEiCXq/UFPo9siB9xFMe
 SKbpLEu1SHU11QDEBXC6vwLMjN3pN/mjEZRnSCEdsD6o9bZYjp4zw0k1zUaELAXD
 09WOkdxg/noYwZNJvu6iOe/+ALbsf26O9NHvA+Zstq3T5aaRW8jusFJ4lUXA6LGn
 7NxdwDvMJ48zZCRBISFb
 =Xf4/
 -END PGP SIGNATURE-


[arch-general] libgnutls problem

2015-04-19 Thread Sławek Kapłoński
Hello,

After today upgrade of system I got some problems with mutt client. When
I want to start it I got errors like:

mutt: error while loading shared libraries: libgnutls.so.28: cannot open shared 
object file: No such file or directory

So I checked what was upgraded and with what it could be related. After 
downgrading packages:
nettle and gnutls
mutt starts working properly. But after that I want to run spotify and it fails 
with error:

/usr/share/spotify/spotify-client/spotify: error while loading shared 
libraries: libgnutls.so.30: cannot open shared object file: No such file or 
directory

So it looks that for spotify I should have this newest gnutls installed.
Is it common bug or only I have something broken in my packages?
And second question, can I have installed two versions of package somehow?

-- 
Best regards / Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl


Re: [arch-general] Dell latitude and keyboard problem

2014-09-12 Thread Sławek Kapłoński
Hello,

Ok, thanks for info and help. If I will have other issue I will downgrade it 
to A05 but now it looks ok on A08 :) I'm really happy that I don't need 
windows and can normally work on Arch linux :)

---
Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl

Dnia piątek, 12 września 2014 11:36:54 Hyacinthe Cartiaux pisze:
 Hi,
 
 Le mardi 09 septembre 2014, 23:02:18 Sławek Kapłoński a écrit :
  Yes, few minutes ago I was downgrade bios to A08 (previous version from
  dell.com for this model) and I will see what will happend.
 
 Thanks for your feedback.
 
  I reported it to dell support now and I got new keyboard from dell but
  replacement didn't help me :/
 
 I've also reported the problem to Dell and the technician proposed me to
 downgrade to A05, the version certified by Canonical[0].
 I hope it will solve my touchpad[1] and keyboard issues...
 
 Btw, I've updated the wiki page for the e7440[2]
 
 [0] http://www.ubuntu.com/certification/hardware/201304-13408/
 [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258837
 [2] https://wiki.archlinux.org/index.php/Dell_Latitude_E7440
 
 --
 Hyacinthe
 PGP KeyID 0x550DF40B


Re: [arch-general] Dell latitude and keyboard problem

2014-09-11 Thread Sławek Kapłoński
Hello,

Thanks for info. Yesterday I downgrade bios to A08 and since then I have no 
any issue with keyboard so far. I hope that it really helps.
I checked also changelog of A10 bios version and there is point:
Keyboard input improvement - so this is probably great future 

---
Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl

Dnia wtorek, 9 września 2014 16:09:21 piszesz:
 Hello,
 
 Le mercredi 03 septembre 2014, 12:50:42 Sławek Kapłoński a écrit :
  Bios
  is up to date now and I didn't found any option which could be related
  to that in BIOS.
 
 Actually, I've noticed this problem on my dell e7440 after updating the bios
 to A10. Unfortunately, I've not written the previous version I was using
 before (probably A08).
 
 --
 Hyacinthe
 PGP KeyID 0x550DF40B


Re: [arch-general] Dell latitude and keyboard problem

2014-09-09 Thread Sławek Kapłoński

Hello,

Thanks for Your answear. As I wrote, I start more using Windows last few 
days and in Windows 7 I installed virtualbox with Lubuntu 14.04. Today 
when I work on this Lubuntu in VM that issue happend again. In Windows 
it not happens any time. I have really no idea what could be a reason.
It is also probably not problem with config because some time ago I was 
checking it on Ubuntu Live and that was also happend :/


Best regards
Slawek Kaplonski
sla...@kaplonski.pl

W dniu 2014-09-09 o 09:00, Simon Hanna pisze:

On Sun, Sep 7, 2014 at 12:19 PM, Sławek Kapłoński sla...@kaplonski.pl
wrote:


So I'm almost sure that problem is somewhere in linux keyboard driver and
how it works with keyboard in this laptop model but I have no idea how to
fix this problem or how to get any details about it :/


It's not the cleanest approach, but if you cant find any other solution:
Back everything up and restore the config files to default states.

A quick google for your notebook showed that it IS working using archlinux
[1]
[1] references a french site with some configurations for your notebook.
You might wanna check this out too. [2]

In fact your notebook is even certified for ubuntu [3]

So it really looks like some config files are messed up...
(Or since it's arch, newer packages break things. You might wanna try
ubuntu from a usb drive just to be sure...)

[1] https://wiki.archlinux.org/index.php/Dell_Latitude_E7440
[2]
http://williamhollacsek.com/blog/2013/09/12/dell-latitude-e7440-optimisation
[3] http://www.ubuntu.com/certification/hardware/201304-13408/


Re: [arch-general] Dell latitude and keyboard problem

2014-09-09 Thread Sławek Kapłoński

Hello,

Yes, few minutes ago I was downgrade bios to A08 (previous version from 
dell.com for this model) and I will see what will happend.
I reported it to dell support now and I got new keyboard from dell but 
replacement didn't help me :/


Best regards
Slawek Kaplonski
sla...@kaplonski.pl

W dniu 2014-09-09 o 22:54, Temlin Olivér pisze:

Actually, I've noticed this problem on my dell e7440 after updating the

bios

to A10. Unfortunately, I've not written the previous version I was using
before (probably A08).
Thanks for Your answear. As I wrote, I start more using Windows last few

days and in Windows 7 I installed virtualbox with Lubuntu 14.04. Today when
I work on this Lubuntu in VM that issue happend again. In Windows it not
happens any time. I have really no idea what could be a reason.

It is also probably not problem with config because some time ago I was

checking it on Ubuntu Live and that was also happend :/

Hello!

Now this could be an evil and unsupported way, but try downgrading the bios
to A09 or even A08 and test that.
Also, now that this happens in a VM the issue could be raised to Dell
support, as it should be a supported system.

--
Oliver Temlin


Re: [arch-general] Dell latitude and keyboard problem

2014-09-07 Thread Sławek Kapłoński

Hello,

Today I start to use more Windows 7 OS and I have no such problems but what 
is strange for me when I launched Lubuntu in virtualbox after few minutes of 
using it there is again same issue. So I'm almost sure that problem is 
somewhere in linux keyboard driver and how it works with keyboard in this 
laptop model but I have no idea how to fix this problem or how to get any 
details about it :/


Best regards
Slawek Kaplonski
sla...@kaplonski.pl

-Oryginalna wiadomość- 
From: Sławek Kapłoński

Sent: Saturday, September 06, 2014 10:54 PM
To: General Discussion about Arch Linux
Subject: Re: [arch-general] Dell latitude and keyboard problem


Re: [arch-general] Dell latitude and keyboard problem

2014-09-06 Thread Sławek Kapłoński
Hello,

Yesterday I received new keyboard from dell and I replace it but that not 
helps me - In Linux I still have same issue sometimes.
I have no idea what settings could be responsible for that or what should I 
change. My xserver keyboard settings are:

setxkbmap -print -verbose 10
Setting verbose level to 10
locale is C
Trying to load rules file ./rules/evdev...
Trying to load rules file /usr/share/X11/xkb/rules/evdev...
Success.
Applied rules from evdev:
rules:  evdev
model:  latitude
layout: pl
Trying to build keymap using the following components:
keycodes:   evdev+aliases(qwerty)
types:  complete
compat: complete
symbols:pc+pl+inet(evdev)
geometry:   dell(latitude)
xkb_keymap {
xkb_keycodes  { include evdev+aliases(qwerty) };
xkb_types { include complete  };
xkb_compat{ include complete  };
xkb_symbols   { include pc+pl+inet(evdev) };
xkb_geometry  { include dell(latitude)};
};

Only workaround which I know is to disable repeating keypress but that is 
definitly not god for me :/
Maybe You have some idea what should I change or what can be wrong here?

--
Pozdrawiam,
Sławek Kapłoński
sla...@kaplonski.pl

--
Klucz GPG można pobrać ze strony:
http://kaplonski.pl/files/slawek_kaplonski.pub.key
--
My public GPG key can be downloaded from:
http://kaplonski.pl/files/slawek_kaplonski.pub.key

Dnia czwartek, 4 września 2014 09:02:58 Guus Snijders pisze:
 Op 3 sep. 2014 23:45 schreef Sławek Kapłoński sla...@kaplonski.pl:
  Hello,
  
  Today I made one more test and work for a while in tty2 (not in xsession)
 
 with
 
  vim and there was no any issue with repeating. In similar time in xsession
  problem happend at least few times :/
 
 Ok, so there is some hint that it is a problem with the keyboard settings.
 I have no experience there, but it shouldn't be that hard to find those.
 Note that DE's may override X settings, so try those first (things like kbd
 repeat, speed, etc).
 
 Mvg, Guus

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


Re: [arch-general] Dell latitude and keyboard problem

2014-09-03 Thread Sławek Kapłoński

Hello,

I also noticed that problem just after I'm start using Linux. Laptop is 
new, I bought it about 1 month ago. So there is problem with clean or 
reseat it byself and in the other hand when I will call to dell support 
with that they probably won't do anything because on Windows (with which 
laptop was sold) it works fine :/


Slawek

W dniu 2014-09-03 10:01, Boy van Duuren napisał(a):

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Tue, Sep 2, 2014 at 9:25 PM, Sławek Kapłoński  wrote:

I have Arch linux installed on Dell latitude e7440 laptop. 
Generally almost

everything works fine but I have one annoying problem. When I type
something on
keyboard, sometimes (randomly) random key is blocked like it was
pressed all
time (for example when I wrot something).


I have the same laptop, and kind of the same issue. My key doesn't get
'stuck', it just inputs the same character multiple times on one
keypress.
Same as you, this issue started the minute I changed from the default
Windows installation to Arch Linux. I don't have this issue when using
an external keyboard.

- - Boy van Duuren
-BEGIN PGP SIGNATURE-
Version: OpenPGP.js v0.6.1-dev
Comment: http://openpgpjs.org

wsBcBAEBCAAQBQJUBsqLCRAMvLIcHpdoiQAAuewIAJjl3yNTEKY5tACAmf/1
4Qcq0XnhKVYLWCF4FNLJ3Ev3kbW73g458tEHc2KXPOwVnkeYwVQnV6Jn+mIT
x3lrCcmCOtisIR15pyFl7aWcIF5Q63ZzZXuOIQCzmtgPV4QkNXUNvuklmHim
gSEi686mH7qVNWLeh5hCMuOQ+59Dkgez2nCy6McW9SH0eUJyf2tVPA9QRhqt
vqahwYb1MpS9XcIvdQE/s7JQz+fUaQ8vN06WNKzj78R51CdlinMk9/R9XHdZ
hNR2aKnls2N32eIgUTw227dZyUy2G0Myj9yZKgDHqm/GzwfCWqeRXNijnvq2
rgpi9h7wLl61RunvuaHkRkM=
=XJom
-END PGP SIGNATURE-


--
Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl


Re: [arch-general] Dell latitude and keyboard problem

2014-09-03 Thread Sławek Kapłoński

Hello,

It happens on both: xsession and in console (login into some tty). Bios 
is up to date now and I didn't found any option which could be related 
to that in BIOS.


W dniu 2014-09-03 12:17, Guus Snijders napisał(a):

Op 2 sep. 2014 21:26 schreef Sławek Kapłoński sla...@kaplonski.pl:


Hello,

I have Arch linux installed on Dell latitude e7440 laptop. Generally

almost

everything works fine but I have one annoying problem. When I type

something on

keyboard, sometimes (randomly) random key is blocked like it was

pressed all
time (for example when I wrot something). This stops when 
I

press

any other (or even the same) key once again. [...]


Just a wild guess, search the bios for a keyboard repeat setting.  I 
doubt

that it's a hardware issue, because it stops when you hit any key.

Something you didn't mention;  does this happen on the console, in an X
session and/or both?

Mvg, Guus


--
Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl


Re: [arch-general] Dell latitude and keyboard problem

2014-09-03 Thread Sławek Kapłoński
Hello,

Today I made one more test and work for a while in tty2 (not in xsession) with 
vim and there was no any issue with repeating. In similar time in xsession 
problem happend at least few times :/

--
Pozdrawiam,
Sławek Kapłoński
sla...@kaplonski.pl

--
Klucz GPG można pobrać ze strony:
http://kaplonski.pl/files/slawek_kaplonski.pub.key
--
My public GPG key can be downloaded from:
http://kaplonski.pl/files/slawek_kaplonski.pub.key

Dnia środa, 3 września 2014 12:17:03 Guus Snijders pisze:
 Op 2 sep. 2014 21:26 schreef Sławek Kapłoński sla...@kaplonski.pl:
  Hello,
  
  I have Arch linux installed on Dell latitude e7440 laptop. Generally
 
 almost
 
  everything works fine but I have one annoying problem. When I type
 
 something on
 
  keyboard, sometimes (randomly) random key is blocked like it was
 
 pressed all
 
  time (for example when I wrot something). This stops when I
 
 press
 
  any other (or even the same) key once again. [...]
 
 Just a wild guess, search the bios for a keyboard repeat setting.  I doubt
 that it's a hardware issue, because it stops when you hit any key.
 
 Something you didn't mention;  does this happen on the console, in an X
 session and/or both?
 
 Mvg, Guus

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


[arch-general] Dell latitude and keyboard problem

2014-09-02 Thread Sławek Kapłoński
Hello,

I have Arch linux installed on Dell latitude e7440 laptop. Generally almost 
everything works fine but I have one annoying problem. When I type something on 
keyboard, sometimes (randomly) random key is blocked like it was pressed all 
time (for example when I wrot something). This stops when I press 
any other (or even the same) key once again. I test it on Windows 7 (not for 
long time but in similar time on linux this problem appear) and there was no 
problem on Win. 
I have no idea what could be a reason of that problem and how to debug or 
diagnose it. Maybe someone of You had same problem on will have some idea how 
to start searching reason of that :) I will be graceful for any help :)

--
Pozdrawiam,
Sławek Kapłoński
sla...@kaplonski.pl

--
Klucz GPG można pobrać ze strony:
http://kaplonski.pl/files/slawek_kaplonski.pub.key
--
My public GPG key can be downloaded from:
http://kaplonski.pl/files/slawek_kaplonski.pub.key

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


[arch-general] Upgrade of KDE

2014-08-20 Thread Sławek Kapłoński

Hello,

Today I update my system with pacman and there was kde upgrade to 4.14.0 
version. Now I have problem that kontact don't want to start. When I 
check akonadi in akonadiconsole I saw that there is errors as below (I 
paste only errors results). Do You know is it related to Arch's kde 
packages and I should wait to new upgrade or maybe this is bug in kde 
and I should report it directly on kde?


Thanks in advance
Slawek Kaplonski

Akonadi Server Self-Test Report
===

Test 5:  ERROR


MySQL server log contains errors.
Details: The MySQL server error log file apos;a 
href='skins/larry/home/slawek/.local/share/akonadi/db_data/mysql.err'/home/slawek/.local/share/akonadi/db_data/mysql.err/aapos; contains errors.


File content of '/home/slawek/.local/share/akonadi/db_data/mysql.err':
2014-08-20 20:21:29 7f65ab14c780 InnoDB: Warning: Using 
innodb_additional_mem_pool_size is DEPRECATED. This option may be 
removed in future releases, together with the option 
innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
140820 20:21:29 [Note] InnoDB: Using mutexes to ref count buffer pool 
pages

140820 20:21:29 [Note] InnoDB: The InnoDB memory heap is disabled
140820 20:21:29 [Note] InnoDB: Mutexes and rw_locks use GCC atomic 
builtins

140820 20:21:29 [Note] InnoDB: Compressed tables use zlib 1.2.8
140820 20:21:29 [Note] InnoDB: Using Linux native AIO
140820 20:21:29 [Note] InnoDB: Using CPU crc32 instructions
140820 20:21:29 [Note] InnoDB: Initializing buffer pool, size = 80.0M
140820 20:21:29 [Note] InnoDB: Completed initialization of buffer pool
140820 20:21:29 [Note] InnoDB: Highest supported file format is 
Barracuda.

140820 20:21:29 [Note] InnoDB: 128 rollback segment(s) are active.
140820 20:21:29 [Note] InnoDB: Waiting for purge to start
140820 20:21:29 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 
5.6.19-67.0 started; log sequence number 344986041

140820 20:21:29 [Note] Plugin 'FEEDBACK' is disabled.
140820 20:21:29 [ERROR] Can't open and lock privilege tables: Table 
'mysql.servers' doesn't exist
140820 20:21:29 [Warning] Can't open and lock time zone table: Table 
'mysql.time_zone_leap_second' doesn't exist trying to live without them
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'cond_instances' has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'events_waits_current' has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'events_waits_history' has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'events_waits_history_long' has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'events_waits_summary_by_host_by_event_name' has 
the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'events_waits_summary_by_instance' has the wrong 
structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'events_waits_summary_by_thread_by_event_name' has 
the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'events_waits_summary_by_user_by_event_name' has 
the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'events_waits_summary_by_account_by_event_name' has 
the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'events_waits_summary_global_by_event_name' has the 
wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'file_instances' has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'file_summary_by_event_name' has the wrong 
structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'file_summary_by_instance' has the wrong structure
140820 20:21:29 [ERROR] Native table 'performance_schema'.'host_cache' 
has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'mutex_instances' has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'objects_summary_global_by_type' has the wrong 
structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'performance_timers' has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'rwlock_instances' has the wrong structure
140820 20:21:29 [ERROR] Native table 'performance_schema'.'setup_actors' 
has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'setup_consumers' has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'setup_instruments' has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'setup_objects' has the wrong structure
140820 20:21:29 [ERROR] Native table 'performance_schema'.'setup_timers' 
has the wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'table_io_waits_summary_by_index_usage' has the 
wrong structure
140820 20:21:29 [ERROR] Native table 
'performance_schema'.'table_io_waits_summary_by_table' 

Re: [arch-general] Upgrade of KDE

2014-08-20 Thread Sławek Kapłoński
Witam,

Thanks. After installation of akonadi 1.13 from testing repo it is ok now. 
Thanks a lot for Your help :)

--
Pozdrawiam,
Sławek Kapłoński
sla...@kaplonski.pl

--
Klucz GPG można pobrać ze strony:
http://kaplonski.pl/files/slawek_kaplonski.pub.key
--
My public GPG key can be downloaded from:
http://kaplonski.pl/files/slawek_kaplonski.pub.key

Dnia środa, 20 sierpnia 2014 22:18:44 Armin K. pisze:
 On 08/20/2014 10:16 PM, Sławek Kapłoński wrote:
  Hello,
  
  Today I update my system with pacman and there was kde upgrade to 4.14.0
  version. Now I have problem that kontact don't want to start. When I
  check akonadi in akonadiconsole I saw that there is errors as below (I
  paste only errors results). Do You know is it related to Arch's kde
  packages and I should wait to new upgrade or maybe this is bug in kde
  and I should report it directly on kde?
  
  Thanks in advance
  Slawek Kaplonski
  
  Akonadi Server Self-Test Report
  ===
  
  Test 5:  ERROR
  
  
  MySQL server log contains errors.
  Details: The MySQL server error log file apos;a
  href='skins/larry/home/slawek/.local/share/akonadi/db_data/mysql.err'/hom
  e/slawek/.local/share/akonadi/db_data/mysql.err/aapos; contains errors.
  
  File content of '/home/slawek/.local/share/akonadi/db_data/mysql.err':
  2014-08-20 20:21:29 7f65ab14c780 InnoDB: Warning: Using
  innodb_additional_mem_pool_size is DEPRECATED. This option may be
  removed in future releases, together with the option
  innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
  140820 20:21:29 [Note] InnoDB: Using mutexes to ref count buffer pool
  pages
  140820 20:21:29 [Note] InnoDB: The InnoDB memory heap is disabled
  140820 20:21:29 [Note] InnoDB: Mutexes and rw_locks use GCC atomic
  builtins
  140820 20:21:29 [Note] InnoDB: Compressed tables use zlib 1.2.8
  140820 20:21:29 [Note] InnoDB: Using Linux native AIO
  140820 20:21:29 [Note] InnoDB: Using CPU crc32 instructions
  140820 20:21:29 [Note] InnoDB: Initializing buffer pool, size = 80.0M
  140820 20:21:29 [Note] InnoDB: Completed initialization of buffer pool
  140820 20:21:29 [Note] InnoDB: Highest supported file format is Barracuda.
  140820 20:21:29 [Note] InnoDB: 128 rollback segment(s) are active.
  140820 20:21:29 [Note] InnoDB: Waiting for purge to start
  140820 20:21:29 [Note] InnoDB:  Percona XtraDB (http://www.percona.com)
  5.6.19-67.0 started; log sequence number 344986041
  140820 20:21:29 [Note] Plugin 'FEEDBACK' is disabled.
  140820 20:21:29 [ERROR] Can't open and lock privilege tables: Table
  'mysql.servers' doesn't exist
  140820 20:21:29 [Warning] Can't open and lock time zone table: Table
  'mysql.time_zone_leap_second' doesn't exist trying to live without them
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'cond_instances' has the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'events_waits_current' has the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'events_waits_history' has the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'events_waits_history_long' has the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'events_waits_summary_by_host_by_event_name' has
  the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'events_waits_summary_by_instance' has the wrong
  structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'events_waits_summary_by_thread_by_event_name' has
  the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'events_waits_summary_by_user_by_event_name' has
  the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'events_waits_summary_by_account_by_event_name' has
  the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'events_waits_summary_global_by_event_name' has the
  wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'file_instances' has the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'file_summary_by_event_name' has the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'file_summary_by_instance' has the wrong structure
  140820 20:21:29 [ERROR] Native table 'performance_schema'.'host_cache'
  has the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'mutex_instances' has the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'objects_summary_global_by_type' has the wrong
  structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'performance_timers' has the wrong structure
  140820 20:21:29 [ERROR] Native table
  'performance_schema'.'rwlock_instances' has the wrong structure
  140820 20:21:29 [ERROR] Native table 'performance_schema'.'setup_actors'
  has the wrong structure
  140820 20:21:29 [ERROR