Re: Gjots2 installation issues on F32

2020-06-23 Thread Bob Hepple
Hi Fred, Here's another fix that functions well with gpg-agent: $ GPG_AGENT_INFO="~/.gnupg/S.gpg-agent:$(pgrep gpg-agent):1" gjots2 your-file.gpg It seems that they changed gpg-agent to not export GPG_AGENT_INFO so people are using that fix eg https://github.com/funtoo/keychain/issues/59 Che

Re: Gjots2 installation issues on F32

2020-06-23 Thread Bob Hepple
Hi Fred, gjots2 author here. Sorry you've had this strife. I only saw this bug trail today and that was by accident! Here's a workaround: GPG_AGENT_INFO="" gjots2 your-file.gpg I'll try to get a fix into the next release. What gpg agent are you using? Cheers If you can copy me at "bob dot

Re: rsync question?

2020-06-23 Thread Tim via users
On Tue, 2020-06-23 at 11:08 -0400, bruce wrote: > I'm looking to copy from sourceDir to targetDir where the entire > targetDir (parents) doesn't exist. So I'm trying to rsync and create > the dir path at the same time. I quick google search for: rsync create parents produced this: https://stac

Re: Errors compiling

2020-06-23 Thread Jerry James
On Tue, Jun 23, 2020 at 8:10 PM Qiyu Yan wrote: > You need to install devel packages (e.g. openssl v.s. openssl-devel) > > And when dealing with pkg-config, there is a more convenient way: > sudo dnf install 'pkgconfig(package-name)' > pkgconfig(foo) is the devel-files for package foo. > > This ca

Re: Errors compiling

2020-06-23 Thread Qiyu Yan
You need to install devel packages (e.g. openssl v.s. openssl-devel) And when dealing with pkg-config, there is a more convenient way: sudo dnf install 'pkgconfig(package-name)' pkgconfig(foo) is the devel-files for package foo. This case you need things like sudo dnf install 'pkgconfig(fontconfi

Re: Errors compiling

2020-06-23 Thread Ed Greshko
On 2020-06-24 09:56, Frank wrote: > I am trying to compile/install IceWm for my Fedora 32 installation. Ran into > some problems I have resolved, but > I am stumped by these: > > checking for strlcat... no > checking for C++11 by default... yes > checking for CORE... no > configure: error: Package

Errors compiling

