Jump to content

Digital Larry

Members
  • Content Count

    6
  • Joined

  • Last visited

Posts posted by Digital Larry


  1. 1. trying to install my company's software package which uses curl.

    linaro@linaro-alip:~$ sh -c "$(curl -L "https://downloads.remote.it/remoteit/install_agent.sh")"
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
      0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
    curl: (60) SSL certificate problem: unable to get local issuer certificate
    More details here: https://curl.haxx.se/docs/sslcerts.html

    curl failed to verify the legitimacy of the server and therefore could not
    establish a secure connection to it. To learn more about this situation and
    how to fix it, please visit the web page mentioned above.
    linaro@linaro-alip:~$

    2. but certificates are installed?
    linaro@linaro-alip:~$ sudo dpkg -s ca-certificates
    Package: ca-certificates
    Status: install ok installed
    Priority: optional
    Section: misc
    Installed-Size: 402
    Maintainer: Julien Cristau <jcristau@debian.org>
    Architecture: all
    Multi-Arch: foreign
    Version: 20200601~deb10u2
    Depends: openssl (>= 1.1.1), debconf (>= 0.5) | debconf-2.0
    Breaks: ca-certificates-java (<< 20121112+nmu1)
    Enhances: openssl
    Description: Common CA certificates
     Contains the certificate authorities shipped with Mozilla's browser to allow
     SSL-based applications to check for the authenticity of SSL connections.
     .
     Please note that Debian can neither confirm nor deny whether the
     certificate authorities whose certificates are included in this package
     have in any way been audited for trustworthiness or RFC 3647 compliance.
     Full responsibility to assess them belongs to the local system
     administrator.
    linaro@linaro-alip:~$

    3. Certificates version is 2020  (20200601~deb10u2) apparently, but cannot update to newer.

    linaro@linaro-alip:~$ sudo apt update
    Get:1 http://security.debian.org buster/updates InRelease [65.4 kB]
    Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
    Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
    Fetched 117 kB in 4s (27.9 kB/s)
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done


  2. Also, can't get wifi running.

    Quote

    cat /etc/wpa_supplicant/wpa_supplicant.conf
    country=US
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1

    network={
    ssid="Mountain-Charlie"
    scan_ssid=1
    psk="my password"
    key_mgmt=WPA-PSK
    }

    Quote

    linaro@linaro-alip:~$ sudo ifconfig wlan0
    wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether d0:c5:d3:5a:69:c3  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

    linaro@linaro-alip:~$

     


  3. I have a Tinkerboard running Debian 9 Stretch and finally got it working OK.  I use it as a test platform for my company's Linux security software.

    Now trying Tinkerboard S with the following:

    Quote

    linaro@linaro-alip:~$ cat /etc/os-release
    PRETTY_NAME="Debian GNU/Linux 10 (buster)"
    NAME="Debian GNU/Linux"
    VERSION_ID="10"
    VERSION="10 (buster)"
    VERSION_CODENAME=buster
    ID=debian
    HOME_URL="https://www.debian.org/"
    SUPPORT_URL="https://www.debian.org/support"
    BUG_REPORT_URL="https://bugs.debian.org/"
    linaro@linaro-alip:~$

    Quote

    linaro@linaro-alip:~$ uname -a
    Linux linaro-alip 4.4.194 #52 SMP Tue Oct 26 08:35:58 UTC 2021 armv7l GNU/Linux
    linaro@linaro-alip:~$

    I've installed XRDP but only get a black screen when connecting.  I had the same issue on the Tinkerboard and was able to resolve it following instructions at this page:

    https://ubuntututorials.org/ubuntu-20-04-xrdp-black-screen/

    However, I'm still not getting anything from RDP on this device.

    I used this article to increase the number of "inotify watches" to 16384 since I kept getting errors related to that.

    https://unix.stackexchange.com/questions/13751/kernel-inotify-watch-limit-reached

    I'm also trying to run tightvnc server but keep getting font errors:

    Quote

    linaro@linaro-alip:~$ tightvncserver :1
    Couldn't start Xtightvnc; trying default font path.
    Please set correct fontPath in the tightvncserver script.
    Couldn't start Xtightvnc process.

    19/03/22 16:09:19 Xvnc version TightVNC-1.3.9
    19/03/22 16:09:19 Copyright (C) 2000-2007 TightVNC Group
    19/03/22 16:09:19 Copyright (C) 1999 AT&T Laboratories Cambridge
    19/03/22 16:09:19 All Rights Reserved.
    19/03/22 16:09:19 See http://www.tightvnc.com/ for information on TightVNC
    19/03/22 16:09:19 Desktop name 'X' (linaro-alip:1)
    19/03/22 16:09:19 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
    19/03/22 16:09:19 Listening for VNC connections on TCP port 5901
    Font directory '/usr/share/fonts/X11/misc/' not found - ignoring
    Font directory '/usr/share/fonts/X11/Type1/' not found - ignoring

    Fatal server error:
    could not open default font 'fixed'
    19/03/22 16:09:20 Xvnc version TightVNC-1.3.9
    19/03/22 16:09:20 Copyright (C) 2000-2007 TightVNC Group
    19/03/22 16:09:20 Copyright (C) 1999 AT&T Laboratories Cambridge
    19/03/22 16:09:20 All Rights Reserved.
    19/03/22 16:09:20 See http://www.tightvnc.com/ for information on TightVNC
    19/03/22 16:09:20 Desktop name 'X' (linaro-alip:1)
    19/03/22 16:09:20 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
    19/03/22 16:09:20 Listening for VNC connections on TCP port 5901
    Font directory '/usr/share/fonts/X11/misc/' not found - ignoring
    Font directory '/usr/share/fonts/X11/Speedo/' not found - ignoring
    Font directory '/usr/share/fonts/X11/Type1/' not found - ignoring

    Fatal server error:
    could not open default font 'fixed'

    linaro@linaro-alip:~$

     


  4. On 2/10/2022 at 7:26 AM, SamSoul said:

    There is something I find strange when I flash the TinkerOS with Etcher. There are 2 volumes created with a small one where you can find some files and directories you can read with Windows explorater and a big one you can't read with Windows explorater. I suppose on the big one there is the kernel. 

    This is normal for many SD card based Linuxes such as Ras Pi or Jetson.  Some have more than two partitions, I don't know why.  You are seeing two partitions.  The boot partition is small and is compatible with Windows.  The other partition holds most of the files and is a Linux partition, not readable by Windows.

×
×
  • Create New...