Re: gzip eps

2024-01-15 Thread Todd Zullinger
I wrote: > Barry wrote: >>> On 15 Jan 2024, at 15:24, Patrick Dupre via users >>> wrote: >>> >>> Traceback (most recent call last): >>> File "/usr/share/lyx/scripts/convertDefault.py", line 68, in >>>if sys.argv[3] == 'ppm' and (im and version >= 0x060305 or gm): >>>

Re: gzip eps

2024-01-15 Thread Todd Zullinger
Barry wrote: >> On 15 Jan 2024, at 15:24, Patrick Dupre via users >> wrote: >> >> Traceback (most recent call last): >> File "/usr/share/lyx/scripts/convertDefault.py", line 68, in >>if sys.argv[3] == 'ppm' and (im and version >= 0x060305 or gm): >>^

Re: gzip eps

2024-01-15 Thread Barry
> On 15 Jan 2024, at 15:24, Patrick Dupre via users > wrote: > > Traceback (most recent call last): > File "/usr/share/lyx/scripts/convertDefault.py", line 68, in >if sys.argv[3] == 'ppm' and (im and version >= 0x060305 or gm): >^^^

Re: gzip eps

2024-01-15 Thread Patrick O'Callaghan
On Mon, 2024-01-15 at 16:24 +0100, Patrick Dupre via users wrote: > Hello, > > I am attaching an eps file No, you didn't. poc -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: gzip eps

2024-01-15 Thread Roger Heflin
On Mon, Jan 15, 2024 at 9:24 AM Patrick Dupre via users wrote: > > Hello, > > I am attaching an eps file > (NoDressedrecoil.eps) > You could do > cp -a NoDressedrecoil.eps No_Dressedrecoil.eps > cp -a NoDressedrecoil.eps No_Dressed_recoil.eps > > and then > gzip -f No_Dressedrecoil.eps > gzip -f N

Re: github cloning from cmdline

2024-01-15 Thread Samuel Sieb
On 1/15/24 05:25, bruce wrote: Thanks for replying/posting your "ssh-keygen" cmd.. login as user create sshkey priv/pub id_ed25519_g //ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/id_ed25519_g -q -N '' --is "C" for passphrase? "-C" specifies the "comment" at the end, which i

Re: github cloning from cmdline

2024-01-15 Thread Samuel Sieb
On 1/15/24 05:25, bruce wrote: (ps -- so all it took was to have the correct ssh-keygen cmd!!) -- was pretty sure it was something subtle/simple. Read my previous message more carefully. It's sort of related to the keygen command but only because the file you created with the keygen didn'

gzip eps

2024-01-15 Thread Patrick Dupre via users
Hello, I am attaching an eps file (NoDressedrecoil.eps) You could do cp -a NoDressedrecoil.eps No_Dressedrecoil.eps cp -a NoDressedrecoil.eps No_Dressed_recoil.eps and then gzip -f No_Dressedrecoil.eps gzip -f No_Dressed_recoil.eps And you should obtain a different behavior like Traceback (most

Re: Kernel 6.7 Test Week Invitation

2024-01-15 Thread Luna Jernberg
Hey! And happy new year too you too and all other Fedora testers, should be able to help out with this :) Den mån 15 jan. 2024 kl 13:29 skrev Sumantro Mukherjee : > > Hey All, > > I would like to invite all of you to participate in the Kernel 6.7 > Test week is happening from 2024-01-21 to 2024-0

Kernel 6.7 Test Week Invitation

2024-01-15 Thread Sumantro Mukherjee
Hey All, I would like to invite all of you to participate in the Kernel 6.7 Test week is happening from 2024-01-21 to 2024-01-28. It's fairly simple, head over to the wiki [0] and read in detail about the test week and simply run the test case mentioned in[1] and enter your results. As usual, the

Re: github cloning from cmdline

2024-01-15 Thread bruce
Hi Sam!!! ok... user err!! Thanks for replying/posting your "ssh-keygen" cmd.. login as user create sshkey priv/pub id_ed25519_g //ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/id_ed25519_g -q -N '' --is "C" for passphrase? --per Sam/fed email thread, test without "-C..."

Re: github cloning from cmdline

2024-01-15 Thread bruce
Hi Sam. Ok, so you did a similar test using steps that I've provided, and it runs correctly. This is cool! -- So this points to "user" err, or something weird... If I may, are you running everything as user 'foo' or 'root'? Are you running everything in the same term window/process? And, can I

Re: github cloning from cmdline

2024-01-15 Thread bruce
On Mon, Jan 15, 2024 at 1:06 AM Jeffrey Walton wrote: > > On Mon, Jan 15, 2024 at 12:52 AM bruce wrote: > > > > [...] > > > > before cloning a repos, test to make sure things work... > > > > ssh -vT g...@github.com > > this should return success if everything works correctly > > You have been to