Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- RaspberryPi-4-HamRadio
- Messages
Search
Re: PiGate RMS Documentation ?
In my experience, if it's on-site backup, it isn't backup. --? =Gary?AK2QJ On Tue, Apr 25, 2023 at 12:34?AM john rader <jara8462@...> wrote:
|
Re: CatRotator
开云体育From the look of it, I’m assuming you need a GS232 rotator controller or K3NG controller. So either genuine Yaesu product for example or Arduino Mega2560 and relays.? ? I have the K3NG interface and a like this is always welcome. ? The links at the bottom seem to give away the interface. De Spence M0STO? Sent while portable! please excuse typos. On 27 Apr 2023, at 20:18, Robin Midgett <RobinK4IDC@...> wrote:
|
Re: CatRotator
Hello Johnny, This looks intriguing. How is the interface to the rotor or rotor controller accomplished? Thanks, Robin Midgett K4IDC On Thu, Apr 27, 2023 at 1:43?AM Johnny IZ8EWD via <js.slave=[email protected]> wrote: CatRotator?1.4.0 |
Re: PiGate RMS Documentation ?
开云体育Myself, I use another hard drive, either in the computer case or
one of those made for usb external storage. Available up to 24
terabytes storage, walmart or best buy, thus permanent storage
that does not cost an arm and leg to use. On 4/24/2023 5:23 PM, Mark Griffith via
groups.io wrote:
|
Re: PiGate RMS Documentation ?
Mark Griffith
All, I apologize for the inconvenience. I was diagnosed with kidney cancer a few weeks ago, and had surgery to remove the offending kidney and cancer growth last Tuesday.? Unfortunately for me, my contract with the file download site I was using for the PiGate project expired during the week I was in the hospital so all the links went inactive. I had been experimenting with different file storage sites, but had not found one that could perform the same way the last one did before my surgery was scheduled.? I was hoping to take care of it after I was released from the hospital, but my recovery is slow.? I'm still looking for a site, but my search is slowed by my slow recovery.? This was the first time I've been able to get on the computer.? I am hoping over the next few days I will be able to make this transition, as long as I am physically able.? Eventually, it will get done. If anyone has some suggestions on a new site to store download files, I would be eager to hear.? The only requirements are: 1. Have to be able to upload fairly large files slightly more than 2Gb 2. Each file be accessible by clicking a web link 3. No passwords or special permissions needed to grab a file 4. Not cost too much.? My last site went from a couple hundred bucks a year to over $1,200. The total file capacity is less then 100MB. Any help would be appreciated. Oh, and a side note I found out today, my tumor was not cancerous, just a benign cyst.? Isn't that a kick on the head. Mark KD0QYN
On Sunday, April 23, 2023 at 08:26:00 AM CDT, Bob Segrest <bobs@...> wrote:
Hello Everyone, The??page has a link to a file named PiGate_RMS_2.0.docx? ().? When I click the link I get a "can't reach this page" response. Can anyone tell me how to access this file, or point me to an alternate source? Bob, KO2F |
Re: tqsl version 2.6.5 install from source
Thanks David, I'll check it out.
My biggest complaint, after all of these years of Linux development, they haven't settled on a uniform install process. I truly believe that this is the single most limiting factor in the broader acceptance to Linux. I will however struggle through for I will never return to Windows. -- Jay WB2QQJ |
Re: tqsl version 2.6.5 install from source
开云体育Hmmm... ok, I should have thought of that and this is a common missing step when manually copying over new libraries vs. then getting installed via a packaging system like apt, rpm, dnf, pac whatever.? This is a good example of why I generally recommend people to package all their source builds so you better manage dependencies, find conflicts, etc. (and that package manager automatically runs lddconfig too).? It's possible that tqsl added support cmake packaging.? Try this command instead of "sudo make install" when in the main tqsl source directory where you built the binaries and libraries: ?? cpack -G DEB If that command successfully creates a package, you can then install the program with "dpkg -i <package name>". Anyway.. good luck with getting TQSL setup, getting the resulting certificates installed, etc.? As mention in the other post, I also wrote a section of how to use TQSL too if it helps: ?? --David KI6ZHD On 04/09/2023 10:30 AM, Jay Lijoi
wrote:
sudo /sbin/ldconfig -v |
Re: tqsl version 2.6.5 install from source
Ubuntu uses different folder structuring than PiOS
Get
On Apr 9, 2023, at 09:57, David Ranch <rpi4hamradio-groupsio@...> wrote:
|
Re: tqsl version 2.6.5 install from source
开云体育Hmmm.. ok, that looks all ok though it's strange it jumps from 29% to 100% all of the sudden.? One more check, run the following commands and send the output back to the list: ?? file /usr/local/lib/aarch64-linux-gnu/libtqsllib.so ?? ldd /usr/local/bin/tqsl | grep -i qsl If that output is doing what I think it's doing, you can try hacking it together with a symbolic link (again.. I'm guessing here until you show the actual output from the ldd command: ?? sudo ln -s /usr/local/lib/aarch64-linux-gnu/libtqsllib.so /usr/lib/trustedqsl/libtqsllib.so --David KI6ZHD On 04/09/2023 10:13 AM, Jay Lijoi
wrote:
|
Re: tqsl version 2.6.5 install from source
开云体育Back to the source problem:?Jay said:?Thank you David, tqsl: error while loading shared libraries: libtqsllib.so: cannot open shared object file: No such file or directory I don't know where to find libtqsllib.so file or where to get it. Question: is the application looking in the wrong place for the .so file? We noted a 64-bit compile?? David -- David A. Lane, KG4GIY EC/RO Prince William County?ARES?/RACES +1.703.628.3868 http://www.pwcares.org/ IM: kg4giy On Apr 9, 2023, at 13:13, Jay Lijoi <lijoi@...> wrote:
|
Re: tqsl version 2.6.5 install from source
/Downloads/tqsl-2.6.5 $ sudo make install
[ 29%] Built target tqsllib
[100%] Built target tqsl
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/lib/aarch64-linux-gnu/libtqsllib.so
-- Up-to-date: /usr/local/share/TrustedQSL/config.xml
-- Up-to-date: /usr/local/include/tqsllib.h
-- Up-to-date: /usr/local/include/tqslerrno.h
-- Up-to-date: /usr/local/include/cabrillo.h
-- Up-to-date: /usr/local/include/adif.h
-- Up-to-date: /usr/local/include/tqslconvert.h
-- Up-to-date: /usr/local/bin/tqsl
-- Up-to-date: /usr/local/share/TrustedQSL/help
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-adi2.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/TQ6.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/P12.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/newpw.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/renewing2.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/savestnl.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc1.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/TQ5.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/addcert3.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/example1.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/configxml.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/addcert1.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/Pending.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/certaccept1.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/certificatevalidity.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/daterng.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/addstnl0.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-opt.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/promptforcall.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/restoredeletedstnloc.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc2park.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/crq0.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/cabrillo.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/certreq.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/CertProp.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/logopstab.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/fileops.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/selectlanguage.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/certificatesecurity.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/update1.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-cab1.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/signupload.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/qsodata.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/deletecert.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/addcertreq.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-adi.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc0.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/certaccept2.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/TQ8.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/certreplace.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/installation.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/netproxy.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/renewing1.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/tqslstyle.css
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/update.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/load-certificate.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/additional-info.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/unlock.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc4.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/crq4.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/crq3.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/qsodata.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/signupload1.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/primary.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/crq2.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/restoredeletedcert.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/localization.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/about.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/expired.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/cmdline.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/TQSLCert.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/LoTWCerts.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/MainWithStatusTab.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-opt.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc2.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/BrokenCert.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/glossary.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/contents.hhc
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/diagmode.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc3.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/unlock.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/sign1.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/login.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-cab3.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/signdone.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/addcert2.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/tqslapp.hhp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/certs-icons.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-log.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc2.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/configops.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/update2.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/save-certificate.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/key-concepts.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/moving.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/renewing.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/replaced.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/secondarystnlocops.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-cab2.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/EnterPassword.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-adi3.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnprop.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/lotw.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/secondarycertops.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/RenewUpload.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-adi1.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/expiration.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc5.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/signconf.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/stnloc1.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/crq1.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/signing.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/index.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/files-icons.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/cab-modes.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/duplicate.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/certificateproperties.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/main.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/certaccept.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/addcertaccept.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/backuprestore.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/expiration.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/MainNoStatusTab.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/newp12pw.bmp
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/pref-cab.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/daterng.htm
-- Up-to-date: /usr/local/share/TrustedQSL/help/tqslapp/certreq1.bmp
-- Up-to-date: /usr/local/share/man/man5/tqsl.5
-- Up-to-date: /usr/local/share/pixmaps/TrustedQSL.png
-- Up-to-date: /usr/local/share/locale/de/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/locale/es/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/locale/fi/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/locale/fr/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/locale/hi_IN/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/locale/it/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/locale/ja/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/locale/pt/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/locale/zh_TW/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/locale/zh_CN/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/locale/ru/LC_MESSAGES/tqslapp.mo
-- Up-to-date: /usr/local/share/TrustedQSL/languages.dat
-- Up-to-date: /usr/local/share/TrustedQSL/cab_modes.dat
?
-- Jay WB2QQJ |
Re: tqsl version 2.6.5 install from source
开云体育Hello Jay, dpkg -l | grep -i qsl? I wouldn't expect it to as you're not creating a package out of all the compiled bits. yes ran all as sudo from the main tqsl source directory where you built everything, again run "sudo make install" and send the entire output here to the list.? I have to assume there is an error being reported in there somewhere. --David KI6ZHD |
Re: tqsl version 2.6.5 install from source
these are the instructions I followed:
The quick answer: From the parent directory cmake . make make install (If you're not running as root (good!) the last should be "sudo make install"). That will install the library and applications under /usr/local. It also will install the needed header files under /usr/local/include. Configuration and help files will be installed in /usr/local/share. ?
-- Jay WB2QQJ |
to navigate to use esc to dismiss