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 xxxxxx 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 xxxx to be legacy [ 1760.595216] wlan0: connecting with legacy mode, max bandwidth 20 MHz [ 1760.610936] wlan0: authenticate with ______ (local address=xxxxxxxxxx) [ 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
On 30 Mar 2024, at 09:40, Cătălin George Feștilă catalinfest@gmail.com 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
... 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
V Sat, Mar 30, 2024 at 09:40:46AM -0000, 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 https://github.com/rpm-software-management/dnf5/issues/1326 triggered by upgrading bash-completion to 2.12 version.
-- Petr