"watch" and quotes problem?

2020-05-01 Thread ToddAndMargo via users
Hi All, I want to run the following command ls -al /lin-bak | grep -i OurStuff.tar | awk '{print $9, $5}' with a "watch" on it How do I get past the embedded quotes issue with $ watch -n 2 "ls -al /lin-bak | grep -i OurStuff.tar | awk '{print $9, $5}'" watch: failed to parse argument: 'ls

usb issue

2020-05-01 Thread ToddAndMargo via users
Hi All, I just installed Fedora-Xfce-Live-x86_64-32-1.6.iso on a customer's old laptop. The laptop previously had Windows XP installed on it. So many things had gone wrong that it was time to try something else. Okay, the laptop now runs beautifully, with one exception. If I copy files

Re: modifications to sshd_config for security/hardening

2020-05-01 Thread Chris Adams
Once upon a time, Cameron Simpson said: > The UseDNS one is only slightly security - by disabling DNS lookup > of incoming clients we (a) speed things up, particularly on high > latency links and (b) stop leaking information about who is > connecting to use to upstream DNS servers (from the DNS

Re: AMD GPU not used by Fedora 31

2020-05-01 Thread Roger Heflin
You will want these commands: sudo "echo ON > /sys/kernel/debug/vgaswitcheroo/switch" sudo "echo DIS > /sys/kernel/debug/vgaswitcheroo/switch" that will run the redirect under the sudo. ___ users mailing list -- users@lists.fedoraproject.org To

Re: Fedora questions.

2020-05-01 Thread Ulf Volmer
On 29.04.20 17:05, Mmobilea wrote: > 1. How to get desktop icons for gnome? Install gnome-shell-extension-desktop-icons. Run gnome-tweaks to enable this extension for your account. I personally don't use this extension, so I can't say how good this will work. Best regards Ulf

Re: modifications to sshd_config for security/hardening

2020-05-01 Thread Cameron Simpson
On 01May2020 11:18, bruce wrote: Looking through lots of online sites for making changes/mods to sshd_config files to harden/secure the process. Would it be cool to post the changes here for comment? Yes. Also, anyone have suggestions as well? My initial steps are always: -

Re: Lost Mate-panel

2020-05-01 Thread Ed Greshko
On 2020-05-02 04:16, Beartooth wrote: > Upgrading an E-series Thinkpad, a year or two old, running Fedora > 31, via CLI, the upgrade kept failing with complaints about i.686 -- till > I did "dnf remove mate-*.i.686" -- then it completed, or seemed to. This > machine was behind an HDMI

Re: Fedora 32: python2-gobject and python2-gobject-base are missing

2020-05-01 Thread Tom Horsley
On Fri, 01 May 2020 22:54:38 +0100 Patrick O'Callaghan wrote: > I've been running Calibre with Python 3 plugins for some time now. Of > course they may not be the plugins you use. When I get around to installing fedora 32 I'll probably check again to see if the plugins I need are ported yet. A

Re: Fedora 32: python2-gobject and python2-gobject-base are missing

2020-05-01 Thread Patrick O'Callaghan
On Fri, 2020-05-01 at 13:58 -0400, Tom Horsley wrote: > On Fri, 1 May 2020 11:39:40 -0600 > Jerry James wrote: > > > Talk to the "connection manager" maintainer and ask for a python 3 > > version. You may want to stay on Fedora 31 until a solution is > > available for Fedora 32. > > Yep. I have

Re: F32 installer : "bootloader did not set EFI variable LoaderDevicePartUUID"

2020-05-01 Thread Samuel Sieb
On 5/1/20 1:32 PM, sean darcy wrote: I got here with: dnf system-upgrade download dnf system-upgrade reboot Then what was that comment about the installer failing? Did you mean the boot? grub shows the FC32 kernel. When I boot from that fc32 kernel, I get this LoaderDevicePartUUID error.

Re: AMD GPU not used by Fedora 31

2020-05-01 Thread Samuel Sieb
On 5/1/20 1:12 PM, Sreyan Chakravarty wrote: I was going to suggest building a kernel without the intel driver Ok before I about compiling my own kernel I would like to inform you about what I have done so far. I'm pretty sure if you do that, you will have a bad situation. You will end up

Re: AMD GPU not used by Fedora 31

2020-05-01 Thread Samuel Sieb
On 5/1/20 1:18 PM, Sreyan Chakravarty wrote: On 4/28/20 4:14 AM, Samuel Sieb via users wrote: The reason you can't turn it off from the bios is likely because that isn't possible. There obviously aren't separate video out ports for each device. My understanding of how this works is that the

Re: AMD GPU not used by Fedora 31

2020-05-01 Thread Samuel Sieb
On 5/1/20 1:23 PM, Sreyan Chakravarty wrote: On Mon, 27 Apr 2020 15:39:11 - "stan" wrote: You won't get excommunicated for not following the guidelines, but you are less likely to get help. :-) Okay this will probably be the dumbest question you have got but can you tell me what email

Re: Lost Mate-panel

2020-05-01 Thread Samuel Sieb
On 5/1/20 1:16 PM, Beartooth wrote: Since the upgrade reboot, when I KVM to the Thinkpad, I see blank flashing panels on each monitor. There is no terminal emulator anywhere. I've tried a couple times to reboot it to rescue mode, but it ignores that. What graphics device do you have?

Re: Fedora 32: python2-gobject and python2-gobject-base are missing

2020-05-01 Thread Dario Lesca
Il giorno ven, 01/05/2020 alle 11.15 -0700, stan via users ha scritto: > protected_packages This method cause a problem: $ sudo dnf update Last metadata expiration check: 0:53:56 ago on Fri May 1 21:53:49 2020. Error: Problem: The operation would result in removing the

Re: F32 installer : "bootloader did not set EFI variable LoaderDevicePartUUID"

2020-05-01 Thread sean darcy
On 5/1/20 3:03 PM, Samuel Sieb wrote: On 4/30/20 6:44 AM, sean darcy wrote: The F32 installer fails. systemd-gpt-auto-generator can't find the EFI partition because the bootloader did not set it. Therefore sysroot is not setup. This is an Acer laptop, upgrading from F31. You say

Re: AMD GPU not used by Fedora 31

2020-05-01 Thread Sreyan Chakravarty
> On Mon, 27 Apr 2020 15:39:11 - > "stan" wrote: > You won't get excommunicated for not following the guidelines, but you > are less likely to get help. :-) Okay this will probably be the dumbest question you have got but can you tell me what email client allows "quoting". I mean what is

Re: AMD GPU not used by Fedora 31

2020-05-01 Thread Sreyan Chakravarty
> On 4/28/20 4:14 AM, Samuel Sieb via users wrote: > > The reason you can't turn it off from the bios is likely because that > isn't possible. There obviously aren't separate video out ports for > each device. My understanding of how this works is that the better GPU > (AMD in this case) is

Lost Mate-panel

2020-05-01 Thread Beartooth
Upgrading an E-series Thinkpad, a year or two old, running Fedora 31, via CLI, the upgrade kept failing with complaints about i.686 -- till I did "dnf remove mate-*.i.686" -- then it completed, or seemed to. This machine was behind an HDMI KVM switch, and was giving a display spread

Re: AMD GPU not used by Fedora 31

2020-05-01 Thread Sreyan Chakravarty
> On Mon, 27 Apr 2020 16:33:54 - > "stan" ; wrote: > > > I recall you saying > that you have no way of turning off the intel gpu from the bios. Is > that true? Unfortunately no way to switch off the Intel Graphics from the BIOS. > Check at the website of the builder of your laptop, and

Re: F32 installer : "bootloader did not set EFI variable LoaderDevicePartUUID"

2020-05-01 Thread Samuel Sieb
On 4/30/20 6:44 AM, sean darcy wrote: The F32 installer fails. systemd-gpt-auto-generator can't find the EFI partition because the bootloader did not set it. Therefore sysroot is not setup. This is an Acer laptop, upgrading from F31. You say "installer", but then you say "upgrading". Which

Re: F32 installer : "bootloader did not set EFI variable LoaderDevicePartUUID"

2020-05-01 Thread sean darcy
On 4/30/20 9:44 AM, sean darcy wrote: The F32 installer fails. systemd-gpt-auto-generator can't find the EFI partition because the bootloader did not set it. Therefore sysroot is not setup. This is an Acer laptop, upgrading from F31. Before that error, and maybe related to it, there are

Re: Fedora 32: python2-gobject and python2-gobject-base are missing

2020-05-01 Thread stan via users
On Fri, 01 May 2020 19:30:14 +0200 Dario Lesca wrote: > Moreover I have noticed that if I run "dnf update" these two old > package are removed then this is not the optimal solution for my > problem. > > The procedure that not work into python3 is the setting panel > (connmgr.py) of gnome

Re: Fedora 32: python2-gobject and python2-gobject-base are missing

2020-05-01 Thread Dario Lesca
Il giorno ven, 01/05/2020 alle 11.39 -0600, Jerry James ha scritto: > Talk to the "connection manager" maintainer and ask for a python 3 > version. You may want to stay on Fedora 31 until a solution is > available for Fedora 32. Thank Jerry, I know this kind of solution ... of course I will ask

Re: Fedora 32: python2-gobject and python2-gobject-base are missing

2020-05-01 Thread Tom Horsley
On Fri, 1 May 2020 11:39:40 -0600 Jerry James wrote: > Talk to the "connection manager" maintainer and ask for a python 3 > version. You may want to stay on Fedora 31 until a solution is > available for Fedora 32. Yep. I have an old fedora virtual machine running the old calibre because every

Re: Fedora 32: python2-gobject and python2-gobject-base are missing

2020-05-01 Thread Jerry James
On Fri, May 1, 2020 at 11:30 AM Dario Lesca wrote: > But there are some other python2 package into F32, why not these two? Yes, a few exceptions to the python 2 removal were granted, when the packagers were able to demonstrate that they could not yet migrate to python 3. Nobody asked for an

Re: Fedora 32: python2-gobject and python2-gobject-base are missing

2020-05-01 Thread Dario Lesca
Il giorno ven, 01/05/2020 alle 11.00 -0600, Jerry James ha scritto: > Because python 2 was sunsetted on January 1 of this year But there are some other python2 package into F32, why not these two? [lesca@dodo ~]$ dnf list|grep ^python2|wc -l 29 Moreover I have noticed that if I run "dnf update"

Re: Fedora 32: python2-gobject and python2-gobject-base are missing

2020-05-01 Thread Jerry James
On Fri, May 1, 2020 at 10:57 AM Dario Lesca wrote: > I have wget it from Fedora 31 and install it on Feodra 32 and I have > resolve my problem (old python2 app)lication) > > Why these packages are not into standard repository? Because python 2 was sunsetted on January 1 of this year [1] and so