2020-06-23 Thread Frank
I am trying to compile/install IceWm for my Fedora 32 installation. Ran into some problems I have resolved, but I am stumped by these: checking for strlcat... no checking for C++11 by default... yes checking for CORE... no configure: error: Package requirements (fontconfig xrender xcomposite xd

Re: rsync question?

2020-06-23 Thread Cameron Simpson
On 23Jun2020 11:57, bruce wrote: >Ok... >More testing.. >Opened up the dir perms to 775 -- just to see if this was/is an issue. You'd get a permission error if that were the issue. (There are scenarios where permissions can produce no-such-file-or-dir, but they are to do with not being able to

Re: Starting and stopping RAID doesn't work from Cron

2020-06-23 Thread Roger Heflin
The uuid= I believe requires a link that udev creates when the device gets created and it scans it. That link may or may not be done when mdadm returns with 0 as that udev/link creating is not in the mdadm code path. So wait a second before you mount it. In reality it will probably happen much f

Re: rsync question?

2020-06-23 Thread Bimal Kumar
Just a thought had you tried with... 1) Allcute, backtick, left quote, or an open quote, the back quote or backquote is a punctuation mark (`). It's on the same U.S. computer keyboard key as the tilde. 2) double quote(") In placecof single quotes ? Regards Bimal Kumar On Tue, 23 Jun 2020, 21:

Re: Starting and stopping RAID doesn't work from Cron

2020-06-23 Thread Patrick O'Callaghan
On Tue, 2020-06-23 at 09:23 -0700, Doug H. wrote: > > I'm assuming that once mdadm returns 0 the array is up and running. > > > Perhaps a simpler way to assure that it is running is to check a static > file that you place on the raid. If it is there then the raid is up. It > would show the file

Re: Starting and stopping RAID doesn't work from Cron

2020-06-23 Thread Patrick O'Callaghan
On Tue, 2020-06-23 at 09:23 -0700, Doug H. wrote: > > I'm assuming that once mdadm returns 0 the array is up and running. > > > Perhaps a simpler way to assure that it is running is to check a static > > file that you place on the raid. If it is there then the raid is up. It > > would show the

Re: Starting and stopping RAID doesn't work from Cron

2020-06-23 Thread Doug H.
On Tue, 2020-06-23 at 17:07 +0100, Patrick O'Callaghan wrote: > On Tue, 2020-06-23 at 06:12 -0500, Roger Heflin wrote: > > How are you mounting the filesystem? (I don't remember details from > > > > the prior discussion) Directly with /dev/mdXXX or are you using > > some > > other link? If you a

Re: Starting and stopping RAID doesn't work from Cron

2020-06-23 Thread Patrick O'Callaghan
On Tue, 2020-06-23 at 06:12 -0500, Roger Heflin wrote: > How are you mounting the filesystem? (I don't remember details from > > the prior discussion) Directly with /dev/mdXXX or are you using some > other link? If you are using some other link then udev needs time to > get the original mdXXX cr

Re: [SOLVED] Audacity can't play audio on Fedora 32

2020-06-23 Thread Patrick O'Callaghan
On Tue, 2020-06-23 at 07:33 -0300, George N. White III wrote: > > 2) Flatpaks are still not a match for native packaged apps. They still > > have a lot of subtle problems which crop up for the novice user like me. > > > > The problems are the same as you could encounter on a normal install, but >

Re: rsync question?

2020-06-23 Thread bruce
Ok... More testing.. Opened up the dir perms to 775 -- just to see if this was/is an issue. I can successfully do mkdir -p /home/webdev/composer/vendor/laravel with the /home/webdev dir being empty. This creates the dir path However, running the rsync cmd, still generates the error: rsync -

Re: rsync question?

2020-06-23 Thread bruce
On Tue, Jun 23, 2020 at 11:17 AM Jamie Fargen wrote: > > Bruce- > > Try rsync -av /home/test/.config/composer/ /home/webdev/composer/ Hi Jamie... I don't want to use this as the sourceDir >> "/home/test/.config/composer/" It's got other dirs/files.. which is why I used the sourceDir here.. >> r

Re: rsync question?

2020-06-23 Thread Jamie Fargen
Bruce- Try rsync -av /home/test/.config/composer/ /home/webdev/composer/ Regards, -Jamie On Tue, Jun 23, 2020 at 11:09 AM bruce wrote: > Hey. > > I've got a test scenario. I'm looking to copy from sourceDir to > targetDir where the entire targetDir (parents) doesn't exist. So I'm > trying to r

rsync question?

2020-06-23 Thread bruce
Hey. I've got a test scenario. I'm looking to copy from sourceDir to targetDir where the entire targetDir (parents) doesn't exist. So I'm trying to rsync and create the dir path at the same time. I've tried to play with variations of the following and I'm missing something.. rsync -aq --rsync-pa

Re: lgrenc.def

2020-06-23 Thread Greg Woods
On Tue, Jun 23, 2020 at 3:31 AM Patrick Dupre wrote: > > Is there a package which provide lgrenc.def? > dnf repoquery --whatprovides 'lgrenc.def' > did not offer me any thing. > > > For the record, when you are looking for a particular file, you have to prepend '*/', i.e. # dnf repoquery --what

Re: [SOLVED] Audacity can't play audio on Fedora 32

2020-06-23 Thread stan via users
On Tue, 23 Jun 2020 19:23:55 +0800 Ed Greshko wrote: > As an "other" on this list I'd accept the term "ignorant" and not > "idiocy". > > As a 99% KDE user I have no experience with, nor do I think about, > flatpak. > > Also, IMHO, only oneself is qualified to name themselves an "idiot". > And,

Re: [SOLVED] Audacity can't play audio on Fedora 32

2020-06-23 Thread stan via users
On Tue, 23 Jun 2020 11:45:11 +0530 Sreyan Chakravarty wrote: > On 6/15/20 6:31 PM, stan via users wrote: > > Well, your system is set up in the same way as mine for alsa and > > pulseaudio, and mine works but yours doesn't. > > Well, I have solved the problem and it seems the solution was simp

Re: what was that on f30 ??

2020-06-23 Thread Ed Greshko
On 2020-06-23 21:02, Jack Craig wrote: > cant, it blew up my gnome3 desktop  up startx!! : > > ( could not resolve keysym XF86MonBrightnes...) I don't know what precisely you're doing.  So, it may be helpful if you could describe your environment. It sounds, with the minimal information given th

Re: lgrenc.def

2020-06-23 Thread Andras Simon
2020-06-23 14:19 UTC+02:00, Qiyu Yan : > Test related things can be installed by > dnf install 'tex(filename)' > Hope this will help you next time. This looks very useful! Thanks, Andras ___ users mailing list -- users@lists.fedoraproject.org To unsubsc

Re: what was that on f30 ??

2020-06-23 Thread Jamie Fargen
> cant, it blew up my gnome3 desktop up startx!! : > > ( could not resolve keysym XF86MonBrightnes...) > > > You can boot it to the multiuser.target using these directions which should get you to the console: https://docs.fedoraproject.org/en-US/Fedora/19/html/Installation_Guide/s1-grub-targets.

Re: what was that on f30 ??

2020-06-23 Thread Jack Craig
cant, it blew up my gnome3 desktop up startx!! : ( could not resolve keysym XF86MonBrightnes...) On Tue, Jun 23, 2020 at 5:25 AM Ed Greshko wrote: > On 2020-06-23 20:21, Jack Craig wrote: > > yesterday, something came on screen asking for a repo update & > authorised access. > > > > seems to

Re: what was that on f30 ??

2020-06-23 Thread Qiyu Yan
I'd guess it is a routine update which need your permit to proceed. And since you are using f30, I suggest you do a distro-update. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.or

Re: what was that on f30 ??

2020-06-23 Thread Ed Greshko
On 2020-06-23 20:21, Jack Craig wrote: > yesterday, something came  on screen asking for a repo update & authorised > access. > > seems to have broken repo access, any insights?? Not enough info. Show the error you're now getting. In any event, F30 is EOL. -- The key to getting good answers i

what was that on f30 ??

2020-06-23 Thread Jack Craig
yesterday, something came on screen asking for a repo update & authorised access. seems to have broken repo access, any insights?? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.or

Re: lgrenc.def

2020-06-23 Thread Qiyu Yan
Test related things can be installed by dnf install 'tex(filename)' Hope this will help you next time. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: ht

Re: [SOLVED] Audacity can't play audio on Fedora 32

2020-06-23 Thread Ed Greshko
On 2020-06-23 18:33, George N. White III wrote: > If there > was idiocy, it was the others on this list who didn't ask if flatpak was > involved As an "other" on this list I'd accept the term "ignorant" and not "idiocy". As a 99% KDE user I have no experience with, nor do I think about, flatpak.

Re: Starting and stopping RAID doesn't work from Cron

2020-06-23 Thread Roger Heflin
How are you mounting the filesystem? (I don't remember details from the prior discussion) Directly with /dev/mdXXX or are you using some other link? If you are using some other link then udev needs time to get the original mdXXX creation event and then create other links pointing to mdXXX. And a

Re: [SOLVED] Audacity can't play audio on Fedora 32

2020-06-23 Thread George N. White III
On Tue, 23 Jun 2020 at 03:15, Sreyan Chakravarty wrote: > > > This proves mainly two things: > > 1) I'm an idiot. > Not at all. I think this falls into the category of "unknown unknowns ". If there was idiocy, it was the others on this lis

Re: [SOLVED] Audacity can't play audio on Fedora 32

2020-06-23 Thread Patrick O'Callaghan
On Tue, 2020-06-23 at 11:45 +0530, Sreyan Chakravarty wrote: > 2) Flatpaks are still not a match for native packaged apps. They still > have a lot of subtle problems which crop up for the novice user like me. Flatpaks are a last resort. As they run in a sandbox, they may have problems communicati

Re: Starting and stopping RAID doesn't work from Cron

2020-06-23 Thread Patrick O'Callaghan
On Mon, 2020-06-22 at 18:35 +0200, Roberto Ragusa wrote: > On 2020-06-21 18:54, Patrick O'Callaghan wrote: > > 0 3 * * * root /usr/local/bin/dock up && /usr/bin/borgmatic ; > > /usr/local/bin/dock down > > I would suggest to avoid multiple commands on a cron entry, > better to have a simple /usr/

Re: [SOLVED] Audacity can't play audio on Fedora 32

2020-06-23 Thread Tim via users
On Tue, 2020-06-23 at 11:45 +0530, Sreyan Chakravarty wrote: > This proves mainly two things: > > 1) I'm an idiot. > > 2) Flatpaks are still not a match for native packaged apps. They > still have a lot of subtle problems which crop up for the novice user > like me. I can't see it being your fau

Re: lgrenc.def

2020-06-23 Thread Andras Simon
2020-06-23 11:31 UTC+02:00, Patrick Dupre : > Hello, > > Is there a package which provide lgrenc.def? > dnf repoquery --whatprovides 'lgrenc.def' > did not offer me any thing. Yes: texlive-greek-fontenc At least according to dnf repoquery -l texlive-greek-fontenc Andras __

lgrenc.def

2020-06-23 Thread Patrick Dupre
Hello, Is there a package which provide lgrenc.def? dnf repoquery --whatprovides 'lgrenc.def' did not offer me any thing. Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire inter