>>Apparently the console prints went missing after one change. Try again and
>>see if you get more hints.
I’ve tried again - no luck - nginx wouldn’t start - see errors below.
Is there anyone else on the list willing to also try this? It would be helpful
to ensure the problem isn’t me or something about my setup.
thanks
as
root@contiki:/home/ubuntu# cd rump-nginx/
+ cd rump-nginx/
root@contiki:/home/ubuntu/rump-nginx# ls
+ ls --color=auto
images Makefile nginx README.md run_nginx.sh
root@contiki:/home/ubuntu/rump-nginx# ./run_nginx.sh
+ ./run_nginx.sh
+ rumprun xen -di -M 512 -n inet,static,192.168.1.33/24 -b
images/data.iso,/data -b images/stubetc.iso,/etc -- nginx/objs/nginx -c
/data/conf/nginx.conf
!!!
!!! NOTE: rumprun is experimental and usage may change in the future
!!!
start_info: 0x654000(VA)
nr_pages: 0x20000
shared_inf: 0x936f8000(MA)
pt_base: 0x657000(VA)
nr_pt_frames: 0x7
mfn_list: 0x554000(VA)
mod_start: 0x0(VA)
mod_len: 0
flags: 0x0
cmd_line: -c /data/conf/nginx.conf
stack: 0x4bbc20-0x53bc20
MM: Init
_text: 0x0(VA)
_etext: 0x259597(VA)
_erodata: 0x328000(VA)
_edata: 0x34111c(VA)
stack start: 0x4bbc20(VA)
_end: 0x553b60(VA)
start_pfn: 661
max_pfn: 20000
Mapping memory range 0x800000 - 0x20000000
setting 0x0-0x328000 readonly
skipped 0x1000
MM: Initialise page allocator for 75d000(75d000)-20000000(20000000)
MM: done
Demand map pfns at 20001000-2020001000.
Initialising timer interface
Initialising console ... done.
gnttab_table mapped at 0x20001000.
Initialising scheduler
xenbus initialised on irq 1 mfn 0x12f26e
Failed to read device/pci/0/backend-id.
no backend
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
The NetBSD Foundation, Inc. All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
NetBSD 7.99.4 (RUMP-ROAST)
total memory = 252 MB
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "rumpclk" frequency 100 Hz quality 0
cpu0 at thinair0: rump virtual cpu
root file system type: rumpfs
kern.module.path=/stand/amd64/7.99.4/modules
mainbus0 (root)
pci0 at mainbus0 bus 0
pci0: memory space enabled, rd/line, rd/mult, wr/inv ok
timecounter: Timecounter "rumpxen" frequency 1000000000 Hz quality 100
rumprun_config: configuring xenif0 as inet with static 192.168.1.33
net TX ring size 256
net RX ring size 256
netfront: node=device/vif/0 backend=/local/domain/0/backend/vif/3/0
netfront: MAC 00:16:3e:06:05:0d
xenif0: Ethernet address 00:16:3e:06:05:0d
blkfront: node=device/vbd/768 backend=/local/domain/0/backend/qdisk/3/768
Failed to read /local/domain/0/backend/qdisk/3/768/feature-barrier.
blkfront: 764 sectors
blkfront detached: node=device/vbd/768
blkfront: node=device/vbd/768 backend=/local/domain/0/backend/qdisk/3/768
Failed to read /local/domain/0/backend/qdisk/3/768/feature-barrier.
blkfront: 764 sectors
blkfront detached: node=device/vbd/768
blkfront: node=device/vbd/768 backend=/local/domain/0/backend/qdisk/3/768
Failed to read /local/domain/0/backend/qdisk/3/768/feature-barrier.
blkfront: 764 sectors
/dev/xenblk0: hostpath blk0 (382 KB)
rumprun_config: mounting xenblk0 on /data as cd9660
blkfront: node=device/vbd/832 backend=/local/domain/0/backend/qdisk/3/832
Failed to read /local/domain/0/backend/qdisk/3/832/feature-barrier.
blkfront: 952 sectors
blkfront detached: node=device/vbd/832
blkfront: node=device/vbd/832 backend=/local/domain/0/backend/qdisk/3/832
Failed to read /local/domain/0/backend/qdisk/3/832/feature-barrier.
blkfront: 952 sectors
blkfront detached: node=device/vbd/832
blkfront: node=device/vbd/832 backend=/local/domain/0/backend/qdisk/3/832
Failed to read /local/domain/0/backend/qdisk/3/832/feature-barrier.
blkfront: 952 sectors
/dev/xenblk1: hostpath blk1 (476 KB)
rumprun_config: mounting xenblk1 on /etc as cd9660
=== calling main() ===
STUB ``__sigaction14'' called
2015/04/20 21:21:33 [emerg] 1#0: sigaction(SIGHUP) failed
=== main() returned 1 ===
=== ERROR: _exit(1) called ===
close network: backend at /local/domain/0/backend/vif/3/0
rumprun_config: unmounting xenblk0 from /data
blkfront detached: node=device/vbd/768
rumprun_config: unmounting xenblk1 from /etc
blkfront detached: node=device/vbd/832
rump kernel halting...
syncing disks... done
unmounting file systems...
unmounted rumpfs on / type rumpfs
unmounting done
halted
minios: halting, reason=0
root@contiki:/home/ubuntu/rump-nginx#