Re: Getting grub working on a LiveUSB

2023-10-11 Thread Joe Zeff
On 10/11/2023 08:22 PM, Tim via users wrote: This is on a brand new computer? No. It's on a laptop that I'd originally installed F35 because that's what was current at the time. The hard drive has failed and a new one installed. It's not in what you quoted, but when I picked the laptop up

Re: Getting grub working on a LiveUSB

2023-10-11 Thread Tim via users
On Wed, 2023-10-11 at 13:11 -0600, Joe Zeff wrote: > I have downloaded the F35 .iso, verified it and used dd to put it on a > flash drive. If I insert it into one of the laptop's two USB ports and > turn it on, it goes directly into the BIOS, and if I exit that, it goes > right back in until I

Re: vnc

2023-10-11 Thread Michael D. Setzer II via users
I use tigervnc on my 5 machines. I have it start on each machine using rc.local (rc-local service) runuser -l USER -c 'vncserver :XX -geometry 1600x845' USER is the userid to run it on at startup XX is the Port you want to run in on (02 would be 5902) geometry is for my notebook, so would vary to

Re: vnc

2023-10-11 Thread Roger Heflin
The ports become open/listening by an application running on them. If the application is not running and/or dying when you try to start it then the ports are closed. ss -lnp | grep -E 'tcp|udp' will show you what programs are handling what ports. If nothing is on a given port (it is not

vnc

2023-10-11 Thread Patrick Dupre
Hello, I am trying to use remmina nmap -v -n -Pn -p5900-5910 localhost Starting Nmap 7.93 ( https://nmap.org ) at 2023-10-11 23:58 CEST Initiating SYN Stealth Scan at 23:58 Scanning localhost (127.0.0.1) [11 ports] Completed SYN Stealth Scan at 23:58, 0.01s elapsed (11 total ports) Nmap scan

Re: firewall-config

2023-10-11 Thread Roger Heflin
You need to carefully document all the steps you are doing. firewall-confg has no part in the X11 config when using ssh -X/Y. Usually the X11 break is because when you sudo you become say root and the user root is not authorized once you become root on the far end. It gets tricky. you will

Re: configure a network of 2 computers

2023-10-11 Thread Patrick Dupre
I made it works by uisng the Network manager and setting the DHCP Shared to other computers > > So say pick 2 ip addresses. if your network uses 192.168.1 then use > 2, if you use 1 and 2 and 3 and 4, then use 192.168.5 and make it a > /24 > > In the case of the 2nd device off the desktop with

Re: configure a network of 2 computers

2023-10-11 Thread Roger Heflin
So say pick 2 ip addresses. if your network uses 192.168.1 then use 2, if you use 1 and 2 and 3 and 4, then use 192.168.5 and make it a /24 In the case of the 2nd device off the desktop with multiple cards, the 2nd machine won't have dns and won't be able to deliver traffic to anyplace except

firewall-config

2023-10-11 Thread Patrick Dupre
Hello, firewall-config works fine locally, but if I make a ssh -X on the machine, even in sudo, I get X11 connection rejected because of wrong authentication. xclock run fine. === Patrick DUPRÉ

Re: configure a network of 2 computers

2023-10-11 Thread Roger Heflin
That has not been true since the 100mbit days. In 100mbit days one pair was for sending and one was for receiving data, so a crossover mattereed I have never seen a gbit adapter that needs a crossover. All 4 pairs in gbit are both sending and receiving so it is trivial in software/firmware to

Re: configure a network of 2 computers

2023-10-11 Thread Samuel Sieb
On 10/11/23 11:39, Thomas Dineen wrote: Yes: But you MUST use a crossover cable for direct connect  if your Ethernet adapters do not support auto-crossover! I haven't had to deal with a crossover cable for a very long time. Everything supports auto-crossover now.

Re: Getting grub working on a LiveUSB

2023-10-11 Thread Joe Zeff
I have downloaded the F35 .iso, verified it and used dd to put it on a flash drive. If I insert it into one of the laptop's two USB ports and turn it on, it goes directly into the BIOS, and if I exit that, it goes right back in until I pull the drive. If I use the other port, it appears to

Re: configure a network of 2 computers

2023-10-11 Thread Thomas Dineen
Quite Sure: Ethernet adapters MUST have auto-crossover (Modern ones probably do)  or you MUST have crossover cable! See: https://en.wikipedia.org/wiki/Ethernet_crossover_cable On 10/11/2023 11:50 AM, Patrick Dupre wrote: Yes: But you MUST use a crossover cable for direct connect  if your

Re: configure a network of 2 computers

2023-10-11 Thread Patrick Dupre
> Yes: But you MUST use a crossover cable for direct connect  if your > Ethernet adapters > > do not support auto-crossover! Are you sure. I have been told that now the cable did not have to be crossed! > > > On 10/11/2023 11:30 AM, Samuel Sieb wrote: > > On 10/11/23 11:25, Patrick Dupre

Re: configure a network of 2 computers

2023-10-11 Thread Patrick Dupre
Actually, I have one PC connected to the internet and the second one connect to the first one through an ethernet cable On PC1 nmcli connection show NAMEUUID TYPE DEVICE Wired connection 1 05bc1961-b71a-375a-80f0-d1d43969bfce

Re: configure a network of 2 computers

2023-10-11 Thread Thomas Dineen
Yes: But you MUST use a crossover cable for direct connect  if your Ethernet adapters do not support auto-crossover! On 10/11/2023 11:30 AM, Samuel Sieb wrote: On 10/11/23 11:25, Patrick Dupre wrote: I wish to set up a network of 2 computers. What is the recipes? That is a extremely vague

Re: configure a network of 2 computers

2023-10-11 Thread Samuel Sieb
On 10/11/23 11:25, Patrick Dupre wrote: I wish to set up a network of 2 computers. What is the recipes? That is a extremely vague request. You need to provide a lot more information about what you're trying to do. If it's literally two computers talking only to each other, then connect an

Re: configure a network of 2 computers

2023-10-11 Thread Thomas Dineen
With or without a bridge in the middle? On 10/11/2023 11:25 AM, Patrick Dupre wrote: Hello, I wish to set up a network of 2 computers. What is the recipes? Thank === Patrick DUPRÉ | |

configure a network of 2 computers

2023-10-11 Thread Patrick Dupre
Hello, I wish to set up a network of 2 computers. What is the recipes? Thank === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alain

Re: After F35->F38 install, video player, firefox not behaving well

2023-10-11 Thread Michael Hennebry
On Mon, 9 Oct 2023, Michael Hennebry wrote: On Sat, 7 Oct 2023, Joe Zeff wrote: On 10/07/2023 12:23 PM, Michael Hennebry wrote: When I try to play a .avi file, Videos claims "Could not initialise OpenGL support". dnf was not a help. How do I get videos to work? Do you have rpmfusion

Re: Requesting a new package in Fedora

2023-10-11 Thread Jeffrey Walton
On Wed, Oct 11, 2023 at 11:26 AM Jerry James wrote: > > On Wed, Oct 11, 2023 at 9:23 AM Jeffrey Walton wrote: > > But I feel crummy because Fedora carries a library I help maintain, > > and someone else does the packaging. I feel like we've pushed our work > > onto someone else. > > I don't

Re: Requesting a new package in Fedora

2023-10-11 Thread Jerry James
On Wed, Oct 11, 2023 at 9:23 AM Jeffrey Walton wrote: > But I feel crummy because Fedora carries a library I help maintain, > and someone else does the packaging. I feel like we've pushed our work > onto someone else. I don't think you need to feel bad about it. Fedora has lots of packages

Re: Requesting a new package in Fedora

2023-10-11 Thread Jeffrey Walton
On Wed, Oct 11, 2023 at 10:59 AM Jerry James wrote: > > On Wed, Oct 11, 2023 at 2:24 AM Jeffrey Walton wrote: > > Is there a process that covers a user requesting a package? > > Here's the problem: who is going to act on such a request? Packagers > typically work on packages because they are

Re: Requesting a new package in Fedora

2023-10-11 Thread Jerry James
On Wed, Oct 11, 2023 at 2:24 AM Jeffrey Walton wrote: > Is there a process that covers a user requesting a package? Here's the problem: who is going to act on such a request? Packagers typically work on packages because they are either paid to do so or have a personal interest in the package.

Re: 4k video playback on some videos makes entire system sluggish

2023-10-11 Thread stan via users
On Mon, 9 Oct 2023 21:12:29 -0400 Alex wrote: > HI, > > > > Finally got a chance to reboot, and it definitely made a difference > > with playing 4k videos. > > > > However, playing two 4k videos at the same time makes both of them > > slow. > > Actually, playing any two videos together makes

Re: Restarting pipewire

2023-10-11 Thread stan via users
On Mon, 09 Oct 2023 17:22:38 +0100 Patrick O'Callaghan wrote: > On Mon, 2023-10-09 at 06:38 -0700, stan via users wrote: > > systemctl --user restart pipewire pipewire-pulse wireplumber > > Thanks. Didn't find wireplumber, but it worked without it. I think that wireplumber is an optional

Re: Google Chrome Update Question

2023-10-11 Thread Neal Becker
On Tue, Oct 10, 2023 at 7:46 PM Tim Evans wrote: > On 10/10/23 18:38, Tim Evans wrote: > > Usually, dnf updates take care of updating Google Chrome. Lately, for > > the past week or so, however, there's a big pink button in Chrome's > > status bar labeled "Update," but dnf insists I have the

Requesting a new package in Fedora

2023-10-11 Thread Jeffrey Walton
Hi Everyone, I'd like to submit a request to have a package added to Fedora. Some documentation is provided at . The page describes how a Contributor can provide a new package. The problem is, I don't see a process

[389-users] Re: ACI - on OU services didn't match

2023-10-11 Thread Nizar Montassar
Hello, Yes the command: dsidm my-ds service create --cn test --description " test user" Where my-ds IS a configuration stored on /root/.dsa file that point to my admin user. Best regards Le mar. 10 oct. 2023 à 20:14, Rob Crittenden a écrit : > Nizar Montassar wrote: > > Hello All, > > I have