SELinux alert

2022-07-12 Thread Patrick Dupre
Hello,

I do not how to deal wit this issue: in fc34 and fc36.

SELinux security alert recommend the following:

You need to change the label on /var/usermin/miniserv.pid
# semanage fcontext -a -t FILE_TYPE '/var/usermin/miniserv.pid'
where FILE_TYPE is one of the following: NetworkManager_etc_rw_t, 
NetworkManager_etc_t, NetworkManager_exec_t,
etc...
a long list of FILE_TYPE

Which one should I choose?

Thank


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: SELinux alert

2022-07-12 Thread Samuel Sieb

On 2022-07-12 01:02, Patrick Dupre wrote:

I do not how to deal wit this issue: in fc34 and fc36.

SELinux security alert recommend the following:

You need to change the label on /var/usermin/miniserv.pid
# semanage fcontext -a -t FILE_TYPE '/var/usermin/miniserv.pid'
where FILE_TYPE is one of the following: NetworkManager_etc_rw_t, 
NetworkManager_etc_t, NetworkManager_exec_t,
etc...
a long list of FILE_TYPE

Which one should I choose?


That doesn't appear to be an application that comes from a Fedora 
package.  Where did you get it from?  You should probably ask them about it.


Also, what is the full message you received?  You don't need to include 
the entire FILE_TYPE list.

___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: SELinux alert

2022-07-12 Thread Patrick Dupre

>
> On 2022-07-12 01:02, Patrick Dupre wrote:
> > I do not how to deal wit this issue: in fc34 and fc36.
> >
> > SELinux security alert recommend the following:
> >
> > You need to change the label on /var/usermin/miniserv.pid
> > # semanage fcontext -a -t FILE_TYPE '/var/usermin/miniserv.pid'
> > where FILE_TYPE is one of the following: NetworkManager_etc_rw_t, 
> > NetworkManager_etc_t, NetworkManager_exec_t,
> > etc...
> > a long list of FILE_TYPE
> >
> > Which one should I choose?
>
> That doesn't appear to be an application that comes from a Fedora
> package.  Where did you get it from?  You should probably ask them about it.
You are right, it come from usermin

>
> Also, what is the full message you received?  You don't need to include
> the entire FILE_TYPE list.


You need to change the label on /var/usermin/miniserv.pid
# semanage fcontext -a -t FILE_TYPE '/var/usermin/miniserv.pid'
where FILE_TYPE is one of the following: NetworkManager_etc_rw_t, 
NetworkManager_etc_t, NetworkManager_exec_t,
..
zoneminder_var_run_t, zos_remote_exec_t.
Then execute:
restorecon -v '/var/usermin/miniserv.pid'


The other recommendation is

SELinux is preventing systemd from read access on the file 
/var/usermin/miniserv.pid.

Plugin: catchall
 SELinux denied access requested by systemd. It is not expected that this access
is required by systemd and this access may signal an intrusion attempt. It is
also possible that the specific version or configuration of the application is
causing it to require additional access.

If you believe that systemd should be allowed read access on the miniserv.pid 
file by default.
You should report this as a bug.
You can generate a local policy module to allow this access.
Allow this access for now by executing:
# ausearch -c 'systemd' --raw | audit2allow -M my-systemd
# semodule -X 300 -i my-systemd.pp

But running
ausearch -c 'systemd' --raw | audit2allow -M my-systemd
and
semodule -X 300 -i my-systemd.pp

does not help.
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: yet again, sound is a problem

2022-07-12 Thread George N. White III
On Tue, Jul 12, 2022 at 2:24 AM Tim via users 
wrote:

> On Mon, 2022-07-11 at 14:33 -0400, Tom Horsley wrote:
> > I always wondered about that "reinstall the software" thing.
> >
> > I mean, how much should I trust software from someone who
> > apparently is unable to just copy the software onto the disk?
> >
> > And even worse, it actually works sometimes.
>

I use a very large and complex app with a Java GUI and heavy lifting
done by open source libraries for a huge range of file formats, GDAL,
and various numerical libraries.  There are silent background downloads
of "ancillary" files.  Reinstalling is often needed when it breaks --
probably due to a corrupt file.  There are
versions for Linux, macOS, and Windows, but I don't see any difference
across platforms so pretty sure there are glitches writing configuration
files.


