Re: github cloning from cmdline

2024-01-14 Thread bruce
hi sorry for the typo.. the file paths matched in my actual test... the passphrase issue is throwing me On Sun, Jan 14, 2024 at 2:49 AM wrote: > > Hi > > On Sun, 14 Jan 2024 02:27:55 -0500 bruce wrote: > > ssh-keygen -t ed25519 -C 'y...@email.com' -f ~/.ssh/github/id_ed25519 -q -N > > '' >

KAMPANAT THUMWONG

2024-01-14 Thread KAMPANAT
-- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines:

Re: github cloning from cmdline

2024-01-14 Thread Samuel Sieb
On 1/13/24 23:27, bruce wrote: I'm trying to test using SSH key to clone a test repository from the cmdline.. I'm screwing up something in following the different sires/examples to try to setup the SSH key to connect to "Github" for a user/repository. It appears that the "ssh -vT

Lenovo ThinkBook 16 G6 touchpad - no right click ?

2024-01-14 Thread lejeczek via users
Hi guys. Anybody here on a Thinkbook 16 G6? I just got one myself and it seems that the right-click is not there - that should not be new laptop with mechanical-electrical damage, right? many thanks, L. -- ___ users mailing list --

Re: VMware woes

2024-01-14 Thread Patrick O'Callaghan
On Sun, 2024-01-14 at 17:17 +1030, Tim via users wrote: > Tim: > > > Which I received base64 encoded, for reasons unfathomable. > > Dave Close: > > I wonder what did that. It wasn't sent that way: > >   Content-type: text/plain; charset="utf-8" > >   Content-transfer-encoding: 8bit > > These

Re: github cloning from cmdline

2024-01-14 Thread Jeffrey Walton
On Sun, Jan 14, 2024 at 3:07 AM bruce wrote: > > hi sorry for the typo.. > > the file paths matched in my actual test... > > the passphrase > issue is throwing me Post your $HOME/.gitconfig file, and your /.git/config file. For me, I handle SSH check-ins via $HOME/.gitconfig : $ cat

Re: github cloning from cmdline

2024-01-14 Thread Sam Varshavchik
bruce writes: It appears that the "ssh -vT g...@github.com" cmd seems to always request a "passphrase" even though the ssh key was created without a passphrase. That's because you don't ssh to github. Once the key is set up, and added to your github profile, "git clone" clones the

Re: libdvdcss

2024-01-14 Thread Samuel Sieb
On 1/14/24 14:48, Bill Cunningham wrote:     Does fedora maintain a version of libdvdcss. I thought for sure I backed up my version online but can't seem to find it. I went to the main repo and downloaded the 4.x.x. version which is the latest but cannot get it to compile. I have

Re: github cloning from cmdline

2024-01-14 Thread bruce
Hi Jeffery, Thanks for the reply. In my test, I don't configure a $HOME/.gitconfig file, and your /.git/config file. The weird thing, i'm seeing a number of other people who have had similar issues with accessing g...@github.com and they seem to discuss using the ssh-agent for the key.

Re: libdvdcss

2024-01-14 Thread Jeffrey Walton
On Sun, Jan 14, 2024 at 5:50 PM Bill Cunningham wrote: > > Does fedora maintain a version of libdvdcss. I thought for sure I > backed up my version online but can't seem to find it. I went to the > main repo and downloaded the 4.x.x. version which is the latest but > cannot get it to

Re: libdvdcss

2024-01-14 Thread Tom Horsley
On Sun, 14 Jan 2024 19:38:57 -0500 Bill Cunningham wrote: > I tried looking for "css"  "libdvdcss" and "dvd" and got some responses > but nothing that I recognize. I used "dnf search" btw. I have the > rpmfusion repo installed. What is the rpm? I an looking for source if I > can find it. One

Re: libdvdcss

2024-01-14 Thread Bill Cunningham
On 1/14/2024 7:51 PM, Tom Horsley wrote: On Sun, 14 Jan 2024 19:38:57 -0500 Bill Cunningham wrote: I tried looking for "css"  "libdvdcss" and "dvd" and got some responses but nothing that I recognize. I used "dnf search" btw. I have the rpmfusion repo installed. What is the rpm? I an looking

Re: github cloning from cmdline

2024-01-14 Thread Samuel Sieb
On 1/14/24 10:48, bruce wrote: Thanks for the reply. In my test, I don't configure a $HOME/.gitconfig file, and your /.git/config file. The weird thing, i'm seeing a number of other people who have had similar issues with accessing g...@github.com and they seem to discuss using the

Re: github cloning from cmdline

2024-01-14 Thread Samuel Sieb
Have you actually tried cloning? Is there a problem you're trying to solve? -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: libdvdcss

2024-01-14 Thread Bill Cunningham
On 1/14/2024 5:56 PM, Samuel Sieb wrote: On 1/14/24 14:48, Bill Cunningham wrote: Does fedora maintain a version of libdvdcss. I thought for sure I backed up my version online but can't seem to find it. I went to the main repo and downloaded the 4.x.x. version which is the latest but

Re: VMware woes

2024-01-14 Thread Jonathan Billings
> On Jan 12, 2024, at 20:59, Sherman Grunewagen via users > wrote: > > On 11/01/2024 13.48, Jonathan Billings wrote: >>> On Wed, Jan 10, 2024 at 03:36:32PM -0800, Sherman Grunewagen via users >>> wrote: >>> Hello all. >>> >>> Does anyone have VMware Workstation Pro 17.5.0 running with any

libdvdcss

2024-01-14 Thread Bill Cunningham
    Does fedora maintain a version of libdvdcss. I thought for sure I backed up my version online but can't seem to find it. I went to the main repo and downloaded the 4.x.x. version which is the latest but cannot get it to compile. I have libdvdread-devel installed. Maybe I am missing

Re: libdvdcss

2024-01-14 Thread Samuel Sieb
On 1/14/24 16:38, Bill Cunningham wrote: On 1/14/2024 5:56 PM, Samuel Sieb wrote: On 1/14/24 14:48, Bill Cunningham wrote: Does fedora maintain a version of libdvdcss. I thought for sure I backed up my version online but can't seem to find it. I went to the main repo and downloaded the

Re: github cloning from cmdline

2024-01-14 Thread Samuel Sieb
On 1/14/24 21:50, bruce wrote: [snip lots of stuff] You're doing way too many unnecessary things. I noticed that I was using an rsa key, so I decided to follow the steps to add a new ed25519 key. login as user foo setup the sshkey ssh-keygen -t ed25519 -C 'y...@email.com' -f

Re: github cloning from cmdline

2024-01-14 Thread Jeffrey Walton
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 told twice that this is wrong. Both Samuel Sieb and Sam Varshavchik told you

Re: github cloning from cmdline

2024-01-14 Thread Samuel Sieb
On 1/14/24 22:04, 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 told twice that this is wrong. Both Samuel

Re: github cloning from cmdline

2024-01-14 Thread bruce
Hi Samuel. Yeah, trying to clone using cmdline/ssh I can clone using https. The steps I've tried don't seem to connect. login as foo eval `ssh-agent -s` ssh-add ~/.ssh/id_ed25519_g Enter passphrase for /home/crawl_user/.ssh/id_ed25519_g: the perms for chmod 700 /home/foo/.ssh chmod 600

Re: github cloning from cmdline

2024-01-14 Thread Jeffrey Walton
On Mon, Jan 15, 2024 at 1:25 AM Samuel Sieb wrote: > > On 1/14/24 22:04, 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