[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-10 Thread Timi
https://bugs.kde.org/show_bug.cgi?id=454948

Timi  changed:

   What|Removed |Added

 CC||eagle.bugs.kde.org@airpost.
   ||net

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-10 Thread Emile de Weerd
https://bugs.kde.org/show_bug.cgi?id=454948

Emile de Weerd  changed:

   What|Removed |Added

 CC||em...@deweerd.fr

--- Comment #11 from Emile de Weerd  ---
(In reply to harbind00 from comment #10)
> (In reply to harbind00 from comment #6)
> > Running 
> > ```
> > touch /home/$HOME/.local/share/akonadi/db_data/ib_logfile0
> > ```
> > fixed this for me.
> 
> Oops, this should of course be `touch
> $HOME/.local/share/akonadi/db_data/ib_logfile0`

Hi, I confirm the above fixed it for me too.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kaddressbook] [Bug 455125] Merging two or more contacts in Akonadi Directory resource still keeps two VCARD files

2022-06-10 Thread Juha Tuomala
https://bugs.kde.org/show_bug.cgi?id=455125

Juha Tuomala  changed:

   What|Removed |Added

Product|kdepim  |kaddressbook
 CC||to...@kde.org
  Component|general |general

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 455125] New: Merging two or more contacts in Akonadi Directory resource still keeps two VCARD files

2022-06-10 Thread Juha Tuomala
https://bugs.kde.org/show_bug.cgi?id=455125

Bug ID: 455125
   Summary: Merging two or more contacts in Akonadi Directory
resource still keeps two VCARD files
   Product: kdepim
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: t...@iki.fi
  Target Milestone: ---

SUMMARY
Contacts Directory resource keeps each contact in one VCARD file. Merging two
contacts should leave only one VCARD file left. However the files remain and it
causes duplicates to re-appear later when Akonadi re-reads the actual files.

STEPS TO REPRODUCE
1. Make duplicate contacts in kaddressbook that uses Akonadi Directory resource
2. Merge them in kaddressbook
3. See the directory (like grep )

OBSERVED RESULT
Previous files exist.

EXPECTED RESULT
They should have been merged into one

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 


kaddressbook-21.12.2-1.fc35.x86_64
kf5-akonadi-contacts-21.12.2-1.fc35.x86_64

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454948

--- Comment #10 from harbin...@gmail.com ---
(In reply to harbind00 from comment #6)
> Running 
> ```
> touch /home/$HOME/.local/share/akonadi/db_data/ib_logfile0
> ```
> fixed this for me.

Oops, this should of course be `touch
$HOME/.local/share/akonadi/db_data/ib_logfile0`

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-10 Thread Schlaefer
https://bugs.kde.org/show_bug.cgi?id=454948

Schlaefer  changed:

   What|Removed |Added

 CC||openmail+...@siezi.com

--- Comment #9 from Schlaefer  ---
Created attachment 149595
  --> https://bugs.kde.org/attachment.cgi?id=149595=edit
Akonadi fresh install error mariadb

I'm seeing the same issue after installing mariadb 10.8.3 on Arch.

What worked here: 
- delete "~.local/share/akonadi/db_data" (make a backup first)
- run "akonadictl start"

That creates a new, working DB.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-10 Thread Oleksandr Natalenko
https://bugs.kde.org/show_bug.cgi?id=454948

--- Comment #8 from Oleksandr Natalenko  ---
(In reply to Rober from comment #7)
> 2022-06-10 12:39:55 0 [ERROR] InnoDB: ib_logfile0 is empty, and LSN is
> unknown.
> 2022-06-10 12:39:55 0 [ERROR] InnoDB: Plugin initialization aborted with
> error Data structure corruption

You may want to try starting mariadb with `innodb_force_recovery=X` specified
in `~/.local/share/akonadi/mysql.conf`, where X would be a number from 1 to 6.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 422095] Bad printout quality of kmail

2022-06-10 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=422095

--- Comment #5 from Kevin Kofler  ---
Printing to a real printer still sends a bitmap to the printer. As I wrote:

> For output to a physical printer, the only way to avoid the rasterization is 
> to use the FilePrinter class from Okular though. Falkon used to do that (I 
> had submitted that code back when the QtWebEngine did not have the print 
> method at all, only printToPdf), but switched to using the print method for 
> physical printers.

What QtWebEngine cannot do is print directly to a QPrinter. The Chromium code
can only output PDFs. Then you have to get that PDF to the printer somehow. How
QtWebEngine does it is that it renders the PDF to a pixmap using the PDFium
library that happens to be bundled with Chromium and then sends that pixmap to
the printer. How Okular prints PDFs (and how Falkon used to do it at the
beginning) is that it runs the lpr CLI command to send the PDF to the printer.
The main difficulty with that is that you have to translate settings such as
margins or page orientation or they will just get ignored, and that it also
only works with printers that lpr knows about (e.g., you cannot print to PDF
with that approach).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-10 Thread Rober
https://bugs.kde.org/show_bug.cgi?id=454948

--- Comment #7 from Rober  ---
(In reply to harbind00 from comment #6)
> Running 
> ```
> touch /home/$HOME/.local/share/akonadi/db_data/ib_logfile0
> ```
> fixed this for me.

It doesn't work for me. mysql.err: 

2022-06-10 12:39:55 0 [Warning] option 'innodb-log-buffer-size': unsigned value
1048576 adjusted to 2097152
2022-06-10 12:39:55 0 [Note] InnoDB: Compressed tables use zlib 1.2.12
2022-06-10 12:39:55 0 [Note] InnoDB: Number of transaction pools: 1
2022-06-10 12:39:55 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2022-06-10 12:39:55 0 [Note] InnoDB: Using Linux native AIO
2022-06-10 12:39:55 0 [Note] InnoDB: Initializing buffer pool, total size =
128.000MiB, chunk size = 2.000MiB
2022-06-10 12:39:55 0 [Note] InnoDB: Completed initialization of buffer pool
2022-06-10 12:39:55 0 [Note] InnoDB: File system buffers for log disabled
(block size=512 bytes)
2022-06-10 12:39:55 0 [ERROR] InnoDB: ib_logfile0 is empty, and LSN is unknown.
2022-06-10 12:39:55 0 [ERROR] InnoDB: Plugin initialization aborted with error
Data structure corruption
2022-06-10 12:39:55 0 [Note] InnoDB: Starting shutdown...
2022-06-10 12:39:55 0 [ERROR] Plugin 'InnoDB' init function returned error.
2022-06-10 12:39:55 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE
failed.
2022-06-10 12:39:55 0 [ERROR] Unknown/unsupported storage engine: innodb
2022-06-10 12:39:55 0 [ERROR] Aborting

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454948

harbin...@gmail.com changed:

   What|Removed |Added

 CC||harbin...@gmail.com

--- Comment #6 from harbin...@gmail.com ---
Running 
```
touch /home/$HOME/.local/share/akonadi/db_data/ib_logfile0
```
fixed this for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-10 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=454948

Antonio Rojas  changed:

   What|Removed |Added

 CC||rplanchu...@gmail.com

--- Comment #5 from Antonio Rojas  ---
*** Bug 455111 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 455111] Akonadi sever don't start (Mariadb error)

2022-06-10 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=455111

Antonio Rojas  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Antonio Rojas  ---


*** This bug has been marked as a duplicate of bug 454948 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 455113] New: Oauth2 is missing yahoo redirect to Google instead

2022-06-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455113

Bug ID: 455113
   Summary: Oauth2 is missing yahoo redirect to Google instead
   Product: kmail2
   Version: 5.20.0
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: misc
  Assignee: kdepim-bugs@kde.org
  Reporter: micet2004-git...@yahoo.de
  Target Milestone: ---

SUMMARY
***
For login on Yahoo there is a need for Oauth2. If I register a new Mail instead
of Oauth2 Google is set as authenticator. But I do not have a Google account.
***


STEPS TO REPRODUCE
1. Add a Yahoo Mail address

OBSERVED RESULT
Redirected to Google

EXPECTED RESULT
Open Oauth2 Webpage on Yahoo

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4
Kernel Version: 5.15.41-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 12 × Intel® Xeon® CPU E5-1650 v3 @ 3.50GHz
Memory: 31.3 GiB of RAM

ADDITIONAL INFORMATION
Thunderbird work without Problems -> oauth://login.yahoo.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 455111] Akonadi sever don't start (Mariadb error)

2022-06-10 Thread Rober
https://bugs.kde.org/show_bug.cgi?id=455111

Rober  changed:

   What|Removed |Added

 CC||rplanchu...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 455111] New: Akonadi sever don't start (Mariadb error)

