|  Hmm, alright then. What do the following say,
|  
|   * ps -Af | grep lockd
|   * ps -Af | grep portmap
|   * ps -Af | grep rpcbind
|   * mount | grep nfs
|  

simonpj@cam-05-unx:~/tmp$ ps -Af | grep locd
simonpj  20138  1184  0 12:46 pts/7    00:00:00 grep locd

simonpj@cam-05-unx:~/tmp$ ps -Af | grep portmap
simonpj  22601  1184  0 12:46 pts/7    00:00:00 grep portmap

simonpj@cam-05-unx:~/tmp$ ps -Af | grep rpcbind
root      1472     1  0  2016 ?        00:00:13 rpcbind -w
simonpj  26634  1184  0 12:46 pts/7    00:00:00 grep rpcbind

simonpj@cam-05-unx:~/tmp$ mount | grep nfs
camresunxa02:/home on /home type nfs 
(rw,intr,vers=4,addr=10.190.50.19,clientaddr=10.190.108.81)

|  -----Original Message-----
|  From: Ben Gamari [mailto:b...@well-typed.com]
|  Sent: 25 August 2017 17:46
|  To: Simon Peyton Jones <simo...@microsoft.com>
|  Cc: ghc-devs <ghc-devs@haskell.org>
|  Subject: RE: Alex install failure
|  
|  Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> writes:
|  
|  > |  I have implemented this in wip/ghc-pkg-locking. Do you think you
|  > | could give  this branch a try? If it still fails then we'll have to
|  > | try to debug things  in-situ.
|  >
|  > Alas, no go.
|  >
|  Hmm, alright then. What do the following say,
|  
|   * ps -Af | grep lockd
|   * ps -Af | grep portmap
|   * ps -Af | grep rpcbind
|   * mount | grep nfs
|  
|  Cheers,
|  
|  - Ben

_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to