Update my desktop machine profile

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
This commit is contained in:
Adam Stokes 2015-10-26 10:53:43 -04:00
parent f03665e67d
commit b148025f31
1 changed files with 386 additions and 73 deletions

View File

@ -1,6 +1,126 @@
{
"network": {
"docker0": {
"bond": {
"is_master": false,
"is_slave": false,
"mode": null,
"slaves": null
},
"bridge": {
"interfaces": [],
"is_bridge": true,
"is_port": false,
"options": {
"ageing_time": "30000",
"bridge_id": "8000.0242f9ac26a5",
"default_pvid": "1",
"forward_delay": "1500",
"gc_timer": "1554",
"group_addr": "1:80:c2:0:0:0",
"group_fwd_mask": "0x0",
"hash_elasticity": "4",
"hash_max": "512",
"hello_time": "200",
"hello_timer": "23",
"max_age": "2000",
"multicast_last_member_count": "2",
"multicast_last_member_interval": "100",
"multicast_membership_interval": "26000",
"multicast_querier": "0",
"multicast_querier_interval": "25500",
"multicast_query_interval": "12500",
"multicast_query_response_interval": "1000",
"multicast_query_use_ifaddr": "0",
"multicast_router": "1",
"multicast_snooping": "1",
"multicast_startup_query_count": "2",
"multicast_startup_query_interval": "3124",
"nf_call_arptables": "0",
"nf_call_ip6tables": "0",
"nf_call_iptables": "0",
"priority": "32768",
"root_id": "8000.0242f9ac26a5",
"root_path_cost": "0",
"root_port": "0",
"stp_state": "0",
"tcn_timer": "0",
"topology_change": "0",
"topology_change_detected": "0",
"topology_change_timer": "0",
"vlan_filtering": "0",
"vlan_protocol": "0x8100"
}
},
"hardware": {
"DEVPATH": "/devices/virtual/net/docker0",
"DEVTYPE": "bridge",
"ID_MM_CANDIDATE": "1",
"ID_NET_DRIVER": "bridge",
"ID_NET_LINK_FILE": "/lib/systemd/network/99-default.link",
"IFINDEX": "6",
"INTERFACE": "docker0",
"SUBSYSTEM": "net",
"SYSTEMD_ALIAS": "/sys/subsystem/net/devices/docker0",
"SYSTEMD_WANTS": "ifup@docker0.service",
"TAGS": ":systemd:",
"USEC_INITIALIZED": "909063",
"attrs": {
"addr_assign_type": "3",
"addr_len": "6",
"address": "02:42:f9:ac:26:a5",
"brforward": "",
"broadcast": "ff:ff:ff:ff:ff:ff",
"carrier": "0",
"carrier_changes": "1",
"dev_id": "0x0",
"dev_port": "0",
"dormant": "0",
"duplex": null,
"flags": "0x1003",
"gro_flush_timeout": "0",
"ifalias": "",
"ifindex": "6",
"iflink": "6",
"link_mode": "0",
"mtu": "1500",
"name_assign_type": "3",
"netdev_group": "0",
"operstate": "down",
"phys_port_id": null,
"phys_switch_id": null,
"speed": null,
"subsystem": "net",
"tx_queue_len": "0",
"type": "1",
"uevent": "DEVTYPE=bridge\nINTERFACE=docker0\nIFINDEX=6"
}
},
"ip": {
"addr": "172.17.42.1",
"broadcast": "172.17.42.1",
"netmask": "255.255.0.0",
"source": {
"config": null,
"method": "manual",
"provider": null
}
},
"type": "bridge"
},
"em1": {
"bond": {
"is_master": false,
"is_slave": false,
"mode": null,
"slaves": null
},
"bridge": {
"interfaces": [],
"is_bridge": false,
"is_port": false,
"options": {}
},
"hardware": {
"DEVPATH": "/devices/pci0000:00/0000:00:19.0/net/em1",
"ID_BUS": "pci",
@ -26,7 +146,7 @@
"SYSTEMD_ALIAS": "/sys/subsystem/net/devices/em1",
"SYSTEMD_WANTS": "ifup@em1.service",
"TAGS": ":systemd:",
"USEC_INITIALIZED": "3269",
"USEC_INITIALIZED": "3437",
"attrs": {
"addr_assign_type": "0",
"addr_len": "6",
@ -59,13 +179,30 @@
}
},
"ip": {
"addr": "192.168.0.104",
"addr": "192.168.0.109",
"broadcast": "192.168.0.255",
"netmask": "255.255.255.0"
"netmask": "255.255.255.0",
"source": {
"config": null,
"method": "manual",
"provider": null
}
},
"type": "eth"
},
"lo": {
"bond": {
"is_master": false,
"is_slave": false,
"mode": null,
"slaves": null
},
"bridge": {
"interfaces": [],
"is_bridge": false,
"is_port": false,
"options": {}
},
"hardware": {
"DEVPATH": "/devices/virtual/net/lo",
"ID_MM_CANDIDATE": "1",
@ -73,7 +210,7 @@
"IFINDEX": "1",
"INTERFACE": "lo",
"SUBSYSTEM": "net",
"USEC_INITIALIZED": "216954",
"USEC_INITIALIZED": "566314",
"attrs": {
"addr_assign_type": "0",
"addr_len": "6",
@ -107,32 +244,92 @@
"ip": {
"addr": "127.0.0.1",
"netmask": "255.0.0.0",
"peer": "127.0.0.1"
"peer": "127.0.0.1",
"source": {
"config": {
"auto": true,
"family": "inet",
"method": "loopback"
},
"method": "loopback",
"provider": "local config"
}
},
"type": "lo"
},
"lxcbr0": {
"bond": {
"is_master": false,
"is_slave": false,
"mode": null,
"slaves": null
},
"bridge": {
"interfaces": [],
"is_bridge": true,
"is_port": false,
"options": {
"ageing_time": "30000",
"bridge_id": "8000.000000000000",
"default_pvid": "1",
"forward_delay": "1500",
"gc_timer": "5035",
"group_addr": "1:80:c2:0:0:0",
"group_fwd_mask": "0x0",
"hash_elasticity": "4",
"hash_max": "512",
"hello_time": "200",
"hello_timer": "27",
"max_age": "2000",
"multicast_last_member_count": "2",
"multicast_last_member_interval": "100",
"multicast_membership_interval": "26000",
"multicast_querier": "0",
"multicast_querier_interval": "25500",
"multicast_query_interval": "12500",
"multicast_query_response_interval": "1000",
"multicast_query_use_ifaddr": "0",
"multicast_router": "1",
"multicast_snooping": "1",
"multicast_startup_query_count": "2",
"multicast_startup_query_interval": "3124",
"nf_call_arptables": "0",
"nf_call_ip6tables": "0",
"nf_call_iptables": "0",
"priority": "32768",
"root_id": "8000.000000000000",
"root_path_cost": "0",
"root_port": "0",
"stp_state": "0",
"tcn_timer": "0",
"topology_change": "0",
"topology_change_detected": "0",
"topology_change_timer": "0",
"vlan_filtering": "0",
"vlan_protocol": "0x8100"
}
},
"hardware": {
"DEVPATH": "/devices/virtual/net/lxcbr0",
"DEVTYPE": "bridge",
"ID_MM_CANDIDATE": "1",
"ID_NET_DRIVER": "bridge",
"ID_NET_LINK_FILE": "/lib/systemd/network/99-default.link",
"IFINDEX": "3",
"IFINDEX": "35",
"INTERFACE": "lxcbr0",
"SUBSYSTEM": "net",
"SYSTEMD_ALIAS": "/sys/subsystem/net/devices/lxcbr0",
"SYSTEMD_WANTS": "ifup@lxcbr0.service",
"TAGS": ":systemd:",
"USEC_INITIALIZED": "305347",
"USEC_INITIALIZED": "166322229637",
"attrs": {
"addr_assign_type": "1",
"addr_len": "6",
"address": "fe:97:6a:16:73:d9",
"brforward": "\ufffd\ufffdj\u0016s\ufffd\u0001\u0001",
"address": "00:00:00:00:00:00",
"brforward": "",
"broadcast": "ff:ff:ff:ff:ff:ff",
"carrier": "1",
"carrier_changes": "4",
"carrier": "0",
"carrier_changes": "11",
"dev_id": "0x0",
"dev_port": "0",
"dormant": "0",
@ -140,96 +337,171 @@
"flags": "0x1003",
"gro_flush_timeout": "0",
"ifalias": "",
"ifindex": "3",
"iflink": "3",
"ifindex": "35",
"iflink": "35",
"link_mode": "0",
"lower_vethGYDUSB": null,
"mtu": "1500",
"name_assign_type": null,
"name_assign_type": "3",
"netdev_group": "0",
"operstate": "up",
"operstate": "down",
"phys_port_id": null,
"phys_switch_id": null,
"speed": null,
"subsystem": "net",
"tx_queue_len": "0",
"type": "1",
"uevent": "DEVTYPE=bridge\nINTERFACE=lxcbr0\nIFINDEX=3"
"uevent": "DEVTYPE=bridge\nINTERFACE=lxcbr0\nIFINDEX=35"
}
},
"ip": {
"addr": "10.0.3.1",
"broadcast": "10.0.3.1",
"netmask": "255.255.255.0"
"netmask": "255.255.255.0",
"source": {
"config": null,
"method": "manual",
"provider": null
}
},
"type": "bridge"
},
"vethGYDUSB": {
"tun0": {
"bond": {
"is_master": false,
"is_slave": false,
"mode": null,
"slaves": null
},
"bridge": {
"interfaces": [],
"is_bridge": false,
"is_port": false,
"options": {}
},
"hardware": {
"DEVPATH": "/devices/virtual/net/vethGYDUSB",
"DEVPATH": "/devices/virtual/net/tun0",
"ID_MM_CANDIDATE": "1",
"ID_NET_DRIVER": "veth",
"ID_NET_DRIVER": "tun",
"ID_NET_LINK_FILE": "/lib/systemd/network/99-default.link",
"IFINDEX": "5",
"INTERFACE": "vethGYDUSB",
"IFINDEX": "52",
"INTERFACE": "tun0",
"SUBSYSTEM": "net",
"SYSTEMD_ALIAS": "/sys/subsystem/net/devices/vethGYDUSB",
"SYSTEMD_WANTS": "ifup@vethGYDUSB.service",
"SYSTEMD_ALIAS": "/sys/subsystem/net/devices/tun0",
"SYSTEMD_WANTS": "ifup@tun0.service",
"TAGS": ":systemd:",
"USEC_INITIALIZED": "120121",
"USEC_INITIALIZED": "353245134260",
"attrs": {
"addr_assign_type": "3",
"addr_len": "6",
"address": "fe:97:6a:16:73:d9",
"broadcast": "ff:ff:ff:ff:ff:ff",
"addr_assign_type": "0",
"addr_len": "0",
"address": "",
"broadcast": "",
"carrier": "1",
"carrier_changes": "2",
"carrier_changes": "0",
"dev_id": "0x0",
"dev_port": "0",
"dormant": "0",
"duplex": "full",
"flags": "0x1303",
"flags": "0x1091",
"gro_flush_timeout": "0",
"group": "-1",
"ifalias": "",
"ifindex": "5",
"iflink": "5",
"ifindex": "52",
"iflink": "52",
"link_mode": "0",
"master": null,
"mtu": "1500",
"name_assign_type": "3",
"name_assign_type": null,
"netdev_group": "0",
"operstate": "up",
"operstate": "unknown",
"owner": "-1",
"phys_port_id": null,
"phys_switch_id": null,
"speed": "10000",
"speed": "10",
"subsystem": "net",
"tx_queue_len": "1000",
"type": "1",
"uevent": "INTERFACE=vethGYDUSB\nIFINDEX=5",
"upper_lxcbr0": null
"tun_flags": "0x2001",
"tx_queue_len": "100",
"type": "65534",
"uevent": "INTERFACE=tun0\nIFINDEX=52"
}
},
"ip": {
"addr": null,
"broadcast": null,
"netmask": null
"addr": "10.172.66.16",
"netmask": "255.255.192.0",
"peer": "10.172.127.255",
"source": {
"config": null,
"method": "manual",
"provider": null
}
},
"type": "eth"
"type": "tun"
},
"virbr0": {
"bond": {
"is_master": false,
"is_slave": false,
"mode": null,
"slaves": null
},
"bridge": {
"interfaces": [
"virbr0-nic"
],
"is_bridge": true,
"is_port": false,
"options": {
"ageing_time": "30000",
"bridge_id": "8000.525400b059e2",
"default_pvid": "1",
"forward_delay": "200",
"gc_timer": "2576",
"group_addr": "1:80:c2:0:0:0",
"group_fwd_mask": "0x0",
"hash_elasticity": "4",
"hash_max": "512",
"hello_time": "200",
"hello_timer": "127",
"max_age": "2000",
"multicast_last_member_count": "2",
"multicast_last_member_interval": "100",
"multicast_membership_interval": "26000",
"multicast_querier": "0",
"multicast_querier_interval": "25500",
"multicast_query_interval": "12500",
"multicast_query_response_interval": "1000",
"multicast_query_use_ifaddr": "0",
"multicast_router": "1",
"multicast_snooping": "1",
"multicast_startup_query_count": "2",
"multicast_startup_query_interval": "3124",
"nf_call_arptables": "0",
"nf_call_ip6tables": "0",
"nf_call_iptables": "0",
"priority": "32768",
"root_id": "8000.525400b059e2",
"root_path_cost": "0",
"root_port": "0",
"stp_state": "1",
"tcn_timer": "0",
"topology_change": "0",
"topology_change_detected": "0",
"topology_change_timer": "0",
"vlan_filtering": "0",
"vlan_protocol": "0x8100"
}
},
"hardware": {
"DEVPATH": "/devices/virtual/net/virbr0",
"DEVTYPE": "bridge",
"ID_MM_CANDIDATE": "1",
"ID_NET_DRIVER": "bridge",
"ID_NET_LINK_FILE": "/lib/systemd/network/99-default.link",
"IFINDEX": "6",
"IFINDEX": "7",
"INTERFACE": "virbr0",
"SUBSYSTEM": "net",
"SYSTEMD_ALIAS": "/sys/subsystem/net/devices/virbr0",
"SYSTEMD_WANTS": "ifup@virbr0.service",
"TAGS": ":systemd:",
"USEC_INITIALIZED": "762766",
"USEC_INITIALIZED": "453053",
"attrs": {
"addr_assign_type": "1",
"addr_len": "6",
@ -245,8 +517,8 @@
"flags": "0x1003",
"gro_flush_timeout": "0",
"ifalias": "",
"ifindex": "6",
"iflink": "6",
"ifindex": "7",
"iflink": "7",
"link_mode": "0",
"lower_virbr0-nic": null,
"mtu": "1500",
@ -259,29 +531,69 @@
"subsystem": "net",
"tx_queue_len": "0",
"type": "1",
"uevent": "DEVTYPE=bridge\nINTERFACE=virbr0\nIFINDEX=6"
"uevent": "DEVTYPE=bridge\nINTERFACE=virbr0\nIFINDEX=7"
}
},
"ip": {
"addr": "192.168.122.1",
"broadcast": "192.168.122.255",
"netmask": "255.255.255.0"
"netmask": "255.255.255.0",
"source": {
"config": null,
"method": "manual",
"provider": null
}
},
"type": "bridge"
},
"virbr0-nic": {
"bond": {
"is_master": false,
"is_slave": false,
"mode": null,
"slaves": null
},
"bridge": {
"interfaces": [],
"is_bridge": false,
"is_port": true,
"options": {
"bpdu_guard": "0",
"change_ack": "0",
"config_pending": "0",
"designated_bridge": "8000.525400b059e2",
"designated_cost": "0",
"designated_port": "32769",
"designated_root": "8000.525400b059e2",
"forward_delay_timer": "0",
"hairpin_mode": "0",
"hold_timer": "0",
"learning": "1",
"message_age_timer": "0",
"multicast_fast_leave": "0",
"multicast_router": "1",
"path_cost": "100",
"port_id": "0x8001",
"port_no": "0x1",
"priority": "32",
"proxyarp": "0",
"root_block": "0",
"state": "0",
"unicast_flood": "1"
}
},
"hardware": {
"DEVPATH": "/devices/virtual/net/virbr0-nic",
"ID_MM_CANDIDATE": "1",
"ID_NET_DRIVER": "tun",
"ID_NET_LINK_FILE": "/lib/systemd/network/99-default.link",
"IFINDEX": "7",
"IFINDEX": "8",
"INTERFACE": "virbr0-nic",
"SUBSYSTEM": "net",
"SYSTEMD_ALIAS": "/sys/subsystem/net/devices/virbr0-nic",
"SYSTEMD_WANTS": "ifup@virbr0-nic.service",
"TAGS": ":systemd:",
"USEC_INITIALIZED": "776315",
"USEC_INITIALIZED": "472507",
"attrs": {
"addr_assign_type": "3",
"addr_len": "6",
@ -297,8 +609,8 @@
"gro_flush_timeout": "0",
"group": "-1",
"ifalias": "",
"ifindex": "7",
"iflink": "7",
"ifindex": "8",
"iflink": "8",
"link_mode": "0",
"master": null,
"mtu": "1500",
@ -313,14 +625,15 @@
"tun_flags": "0x1802",
"tx_queue_len": "500",
"type": "1",
"uevent": "INTERFACE=virbr0-nic\nIFINDEX=7",
"uevent": "INTERFACE=virbr0-nic\nIFINDEX=8",
"upper_virbr0": null
}
},
"ip": {
"addr": null,
"broadcast": null,
"netmask": null
"netmask": null,
"source": {}
},
"type": "tap"
}
@ -369,7 +682,7 @@
"UDISKS_PARTITION_TABLE_COUNT": "4",
"UDISKS_PARTITION_TABLE_SCHEME": "gpt",
"UDISKS_PRESENTATION_NOPOLICY": "0",
"USEC_INITIALIZED": "61132",
"USEC_INITIALIZED": "57726",
"attrs": {
"alignment_offset": "0",
"bdi": null,
@ -386,7 +699,7 @@
"removable": "0",
"ro": "0",
"size": "500107862016",
"stat": " 265978 108238 9347116 3349936 1396011 1024491 38571922 35977524 0 10927124 39326468",
"stat": " 317627 93891 8688046 4073368 3317308 4531889 142958202 126670312 0 24021228 131458684",
"subsystem": "block",
"uevent": "MAJOR=8\nMINOR=0\nDEVNAME=sda\nDEVTYPE=disk"
}
@ -453,7 +766,7 @@
"UDISKS_PARTITION_UUID": "18A80974-9382-403E-8E3B-8B1F2DE7EF58",
"UDISKS_PRESENTATION_HIDE": "1",
"UDISKS_PRESENTATION_NOPOLICY": "0",
"USEC_INITIALIZED": "61164",
"USEC_INITIALIZED": "57762",
"attrs": {
"alignment_offset": "0",
"dev": "8:1",
@ -463,7 +776,7 @@
"ro": "0",
"size": "254803968",
"start": "2048",
"stat": " 396 4 13520 3168 2 0 2 0 0 2996 3168",
"stat": " 519 2975 15996 5900 3 0 10 640 0 6116 6540",
"subsystem": "block",
"uevent": "MAJOR=8\nMINOR=1\nDEVNAME=sda1\nDEVTYPE=partition"
}
@ -528,7 +841,7 @@
"UDISKS_PARTITION_TYPE": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"UDISKS_PARTITION_UUID": "8794F286-BCBF-417C-9A08-A0891ECB4C74",
"UDISKS_PRESENTATION_NOPOLICY": "0",
"USEC_INITIALIZED": "61189",
"USEC_INITIALIZED": "57813",
"attrs": {
"alignment_offset": "0",
"dev": "8:2",
@ -538,7 +851,7 @@
"ro": "0",
"size": "99999547392",
"start": "499712",
"stat": " 124143 58911 6838258 1546400 233387 219516 13535992 8206400 0 1924284 9752704",
"stat": " 151393 39230 5654850 2160756 675077 2055380 79255408 75032576 0 4687588 77887204",
"subsystem": "block",
"uevent": "MAJOR=8\nMINOR=2\nDEVNAME=sda2\nDEVTYPE=partition"
}
@ -603,7 +916,7 @@
"UDISKS_PARTITION_TYPE": "0657FD6D-A4AB-43C4-84E5-0933C84B4F4F",
"UDISKS_PARTITION_UUID": "4AE1034A-DEDE-470B-85D8-57CFD33ADF28",
"UDISKS_PRESENTATION_NOPOLICY": "0",
"USEC_INITIALIZED": "61203",
"USEC_INITIALIZED": "57828",
"attrs": {
"alignment_offset": "0",
"dev": "8:3",
@ -613,7 +926,7 @@
"ro": "0",
"size": "14999879680",
"start": "195811328",
"stat": " 198 0 3592 1772 0 0 0 0 0 1480 1772",
"stat": " 278 0 4376 2308 0 0 0 0 0 2036 2308",
"subsystem": "block",
"uevent": "MAJOR=8\nMINOR=3\nDEVNAME=sda3\nDEVTYPE=partition"
}
@ -678,7 +991,7 @@
"UDISKS_PARTITION_TYPE": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
"UDISKS_PARTITION_UUID": "532CFCA4-F3C3-481C-BF93-B48F40C4EA3E",
"UDISKS_PRESENTATION_NOPOLICY": "0",
"USEC_INITIALIZED": "61223",
"USEC_INITIALIZED": "57858",
"attrs": {
"alignment_offset": "0",
"dev": "8:4",
@ -688,7 +1001,7 @@
"ro": "0",
"size": "384851509248",
"start": "225107968",
"stat": " 140106 49323 2473818 1794460 1017949 804975 25035928 25555888 0 7815888 27349416",
"stat": " 164378 51686 2964176 1898880 2307849 2476509 63702776 47367148 0 17079548 49283288",
"subsystem": "block",
"uevent": "MAJOR=8\nMINOR=4\nDEVNAME=sda4\nDEVTYPE=partition"
}
@ -720,7 +1033,7 @@
"SUBSYSTEM": "block",
"TAGS": ":systemd:",
"UDISKS_PRESENTATION_NOPOLICY": "0",
"USEC_INITIALIZED": "75383",
"USEC_INITIALIZED": "47494",
"attrs": {
"alignment_offset": "0",
"bdi": null,
@ -769,7 +1082,7 @@
"SUBSYSTEM": "block",
"TAGS": ":systemd:",
"UDISKS_PRESENTATION_NOPOLICY": "0",
"USEC_INITIALIZED": "75607",
"USEC_INITIALIZED": "50075",
"attrs": {
"alignment_offset": "0",
"bdi": null,
@ -818,7 +1131,7 @@
"SUBSYSTEM": "block",
"TAGS": ":systemd:",
"UDISKS_PRESENTATION_NOPOLICY": "0",
"USEC_INITIALIZED": "75828",
"USEC_INITIALIZED": "52778",
"attrs": {
"alignment_offset": "0",
"bdi": null,
@ -867,7 +1180,7 @@
"SUBSYSTEM": "block",
"TAGS": ":systemd:",
"UDISKS_PRESENTATION_NOPOLICY": "0",
"USEC_INITIALIZED": "76087",
"USEC_INITIALIZED": "55256",
"attrs": {
"alignment_offset": "0",
"bdi": null,
@ -922,7 +1235,7 @@
"SUBSYSTEM": "block",
"TAGS": ":seat:systemd:uaccess:",
"UDISKS_PRESENTATION_NOPOLICY": "0",
"USEC_INITIALIZED": "59556",
"USEC_INITIALIZED": "51625",
"attrs": {
"alignment_offset": "0",
"bdi": null,