ssh vagrant ssh Last login: Wed Feb 21 13:11:15 2018 from 172.17.0.1 Welcome to the Pulp dev environment! Here are some tips: * Your code is all checked out inside of ~/devel/. * The default username:password is admin:admin. When your session expires, you can log in again with pulp-admin login -u admin * You can type workon to quickly cd to a project dir and activate its virtualenv. For example: $ workon pulp_python Similarly, run "workon pulp" to jump into the pulp platform virtualenv. * Each project has a "run-tests.py" to run the unit tests. * There are a set of bash functions in your .bashrc that are useful. Run 'phelp' to list the available functions and what they do. * phttp is an alias that gives you authenticated access to the rest API using httpie: phttp https://localhost/pulp/api/v2/repositories/zoo/ * You can ssh into your vagrant environment with vagrant ssh, but presumably you already know this since you are reading this message :) More information can be found at http://docs.pulpproject.org/en/latest/dev-guide/ and you can ask questions in #pulp on Freenode IRC. Happy hacking, and thanks for your contribution! ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ spulp-admin -urpm repo create --repo-id modulerepoarity_repo --feed-url http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/27/Server/x86_64/os/ Command: create Description: creates a new repository Available Arguments: --repo-id - (required) unique identifier; only alphanumeric, ., -, and _ allowed --display-name - user-readable display name (may contain i18n characters) --description - user-readable description (may contain i18n characters) --note - adds/updates/deletes notes to programmatically identify the resource; key-value pairs must be separated by an equal sign (e.g. key=value); multiple notes can be changed by specifying this option multiple times; notes are deleted by specifying "" as the value Synchronization --feed - URL of the external source repository to sync --validate - if "true", the size and checksum of each synchronized file will be verified against the repo metadata --skip - comma-separated list of types to omit when synchronizing, if not specified all types will be synchronized; valid values are: rpm, drpm, distribution, erratum --require-signature - Require that imported packages should be signed. Defaults to False --allowed-keys - List of allowed signature keys that imported packages can be signed with. Comma separated values. Feed SSL --feed-ca-cert - full path to the CA certificate that should be used to verify the external repo server's SSL certificate --verify-feed-ssl - if "true", the feed's SSL certificate will be verified against the feed_ca_cert --feed-cert - full path to the certificate to use for authorization when accessing the external feed --feed-key - full path to the private key for feed_cert Feed Proxy --proxy-host - proxy server url to use --proxy-port - port on the proxy server to make requests --proxy-user - username used to authenticate with the proxy server --proxy-pass - password used to authenticate with the proxy server Basic Authentication --basicauth-user - username used to authenticate with sync location via HTTP basic auth --basicauth-pass - password used to authenticate with sync location via HTTP basic auth Throttling --max-downloads - maximum number of downloads that will run concurrently --max-speed - maximum bandwidth used per download thread, in bytes/sec, when synchronizing the repo Repository Content Behavior --remove-missing - if "true", units that were previously in the external feed but are no longer found will be removed from the repository; defaults to false --retain-old-count - count indicating how many non-latest versions of a unit to keep in a repository Download Policy --download-policy - content downloading policy (immediate | background | on_demand) Publishing --relative-url - relative path the repository will be served from. Only alphanumeric characters, forward slashes, underscores and dashes are allowed. It defaults to the relative path of the feed URL --serve-http - if "true", the repository will be served over HTTP; defaults to false --serve-https - if "true", the repository will be served over HTTPS; defaults to true --checksum-type - type of checksum to use during metadata generation --gpg-key - GPG key used to sign and verify packages in the repository --generate-sqlite - if "true", sqlite files will be generated for the repository metadata during publish --repoview - if "true", static HTML files will be generated during publish by the repoview tool for faster browsing of the repository. Enables --generate-sqlite flag. --updateinfo-checksum-type - type of checksum to use during updateinfo.xml generation Consumer Authentication --host-ca - full path to the CA certificate that signed the repository hosts's SSL certificate when serving over HTTPS --auth-ca - full path to the CA certificate that should be used to verify client authentication certificates; setting this turns on client authentication for the repository --auth-cert - full path to the entitlement certificate that will be given to bound consumers to grant access to this repository The following options were specified but do not exist on the command: --feed-url ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo create --repo-id modularity_repo --feed-url http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/27/Server/x86_64/os/ http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/27/Server/x86_64/os/ http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/27/Server/x86_64/os/  http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/27/Server/x86_64/os/  http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/27/Server/x86_64/os/  Successfully created repository [modularity_repo] ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ puplp-admin -rpm repo sync run --repo0-id modularity)r_repo - +----------------------------------------------------------------------+ Synchronizing Repository [modularity_repo] +----------------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Downloading metadata... [-] [\] [|] ... completed Downloading repository content... [ ] 1% RPMs: 2/41 items Delta RPMs: 0/0 items [============== ] 28% RPMs: 18/41 items Delta RPMs: 0/0 items [============================================ ] 89% RPMs: 38/41 items Delta RPMs: 0/0 items [==================================================] 100% RPMs: 41/41 items Delta RPMs: 0/0 items ... completed Downloading distribution files... [==================================================] 100% Distributions: 0/0 items [==================================================] 100% Distributions: 0/0 items [==================================================] 100% Distributions: 0/0 items ... completed Importing errata... [-] ... completed Importing package groups/categories... [-] ... completed Cleaning duplicate packages... [-] ... completed Task Succeeded Initializing repo metadata [-] ... completed Publishing Distribution files [-] ... completed Publishing RPMs [==================================================] 100% 41 of 41 items ... completed Publishing Delta RPMs ... skipped Publishing Errata [-] ... completed Publishing Comps file [-] ... completed Publishing Metadata. [-] ... completed Closing repo metadata [-] ... completed Generating sqlite files ... skipped Removing old repodata [-] ... completed Generating HTML files ... skipped Publishing files to web [-] ... completed Writing Listings File [-] ... completed Task Succeeded ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ curl dl.fedoraproject.org/pub/fedora/linux/modular/updates/27/Server/x86_64/os/repodata/repomd.xml | grep module % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3865 100 3865 0 0 9258 0 --:--:-- --:--:-- --:--:-- 9268 ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ sudo fidnd /var/lib/pulp 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz  /var/lib/pulp /var/lib/pulp/uploads /var/lib/pulp/published /var/lib/pulp/published/yum /var/lib/pulp/published/yum/https /var/lib/pulp/published/yum/https/repos /var/lib/pulp/published/yum/https/repos/pub /var/lib/pulp/published/yum/https/repos/pub/fedora /var/lib/pulp/published/yum/https/repos/pub/fedora/linux /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/listing /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular/listing /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular/updates /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular/updates/27 /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular/updates/27/Server /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular/updates/27/Server/x86_64 /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular/updates/27/Server/x86_64/os /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular/updates/27/Server/x86_64/listing /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular/updates/27/Server/listing /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular/updates/27/listing /var/lib/pulp/published/yum/https/repos/pub/fedora/linux/modular/updates/listing /var/lib/pulp/published/yum/https/repos/pub/fedora/listing /var/lib/pulp/published/yum/https/repos/pub/listing /var/lib/pulp/published/yum/https/repos/listing /var/lib/pulp/published/yum/master /var/lib/pulp/published/yum/master/yum_distributor /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87 /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/38fe5a32515dc50bfac8b1ffd13f0547e375dd189f6fb4e2e2e71b6fb6296263-other.xml.gz /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/a27718cc28ec6d71432e0ef3e6da544b7f9d93f6bb7d0a55aacd592d03144b70-comps.xml /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/7976c02fa238204fc778fa23b431b64a7a71c3ad6c5d0988d8c28d46d46893bb-filelists.xml.gz /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/f25cb6c72205da4d64b6226ec5b87259127d7fb4780dc296972dc890f267a235-primary.xml.gz /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/43c65f36474db5142c52d878b65cf2bdb2dbfbb678d365a4e8718da2c0074a4f-updateinfo.xml.gz /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-nfs-idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-krb5-common-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/python2-libipa_hbac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-kcm-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libsss_certmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libsss_certmap-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libsss_simpleifp-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/h /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/h/http-parser-2.7.1-7.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/h/http-parser-devel-2.7.1-7.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/python2-sssdconfig-1.15.3-3.module_5bb98feb.noarch.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-krb5-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libipa_hbac-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libsss_nss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libsss_certmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libsss_certmap-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libsss_simpleifp-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libipa_hbac-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libsss_nss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libsss_sudo-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libsss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libsss_idmap-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libsss_autofs-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libipa_hbac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libsss_simpleifp-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/l/libsss_nss_idmap-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-dbus-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libsss_sudo-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/python3-sssdconfig-1.15.3-3.module_5bb98feb.noarch.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libsss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/http-parser-2.7.1-7.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-winbind-idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/python3-libsss_nss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libsss_idmap-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-ad-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-nfs-idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-krb5-common-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-kcm-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-krb5-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-dbus-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-winbind-idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-ad-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-common-pac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-ipa-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-client-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-ldap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-libwbclient-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-tools-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-common-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-proxy-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/s/sssd-libwbclient-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libsss_autofs-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-common-pac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/python2-sss-murmur-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-ipa-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/python2-libsss_nss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libipa_hbac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libsss_simpleifp-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-client-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-ldap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/libsss_nss_idmap-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-libwbclient-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-tools-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/python3-libipa_hbac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-common-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-proxy-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/python2-sss-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/python3-sss-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/python3-sss-murmur-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/sssd-libwbclient-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/http-parser-devel-2.7.1-7.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p/python2-libipa_hbac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p/python2-sssdconfig-1.15.3-3.module_5bb98feb.noarch.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p/python3-sssdconfig-1.15.3-3.module_5bb98feb.noarch.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p/python3-libsss_nss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p/python2-sss-murmur-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p/python2-libsss_nss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p/python3-libipa_hbac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p/python2-sss-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p/python3-sss-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/Packages/p/python3-sss-murmur-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/.treeinfo /var/lib/pulp/published/yum/http /var/lib/pulp/content /var/lib/pulp/content/units /var/lib/pulp/content/units/rpm /var/lib/pulp/content/units/rpm/9b /var/lib/pulp/content/units/rpm/9b/bd89ee054ee1e384de489449ea766d528a2b7e074afedae7a82bfc6b69993f /var/lib/pulp/content/units/rpm/9b/bd89ee054ee1e384de489449ea766d528a2b7e074afedae7a82bfc6b69993f/python2-sss-murmur-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/44 /var/lib/pulp/content/units/rpm/44/85f8d33df124de731b4cb7e70df4398de6ec9c5da341856eb7fce2a912fdd3 /var/lib/pulp/content/units/rpm/44/85f8d33df124de731b4cb7e70df4398de6ec9c5da341856eb7fce2a912fdd3/sssd-dbus-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/44/a691b32e6c76e128b4fd6cb657a1b002d126cbdace5eec6e26b0b9e750bff8 /var/lib/pulp/content/units/rpm/44/a691b32e6c76e128b4fd6cb657a1b002d126cbdace5eec6e26b0b9e750bff8/sssd-kcm-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/44/ae3e5a5bfe678a9ba6f61b87b91af482d75fa5e1346dd4d2a2aaf6b8e55fb9 /var/lib/pulp/content/units/rpm/44/ae3e5a5bfe678a9ba6f61b87b91af482d75fa5e1346dd4d2a2aaf6b8e55fb9/sssd-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/c0 /var/lib/pulp/content/units/rpm/c0/06dd44f2812ec268875073f943daac325867dd0bde80d21281b250896a72b6 /var/lib/pulp/content/units/rpm/c0/06dd44f2812ec268875073f943daac325867dd0bde80d21281b250896a72b6/sssd-libwbclient-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/f3 /var/lib/pulp/content/units/rpm/f3/0d2b19e382c5db74f1c31346bbdce33ec1b31049f5193070ce941ea19bb50f /var/lib/pulp/content/units/rpm/f3/0d2b19e382c5db74f1c31346bbdce33ec1b31049f5193070ce941ea19bb50f/python2-sss-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/1b /var/lib/pulp/content/units/rpm/1b/8f14ea01ec9a231a4ee0ee37dc39195f5a313429dea7fd8159925afe0a0e1a /var/lib/pulp/content/units/rpm/1b/8f14ea01ec9a231a4ee0ee37dc39195f5a313429dea7fd8159925afe0a0e1a/libsss_nss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/67 /var/lib/pulp/content/units/rpm/67/4db72f8a43c651eab7fdf988d5081d093efd15761cfe0932aa9a95655f8f44 /var/lib/pulp/content/units/rpm/67/4db72f8a43c651eab7fdf988d5081d093efd15761cfe0932aa9a95655f8f44/libsss_sudo-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/f6 /var/lib/pulp/content/units/rpm/f6/f46df5e75ddf433279faec6201696f7f87e299ef8c41f68a69f301b3bdac10 /var/lib/pulp/content/units/rpm/f6/f46df5e75ddf433279faec6201696f7f87e299ef8c41f68a69f301b3bdac10/sssd-proxy-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/11 /var/lib/pulp/content/units/rpm/11/bc8441c4ba8610b3b42874acebea7741d6ea25cda661506208379f3f1cea20 /var/lib/pulp/content/units/rpm/11/bc8441c4ba8610b3b42874acebea7741d6ea25cda661506208379f3f1cea20/sssd-nfs-idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/8c /var/lib/pulp/content/units/rpm/8c/b4791f14cb8ab1a0df9b8efcb39fe97aca56b5d4da1c161c39569f5a45a461 /var/lib/pulp/content/units/rpm/8c/b4791f14cb8ab1a0df9b8efcb39fe97aca56b5d4da1c161c39569f5a45a461/http-parser-devel-2.7.1-7.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/a6 /var/lib/pulp/content/units/rpm/a6/534957a9e8950d111b3001f9a3ca1ff9171a764b2653b161782271c9d3053e /var/lib/pulp/content/units/rpm/a6/534957a9e8950d111b3001f9a3ca1ff9171a764b2653b161782271c9d3053e/sssd-krb5-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/3f /var/lib/pulp/content/units/rpm/3f/ab44936ca65c1c9572b9d877c07ecdca62132553bc8b05327f083ae6230382 /var/lib/pulp/content/units/rpm/3f/ab44936ca65c1c9572b9d877c07ecdca62132553bc8b05327f083ae6230382/sssd-common-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/37 /var/lib/pulp/content/units/rpm/37/61f1dc4af02854967748b5458053d437ec34b84c63b42c822120d5a357e8f3 /var/lib/pulp/content/units/rpm/37/61f1dc4af02854967748b5458053d437ec34b84c63b42c822120d5a357e8f3/libsss_idmap-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/ec /var/lib/pulp/content/units/rpm/ec/0079038ced371830c45ce2818f98a54ee761633f62485dafb6a17a85dd0aba /var/lib/pulp/content/units/rpm/ec/0079038ced371830c45ce2818f98a54ee761633f62485dafb6a17a85dd0aba/libsss_nss_idmap-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/72 /var/lib/pulp/content/units/rpm/72/d47a8c81c28248192b2e5b038cb1f176f4b9deb7122625a57a084235493253 /var/lib/pulp/content/units/rpm/72/d47a8c81c28248192b2e5b038cb1f176f4b9deb7122625a57a084235493253/python3-libipa_hbac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/b7 /var/lib/pulp/content/units/rpm/b7/96a8a6516305c324481548ce2d54d6fb1d5dcb63c607ebb0a979444afeba50 /var/lib/pulp/content/units/rpm/b7/96a8a6516305c324481548ce2d54d6fb1d5dcb63c607ebb0a979444afeba50/sssd-ldap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/e3 /var/lib/pulp/content/units/rpm/e3/225adcd3ccceab2377ad746a84314ffef84ef735b16cc5e2c73b128cb0a67a /var/lib/pulp/content/units/rpm/e3/225adcd3ccceab2377ad746a84314ffef84ef735b16cc5e2c73b128cb0a67a/sssd-client-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/e3/9b5350185e743df75554ac97ddaf1ce761c9d85a36bbd9929d6ee3167e4f26 /var/lib/pulp/content/units/rpm/e3/9b5350185e743df75554ac97ddaf1ce761c9d85a36bbd9929d6ee3167e4f26/libsss_certmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/b1 /var/lib/pulp/content/units/rpm/b1/22f223a87bc547d707281d0b0238aa12f82c0e80cf18b3206c480b630b0d79 /var/lib/pulp/content/units/rpm/b1/22f223a87bc547d707281d0b0238aa12f82c0e80cf18b3206c480b630b0d79/python2-sssdconfig-1.15.3-3.module_5bb98feb.noarch.rpm /var/lib/pulp/content/units/rpm/b1/f3e63a46f17fb47f3ca82e34565fa1e51482a995b668ae2d51c4c05a8db752 /var/lib/pulp/content/units/rpm/b1/f3e63a46f17fb47f3ca82e34565fa1e51482a995b668ae2d51c4c05a8db752/python2-libsss_nss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/98 /var/lib/pulp/content/units/rpm/98/86ce88cd45551887983079e59e2ef3a180e0ca5246866a1599fb5dc610b27d /var/lib/pulp/content/units/rpm/98/86ce88cd45551887983079e59e2ef3a180e0ca5246866a1599fb5dc610b27d/libsss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/53 /var/lib/pulp/content/units/rpm/53/41142fee5ed5998a411f6423e37dd9cded9ed4523ba88c936a4fb907707fa2 /var/lib/pulp/content/units/rpm/53/41142fee5ed5998a411f6423e37dd9cded9ed4523ba88c936a4fb907707fa2/sssd-tools-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/19 /var/lib/pulp/content/units/rpm/19/8c27081cc114a917370f5ad574f7cb6af9996291fbf2c411bbe59a8d565697 /var/lib/pulp/content/units/rpm/19/8c27081cc114a917370f5ad574f7cb6af9996291fbf2c411bbe59a8d565697/python3-libsss_nss_idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/b6 /var/lib/pulp/content/units/rpm/b6/a669541adff2dd3e872a100027b621305dabbe94bfb0aea296626c42b39af1 /var/lib/pulp/content/units/rpm/b6/a669541adff2dd3e872a100027b621305dabbe94bfb0aea296626c42b39af1/python3-sssdconfig-1.15.3-3.module_5bb98feb.noarch.rpm /var/lib/pulp/content/units/rpm/a5 /var/lib/pulp/content/units/rpm/a5/7a5c85347779030b6d3a1569331f271aaf8f169a672a9fc913f2f81df28c0d /var/lib/pulp/content/units/rpm/a5/7a5c85347779030b6d3a1569331f271aaf8f169a672a9fc913f2f81df28c0d/sssd-ad-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/00 /var/lib/pulp/content/units/rpm/00/389a9acbbd6fbb0d2ba9b8856383d4fe736b0c39a1048684d78439d14b1236 /var/lib/pulp/content/units/rpm/00/389a9acbbd6fbb0d2ba9b8856383d4fe736b0c39a1048684d78439d14b1236/libsss_simpleifp-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/7a /var/lib/pulp/content/units/rpm/7a/b54cd8264b40fc6763682667d7ec46c71252a8f0289fda36a6e6e6764a7dd5 /var/lib/pulp/content/units/rpm/7a/b54cd8264b40fc6763682667d7ec46c71252a8f0289fda36a6e6e6764a7dd5/sssd-winbind-idmap-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/c6 /var/lib/pulp/content/units/rpm/c6/23b8dc7dbd4ee6ca722e12139d7c96f3bddb82c2e97165c99464afd01b8acd /var/lib/pulp/content/units/rpm/c6/23b8dc7dbd4ee6ca722e12139d7c96f3bddb82c2e97165c99464afd01b8acd/sssd-ipa-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/57 /var/lib/pulp/content/units/rpm/57/a02c72350d368bbfb6508d2a595964041522861322bd1c02116512f47a114b /var/lib/pulp/content/units/rpm/57/a02c72350d368bbfb6508d2a595964041522861322bd1c02116512f47a114b/libipa_hbac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/ae /var/lib/pulp/content/units/rpm/ae/3c732361794ff2603be4078c5d57abd20b8f71670086de4681e9b3de0e2a79 /var/lib/pulp/content/units/rpm/ae/3c732361794ff2603be4078c5d57abd20b8f71670086de4681e9b3de0e2a79/python3-sss-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/a7 /var/lib/pulp/content/units/rpm/a7/aba6eb8f2209d163a54c7f80932967e35c3eab936318a11e163337ed28ee0e /var/lib/pulp/content/units/rpm/a7/aba6eb8f2209d163a54c7f80932967e35c3eab936318a11e163337ed28ee0e/sssd-krb5-common-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/0d /var/lib/pulp/content/units/rpm/0d/f3b2df884e6292183da837bf43a22c5bcf27c186a1ee65794856d2bc9aac76 /var/lib/pulp/content/units/rpm/0d/f3b2df884e6292183da837bf43a22c5bcf27c186a1ee65794856d2bc9aac76/python3-sss-murmur-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/7c /var/lib/pulp/content/units/rpm/7c/cbecbb2232c4efa5449f1e515bc68a8981f482f58caf6450ec8ef16b9d8834 /var/lib/pulp/content/units/rpm/7c/cbecbb2232c4efa5449f1e515bc68a8981f482f58caf6450ec8ef16b9d8834/http-parser-2.7.1-7.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/6b /var/lib/pulp/content/units/rpm/6b/58785b4bd65ab9d2a176f0511ffe3adeb00ce70ce13afae062010d02df8c54 /var/lib/pulp/content/units/rpm/6b/58785b4bd65ab9d2a176f0511ffe3adeb00ce70ce13afae062010d02df8c54/libsss_certmap-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/05 /var/lib/pulp/content/units/rpm/05/de58ddc6bc5f3b1b69df1b0d8516eb1f5de88ec419d75b7f45e33778819b2a /var/lib/pulp/content/units/rpm/05/de58ddc6bc5f3b1b69df1b0d8516eb1f5de88ec419d75b7f45e33778819b2a/libsss_simpleifp-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/a2 /var/lib/pulp/content/units/rpm/a2/b544cc849c7475e3f6c70ce5f92f6551b1f600389e416fe446a5ef90915b5c /var/lib/pulp/content/units/rpm/a2/b544cc849c7475e3f6c70ce5f92f6551b1f600389e416fe446a5ef90915b5c/libsss_autofs-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/17 /var/lib/pulp/content/units/rpm/17/f99adcfb048253d172ff8e9a2437b4e91b7d2e631fd8d72de4d3614cdb3dab /var/lib/pulp/content/units/rpm/17/f99adcfb048253d172ff8e9a2437b4e91b7d2e631fd8d72de4d3614cdb3dab/sssd-libwbclient-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/fa /var/lib/pulp/content/units/rpm/fa/b8b6ba045ced2a491851ce0dd7853ce0fd59869f223dabe798a79be91137d0 /var/lib/pulp/content/units/rpm/fa/b8b6ba045ced2a491851ce0dd7853ce0fd59869f223dabe798a79be91137d0/libipa_hbac-devel-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/92 /var/lib/pulp/content/units/rpm/92/d11f732faea266a5dfea78c94144917e2598e607820603c567f16a84206faf /var/lib/pulp/content/units/rpm/92/d11f732faea266a5dfea78c94144917e2598e607820603c567f16a84206faf/python2-libipa_hbac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/rpm/66 /var/lib/pulp/content/units/rpm/66/9d421581b2fef8b190da27e09d36f130d3eaf7bd9aeb095a47c32724725ff9 /var/lib/pulp/content/units/rpm/66/9d421581b2fef8b190da27e09d36f130d3eaf7bd9aeb095a47c32724725ff9/sssd-common-pac-1.15.3-3.module_5bb98feb.x86_64.rpm /var/lib/pulp/content/units/distribution /var/lib/pulp/content/units/distribution/e4 /var/lib/pulp/content/units/distribution/e4/a0eeace745da559b3afa495b036658105ed357c88f302eb5ef26beaaa56d8b /var/lib/pulp/content/units/distribution/e4/a0eeace745da559b3afa495b036658105ed357c88f302eb5ef26beaaa56d8b/.treeinfo /var/lib/pulp/content/units/yum_repo_metadata_file /var/lib/pulp/content/units/yum_repo_metadata_file/46 /var/lib/pulp/content/units/yum_repo_metadata_file/46/2d690589a984b85819d3b957aa73aebaa848974ebe9d8ea9024f7533884579 /var/lib/pulp/content/units/yum_repo_metadata_file/46/2d690589a984b85819d3b957aa73aebaa848974ebe9d8ea9024f7533884579/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz /var/lib/pulp/nodes /var/lib/pulp/nodes/published /var/lib/pulp/nodes/published/https /var/lib/pulp/nodes/published/http /var/lib/pulp/celery /var/lib/pulp/static /var/lib/pulp/static/rsa_pub.key find: ‘2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz’: No such file or directory ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ sudo find /var/lib/pulp 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz  2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz 0 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz  2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz - 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz n 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz a 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz m 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz e 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz  /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz /var/lib/pulp/content/units/yum_repo_metadata_file/46/2d690589a984b85819d3b957aa73aebaa848974ebe9d8ea9024f7533884579/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ file /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz: cannot open `/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz' (Permission denied) ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ file /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz [1@s[1@u[1@d[1@o[1@ /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz: symbolic link to /var/lib/pulp/content/units/yum_repo_metadata_file/46/2d690589a984b85819d3b957aa73aebaa848974ebe9d8ea9024f7533884579/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin -rpm repo create ==--repo-id modulartity_repo-_copy_all Successfully created repository [modularity_repo_copy_all] ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm rpoeepo copy --from-repo-id modularity_pilpulp --admin rpm repo list +----------------------------------------------------------------------+ RPM Repositories +----------------------------------------------------------------------+ Id: zoo Display Name: None Description: None Content Unit Counts: Id: modularity_repo Display Name: None Description: None Content Unit Counts: Distribution: 1 Rpm: 41 Yum Repo Metadata File: 1 Id: modularity_repo_copy_all Display Name: None Description: None Content Unit Counts: ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp admnin rpm repo copy --frall --from-repo-id modularyity_repo :D--repo-id to-repo-id modularity_repo_copy_all -bash: pulp: command not found ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp admin rpm repo copy all --from-repo-id modularity_repo --to-repo-id modularity_repo_copy_all [1@- This command may be exited via ctrl+c without affecting the request. [-] Running... [\] Running... Copied: distribution: ks-Fedora-Modular-Server-27-x86_64 rpm: http-parser-2.7.1-7.module_5bb98feb-x86_64 http-parser-devel-2.7.1-7.module_5bb98feb-x86_64 libipa_hbac-1.15.3-3.module_5bb98feb-x86_64 libipa_hbac-devel-1.15.3-3.module_5bb98feb-x86_64 libsss_autofs-1.15.3-3.module_5bb98feb-x86_64 libsss_certmap-1.15.3-3.module_5bb98feb-x86_64 libsss_certmap-devel-1.15.3-3.module_5bb98feb-x86_64 libsss_idmap-1.15.3-3.module_5bb98feb-x86_64 libsss_idmap-devel-1.15.3-3.module_5bb98feb-x86_64 libsss_nss_idmap-1.15.3-3.module_5bb98feb-x86_64 libsss_nss_idmap-devel-1.15.3-3.module_5bb98feb-x86_64 libsss_simpleifp-1.15.3-3.module_5bb98feb-x86_64 libsss_simpleifp-devel-1.15.3-3.module_5bb98feb-x86_64 libsss_sudo-1.15.3-3.module_5bb98feb-x86_64 python2-libipa_hbac-1.15.3-3.module_5bb98feb-x86_64 python2-libsss_nss_idmap-1.15.3-3.module_5bb98feb-x86_64 python2-sss-1.15.3-3.module_5bb98feb-x86_64 python2-sss-murmur-1.15.3-3.module_5bb98feb-x86_64 python2-sssdconfig-1.15.3-3.module_5bb98feb-noarch python3-libipa_hbac-1.15.3-3.module_5bb98feb-x86_64 python3-libsss_nss_idmap-1.15.3-3.module_5bb98feb-x86_64 python3-sss-1.15.3-3.module_5bb98feb-x86_64 python3-sss-murmur-1.15.3-3.module_5bb98feb-x86_64 python3-sssdconfig-1.15.3-3.module_5bb98feb-noarch sssd-1.15.3-3.module_5bb98feb-x86_64 sssd-ad-1.15.3-3.module_5bb98feb-x86_64 sssd-client-1.15.3-3.module_5bb98feb-x86_64 sssd-common-1.15.3-3.module_5bb98feb-x86_64 sssd-common-pac-1.15.3-3.module_5bb98feb-x86_64 sssd-dbus-1.15.3-3.module_5bb98feb-x86_64 sssd-ipa-1.15.3-3.module_5bb98feb-x86_64 sssd-kcm-1.15.3-3.module_5bb98feb-x86_64 sssd-krb5-1.15.3-3.module_5bb98feb-x86_64 sssd-krb5-common-1.15.3-3.module_5bb98feb-x86_64 sssd-ldap-1.15.3-3.module_5bb98feb-x86_64 sssd-libwbclient-1.15.3-3.module_5bb98feb-x86_64 sssd-libwbclient-devel-1.15.3-3.module_5bb98feb-x86_64 sssd-nfs-idmap-1.15.3-3.module_5bb98feb-x86_64 sssd-proxy-1.15.3-3.module_5bb98feb-x86_64 sssd-tools-1.15.3-3.module_5bb98feb-x86_64 sssd-winbind-idmap-1.15.3-3.module_5bb98feb-x86_64 yum_repo_metadata_file: modules ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo copy all --from-repo-id modularity_repo --to-repo-id modularity_repo_copy_all  [3@(reverse-i-search)`':f': pulp-admin rpm repo copy all --from-repo-id modularity_repo --to-repo-id modularity_repo_copy_all  i': sudo file /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz n': sudo find /var/lib/pulp -name 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz [1@d [vagrant@pulp2 ~]$^C ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ ppulp-admin rpm prepo publish-repo run --repo-id pulpmodularity  modularity_repo_copy_all +----------------------------------------------------------------------+ Publishing Repository [modularity_repo_copy_all] +----------------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Initializing repo metadata [-] ... completed Publishing Distribution files [-] ... completed Publishing RPMs [==================================================] 100% 41 of 41 items ... completed Publishing Delta RPMs ... skipped Publishing Errata [-] ... completed Publishing Comps file [-] ... completed Publishing Metadata. [-] ... completed Closing repo metadata [-] ... completed Generating sqlite files ... skipped Removing old repodata [-] ... completed Generating HTML files ... skipped Publishing files to web [-] ... completed Writing Listings File [-] ... completed Task Succeeded ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo publish run --repo-id modularity_repo_copy_all [31@copy all --from-repo-id modularity_repo --to   -admin rpm repo listcreate --repo-id modularity_repo_copy_all list admin rpm repo copy all --from-repo-id modularity_repo --to-repo-id modularity_repo_copy_all - publish run -  [3@(reverse-i-search)`':f': pulp-admin rpm repo copy all --from-repo-id modularity_repo --to-repo-id modularity_repo_copy_all  i': sudo file /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz n': sudo find /var/lib/pulp -name 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz [1@d [vagrant@pulp2 ~]$ /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo_copy_all/1519220249.45/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz /var/lib/pulp/content/units/yum_repo_metadata_file/46/2d690589a984b85819d3b957aa73aebaa848974ebe9d8ea9024f7533884579/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz /var/lib/pulp/content/units/yum_repo_metadata_file/2e/21184fd0f18c5dba9c96d0f8106f18bcb0e26633e0f04db0704e9e2d9ac21c/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gzremopomd.xml  g/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml r/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml e/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml p/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml  /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml o/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml m/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml o/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml d/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml u/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml l/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml e/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml  /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml s/var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml  /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml  grep: /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml: Permission denied ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ grep modules /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml [1@s[1@u[1@d[1@o[1@ 151921956210502433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac439880d04aad8a46845dca2673b6f1f3699f54ac0ec73730d2cc8f5323fbb391260f ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ sudo grep modules /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo_copy_all/1519220249.45/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gzrepomd.xml 151922000110502433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac439880d04aad8a46845dca2673b6f1f3699f54ac0ec73730d2cc8f5323fbb391260f ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ sudo grep modules /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo_copy_all/1519220249.45/repodata/repomd.xml sudopulp-admin rpm rpeepo create --repo-id pmodularity_repo_copy_rpm Successfully created repository [modularity_repo_copy_rpm] ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm m repo copy rpm --forropm-,m-repo-diid modularity_repo --to-rpepo-id modularity_repo)+_copy_rpm This command may be exited via ctrl+c without affecting the request. [-] Running... [\] Running... Copied: http-parser-2.7.1-7.module_5bb98feb-x86_64 http-parser-devel-2.7.1-7.module_5bb98feb-x86_64 libipa_hbac-1.15.3-3.module_5bb98feb-x86_64 libipa_hbac-devel-1.15.3-3.module_5bb98feb-x86_64 libsss_autofs-1.15.3-3.module_5bb98feb-x86_64 libsss_certmap-1.15.3-3.module_5bb98feb-x86_64 libsss_certmap-devel-1.15.3-3.module_5bb98feb-x86_64 libsss_idmap-1.15.3-3.module_5bb98feb-x86_64 libsss_idmap-devel-1.15.3-3.module_5bb98feb-x86_64 libsss_nss_idmap-1.15.3-3.module_5bb98feb-x86_64 libsss_nss_idmap-devel-1.15.3-3.module_5bb98feb-x86_64 libsss_simpleifp-1.15.3-3.module_5bb98feb-x86_64 libsss_simpleifp-devel-1.15.3-3.module_5bb98feb-x86_64 libsss_sudo-1.15.3-3.module_5bb98feb-x86_64 python2-libipa_hbac-1.15.3-3.module_5bb98feb-x86_64 python2-libsss_nss_idmap-1.15.3-3.module_5bb98feb-x86_64 python2-sss-1.15.3-3.module_5bb98feb-x86_64 python2-sss-murmur-1.15.3-3.module_5bb98feb-x86_64 python2-sssdconfig-1.15.3-3.module_5bb98feb-noarch python3-libipa_hbac-1.15.3-3.module_5bb98feb-x86_64 python3-libsss_nss_idmap-1.15.3-3.module_5bb98feb-x86_64 python3-sss-1.15.3-3.module_5bb98feb-x86_64 python3-sss-murmur-1.15.3-3.module_5bb98feb-x86_64 python3-sssdconfig-1.15.3-3.module_5bb98feb-noarch sssd-1.15.3-3.module_5bb98feb-x86_64 sssd-ad-1.15.3-3.module_5bb98feb-x86_64 sssd-client-1.15.3-3.module_5bb98feb-x86_64 sssd-common-1.15.3-3.module_5bb98feb-x86_64 sssd-common-pac-1.15.3-3.module_5bb98feb-x86_64 sssd-dbus-1.15.3-3.module_5bb98feb-x86_64 sssd-ipa-1.15.3-3.module_5bb98feb-x86_64 sssd-kcm-1.15.3-3.module_5bb98feb-x86_64 sssd-krb5-1.15.3-3.module_5bb98feb-x86_64 sssd-krb5-common-1.15.3-3.module_5bb98feb-x86_64 sssd-ldap-1.15.3-3.module_5bb98feb-x86_64 sssd-libwbclient-1.15.3-3.module_5bb98feb-x86_64 sssd-libwbclient-devel-1.15.3-3.module_5bb98feb-x86_64 sssd-nfs-idmap-1.15.3-3.module_5bb98feb-x86_64 sssd-proxy-1.15.3-3.module_5bb98feb-x86_64 sssd-tools-1.15.3-3.module_5bb98feb-x86_64 sssd-winbind-idmap-1.15.3-3.module_5bb98feb-x86_64 ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo compy rpmpublish run --repo-id modularity_rpepo_copy)_rpm +----------------------------------------------------------------------+ Publishing Repository [modularity_repo_copy_rpm] +----------------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Initializing repo metadata [-] ... completed Publishing Distribution files [-] ... completed Publishing RPMs [==================================================] 100% 41 of 41 items ... completed Publishing Delta RPMs ... skipped Publishing Errata [-] ... completed Publishing Comps file [-] ... completed Publishing Metadata. [-] ... completed Closing repo metadata [-] ... completed Generating sqlite files ... skipped Removing old repodata [-] ... completed Generating HTML files ... skipped Publishing files to web [-] ... completed Writing Listings File [-] ... completed Task Succeeded ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ cd / [3@(reverse-i-search)`':s': pulp-admin rpm repo publish run --repo-id modularity_repo_copy_rpm u': sudo grep modules /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo_copy_all/1519220249.45/repodata/repomd.xml [1@d[1@o [8@failed reverse-i-search)`sudof reverse-i-search)`sudo': sudo grep modules /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/repomd.xml [1@ f': sudo find /var/lib/pulp -name 2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz [1@i[1@n[1@d [vagrant@pulp2 ~]$ /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo/1519219568.87/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz /var/lib/pulp/published/yum/master/yum_distributor/modularity_repo_copy_all/1519220249.45/repodata/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz /var/lib/pulp/content/units/yum_repo_metadata_file/46/2d690589a984b85819d3b957aa73aebaa848974ebe9d8ea9024f7533884579/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz /var/lib/pulp/content/units/yum_repo_metadata_file/2e/21184fd0f18c5dba9c96d0f8106f18bcb0e26633e0f04db0704e9e2d9ac21c/2433e1ad4e182b3389b9a0aac9b3af8a1000c6669f5b6c9b566064935e3ad8ac-modules.yaml.gz ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ ifconp addr show -bash: ip: command not found ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ ip addr showfconfig -a -bash: ifconfig: command not found ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ sudo dnf niinstall whatprovides ifconfig Last metadata expiration check: 0:36:38 ago on Wed 21 Feb 2018 01:09:04 PM UTC. net-tools-2.0-0.44.20160912git.fc26.x86_64 : Basic networking tools Repo : updates Matched from: Filename : /usr/sbin/ifconfig(B net-tools-2.0-0.42.20160912git.fc26.x86_64 : Basic networking tools Repo : fedora Matched from: Filename : /usr/sbin/ifconfig(B ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ sudo dnf install -y net-toosls Last metadata expiration check: 0:00:00 ago on Wed 21 Feb 2018 01:45:58 PM UTC. Dependencies resolved. ============================================================================================================================================================================================================================================== Package Arch Version Repository Size ============================================================================================================================================================================================================================================== Installing: net-tools x86_64 2.0-0.44.20160912git.fc26 updates 311 k Transaction Summary ============================================================================================================================================================================================================================================== Install 1 Package Total download size: 311 k Installed size: 911 k Downloading Packages: net-tools-2.0-0.44.20160912git.fc26.x86_64.rpm 0% [ ] --- B/s | 0 B --:-- ETA net-tools-2.0-0.44.20160912git.fc26.x86_64.rpm 2.0 MB/s | 311 kB 00:00 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 398 kB/s | 311 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [===== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [========== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [===================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [========================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [====================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [======================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=============================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [====================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [========================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================================================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [===================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=========================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================================================================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [======================================================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [========================================================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================================================================================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [====================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [======================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=============================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [========================================================================================================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=========================================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================================================================================================================================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================================================================================================================================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================================================================================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=================================================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [===================================================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 1/1 Running scriptlet: net-tools-2.0-0.44.20160912git.fc26.x86_64 1/1 warning: Unable to get systemd shutdown inhibition lock Running as unit: run-r3c8cf21df79c47e4b701a44689d2e6ed.service Verifying : net-tools-2.0-0.44.20160912git.fc26.x86_64 1/1 Installed: net-tools.x86_64 2.0-0.44.20160912git.fc26 Complete! ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ ifconfig eth0: flags=4163 mtu 1500 inet 172.17.0.3 netmask 255.255.0.0 broadcast 172.17.255.255 ether 02:42:ac:11:00:03 txqueuelen 0 (Ethernet) RX packets 325656 bytes 469906340 (448.1 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 167522 bytes 9929779 (9.4 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 1 (Local Loopback) RX packets 80657 bytes 18179859 (17.3 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 80657 bytes 18179859 (17.3 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ Connection to 127.0.0.1 closed by remote host. Connection to 127.0.0.1 closed. jahoda:devel mkovacik$ vagrant ssh\ The container hasn't been created yet. jahoda:devel mkovacik$ vagrant ssh\ The container hasn't been created yet. jahoda:devel mkovacik$ vagrant ssh The container hasn't been created yet. jahoda:devel mkovacik$ vagrant ssh The container hasn't been created yet. jahoda:devel mkovacik$ vagrant ssh The container hasn't been created yet. jahoda:devel mkovacik$ vagrant ssh The container hasn't been created yet. jahoda:devel mkovacik$ vagrant ssh-config The provider for this Vagrant-managed machine is reporting that it is not yet ready for SSH. Depending on your provider this can carry different meanings. Make sure your machine is created and running and try again. Additionally, check the output of `vagrant status` to verify that the machine is in the state that you expect. If you continue to get this error message, please view the documentation for the provider you're using. jahoda:devel mkovacik$ vagrant ssh-config vagrant ssh-config vagrant ssh-config vagrant ssh-config ssh 172.17.0.3v172.17.0.3a172.17.0.3g172.17.0.3r172.17.0.3a172.17.0.3n172.17.0.3t172.17.0.3:172.17.0.3172.17.0.3@172.17.0.3localhost 0-p 2200[1@0[1@i[1@-[1@i[1@ [1@~[1@/[1@.[1@v[1@a[1@ [8@grant.d/[1@ [6@boxes/datagems[15@insecure_private_keyrgloader/[4@setup_versiontmp/[6@boxes/[17@vagrant@localhost[1@.[1@/[27@pulp-VAGRANTSLASH-pulpcore/[2@ubuntu-VAGRANTSLASH-trusty64[27@pulp-VAGRANTSLASH-pulpcore/[9@20180219/[3@metadata_url[9@20180219/[11@virtualbox/[11@Vagrantfile jahoda:devel mkovacik$ ### yeahm I, I've screwed it up eherree e with tdocker , fiddligng with doDcocker -> restart and pulp gone :-/ jahoda:devel mkovacik$ ### continuing with a new pulp deployment jahoda:devel mkovacik$ ### continuing with a new pulp deployment ssh vagrant ssh Last login: Wed Feb 21 16:55:35 2018 from 172.17.0.1 Welcome to the Pulp dev environment! Here are some tips: * Your code is all checked out inside of ~/devel/. * The default username:password is admin:admin. When your session expires, you can log in again with pulp-admin login -u admin * You can type workon to quickly cd to a project dir and activate its virtualenv. For example: $ workon pulp_python Similarly, run "workon pulp" to jump into the pulp platform virtualenv. * Each project has a "run-tests.py" to run the unit tests. * There are a set of bash functions in your .bashrc that are useful. Run 'phelp' to list the available functions and what they do. * phttp is an alias that gives you authenticated access to the rest API using httpie: phttp https://localhost/pulp/api/v2/repositories/zoo/ * You can ssh into your vagrant environment with vagrant ssh, but presumably you already know this since you are reading this message :) More information can be found at http://docs.pulpproject.org/en/latest/dev-guide/ and you can ask questions in #pulp on Freenode IRC. Happy hacking, and thanks for your contribution! Connection to 127.0.0.1 closed by remote host. Connection to 127.0.0.1 closed. jahoda:devel mkovacik$ pulpvagrant ssh Last login: Wed Feb 21 16:58:27 2018 from 172.17.0.1 Welcome to the Pulp dev environment! Here are some tips: * Your code is all checked out inside of ~/devel/. * The default username:password is admin:admin. When your session expires, you can log in again with pulp-admin login -u admin * You can type workon to quickly cd to a project dir and activate its virtualenv. For example: $ workon pulp_python Similarly, run "workon pulp" to jump into the pulp platform virtualenv. * Each project has a "run-tests.py" to run the unit tests. * There are a set of bash functions in your .bashrc that are useful. Run 'phelp' to list the available functions and what they do. * phttp is an alias that gives you authenticated access to the rest API using httpie: phttp https://localhost/pulp/api/v2/repositories/zoo/ * You can ssh into your vagrant environment with vagrant ssh, but presumably you already know this since you are reading this message :) More information can be found at http://docs.pulpproject.org/en/latest/dev-guide/ and you can ask questions in #pulp on Freenode IRC. Happy hacking, and thanks for your contribution! ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ dufyupulp -admin rpm repo create meodularity_test --feed http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27/Server/x86_64/repodata/ Command: create Description: creates a new repository Available Arguments: --repo-id - (required) unique identifier; only alphanumeric, ., -, and _ allowed --display-name - user-readable display name (may contain i18n characters) --description - user-readable description (may contain i18n characters) --note - adds/updates/deletes notes to programmatically identify the resource; key-value pairs must be separated by an equal sign (e.g. key=value); multiple notes can be changed by specifying this option multiple times; notes are deleted by specifying "" as the value Synchronization --feed - URL of the external source repository to sync --validate - if "true", the size and checksum of each synchronized file will be verified against the repo metadata --skip - comma-separated list of types to omit when synchronizing, if not specified all types will be synchronized; valid values are: rpm, drpm, distribution, erratum --require-signature - Require that imported packages should be signed. Defaults to False --allowed-keys - List of allowed signature keys that imported packages can be signed with. Comma separated values. Feed SSL --feed-ca-cert - full path to the CA certificate that should be used to verify the external repo server's SSL certificate --verify-feed-ssl - if "true", the feed's SSL certificate will be verified against the feed_ca_cert --feed-cert - full path to the certificate to use for authorization when accessing the external feed --feed-key - full path to the private key for feed_cert Feed Proxy --proxy-host - proxy server url to use --proxy-port - port on the proxy server to make requests --proxy-user - username used to authenticate with the proxy server --proxy-pass - password used to authenticate with the proxy server Basic Authentication --basicauth-user - username used to authenticate with sync location via HTTP basic auth --basicauth-pass - password used to authenticate with sync location via HTTP basic auth Throttling --max-downloads - maximum number of downloads that will run concurrently --max-speed - maximum bandwidth used per download thread, in bytes/sec, when synchronizing the repo Repository Content Behavior --remove-missing - if "true", units that were previously in the external feed but are no longer found will be removed from the repository; defaults to false --retain-old-count - count indicating how many non-latest versions of a unit to keep in a repository Download Policy --download-policy - content downloading policy (immediate | background | on_demand) Publishing --relative-url - relative path the repository will be served from. Only alphanumeric characters, forward slashes, underscores and dashes are allowed. It defaults to the relative path of the feed URL --serve-http - if "true", the repository will be served over HTTP; defaults to false --serve-https - if "true", the repository will be served over HTTPS; defaults to true --checksum-type - type of checksum to use during metadata generation --gpg-key - GPG key used to sign and verify packages in the repository --generate-sqlite - if "true", sqlite files will be generated for the repository metadata during publish --repoview - if "true", static HTML files will be generated during publish by the repoview tool for faster browsing of the repository. Enables --generate-sqlite flag. --updateinfo-checksum-type - type of checksum to use during updateinfo.xml generation Consumer Authentication --host-ca - full path to the CA certificate that signed the repository hosts's SSL certificate when serving over HTTPS --auth-ca - full path to the CA certificate that should be used to verify client authentication certificates; setting this turns on client authentication for the repository --auth-cert - full path to the entitlement certificate that will be given to bound consumers to grant access to this repository ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo create modularity_test --feed http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27/Server/x86_64/ [1@ [1@0[1@0[1@0[1@0[1@r[1@-[1@-[1@r[1@e[1@p[1@p[1@o[1@-[1@o[1@-[1@i[1@d Successfully created repository [modularity_test] ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo create --repo-id modularity_test --feed http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27/Server/x86_64/ pulp-admin rpm repo suync run --repo-id modularity_test +----------------------------------------------------------------------+ Synchronizing Repository [modularity_test] +----------------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Downloading metadata... [-] [\] [|] [/] [-] [\] [|] [/] ... completed Downloading repository content... [-] [\] [|] [/] [-] [\] [ ] 0% RPMs: 0/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 7/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 13/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 0% RPMs: 14/2698 items Delta RPMs: 0/0 items [ ] 1% RPMs: 15/2698 items Delta RPMs: 0/0 items [ ] 1% RPMs: 18/2698 items Delta RPMs: 0/0 items [= ] 2% RPMs: 21/2698 items Delta RPMs: 0/0 items [= ] 2% RPMs: 25/2698 items Delta RPMs: 0/0 items [= ] 2% RPMs: 28/2698 items Delta RPMs: 0/0 items [= ] 3% RPMs: 30/2698 items Delta RPMs: 0/0 items [= ] 3% RPMs: 36/2698 items Delta RPMs: 0/0 items [=== ] 6% RPMs: 42/2698 items Delta RPMs: 0/0 items [=== ] 6% RPMs: 52/2698 items Delta RPMs: 0/0 items [==== ] 8% RPMs: 66/2698 items Delta RPMs: 0/0 items [==== ] 8% RPMs: 83/2698 items Delta RPMs: 0/0 items [==== ] 8% RPMs: 97/2698 items Delta RPMs: 0/0 items [==== ] 8% RPMs: 115/2698 items Delta RPMs: 0/0 items [==== ] 8% RPMs: 122/2698 items Delta RPMs: 0/0 items [===== ] 10% RPMs: 127/2698 items Delta RPMs: 0/0 items [===== ] 10% RPMs: 136/2698 items Delta RPMs: 0/0 items [===== ] 10% RPMs: 145/2698 items Delta RPMs: 0/0 items [===== ] 11% RPMs: 159/2698 items Delta RPMs: 0/0 items [===== ] 11% RPMs: 177/2698 items Delta RPMs: 0/0 items [===== ] 11% RPMs: 198/2698 items Delta RPMs: 0/0 items [===== ] 11% RPMs: 217/2698 items Delta RPMs: 0/0 items [===== ] 11% RPMs: 218/2698 items Delta RPMs: 0/0 items [===== ] 11% RPMs: 220/2698 items Delta RPMs: 0/0 items [====== ] 12% RPMs: 223/2698 items Delta RPMs: 0/0 items [====== ] 12% RPMs: 224/2698 items Delta RPMs: 0/0 items [====== ] 12% RPMs: 227/2698 items Delta RPMs: 0/0 items [====== ] 12% RPMs: 235/2698 items Delta RPMs: 0/0 items [====== ] 12% RPMs: 235/2698 items Delta RPMs: 0/0 items [====== ] 12% RPMs: 235/2698 items Delta RPMs: 0/0 items [====== ] 13% RPMs: 236/2698 items Delta RPMs: 0/0 items [====== ] 13% RPMs: 236/2698 items Delta RPMs: 0/0 items [======= ] 14% RPMs: 237/2698 items Delta RPMs: 0/0 items [======= ] 14% RPMs: 241/2698 items Delta RPMs: 0/0 items [======= ] 14% RPMs: 249/2698 items Delta RPMs: 0/0 items [======= ] 15% RPMs: 256/2698 items Delta RPMs: 0/0 items [======= ] 15% RPMs: 260/2698 items Delta RPMs: 0/0 items [======== ] 17% RPMs: 271/2698 items Delta RPMs: 0/0 items [======== ] 17% RPMs: 276/2698 items Delta RPMs: 0/0 items [======== ] 17% RPMs: 286/2698 items Delta RPMs: 0/0 items [======== ] 17% RPMs: 294/2698 items Delta RPMs: 0/0 items [========= ] 18% RPMs: 301/2698 items Delta RPMs: 0/0 items [========= ] 18% RPMs: 312/2698 items Delta RPMs: 0/0 items [========= ] 18% RPMs: 322/2698 items Delta RPMs: 0/0 items [========= ] 18% RPMs: 333/2698 items Delta RPMs: 0/0 items [========= ] 19% RPMs: 344/2698 items Delta RPMs: 0/0 items [========= ] 19% RPMs: 352/2698 items Delta RPMs: 0/0 items [========= ] 19% RPMs: 361/2698 items Delta RPMs: 0/0 items [========= ] 19% RPMs: 376/2698 items Delta RPMs: 0/0 items [========== ] 20% RPMs: 393/2698 items Delta RPMs: 0/0 items [========== ] 20% RPMs: 409/2698 items Delta RPMs: 0/0 items [========== ] 20% RPMs: 421/2698 items Delta RPMs: 0/0 items [========== ] 20% RPMs: 432/2698 items Delta RPMs: 0/0 items [========== ] 20% RPMs: 432/2698 items Delta RPMs: 0/0 items [========== ] 20% RPMs: 441/2698 items Delta RPMs: 0/0 items [========== ] 20% RPMs: 448/2698 items Delta RPMs: 0/0 items [========== ] 20% RPMs: 454/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 459/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 463/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 470/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 472/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 474/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 476/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 476/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 477/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 479/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 482/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 485/2698 items Delta RPMs: 0/0 items [========== ] 21% RPMs: 487/2698 items Delta RPMs: 0/0 items [=========== ] 23% RPMs: 494/2698 items Delta RPMs: 0/0 items [=========== ] 23% RPMs: 500/2698 items Delta RPMs: 0/0 items [=========== ] 23% RPMs: 507/2698 items Delta RPMs: 0/0 items [=========== ] 23% RPMs: 516/2698 items Delta RPMs: 0/0 items [=========== ] 23% RPMs: 521/2698 items Delta RPMs: 0/0 items [=========== ] 23% RPMs: 522/2698 items Delta RPMs: 0/0 items [============ ] 24% RPMs: 523/2698 items Delta RPMs: 0/0 items [============ ] 24% RPMs: 523/2698 items Delta RPMs: 0/0 items [============ ] 24% RPMs: 523/2698 items Delta RPMs: 0/0 items [============ ] 24% RPMs: 523/2698 items Delta RPMs: 0/0 items [============ ] 24% RPMs: 523/2698 items Delta RPMs: 0/0 items [============ ] 25% RPMs: 525/2698 items Delta RPMs: 0/0 items [============ ] 25% RPMs: 525/2698 items Delta RPMs: 0/0 items [============= ] 26% RPMs: 527/2698 items Delta RPMs: 0/0 items [============= ] 26% RPMs: 527/2698 items Delta RPMs: 0/0 items [============= ] 26% RPMs: 527/2698 items Delta RPMs: 0/0 items [============= ] 26% RPMs: 527/2698 items Delta RPMs: 0/0 items [============= ] 26% RPMs: 527/2698 items Delta RPMs: 0/0 items [============= ] 26% RPMs: 527/2698 items Delta RPMs: 0/0 items [============= ] 26% RPMs: 527/2698 items Delta RPMs: 0/0 items [============== ] 28% RPMs: 530/2698 items Delta RPMs: 0/0 items [============== ] 28% RPMs: 530/2698 items Delta RPMs: 0/0 items [============== ] 28% RPMs: 530/2698 items Delta RPMs: 0/0 items [============== ] 28% RPMs: 530/2698 items Delta RPMs: 0/0 items [============== ] 28% RPMs: 531/2698 items Delta RPMs: 0/0 items [============== ] 29% RPMs: 537/2698 items Delta RPMs: 0/0 items [============== ] 29% RPMs: 537/2698 items Delta RPMs: 0/0 items [============== ] 29% RPMs: 537/2698 items Delta RPMs: 0/0 items [============== ] 29% RPMs: 545/2698 items Delta RPMs: 0/0 items [=============== ] 30% RPMs: 548/2698 items Delta RPMs: 0/0 items [=============== ] 30% RPMs: 548/2698 items Delta RPMs: 0/0 items [=============== ] 30% RPMs: 550/2698 items Delta RPMs: 0/0 items [=============== ] 30% RPMs: 555/2698 items Delta RPMs: 0/0 items [=============== ] 30% RPMs: 558/2698 items Delta RPMs: 0/0 items [=============== ] 30% RPMs: 561/2698 items Delta RPMs: 0/0 items [=============== ] 30% RPMs: 564/2698 items Delta RPMs: 0/0 items [=============== ] 31% RPMs: 568/2698 items Delta RPMs: 0/0 items [=============== ] 31% RPMs: 573/2698 items Delta RPMs: 0/0 items [=============== ] 31% RPMs: 579/2698 items Delta RPMs: 0/0 items [=============== ] 31% RPMs: 587/2698 items Delta RPMs: 0/0 items [=============== ] 31% RPMs: 594/2698 items Delta RPMs: 0/0 items [=============== ] 31% RPMs: 601/2698 items Delta RPMs: 0/0 items [================ ] 32% RPMs: 606/2698 items Delta RPMs: 0/0 items [================ ] 32% RPMs: 608/2698 items Delta RPMs: 0/0 items [================ ] 32% RPMs: 612/2698 items Delta RPMs: 0/0 items [================ ] 32% RPMs: 615/2698 items Delta RPMs: 0/0 items [================ ] 32% RPMs: 616/2698 items Delta RPMs: 0/0 items [================ ] 32% RPMs: 620/2698 items Delta RPMs: 0/0 items [================ ] 33% RPMs: 627/2698 items Delta RPMs: 0/0 items [================ ] 33% RPMs: 634/2698 items Delta RPMs: 0/0 items [================ ] 33% RPMs: 642/2698 items Delta RPMs: 0/0 items [=================== ] 39% RPMs: 650/2698 items Delta RPMs: 0/0 items [=================== ] 39% RPMs: 659/2698 items Delta RPMs: 0/0 items [=================== ] 39% RPMs: 668/2698 items Delta RPMs: 0/0 items [=================== ] 39% RPMs: 683/2698 items Delta RPMs: 0/0 items [=================== ] 39% RPMs: 698/2698 items Delta RPMs: 0/0 items [=================== ] 39% RPMs: 708/2698 items Delta RPMs: 0/0 items [=================== ] 39% RPMs: 714/2698 items Delta RPMs: 0/0 items [==================== ] 40% RPMs: 723/2698 items Delta RPMs: 0/0 items [==================== ] 40% RPMs: 727/2698 items Delta RPMs: 0/0 items [==================== ] 40% RPMs: 733/2698 items Delta RPMs: 0/0 items [==================== ] 40% RPMs: 744/2698 items Delta RPMs: 0/0 items [==================== ] 40% RPMs: 759/2698 items Delta RPMs: 0/0 items [==================== ] 40% RPMs: 775/2698 items Delta RPMs: 0/0 items [==================== ] 40% RPMs: 793/2698 items Delta RPMs: 0/0 items [==================== ] 40% RPMs: 808/2698 items Delta RPMs: 0/0 items [==================== ] 41% RPMs: 814/2698 items Delta RPMs: 0/0 items [==================== ] 41% RPMs: 822/2698 items Delta RPMs: 0/0 items [==================== ] 41% RPMs: 826/2698 items Delta RPMs: 0/0 items [==================== ] 41% RPMs: 834/2698 items Delta RPMs: 0/0 items [==================== ] 41% RPMs: 841/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 852/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 865/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 877/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 891/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 906/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 920/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 934/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 949/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 959/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 968/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 982/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 985/2698 items Delta RPMs: 0/0 items [===================== ] 42% RPMs: 993/2698 items Delta RPMs: 0/0 items [===================== ] 43% RPMs: 998/2698 items Delta RPMs: 0/0 items [======================== ] 49% RPMs: 1003/2698 items Delta RPMs: 0/0 items [======================== ] 49% RPMs: 1009/2698 items Delta RPMs: 0/0 items [======================== ] 49% RPMs: 1013/2698 items Delta RPMs: 0/0 items [========================= ] 50% RPMs: 1014/2698 items Delta RPMs: 0/0 items [========================= ] 50% RPMs: 1020/2698 items Delta RPMs: 0/0 items [========================= ] 50% RPMs: 1023/2698 items Delta RPMs: 0/0 items [========================= ] 51% RPMs: 1032/2698 items Delta RPMs: 0/0 items [========================= ] 51% RPMs: 1038/2698 items Delta RPMs: 0/0 items [========================= ] 51% RPMs: 1038/2698 items Delta RPMs: 0/0 items [========================= ] 51% RPMs: 1039/2698 items Delta RPMs: 0/0 items [========================= ] 51% RPMs: 1040/2698 items Delta RPMs: 0/0 items [========================= ] 51% RPMs: 1040/2698 items Delta RPMs: 0/0 items [========================= ] 51% RPMs: 1041/2698 items Delta RPMs: 0/0 items [========================= ] 51% RPMs: 1041/2698 items Delta RPMs: 0/0 items [========================== ] 52% RPMs: 1046/2698 items Delta RPMs: 0/0 items [========================== ] 52% RPMs: 1052/2698 items Delta RPMs: 0/0 items [========================== ] 52% RPMs: 1059/2698 items Delta RPMs: 0/0 items [========================== ] 53% RPMs: 1065/2698 items Delta RPMs: 0/0 items [========================== ] 53% RPMs: 1065/2698 items Delta RPMs: 0/0 items [========================== ] 53% RPMs: 1067/2698 items Delta RPMs: 0/0 items [========================== ] 53% RPMs: 1067/2698 items Delta RPMs: 0/0 items [=========================== ] 54% RPMs: 1072/2698 items Delta RPMs: 0/0 items [=========================== ] 54% RPMs: 1078/2698 items Delta RPMs: 0/0 items [=========================== ] 54% RPMs: 1086/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1094/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1100/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1106/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1114/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1121/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1125/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1129/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1135/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1139/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1140/2698 items Delta RPMs: 0/0 items [=========================== ] 55% RPMs: 1143/2698 items Delta RPMs: 0/0 items [============================ ] 56% RPMs: 1151/2698 items Delta RPMs: 0/0 items [============================ ] 56% RPMs: 1163/2698 items Delta RPMs: 0/0 items [============================ ] 56% RPMs: 1169/2698 items Delta RPMs: 0/0 items [============================ ] 57% RPMs: 1179/2698 items Delta RPMs: 0/0 items [============================ ] 57% RPMs: 1190/2698 items Delta RPMs: 0/0 items [============================ ] 57% RPMs: 1200/2698 items Delta RPMs: 0/0 items [============================ ] 57% RPMs: 1217/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1234/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1253/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1273/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1290/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1300/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1310/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1315/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1319/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1330/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1343/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1353/2698 items Delta RPMs: 0/0 items [============================= ] 58% RPMs: 1365/2698 items Delta RPMs: 0/0 items [============================= ] 59% RPMs: 1369/2698 items Delta RPMs: 0/0 items [============================= ] 59% RPMs: 1371/2698 items Delta RPMs: 0/0 items [============================= ] 59% RPMs: 1373/2698 items Delta RPMs: 0/0 items [============================= ] 59% RPMs: 1377/2698 items Delta RPMs: 0/0 items [============================= ] 59% RPMs: 1379/2698 items Delta RPMs: 0/0 items [============================== ] 60% RPMs: 1387/2698 items Delta RPMs: 0/0 items [============================== ] 60% RPMs: 1388/2698 items Delta RPMs: 0/0 items [============================== ] 60% RPMs: 1390/2698 items Delta RPMs: 0/0 items [============================== ] 61% RPMs: 1398/2698 items Delta RPMs: 0/0 items [============================== ] 61% RPMs: 1411/2698 items Delta RPMs: 0/0 items [============================== ] 61% RPMs: 1422/2698 items Delta RPMs: 0/0 items [=================================== ] 70% RPMs: 1435/2698 items Delta RPMs: 0/0 items [=================================== ] 70% RPMs: 1453/2698 items Delta RPMs: 0/0 items [=================================== ] 70% RPMs: 1470/2698 items Delta RPMs: 0/0 items [=================================== ] 70% RPMs: 1487/2698 items Delta RPMs: 0/0 items [=================================== ] 71% RPMs: 1499/2698 items Delta RPMs: 0/0 items [=================================== ] 71% RPMs: 1506/2698 items Delta RPMs: 0/0 items [=================================== ] 71% RPMs: 1525/2698 items Delta RPMs: 0/0 items [=================================== ] 71% RPMs: 1544/2698 items Delta RPMs: 0/0 items [==================================== ] 72% RPMs: 1560/2698 items Delta RPMs: 0/0 items [==================================== ] 72% RPMs: 1576/2698 items Delta RPMs: 0/0 items [==================================== ] 72% RPMs: 1589/2698 items Delta RPMs: 0/0 items [==================================== ] 72% RPMs: 1603/2698 items Delta RPMs: 0/0 items [==================================== ] 72% RPMs: 1617/2698 items Delta RPMs: 0/0 items [==================================== ] 73% RPMs: 1636/2698 items Delta RPMs: 0/0 items [==================================== ] 73% RPMs: 1653/2698 items Delta RPMs: 0/0 items [==================================== ] 73% RPMs: 1661/2698 items Delta RPMs: 0/0 items [==================================== ] 73% RPMs: 1670/2698 items Delta RPMs: 0/0 items [==================================== ] 73% RPMs: 1683/2698 items Delta RPMs: 0/0 items [===================================== ] 74% RPMs: 1693/2698 items Delta RPMs: 0/0 items [===================================== ] 74% RPMs: 1704/2698 items Delta RPMs: 0/0 items [===================================== ] 74% RPMs: 1718/2698 items Delta RPMs: 0/0 items [===================================== ] 74% RPMs: 1727/2698 items Delta RPMs: 0/0 items [====================================== ] 76% RPMs: 1738/2698 items Delta RPMs: 0/0 items [====================================== ] 76% RPMs: 1741/2698 items Delta RPMs: 0/0 items [====================================== ] 76% RPMs: 1744/2698 items Delta RPMs: 0/0 items [====================================== ] 77% RPMs: 1745/2698 items Delta RPMs: 0/0 items [====================================== ] 77% RPMs: 1752/2698 items Delta RPMs: 0/0 items [====================================== ] 77% RPMs: 1762/2698 items Delta RPMs: 0/0 items [======================================= ] 78% RPMs: 1765/2698 items Delta RPMs: 0/0 items [======================================= ] 78% RPMs: 1769/2698 items Delta RPMs: 0/0 items [======================================= ] 78% RPMs: 1774/2698 items Delta RPMs: 0/0 items [======================================= ] 79% RPMs: 1783/2698 items Delta RPMs: 0/0 items [======================================= ] 79% RPMs: 1790/2698 items Delta RPMs: 0/0 items [======================================= ] 79% RPMs: 1798/2698 items Delta RPMs: 0/0 items [======================================= ] 79% RPMs: 1809/2698 items Delta RPMs: 0/0 items [======================================== ] 80% RPMs: 1821/2698 items Delta RPMs: 0/0 items [======================================== ] 80% RPMs: 1835/2698 items Delta RPMs: 0/0 items [======================================== ] 80% RPMs: 1850/2698 items Delta RPMs: 0/0 items [======================================== ] 80% RPMs: 1859/2698 items Delta RPMs: 0/0 items [======================================== ] 81% RPMs: 1870/2698 items Delta RPMs: 0/0 items [======================================== ] 81% RPMs: 1882/2698 items Delta RPMs: 0/0 items [======================================== ] 81% RPMs: 1897/2698 items Delta RPMs: 0/0 items [======================================== ] 81% RPMs: 1915/2698 items Delta RPMs: 0/0 items [======================================== ] 81% RPMs: 1936/2698 items Delta RPMs: 0/0 items [======================================== ] 81% RPMs: 1955/2698 items Delta RPMs: 0/0 items [========================================= ] 82% RPMs: 1975/2698 items Delta RPMs: 0/0 items [========================================= ] 82% RPMs: 1999/2698 items Delta RPMs: 0/0 items [========================================= ] 82% RPMs: 2022/2698 items Delta RPMs: 0/0 items [========================================= ] 82% RPMs: 2044/2698 items Delta RPMs: 0/0 items [========================================= ] 82% RPMs: 2059/2698 items Delta RPMs: 0/0 items [========================================= ] 82% RPMs: 2075/2698 items Delta RPMs: 0/0 items [========================================= ] 82% RPMs: 2087/2698 items Delta RPMs: 0/0 items [========================================= ] 83% RPMs: 2107/2698 items Delta RPMs: 0/0 items [========================================= ] 83% RPMs: 2130/2698 items Delta RPMs: 0/0 items [========================================= ] 83% RPMs: 2152/2698 items Delta RPMs: 0/0 items [========================================= ] 83% RPMs: 2166/2698 items Delta RPMs: 0/0 items [========================================== ] 84% RPMs: 2177/2698 items Delta RPMs: 0/0 items [========================================== ] 84% RPMs: 2184/2698 items Delta RPMs: 0/0 items [========================================== ] 84% RPMs: 2199/2698 items Delta RPMs: 0/0 items [========================================== ] 84% RPMs: 2211/2698 items Delta RPMs: 0/0 items [========================================== ] 84% RPMs: 2222/2698 items Delta RPMs: 0/0 items [========================================== ] 84% RPMs: 2237/2698 items Delta RPMs: 0/0 items [========================================== ] 85% RPMs: 2251/2698 items Delta RPMs: 0/0 items [========================================== ] 85% RPMs: 2260/2698 items Delta RPMs: 0/0 items [=========================================== ] 86% RPMs: 2271/2698 items Delta RPMs: 0/0 items [=========================================== ] 87% RPMs: 2280/2698 items Delta RPMs: 0/0 items [=========================================== ] 87% RPMs: 2292/2698 items Delta RPMs: 0/0 items [=========================================== ] 87% RPMs: 2299/2698 items Delta RPMs: 0/0 items [=========================================== ] 87% RPMs: 2310/2698 items Delta RPMs: 0/0 items [=========================================== ] 87% RPMs: 2321/2698 items Delta RPMs: 0/0 items [=========================================== ] 87% RPMs: 2332/2698 items Delta RPMs: 0/0 items [=========================================== ] 87% RPMs: 2341/2698 items Delta RPMs: 0/0 items [=========================================== ] 87% RPMs: 2347/2698 items Delta RPMs: 0/0 items [=========================================== ] 87% RPMs: 2354/2698 items Delta RPMs: 0/0 items [============================================ ] 89% RPMs: 2368/2698 items Delta RPMs: 0/0 items [============================================ ] 89% RPMs: 2383/2698 items Delta RPMs: 0/0 items [============================================ ] 89% RPMs: 2402/2698 items Delta RPMs: 0/0 items [============================================ ] 89% RPMs: 2405/2698 items Delta RPMs: 0/0 items [============================================= ] 90% RPMs: 2406/2698 items Delta RPMs: 0/0 items [============================================= ] 90% RPMs: 2412/2698 items Delta RPMs: 0/0 items [============================================= ] 90% RPMs: 2422/2698 items Delta RPMs: 0/0 items [============================================= ] 91% RPMs: 2436/2698 items Delta RPMs: 0/0 items [============================================= ] 91% RPMs: 2445/2698 items Delta RPMs: 0/0 items [============================================== ] 92% RPMs: 2462/2698 items Delta RPMs: 0/0 items [============================================== ] 92% RPMs: 2481/2698 items Delta RPMs: 0/0 items [============================================== ] 92% RPMs: 2495/2698 items Delta RPMs: 0/0 items [============================================== ] 92% RPMs: 2501/2698 items Delta RPMs: 0/0 items [============================================== ] 93% RPMs: 2513/2698 items Delta RPMs: 0/0 items [============================================== ] 93% RPMs: 2533/2698 items Delta RPMs: 0/0 items [============================================== ] 93% RPMs: 2553/2698 items Delta RPMs: 0/0 items [=============================================== ] 94% RPMs: 2573/2698 items Delta RPMs: 0/0 items [=============================================== ] 94% RPMs: 2579/2698 items Delta RPMs: 0/0 items [=============================================== ] 94% RPMs: 2587/2698 items Delta RPMs: 0/0 items [=============================================== ] 95% RPMs: 2594/2698 items Delta RPMs: 0/0 items [=============================================== ] 95% RPMs: 2605/2698 items Delta RPMs: 0/0 items [=============================================== ] 95% RPMs: 2619/2698 items Delta RPMs: 0/0 items [=============================================== ] 95% RPMs: 2624/2698 items Delta RPMs: 0/0 items [================================================ ] 96% RPMs: 2630/2698 items Delta RPMs: 0/0 items [================================================ ] 96% RPMs: 2637/2698 items Delta RPMs: 0/0 items [================================================ ] 96% RPMs: 2645/2698 items Delta RPMs: 0/0 items [================================================ ] 96% RPMs: 2646/2698 items Delta RPMs: 0/0 items [================================================ ] 97% RPMs: 2648/2698 items Delta RPMs: 0/0 items [================================================ ] 97% RPMs: 2653/2698 items Delta RPMs: 0/0 items [================================================ ] 97% RPMs: 2660/2698 items Delta RPMs: 0/0 items [================================================= ] 98% RPMs: 2663/2698 items Delta RPMs: 0/0 items [================================================= ] 98% RPMs: 2665/2698 items Delta RPMs: 0/0 items [================================================= ] 98% RPMs: 2670/2698 items Delta RPMs: 0/0 items [================================================= ] 99% RPMs: 2680/2698 items Delta RPMs: 0/0 items [================================================= ] 99% RPMs: 2692/2698 items Delta RPMs: 0/0 items [================================================= ] 99% RPMs: 2697/2698 items Delta RPMs: 0/0 items [==================================================] 100% RPMs: 2698/2698 items Delta RPMs: 0/0 items [==================================================] 100% RPMs: 2698/2698 items Delta RPMs: 0/0 items ... completed Downloading distribution files... [==================================================] 100% Distributions: 0/0 items [==================================================] 100% Distributions: 0/0 items [==================================================] 100% Distributions: 0/0 items ... completed Importing errata... [-] ... completed Importing package groups/categories... [-] ... completed Cleaning duplicate packages... [-] ... completed Task Succeeded Initializing repo metadata [-] ... completed Publishing Distribution files [-] ... completed Publishing RPMs [== ] 4% 118 of 2698 items [=== ] 7% 209 of 2698 items [===== ] 11% 297 of 2698 items [======= ] 14% 386 of 2698 items [======== ] 17% 476 of 2698 items [========== ] 20% 562 of 2698 items [============ ] 24% 654 of 2698 items [============= ] 27% 744 of 2698 items [=============== ] 30% 834 of 2698 items [================= ] 34% 935 of 2698 items [================== ] 37% 1023 of 2698 items [==================== ] 41% 1107 of 2698 items [====================== ] 44% 1192 of 2698 items [======================= ] 47% 1281 of 2698 items [========================= ] 50% 1373 of 2698 items [=========================== ] 54% 1469 of 2698 items [============================ ] 57% 1559 of 2698 items [============================== ] 60% 1636 of 2698 items [================================ ] 64% 1727 of 2698 items [================================= ] 67% 1816 of 2698 items [=================================== ] 70% 1911 of 2698 items [===================================== ] 74% 1999 of 2698 items [====================================== ] 77% 2092 of 2698 items [======================================== ] 80% 2184 of 2698 items [========================================== ] 84% 2277 of 2698 items [=========================================== ] 87% 2368 of 2698 items [============================================ ] 89% 2428 of 2698 items [============================================== ] 93% 2523 of 2698 items [================================================ ] 97% 2619 of 2698 items [==================================================] 100% 2698 of 2698 items [==================================================] 100% 2698 of 2698 items ... completed Publishing Delta RPMs ... skipped Publishing Errata [-] [\] ... completed Publishing Comps file [-] ... completed Publishing Metadata. [-] ... completed Closing repo metadata [-] ... completed Generating sqlite files ... skipped Removing old repodata [-] ... completed Generating HTML files ... skipped Publishing files to web [-] ... completed Writing Listings File [-] ... completed Task Succeeded ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo sync run --repo-id modularity_testcreate modular_test_copu_u_y_all -[1@ [1@-[1@-[1@r[1@e[1@p[1@o[1@-[1@i[1@d Successfully created repository [modular_test_copy_all] ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo create --repo-id modular_test_copy_all pulp-admin statuspulp-admin rpm repo copy all --from-repo-id moudulart_test --to-repo-id modulart_test_copy_all Invalid properties: ['source_repo_id'] ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo copy all --from-repo-id modular_test --to-repo-id modular_test_copy_all [1@i[1@t[1@y This command may be exited via ctrl+c without affecting the request. [-] Running... [\] Running... [|] Running... [/] Running... [-] Running... [\] Running... [|] Running... [/] Running... [-] Running... [\] Running... [|] Running... Copied: rpm: 2698 yum_repo_metadata_file: 1 erratum: 1 ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo copy all --from-repo-id modularity_test --to-repo-id modular_test_copy_all  reate -publish -run --repo-id modular_test_copy_all +----------------------------------------------------------------------+ Publishing Repository [modular_test_copy_all] +----------------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Initializing repo metadata [-] ... completed Publishing Distribution files [-] ... completed Publishing RPMs [== ] 4% 127 of 2698 items [===== ] 10% 280 of 2698 items [======== ] 16% 434 of 2698 items [========== ] 21% 587 of 2698 items [============= ] 27% 746 of 2698 items [================ ] 33% 903 of 2698 items [=================== ] 39% 1058 of 2698 items [====================== ] 44% 1190 of 2698 items [======================== ] 49% 1343 of 2698 items [=========================== ] 55% 1501 of 2698 items [============================== ] 60% 1640 of 2698 items [================================= ] 66% 1788 of 2698 items [==================================== ] 72% 1946 of 2698 items [====================================== ] 77% 2101 of 2698 items [========================================= ] 83% 2245 of 2698 items [============================================ ] 88% 2397 of 2698 items [============================================== ] 93% 2527 of 2698 items [================================================= ] 99% 2682 of 2698 items [==================================================] 100% 2698 of 2698 items ... completed Publishing Delta RPMs ... skipped Publishing Errata [-] [\] ... completed Publishing Comps file [-] ... completed Publishing Metadata. [-] ... completed Closing repo metadata [-] ... completed Generating sqlite files ... skipped Removing old repodata [-] ... completed Generating HTML files ... skipped Publishing files to web [-] ... completed Writing Listings File [-] ... completed Task Succeeded ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo publish run --repo-id modular_test_copy_all rpmpulp-admin rpm repo publish run --repo-id modular_test_copy_alldelete  mou--repo_id-id modular_test_copy_all This command may be exited via ctrl+c without affecting the request. [-] Running... [\] Running... Repository [modular_test_copy_all] successfully deleted ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo delete --repo-id modular_test_copy_all[5@publish run copy all --from-repo-id modularity_test --to-repo-id modular_test_copy_all  reate -00--relative-url modular_textst_copy_all Successfully created repository [modular_test_copy_all] ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo create --repo-id modular_test_copy_all --relative-url modular_test_copy_all delete --repo-id[5@publish run copy all --from-repo-id modularity_test --to-repo-id modular_test_copy_all This command may be exited via ctrl+c without affecting the request. [-] Running... [\] Running... [|] Running... [/] Running... [-] Running... [\] Running... [|] Running... [/] Running... [-] Running... [\] Running... [|] Running... Copied: rpm: 2698 yum_repo_metadata_file: 1 erratum: 1 ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo copy all --from-repo-id modularity_test --to-repo-id modular_test_copy_all reate --repo-id modular_test_copy_all --relative-url modular_test_copy_all delete --repo-id[5@publish run copy all --from-repo-id modularity_test --to-repo-id modular_test_copy_all  reate -sync run --repo-id modularity_testcreate --repo-id modular_test_copy_all [33@opy all --from-repo-id modular_test --to[3@ity publish run --repo-id modular_test_copy_all delete[37@create --repo-id modular_test_copy_all --relative-url opy all --from-repo-id modularity_test --to-repo-id modular_test_copy_all pulp-admin rpm repo copy all --from-repo-id modularity_test --to-repo-id modular_test_copy_all reate --repo-id modular_test_copy_all --relative-url modular_test_copy_all delete --repo-id[5@publish run +----------------------------------------------------------------------+ Publishing Repository [modular_test_copy_all] +----------------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Initializing repo metadata [-] ... completed Publishing Distribution files [-] ... completed Publishing RPMs [== ] 4% 108 of 2698 items [==== ] 9% 256 of 2698 items [======= ] 15% 405 of 2698 items [========== ] 20% 558 of 2698 items [============= ] 26% 704 of 2698 items [=============== ] 31% 862 of 2698 items [================== ] 37% 1002 of 2698 items [===================== ] 42% 1140 of 2698 items [======================= ] 47% 1286 of 2698 items [========================== ] 53% 1442 of 2698 items [============================= ] 58% 1583 of 2698 items [=============================== ] 63% 1722 of 2698 items [================================== ] 69% 1872 of 2698 items [===================================== ] 74% 2023 of 2698 items [======================================== ] 80% 2161 of 2698 items [========================================== ] 85% 2304 of 2698 items [============================================= ] 90% 2448 of 2698 items [================================================ ] 96% 2600 of 2698 items [==================================================] 100% 2698 of 2698 items [==================================================] 100% 2698 of 2698 items ... completed Publishing Delta RPMs ... skipped Publishing Errata [-] [\] ... completed Publishing Comps file [-] ... completed Publishing Metadata. [-] ... completed Closing repo metadata [-] ... completed Generating sqlite files ... skipped Removing old repodata [-] ... completed Generating HTML files ... skipped Publishing files to web [-] ... completed Writing Listings File [-] ... completed Task Succeeded ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ ifcosudo dnf install ip-tools Last metadata expiration check: 0:00:00 ago on Wed 21 Feb 2018 05:32:31 PM UTC. No match for argument: ip-tools(B Error: Unable to find a match ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ sudo dnf install ip-toolspnet-tools Last metadata expiration check: 0:00:13 ago on Wed 21 Feb 2018 05:32:31 PM UTC. Dependencies resolved. ============================================================================================================================================================================================================================================== Package Arch Version Repository Size ============================================================================================================================================================================================================================================== Installing: net-tools x86_64 2.0-0.44.20160912git.fc26 updates 311 k Transaction Summary ============================================================================================================================================================================================================================================== Install 1 Package Total download size: 311 k Installed size: 911 k Is this ok [y/N]: y Downloading Packages: net-tools-2.0-0.44.20160912git.fc26.x86_64.rpm 0% [ ] --- B/s | 0 B --:-- ETA net-tools-2.0-0.44.20160912git.fc26.x86_64.rpm 2.1 MB/s | 311 kB 00:00 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 354 kB/s | 311 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [===== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [========== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [===================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [========================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [====================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [======================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=============================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [====================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [========================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================================================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [===================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=========================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================================================================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [======================================================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [========================================================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================================================================================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [====================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [======================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=============================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [========================================================================================================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=========================================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================================================================================================================================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [============================================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================================================================================================================================ ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [================================================================================================================================================================= ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [=================================================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 [===================================================================================================================================================================== ] 1/1 Installing : net-tools-2.0-0.44.20160912git.fc26.x86_64 1/1 Running scriptlet: net-tools-2.0-0.44.20160912git.fc26.x86_64 1/1 warning: Unable to get systemd shutdown inhibition lock Running as unit: run-r35e70919c0a341aebc0594221ce1deda.service Verifying : net-tools-2.0-0.44.20160912git.fc26.x86_64 1/1 Installed: net-tools.x86_64 2.0-0.44.20160912git.fc26 Complete! ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ ifconfig eth0: flags=4163 mtu 1500 inet 172.17.0.3 netmask 255.255.0.0 broadcast 172.17.255.255 ether 02:42:ac:11:00:03 txqueuelen 0 (Ethernet) RX packets 2003156 bytes 2797868232 (2.6 GiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 884470 bytes 49553943 (47.2 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 1 (Local Loopback) RX packets 217983 bytes 329447784 (314.1 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 217983 bytes 329447784 (314.1 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ prestart ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ prestart ifconfigsudo dnf install net-tools ifconfig prestartpulp-admin rpm repo list +----------------------------------------------------------------------+ RPM Repositories +----------------------------------------------------------------------+ Id: zoo Display Name: None Description: None Content Unit Counts: Id: modularity_test Display Name: None Description: None Content Unit Counts: Erratum: 1 Rpm: 2698 Yum Repo Metadata File: 1 Id: modular_test_copy_all Display Name: None Description: None Content Unit Counts: Erratum: 1 Rpm: 2698 Yum Repo Metadata File: 1 ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ [vagrant@pulp2 ~]$ pulp-admoin pulp-admin rpm prrepo list modularity_test Command: list Description: lists repositories on the Pulp server Available Arguments: --summary, -s - if specified, a condensed view with just the repository ID and name is displayed --details - if specified, detailed configuration information is displayed for each repository --fields - comma-separated list of repository fields; Example: "id,description,display_name,content_unit_counts". If specified, only the given fields will be displayed. --repo-id - if specified, configuration information is displayed for one repository --all, -a - if specified, information on all Pulp repositories, regardless of type, will be displayed ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo list modularity_test-modularity_test-modularity_testdmodularity_testemodularity_testtmodularity_testamodularity_testimodularity_testlmodularity_testsmodularity_test modularity_test-modularity_test-modularity_testrmodularity_testemodularity_testpmodularity_testomodularity_test-modularity_testimodularity_testdmodularity_test modularity_test +----------------------------------------------------------------------+ RPM Repositories +----------------------------------------------------------------------+ Id: modularity_test Display Name: None Description: None Content Unit Counts: Erratum: 1 Rpm: 2698 Yum Repo Metadata File: 1 Notes: Scratchpad: Checksum Type: sha256 Importers: Config: Feed: http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/2 7/Server/x86_64/ Id: yum_importer Importer Type Id: yum_importer Last Override Config: Last Sync: 2018-02-21T17:07:56Z Last Updated: 2018-02-21T17:01:19Z Repo Id: modularity_test Scratchpad: Repomd Revision: 1511041271 Distributors: Auto Publish: True Config: Checksum Type: sha256 Http: False Https: True Relative URL: pub/fedora/linux/modular/updates/testing/27/Server/x86_64/ Distributor Type Id: yum_distributor Id: yum_distributor Last Override Config: Last Publish: 2018-02-21T17:08:29Z Last Updated: 2018-02-21T17:07:56Z Repo Id: modularity_test Scratchpad: Auto Publish: False Config: Http: False Https: True Relative URL: pub/fedora/linux/modular/updates/testing/27/Server/x86_64/ Distributor Type Id: export_distributor Id: export_distributor Last Override Config: Last Publish: None Last Updated: 2018-02-21T17:01:19Z Repo Id: modularity_test Scratchpad: ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo list --details --repo-id modularity_testcreate rpm repo create --help Command: create Description: creates a new repository Available Arguments: --repo-id - (required) unique identifier; only alphanumeric, ., -, and _ allowed --display-name - user-readable display name (may contain i18n characters) --description - user-readable description (may contain i18n characters) --note - adds/updates/deletes notes to programmatically identify the resource; key-value pairs must be separated by an equal sign (e.g. key=value); multiple notes can be changed by specifying this option multiple times; notes are deleted by specifying "" as the value Synchronization --feed - URL of the external source repository to sync --validate - if "true", the size and checksum of each synchronized file will be verified against the repo metadata --skip - comma-separated list of types to omit when synchronizing, if not specified all types will be synchronized; valid values are: rpm, drpm, distribution, erratum --require-signature - Require that imported packages should be signed. Defaults to False --allowed-keys - List of allowed signature keys that imported packages can be signed with. Comma separated values. Feed SSL --feed-ca-cert - full path to the CA certificate that should be used to verify the external repo server's SSL certificate --verify-feed-ssl - if "true", the feed's SSL certificate will be verified against the feed_ca_cert --feed-cert - full path to the certificate to use for authorization when accessing the external feed --feed-key - full path to the private key for feed_cert Feed Proxy --proxy-host - proxy server url to use --proxy-port - port on the proxy server to make requests --proxy-user - username used to authenticate with the proxy server --proxy-pass - password used to authenticate with the proxy server Basic Authentication --basicauth-user - username used to authenticate with sync location via HTTP basic auth --basicauth-pass - password used to authenticate with sync location via HTTP basic auth Throttling --max-downloads - maximum number of downloads that will run concurrently --max-speed - maximum bandwidth used per download thread, in bytes/sec, when synchronizing the repo Repository Content Behavior --remove-missing - if "true", units that were previously in the external feed but are no longer found will be removed from the repository; defaults to false --retain-old-count - count indicating how many non-latest versions of a unit to keep in a repository Download Policy --download-policy - content downloading policy (immediate | background | on_demand) Publishing --relative-url - relative path the repository will be served from. Only alphanumeric characters, forward slashes, underscores and dashes are allowed. It defaults to the relative path of the feed URL --serve-http - if "true", the repository will be served over HTTP; defaults to false --serve-https - if "true", the repository will be served over HTTPS; defaults to true --checksum-type - type of checksum to use during metadata generation --gpg-key - GPG key used to sign and verify packages in the repository --generate-sqlite - if "true", sqlite files will be generated for the repository metadata during publish --repoview - if "true", static HTML files will be generated during publish by the repoview tool for faster browsing of the repository. Enables --generate-sqlite flag. --updateinfo-checksum-type - type of checksum to use during updateinfo.xml generation Consumer Authentication --host-ca - full path to the CA certificate that signed the repository hosts's SSL certificate when serving over HTTPS --auth-ca - full path to the CA certificate that should be used to verify client authentication certificates; setting this turns on client authentication for the repository --auth-cert - full path to the entitlement certificate that will be given to bound consumers to grant access to this repository ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo create --help-download_p-poliscycy on_demand --repo-id moudularity_reopoon_demand --relative_url modula[1@-rtity_ond_de_demand --feed http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/2 Successfully created repository [modularity_on_demand] ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ 7/Server/x86_64/ [1@# ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ # 7/Server/x86_64/ pulp-admin rpm repo create --download-policy on_demand --repo-id modularity_on_demand --relative-url modularity_on_demand --feed http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27..S7/Server/x86_64/  [1@#[1@ ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo delete --repo-id modularity_on_demand This command may be exited via ctrl+c without affecting the request. [-] Running... [\] Running... Repository [modularity_on_demand] successfully deleted ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo delete --repo-id modularity_on_demand # pulp-admin rpm repo create --download-policy on_demand --repo-id modularity_on_demand --relative-url modularity_on_demand --feed http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27/Server/x86_64/ [1@p Successfully created repository [modularity_on_demand] ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo bupublish run mpdulodularity_on_demand [1@-[1@-[1@r[1@e[1@p[1@o[1@-[1@i[1@d[1@ +----------------------------------------------------------------------+ Publishing Repository [modularity_on_demand] +----------------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Initializing repo metadata [-] ... completed Publishing Distribution files [-] ... completed Publishing RPMs [-] ... completed Publishing Delta RPMs ... skipped Publishing Errata [-] ... completed Publishing Comps file [-] ... completed Publishing Metadata. [-] ... completed Closing repo metadata [-] ... completed Generating sqlite files ... skipped Removing old repodata [-] ... completed Generating HTML files ... skipped Publishing files to web [-] ... completed Writing Listings File [-] ... completed Task Succeeded ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ pulp-admin rpm repo publish run --repo-id modularity_on_demand create --download-policy on_demand --repo-id modularity_on_demand --relative-url modularity_on_demand --feed http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27/Server/x86_64/ publish run --repo-id modularity_on_demand  create --download-policy on_demand --repo-id modularity_on_demand --relative-url modularity_on_demand --feed http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27/Server/x86_64/ publish run --repo-id modularity_on_demand  dnf confpulp-admin rpm repo publish run --repo-id modularity_on_demand pulp-admin rpm repo publish run --repo-id modularity_on_demand rusycbc nc ryb un -00-reoi-po-jud id moudularituy)__on_depmand +----------------------------------------------------------------------+ Synchronizing Repository [modularity_on_demand] +----------------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Downloading metadata... [-] ... completed Downloading repository content... [-] [==================================================] 100% RPMs: 0/0 items Delta RPMs: 0/0 items ... completed Downloading distribution files... [==================================================] 100% Distributions: 0/0 items [==================================================] 100% Distributions: 0/0 items Task Failed Error retrieving metadata: Not Found ]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ gwcurl http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27/Server/x86_64/repodata/repomd.xml 404 Not Found

Not Found

The requested URL /pub/fedora/linux/modular/updates/testing/27/Server/x86_64/repodata/repomd.xml was not found on this server.

]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ curl http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27/Server/x86_64/repodata/repomd.xml curl http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27/Server/x86_64/repodata/repomd.xml curl http://dl.fedoraproject.org/pub/fedora/linux/modular/updates/testing/27/Server/x86_64/repodata/repomd.xml wgecirurl dl.fedoraproject.org/pub/fedora/linux/modular/updates/27/Server/x86_64/os/repodata/repomd.xml 404 Not Found

Not Found

The requested URL /pub/fedora/linux/modular/updates/27/Server/x86_64/os/repodata/repomd.xml was not found on this server.

]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ curl dl.fedoraproject.org/pub/fedora/linux/modular/updates/27/Server/x86_64/os/repodata/repomd.xml  404 Not Found

Not Found

The requested URL /pub/fedora/linux/modular/updates/27/Server/x86_64/os/repodata/ was not found on this server.

]0;vagrant@pulp2:~[vagrant@pulp2 ~]$ curl dl.fedoraproject.org/pub/fedora/linux/modular/updates/27/Server/x86_64/os/repodata/