Why nautilus is trying to connect to the internet?
When I'm opening nautilus via the gnome-terminal, using nautilus &, I get the following messages.
** (nautilus:29419): WARNING **: 16:51:41.696: Error on getting connection: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(nautilus:29419): GLib-GIO-CRITICAL **: 16:51:42.332: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(nautilus:29419): GLib-GObject-CRITICAL **: 16:51:42.332: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(nautilus:29419): GLib-GObject-CRITICAL **: 16:51:42.332: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
To me this seems like nautilus is trying to connect to the internet.
Any idea why this is happening.
I'm using GNOME Shell 3.30.1.
update
After manually killing nautilus using sudo kill PID, still the error messages shows up,
** (nautilus:2454): WARNING **: 17:41:57.107: Error on getting connection: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(nautilus:2454): GLib-GIO-CRITICAL **: 17:41:57.840: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(nautilus:2454): GLib-GObject-CRITICAL **: 17:41:57.840: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(nautilus:2454): GLib-GObject-CRITICAL **: 17:41:57.840: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Thank you in advance.
gnome nautilus
add a comment |
When I'm opening nautilus via the gnome-terminal, using nautilus &, I get the following messages.
** (nautilus:29419): WARNING **: 16:51:41.696: Error on getting connection: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(nautilus:29419): GLib-GIO-CRITICAL **: 16:51:42.332: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(nautilus:29419): GLib-GObject-CRITICAL **: 16:51:42.332: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(nautilus:29419): GLib-GObject-CRITICAL **: 16:51:42.332: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
To me this seems like nautilus is trying to connect to the internet.
Any idea why this is happening.
I'm using GNOME Shell 3.30.1.
update
After manually killing nautilus using sudo kill PID, still the error messages shows up,
** (nautilus:2454): WARNING **: 17:41:57.107: Error on getting connection: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(nautilus:2454): GLib-GIO-CRITICAL **: 17:41:57.840: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(nautilus:2454): GLib-GObject-CRITICAL **: 17:41:57.840: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(nautilus:2454): GLib-GObject-CRITICAL **: 17:41:57.840: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Thank you in advance.
gnome nautilus
In addition to the existing answer, you should be aware that whatnautiluserror mentions is D-Bus. At the lower level, it's basically a way of communication between processes and surprise - you need to have a connection to that communication method. So nautilus is making a connection, just not to the internet but to sort of small, internal system network
– Sergiy Kolodyazhnyy
Dec 26 '18 at 15:13
add a comment |
When I'm opening nautilus via the gnome-terminal, using nautilus &, I get the following messages.
** (nautilus:29419): WARNING **: 16:51:41.696: Error on getting connection: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(nautilus:29419): GLib-GIO-CRITICAL **: 16:51:42.332: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(nautilus:29419): GLib-GObject-CRITICAL **: 16:51:42.332: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(nautilus:29419): GLib-GObject-CRITICAL **: 16:51:42.332: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
To me this seems like nautilus is trying to connect to the internet.
Any idea why this is happening.
I'm using GNOME Shell 3.30.1.
update
After manually killing nautilus using sudo kill PID, still the error messages shows up,
** (nautilus:2454): WARNING **: 17:41:57.107: Error on getting connection: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(nautilus:2454): GLib-GIO-CRITICAL **: 17:41:57.840: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(nautilus:2454): GLib-GObject-CRITICAL **: 17:41:57.840: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(nautilus:2454): GLib-GObject-CRITICAL **: 17:41:57.840: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Thank you in advance.
gnome nautilus
When I'm opening nautilus via the gnome-terminal, using nautilus &, I get the following messages.
** (nautilus:29419): WARNING **: 16:51:41.696: Error on getting connection: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(nautilus:29419): GLib-GIO-CRITICAL **: 16:51:42.332: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(nautilus:29419): GLib-GObject-CRITICAL **: 16:51:42.332: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(nautilus:29419): GLib-GObject-CRITICAL **: 16:51:42.332: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
To me this seems like nautilus is trying to connect to the internet.
Any idea why this is happening.
I'm using GNOME Shell 3.30.1.
update
After manually killing nautilus using sudo kill PID, still the error messages shows up,
** (nautilus:2454): WARNING **: 17:41:57.107: Error on getting connection: Failed to load SPARQL backend: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
(nautilus:2454): GLib-GIO-CRITICAL **: 17:41:57.840: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(nautilus:2454): GLib-GObject-CRITICAL **: 17:41:57.840: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(nautilus:2454): GLib-GObject-CRITICAL **: 17:41:57.840: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Thank you in advance.
gnome nautilus
gnome nautilus
edited Dec 26 '18 at 12:17
Aparna
asked Dec 26 '18 at 11:31
AparnaAparna
32
32
In addition to the existing answer, you should be aware that whatnautiluserror mentions is D-Bus. At the lower level, it's basically a way of communication between processes and surprise - you need to have a connection to that communication method. So nautilus is making a connection, just not to the internet but to sort of small, internal system network
– Sergiy Kolodyazhnyy
Dec 26 '18 at 15:13
add a comment |
In addition to the existing answer, you should be aware that whatnautiluserror mentions is D-Bus. At the lower level, it's basically a way of communication between processes and surprise - you need to have a connection to that communication method. So nautilus is making a connection, just not to the internet but to sort of small, internal system network
– Sergiy Kolodyazhnyy
Dec 26 '18 at 15:13
In addition to the existing answer, you should be aware that what
nautilus error mentions is D-Bus. At the lower level, it's basically a way of communication between processes and surprise - you need to have a connection to that communication method. So nautilus is making a connection, just not to the internet but to sort of small, internal system network– Sergiy Kolodyazhnyy
Dec 26 '18 at 15:13
In addition to the existing answer, you should be aware that what
nautilus error mentions is D-Bus. At the lower level, it's basically a way of communication between processes and surprise - you need to have a connection to that communication method. So nautilus is making a connection, just not to the internet but to sort of small, internal system network– Sergiy Kolodyazhnyy
Dec 26 '18 at 15:13
add a comment |
1 Answer
1
active
oldest
votes
It is not trying to connect to the internet.
The messages appear because nautilus process was already running.
To see a list of running processes you can run the command ps -A.
To see a list of processes by name of nautilus you can run the command ps aux | grep nautilus.
You can manually kill all the nautilus processes using sudo kill PID and then if you type nautilus &, the messages won't appear.
The connection you see here does not refer to the Internet connection rather it is related to Inter-process communication(IPC) mechanism between processes of your machine. This is the Wikepedia link that gives some background about D-bus in general while this link here will take you to the GIO reference manual of GDBus connection. The manual provides all the information about the messages you have included in the question.
Thank you for the answer. Just updated the question. Can you please tell me, what is17:41:57.107. To me this seems like an IP address :)
– Aparna
Dec 26 '18 at 12:19
@Aparna This is simply time in 24 hrs format. It must be 17 hours, 41 minutes, 57.107 seconds in your region. Try executing command again and compare side by side with current time of the OS just to be sure. :)
– Kulfy
Dec 26 '18 at 12:24
@Kulfy Oh really! thank you very much for clearing that up :)
– Aparna
Dec 26 '18 at 12:26
@NPsoft thank you :)
– Aparna
Dec 26 '18 at 12:26
1
@Aparna Just to add up whenever a new process arrives it is assigned a Process ID or PID so it can be identified uniquely. You can learn more about it here. And the number beside nautilus which 2454 is its Process id.
– Kulfy
Dec 26 '18 at 12:32
|
show 2 more comments
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%2f1104635%2fwhy-nautilus-is-trying-to-connect-to-the-internet%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It is not trying to connect to the internet.
The messages appear because nautilus process was already running.
To see a list of running processes you can run the command ps -A.
To see a list of processes by name of nautilus you can run the command ps aux | grep nautilus.
You can manually kill all the nautilus processes using sudo kill PID and then if you type nautilus &, the messages won't appear.
The connection you see here does not refer to the Internet connection rather it is related to Inter-process communication(IPC) mechanism between processes of your machine. This is the Wikepedia link that gives some background about D-bus in general while this link here will take you to the GIO reference manual of GDBus connection. The manual provides all the information about the messages you have included in the question.
Thank you for the answer. Just updated the question. Can you please tell me, what is17:41:57.107. To me this seems like an IP address :)
– Aparna
Dec 26 '18 at 12:19
@Aparna This is simply time in 24 hrs format. It must be 17 hours, 41 minutes, 57.107 seconds in your region. Try executing command again and compare side by side with current time of the OS just to be sure. :)
– Kulfy
Dec 26 '18 at 12:24
@Kulfy Oh really! thank you very much for clearing that up :)
– Aparna
Dec 26 '18 at 12:26
@NPsoft thank you :)
– Aparna
Dec 26 '18 at 12:26
1
@Aparna Just to add up whenever a new process arrives it is assigned a Process ID or PID so it can be identified uniquely. You can learn more about it here. And the number beside nautilus which 2454 is its Process id.
– Kulfy
Dec 26 '18 at 12:32
|
show 2 more comments
It is not trying to connect to the internet.
The messages appear because nautilus process was already running.
To see a list of running processes you can run the command ps -A.
To see a list of processes by name of nautilus you can run the command ps aux | grep nautilus.
You can manually kill all the nautilus processes using sudo kill PID and then if you type nautilus &, the messages won't appear.
The connection you see here does not refer to the Internet connection rather it is related to Inter-process communication(IPC) mechanism between processes of your machine. This is the Wikepedia link that gives some background about D-bus in general while this link here will take you to the GIO reference manual of GDBus connection. The manual provides all the information about the messages you have included in the question.
Thank you for the answer. Just updated the question. Can you please tell me, what is17:41:57.107. To me this seems like an IP address :)
– Aparna
Dec 26 '18 at 12:19
@Aparna This is simply time in 24 hrs format. It must be 17 hours, 41 minutes, 57.107 seconds in your region. Try executing command again and compare side by side with current time of the OS just to be sure. :)
– Kulfy
Dec 26 '18 at 12:24
@Kulfy Oh really! thank you very much for clearing that up :)
– Aparna
Dec 26 '18 at 12:26
@NPsoft thank you :)
– Aparna
Dec 26 '18 at 12:26
1
@Aparna Just to add up whenever a new process arrives it is assigned a Process ID or PID so it can be identified uniquely. You can learn more about it here. And the number beside nautilus which 2454 is its Process id.
– Kulfy
Dec 26 '18 at 12:32
|
show 2 more comments
It is not trying to connect to the internet.
The messages appear because nautilus process was already running.
To see a list of running processes you can run the command ps -A.
To see a list of processes by name of nautilus you can run the command ps aux | grep nautilus.
You can manually kill all the nautilus processes using sudo kill PID and then if you type nautilus &, the messages won't appear.
The connection you see here does not refer to the Internet connection rather it is related to Inter-process communication(IPC) mechanism between processes of your machine. This is the Wikepedia link that gives some background about D-bus in general while this link here will take you to the GIO reference manual of GDBus connection. The manual provides all the information about the messages you have included in the question.
It is not trying to connect to the internet.
The messages appear because nautilus process was already running.
To see a list of running processes you can run the command ps -A.
To see a list of processes by name of nautilus you can run the command ps aux | grep nautilus.
You can manually kill all the nautilus processes using sudo kill PID and then if you type nautilus &, the messages won't appear.
The connection you see here does not refer to the Internet connection rather it is related to Inter-process communication(IPC) mechanism between processes of your machine. This is the Wikepedia link that gives some background about D-bus in general while this link here will take you to the GIO reference manual of GDBus connection. The manual provides all the information about the messages you have included in the question.
answered Dec 26 '18 at 12:06
NPsoftNPsoft
1188
1188
Thank you for the answer. Just updated the question. Can you please tell me, what is17:41:57.107. To me this seems like an IP address :)
– Aparna
Dec 26 '18 at 12:19
@Aparna This is simply time in 24 hrs format. It must be 17 hours, 41 minutes, 57.107 seconds in your region. Try executing command again and compare side by side with current time of the OS just to be sure. :)
– Kulfy
Dec 26 '18 at 12:24
@Kulfy Oh really! thank you very much for clearing that up :)
– Aparna
Dec 26 '18 at 12:26
@NPsoft thank you :)
– Aparna
Dec 26 '18 at 12:26
1
@Aparna Just to add up whenever a new process arrives it is assigned a Process ID or PID so it can be identified uniquely. You can learn more about it here. And the number beside nautilus which 2454 is its Process id.
– Kulfy
Dec 26 '18 at 12:32
|
show 2 more comments
Thank you for the answer. Just updated the question. Can you please tell me, what is17:41:57.107. To me this seems like an IP address :)
– Aparna
Dec 26 '18 at 12:19
@Aparna This is simply time in 24 hrs format. It must be 17 hours, 41 minutes, 57.107 seconds in your region. Try executing command again and compare side by side with current time of the OS just to be sure. :)
– Kulfy
Dec 26 '18 at 12:24
@Kulfy Oh really! thank you very much for clearing that up :)
– Aparna
Dec 26 '18 at 12:26
@NPsoft thank you :)
– Aparna
Dec 26 '18 at 12:26
1
@Aparna Just to add up whenever a new process arrives it is assigned a Process ID or PID so it can be identified uniquely. You can learn more about it here. And the number beside nautilus which 2454 is its Process id.
– Kulfy
Dec 26 '18 at 12:32
Thank you for the answer. Just updated the question. Can you please tell me, what is
17:41:57.107. To me this seems like an IP address :)– Aparna
Dec 26 '18 at 12:19
Thank you for the answer. Just updated the question. Can you please tell me, what is
17:41:57.107. To me this seems like an IP address :)– Aparna
Dec 26 '18 at 12:19
@Aparna This is simply time in 24 hrs format. It must be 17 hours, 41 minutes, 57.107 seconds in your region. Try executing command again and compare side by side with current time of the OS just to be sure. :)
– Kulfy
Dec 26 '18 at 12:24
@Aparna This is simply time in 24 hrs format. It must be 17 hours, 41 minutes, 57.107 seconds in your region. Try executing command again and compare side by side with current time of the OS just to be sure. :)
– Kulfy
Dec 26 '18 at 12:24
@Kulfy Oh really! thank you very much for clearing that up :)
– Aparna
Dec 26 '18 at 12:26
@Kulfy Oh really! thank you very much for clearing that up :)
– Aparna
Dec 26 '18 at 12:26
@NPsoft thank you :)
– Aparna
Dec 26 '18 at 12:26
@NPsoft thank you :)
– Aparna
Dec 26 '18 at 12:26
1
1
@Aparna Just to add up whenever a new process arrives it is assigned a Process ID or PID so it can be identified uniquely. You can learn more about it here. And the number beside nautilus which 2454 is its Process id.
– Kulfy
Dec 26 '18 at 12:32
@Aparna Just to add up whenever a new process arrives it is assigned a Process ID or PID so it can be identified uniquely. You can learn more about it here. And the number beside nautilus which 2454 is its Process id.
– Kulfy
Dec 26 '18 at 12:32
|
show 2 more comments
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1104635%2fwhy-nautilus-is-trying-to-connect-to-the-internet%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
In addition to the existing answer, you should be aware that what
nautiluserror mentions is D-Bus. At the lower level, it's basically a way of communication between processes and surprise - you need to have a connection to that communication method. So nautilus is making a connection, just not to the internet but to sort of small, internal system network– Sergiy Kolodyazhnyy
Dec 26 '18 at 15:13