Announcement

Collapse
No announcement yet.

Activate New Device

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

  • Activate New Device

    Newbie here. Tried to activate, device not found. Followed instructions to SSH into raspberry pi and execute command.
    The result is found in the attached file.
    Have no idea what to do next.
    Any help greatly appreciated.
    Attached Files

  • #2
    Hi. As no one else has replied yet I'll offer my 2p's worth

    The log has a ton of "Read-only file system" errors, so the setup isn't able to modify any files.

    At the top of the file are a couple of other warnings:

    Code:
    SSH is enabled and the default password for the 'pi' user has not been changed.
    This is a security risk - please login as the 'pi' user and type 'passwd' to set                                                                                                                                                              a new password.
    And

    Code:
    Wi-Fi is disabled because the country is not set.
    Use raspi-config to set the country before use.
    Not sure whether it's security feature to keep the file system read only until those are set up, but I would change pi's password and run "sudo raspi-config" first and then try the Fr24 set up again as a first step.

    Comment


    • #3
      Reboot. (sudo reboot)
      Try again

      Or if that doesn't work you may need to re-write the image/install again

      That is a sign of filesystem detecting corruption and going into failsafe read-only mode
      It sounds like you file system was mounted read-only. When that happens, nothing can create new files or edit existing ones. The file system is automatically remounted read-only whenever there is an input/output error on that file system, to prevent further damage. During reboot, a file system check was executed and it was again mounted read-write.
      Posts not to be taken as official support representation - Just a helpful uploader who tinkers

      Comment


      • #4
        Looks like you have installed PI24 image?

        In that case you should NOT install fr24feed, it is already installed.

        /M
        F-ESDF1, F-ESGG1, F-ESGP1, F-ESNK1, F-ESNV2, F-ESNV3 F-ESSL4, F-ESNZ7, F-LFMN3
        T-ESNL1, T-ESNL2, T-ESGR15
        P-ESIA, P-ESIB, P-ESGF, P-ESSN, P-EFMA
        mrmac (a) fastest.cc

        Comment

        Working...
        X