Re: rpmfusion for F24

2016-06-27 Thread Clifford Snow
Do you use the akmods or the kmods? I'm using kmods which are precompiled as I understand. On Mon, Jun 27, 2016 at 4:42 PM, Ed Greshko <ed.gres...@greshko.com> wrote: > On 06/28/16 07:28, Clifford Snow wrote: > > > I use the non free rpmfusion for Nvidia drivers. (The nouv

rpmfusion for F24

2016-06-27 Thread Clifford Snow
I use the non free rpmfusion for Nvidia drivers. (The nouveau doesn't work for my card, no or insufficient thermal controls.) Where is the best place to ask for drivers compiled for the latest kernel, 4.5.7-300? Thanks, Clifford -- @osm_seattle osm_seattle.snowandsnow.us OpenStreetMap: Maps

xfdesktop-settings to change Background Image

2016-07-05 Thread Clifford Snow
Does anyone have the same problem changing imagery when using the sfdesktop-settings app? It works fine except for trying to select the astronomy images, then it hangs. It looks like the image size may be wrong. The astronomy images are also jpg images vs. png for others. Clifford --

Re: sed question!

2017-02-12 Thread Clifford Snow
I'm a awk user. cat sed.dat | awk -F"," '{print $1}' or awk -F"," '{print $1}' sed.dat On Sun, Feb 12, 2017 at 5:06 PM, bruce wrote: > Hey guys. > > Thanks for the delete replies.. > > Got a quick sed question now.. > > test file:: > head -2 sed.dat >

Re: bash/regex question..

2016-09-12 Thread Clifford Snow
On Mon, Sep 12, 2016 at 4:37 PM, bruce wrote: > 's/.*storeId=\(.*\).&/\1/' simple solution sed -e 's/.*storeId=\(.*\).&/\1/' -e 's/\&.*//' Clifford -- @osm_seattle osm_seattle.snowandsnow.us OpenStreetMap: Maps with a human touch -- users mailing list

Re: sed/regex question.. missing something simple...

2017-05-27 Thread Clifford Snow
Not the most elegant: sed -e 's/^.*bookVariable\[.\([a-z][a-z]*\).*$/\1/' On Sat, May 27, 2017 at 3:27 PM, bruce wrote: > Hi. > > I've got a file.. with a bunch of lines looking like: > > $bookVariable['asu']['Fall-2016']='link'; >

F27 to 28 Upgrade of Postgresql

2018-05-09 Thread Clifford Snow
I'm excited to see Postgresql 10.3 included with F28. Has anyone upgraded to 28 with an older version of Postgresql? Did the Postgresql do the upgrade or did you do a dump and restore of your databases? Thanks in advance, Clifford -- @osm_seattle osm_seattle.snowandsnow.us OpenStreetMap: Maps

Re: F27 to 28 Upgrade of Postgresql

2018-05-10 Thread Clifford Snow
On Wed, May 9, 2018 at 10:42 PM, Samuel Sieb <sam...@sieb.net> wrote: > On 05/09/2018 07:00 PM, Clifford Snow wrote: > >> I'm excited to see Postgresql 10.3 included with F28. Has anyone upgraded >> to 28 with an older version of Postgresql? Did the Postgresql do the

F27 to F28 - Postgresql upgrade fails

2018-06-14 Thread Clifford Snow
I just upgraded from Fedora 27 to 28. Everything working except the upgrade from Postgresql 9.6 to 10 Searching for help led me to manually add postgis-2.3.so and rtpostgis-2.3.so to /usr/lib64/pgsql/ and /usr/lib64/pgsql/postgresql-9.6/lib/ Then when postgresql-setup --upgrade is run a fatal

Re: F27 to F28 - Postgresql upgrade fails

2018-06-15 Thread Clifford Snow
in the process of learning how to partition my almost 60M record table. I've been putting it off until Fedora included postgresql 10. Clifford On Thu, Jun 14, 2018 at 11:38 PM Samuel Sieb wrote: > On 06/14/2018 09:43 AM, Clifford Snow wrote: > > I just upgraded from Fedora 27 to 28. E

Fedora's OwnCloud and NextCloud Broke - What I did

2018-06-23 Thread Clifford Snow
When I upgraded to F28, OwnCloud stopped working. Another reported the same problem with NextCloud. The problem has been reported in bugzilla [1] as Cannot login after upgrading from F27 to F28. Patrick Reeb provided a fix with a fix-owncloud [2] script which downgrades php-sabre to F25. Because

Re: tail for a list of files

2018-03-03 Thread Clifford Snow
Correction - I shouldn't have copy and pasted. drop the {} \; from the script find /foo -name "*dog.dat" -print0 | xargs -0 tail -n5 On Sat, Mar 3, 2018 at 10:44 AM, Clifford Snow <cliff...@snowandsnow.us> wrote: > > > On Sat, Mar 3, 2018 at 8:40 AM, bruce &l

Re: tail for a list of files

2018-03-03 Thread Clifford Snow
On Sat, Mar 3, 2018 at 8:40 AM, bruce wrote: > > Thanks.. works .. but I forgot one thing... > > Is there a way to list the "file" prior to the tail or would that > require a bash/shell script.. I could have sworn that I've seen how to > accomplish this a while ago...

Re: tail for a list of files

2018-03-03 Thread Clifford Snow
find /foo -name "*dog.dat" -exec tail -5 {} \; should work. You could also add various find options like -type f to make sure its a regular file and -mtime n to get recently modified files. On Sat, Mar 3, 2018 at 8:15 AM, bruce wrote: > Hey.. > > Trying to figure out how

Re: OSM & GPS??

2019-02-09 Thread Clifford Snow
I would suggest using QGIS. It run great under Fedora. I use Dani's copr repo for QGIS. (copy of repo below) It's has the latest version, 3.4 which is very stable. QGIS will natively open GPX tracks. Then you'll want to get some backgrounds. I would add the QuickMapServices plugin. Once the plugin

Re: OSM & GPS??

2019-02-09 Thread Clifford Snow
repo_gpgcheck=0 enabled=1 enabled_metadata=1 On Sat, Feb 9, 2019 at 2:59 PM Clifford Snow wrote: > I would suggest using QGIS. It run great under Fedora. I use Dani's copr > repo for QGIS. (copy of repo below) It's has the latest version, 3.4 which > is very stable. QGIS will natively open G

Re: OSM & GPS??

2019-02-11 Thread Clifford Snow
On Mon, Feb 11, 2019 at 11:48 AM Beartooth wrote: > On Sat, 09 Feb 2019 14:59:57 -0800, Clifford Snow wrote: > > > I would suggest using QGIS. It run great under Fedora. I use Dani's copr > > repo for QGIS. (copy of repo below) It's has the latest version, 3.4 > > wh

Re: OSM??

2019-05-23 Thread Clifford Snow
On Thu, May 23, 2019 at 2:11 PM Beartooth wrote: > On Tue, 21 May 2019 16:16:23 -0700, Dave Stevens wrote: > > > On Tue, 21 May 2019 17:26:03 - (UTC) > > Beartooth wrote: > > > I've been mousing around like mad, and I still find an odd thing > that I've always found before. OSM

Re: OSM??

2019-05-21 Thread Clifford Snow
What exactly are you trying to accomplish? I've never heard of an .iso. There is a java based editor, JOSM. I believe their might be a repo for it, but I find just downloading the new JAR file every once in a while works satisfactorily. The OSM database, we call the plant, is quite large. It

Re: Fedora 30 snd Calc -

2019-09-01 Thread Clifford Snow
I'm running 6.2.6.2 of Calc. The calculations work as expected. The formula is =E1+G2-F2 which equals 6 Col E FG 1 5 3 4 2 6 4 5 On Sun, Sep 1, 2019 at 1:30 PM Bob Goodwin wrote: > I need help getting LibreOffice Calc to accept a

Re: Mostly OT: recommendations for simple personal static website generator (Fedora 30)

2019-07-27 Thread Clifford Snow
Have you looked into GitHub pages? Sent from my Android phone. On Sat, Jul 27, 2019, 6:13 AM Ranjan Maitra wrote: > Dear friends, > > After over 20 years, I am having to create a new personal website. I > looked around a little and feel that I would like to have a static website. > So, I was

Re: CSV to text -

2019-08-04 Thread Clifford Snow
Bob, Isn't a csv already text? How do you want to change the csv file? Can you give an example? Best, Clifford On Sun, Aug 4, 2019 at 5:06 PM Bob Goodwin wrote: > How can I convert a .csv file to text in a Fedora system. > > Bob > > -- > Bob Goodwin - Zuni, Virginia, USA >

Re: Wifi systens -

2019-10-01 Thread Clifford Snow
Bob, I recently installed a mesh system in my house. While the house is relatively small, it did have some dead spots with my old system. My old system was a router with a repeater. The new system has a router with two mesh devices. Coverage is complete but the reason I upgraded was to avoid

Re: Upgrade F30 to F31

2019-11-01 Thread Clifford Snow
On Fri, Nov 1, 2019 at 11:18 AM Matthew Saltzman wrote: > > If you installed Dash-to-dock by hand in your own Gnome shell (from the > extensions Website), remove it and install the Fedora package for it: > gnome-shell-extension-dash-to-dock-67-1.fc31.noarch. > > Matthew Saltzman > Thanks

Re: Upgrade F30 to F31

2019-11-10 Thread Clifford Snow
some old versions of some of the fusions rpms. They were all removed. Reinstall Nvidia through the Fusion rpms seems to have solved the freezing problem. Best, Clifford On Fri, Nov 1, 2019 at 10:43 AM Clifford Snow wrote: > Yesterday I upgraded to F31 after doing a backup. The upgrade was qu

Upgrade F30 to F31

2019-11-01 Thread Clifford Snow
Yesterday I upgraded to F31 after doing a backup. The upgrade was quick and smooth. So of the minor details: I was running Postgresql 11 which as upgraded to 12. PostGIS 3.0 was installed but I still needed to manually run in psql "ALTER EXTENSION postgis UPDATE;" and "ALTER EXTENSION

Re: GDAL Code Dump

2020-09-11 Thread Clifford Snow
rge N. White III wrote: > On Fri, 11 Sep 2020 at 19:16, Clifford Snow > wrote: > >> I'm getting a core dump using any of the gdal utilities on F32. For >> example running orginfo --help returns >> >> Usage: ogrinfo [--help-general] [-ro] [-q] [

GDAL Code Dump

2020-09-11 Thread Clifford Snow
I'm getting a core dump using any of the gdal utilities on F32. For example running orginfo --help returns Usage: ogrinfo [--help-general] [-ro] [-q] [-where restricted_where|@filename] [-spat xmin ymin xmax ymax] [-geomfield field] [-fid fid] [-sql

Re: Calibre on Fedora 33

2021-01-11 Thread Clifford Snow
On Mon, Jan 11, 2021 at 1:02 PM Kevin Fenzi wrote: > On Sat, Jan 09, 2021 at 08:37:03PM -0500, David King wrote: > > On 1/9/21 8:05 PM, Clifford Snow wrote: > > > I'm wanting to run Calibre with DeDRM. Version 5 of Calibre was written > > > for Python3 while versi

Re: Calibre on Fedora 33

2021-01-12 Thread Clifford Snow
> > Dave, > > > Fedora moved calibre to python3 much sooner than upstream did because > > python2 was being phased out in fedora. Unfortunately, we can't upgrade > > to 5.x due to some dependencies in other packages not being ready yet. > > ;( > > Fascinating. I wonder why DeDRM is working for me

Re: Search engines -

2020-12-18 Thread Clifford Snow
I second duckduckgo as a better search engine. I've been using it for years as default on my desktop and mobile devices. Occasionally I use google if I'm having trouble finding what I'm looking for but rarely does it do a better job. Clifford On Fri, Dec 18, 2020 at 8:29 AM Dave Stevens wrote:

Re: Recommendations for video-conferencing setup

2020-11-10 Thread Clifford Snow
I'm running Fedora 32 with a cheap webcam with Zoom. I actually haven't tried the webcam speakers instead use a usb headset. Never had a problem. On Tue, Nov 10, 2020 at 11:48 AM SternData wrote: > Zoom works great with my webcam and its dual mics. Logitech C920, > around $100. > > > > On

Calibre on Fedora 33

2021-01-09 Thread Clifford Snow
I'm wanting to run Calibre with DeDRM. Version 5 of Calibre was written for Python3 while version 4 was written in Python2. DeDRM is only available for Python2. Python3 support is being worked on but is still in development. Has anyone found a good workaround until DeDRM for Python3 is available?

Re: Calibre on Fedora 33

2021-01-12 Thread Clifford Snow
/DeDRM_tools and will try the next version to see if that works. Patrick O'Callaghan you said DeDRM worked for you. Did that include epubs? Clifford On Tue, Jan 12, 2021 at 9:32 AM David King wrote: > On 1/12/21 10:00 AM, Clifford Snow wrote: > > > > Dave, > > > >

Re: xnview

2021-01-30 Thread Clifford Snow
ON Cedex FRANCE > Tel: +33 (0)380395988 > === > > > *Sent:* Saturday, January 30, 2021 at 10:57 PM > *From:* "Clifford Snow" > *To:* "Community support for Fedora users" > *Subject:* Re: xnview > I would suggest us

Re: xnview

2021-01-30 Thread Clifford Snow
I would suggest using the appimage from their website at https://www.xnview.com/en/xnviewmp/#downloads I haven't tried it on my Fedora 33 but it should work since everything needed is in the appimage package. Best, Clifford On Sat, Jan 30, 2021 at 1:17 PM Patrick Dupre wrote: > Hello, > > I

Re: Segmentation Fault using gdal with Python 3

2021-05-28 Thread Clifford Snow
at 4:18 AM George N. White III wrote: > On Thu, 27 May 2021 at 23:37, Clifford Snow > wrote: > >> I'm getting a segmentation fault (core dump) when using the osgeo gdal >> modules. Otherwise no problem. >> >> I'm looking for some suggestions on how to troubl

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Clifford Snow
Michael, On Thu, May 27, 2021 at 10:44 PM Michael Hennebry < henne...@web.cs.ndsu.nodak.edu> wrote: > On Thu, 27 May 2021, Clifford Snow wrote: > > > I'm looking for some suggestions on how to troubleshoot this. I can't > even > > seem to find the c

Segmentation Fault using gdal with Python 3

2021-05-27 Thread Clifford Snow
I'm getting a segmentation fault (core dump) when using the osgeo gdal modules. Otherwise no problem. I'm looking for some suggestions on how to troubleshoot this. I can't even seem to find the core dump file. For example, using the python interpreter with a simple program as: >>> from osgeo

Re: No USB keyboard or mouse on login ? F33 Workstation, USB devices.

2021-02-04 Thread Clifford Snow
did you check to ensure that any extension USB cable being used is rated for USB3? On Thu, Feb 4, 2021 at 2:18 PM linux guy wrote: > The only working USB devices on this computer are the wired USB keyboard > and the wired USB mouse. Not sure which they are in the tree above, I > don't want to

Re: What to do about a GUI application not appearing in Gnome Software?

2021-02-15 Thread Clifford Snow
On Mon, Feb 15, 2021 at 2:45 PM Jerry James wrote: > > > So no, there is no appdata or metainfo file in the package, which is > why it does not appear in Gnome Software. File a bug against rstudio > if you want the maintainers to do something about that. > > I agree with Jerry - file a request

Re: New kernel errors after last update, Fedora 33

2021-02-17 Thread Clifford Snow
I'm running 5.10.15-200.fc33.x86_64 and have not seen those errors. On Wed, Feb 17, 2021 at 9:34 AM Jerome Lille wrote: > After the latest update there are some errors in the log that I haven't > seen before. > > kernel: xs_tcp_setup_socket: connect returned unhandled error -107 > > There are

Re: slack.

2021-08-02 Thread Clifford Snow
I use the Slack repo for Fedora. slack.repo [slack] name=slack baseurl=https://packagecloud.io/slacktechnologies/slack/fedora/21/x86_64 enabled=1 gpgcheck=0 gpgkey=https://packagecloud.io/gpg.key sslverify=1 sslcacert=/etc/pki/tls/certs/ca-bundle.crt Works very well and is updated regularly More

Re: Problem with script

2021-11-19 Thread Clifford Snow
Also check at -l, or atq to see if it is scheduled to run later. On Fri, Nov 19, 2021 at 11:12 AM Paul Smith wrote: > On Fri, Nov 19, 2021 at 7:09 PM Joe Zeff wrote: > > > > > I am trying to run a script with the following command: > > > > > > echo "~/scripts/teste.sh" | at 5:59PM > > > > > >

Re: Slack dropping Fedora support

2021-11-14 Thread Clifford Snow
On Sun, Nov 14, 2021 at 10:07 AM SternData wrote: > This just popped up on Slack: "Note: Starting March 1, 2022, Slack will > no longer support Fedora Linux distributions." > > Anyone know what's going on? And maybe interested in engaging them on > Twitter @slackhq to ask for reconsideration?

Re: Slack dropping Fedora support

2021-11-14 Thread Clifford Snow
This is really unfortunate. I'm part of a large US OpenStreetMap community on Slack. I'm also on OSM groups on Forums, Telegram and was on Discord. None are designed to support large diverse communities. Note we are going to create an instance of Discourse. But obviously even if the community

Re: f35 initial impressions

2021-11-04 Thread Clifford Snow
I updated a laptop to Fedora 35 using a Software application after doing a complete backup. So far everything is working as expected. I'm running Gnome 41 with wayland. Past upgrades to Postgresql and PostGIS have been problematic, usually involving moving to the next major release. The minor

Re: Touchpad 2- & 3-finger gestures don't work on Wayland

2021-11-05 Thread Clifford Snow
My laptop, just a few months old, the trackpad works as expected running wayland on FC35. On Fri, Nov 5, 2021 at 9:57 AM Ian Pilcher wrote: > Trying out Wayland on F35, and things are looking good, except that > multi-finger gestures (clicking and dragging) don't work properly in > Wayland.

NVIDIA on F35

2021-12-09 Thread Clifford Snow
I updated to F35 this week. The upgrade was fast and smooth. I'm currently left with a couple of problems. A minor problem is that pgadmin4 doesn't work. I spend most of my time using the psql command line interface to Postgresql anyway so it's not a big deal. My struggle is with my NVIDIA card.

Re: NVIDIA on F35

2021-12-10 Thread Clifford Snow
On Thu, Dec 9, 2021 at 5:53 PM Ed Greshko wrote: > > If you're using GNOME then choose the user and when you're on the password > screen there will be a "gear icon" > in the lower right. Click on it before you enter the password and you can > select Gnome on X11. > Thanks Ed, that did the

Re: Fedora on IRC

2021-07-20 Thread Clifford Snow
I'm connected to #fedora on irc.libera.chat:6667. I haven't been active on that channel but the channel is active. Hope that helps On Tue, Jul 20, 2021 at 6:25 AM Earl Ramirez wrote: > God day, > > Pardon my ignorance, did Fedora moved from freenode to LibraIRC, I > checked both and sent test

Re: SD card Timestamp

2021-07-23 Thread Clifford Snow
On Fri, Jul 23, 2021 at 5:54 PM Fulko Hew wrote: > > > On Fri, Jul 23, 2021 at 8:28 PM Clifford Snow > wrote: > >> Recently I've noticed that the file timestamp is 7 hours earlier than >> when the file was created. This is happening on both an SD card I use in a >

SD card Timestamp

2021-07-23 Thread Clifford Snow
Recently I've noticed that the file timestamp is 7 hours earlier than when the file was created. This is happening on both an SD card I use in a camera as well as my dashcam. Both the camera and the dashcam have been set for the correct date and time. Neither gives me the option for entering the

Re: dnf

2022-07-21 Thread Clifford Snow
If I understand your question, just use dnf search packagename Best, Clifford On Thu, Jul 21, 2022 at 11:04 AM Patrick Dupre wrote: > Hello, > > I would like to check if a package in available for installation by using > dnf > without installation. > > Thank > > >

Re: Bluetooth Earbuds

2022-08-11 Thread Clifford Snow
Sent from my Android phone. On Thu, Aug 11, 2022, 1:46 PM Geoffrey Leach wrote: > On Thu, 11 Aug 2022 13:11:41 -0700 > Clifford Snow wrote: > > > I'm trying to use earbuds on a Fedora 36 laptop but I'm unable to get > > sound out of the earbuds. Gnome Settings show

Re: Bluetooth Earbuds

2022-08-11 Thread Clifford Snow
SOLVED While these were paired sometime ago, they must have dropped off. I simply repaired the earbuds and now they work just fine. Should have done the obvious first thing. Best, Clifford On Thu, Aug 11, 2022 at 2:22 PM Clifford Snow wrote: > > > Sent from my Android phone. > &

Bluetooth Earbuds

2022-08-11 Thread Clifford Snow
I'm trying to use earbuds on a Fedora 36 laptop but I'm unable to get sound out of the earbuds. Gnome Settings shows the ear buds paired but nothing in type. The sound settings only offer the laptop speaker. Any suggestions on getting the earbuds to work? Thanks, Clifford -- @osm_washington

Re: Postgresql upgrade from 14 to 15

2023-05-08 Thread Clifford Snow
On Sun, May 7, 2023 at 6:45 AM Max Pyziur wrote: > On Fri, 5 May 2023, Clifford Snow wrote: > > > I just successfully upgraded my laptop to Fedora 38. > > > > Unfortunately, upgrading postgresql isn't working for me. Running > postgresql-setup upgrade produces and er

Postgresql upgrade from 14 to 15

2023-05-05 Thread Clifford Snow
I just successfully upgraded my laptop to Fedora 38. Unfortunately, upgrading postgresql isn't working for me. Running postgresql-setup upgrade produces and error log in /var/lib/pgsql/upgrade_postgresql.log which tells me to read the last few lines of

Re: How to downgrade PHP

2023-11-19 Thread Clifford Snow
I'm actually using REMI. But that may be the solution - dropping REMI. Now I need to see if REMI provides something needed by Nextcloud. Thanks, Clifford On Sun, Nov 19, 2023 at 5:48 PM Todd Zullinger wrote: > Clifford Snow wrote: > > I just upgraded my F39 machine and received PHP 8.

How to downgrade PHP

2023-11-19 Thread Clifford Snow
I just upgraded my F39 machine and received PHP 8.3.0-RC6-1 - nice except my Nextcloud installation doesn't like it. Any suggestions on how to downgrade PHP to 8.2 -- @osm_washington www.snowandsnow.us OpenStreetMap: Maps with a human touch -- ___

Re: How to downgrade PHP

2023-11-20 Thread Clifford Snow
at 6:45 PM Clifford Snow wrote: > I'm actually using REMI. But that may be the solution - dropping REMI. Now > I need to see if REMI provides something needed by Nextcloud. > > Thanks, > Clifford > > On Sun, Nov 19, 2023 at 5:48 PM Todd Zullinger wrote: > >> Cl