Questions on grub2 kernel options.

2020-12-08 Thread Michael D. Setzer II
In previous configurations the grub.cfg file contained the kernel lines, now it doesn't seem to have them included. Is there a place where they are listed, or does grub dynamically create them at boot time? The other lines for windows, memtest and custom are still listed?? Noticed that my

Re: F33 BTRFS - Not enough swap space for hibernation [solved]

2020-12-08 Thread Chris Murphy
On Tue, Dec 8, 2020 at 11:14 AM Garry T. Williams wrote: > > On Tuesday, December 8, 2020 1:02:19 PM EST Sreyan Chakravarty wrote: > > How would you verify if a file is CoW in BTRFS? > > It's not btrfs-specific, but use the lsattr(1) command. E.g., > > garry@gtw$ lsattr .local/share/akonadi/d

Re: Fedora 33 latency

2020-12-08 Thread Earl Ramirez
On Mon, 2020-12-07 at 19:48 -0400, Jorge Fábregas wrote: > That makes sense.  Perhaps the "File Dialog" window tries to traverse > the mount point where AutoFS "auto mounts" the CIFS share ...and if > that > share is inaccessible maybe that's what's causing the extreme > latency. > Let's hope it's

Re: F33 BTRFS - Not enough swap space for hibernation [solved]

2020-12-08 Thread Chris Murphy
On Tue, Dec 8, 2020 at 5:53 AM Sreyan Chakravarty wrote: > > On Mon, Dec 7, 2020 at 3:43 PM Chris Murphy wrote: >> >> >> This isn't a great location for a swapfile on btrfs because you can't ever >> snapshot /. > > > You never said why it was not possible to snapshot /. > > Why is that ? I refe

Re: F33 BTRFS - Not enough swap space for hibernation [solved]

2020-12-08 Thread Garry T. Williams
On Tuesday, December 8, 2020 1:02:19 PM EST Sreyan Chakravarty wrote: > How would you verify if a file is CoW in BTRFS? It's not btrfs-specific, but use the lsattr(1) command. E.g., garry@gtw$ lsattr .local/share/akonadi/db_data/ibdata1 ---C .local/share/akonadi/db_data/

Re: F33 BTRFS - Not enough swap space for hibernation [solved]

2020-12-08 Thread Sreyan Chakravarty
On Tue, 8 Dec 2020, 9:30 pm Qiyu Yan, wrote: > Since swapfile should always be NOCOW, while doing snapshot the subvol > containing the file will definitely make it COW. You may want to put > swapfile to a separate subvol. > How would you verify if a file is CoW in BTRFS? > _

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Iosif Fettich
What is in "/etc/locale.conf"? ~> cat /etc/locale.conf LC_CTYPE=en_US.UTF-8,LANG=en_US.UTF-8 Looks like that is the root cause for the issue seen. Sort of strange, ~> rpm -qf /etc/locale.conf systemd-234-lp151.26.31.1.x86_64 :~> rpm -V systemd-234 ~> rpm -qi systemd-234 Name: systemd

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread George N. White III
On Tue, 8 Dec 2020 at 11:43, Iosif Fettich wrote: > Hi Ed, > > > For a test, maybe move the ~/.ssh/config file on the opensuse to a > different > > location and ssh again? > > So my SUSE locale is > > > LANG=en_US.UTF-8 > LC_CTYPE=C.UTF-8 > LC_NUMERIC="en_US.UTF-8" > LC_TIME="en_US.UTF-8" > LC_CO

Re: F33 - KDE broken after dnf update

2020-12-08 Thread Patrick O'Callaghan
On Tue, 2020-12-08 at 22:00 +0800, Ed Greshko wrote: > > What do you mean by "tracer" ? > > tracer is a program to detect stale files. > >     Tracer determines which applications use outdated files and > prints them. >     For special kind of applications such as services or > daemons, 

Re: F33 BTRFS - Not enough swap space for hibernation [solved]

2020-12-08 Thread Qiyu Yan
Sreyan Chakravarty 于2020年12月8日周二 下午8:53写道: > > On Mon, Dec 7, 2020 at 3:43 PM Chris Murphy wrote: >> >> >> This isn't a great location for a swapfile on btrfs because you can't ever >> snapshot /. > > > You never said why it was not possible to snapshot /. Since swapfile should always be NOCOW,

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Iosif Fettich
Hi Ed, For a test, maybe move the ~/.ssh/config file on the opensuse to a different location and ssh again? So my SUSE locale is LANG=en_US.UTF-8 LC_CTYPE=C.UTF-8 LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PA

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Iosif Fettich
I just installed an opensuse 15.2 system. I did an ssh from opensuse to a F33 system.  There was no problem with the locale. For a test, maybe move the ~/.ssh/config file on the opensuse to a different location and ssh again? I did that. No difference. However, I have found something that

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Ed Greshko
On 08/12/2020 21:33, Iosif Fettich wrote: After ssh from openSUSE 15.1: $ locale locale:  Cannot set LC_CTYPE to default locale: No such file or directory locale:  Cannot set LC_ALL to default locale: No such file or directory LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8,LANG=en_US.UTF-8 [...] I just

Re: F33 - KDE broken after dnf update

2020-12-08 Thread Ed Greshko
On 08/12/2020 20:50, Sreyan Chakravarty wrote: On Tue, Dec 8, 2020 at 1:54 PM Ed Greshko mailto:ed.gres...@greshko.com>> wrote: Well, you didn't "solve" it.  You just reverted to a working condition.  You've not identified what caused the problems. Exactly. No, I just updated fr