2022-06-10 Thread Rober
https://bugs.kde.org/show_bug.cgi?id=455111

Bug ID: 455111
   Summary: Akonadi sever don't start (Mariadb error)
   Product: Akonadi
   Version: 5.20.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: server
  Assignee: kdepim-bugs@kde.org
  Reporter: rplanchu...@gmail.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

I can't start kmail or kalendar: "the Akonadi personal information management
service is not operational"
Akonadi server doesn't start 
I tried reinstall akonadi but it didn't work

STEPS TO REPRODUCE
1a.  akonadictl start

1b.  rm ~/.local/share/akonadi
2b. akonadictl start 

OBSERVED RESULT
a) 
org.kde.pim.akonadictl: Starting Akonadi Server...
org.kde.pim.akonadictl:done.
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadiserver: Starting up the Akonadi Server...

org.kde.pim.akonadiserver: database server stopped unexpectedly 
org.kde.pim.akonadiserver: Database process exited unexpectedly during initial
connection!
org.kde.pim.akonadiserver: executable: "/usr/bin/mysqld"
org.kde.pim.akonadiserver: arguments:
("--defaults-file=/home/rober/.local/share/akonadi/mysql.conf",
"--datadir=/home/rober/.local/share/akonadi/db_data/",
"--socket=/run/user/1000/akonadi/mysql.socket",
"--pid-file=/run/user/1000/akonadi/mysql.pid")
org.kde.pim.akonadiserver: stdout: ""
org.kde.pim.akonadiserver: stderr: "2022-06-10 10:43:45 0 [Note]
/usr/bin/mysqld (server 10.8.3-MariaDB) starting as process 5886 ...\n"
org.kde.pim.akonadiserver: exit code: 1
org.kde.pim.akonadiserver: process error: "Unknown error"
org.kde.pim.akonadiserver: Shutting down AkonadiServer...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited
normally...
b)
To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system


