Menu

very slow

2015-01-08
2015-01-21
  • Andrea Zagli

    Andrea Zagli - 2015-01-08

    i installed msys2 64bit from tar.xz on my new pc with windows 8.1 64bit

    the problem is that msys2 is very slow on start (some seconds from click to prompt) and on bash completion

    what could it be the problem?

    thanks in advance

     
  • Ray Donnelly

    Ray Donnelly - 2015-01-08

    Can you use strace to try to figure out what part is slow? For me, it's quick.

     
  • Andrea Zagli

    Andrea Zagli - 2015-01-08

    same thing 32bit

    how can i do to strace?

     
  • Ray Donnelly

    Ray Donnelly - 2015-01-08

    From bash, for example:

    strace bash --login -c "echo hello"

     
  • Andrea Zagli

    Andrea Zagli - 2015-01-09

    maybe the same problem https://sourceforge.net/p/msys2/tickets/120/

    but with the old pc with vista it worked; and i always connected to the domain

     
  • Andrea Zagli

    Andrea Zagli - 2015-01-09

    the strace log

     
  • Andrea Zagli

    Andrea Zagli - 2015-01-21

    i "solved" disabling db in nsswitch.conf

    (https://github.com/Alexpux/MSYS2-packages/issues/138)