Announcement

Collapse
No announcement yet.

Windows Setup/Feed Migration (virtualVM) Assistance

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

  • arash
    replied
    Hi

    on the usb panel on dashboard, the red circle flashes and the connection between the dongles and the operating system is not established, like this:

    Untitled.jpg

    & when in type fr24feed-status, i got this massage:

    Receiver:down ... failed

    fr24MLAT : not running ....failed
    Last edited by arash; 2019-06-24, 20:12.

    Leave a comment:


  • wiedehopf
    replied
    For the logs to work properly you might need to do this:

    sudo chown fr24 /var/log/fr24feed

    That way fr24feed can write to that directory.
    But if you don't need the logs anyway it doesn't matter.

    Leave a comment:


  • arash
    replied
    Originally posted by wiedehopf View Post
    It's very confusing, in the 2nd picture you posted, the package in question is being downloaded.

    So i'm not sure how it could be not working?
    Maybe try

    sudo apt clean

    Then try the install again.
    Thank you for help

    Leave a comment:


  • arash
    replied
    Originally posted by abcd567 View Post
    Code:
    sudo mkdir /var/log/fr24feed
    Thank you

    fr24feed was set

    Leave a comment:


  • abcd567
    replied
    Code:
    sudo mkdir /var/log/fr24feed
    Last edited by abcd567; 2019-06-23, 22:44.

    Leave a comment:


  • abcd567
    replied
    Alternate download sites:

    Code:
    wget -O ~/gcc-6-base_6.3.0-18+deb9u1_armhf.deb http://ftp.debian.org/debian/pool/main/g/gcc-6/gcc-6-base_6.3.0-18+deb9u1_armhf.deb
    
    
    wget -O ~/gcc-6-base_6.3.0-18+deb9u1_armhf.deb  http://ftp.ca.debian.org/debian/pool/main/g/gcc-6/gcc-6-base_6.3.0-18+deb9u1_armhf.deb
    
    
    wget -O ~/gcc-6-base_6.3.0-18+deb9u1_armhf.deb  http://ftp.br.debian.org/debian/pool/main/g/gcc-6/gcc-6-base_6.3.0-18+deb9u1_armhf.deb

    Leave a comment:


  • arash
    replied
    Originally posted by wiedehopf View Post
    It should work. Maybe you mistyped something?

    Code:
    sudo apt install gcc-6-base:armhf
    After the
    sudo apt update
    the package should be found.

    So sudo apt update worked fine this time? (no "unable to resolve" like on the picture?)
    Amazing! it's work!!!

    so when I want to config fr24feed, at 6A step, i got this error!

    path /var/log/fr24feed is no accessible, please enter correct path!

    I enter the correct path for 10 times but its not working.

    Leave a comment:


  • abcd567
    replied
    Code:
    wget -O ~/gcc-6-base_6.3.0-18+deb9u1_armhf.deb   http://ftp.us.debian.org/debian/pool/main/g/gcc-6/gcc-6-base_6.3.0-18+deb9u1_armhf.deb  
    
    cd ~/
    
    sudo dpkg -i  gcc-6-base_6.3.0-18+deb9u1_armhf.deb

    Leave a comment:


  • wiedehopf
    replied
    It's very confusing, in the 2nd picture you posted, the package in question is being downloaded.

    So i'm not sure how it could be not working?
    Maybe try

    sudo apt clean

    Then try the install again.

    Leave a comment:


  • arash
    replied
    Originally posted by abcd567 View Post
    What is the output of following 2 commands?


    uname -a

    lscpu
    Linus raspberry 4.9.0-8-686 #1 SMP Debian 4.9.144-3.1 (2019-2-19) i686 GNU/Linux

    I use 32 bit windows 7 on intel core 2 duo 2.66 Mhz with 4 gig ram

    Leave a comment:


  • wiedehopf
    replied
    It should work. Maybe you mistyped something?

    Code:
    sudo apt install gcc-6-base:armhf
    After the
    sudo apt update
    the package should be found.

    So sudo apt update worked fine this time? (no "unable to resolve" like on the picture?)
    Last edited by wiedehopf; 2019-06-23, 22:07.

    Leave a comment:


  • arash
    replied
    Originally posted by wiedehopf View Post
    That's not what i asked for, is this command working:

    sudo apt update
    sudo apt dist-upgrade

    Or does it still say "Could not resolve"

    "could not locate" is a different error, please be precise.
    after i type this sudo apt dist-upgrade command, its start to get some date and install it.

    after that, i type sudo apt update.

    and after that type:

    sudo dpkg --add-architecture armhf

    &

    sudo apt update

    and at last :

    sudo apt install gcc-6-base:armhf libc6:armhf libgcc1:armhf libstdc++6:armhf

    but still get this answer :

    E: Unable to locate package gcc6-base:armhf

    You are on a Raspberry Pi, aren't you?
    Then you don't need those packages and are using a guide that's not meant for your device.

    Or which device exactly are you using?
    no, I used oracle vm virtualbox to install Debian Stretch with Raspberry Pi Desktop as described in the first page of this topic.

    Leave a comment:


  • abcd567
    replied
    What is the output of following 2 commands?


    uname -a

    lscpu

    Leave a comment:


  • wiedehopf
    replied
    That's not what i asked for, is this command working:

    sudo apt update
    sudo apt dist-upgrade

    Or does it still say "Could not resolve"

    "could not locate" is a different error, please be precise.

    Leave a comment:


  • arash
    replied
    Originally posted by wiedehopf View Post
    The question is, did this work?

    sudo apt update
    yes

    when I type:

    cat /etc/resolv.conf

    answer is :

    nameserver 8.8.8.8

    Leave a comment:

Working...
X