install openCl Runtime : Avahi config problem The Next CEO of Stack OverflowDebugger for OpenCLHow to develop an Avahi client/serverWhat does avahi-compat-libdns_sd do?Barriers in OpenCLProblems compiling avahi into Android NDK projectHow to use 2 OpenCL runtimesAvahi Daemon resolving to wrong host nameavahi : How to associate hostname with address of eth0:avahi generated by avahi-autoipd?avahi-daemon doesn't start (can't create runtime directory)avahi compilation error “libgdbm.so not found” ubuntu 16.04?
From jafe to El-Guest
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Is there such a thing as a proper verb, like a proper noun?
Is French Guiana a (hard) EU border?
Does the Idaho Potato Commission associate potato skins with healthy eating?
Players Circumventing the limitations of Wish
Traduction de « Life is a roller coaster »
What flight has the highest ratio of timezone difference to flight time?
what's the use of '% to gdp' type of variables?
In the "Harry Potter and the Order of the Phoenix" video game, what potion is used to sabotage Umbridge's speakers?
Where do students learn to solve polynomial equations these days?
Redefining symbol midway through a document
Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank
Does higher Oxidation/ reduction potential translate to higher energy storage in battery?
Computationally populating tables with probability data
What connection does MS Office have to Netscape Navigator?
Is it ok to trim down a tube patch?
Aggressive Under-Indexing and no data for missing index
What is the process for cleansing a very negative action
A question about free fall, velocity, and the height of an object.
Inexact numbers as keys in Association?
Can someone explain this formula for calculating Manhattan distance?
Do scriptures give a method to recognize a truly self-realized person/jivanmukta?
How to Implement Deterministic Encryption Safely in .NET
install openCl Runtime : Avahi config problem
The Next CEO of Stack OverflowDebugger for OpenCLHow to develop an Avahi client/serverWhat does avahi-compat-libdns_sd do?Barriers in OpenCLProblems compiling avahi into Android NDK projectHow to use 2 OpenCL runtimesAvahi Daemon resolving to wrong host nameavahi : How to associate hostname with address of eth0:avahi generated by avahi-autoipd?avahi-daemon doesn't start (can't create runtime directory)avahi compilation error “libgdbm.so not found” ubuntu 16.04?
I am trying to use hashcat, but it said i need opencl runtime for intel cpu and Nvidia drivers for gpu.
I have the nvidia driver, so i tried installing opencl runtime this way:
sudo apt-get install beignet-opencl-icd
it seems that there is a lot of package containing opencl, no idea which one i should use. This one was written as "OpenCL library for Intel GPUs" so it seemed good.
However, i get this error:
Paramétrage de avahi-daemon (0.7-3.1ubuntu1.2) ...
Job for avahi-daemon.service failed because a timeout was exceeded.
See "systemctl status avahi-daemon.service" and "journalctl -xe" for details.
invoke-rc.d: initscript avahi-daemon, action "restart" failed.
● avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: timeout) since Thu 2019-03-07 18:03:15 CET; 12ms ago
Process: 4662 ExecStart=/usr/sbin/avahi-daemon -s (code=exited, status=0/SUCCESS)
Main PID: 4662 (code=exited, status=0/SUCCESS)
Status: "avahi-daemon 0.7 starting up."
mars 07 18:01:46 sarah-pc avahi-daemon[4662]: Server startup complete. Host name is sarah-pc.local. Local service cookie is 576013434.
mars 07 18:03:15 sarah-pc systemd[1]: avahi-daemon.service: Start operation timed out. Terminating.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Got SIGTERM, quitting.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface wlo1.IPv6 with address fe80::d935:9763:6ede:fcbd.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface wlo1.IPv4 with address 192.168.0.22.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: avahi-daemon 0.7 exiting.
mars 07 18:03:15 sarah-pc systemd[1]: avahi-daemon.service: Failed with result 'timeout'.
mars 07 18:03:15 sarah-pc systemd[1]: Failed to start Avahi mDNS/DNS-SD Stack.
dpkg: erreur de traitement du paquet avahi-daemon (--configure) :
installed avahi-daemon package post-installation script subprocess returned error exit status 1
dpkg: des problèmes de dépendances empêchent la configuration de avahi-utils :
avahi-utils dépend de avahi-daemon ; cependant :
Le paquet avahi-daemon n'est pas encore configuré.
dpkg: erreur de traitement du paquet avahi-utils (--configure) :
problèmes de dépendances - laissé non configuré
Aucun rapport « apport » n'a été créé car le message d'erreur indique une erreur consécutive à un échec précédent.
Des erreurs ont été rencontrées pendant l'exécution :
avahi-daemon
avahi-utils
E: Sub-process /usr/bin/dpkg returned an error code (1)
So basically it failed to start avahi-daemon with a timeout, then said that dependency problems prevent the set up of avahi-utils, avahi-utils depend on avahi-daemon but avahi-daemon is not set up.
I did not know what was avahi so i got a look on the internet. I did not install this, so i don't know why i have it or how to configure it and i couldn't find help about that.
It seems that the installation did work, however. Or sort of. If i try to install opencl again, it says :
donut-opencl-icd is already the most recent version (1.3.2-2).
0 updated, 0 newly installed, 0 to remove and 22 not updated.
2 partially installed or removed.
And now, when i start hashcat, it doesn't ask for the installation of opencl anymore, just for an update:
* Device #1: Intel's OpenCL runtime (GPU only) is currently broken.
We are waiting for updated OpenCL drivers from Intel.
I can then use hashcat, because it can still use my Nvidia GPU as device#2, but i would like to understand this avahi thing
any help is welcome :)
opencl avahi
add a comment |
I am trying to use hashcat, but it said i need opencl runtime for intel cpu and Nvidia drivers for gpu.
I have the nvidia driver, so i tried installing opencl runtime this way:
sudo apt-get install beignet-opencl-icd
it seems that there is a lot of package containing opencl, no idea which one i should use. This one was written as "OpenCL library for Intel GPUs" so it seemed good.
However, i get this error:
Paramétrage de avahi-daemon (0.7-3.1ubuntu1.2) ...
Job for avahi-daemon.service failed because a timeout was exceeded.
See "systemctl status avahi-daemon.service" and "journalctl -xe" for details.
invoke-rc.d: initscript avahi-daemon, action "restart" failed.
● avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: timeout) since Thu 2019-03-07 18:03:15 CET; 12ms ago
Process: 4662 ExecStart=/usr/sbin/avahi-daemon -s (code=exited, status=0/SUCCESS)
Main PID: 4662 (code=exited, status=0/SUCCESS)
Status: "avahi-daemon 0.7 starting up."
mars 07 18:01:46 sarah-pc avahi-daemon[4662]: Server startup complete. Host name is sarah-pc.local. Local service cookie is 576013434.
mars 07 18:03:15 sarah-pc systemd[1]: avahi-daemon.service: Start operation timed out. Terminating.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Got SIGTERM, quitting.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface wlo1.IPv6 with address fe80::d935:9763:6ede:fcbd.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface wlo1.IPv4 with address 192.168.0.22.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: avahi-daemon 0.7 exiting.
mars 07 18:03:15 sarah-pc systemd[1]: avahi-daemon.service: Failed with result 'timeout'.
mars 07 18:03:15 sarah-pc systemd[1]: Failed to start Avahi mDNS/DNS-SD Stack.
dpkg: erreur de traitement du paquet avahi-daemon (--configure) :
installed avahi-daemon package post-installation script subprocess returned error exit status 1
dpkg: des problèmes de dépendances empêchent la configuration de avahi-utils :
avahi-utils dépend de avahi-daemon ; cependant :
Le paquet avahi-daemon n'est pas encore configuré.
dpkg: erreur de traitement du paquet avahi-utils (--configure) :
problèmes de dépendances - laissé non configuré
Aucun rapport « apport » n'a été créé car le message d'erreur indique une erreur consécutive à un échec précédent.
Des erreurs ont été rencontrées pendant l'exécution :
avahi-daemon
avahi-utils
E: Sub-process /usr/bin/dpkg returned an error code (1)
So basically it failed to start avahi-daemon with a timeout, then said that dependency problems prevent the set up of avahi-utils, avahi-utils depend on avahi-daemon but avahi-daemon is not set up.
I did not know what was avahi so i got a look on the internet. I did not install this, so i don't know why i have it or how to configure it and i couldn't find help about that.
It seems that the installation did work, however. Or sort of. If i try to install opencl again, it says :
donut-opencl-icd is already the most recent version (1.3.2-2).
0 updated, 0 newly installed, 0 to remove and 22 not updated.
2 partially installed or removed.
And now, when i start hashcat, it doesn't ask for the installation of opencl anymore, just for an update:
* Device #1: Intel's OpenCL runtime (GPU only) is currently broken.
We are waiting for updated OpenCL drivers from Intel.
I can then use hashcat, because it can still use my Nvidia GPU as device#2, but i would like to understand this avahi thing
any help is welcome :)
opencl avahi
So little new here: Avahi now appear everytime i want to install a new package. It sucks, because i have to wait until the end of the "timeout". I'm still sure i didn't install this Avahi thing, maybe it comes with an update of my ubuntu? (i'm using 16.04 btw) Or maybe with a program i have installed in my Windows partition? The question is: how to supress it?
– Ablia
Mar 8 at 22:57
add a comment |
I am trying to use hashcat, but it said i need opencl runtime for intel cpu and Nvidia drivers for gpu.
I have the nvidia driver, so i tried installing opencl runtime this way:
sudo apt-get install beignet-opencl-icd
it seems that there is a lot of package containing opencl, no idea which one i should use. This one was written as "OpenCL library for Intel GPUs" so it seemed good.
However, i get this error:
Paramétrage de avahi-daemon (0.7-3.1ubuntu1.2) ...
Job for avahi-daemon.service failed because a timeout was exceeded.
See "systemctl status avahi-daemon.service" and "journalctl -xe" for details.
invoke-rc.d: initscript avahi-daemon, action "restart" failed.
● avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: timeout) since Thu 2019-03-07 18:03:15 CET; 12ms ago
Process: 4662 ExecStart=/usr/sbin/avahi-daemon -s (code=exited, status=0/SUCCESS)
Main PID: 4662 (code=exited, status=0/SUCCESS)
Status: "avahi-daemon 0.7 starting up."
mars 07 18:01:46 sarah-pc avahi-daemon[4662]: Server startup complete. Host name is sarah-pc.local. Local service cookie is 576013434.
mars 07 18:03:15 sarah-pc systemd[1]: avahi-daemon.service: Start operation timed out. Terminating.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Got SIGTERM, quitting.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface wlo1.IPv6 with address fe80::d935:9763:6ede:fcbd.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface wlo1.IPv4 with address 192.168.0.22.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: avahi-daemon 0.7 exiting.
mars 07 18:03:15 sarah-pc systemd[1]: avahi-daemon.service: Failed with result 'timeout'.
mars 07 18:03:15 sarah-pc systemd[1]: Failed to start Avahi mDNS/DNS-SD Stack.
dpkg: erreur de traitement du paquet avahi-daemon (--configure) :
installed avahi-daemon package post-installation script subprocess returned error exit status 1
dpkg: des problèmes de dépendances empêchent la configuration de avahi-utils :
avahi-utils dépend de avahi-daemon ; cependant :
Le paquet avahi-daemon n'est pas encore configuré.
dpkg: erreur de traitement du paquet avahi-utils (--configure) :
problèmes de dépendances - laissé non configuré
Aucun rapport « apport » n'a été créé car le message d'erreur indique une erreur consécutive à un échec précédent.
Des erreurs ont été rencontrées pendant l'exécution :
avahi-daemon
avahi-utils
E: Sub-process /usr/bin/dpkg returned an error code (1)
So basically it failed to start avahi-daemon with a timeout, then said that dependency problems prevent the set up of avahi-utils, avahi-utils depend on avahi-daemon but avahi-daemon is not set up.
I did not know what was avahi so i got a look on the internet. I did not install this, so i don't know why i have it or how to configure it and i couldn't find help about that.
It seems that the installation did work, however. Or sort of. If i try to install opencl again, it says :
donut-opencl-icd is already the most recent version (1.3.2-2).
0 updated, 0 newly installed, 0 to remove and 22 not updated.
2 partially installed or removed.
And now, when i start hashcat, it doesn't ask for the installation of opencl anymore, just for an update:
* Device #1: Intel's OpenCL runtime (GPU only) is currently broken.
We are waiting for updated OpenCL drivers from Intel.
I can then use hashcat, because it can still use my Nvidia GPU as device#2, but i would like to understand this avahi thing
any help is welcome :)
opencl avahi
I am trying to use hashcat, but it said i need opencl runtime for intel cpu and Nvidia drivers for gpu.
I have the nvidia driver, so i tried installing opencl runtime this way:
sudo apt-get install beignet-opencl-icd
it seems that there is a lot of package containing opencl, no idea which one i should use. This one was written as "OpenCL library for Intel GPUs" so it seemed good.
However, i get this error:
Paramétrage de avahi-daemon (0.7-3.1ubuntu1.2) ...
Job for avahi-daemon.service failed because a timeout was exceeded.
See "systemctl status avahi-daemon.service" and "journalctl -xe" for details.
invoke-rc.d: initscript avahi-daemon, action "restart" failed.
● avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: timeout) since Thu 2019-03-07 18:03:15 CET; 12ms ago
Process: 4662 ExecStart=/usr/sbin/avahi-daemon -s (code=exited, status=0/SUCCESS)
Main PID: 4662 (code=exited, status=0/SUCCESS)
Status: "avahi-daemon 0.7 starting up."
mars 07 18:01:46 sarah-pc avahi-daemon[4662]: Server startup complete. Host name is sarah-pc.local. Local service cookie is 576013434.
mars 07 18:03:15 sarah-pc systemd[1]: avahi-daemon.service: Start operation timed out. Terminating.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Got SIGTERM, quitting.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface wlo1.IPv6 with address fe80::d935:9763:6ede:fcbd.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface wlo1.IPv4 with address 192.168.0.22.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
mars 07 18:03:15 sarah-pc avahi-daemon[4662]: avahi-daemon 0.7 exiting.
mars 07 18:03:15 sarah-pc systemd[1]: avahi-daemon.service: Failed with result 'timeout'.
mars 07 18:03:15 sarah-pc systemd[1]: Failed to start Avahi mDNS/DNS-SD Stack.
dpkg: erreur de traitement du paquet avahi-daemon (--configure) :
installed avahi-daemon package post-installation script subprocess returned error exit status 1
dpkg: des problèmes de dépendances empêchent la configuration de avahi-utils :
avahi-utils dépend de avahi-daemon ; cependant :
Le paquet avahi-daemon n'est pas encore configuré.
dpkg: erreur de traitement du paquet avahi-utils (--configure) :
problèmes de dépendances - laissé non configuré
Aucun rapport « apport » n'a été créé car le message d'erreur indique une erreur consécutive à un échec précédent.
Des erreurs ont été rencontrées pendant l'exécution :
avahi-daemon
avahi-utils
E: Sub-process /usr/bin/dpkg returned an error code (1)
So basically it failed to start avahi-daemon with a timeout, then said that dependency problems prevent the set up of avahi-utils, avahi-utils depend on avahi-daemon but avahi-daemon is not set up.
I did not know what was avahi so i got a look on the internet. I did not install this, so i don't know why i have it or how to configure it and i couldn't find help about that.
It seems that the installation did work, however. Or sort of. If i try to install opencl again, it says :
donut-opencl-icd is already the most recent version (1.3.2-2).
0 updated, 0 newly installed, 0 to remove and 22 not updated.
2 partially installed or removed.
And now, when i start hashcat, it doesn't ask for the installation of opencl anymore, just for an update:
* Device #1: Intel's OpenCL runtime (GPU only) is currently broken.
We are waiting for updated OpenCL drivers from Intel.
I can then use hashcat, because it can still use my Nvidia GPU as device#2, but i would like to understand this avahi thing
any help is welcome :)
opencl avahi
opencl avahi
asked Mar 7 at 17:48
AbliaAblia
8910
8910
So little new here: Avahi now appear everytime i want to install a new package. It sucks, because i have to wait until the end of the "timeout". I'm still sure i didn't install this Avahi thing, maybe it comes with an update of my ubuntu? (i'm using 16.04 btw) Or maybe with a program i have installed in my Windows partition? The question is: how to supress it?
– Ablia
Mar 8 at 22:57
add a comment |
So little new here: Avahi now appear everytime i want to install a new package. It sucks, because i have to wait until the end of the "timeout". I'm still sure i didn't install this Avahi thing, maybe it comes with an update of my ubuntu? (i'm using 16.04 btw) Or maybe with a program i have installed in my Windows partition? The question is: how to supress it?
– Ablia
Mar 8 at 22:57
So little new here: Avahi now appear everytime i want to install a new package. It sucks, because i have to wait until the end of the "timeout". I'm still sure i didn't install this Avahi thing, maybe it comes with an update of my ubuntu? (i'm using 16.04 btw) Or maybe with a program i have installed in my Windows partition? The question is: how to supress it?
– Ablia
Mar 8 at 22:57
So little new here: Avahi now appear everytime i want to install a new package. It sucks, because i have to wait until the end of the "timeout". I'm still sure i didn't install this Avahi thing, maybe it comes with an update of my ubuntu? (i'm using 16.04 btw) Or maybe with a program i have installed in my Windows partition? The question is: how to supress it?
– Ablia
Mar 8 at 22:57
add a comment |
0
active
oldest
votes
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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%2fstackoverflow.com%2fquestions%2f55049986%2finstall-opencl-runtime-avahi-config-problem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55049986%2finstall-opencl-runtime-avahi-config-problem%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
So little new here: Avahi now appear everytime i want to install a new package. It sucks, because i have to wait until the end of the "timeout". I'm still sure i didn't install this Avahi thing, maybe it comes with an update of my ubuntu? (i'm using 16.04 btw) Or maybe with a program i have installed in my Windows partition? The question is: how to supress it?
– Ablia
Mar 8 at 22:57