Author Topic: joggler: error running apt-get  (Read 4711 times)

Esperanto

  • Guru
  • ****
  • Posts: 281
    • View Profile
joggler: error running apt-get
« on: April 02, 2014, 01:42:13 pm »
I am running apt-get commands as instructed on the wiki to install the joggler but I keep getting this error:

Code: [Select]
Setting up initramfs-tools (0.99ubuntu13.5) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
ln: failed to create hard link `/boot/initrd.img-3.10.29op1.dpkg-bak' => `/boot/initrd.img-3.10.29op1': Operation not permitted
update-initramfs: Generating /boot/initrd.img-3.10.29op1
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r8169
cp: cannot stat `/usr/lib/i386-linux-gnu/pango/1.6.0/module-files.d/libpango1.0-0.modules': No such file or directory
cp: cannot stat `/usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so': No such file or directory
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1.
update-initramfs: failed for /boot/initrd.img-3.10.29op1 with 1.
dpkg: error processing initramfs-tools (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

anybody knows how to solve this?

purps

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1402
  • If it ain't broke, tweak it
    • View Profile
Re: joggler: error running apt-get
« Reply #1 on: April 02, 2014, 01:47:20 pm »
Which part specifically is giving that issue? Did you replace the sources.list as instructed? Are you running the commands as root?

Cheers,
Matt.
1004 RC :: looking good :: upgraded 01/04/2013
my setup :: http://wiki.linuxmce.org/index.php/User:Purps

Esperanto

  • Guru
  • ****
  • Posts: 281
    • View Profile
Re: joggler: error running apt-get
« Reply #2 on: April 02, 2014, 03:27:53 pm »
Which part specifically is giving that issue? Did you replace the sources.list as instructed? Are you running the commands as root?

It does it all the time now when running apt. I replaced all the sources and besides this error it seems to work. (still seeing the mousecursor though). Only this error is annoying because it shows on everything that gets installed.

Code: [Select]
joggler@openframe:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up initramfs-tools (0.99ubuntu13.5) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
ln: failed to create hard link `/boot/initrd.img-3.10.29op1.dpkg-bak' => `/boot/initrd.img-3.10.29op1': Operation not permitted
update-initramfs: Generating /boot/initrd.img-3.10.29op1
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r8169
cp: cannot stat `/usr/lib/i386-linux-gnu/pango/1.6.0/module-files.d/libpango1.0-0.modules': No such file or directory
cp: cannot stat `/usr/lib/i386-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so': No such file or directory
E: /usr/share/initramfs-tools/hooks/plymouth failed with return 1.
update-initramfs: failed for /boot/initrd.img-3.10.29op1 with 1.
dpkg: error processing initramfs-tools (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Errors were encountered while processing:
 initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
joggler@openframe:~$

purps

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1402
  • If it ain't broke, tweak it
    • View Profile
Re: joggler: error running apt-get
« Reply #3 on: April 03, 2014, 10:18:41 am »
Otherwise everything is working as it should?

A quick google points towards possible issues with the plymouth modules, so you could try removing those (obviously I have no idea whether this is safe in this situation, do so at your own risk, but from what I understand it's to do with splashscreens).

The module r8169 refers to your network, so I don't know if that gives you any clues. Are you using your joggler wireless or wired?

Cheers,
Matt.
1004 RC :: looking good :: upgraded 01/04/2013
my setup :: http://wiki.linuxmce.org/index.php/User:Purps

Esperanto

  • Guru
  • ****
  • Posts: 281
    • View Profile
Re: joggler: error running apt-get
« Reply #4 on: April 03, 2014, 02:14:33 pm »
I am using it wired.

Just doing the update, upgrade and installation of the packages give me this error. It is trying to change create a symbolic link on the /boot partition that mount shows is vfat:

/dev/mmcblk0p1 on /boot type vfat (rw)

which does not support symbolic links I suppose.

Is yours also vfat?
How to prevent it trying to create that link?

But besides this it seems to work.

purps

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1402
  • If it ain't broke, tweak it
    • View Profile
Re: joggler: error running apt-get
« Reply #5 on: April 04, 2014, 04:54:59 pm »
I really don't know, if it would be helpful I can check to see if it's vfat, but you'll have to tell me how.

Cheers,
Matt.
1004 RC :: looking good :: upgraded 01/04/2013
my setup :: http://wiki.linuxmce.org/index.php/User:Purps

Esperanto

  • Guru
  • ****
  • Posts: 281
    • View Profile
Re: joggler: error running apt-get
« Reply #6 on: April 04, 2014, 05:54:29 pm »
just type 'mount' on the joggler and it will show you the mounts it's having.