> I'd come to a few conclusions regarding that:
>
> Silent disk errors.  Things disappeared without notice while writing,
> and/or later on.  And checkdisk was fond of just deleting files it
> considered faulty.
>
> Mangling of files read from disk.  When you open a file, a file system
> can record when the file was last accessed.  So what happens when it
> pokes the data on a file and has a crash?  Can it destroy the file?
> (We're talking self-destructive MS file systems, here.)  Why else
> should some .dll file disappear that *you* never had interaction with.
>
> Race conditions.  Some programming flaw got in the way of some write
> during installation, that didn't happen during the re-installation.
> Although that doesn't take into account things that worked, later
> failed, then got fixed by a reinstall.
>

I've seen many cases where users had started some GUI app from the
shell then done  in case they might want to come back to it, but
end up leaving it suspended for days.  Then they try to install an update
and the problems begin.


-- 
George N. White III
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: gnuplot changed in 5.2->5.4 update

2022-07-12 Thread Eyal Lebedinsky



On 05/07/2022 10.14, Eyal Lebedinsky wrote:

A new gnuplot version was installed recently. Originally I had
 2021-05-17T14:31:30+1000 DEBUG Upgraded: gnuplot-wx-5.2.8-7.fc34.x86_64
I recently upgraded fedora 34->36 and received this update
 2022-06-09T18:04:52+1000 DEBUG Upgraded: gnuplot-common-5.4.3-3.fc36.x86_64

Since then, a simple plot with tics/labels on the left (y axis) are not anymore 
mirrored on the right (y2).
It used to always do this by default, and it makes sense when reading values on 
the right.

I tried to play with the 'mirror' option to no avail.

Anyone knows how to restore the old behavior?


The matter was dealt with here
https://stackoverflow.com/questions/72910591/

Executive summary: there was an intentional change in gnuplot.

--
Eyal Lebedinsky (fed...@eyal.emu.id.au)
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Virtualization Recommendations?

2022-07-12 Thread Sbob

All;


I am frustrated with VMware, I am running Fedora35 and it refuses to 
compile since kernel 5.17.14-200.fc35.x86_64 so I am stuck running a 
kernel 3+ updates behind. At this point I have to exclude the kernel 
from any updates so the only kernel that VMware works with does not get 
removed.



Are there any other virtualization tools that would continue to work, or 
at least continue to work with more recent kernels? Is Xen an option? 
Are there others?



Thanks in advance

___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: yet again, sound is a problem

2022-07-12 Thread Michael Hennebry

On Mon, 11 Jul 2022, Patrick O'Callaghan wrote:


On Mon, 2022-07-11 at 11:21 -0700, ToddAndMargo via users wrote:

On 7/11/22 08:44, Patrick O'Callaghan wrote:

On Mon, 2022-07-11 at 09:09 -0500, Michael Hennebry wrote:

On Sun, 10 Jul 2022, ToddAndMargo via users wrote:


Not to ask too stupid a question, but I notice problems
like these after I do a `dnf upgrade`.  Have you tried
the universal Windows cure-all solutions and rebooted
your computer?


Thanks.  I have sound now.



BTW I'd thought reinstalling was the Windows cure-all.


Rebooting, not reinstalling.


On Mon, 11 Jul 2022, Patrick O'Callaghan wrote:

On Mon, 2022-07-11 at 11:21 -0700, ToddAndMargo via users wrote:
In case it wasn't obvious, I was merely pointing that Michael had
misread the previous post, which mentioned rebooting, not reinstalling.
That's all.


I'd read it correctly, just was not at all the sure it was correct.
To be clear, by "reinstall", I meant reinstall Windows.

Rebooting is ordinary enough that I should have tried it without prompting.
That said, I do not know what when wrong in the first place,
so do not know how to avoid it.

--
Michael   henne...@web.cs.ndsu.nodak.edu
"Sorry but your password must contain an uppercase letter, a number,
a haiku, a gang sign, a heiroglyph, and the blood of a virgin."
 --  someeecards___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [FC8] ssh and CAC card???

2022-07-12 Thread Allhdd Coumputer
This link can help you https://www.allhdd.com/accessories-kit/riser-card/ Your 
smart card is not configured correctly. You should use Athena USB Reading. In 
this way you can use firefox.

Regards
James
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Mark C. Allman via users

On 7/12/22 11:38, Sbob wrote:

All;


I am frustrated with VMware, I am running Fedora35 and it refuses to 
compile since kernel 5.17.14-200.fc35.x86_64 so I am stuck running a 
kernel 3+ updates behind. At this point I have to exclude the kernel 
from any updates so the only kernel that VMware works with does not 
get removed.



Are there any other virtualization tools that would continue to work, 
or at least continue to work with more recent kernels? Is Xen an 
option? Are there others?



Thanks in advance

I completely share your frustration. I run Windows 11 in a VM. I've 
looked into switching in the past but ran into all kinds of license 
issues for Windows and other tools. All the tools think I'm running 
everything on a different system. I tried to explain to Microsoft what I 
was doing -- no luck. Like talking to a brick wall.


I wrote up the patches for kernel 5.18. Check out 
https://medium.com/@allmanpc/vmware-workstation-player-16-2-and-linux-kernels-5-18-5cdc10a4d32a. 
It doesn't fix the larger problem but it would help to get around the 
immediate issue.



*Mark C. Allman, PMP, CSM, SSM*
Sr. Project Manager/Scrum Master, Allman Professional Consulting, Inc., 
www.allmanpc.com 

Founder, See How You Ski, www.seehowyouski.com 
Ultra Runner, www.bostonorbust.run 
617-947-4263, Twitter: @allmanpc, LinkedIn: www.linkedin.com/in/allmanpc 



___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Tom Horsley
On Tue, 12 Jul 2022 09:38:36 -0600
Sbob wrote:

> Are there others?

The native linux qemu/libvirt stuff works fine for me.
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Patrick O'Callaghan
On Tue, 2022-07-12 at 12:07 -0400, Tom Horsley wrote:
> On Tue, 12 Jul 2022 09:38:36 -0600
> Sbob wrote:
> 
> > Are there others?
> 
> The native linux qemu/libvirt stuff works fine for me.

Agreed. It's also the only game in town if you want to do GPU pass-
through. On the downside, the documentation is spread out over a number
of different projects (QEMU+KVM+libvirt) and not focused on the
beginner. I think VirtualBox is much better in that respect.

poc
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Tom Horsley
On Tue, 12 Jul 2022 17:29:58 +0100
Patrick O'Callaghan wrote:

> It's also the only game in town if you want to do GPU pass-
> through.

And if you need 3D graphics in your Windows VM, you have to do GPU
pass through :-). (Unless various virtual 3D drivers for Windows
have made progress I haven't noticed).
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Mike Wright

On 7/12/22 08:38, Sbob wrote:

All;


I am frustrated with VMware, I am running Fedora35 and it refuses to 
compile since kernel 5.17.14-200.fc35.x86_64 so I am stuck running a 
kernel 3+ updates behind. At this point I have to exclude the kernel 
from any updates so the only kernel that VMware works with does not get 
removed.



Are there any other virtualization tools that would continue to work, or 
at least continue to work with more recent kernels? Is Xen an option? 


If you're interested in running servers and don't need a gui or audio 
and ssh is good enough I'd recommend LXC.  Lightweight container system 
that shares the kernel and uses cgroups for resource limiting and 
isolation.  Can accept pass-thru devices and/or virtual devices.


I've been using LXC for years and it has never crashed although I have 
managed to crash a VM or two while experimenting :/


It doesn't do Windows.

:m
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Sbob

Thanks!


On 7/12/22 10:05, Mark C. Allman wrote:

On 7/12/22 11:38, Sbob wrote:

All;


I am frustrated with VMware, I am running Fedora35 and it refuses to 
compile since kernel 5.17.14-200.fc35.x86_64 so I am stuck running a 
kernel 3+ updates behind. At this point I have to exclude the kernel 
from any updates so the only kernel that VMware works with does not 
get removed.



Are there any other virtualization tools that would continue to work, 
or at least continue to work with more recent kernels? Is Xen an 
option? Are there others?



Thanks in advance

I completely share your frustration. I run Windows 11 in a VM. I've 
looked into switching in the past but ran into all kinds of license 
issues for Windows and other tools. All the tools think I'm running 
everything on a different system. I tried to explain to Microsoft what 
I was doing -- no luck. Like talking to a brick wall.


I wrote up the patches for kernel 5.18. Check out 
https://medium.com/@allmanpc/vmware-workstation-player-16-2-and-linux-kernels-5-18-5cdc10a4d32a. 
It doesn't fix the larger problem but it would help to get around the 
immediate issue.



*Mark C. Allman, PMP, CSM, SSM*
Sr. Project Manager/Scrum Master, Allman Professional Consulting, 
Inc., www.allmanpc.com 
Founder, See How You Ski, www.seehowyouski.com 


Ultra Runner, www.bostonorbust.run 
617-947-4263, Twitter: @allmanpc, LinkedIn: 
www.linkedin.com/in/allmanpc 




___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Samuel Sieb

On 2022-07-12 09:29, Patrick O'Callaghan wrote:

On Tue, 2022-07-12 at 12:07 -0400, Tom Horsley wrote:

On Tue, 12 Jul 2022 09:38:36 -0600
Sbob wrote:


Are there others?


The native linux qemu/libvirt stuff works fine for me.


Agreed. It's also the only game in town if you want to do GPU pass-
through. On the downside, the documentation is spread out over a number
of different projects (QEMU+KVM+libvirt) and not focused on the
beginner. I think VirtualBox is much better in that respect.


It's been extremely rare that I need to use any documentation for it and 
only because I'm trying to do something unusual.  Normally, it just 
works with no problems.  Run virt-manager to get started.


There's also Gnome Boxes which might be a simpler way to start, but it's 
still the same VM system underneath.

___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Caja File manager hotkey idiosyncracy

2022-07-12 Thread Max Pyziur


Greetings,

When using the Caja file manager in xFce, if I shut it down using ctrl-W, 
I can restart it later.


However, if I shut it down using ctrl-SpaceBar, then (C)lose, I can't 
restart it.


Is this prevented by some "lock" file somewhere? Or something else?

Thank you,

Max
p...@brama.com
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


tweak/startup application

2022-07-12 Thread Patrick Dupre
Hello,

Before fc36, I could have the application gnome-terminal
starting automatically at login.
Now, this application is still visible in the list of 
Startup Applications,
but it does not work.
If I try to add a new application with tweak (at startup),
terminal, or gnome-terminal, does not show up (even by using search tool)
while /usr/bin/gnome-terminal
can be run manually.

What is going on?

Thank.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988| | Room# D114A
===
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: tweak/startup application

2022-07-12 Thread Tom Horsley
On Tue, 12 Jul 2022 21:38:45 +0200
Patrick Dupre wrote:

> What is going on?

I often replace the app with a shell script that echoes stuff to
a file so I can see if it was actually started and what various environment
variables and path are set to. Of course, if the file isn't written,
then it isn't getting started at all and you don't learn much :-).
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Caja File manager hotkey idiosyncracy

2022-07-12 Thread c. marlow
On Tue, 2022-07-12 at 14:03 -0400, Max Pyziur wrote:
> 
> Greetings,
> 
> When using the Caja file manager in xFce, if I shut it down using
> ctrl-W, 
> I can restart it later.
> 
> However, if I shut it down using ctrl-SpaceBar, then (C)lose, I can't
> restart it.
> 
> Is this prevented by some "lock" file somewhere? Or something else?
> 
> Thank you,
> 
> Max
> p...@brama.com



I had thoughts to replace Thunar with Caja here in XFCE, but I haven't
had time to do it yet... Now that I know there's a bug out there like
this one, I will wait it out on converting for now.

===
Thanks,
Chris

Please send all off list messages to:  ch...@cwm030.com
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Caja File manager hotkey idiosyncracy

2022-07-12 Thread Max Pyziur

On Tue, 12 Jul 2022, c. marlow wrote:


On Tue, 2022-07-12 at 14:03 -0400, Max Pyziur wrote:


Greetings,

When using the Caja file manager in xFce, if I shut it down using
ctrl-W,
I can restart it later.

However, if I shut it down using ctrl-SpaceBar, then (C)lose, I can't
restart it.

Is this prevented by some "lock" file somewhere? Or something else?

Thank you,

