Advertisement
Guest User

dhcp nginx rumprun on xen

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