Re: bad error on console / shell ... any idea ! ?

2024-04-03 Thread Petr Pisar
V Sat, Mar 30, 2024 at 09:40:46AM -, Cătălin George Feștilă napsal(a):
> I tried this command on the default Fedora installation... the TAB Key gave 
> me this error:
> [root@fedora mythcat]# dnf5 search scV: __reassemble_comp_words_by_ref: 
> command not found
> terminate called after throwing an instance of 'std::invalid_argument'
>   what():  stoi

This is a known issue
 triggered by
upgrading bash-completion to 2.12 version.

-- Petr



signature.asc
Description: PGP signature
--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-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/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: bad error on console / shell ... any idea ! ?

2024-03-30 Thread Cătălin George Feștilă
... maybe it is not completed and gets that error or it has not been tested 
finally ...

yes , the development is fast in this moment and is much to do.

you can see I used a kernel for devel :
Linux fedora 6.9.0-0.rc1.20240327git7033999ecd7b.18.fc41.x86_64 #1 SMP 
PREEMPT_DYNAMIC Wed
Mar 27 17:29:23 UTC 2024 x86_64 GNU/Linux
--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-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/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: bad error on console / shell ... any idea ! ?

2024-03-30 Thread Barry Scott


> On 30 Mar 2024, at 09:40, Cătălin George Feștilă  
> wrote:
> 
> [root@fedora mythcat]# dnf5 search scV: __reassemble_comp_words_by_ref: 
> command not found
> terminate called after throwing an instance of 'std::invalid_argument'
>  what():  stoi
> V: __reassemble_comp_words_by_ref: command not found
> terminate called after throwing an instance of 'std::invalid_argument'
>  what():  stoi

I hear that this is a known issue with dnf5 at the moment.

Just to check, you are aware that dnf5 is still being developed?

Barry

--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-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/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


bad error on console / shell ... any idea ! ?

2024-03-30 Thread Cătălin George Feștilă
I tried this command on the default Fedora installation... the TAB Key gave me 
this error:
[root@fedora mythcat]# dnf5 search scV: __reassemble_comp_words_by_ref: command 
not found
terminate called after throwing an instance of 'std::invalid_argument'
  what():  stoi
V: __reassemble_comp_words_by_ref: command not found
terminate called after throwing an instance of 'std::invalid_argument'
  what():  stoi

This Ctrl + c key's is working ...
[root@fedora mythcat]# dnf5 search sc^C


I used :
[root@fedora mythcat]# uname -a
Linux fedora 6.9.0-0.rc1.20240327git7033999ecd7b.18.fc41.x86_64 #1 SMP 
PREEMPT_DYNAMIC Wed Mar 27 17:29:23 UTC 2024 x86_64 GNU/Linux

I saw many changes from the last kernel change :

[mythcat@fedora ~]$ dmesg 
dmesg: read kernel buffer failed: Operation not permitted

The sudo su ... dmesg works, I blank with xx and _ 
[ 1759.140985] b43-phy0: Loading OpenSource firmware version 410.31754
[ 1759.141004] b43-phy0: Hardware crypto acceleration not supported by firmware
[ 1760.372002] b43-phy0: Loading OpenSource firmware version 410.31754
[ 1760.372025] b43-phy0: Hardware crypto acceleration not supported by firmware
[ 1760.595133] wlan0: WMM/QoS not supported, limiting to legacy
[ 1760.595145] wlan0: determined local STA to be legacy, BW limited to 20 MHz
[ 1760.595210] wlan0: determined AP  to be legacy
[ 1760.595216] wlan0: connecting with legacy mode, max bandwidth 20 MHz
[ 1760.610936] wlan0: authenticate with __ (local address=xx)
[ 1760.610949] wlan0: send auth to__ (try 1/3)
[ 1760.612806] wlan0: ___denied authentication (status 1)
[ 1771.594129] wlan0: WMM/QoS not supported, limiting to legacy
[ 1771.594142] wlan0: determined local STA to be legacy, BW limited to 20 MHz
[ 1771.594211] wlan0: determined AP __ to be legacy
[ 1771.594217] wlan0: connecting with legacy mode, max bandwidth 20 MHz
[ 1771.605277] wlan0: authenticate with xx:xx:xx:xx:xx:xx (local address=xxx)
[ 1771.605290] wlan0: send auth to xx:xx:xx:xx:xx:xx (try 1/3)
[ 1771.607584] wlan0: 38:43:7d:66:d6:4c denied authentication (status 1)
[ 1786.138125] b43-phy0: Loading OpenSource firmware version 410.31754
[ 1786.138146] b43-phy0: Hardware crypto acceleration not supported by firmware



--
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-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/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue