Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 910283 Details for
Bug 1080647
Traceback on applicability generation for a repository
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
verifiyng screenlog over RHEL6.5
file_1080647.txt (text/plain), 7.40 KB, created by
Irina Gulina
on 2014-06-19 08:15:34 UTC
(
hide
)
Description:
verifiyng screenlog over RHEL6.5
Filename:
MIME Type:
Creator:
Irina Gulina
Created:
2014-06-19 08:15:34 UTC
Size:
7.40 KB
patch
obsolete
>>> pulp-consumer -u admin register --consumer-id cheburashka > Enter password: > Consumer [cheburashka] successfully registered > >>>pulp-admin -u admin -p admin rpm repo create --repo-id gena > Successfully created repository [gena] > >>>pulp-consumer -u admin rpm bind --repo-id gena > Enter password: > Bind tasks successfully created: > > Task Id: d75d139e-f46c-4a86-b518-19165d4f8efd > >>>pulp-admin -u admin -p admin rpm repo uploads rpm --repo-id gena --file=lion-0.4-1.noarch.rpm > +----------------------------------------------------------------------+ > Unit Upload > +----------------------------------------------------------------------+ > > Extracting necessary metadata for each request... > [==================================================] 100% > Analyzing: lion-0.4-1.noarch.rpm > ... completed > > Creating upload requests on the server... > [==================================================] 100% > Initializing: lion-0.4-1.noarch.rpm > ... completed > > Starting upload of selected units. If this process is stopped through ctrl+c, > the uploads will be paused and may be resumed later using the resume command or > cancelled entirely using the cancel command. > > Uploading: lion-0.4-1.noarch.rpm > [==================================================] 100% > 2446/2446 bytes > ... completed > > Importing into the repository... > This command may be exited via ctrl+c without affecting the request. > > > [\] > Running... > > Task Succeeded > > > Deleting the upload request... > ... completed > >>>curl -i -H "Accept: application/json" -X POST -k -u admin:admin -d '{ "repo_criteria": { "filters": {"id": {"$in": ["gena"]}}}}' 'https://localhost/pulp/api/v2/repositories/actions/content/regenerate_applicability/' > HTTP/1.1 202 Accepted > Date: Wed, 18 Jun 2014 14:20:04 GMT > Server: Apache/2.2.15 (Red Hat) > Content-Encoding: utf-8 > Content-Length: 172 > Connection: close > Content-Type: application/json > > {"spawned_tasks": [{"_href": "/pulp/api/v2/tasks/64317144-c3fe-4bfc-9575-4e52a57ffc26/", "task_id": "64317144-c3fe-4bfc-9575-4e52a57ffc26"}], "result": null, "error": null} > > >>> pulp-admin -u admin -p admin tasks details --task-id="64317144-c3fe-4bfc-9575-4e52a57ffc26" >+----------------------------------------------------------------------+ > Task Details >+----------------------------------------------------------------------+ > >Operations: content_applicability_regeneration >Resources: >State: Successful >Start Time: 2014-06-18T14:20:04Z >Finish Time: 2014-06-18T14:20:05Z >Result: N/A >Task Id: 64317144-c3fe-4bfc-9575-4e52a57ffc26 >Progress Report: > > >>>pulp-admin -u admin -p admin rpm repo publish run --repo-id gena > +----------------------------------------------------------------------+ > Publishing Repository [gena] > +----------------------------------------------------------------------+ > > 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 > [-] > ... completed > > Publishing Errata > [-] > ... completed > > Publishing Comps file > [-] > ... completed > > Publishing Metadata. > [-] > ... completed > > Closing repo metadata > [-] > ... completed > > Publishing files to web > [-] > ... completed > > Writing Listings File > [-] > ... completed > > > Task Succeeded > >>> pulp-admin -u admin -p admin rpm consumer package install run --consumer-id=cheburashka -n lion > Install task created with id [ 091248d6-e486-470d-a680-0d9a8e795bcd ] > > This command may be exited via ctrl+c without affecting the request. > > Refresh Repository Metadata [ OK ] > Downloading Packages [ OK ] > Check Package Signatures [ OK ] > Running Test Transaction [ OK ] > Running Transaction [ OK ] > > Install Succeeded > > +----------------------------------------------------------------------+ > Installed > +----------------------------------------------------------------------+ > > Name: lion > Version: 0.4 > Arch: noarch > Repoid: gena > > >>>pulp-admin -u admin -p admin rpm repo uploads rpm --repo-id gena --file=dolphin-3.10.232-1.noarch.rpm > +----------------------------------------------------------------------+ > Unit Upload > +----------------------------------------------------------------------+ > > Extracting necessary metadata for each request... > [==================================================] 100% > Analyzing: dolphin-3.10.232-1.noarch.rpm > ... completed > > Creating upload requests on the server... > [==================================================] 100% > Initializing: dolphin-3.10.232-1.noarch.rpm > ... completed > > Starting upload of selected units. If this process is stopped through ctrl+c, > the uploads will be paused and may be resumed later using the resume command or > cancelled entirely using the cancel command. > > Uploading: dolphin-3.10.232-1.noarch.rpm > [==================================================] 100% > 2495/2495 bytes > ... completed > > Importing into the repository... > This command may be exited via ctrl+c without affecting the request. > > > [\] > Running... > > Task Succeeded > > > Deleting the upload request... > ... completed > >>>curl -i -H "Accept: application/json" -X POST -k -u admin:admin -d '{ "repo_criteria": { "filters": {"id": {"$in": ["gena"]}}}}' 'https://localhost/pulp/api/v2/repositories/actions/content/regenerate_applicability/' > HTTP/1.1 202 Accepted > Date: Wed, 18 Jun 2014 14:28:53 GMT > Server: Apache/2.2.15 (Red Hat) > Content-Encoding: utf-8 > Content-Length: 172 > Connection: close > Content-Type: application/json > > {"spawned_tasks": [{"_href": "/pulp/api/v2/tasks/a71a4e68-c341-446d-91a9-fb8a2702740d/", "task_id": "a71a4e68-c341-446d-91a9-fb8a2702740d"}], "result": null, "error": null}[root@ec2-46-51-133-3 ~] > >>>pulp-admin -u admin -p admin tasks details --task-id="a71a4e68-c341-446d-91a9-fb8a2702740d" >+----------------------------------------------------------------------+ > Task Details >+----------------------------------------------------------------------+ > >Operations: content_applicability_regeneration >Resources: >State: Successful >Start Time: 2014-06-18T14:28:54Z >Finish Time: 2014-06-18T14:28:54Z >Result: N/A >Task Id: a71a4e68-c341-446d-91a9-fb8a2702740d >Progress Report: >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1080647
: 910283