There are 3 versions of Buster: Yes, so much is perfectly obvious from the website, but once again you don't actually address the question. I am sure many others would share my view that Java is essential these days, not just recommended, and should be included in the Desktop release, as it was wit...
I have a desktop icon in /home/pi/desktop that runs an executable script In order to run this without being prompted whether I really want to run it, I can set the "Don't ask options on launch executable file" preference in File Manager. This seems to be a change from Stretch (a retrograde change fo...
Thank you. I think that helps, at least to see the errors :) Now the logfile contains + '[' -e /boot/1stboot.txt ']' + rm /boot/1stboot.txt + /usr/bin/raspi-config --expand-rootfs /usr/bin/raspi-config: 132: /usr/bin/raspi-config: parted: not found /usr/bin/raspi-config: 133: [: -ne: unexpected oper...
I am trying to follow instructions in this script https://github.com/aoakley/cotswoldjam/blob/master/raspbian-shrink/raspbian-shrink to add a job to roots cron tab. I am using sudo crontab -e Adding @reboot if [ -e /boot/1stboot.txt ]; then rm /boot/1stboot.txt ; /usr/bin/raspi-config --expand-rootf...
RPi Model 3B+ running Stretch. Trying to connect using RealVNC viewer on Windows 10. Connecting by IP address works fine. Trying to connect to hostname or hostname.local returns "vnc getaddrinfo: The requested name is valid, but no data of the requested type was found (11004)" I can ping or ssh (PuT...
Just revisited this issue. What I really wanted to do was use PuTTY on the PC with .local names. The problem with ping sent me ff track, despite the hint of using the -4 option to force IPv4. Simples! Just set the PuTTY Connection to IPv4 instead of Auto and it works! Another question might be why d...
I cannot honestly say whether I have ever tried to use their names for this before - I have always found that Windows is very inconsistent about recognizing device names for anything but other Windows computers (and sometimes, as noted, even for them!), so I generally have my router assign everythi...
Try clearing arp cache too: :o :?: https://answers.microsoft.com/en-us/windows/forum/windows_vista-networking/how-do-i-clear-arp-cache/5104cada-3ab8-4c5a-973a-c7a59286ba23 That was part of the previous suggestion and makes no difference :( I now see that pinging the PCs name from the PC returns and...
When I first installed stretch, I could ping a Pi from my PC by hostname. This no longer seems to work (after a dew weeks of not using the pi, powered off), with the error being "Ping request could not find host raspberrypi.local. Please check the name and try again." The pi can ping the PC by name....
I have successfully setup many APs on 3 Bs running Jessie. Now I am using a 3 B+ with Stretch (first time Ihave used Stretch) following the official AP setup guide, stopping before adding routing and masquerade. The problem is that the AP is only available after about 1 in 2 reboots. When it works i...
Brand new Pi 3B+ and newly burned rapbian stretch image pi@raspberrypi:~ $ sudo apt-get install minicom Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package minicom pi@raspberrypi:~ $ Why not? How do I install minicom on 2018-13-13 stre...
I have a Java project that is built in a free-form NetBeans project, which I wish to debug remotely on the Pi from NetBeans running on a Windows PC. It's too painfully slow to build to develop natively on the Pi. I can attach the debugger when the project is running on the Pi but can only pause, con...
I have read this thread and the JavaSEEmbeddedHowTo. I can create a remote platform and successfully test it. When I open the project properties, however, I cannot see the options to set the runtime platform. I see a combined "build & run" that apperas as: Capture.PNG Is this because the project (JM...