Advertisement
windceltic

proxy80

Aug 22nd, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo cat /var/snap/lxd/common/lxd/logs/containername/proxy.myproxy80.log
  2. Error: remove 0.0.0.0:80: read-only file system
  3. panic: runtime error: invalid memory address or nil pointer dereference
  4. [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x57ae54]
  5.  
  6. goroutine 1 [running]:
  7. os.(*File).Name(...)
  8. /snap/go/4095/src/os/file.go:50
  9. net.FileListener(0x0, 0x0, 0x0, 0x0, 0x0)
  10. /snap/go/4095/src/net/file.go:36 +0x6c
  11. main.(*cmdForkproxy).Run(0x4000148220, 0x40002d7b80, 0x4000147620, 0x6, 0x6, 0x400025dcd0, 0x0)
  12. /build/lxd/parts/lxd/go/src/github.com/lxc/lxd/lxd/main_forkproxy.go:352 +0x288
  13. github.com/spf13/cobra.(*Command).execute(0x40002d7b80, 0x4000147500, 0x6, 0x6, 0x40002d7b80, 0x4000147500)
  14. /build/lxd/parts/lxd/go/src/github.com/spf13/cobra/command.go:826 +0x328
  15. github.com/spf13/cobra.(*Command).ExecuteC(0x4000264f00, 0x400025df50, 0x1, 0x1)
  16. /build/lxd/parts/lxd/go/src/github.com/spf13/cobra/command.go:914 +0x230
  17. github.com/spf13/cobra.(*Command).Execute(...)
  18. /build/lxd/parts/lxd/go/src/github.com/spf13/cobra/command.go:864
  19. main.main()
  20. /build/lxd/parts/lxd/go/src/github.com/lxc/lxd/lxd/main.go:164 +0xb94
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement