Kontact in Kubuntu 16.10 will not start because the Akonadi server will not start
I am using Kubuntu 16.10 and am unable to get Kontact to start because Akonadi will not start. Below is the output from akonadictl start.
It appears there is something seriously wrong with Akonadi. Does anyone have any ideas? Am I just sol? Can a downlevel version of Akonadi and Kontact be install?
trekker@trekker-HP-Notebook:/usr/bin$ akonadictl start
Starting Akonadi Server...
done.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
trekker@trekker-HP-Notebook:/usr/bin$ akonadiprivate_log: search paths: ("/home/trekker/bin", "/home/trekker/.local/bin", "/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/snap/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
Found mysql_install_db: "/usr/bin/mysql_install_db"
Found mysqlcheck: "/usr/bin/mysqlcheck"
Using mysqld: "/usr/sbin/mysqld-akonadi"
mysqld reports version 5.7.16 (Oracle MySQL)
Executing: "/usr/sbin/mysqld-akonadi" "--defaults-file=/etc/xdg/akonadi/mysql-global.conf --initialize --datadir=/home/trekker/.local/share/akonadi/db_data/"
mysqld: [ERROR] Could not open required defaults file: /etc/xdg/akonadi/mysql-global.conf
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!
Executing: "/usr/sbin/mysqld-akonadi" "--defaults-file=/home/trekker/.local/share/akonadi/mysql.conf --datadir=/home/trekker/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-trekker.LbKUAD/mysql.socket"
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld-akonadi"
arguments: ("--defaults-file=/home/trekker/.local/share/akonadi/mysql.conf", "--datadir=/home/trekker/.local/share/akonadi/db_data/", "--socket=/tmp/akonadi-trekker.LbKUAD/mysql.socket")
stdout: ""
stderr: "mysqld: Error on realpath() on '/var/lib/mysql-files' (Error 2 - No such file or directory)n2016-11-18T19:16:26.102182Z 0 [Warning] The syntax '--log_warnings/-W' is deprecated and will be removed in a future release. Please use '--log_error_verbosity' instead.n2016-11-18T19:16:26.102229Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).n2016-11-18T19:16:26.102276Z 0 [ERROR] Failed to access directory for --secure-file-priv. Please make sure that directory exists and is accessible by MySQL Server. Supplied value : /var/lib/mysql-filesn2016-11-18T19:16:26.102279Z 0 [ERROR] Abortingnn2016-11-18T19:16:26.102290Z 0 [Note] Binlog endn"
exit code: 1
process error: "Unknown error"
terminating service threads
terminating connection threads
stopping db process
Failed to remove Unix socket
Failed to remove runtime connection config file
Application 'akonadiserver' exited normally...
trekker@trekker-HP-Notebook:/usr/bin$
It seems I have found a fix. Based on a thread I found in Kubuntu Forums, I did the following:
sudo mkdir /var/lib/mysql-files
akonadi kontact
add a comment |
I am using Kubuntu 16.10 and am unable to get Kontact to start because Akonadi will not start. Below is the output from akonadictl start.
It appears there is something seriously wrong with Akonadi. Does anyone have any ideas? Am I just sol? Can a downlevel version of Akonadi and Kontact be install?
trekker@trekker-HP-Notebook:/usr/bin$ akonadictl start
Starting Akonadi Server...
done.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
trekker@trekker-HP-Notebook:/usr/bin$ akonadiprivate_log: search paths: ("/home/trekker/bin", "/home/trekker/.local/bin", "/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/snap/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
Found mysql_install_db: "/usr/bin/mysql_install_db"
Found mysqlcheck: "/usr/bin/mysqlcheck"
Using mysqld: "/usr/sbin/mysqld-akonadi"
mysqld reports version 5.7.16 (Oracle MySQL)
Executing: "/usr/sbin/mysqld-akonadi" "--defaults-file=/etc/xdg/akonadi/mysql-global.conf --initialize --datadir=/home/trekker/.local/share/akonadi/db_data/"
mysqld: [ERROR] Could not open required defaults file: /etc/xdg/akonadi/mysql-global.conf
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!
Executing: "/usr/sbin/mysqld-akonadi" "--defaults-file=/home/trekker/.local/share/akonadi/mysql.conf --datadir=/home/trekker/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-trekker.LbKUAD/mysql.socket"
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld-akonadi"
arguments: ("--defaults-file=/home/trekker/.local/share/akonadi/mysql.conf", "--datadir=/home/trekker/.local/share/akonadi/db_data/", "--socket=/tmp/akonadi-trekker.LbKUAD/mysql.socket")
stdout: ""
stderr: "mysqld: Error on realpath() on '/var/lib/mysql-files' (Error 2 - No such file or directory)n2016-11-18T19:16:26.102182Z 0 [Warning] The syntax '--log_warnings/-W' is deprecated and will be removed in a future release. Please use '--log_error_verbosity' instead.n2016-11-18T19:16:26.102229Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).n2016-11-18T19:16:26.102276Z 0 [ERROR] Failed to access directory for --secure-file-priv. Please make sure that directory exists and is accessible by MySQL Server. Supplied value : /var/lib/mysql-filesn2016-11-18T19:16:26.102279Z 0 [ERROR] Abortingnn2016-11-18T19:16:26.102290Z 0 [Note] Binlog endn"
exit code: 1
process error: "Unknown error"
terminating service threads
terminating connection threads
stopping db process
Failed to remove Unix socket
Failed to remove runtime connection config file
Application 'akonadiserver' exited normally...
trekker@trekker-HP-Notebook:/usr/bin$
It seems I have found a fix. Based on a thread I found in Kubuntu Forums, I did the following:
sudo mkdir /var/lib/mysql-files
akonadi kontact
you should add your solution as an answer. People are likely to miss your solution (which worked for me, btw; thanks)
– jhauris
Dec 16 '16 at 19:48
add a comment |
I am using Kubuntu 16.10 and am unable to get Kontact to start because Akonadi will not start. Below is the output from akonadictl start.
It appears there is something seriously wrong with Akonadi. Does anyone have any ideas? Am I just sol? Can a downlevel version of Akonadi and Kontact be install?
trekker@trekker-HP-Notebook:/usr/bin$ akonadictl start
Starting Akonadi Server...
done.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
trekker@trekker-HP-Notebook:/usr/bin$ akonadiprivate_log: search paths: ("/home/trekker/bin", "/home/trekker/.local/bin", "/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/snap/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
Found mysql_install_db: "/usr/bin/mysql_install_db"
Found mysqlcheck: "/usr/bin/mysqlcheck"
Using mysqld: "/usr/sbin/mysqld-akonadi"
mysqld reports version 5.7.16 (Oracle MySQL)
Executing: "/usr/sbin/mysqld-akonadi" "--defaults-file=/etc/xdg/akonadi/mysql-global.conf --initialize --datadir=/home/trekker/.local/share/akonadi/db_data/"
mysqld: [ERROR] Could not open required defaults file: /etc/xdg/akonadi/mysql-global.conf
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!
Executing: "/usr/sbin/mysqld-akonadi" "--defaults-file=/home/trekker/.local/share/akonadi/mysql.conf --datadir=/home/trekker/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-trekker.LbKUAD/mysql.socket"
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld-akonadi"
arguments: ("--defaults-file=/home/trekker/.local/share/akonadi/mysql.conf", "--datadir=/home/trekker/.local/share/akonadi/db_data/", "--socket=/tmp/akonadi-trekker.LbKUAD/mysql.socket")
stdout: ""
stderr: "mysqld: Error on realpath() on '/var/lib/mysql-files' (Error 2 - No such file or directory)n2016-11-18T19:16:26.102182Z 0 [Warning] The syntax '--log_warnings/-W' is deprecated and will be removed in a future release. Please use '--log_error_verbosity' instead.n2016-11-18T19:16:26.102229Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).n2016-11-18T19:16:26.102276Z 0 [ERROR] Failed to access directory for --secure-file-priv. Please make sure that directory exists and is accessible by MySQL Server. Supplied value : /var/lib/mysql-filesn2016-11-18T19:16:26.102279Z 0 [ERROR] Abortingnn2016-11-18T19:16:26.102290Z 0 [Note] Binlog endn"
exit code: 1
process error: "Unknown error"
terminating service threads
terminating connection threads
stopping db process
Failed to remove Unix socket
Failed to remove runtime connection config file
Application 'akonadiserver' exited normally...
trekker@trekker-HP-Notebook:/usr/bin$
It seems I have found a fix. Based on a thread I found in Kubuntu Forums, I did the following:
sudo mkdir /var/lib/mysql-files
akonadi kontact
I am using Kubuntu 16.10 and am unable to get Kontact to start because Akonadi will not start. Below is the output from akonadictl start.
It appears there is something seriously wrong with Akonadi. Does anyone have any ideas? Am I just sol? Can a downlevel version of Akonadi and Kontact be install?
trekker@trekker-HP-Notebook:/usr/bin$ akonadictl start
Starting Akonadi Server...
done.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
trekker@trekker-HP-Notebook:/usr/bin$ akonadiprivate_log: search paths: ("/home/trekker/bin", "/home/trekker/.local/bin", "/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/snap/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
Found mysql_install_db: "/usr/bin/mysql_install_db"
Found mysqlcheck: "/usr/bin/mysqlcheck"
Using mysqld: "/usr/sbin/mysqld-akonadi"
mysqld reports version 5.7.16 (Oracle MySQL)
Executing: "/usr/sbin/mysqld-akonadi" "--defaults-file=/etc/xdg/akonadi/mysql-global.conf --initialize --datadir=/home/trekker/.local/share/akonadi/db_data/"
mysqld: [ERROR] Could not open required defaults file: /etc/xdg/akonadi/mysql-global.conf
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!
Executing: "/usr/sbin/mysqld-akonadi" "--defaults-file=/home/trekker/.local/share/akonadi/mysql.conf --datadir=/home/trekker/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-trekker.LbKUAD/mysql.socket"
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld-akonadi"
arguments: ("--defaults-file=/home/trekker/.local/share/akonadi/mysql.conf", "--datadir=/home/trekker/.local/share/akonadi/db_data/", "--socket=/tmp/akonadi-trekker.LbKUAD/mysql.socket")
stdout: ""
stderr: "mysqld: Error on realpath() on '/var/lib/mysql-files' (Error 2 - No such file or directory)n2016-11-18T19:16:26.102182Z 0 [Warning] The syntax '--log_warnings/-W' is deprecated and will be removed in a future release. Please use '--log_error_verbosity' instead.n2016-11-18T19:16:26.102229Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).n2016-11-18T19:16:26.102276Z 0 [ERROR] Failed to access directory for --secure-file-priv. Please make sure that directory exists and is accessible by MySQL Server. Supplied value : /var/lib/mysql-filesn2016-11-18T19:16:26.102279Z 0 [ERROR] Abortingnn2016-11-18T19:16:26.102290Z 0 [Note] Binlog endn"
exit code: 1
process error: "Unknown error"
terminating service threads
terminating connection threads
stopping db process
Failed to remove Unix socket
Failed to remove runtime connection config file
Application 'akonadiserver' exited normally...
trekker@trekker-HP-Notebook:/usr/bin$
It seems I have found a fix. Based on a thread I found in Kubuntu Forums, I did the following:
sudo mkdir /var/lib/mysql-files
akonadi kontact
akonadi kontact
edited Nov 19 '16 at 20:18
monon
asked Nov 18 '16 at 21:15
mononmonon
1613
1613
you should add your solution as an answer. People are likely to miss your solution (which worked for me, btw; thanks)
– jhauris
Dec 16 '16 at 19:48
add a comment |
you should add your solution as an answer. People are likely to miss your solution (which worked for me, btw; thanks)
– jhauris
Dec 16 '16 at 19:48
you should add your solution as an answer. People are likely to miss your solution (which worked for me, btw; thanks)
– jhauris
Dec 16 '16 at 19:48
you should add your solution as an answer. People are likely to miss your solution (which worked for me, btw; thanks)
– jhauris
Dec 16 '16 at 19:48
add a comment |
4 Answers
4
active
oldest
votes
Solved it removing the local configuration directory rm ~/.local/share/akonadi and restarting it with akonadictl start
That did the trick for me as well.
– hanslovsky
Sep 13 '17 at 17:23
add a comment |
I solved the issue with these steps:
Created the folder:
sudo mkdir /var/lib/mysql-files
Started the service:
akonadictl start
Purged and reinstalled Kontact:
sudo apt purge kontact && sudo apt install Kontact
Start Kmail
Hope this helps.
Regards.
add a comment |
for me this didn't help (lubuntu 17.04)
but I found this bug
so this solved my issue :
sudo apt-get install apparmor-utils
sudo aa-complain usr.sbin.mysqld-akonadi
It should be the best answer. Tanks, it helped!
– RedEyed
May 30 '18 at 13:19
add a comment |
If you changed the location of your HOME folder, including symlinking, it's Apparmor.
Edit /etc/apparmor.d/tunable/home and add your new home
Example
@{HOMEDIRS}=/home/
to
@{HOMEDIRS}=/home/ /somewhere/home/
then
sudo /etc/init.d/apparmor restart
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f850984%2fkontact-in-kubuntu-16-10-will-not-start-because-the-akonadi-server-will-not-star%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Solved it removing the local configuration directory rm ~/.local/share/akonadi and restarting it with akonadictl start
That did the trick for me as well.
– hanslovsky
Sep 13 '17 at 17:23
add a comment |
Solved it removing the local configuration directory rm ~/.local/share/akonadi and restarting it with akonadictl start
That did the trick for me as well.
– hanslovsky
Sep 13 '17 at 17:23
add a comment |
Solved it removing the local configuration directory rm ~/.local/share/akonadi and restarting it with akonadictl start
Solved it removing the local configuration directory rm ~/.local/share/akonadi and restarting it with akonadictl start
answered May 8 '17 at 17:10
Philippe GachoudPhilippe Gachoud
3,2722538
3,2722538
That did the trick for me as well.
– hanslovsky
Sep 13 '17 at 17:23
add a comment |
That did the trick for me as well.
– hanslovsky
Sep 13 '17 at 17:23
That did the trick for me as well.
– hanslovsky
Sep 13 '17 at 17:23
That did the trick for me as well.
– hanslovsky
Sep 13 '17 at 17:23
add a comment |
I solved the issue with these steps:
Created the folder:
sudo mkdir /var/lib/mysql-files
Started the service:
akonadictl start
Purged and reinstalled Kontact:
sudo apt purge kontact && sudo apt install Kontact
Start Kmail
Hope this helps.
Regards.
add a comment |
I solved the issue with these steps:
Created the folder:
sudo mkdir /var/lib/mysql-files
Started the service:
akonadictl start
Purged and reinstalled Kontact:
sudo apt purge kontact && sudo apt install Kontact
Start Kmail
Hope this helps.
Regards.
add a comment |
I solved the issue with these steps:
Created the folder:
sudo mkdir /var/lib/mysql-files
Started the service:
akonadictl start
Purged and reinstalled Kontact:
sudo apt purge kontact && sudo apt install Kontact
Start Kmail
Hope this helps.
Regards.
I solved the issue with these steps:
Created the folder:
sudo mkdir /var/lib/mysql-files
Started the service:
akonadictl start
Purged and reinstalled Kontact:
sudo apt purge kontact && sudo apt install Kontact
Start Kmail
Hope this helps.
Regards.
edited Jan 10 '17 at 21:03
UTF-8
3,66852151
3,66852151
answered Jan 10 '17 at 17:15
ChristCBChristCB
112
112
add a comment |
add a comment |
for me this didn't help (lubuntu 17.04)
but I found this bug
so this solved my issue :
sudo apt-get install apparmor-utils
sudo aa-complain usr.sbin.mysqld-akonadi
It should be the best answer. Tanks, it helped!
– RedEyed
May 30 '18 at 13:19
add a comment |
for me this didn't help (lubuntu 17.04)
but I found this bug
so this solved my issue :
sudo apt-get install apparmor-utils
sudo aa-complain usr.sbin.mysqld-akonadi
It should be the best answer. Tanks, it helped!
– RedEyed
May 30 '18 at 13:19
add a comment |
for me this didn't help (lubuntu 17.04)
but I found this bug
so this solved my issue :
sudo apt-get install apparmor-utils
sudo aa-complain usr.sbin.mysqld-akonadi
for me this didn't help (lubuntu 17.04)
but I found this bug
so this solved my issue :
sudo apt-get install apparmor-utils
sudo aa-complain usr.sbin.mysqld-akonadi
answered Apr 10 '18 at 23:15
user1908202user1908202
1114
1114
It should be the best answer. Tanks, it helped!
– RedEyed
May 30 '18 at 13:19
add a comment |
It should be the best answer. Tanks, it helped!
– RedEyed
May 30 '18 at 13:19
It should be the best answer. Tanks, it helped!
– RedEyed
May 30 '18 at 13:19
It should be the best answer. Tanks, it helped!
– RedEyed
May 30 '18 at 13:19
add a comment |
If you changed the location of your HOME folder, including symlinking, it's Apparmor.
Edit /etc/apparmor.d/tunable/home and add your new home
Example
@{HOMEDIRS}=/home/
to
@{HOMEDIRS}=/home/ /somewhere/home/
then
sudo /etc/init.d/apparmor restart
add a comment |
If you changed the location of your HOME folder, including symlinking, it's Apparmor.
Edit /etc/apparmor.d/tunable/home and add your new home
Example
@{HOMEDIRS}=/home/
to
@{HOMEDIRS}=/home/ /somewhere/home/
then
sudo /etc/init.d/apparmor restart
add a comment |
If you changed the location of your HOME folder, including symlinking, it's Apparmor.
Edit /etc/apparmor.d/tunable/home and add your new home
Example
@{HOMEDIRS}=/home/
to
@{HOMEDIRS}=/home/ /somewhere/home/
then
sudo /etc/init.d/apparmor restart
If you changed the location of your HOME folder, including symlinking, it's Apparmor.
Edit /etc/apparmor.d/tunable/home and add your new home
Example
@{HOMEDIRS}=/home/
to
@{HOMEDIRS}=/home/ /somewhere/home/
then
sudo /etc/init.d/apparmor restart
answered Jan 24 at 12:48
tomtomtomtom
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f850984%2fkontact-in-kubuntu-16-10-will-not-start-because-the-akonadi-server-will-not-star%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
you should add your solution as an answer. People are likely to miss your solution (which worked for me, btw; thanks)
– jhauris
Dec 16 '16 at 19:48