Jump to content


Photo

Update does not seem to work


  • Please log in to reply
9 replies to this topic

#1 Marc-UK

  • Senior Member
  • 39 posts

+1
Neutral

Posted 22 January 2014 - 22:28

Hello all,

 

I usually perform an update every day or so but for the past 2 days, the update does not seem to happen.

 

I am runninng a DM8000 and OpenPLi 4 and when I check for updates, it tells me that update from 21.01.14 00:08 is available. If I select to update and restart, the process seems to go correctly but after reboot, I still have the version from 19.01.14. I tried multiple times (as well as Install updates and ask to reboot) and I can never get this update to install. Any ideas? Do I need to reinstall my image?

 

I also tried without better success:

> opkg list-upgradable

> opkg update

> opkg upgrade

 

Here's what I get:

 

root@dm8000:~# opkg list-upgradable
dbus-1 - 1.6.10-r6.0 - 1.6.18-r0
rpcbind - 0.2.0-r4 - 0.2.1-r0

 

root@dm8000:~# opkg update
Downloading http://downloads.pli...00/Packages.gz.
Inflating http://downloads.pli...00/Packages.gz.
Updated list of available packages in /var/lib/opkg/openpli-3rd-party-dm8000.
Downloading http://downloads.pli...ty/Packages.gz.
Inflating http://downloads.pli...ty/Packages.gz.
Updated list of available packages in /var/lib/opkg/openpli-3rd-party.
Downloading http://downloads.pli...ll/Packages.gz.
Inflating http://downloads.pli...ll/Packages.gz.
Updated list of available packages in /var/lib/opkg/openpli-all.
Downloading http://downloads.pli...00/Packages.gz.
Inflating http://downloads.pli...00/Packages.gz.
Updated list of available packages in /var/lib/opkg/openpli-dm8000.
Downloading http://downloads.pli...el/Packages.gz.
Inflating http://downloads.pli...el/Packages.gz.
Updated list of available packages in /var/lib/opkg/openpli-mips32el.

 

root@dm8000:~# opkg upgrade
Upgrading dbus-1 on root from 1.6.10-r6.0 to 1.6.18-r0...
Downloading http://downloads.pli...0_mips32el.ipk.
Installing initscripts-functions (1.0-r144) to root...
Downloading http://downloads.pli...4_mips32el.ipk.
Upgrading rpcbind on root from 0.2.0-r4 to 0.2.1-r0...
Downloading http://downloads.pli...0_mips32el.ipk.
Installing initscripts-functions (1.0-r144) to root...
Collected errors:
 * check_data_file_clashes: Package initscripts-functions wants to install file /etc/init.d/functions.initscripts
        But that file is already provided by package  * initscripts
 * check_data_file_clashes: Package initscripts-functions wants to install file /etc/init.d/functions.initscripts
        But that file is already provided by package  * initscripts

 



Re: Update does not seem to work #2 WanWizard

  • PLi® Core member
  • 71,188 posts

+1,842
Excellent

Posted 22 January 2014 - 22:31

There as been an issue a few days ago, that causes this dependency issue.

 

Two ways to get rid of it:

- flash the box

- run "opkg upgrade -force-overwrite"


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Update does not seem to work #3 Marc-UK

  • Senior Member
  • 39 posts

+1
Neutral

Posted 22 January 2014 - 22:47

Thank you

 

Just tried the force-overwrite and did not get any error message. It's quicker than re-installing the image

 

When I check for updates, it tells me no updates are available :) . The GUI version still shows 19.01.14 though.

 

BTW, is there a way to determine which verision/image is installed from a command line? Can I trust > uname -a ?

 

root@dm8000:~# opkg upgrade -force-overwrite
Upgrading dbus-1 on root from 1.6.10-r6.0 to 1.6.18-r0...
Downloading http://downloads.pli...0_mips32el.ipk.
Installing initscripts-functions (1.0-r144) to root...
Downloading http://downloads.pli...4_mips32el.ipk.
Stopping system message bus: dbus.
update-rc.d: /etc/init.d/dbus-1 exists during rc.d purge (continuing)
 Removing any system startup links for dbus-1 ...
  /etc/rc0.d/K20dbus-1
  /etc/rc1.d/K20dbus-1
  /etc/rc2.d/S02dbus-1
  /etc/rc3.d/S02dbus-1
  /etc/rc5.d/S02dbus-1
  /etc/rc6.d/K20dbus-1
