Can't install openntpd: “unable to find a suitable fs in /proc/mounts, is it mounted?”...
up vote
0
down vote
favorite
I'm trying to install openntpd (sudo apt-get install openntpd
) and I'm getting:
Preparing to unpack .../openntpd_1%3a6.0p1-2_amd64.deb ...
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
dpkg: error processing archive /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing: /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb
I already tried rebooting and:
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update && sudo apt-get upgrade
sudo dpkg --configure -a
sudo apt-get -f install
sudo rm -rf /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb
I also examined /var/lib/dpkg/info/openntpd.preinst
.
I can install other packages. Is it a bug in openntpd? That would be strange because I have the latest version running on another of my Debian 9 KDE machines. All of these are using the 4.9.0-8-amd64
kernel. Maybe it has something to do with AppArmor?
Why am I getting this error and how to fix it?
debian dpkg ntp deb
add a comment |
up vote
0
down vote
favorite
I'm trying to install openntpd (sudo apt-get install openntpd
) and I'm getting:
Preparing to unpack .../openntpd_1%3a6.0p1-2_amd64.deb ...
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
dpkg: error processing archive /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing: /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb
I already tried rebooting and:
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update && sudo apt-get upgrade
sudo dpkg --configure -a
sudo apt-get -f install
sudo rm -rf /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb
I also examined /var/lib/dpkg/info/openntpd.preinst
.
I can install other packages. Is it a bug in openntpd? That would be strange because I have the latest version running on another of my Debian 9 KDE machines. All of these are using the 4.9.0-8-amd64
kernel. Maybe it has something to do with AppArmor?
Why am I getting this error and how to fix it?
debian dpkg ntp deb
1
You should edit the question to tell potential answerers what the kernel versions are on both the functional and nonfunctional machines.
– JdeBP
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to install openntpd (sudo apt-get install openntpd
) and I'm getting:
Preparing to unpack .../openntpd_1%3a6.0p1-2_amd64.deb ...
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
dpkg: error processing archive /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing: /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb
I already tried rebooting and:
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update && sudo apt-get upgrade
sudo dpkg --configure -a
sudo apt-get -f install
sudo rm -rf /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb
I also examined /var/lib/dpkg/info/openntpd.preinst
.
I can install other packages. Is it a bug in openntpd? That would be strange because I have the latest version running on another of my Debian 9 KDE machines. All of these are using the 4.9.0-8-amd64
kernel. Maybe it has something to do with AppArmor?
Why am I getting this error and how to fix it?
debian dpkg ntp deb
I'm trying to install openntpd (sudo apt-get install openntpd
) and I'm getting:
Preparing to unpack .../openntpd_1%3a6.0p1-2_amd64.deb ...
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
dpkg: error processing archive /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing: /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb
I already tried rebooting and:
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update && sudo apt-get upgrade
sudo dpkg --configure -a
sudo apt-get -f install
sudo rm -rf /var/cache/apt/archive/openntpd_%3a6.0p1-2_amd64.deb
I also examined /var/lib/dpkg/info/openntpd.preinst
.
I can install other packages. Is it a bug in openntpd? That would be strange because I have the latest version running on another of my Debian 9 KDE machines. All of these are using the 4.9.0-8-amd64
kernel. Maybe it has something to do with AppArmor?
Why am I getting this error and how to fix it?
debian dpkg ntp deb
debian dpkg ntp deb
edited 2 days ago
asked 2 days ago
mYnDstrEAm
70941240
70941240
1
You should edit the question to tell potential answerers what the kernel versions are on both the functional and nonfunctional machines.
– JdeBP
2 days ago
add a comment |
1
You should edit the question to tell potential answerers what the kernel versions are on both the functional and nonfunctional machines.
– JdeBP
2 days ago
1
1
You should edit the question to tell potential answerers what the kernel versions are on both the functional and nonfunctional machines.
– JdeBP
2 days ago
You should edit the question to tell potential answerers what the kernel versions are on both the functional and nonfunctional machines.
– JdeBP
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
The package is buggy . You can install it from backports.
apt install -t stretch-backports openntpd
You can report a bug to debian : How to report a bug in Debian using reportbug.
Debian Backports
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The package is buggy . You can install it from backports.
apt install -t stretch-backports openntpd
You can report a bug to debian : How to report a bug in Debian using reportbug.
Debian Backports
add a comment |
up vote
0
down vote
The package is buggy . You can install it from backports.
apt install -t stretch-backports openntpd
You can report a bug to debian : How to report a bug in Debian using reportbug.
Debian Backports
add a comment |
up vote
0
down vote
up vote
0
down vote
The package is buggy . You can install it from backports.
apt install -t stretch-backports openntpd
You can report a bug to debian : How to report a bug in Debian using reportbug.
Debian Backports
The package is buggy . You can install it from backports.
apt install -t stretch-backports openntpd
You can report a bug to debian : How to report a bug in Debian using reportbug.
Debian Backports
edited 2 days ago
answered 2 days ago
GAD3R
24.3k1749103
24.3k1749103
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482530%2fcant-install-openntpd-unable-to-find-a-suitable-fs-in-proc-mounts-is-it-mou%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
1
You should edit the question to tell potential answerers what the kernel versions are on both the functional and nonfunctional machines.
– JdeBP
2 days ago