Auto complete não funciona no Fedora

2

Estou usando o Fedora 25. Parece que o preenchimento automático no terminal usando a tecla tab não está funcionando ..

Por exemplo, recebi esta mensagem quando quero preencher automaticamente o meu comando:

sudo systemctl start httpd.serUnit apparmor.service could not be found.

Eu verifiquei o estado do systemD e encontrei isto

$ sudo systemctl --state=not-found --all
  UNIT                            LOAD      ACTIVE   SUB  DESCRIPTION
● apparmor.service                not-found inactive dead apparmor.service
● fedora-autorelabel-mark.service not-found inactive dead fedora-autorelabel-mark.service
● fedora-autorelabel.service      not-found inactive dead fedora-autorelabel.service
● ip6tables.service               not-found inactive dead ip6tables.service
● ipset.service                   not-found inactive dead ipset.service
● iptables.service                not-found inactive dead iptables.service
● libvirt-guests.service          not-found inactive dead libvirt-guests.service
● lvm2-activation-early.service   not-found inactive dead lvm2-activation-early.service
● lvm2-activation.service         not-found inactive dead lvm2-activation.service
● nfs-secure-server.service       not-found inactive dead nfs-secure-server.service
● ntpd.service                    not-found inactive dead ntpd.service
● ntpdate.service                 not-found inactive dead ntpdate.service
● plymouth-quit-wait.service      not-found inactive dead plymouth-quit-wait.service
● plymouth-quit.service           not-found inactive dead plymouth-quit.service
● plymouth-read-write.service     not-found inactive dead plymouth-read-write.service
● plymouth-start.service          not-found inactive dead plymouth-start.service
● rpc-svcgssd.service             not-found inactive dead rpc-svcgssd.service
● sntp.service                    not-found inactive dead sntp.service
● syslog.service                  not-found inactive dead syslog.service
● ypbind.service                  not-found inactive dead ypbind.service
● syslog.target                   not-found inactive dead syslog.target

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

21 loaded units listed.
To show all installed unit files use 'systemctl list-unit-files'.

Alguém sabe como corrigir esse problema? Devo enviar um relatório para o rastreador de bugs?

    
por Robbi Nespu 05.03.2017 / 17:56

1 resposta

2

Descobri isso já relatado no Redhat bug tracker link

Ele já foi corrigido em rawhide. Ainda não no Fedora 25.

    
por 05.03.2017 / 18:06