Fedora 32: python2-gobject and python2-gobject-base are missing

2020-05-01 Thread Dario Lesca
I have wget it from Fedora 31 and install it on Feodra 32 and I have resolve my problem (old python2 app)lication) Why these packages are not into standard repository? Thanks for reply. -- Dario Lesca (inviato dal mio Linux Fedora 32 Workstation) ___

Re: gimp and F32 upgrade

2020-05-01 Thread Barry Scott
> On 29 Apr 2020, at 16:02, SternData wrote: > > I do not have gimp installed, but do have Glimpse installed via flatpak. > > system upgrade reports: > > Modular dependency problem: > > Problem: conflicting requests > - nothing provides module(platform:f31) needed by module >

[389-users] Re: [EXTERNAL] Re: setup-ds-admin fails to install admin server

2020-05-01 Thread Mark Reynolds
On 5/1/20 10:52 AM, Crocker, Deborah wrote: Well, there we go. A typo in an /etc/hosts entry pointed to an instance that actually had o=netscaperoot. You may delete my posts as I sit here in shame Glad you figured it out, I would not have thought a typo in /etc/hosts would impact the

modifications to sshd_config for security/hardening

2020-05-01 Thread bruce
Hi. Looking through lots of online sites for making changes/mods to sshd_config files to harden/secure the process. Would it be cool to post the changes here for comment? Also, anyone have suggestions as well? thanks ___ users mailing list --