Running groupadd commands...
NOTE: Performing groupadd with [ -r netdev] and 10 times of retry
WARNING: group netdev already exists, not re-creating it
Running useradd commands...
NOTE: Performing useradd with [ --system --home /var/lib/dbus                        --no-create-home --shell /bin/false                        --user-group messagebus] and 10 times of retry
WARNING: user messagebus already exists, not re-creating it
Upgrading rpcbind on root from 0.2.0-r4 to 0.2.1-r0...
Downloading http://downloads.pli...0_mips32el.ipk.
Stopping rpcbind daemon...
done.
update-rc.d: /etc/init.d/rpcbind exists during rc.d purge (continuing)
 Removing any system startup links for rpcbind ...
  /etc/rc0.d/S32rpcbind
  /etc/rc1.d/K81rpcbind
  /etc/rc6.d/S32rpcbind
  /etc/rcS.d/S43rpcbind
Configuring initscripts-functions.
update-alternatives: Linking //etc/init.d/functions to /etc/init.d/functions.initscripts
Configuring dbus-1.
 Adding system startup for /etc/init.d/dbus-1.
Starting system message bus: dbus.
Configuring rpcbind.
 Adding system startup for /etc/init.d/rpcbind.
Starting rpcbind daemon...done.


Edited by Marc-UK, 22 January 2014 - 22:51.


Re: Update does not seem to work #4 WanWizard

  • PLi® Core member
  • 71,188 posts

+1,842
Excellent

Posted 22 January 2014 - 22:53

I think

ls -la /etc/version

gives you the date and time of the last flash.

 

It is very difficult (i.e. near to impossible) to what state it is updated, due to the fact that an update is a long list of packages. So what defines "updated"?

 

ls -la /var/lib/opkg/status

gives you the date and time of the last time you ran an opkg update (and in that file what was installed, with a timestamp).


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Update does not seem to work #5 Marc-UK

  • Senior Member
  • 39 posts

+1
Neutral

Posted 22 January 2014 - 22:59

In my case, this gives me the date I installed the image, not the latest updates I actually installed

 

root@dm8000:/etc# ls -la /etc/version
-rw-r--r--    1 root     root             1 Oct 27 06:14 /etc/version

 

root@dm8000:/etc# uname -a
Linux dm8000 3.2-dm8000 #1 SMP Mon Jan 20 17:17:02 CET 2014 mips GNU/Linux
r

oot@dm8000:/etc# cat /etc/issue
openpli 4 \n \l



Re: Update does not seem to work #6 Marc-UK

  • Senior Member
  • 39 posts

+1
Neutral

Posted 22 January 2014 - 23:06

In my case, this gives me the date I installed the image, not the latest updates I actually installed

 

root@dm8000:/etc# ls -la /etc/version
-rw-r--r--    1 root     root             1 Oct 27 06:14 /etc/version

 

root@dm8000:/etc# uname -a
Linux dm8000 3.2-dm8000 #1 SMP Mon Jan 20 17:17:02 CET 2014 mips GNU/Linux

 

oot@dm8000:/etc# cat /etc/issue
openpli 4 \n \l

Thank you. With this information, I can actually determine a few dates

 

root@dm8000:/etc# ls -la /etc/version  >>  Flash Date
-rw-r--r--    1 root     root             1 Oct 27 06:14 /etc/version

 

root@dm8000:/etc# uname -a  >>  Not sure about this one
Linux dm8000 3.2-dm8000 #1 SMP Mon Jan 20 17:17:02 CET 2014 mips GNU/Linux
r

oot@dm8000:/etc# cat /etc/issue  >>  OpenPLi version
openpli 4 \n \l

 

root@dm8000:/etc# ls -la /var/lib/opkg/status  >>  That's the same date & time reported by OpenWebif for the firmware version
-rw-r--r--    1 root     root         92663 Jan 22 22:34 /var/lib/opkg/status



Re: Update does not seem to work #7 WanWizard

  • PLi® Core member
  • 71,188 posts

+1,842
Excellent

Posted 22 January 2014 - 23:32

I think uname gives you the kernel compilation date?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Update does not seem to work #8 kocus37

  • Senior Member
  • 121 posts

+4
Neutral

Posted 5 March 2014 - 10:28

No full update since 2 days ago, i have updated today and only one packaged install libdvd***, my last enigma2 update is from 01-03-2014. Is there something wrong?


OpenPli 4.0 - Vu+Solo2 - 30W Hispasat


Re: Update does not seem to work #9 WanWizard

  • PLi® Core member
  • 71,188 posts

+1,842
Excellent

Posted 5 March 2014 - 11:43

Sometimes the build server fails to create a new image overnight, because of bugs in the code, the config, or because an upstream repository can not be accessed. And if no image is created, new feed data is not available too...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Update does not seem to work #10 kocus37

  • Senior Member
  • 121 posts

+4
Neutral

Posted 5 March 2014 - 12:30

Ok thanks i´ll wait maybe next time is ok.


OpenPli 4.0 - Vu+Solo2 - 30W Hispasat



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users