Max
p...@brama.com




I had thoughts to replace Thunar with Caja here in XFCE, but I haven't
had time to do it yet... Now that I know there's a bug out there like
this one, I will wait it out on converting for now.



p.s. it seems that Thunar has the same flaw, and once executed with 
alt-Spacebar, etc., neither will startup during a session.


fyi,

M



===
Thanks,
Chris

Please send all off list messages to:  ch...@cwm030.com
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Patrick O'Callaghan
On Tue, 2022-07-12 at 09:58 -0700, Samuel Sieb wrote:
> On 2022-07-12 09:29, Patrick O'Callaghan wrote:
> > On Tue, 2022-07-12 at 12:07 -0400, Tom Horsley wrote:
> > > On Tue, 12 Jul 2022 09:38:36 -0600
> > > Sbob wrote:
> > > 
> > > > Are there others?
> > > 
> > > The native linux qemu/libvirt stuff works fine for me.
> > 
> > Agreed. It's also the only game in town if you want to do GPU pass-
> > through. On the downside, the documentation is spread out over a
> > number
> > of different projects (QEMU+KVM+libvirt) and not focused on the
> > beginner. I think VirtualBox is much better in that respect.
> 
> It's been extremely rare that I need to use any documentation for it
> and 
> only because I'm trying to do something unusual.  Normally, it just 
> works with no problems.  Run virt-manager to get started.

