condor

2022-01-26 Thread Patrick Dupre
Hello, When I Run systemctl start condor.service I get: *** SECURITY information for homere *** homere : Jan 26 09:47:25 : root : problem with defaults entries ; TTY=pts/8 ; PWD=/root/condor ; USER=root ; condor.service - Condor Distributed High-Throughput-Computing Loaded: loaded (/usr/lib

Re: Network bridge with network-scripts

2022-01-26 Thread Patrick O'Callaghan
On Tue, 2022-01-25 at 16:24 -0500, Jonathan Billings wrote: > On Jan 25, 2022, at 12:03, Patrick O'Callaghan > wrote: > > > > > > Perhaps not impossible, but certainly more difficult. I attribute > > this > > to the poor quality of much documentation. Gone are the good ol' > > days > > of UNIX w

Re: [Test Week] Fedora Linux Kernel 5.16 2022-01-23 through 2022-01-29

2022-01-26 Thread Justin Forbes
On Wed, Jan 26, 2022 at 3:38 AM Thorsten Leemhuis wrote: > > Lo! > > On 20.01.22 09:38, Sumantro Mukherjee wrote: > > > > I would like to invite all of you to participate in the Kernel 5.16 > > Test week is happening from 2022-01-23 to 2022-01-29. It's > > fairly simple, head over to the wiki [0]

Window capture with OBS studio (F35)?

2022-01-26 Thread Lars Kellogg-Stedman
I'm running Fedora 35 with an Nvidia Q1000 graphics card, using the Nvidia drivers. I'm use X rather than Wayland: $ loginctl list-sessions SESSION UID USER SEAT TTY 5 1000 lars seat0 tty2 1 sessions listed. $ loginctl show-session 5 | grep Type Type=x11 I would l

Re: Interactive task scheduling (system) ? How do I run a list of tasks consecutively on a server ?

2022-01-26 Thread Matthew Miller
On Fri, Jan 21, 2022 at 11:31:25AM -0700, linux guy wrote: > Is there anything simpler than Torque ? Yeah, these schedulers do get kind of complex. You might be happy with the simple "batch" command. On the other hand, if this is your field, it's probably worth your time to learn a bit about the

Re: How to get Fedora 35 to use DNS name as hostname?

2022-01-26 Thread Matthew Miller
On Tue, Jan 25, 2022 at 11:55:03AM -0600, Thomas Cameron wrote: > This may be the resolution, is to just disable systemd-resolved. I > hate to do it, though. I still don't understand why the hostname > isn't being set correctly. Can you file a bug for this please? Thanks. -- Matthew Miller Fed

Re: Interactive task scheduling (system) ? How do I run a list of tasks consecutively on a server ?

2022-01-26 Thread Neal Becker
I've needed this over the years but all the ones I've seen appeared much too complex for my simple use case. I ended up writing my own using pyxmlrpc. Unfortunately haven't used it for years and don't know if I could find it again (was uploaded to pypi at one time). Are any of these batch system

Re: Interactive task scheduling (system) ? How do I run a list of tasks consecutively on a server ?

2022-01-26 Thread Fred Erickson
On Wed, 26 Jan 2022 12:59:23 -0500 Neal Becker wrote: > I've needed this over the years but all the ones I've seen appeared > much too complex for my simple use case. I ended up writing my own > using pyxmlrpc. Unfortunately haven't used it for years and don't > know if I could find it again (w

default root password on mysql (mariadb)

2022-01-26 Thread Anil Felipe Duggirala
hello, I am following these instructions (https://fedoramagazine.org/howto-install-wordpress-fedora/) to install MariaDb on Fedora 34. Trying to set the "root" password for mysql is not working for me, doing: sudo mysqladmin -u root password Gives error: Warning: Since password will be sent to s

Re: NFS client names not mapping

2022-01-26 Thread stan via users
On Tue, 25 Jan 2022 10:35:27 -0600 Robert Nichols wrote: > In a Fedora 35 VM, all users and groups in an NFS mounted filesystem > are mapped to "nobody" even though the names and numeric IDs are the > same on the server and client. The messages logged are of the form: > > "name '@local

Re: Persistence of Grub2 menu overrides

2022-01-26 Thread stan via users
On Tue, 25 Jan 2022 16:04:57 -0600 Dave Ulrick wrote: > Every so often I have to boot Linux into single-user mode. I do this > by waiting for the Grub2 menu, selecting the desired kernel, and > pressing 'e'. Then I select the 'linux' statement, add '1' to > the end of the line, and boot with . >

Re: Persistence of Grub2 menu overrides

2022-01-26 Thread Tom Horsley
On Wed, 26 Jan 2022 12:36:00 -0700 stan via users wrote: > I don't recall seeing any discussion of a change like this, but I could > have missed it. I haven't noticed this one either, but I do find a lot of the "helpful" stuff grub2 desperately tries to do for me annoying, so I have a script that

Re: Window capture with OBS studio (F35)?

2022-01-26 Thread stan via users
On Wed, 26 Jan 2022 10:36:05 -0500 Lars Kellogg-Stedman wrote: > I'm running Fedora 35 with an Nvidia Q1000 graphics card, using the > Nvidia drivers. I'm use X rather than Wayland: > > $ loginctl list-sessions > SESSION UID USER SEAT TTY > 5 1000 lars seat0 tty2 > > 1 s

Re: default root password on mysql (mariadb)

2022-01-26 Thread Leonardo Cuyar Morales
I think the right command syntax is: sudo mysqladmin -uroot -p password it ask for password and then ask for the new password On 1/26/22, Anil Felipe Duggirala wrote: > hello, > I am following these instructions > (https://fedoramagazine.org/howto-install-wordpress-fedora/) to install > MariaD

Re: How to get Fedora 35 to use DNS name as hostname?

2022-01-26 Thread Peter Boy
> Am 25.01.2022 um 18:46 schrieb Thomas Cameron > : > > I just did a fresh kickstart of F35 Server. I didn't do anything to set the > hostname during installation. > > At first boot, I could see that the hostname was set to the reverse > DNS-provided hostname "hostxxx.tc.camerontech.com" -

Re: How to get Fedora 35 to use DNS name as hostname?

2022-01-26 Thread Samuel Sieb
On 1/26/22 14:17, Peter Boy wrote: Am 25.01.2022 um 18:46 schrieb Thomas Cameron : I just did a fresh kickstart of F35 Server. I didn't do anything to set the hostname during installation. At first boot, I could see that the hostname was set to the reverse DNS-provided hostname "hostxxx.tc

Re: How to get Fedora 35 to use DNS name as hostname?

2022-01-26 Thread Peter Boy
> Am 26.01.2022 um 23:48 schrieb Samuel Sieb : > > The DCHP server is the one that's supposed to be supplying the hostname. Yes, indeed. In my test setup here, I use dnsmasq (as libvirt plugin) and find in /var/lib/libvirt/dnsmasq/virbr0.macs entries like: { "domain": "vm1", "macs"

Re: NFS client names not mapping

2022-01-26 Thread Gordon Messmer
On 1/25/22 08:35, Robert Nichols wrote: In a Fedora 35 VM, all users and groups in an NFS mounted filesystem are mapped to "nobody" even though the names and numeric IDs are the same on the server and client. The messages logged are of the form: "name '@local' does not map into domain

Re: How to get Fedora 35 to use DNS name as hostname?

2022-01-26 Thread Tim via users
On Wed, 2022-01-26 at 14:48 -0800, Samuel Sieb wrote: > I think I figured out what he's doing and I'm kind of surprised that > it works at all. He's expecting the system to use its IP address to > lookup its hostname. That seems wrong. Maybe what is working is > that the installer does that look

Re: How to get Fedora 35 to use DNS name as hostname?

2022-01-26 Thread Samuel Sieb
On 1/26/22 21:59, Tim via users wrote: On Wed, 2022-01-26 at 14:48 -0800, Samuel Sieb wrote: I think I figured out what he's doing and I'm kind of surprised that it works at all. He's expecting the system to use its IP address to lookup its hostname. That seems wrong. Maybe what is working is

Re: How to get Fedora 35 to use DNS name as hostname?

2022-01-26 Thread Tim via users
Tim: >> I don't see why that's wrong, there were plenty of things that >> discover their hostname by doing a reverse look-up of their IP. And >> he demonstrated several releases that worked exactly that way. Samuel Sieb: > What are these plenty of things? This is the first that I know of. > And