Nautilus search bar slow
by D. Hugh Redelmeier
(I understand that Nautilus has been renamed "Gnome Files". But ps(1)
calls it nautilus, and so does the manpage, so I will too.)
I (on Fedora 28) use Nautilus once in a while. There is a handy feature
that if you start typing a filename, it will do some kind of search for
that filename. Very, very slowly.
What I have wanted and expected is a filter of the filenames in the
directory being shown. That should be fast. I don't know what I'm
getting, but in the end it seems to be such a filter.
The trouble is that the search takes several minutes. How could that
be?
Impatiently, I poked at it with strace and gdb. But only a little.
It seems to be in a poll command, waiting for something. I would
guess that that something is tracker. Who knows what tracker is
doing?
Gnome is so stripped-down that there doesn't seem to be a way of
configuring Nautilus from Nautilus. Gnome Tweaks doesn't offer
Nautilus customization. Nautilus Help offers nothing. Is there a way
of configuring Nautilus to just do a simple directory filter?
(I have found no "help" in any Nautilus menu. This seems like a
design mistake. In desperation, I tried the manpage. The manpage is
almost useless but it tells me to press F1 for help. I'm NOT a fan of
function keys and go years without intentionally striking one.)
Is there a good way to figure out why tracker is so slow?
Is there a good way to speed up tracker? There is no manpage for
tracker so I don't know much about it. Gnome Help has nothing about
Tracker.
5 years, 1 month
9pO
by Norman Ariel Altamirano Lopez
Po 999999 ip 9po oportu nidad 9k MB b
5 years, 1 month
gnome-boxes, high cpu when guest is idle
by Eric Phetteplace
Hello,
Using Boxes, I installed a Windows 10 guest. I installed the spice drivers from spice-space.org/download (https://www.spice-space.org/download/windows/spice-guest-tools/spice-gues...)
and things look good.
However, when the guest is idle, cpu is 0-4% the host process is significantly higher (28.7% for example below). I'm looking for advice on how to figure out what the problem is. The only thing I did so far is switch the disk bus from ide to virtio, and that didn't help.
I have an XPS 13 with plenty of ram and SSD disk space - i5 processor, running Fedora 28, 4.17.7-200.fc28.x86_64
Here's some output from top:
top - 07:13:02 up 12:49, 1 user, load average: 1.10, 1.84, 1.76
Tasks: 272 total, 1 running, 204 sleeping, 0 stopped, 0 zombie
%Cpu0 : 4.7 us, 2.7 sy, 0.0 ni, 91.6 id, 0.0 wa, 0.7 hi, 0.3 si, 0.0 st
%Cpu1 : 3.0 us, 4.4 sy, 0.0 ni, 92.6 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
%Cpu2 : 4.3 us, 4.6 sy, 0.0 ni, 90.4 id, 0.0 wa, 0.3 hi, 0.3 si, 0.0 st
%Cpu3 : 3.3 us, 5.0 sy, 0.0 ni, 91.7 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem : 16144924 total, 272940 free, 5217992 used, 10653992 buff/cache
KiB Swap: 8224764 total, 8087004 free, 137760 used. 10409752 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
27942 ericp 20 0 3886324 2.130g 26340 S 28.7 13.8 27:26.31 qemu-system-x86
Reading other items online I used perf to see what is going on:
$ sudo perf kvm --host stat live
Analyze events for all VMs, all VCPUs:
VM-EXIT Samples Samples% Time% Min Time Max Time Avg time
IO_INSTRUCTION 493 56.93% 67.91% 2.91us 99913.26us 4255.31us ( +- 17.70% )
APIC_ACCESS 237 27.37% 7.71% 0.56us 99775.52us 1004.83us ( +- 51.23% )
HLT 106 12.24% 23.89% 0.59us 99841.70us 6961.72us ( +- 22.82% )
EXTERNAL_INTERRUPT 19 2.19% 0.00% 1.52us 5.56us 2.62us ( +- 9.42% )
EPT_MISCONFIG 6 0.69% 0.49% 28.66us 14837.17us 2506.17us ( +- 98.41% )
PENDING_INTERRUPT 3 0.35% 0.00% 0.74us 4.78us 2.91us ( +- 40.38% )
TPR_BELOW_THRESHOLD 2 0.23% 0.00% 4.21us 4.28us 4.24us ( +- 0.84% )
Total Samples:866, Total events handled time:3089057.95us.
Lots of IO and APIC.
I was hoping the virtio bus change would take care of the high IO_INSTRUCTIONs, but it didn't.
I changed the windows powercfg to be "high performance," but that didn't reduce the APIC calls.
Here's another perf:
$ sudo perf stat -e 'kvm:*' -a -- sleep 1
Performance counter stats for 'system wide':
8,750 kvm:kvm_fpu
6,823 kvm:kvm_exit
6,823 kvm:kvm_entry
4,375 kvm:kvm_userspace_exit
4,340 kvm:kvm_pio
1,576 kvm:kvm_apic
1,386 kvm:kvm_set_irq
1,386 kvm:kvm_pic_set_irq
1,386 kvm:kvm_ioapic_set_irq
920 kvm:kvm_ple_window
866 kvm:kvm_mmio
847 kvm:kvm_emulate_insn
780 kvm:kvm_inj_virq
780 kvm:kvm_eoi
780 kvm:kvm_apic_accept_irq
715 kvm:kvm_vcpu_wakeup
715 kvm:kvm_hv_timer_state
317 kvm:kvm_apic_ipi
177 kvm:kvm_halt_poll_ns
148 kvm:kvm_ack_irq
35 kvm:vcpu_match_mmio
Lots of fpu ?!?!? Lots of userspace exit. Lots of userspace, and looking at the top, the processors are doing an equal amount of usr and sys. I figure something is constantly doing system calls, causing lots of context switching.
I did "ps -Alf" to get the command line it creates. Hopefully this helps. I can provide the boxes config file if that's easier.
/usr/bin/qemu-system-x86_64
-machine accel=kvm
-name guest=win10,debug-threads=on
-S
-object secret,id=masterKey0,format=raw,file=/home/ericp/.config/libvirt/qemu/lib/domain-1-win10/master-key.aes
-machine pc-i440fx-2.11,accel=kvm,usb=off,dump-guest-core=off
-cpu Broadwell-noTSX-IBRS
-m 2048
-realtime mlock=off
-smp 4,sockets=1,cores=2,threads=2
-uuid c168275d-7cb1-4e98-8c66-6f51c3d0beb6
-no-user-config
-nodefaults
-chardev socket,id=charmonitor,path=/home/ericp/.config/libvirt/qemu/lib/domain-1-win10/monitor.sock,server,nowait
-mon chardev=charmonitor,id=monitor,mode=control
-rtc base=localtime,driftfix=slew
-global kvm-pit.lost_tick_policy=delay
-no-hpet
-no-shutdown
-global PIIX4_PM.disable_s3=1
-global PIIX4_PM.disable_s4=1
-boot strict=on
-device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x5.0x7
-device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x5
-device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x5.0x1
-device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x5.0x2
-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x6
-device usb-ccid,id=ccid0,bus=usb.0,port=2
-device usb-hub,id=hub0,bus=usb.0,port=1
-drive file=/home/ericp/.local/share/gnome-boxes/images/win10,format=qcow2,if=none,id=drive-virtio-disk0,cache=writeback
-device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x7,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
-drive if=none,id=drive-ide0-1-0,readonly=on
-device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0
-netdev tap,fd=25,id=hostnet0
-device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:7f:55:17,bus=pci.0,addr=0x3
-chardev spicevmc,id=charsmartcard0,name=smartcard
-device ccid-card-passthru,chardev=charsmartcard0,id=smartcard0,bus=ccid0.0
-chardev pty,id=charserial0
-device isa-serial,chardev=charserial0,id=serial0
-chardev spicevmc,id=charchannel0,name=vdagent
-device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0
-chardev spiceport,id=charchannel1,name=org.spice-space.webdav.0
-device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=org.spice-space.webdav.0
-device usb-tablet,id=input0,bus=usb.0,port=3
-device usb-mouse,id=input1,bus=usb.0,port=4
-device usb-kbd,id=input2,bus=usb.0,port=5
-spice port=0,disable-ticketing,image-compression=off,seamless-migration=on
-device virtio-vga,id=video0,max_outputs=1,bus=pci.0,addr=0x2
-device intel-hda,id=sound0,bus=pci.0,addr=0x4
-device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0
-chardev spicevmc,id=charredir0,name=usbredir
-device usb-redir,chardev=charredir0,id=redir0,bus=usb.0,port=6
-chardev spicevmc,id=charredir1,name=usbredir
-device usb-redir,chardev=charredir1,id=redir1,bus=usb.0,port=1.1
-chardev spicevmc,id=charredir2,name=usbredir
-device usb-redir,chardev=charredir2,id=redir2,bus=usb.0,port=1.2
-chardev spicevmc,id=charredir3,name=usbredir
-device usb-redir,chardev=charredir3,id=redir3,bus=usb.0,port=1.3
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x8
-msg timestamp=on
Any suggestions on what to do?
5 years, 1 month
SSH private keys?
by Jeffrey Ross
At one point Fedora had something (keyring?) that would allow me to
unlock my SSH private keys and it would keep the unlocked key available
so I could ssh without having to unlock my key every time. I typically
run a simple "terminal" window and then "ssh <hostname>" since my key is
not retained unlocked I'm prompted for a password.
Fast forward to today, the system had been reinstalled (new hardware,
new disks, etc) and I no longer have that ability. I'm currently runn
Fedora 28 and the desktop is "Gnome", I'm sure it is just a matter of
installing/configuring/running the correct application.... but which one?
Thanks, Jeff
5 years, 1 month
Gimp Panorama: What control points?
by ToddAndMargo
Hi All,
I am following:
https://listoffreeware.com/best-free-panorama-software-windows/
I get to the point:
Click on Set/Edit/View Control Points. Another window opens
up. Here you have to add Control points. To add Control
points, go to the images and select control points using
selection tool. Control points are common points that
are overlapping in both the images to be stitched.
I do get the pop up. But how do I add selection points? If
I click on something in one of the images, it is just whatever
doodle tool Gimp is set on and nothing ever appears in
the pop up box. Clicking a similar point in the next drawing
also does nothing. I have tried the square box selection
tool rom the list of doodle tools, but does nothing exept draw
a box around things.
The pop up box does not activate any special tool! AAAAA HHH !!!!!
What am I missing?
Many thanks,
-T
5 years, 1 month
Gimp with python support?
by ToddAndMargo
Hi All,
How do I ell if I have Python support in Gimp?
And if not how do I install Python support into Gimp?
Many thanks,
-T
5 years, 1 month
Kernel 4.17.11 suspend seems to work
by Robert Moskowitz
I just upgraded to the new kernel. I will say that I believe that even
kernel 4.17.7 was good.
I have everything running and suspend works. The first suspend resulted
in that double suspend, but since then I have been good. The messages at
the time of the 'failed' suspend were:
Aug 7 11:41:02 lx121e nm-dispatcher[1976]: req:5 'connectivity-change':
start running ordered scripts...
Aug 7 11:41:02 lx121e ModemManager[615]: <info> Couldn't check support
for device at '/sys/devices/pci0000:00/0000:00:06.0/0000:01:00.0': not
supported by any plugin
Aug 7 11:41:02 lx121e ModemManager[615]: <info> Couldn't check support
for device at '/sys/devices/pci0000:00/0000:00:15.1/0000:04:00.0': not
supported by any plugin
Aug 7 11:41:02 lx121e avahi-daemon[592]: Joining mDNS multicast group
on interface wlp4s0.IPv6 with address fe80::ee55:f9ff:fec7:8cdf.
Aug 7 11:41:02 lx121e avahi-daemon[592]: New relevant interface
wlp4s0.IPv6 for mDNS.
Aug 7 11:41:02 lx121e avahi-daemon[592]: Registering new address record
for fe80::ee55:f9ff:fec7:8cdf on wlp4s0.*.
Aug 7 11:41:04 lx121e audit[1]: SERVICE_STOP pid=1 uid=0
auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0
msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd"
hostname=? addr=? terminal=? res=success'
Aug 7 11:41:07 lx121e audit[2159]: USER_AUTH pid=2159 uid=1000
auid=1000 ses=2
subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
msg='op=PAM:unix_chkpwd acct="rgm" exe="/usr/sbin/unix_chkpwd"
hostname=? addr=? terminal=? res=success'
After logging back in before the 2nd suspend there is the message:
Aug 7 11:41:12 lx121e audit[1]: SERVICE_STOP pid=1 uid=0
auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0
msg='unit=NetworkManager-dispatcher comm="systemd"
exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 7 11:41:31 lx121e audit[1]: SERVICE_STOP pid=1 uid=0
auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0
msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd"
hostname=? addr=? terminal=? res=success'
I do not anticipate another suspend until Friday afternoon. I will
report back on how things go.
But we may be through the worst of this.
5 years, 1 month
dnf modular repository not working after upgrade to f28 [was working
in f27]
by Vinu Moses
I am unable to get the modular repository working after an upgrade from f27 to f28. It worked well in the previous version till the upgrade. Could someone help, please?
I am using a f28 Server (upgraded from f27 Server) with all updates applied to date. Some logs follow:
[root@vinu vinu]# dnf module list
Last metadata expiration check: 0:43:07 ago on Monday 06 August 2018 07:56:54 PM IST.
Nothing to show.
[root@vinu vinu]#
[root@vinu vinu]# dnf repolist
Last metadata expiration check: 0:43:22 ago on Monday 06 August 2018 07:56:54 PM IST.
repo id repo name status
adobe-linux-x86_64 Adobe Systems Incorporated 3
*fedora Fedora 28 - x86_64 57,327
*fedora-modular Fedora Modular 28 - x86_64 23
*rpmfusion-free RPM Fusion for Fedora 28 - Free 563
*rpmfusion-free-updates RPM Fusion for Fedora 28 - Free - Updates 260
*rpmfusion-nonfree RPM Fusion for Fedora 28 - Nonfree 203
*rpmfusion-nonfree-updates RPM Fusion for Fedora 28 - Nonfree - Updates 68
*updates Fedora 28 - x86_64 - Updates 16,667
*updates-modular Fedora Modular 28 - x86_64 - Updates 227
[root@vinu vinu]#
[root@vinu vinu]# dnf module list -v
Loaded plugins: builddep, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, needs-restarting, playground, repoclosure, repograph, repomanage, reposync, system-upgrade
DNF version: 2.7.5
cachedir: /var/cache/dnf
repo: using cache for: adobe-linux-x86_64
not found deltainfo for: Adobe Systems Incorporated
not found updateinfo for: Adobe Systems Incorporated
adobe-linux-x86_64: using metadata from Tuesday 26 June 2018 06:40:48 AM IST.
repo: using cache for: fedora-modular
not found deltainfo for: Fedora Modular 28 - x86_64
not found updateinfo for: Fedora Modular 28 - x86_64
fedora-modular: using metadata from Wednesday 25 April 2018 09:55:27 AM IST.
repo: using cache for: updates-modular
not found deltainfo for: Fedora Modular 28 - x86_64 - Updates
updates-modular: using metadata from Sunday 05 August 2018 03:20:36 AM IST.
repo: using cache for: updates
updates: using metadata from Sunday 05 August 2018 03:10:49 AM IST.
repo: using cache for: fedora
not found deltainfo for: Fedora 28 - x86_64
not found updateinfo for: Fedora 28 - x86_64
fedora: using metadata from Wednesday 25 April 2018 09:57:32 AM IST.
repo: using cache for: rpmfusion-free-updates
not found deltainfo for: RPM Fusion for Fedora 28 - Free - Updates
not found updateinfo for: RPM Fusion for Fedora 28 - Free - Updates
rpmfusion-free-updates: using metadata from Saturday 04 August 2018 02:41:08 PM IST.
repo: using cache for: rpmfusion-free
not found deltainfo for: RPM Fusion for Fedora 28 - Free
not found updateinfo for: RPM Fusion for Fedora 28 - Free
rpmfusion-free: using metadata from Friday 27 April 2018 03:10:17 PM IST.
repo: using cache for: rpmfusion-nonfree-updates
not found deltainfo for: RPM Fusion for Fedora 28 - Nonfree - Updates
not found updateinfo for: RPM Fusion for Fedora 28 - Nonfree - Updates
rpmfusion-nonfree-updates: using metadata from Saturday 04 August 2018 03:01:46 PM IST.
repo: using cache for: rpmfusion-nonfree
not found deltainfo for: RPM Fusion for Fedora 28 - Nonfree
not found updateinfo for: RPM Fusion for Fedora 28 - Nonfree
rpmfusion-nonfree: using metadata from Wednesday 25 April 2018 04:32:59 AM IST.
Last metadata expiration check: 0:43:48 ago on Monday 06 August 2018 07:56:54 PM IST.
Missing file *modules.yaml in metadata cache dir: /var/cache/dnf/adobe-linux-x86_64-38ad0a49b0acdf73
Missing file *modules.yaml in metadata cache dir: /var/cache/dnf/updates-8bd9ef368505a5fd
Missing file *modules.yaml in metadata cache dir: /var/cache/dnf/fedora-f21308f6293b3270
Missing file *modules.yaml in metadata cache dir: /var/cache/dnf/rpmfusion-free-updates-18aab6236926d6fd
Missing file *modules.yaml in metadata cache dir: /var/cache/dnf/rpmfusion-free-340f27dbf4d9eb4b
Missing file *modules.yaml in metadata cache dir: /var/cache/dnf/rpmfusion-nonfree-updates-a045b1cc32738165
Missing file *modules.yaml in metadata cache dir: /var/cache/dnf/rpmfusion-nonfree-fcea624146a658fc
No module named ant, skipping.
No module named django, skipping.
No module named gcsf, skipping.
No module named maven, skipping.
No module named nodejs, skipping.
No module named reviewboard, skipping.
No module named ripgrep, skipping.
No module named stratis, skipping.
'2.10'
Nothing to show.
[root@vinu vinu]#
5 years, 1 month
Stitch photos?
by ToddAndMargo
Hi All,
Is there a way to stitch four photos together? Well, other
than just eyeballing them.
Many thanks,
-T
5 years, 1 month
gawk/getline
by Patrick Dupre
Hello,
This is a bit on the side, but the behavior of getline in gawk is a bit
strange.
getline $0
returns 0 when EOF.
but
getline "myfile.txt"
never returns 0
like if there in no EOF
What am I missing?
===========================================================================
Patrick DUPRÉ | | email: pdupre(a)gmx.com
Laboratoire de Physico-Chimie de l'Atmosphère | |
Université du Littoral-Côte d'Opale | |
Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44
189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===========================================================================
5 years, 1 month