Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Linux XBMC for square box (beta) - Gotham 13.1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ok.. looks like maybe it's time for a mod LOL

    Comment


      Re: Linux XBMC for square box (beta) - Gotham 13.1

      Originally posted by pigbait View Post
      I 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
      Same with gomovies and GOtv Addons. No movies/TV shows are shown (unless they are before 1970)

      Comment


        Originally posted by stane1983 View Post
        Actually no because of hardware. No RTC battery on pcb to keep clock running w/o external power.
        Cant you configure ntp to initialise from /etc/init.d on init?

        Comment


          Originally posted by fist View Post
          Cant you configure ntp to initialise from /etc/init.d on init?
          I 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.
          If you find my work useful, buy me a beer
          Homepage: http://www.stane1983.com

          Comment


            Originally posted by stane1983 View Post
            I 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.
            So NetworkManager does not have a connection even after its init script?

            Comment


              Originally posted by fist View Post
              So NetworkManager does not have a connection even after its init script?
              It does have connection when network is connected. After it's connected, scripts from /etc/NetworkManager/dispatcher.d are executed. In current firmware they are not executed because they do have wrong permissions.
              If you find my work useful, buy me a beer
              Homepage: http://www.stane1983.com

              Comment


                Originally posted by pigbait View Post
                I 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
                I 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
                Last edited by Night_Hawk; 13 August 2014, 21:38. Reason: Typo

                Comment


                  Thanks for this information @Night_Hawk

                  Comment


                    Originally posted by Night_Hawk View Post
                    I 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
                    Thanks for the info

                    Comment


                      Originally posted by Night_Hawk View Post
                      I 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
                      This 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

                      Comment


                        Originally posted by polys View Post
                        This 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
                        When 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-services-script
                        Last edited by Night_Hawk; 14 August 2014, 12:26.

                        Comment


                          Originally posted by Night_Hawk View Post
                          When 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
                          The file is 02-services-script (with a dash not a dot)

                          Comment


                            Originally posted by polys View Post
                            The file is 02-services-script (with a dash not a dot)
                            Good spot my bad , I have amended my original post now, thank you.

                            Comment


                              Any updates on the new version ETA?

                              Comment


                                Any updates on when your next version on MX Linux is released?

                                Any updates or feature announcements on the 2nd Stane MX Linux is released for the M8? Are you still working on the M8 Linux release?

                                Comment

                                Working...
                                X