Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Linux XBMC for square box (beta) - Gotham 13.1
Collapse
X
-
Re: Linux XBMC for square box (beta) - Gotham 13.1
Originally posted by pigbait View PostI did the time settings posted a few posts back, but every time I unplug the box to move it the time keeps getting reset to 1970... the problem with this is it screws up an add-on called genesis... is there any other work around to fix time
Comment
-
Originally posted by fist View PostCant you configure ntp to initialise from /etc/init.d on init?
Comment
-
Originally posted by stane1983 View PostI fixed date/time issues but had other stuff to finish so I did not release new linux version yet. Ntp should not be initialized via init.d but when network interface becomes active and thats what I did. Will release it soon.
Comment
-
Originally posted by fist View PostSo NetworkManager does not have a connection even after its init script?
Comment
-
Originally posted by pigbait View PostI did the time settings posted a few posts back, but every time I unplug the box to move it the time keeps getting reset to 1970... the problem with this is it screws up an add-on called genesis... is there any other work around to fix time
Open an ssh session
logon using the root username and password
Type the following commands:
# cd /etc/NetworkManager
# chmod 755 dispatcher.d
# cd /etc/NetworkManager/dispatcher.d
# chmod 755 01-network-script
# chmod 755 02-services-script
# exit
The time should now be synchronised with NTP after a reboot and after the power is removed.
@Stane thanks again for all your hard work
Comment
-
Originally posted by Night_Hawk View PostI managed to work the time fix out using he information provide by @stane in post #171 (@stane thanks for the pointer in the right direction a this was the only issue I had with the current build). The permission for the scripts in the current build were set to 775 but they need to be 755 to run the scripts when Network Manager starts a Network connection. To work around the time issue while the new build is in progress you need to do the following:
Open an ssh session
logon using the root username and password
Type the following commands:
# cd /etc/NetworkManager
# chmod 755 dispatcher.d
# cd /etc/NetworkManager/dispatcher.d
# chmod 755 01-network-script
# chmod 755 02-services.script
# exit
The time should now be synchronised with NTP after a reboot and after the power is removed.
@Stane thanks again for all your hard work
Comment
-
Originally posted by Night_Hawk View PostI managed to work the time fix out using he information provide by @stane in post #171 (@stane thanks for the pointer in the right direction a this was the only issue I had with the current build). The permission for the scripts in the current build were set to 775 but they need to be 755 to run the scripts when Network Manager starts a Network connection. To work around the time issue while the new build is in progress you need to do the following:
Open an ssh session
logon using the root username and password
Type the following commands:
# cd /etc/NetworkManager
# chmod 755 dispatcher.d
# cd /etc/NetworkManager/dispatcher.d
# chmod 755 01-network-script
# chmod 755 02-services.script
# exit
The time should now be synchronised with NTP after a reboot and after the power is removed.
@Stane thanks again for all your hard work
Code:login as: [email protected]'s password: [root@M8 /root]# cd /etc/NetworkManager [root@M8 NetworkManager]# chmod 755 dispatcher.d [root@M8 NetworkManager]# cd /etc/NetworkManager/dispatcher.d [root@M8 dispatcher.d]# chmod 755 01-network-script [root@M8 dispatcher.d]# chmod 755 02-services.script chmod: 02-services.script: No such file or directory
Comment
-
Originally posted by polys View PostThis is what I'm getting. Any idea what the problem is?
Code:login as: [email protected]'s password: [root@M8 /root]# cd /etc/NetworkManager [root@M8 NetworkManager]# chmod 755 dispatcher.d [root@M8 NetworkManager]# cd /etc/NetworkManager/dispatcher.d [root@M8 dispatcher.d]# chmod 755 01-network-script [root@M8 dispatcher.d]# chmod 755 02-services.script chmod: 02-services.script: No such file or directory
Last edited by Night_Hawk; 14 August 2014, 12:26.
Comment
-
Originally posted by Night_Hawk View PostWhen to cd to /etc/NeworkManager/dispatcher.d type ls -l to display the list of files in the directory. Then chmod 755 followed by each if the filenames in the directory to set the correct permissions, The files in the directory should be 01-network-script and 02-sevives.script
Comment
What's Going On
Collapse
There are currently 3118 users online. 1 members and 3117 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment