Re: Power management

2023-11-09 Thread Iosif Fettich
to "performance." --- Seems quite ok to me... Best regards, Iosif Fettich ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Condu

Re: rsync very slow

2023-10-30 Thread Iosif Fettich
this, but that's what's in my memory. Good luck with it. Iosif Fettich ___ 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

Re: Perl is now failing for me

2022-02-19 Thread Iosif Fettich
Hi Fulko, I'm not sure when it started, but on everything more complicated than print 'Hello World' my perl is failing. For example: $ perl -e 'use DateTime;'     Attempt to reload List/Util.pm aborted. Compilation failed in require at

Re: locale LC_CTYPE wrong...?

2020-12-09 Thread Iosif Fettich
Hi Ed, But I am on 15.2 now? Is that what you get if you do "lsb-release -a"?? No, I apologize. I upgraded _to_ 15.1 sometime in the past, and _intended_ to upgrade to 15.2 for a while already, but haven't done that yet. So I'm still on 15.1: ~> lsb-release -a LSB Version:

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:

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"

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

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

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

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

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"

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

Re: mysterious/suspicious internet activity. [solved]

2020-12-07 Thread Iosif Fettich
Hi there, although this is as off-topic already as it could be, without being marked as such in the subject. Go for https://en.wikipedia.org/wiki/Man_of_La_Mancha_(film) See the film, if you can find it. You won't regret. Best regards, Iosif Fettich On Mon, 7 Dec 2020, Patrick O'Callaghan

locale LC_CTYPE wrong...?

2020-12-02 Thread Iosif Fettich
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 LANG=en_US.UTF-8

Re: Run firefox across ssh?

2020-04-30 Thread Iosif Fettich
$ firefox I'm not sure anymore about doing something with DISPLAY, on either end... It just works. Stay safe. Iosif Fettich ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-07 Thread Iosif Fettich
Hi Terry, Yes, there is nothing unusual in /var/log/cron: Apr  6 22:01:01 beam CROND[651585]: (root) CMD (run-parts /etc/cron.hourly) [...] /var/log/messages Feb 24 23:00:03 beam dhcpd[1743]: DHCPREQUEST for 192.168.201.214 from 00:25:b3:e6:a9:18 via enp4s0 [...] In the backup log:

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-07 Thread Iosif Fettich
Hi Terry, The bbackup-beam shell script is pretty basic and I can't see how this could have an issue like this. Googling on similar issues finds some hits where the cause were two running cron daemons, e.g. https://stackoverflow.com/questions/1004764/why-is-this-cron-entry-executed-twice

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-07 Thread Iosif Fettich
Hi Terry, I have assumed the system time is always UTC synchronised using chronyd. The servers user code is running under the GMT timezone. I was wondering if the tweaking of the time by chronyd could cause this issue, but I would have thought this situation would have been handled by crond

Re: Cron sometimes starts two jobs from the same crontab entry

2020-04-07 Thread Iosif Fettich
Hi, On 2020-04-07 14:07, Terry Barnaby wrote: I have a simple backup system that starts off a backup once per night during the weekdays. There is a crontab file in /etc/cron.d with the following entries: # Beam

Re: Which repo an rpm is from

2020-03-18 Thread Iosif Fettich
for Fedora 31 - Nonfree - Updates' Hmm. Iosif Fettich ___ 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

Re: f31,kde :: dolphin autostarting without being requested

2020-02-24 Thread Iosif Fettich
sessions with the dolphin daemon shut down, logged out/in and there's no dolphin around any more. (not sure now if I applied today's updates before or after the get-rid-of-dolphin manoeuver). Best regards, Iosif Fettich ___ users mailing list -- users

Re: Problem during Fedora 14 install: usb4-2: USB disconnect, address NN loop

2010-11-09 Thread Iosif Fettich
Just adding another bit of info: yes, disconnecting the UPS during the installation worked, install was able to continue once the UPS USB link was out of the way. It hanged later on once again - something doesn't work right when a pop-up window complaining about the root password being too

Problem during Fedora 14 install: usb4-2: USB disconnect, address NN loop

2010-11-08 Thread Iosif Fettich
Hi dear Fedora users, while trying to install Fedora 14 from the x86-64 DVD on my desktop, the installation seems to hang early; just a look into terminal Ctrl-Alt-F4 shows that something is going on, and that is some kind of loop, displaying things like usb4-2: USB disconnect, address NN