fauxhai 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +5 -0
 - data/CONTRIBUTING.md +4 -4
 - data/README.md +0 -2
 - data/lib/fauxhai/platforms/aix/6.1.json +677 -0
 - data/lib/fauxhai/platforms/aix/7.1.json +686 -0
 - data/lib/fauxhai/platforms/amazon/2014.09.json +389 -0
 - data/lib/fauxhai/platforms/arch/3.10.5-1-ARCH.json +522 -0
 - data/lib/fauxhai/platforms/centos/5.11.json +4165 -0
 - data/lib/fauxhai/platforms/centos/6.6.json +3919 -0
 - data/lib/fauxhai/platforms/centos/7.0.1406.json +4131 -0
 - data/lib/fauxhai/platforms/debian/7.6.json +592 -0
 - data/lib/fauxhai/platforms/fedora/21.json +451 -0
 - data/lib/fauxhai/platforms/mac_os_x/10.10.json +858 -0
 - data/lib/fauxhai/platforms/slackware/14.1.json +371 -0
 - data/lib/fauxhai/platforms/suse/12.0.json +705 -0
 - data/lib/fauxhai/platforms/ubuntu/14.10.json +609 -0
 - data/lib/fauxhai/platforms/windows/2003R2.json +7887 -0
 - data/lib/fauxhai/platforms/windows/2012R2.json +4096 -0
 - data/lib/fauxhai/runner.rb +2 -1
 - data/lib/fauxhai/version.rb +1 -1
 - metadata +18 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 1ced8d0e1566dbf1a839f188e49676f54be34c07
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: ed6aa43663d5f1c2905cc40d7a498644f9789148
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 781f8965b5f7bc03425be58b6444c637f3a0358147a6b9cbd13c2b0ec46254a60b49b80d5b822a1d2adf631dfbd61f7a5a1a1716f21d573c5b4a9983c8748466
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 28076213f7f42e72d34a8cc146f38e3ffbd579095ac12438435526910d240aca1e5be4f5193bb698dd01008ec9678f958a5276fb20d83d7e269b6c98c97476a2
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,6 +1,10 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Fauxhai Changelog
         
     | 
| 
       2 
2 
     | 
    
         
             
            =================
         
     | 
| 
       3 
3 
     | 
    
         | 
| 
      
 4 
     | 
    
         
            +
            v2.3.0
         
     | 
| 
      
 5 
     | 
    
         
            +
            ------
         
     | 
| 
      
 6 
     | 
    
         
            +
            - Annual release to add new versions bundled in the gem automatically ([#133][])
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
       4 
8 
     | 
    
         
             
            v2.2.0
         
     | 
| 
       5 
9 
     | 
    
         
             
            ------
         
     | 
| 
       6 
10 
     | 
    
         
             
            - Fix an issue where OpenURI's error was not caught properly
         
     | 
| 
         @@ -71,6 +75,7 @@ Released: 2013-05-09 
     | 
|
| 
       71 
75 
     | 
    
         
             
            [#30]: https://github.com/customink/fauxhai/issues/30
         
     | 
| 
       72 
76 
     | 
    
         
             
            [#32]: https://github.com/customink/fauxhai/issues/32
         
     | 
| 
       73 
77 
     | 
    
         
             
            [#51]: https://github.com/customink/fauxhai/issues/51
         
     | 
| 
      
 78 
     | 
    
         
            +
            [#133]: https://github.com/customink/fauxhai/issues/133
         
     | 
| 
       74 
79 
     | 
    
         
             
            [@anujbiyani]: https://github.com/anujbiyani
         
     | 
| 
       75 
80 
     | 
    
         
             
            [@benbytheway]: https://github.com/benbytheway
         
     | 
| 
       76 
81 
     | 
    
         
             
            [@mapleoin]: https://github.com/mapleoin
         
     | 
    
        data/CONTRIBUTING.md
    CHANGED
    
    | 
         @@ -14,7 +14,7 @@ Fauxhai is community-maintained and updated. Aside from the initial files, all o 
     | 
|
| 
       14 
14 
     | 
    
         | 
| 
       15 
15 
     | 
    
         
             
                    fauxhai > C:\SomePath\fauxhai.json
         
     | 
| 
       16 
16 
     | 
    
         | 
| 
       17 
     | 
    
         
            -
            4. This will create a file `fauxhai.json` at the specified path. As with any tool, inspect the contents of the file before continuing 
     | 
| 
      
 17 
     | 
    
         
            +
            4. This will create a file `fauxhai.json` at the specified path. As with any tool, inspect the contents of the file before continuing
         
     | 
| 
       18 
18 
     | 
    
         
             
            5. Copy the contents of this file to your local development machine (using scp or sftp, for example)
         
     | 
| 
       19 
19 
     | 
    
         
             
            6. Clone and `bundle` this repo:
         
     | 
| 
       20 
20 
     | 
    
         | 
| 
         @@ -22,7 +22,7 @@ Fauxhai is community-maintained and updated. Aside from the initial files, all o 
     | 
|
| 
       22 
22 
     | 
    
         
             
                    cd fauxhai
         
     | 
| 
       23 
23 
     | 
    
         
             
                    bundle
         
     | 
| 
       24 
24 
     | 
    
         | 
| 
       25 
     | 
    
         
            -
            7. Create a new branch named `add_[platform]_[version]` (e.g. `add_ubuntu_12_04`) without dashes and dots replaced with underscores. Be sure to use the official version number, not a package name (e.g. '12_04', not 'precise') if  
     | 
| 
      
 25 
     | 
    
         
            +
            7. Create a new branch named `add_[platform]_[version]` (e.g. `add_ubuntu_12_04`) without dashes and dots replaced with underscores. Be sure to use the official version number, not a package name (e.g. '12_04', not 'precise') if available:
         
     | 
| 
       26 
26 
     | 
    
         | 
| 
       27 
27 
     | 
    
         
             
                    Ubuntu Precise, 12.04       add_ubuntu_12_04
         
     | 
| 
       28 
28 
     | 
    
         
             
                    Ubuntu Lucid, 11.5          add_ubuntu_11_5
         
     | 
| 
         @@ -31,7 +31,7 @@ Fauxhai is community-maintained and updated. Aside from the initial files, all o 
     | 
|
| 
       31 
31 
     | 
    
         | 
| 
       32 
32 
     | 
    
         
             
                **Q:** Is there a reason for this super-specific naming convention?
         
     | 
| 
       33 
33 
     | 
    
         | 
| 
       34 
     | 
    
         
            -
                **A:** No, but it helps in tracking problems and analyzing pull requests. Ultimately it just ensures your pull request is merged as quickly as possible 
     | 
| 
      
 34 
     | 
    
         
            +
                **A:** No, but it helps in tracking problems and analyzing pull requests. Ultimately it just ensures your pull request is merged as quickly as possible
         
     | 
| 
       35 
35 
     | 
    
         | 
| 
       36 
36 
     | 
    
         
             
            8. Create a new json file in `lib/fauxhai/platforms/[os]/[version].json` (e.g. `lib/fauxhai/platforms/ubuntu/12.04.json`)
         
     | 
| 
       37 
37 
     | 
    
         
             
            9. Copy-paste the contents of the file from `Step 4` into this file and save
         
     | 
| 
         @@ -44,4 +44,4 @@ Fauxhai is community-maintained and updated. Aside from the initial files, all o 
     | 
|
| 
       44 
44 
     | 
    
         | 
| 
       45 
45 
     | 
    
         
             
            11. Submit a pull request on github
         
     | 
| 
       46 
46 
     | 
    
         | 
| 
       47 
     | 
    
         
            -
            **Note:** I do *not* need to release a new version of Fauxhai for your changes to be pulled and used. Unless you are updating an existing platform, Fauxhai will automatically pull new versions from GitHub via HTTP  
     | 
| 
      
 47 
     | 
    
         
            +
            **Note:** I do *not* need to release a new version of Fauxhai for your changes to be pulled and used. Unless you are updating an existing platform, Fauxhai will automatically pull new versions from GitHub via HTTP and cache them.
         
     | 
    
        data/README.md
    CHANGED
    
    | 
         @@ -2,8 +2,6 @@ Fauxhai 
     | 
|
| 
       2 
2 
     | 
    
         
             
            =======
         
     | 
| 
       3 
3 
     | 
    
         
             
            Fauxhai is a gem for mocking out [ohai](https://github.com/opscode/ohai) data in your chef testing. Fauxhai is community supported, so we need **your help** to populate our dataset. Here's an example for testing my "awesome_cookbook" on Ubuntu:
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
     | 
    
         
            -
            Fauxhai finally stable! Pull Requests are still welcome though :)
         
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
5 
     | 
    
         
             
            ```ruby
         
     | 
| 
       8 
6 
     | 
    
         
             
            require 'chefspec'
         
     | 
| 
       9 
7 
     | 
    
         | 
| 
         @@ -0,0 +1,677 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "filesystem": {
         
     | 
| 
      
 3 
     | 
    
         
            +
                "/dev/hd4": {
         
     | 
| 
      
 4 
     | 
    
         
            +
                  "kb_size": "786432",
         
     | 
| 
      
 5 
     | 
    
         
            +
                  "kb_used": "494912",
         
     | 
| 
      
 6 
     | 
    
         
            +
                  "kb_available": "291520",
         
     | 
| 
      
 7 
     | 
    
         
            +
                  "percent_used": "63%",
         
     | 
| 
      
 8 
     | 
    
         
            +
                  "mount": "/",
         
     | 
| 
      
 9 
     | 
    
         
            +
                  "fs_type": "jfs2",
         
     | 
| 
      
 10 
     | 
    
         
            +
                  "mount_options": "rw,log=/dev/hd8"
         
     | 
| 
      
 11 
     | 
    
         
            +
                },
         
     | 
| 
      
 12 
     | 
    
         
            +
                "/dev/hd2": {
         
     | 
| 
      
 13 
     | 
    
         
            +
                  "kb_size": "12320768",
         
     | 
| 
      
 14 
     | 
    
         
            +
                  "kb_used": "9411384",
         
     | 
| 
      
 15 
     | 
    
         
            +
                  "kb_available": "2909384",
         
     | 
| 
      
 16 
     | 
    
         
            +
                  "percent_used": "77%",
         
     | 
| 
      
 17 
     | 
    
         
            +
                  "mount": "/usr",
         
     | 
| 
      
 18 
     | 
    
         
            +
                  "fs_type": "jfs2",
         
     | 
| 
      
 19 
     | 
    
         
            +
                  "mount_options": "rw,log=/dev/hd8"
         
     | 
| 
      
 20 
     | 
    
         
            +
                },
         
     | 
| 
      
 21 
     | 
    
         
            +
                "/dev/hd9var": {
         
     | 
| 
      
 22 
     | 
    
         
            +
                  "kb_size": "2621440",
         
     | 
| 
      
 23 
     | 
    
         
            +
                  "kb_used": "259688",
         
     | 
| 
      
 24 
     | 
    
         
            +
                  "kb_available": "2361752",
         
     | 
| 
      
 25 
     | 
    
         
            +
                  "percent_used": "10%",
         
     | 
| 
      
 26 
     | 
    
         
            +
                  "mount": "/var",
         
     | 
| 
      
 27 
     | 
    
         
            +
                  "fs_type": "jfs2",
         
     | 
| 
      
 28 
     | 
    
         
            +
                  "mount_options": "rw,log=/dev/hd8"
         
     | 
| 
      
 29 
     | 
    
         
            +
                },
         
     | 
| 
      
 30 
     | 
    
         
            +
                "/dev/hd3": {
         
     | 
| 
      
 31 
     | 
    
         
            +
                  "kb_size": "2621440",
         
     | 
| 
      
 32 
     | 
    
         
            +
                  "kb_used": "17304",
         
     | 
| 
      
 33 
     | 
    
         
            +
                  "kb_available": "2604136",
         
     | 
| 
      
 34 
     | 
    
         
            +
                  "percent_used": "1%",
         
     | 
| 
      
 35 
     | 
    
         
            +
                  "mount": "/tmp",
         
     | 
| 
      
 36 
     | 
    
         
            +
                  "fs_type": "jfs2",
         
     | 
| 
      
 37 
     | 
    
         
            +
                  "mount_options": "rw,log=/dev/hd8"
         
     | 
| 
      
 38 
     | 
    
         
            +
                },
         
     | 
| 
      
 39 
     | 
    
         
            +
                "/dev/hd1": {
         
     | 
| 
      
 40 
     | 
    
         
            +
                  "kb_size": "2359296",
         
     | 
| 
      
 41 
     | 
    
         
            +
                  "kb_used": "229168",
         
     | 
| 
      
 42 
     | 
    
         
            +
                  "kb_available": "2130128",
         
     | 
| 
      
 43 
     | 
    
         
            +
                  "percent_used": "10%",
         
     | 
| 
      
 44 
     | 
    
         
            +
                  "mount": "/home",
         
     | 
| 
      
 45 
     | 
    
         
            +
                  "fs_type": "jfs2",
         
     | 
| 
      
 46 
     | 
    
         
            +
                  "mount_options": "rw,log=/dev/hd8"
         
     | 
| 
      
 47 
     | 
    
         
            +
                },
         
     | 
| 
      
 48 
     | 
    
         
            +
                "/dev/hd11admin": {
         
     | 
| 
      
 49 
     | 
    
         
            +
                  "kb_size": "262144",
         
     | 
| 
      
 50 
     | 
    
         
            +
                  "kb_used": "760",
         
     | 
| 
      
 51 
     | 
    
         
            +
                  "kb_available": "261384",
         
     | 
| 
      
 52 
     | 
    
         
            +
                  "percent_used": "1%",
         
     | 
| 
      
 53 
     | 
    
         
            +
                  "mount": "/admin",
         
     | 
| 
      
 54 
     | 
    
         
            +
                  "fs_type": "jfs2",
         
     | 
| 
      
 55 
     | 
    
         
            +
                  "mount_options": "rw,log=/dev/hd8"
         
     | 
| 
      
 56 
     | 
    
         
            +
                },
         
     | 
| 
      
 57 
     | 
    
         
            +
                "/dev/hd10opt": {
         
     | 
| 
      
 58 
     | 
    
         
            +
                  "kb_size": "3407872",
         
     | 
| 
      
 59 
     | 
    
         
            +
                  "kb_used": "1417400",
         
     | 
| 
      
 60 
     | 
    
         
            +
                  "kb_available": "1990472",
         
     | 
| 
      
 61 
     | 
    
         
            +
                  "percent_used": "42%",
         
     | 
| 
      
 62 
     | 
    
         
            +
                  "mount": "/opt",
         
     | 
| 
      
 63 
     | 
    
         
            +
                  "fs_type": "jfs2",
         
     | 
| 
      
 64 
     | 
    
         
            +
                  "mount_options": "rw,log=/dev/hd8"
         
     | 
| 
      
 65 
     | 
    
         
            +
                },
         
     | 
| 
      
 66 
     | 
    
         
            +
                "192.168.1.11:/stage/middleware": {
         
     | 
| 
      
 67 
     | 
    
         
            +
                  "kb_size": "314572800",
         
     | 
| 
      
 68 
     | 
    
         
            +
                  "kb_used": "225814136",
         
     | 
| 
      
 69 
     | 
    
         
            +
                  "kb_available": "88758664",
         
     | 
| 
      
 70 
     | 
    
         
            +
                  "percent_used": "72%",
         
     | 
| 
      
 71 
     | 
    
         
            +
                  "mount": "/stage/middleware",
         
     | 
| 
      
 72 
     | 
    
         
            +
                  "fs_type": "nfs3",
         
     | 
| 
      
 73 
     | 
    
         
            +
                  "mount_options": "ro,bg,hard,intr,sec=sys"
         
     | 
| 
      
 74 
     | 
    
         
            +
                },
         
     | 
| 
      
 75 
     | 
    
         
            +
                "/proc": {
         
     | 
| 
      
 76 
     | 
    
         
            +
                  "mount": "/proc",
         
     | 
| 
      
 77 
     | 
    
         
            +
                  "fs_type": "procfs",
         
     | 
| 
      
 78 
     | 
    
         
            +
                  "mount_options": "rw"
         
     | 
| 
      
 79 
     | 
    
         
            +
                }
         
     | 
| 
      
 80 
     | 
    
         
            +
              },
         
     | 
| 
      
 81 
     | 
    
         
            +
              "kernel": {
         
     | 
| 
      
 82 
     | 
    
         
            +
                "name": "aix",
         
     | 
| 
      
 83 
     | 
    
         
            +
                "release": "1",
         
     | 
| 
      
 84 
     | 
    
         
            +
                "version": "6",
         
     | 
| 
      
 85 
     | 
    
         
            +
                "machine": "powerpc",
         
     | 
| 
      
 86 
     | 
    
         
            +
                "modules": {
         
     | 
| 
      
 87 
     | 
    
         
            +
                  "/usr/lib/drivers/if_en": {
         
     | 
| 
      
 88 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 89 
     | 
    
         
            +
                      "address": "4b50000",
         
     | 
| 
      
 90 
     | 
    
         
            +
                      "size": "20000"
         
     | 
| 
      
 91 
     | 
    
         
            +
                    },
         
     | 
| 
      
 92 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 93 
     | 
    
         
            +
                      "address": "4b60000",
         
     | 
| 
      
 94 
     | 
    
         
            +
                      "size": "bd8"
         
     | 
| 
      
 95 
     | 
    
         
            +
                    }
         
     | 
| 
      
 96 
     | 
    
         
            +
                  },
         
     | 
| 
      
 97 
     | 
    
         
            +
                  "/usr/lib/drivers/random": {
         
     | 
| 
      
 98 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 99 
     | 
    
         
            +
                      "address": "f1000000c028c000",
         
     | 
| 
      
 100 
     | 
    
         
            +
                      "size": "20000"
         
     | 
| 
      
 101 
     | 
    
         
            +
                    },
         
     | 
| 
      
 102 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 103 
     | 
    
         
            +
                      "address": "f1000000c0294000",
         
     | 
| 
      
 104 
     | 
    
         
            +
                      "size": "17148"
         
     | 
| 
      
 105 
     | 
    
         
            +
                    }
         
     | 
| 
      
 106 
     | 
    
         
            +
                  },
         
     | 
| 
      
 107 
     | 
    
         
            +
                  "/usr/lib/drivers/nfs.ext": {
         
     | 
| 
      
 108 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 109 
     | 
    
         
            +
                      "address": "4920000",
         
     | 
| 
      
 110 
     | 
    
         
            +
                      "size": "220000"
         
     | 
| 
      
 111 
     | 
    
         
            +
                    },
         
     | 
| 
      
 112 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 113 
     | 
    
         
            +
                      "address": "4ad0000",
         
     | 
| 
      
 114 
     | 
    
         
            +
                      "size": "65700"
         
     | 
| 
      
 115 
     | 
    
         
            +
                    }
         
     | 
| 
      
 116 
     | 
    
         
            +
                  },
         
     | 
| 
      
 117 
     | 
    
         
            +
                  "/usr/lib/drivers/krpc.ext": {
         
     | 
| 
      
 118 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 119 
     | 
    
         
            +
                      "address": "48c0000",
         
     | 
| 
      
 120 
     | 
    
         
            +
                      "size": "60000"
         
     | 
| 
      
 121 
     | 
    
         
            +
                    },
         
     | 
| 
      
 122 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 123 
     | 
    
         
            +
                      "address": "4910000",
         
     | 
| 
      
 124 
     | 
    
         
            +
                      "size": "dbe8"
         
     | 
| 
      
 125 
     | 
    
         
            +
                    }
         
     | 
| 
      
 126 
     | 
    
         
            +
                  },
         
     | 
| 
      
 127 
     | 
    
         
            +
                  "/usr/lib/drivers/nfs_kdes.ext": {
         
     | 
| 
      
 128 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 129 
     | 
    
         
            +
                      "address": "f1000000c028a000",
         
     | 
| 
      
 130 
     | 
    
         
            +
                      "size": "2000"
         
     | 
| 
      
 131 
     | 
    
         
            +
                    },
         
     | 
| 
      
 132 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 133 
     | 
    
         
            +
                      "address": "f1000000c028b000",
         
     | 
| 
      
 134 
     | 
    
         
            +
                      "size": "d0"
         
     | 
| 
      
 135 
     | 
    
         
            +
                    }
         
     | 
| 
      
 136 
     | 
    
         
            +
                  },
         
     | 
| 
      
 137 
     | 
    
         
            +
                  "/usr/lib/drivers/posix_aiopin": {
         
     | 
| 
      
 138 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 139 
     | 
    
         
            +
                      "address": "4890000",
         
     | 
| 
      
 140 
     | 
    
         
            +
                      "size": "20000"
         
     | 
| 
      
 141 
     | 
    
         
            +
                    },
         
     | 
| 
      
 142 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 143 
     | 
    
         
            +
                      "address": "48a0000",
         
     | 
| 
      
 144 
     | 
    
         
            +
                      "size": "8990"
         
     | 
| 
      
 145 
     | 
    
         
            +
                    }
         
     | 
| 
      
 146 
     | 
    
         
            +
                  },
         
     | 
| 
      
 147 
     | 
    
         
            +
                  "/usr/lib/drivers/posix_aio.ext": {
         
     | 
| 
      
 148 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 149 
     | 
    
         
            +
                      "address": "4870000",
         
     | 
| 
      
 150 
     | 
    
         
            +
                      "size": "20000"
         
     | 
| 
      
 151 
     | 
    
         
            +
                    },
         
     | 
| 
      
 152 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 153 
     | 
    
         
            +
                      "address": "4880000",
         
     | 
| 
      
 154 
     | 
    
         
            +
                      "size": "e80"
         
     | 
| 
      
 155 
     | 
    
         
            +
                    }
         
     | 
| 
      
 156 
     | 
    
         
            +
                  },
         
     | 
| 
      
 157 
     | 
    
         
            +
                  "/usr/lib/drivers/aiopin": {
         
     | 
| 
      
 158 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 159 
     | 
    
         
            +
                      "address": "4850000",
         
     | 
| 
      
 160 
     | 
    
         
            +
                      "size": "20000"
         
     | 
| 
      
 161 
     | 
    
         
            +
                    },
         
     | 
| 
      
 162 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 163 
     | 
    
         
            +
                      "address": "4860000",
         
     | 
| 
      
 164 
     | 
    
         
            +
                      "size": "8910"
         
     | 
| 
      
 165 
     | 
    
         
            +
                    }
         
     | 
| 
      
 166 
     | 
    
         
            +
                  },
         
     | 
| 
      
 167 
     | 
    
         
            +
                  "/usr/lib/drivers/aio.ext": {
         
     | 
| 
      
 168 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 169 
     | 
    
         
            +
                      "address": "4830000",
         
     | 
| 
      
 170 
     | 
    
         
            +
                      "size": "20000"
         
     | 
| 
      
 171 
     | 
    
         
            +
                    },
         
     | 
| 
      
 172 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 173 
     | 
    
         
            +
                      "address": "4840000",
         
     | 
| 
      
 174 
     | 
    
         
            +
                      "size": "1198"
         
     | 
| 
      
 175 
     | 
    
         
            +
                    }
         
     | 
| 
      
 176 
     | 
    
         
            +
                  },
         
     | 
| 
      
 177 
     | 
    
         
            +
                  "/usr/lib/drivers/smt_loadpin": {
         
     | 
| 
      
 178 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 179 
     | 
    
         
            +
                      "address": "f1000000c0288000",
         
     | 
| 
      
 180 
     | 
    
         
            +
                      "size": "2000"
         
     | 
| 
      
 181 
     | 
    
         
            +
                    },
         
     | 
| 
      
 182 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 183 
     | 
    
         
            +
                      "address": "f1000000c0289000",
         
     | 
| 
      
 184 
     | 
    
         
            +
                      "size": "78"
         
     | 
| 
      
 185 
     | 
    
         
            +
                    }
         
     | 
| 
      
 186 
     | 
    
         
            +
                  },
         
     | 
| 
      
 187 
     | 
    
         
            +
                  "/usr/lib/drivers/smt_load": {
         
     | 
| 
      
 188 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 189 
     | 
    
         
            +
                      "address": "f1000000c0280000",
         
     | 
| 
      
 190 
     | 
    
         
            +
                      "size": "6000"
         
     | 
| 
      
 191 
     | 
    
         
            +
                    },
         
     | 
| 
      
 192 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 193 
     | 
    
         
            +
                      "address": "f1000000c0285000",
         
     | 
| 
      
 194 
     | 
    
         
            +
                      "size": "698"
         
     | 
| 
      
 195 
     | 
    
         
            +
                    }
         
     | 
| 
      
 196 
     | 
    
         
            +
                  },
         
     | 
| 
      
 197 
     | 
    
         
            +
                  "/usr/pmapi/etc/pmsvcs": {
         
     | 
| 
      
 198 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 199 
     | 
    
         
            +
                      "address": "47e0000",
         
     | 
| 
      
 200 
     | 
    
         
            +
                      "size": "40000"
         
     | 
| 
      
 201 
     | 
    
         
            +
                    },
         
     | 
| 
      
 202 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 203 
     | 
    
         
            +
                      "address": "4810000",
         
     | 
| 
      
 204 
     | 
    
         
            +
                      "size": "334c"
         
     | 
| 
      
 205 
     | 
    
         
            +
                    }
         
     | 
| 
      
 206 
     | 
    
         
            +
                  },
         
     | 
| 
      
 207 
     | 
    
         
            +
                  "/usr/lib/drivers/perfvmmstat": {
         
     | 
| 
      
 208 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 209 
     | 
    
         
            +
                      "address": "47b0000",
         
     | 
| 
      
 210 
     | 
    
         
            +
                      "size": "20000"
         
     | 
| 
      
 211 
     | 
    
         
            +
                    },
         
     | 
| 
      
 212 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 213 
     | 
    
         
            +
                      "address": "47c0000",
         
     | 
| 
      
 214 
     | 
    
         
            +
                      "size": "9f0"
         
     | 
| 
      
 215 
     | 
    
         
            +
                    }
         
     | 
| 
      
 216 
     | 
    
         
            +
                  },
         
     | 
| 
      
 217 
     | 
    
         
            +
                  "/usr/lib/drivers/ptydd": {
         
     | 
| 
      
 218 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 219 
     | 
    
         
            +
                      "address": "f1000000c0264000",
         
     | 
| 
      
 220 
     | 
    
         
            +
                      "size": "1c000"
         
     | 
| 
      
 221 
     | 
    
         
            +
                    },
         
     | 
| 
      
 222 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 223 
     | 
    
         
            +
                      "address": "f1000000c027d000",
         
     | 
| 
      
 224 
     | 
    
         
            +
                      "size": "2154"
         
     | 
| 
      
 225 
     | 
    
         
            +
                    }
         
     | 
| 
      
 226 
     | 
    
         
            +
                  },
         
     | 
| 
      
 227 
     | 
    
         
            +
                  "/usr/lib/perf/perfstat": {
         
     | 
| 
      
 228 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 229 
     | 
    
         
            +
                      "address": "4780000",
         
     | 
| 
      
 230 
     | 
    
         
            +
                      "size": "30000"
         
     | 
| 
      
 231 
     | 
    
         
            +
                    },
         
     | 
| 
      
 232 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 233 
     | 
    
         
            +
                      "address": "47a0000",
         
     | 
| 
      
 234 
     | 
    
         
            +
                      "size": "f14"
         
     | 
| 
      
 235 
     | 
    
         
            +
                    }
         
     | 
| 
      
 236 
     | 
    
         
            +
                  },
         
     | 
| 
      
 237 
     | 
    
         
            +
                  "/usr/lib/drivers/netinet": {
         
     | 
| 
      
 238 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 239 
     | 
    
         
            +
                      "address": "4540000",
         
     | 
| 
      
 240 
     | 
    
         
            +
                      "size": "240000"
         
     | 
| 
      
 241 
     | 
    
         
            +
                    },
         
     | 
| 
      
 242 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 243 
     | 
    
         
            +
                      "address": "4630000",
         
     | 
| 
      
 244 
     | 
    
         
            +
                      "size": "14b8c0"
         
     | 
| 
      
 245 
     | 
    
         
            +
                    }
         
     | 
| 
      
 246 
     | 
    
         
            +
                  },
         
     | 
| 
      
 247 
     | 
    
         
            +
                  "/usr/lib/drivers/crypto/clickext": {
         
     | 
| 
      
 248 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 249 
     | 
    
         
            +
                      "address": "f1000000c0214000",
         
     | 
| 
      
 250 
     | 
    
         
            +
                      "size": "50000"
         
     | 
| 
      
 251 
     | 
    
         
            +
                    },
         
     | 
| 
      
 252 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 253 
     | 
    
         
            +
                      "address": "f1000000c0257000",
         
     | 
| 
      
 254 
     | 
    
         
            +
                      "size": "b148"
         
     | 
| 
      
 255 
     | 
    
         
            +
                    }
         
     | 
| 
      
 256 
     | 
    
         
            +
                  },
         
     | 
| 
      
 257 
     | 
    
         
            +
                  "/usr/lib/drivers/ldterm": {
         
     | 
| 
      
 258 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 259 
     | 
    
         
            +
                      "address": "f1000000c01f9000",
         
     | 
| 
      
 260 
     | 
    
         
            +
                      "size": "1b000"
         
     | 
| 
      
 261 
     | 
    
         
            +
                    },
         
     | 
| 
      
 262 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 263 
     | 
    
         
            +
                      "address": "f1000000c0212000",
         
     | 
| 
      
 264 
     | 
    
         
            +
                      "size": "16d8"
         
     | 
| 
      
 265 
     | 
    
         
            +
                    }
         
     | 
| 
      
 266 
     | 
    
         
            +
                  },
         
     | 
| 
      
 267 
     | 
    
         
            +
                  "/usr/lib/drivers/vconsdd": {
         
     | 
| 
      
 268 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 269 
     | 
    
         
            +
                      "address": "f1000000c01f0000",
         
     | 
| 
      
 270 
     | 
    
         
            +
                      "size": "9000"
         
     | 
| 
      
 271 
     | 
    
         
            +
                    },
         
     | 
| 
      
 272 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 273 
     | 
    
         
            +
                      "address": "f1000000c01f8000",
         
     | 
| 
      
 274 
     | 
    
         
            +
                      "size": "788"
         
     | 
| 
      
 275 
     | 
    
         
            +
                    }
         
     | 
| 
      
 276 
     | 
    
         
            +
                  },
         
     | 
| 
      
 277 
     | 
    
         
            +
                  "/usr/lib/drivers/sfwcomdd": {
         
     | 
| 
      
 278 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 279 
     | 
    
         
            +
                      "address": "44f0000",
         
     | 
| 
      
 280 
     | 
    
         
            +
                      "size": "40000"
         
     | 
| 
      
 281 
     | 
    
         
            +
                    },
         
     | 
| 
      
 282 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 283 
     | 
    
         
            +
                      "address": "4520000",
         
     | 
| 
      
 284 
     | 
    
         
            +
                      "size": "9350"
         
     | 
| 
      
 285 
     | 
    
         
            +
                    }
         
     | 
| 
      
 286 
     | 
    
         
            +
                  },
         
     | 
| 
      
 287 
     | 
    
         
            +
                  "/usr/lib/drivers/storfwork": {
         
     | 
| 
      
 288 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 289 
     | 
    
         
            +
                      "address": "44b0000",
         
     | 
| 
      
 290 
     | 
    
         
            +
                      "size": "40000"
         
     | 
| 
      
 291 
     | 
    
         
            +
                    },
         
     | 
| 
      
 292 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 293 
     | 
    
         
            +
                      "address": "44e0000",
         
     | 
| 
      
 294 
     | 
    
         
            +
                      "size": "4028"
         
     | 
| 
      
 295 
     | 
    
         
            +
                    }
         
     | 
| 
      
 296 
     | 
    
         
            +
                  },
         
     | 
| 
      
 297 
     | 
    
         
            +
                  "/etc/drivers/coreprobe.ext": {
         
     | 
| 
      
 298 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 299 
     | 
    
         
            +
                      "address": "f1000000c01e8000",
         
     | 
| 
      
 300 
     | 
    
         
            +
                      "size": "5000"
         
     | 
| 
      
 301 
     | 
    
         
            +
                    },
         
     | 
| 
      
 302 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 303 
     | 
    
         
            +
                      "address": "f1000000c01ec000",
         
     | 
| 
      
 304 
     | 
    
         
            +
                      "size": "2b0"
         
     | 
| 
      
 305 
     | 
    
         
            +
                    }
         
     | 
| 
      
 306 
     | 
    
         
            +
                  },
         
     | 
| 
      
 307 
     | 
    
         
            +
                  "/usr/lib/drivers/syscalls64.ext": {
         
     | 
| 
      
 308 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 309 
     | 
    
         
            +
                      "address": "f1000000c01e6000",
         
     | 
| 
      
 310 
     | 
    
         
            +
                      "size": "2000"
         
     | 
| 
      
 311 
     | 
    
         
            +
                    },
         
     | 
| 
      
 312 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 313 
     | 
    
         
            +
                      "address": "f1000000c01e7000",
         
     | 
| 
      
 314 
     | 
    
         
            +
                      "size": "98"
         
     | 
| 
      
 315 
     | 
    
         
            +
                    }
         
     | 
| 
      
 316 
     | 
    
         
            +
                  },
         
     | 
| 
      
 317 
     | 
    
         
            +
                  "/usr/lib/drivers/pse/tirdwr": {
         
     | 
| 
      
 318 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 319 
     | 
    
         
            +
                      "address": "f1000000c01e2000",
         
     | 
| 
      
 320 
     | 
    
         
            +
                      "size": "4000"
         
     | 
| 
      
 321 
     | 
    
         
            +
                    },
         
     | 
| 
      
 322 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 323 
     | 
    
         
            +
                      "address": "f1000000c01e5000",
         
     | 
| 
      
 324 
     | 
    
         
            +
                      "size": "498"
         
     | 
| 
      
 325 
     | 
    
         
            +
                    }
         
     | 
| 
      
 326 
     | 
    
         
            +
                  },
         
     | 
| 
      
 327 
     | 
    
         
            +
                  "/usr/lib/drivers/pse/timod": {
         
     | 
| 
      
 328 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 329 
     | 
    
         
            +
                      "address": "f1000000c01de000",
         
     | 
| 
      
 330 
     | 
    
         
            +
                      "size": "4000"
         
     | 
| 
      
 331 
     | 
    
         
            +
                    },
         
     | 
| 
      
 332 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 333 
     | 
    
         
            +
                      "address": "f1000000c01e1000",
         
     | 
| 
      
 334 
     | 
    
         
            +
                      "size": "580"
         
     | 
| 
      
 335 
     | 
    
         
            +
                    }
         
     | 
| 
      
 336 
     | 
    
         
            +
                  },
         
     | 
| 
      
 337 
     | 
    
         
            +
                  "/usr/lib/drivers/pse/xtiso": {
         
     | 
| 
      
 338 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 339 
     | 
    
         
            +
                      "address": "f1000000c01c1000",
         
     | 
| 
      
 340 
     | 
    
         
            +
                      "size": "1d000"
         
     | 
| 
      
 341 
     | 
    
         
            +
                    },
         
     | 
| 
      
 342 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 343 
     | 
    
         
            +
                      "address": "f1000000c01dc000",
         
     | 
| 
      
 344 
     | 
    
         
            +
                      "size": "10f8"
         
     | 
| 
      
 345 
     | 
    
         
            +
                    }
         
     | 
| 
      
 346 
     | 
    
         
            +
                  },
         
     | 
| 
      
 347 
     | 
    
         
            +
                  "/usr/lib/drivers/pse/stdmod": {
         
     | 
| 
      
 348 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 349 
     | 
    
         
            +
                      "address": "f1000000c01bf000",
         
     | 
| 
      
 350 
     | 
    
         
            +
                      "size": "2000"
         
     | 
| 
      
 351 
     | 
    
         
            +
                    },
         
     | 
| 
      
 352 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 353 
     | 
    
         
            +
                      "address": "f1000000c01c0000",
         
     | 
| 
      
 354 
     | 
    
         
            +
                      "size": "9d0"
         
     | 
| 
      
 355 
     | 
    
         
            +
                    }
         
     | 
| 
      
 356 
     | 
    
         
            +
                  },
         
     | 
| 
      
 357 
     | 
    
         
            +
                  "/usr/lib/drivers/pse/sc": {
         
     | 
| 
      
 358 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 359 
     | 
    
         
            +
                      "address": "f1000000c01bb000",
         
     | 
| 
      
 360 
     | 
    
         
            +
                      "size": "3000"
         
     | 
| 
      
 361 
     | 
    
         
            +
                    },
         
     | 
| 
      
 362 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 363 
     | 
    
         
            +
                      "address": "f1000000c01bd000",
         
     | 
| 
      
 364 
     | 
    
         
            +
                      "size": "610"
         
     | 
| 
      
 365 
     | 
    
         
            +
                    }
         
     | 
| 
      
 366 
     | 
    
         
            +
                  },
         
     | 
| 
      
 367 
     | 
    
         
            +
                  "/usr/lib/drivers/pse/spx": {
         
     | 
| 
      
 368 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 369 
     | 
    
         
            +
                      "address": "f1000000c01b7000",
         
     | 
| 
      
 370 
     | 
    
         
            +
                      "size": "3000"
         
     | 
| 
      
 371 
     | 
    
         
            +
                    },
         
     | 
| 
      
 372 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 373 
     | 
    
         
            +
                      "address": "f1000000c01b9000",
         
     | 
| 
      
 374 
     | 
    
         
            +
                      "size": "2b0"
         
     | 
| 
      
 375 
     | 
    
         
            +
                    }
         
     | 
| 
      
 376 
     | 
    
         
            +
                  },
         
     | 
| 
      
 377 
     | 
    
         
            +
                  "/usr/lib/drivers/pse/stddev": {
         
     | 
| 
      
 378 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 379 
     | 
    
         
            +
                      "address": "f1000000c01b3000",
         
     | 
| 
      
 380 
     | 
    
         
            +
                      "size": "3000"
         
     | 
| 
      
 381 
     | 
    
         
            +
                    },
         
     | 
| 
      
 382 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 383 
     | 
    
         
            +
                      "address": "f1000000c01b5000",
         
     | 
| 
      
 384 
     | 
    
         
            +
                      "size": "940"
         
     | 
| 
      
 385 
     | 
    
         
            +
                    }
         
     | 
| 
      
 386 
     | 
    
         
            +
                  },
         
     | 
| 
      
 387 
     | 
    
         
            +
                  "/usr/lib/drivers/ttydbg": {
         
     | 
| 
      
 388 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 389 
     | 
    
         
            +
                      "address": "f1000000c01b1000",
         
     | 
| 
      
 390 
     | 
    
         
            +
                      "size": "2000"
         
     | 
| 
      
 391 
     | 
    
         
            +
                    },
         
     | 
| 
      
 392 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 393 
     | 
    
         
            +
                      "address": "f1000000c01b2000",
         
     | 
| 
      
 394 
     | 
    
         
            +
                      "size": "4d0"
         
     | 
| 
      
 395 
     | 
    
         
            +
                    }
         
     | 
| 
      
 396 
     | 
    
         
            +
                  },
         
     | 
| 
      
 397 
     | 
    
         
            +
                  "/usr/lib/drivers/ttydbg_pinned": {
         
     | 
| 
      
 398 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 399 
     | 
    
         
            +
                      "address": "f1000000c01ad000",
         
     | 
| 
      
 400 
     | 
    
         
            +
                      "size": "4000"
         
     | 
| 
      
 401 
     | 
    
         
            +
                    },
         
     | 
| 
      
 402 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 403 
     | 
    
         
            +
                      "address": "f1000000c01b0000",
         
     | 
| 
      
 404 
     | 
    
         
            +
                      "size": "440"
         
     | 
| 
      
 405 
     | 
    
         
            +
                    }
         
     | 
| 
      
 406 
     | 
    
         
            +
                  },
         
     | 
| 
      
 407 
     | 
    
         
            +
                  "/usr/lib/drivers/pse/pse": {
         
     | 
| 
      
 408 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 409 
     | 
    
         
            +
                      "address": "f1000000c0154000",
         
     | 
| 
      
 410 
     | 
    
         
            +
                      "size": "59000"
         
     | 
| 
      
 411 
     | 
    
         
            +
                    },
         
     | 
| 
      
 412 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 413 
     | 
    
         
            +
                      "address": "f1000000c01a4000",
         
     | 
| 
      
 414 
     | 
    
         
            +
                      "size": "7f88"
         
     | 
| 
      
 415 
     | 
    
         
            +
                    }
         
     | 
| 
      
 416 
     | 
    
         
            +
                  },
         
     | 
| 
      
 417 
     | 
    
         
            +
                  "/usr/lib/drivers/iscsidd": {
         
     | 
| 
      
 418 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 419 
     | 
    
         
            +
                      "address": "4450000",
         
     | 
| 
      
 420 
     | 
    
         
            +
                      "size": "50000"
         
     | 
| 
      
 421 
     | 
    
         
            +
                    },
         
     | 
| 
      
 422 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 423 
     | 
    
         
            +
                      "address": "4490000",
         
     | 
| 
      
 424 
     | 
    
         
            +
                      "size": "7ea8"
         
     | 
| 
      
 425 
     | 
    
         
            +
                    }
         
     | 
| 
      
 426 
     | 
    
         
            +
                  },
         
     | 
| 
      
 427 
     | 
    
         
            +
                  "/usr/lib/drivers/hd_pin_bot": {
         
     | 
| 
      
 428 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 429 
     | 
    
         
            +
                      "address": "43e0000",
         
     | 
| 
      
 430 
     | 
    
         
            +
                      "size": "70000"
         
     | 
| 
      
 431 
     | 
    
         
            +
                    },
         
     | 
| 
      
 432 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 433 
     | 
    
         
            +
                      "address": "4420000",
         
     | 
| 
      
 434 
     | 
    
         
            +
                      "size": "20d10"
         
     | 
| 
      
 435 
     | 
    
         
            +
                    }
         
     | 
| 
      
 436 
     | 
    
         
            +
                  },
         
     | 
| 
      
 437 
     | 
    
         
            +
                  "/usr/lib/drivers/hd_pin": {
         
     | 
| 
      
 438 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 439 
     | 
    
         
            +
                      "address": "43a0000",
         
     | 
| 
      
 440 
     | 
    
         
            +
                      "size": "40000"
         
     | 
| 
      
 441 
     | 
    
         
            +
                    },
         
     | 
| 
      
 442 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 443 
     | 
    
         
            +
                      "address": "43d0000",
         
     | 
| 
      
 444 
     | 
    
         
            +
                      "size": "1f90"
         
     | 
| 
      
 445 
     | 
    
         
            +
                    }
         
     | 
| 
      
 446 
     | 
    
         
            +
                  },
         
     | 
| 
      
 447 
     | 
    
         
            +
                  "/usr/lib/drivers/aixdiskpcmke": {
         
     | 
| 
      
 448 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 449 
     | 
    
         
            +
                      "address": "4350000",
         
     | 
| 
      
 450 
     | 
    
         
            +
                      "size": "50000"
         
     | 
| 
      
 451 
     | 
    
         
            +
                    },
         
     | 
| 
      
 452 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 453 
     | 
    
         
            +
                      "address": "4390000",
         
     | 
| 
      
 454 
     | 
    
         
            +
                      "size": "8310"
         
     | 
| 
      
 455 
     | 
    
         
            +
                    }
         
     | 
| 
      
 456 
     | 
    
         
            +
                  },
         
     | 
| 
      
 457 
     | 
    
         
            +
                  "/etc/drivers/scsidiskpin": {
         
     | 
| 
      
 458 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 459 
     | 
    
         
            +
                      "address": "42f0000",
         
     | 
| 
      
 460 
     | 
    
         
            +
                      "size": "60000"
         
     | 
| 
      
 461 
     | 
    
         
            +
                    },
         
     | 
| 
      
 462 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 463 
     | 
    
         
            +
                      "address": "4340000",
         
     | 
| 
      
 464 
     | 
    
         
            +
                      "size": "ad50"
         
     | 
| 
      
 465 
     | 
    
         
            +
                    }
         
     | 
| 
      
 466 
     | 
    
         
            +
                  },
         
     | 
| 
      
 467 
     | 
    
         
            +
                  "/usr/lib/drivers/scsidisk": {
         
     | 
| 
      
 468 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 469 
     | 
    
         
            +
                      "address": "42c0000",
         
     | 
| 
      
 470 
     | 
    
         
            +
                      "size": "30000"
         
     | 
| 
      
 471 
     | 
    
         
            +
                    },
         
     | 
| 
      
 472 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 473 
     | 
    
         
            +
                      "address": "42e0000",
         
     | 
| 
      
 474 
     | 
    
         
            +
                      "size": "c98"
         
     | 
| 
      
 475 
     | 
    
         
            +
                    }
         
     | 
| 
      
 476 
     | 
    
         
            +
                  },
         
     | 
| 
      
 477 
     | 
    
         
            +
                  "/usr/lib/drivers/vscsi_initdd": {
         
     | 
| 
      
 478 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 479 
     | 
    
         
            +
                      "address": "f1000000c0130000",
         
     | 
| 
      
 480 
     | 
    
         
            +
                      "size": "24000"
         
     | 
| 
      
 481 
     | 
    
         
            +
                    },
         
     | 
| 
      
 482 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 483 
     | 
    
         
            +
                      "address": "f1000000c0151000",
         
     | 
| 
      
 484 
     | 
    
         
            +
                      "size": "2783"
         
     | 
| 
      
 485 
     | 
    
         
            +
                    }
         
     | 
| 
      
 486 
     | 
    
         
            +
                  },
         
     | 
| 
      
 487 
     | 
    
         
            +
                  "/usr/lib/drivers/eth_demux": {
         
     | 
| 
      
 488 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 489 
     | 
    
         
            +
                      "address": "4290000",
         
     | 
| 
      
 490 
     | 
    
         
            +
                      "size": "20000"
         
     | 
| 
      
 491 
     | 
    
         
            +
                    },
         
     | 
| 
      
 492 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 493 
     | 
    
         
            +
                      "address": "42a0000",
         
     | 
| 
      
 494 
     | 
    
         
            +
                      "size": "410"
         
     | 
| 
      
 495 
     | 
    
         
            +
                    }
         
     | 
| 
      
 496 
     | 
    
         
            +
                  },
         
     | 
| 
      
 497 
     | 
    
         
            +
                  "/usr/lib/drivers/vioentdd": {
         
     | 
| 
      
 498 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 499 
     | 
    
         
            +
                      "address": "4260000",
         
     | 
| 
      
 500 
     | 
    
         
            +
                      "size": "30000"
         
     | 
| 
      
 501 
     | 
    
         
            +
                    },
         
     | 
| 
      
 502 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 503 
     | 
    
         
            +
                      "address": "4280000",
         
     | 
| 
      
 504 
     | 
    
         
            +
                      "size": "fe60"
         
     | 
| 
      
 505 
     | 
    
         
            +
                    }
         
     | 
| 
      
 506 
     | 
    
         
            +
                  },
         
     | 
| 
      
 507 
     | 
    
         
            +
                  "/usr/lib/drivers/vdev_busdd": {
         
     | 
| 
      
 508 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 509 
     | 
    
         
            +
                      "address": "4230000",
         
     | 
| 
      
 510 
     | 
    
         
            +
                      "size": "30000"
         
     | 
| 
      
 511 
     | 
    
         
            +
                    },
         
     | 
| 
      
 512 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 513 
     | 
    
         
            +
                      "address": "4250000",
         
     | 
| 
      
 514 
     | 
    
         
            +
                      "size": "2a34"
         
     | 
| 
      
 515 
     | 
    
         
            +
                    }
         
     | 
| 
      
 516 
     | 
    
         
            +
                  },
         
     | 
| 
      
 517 
     | 
    
         
            +
                  "/usr/lib/drivers/planar_pal_chrp": {
         
     | 
| 
      
 518 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 519 
     | 
    
         
            +
                      "address": "41f0000",
         
     | 
| 
      
 520 
     | 
    
         
            +
                      "size": "40000"
         
     | 
| 
      
 521 
     | 
    
         
            +
                    },
         
     | 
| 
      
 522 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 523 
     | 
    
         
            +
                      "address": "4220000",
         
     | 
| 
      
 524 
     | 
    
         
            +
                      "size": "cbd8"
         
     | 
| 
      
 525 
     | 
    
         
            +
                    }
         
     | 
| 
      
 526 
     | 
    
         
            +
                  },
         
     | 
| 
      
 527 
     | 
    
         
            +
                  "/unix": {
         
     | 
| 
      
 528 
     | 
    
         
            +
                    "text": {
         
     | 
| 
      
 529 
     | 
    
         
            +
                      "address": "28b6e50",
         
     | 
| 
      
 530 
     | 
    
         
            +
                      "size": "0"
         
     | 
| 
      
 531 
     | 
    
         
            +
                    },
         
     | 
| 
      
 532 
     | 
    
         
            +
                    "data": {
         
     | 
| 
      
 533 
     | 
    
         
            +
                      "address": "0",
         
     | 
| 
      
 534 
     | 
    
         
            +
                      "size": "2c0def0"
         
     | 
| 
      
 535 
     | 
    
         
            +
                    }
         
     | 
| 
      
 536 
     | 
    
         
            +
                  }
         
     | 
| 
      
 537 
     | 
    
         
            +
                }
         
     | 
| 
      
 538 
     | 
    
         
            +
              },
         
     | 
| 
      
 539 
     | 
    
         
            +
              "os": "aix",
         
     | 
| 
      
 540 
     | 
    
         
            +
              "os_version": "1",
         
     | 
| 
      
 541 
     | 
    
         
            +
              "platform": "aix",
         
     | 
| 
      
 542 
     | 
    
         
            +
              "platform_version": "6.1",
         
     | 
| 
      
 543 
     | 
    
         
            +
              "platform_family": "aix",
         
     | 
| 
      
 544 
     | 
    
         
            +
              "command": {
         
     | 
| 
      
 545 
     | 
    
         
            +
                "ps": "ps -ef"
         
     | 
| 
      
 546 
     | 
    
         
            +
              },
         
     | 
| 
      
 547 
     | 
    
         
            +
              "dmi": {
         
     | 
| 
      
 548 
     | 
    
         
            +
             
     | 
| 
      
 549 
     | 
    
         
            +
              },
         
     | 
| 
      
 550 
     | 
    
         
            +
              "ohai_time": 1411621630.957907,
         
     | 
| 
      
 551 
     | 
    
         
            +
              "languages": {
         
     | 
| 
      
 552 
     | 
    
         
            +
                "ruby": {
         
     | 
| 
      
 553 
     | 
    
         
            +
                  "bin_dir": "/usr/local/bin",
         
     | 
| 
      
 554 
     | 
    
         
            +
                  "gem_bin": "/usr/local/bin/gem",
         
     | 
| 
      
 555 
     | 
    
         
            +
                  "gems_dir": "/usr/local/gems",
         
     | 
| 
      
 556 
     | 
    
         
            +
                  "ruby_bin": "/usr/local/bin/ruby"
         
     | 
| 
      
 557 
     | 
    
         
            +
                }
         
     | 
| 
      
 558 
     | 
    
         
            +
              },
         
     | 
| 
      
 559 
     | 
    
         
            +
              "chef_packages": {
         
     | 
| 
      
 560 
     | 
    
         
            +
                "chef": {
         
     | 
| 
      
 561 
     | 
    
         
            +
                  "version": "12.0.0.alpha.0",
         
     | 
| 
      
 562 
     | 
    
         
            +
                  "chef_root": "/usr/local/gems/chef-12.0.0.alpha.0/lib"
         
     | 
| 
      
 563 
     | 
    
         
            +
                },
         
     | 
| 
      
 564 
     | 
    
         
            +
                "ohai": {
         
     | 
| 
      
 565 
     | 
    
         
            +
                  "version": "7.2.0",
         
     | 
| 
      
 566 
     | 
    
         
            +
                  "ohai_root": "/usr/local/gems/ohai-7.2.0/lib/ohai"
         
     | 
| 
      
 567 
     | 
    
         
            +
                }
         
     | 
| 
      
 568 
     | 
    
         
            +
              },
         
     | 
| 
      
 569 
     | 
    
         
            +
              "counters": {
         
     | 
| 
      
 570 
     | 
    
         
            +
                "network": {
         
     | 
| 
      
 571 
     | 
    
         
            +
                  "interfaces": {
         
     | 
| 
      
 572 
     | 
    
         
            +
                    "eth0": {
         
     | 
| 
      
 573 
     | 
    
         
            +
                      "rx": {
         
     | 
| 
      
 574 
     | 
    
         
            +
                        "bytes": "0",
         
     | 
| 
      
 575 
     | 
    
         
            +
                        "packets": "0",
         
     | 
| 
      
 576 
     | 
    
         
            +
                        "errors": "0",
         
     | 
| 
      
 577 
     | 
    
         
            +
                        "drop": 0,
         
     | 
| 
      
 578 
     | 
    
         
            +
                        "overrun": 0,
         
     | 
| 
      
 579 
     | 
    
         
            +
                        "frame": 0,
         
     | 
| 
      
 580 
     | 
    
         
            +
                        "compressed": 0,
         
     | 
| 
      
 581 
     | 
    
         
            +
                        "multicast": 0
         
     | 
| 
      
 582 
     | 
    
         
            +
                      },
         
     | 
| 
      
 583 
     | 
    
         
            +
                      "tx": {
         
     | 
| 
      
 584 
     | 
    
         
            +
                        "bytes": "342",
         
     | 
| 
      
 585 
     | 
    
         
            +
                        "packets": "0",
         
     | 
| 
      
 586 
     | 
    
         
            +
                        "errors": "0",
         
     | 
| 
      
 587 
     | 
    
         
            +
                        "drop": 0,
         
     | 
| 
      
 588 
     | 
    
         
            +
                        "overrun": 0,
         
     | 
| 
      
 589 
     | 
    
         
            +
                        "collisions": "0",
         
     | 
| 
      
 590 
     | 
    
         
            +
                        "carrier": 0,
         
     | 
| 
      
 591 
     | 
    
         
            +
                        "compressed": 0
         
     | 
| 
      
 592 
     | 
    
         
            +
                      }
         
     | 
| 
      
 593 
     | 
    
         
            +
                    }
         
     | 
| 
      
 594 
     | 
    
         
            +
                  }
         
     | 
| 
      
 595 
     | 
    
         
            +
                }
         
     | 
| 
      
 596 
     | 
    
         
            +
              },
         
     | 
| 
      
 597 
     | 
    
         
            +
              "current_user": "fauxhai",
         
     | 
| 
      
 598 
     | 
    
         
            +
              "domain": "local",
         
     | 
| 
      
 599 
     | 
    
         
            +
              "etc": {
         
     | 
| 
      
 600 
     | 
    
         
            +
                "passwd": {
         
     | 
| 
      
 601 
     | 
    
         
            +
                  "fauxhai": {
         
     | 
| 
      
 602 
     | 
    
         
            +
                    "dir": "/home/fauxhai",
         
     | 
| 
      
 603 
     | 
    
         
            +
                    "gid": 0,
         
     | 
| 
      
 604 
     | 
    
         
            +
                    "uid": 0,
         
     | 
| 
      
 605 
     | 
    
         
            +
                    "shell": "/bin/bash",
         
     | 
| 
      
 606 
     | 
    
         
            +
                    "gecos": "Fauxhai"
         
     | 
| 
      
 607 
     | 
    
         
            +
                  }
         
     | 
| 
      
 608 
     | 
    
         
            +
                },
         
     | 
| 
      
 609 
     | 
    
         
            +
                "group": {
         
     | 
| 
      
 610 
     | 
    
         
            +
                  "fauxhai": {
         
     | 
| 
      
 611 
     | 
    
         
            +
                    "gid": 0,
         
     | 
| 
      
 612 
     | 
    
         
            +
                    "members": [
         
     | 
| 
      
 613 
     | 
    
         
            +
                      "fauxhai"
         
     | 
| 
      
 614 
     | 
    
         
            +
                    ]
         
     | 
| 
      
 615 
     | 
    
         
            +
                  }
         
     | 
| 
      
 616 
     | 
    
         
            +
                }
         
     | 
| 
      
 617 
     | 
    
         
            +
              },
         
     | 
| 
      
 618 
     | 
    
         
            +
              "hostname": "Fauxhai",
         
     | 
| 
      
 619 
     | 
    
         
            +
              "fqdn": "fauxhai.local",
         
     | 
| 
      
 620 
     | 
    
         
            +
              "ipaddress": "10.0.0.2",
         
     | 
| 
      
 621 
     | 
    
         
            +
              "keys": {
         
     | 
| 
      
 622 
     | 
    
         
            +
                "ssh": {
         
     | 
| 
      
 623 
     | 
    
         
            +
                  "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
         
     | 
| 
      
 624 
     | 
    
         
            +
                  "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
         
     | 
| 
      
 625 
     | 
    
         
            +
                }
         
     | 
| 
      
 626 
     | 
    
         
            +
              },
         
     | 
| 
      
 627 
     | 
    
         
            +
              "macaddress": "11:11:11:11:11:11",
         
     | 
| 
      
 628 
     | 
    
         
            +
              "network": {
         
     | 
| 
      
 629 
     | 
    
         
            +
                "default_gateway": "10.0.0.1",
         
     | 
| 
      
 630 
     | 
    
         
            +
                "default_interface": "eth0",
         
     | 
| 
      
 631 
     | 
    
         
            +
                "settings": {
         
     | 
| 
      
 632 
     | 
    
         
            +
             
     | 
| 
      
 633 
     | 
    
         
            +
                },
         
     | 
| 
      
 634 
     | 
    
         
            +
                "interfaces": {
         
     | 
| 
      
 635 
     | 
    
         
            +
                  "eth0": {
         
     | 
| 
      
 636 
     | 
    
         
            +
                    "addresses": {
         
     | 
| 
      
 637 
     | 
    
         
            +
                      "10.0.0.2": {
         
     | 
| 
      
 638 
     | 
    
         
            +
                        "broadcast": "10.0.0.255",
         
     | 
| 
      
 639 
     | 
    
         
            +
                        "family": "inet",
         
     | 
| 
      
 640 
     | 
    
         
            +
                        "netmask": "255.255.255.0",
         
     | 
| 
      
 641 
     | 
    
         
            +
                        "prefixlen": "23",
         
     | 
| 
      
 642 
     | 
    
         
            +
                        "scope": "Global"
         
     | 
| 
      
 643 
     | 
    
         
            +
                      }
         
     | 
| 
      
 644 
     | 
    
         
            +
                    },
         
     | 
| 
      
 645 
     | 
    
         
            +
                    "arp": {
         
     | 
| 
      
 646 
     | 
    
         
            +
                      "10.0.0.1": "fe:ff:ff:ff:ff:ff"
         
     | 
| 
      
 647 
     | 
    
         
            +
                    },
         
     | 
| 
      
 648 
     | 
    
         
            +
                    "encapsulation": "Ethernet",
         
     | 
| 
      
 649 
     | 
    
         
            +
                    "flags": [
         
     | 
| 
      
 650 
     | 
    
         
            +
                      "BROADCAST",
         
     | 
| 
      
 651 
     | 
    
         
            +
                      "MULTICAST",
         
     | 
| 
      
 652 
     | 
    
         
            +
                      "UP",
         
     | 
| 
      
 653 
     | 
    
         
            +
                      "LOWER_UP"
         
     | 
| 
      
 654 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 655 
     | 
    
         
            +
                    "mtu": "1500",
         
     | 
| 
      
 656 
     | 
    
         
            +
                    "number": "0",
         
     | 
| 
      
 657 
     | 
    
         
            +
                    "routes": {
         
     | 
| 
      
 658 
     | 
    
         
            +
                      "10.0.0.0/255": {
         
     | 
| 
      
 659 
     | 
    
         
            +
                        "scope": "link",
         
     | 
| 
      
 660 
     | 
    
         
            +
                        "src": "10.0.0.2"
         
     | 
| 
      
 661 
     | 
    
         
            +
                      }
         
     | 
| 
      
 662 
     | 
    
         
            +
                    },
         
     | 
| 
      
 663 
     | 
    
         
            +
                    "state": "up",
         
     | 
| 
      
 664 
     | 
    
         
            +
                    "type": "eth"
         
     | 
| 
      
 665 
     | 
    
         
            +
                  }
         
     | 
| 
      
 666 
     | 
    
         
            +
                }
         
     | 
| 
      
 667 
     | 
    
         
            +
              },
         
     | 
| 
      
 668 
     | 
    
         
            +
              "uptime": "30 days 15 hours 07 minutes 30 seconds",
         
     | 
| 
      
 669 
     | 
    
         
            +
              "uptime_seconds": 2646450,
         
     | 
| 
      
 670 
     | 
    
         
            +
              "cpu": {
         
     | 
| 
      
 671 
     | 
    
         
            +
                "real": 1,
         
     | 
| 
      
 672 
     | 
    
         
            +
                "total": 1
         
     | 
| 
      
 673 
     | 
    
         
            +
              },
         
     | 
| 
      
 674 
     | 
    
         
            +
              "memory": {
         
     | 
| 
      
 675 
     | 
    
         
            +
                "total": "1024MB"
         
     | 
| 
      
 676 
     | 
    
         
            +
              }
         
     | 
| 
      
 677 
     | 
    
         
            +
            }
         
     |