Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Nautilus very slow since new installation of Buster

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
Azrael
Posts: 76
Joined: 2011-11-12 12:50

[Solved] Nautilus very slow since new installation of Buster

#1 Post by Azrael »

Hi guys,

I recently did a new install of Debian Buster, except reusing the /home partition, because I got a new motherboard+ram (i5-9400F/DDR4 2666Mhz from the old i5-2500k/DDR3 1333Mhz).

I notice when I copy files, save files from Chromium/Firefox, or open files. There's some significant lag for some reason, no issues previously on Debian Stretch.

I'm running
i5-9400F
16GB RAM
8GB Swap
2TB Toshiba 7200rpm on EXT4 for both root and home partitions with a 500MB FAT Boot/EFI
Nvidia GTX950 with nonfree Nvidia Drivers
Debian Buster amd64 with Gnome 3.30.2 (wayland disappeared after a few days of use for some reason, can't find it in the login).

Code: Select all

time ls
Gives output for the home directory as:

Code: Select all

real	0m0.004s
user	0m0.001s
sys	0m0.004s
I did some googling and I deleted cache files (it was a few gigabytes in size) of the tracker and it helps slightly but I feel there's probably something I missed.

Any ideas?
Last edited by Azrael on 2019-07-31 15:55, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Nautilus very slow since new installation of Debian Bust

#2 Post by Head_on_a_Stick »

Do you still have this problem if you test with a new user and a clean ${HOME}?
Azrael wrote:wayland disappeared after a few days of use for some reason, can't find it in the login
Hmm, can we see

Code: Select all

apt policy
deadbang

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 86 times

Re: Nautilus very slow since new installation of Debian Bust

#3 Post by 4D696B65 »

Head_on_a_Stick wrote:Do you still have this problem if you test with a new user and a clean ${HOME}?
Sometimes old dot configs can cause problems.

Azrael
Posts: 76
Joined: 2011-11-12 12:50

Re: Nautilus very slow since new installation of Debian Bust

#4 Post by Azrael »

Head_on_a_Stick wrote:Do you still have this problem if you test with a new user and a clean ${HOME}?
Azrael wrote:wayland disappeared after a few days of use for some reason, can't find it in the login
Hmm, can we see

Code: Select all

apt policy
Here's the output:

Code: Select all

Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
     release v=10,o=Debian,a=stable,n=buster,l=Debian-Security,c=main,b=amd64
     origin security.debian.org
 500 http://deb.debian.org/debian buster/contrib amd64 Packages
     release v=10.0,o=Debian,a=stable,n=buster,l=Debian,c=contrib,b=amd64
     origin deb.debian.org
 500 http://deb.debian.org/debian buster/non-free amd64 Packages
     release v=10.0,o=Debian,a=stable,n=buster,l=Debian,c=non-free,b=amd64
     origin deb.debian.org
 500 http://deb.debian.org/debian buster/main amd64 Packages
     release v=10.0,o=Debian,a=stable,n=buster,l=Debian,c=main,b=amd64
     origin deb.debian.org
Pinned packages:
4D696B65 wrote:
Head_on_a_Stick wrote:Do you still have this problem if you test with a new user and a clean ${HOME}?
Sometimes old dot configs can cause problems.
Let me try and get back to you.

Azrael
Posts: 76
Joined: 2011-11-12 12:50

Re: Nautilus very slow since new installation of Debian Bust

#5 Post by Azrael »

Yes it does.

Oh man, this is embarrassing.

I decided to open syslog and tried reproducing it.

I got this:

Code: Select all

gnome-shell[16533]: Error adding children to desktop: Not enough place at monitor 0
I disabled the extension, it everything became speedy again.

I guess, if I want to use the desktop again, I'll have to clean it up.

My bad.

Post Reply