<div dir="auto">Hi 이석찬,<div dir="auto">In the spirit of installing open5gs,  I would like to jump on this discussion as I observed that my eNB stops transmitting, then when I check the status of the open5gs services they seems to be active and running. Until I had to restart the services again before the eNB will start transmitting. Is there any reason for this behaviour.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">Amintgan</div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 7, 2020, 07:55 이석찬 <<a href="mailto:acetcom@gmail.com">acetcom@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div dir="auto">Hi Rafael,</div></div><div dir="auto"><br></div><div dir="auto">I’ve modified the install program for Debian 10(buster) and update the documentation. If you have any problem please let me know again!</div><div dir="auto"><br></div><div dir="auto">Thanks and regards,</div><div dir="auto">     Sukchan</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">2020년 2월 4일 (화) 오후 12:52, Rafael Diniz <<a href="mailto:rafael@rhizomatica.org" target="_blank" rel="noreferrer">rafael@rhizomatica.org</a>>님이 작성:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi there,<br>
<br>
Just one more note, after successfully installing Open5Gs on Debian<br>
Buster (changing mongodb to mongodb-org in debian package and changing<br>
mongodb by mongod in systemd service units), I run into this problem<br>
with the web interface installation:<br>
<br>
==<br>
curl -sL <a href="http://open5gs.org/open5gs/assets/webui/install" rel="noreferrer noreferrer" target="_blank">http://open5gs.org/open5gs/assets/webui/install</a> | bash -<br>
<br>
## Populating apt-get cache...<br>
<br>
+ apt-get update<br>
Hit:1 <a href="http://deb.debian.org/debian" rel="noreferrer noreferrer" target="_blank">http://deb.debian.org/debian</a> buster<br>
InRelease                                                                                                                                                                             <br>
<br>
Hit:2 <a href="http://deb.debian.org/debian" rel="noreferrer noreferrer" target="_blank">http://deb.debian.org/debian</a> buster-updates<br>
InRelease                                                                                                                                                                     <br>
<br>
Hit:3 <a href="http://security.debian.org/debian-security" rel="noreferrer noreferrer" target="_blank">http://security.debian.org/debian-security</a> buster/updates<br>
InRelease                                                                                                                                            <br>
<br>
Ign:4 <a href="http://repo.mongodb.org/apt/debian" rel="noreferrer noreferrer" target="_blank">http://repo.mongodb.org/apt/debian</a> buster/mongodb-org/4.2<br>
InRelease                                                                            <br>
<br>
Hit:5 <a href="https://deb.nodesource.com/node_12.x" rel="noreferrer noreferrer" target="_blank">https://deb.nodesource.com/node_12.x</a> buster<br>
InRelease                                                                    <br>
<br>
Hit:6<br>
<a href="http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10" rel="noreferrer noreferrer" target="_blank">http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10</a><br>
./ InRelease<br>
Hit:7 <a href="http://repo.mongodb.org/apt/debian" rel="noreferrer noreferrer" target="_blank">http://repo.mongodb.org/apt/debian</a> buster/mongodb-org/4.2 Release<br>
Reading package lists... Done<br>
+ deb-systemd-invoke stop open5gs-webui<br>
Failed to stop open5gs-webui.service: Unit open5gs-webui.service not loaded.<br>
+ systemctl disable open5gs-webui<br>
Failed to disable unit: Unit file open5gs-webui.service does not exist.<br>
+ rm -f /lib/systemd/system/open5gs-webui.service<br>
+ systemctl daemon-reload<br>
+ rm -rf ./open5gs-1.2.0<br>
+ rm -rf /usr/lib/node_modules/open5gs<br>
<br>
## Download the Open5GS Source Code (v1.2.0)...<br>
<br>
+ curl -sLf '<a href="https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz" rel="noreferrer noreferrer" target="_blank">https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz</a>' |<br>
tar zxf -<br>
<br>
## Build the Open5GS WebUI...<br>
<br>
+ cd ./open5gs-1.2.0/webui && npm install && npm run build<br>
<br>
> uglifyjs-webpack-plugin@0.4.6 postinstall<br>
/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin<br>
> node lib/post_install.js<br>
<br>
internal/modules/cjs/loader.js:796<br>
    throw err;<br>
    ^<br>
<br>
Error: Cannot find module<br>
'/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin/lib/post_install.js'<br>
    at Function.Module._resolveFilename<br>
