Difference between revisions of "Frequently Asked Questions"
From LinuxMCE
(added the first) |
(added another) |
||
Line 2: | Line 2: | ||
=== Orbiter cannot register with the router. please try again later. === | === Orbiter cannot register with the router. please try again later. === | ||
I've seen this error before if the Asterisk was disabled: | I've seen this error before if the Asterisk was disabled: | ||
− | go to the web admin page (type your core's IP in a browser) and from the upper menu, choose wizard / devices / core and see if the 'Asterisk' check-box is checked. | + | go to the web admin page (type your core's IP in a browser) and from the upper menu, choose wizard / devices / core and see if the 'Asterisk' check-box is checked.<br> |
− | Once I've checked it again, at the next reload, the error dissappeared. | + | Once I've checked it again, at the next reload, the error dissappeared.<br> |
− | + | <br> | |
But it might be another reason for it, too. | But it might be another reason for it, too. | ||
[http://forum.linuxmce.com/index.php?topic=1556.msg7023#msg7023] | [http://forum.linuxmce.com/index.php?topic=1556.msg7023#msg7023] | ||
+ | |||
+ | === E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable) === | ||
+ | maybe this will do the trick:<br> | ||
+ | 1. clean apt-get: apt-get clean<br> | ||
+ | 2. go to /var/lib/apt/lists and do mv lock lock.old.<br> | ||
+ | <br> | ||
+ | then , rerun the installer. | ||
+ | [http://forum.linuxmce.com/index.php?topic=1895.msg8621#msg8621] |
Revision as of 20:01, 13 July 2007
Orbiter cannot register with the router. please try again later.
I've seen this error before if the Asterisk was disabled:
go to the web admin page (type your core's IP in a browser) and from the upper menu, choose wizard / devices / core and see if the 'Asterisk' check-box is checked.
Once I've checked it again, at the next reload, the error dissappeared.
But it might be another reason for it, too.
[1]
maybe this will do the trick:
1. clean apt-get: apt-get clean
2. go to /var/lib/apt/lists and do mv lock lock.old.
then , rerun the installer.
[2]