Ubuntu Pastebin

Paste from ubuntu at Fri, 14 Apr 2017 19:20:12 +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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# file outout from /run/cloud-init

# cloud.cfg
di_report:
  datasource_list: [ MAAS, None ]

# cloud-init-generator.log
/lib/systemd/system-generators/cloud-init-generator normal=/run/systemd/generator early=/run/systemd/generator.early late=/run/systemd/generator.late
kernel command line (/proc/cmdline): BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic root=UUID=4fce16f8-a14d-4800-a186-a7e39a2111a1 ro
kernel_cmdline found unset
etc_file found unset
default found enabled
checking for datasource
ds-identify rc=0
ds-identify _RET=found
enabled via /run/systemd/generator.early/multi-user.target.wants/cloud-init.target -> /lib/systemd/system/cloud-init.target

# ds-identify.log
[up 4.65s] ds-identify 
policy loaded: mode=report report=false found=all maybe=all notfound=enabled
/etc/cloud/cloud.cfg.d/90_dpkg.cfg set datasource_list: [ MAAS ]
DMI_PRODUCT_NAME=
DMI_SYS_VENDOR=
DMI_PRODUCT_SERIAL=
DMI_PRODUCT_UUID=572E8280-ED2B-11E4-AB3D-B8AEED762623
PID_1_PLATFORM=unavailable
FS_LABELS=efi,root
KERNEL_CMDLINE=BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic root=UUID=4fce16f8-a14d-4800-a186-a7e39a2111a1 ro
VIRT=none
UNAME_KERNEL_NAME=Linux
UNAME_KERNEL_RELEASE=4.4.0-72-generic
UNAME_KERNEL_VERSION=#93-Ubuntu SMP Fri Mar 31 14:07:41 UTC 2017
UNAME_MACHINE=x86_64
UNAME_NODENAME=ubuntu
UNAME_OPERATING_SYSTEM=GNU/Linux
DSNAME=
DSLIST=MAAS
MODE=report
ON_FOUND=all
ON_MAYBE=all
ON_NOTFOUND=enabled
pid=346 ppid=341
is_container=false
single entry in datasource_list (MAAS) use that.
[up 4.70s] returning 0
# enabled

# network-config-ready

# result.json
{
 "v1": {
  "datasource": "DataSourceMAAS [http://10.5.0.5/MAAS/metadata/]",
  "errors": [
   "('apt-configure', ValueError('Old and New apt format defined with unequal values True vs False @ apt_preserve_sources_list',))"
  ]
 }
}

# status.json
{
 "v1": {
  "datasource": "DataSourceMAAS [http://10.5.0.5/MAAS/metadata/]",
  "init": {
   "errors": [],
   "finished": 1492192926.437219,
   "start": 1492192921.4346175
  },
  "init-local": {
   "errors": [],
   "finished": 1492192920.4034104,
   "start": 1492192920.2895765
  },
  "modules-config": {
   "errors": [
    "('apt-configure', ValueError('Old and New apt format defined with unequal values True vs False @ apt_preserve_sources_list',))"
   ],
   "finished": 1492192937.2309957,
   "start": 1492192926.9139583
  },
  "modules-final": {
   "errors": [],
   "finished": 1492192937.8239546,
   "start": 1492192937.545538
  },
  "stage": null
 }
}
Download as text