Re: LUKS on shutdown.

2021-12-07 Thread murph nj
When I try to umount them: /home and /other show as not mounted.  / on the
other hand, says busy.

There are 4 entries in crypttab, the two listed by name above, presumably
/, and I don't know what the other is.  It is only listed by uuid, not
sure how to correlate it to a mounted drive.

When I got the output of /proc/mounts, lots of logical entries, and "/"
Appeared to be the only real partition mounted.  (proc, sysfs, none, and
many more were there)

On Sat, Dec 4, 2021 at 11:33 PM Gordon Messmer 
wrote:

> On 12/4/21 19:15, murph nj wrote:
> >
> >
> > Got another opportunity, redirected lsof /home and lsof /other to
> > files, and there was no output.
>
>
> Interesting... Is there an error if you try to unmount those yourself?
>
>
> > I did get output from systemctl-list-jobs (edited lightly)
> >
> > JOB  UNIT  TYPE  STATE
> > 6039 systemd-cryptsetup@luks\x2dshome.service  stop  running
> > 6068 systemd-cryptsetup@luks\x2de8.service stop  running
> > 6055 systemd-cryptsetup@luks\x2dsother.service  stop  running
> > 6047 systemd-cryptsetup@luks\x2d23.service stop  running
>
>
> Home and other make sense given your earlier comment, but what are the
> other two?  Do the number of entries in /etc/crypttab match the number
> of LUKS partitions?  (What's in /proc/mounts during the failed shutdown?)



When I try to umount them: /home and /other show as not mounted.  / on the
other hand, says busy.

There are 4 entries in crypttab, the two listed by name above, presumably
/, and I don't know what the other is.  It is only listed by uuid, not
sure how to correlate it to a mounted drive.

When I got the output of /proc/mounts, (from the console when it
was failing to shut down) lots of logical entries, and "/"  Appeared to be
the only real partition mounted.  (proc, sysfs, none, and many more were
there)
___
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: several issues with f34

2021-12-07 Thread Barry


> On 7 Dec 2021, at 09:30, Javier Perez  wrote:
> 
> 
> 
>> On Sat, Dec 4, 2021 at 10:13 AM Tom Horsley  wrote:
>> On Sat, 4 Dec 2021 15:16:05 +0800
>> Ed Greshko wrote:
>> 
>> > So, you have a common keyboard, and monitor?  I've not used a KVM switch 
>> > in a long time but they sometimes would cause
>> > problems.
>> 
>> A lot of KVM switches don't pass through EDID info correcly (especially
>> for connections not currently active), there is a kernel option you
>> can add to the kernel boot line to point at a binary blob of EDID
>> info that will ovferride whatever incorrect nonsense it is getting from
>> the KVM. Usually you just want to save the EDID from the real monitor
>> when it is properly connected, then point the kernel at that so it
>> will always know the right stuff.
> 
> 
> Hi Sorry to barge in.
> 
> How do I do that? Do you have a link I could go to and learn how to do it?
> I have a KVM and whenever I switch from Fedora to the other PCs, I start 
> getting a bunch of lines on the journal complaining that the system could not 
> get the EDID info:
> 
> "nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device VGA-0"

For vga I recall that edid is sent over dedicated pins.
It’s worth trying a different cable to see if the cable is the problem.
Also try without the kvm in the way.
Another thing to check is that the pins in the vga cable and socket have
not been damaged. It used to be a problem that pins could get broken off
or flattened into socket.

Barry 
> 
> Thanks
> 
> -- 
> --
>  /\_/\   
>  |O O|  pepeb...@gmail.com
>   Javier Perez
>    While the night runs
>    toward the day...
>   m m   Pepebuho watches 
> from his high perch.
> ___
> 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: several issues with f34

2021-12-07 Thread Tom Horsley
On Tue, 7 Dec 2021 04:29:40 -0500
Javier Perez wrote:

> How do I do that? Do you have a link I could go to and learn how to do it?
> I have a KVM and whenever I switch from Fedora to the other PCs, I start
> getting a bunch of lines on the journal complaining that the system could
> not get the EDID info:

Search for EDID in the kernel command line parameters doc:

https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html

That tells you where to put the edid blob and how to point to it
on the kernel command line. If you boot when the monitor is correctly
connected, there should be a file like this:

/sys/class/drm/card0-HDMI-A-1/edid

That is the edid it read from the monitor which you can copy
and point at on the command line. That card* directory is
different depending on where the monitor is connected.
There is also a read-edid tool that can dig up the same info.
___
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: gnome extensions

2021-12-07 Thread Patrick Dupre


>
> On 07/12/2021 17:52, Patrick Dupre wrote:
> > I found the way to reactive my extension.
> > Sorry for the noise.
> 
> Does this mean your "gnome environment" issue is resolved?
Yes.
I do not know haw it has been deactivated.

> 
> --
> Did 황준호 die?
> ___
> 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: gnome extensions

2021-12-07 Thread Ed Greshko

On 07/12/2021 17:52, Patrick Dupre wrote:

I found the way to reactive my extension.
Sorry for the noise.


Does this mean your "gnome environment" issue is resolved?

--
Did 황준호 die?
___
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: gnome extensions

2021-12-07 Thread Patrick Dupre
Sorry,

I found the way to reactive my extension.
Sorry for the noise.

===
 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
===


> Sent: Tuesday, December 07, 2021 at 10:48 AM
> From: "Patrick Dupre" 
> To: "fedora" 
> Subject: gnome extensions
>
> Hello
> 
> Using Tweaks, I do not have the tab Extension
> How can I have it back?
> 
> ===
>  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
>
___
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


gnome extensions

2021-12-07 Thread Patrick Dupre
Hello

Using Tweaks, I do not have the tab Extension
How can I have it back?

===
 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: several issues with f34

2021-12-07 Thread Javier Perez
On Sat, Dec 4, 2021 at 10:13 AM Tom Horsley  wrote:

> On Sat, 4 Dec 2021 15:16:05 +0800
> Ed Greshko wrote:
>
> > So, you have a common keyboard, and monitor?  I've not used a KVM switch
> in a long time but they sometimes would cause
> > problems.
>
> A lot of KVM switches don't pass through EDID info correcly (especially
> for connections not currently active), there is a kernel option you
> can add to the kernel boot line to point at a binary blob of EDID
> info that will ovferride whatever incorrect nonsense it is getting from
> the KVM. Usually you just want to save the EDID from the real monitor
> when it is properly connected, then point the kernel at that so it
> will always know the right stuff.
>

Hi Sorry to barge in.

How do I do that? Do you have a link I could go to and learn how to do it?
I have a KVM and whenever I switch from Fedora to the other PCs, I start
getting a bunch of lines on the journal complaining that the system could
not get the EDID info:

"nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device
VGA-0"

Thanks

-- 
--
 /\_/\
 |O O|  pepeb...@gmail.com
  Javier Perez
   While the night runs
   toward the day...
  m m   Pepebuho watches
from his high perch.
___
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


gnome environment

2021-12-07 Thread Patrick Dupre
Hello,

I am lost bceause I lost my gnome environement.
For example any of the frippery tools work.
It just bother me.
I do not remember how do I switch to different environments,
like
waylan
org
classic





===
 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