From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ua1-f48.google.com ([209.85.222.48]) by ewsd; Mon Jun 10 00:46:47 EDT 2019 Received: by mail-ua1-f48.google.com with SMTP id v18so2556728uad.12 for <9front@9front.org>; Sun, 09 Jun 2019 21:46:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GvGudtYqhmn4LkZAAl1cmXPkdHW2A04gHsxI61Bo7bQ=; b=UCS+RHUnfxIltHwLuMtktunvUr5lDwLZXsgPDenJqBYG186SSOCgYT71E+ZyBRkFO6 FSyTdzt6onENfLKsz3fzhctdzItB0g+tNtLILnOM5txAwvdb+fPEfPn2W/8zcWtuWu68 S8FkKUd8bjq+FEF2BjmdSfqMrl3e3K03yS2Yay33nY3SVYh7Ace8GYtohw8oqnw2rXW4 8bzkdTU+D82COd8BZAB8w+cRUr3bsF+Qmyx8Km4zGubA7k75GdvoYx0y/1/cDcFg4nlW 6nTl7a2seQcRO2cpyiAr1AaGsn53vniBMDsa9FoEd7RzQr6q0+weGj+Ro8Na5D7FFH/V gRJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GvGudtYqhmn4LkZAAl1cmXPkdHW2A04gHsxI61Bo7bQ=; b=ltJt05iSerV5Hj6+F9XMI/zgqGFdFQQCStGdDDqxcR3GlYbzhmoV5n72Cpj7o8ArvD iqHXJDtyZwqj2QZw8Oz8YhW2mH87fT/D5PQIuwgSc08c0SUs3dvNNQbeCinSMbb7A7K/ 8NSxbjj7/PhMDGNfCN+EDKbvDU7/KS65wWasfigL2afhZ4dD7YAJV1+ccGwgu9nWXv43 A03HWhBOqh8OXHNXPAC7jKokG5YxWh03MYRb9xyHKtgNvJZS0BaSQoi4vZSofgPdF2JY yc9Vd09PtTvlYOv2Yzz1mQcFZM4mFvWaah6gmP7Fc61Vl4JtbfCIOkZqdrudignGo8Fe xpiw== X-Gm-Message-State: APjAAAUyDoO+fdrol13/PTFfKQqidlbqwZ6tCQ/sSUykhFFgszNWLDBM sJ0HykclhbbckSDEnAVyLMraRx8J2xmI3wDGo/U= X-Google-Smtp-Source: APXvYqxxe0VMczau/UwDNm2RZNfhStpKqastdpuJlC1UuXerRktvPHTmfsaN9GUYhWP4hgxwZkrx2LFdqsiCuAhgRQM= X-Received: by 2002:ab0:5961:: with SMTP id o30mr31067344uad.44.1560142004520; Sun, 09 Jun 2019 21:46:44 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?7Je87KSA7ZiB?= Date: Mon, 10 Jun 2019 13:46:35 +0900 Message-ID: Subject: Re: [9front] Need help with configuring the Internet To: ori@eigenstate.org Cc: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: standard hosting extension Thanks for your reply. It really answered everything I needed to get going. Of course, things aren't working as expected, mostly due to me being more familiar to Linux environments. I'm trying out many things, but the two most hindering problems at this point is the different uses of "grep" and "export". Starting with grep, what I mostly use is : grep -ri "keyword" ./ Now this obviously doesn't work here, so I read the manual and tried : grep -i -e "keyword" ./ along with some other variations, which prints out nothing currently (I'm trying this on /bin/inst, with the keyword being ("confignet"). Most likely I'm not reading the manual carefully enough.. But I thought I'd get immediate answers when I post here, if you guys don't mind :) The second part, "export", is the real problem for me though, because I don't even know where to look in this case. Many scripts including ndbsetup and confignet seems to use the keyword "export". Usually in Linux, I would just be able to use it and it will set-up the environment variable for me. Plan9-based systems seems to be different, as just naively typing in command export (or using the scripts) returns can't open export: 'export' directory entry not found I've tried "man exportfs" (that's what google shows me at least), but I don't think that was what I was looking for. In this case, just a pointer to the manual that explains the export mechanism would be enough for me. A suggestion to read the Plan9 manual is also welcome :) I'm actually considering it since I seem to lack too much understanding of this system right now. Again, I really thank you all for your replies (I responded late because there was something wrong with my delivery system.. I apologize for that). Like I've mentioned before, I'm a novice in not only Plan9 systems, but for programming and computer things in general. So please understand when I ask for obvious questions, quite like this one. Thank you, Joonhyeok Yeom On Fri, Jun 7, 2019 at 2:00 PM wrote: > > > Hello, newbie here. > > > > I've installed 9front for 64bit (I did the cross-compiling too), but > > there was some failure during "confignet", so the internet overall is > > not working (cat /net/ndb returns nothing). > > > > I thought at that time that I can just run that later, but I am having > > trouble doing so. Also, since I just bypassed that part, I can't > > recall the message for it. > > > > So my question boils down to : > > > > 1. Can I run confignet again AFTER installation? If there is, can you > > point me to the right methods? > > > I've never done re-run the installer after installation, but it's still > around: > > ls /bin/inst/ > > Note that inst/confignet only sets some environment variables for > future steps to run, but doesn't actually save them. That appears to > be done in > > inst/ndbsetup > > Inst/ndbsetup appends a line to /lib/ndb/local. On my system, that line > looks somewhat like: > > sys=meathoook ether=560001dbcf68 > > > 2. I am unsure of how I can diagnosis the network problem when the > > installation itself failed, so a direction of where to look might be > > nice. > > Take a look at 'man ipconfig', which is used for configuring your > network cards. Running it manually should give you either a working > network or some errors that can be debugged. > > > Re-installing won't really be a problem right now, as I haven't done > > anything that extensive in my current system. So I am considering that > > as an option, although I'm feeling a little bit too lazy for it. > > You also learn more from fixing a broken system. > > > Also, I'm new to mailing lists in general (I am not an expert > > programmer and my current job is to write Javascripts for a web > > page...), and this is basically my first mail to any mailing lists, so > > please understand if I'm doing something wrong. > > Nope. Nothing wrong. > > > Anyways, thanks in advance! I'm looking forward to tinkering with my > > new 9front system :) > > > > Thank you, > > Joonhyeok Yeom. >