Forum

Full Version: Xbian update failing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
for this one particular case do from command line (ssh)

Code:
sudo -i
apt-get install xbian-update=1.0-1.2
(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)
closing as it is discussed elsewhere
Reference URL's