Forum
Xbian update failing - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Installation (/forum-16.html)
+--- Thread: Xbian update failing (/thread-1721.html)



Xbian update failing - Baz8755 - 3rd Nov, 2013 11:28 PM

I am currently running a clean install of Beta 1.1 and was informed in the linux update app that a new version of xBian is available, when I try and perform the update I get the following errors

/usr/local/include/xbian-config/modules/updates/functions: line 141: xbian-update;1.0-1.1;1.0-1.2: syntax error: invalid arithmetic operator (error token is ";1.0-1.1;1.0-1.2")
/usr/local/include/xbian-config/modules/updates/functions: line 142: xbian-update;1.0-1.1;1.0-1.2: syntax error: invalid arithmetic operator (error token is ";1.0-1.1;1.0-1.2")
(standard_in) 1: syntax error
(standard_in) 1: syntax error


Any ideas?

Cheers

Baz


RE: Xbian update failing - mk01 - 4th Nov, 2013 12:31 PM

for this one particular case do from command line (ssh)

Code:
sudo -i
apt-get install xbian-update=1.0-1.2



RE: Xbian update failing - Baz8755 - 4th Nov, 2013 05:45 PM

(4th Nov, 2013 12:31 PM)mk01 Wrote:  for this one particular case do from command line (ssh)

Code:
sudo -i
apt-get install xbian-update=1.0-1.2

When I ran this command I got the following output

root@xbian:~# apt-get install xbian-update=1.0-1.2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
xbian-update
1 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
4 not fully installed or removed.
Need to get 4,148 B of archives.
After this operation, 21.5 kB disk space will be freed.
Get:1 http://xbian.brantje.com/ wheezy/main xbian-update armhf 1.0-1.2 [4,148 B]
Fetched 4,148 B in 0s (23.9 kB/s)
Setting up initscripts (2.88dsf-41+deb7u1) ...
insserv: Service checkfs has to be enabled to start service mountall
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing initscripts (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
initscripts
E: Sub-process /usr/bin/dpkg returned an error code (1)


RE: Xbian update failing - mk01 - 4th Nov, 2013 05:55 PM

http://forum.xbian.org/thread-1031-post-16448.html#pid16448


RE: Xbian update failing - rikardo1979 - 4th Nov, 2013 07:26 PM

closing as it is discussed elsewhere