Re: Strange error with 'man'

2020-12-08 Thread Patrick O'Callaghan
On Tue, 2020-12-08 at 19:19 +1100, Cameron Simpson wrote: > On 08Dec2020 00:24, Chris Murphy wrote: > > On Mon, Dec 7, 2020, 6:15 AM Patrick O'Callaghan > > wrote: > > > $ rpm -qd lutris > > > /usr/share/man/lutris.1 > > > [poc@Bree ~]$ man lutris > > > No manual entry for lutris > > > [poc@Bree

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Iosif Fettich
This output might be misleading -- there could be stray control characters  such as a in a configuration file.   Does "locale | cat -v" look different? No, it looks similar. On the remote, after ssh-ing into the new user, $ locale > xxx1 locale: Cannot set LC_CTYPE to default locale: No s

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Iosif Fettich
OK.  Sorry, I've not used and wasn't familiar with ssh_config.  I'm in error is looking at the remote side. So, does the "local" system from which you issue the ssh command have a .ssh/config file? yes, but it has no settings that would affect this remote host. And ssh is allowed to export l

Re: F33 BTRFS - Not enough swap space for hibernation [solved]

2020-12-08 Thread Sreyan Chakravarty
On Mon, Dec 7, 2020 at 3:43 PM Chris Murphy wrote: > > This isn't a great location for a swapfile on btrfs because you can't ever > snapshot /. > You never said why it was not possible to snapshot /. Why is that ? -- Regards, Sreyan Chakravarty ___

Re: F33 - KDE broken after dnf update

2020-12-08 Thread Sreyan Chakravarty
On Tue, Dec 8, 2020 at 1:54 PM Ed Greshko wrote: > > Well, you didn't "solve" it. You just reverted to a working condition. > You've not identified what > caused the problems. > > Exactly. No, I just updated from within a konsole instance and depending on what > "tracer" tells me > I either log

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread George N. White III
On Tue, 8 Dec 2020 at 01:30, Cameron Simpson wrote: > On 03Dec2020 00:31, Iosif Fettich wrote: > >After a fresh install of Fedora 33, I see occasional errors popping up in > >the console, similar to > > > >$ locale > >locale: Cannot set LC_CTYPE to default locale: No such file or directory > >lo

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Ed Greshko
On 08/12/2020 19:06, Iosif Fettich wrote: So, you can only login to that machine via ssh, correct? Right now, yes. And, doing an ssh to the new user account on that system is OK? Correct. Yes, I can login, but the locale settings appear to be wrong: $ locale locale: Cannot set LC_CTYPE to

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Iosif Fettich
So, you can only login to that machine via ssh, correct? Right now, yes. And, doing an ssh to the new user account on that system is OK? Correct. Yes, I can login, but the locale settings appear to be wrong: $ locale locale: Cannot set LC_CTYPE to default locale: No such file or directory l

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Ed Greshko
On 08/12/2020 18:11, Iosif Fettich wrote: BUT it seems that sshd(?) does something wrong. I have only remote access to that machine, and when I do NOT su into the new user but login directly via ssh, then I get $ locale locale: Cannot set LC_CTYPE to default locale: No such file or directory loc

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Iosif Fettich
Hi Ed, After you login as the new user, from a terminal is there a difference if you do su original-user locale and su - original-user locale Sort of weird: su original-user locale LANG=en_US.UTF-8 LC_CTYPE=C.UTF-8 <-(...?!) [...] vs. su - original-user locale LANG=en_US.UTF-8 LC_CTYP

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Ed Greshko
On 08/12/2020 17:37, Iosif Fettich wrote: If you create a new user and login as that new user will the problem also exist for it? No. A new user is fine: $ locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Iosif Fettich
If you create a new user and login as that new user will the problem also exist for it? No. A new user is fine: $ locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Ed Greshko
On 08/12/2020 16:34, Iosif Fettich wrote: On 03Dec2020 00:31, Iosif Fettich wrote: After a fresh install of Fedora 33, I see occasional errors popping up in the console, similar to $ locale locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_ALL to de

Re: locale LC_CTYPE wrong...?

2020-12-08 Thread Iosif Fettich
On 03Dec2020 00:31, Iosif Fettich wrote: After a fresh install of Fedora 33, I see occasional errors popping up in the console, similar to $ locale locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory LAN

Re: F33 - KDE broken after dnf update [solved]

2020-12-08 Thread Ed Greshko
On 08/12/2020 15:19, Sreyan Chakravarty wrote: On Tue, Dec 8, 2020 at 12:27 AM Ed Greshko mailto:ed.gres...@greshko.com>> wrote: You may want to post to the dedicated KDE list.  KDE on Fedora discussion mailto:k...@lists.fedoraproject.org>>. All of my KDE systems have been updated and

Re: Strange error with 'man'

2020-12-08 Thread Cameron Simpson
On 08Dec2020 00:24, Chris Murphy wrote: >On Mon, Dec 7, 2020, 6:15 AM Patrick O'Callaghan >wrote: >> $ rpm -qd lutris >> /usr/share/man/lutris.1 >> [poc@Bree ~]$ man lutris >> No manual entry for lutris >> [poc@Bree ~]$ ls -l /usr/share/man/lutris.1 >> -rw-r--r--. 1 root root 1433 Jul 19 00:02 /u