[389-users] Re: [EXTERNAL] Re: setup-ds-admin fails to install admin server

2020-05-01 Thread Crocker, Deborah
Well, there we go. A typo in an /etc/hosts entry pointed to an instance that actually had o=netscaperoot. You may delete my posts as I sit here in shame Deborah Crocker, PhD Systems Engineer III Office of Information Technology The University of Alabama Box 870346 Tuscaloosa, AL 36587

[389-users] Re: [EXTERNAL] Re: setup-ds-admin fails to install admin server

2020-05-01 Thread Crocker, Deborah
I can connect to my new instance with a ldap browser and there is no o=netscaperoot. I can see it with the same ldap browser in my older instances. There isn't much more when it goes to create the admin server. The access log is empty. The error log contains this. I've included the debug

[389-users] Re: [EXTERNAL] Re: setup-ds-admin fails to install admin server

2020-05-01 Thread Crocker, Deborah
Thanks - this was a fresh install on a fresh os. I've done multiple installs before and not seen this myself. Deborah Crocker, PhD Systems Engineer III Office of Information Technology The University of Alabama Box 870346 Tuscaloosa, AL 36587 Office 205-348-3758 | Fax 205-348-9393

[389-users] Re: [EXTERNAL] Re: setup-ds-admin fails to install admin server

2020-05-01 Thread Mark Reynolds
Sorry no idea why this is happening based on the information you told me.  I've never heard of this happening with a completely fresh install.  Are you sure there is no pre-existing directory server you are installing on top of?  If you look under /etc/dirsrv/ are there any "slapd-INSTANCE"

[389-users] Re: [EXTERNAL] Re: setup-ds-admin fails to install admin server

2020-05-01 Thread Crocker, Deborah
I'm using the option 2 install [typical] interactive and take the defaults. The only thing I end up typing in is passwords. Deborah Crocker, PhD Systems Engineer III Office of Information Technology The University of Alabama Box 870346 Tuscaloosa, AL 36587 Office 205-348-3758 | Fax

[389-users] Re: setup-ds-admin fails to install admin server

2020-05-01 Thread Mark Reynolds
On 4/30/20 5:23 PM, Crocker, Deborah wrote: Why do I get this error on a setup-ds-admin.pl? This was a fresh install. --- The suffix 'o=NetscapeRoot' already exists. Config entry DN 'cn=o\3Dnetscaperoot,cn=mapping tree,cn=config'. And what options are you using when you

Re: GNOME 3.36 power off in less than 4 clicks?

2020-05-01 Thread Patrick O'Callaghan
On Thu, 2020-04-30 at 23:37 -0600, Joe Zeff wrote: > On 04/30/2020 10:29 PM, Tim via users wrote: > > Everyone else gets the click, click, click, are you sure? click... > > Well I don't, but I use Xfce, not Gnome. KDE here, but either way I just use Ctrl-Alt-Del, including for logging off. poc

Re: Fedora 31->32 impressions

2020-05-01 Thread Samuel Sieb
On 4/30/20 7:15 PM, Richard Shaw wrote: I then trying "dnf distosync" to make sure I didn't have any leaf packages. To my surprise a BUNCH of packages were listed, mostly modules. I ge that in certain cases modules may be needed but I have *NEVER* intentionally enabled a module version of a

Re: F32 Supervisord

2020-05-01 Thread Scott van Looy via users
Answering my own question - seems there’s a version in Rawhide that works - the change was made upstream for supervisor 4.1 and current Fedora version is 4.0.4 > On 1. May 2020, at 08:16, Scott van Looy via users > wrote: > > Signed PGP part > Hi, > > I upgraded to F32 and now I get an error

F32 Supervisord

2020-05-01 Thread Scott van Looy via users
Hi, I upgraded to F32 and now I get an error when I try and run Supervisord - am I missing a compat library or something? supervisorctl status Traceback (most recent call last): File "/usr/bin/supervisorctl", line 11, in load_entry_point('supervisor==4.0.4', 'console_scripts',