Two all-privilege accounts were created.
One is root@localhost, it has no password, but you need to
be system 'root' user to connect. Use, for example, sudo mysql
The second is rober@localhost, it has no password either, but
you need to be the system 'rober' user to connect.
After connecting you can set the password, if you would need to be
able to connect as any of these users with a password and without sudo

See the MariaDB Knowledgebase at https://mariadb.com/kb

You can start the MariaDB daemon with:
cd '/usr' ; /usr/bin/mysqld_safe
--datadir='/home/rober/.local/share/akonadi/db_data/'

You can test the MariaDB daemon with mysql-test-run.pl
cd '/usr/mysql-test' ; perl mysql-test-run.pl

Please report any problems at https://mariadb.org/jira

The latest information about MariaDB is available at https://mariadb.org/.

Consider joining MariaDB's strong and vibrant community:
https://mariadb.org/get-involved/

org.kde.pim.akonadiserver: database server stopped unexpectedly
org.kde.pim.akonadiserver: Database process exited unexpectedly during initial
connection!
org.kde.pim.akonadiserver: executable: "/usr/bin/mysqld"
org.kde.pim.akonadiserver: arguments:
("--defaults-file=/home/rober/.local/share/akonadi/mysql.conf",
"--datadir=/home/rober/.local/share/akonadi/db_data/",
"--socket=/run/user/1000/akonadi/mysql.socket",
"--pid-file=/run/user/1000/akonadi/mysql.pid")
org.kde.pim.akonadiserver: stdout: ""
org.kde.pim.akonadiserver: stderr: "2022-06-10 10:34:28 0 [Note]
/usr/bin/mysqld (server 10.8.3-MariaDB) starting as process 4981 ...\n"
org.kde.pim.akonadiserver: exit code: 1
org.kde.pim.akonadiserver: process error: "Unknown error"
org.kde.pim.akonadiserver: Shutting down AkonadiServer...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited
normally...

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4
Kernel Version: 5.18.2-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i7-7500U CPU @ 2.70GHz
Memory: 19,5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 620

ADDITIONAL INFORMATION
Mariadb version 
mariadb  Ver 15.1 Distrib 10.8.3-MariaDB, for Linux (x86_64) using readline 5.1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 422095] Bad printout quality of kmail

2022-06-10 Thread Attila
https://bugs.kde.org/show_bug.cgi?id=422095

Attila  changed:

   What|Removed |Added

 CC||bugs.kde.att...@online.de

--- Comment #4 from Attila  ---
Hi,

printing to PDF file is OK. The PDF file has real "text" and fonts are
embedded. This has been fixed.

Printing to a real printer produces blurred text. The quality is very poor and
the text is not easy to read. Can someone please take a look at this. KMail
Version 5.19.2 (21.12.2).

Operating System: Fedora Linux 35
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.17.11-200.fc35.x86_64 (64-bit)
Graphics Platform: X11

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-10 Thread Oleksandr Natalenko
https://bugs.kde.org/show_bug.cgi?id=454948

Oleksandr Natalenko  changed:

   What|Removed |Added

 CC||oleksa...@natalenko.name

--- Comment #4 from Oleksandr Natalenko  ---
All, if you expect some help on this, post your
`~/.local/share/akonadi/db_data/mysql.err`. It might be the case the DB needs
upgrade, and to find out also post the output of this:

```
$ mariadb-upgrade --defaults-file=~/.local/share/akonadi/mysql.conf
--socket=/run/user/$(id -u)/akonadi/mysql.socket --check-if-upgrade-is-needed
```

-- 
You are receiving this mail because:
You are the assignee for the bug.