Debug update-command-not-found on Debian
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
What is the problem I am having with command-not-found? Is it a known bug?
$ dpkg-query --show command-not-found
command-not-found 0.2.38-4
$ installme
Could not find the list of available applications, run update-command-not-found as root to fix this
installme: command not found
$ sudo update-command-not-found
This command returns after less than a second, and does not actually help:
$ installme
Could not find the list of available applications, run update-command-not-found as root to fix this
installme: command not found
$ sudo strace -f update-command-not-found
...
open("/usr/lib/python2.7/fnmatch.pyc", O_RDONLY) = 5
fstat(5, st_mode=S_IFREG) = 0
read(5, "3363rn250321200Xc4@sad"..., 4096) = 3602
fstat(5, st_mode=S_IFREG) = 0
read(5, "", 4096) = 0
close(5) = 0
close(4) = 0
close(3) = 0
open("/var/lib/apt/lists", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fstat(3, 0755, st_size=4096, ...) = 0
getdents(3, /* 21 entries */, 32768) = 1584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
umask(022) = 022
rt_sigaction(SIGINT, sa_handler=SIG_DFL, sa_mask=, sa_flags=SA_RESTORER, sa_restorer=0x7fc5a847c0c0, sa_handler=0x5633718d3e60, sa_mask=, sa_flags=SA_RESTORER, sa_restorer=0x7fc5a847c0c0, 8) = 0
brk(0x563372c40000) = 0x563372c40000
munmap(0x7fc5a7180000, 262144) = 0
exit_group(0) = ?
+++ exited with 0 +++
debian command-not-found
add a comment |Â
up vote
0
down vote
favorite
What is the problem I am having with command-not-found? Is it a known bug?
$ dpkg-query --show command-not-found
command-not-found 0.2.38-4
$ installme
Could not find the list of available applications, run update-command-not-found as root to fix this
installme: command not found
$ sudo update-command-not-found
This command returns after less than a second, and does not actually help:
$ installme
Could not find the list of available applications, run update-command-not-found as root to fix this
installme: command not found
$ sudo strace -f update-command-not-found
...
open("/usr/lib/python2.7/fnmatch.pyc", O_RDONLY) = 5
fstat(5, st_mode=S_IFREG) = 0
read(5, "3363rn250321200Xc4@sad"..., 4096) = 3602
fstat(5, st_mode=S_IFREG) = 0
read(5, "", 4096) = 0
close(5) = 0
close(4) = 0
close(3) = 0
open("/var/lib/apt/lists", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fstat(3, 0755, st_size=4096, ...) = 0
getdents(3, /* 21 entries */, 32768) = 1584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
umask(022) = 022
rt_sigaction(SIGINT, sa_handler=SIG_DFL, sa_mask=, sa_flags=SA_RESTORER, sa_restorer=0x7fc5a847c0c0, sa_handler=0x5633718d3e60, sa_mask=, sa_flags=SA_RESTORER, sa_restorer=0x7fc5a847c0c0, 8) = 0
brk(0x563372c40000) = 0x563372c40000
munmap(0x7fc5a7180000, 262144) = 0
exit_group(0) = ?
+++ exited with 0 +++
debian command-not-found
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
What is the problem I am having with command-not-found? Is it a known bug?
$ dpkg-query --show command-not-found
command-not-found 0.2.38-4
$ installme
Could not find the list of available applications, run update-command-not-found as root to fix this
installme: command not found
$ sudo update-command-not-found
This command returns after less than a second, and does not actually help:
$ installme
Could not find the list of available applications, run update-command-not-found as root to fix this
installme: command not found
$ sudo strace -f update-command-not-found
...
open("/usr/lib/python2.7/fnmatch.pyc", O_RDONLY) = 5
fstat(5, st_mode=S_IFREG) = 0
read(5, "3363rn250321200Xc4@sad"..., 4096) = 3602
fstat(5, st_mode=S_IFREG) = 0
read(5, "", 4096) = 0
close(5) = 0
close(4) = 0
close(3) = 0
open("/var/lib/apt/lists", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fstat(3, 0755, st_size=4096, ...) = 0
getdents(3, /* 21 entries */, 32768) = 1584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
umask(022) = 022
rt_sigaction(SIGINT, sa_handler=SIG_DFL, sa_mask=, sa_flags=SA_RESTORER, sa_restorer=0x7fc5a847c0c0, sa_handler=0x5633718d3e60, sa_mask=, sa_flags=SA_RESTORER, sa_restorer=0x7fc5a847c0c0, 8) = 0
brk(0x563372c40000) = 0x563372c40000
munmap(0x7fc5a7180000, 262144) = 0
exit_group(0) = ?
+++ exited with 0 +++
debian command-not-found
What is the problem I am having with command-not-found? Is it a known bug?
$ dpkg-query --show command-not-found
command-not-found 0.2.38-4
$ installme
Could not find the list of available applications, run update-command-not-found as root to fix this
installme: command not found
$ sudo update-command-not-found
This command returns after less than a second, and does not actually help:
$ installme
Could not find the list of available applications, run update-command-not-found as root to fix this
installme: command not found
$ sudo strace -f update-command-not-found
...
open("/usr/lib/python2.7/fnmatch.pyc", O_RDONLY) = 5
fstat(5, st_mode=S_IFREG) = 0
read(5, "3363rn250321200Xc4@sad"..., 4096) = 3602
fstat(5, st_mode=S_IFREG) = 0
read(5, "", 4096) = 0
close(5) = 0
close(4) = 0
close(3) = 0
open("/var/lib/apt/lists", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fstat(3, 0755, st_size=4096, ...) = 0
getdents(3, /* 21 entries */, 32768) = 1584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
umask(022) = 022
rt_sigaction(SIGINT, sa_handler=SIG_DFL, sa_mask=, sa_flags=SA_RESTORER, sa_restorer=0x7fc5a847c0c0, sa_handler=0x5633718d3e60, sa_mask=, sa_flags=SA_RESTORER, sa_restorer=0x7fc5a847c0c0, 8) = 0
brk(0x563372c40000) = 0x563372c40000
munmap(0x7fc5a7180000, 262144) = 0
exit_group(0) = ?
+++ exited with 0 +++
debian command-not-found
asked Nov 11 '17 at 11:12
sourcejedi
19.5k32681
19.5k32681
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
See Debian bug #857090.
This seems to be the case when you run update-command-not-found
without any Contents-file downloaded. If you run "apt update" after
installation it works without problems.
I think update-command-not-found should make it clearer that you need
to update the apt-cache prior to running it.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
See Debian bug #857090.
This seems to be the case when you run update-command-not-found
without any Contents-file downloaded. If you run "apt update" after
installation it works without problems.
I think update-command-not-found should make it clearer that you need
to update the apt-cache prior to running it.
add a comment |Â
up vote
1
down vote
accepted
See Debian bug #857090.
This seems to be the case when you run update-command-not-found
without any Contents-file downloaded. If you run "apt update" after
installation it works without problems.
I think update-command-not-found should make it clearer that you need
to update the apt-cache prior to running it.
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
See Debian bug #857090.
This seems to be the case when you run update-command-not-found
without any Contents-file downloaded. If you run "apt update" after
installation it works without problems.
I think update-command-not-found should make it clearer that you need
to update the apt-cache prior to running it.
See Debian bug #857090.
This seems to be the case when you run update-command-not-found
without any Contents-file downloaded. If you run "apt update" after
installation it works without problems.
I think update-command-not-found should make it clearer that you need
to update the apt-cache prior to running it.
answered Nov 11 '17 at 11:12
sourcejedi
19.5k32681
19.5k32681
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f403887%2fdebug-update-command-not-found-on-debian%23new-answer', 'question_page');
);
Post as a guest
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
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
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