Just one example: using only the libvirt docs and virt-manager GUI
(which appears to be essentially
undocumented, https://virt-manager.org/ being largely useless), try
figuring out how to share files between host and guest. Compare this
with the instructions for VirtualBox.

poc
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Tom Horsley
On Tue, 12 Jul 2022 22:31:44 +0100
Patrick O'Callaghan wrote:

> try
> figuring out how to share files between host and guest

I just use the same technique I'd use for a "real" machine: NFS or SMB :-).
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread Sam Varshavchik

Sbob writes:


All;


I am frustrated with VMware, I am running Fedora35 and it refuses to compile  
since kernel 5.17.14-200.fc35.x86_64 so I am stuck running a kernel 3+  
updates behind. At this point I have to exclude the kernel from any updates  
so the only kernel that VMware works with does not get removed.



Are there any other virtualization tools that would continue to work, or at  
least continue to work with more recent kernels? Is Xen an option? Are there  
others?



Thanks in advance


dnf install virt-manager

?

qemu and virt-manager works fine for me. Win10 a bit sluggish, but is  
perfectly fine for my purposes.


I even got Win10 to work with UEFI and TPM emulation, when trying to update  
it to Win11. In the end I couldn't because of the CPU requirement, and I'm  
just too lazy to figure out how to hack around it.


pgp4YTpTDzXLI.pgp
Description: PGP signature
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Virtualization Recommendations?

2022-07-12 Thread ToddAndMargo via users

On 7/12/22 08:38, Sbob wrote:

All;


I am frustrated with VMware, I am running Fedora35 and it refuses to 
compile since kernel 5.17.14-200.fc35.x86_64 so I am stuck running a 
kernel 3+ updates behind. At this point I have to exclude the kernel 
from any updates so the only kernel that VMware works with does not get 
removed.



Are there any other virtualization tools that would continue to work, or 
at least continue to work with more recent kernels? Is Xen an option? 
Are there others?



Thanks in advance


# dnf install kvm virt-manager libvirt
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: scale or change monitor resolution on high dpi

2022-07-12 Thread Anil Felipe Duggirala
On Sat, Jul 9, 2022, at 12:20 AM, D. Hugh Redelmeier wrote:
> Fractional scaling works for me.  But maybe I don't do anything
> tricky.  There may be a better way, but this is what I use:
>
>   dconf write /org/gnome/mutter/experimental-features 
> "['scale-monitor-framebuffer']"

Thanks for this. That is what I did too. It just seems terribly buggy.
Ive heard people saying this might work better on Xorg, is that maybe correct?

> One hopes that Gnome scaling does a better job of anti-aliasing than
> running the display in a non-native resolution.  But I don't actually
> know.

Well. Ive now tried, and using the 1920x1080 resolution does make everything 
look less defined, including fonts.

thanks for your help Hugh,
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Fedora-Server-netinst-x86_64-36-1.5.iso

2022-07-12 Thread Robert McBroom via users

On 7/10/22 17:43, Peter Boy wrote:



Am 10.07.2022 um 22:18 schrieb Robert McBroom via users 
:

Trying to use the netinst iso to install Fedora-Server 36 on a new 1T NVME 
drive. The drive is gpt has currently a 17M Microsoft Reserved partition and 
the rest of the disk is a single ntfs partition. The system is uefi and 
currently boots windows and fedora 35 on other drives

intended

/boot 1G

/ 200G

The netinst wants a bios boot partition, and a /boot/efi partition.

Wondering about the biosboot partition if it is an uefi system. Did you try 
with enough free space before you boot net install?

With no free space available it may treat the hardware as newly to install and 
delete the current content of the hd completely. And maybe struggle with an 
unknown partition type. With enough free space for installation available, it 
should ignore the existing partitions.

Dual boot is a bit tricky today. And we assume Server to be the only inhabitant 
on the system. Co-existence is not a test case.


Did you specifically use the Server net install disk (not another one and then 
switch to Server as install target).
It was netinst. In the past I've found the installer for netinst gave me 
more control over the installation and I could then configure the system 
as desired. That no longer seems to be the case.

___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Fedora-Server-netinst-x86_64-36-1.5.iso

2022-07-12 Thread Samuel Sieb

On 2022-07-12 21:03, Robert McBroom via users wrote:

On 7/10/22 17:43, Peter Boy wrote:


Am 10.07.2022 um 22:18 schrieb Robert McBroom via users 
:


Trying to use the netinst iso to install Fedora-Server 36 on a new 1T 
NVME drive. The drive is gpt has currently a 17M Microsoft Reserved 
partition and the rest of the disk is a single ntfs partition. The 
system is uefi and currently boots windows and fedora 35 on other drives


intended

/boot 1G

/ 200G

The netinst wants a bios boot partition, and a /boot/efi partition.
Wondering about the biosboot partition if it is an uefi system. Did 
you try with enough free space before you boot net install?


With no free space available it may treat the hardware as newly to 
install and delete the current content of the hd completely. And maybe 
struggle with an unknown partition type. With enough free space for 
installation available, it should ignore the existing partitions.


Dual boot is a bit tricky today. And we assume Server to be the only 
inhabitant on the system. Co-existence is not a test case.



Did you specifically use the Server net install disk (not another one 
and then switch to Server as install target).
It was netinst. In the past I've found the installer for netinst gave me 
more control over the installation and I could then configure the system 
as desired. That no longer seems to be the case.


I often use the Everything netinst because it lets me configure things 
how I want.  I haven't had any problems with dual-boot or multiple 
drives.  However, you are doing something that is probably not going to 
work with the installer.  There is no support for having multiple Fedora 
instances on the same UEFI system.  (Besides you seem to also have some 
other issue regarding UEFI or legacy boot.)

___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Fedora-Server-netinst-x86_64-36-1.5.iso

2022-07-12 Thread Robert McBroom via users

On 7/11/22 00:09, Samuel Sieb wrote:

On 2022-07-10 20:33, Robert McBroom via users wrote:

On 7/10/22 18:12, Samuel Sieb wrote:

On 2022-07-10 13:18, Robert McBroom via users wrote:

How does one do an install on multiple drve systems?


Multiple drives is not the problem.  Your description is a little 
confusing.  You mention multiple drives, but then describe only one? 
It's not clear.  Which drive has the 17M reserved and rest ntfs?  
The new one?  Your initial drive with windows should have an efi 
partition.  That is what you should be assigning to /boot/efi. 
Anything else should be on the new drive, just delete any existing 
partitions first. The bios boot partition is strange because that 
suggests that you're not booting in UEFI mode.  Make sure your 
USB(?) boot is using that mode and not legacy. 


Specified only the target drive. Intended to be independent of the 
rest of the system.


Did you try letting the installer automatically create the partitions? 
(It won't actually modify the disk until you start the install.)


Booted from the system boot menu as a uefi usb. Expectation is that 
it is a uefi boot.


Then it shouldn't be wanting a biosboot partition.

If the efi partition on the windows disk is used what distinguishes 
the new OS from the existing Fedora 35?


I missed that part.  That will be difficult.  It will overwrite the 
UEFI boot entry of the other Fedora.
___ 


The installer does not show what it is doing with the drive. Only choice 
is "begin installation". Had to modify the drive to create some free 
space. The install then proceeded. Created a /boot/efi partition and 
/boot partition with the rest of the free space as a lvm2 pv. The system 
is in a a 16G logical volume. The install of grub2 picked up Windows 10 
and the Fedora 35 in grub2.cfg from the other drives. Filesystem is XFS.


Exploring the details.
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: scale or change monitor resolution on high dpi

2022-07-12 Thread Tim via users
D. Hugh Redelmeier:
>> One hopes that Gnome scaling does a better job of anti-aliasing than
>> running the display in a non-native resolution.  But I don't
>> actually know.

Anil Felipe Duggirala:
> Well. Ive now tried, and using the 1920x1080 resolution does make
> everything look less defined, including fonts.

That's the result I would expect.  If you send a non-native resolution
to the monitor, it will have to scale it.  It's difficult for a screen
to show something that doesn't match it's pixel count (CRTs were better
for that, as graphics pixels were never a 1:1 match for CRT pixels, the
electron beam scanned across them, and the screen naturally softened
things a bit).

But when it comes to things like fonts, if you generate them at the
size you want, for the native resolution of the whole system (graphics
card and monitor), that's always got to have the best results.

Things like images either scale reasonably well or rather badly, it
depends on their content.
 
-- 
 
uname -rsvp
Linux 3.10.0-1160.71.1.el7.x86_64 #1 SMP Tue Jun 28 15:37:28 UTC 2022 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
___
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: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure