Jump to content

Gina

Beyond the Event Horizon
  • Posts

    45,326
  • Joined

  • Last visited

  • Days Won

    120

Everything posted by Gina

  1. Ran these commands. sudo apt install cmake git clone https://github.com/rkaczorek/astroberry-diy.git Now need to do a bit of editing to remove unwanted drivers from Radek's Astroberry set as per my Tutorial page Installing 3rd Party Drivers.
  2. Done. Onwards and upwards... ?
  3. Waiting for backup to finish...
  4. To close down the RPi safely use :- sudo shutdown -h now
  5. sudo shutdown -h now Safely shuts the RPi down.
  6. Tried again with Ubuntu Mate 16.04 and it all worked.
  7. Think I'll save an image of the SD card before continuing. I think there's a Linux app but forget what so I'll use my Win7 laptop and Win32 Disk Imager.
  8. It works!! ? Next is to load the Astroberry drivers, install my modifications, compile and install drivers. ATM I only have the camera driver operational. Here's a screenshot or two from the KStars FITS Viewer - camera sitting on a box in my living room.
  9. Rebooted but now the GUI is not working - just showing four raspberries. However, the WiFi is working and I have been able to SSH into the RPi from Mint. A new IP address was allocated to the ASC so had to follow the instructions to clear the old allocation. gina@Mint-Desktop ~ $ ssh gina@asc @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ The ECDSA host key for asc has changed, and the key for the corresponding IP address 192.168.1.249 is unknown. This could either mean that DNS SPOOFING is happening or the IP address for the host and its host key have changed at the same time. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ECDSA key sent by the remote host is SHA256:IXWq4eb2asqYhAlMEYa8aymYYZ0RIuDmOrTrwhSPbug. Please contact your system administrator. Add correct host key in /home/gina/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /home/gina/.ssh/known_hosts:14 remove with: ssh-keygen -f "/home/gina/.ssh/known_hosts" -R asc ECDSA host key for asc has changed and you have requested strict checking. Host key verification failed. gina@Mint-Desktop ~ $ ssh-keygen -f "/home/gina/.ssh/known_hosts" -R asc # Host asc found: line 14 /home/gina/.ssh/known_hosts updated. Original contents retained as /home/gina/.ssh/known_hosts.old gina@Mint-Desktop ~ $ ssh gina@asc The authenticity of host 'asc (192.168.1.249)' can't be established. ECDSA key fingerprint is SHA256:IXWq4eb2asqYhAlMEYa8aymYYZ0RIuDmOrTrwhSPbug. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'asc,192.168.1.249' (ECDSA) to the list of known hosts. gina@asc's password: Welcome to Ubuntu 16.04.6 LTS (GNU/Linux 4.4.38-v7+ armv7l) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage 0 packages can be updated. 0 updates are security updates. The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
  10. Script finished and ready for rebooting. At this point I can test it with the camera then go on to install my own focuser driver alterations.
  11. Voila!!! It's all working - including the script
  12. Restarted the system and the CPU activity was low so tried the command again in Terminal and it worked Now to try the rest...
  13. Only difference closing Firefox made was to reduce memory useage. Something is exercising the CPU and at quite a high rate. Screenshot of System Monitor without Firefox running.
  14. It's definitely doing something. Firefox is running - maybe it's that. I'll close Firefox and see what gives.
  15. MATE System Monitor shows PulseAudio and itself running only. Processor is active though.
  16. gina@asc:~$ sudo apt-get install git [sudo] password for gina: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? gina@asc:~$ sudo apt-get install git E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? gina@asc:~$ Hmm... Now getting a problem earlier on!!
  17. Yes, that's what I think too. BTW - Now in Ubuntu Mate on RPi connected via WiFi and Firefox is running fine now. I'll try the script but as you say, doubt it will work and it so I'll comment out the dpkg check.
  18. I can email him and also he used to be available on the INDI forum where I'm a member. Meanwhile, I've written Ubuntu Mate 16.04 to the card and will try that.
  19. Hmm... the date on the script file is 2018 so it may be that I used an earlier version of the script. Since the system is new and there should be nothing running when I try to run the script, I see no reason to check dpkg but Robert Lancaster (the author) knows much more about these things than me.
  20. That script has worked before with Ubuntu Mate 16.04, assuming the script hasn't changed. I'll check that (if I can).
  21. Seems to me the easiest option would be to go for the previous version of Ubuntu Mate and start over as there are several things wrong with the way the current system works.
  22. After a quick check to see if we're ready, the script starts off with a test of dpkg and the error message is coming from the script. Script file is HERE This is the relevant section :- ## check if DPKG database is locked dpkg -i /dev/zero 2>/dev/null if [ "$?" -eq 2 ] then echo "dpkg is currently locked, meaning another program is either checking for updates or is currently updating the system." echo "Please wait for a few minutes or quit the other process and run this script again. Exiting now." exit fi
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.