From rafael at rhizomatica.org Sat Feb 1 21:08:05 2020 From: rafael at rhizomatica.org (Rafael Diniz) Date: Sat, 1 Feb 2020 19:08:05 -0200 Subject: Which repository to use for a 4G development In-Reply-To: References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> Message-ID: <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> Just a note: I noticed there is a package repository for Debian 10, but the package depends on mongodb package, which is not existent in Debian 10 repository. Which mongodb version is recommended by Open5GS? Thanks! Rafael On 1/17/20 1:22 AM, Rafael Diniz wrote: > Hi Spencer! > > Thanks for all the information! I'm happy to see colte using Open5Gs too! > > And big gratitude to Sukchan (I read your other email, tks) for > providing such good EPC implementation. > > Cheers, > Rafael > > On 1/16/20 7:26 PM, Spencer Sevilla wrote: >> Hi Juba! Long time no see! >> >> Sukchan recently renamed the project to Open5Gs. Use the master branch >> of https://github.com/open5gs/open5gs?and there?s a great guide to >> building from source >> here:?https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. >> The docs in general can be found at?https://open5gs.org/open5gs/docs/. >> >> If you run into issues, the GitHub Issues page is where a lot of the >> discussion currently takes place. Feel free to reach out to me >> directly if you hit any snags. Also, you should know that I?ve moved >> all my deployments over from OAI, and have been much, much happier >> with Open5Gs. Hoping to finish the colte integration soon and will >> email you at that time :-) >> >> Take care! >> Spencer >> >>> On Jan 16, 2020, at 13:11, Rafael Diniz >> > wrote: >>> >>> Hi all, >>> >>> Which repository should I look for to get the most stable NextEPC for a >>> real-world LTE deploying? >>> >>> Thanks, >>> Rafael >>> >>> >>> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From acetcom at gmail.com Sun Feb 2 09:56:35 2020 From: acetcom at gmail.com (=?UTF-8?B?7J207ISd7LCs?=) Date: Sun, 2 Feb 2020 18:56:35 +0900 Subject: Which repository to use for a 4G development In-Reply-To: <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> Message-ID: Hi Rafael, In open5gs docker environment using the Debian(buster), MongoDB server is installed with version 4.2.1. FYI, I've added the installation link as below: https://computingforgeeks.com/how-to-install-mongodb-on-debian/ Thanks and regards, Sukchan On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz wrote: > Just a note: I noticed there is a package repository for Debian 10, but > the package depends on mongodb package, which is not existent in Debian > 10 repository. > > Which mongodb version is recommended by Open5GS? > > Thanks! > Rafael > > On 1/17/20 1:22 AM, Rafael Diniz wrote: > > Hi Spencer! > > > > Thanks for all the information! I'm happy to see colte using Open5Gs too! > > > > And big gratitude to Sukchan (I read your other email, tks) for > > providing such good EPC implementation. > > > > Cheers, > > Rafael > > > > On 1/16/20 7:26 PM, Spencer Sevilla wrote: > >> Hi Juba! Long time no see! > >> > >> Sukchan recently renamed the project to Open5Gs. Use the master branch > >> of https://github.com/open5gs/open5gs and there?s a great guide to > >> building from source > >> here: > https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. > >> The docs in general can be found at https://open5gs.org/open5gs/docs/. > >> > >> If you run into issues, the GitHub Issues page is where a lot of the > >> discussion currently takes place. Feel free to reach out to me > >> directly if you hit any snags. Also, you should know that I?ve moved > >> all my deployments over from OAI, and have been much, much happier > >> with Open5Gs. Hoping to finish the colte integration soon and will > >> email you at that time :-) > >> > >> Take care! > >> Spencer > >> > >>> On Jan 16, 2020, at 13:11, Rafael Diniz >>> > wrote: > >>> > >>> Hi all, > >>> > >>> Which repository should I look for to get the most stable NextEPC for a > >>> real-world LTE deploying? > >>> > >>> Thanks, > >>> Rafael > >>> > >>> > >>> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rafael at rhizomatica.org Sun Feb 2 12:14:42 2020 From: rafael at rhizomatica.org (Rafael Diniz) Date: Sun, 2 Feb 2020 10:14:42 -0200 Subject: Which repository to use for a 4G development In-Reply-To: References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> Message-ID: <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> Hi Sukchan, Interestingly I did this before I sent the email (installing mongodb from mongodb official "org" repo). The issue is that the Open5Gs packages depend (from the debian package definitions) on mongodb*, but the packages from mongodb website have name mongodb-org*, so packages still do not install cleanly (of course a small modification directly to the Open5Gs packages changing depends from mongodb* to mongodb-org*? might work). Rafael On 2/2/20 7:56 AM, ??? wrote: > Hi Rafael, > > In open5gs docker environment using the Debian(buster), MongoDB server > is installed with version 4.2.1. > FYI, I've added the installation link as below: > https://computingforgeeks.com/how-to-install-mongodb-on-debian/ > > Thanks and?regards, > ? ? Sukchan > > > > On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz > wrote: > > Just a note: I noticed there is a package repository for Debian > 10, but > the package depends on mongodb package, which is not existent in > Debian > 10 repository. > > Which mongodb version is recommended by Open5GS? > > Thanks! > Rafael > > On 1/17/20 1:22 AM, Rafael Diniz wrote: > > Hi Spencer! > > > > Thanks for all the information! I'm happy to see colte using > Open5Gs too! > > > > And big gratitude to Sukchan (I read your other email, tks) for > > providing such good EPC implementation. > > > > Cheers, > > Rafael > > > > On 1/16/20 7:26 PM, Spencer Sevilla wrote: > >> Hi Juba! Long time no see! > >> > >> Sukchan recently renamed the project to Open5Gs. Use the master > branch > >> of https://github.com/open5gs/open5gs?and there?s a great guide to > >> building from source > >> > here:?https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. > >> The docs in general can be found > at?https://open5gs.org/open5gs/docs/. > >> > >> If you run into issues, the GitHub Issues page is where a lot > of the > >> discussion currently takes place. Feel free to reach out to me > >> directly if you hit any snags. Also, you should know that I?ve > moved > >> all my deployments over from OAI, and have been much, much happier > >> with Open5Gs. Hoping to finish the colte integration soon and will > >> email you at that time :-) > >> > >> Take care! > >> Spencer > >> > >>> On Jan 16, 2020, at 13:11, Rafael Diniz > > >>> >> wrote: > >>> > >>> Hi all, > >>> > >>> Which repository should I look for to get the most stable > NextEPC for a > >>> real-world LTE deploying? > >>> > >>> Thanks, > >>> Rafael > >>> > >>> > >>> > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From rafael at rhizomatica.org Tue Feb 4 03:52:05 2020 From: rafael at rhizomatica.org (Rafael Diniz) Date: Tue, 4 Feb 2020 01:52:05 -0200 Subject: Installing Open5Gs Web Interface error In-Reply-To: <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> Message-ID: <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> Hi there, Just one more note, after successfully installing Open5Gs on Debian Buster (changing mongodb to mongodb-org in debian package and changing mongodb by mongod in systemd service units), I run into this problem with the web interface installation: == curl -sL http://open5gs.org/open5gs/assets/webui/install | bash - ## Populating apt-get cache... + apt-get update Hit:1 http://deb.debian.org/debian buster InRelease????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Hit:2 http://deb.debian.org/debian buster-updates InRelease????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Hit:3 http://security.debian.org/debian-security buster/updates InRelease???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 InRelease???????????????????????????????????????????????????????????????????????????? Hit:5 https://deb.nodesource.com/node_12.x buster InRelease???????????????????????????????????????????????????????????????????? Hit:6 http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10 ./ InRelease Hit:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 Release Reading package lists... Done + deb-systemd-invoke stop open5gs-webui Failed to stop open5gs-webui.service: Unit open5gs-webui.service not loaded. + systemctl disable open5gs-webui Failed to disable unit: Unit file open5gs-webui.service does not exist. + rm -f /lib/systemd/system/open5gs-webui.service + systemctl daemon-reload + rm -rf ./open5gs-1.2.0 + rm -rf /usr/lib/node_modules/open5gs ## Download the Open5GS Source Code (v1.2.0)... + curl -sLf 'https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz' | tar zxf - ## Build the Open5GS WebUI... + cd ./open5gs-1.2.0/webui && npm install && npm run build > uglifyjs-webpack-plugin at 0.4.6 postinstall /root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin > node lib/post_install.js internal/modules/cjs/loader.js:796 ??? throw err; ??? ^ Error: Cannot find module '/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin/lib/post_install.js' ??? at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17) ??? at Function.Module._load (internal/modules/cjs/loader.js:686:27) ??? at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10) ??? at internal/main/run_main_module.js:17:11 { ? code: 'MODULE_NOT_FOUND', ? requireStack: [] } npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents at 1.2.4 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents at 1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! uglifyjs-webpack-plugin at 0.4.6 postinstall: `node lib/post_install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the uglifyjs-webpack-plugin at 0.4.6 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR!???? /root/.npm/_logs/2020-02-04T03_44_00_266Z-debug.log Error executing command, exiting == Thanks, Rafael On 2/2/20 10:14 AM, Rafael Diniz wrote: > Hi Sukchan, > > Interestingly I did this before I sent the email (installing mongodb > from mongodb official "org" repo). The issue is that the Open5Gs > packages depend (from the debian package definitions) on mongodb*, but > the packages from mongodb website have name mongodb-org*, so packages > still do not install cleanly (of course a small modification directly to > the Open5Gs packages changing depends from mongodb* to mongodb-org*? > might work). > > Rafael > > > On 2/2/20 7:56 AM, ??? wrote: >> Hi Rafael, >> >> In open5gs docker environment using the Debian(buster), MongoDB server >> is installed with version 4.2.1. >> FYI, I've added the installation link as below: >> https://computingforgeeks.com/how-to-install-mongodb-on-debian/ >> >> Thanks and?regards, >> ? ? Sukchan >> >> >> >> On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz > > wrote: >> >> Just a note: I noticed there is a package repository for Debian >> 10, but >> the package depends on mongodb package, which is not existent in >> Debian >> 10 repository. >> >> Which mongodb version is recommended by Open5GS? >> >> Thanks! >> Rafael >> >> On 1/17/20 1:22 AM, Rafael Diniz wrote: >> > Hi Spencer! >> > >> > Thanks for all the information! I'm happy to see colte using >> Open5Gs too! >> > >> > And big gratitude to Sukchan (I read your other email, tks) for >> > providing such good EPC implementation. >> > >> > Cheers, >> > Rafael >> > >> > On 1/16/20 7:26 PM, Spencer Sevilla wrote: >> >> Hi Juba! Long time no see! >> >> >> >> Sukchan recently renamed the project to Open5Gs. Use the master >> branch >> >> of https://github.com/open5gs/open5gs?and there?s a great guide to >> >> building from source >> >> >> here:?https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. >> >> The docs in general can be found >> at?https://open5gs.org/open5gs/docs/. >> >> >> >> If you run into issues, the GitHub Issues page is where a lot >> of the >> >> discussion currently takes place. Feel free to reach out to me >> >> directly if you hit any snags. Also, you should know that I?ve >> moved >> >> all my deployments over from OAI, and have been much, much happier >> >> with Open5Gs. Hoping to finish the colte integration soon and will >> >> email you at that time :-) >> >> >> >> Take care! >> >> Spencer >> >> >> >>> On Jan 16, 2020, at 13:11, Rafael Diniz >> >> >>> > >> wrote: >> >>> >> >>> Hi all, >> >>> >> >>> Which repository should I look for to get the most stable >> NextEPC for a >> >>> real-world LTE deploying? >> >>> >> >>> Thanks, >> >>> Rafael >> >>> >> >>> >> >>> >> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From rafael at rhizomatica.org Tue Feb 4 12:17:17 2020 From: rafael at rhizomatica.org (Rafael Diniz) Date: Tue, 4 Feb 2020 10:17:17 -0200 Subject: Installing Open5Gs Web Interface error In-Reply-To: <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> Message-ID: <09f272dd-d39b-1024-a4da-13bd8c98acfb@rhizomatica.org> I tried manually installing the web interface with npm install and then running with "npm run dev", and seemed to work, but when trying to login with default admin/1423 in the web interface, I get a long wait, and sometimes an error show up, and sometimes just a timeout in the browser. Is there a way to do administrative tasks without using the web interface? Thanks, Rafael On 2/4/20 1:52 AM, Rafael Diniz wrote: > Hi there, > > Just one more note, after successfully installing Open5Gs on Debian > Buster (changing mongodb to mongodb-org in debian package and changing > mongodb by mongod in systemd service units), I run into this problem > with the web interface installation: > > == > curl -sL http://open5gs.org/open5gs/assets/webui/install | bash - > > ## Populating apt-get cache... > > + apt-get update > Hit:1 http://deb.debian.org/debian buster > InRelease????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? > > Hit:2 http://deb.debian.org/debian buster-updates > InRelease????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? > > Hit:3 http://security.debian.org/debian-security buster/updates > InRelease???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? > > Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 > InRelease???????????????????????????????????????????????????????????????????????????? > > Hit:5 https://deb.nodesource.com/node_12.x buster > InRelease???????????????????????????????????????????????????????????????????? > > Hit:6 > http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10 > ./ InRelease > Hit:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 Release > Reading package lists... Done > + deb-systemd-invoke stop open5gs-webui > Failed to stop open5gs-webui.service: Unit open5gs-webui.service not loaded. > + systemctl disable open5gs-webui > Failed to disable unit: Unit file open5gs-webui.service does not exist. > + rm -f /lib/systemd/system/open5gs-webui.service > + systemctl daemon-reload > + rm -rf ./open5gs-1.2.0 > + rm -rf /usr/lib/node_modules/open5gs > > ## Download the Open5GS Source Code (v1.2.0)... > > + curl -sLf 'https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz' | > tar zxf - > > ## Build the Open5GS WebUI... > > + cd ./open5gs-1.2.0/webui && npm install && npm run build > >> uglifyjs-webpack-plugin at 0.4.6 postinstall > /root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin >> node lib/post_install.js > internal/modules/cjs/loader.js:796 > ??? throw err; > ??? ^ > > Error: Cannot find module > '/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin/lib/post_install.js' > ??? at Function.Module._resolveFilename > (internal/modules/cjs/loader.js:793:17) > ??? at Function.Module._load (internal/modules/cjs/loader.js:686:27) > ??? at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10) > ??? at internal/main/run_main_module.js:17:11 { > ? code: 'MODULE_NOT_FOUND', > ? requireStack: [] > } > npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents at 1.2.4 > (node_modules/fsevents): > npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for > fsevents at 1.2.4: wanted {"os":"darwin","arch":"any"} (current: > {"os":"linux","arch":"x64"}) > > npm ERR! code ELIFECYCLE > npm ERR! errno 1 > npm ERR! uglifyjs-webpack-plugin at 0.4.6 postinstall: `node > lib/post_install.js` > npm ERR! Exit status 1 > npm ERR! > npm ERR! Failed at the uglifyjs-webpack-plugin at 0.4.6 postinstall script. > npm ERR! This is probably not a problem with npm. There is likely > additional logging output above. > > npm ERR! A complete log of this run can be found in: > npm ERR!???? /root/.npm/_logs/2020-02-04T03_44_00_266Z-debug.log > Error executing command, exiting > == > > Thanks, > Rafael > > On 2/2/20 10:14 AM, Rafael Diniz wrote: >> Hi Sukchan, >> >> Interestingly I did this before I sent the email (installing mongodb >> from mongodb official "org" repo). The issue is that the Open5Gs >> packages depend (from the debian package definitions) on mongodb*, but >> the packages from mongodb website have name mongodb-org*, so packages >> still do not install cleanly (of course a small modification directly to >> the Open5Gs packages changing depends from mongodb* to mongodb-org*? >> might work). >> >> Rafael >> >> >> On 2/2/20 7:56 AM, ??? wrote: >>> Hi Rafael, >>> >>> In open5gs docker environment using the Debian(buster), MongoDB server >>> is installed with version 4.2.1. >>> FYI, I've added the installation link as below: >>> https://computingforgeeks.com/how-to-install-mongodb-on-debian/ >>> >>> Thanks and?regards, >>> ? ? Sukchan >>> >>> >>> >>> On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz >> > wrote: >>> >>> Just a note: I noticed there is a package repository for Debian >>> 10, but >>> the package depends on mongodb package, which is not existent in >>> Debian >>> 10 repository. >>> >>> Which mongodb version is recommended by Open5GS? >>> >>> Thanks! >>> Rafael >>> >>> On 1/17/20 1:22 AM, Rafael Diniz wrote: >>> > Hi Spencer! >>> > >>> > Thanks for all the information! I'm happy to see colte using >>> Open5Gs too! >>> > >>> > And big gratitude to Sukchan (I read your other email, tks) for >>> > providing such good EPC implementation. >>> > >>> > Cheers, >>> > Rafael >>> > >>> > On 1/16/20 7:26 PM, Spencer Sevilla wrote: >>> >> Hi Juba! Long time no see! >>> >> >>> >> Sukchan recently renamed the project to Open5Gs. Use the master >>> branch >>> >> of https://github.com/open5gs/open5gs?and there?s a great guide to >>> >> building from source >>> >> >>> here:?https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. >>> >> The docs in general can be found >>> at?https://open5gs.org/open5gs/docs/. >>> >> >>> >> If you run into issues, the GitHub Issues page is where a lot >>> of the >>> >> discussion currently takes place. Feel free to reach out to me >>> >> directly if you hit any snags. Also, you should know that I?ve >>> moved >>> >> all my deployments over from OAI, and have been much, much happier >>> >> with Open5Gs. Hoping to finish the colte integration soon and will >>> >> email you at that time :-) >>> >> >>> >> Take care! >>> >> Spencer >>> >> >>> >>> On Jan 16, 2020, at 13:11, Rafael Diniz >>> >>> >>> >> >> wrote: >>> >>> >>> >>> Hi all, >>> >>> >>> >>> Which repository should I look for to get the most stable >>> NextEPC for a >>> >>> real-world LTE deploying? >>> >>> >>> >>> Thanks, >>> >>> Rafael >>> >>> >>> >>> >>> >>> >>> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From sevilla at cs.washington.edu Tue Feb 4 15:02:48 2020 From: sevilla at cs.washington.edu (Spencer Sevilla) Date: Tue, 4 Feb 2020 07:02:48 -0800 Subject: Installing Open5Gs Web Interface error In-Reply-To: <09f272dd-d39b-1024-a4da-13bd8c98acfb@rhizomatica.org> References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> <09f272dd-d39b-1024-a4da-13bd8c98acfb@rhizomatica.org> Message-ID: <3ED0EAB8-6FDD-444B-ADFF-E5E51F1E788D@cs.washington.edu> Hi Juba! I?ve also seen this error on Debian (long wait, sometimes works, sometimes not). I wrote a tool in misc/dbconf.sh to use the command line to add or remove users. You provide IMSI, Ki, and OPc, and IP address for a SIM and its sets up a default APN (?internet?) automatically. Spencer > On Feb 4, 2020, at 04:17, Rafael Diniz wrote: > > I tried manually installing the web interface with npm install and then > running with "npm run dev", and seemed to work, but when trying to login > with default admin/1423 in the web interface, I get a long wait, and > sometimes an error show up, and sometimes just a timeout in the browser. > > Is there a way to do administrative tasks without using the web interface? > > Thanks, > Rafael > > On 2/4/20 1:52 AM, Rafael Diniz wrote: >> Hi there, >> >> Just one more note, after successfully installing Open5Gs on Debian >> Buster (changing mongodb to mongodb-org in debian package and changing >> mongodb by mongod in systemd service units), I run into this problem >> with the web interface installation: >> >> == >> curl -sL http://open5gs.org/open5gs/assets/webui/install | bash - >> >> ## Populating apt-get cache... >> >> + apt-get update >> Hit:1 http://deb.debian.org/debian buster >> InRelease >> >> Hit:2 http://deb.debian.org/debian buster-updates >> InRelease >> >> Hit:3 http://security.debian.org/debian-security buster/updates >> InRelease >> >> Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 >> InRelease >> >> Hit:5 https://deb.nodesource.com/node_12.x buster >> InRelease >> >> Hit:6 >> http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10 >> ./ InRelease >> Hit:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 Release >> Reading package lists... Done >> + deb-systemd-invoke stop open5gs-webui >> Failed to stop open5gs-webui.service: Unit open5gs-webui.service not loaded. >> + systemctl disable open5gs-webui >> Failed to disable unit: Unit file open5gs-webui.service does not exist. >> + rm -f /lib/systemd/system/open5gs-webui.service >> + systemctl daemon-reload >> + rm -rf ./open5gs-1.2.0 >> + rm -rf /usr/lib/node_modules/open5gs >> >> ## Download the Open5GS Source Code (v1.2.0)... >> >> + curl -sLf 'https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz' | >> tar zxf - >> >> ## Build the Open5GS WebUI... >> >> + cd ./open5gs-1.2.0/webui && npm install && npm run build >> >>> uglifyjs-webpack-plugin at 0.4.6 postinstall >> /root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin >>> node lib/post_install.js >> internal/modules/cjs/loader.js:796 >> throw err; >> ^ >> >> Error: Cannot find module >> '/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin/lib/post_install.js' >> at Function.Module._resolveFilename >> (internal/modules/cjs/loader.js:793:17) >> at Function.Module._load (internal/modules/cjs/loader.js:686:27) >> at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10) >> at internal/main/run_main_module.js:17:11 { >> code: 'MODULE_NOT_FOUND', >> requireStack: [] >> } >> npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents at 1.2.4 >> (node_modules/fsevents): >> npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for >> fsevents at 1.2.4: wanted {"os":"darwin","arch":"any"} (current: >> {"os":"linux","arch":"x64"}) >> >> npm ERR! code ELIFECYCLE >> npm ERR! errno 1 >> npm ERR! uglifyjs-webpack-plugin at 0.4.6 postinstall: `node >> lib/post_install.js` >> npm ERR! Exit status 1 >> npm ERR! >> npm ERR! Failed at the uglifyjs-webpack-plugin at 0.4.6 postinstall script. >> npm ERR! This is probably not a problem with npm. There is likely >> additional logging output above. >> >> npm ERR! A complete log of this run can be found in: >> npm ERR! /root/.npm/_logs/2020-02-04T03_44_00_266Z-debug.log >> Error executing command, exiting >> == >> >> Thanks, >> Rafael >> >> On 2/2/20 10:14 AM, Rafael Diniz wrote: >>> Hi Sukchan, >>> >>> Interestingly I did this before I sent the email (installing mongodb >>> from mongodb official "org" repo). The issue is that the Open5Gs >>> packages depend (from the debian package definitions) on mongodb*, but >>> the packages from mongodb website have name mongodb-org*, so packages >>> still do not install cleanly (of course a small modification directly to >>> the Open5Gs packages changing depends from mongodb* to mongodb-org* >>> might work). >>> >>> Rafael >>> >>> >>> On 2/2/20 7:56 AM, ??? wrote: >>>> Hi Rafael, >>>> >>>> In open5gs docker environment using the Debian(buster), MongoDB server >>>> is installed with version 4.2.1. >>>> FYI, I've added the installation link as below: >>>> https://computingforgeeks.com/how-to-install-mongodb-on-debian/ >>>> >>>> Thanks and regards, >>>> Sukchan >>>> >>>> >>>> >>>> On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz >>> > wrote: >>>> >>>> Just a note: I noticed there is a package repository for Debian >>>> 10, but >>>> the package depends on mongodb package, which is not existent in >>>> Debian >>>> 10 repository. >>>> >>>> Which mongodb version is recommended by Open5GS? >>>> >>>> Thanks! >>>> Rafael >>>> >>>> On 1/17/20 1:22 AM, Rafael Diniz wrote: >>>>> Hi Spencer! >>>>> >>>>> Thanks for all the information! I'm happy to see colte using >>>> Open5Gs too! >>>>> >>>>> And big gratitude to Sukchan (I read your other email, tks) for >>>>> providing such good EPC implementation. >>>>> >>>>> Cheers, >>>>> Rafael >>>>> >>>>> On 1/16/20 7:26 PM, Spencer Sevilla wrote: >>>>>> Hi Juba! Long time no see! >>>>>> >>>>>> Sukchan recently renamed the project to Open5Gs. Use the master >>>> branch >>>>>> of https://github.com/open5gs/open5gs and there?s a great guide to >>>>>> building from source >>>>>> >>>> here: https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. >>>>>> The docs in general can be found >>>> at https://open5gs.org/open5gs/docs/. >>>>>> >>>>>> If you run into issues, the GitHub Issues page is where a lot >>>> of the >>>>>> discussion currently takes place. Feel free to reach out to me >>>>>> directly if you hit any snags. Also, you should know that I?ve >>>> moved >>>>>> all my deployments over from OAI, and have been much, much happier >>>>>> with Open5Gs. Hoping to finish the colte integration soon and will >>>>>> email you at that time :-) >>>>>> >>>>>> Take care! >>>>>> Spencer >>>>>> >>>>>>> On Jan 16, 2020, at 13:11, Rafael Diniz >>>> >>>>>>> >>> >> wrote: >>>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> Which repository should I look for to get the most stable >>>> NextEPC for a >>>>>>> real-world LTE deploying? >>>>>>> >>>>>>> Thanks, >>>>>>> Rafael >>>>>>> >>>>>>> >>>>>>> >>>> From rafael at rhizomatica.org Tue Feb 4 23:24:34 2020 From: rafael at rhizomatica.org (Rafael Diniz) Date: Tue, 4 Feb 2020 21:24:34 -0200 Subject: Installing Open5Gs Web Interface error In-Reply-To: <3ED0EAB8-6FDD-444B-ADFF-E5E51F1E788D@cs.washington.edu> References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> <09f272dd-d39b-1024-a4da-13bd8c98acfb@rhizomatica.org> <3ED0EAB8-6FDD-444B-ADFF-E5E51F1E788D@cs.washington.edu> Message-ID: <1f29a94a-963a-1f3d-aa2f-3ae83f365e90@rhizomatica.org> Hi Spencer! The web interface works sometimes, it is strange. I'll try your script, thanks! I'm trying to connect a Baicell to the Open5Gs, and already set PLMN and TAC (mme_gid and mme_code to 1). There is a MME Port setting in the eNodeB, set to 36412. Should I change this in which freeDiameter mme config? The eNodeB is supposed to try to connect to the MME automatically, right? Rafael On 2/4/20 1:02 PM, Spencer Sevilla wrote: > Hi Juba! > > I?ve also seen this error on Debian (long wait, sometimes works, sometimes not). I wrote a tool in misc/dbconf.sh to use the command line to add or remove users. You provide IMSI, Ki, and OPc, and IP address for a SIM and its sets up a default APN (?internet?) automatically. > > Spencer > >> On Feb 4, 2020, at 04:17, Rafael Diniz wrote: >> >> I tried manually installing the web interface with npm install and then >> running with "npm run dev", and seemed to work, but when trying to login >> with default admin/1423 in the web interface, I get a long wait, and >> sometimes an error show up, and sometimes just a timeout in the browser. >> >> Is there a way to do administrative tasks without using the web interface? >> >> Thanks, >> Rafael >> >> On 2/4/20 1:52 AM, Rafael Diniz wrote: >>> Hi there, >>> >>> Just one more note, after successfully installing Open5Gs on Debian >>> Buster (changing mongodb to mongodb-org in debian package and changing >>> mongodb by mongod in systemd service units), I run into this problem >>> with the web interface installation: >>> >>> == >>> curl -sL http://open5gs.org/open5gs/assets/webui/install | bash - >>> >>> ## Populating apt-get cache... >>> >>> + apt-get update >>> Hit:1 http://deb.debian.org/debian buster >>> InRelease >>> >>> Hit:2 http://deb.debian.org/debian buster-updates >>> InRelease >>> >>> Hit:3 http://security.debian.org/debian-security buster/updates >>> InRelease >>> >>> Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 >>> InRelease >>> >>> Hit:5 https://deb.nodesource.com/node_12.x buster >>> InRelease >>> >>> Hit:6 >>> http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10 >>> ./ InRelease >>> Hit:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 Release >>> Reading package lists... Done >>> + deb-systemd-invoke stop open5gs-webui >>> Failed to stop open5gs-webui.service: Unit open5gs-webui.service not loaded. >>> + systemctl disable open5gs-webui >>> Failed to disable unit: Unit file open5gs-webui.service does not exist. >>> + rm -f /lib/systemd/system/open5gs-webui.service >>> + systemctl daemon-reload >>> + rm -rf ./open5gs-1.2.0 >>> + rm -rf /usr/lib/node_modules/open5gs >>> >>> ## Download the Open5GS Source Code (v1.2.0)... >>> >>> + curl -sLf 'https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz' | >>> tar zxf - >>> >>> ## Build the Open5GS WebUI... >>> >>> + cd ./open5gs-1.2.0/webui && npm install && npm run build >>> >>>> uglifyjs-webpack-plugin at 0.4.6 postinstall >>> /root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin >>>> node lib/post_install.js >>> internal/modules/cjs/loader.js:796 >>> throw err; >>> ^ >>> >>> Error: Cannot find module >>> '/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin/lib/post_install.js' >>> at Function.Module._resolveFilename >>> (internal/modules/cjs/loader.js:793:17) >>> at Function.Module._load (internal/modules/cjs/loader.js:686:27) >>> at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10) >>> at internal/main/run_main_module.js:17:11 { >>> code: 'MODULE_NOT_FOUND', >>> requireStack: [] >>> } >>> npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents at 1.2.4 >>> (node_modules/fsevents): >>> npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for >>> fsevents at 1.2.4: wanted {"os":"darwin","arch":"any"} (current: >>> {"os":"linux","arch":"x64"}) >>> >>> npm ERR! code ELIFECYCLE >>> npm ERR! errno 1 >>> npm ERR! uglifyjs-webpack-plugin at 0.4.6 postinstall: `node >>> lib/post_install.js` >>> npm ERR! Exit status 1 >>> npm ERR! >>> npm ERR! Failed at the uglifyjs-webpack-plugin at 0.4.6 postinstall script. >>> npm ERR! This is probably not a problem with npm. There is likely >>> additional logging output above. >>> >>> npm ERR! A complete log of this run can be found in: >>> npm ERR! /root/.npm/_logs/2020-02-04T03_44_00_266Z-debug.log >>> Error executing command, exiting >>> == >>> >>> Thanks, >>> Rafael >>> >>> On 2/2/20 10:14 AM, Rafael Diniz wrote: >>>> Hi Sukchan, >>>> >>>> Interestingly I did this before I sent the email (installing mongodb >>>> from mongodb official "org" repo). The issue is that the Open5Gs >>>> packages depend (from the debian package definitions) on mongodb*, but >>>> the packages from mongodb website have name mongodb-org*, so packages >>>> still do not install cleanly (of course a small modification directly to >>>> the Open5Gs packages changing depends from mongodb* to mongodb-org* >>>> might work). >>>> >>>> Rafael >>>> >>>> >>>> On 2/2/20 7:56 AM, ??? wrote: >>>>> Hi Rafael, >>>>> >>>>> In open5gs docker environment using the Debian(buster), MongoDB server >>>>> is installed with version 4.2.1. >>>>> FYI, I've added the installation link as below: >>>>> https://computingforgeeks.com/how-to-install-mongodb-on-debian/ >>>>> >>>>> Thanks and regards, >>>>> Sukchan >>>>> >>>>> >>>>> >>>>> On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz >>>> > wrote: >>>>> >>>>> Just a note: I noticed there is a package repository for Debian >>>>> 10, but >>>>> the package depends on mongodb package, which is not existent in >>>>> Debian >>>>> 10 repository. >>>>> >>>>> Which mongodb version is recommended by Open5GS? >>>>> >>>>> Thanks! >>>>> Rafael >>>>> >>>>> On 1/17/20 1:22 AM, Rafael Diniz wrote: >>>>>> Hi Spencer! >>>>>> >>>>>> Thanks for all the information! I'm happy to see colte using >>>>> Open5Gs too! >>>>>> And big gratitude to Sukchan (I read your other email, tks) for >>>>>> providing such good EPC implementation. >>>>>> >>>>>> Cheers, >>>>>> Rafael >>>>>> >>>>>> On 1/16/20 7:26 PM, Spencer Sevilla wrote: >>>>>>> Hi Juba! Long time no see! >>>>>>> >>>>>>> Sukchan recently renamed the project to Open5Gs. Use the master >>>>> branch >>>>>>> of https://github.com/open5gs/open5gs and there?s a great guide to >>>>>>> building from source >>>>>>> >>>>> here: https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. >>>>>>> The docs in general can be found >>>>> at https://open5gs.org/open5gs/docs/. >>>>>>> If you run into issues, the GitHub Issues page is where a lot >>>>> of the >>>>>>> discussion currently takes place. Feel free to reach out to me >>>>>>> directly if you hit any snags. Also, you should know that I?ve >>>>> moved >>>>>>> all my deployments over from OAI, and have been much, much happier >>>>>>> with Open5Gs. Hoping to finish the colte integration soon and will >>>>>>> email you at that time :-) >>>>>>> >>>>>>> Take care! >>>>>>> Spencer >>>>>>> >>>>>>>> On Jan 16, 2020, at 13:11, Rafael Diniz >>>>> >>>>>>>> >>>> >> wrote: >>>>>>>> Hi all, >>>>>>>> >>>>>>>> Which repository should I look for to get the most stable >>>>> NextEPC for a >>>>>>>> real-world LTE deploying? >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Rafael >>>>>>>> >>>>>>>> >>>>>>>> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From sevilla at cs.washington.edu Wed Feb 5 17:29:32 2020 From: sevilla at cs.washington.edu (Spencer Sevilla) Date: Wed, 5 Feb 2020 09:29:32 -0800 Subject: Installing Open5Gs Web Interface error In-Reply-To: <1f29a94a-963a-1f3d-aa2f-3ae83f365e90@rhizomatica.org> References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> <09f272dd-d39b-1024-a4da-13bd8c98acfb@rhizomatica.org> <3ED0EAB8-6FDD-444B-ADFF-E5E51F1E788D@cs.washington.edu> <1f29a94a-963a-1f3d-aa2f-3ae83f365e90@rhizomatica.org> Message-ID: No - you should keep the MME Port setting in the eNB to 36412. This is the default/normal port used for s1ap traffic (traffic between eNB and MME). The MME's freeDiameter port is used for MME-HSS traffic. > On Feb 4, 2020, at 15:24, Rafael Diniz wrote: > > Hi Spencer! > > The web interface works sometimes, it is strange. I'll try your script, > thanks! > > I'm trying to connect a Baicell to the Open5Gs, and already set PLMN and > TAC (mme_gid and mme_code to 1). There is a MME Port setting in the > eNodeB, set to 36412. Should I change this in which freeDiameter mme config? > > The eNodeB is supposed to try to connect to the MME automatically, right? > > > Rafael > > On 2/4/20 1:02 PM, Spencer Sevilla wrote: >> Hi Juba! >> >> I?ve also seen this error on Debian (long wait, sometimes works, sometimes not). I wrote a tool in misc/dbconf.sh to use the command line to add or remove users. You provide IMSI, Ki, and OPc, and IP address for a SIM and its sets up a default APN (?internet?) automatically. >> >> Spencer >> >>> On Feb 4, 2020, at 04:17, Rafael Diniz wrote: >>> >>> I tried manually installing the web interface with npm install and then >>> running with "npm run dev", and seemed to work, but when trying to login >>> with default admin/1423 in the web interface, I get a long wait, and >>> sometimes an error show up, and sometimes just a timeout in the browser. >>> >>> Is there a way to do administrative tasks without using the web interface? >>> >>> Thanks, >>> Rafael >>> >>> On 2/4/20 1:52 AM, Rafael Diniz wrote: >>>> Hi there, >>>> >>>> Just one more note, after successfully installing Open5Gs on Debian >>>> Buster (changing mongodb to mongodb-org in debian package and changing >>>> mongodb by mongod in systemd service units), I run into this problem >>>> with the web interface installation: >>>> >>>> == >>>> curl -sL http://open5gs.org/open5gs/assets/webui/install | bash - >>>> >>>> ## Populating apt-get cache... >>>> >>>> + apt-get update >>>> Hit:1 http://deb.debian.org/debian buster >>>> InRelease >>>> >>>> Hit:2 http://deb.debian.org/debian buster-updates >>>> InRelease >>>> >>>> Hit:3 http://security.debian.org/debian-security buster/updates >>>> InRelease >>>> >>>> Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 >>>> InRelease >>>> >>>> Hit:5 https://deb.nodesource.com/node_12.x buster >>>> InRelease >>>> >>>> Hit:6 >>>> http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10 >>>> ./ InRelease >>>> Hit:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 Release >>>> Reading package lists... Done >>>> + deb-systemd-invoke stop open5gs-webui >>>> Failed to stop open5gs-webui.service: Unit open5gs-webui.service not loaded. >>>> + systemctl disable open5gs-webui >>>> Failed to disable unit: Unit file open5gs-webui.service does not exist. >>>> + rm -f /lib/systemd/system/open5gs-webui.service >>>> + systemctl daemon-reload >>>> + rm -rf ./open5gs-1.2.0 >>>> + rm -rf /usr/lib/node_modules/open5gs >>>> >>>> ## Download the Open5GS Source Code (v1.2.0)... >>>> >>>> + curl -sLf 'https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz' | >>>> tar zxf - >>>> >>>> ## Build the Open5GS WebUI... >>>> >>>> + cd ./open5gs-1.2.0/webui && npm install && npm run build >>>> >>>>> uglifyjs-webpack-plugin at 0.4.6 postinstall >>>> /root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin >>>>> node lib/post_install.js >>>> internal/modules/cjs/loader.js:796 >>>> throw err; >>>> ^ >>>> >>>> Error: Cannot find module >>>> '/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin/lib/post_install.js' >>>> at Function.Module._resolveFilename >>>> (internal/modules/cjs/loader.js:793:17) >>>> at Function.Module._load (internal/modules/cjs/loader.js:686:27) >>>> at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10) >>>> at internal/main/run_main_module.js:17:11 { >>>> code: 'MODULE_NOT_FOUND', >>>> requireStack: [] >>>> } >>>> npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents at 1.2.4 >>>> (node_modules/fsevents): >>>> npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for >>>> fsevents at 1.2.4: wanted {"os":"darwin","arch":"any"} (current: >>>> {"os":"linux","arch":"x64"}) >>>> >>>> npm ERR! code ELIFECYCLE >>>> npm ERR! errno 1 >>>> npm ERR! uglifyjs-webpack-plugin at 0.4.6 postinstall: `node >>>> lib/post_install.js` >>>> npm ERR! Exit status 1 >>>> npm ERR! >>>> npm ERR! Failed at the uglifyjs-webpack-plugin at 0.4.6 postinstall script. >>>> npm ERR! This is probably not a problem with npm. There is likely >>>> additional logging output above. >>>> >>>> npm ERR! A complete log of this run can be found in: >>>> npm ERR! /root/.npm/_logs/2020-02-04T03_44_00_266Z-debug.log >>>> Error executing command, exiting >>>> == >>>> >>>> Thanks, >>>> Rafael >>>> >>>> On 2/2/20 10:14 AM, Rafael Diniz wrote: >>>>> Hi Sukchan, >>>>> >>>>> Interestingly I did this before I sent the email (installing mongodb >>>>> from mongodb official "org" repo). The issue is that the Open5Gs >>>>> packages depend (from the debian package definitions) on mongodb*, but >>>>> the packages from mongodb website have name mongodb-org*, so packages >>>>> still do not install cleanly (of course a small modification directly to >>>>> the Open5Gs packages changing depends from mongodb* to mongodb-org* >>>>> might work). >>>>> >>>>> Rafael >>>>> >>>>> >>>>> On 2/2/20 7:56 AM, ??? wrote: >>>>>> Hi Rafael, >>>>>> >>>>>> In open5gs docker environment using the Debian(buster), MongoDB server >>>>>> is installed with version 4.2.1. >>>>>> FYI, I've added the installation link as below: >>>>>> https://computingforgeeks.com/how-to-install-mongodb-on-debian/ >>>>>> >>>>>> Thanks and regards, >>>>>> Sukchan >>>>>> >>>>>> >>>>>> >>>>>> On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz >>>>> > wrote: >>>>>> >>>>>> Just a note: I noticed there is a package repository for Debian >>>>>> 10, but >>>>>> the package depends on mongodb package, which is not existent in >>>>>> Debian >>>>>> 10 repository. >>>>>> >>>>>> Which mongodb version is recommended by Open5GS? >>>>>> >>>>>> Thanks! >>>>>> Rafael >>>>>> >>>>>> On 1/17/20 1:22 AM, Rafael Diniz wrote: >>>>>>> Hi Spencer! >>>>>>> >>>>>>> Thanks for all the information! I'm happy to see colte using >>>>>> Open5Gs too! >>>>>>> And big gratitude to Sukchan (I read your other email, tks) for >>>>>>> providing such good EPC implementation. >>>>>>> >>>>>>> Cheers, >>>>>>> Rafael >>>>>>> >>>>>>> On 1/16/20 7:26 PM, Spencer Sevilla wrote: >>>>>>>> Hi Juba! Long time no see! >>>>>>>> >>>>>>>> Sukchan recently renamed the project to Open5Gs. Use the master >>>>>> branch >>>>>>>> of https://github.com/open5gs/open5gs and there?s a great guide to >>>>>>>> building from source >>>>>>>> >>>>>> here: https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. >>>>>>>> The docs in general can be found >>>>>> at https://open5gs.org/open5gs/docs/. >>>>>>>> If you run into issues, the GitHub Issues page is where a lot >>>>>> of the >>>>>>>> discussion currently takes place. Feel free to reach out to me >>>>>>>> directly if you hit any snags. Also, you should know that I?ve >>>>>> moved >>>>>>>> all my deployments over from OAI, and have been much, much happier >>>>>>>> with Open5Gs. Hoping to finish the colte integration soon and will >>>>>>>> email you at that time :-) >>>>>>>> >>>>>>>> Take care! >>>>>>>> Spencer >>>>>>>> >>>>>>>>> On Jan 16, 2020, at 13:11, Rafael Diniz >>>>>> >>>>>>>>> >>>>> >> wrote: >>>>>>>>> Hi all, >>>>>>>>> >>>>>>>>> Which repository should I look for to get the most stable >>>>>> NextEPC for a >>>>>>>>> real-world LTE deploying? >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Rafael >>>>>>>>> >>>>>>>>> >>>>>>>>> > From rafael at rhizomatica.org Wed Feb 5 22:07:29 2020 From: rafael at rhizomatica.org (Rafael Diniz) Date: Wed, 5 Feb 2020 20:07:29 -0200 Subject: Installing Open5Gs Web Interface error In-Reply-To: References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> <09f272dd-d39b-1024-a4da-13bd8c98acfb@rhizomatica.org> <3ED0EAB8-6FDD-444B-ADFF-E5E51F1E788D@cs.washington.edu> <1f29a94a-963a-1f3d-aa2f-3ae83f365e90@rhizomatica.org> Message-ID: <644dc1d7-4265-16f5-0b8d-8c2190693c7b@rhizomatica.org> Thanks Spencer, In the end a reboot to the eNodeB made it connect out-of-the-box. ; ) Rafael On 2/5/20 3:29 PM, Spencer Sevilla wrote: > No - you should keep the MME Port setting in the eNB to 36412. This is the default/normal port used for s1ap traffic (traffic between eNB and MME). The MME's freeDiameter port is used for MME-HSS traffic. > >> On Feb 4, 2020, at 15:24, Rafael Diniz wrote: >> >> Hi Spencer! >> >> The web interface works sometimes, it is strange. I'll try your script, >> thanks! >> >> I'm trying to connect a Baicell to the Open5Gs, and already set PLMN and >> TAC (mme_gid and mme_code to 1). There is a MME Port setting in the >> eNodeB, set to 36412. Should I change this in which freeDiameter mme config? >> >> The eNodeB is supposed to try to connect to the MME automatically, right? >> >> >> Rafael >> >> On 2/4/20 1:02 PM, Spencer Sevilla wrote: >>> Hi Juba! >>> >>> I?ve also seen this error on Debian (long wait, sometimes works, sometimes not). I wrote a tool in misc/dbconf.sh to use the command line to add or remove users. You provide IMSI, Ki, and OPc, and IP address for a SIM and its sets up a default APN (?internet?) automatically. >>> >>> Spencer >>> >>>> On Feb 4, 2020, at 04:17, Rafael Diniz wrote: >>>> >>>> I tried manually installing the web interface with npm install and then >>>> running with "npm run dev", and seemed to work, but when trying to login >>>> with default admin/1423 in the web interface, I get a long wait, and >>>> sometimes an error show up, and sometimes just a timeout in the browser. >>>> >>>> Is there a way to do administrative tasks without using the web interface? >>>> >>>> Thanks, >>>> Rafael >>>> >>>> On 2/4/20 1:52 AM, Rafael Diniz wrote: >>>>> Hi there, >>>>> >>>>> Just one more note, after successfully installing Open5Gs on Debian >>>>> Buster (changing mongodb to mongodb-org in debian package and changing >>>>> mongodb by mongod in systemd service units), I run into this problem >>>>> with the web interface installation: >>>>> >>>>> == >>>>> curl -sL http://open5gs.org/open5gs/assets/webui/install | bash - >>>>> >>>>> ## Populating apt-get cache... >>>>> >>>>> + apt-get update >>>>> Hit:1 http://deb.debian.org/debian buster >>>>> InRelease >>>>> >>>>> Hit:2 http://deb.debian.org/debian buster-updates >>>>> InRelease >>>>> >>>>> Hit:3 http://security.debian.org/debian-security buster/updates >>>>> InRelease >>>>> >>>>> Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 >>>>> InRelease >>>>> >>>>> Hit:5 https://deb.nodesource.com/node_12.x buster >>>>> InRelease >>>>> >>>>> Hit:6 >>>>> http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10 >>>>> ./ InRelease >>>>> Hit:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 Release >>>>> Reading package lists... Done >>>>> + deb-systemd-invoke stop open5gs-webui >>>>> Failed to stop open5gs-webui.service: Unit open5gs-webui.service not loaded. >>>>> + systemctl disable open5gs-webui >>>>> Failed to disable unit: Unit file open5gs-webui.service does not exist. >>>>> + rm -f /lib/systemd/system/open5gs-webui.service >>>>> + systemctl daemon-reload >>>>> + rm -rf ./open5gs-1.2.0 >>>>> + rm -rf /usr/lib/node_modules/open5gs >>>>> >>>>> ## Download the Open5GS Source Code (v1.2.0)... >>>>> >>>>> + curl -sLf 'https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz' | >>>>> tar zxf - >>>>> >>>>> ## Build the Open5GS WebUI... >>>>> >>>>> + cd ./open5gs-1.2.0/webui && npm install && npm run build >>>>> >>>>>> uglifyjs-webpack-plugin at 0.4.6 postinstall >>>>> /root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin >>>>>> node lib/post_install.js >>>>> internal/modules/cjs/loader.js:796 >>>>> throw err; >>>>> ^ >>>>> >>>>> Error: Cannot find module >>>>> '/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin/lib/post_install.js' >>>>> at Function.Module._resolveFilename >>>>> (internal/modules/cjs/loader.js:793:17) >>>>> at Function.Module._load (internal/modules/cjs/loader.js:686:27) >>>>> at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10) >>>>> at internal/main/run_main_module.js:17:11 { >>>>> code: 'MODULE_NOT_FOUND', >>>>> requireStack: [] >>>>> } >>>>> npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents at 1.2.4 >>>>> (node_modules/fsevents): >>>>> npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for >>>>> fsevents at 1.2.4: wanted {"os":"darwin","arch":"any"} (current: >>>>> {"os":"linux","arch":"x64"}) >>>>> >>>>> npm ERR! code ELIFECYCLE >>>>> npm ERR! errno 1 >>>>> npm ERR! uglifyjs-webpack-plugin at 0.4.6 postinstall: `node >>>>> lib/post_install.js` >>>>> npm ERR! Exit status 1 >>>>> npm ERR! >>>>> npm ERR! Failed at the uglifyjs-webpack-plugin at 0.4.6 postinstall script. >>>>> npm ERR! This is probably not a problem with npm. There is likely >>>>> additional logging output above. >>>>> >>>>> npm ERR! A complete log of this run can be found in: >>>>> npm ERR! /root/.npm/_logs/2020-02-04T03_44_00_266Z-debug.log >>>>> Error executing command, exiting >>>>> == >>>>> >>>>> Thanks, >>>>> Rafael >>>>> >>>>> On 2/2/20 10:14 AM, Rafael Diniz wrote: >>>>>> Hi Sukchan, >>>>>> >>>>>> Interestingly I did this before I sent the email (installing mongodb >>>>>> from mongodb official "org" repo). The issue is that the Open5Gs >>>>>> packages depend (from the debian package definitions) on mongodb*, but >>>>>> the packages from mongodb website have name mongodb-org*, so packages >>>>>> still do not install cleanly (of course a small modification directly to >>>>>> the Open5Gs packages changing depends from mongodb* to mongodb-org* >>>>>> might work). >>>>>> >>>>>> Rafael >>>>>> >>>>>> >>>>>> On 2/2/20 7:56 AM, ??? wrote: >>>>>>> Hi Rafael, >>>>>>> >>>>>>> In open5gs docker environment using the Debian(buster), MongoDB server >>>>>>> is installed with version 4.2.1. >>>>>>> FYI, I've added the installation link as below: >>>>>>> https://computingforgeeks.com/how-to-install-mongodb-on-debian/ >>>>>>> >>>>>>> Thanks and regards, >>>>>>> Sukchan >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz >>>>>> > wrote: >>>>>>> >>>>>>> Just a note: I noticed there is a package repository for Debian >>>>>>> 10, but >>>>>>> the package depends on mongodb package, which is not existent in >>>>>>> Debian >>>>>>> 10 repository. >>>>>>> >>>>>>> Which mongodb version is recommended by Open5GS? >>>>>>> >>>>>>> Thanks! >>>>>>> Rafael >>>>>>> >>>>>>> On 1/17/20 1:22 AM, Rafael Diniz wrote: >>>>>>>> Hi Spencer! >>>>>>>> >>>>>>>> Thanks for all the information! I'm happy to see colte using >>>>>>> Open5Gs too! >>>>>>>> And big gratitude to Sukchan (I read your other email, tks) for >>>>>>>> providing such good EPC implementation. >>>>>>>> >>>>>>>> Cheers, >>>>>>>> Rafael >>>>>>>> >>>>>>>> On 1/16/20 7:26 PM, Spencer Sevilla wrote: >>>>>>>>> Hi Juba! Long time no see! >>>>>>>>> >>>>>>>>> Sukchan recently renamed the project to Open5Gs. Use the master >>>>>>> branch >>>>>>>>> of https://github.com/open5gs/open5gs and there?s a great guide to >>>>>>>>> building from source >>>>>>>>> >>>>>>> here: https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. >>>>>>>>> The docs in general can be found >>>>>>> at https://open5gs.org/open5gs/docs/. >>>>>>>>> If you run into issues, the GitHub Issues page is where a lot >>>>>>> of the >>>>>>>>> discussion currently takes place. Feel free to reach out to me >>>>>>>>> directly if you hit any snags. Also, you should know that I?ve >>>>>>> moved >>>>>>>>> all my deployments over from OAI, and have been much, much happier >>>>>>>>> with Open5Gs. Hoping to finish the colte integration soon and will >>>>>>>>> email you at that time :-) >>>>>>>>> >>>>>>>>> Take care! >>>>>>>>> Spencer >>>>>>>>> >>>>>>>>>> On Jan 16, 2020, at 13:11, Rafael Diniz >>>>>>> >>>>>>>>>> >>>>>> >> wrote: >>>>>>>>>> Hi all, >>>>>>>>>> >>>>>>>>>> Which repository should I look for to get the most stable >>>>>>> NextEPC for a >>>>>>>>>> real-world LTE deploying? >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> Rafael >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From acetcom at gmail.com Fri Feb 7 06:54:47 2020 From: acetcom at gmail.com (=?UTF-8?B?7J207ISd7LCs?=) Date: Fri, 7 Feb 2020 15:54:47 +0900 Subject: Installing Open5Gs Web Interface error In-Reply-To: <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> Message-ID: Hi Rafael, I?ve modified the install program for Debian 10(buster) and update the documentation. If you have any problem please let me know again! Thanks and regards, Sukchan 2020? 2? 4? (?) ?? 12:52, Rafael Diniz ?? ??: > Hi there, > > Just one more note, after successfully installing Open5Gs on Debian > Buster (changing mongodb to mongodb-org in debian package and changing > mongodb by mongod in systemd service units), I run into this problem > with the web interface installation: > > == > curl -sL http://open5gs.org/open5gs/assets/webui/install | bash - > > ## Populating apt-get cache... > > + apt-get update > Hit:1 http://deb.debian.org/debian buster > > InRelease > > Hit:2 http://deb.debian.org/debian buster-updates > > InRelease > > Hit:3 http://security.debian.org/debian-security buster/updates > > InRelease > > Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 > > InRelease > > Hit:5 https://deb.nodesource.com/node_12.x buster > > InRelease > > Hit:6 > > http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10 > ./ InRelease > Hit:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 Release > Reading package lists... Done > + deb-systemd-invoke stop open5gs-webui > Failed to stop open5gs-webui.service: Unit open5gs-webui.service not > loaded. > + systemctl disable open5gs-webui > Failed to disable unit: Unit file open5gs-webui.service does not exist. > + rm -f /lib/systemd/system/open5gs-webui.service > + systemctl daemon-reload > + rm -rf ./open5gs-1.2.0 > + rm -rf /usr/lib/node_modules/open5gs > > ## Download the Open5GS Source Code (v1.2.0)... > > + curl -sLf 'https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz' | > tar zxf - > > ## Build the Open5GS WebUI... > > + cd ./open5gs-1.2.0/webui && npm install && npm run build > > > uglifyjs-webpack-plugin at 0.4.6 postinstall > /root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin > > node lib/post_install.js > > internal/modules/cjs/loader.js:796 > throw err; > ^ > > Error: Cannot find module > > '/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin/lib/post_install.js' > at Function.Module._resolveFilename > (internal/modules/cjs/loader.js:793:17) > at Function.Module._load (internal/modules/cjs/loader.js:686:27) > at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10) > at internal/main/run_main_module.js:17:11 { > code: 'MODULE_NOT_FOUND', > requireStack: [] > } > npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents at 1.2.4 > (node_modules/fsevents): > npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for > fsevents at 1.2.4: wanted {"os":"darwin","arch":"any"} (current: > {"os":"linux","arch":"x64"}) > > npm ERR! code ELIFECYCLE > npm ERR! errno 1 > npm ERR! uglifyjs-webpack-plugin at 0.4.6 postinstall: `node > lib/post_install.js` > npm ERR! Exit status 1 > npm ERR! > npm ERR! Failed at the uglifyjs-webpack-plugin at 0.4.6 postinstall script. > npm ERR! This is probably not a problem with npm. There is likely > additional logging output above. > > npm ERR! A complete log of this run can be found in: > npm ERR! /root/.npm/_logs/2020-02-04T03_44_00_266Z-debug.log > Error executing command, exiting > == > > Thanks, > Rafael > > On 2/2/20 10:14 AM, Rafael Diniz wrote: > > Hi Sukchan, > > > > Interestingly I did this before I sent the email (installing mongodb > > from mongodb official "org" repo). The issue is that the Open5Gs > > packages depend (from the debian package definitions) on mongodb*, but > > the packages from mongodb website have name mongodb-org*, so packages > > still do not install cleanly (of course a small modification directly to > > the Open5Gs packages changing depends from mongodb* to mongodb-org* > > might work). > > > > Rafael > > > > > > On 2/2/20 7:56 AM, ??? wrote: > >> Hi Rafael, > >> > >> In open5gs docker environment using the Debian(buster), MongoDB server > >> is installed with version 4.2.1. > >> FYI, I've added the installation link as below: > >> https://computingforgeeks.com/how-to-install-mongodb-on-debian/ > >> > >> Thanks and regards, > >> Sukchan > >> > >> > >> > >> On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz >> > wrote: > >> > >> Just a note: I noticed there is a package repository for Debian > >> 10, but > >> the package depends on mongodb package, which is not existent in > >> Debian > >> 10 repository. > >> > >> Which mongodb version is recommended by Open5GS? > >> > >> Thanks! > >> Rafael > >> > >> On 1/17/20 1:22 AM, Rafael Diniz wrote: > >> > Hi Spencer! > >> > > >> > Thanks for all the information! I'm happy to see colte using > >> Open5Gs too! > >> > > >> > And big gratitude to Sukchan (I read your other email, tks) for > >> > providing such good EPC implementation. > >> > > >> > Cheers, > >> > Rafael > >> > > >> > On 1/16/20 7:26 PM, Spencer Sevilla wrote: > >> >> Hi Juba! Long time no see! > >> >> > >> >> Sukchan recently renamed the project to Open5Gs. Use the master > >> branch > >> >> of https://github.com/open5gs/open5gs and there?s a great guide > to > >> >> building from source > >> >> > >> here: > https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. > >> >> The docs in general can be found > >> at https://open5gs.org/open5gs/docs/. > >> >> > >> >> If you run into issues, the GitHub Issues page is where a lot > >> of the > >> >> discussion currently takes place. Feel free to reach out to me > >> >> directly if you hit any snags. Also, you should know that I?ve > >> moved > >> >> all my deployments over from OAI, and have been much, much > happier > >> >> with Open5Gs. Hoping to finish the colte integration soon and > will > >> >> email you at that time :-) > >> >> > >> >> Take care! > >> >> Spencer > >> >> > >> >>> On Jan 16, 2020, at 13:11, Rafael Diniz > >> > >> >>> >> >> wrote: > >> >>> > >> >>> Hi all, > >> >>> > >> >>> Which repository should I look for to get the most stable > >> NextEPC for a > >> >>> real-world LTE deploying? > >> >>> > >> >>> Thanks, > >> >>> Rafael > >> >>> > >> >>> > >> >>> > >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ganiyuabiolaaminat at gmail.com Fri Feb 7 07:50:59 2020 From: ganiyuabiolaaminat at gmail.com (Abiola Ganiyu) Date: Fri, 7 Feb 2020 08:50:59 +0100 Subject: Installing Open5Gs Web Interface error In-Reply-To: References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> Message-ID: Hi ???, 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. Regards, Amintgan On Fri, Feb 7, 2020, 07:55 ??? wrote: > Hi Rafael, > > I?ve modified the install program for Debian 10(buster) and update the > documentation. If you have any problem please let me know again! > > Thanks and regards, > Sukchan > > 2020? 2? 4? (?) ?? 12:52, Rafael Diniz ?? ??: > >> Hi there, >> >> Just one more note, after successfully installing Open5Gs on Debian >> Buster (changing mongodb to mongodb-org in debian package and changing >> mongodb by mongod in systemd service units), I run into this problem >> with the web interface installation: >> >> == >> curl -sL http://open5gs.org/open5gs/assets/webui/install | bash - >> >> ## Populating apt-get cache... >> >> + apt-get update >> Hit:1 http://deb.debian.org/debian buster >> >> InRelease >> >> Hit:2 http://deb.debian.org/debian buster-updates >> >> InRelease >> >> Hit:3 http://security.debian.org/debian-security buster/updates >> >> InRelease >> >> Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 >> >> InRelease >> >> Hit:5 https://deb.nodesource.com/node_12.x buster >> >> InRelease >> >> Hit:6 >> >> http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10 >> ./ InRelease >> Hit:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 Release >> Reading package lists... Done >> + deb-systemd-invoke stop open5gs-webui >> Failed to stop open5gs-webui.service: Unit open5gs-webui.service not >> loaded. >> + systemctl disable open5gs-webui >> Failed to disable unit: Unit file open5gs-webui.service does not exist. >> + rm -f /lib/systemd/system/open5gs-webui.service >> + systemctl daemon-reload >> + rm -rf ./open5gs-1.2.0 >> + rm -rf /usr/lib/node_modules/open5gs >> >> ## Download the Open5GS Source Code (v1.2.0)... >> >> + curl -sLf 'https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz' | >> tar zxf - >> >> ## Build the Open5GS WebUI... >> >> + cd ./open5gs-1.2.0/webui && npm install && npm run build >> >> > uglifyjs-webpack-plugin at 0.4.6 postinstall >> /root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin >> > node lib/post_install.js >> >> internal/modules/cjs/loader.js:796 >> throw err; >> ^ >> >> Error: Cannot find module >> >> '/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin/lib/post_install.js' >> at Function.Module._resolveFilename >> (internal/modules/cjs/loader.js:793:17) >> at Function.Module._load (internal/modules/cjs/loader.js:686:27) >> at Function.Module.runMain (internal/modules/cjs/loader.js:1043:10) >> at internal/main/run_main_module.js:17:11 { >> code: 'MODULE_NOT_FOUND', >> requireStack: [] >> } >> npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents at 1.2.4 >> (node_modules/fsevents): >> npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for >> fsevents at 1.2.4: wanted {"os":"darwin","arch":"any"} (current: >> {"os":"linux","arch":"x64"}) >> >> npm ERR! code ELIFECYCLE >> npm ERR! errno 1 >> npm ERR! uglifyjs-webpack-plugin at 0.4.6 postinstall: `node >> lib/post_install.js` >> npm ERR! Exit status 1 >> npm ERR! >> npm ERR! Failed at the uglifyjs-webpack-plugin at 0.4.6 postinstall script. >> npm ERR! This is probably not a problem with npm. There is likely >> additional logging output above. >> >> npm ERR! A complete log of this run can be found in: >> npm ERR! /root/.npm/_logs/2020-02-04T03_44_00_266Z-debug.log >> Error executing command, exiting >> == >> >> Thanks, >> Rafael >> >> On 2/2/20 10:14 AM, Rafael Diniz wrote: >> > Hi Sukchan, >> > >> > Interestingly I did this before I sent the email (installing mongodb >> > from mongodb official "org" repo). The issue is that the Open5Gs >> > packages depend (from the debian package definitions) on mongodb*, but >> > the packages from mongodb website have name mongodb-org*, so packages >> > still do not install cleanly (of course a small modification directly to >> > the Open5Gs packages changing depends from mongodb* to mongodb-org* >> > might work). >> > >> > Rafael >> > >> > >> > On 2/2/20 7:56 AM, ??? wrote: >> >> Hi Rafael, >> >> >> >> In open5gs docker environment using the Debian(buster), MongoDB server >> >> is installed with version 4.2.1. >> >> FYI, I've added the installation link as below: >> >> https://computingforgeeks.com/how-to-install-mongodb-on-debian/ >> >> >> >> Thanks and regards, >> >> Sukchan >> >> >> >> >> >> >> >> On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz > >> > wrote: >> >> >> >> Just a note: I noticed there is a package repository for Debian >> >> 10, but >> >> the package depends on mongodb package, which is not existent in >> >> Debian >> >> 10 repository. >> >> >> >> Which mongodb version is recommended by Open5GS? >> >> >> >> Thanks! >> >> Rafael >> >> >> >> On 1/17/20 1:22 AM, Rafael Diniz wrote: >> >> > Hi Spencer! >> >> > >> >> > Thanks for all the information! I'm happy to see colte using >> >> Open5Gs too! >> >> > >> >> > And big gratitude to Sukchan (I read your other email, tks) for >> >> > providing such good EPC implementation. >> >> > >> >> > Cheers, >> >> > Rafael >> >> > >> >> > On 1/16/20 7:26 PM, Spencer Sevilla wrote: >> >> >> Hi Juba! Long time no see! >> >> >> >> >> >> Sukchan recently renamed the project to Open5Gs. Use the master >> >> branch >> >> >> of https://github.com/open5gs/open5gs and there?s a great >> guide to >> >> >> building from source >> >> >> >> >> here: >> https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. >> >> >> The docs in general can be found >> >> at https://open5gs.org/open5gs/docs/. >> >> >> >> >> >> If you run into issues, the GitHub Issues page is where a lot >> >> of the >> >> >> discussion currently takes place. Feel free to reach out to me >> >> >> directly if you hit any snags. Also, you should know that I?ve >> >> moved >> >> >> all my deployments over from OAI, and have been much, much >> happier >> >> >> with Open5Gs. Hoping to finish the colte integration soon and >> will >> >> >> email you at that time :-) >> >> >> >> >> >> Take care! >> >> >> Spencer >> >> >> >> >> >>> On Jan 16, 2020, at 13:11, Rafael Diniz >> >> >> >> >>> > >> >> wrote: >> >> >>> >> >> >>> Hi all, >> >> >>> >> >> >>> Which repository should I look for to get the most stable >> >> NextEPC for a >> >> >>> real-world LTE deploying? >> >> >>> >> >> >>> Thanks, >> >> >>> Rafael >> >> >>> >> >> >>> >> >> >>> >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rafael at rhizomatica.org Fri Feb 7 10:50:17 2020 From: rafael at rhizomatica.org (Rafael Diniz) Date: Fri, 7 Feb 2020 08:50:17 -0200 Subject: Installing Open5Gs Web Interface error In-Reply-To: References: <35fc7aa1-f15d-c8cc-b573-19976126a5b2@rhizomatica.org> <178723E3-E4A1-41DE-B6FC-F3F993AD5BBF@cs.washington.edu> <3c38e8b9-320c-9132-1c0b-2d104a716128@rhizomatica.org> <645d8a1f-1bcd-af14-0567-15177b8dc3cf@rhizomatica.org> <737ec1c1-e1f5-7b8f-bbdc-ece8e9c8688d@rhizomatica.org> Message-ID: Thanks Sukchan! On 2/7/20 4:54 AM, ??? wrote: > Hi Rafael, > > I?ve modified the install program for Debian 10(buster) and update the > documentation. If you have any problem please let me know again! > > Thanks and regards, > ? ? ?Sukchan > > 2020? 2? 4? (?) ?? 12:52, Rafael Diniz >?? ??: > > Hi there, > > Just one more note, after successfully installing Open5Gs on Debian > Buster (changing mongodb to mongodb-org in debian package and changing > mongodb by mongod in systemd service units), I run into this problem > with the web interface installation: > > == > curl -sL http://open5gs.org/open5gs/assets/webui/install | bash - > > ## Populating apt-get cache... > > + apt-get update > Hit:1 http://deb.debian.org/debian buster > InRelease????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? > > Hit:2 http://deb.debian.org/debian buster-updates > InRelease????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? > > Hit:3 http://security.debian.org/debian-security buster/updates > InRelease???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? > > Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 > InRelease???????????????????????????????????????????????????????????????????????????? > > Hit:5 https://deb.nodesource.com/node_12.x buster > InRelease???????????????????????????????????????????????????????????????????? > > Hit:6 > http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10 > ./ InRelease > Hit:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 > Release > Reading package lists... Done > + deb-systemd-invoke stop open5gs-webui > Failed to stop open5gs-webui.service: Unit open5gs-webui.service > not loaded. > + systemctl disable open5gs-webui > Failed to disable unit: Unit file open5gs-webui.service does not > exist. > + rm -f /lib/systemd/system/open5gs-webui.service > + systemctl daemon-reload > + rm -rf ./open5gs-1.2.0 > + rm -rf /usr/lib/node_modules/open5gs > > ## Download the Open5GS Source Code (v1.2.0)... > > + curl -sLf > 'https://github.com/open5gs/open5gs/archive/v1.2.0.tar.gz' | > tar zxf - > > ## Build the Open5GS WebUI... > > + cd ./open5gs-1.2.0/webui && npm install && npm run build > > > uglifyjs-webpack-plugin at 0.4.6 postinstall > /root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin > > node lib/post_install.js > > internal/modules/cjs/loader.js:796 > ??? throw err; > ??? ^ > > Error: Cannot find module > '/root/open5gs-1.2.0/webui/node_modules/uglifyjs-webpack-plugin/lib/post_install.js' > ??? at Function.Module._resolveFilename > (internal/modules/cjs/loader.js:793:17) > ??? at Function.Module._load (internal/modules/cjs/loader.js:686:27) > ??? at Function.Module.runMain > (internal/modules/cjs/loader.js:1043:10) > ??? at internal/main/run_main_module.js:17:11 { > ? code: 'MODULE_NOT_FOUND', > ? requireStack: [] > } > npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents at 1.2.4 > (node_modules/fsevents): > npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for > fsevents at 1.2.4: wanted {"os":"darwin","arch":"any"} (current: > {"os":"linux","arch":"x64"}) > > npm ERR! code ELIFECYCLE > npm ERR! errno 1 > npm ERR! uglifyjs-webpack-plugin at 0.4.6 postinstall: `node > lib/post_install.js` > npm ERR! Exit status 1 > npm ERR! > npm ERR! Failed at the uglifyjs-webpack-plugin at 0.4.6 postinstall > script. > npm ERR! This is probably not a problem with npm. There is likely > additional logging output above. > > npm ERR! A complete log of this run can be found in: > npm ERR!???? /root/.npm/_logs/2020-02-04T03_44_00_266Z-debug.log > Error executing command, exiting > == > > Thanks, > Rafael > > On 2/2/20 10:14 AM, Rafael Diniz wrote: > > Hi Sukchan, > > > > Interestingly I did this before I sent the email (installing mongodb > > from mongodb official "org" repo). The issue is that the Open5Gs > > packages depend (from the debian package definitions) on > mongodb*, but > > the packages from mongodb website have name mongodb-org*, so > packages > > still do not install cleanly (of course a small modification > directly to > > the Open5Gs packages changing depends from mongodb* to mongodb-org*? > > might work). > > > > Rafael > > > > > > On 2/2/20 7:56 AM, ??? wrote: > >> Hi Rafael, > >> > >> In open5gs docker environment using the Debian(buster), MongoDB > server > >> is installed with version 4.2.1. > >> FYI, I've added the installation link as below: > >> https://computingforgeeks.com/how-to-install-mongodb-on-debian/ > >> > >> Thanks and?regards, > >> ? ? Sukchan > >> > >> > >> > >> On Sun, Feb 2, 2020 at 6:08 AM Rafael Diniz > > >> >> wrote: > >> > >>? ? ?Just a note: I noticed there is a package repository for Debian > >>? ? ?10, but > >>? ? ?the package depends on mongodb package, which is not > existent in > >>? ? ?Debian > >>? ? ?10 repository. > >> > >>? ? ?Which mongodb version is recommended by Open5GS? > >> > >>? ? ?Thanks! > >>? ? ?Rafael > >> > >>? ? ?On 1/17/20 1:22 AM, Rafael Diniz wrote: > >>? ? ?> Hi Spencer! > >>? ? ?> > >>? ? ?> Thanks for all the information! I'm happy to see colte using > >>? ? ?Open5Gs too! > >>? ? ?> > >>? ? ?> And big gratitude to Sukchan (I read your other email, > tks) for > >>? ? ?> providing such good EPC implementation. > >>? ? ?> > >>? ? ?> Cheers, > >>? ? ?> Rafael > >>? ? ?> > >>? ? ?> On 1/16/20 7:26 PM, Spencer Sevilla wrote: > >>? ? ?>> Hi Juba! Long time no see! > >>? ? ?>> > >>? ? ?>> Sukchan recently renamed the project to Open5Gs. Use the > master > >>? ? ?branch > >>? ? ?>> of https://github.com/open5gs/open5gs?and there?s a > great guide to > >>? ? ?>> building from source > >>? ? ?>> > >>? ? > ?here:?https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/. > >>? ? ?>> The docs in general can be found > >>? ? ?at?https://open5gs.org/open5gs/docs/. > >>? ? ?>> > >>? ? ?>> If you run into issues, the GitHub Issues page is where > a lot > >>? ? ?of the > >>? ? ?>> discussion currently takes place. Feel free to reach out > to me > >>? ? ?>> directly if you hit any snags. Also, you should know > that I?ve > >>? ? ?moved > >>? ? ?>> all my deployments over from OAI, and have been much, > much happier > >>? ? ?>> with Open5Gs. Hoping to finish the colte integration > soon and will > >>? ? ?>> email you at that time :-) > >>? ? ?>> > >>? ? ?>> Take care! > >>? ? ?>> Spencer > >>? ? ?>> > >>? ? ?>>> On Jan 16, 2020, at 13:11, Rafael Diniz > >>? ? ? > > > >>? ? ?>>> > >>? ? ? >>> wrote: > >>? ? ?>>> > >>? ? ?>>> Hi all, > >>? ? ?>>> > >>? ? ?>>> Which repository should I look for to get the most stable > >>? ? ?NextEPC for a > >>? ? ?>>> real-world LTE deploying? > >>? ? ?>>> > >>? ? ?>>> Thanks, > >>? ? ?>>> Rafael > >>? ? ?>>> > >>? ? ?>>> > >>? ? ?>>> > >> > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From rafael at rhizomatica.org Fri Feb 28 14:58:35 2020 From: rafael at rhizomatica.org (Rafael Diniz) Date: Fri, 28 Feb 2020 11:58:35 -0300 Subject: Get all debug info possible Message-ID: <9a8d778f-9ea0-774d-81c0-487a6311e4bf@rhizomatica.org> Hi all, Which cmd line should I use to get all the debug information possible from the EPC components? Thanks, Rafael Diniz -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From sevilla at cs.washington.edu Fri Feb 28 16:40:32 2020 From: sevilla at cs.washington.edu (Spencer Sevilla) Date: Fri, 28 Feb 2020 08:40:32 -0800 Subject: Get all debug info possible In-Reply-To: <9a8d778f-9ea0-774d-81c0-487a6311e4bf@rhizomatica.org> References: <9a8d778f-9ea0-774d-81c0-487a6311e4bf@rhizomatica.org> Message-ID: <445C6E6E-F4BC-491C-BBF7-5D2C186DC3C9@cs.washington.edu> Hi Juba! If open5gs is running as a systemd service (the default if you installed with apt-get) you should use journalctl. The relevant systemd service names are open5gs-hssd, open5gs-mmed, open5gs-sgwd, open5gs-pgwd, and open5gs-pcrfd. If you built them from source, they will output all information in the terminal window you?re running them in, and will also write to log files located in {installation_directory}/var/log/open5gs/. To see all the journalctl logs in one terminal: ?sudo journalctl -f -u open5gs-hssd -u open5gs-mmed -u open5gs-pgwd -u open5gs-sgwd -u open5gs-pcrfd" > On Feb 28, 2020, at 06:58, Rafael Diniz wrote: > > Hi all, > > Which cmd line should I use to get all the debug information possible > from the EPC components? > > Thanks, > Rafael Diniz > > From david at ispsupplies.com Fri Feb 28 16:36:03 2020 From: david at ispsupplies.com (david at ispsupplies.com) Date: Fri, 28 Feb 2020 11:36:03 -0500 Subject: Programmer needed Message-ID: <006701d5ee55$2b550280$81ff0780$@ispsupplies.com> I am looking for a programmer to integrate webhooks into the open5gs database. David Peterson Senior Engineer 855-947-7776 ext. 9214 d 979-314-1305 c 419-706-7355 https://www.ispsupplies.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 19638 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 701 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 420 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 444 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 441 bytes Desc: not available URL: From rafael at rhizomatica.org Fri Feb 28 17:52:44 2020 From: rafael at rhizomatica.org (Rafael Diniz) Date: Fri, 28 Feb 2020 14:52:44 -0300 Subject: Get all debug info possible In-Reply-To: <445C6E6E-F4BC-491C-BBF7-5D2C186DC3C9@cs.washington.edu> References: <9a8d778f-9ea0-774d-81c0-487a6311e4bf@rhizomatica.org> <445C6E6E-F4BC-491C-BBF7-5D2C186DC3C9@cs.washington.edu> Message-ID: <24268fa2-91d4-1e08-f8f5-ad798c1e7f7d@rhizomatica.org> Thanks Spencer! I'm willing if I should use the "-e", "-m", "-d" and "-t" in the systemd open5gs-* service files for a more verbose output. juba On 2/28/20 1:40 PM, Spencer Sevilla wrote: > Hi Juba! > > If open5gs is running as a systemd service (the default if you installed with apt-get) you should use journalctl. The relevant systemd service names are open5gs-hssd, open5gs-mmed, open5gs-sgwd, open5gs-pgwd, and open5gs-pcrfd. If you built them from source, they will output all information in the terminal window you?re running them in, and will also write to log files located in {installation_directory}/var/log/open5gs/. > > To see all the journalctl logs in one terminal: ?sudo journalctl -f -u open5gs-hssd -u open5gs-mmed -u open5gs-pgwd -u open5gs-sgwd -u open5gs-pcrfd" > >> On Feb 28, 2020, at 06:58, Rafael Diniz wrote: >> >> Hi all, >> >> Which cmd line should I use to get all the debug information possible >> from the EPC components? >> >> Thanks, >> Rafael Diniz >> >> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From sevilla at cs.washington.edu Fri Feb 28 17:57:22 2020 From: sevilla at cs.washington.edu (Spencer Sevilla) Date: Fri, 28 Feb 2020 09:57:22 -0800 Subject: Get all debug info possible In-Reply-To: <24268fa2-91d4-1e08-f8f5-ad798c1e7f7d@rhizomatica.org> References: <9a8d778f-9ea0-774d-81c0-487a6311e4bf@rhizomatica.org> <445C6E6E-F4BC-491C-BBF7-5D2C186DC3C9@cs.washington.edu> <24268fa2-91d4-1e08-f8f5-ad798c1e7f7d@rhizomatica.org> Message-ID: <051A23D6-F331-4503-8DE4-C3D7E7CF5E17@cs.washington.edu> I like ?--output cat? to display colors. Aside from that, I actually don?t know how to change the logging level but would love to learn if you know how! > On Feb 28, 2020, at 09:52, Rafael Diniz wrote: > > Thanks Spencer! > > I'm willing if I should use the "-e", "-m", "-d" and "-t" in the systemd > open5gs-* service files for a more verbose output. > > juba > > On 2/28/20 1:40 PM, Spencer Sevilla wrote: >> Hi Juba! >> >> If open5gs is running as a systemd service (the default if you installed with apt-get) you should use journalctl. The relevant systemd service names are open5gs-hssd, open5gs-mmed, open5gs-sgwd, open5gs-pgwd, and open5gs-pcrfd. If you built them from source, they will output all information in the terminal window you?re running them in, and will also write to log files located in {installation_directory}/var/log/open5gs/. >> >> To see all the journalctl logs in one terminal: ?sudo journalctl -f -u open5gs-hssd -u open5gs-mmed -u open5gs-pgwd -u open5gs-sgwd -u open5gs-pcrfd" >> >>> On Feb 28, 2020, at 06:58, Rafael Diniz wrote: >>> >>> Hi all, >>> >>> Which cmd line should I use to get all the debug information possible >>> from the EPC components? >>> >>> Thanks, >>> Rafael Diniz >>> >>> >