Skip to content

Instantly share code, notes, and snippets.

@shanku9
Created March 15, 2021 16:32
Show Gist options
  • Save shanku9/ed61fe5fe1dc9e815dee254c8cbb3e51 to your computer and use it in GitHub Desktop.
Save shanku9/ed61fe5fe1dc9e815dee254c8cbb3e51 to your computer and use it in GitHub Desktop.
133_144
root@ip-192-168-1-93:/home/magma# apt policy magma
magma:
Installed: 1.3.3-1615327764-b24386ec
Candidate: 1.3.3-1615327764-b24386ec
root@ip-192-168-1-93:/home/magma# cat /etc/apt/sources.list.d/ovs_package_repo.list
deb http://packages.magma.etagecom.io stretch-1.4.0 main
root@ip-192-168-1-93:/home/magma# apt update
Ign:1 http://deb.debian.org/debian stretch InRelease
Get:2 http://packages.magma.etagecom.io stretch-1.4.0 InRelease [3546 B]
Hit:3 http://deb.debian.org/debian-security stretch/updates InRelease
Hit:4 http://deb.debian.org/debian stretch Release
Get:5 http://packages.magma.etagecom.io stretch-1.4.0/main amd64 Packages [51.5 kB]
Fetched 55.1 kB in 1s (34.2 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
40 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@ip-192-168-1-93:/home/magma# apt policy magma
magma:
Installed: 1.3.3-1615327764-b24386ec
Candidate: 1.4.0-1615558425-d1a46cc3
root@ip-192-168-1-93:/home/magma# apt install magma=1.4.0-1615558425-d1a46cc3
Unpacking magma (1.4.0-1615558425-d1a46cc3) over (1.3.3-1615327764-b24386ec) ...
Setting up magma (1.4.0-1615558425-d1a46cc3) ...
Installing new version of config file /etc/magma/ctraced.yml ...
Installing new version of config file /etc/magma/directoryd.yml ...
Installing new version of config file /etc/magma/gateway.mconfig ...
Installing new version of config file /etc/magma/health.yml ...
Installing new version of config file /etc/magma/logfiles.txt ...
Installing new version of config file /etc/magma/magmad.yml ...
Installing new version of config file /etc/magma/mme.yml ...
Installing new version of config file /etc/magma/mobilityd.yml ...
Installing new version of config file /etc/magma/monitord.yml ...
Installing new version of config file /etc/magma/pipelined.yml ...
Installing new version of config file /etc/magma/pipelined.yml_prod ...
Installing new version of config file /etc/magma/service_registry.yml ...
Installing new version of config file /etc/magma/sessiond.yml ...
Installing new version of config file /etc/magma/sessiond.yml_prod ...
Installing new version of config file /etc/magma/state.yml ...
Installing new version of config file /etc/magma/subscriberdb.yml ...
Installing new version of config file /etc/magma/templates/mme.conf.template ...
Installing new version of config file /etc/magma/templates/spgw.conf.template ...
Installing new version of config file /etc/network/interfaces.d/gtp ...
Installing new version of config file /etc/systemd/system/magma@mme.service ...
Installing new version of config file /etc/systemd/system/magma@pipelined.service ...
Synchronizing state of redis-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable redis-server
Synchronizing state of dnsmasq.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable dnsmasq
Synchronizing state of lighttpd.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable lighttpd
Installing new version of config file /etc/magma/ctraced.yml ...
Installing new version of config file /etc/magma/directoryd.yml ...
Installing new version of config file /etc/magma/gateway.mconfig ...
Installing new version of config file /etc/magma/health.yml ...
Installing new version of config file /etc/magma/logfiles.txt ...
Installing new version of config file /etc/magma/magmad.yml ...
Installing new version of config file /etc/magma/mme.yml ...
Installing new version of config file /etc/magma/mobilityd.yml ...
Installing new version of config file /etc/magma/monitord.yml ...
Installing new version of config file /etc/magma/pipelined.yml ...
Installing new version of config file /etc/magma/pipelined.yml_prod ...
Installing new version of config file /etc/magma/service_registry.yml ...
Installing new version of config file /etc/magma/sessiond.yml ...
Installing new version of config file /etc/magma/sessiond.yml_prod ...
Installing new version of config file /etc/magma/state.yml ...
Installing new version of config file /etc/magma/subscriberdb.yml ...
Installing new version of config file /etc/magma/templates/mme.conf.template ...
Installing new version of config file /etc/magma/templates/spgw.conf.template ...
Installing new version of config file /etc/network/interfaces.d/gtp ...
Installing new version of config file /etc/systemd/system/magma@mme.service ...
Installing new version of config file /etc/systemd/system/magma@pipelined.service ...
Synchronizing state of redis-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable redis-server
Synchronizing state of dnsmasq.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable dnsmasq
Synchronizing state of lighttpd.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable lighttpd
Job for magma@pipelined.service canceled.
Job for magma@mme.service canceled.
Job for magma@mobilityd.service canceled.
Job for magma@envoy_controller.service canceled.
Processing triggers for rsyslog (8.24.0-1) ...
root@ip-192-168-1-93:/home/magma#
root@ip-192-168-1-93:/home/magma# apt policy magma
magma:
Installed: 1.4.0-1615558425-d1a46cc3
Candidate: 1.4.0-1615558425-d1a46cc3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment