From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vs1-f46.google.com ([209.85.217.46]) by ewsd; Mon Jun 10 01:30:29 EDT 2019 Received: by mail-vs1-f46.google.com with SMTP id v6so4584220vsq.4 for <9front@9front.org>; Sun, 09 Jun 2019 22:30:26 -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:content-transfer-encoding; bh=nv4PI5HyhLuDAooVeguqHyRIS8ipp+bTS7mQ+KN7hOM=; b=k/De36TFLx1idoy8OXK3bRRwIelRrbc0hyQTPnFUVPkj0dACAn0TFEzoIVzx9MDftk SvaRjTqHKxGJ0/4NXCDQsP2cRDmM7dk9T1R6zAeuBXoipWIdTObMTR8DL3zfnaWgQCT4 YuGQsaqdwqjX8Zl6MhpRt4jkXyAs3OBI8OCLO2fOH4zy1IB40T64RcVBfpE4CllK8IU1 EAJyk3FuC6SxjGxMKNEIZkjXciX+sgth/WQbgpD54IZBga8KXxOQIaipdimp87o4pxr8 SUiCBTKfjiYvyWgzhzT75AM4u8qOsSJ8ITiIKtwhkfdO5gZ9S+Atc64mq3xpFy+TnjEm TGVw== 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:content-transfer-encoding; bh=nv4PI5HyhLuDAooVeguqHyRIS8ipp+bTS7mQ+KN7hOM=; b=LCKo98YMWjPWen/A3G7adMf+4IjiyeshtuQVI2e5Y0QryYeSYiTgwJKkdd7B5PX+yc e0mU26zWm8mdH7aaWXPX5in/kT7ztF+n+ZB9E88G3W5K/p1dbpTx/+vNsQin5rlPzDG3 FG+ZUFmKS34w1npMn4Nx4fop384kSBFYfHdzF4G4p0HGNO5kzsTCsmeJnY+VGXR/8ne1 54PuDkGmXxmW20gop8c4BRCbaWndU9dvP0zTTK+5eD/yfey8wrWjbZ7oSoGEJRqMG+hm p+ABw8uHcn3xfoLx8FoMa+4vbBu3mkWxYR0qNJdmwfeZRWoHgwEFiRXtGDsQ0kWoS/vH 4gtQ== X-Gm-Message-State: APjAAAVJHaNsATp60p+LL98kwqkgdXPyGgZtK1AlHiPdTXbJE6ZutoZ0 WdrBRnD/fxgZdVvZHT5TOEXaAeuMx5RG6+rnVIA= X-Google-Smtp-Source: APXvYqzM4GKMI3m4u9sazCimWXHAtOXMiKTv6mcxnkeh75bycG0Dhu2sv1BOoA6puUCnY6QAPgQM3SkBXUETh8MJTys= X-Received: by 2002:a67:e419:: with SMTP id d25mr5663759vsf.196.1560144626102; Sun, 09 Jun 2019 22:30:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?B?7Je87KSA7ZiB?= Date: Mon, 10 Jun 2019 14:30:16 +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" Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: overflow-preventing agile configuration SQL interface-oriented replication Aside from all this, I managed to run confignet! It was done simply by running "main" on /bin/inst. The message I got was "Could not find ethernet card" This system used to run Linux and Internet worked then, so I'm guessing it's lack of drivers or something similar. I'm going to have to do a little more digging for this... (for one, I don't even know which ethernet card I have on my system). On Mon, Jun 10, 2019 at 1:46 PM =EC=97=BC=EC=A4=80=ED=98=81 wrote: > > Thanks for your reply. It really answered everything I needed to get goin= g. > > 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 "e= xport". > 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 manu= al > that explains the export mechanism would be enough for me. A suggestion t= o > read the Plan9 manual is also welcome :) I'm actually considering it sinc= e 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 havin= g > > > 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=3Dmeathoook ether=3D560001dbcf68 > > > > > 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 tha= t > > > 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, s= o > > > 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. > >