(internal/modules/cjs/loader.js:793:17)<br>
    at Function.Module._load (internal/modules/cjs/loader.js:686:27)<br>
    at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10)<br>
    at internal/main/run_main_module.js:17:11 {<br>
  code: 'MODULE_NOT_FOUND',<br>
  requireStack: []<br>
}<br>
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4<br>
(node_modules/fsevents):<br>
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for<br>
fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current:<br>
{"os":"linux","arch":"x64"})<br>
<br>
npm ERR! code ELIFECYCLE<br>
npm ERR! errno 1<br>
npm ERR! uglifyjs-webpack-plugin@0.4.6 postinstall: `node<br>
lib/post_install.js`<br>
npm ERR! Exit status 1<br>
npm ERR!<br>
npm ERR! Failed at the uglifyjs-webpack-plugin@0.4.6 postinstall script.<br>
npm ERR! This is probably not a problem with npm. There is likely<br>
additional logging output above.<br>
<br>
npm ERR! A complete log of this run can be found in:<br>
npm ERR!     /root/.npm/_logs/2020-02-04T03_44_00_266Z-debug.log<br>
Error executing command, exiting<br>
==<br>
<br>
Thanks,<br>
Rafael<br>
<br>
On 2/2/20 10:14 AM, Rafael Diniz wrote:<br>
> Hi Sukchan,<br>
><br>
> Interestingly I did this before I sent the email (installing mongodb<br>
> from mongodb official "org" repo). The issue is that the Open5Gs<br>
> packages depend (from the debian package definitions) on mongodb*, but<br>
> the packages from mongodb website have name mongodb-org*, so packages<br>
> still do not install cleanly (of course a small modification directly to<br>
> the Open5Gs packages changing depends from mongodb* to mongodb-org* <br>
> might work).<br>
><br>
> Rafael<br>
><br>
><br>
> On 2/2/20 7:56 AM, 이석찬 wrote:<br>
>> Hi Rafael,<br>
>><br>
>> In open5gs docker environment using the Debian(buster), MongoDB server<br>
>> is installed with version 4.2.1.<br>
>> FYI, I've added the installation link as below:<br>
>> <a href="https://computingforgeeks.com/how-to-install-mongodb-on-debian/" rel="noreferrer noreferrer" target="_blank">https://computingforgeeks.com/how-to-install-mongodb-on-debian/</a><br>
>><br>
>> Thanks and regards,<br>
>>     Sukchan<br>
>><br>
>><br>
>><br>
>> On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz <<a href="mailto:rafael@rhizomatica.org" target="_blank" rel="noreferrer">rafael@rhizomatica.org</a><br>
>> <mailto:<a href="mailto:rafael@rhizomatica.org" target="_blank" rel="noreferrer">rafael@rhizomatica.org</a>>> wrote:<br>
>><br>
>>     Just a note: I noticed there is a package repository for Debian<br>
>>     10, but<br>
>>     the package depends on mongodb package, which is not existent in<br>
>>     Debian<br>
>>     10 repository.<br>
>><br>
>>     Which mongodb version is recommended by Open5GS?<br>
>><br>
>>     Thanks!<br>
>>     Rafael<br>
>><br>
>>     On 1/17/20 1:22 AM, Rafael Diniz wrote:<br>
>>     > Hi Spencer!<br>
>>     ><br>
>>     > Thanks for all the information! I'm happy to see colte using<br>
>>     Open5Gs too!<br>
>>     ><br>
>>     > And big gratitude to Sukchan (I read your other email, tks) for<br>
>>     > providing such good EPC implementation.<br>
>>     ><br>
>>     > Cheers,<br>
>>     > Rafael<br>
>>     ><br>
>>     > On 1/16/20 7:26 PM, Spencer Sevilla wrote:<br>
>>     >> Hi Juba! Long time no see!<br>
>>     >><br>
>>     >> Sukchan recently renamed the project to Open5Gs. Use the master<br>
>>     branch<br>
>>     >> of <a href="https://github.com/open5gs/open5gs" rel="noreferrer noreferrer" target="_blank">https://github.com/open5gs/open5gs</a> and there’s a great guide to<br>
>>     >> building from source<br>
>>     >><br>
>>     here: <a href="https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/" rel="noreferrer noreferrer" target="_blank">https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/</a>.<br>
>>     >> The docs in general can be found<br>
>>     at <a href="https://open5gs.org/open5gs/docs/" rel="noreferrer noreferrer" target="_blank">https://open5gs.org/open5gs/docs/</a>.<br>
>>     >><br>
>>     >> If you run into issues, the GitHub Issues page is where a lot<br>
>>     of the<br>
>>     >> discussion currently takes place. Feel free to reach out to me<br>
>>     >> directly if you hit any snags. Also, you should know that I’ve<br>
>>     moved<br>
>>     >> all my deployments over from OAI, and have been much, much happier<br>
>>     >> with Open5Gs. Hoping to finish the colte integration soon and will<br>
>>     >> email you at that time :-)<br>
>>     >><br>
>>     >> Take care!<br>
>>     >> Spencer<br>
>>     >><br>
>>     >>> On Jan 16, 2020, at 13:11, Rafael Diniz<br>
>>     <<a href="mailto:rafael@rhizomatica.org" target="_blank" rel="noreferrer">rafael@rhizomatica.org</a> <mailto:<a href="mailto:rafael@rhizomatica.org" target="_blank" rel="noreferrer">rafael@rhizomatica.org</a>><br>
>>     >>> <mailto:<a href="mailto:rafael@rhizomatica.org" target="_blank" rel="noreferrer">rafael@rhizomatica.org</a><br>
>>     <mailto:<a href="mailto:rafael@rhizomatica.org" target="_blank" rel="noreferrer">rafael@rhizomatica.org</a>>>> wrote:<br>
>>     >>><br>
>>     >>> Hi all,<br>
>>     >>><br>
>>     >>> Which repository should I look for to get the most stable<br>
>>     NextEPC for a<br>
>>     >>> real-world LTE deploying?<br>
>>     >>><br>
>>     >>> Thanks,<br>
>>     >>> Rafael<br>
>>     >>><br>
>>     >>><br>
>>     >>><br>
>><br>
</blockquote></div></div>
</blockquote></div>