From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lb0-f174.google.com ([209.85.217.174]) by pp; Tue Feb 10 04:51:17 EST 2015 Received: by mail-lb0-f174.google.com with SMTP id z11so1422876lbi.5 for <9front@9front.org>; Tue, 10 Feb 2015 01:51:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=8Zg2LBZLPcQk1xZ4PGI7bfZlL1cibU2LG3XOuoU3XfU=; b=jcCM1OJ3Df0KBt+mGzz+sZAvdOeIiu9ERXgDE9Sh9UnbPzoJ9JyokEIXQ/MGJV3rcc ks0uG0h4utPxe0kPs5Vh5kmROGf+dhZu4GewTzcg+EE2KqCFkyaJcePXXCCm67w4IZbF LBMAX3ApKbzoG+nmcBfSNdz622NTgDw4MXQ2+unu0JbCGA4tELg3wpjGGA2kxC/VEf/O kubn/pephKj0VSEpAVD5NCmczIJSMBdbcS5ouJCKyRR7xEv11U2bgAGd4iIgj2M1eA87 a24SGVWQJksgue1pkO5TqiUSBiG6gIFcsOSD8OZ60qnb5yXiXCmcPFMuUXJ6eEtkdy7/ Zmlg== X-Gm-Message-State: ALoCoQnbdVhPXZ/L/toNJlHFmoz6ey11ln9OtDJykcaSKKo3ZFtNwiWbA/Mf3BTLsJn5xfZ4O1FI MIME-Version: 1.0 X-Received: by 10.152.205.74 with SMTP id le10mr21734445lac.39.1423561871902; Tue, 10 Feb 2015 01:51:11 -0800 (PST) Received: by 10.114.12.37 with HTTP; Tue, 10 Feb 2015 01:51:11 -0800 (PST) In-Reply-To: References: <20150209145656.Horde.MrisRQ-Zfceiy_vPHX6rXg2@ssl.eumx.net> Date: Tue, 10 Feb 2015 10:51:11 +0100 Message-ID: List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: self-healing STM CSS browser Subject: Re: [9front] QEMU and sysupdate From: Giacomo Tesio To: 9front@9front.org Content-Type: text/plain; charset=UTF-8 In case anybody hit this same issue, I managed to fix the networking issue following the guide from plan9 http://plan9.bell-labs.com/wiki/plan9/Plan9_on_Qemu_on_Windows/index.html In particular I had to - install OpenVPN, - rename the TAP-Windows Adapter to TAP_OpenVPN (in Control Panel\Network and Internet\Network Connections) - create a bridged network (select the actual network interface, interface AND the TAP_OpenVPN interface, right click, Bridge) - start Qemu with " -net nic,model=rtl8139 -net tap,ifname=TAP_OpenVPN " - on 9front terminal type "ip/ipconfig" and hit enter Finally sysupdate worked as expected. Giacomo 2015-02-10 9:07 GMT+01:00 Giacomo Tesio : > Sorry... you are right... following are the missing info: > > 2015-02-09 15:56 GMT+01:00 : >> Please specify what qemu version you are using, > > QEMU 2.2.50 for windows > >> what options you used, > > qemu-system-x86_64.exe -m 1024 -redir tcp:9999::9999 -net > nic,model=virtio,macaddr=52:54:00:00:EE:03 -net user -device > virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=9front.qcow2.img > -device scsi-hd,drive=vd0 > >> and what version of the 9front code you are using, > > ehm... good question... the iso was downloaded on Jan 13, 2015, but I > can't figure out an equivalent for "uname -a" to properly answer your > question > >> and what the content of plan9.ini is. > > bootfile=9pcf > nobootprompt=local!/dev/sd00/fs -m 192 > mouseport=ps2intellimouse > monitor=vesa > vgasize=1024x768x16 > user=glenda > > > Note that I can actually connect to the 9front guest from the host, > and I can reach the host's http server via mothra, but I can't go out. > I've tried to set httpproxy environment variable (a squid proxy > running on the host), but with no success. > > Giacomo