Jump to content

gil44

Members
  • Posts

    12
  • Joined

  • Last visited

Reputation Activity

  1. Like
    gil44 got a reaction from Igor in [Odroid-C2 - Wifi connection lost] - Kernel updated and Wifi fails - a Bug?   
    Hello
    Thank you for your attention and sorry for the delay... family time..
    The image before that was working fine was the 'Armbian_5.06_Odroidc2_Debian_jessie_3.14.65_desktop' version.
    To be installed, the root partition was transferred with the nand-sata-install script to an USB 3.0 storage device and the depository address was changed like suggested here somewhere, replacing 'http://httpredir.debian.org/debian' to 'http://ftp.uk.debian.org/debian' in the /etc/apt/sources.list file.
    Recently, after an upgrade, the wifi has been totally lost.
     
    I built today a new image from the last version of your software (http://mirror.igorpecovnik.com/Armbian_5.10_Odroidc2_Debian_jessie_3.14.67_desktop.7z), transferred the root partition of the SD to an USB 3.0 device with the incorporated nand -script, made an update/upgrade (keeping the http://httpredir.debian.org/debian address), installed different programs like the navit and gps-daemon and everything works now (again!) like a charm.
     
    So... It was well a bug before...
     
    A very good day-end!
  2. Like
    gil44 got a reaction from wildcat_paris in [Solved] Armbian on Odroid-C2 -Boot on an external USB-drive   
    Hello
     
    At first, I would like to tell how I think your work you do on the arm boards is great.
     
    Looking actively for an alternative to the official Odroid Ubuntu image, I downloaded and installed the Armbian image on a SD card with dd and booted on the Odroid-C2 board. I made a first boot and a update/upgrade cycle on the SD card before to transfer the ext4 (root) partition with rsync (with the basic : -aAXv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found", options) to an empty, new made ext4-partition on a 16 Gb-USB 3.0-drive.
     
    The OS boots well on the USB device (changed the boot.ini and fstab files as below) and I connect the board by ssh as root or as common user.
    But as shown below, I am now unable to install new packages or run the updates:
    I have try to enable the automatic security update download for the basic system and the kernel without success.
     
    I think that the difficulty is how to manage the changes in the remote host identification...
    Any suggestion would be very welcome!
     
     
    _________________
    boot.ini file changes (SD card):
     
    # Boot Arguments
    setenv bootargs "root=UUID=45803055-e115-467d-80fd-037d4f812182 rootwait rootflags=data=writeback rw ${condev} no_console_suspend hdmimode=${m} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes loglevel=${verbosity} net.ifnames=0"
     
     
    ________________________
    fstab changes (on the USB-drive - UUID=45803055-e115-467d-80fd-037d4f812182):
     
    #/dev/mmcblk0p2 / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1
    UUID=45803055-e115-467d-80fd-037d4f812182 / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1
    /dev/mmcblk0p1 /boot vfat defaults 0 2
    tmpfs /tmp tmpfs defaults,rw,nosuid 0 0
    /var/swap none swap sw 0 0
     
    ____________________
    Connection to the board:
     
    $ ssh root@192.168.1.79
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
      ___      _           _     _    ____ ____  
     / _ \  __| |_ __ ___ (_) __| |  / ___|___ \
    | | | |/ _` | '__/ _ \| |/ _` | | |     __) |
    | |_| | (_| | | | (_) | | (_| | | |___ / __/
     \___/ \__,_|_|  \___/|_|\__,_|  \____|_____|
                                                 

    Welcome to ARMBIAN Debian GNU/Linux 8 (jessie) 3.14.65-odroidc2

    System load:   0.24                Up time:       4 min        
    Memory usage:  12 % of 1719Mb     IP:            192.168.1.49
    CPU temp:      39°C               
    Usage of /:    13% of 15G        storage/:      13% of 15G        

    Last login: Sun Apr  3 21:50:29 2016

    root@odroidc2:~# apt-get update
    Hit http://apt.armbian.comjessie InRelease                                
    0% [Waiting for headers] [Waiting for headers]Splitting up /var/lib/apt/lists/apt.armbian.com_dists_jessie_InRelease inGet:1 http://security.debian.orgjessie/updates InRelease [63.1 kB]
    Ign http://apt.armbian.comjessie InRelease   
    E: GPG error: http://apt.armbian.comjessie InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
     
    root@odroidc2:~# apt-get install unattended-upgrades apt-listchanges
    Reading package lists... Done
    Building dependency tree      
    Reading state information... Done
    E: Unable to locate package unattended-upgrades
    E: Unable to locate package apt-listchanges
     
    root@odroidc2:~# dpkg-reconfigure -plow unattended-upgrades
    dpkg-query: package 'unattended-upgrades' is not installed and no information is available
    Use dpkg --info (= dpkg-deb --info) to examine archive files,
    and dpkg --contents (= dpkg-deb --contents) to list their contents.
    /usr/sbin/dpkg-reconfigure: unattended-upgrades is not installed
     
    root@odroidc2:~# apt-get install unattended-upgrades apt-listchanges
    Reading package lists... Done
    Building dependency tree      
    Reading state information... Done
    E: Unable to locate package unattended-upgrades
    E: Unable to locate package apt-listchanges
     
     
     
     
    _________________
     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines