LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Extremely slow browsing NFS shares since latest slackpkg update (https://www.linuxquestions.org/questions/slackware-14/extremely-slow-browsing-nfs-shares-since-latest-slackpkg-update-4175542027/)

enine 05-08-2015 07:44 PM

Extremely slow browsing NFS shares since latest slackpkg update
 
I updated my x64 14.1 laptop last night and now I when I try to connect to my NFS mounts on my server its extremely slow. Can I see what was the last packages to update and roll them back?
Or any other idea how to troubleshoot that part? I don't see anything in the system logs

My other clients (raspberry pi) can mount and browse a share fine.

Just a simple ls is taking minutes.

drmozes 05-10-2015 03:57 AM

Quote:

Originally Posted by enine (Post 5359868)
I updated my x64 14.1 laptop last night and now I when I try to connect to my NFS mounts on my server its extremely slow. Can I see what was the last packages to update and roll them back?
Or any other idea how to troubleshoot that part? I don't see anything in the system logs

This will show you what was recently changed:
Code:

ls -ltr /var/log/packages
I don't know much about slackpkg - the only way I can envisage that it has roll back would be if it copied every package that it updated and stored the package archive some place. For packages that were not installed via slackpkg (during the OS installation or from installpkg or upgradepkg directly) then there'd be no possibility.
The only way to roll back would be if you either had a previous copy of the updated package from 'patches/packages' or install the original package from the slackware/<series directory>

I've seen NFS delays like this many times but not recently - the only thing that comes to mind is that it could be due to rpc.portmap or something like that- you could try restarting it:
Code:

/etc/rc.d/rc.rpc restart
Also see what this comes up with- you might see an error.
Code:

showmount -e <your server host name>
Also check the logs on the server to see if there's anything obvious.

You have not said when you last updated your machine, but I looked through the change log up to 'Wed Jan 28 19:23:00 UTC 2015' and at a cursory glance I don't see anything that would interfere with NFS.


All times are GMT -5. The time now is 08:07 AM.