Ubuntu Pastebin

Paste from stokachu at Mon, 29 Aug 2016 14:06:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ubuntu@riddick:~$ # https://github.com/conjure-up/conjure-up/tree/master/snapcraft
ubuntu@riddick:~$ snap list
Name         Version  Rev  Developer  Notes
ubuntu-core  16.04.1  352  canonical  -
ubuntu@riddick:~$ sudo snap install conjure-up_2.0.0.8_amd64.snap --devmode


conjure-up 2.0.0.8 installed
ubuntu@riddick:~$ 
ubuntu@riddick:~$ sudo systemctl status snap.conjure-up.bridge.service 
● snap.conjure-up.bridge.service - Service for snap application conjure-up.bridge
   Loaded: loaded (/etc/systemd/system/snap.conjure-up.bridge.service; enabled; vendor preset: enabled)
   Active: inactive (dead) since Mon 2016-08-29 14:06:17 UTC; 3s ago
  Process: 2506 ExecStop=/usr/bin/ubuntu-core-launcher snap.conjure-up.bridge snap.conjure-up.bridge /snap/conjure-up/x1/stop-command-br
  Process: 2460 ExecStart=/usr/bin/ubuntu-core-launcher snap.conjure-up.bridge snap.conjure-up.bridge /snap/conjure-up/x1/command-bridge
 Main PID: 2460 (code=exited, status=0/SUCCESS)

Aug 29 14:06:17 riddick ubuntu-core-launcher[2460]: + iptables -t nat -A POSTROUTING -s 10.99.0.1/24 ! -d 10.99.0.1/24 -j MASQUERADE
Aug 29 14:06:17 riddick ubuntu-core-launcher[2460]: + iptables -I INPUT -i conjureup0 -p tcp -m tcp --dport 53 -j ACCEPT
Aug 29 14:06:17 riddick ubuntu-core-launcher[2460]: + iptables -I INPUT -i conjureup0 -p udp -m udp --dport 53 -j ACCEPT
Aug 29 14:06:17 riddick ubuntu-core-launcher[2460]: + iptables -I INPUT -i conjureup0 -p tcp -m tcp --dport 67 -j ACCEPT
Aug 29 14:06:17 riddick ubuntu-core-launcher[2460]: + iptables -I INPUT -i conjureup0 -p udp -m udp --dport 67 -j ACCEPT
Aug 29 14:06:17 riddick ubuntu-core-launcher[2460]: + exit 0
Aug 29 14:06:17 riddick ubuntu-core-launcher[2506]: + echo I should only be run on uninstall, but im not
Aug 29 14:06:17 riddick ubuntu-core-launcher[2506]: I should only be run on uninstall, but im not
Aug 29 14:06:17 riddick ubuntu-core-launcher[2506]: + exit 0
Aug 29 14:06:17 riddick systemd[1]: Started Service for snap application conjure-up.bridge.
Download as text