Linux/Debian dpkg & administrator error [on hold]
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
So today I ran into a bunch off errors while using the sudo command on my Chromebook with Linux installed. For example when I try to remove my Google Chrome beta application, I tried this:
sudo apt-get remove google-chrome-beta
but I got this error:
(Reading database ... 81090 files and directories currently installed.)
Removing google-chrome-beta (74.0.3729.75-1) ...
Setting up 389-admin (1.1.43-1+b1) ...
Job for dirsrv-admin.service failed because the control process exited with error code.
See "systemctl status dirsrv-admin.service" and "journalctl -xe" for details.
invoke-rc.d: initscript dirsrv-admin, action "start" failed.
● dirsrv-admin.service - 389 Administration Server.
Loaded: loaded (/lib/systemd/system/dirsrv-admin.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2019-04-11 17:08:08 UTC; 39ms ago
Process: 7507 ExecStart=/usr/sbin/apache2 -k start -f /etc/dirsrv/admin-serv/httpd.conf (code=exited, status=1/FAILURE)
Apr 11 17:08:08 penguin systemd[1]: Starting 389 Administration Server....
Apr 11 17:08:08 penguin apache2[7507]: AH00558: apache2: Could not reliably determine the server's fully qualified doma… message
Apr 11 17:08:08 penguin apache2[7507]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/dirsrv/…rror log
Apr 11 17:08:08 penguin apache2[7507]: AH00014: Configuration check failed
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Control process exited, code=exited status=1
Apr 11 17:08:08 penguin systemd[1]: Failed to start 389 Administration Server..
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Unit entered failed state.
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Failed with result 'exit-code'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package 389-admin (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
dpkg: dependency problems prevent configuration of 389-ds-console:
389-ds-console depends on 389-admin; however:
Package 389-admin is not configured yet.
dpkg: error processing package 389-ds-console (--configure):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
389-admin
389-ds-console
E: Sub-process /usr/bin/dpkg returned an error code (1)
I even get that when I try updating my packages, like
sudo apt-get update && sudo apt-get upgrade
any suggestions?
command-line debian chromebook
New contributor
put on hold as off-topic by Kulfy, Florian Diesch, pomsky, N0rbert, chili555 yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Kulfy, Florian Diesch, pomsky, N0rbert, chili555
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
So today I ran into a bunch off errors while using the sudo command on my Chromebook with Linux installed. For example when I try to remove my Google Chrome beta application, I tried this:
sudo apt-get remove google-chrome-beta
but I got this error:
(Reading database ... 81090 files and directories currently installed.)
Removing google-chrome-beta (74.0.3729.75-1) ...
Setting up 389-admin (1.1.43-1+b1) ...
Job for dirsrv-admin.service failed because the control process exited with error code.
See "systemctl status dirsrv-admin.service" and "journalctl -xe" for details.
invoke-rc.d: initscript dirsrv-admin, action "start" failed.
● dirsrv-admin.service - 389 Administration Server.
Loaded: loaded (/lib/systemd/system/dirsrv-admin.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2019-04-11 17:08:08 UTC; 39ms ago
Process: 7507 ExecStart=/usr/sbin/apache2 -k start -f /etc/dirsrv/admin-serv/httpd.conf (code=exited, status=1/FAILURE)
Apr 11 17:08:08 penguin systemd[1]: Starting 389 Administration Server....
Apr 11 17:08:08 penguin apache2[7507]: AH00558: apache2: Could not reliably determine the server's fully qualified doma… message
Apr 11 17:08:08 penguin apache2[7507]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/dirsrv/…rror log
Apr 11 17:08:08 penguin apache2[7507]: AH00014: Configuration check failed
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Control process exited, code=exited status=1
Apr 11 17:08:08 penguin systemd[1]: Failed to start 389 Administration Server..
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Unit entered failed state.
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Failed with result 'exit-code'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package 389-admin (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
dpkg: dependency problems prevent configuration of 389-ds-console:
389-ds-console depends on 389-admin; however:
Package 389-admin is not configured yet.
dpkg: error processing package 389-ds-console (--configure):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
389-admin
389-ds-console
E: Sub-process /usr/bin/dpkg returned an error code (1)
I even get that when I try updating my packages, like
sudo apt-get update && sudo apt-get upgrade
any suggestions?
command-line debian chromebook
New contributor
put on hold as off-topic by Kulfy, Florian Diesch, pomsky, N0rbert, chili555 yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Kulfy, Florian Diesch, pomsky, N0rbert, chili555
If this question can be reworded to fit the rules in the help center, please edit the question.
Chromebook with Linux installed: Which distribution and version?
– Kulfy
yesterday
1
PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=debian HOME_URL="debian.org" SUPPORT_URL="debian.org/support" BUG_REPORT_URL="bugs.debian.org"
– codeWithMe
yesterday
1
Debian is off-topic here. You can ask your question related to Debian at U&L
– Kulfy
yesterday
Okey, thank you for redirecting me!
– codeWithMe
yesterday
add a comment |
So today I ran into a bunch off errors while using the sudo command on my Chromebook with Linux installed. For example when I try to remove my Google Chrome beta application, I tried this:
sudo apt-get remove google-chrome-beta
but I got this error:
(Reading database ... 81090 files and directories currently installed.)
Removing google-chrome-beta (74.0.3729.75-1) ...
Setting up 389-admin (1.1.43-1+b1) ...
Job for dirsrv-admin.service failed because the control process exited with error code.
See "systemctl status dirsrv-admin.service" and "journalctl -xe" for details.
invoke-rc.d: initscript dirsrv-admin, action "start" failed.
● dirsrv-admin.service - 389 Administration Server.
Loaded: loaded (/lib/systemd/system/dirsrv-admin.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2019-04-11 17:08:08 UTC; 39ms ago
Process: 7507 ExecStart=/usr/sbin/apache2 -k start -f /etc/dirsrv/admin-serv/httpd.conf (code=exited, status=1/FAILURE)
Apr 11 17:08:08 penguin systemd[1]: Starting 389 Administration Server....
Apr 11 17:08:08 penguin apache2[7507]: AH00558: apache2: Could not reliably determine the server's fully qualified doma… message
Apr 11 17:08:08 penguin apache2[7507]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/dirsrv/…rror log
Apr 11 17:08:08 penguin apache2[7507]: AH00014: Configuration check failed
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Control process exited, code=exited status=1
Apr 11 17:08:08 penguin systemd[1]: Failed to start 389 Administration Server..
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Unit entered failed state.
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Failed with result 'exit-code'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package 389-admin (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
dpkg: dependency problems prevent configuration of 389-ds-console:
389-ds-console depends on 389-admin; however:
Package 389-admin is not configured yet.
dpkg: error processing package 389-ds-console (--configure):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
389-admin
389-ds-console
E: Sub-process /usr/bin/dpkg returned an error code (1)
I even get that when I try updating my packages, like
sudo apt-get update && sudo apt-get upgrade
any suggestions?
command-line debian chromebook
New contributor
So today I ran into a bunch off errors while using the sudo command on my Chromebook with Linux installed. For example when I try to remove my Google Chrome beta application, I tried this:
sudo apt-get remove google-chrome-beta
but I got this error:
(Reading database ... 81090 files and directories currently installed.)
Removing google-chrome-beta (74.0.3729.75-1) ...
Setting up 389-admin (1.1.43-1+b1) ...
Job for dirsrv-admin.service failed because the control process exited with error code.
See "systemctl status dirsrv-admin.service" and "journalctl -xe" for details.
invoke-rc.d: initscript dirsrv-admin, action "start" failed.
● dirsrv-admin.service - 389 Administration Server.
Loaded: loaded (/lib/systemd/system/dirsrv-admin.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2019-04-11 17:08:08 UTC; 39ms ago
Process: 7507 ExecStart=/usr/sbin/apache2 -k start -f /etc/dirsrv/admin-serv/httpd.conf (code=exited, status=1/FAILURE)
Apr 11 17:08:08 penguin systemd[1]: Starting 389 Administration Server....
Apr 11 17:08:08 penguin apache2[7507]: AH00558: apache2: Could not reliably determine the server's fully qualified doma… message
Apr 11 17:08:08 penguin apache2[7507]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/dirsrv/…rror log
Apr 11 17:08:08 penguin apache2[7507]: AH00014: Configuration check failed
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Control process exited, code=exited status=1
Apr 11 17:08:08 penguin systemd[1]: Failed to start 389 Administration Server..
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Unit entered failed state.
Apr 11 17:08:08 penguin systemd[1]: dirsrv-admin.service: Failed with result 'exit-code'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package 389-admin (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
dpkg: dependency problems prevent configuration of 389-ds-console:
389-ds-console depends on 389-admin; however:
Package 389-admin is not configured yet.
dpkg: error processing package 389-ds-console (--configure):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.6.1-2) ...
Errors were encountered while processing:
389-admin
389-ds-console
E: Sub-process /usr/bin/dpkg returned an error code (1)
I even get that when I try updating my packages, like
sudo apt-get update && sudo apt-get upgrade
any suggestions?
command-line debian chromebook
command-line debian chromebook
New contributor
New contributor
New contributor
asked yesterday
codeWithMecodeWithMe
1062
1062
New contributor
New contributor
put on hold as off-topic by Kulfy, Florian Diesch, pomsky, N0rbert, chili555 yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Kulfy, Florian Diesch, pomsky, N0rbert, chili555
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Kulfy, Florian Diesch, pomsky, N0rbert, chili555 yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Kulfy, Florian Diesch, pomsky, N0rbert, chili555
If this question can be reworded to fit the rules in the help center, please edit the question.
Chromebook with Linux installed: Which distribution and version?
– Kulfy
yesterday
1
PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=debian HOME_URL="debian.org" SUPPORT_URL="debian.org/support" BUG_REPORT_URL="bugs.debian.org"
– codeWithMe
yesterday
1
Debian is off-topic here. You can ask your question related to Debian at U&L
– Kulfy
yesterday
Okey, thank you for redirecting me!
– codeWithMe
yesterday
add a comment |
Chromebook with Linux installed: Which distribution and version?
– Kulfy
yesterday
1
PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=debian HOME_URL="debian.org" SUPPORT_URL="debian.org/support" BUG_REPORT_URL="bugs.debian.org"
– codeWithMe
yesterday
1
Debian is off-topic here. You can ask your question related to Debian at U&L
– Kulfy
yesterday
Okey, thank you for redirecting me!
– codeWithMe
yesterday
Chromebook with Linux installed: Which distribution and version?
– Kulfy
yesterday
Chromebook with Linux installed: Which distribution and version?
– Kulfy
yesterday
1
1
PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=debian HOME_URL="debian.org" SUPPORT_URL="debian.org/support" BUG_REPORT_URL="bugs.debian.org"
– codeWithMe
yesterday
PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=debian HOME_URL="debian.org" SUPPORT_URL="debian.org/support" BUG_REPORT_URL="bugs.debian.org"
– codeWithMe
yesterday
1
1
Debian is off-topic here. You can ask your question related to Debian at U&L
– Kulfy
yesterday
Debian is off-topic here. You can ask your question related to Debian at U&L
– Kulfy
yesterday
Okey, thank you for redirecting me!
– codeWithMe
yesterday
Okey, thank you for redirecting me!
– codeWithMe
yesterday
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Chromebook with Linux installed: Which distribution and version?
– Kulfy
yesterday
1
PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=debian HOME_URL="debian.org" SUPPORT_URL="debian.org/support" BUG_REPORT_URL="bugs.debian.org"
– codeWithMe
yesterday
1
Debian is off-topic here. You can ask your question related to Debian at U&L
– Kulfy
yesterday
Okey, thank you for redirecting me!
– codeWithMe
yesterday