When installing libc6-i386 libgcc1:i386 I get a permussion denied error about plymouth
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I have a dedicated server running Ubuntu 18.04
When I run
sudo apt-get install libc6-i386 libgcc1:i386
I get
Setting up initramfs-tools (0.130ubuntu3) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-firmware (1.173.1) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-22-generic
/usr/share/initramfs-tools/hooks/plymouth: 36: /usr/share/initramfs-tools/hooks/plymouth: plymouth: Permission denied
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 126.
update-initramfs: failed for /boot/initrd.img-4.15.0-22-generic with 126.
dpkg: error processing package linux-firmware (--configure):
installed linux-firmware package post-installation script subprocess returned error exit status 126
Processing triggers for initramfs-tools (0.130ubuntu3) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-22-generic
/usr/share/initramfs-tools/hooks/plymouth: 36: /usr/share/initramfs-tools/hooks/plymouth: plymouth: Permission denied
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 126.
update-initramfs: failed for /boot/initrd.img-4.15.0-22-generic with 126.
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 126
Errors were encountered while processing:
linux-firmware
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
I've tried running it as root and nothing changes. I've tried to reinstall plymouth but I still get permission denied.
apt package-management dpkg plymouth
add a comment |Â
up vote
0
down vote
favorite
I have a dedicated server running Ubuntu 18.04
When I run
sudo apt-get install libc6-i386 libgcc1:i386
I get
Setting up initramfs-tools (0.130ubuntu3) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-firmware (1.173.1) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-22-generic
/usr/share/initramfs-tools/hooks/plymouth: 36: /usr/share/initramfs-tools/hooks/plymouth: plymouth: Permission denied
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 126.
update-initramfs: failed for /boot/initrd.img-4.15.0-22-generic with 126.
dpkg: error processing package linux-firmware (--configure):
installed linux-firmware package post-installation script subprocess returned error exit status 126
Processing triggers for initramfs-tools (0.130ubuntu3) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-22-generic
/usr/share/initramfs-tools/hooks/plymouth: 36: /usr/share/initramfs-tools/hooks/plymouth: plymouth: Permission denied
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 126.
update-initramfs: failed for /boot/initrd.img-4.15.0-22-generic with 126.
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 126
Errors were encountered while processing:
linux-firmware
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
I've tried running it as root and nothing changes. I've tried to reinstall plymouth but I still get permission denied.
apt package-management dpkg plymouth
What doesls -l /usr/share/initramfs-tools/hooks/plymouth
report?
â steeldriver
Jun 1 at 11:40
-rwxr-xr-x 1 root root 5275 Apr 12 20:07 /usr/share/initramfs-tools/hooks/plymouth
â BBGun007
Jun 1 at 23:00
Apologies - I misread the error, it seems to be complaining about the executability of the plymouth binary itself i.e. what we want to know isls -l /bin/plymouth
â steeldriver
Jun 1 at 23:16
-rw-r--r-- 1 root root 38904 Apr 12 20:07 /bin/plymouth
â BBGun007
Jun 1 at 23:29
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a dedicated server running Ubuntu 18.04
When I run
sudo apt-get install libc6-i386 libgcc1:i386
I get
Setting up initramfs-tools (0.130ubuntu3) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-firmware (1.173.1) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-22-generic
/usr/share/initramfs-tools/hooks/plymouth: 36: /usr/share/initramfs-tools/hooks/plymouth: plymouth: Permission denied
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 126.
update-initramfs: failed for /boot/initrd.img-4.15.0-22-generic with 126.
dpkg: error processing package linux-firmware (--configure):
installed linux-firmware package post-installation script subprocess returned error exit status 126
Processing triggers for initramfs-tools (0.130ubuntu3) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-22-generic
/usr/share/initramfs-tools/hooks/plymouth: 36: /usr/share/initramfs-tools/hooks/plymouth: plymouth: Permission denied
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 126.
update-initramfs: failed for /boot/initrd.img-4.15.0-22-generic with 126.
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 126
Errors were encountered while processing:
linux-firmware
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
I've tried running it as root and nothing changes. I've tried to reinstall plymouth but I still get permission denied.
apt package-management dpkg plymouth
I have a dedicated server running Ubuntu 18.04
When I run
sudo apt-get install libc6-i386 libgcc1:i386
I get
Setting up initramfs-tools (0.130ubuntu3) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-firmware (1.173.1) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-22-generic
/usr/share/initramfs-tools/hooks/plymouth: 36: /usr/share/initramfs-tools/hooks/plymouth: plymouth: Permission denied
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 126.
update-initramfs: failed for /boot/initrd.img-4.15.0-22-generic with 126.
dpkg: error processing package linux-firmware (--configure):
installed linux-firmware package post-installation script subprocess returned error exit status 126
Processing triggers for initramfs-tools (0.130ubuntu3) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-22-generic
/usr/share/initramfs-tools/hooks/plymouth: 36: /usr/share/initramfs-tools/hooks/plymouth: plymouth: Permission denied
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 126.
update-initramfs: failed for /boot/initrd.img-4.15.0-22-generic with 126.
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 126
Errors were encountered while processing:
linux-firmware
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
I've tried running it as root and nothing changes. I've tried to reinstall plymouth but I still get permission denied.
apt package-management dpkg plymouth
edited Jun 1 at 10:12
![](https://i.stack.imgur.com/8CW8e.png?s=32&g=1)
![](https://i.stack.imgur.com/8CW8e.png?s=32&g=1)
Zanna
47.8k13116226
47.8k13116226
asked Jun 1 at 6:00
BBGun007
1
1
What doesls -l /usr/share/initramfs-tools/hooks/plymouth
report?
â steeldriver
Jun 1 at 11:40
-rwxr-xr-x 1 root root 5275 Apr 12 20:07 /usr/share/initramfs-tools/hooks/plymouth
â BBGun007
Jun 1 at 23:00
Apologies - I misread the error, it seems to be complaining about the executability of the plymouth binary itself i.e. what we want to know isls -l /bin/plymouth
â steeldriver
Jun 1 at 23:16
-rw-r--r-- 1 root root 38904 Apr 12 20:07 /bin/plymouth
â BBGun007
Jun 1 at 23:29
add a comment |Â
What doesls -l /usr/share/initramfs-tools/hooks/plymouth
report?
â steeldriver
Jun 1 at 11:40
-rwxr-xr-x 1 root root 5275 Apr 12 20:07 /usr/share/initramfs-tools/hooks/plymouth
â BBGun007
Jun 1 at 23:00
Apologies - I misread the error, it seems to be complaining about the executability of the plymouth binary itself i.e. what we want to know isls -l /bin/plymouth
â steeldriver
Jun 1 at 23:16
-rw-r--r-- 1 root root 38904 Apr 12 20:07 /bin/plymouth
â BBGun007
Jun 1 at 23:29
What does
ls -l /usr/share/initramfs-tools/hooks/plymouth
report?â steeldriver
Jun 1 at 11:40
What does
ls -l /usr/share/initramfs-tools/hooks/plymouth
report?â steeldriver
Jun 1 at 11:40
-rwxr-xr-x 1 root root 5275 Apr 12 20:07 /usr/share/initramfs-tools/hooks/plymouth
â BBGun007
Jun 1 at 23:00
-rwxr-xr-x 1 root root 5275 Apr 12 20:07 /usr/share/initramfs-tools/hooks/plymouth
â BBGun007
Jun 1 at 23:00
Apologies - I misread the error, it seems to be complaining about the executability of the plymouth binary itself i.e. what we want to know is
ls -l /bin/plymouth
â steeldriver
Jun 1 at 23:16
Apologies - I misread the error, it seems to be complaining about the executability of the plymouth binary itself i.e. what we want to know is
ls -l /bin/plymouth
â steeldriver
Jun 1 at 23:16
-rw-r--r-- 1 root root 38904 Apr 12 20:07 /bin/plymouth
â BBGun007
Jun 1 at 23:29
-rw-r--r-- 1 root root 38904 Apr 12 20:07 /bin/plymouth
â BBGun007
Jun 1 at 23:29
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2faskubuntu.com%2fquestions%2f1042518%2fwhen-installing-libc6-i386-libgcc1i386-i-get-a-permussion-denied-error-about-pl%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
What does
ls -l /usr/share/initramfs-tools/hooks/plymouth
report?â steeldriver
Jun 1 at 11:40
-rwxr-xr-x 1 root root 5275 Apr 12 20:07 /usr/share/initramfs-tools/hooks/plymouth
â BBGun007
Jun 1 at 23:00
Apologies - I misread the error, it seems to be complaining about the executability of the plymouth binary itself i.e. what we want to know is
ls -l /bin/plymouth
â steeldriver
Jun 1 at 23:16
-rw-r--r-- 1 root root 38904 Apr 12 20:07 /bin/plymouth
â BBGun007
Jun 1 at 23:29