Advertisement
Guest User

kpm restore problem

a guest
Apr 27th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. lou@lousedev1:~$ cd ~/aspnet/home/samples/latest/HelloWeb/
  2. lou@lousedev1:~/aspnet/home/samples/latest/HelloWeb$ kpm restore
  3. Restoring packages for /home/lou/aspnet/home/samples/latest/HelloWeb/project.json
  4. GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Kestrel'.
  5. GET https://nuget.org/api/v2/FindPackagesById()?Id='Kestrel'.
  6. GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Diagnostics'.
  7. GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Diagnostics'.
  8. GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Hosting'.
  9. GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Hosting'.
  10. GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Server.IIS'.
  11. GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Server.IIS'.
  12. GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Server.WebListener'.
  13. GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Server.WebListener'.
  14. GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.StaticFiles'.
  15. GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.StaticFiles'.
  16. Stacktrace:
  17.  
  18.  
  19. Native stacktrace:
  20.  
  21. mono() [0x4b1d6c]
  22. mono() [0x50833e]
  23. mono() [0x428bfd]
  24. /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f0de8e22340]
  25. [0x17fff48]
  26.  
  27. Debug info from gdb:
  28.  
  29. Could not attach to process. If your uid matches the uid of the target
  30. process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  31. again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
  32. ptrace: Operation not permitted.
  33. No threads.
  34.  
  35. =================================================================
  36. Got a SIGSEGV while executing native code. This usually indicates
  37. a fatal error in the mono runtime or one of the native libraries
  38. used by your application.
  39. =================================================================
  40.  
  41. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement