Advertisement
Guest User

static nginx rumprun on xen

a guest
Aug 27th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.39 KB | None | 0 0
  1. rumprun xen -di \
  2.     -N rumpy \
  3.     -I t,xenif,'bridge=br0,mac=11:22:33:44:55:66' \
  4.     -W t,inet,static,192.168.33.199/24 \
  5.     -b images/stubetc.iso,/etc \
  6.     -b images/data.iso,/data \
  7.     -- nginx.bin -c /data/conf/nginx.conf
  8.  
  9.  
  10.  
  11. !!!
  12. !!! NOTE: rumprun is experimental. syntax may change in the future
  13. !!!
  14.  
  15.   start_info: 0x747000(VA)
  16.     nr_pages: 0x4000
  17.   shared_inf: 0x7ffa8000(MA)
  18.      pt_base: 0x74a000(VA)
  19. nr_pt_frames: 0x7
  20.     mfn_list: 0x727000(VA)
  21.    mod_start: 0x0(VA)
  22.      mod_len: 0
  23.        flags: 0x0
  24.     cmd_line:
  25.   stack:      0x6884e0-0x7084e0
  26. MM: Init
  27.       _text: 0x0(VA)
  28.      _etext: 0x380224(VA)
  29.    _erodata: 0x4d8000(VA)
  30.      _edata: 0x504120(VA)
  31. stack start: 0x6884e0(VA)
  32.        _end: 0x726440(VA)
  33.   start_pfn: 754
  34.     max_pfn: 4000
  35. Mapping memory range 0x800000 - 0x4000000
  36. setting 0x0-0x4d8000 readonly
  37. skipped 0x1000
  38. MM: Initialise page allocator for 770000(770000)-4000000(4000000)
  39. MM: done
  40. Demand map pfns at 4001000-2004001000.
  41. Initialising timer interface
  42. Initialising console ... done.
  43. gnttab_table mapped at 0x4001000.
  44. xenbus initialised on irq 1 mfn 0x2892a
  45. Failed to read device/pci/0/backend-id.
  46. no backend
  47. Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
  48.     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
  49.     The NetBSD Foundation, Inc.  All rights reserved.
  50. Copyright (c) 1982, 1986, 1989, 1991, 1993
  51.     The Regents of the University of California.  All rights reserved.
  52.  
  53. NetBSD 7.99.17 (RUMP-ROAST)
  54. total memory = 28896 KB
  55. timecounter: Timecounters tick every 10.000 msec
  56. timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
  57. cpu0 at thinair0: rump virtual cpu
  58. root file system type: rumpfs
  59. kern.module.path=/stand/amd64/7.99.17/modules
  60. mainbus0 (root)
  61. timecounter: Timecounter "bmktc" frequency 1000000000 Hz quality 100
  62. mounted tmpfs on /tmp
  63. net TX ring size 256
  64. net RX ring size 256
  65. netfront: node=device/vif/0 backend=/local/domain/0/backend/vif/13/0
  66. netfront: MAC 11:22:33:44:55:66
  67. xenif0: Ethernet address 11:22:33:44:55:66
  68. blkfront: node=device/vbd/51712 backend=/local/domain/0/backend/qdisk/13/51712
  69. Failed to read /local/domain/0/backend/qdisk/13/51712/feature-barrier.
  70. blkfront: 952 sectors
  71. blkfront detached: node=device/vbd/51712
  72. blkfront: node=device/vbd/51712 backend=/local/domain/0/backend/qdisk/13/51712
  73. Failed to read /local/domain/0/backend/qdisk/13/51712/feature-barrier.
  74. blkfront: 952 sectors
  75. blkfront detached: node=device/vbd/51712
  76. blkfront: node=device/vbd/51712 backend=/local/domain/0/backend/qdisk/13/51712
  77. Failed to read /local/domain/0/backend/qdisk/13/51712/feature-barrier.
  78. blkfront: 952 sectors
  79. /dev/xvda: hostpath XENBLK_xvda (476 KB)
  80. blkfront: node=device/vbd/51728 backend=/local/domain/0/backend/qdisk/13/51728
  81. Failed to read /local/domain/0/backend/qdisk/13/51728/feature-barrier.
  82. blkfront: 756 sectors
  83. blkfront detached: node=device/vbd/51728
  84. blkfront: node=device/vbd/51728 backend=/local/domain/0/backend/qdisk/13/51728
  85. Failed to read /local/domain/0/backend/qdisk/13/51728/feature-barrier.
  86. blkfront: 756 sectors
  87. blkfront detached: node=device/vbd/51728
  88. blkfront: node=device/vbd/51728 backend=/local/domain/0/backend/qdisk/13/51728
  89. Failed to read /local/domain/0/backend/qdisk/13/51728/feature-barrier.
  90. blkfront: 756 sectors
  91. /dev/xvdb: hostpath XENBLK_xvdb (378 KB)
  92.  
  93. === calling "nginx.bin" main() ===
  94.  
  95. rumprun: call to ``sigaction'' ignored
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement