Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 757 | labels stringlengths 4 664 | body stringlengths 3 261k | index stringclasses 10 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 232k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
41,346 | 10,421,940,313 | IssuesEvent | 2019-09-16 07:47:04 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Code generator fails to parse duplicate unique constraint | C: Functionality E: All Editions P: Medium T: Defect | When I use the following SQL:
```
CREATE TABLE `table1` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(45) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `email_UNIQUE` (`email`)
);
CREATE TABLE `table2` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(45) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `email_UNIQUE` (`email`)
);
```
The code generator will report an error:
```
Caused by: org.jooq.exception.DataAccessException: SQL [create table "table2"("id" bigint not null auto_increment, "email" varchar(45) not null, primary key ("id"), constraint "email_UNIQUE" unique ("email"))]; Constraint "email_UNIQUE" already exists; SQL statement:
create table "table2"("id" bigint not null auto_increment, "email" varchar(45) not null, primary key ("id"), constraint "email_UNIQUE" unique ("email")) [90045-199]
at org.jooq_3.12.1.H2.debug(Unknown Source)
<snip/>
at org.jooq.meta.extensions.ddl.DDLDatabase.create0(DDLDatabase.java:166)
... 8 more
Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Constraint "email_UNIQUE" already exists; SQL statement:
create table "table2"("id" bigint not null auto_increment, "email" varchar(45) not null, primary key ("id"), constraint "email_UNIQUE" unique ("email")) [90045-199]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:573)
<snip/>
at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:369)
... 14 more
```
It looks like MySQL allows UNIQUE constraints to have the same name while in H2 they need a globally unique name. | 1.0 | Code generator fails to parse duplicate unique constraint - When I use the following SQL:
```
CREATE TABLE `table1` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(45) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `email_UNIQUE` (`email`)
);
CREATE TABLE `table2` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(45) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `email_UNIQUE` (`email`)
);
```
The code generator will report an error:
```
Caused by: org.jooq.exception.DataAccessException: SQL [create table "table2"("id" bigint not null auto_increment, "email" varchar(45) not null, primary key ("id"), constraint "email_UNIQUE" unique ("email"))]; Constraint "email_UNIQUE" already exists; SQL statement:
create table "table2"("id" bigint not null auto_increment, "email" varchar(45) not null, primary key ("id"), constraint "email_UNIQUE" unique ("email")) [90045-199]
at org.jooq_3.12.1.H2.debug(Unknown Source)
<snip/>
at org.jooq.meta.extensions.ddl.DDLDatabase.create0(DDLDatabase.java:166)
... 8 more
Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Constraint "email_UNIQUE" already exists; SQL statement:
create table "table2"("id" bigint not null auto_increment, "email" varchar(45) not null, primary key ("id"), constraint "email_UNIQUE" unique ("email")) [90045-199]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:573)
<snip/>
at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:369)
... 14 more
```
It looks like MySQL allows UNIQUE constraints to have the same name while in H2 they need a globally unique name. | defect | code generator fails to parse duplicate unique constraint when i use the following sql create table id int unsigned not null auto increment email varchar not null primary key id unique key email unique email create table id int unsigned not null auto increment email varchar not null primary key id unique key email unique email the code generator will report an error caused by org jooq exception dataaccessexception sql constraint email unique already exists sql statement create table id bigint not null auto increment email varchar not null primary key id constraint email unique unique email at org jooq debug unknown source at org jooq meta extensions ddl ddldatabase ddldatabase java more caused by org jdbc jdbcsqlsyntaxerrorexception constraint email unique already exists sql statement create table id bigint not null auto increment email varchar not null primary key id constraint email unique unique email at org message dbexception getjdbcsqlexception dbexception java at org jooq impl abstractquery execute abstractquery java more it looks like mysql allows unique constraints to have the same name while in they need a globally unique name | 1 |
44,180 | 12,025,551,529 | IssuesEvent | 2020-04-12 09:50:20 | tiangolo/jbrout | https://api.github.com/repos/tiangolo/jbrout | closed | "download" plugin (from Operations context menu on tree album) doesn't work with PTP digital cameras | Component-jbrout Type-Defect auto-migrated | ```
I have a CANON IXUS 30 digital camera which is handled in PTP mode through
gphoto2 since its 2.1.6 release (June 23rd, 2005) http://www.gphoto.org/news/
I can download my photos from my camera through jBrout using the "download"
plugin (camera can't be mounted)
see http://ups.imagup.com/01/1233759060_Capture-1.png
I'm running jBrout 0.3.174 on Ubuntu 8.10
```
Original issue reported on code.google.com by `thibaut....@gmail.com` on 4 Feb 2009 at 9:03
| 1.0 | "download" plugin (from Operations context menu on tree album) doesn't work with PTP digital cameras - ```
I have a CANON IXUS 30 digital camera which is handled in PTP mode through
gphoto2 since its 2.1.6 release (June 23rd, 2005) http://www.gphoto.org/news/
I can download my photos from my camera through jBrout using the "download"
plugin (camera can't be mounted)
see http://ups.imagup.com/01/1233759060_Capture-1.png
I'm running jBrout 0.3.174 on Ubuntu 8.10
```
Original issue reported on code.google.com by `thibaut....@gmail.com` on 4 Feb 2009 at 9:03
| defect | download plugin from operations context menu on tree album doesn t work with ptp digital cameras i have a canon ixus digital camera which is handled in ptp mode through since its release june i can download my photos from my camera through jbrout using the download plugin camera can t be mounted see i m running jbrout on ubuntu original issue reported on code google com by thibaut gmail com on feb at | 1 |
326,783 | 24,101,235,143 | IssuesEvent | 2022-09-20 01:02:13 | iods/python-bones | https://api.github.com/repos/iods/python-bones | opened | Environment Dependencies and Configurations | documentation feature discussion | What do we need for the following:
- configuration
- ci
- linting/cs
- venv
- setup vs. inclusion
- requirements.txt
- testing | 1.0 | Environment Dependencies and Configurations - What do we need for the following:
- configuration
- ci
- linting/cs
- venv
- setup vs. inclusion
- requirements.txt
- testing | non_defect | environment dependencies and configurations what do we need for the following configuration ci linting cs venv setup vs inclusion requirements txt testing | 0 |
20,725 | 3,409,802,345 | IssuesEvent | 2015-12-04 17:13:43 | umple/umple | https://api.github.com/repos/umple/umple | opened | Build warning: A implementation of Method 'addJavaLttngImport' ... | Component-SemanticsAndGen Diffic-Easy Java Priority-High Type-Defect | When building the current repository:
```
A implementation of Method 'addJavaLttngImport' in class 'JavaGenerator' is already defined at line 1575 of 'Generator_CodeJava.ump' file. New definition at line 1592 of 'Generator_CodeJava.ump' file is being disconsidered
```
Side note: I don't think disconsidered is a word. | 1.0 | Build warning: A implementation of Method 'addJavaLttngImport' ... - When building the current repository:
```
A implementation of Method 'addJavaLttngImport' in class 'JavaGenerator' is already defined at line 1575 of 'Generator_CodeJava.ump' file. New definition at line 1592 of 'Generator_CodeJava.ump' file is being disconsidered
```
Side note: I don't think disconsidered is a word. | defect | build warning a implementation of method addjavalttngimport when building the current repository a implementation of method addjavalttngimport in class javagenerator is already defined at line of generator codejava ump file new definition at line of generator codejava ump file is being disconsidered side note i don t think disconsidered is a word | 1 |
158,160 | 24,796,477,839 | IssuesEvent | 2022-10-24 17:43:52 | microsoft/azuredatastudio | https://api.github.com/repos/microsoft/azuredatastudio | closed | label sizing in table designer has stopped working after recent merge | Bug Triage: Done Area - Designer | Insiders build

| 1.0 | label sizing in table designer has stopped working after recent merge - Insiders build

| non_defect | label sizing in table designer has stopped working after recent merge insiders build | 0 |
58,481 | 14,281,636,954 | IssuesEvent | 2020-11-23 08:23:32 | goldbergyoni/nodebestpractices | https://api.github.com/repos/goldbergyoni/nodebestpractices | closed | Add: Encryption of PII Data | security | We need to add a note on encryption of Personally Identifiable Information (PII). PII data should be encrypted when stored | True | Add: Encryption of PII Data - We need to add a note on encryption of Personally Identifiable Information (PII). PII data should be encrypted when stored | non_defect | add encryption of pii data we need to add a note on encryption of personally identifiable information pii pii data should be encrypted when stored | 0 |
47,825 | 13,066,258,446 | IssuesEvent | 2020-07-30 21:19:12 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | neutrino-generator - low test coverage (Trac #1228) | Migrated from Trac combo simulation defect | Certain parts of the neutrino-generator code have low test coverage. Please increase the test coverage as much as possible.
For details of the test coverage percentage see:
http://software.icecube.wisc.edu/coverage/00_LATEST/
Migrated from https://code.icecube.wisc.edu/ticket/1228
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:35",
"description": "Certain parts of the neutrino-generator code have low test coverage. Please increase the test coverage as much as possible.\n\nFor details of the test coverage percentage see:\nhttp://software.icecube.wisc.edu/coverage/00_LATEST/",
"reporter": "jtatar",
"cc": "",
"resolution": "wontfix",
"_ts": "1550067215093672",
"component": "combo simulation",
"summary": "neutrino-generator - low test coverage",
"priority": "normal",
"keywords": "",
"time": "2015-08-19T21:06:11",
"milestone": "",
"owner": "hoshina",
"type": "defect"
}
```
| 1.0 | neutrino-generator - low test coverage (Trac #1228) - Certain parts of the neutrino-generator code have low test coverage. Please increase the test coverage as much as possible.
For details of the test coverage percentage see:
http://software.icecube.wisc.edu/coverage/00_LATEST/
Migrated from https://code.icecube.wisc.edu/ticket/1228
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:35",
"description": "Certain parts of the neutrino-generator code have low test coverage. Please increase the test coverage as much as possible.\n\nFor details of the test coverage percentage see:\nhttp://software.icecube.wisc.edu/coverage/00_LATEST/",
"reporter": "jtatar",
"cc": "",
"resolution": "wontfix",
"_ts": "1550067215093672",
"component": "combo simulation",
"summary": "neutrino-generator - low test coverage",
"priority": "normal",
"keywords": "",
"time": "2015-08-19T21:06:11",
"milestone": "",
"owner": "hoshina",
"type": "defect"
}
```
| defect | neutrino generator low test coverage trac certain parts of the neutrino generator code have low test coverage please increase the test coverage as much as possible for details of the test coverage percentage see migrated from json status closed changetime description certain parts of the neutrino generator code have low test coverage please increase the test coverage as much as possible n nfor details of the test coverage percentage see n reporter jtatar cc resolution wontfix ts component combo simulation summary neutrino generator low test coverage priority normal keywords time milestone owner hoshina type defect | 1 |
193,968 | 6,890,069,666 | IssuesEvent | 2017-11-22 12:44:25 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID: 179252] Null pointer dereferences in /samples/net/zperf/src/zperf_udp_receiver.c | area: Samples bug Coverity priority: medium | Static code scan issues seen in File: /samples/net/zperf/src/zperf_udp_receiver.c
Category: Null pointer dereferences
Function: udp_received
Component: Samples
CID: 179252
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | 1.0 | [Coverity CID: 179252] Null pointer dereferences in /samples/net/zperf/src/zperf_udp_receiver.c - Static code scan issues seen in File: /samples/net/zperf/src/zperf_udp_receiver.c
Category: Null pointer dereferences
Function: udp_received
Component: Samples
CID: 179252
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | non_defect | null pointer dereferences in samples net zperf src zperf udp receiver c static code scan issues seen in file samples net zperf src zperf udp receiver c category null pointer dereferences function udp received component samples cid please fix or provide comments to square it off in coverity in the link | 0 |
372,381 | 25,998,955,920 | IssuesEvent | 2022-12-20 13:54:33 | bmworld/fc-java-10project | https://api.github.com/repos/bmworld/fc-java-10project | closed | 깃허브 프로젝트와 이슈 정리하기 | documentation | Github Project세팅
Issue설정
* [x] 프로젝트 베타만들기
* [x] 카드 목록 만들기 - 강의 커리큘럼
* [x] 이슈로 적절히 바꾸기
| 1.0 | 깃허브 프로젝트와 이슈 정리하기 - Github Project세팅
Issue설정
* [x] 프로젝트 베타만들기
* [x] 카드 목록 만들기 - 강의 커리큘럼
* [x] 이슈로 적절히 바꾸기
| non_defect | 깃허브 프로젝트와 이슈 정리하기 github project세팅 issue설정 프로젝트 베타만들기 카드 목록 만들기 강의 커리큘럼 이슈로 적절히 바꾸기 | 0 |
122,319 | 10,219,111,241 | IssuesEvent | 2019-08-15 17:43:25 | istio/istio | https://api.github.com/repos/istio/istio | opened | Need test to exercise Envoy version n with Pilot version n+1 | area/networking community/help wanted kind/testing gap | During an upgrade, users will have a newer pilot than envoy for some (or maybe a long) period of time. During this time, if pilot sends any config that the proxy doesn't understand, it will blow up.
We need to have a test case for this. It should be fairly simple, just set `proxyImage` and have an extra run of some the reachability tests for example. | 1.0 | Need test to exercise Envoy version n with Pilot version n+1 - During an upgrade, users will have a newer pilot than envoy for some (or maybe a long) period of time. During this time, if pilot sends any config that the proxy doesn't understand, it will blow up.
We need to have a test case for this. It should be fairly simple, just set `proxyImage` and have an extra run of some the reachability tests for example. | non_defect | need test to exercise envoy version n with pilot version n during an upgrade users will have a newer pilot than envoy for some or maybe a long period of time during this time if pilot sends any config that the proxy doesn t understand it will blow up we need to have a test case for this it should be fairly simple just set proxyimage and have an extra run of some the reachability tests for example | 0 |
41,665 | 16,828,248,080 | IssuesEvent | 2021-06-17 21:59:43 | microsoft/vscode-cpptools | https://api.github.com/repos/microsoft/vscode-cpptools | opened | "Expands to" doesn't appear in hover results for macros that are arguments to another macro | Language Service Visual Studio bug | Use test.cpp
```
#define MACRO(x, y) (x+y)
void main()
{
MACRO(MACRO(main(1), main(2)), MACRO(main(1), main(2)));
}
```
Hover over one of the two inner MACRO calls.
Bug: It doesn't show the "Expand to" on hover like the outer MACRO call does.
| 1.0 | "Expands to" doesn't appear in hover results for macros that are arguments to another macro - Use test.cpp
```
#define MACRO(x, y) (x+y)
void main()
{
MACRO(MACRO(main(1), main(2)), MACRO(main(1), main(2)));
}
```
Hover over one of the two inner MACRO calls.
Bug: It doesn't show the "Expand to" on hover like the outer MACRO call does.
| non_defect | expands to doesn t appear in hover results for macros that are arguments to another macro use test cpp define macro x y x y void main macro macro main main macro main main hover over one of the two inner macro calls bug it doesn t show the expand to on hover like the outer macro call does | 0 |
237,720 | 18,168,182,456 | IssuesEvent | 2021-09-27 16:45:08 | adafruit/Adafruit_CircuitPython_ICM20X | https://api.github.com/repos/adafruit/Adafruit_CircuitPython_ICM20X | opened | Missing Type Annotations | documentation good first issue | There are missing type annotations for some functions in this library.
The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here:
```python
try:
from typing import List, Tuple
except ImportError:
pass
```
Once imported the typing annotations for the argument type(s), and return type(s) can be added to the function signature. Here is an example of a function that has had this done already:
```python
def wrap_text_to_pixels(
string: str, max_width: int, font=None, indent0: str = "", indent1: str = ""
) -> List[str]:
```
If you are new to Git or Github we have a guide about contributing to our projects here: https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github
There is also a guide that covers our CI utilities and how to run them locally to ensure they will pass in Github Actions here: https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/check-your-code In particular the pages: `Sharing docs on ReadTheDocs` and `Check your code with pre-commit` contain the tools to install and commands to run locally to run the checks.
If you are attempting to resolve this issue and need help, you can post a comment on this issue and tag both @foamyguy and @kattni or reach out to us on Discord: https://adafru.it/discord in the `#circuitpython-dev` channel.
The following locations are reported by mypy to be missing type annotations:
- [ ] adafruit_icm20x.py:99
- [ ] adafruit_icm20x.py:111
- [ ] adafruit_icm20x.py:219
- [ ] adafruit_icm20x.py:222
- [ ] adafruit_icm20x.py:259
- [ ] adafruit_icm20x.py:290
- [ ] adafruit_icm20x.py:294
- [ ] adafruit_icm20x.py:306
- [ ] adafruit_icm20x.py:323
- [ ] adafruit_icm20x.py:359
- [ ] adafruit_icm20x.py:390
- [ ] adafruit_icm20x.py:397
- [ ] adafruit_icm20x.py:400
- [ ] adafruit_icm20x.py:422
- [ ] adafruit_icm20x.py:447
- [ ] adafruit_icm20x.py:469
- [ ] adafruit_icm20x.py:495
- [ ] adafruit_icm20x.py:512
- [ ] adafruit_icm20x.py:550
- [ ] adafruit_icm20x.py:650
- [ ] adafruit_icm20x.py:766
- [ ] adafruit_icm20x.py:780
- [ ] adafruit_icm20x.py:810 | 1.0 | Missing Type Annotations - There are missing type annotations for some functions in this library.
The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here:
```python
try:
from typing import List, Tuple
except ImportError:
pass
```
Once imported the typing annotations for the argument type(s), and return type(s) can be added to the function signature. Here is an example of a function that has had this done already:
```python
def wrap_text_to_pixels(
string: str, max_width: int, font=None, indent0: str = "", indent1: str = ""
) -> List[str]:
```
If you are new to Git or Github we have a guide about contributing to our projects here: https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github
There is also a guide that covers our CI utilities and how to run them locally to ensure they will pass in Github Actions here: https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/check-your-code In particular the pages: `Sharing docs on ReadTheDocs` and `Check your code with pre-commit` contain the tools to install and commands to run locally to run the checks.
If you are attempting to resolve this issue and need help, you can post a comment on this issue and tag both @foamyguy and @kattni or reach out to us on Discord: https://adafru.it/discord in the `#circuitpython-dev` channel.
The following locations are reported by mypy to be missing type annotations:
- [ ] adafruit_icm20x.py:99
- [ ] adafruit_icm20x.py:111
- [ ] adafruit_icm20x.py:219
- [ ] adafruit_icm20x.py:222
- [ ] adafruit_icm20x.py:259
- [ ] adafruit_icm20x.py:290
- [ ] adafruit_icm20x.py:294
- [ ] adafruit_icm20x.py:306
- [ ] adafruit_icm20x.py:323
- [ ] adafruit_icm20x.py:359
- [ ] adafruit_icm20x.py:390
- [ ] adafruit_icm20x.py:397
- [ ] adafruit_icm20x.py:400
- [ ] adafruit_icm20x.py:422
- [ ] adafruit_icm20x.py:447
- [ ] adafruit_icm20x.py:469
- [ ] adafruit_icm20x.py:495
- [ ] adafruit_icm20x.py:512
- [ ] adafruit_icm20x.py:550
- [ ] adafruit_icm20x.py:650
- [ ] adafruit_icm20x.py:766
- [ ] adafruit_icm20x.py:780
- [ ] adafruit_icm20x.py:810 | non_defect | missing type annotations there are missing type annotations for some functions in this library the typing module does not exist on circuitpython devices so the import needs to be wrapped in try except to catch the error for missing import there is an example of how that is done here python try from typing import list tuple except importerror pass once imported the typing annotations for the argument type s and return type s can be added to the function signature here is an example of a function that has had this done already python def wrap text to pixels string str max width int font none str str list if you are new to git or github we have a guide about contributing to our projects here there is also a guide that covers our ci utilities and how to run them locally to ensure they will pass in github actions here in particular the pages sharing docs on readthedocs and check your code with pre commit contain the tools to install and commands to run locally to run the checks if you are attempting to resolve this issue and need help you can post a comment on this issue and tag both foamyguy and kattni or reach out to us on discord in the circuitpython dev channel the following locations are reported by mypy to be missing type annotations adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py adafruit py | 0 |
316,176 | 27,142,393,600 | IssuesEvent | 2023-02-16 17:14:20 | dotnet/source-build | https://api.github.com/repos/dotnet/source-build | closed | [8.0 Preview 1] emsdk CI build in Unbuntu 20.04 offline leg | area-ci-testing | [Failing build](https://dev.azure.com/dnceng/internal/_build/results?buildId=2109243&view=logs&j=852739c8-5f47-5aa3-82e0-ab5958768f93&t=d28837ea-0344-5103-66ba-b6451c1344ec) (Microsoft internal link)
```
/vmr/repo-projects/emsdk.proj(11,5): error MSB4184: The expression ""linux-x64".Substring(0, 12)" cannot be evaluated. Index and length must refer to a location within the string. (Parameter 'length')
'known-good' failed during build.
```
The source of the problem is this logic:
```
<_platformIndex>$(OverrideTargetRid.LastIndexOf('-'))</_platformIndex>
<TargetOS>$(NETCoreSdkRuntimeIdentifier.Substring(0, $(_platformIndex)))</TargetOS>
<TargetArch>$(NETCoreSdkPortableRuntimeIdentifier.Substring($(_platformIndex)))</TargetArch>
```
This issue was fixed in main with https://github.com/dotnet/installer/commit/55e6e581c5859c8fb95eb371e7d6423ec1a77cfd but wasn't ported to preview 1. | 1.0 | [8.0 Preview 1] emsdk CI build in Unbuntu 20.04 offline leg - [Failing build](https://dev.azure.com/dnceng/internal/_build/results?buildId=2109243&view=logs&j=852739c8-5f47-5aa3-82e0-ab5958768f93&t=d28837ea-0344-5103-66ba-b6451c1344ec) (Microsoft internal link)
```
/vmr/repo-projects/emsdk.proj(11,5): error MSB4184: The expression ""linux-x64".Substring(0, 12)" cannot be evaluated. Index and length must refer to a location within the string. (Parameter 'length')
'known-good' failed during build.
```
The source of the problem is this logic:
```
<_platformIndex>$(OverrideTargetRid.LastIndexOf('-'))</_platformIndex>
<TargetOS>$(NETCoreSdkRuntimeIdentifier.Substring(0, $(_platformIndex)))</TargetOS>
<TargetArch>$(NETCoreSdkPortableRuntimeIdentifier.Substring($(_platformIndex)))</TargetArch>
```
This issue was fixed in main with https://github.com/dotnet/installer/commit/55e6e581c5859c8fb95eb371e7d6423ec1a77cfd but wasn't ported to preview 1. | non_defect | emsdk ci build in unbuntu offline leg microsoft internal link vmr repo projects emsdk proj error the expression linux substring cannot be evaluated index and length must refer to a location within the string parameter length known good failed during build the source of the problem is this logic overridetargetrid lastindexof netcoresdkruntimeidentifier substring platformindex netcoresdkportableruntimeidentifier substring platformindex this issue was fixed in main with but wasn t ported to preview | 0 |
14,181 | 17,064,593,808 | IssuesEvent | 2021-07-07 05:04:54 | EwyBoy/OreTweaker | https://api.github.com/repos/EwyBoy/OreTweaker | opened | [Compatibility] Immersive Engineering | Compatibility Request | **Name of mod you want compatibility with?**
Mod name. Immersive Engineering
**Is your compatibility request related to a problem?**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
There form of Copper and Silver ore is not being removed from world generation when using this mods ability to remove said ore.
**Describe the solution you'd like**
Would like to be able to use your mods ability to remove Immersive Engineering ore generation from the world
**Additional context**


| True | [Compatibility] Immersive Engineering - **Name of mod you want compatibility with?**
Mod name. Immersive Engineering
**Is your compatibility request related to a problem?**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
There form of Copper and Silver ore is not being removed from world generation when using this mods ability to remove said ore.
**Describe the solution you'd like**
Would like to be able to use your mods ability to remove Immersive Engineering ore generation from the world
**Additional context**


| non_defect | immersive engineering name of mod you want compatibility with mod name immersive engineering is your compatibility request related to a problem a clear and concise description of what the problem is ex i m always frustrated when there form of copper and silver ore is not being removed from world generation when using this mods ability to remove said ore describe the solution you d like would like to be able to use your mods ability to remove immersive engineering ore generation from the world additional context | 0 |
28,345 | 5,241,411,738 | IssuesEvent | 2017-01-31 15:39:30 | google/google-toolbox-for-mac | https://api.github.com/repos/google/google-toolbox-for-mac | closed | STAssertEquals reporting awkward | auto-migrated Priority-Medium Type-Defect | ```
STAssertEquals failure reporting is awkward. Try comparing two unsigned
integers:
STAssertEquals(3U, 5U, @"oops");
In GTM, this yields
'<03000000>' should be equal to '<05000000>' +/-'(null)'. oops
Whereas in straight OCUnit, it yields
'3' should be equal to '5': oops
```
Original issue reported on code.google.com by `jon.m.r...@gmail.com` on 4 Jan 2011 at 7:10
| 1.0 | STAssertEquals reporting awkward - ```
STAssertEquals failure reporting is awkward. Try comparing two unsigned
integers:
STAssertEquals(3U, 5U, @"oops");
In GTM, this yields
'<03000000>' should be equal to '<05000000>' +/-'(null)'. oops
Whereas in straight OCUnit, it yields
'3' should be equal to '5': oops
```
Original issue reported on code.google.com by `jon.m.r...@gmail.com` on 4 Jan 2011 at 7:10
| defect | stassertequals reporting awkward stassertequals failure reporting is awkward try comparing two unsigned integers stassertequals oops in gtm this yields should be equal to null oops whereas in straight ocunit it yields should be equal to oops original issue reported on code google com by jon m r gmail com on jan at | 1 |
47,076 | 13,056,027,921 | IssuesEvent | 2020-07-30 03:26:07 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | GRL() function in phys_services.goodrunlist is confused by 2017 level2pass2, as regular level2 should be used (Trac #2396) | Incomplete Migration Migrated from Trac combo core defect | Migrated from https://code.icecube.wisc.edu/ticket/2396
```json
{
"status": "closed",
"changetime": "2020-06-24T12:31:42",
"description": "At the start of season 2017 level2pass2 became the normal level2. But in /data/exp 2017 still has a level2pass2 folder that only contains test data. This confuses the GRL() function in phys_services.goodrunlist, as it attempts to load good run numbers both from the regular level2 2017 good run list and the level2pass2 2017 good run list (and therefore gets duplicates).\n\nThe recomendation to use GRL() comes from https://wiki.icecube.wisc.edu/index.php/Offline_Processing_L2_and_L3#Find_the_Data_Folder_and_the_GCD_File\n\nA minimal working example is:\n{{{\nfrom icecube.phys_services.goodrunlist import GRL\ngrl=GRL(pass2=True)\n}}}\n\nand the error message is:\n{{{\nException Traceback (most recent call last)\n<ipython-input-2-5b8490a4870d> in <module>()\n----> 1 grl=GRL(pass2=True)\n\n/home/aburgman/icecode/meta-projects/icerec/V05-02-04/RHEL_7_x86_64/lib/icecube/phys_services/goodrunlist.pyc in GRL(pass2)\n 422 \n 423 for l in lists:\n--> 424 grl.load(l)\n 425 \n 426 return grl\n\n/home/aburgman/icecode/meta-projects/icerec/V05-02-04/RHEL_7_x86_64/lib/icecube/phys_services/goodrunlist.pyc in load(self, path)\n 285 data['pass'] = 1 if not pass2 else 2\n 286 \n--> 287 self.add_run(data)\n 288 \n 289 if ic79_pass1_mode:\n\n/home/aburgman/icecode/meta-projects/icerec/V05-02-04/RHEL_7_x86_64/lib/icecube/phys_services/goodrunlist.pyc in add_run(self, data)\n 299 \n 300 if self.has_run(run_id):\n--> 301 raise Exception(\"Run {run_id} has already been added to the GRL.\".format(run_id = run_id))\n 302 \n 303 def convert_to_number(num, num_decimals):\n\nException: Run 129550 has already been added to the GRL.\n}}}",
"reporter": "aburgman",
"cc": "",
"resolution": "fixed",
"_ts": "1593001902142004",
"component": "combo core",
"summary": "GRL() function in phys_services.goodrunlist is confused by 2017 level2pass2, as regular level2 should be used",
"priority": "normal",
"keywords": "",
"time": "2020-01-07T23:17:00",
"milestone": "Autumnal Equinox 2020",
"owner": "",
"type": "defect"
}
```
| 1.0 | GRL() function in phys_services.goodrunlist is confused by 2017 level2pass2, as regular level2 should be used (Trac #2396) - Migrated from https://code.icecube.wisc.edu/ticket/2396
```json
{
"status": "closed",
"changetime": "2020-06-24T12:31:42",
"description": "At the start of season 2017 level2pass2 became the normal level2. But in /data/exp 2017 still has a level2pass2 folder that only contains test data. This confuses the GRL() function in phys_services.goodrunlist, as it attempts to load good run numbers both from the regular level2 2017 good run list and the level2pass2 2017 good run list (and therefore gets duplicates).\n\nThe recomendation to use GRL() comes from https://wiki.icecube.wisc.edu/index.php/Offline_Processing_L2_and_L3#Find_the_Data_Folder_and_the_GCD_File\n\nA minimal working example is:\n{{{\nfrom icecube.phys_services.goodrunlist import GRL\ngrl=GRL(pass2=True)\n}}}\n\nand the error message is:\n{{{\nException Traceback (most recent call last)\n<ipython-input-2-5b8490a4870d> in <module>()\n----> 1 grl=GRL(pass2=True)\n\n/home/aburgman/icecode/meta-projects/icerec/V05-02-04/RHEL_7_x86_64/lib/icecube/phys_services/goodrunlist.pyc in GRL(pass2)\n 422 \n 423 for l in lists:\n--> 424 grl.load(l)\n 425 \n 426 return grl\n\n/home/aburgman/icecode/meta-projects/icerec/V05-02-04/RHEL_7_x86_64/lib/icecube/phys_services/goodrunlist.pyc in load(self, path)\n 285 data['pass'] = 1 if not pass2 else 2\n 286 \n--> 287 self.add_run(data)\n 288 \n 289 if ic79_pass1_mode:\n\n/home/aburgman/icecode/meta-projects/icerec/V05-02-04/RHEL_7_x86_64/lib/icecube/phys_services/goodrunlist.pyc in add_run(self, data)\n 299 \n 300 if self.has_run(run_id):\n--> 301 raise Exception(\"Run {run_id} has already been added to the GRL.\".format(run_id = run_id))\n 302 \n 303 def convert_to_number(num, num_decimals):\n\nException: Run 129550 has already been added to the GRL.\n}}}",
"reporter": "aburgman",
"cc": "",
"resolution": "fixed",
"_ts": "1593001902142004",
"component": "combo core",
"summary": "GRL() function in phys_services.goodrunlist is confused by 2017 level2pass2, as regular level2 should be used",
"priority": "normal",
"keywords": "",
"time": "2020-01-07T23:17:00",
"milestone": "Autumnal Equinox 2020",
"owner": "",
"type": "defect"
}
```
| defect | grl function in phys services goodrunlist is confused by as regular should be used trac migrated from json status closed changetime description at the start of season became the normal but in data exp still has a folder that only contains test data this confuses the grl function in phys services goodrunlist as it attempts to load good run numbers both from the regular good run list and the good run list and therefore gets duplicates n nthe recomendation to use grl comes from minimal working example is n nfrom icecube phys services goodrunlist import grl ngrl grl true n n nand the error message is n nexception traceback most recent call last n in n grl grl true n n home aburgman icecode meta projects icerec rhel lib icecube phys services goodrunlist pyc in grl n n for l in lists n grl load l n n return grl n n home aburgman icecode meta projects icerec rhel lib icecube phys services goodrunlist pyc in load self path n data if not else n n self add run data n n if mode n n home aburgman icecode meta projects icerec rhel lib icecube phys services goodrunlist pyc in add run self data n n if self has run run id n raise exception run run id has already been added to the grl format run id run id n n def convert to number num num decimals n nexception run has already been added to the grl n reporter aburgman cc resolution fixed ts component combo core summary grl function in phys services goodrunlist is confused by as regular should be used priority normal keywords time milestone autumnal equinox owner type defect | 1 |
277,382 | 30,633,377,211 | IssuesEvent | 2023-07-24 15:55:56 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | [iOS] An SSL error when sending request to server using mac to deploy but successful when using windows and pair mac | area-System.Net.Security untriaged os-ios | ### Description
I created sample maui app in VS 2022 with .NET 7.0 for both Android and iOS.
In that application, I used the api provided here https://sqa.stackexchange.com/questions/47097/free-sites-for-testing-post-rest-api-calls to test Http post request.
When i deploy this app using mac, the following ssl exception is thrown after certificate validation. Running the same app using windows and pair mac works fine and gives back a 200 response.
2023-06-20 14:53:00.807797-0700 MauiApp3[20694:3562905] System.Net.Http.HttpRequestException: An SSL error has occurred and a secure connection to the server cannot be made.
2023-06-20 14:53:00.808028-0700 MauiApp3[20694:3562905] ---> Foundation.NSErrorException: Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorDomainKey=3, NSErrorPeerCertificateChainKey=(
[MauiApp3.zip](https://github.com/dotnet/runtime/files/11808602/MauiApp3.zip)
### Reproduction Steps
1. Download the attached zip
2. unzip and open in Visual Studio on mac
3. build and run the app
4. ssl exception is thrown
5. open the same app on windows visual studio
6. pair to mac
7. build and run the app
8. request is successful with a 200 response
### Expected behavior
The http request should return 200 response
### Actual behavior
SSL exception is thrown
### Regression?
_No response_
### Known Workarounds
_No response_
### Configuration
_No response_
### Other information
_No response_ | True | [iOS] An SSL error when sending request to server using mac to deploy but successful when using windows and pair mac - ### Description
I created sample maui app in VS 2022 with .NET 7.0 for both Android and iOS.
In that application, I used the api provided here https://sqa.stackexchange.com/questions/47097/free-sites-for-testing-post-rest-api-calls to test Http post request.
When i deploy this app using mac, the following ssl exception is thrown after certificate validation. Running the same app using windows and pair mac works fine and gives back a 200 response.
2023-06-20 14:53:00.807797-0700 MauiApp3[20694:3562905] System.Net.Http.HttpRequestException: An SSL error has occurred and a secure connection to the server cannot be made.
2023-06-20 14:53:00.808028-0700 MauiApp3[20694:3562905] ---> Foundation.NSErrorException: Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorDomainKey=3, NSErrorPeerCertificateChainKey=(
[MauiApp3.zip](https://github.com/dotnet/runtime/files/11808602/MauiApp3.zip)
### Reproduction Steps
1. Download the attached zip
2. unzip and open in Visual Studio on mac
3. build and run the app
4. ssl exception is thrown
5. open the same app on windows visual studio
6. pair to mac
7. build and run the app
8. request is successful with a 200 response
### Expected behavior
The http request should return 200 response
### Actual behavior
SSL exception is thrown
### Regression?
_No response_
### Known Workarounds
_No response_
### Configuration
_No response_
### Other information
_No response_ | non_defect | an ssl error when sending request to server using mac to deploy but successful when using windows and pair mac description i created sample maui app in vs with net for both android and ios in that application i used the api provided here to test http post request when i deploy this app using mac the following ssl exception is thrown after certificate validation running the same app using windows and pair mac works fine and gives back a response system net http httprequestexception an ssl error has occurred and a secure connection to the server cannot be made foundation nserrorexception error domain nsurlerrordomain code an ssl error has occurred and a secure connection to the server cannot be made userinfo nslocalizedrecoverysuggestion would you like to connect to the server anyway kcfstreamerrordomainkey nserrorpeercertificatechainkey reproduction steps download the attached zip unzip and open in visual studio on mac build and run the app ssl exception is thrown open the same app on windows visual studio pair to mac build and run the app request is successful with a response expected behavior the http request should return response actual behavior ssl exception is thrown regression no response known workarounds no response configuration no response other information no response | 0 |
72,090 | 23,931,293,884 | IssuesEvent | 2022-09-10 15:35:09 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | opened | DataExporter: Issue if no columnMeta and visibleColumnOnly="true" | :lady_beetle: defect :bangbang: needs-triage | ### Describe the bug
Reported by @newk5 on Discord: https://discord.com/channels/787967399105134612/787967662293909524/1017412956813807636
### Reproducer
_No response_
### Expected behavior
_No response_
### PrimeFaces edition
Community
### PrimeFaces version
12.0.0-RC3
### Theme
_No response_
### JSF implementation
All
### JSF version
2.3
### Java version
11
### Browser(s)
_No response_ | 1.0 | DataExporter: Issue if no columnMeta and visibleColumnOnly="true" - ### Describe the bug
Reported by @newk5 on Discord: https://discord.com/channels/787967399105134612/787967662293909524/1017412956813807636
### Reproducer
_No response_
### Expected behavior
_No response_
### PrimeFaces edition
Community
### PrimeFaces version
12.0.0-RC3
### Theme
_No response_
### JSF implementation
All
### JSF version
2.3
### Java version
11
### Browser(s)
_No response_ | defect | dataexporter issue if no columnmeta and visiblecolumnonly true describe the bug reported by on discord reproducer no response expected behavior no response primefaces edition community primefaces version theme no response jsf implementation all jsf version java version browser s no response | 1 |
271,221 | 8,481,671,536 | IssuesEvent | 2018-10-25 16:19:36 | openbankingspace/tpp-issues | https://api.github.com/repos/openbankingspace/tpp-issues | closed | Ozone - New Referenco Account payload is invalid | aspsp:ref_ozone env:sandbox issue:bug priority:normal type:aisp1 | The new reference account added to Referenco (with `AccountId` `5bc4bade97a9ae6a1bd4ca2e`) has an invalid `Account/Account` object. According to the [Open Banking Account and Transaction API Specification v1.1.0](https://openbanking.atlassian.net/wiki/spaces/DZ/pages/5785171/Account+and+Transaction+API+Specification+-+v1.1.0) "Data Model: Accounts" section, an `Account` can have an optional `Account` field made up of a required fields: `SchemeName` and `Identification`; and optional fields: `Name` and `SecondaryIdentification`.
However when fetching the bulk `Account` the returned payload for the `Account` with `AccountId` `5bc4bade97a9ae6a1bd4ca2e` provides empty string values for the `Identification` field:
```json
// GET /accounts
{
"Data":{
"Account":[
{
"AccountId":"500000000000000000000003",
...
},
{
"AccountId":"500000000000000000000004",
...
},
{
"AccountId":"5bc4bade97a9ae6a1bd4ca2e",
"Currency":"GBP",
"Nickname":"xxxx4343",
"Account":{
"SchemeName":"IBAN",
"Identification":"",
"Name":"",
"SecondaryIdentification":""
},
"Servicer":{
"SchemeName":"BICFI",
"Identification":"PAPAUK00XXX"
}
}
]
},
"Links":{
"Self":"/open-banking/v1.1/accounts?"
},
"Meta":{
"TotalPages":1
}
}
```
## Expected
We would expect the `Identification` field to have a non-empty String value, and would prefer that the optional fields that do not have a value (e.g. `Name` and `SecondaryIdentification`) to be omitted.
```json
// GET /accounts
{
"Data":{
"Account":[
{
"AccountId":"500000000000000000000003",
...
},
{
"AccountId":"500000000000000000000004",
...
},
{
"AccountId":"5bc4bade97a9ae6a1bd4ca2e",
"Currency":"GBP",
"Nickname":"xxxx4343",
"Account":{
"SchemeName":"IBAN",
"Identification":"GB00000000000000000000"
},
"Servicer":{
"SchemeName":"BICFI",
"Identification":"PAPAUK00XXX"
}
}
]
},
"Links":{
"Self":"/open-banking/v1.1/accounts?"
},
"Meta":{
"TotalPages":1
}
}
```
Opened as [OBSD-5256](https://openbanking.atlassian.net/servicedesk/customer/portal/1/OBSD-5256). | 1.0 | Ozone - New Referenco Account payload is invalid - The new reference account added to Referenco (with `AccountId` `5bc4bade97a9ae6a1bd4ca2e`) has an invalid `Account/Account` object. According to the [Open Banking Account and Transaction API Specification v1.1.0](https://openbanking.atlassian.net/wiki/spaces/DZ/pages/5785171/Account+and+Transaction+API+Specification+-+v1.1.0) "Data Model: Accounts" section, an `Account` can have an optional `Account` field made up of a required fields: `SchemeName` and `Identification`; and optional fields: `Name` and `SecondaryIdentification`.
However when fetching the bulk `Account` the returned payload for the `Account` with `AccountId` `5bc4bade97a9ae6a1bd4ca2e` provides empty string values for the `Identification` field:
```json
// GET /accounts
{
"Data":{
"Account":[
{
"AccountId":"500000000000000000000003",
...
},
{
"AccountId":"500000000000000000000004",
...
},
{
"AccountId":"5bc4bade97a9ae6a1bd4ca2e",
"Currency":"GBP",
"Nickname":"xxxx4343",
"Account":{
"SchemeName":"IBAN",
"Identification":"",
"Name":"",
"SecondaryIdentification":""
},
"Servicer":{
"SchemeName":"BICFI",
"Identification":"PAPAUK00XXX"
}
}
]
},
"Links":{
"Self":"/open-banking/v1.1/accounts?"
},
"Meta":{
"TotalPages":1
}
}
```
## Expected
We would expect the `Identification` field to have a non-empty String value, and would prefer that the optional fields that do not have a value (e.g. `Name` and `SecondaryIdentification`) to be omitted.
```json
// GET /accounts
{
"Data":{
"Account":[
{
"AccountId":"500000000000000000000003",
...
},
{
"AccountId":"500000000000000000000004",
...
},
{
"AccountId":"5bc4bade97a9ae6a1bd4ca2e",
"Currency":"GBP",
"Nickname":"xxxx4343",
"Account":{
"SchemeName":"IBAN",
"Identification":"GB00000000000000000000"
},
"Servicer":{
"SchemeName":"BICFI",
"Identification":"PAPAUK00XXX"
}
}
]
},
"Links":{
"Self":"/open-banking/v1.1/accounts?"
},
"Meta":{
"TotalPages":1
}
}
```
Opened as [OBSD-5256](https://openbanking.atlassian.net/servicedesk/customer/portal/1/OBSD-5256). | non_defect | ozone new referenco account payload is invalid the new reference account added to referenco with accountid has an invalid account account object according to the data model accounts section an account can have an optional account field made up of a required fields schemename and identification and optional fields name and secondaryidentification however when fetching the bulk account the returned payload for the account with accountid provides empty string values for the identification field json get accounts data account accountid accountid accountid currency gbp nickname account schemename iban identification name secondaryidentification servicer schemename bicfi identification links self open banking accounts meta totalpages expected we would expect the identification field to have a non empty string value and would prefer that the optional fields that do not have a value e g name and secondaryidentification to be omitted json get accounts data account accountid accountid accountid currency gbp nickname account schemename iban identification servicer schemename bicfi identification links self open banking accounts meta totalpages opened as | 0 |
10,533 | 4,787,394,373 | IssuesEvent | 2016-10-30 00:01:29 | zcash/zcash | https://api.github.com/repos/zcash/zcash | closed | Offline build option request | build duplicate SECURITY | Hello.
I'd like to make a package for open build service (OBS) but failed because build requires wget to download something.
[ 21s] Fetching native_ccache...
[ 21s] /bin/sh: wget: command not found
However OBS requires 100 % offline build to make it 100 % reproducible. I any way to configure offline build? Can something be downloaded and added to sources by me not by build script? | 1.0 | Offline build option request - Hello.
I'd like to make a package for open build service (OBS) but failed because build requires wget to download something.
[ 21s] Fetching native_ccache...
[ 21s] /bin/sh: wget: command not found
However OBS requires 100 % offline build to make it 100 % reproducible. I any way to configure offline build? Can something be downloaded and added to sources by me not by build script? | non_defect | offline build option request hello i d like to make a package for open build service obs but failed because build requires wget to download something fetching native ccache bin sh wget command not found however obs requires offline build to make it reproducible i any way to configure offline build can something be downloaded and added to sources by me not by build script | 0 |
5,453 | 2,610,187,941 | IssuesEvent | 2015-02-26 18:59:33 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 浅谈色斑如何变淡 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
白皙的皮肤上假如多了些星星点点的雀斑,会让你的魅力值��
�减。而且用任何化妆品也是掩盖不了的。就算可以也只是一�
��的。我们能通过医疗美容的方法来治疗,中药祛斑最近颇受
欢迎,为广大雀斑女性解决了肌肤问题,中药祛斑产品哪种��
�好呢?色斑如何变淡,
《客户案例》
本人刚踏入社会不久,年龄虽然不大,但是这张脸倒抢��
�了一步“成熟”。大学那时候皮肤到是挺好的,随着岁月的�
��逝,皮肤开始慢慢变黄,光泽度也在下降。而且因为天天都
要面对电脑,脸上慢慢地出现了斑点,越来越多,越来越深��
�大家都说我老了。我很着急,开始美白祛斑产霜、面膜啊什�
��的,但是根本没有效果,还让我脸上起了点疙瘩,过敏变红
,吓得我再也不敢用了。于是我又求助于食物美白祛斑,使��
�喝很多方子,效果比乌龟爬还慢,无奈放弃。</br>
有一天网友给我推荐去黛芙薇尔精华液官网看看,我就��
�开了黛芙薇尔精华液的官网,上面还有在线专家,于是我就�
��专家为什么脸上会有这么多斑,专家告诉我,黛芙薇尔精华
液可清除自由基,击退黑色素,深入色素形成的细胞内发挥��
�接净化黑色素的美白功效,通过各种珍贵活化成分的综合作�
��唤醒人体内自洁酶活性,平衡代谢,解除色素代谢障碍,消
散和色素淤积,增进黑色素自我代谢,听了专家的话我毫不��
�豫的订购了2个周期的黛芙薇尔精华液。</br>
收到产品后,我就开始使用,真是没有想到,一周期用��
�后,斑还真的淡了好多,这莫大的的变化让我打起了精神,�
��更有信心的使用剩下的周期了。用完之后,斑消失了,更让
我欣喜的是皮肤了白嫩了不少,这是没想到以前用了这么多��
�品却没有黛芙薇尔精华液效果来的快,如今的我像是回到了2
0岁,皮肤光滑细嫩,很幸运选择了黛芙薇尔精华液!
阅读了色斑如何变淡,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
色斑如何变淡,同时为您分享祛斑小方法
1、防晒!此条非常重要!因为色斑最怕日晒。日光的暴晒或X
线、紫外线的照射过多皆可促发色斑,并使其加剧。
2、防止各种电离辐射!
3、慎用各种有创伤性的治疗!包括冷冻、激光、电离子、强酸
强碱等腐蚀性物质,否则容易造成毁容!
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:20 | 1.0 | 浅谈色斑如何变淡 - ```
《摘要》
白皙的皮肤上假如多了些星星点点的雀斑,会让你的魅力值��
�减。而且用任何化妆品也是掩盖不了的。就算可以也只是一�
��的。我们能通过医疗美容的方法来治疗,中药祛斑最近颇受
欢迎,为广大雀斑女性解决了肌肤问题,中药祛斑产品哪种��
�好呢?色斑如何变淡,
《客户案例》
本人刚踏入社会不久,年龄虽然不大,但是这张脸倒抢��
�了一步“成熟”。大学那时候皮肤到是挺好的,随着岁月的�
��逝,皮肤开始慢慢变黄,光泽度也在下降。而且因为天天都
要面对电脑,脸上慢慢地出现了斑点,越来越多,越来越深��
�大家都说我老了。我很着急,开始美白祛斑产霜、面膜啊什�
��的,但是根本没有效果,还让我脸上起了点疙瘩,过敏变红
,吓得我再也不敢用了。于是我又求助于食物美白祛斑,使��
�喝很多方子,效果比乌龟爬还慢,无奈放弃。</br>
有一天网友给我推荐去黛芙薇尔精华液官网看看,我就��
�开了黛芙薇尔精华液的官网,上面还有在线专家,于是我就�
��专家为什么脸上会有这么多斑,专家告诉我,黛芙薇尔精华
液可清除自由基,击退黑色素,深入色素形成的细胞内发挥��
�接净化黑色素的美白功效,通过各种珍贵活化成分的综合作�
��唤醒人体内自洁酶活性,平衡代谢,解除色素代谢障碍,消
散和色素淤积,增进黑色素自我代谢,听了专家的话我毫不��
�豫的订购了2个周期的黛芙薇尔精华液。</br>
收到产品后,我就开始使用,真是没有想到,一周期用��
�后,斑还真的淡了好多,这莫大的的变化让我打起了精神,�
��更有信心的使用剩下的周期了。用完之后,斑消失了,更让
我欣喜的是皮肤了白嫩了不少,这是没想到以前用了这么多��
�品却没有黛芙薇尔精华液效果来的快,如今的我像是回到了2
0岁,皮肤光滑细嫩,很幸运选择了黛芙薇尔精华液!
阅读了色斑如何变淡,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
色斑如何变淡,同时为您分享祛斑小方法
1、防晒!此条非常重要!因为色斑最怕日晒。日光的暴晒或X
线、紫外线的照射过多皆可促发色斑,并使其加剧。
2、防止各种电离辐射!
3、慎用各种有创伤性的治疗!包括冷冻、激光、电离子、强酸
强碱等腐蚀性物质,否则容易造成毁容!
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:20 | defect | 浅谈色斑如何变淡 《摘要》 白皙的皮肤上假如多了些星星点点的雀斑,会让你的魅力值�� �减。而且用任何化妆品也是掩盖不了的。就算可以也只是一� ��的。我们能通过医疗美容的方法来治疗,中药祛斑最近颇受 欢迎,为广大雀斑女性解决了肌肤问题,中药祛斑产品哪种�� �好呢 色斑如何变淡, 《客户案例》 本人刚踏入社会不久,年龄虽然不大,但是这张脸倒抢�� �了一步“成熟”。大学那时候皮肤到是挺好的,随着岁月的� ��逝,皮肤开始慢慢变黄,光泽度也在下降。而且因为天天都 要面对电脑,脸上慢慢地出现了斑点,越来越多,越来越深�� �大家都说我老了。我很着急,开始美白祛斑产霜、面膜啊什� ��的,但是根本没有效果,还让我脸上起了点疙瘩,过敏变红 ,吓得我再也不敢用了。于是我又求助于食物美白祛斑,使�� �喝很多方子,效果比乌龟爬还慢,无奈放弃。 有一天网友给我推荐去黛芙薇尔精华液官网看看,我就�� �开了黛芙薇尔精华液的官网,上面还有在线专家,于是我就� ��专家为什么脸上会有这么多斑,专家告诉我,黛芙薇尔精华 液可清除自由基,击退黑色素,深入色素形成的细胞内发挥�� �接净化黑色素的美白功效,通过各种珍贵活化成分的综合作� ��唤醒人体内自洁酶活性,平衡代谢,解除色素代谢障碍,消 散和色素淤积,增进黑色素自我代谢,听了专家的话我毫不�� � 。 收到产品后,我就开始使用,真是没有想到,一周期用�� �后,斑还真的淡了好多,这莫大的的变化让我打起了精神,� ��更有信心的使用剩下的周期了。用完之后,斑消失了,更让 我欣喜的是皮肤了白嫩了不少,这是没想到以前用了这么多�� �品却没有黛芙薇尔精华液效果来的快, ,皮肤光滑细嫩,很幸运选择了黛芙薇尔精华液 阅读了色斑如何变淡,再看脸上容易长斑的原因: 《色斑形成原因》 内部因素 一、压力 当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。 二、荷尔蒙分泌失调 避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。 三、新陈代谢缓慢 肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。 四、错误的使用化妆品 使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。 外部因素 一、紫外线 照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。 二、不良的清洁习惯 因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。 三、遗传基因 父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》 黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗 答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来 ,服用黛芙薇尔美白,会伤身体吗 有副作用吗 答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖 ,去除黄褐斑之后,会反弹吗 答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗 ,你们的价格有点贵,能不能便宜一点 答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 ,我适合用黛芙薇尔精华液吗 答:黛芙薇尔适用人群: 、生理紊乱引起的黄褐斑人群 、生育引起的妊娠斑人群 、年纪增长引起的老年斑人群 、化妆品色素沉积、辐射斑人群 、长期日照引起的日晒斑人群 、肌肤暗淡急需美白的人群 《祛斑小方法》 色斑如何变淡,同时为您分享祛斑小方法 、防晒!此条非常重要!因为色斑最怕日晒。日光的暴晒或x 线、紫外线的照射过多皆可促发色斑,并使其加剧。 、防止各种电离辐射! 、慎用各种有创伤性的治疗 包括冷冻、激光、电离子、强酸 强碱等腐蚀性物质,否则容易造成毁容 original issue reported on code google com by additive gmail com on jul at | 1 |
66,039 | 19,907,133,631 | IssuesEvent | 2022-01-25 13:55:40 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Using Tab on spotlight without typing looks weird | T-Defect S-Minor A11y O-Occasional Z-Labs A-Spotlight-Search | ### Steps to reproduce
1. Open spotlight search
2. Use Tab to navigate through the Recently Viewed room list without typing a search term
### Outcome
#### What did you expect?
Tab should highlight each room as it tabs through them
#### What happened instead?
The selected room is only indicated by having both the room name and the "this room is public" labels display near the selection, overlapping one another.

It looks like there is some highlighting effect on "MyTest", but it doesn't move with Tab. Matrix HQ is selected and Enter opens Matrix HQ.
### Operating system
Arch Linux
### Browser information
Firefox 95
### URL for webapp
develop.element.io
### Application version
Element version: 840867bc0212-react-ec6bb8806822-js-a50a627300df Olm version: 3.2.8
### Homeserver
matrix.org
### Will you send logs?
No | 1.0 | Using Tab on spotlight without typing looks weird - ### Steps to reproduce
1. Open spotlight search
2. Use Tab to navigate through the Recently Viewed room list without typing a search term
### Outcome
#### What did you expect?
Tab should highlight each room as it tabs through them
#### What happened instead?
The selected room is only indicated by having both the room name and the "this room is public" labels display near the selection, overlapping one another.

It looks like there is some highlighting effect on "MyTest", but it doesn't move with Tab. Matrix HQ is selected and Enter opens Matrix HQ.
### Operating system
Arch Linux
### Browser information
Firefox 95
### URL for webapp
develop.element.io
### Application version
Element version: 840867bc0212-react-ec6bb8806822-js-a50a627300df Olm version: 3.2.8
### Homeserver
matrix.org
### Will you send logs?
No | defect | using tab on spotlight without typing looks weird steps to reproduce open spotlight search use tab to navigate through the recently viewed room list without typing a search term outcome what did you expect tab should highlight each room as it tabs through them what happened instead the selected room is only indicated by having both the room name and the this room is public labels display near the selection overlapping one another it looks like there is some highlighting effect on mytest but it doesn t move with tab matrix hq is selected and enter opens matrix hq operating system arch linux browser information firefox url for webapp develop element io application version element version react js olm version homeserver matrix org will you send logs no | 1 |
795,626 | 28,079,711,560 | IssuesEvent | 2023-03-30 04:51:35 | KDT-Final-Team4/backend | https://api.github.com/repos/KDT-Final-Team4/backend | closed | [Feat] 약관 상세보기, 약관 수정 기능 구현 | For : API Priority : Medium Status : In progress Type : Feature | ## 🔨개발 할 기능
약관 상세 정보 출력기능 구현
약관 수정 기능 구현
## 🧩 세부 기능
해당 기능에 대한 세부 계획 작성 (ex. -[ ] 로그인 시 아이디 비번 입력 받기)
- [ ] 약관 id로 상세 정보 출력하기
- [ ] 약관 제목, 내용, 버전 수정하기
## 📖 참고 사항
| 1.0 | [Feat] 약관 상세보기, 약관 수정 기능 구현 - ## 🔨개발 할 기능
약관 상세 정보 출력기능 구현
약관 수정 기능 구현
## 🧩 세부 기능
해당 기능에 대한 세부 계획 작성 (ex. -[ ] 로그인 시 아이디 비번 입력 받기)
- [ ] 약관 id로 상세 정보 출력하기
- [ ] 약관 제목, 내용, 버전 수정하기
## 📖 참고 사항
| non_defect | 약관 상세보기 약관 수정 기능 구현 🔨개발 할 기능 약관 상세 정보 출력기능 구현 약관 수정 기능 구현 🧩 세부 기능 해당 기능에 대한 세부 계획 작성 ex 로그인 시 아이디 비번 입력 받기 약관 id로 상세 정보 출력하기 약관 제목 내용 버전 수정하기 📖 참고 사항 | 0 |
26,195 | 4,605,908,691 | IssuesEvent | 2016-09-23 00:28:48 | client9/stringencoders | https://api.github.com/repos/client9/stringencoders | closed | Em Dash character causes an exception in base64.js | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. var Value = base64.encode('Budget – 5 simple steps');
2. the - is actually the EM Dash character
3.
What is the expected output? What do you see instead?
Expected to see: 'QnVkZ2V0IOKAkyA1IHNpbXBsZSBzdGVwcw==' (according to
http://www.base64encode.org/)
Instead received an exception and the script stopped running
What version of the product are you using? On what operating system?
base64.js, r230, Mar 29, 2010, nickgsuperstar
Please provide any additional information below.
```
Original issue reported on code.google.com by `stuartto...@gmail.com` on 27 Feb 2014 at 4:19 | 1.0 | Em Dash character causes an exception in base64.js - ```
What steps will reproduce the problem?
1. var Value = base64.encode('Budget – 5 simple steps');
2. the - is actually the EM Dash character
3.
What is the expected output? What do you see instead?
Expected to see: 'QnVkZ2V0IOKAkyA1IHNpbXBsZSBzdGVwcw==' (according to
http://www.base64encode.org/)
Instead received an exception and the script stopped running
What version of the product are you using? On what operating system?
base64.js, r230, Mar 29, 2010, nickgsuperstar
Please provide any additional information below.
```
Original issue reported on code.google.com by `stuartto...@gmail.com` on 27 Feb 2014 at 4:19 | defect | em dash character causes an exception in js what steps will reproduce the problem var value encode budget – simple steps the is actually the em dash character what is the expected output what do you see instead expected to see according to instead received an exception and the script stopped running what version of the product are you using on what operating system js mar nickgsuperstar please provide any additional information below original issue reported on code google com by stuartto gmail com on feb at | 1 |
257,743 | 22,205,852,766 | IssuesEvent | 2022-06-07 14:49:22 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | opened | Run test cases from `dataProvider` in sorted order | Type/Improvement Area/TestFramework | When cases are provided via a `@test:Config` `dataProvider` make them run in a sorted order.
| 1.0 | Run test cases from `dataProvider` in sorted order - When cases are provided via a `@test:Config` `dataProvider` make them run in a sorted order.
| non_defect | run test cases from dataprovider in sorted order when cases are provided via a test config dataprovider make them run in a sorted order | 0 |
263,284 | 8,287,450,466 | IssuesEvent | 2018-09-19 08:55:03 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | play.nativescript.org - site is not usable | browser-firefox-mobile priority-normal status-needsinfo | <!-- @browser: Firefox Mobile 64.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:64.0) Gecko/64.0 Firefox/64.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://play.nativescript.org/
**Browser / Version**: Firefox Mobile 64.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: white empty page
**Steps to Reproduce**:
Went to https://market.nativescript.org/?tab=samples&framework=all_frameworks&category=all_samples
Selected any of the samples
The page opened with the above link in the bar. The page itself was empty.
Attached the Chrome screen record of expected behaviour. ~~Will edit in the screen recorder of Firefox behaviour.~~
Chrome

Firefox

_From [webcompat.com](https://webcompat.com/) with ❤️_
_Sent from my Pixel 2 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_ | 1.0 | play.nativescript.org - site is not usable - <!-- @browser: Firefox Mobile 64.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:64.0) Gecko/64.0 Firefox/64.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://play.nativescript.org/
**Browser / Version**: Firefox Mobile 64.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: white empty page
**Steps to Reproduce**:
Went to https://market.nativescript.org/?tab=samples&framework=all_frameworks&category=all_samples
Selected any of the samples
The page opened with the above link in the bar. The page itself was empty.
Attached the Chrome screen record of expected behaviour. ~~Will edit in the screen recorder of Firefox behaviour.~~
Chrome

Firefox

_From [webcompat.com](https://webcompat.com/) with ❤️_
_Sent from my Pixel 2 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_ | non_defect | play nativescript org site is not usable url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description white empty page steps to reproduce went to selected any of the samples the page opened with the above link in the bar the page itself was empty attached the chrome screen record of expected behaviour will edit in the screen recorder of firefox behaviour chrome firefox from with ❤️ sent from my pixel using | 0 |
79,834 | 15,586,238,476 | IssuesEvent | 2021-03-18 01:29:24 | jyothsna/votingapplication | https://api.github.com/repos/jyothsna/votingapplication | opened | CVE-2020-11620 (High) detected in jackson-databind-2.9.6.jar, jackson-databind-2.9.0.jar | security vulnerability | ## CVE-2020-11620 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.6.jar</b>, <b>jackson-databind-2.9.0.jar</b></p></summary>
<p>
<details><summary><b>jackson-databind-2.9.6.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: votingapplication/build.gradle</p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.6/cfa4f316351a91bfd95cb0644c6a2c95f52db1fc/jackson-databind-2.9.6.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.6/cfa4f316351a91bfd95cb0644c6a2c95f52db1fc/jackson-databind-2.9.6.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-2.0.3.RELEASE.jar (Root Library)
- spring-boot-starter-json-2.0.3.RELEASE.jar
- :x: **jackson-databind-2.9.6.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.9.0.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: votingapplication/pom.xml</p>
<p>Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.9.0.jar** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.jelly.impl.Embedded (aka commons-jelly).
<p>Publish Date: 2020-04-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11620>CVE-2020-11620</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11620">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11620</a></p>
<p>Release Date: 2020-04-07</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-11620 (High) detected in jackson-databind-2.9.6.jar, jackson-databind-2.9.0.jar - ## CVE-2020-11620 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.6.jar</b>, <b>jackson-databind-2.9.0.jar</b></p></summary>
<p>
<details><summary><b>jackson-databind-2.9.6.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: votingapplication/build.gradle</p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.6/cfa4f316351a91bfd95cb0644c6a2c95f52db1fc/jackson-databind-2.9.6.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.6/cfa4f316351a91bfd95cb0644c6a2c95f52db1fc/jackson-databind-2.9.6.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-2.0.3.RELEASE.jar (Root Library)
- spring-boot-starter-json-2.0.3.RELEASE.jar
- :x: **jackson-databind-2.9.6.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.9.0.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: votingapplication/pom.xml</p>
<p>Path to vulnerable library: epository/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.9.0.jar** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.jelly.impl.Embedded (aka commons-jelly).
<p>Publish Date: 2020-04-07
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11620>CVE-2020-11620</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11620">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11620</a></p>
<p>Release Date: 2020-04-07</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in jackson databind jar jackson databind jar cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file votingapplication build gradle path to vulnerable library root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library spring boot starter json release jar x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file votingapplication pom xml path to vulnerable library epository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache commons jelly impl embedded aka commons jelly publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with whitesource | 0 |
15,417 | 27,153,622,698 | IssuesEvent | 2023-02-17 05:03:34 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | opened | Add RPM versioning | type:feature status:requirements priority-5-triage | ### What would you like Renovate to be able to do?
Renovate should be able to parse and compare RPM versions. RPM versioning scheme is used for RPM based Linux distributions like Red Hat Linux, Rocky, or Mariner.
Note that this is different from [RedHat versioning](https://github.com/renovatebot/renovate/blob/main/lib/modules/versioning/redhat/index.ts)
### If you have any ideas on how this should be implemented, please tell us here.
I've previously implemented RPM versioning in C# and should be able to write it again in TypeScript.
### Is this a feature you are interested in implementing yourself?
Yes | 1.0 | Add RPM versioning - ### What would you like Renovate to be able to do?
Renovate should be able to parse and compare RPM versions. RPM versioning scheme is used for RPM based Linux distributions like Red Hat Linux, Rocky, or Mariner.
Note that this is different from [RedHat versioning](https://github.com/renovatebot/renovate/blob/main/lib/modules/versioning/redhat/index.ts)
### If you have any ideas on how this should be implemented, please tell us here.
I've previously implemented RPM versioning in C# and should be able to write it again in TypeScript.
### Is this a feature you are interested in implementing yourself?
Yes | non_defect | add rpm versioning what would you like renovate to be able to do renovate should be able to parse and compare rpm versions rpm versioning scheme is used for rpm based linux distributions like red hat linux rocky or mariner note that this is different from if you have any ideas on how this should be implemented please tell us here i ve previously implemented rpm versioning in c and should be able to write it again in typescript is this a feature you are interested in implementing yourself yes | 0 |
15,388 | 2,851,350,406 | IssuesEvent | 2015-06-01 05:50:29 | ibus/ibus | https://api.github.com/repos/ibus/ibus | closed | ibus-table IM incorrectly assumes ambiguity | Component-ibus-table-others Priority-Medium Type-Defect | ```
What version of the product are you using? On what operating system?
OS (Linux distributions, UNIX or ...): Fedora Linux (problem also exists on Arch Linux)
Architecture (i386, x86_64): x86_64
IBus version: 1.5.3
Input method name and version: ipa-x-sampa 1.3.0.20130204 (from ibus-table-others)
Python version: 2.7.5 and 3.3.2
dbus version: 1.6.12
dbus-python version: 1.1.1
What steps will reproduce the problem?
1. Select ipa-x-sampa IM
2. Enter the character s
What is the expected output? What do you see instead?
A candidate window appears allowing the user to select between s, ɕ\, and ʂ`. Further
typing not matching one of these characters causes the entire current candidate to
have no matches. The input sequence for ɕ is s\, but s itself is unambiguous. Instead,
typing s should cause an s to appear and further typing should continue producing correct
IPA, but typing s\ should cause ɕ to appear. Additionally, ɕ should not appear as ɕ\.
Please provide any additional information below.
```
Original issue reported on code.google.com by `leftmostcat` on 2013-09-04 18:58:30 | 1.0 | ibus-table IM incorrectly assumes ambiguity - ```
What version of the product are you using? On what operating system?
OS (Linux distributions, UNIX or ...): Fedora Linux (problem also exists on Arch Linux)
Architecture (i386, x86_64): x86_64
IBus version: 1.5.3
Input method name and version: ipa-x-sampa 1.3.0.20130204 (from ibus-table-others)
Python version: 2.7.5 and 3.3.2
dbus version: 1.6.12
dbus-python version: 1.1.1
What steps will reproduce the problem?
1. Select ipa-x-sampa IM
2. Enter the character s
What is the expected output? What do you see instead?
A candidate window appears allowing the user to select between s, ɕ\, and ʂ`. Further
typing not matching one of these characters causes the entire current candidate to
have no matches. The input sequence for ɕ is s\, but s itself is unambiguous. Instead,
typing s should cause an s to appear and further typing should continue producing correct
IPA, but typing s\ should cause ɕ to appear. Additionally, ɕ should not appear as ɕ\.
Please provide any additional information below.
```
Original issue reported on code.google.com by `leftmostcat` on 2013-09-04 18:58:30 | defect | ibus table im incorrectly assumes ambiguity what version of the product are you using on what operating system os linux distributions unix or fedora linux problem also exists on arch linux architecture ibus version input method name and version ipa x sampa from ibus table others python version and dbus version dbus python version what steps will reproduce the problem select ipa x sampa im enter the character s what is the expected output what do you see instead a candidate window appears allowing the user to select between s ɕ and ʂ further typing not matching one of these characters causes the entire current candidate to have no matches the input sequence for ɕ is s but s itself is unambiguous instead typing s should cause an s to appear and further typing should continue producing correct ipa but typing s should cause ɕ to appear additionally ɕ should not appear as ɕ please provide any additional information below original issue reported on code google com by leftmostcat on | 1 |
705,238 | 24,227,316,857 | IssuesEvent | 2022-09-26 15:18:46 | AY2223S1-CS2103T-W10-2/tp | https://api.github.com/repos/AY2223S1-CS2103T-W10-2/tp | opened | Reminder Command Logic and Parser | priority.High type.Task | Logic and Parser Tasks:
- [ ] Add a `RemindCommand`
- [ ] Add a `RemindCommandParser`
- [ ] Update the relevant `Parser`s to handle remind commands namely:
- [ ] `AddressBookParser`
- [ ] `ArgumentTokenizer`
- [ ] `ParserUtil`
- [ ] Update `RemindCommandResult` | 1.0 | Reminder Command Logic and Parser - Logic and Parser Tasks:
- [ ] Add a `RemindCommand`
- [ ] Add a `RemindCommandParser`
- [ ] Update the relevant `Parser`s to handle remind commands namely:
- [ ] `AddressBookParser`
- [ ] `ArgumentTokenizer`
- [ ] `ParserUtil`
- [ ] Update `RemindCommandResult` | non_defect | reminder command logic and parser logic and parser tasks add a remindcommand add a remindcommandparser update the relevant parser s to handle remind commands namely addressbookparser argumenttokenizer parserutil update remindcommandresult | 0 |
18,686 | 3,080,680,555 | IssuesEvent | 2015-08-22 00:32:16 | jameslh/pagedown | https://api.github.com/repos/jameslh/pagedown | closed | Vector fromat Design | auto-migrated Priority-Medium Type-Defect | ```
Hi guys,
PageDown markup is used in our project and it is fantastic!
We draw new graphical representation in vector format, because in Retina
display buttons are blurred.
Just wanted to share with you the buttons design
http://highrobotics.com/we-did-it/appdesign/stackoverflow-markdown-buttons.aspx
Feel free to use it without any limitation.
```
Original issue reported on code.google.com by `2dot7182...@gmail.com` on 4 Mar 2014 at 7:23 | 1.0 | Vector fromat Design - ```
Hi guys,
PageDown markup is used in our project and it is fantastic!
We draw new graphical representation in vector format, because in Retina
display buttons are blurred.
Just wanted to share with you the buttons design
http://highrobotics.com/we-did-it/appdesign/stackoverflow-markdown-buttons.aspx
Feel free to use it without any limitation.
```
Original issue reported on code.google.com by `2dot7182...@gmail.com` on 4 Mar 2014 at 7:23 | defect | vector fromat design hi guys pagedown markup is used in our project and it is fantastic we draw new graphical representation in vector format because in retina display buttons are blurred just wanted to share with you the buttons design feel free to use it without any limitation original issue reported on code google com by gmail com on mar at | 1 |
683 | 9,788,903,235 | IssuesEvent | 2019-06-10 08:21:21 | rook/rook | https://api.github.com/repos/rook/rook | closed | Deleted cluster resource may still affect new cluster | ceph operator reliability wontfix | **Is this a bug report or feature request?**
* Bug Report
I've been experimenting with my first rook-ceph deployment, and noticed that doing
`kubectl delete -f cluster.yaml` is not sufficient to be able to modify `cluster.yaml` to do a new `kubectl create -f cluster.yaml`.
I've needed to also delete the operator for several changes to be picked up in the cluster deployment.
I've observed this for `image` and `placement.all.tolerations` to name a couple.
As an extra piece of information I did see a stream of these messages in rook operator log after deleting the cluster
```
rook-ceph-operator-7f79855757-wq2pz rook-ceph-operator 2019-02-28 12:19:31.173826 E | op-cluster: failed to update cluster status in namespace rook-ceph: failed to get cluster from namespace rook-ceph prior to updating its status: cephclusters.ceph.rook.io "rook-ceph" not found
rook-ceph-operator-7f79855757-wq2pz rook-ceph-operator 2019-02-28 12:19:37.173730 E | op-cluster: failed to update cluster status in namespace rook-ceph: failed to get cluster from namespace rook-ceph prior to updating its status: cephclusters.ceph.rook.io "rook-ceph" not found
```
which indicates that the operator still has some awareness of the cluster, even though it should have been deleted
**Deviation from expected behavior:**
`kubectl delete -f cluster.yaml` should delete all the information related to that cluster.
**Expected behavior:**
As you're working your way through defining the optimal ceph cluster declaration in `cluster.yaml` it should be possible to just do
1. `kubectl delete -f cluster.yaml`
2. `kubectl create -f cluster.yaml`
for the settings in `cluster.yaml` to take effect.
**How to reproduce it (minimal and precise):**
As pretext, while adjusting my `config.yaml` I never had successful deployment including OSDs because of , but MON and MGR and Dashboard did succeed.
1. kubectl create -f operator.yaml
2. Create a cluster.yaml where mon and mgr can successfully be scheduled, but osd can not
3. kubectl create -f cluster.yaml
4. kubectl delete -f cluster.yaml
5. `update image: spec in cluster.yaml`
6. kubectl create -f cluster.yaml
7. `observe that new image spec is not used`
**Environment**:
* OS (e.g. from /etc/os-release): Ubuntu 16.04.6 LTS
* Kernel (e.g. `uname -a`): 4.15.0-1037-azure
* Cloud provider or hardware configuration: Azure
* Rook version (use `rook version` inside of a Rook Pod): rook: v0.9.0-199.g7b87202
* Kubernetes version (use `kubectl version`):
Client Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.4+icp", GitCommit:"3f5277fa129f05fea532de48284b8b01e3d1ab4e", GitTreeState:"clean", BuildDate:"2019-01-17T13:41:02Z", GoVersion:"go1.10.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.4+icp", GitCommit:"3f5277fa129f05fea532de48284b8b01e3d1ab4e", GitTreeState:"clean", BuildDate:"2019-01-17T13:41:02Z", GoVersion:"go1.10.4", Compiler:"gc", Platform:"linux/amd64"}
* Kubernetes cluster type (e.g. Tectonic, GKE, OpenShift): IBM Cloud Private
* Storage backend status (e.g. for Ceph use `ceph health` in the [Rook Ceph toolbox](https://rook.io/docs/Rook/master/toolbox.html)): N/A
| True | Deleted cluster resource may still affect new cluster - **Is this a bug report or feature request?**
* Bug Report
I've been experimenting with my first rook-ceph deployment, and noticed that doing
`kubectl delete -f cluster.yaml` is not sufficient to be able to modify `cluster.yaml` to do a new `kubectl create -f cluster.yaml`.
I've needed to also delete the operator for several changes to be picked up in the cluster deployment.
I've observed this for `image` and `placement.all.tolerations` to name a couple.
As an extra piece of information I did see a stream of these messages in rook operator log after deleting the cluster
```
rook-ceph-operator-7f79855757-wq2pz rook-ceph-operator 2019-02-28 12:19:31.173826 E | op-cluster: failed to update cluster status in namespace rook-ceph: failed to get cluster from namespace rook-ceph prior to updating its status: cephclusters.ceph.rook.io "rook-ceph" not found
rook-ceph-operator-7f79855757-wq2pz rook-ceph-operator 2019-02-28 12:19:37.173730 E | op-cluster: failed to update cluster status in namespace rook-ceph: failed to get cluster from namespace rook-ceph prior to updating its status: cephclusters.ceph.rook.io "rook-ceph" not found
```
which indicates that the operator still has some awareness of the cluster, even though it should have been deleted
**Deviation from expected behavior:**
`kubectl delete -f cluster.yaml` should delete all the information related to that cluster.
**Expected behavior:**
As you're working your way through defining the optimal ceph cluster declaration in `cluster.yaml` it should be possible to just do
1. `kubectl delete -f cluster.yaml`
2. `kubectl create -f cluster.yaml`
for the settings in `cluster.yaml` to take effect.
**How to reproduce it (minimal and precise):**
As pretext, while adjusting my `config.yaml` I never had successful deployment including OSDs because of , but MON and MGR and Dashboard did succeed.
1. kubectl create -f operator.yaml
2. Create a cluster.yaml where mon and mgr can successfully be scheduled, but osd can not
3. kubectl create -f cluster.yaml
4. kubectl delete -f cluster.yaml
5. `update image: spec in cluster.yaml`
6. kubectl create -f cluster.yaml
7. `observe that new image spec is not used`
**Environment**:
* OS (e.g. from /etc/os-release): Ubuntu 16.04.6 LTS
* Kernel (e.g. `uname -a`): 4.15.0-1037-azure
* Cloud provider or hardware configuration: Azure
* Rook version (use `rook version` inside of a Rook Pod): rook: v0.9.0-199.g7b87202
* Kubernetes version (use `kubectl version`):
Client Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.4+icp", GitCommit:"3f5277fa129f05fea532de48284b8b01e3d1ab4e", GitTreeState:"clean", BuildDate:"2019-01-17T13:41:02Z", GoVersion:"go1.10.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.4+icp", GitCommit:"3f5277fa129f05fea532de48284b8b01e3d1ab4e", GitTreeState:"clean", BuildDate:"2019-01-17T13:41:02Z", GoVersion:"go1.10.4", Compiler:"gc", Platform:"linux/amd64"}
* Kubernetes cluster type (e.g. Tectonic, GKE, OpenShift): IBM Cloud Private
* Storage backend status (e.g. for Ceph use `ceph health` in the [Rook Ceph toolbox](https://rook.io/docs/Rook/master/toolbox.html)): N/A
| non_defect | deleted cluster resource may still affect new cluster is this a bug report or feature request bug report i ve been experimenting with my first rook ceph deployment and noticed that doing kubectl delete f cluster yaml is not sufficient to be able to modify cluster yaml to do a new kubectl create f cluster yaml i ve needed to also delete the operator for several changes to be picked up in the cluster deployment i ve observed this for image and placement all tolerations to name a couple as an extra piece of information i did see a stream of these messages in rook operator log after deleting the cluster rook ceph operator rook ceph operator e op cluster failed to update cluster status in namespace rook ceph failed to get cluster from namespace rook ceph prior to updating its status cephclusters ceph rook io rook ceph not found rook ceph operator rook ceph operator e op cluster failed to update cluster status in namespace rook ceph failed to get cluster from namespace rook ceph prior to updating its status cephclusters ceph rook io rook ceph not found which indicates that the operator still has some awareness of the cluster even though it should have been deleted deviation from expected behavior kubectl delete f cluster yaml should delete all the information related to that cluster expected behavior as you re working your way through defining the optimal ceph cluster declaration in cluster yaml it should be possible to just do kubectl delete f cluster yaml kubectl create f cluster yaml for the settings in cluster yaml to take effect how to reproduce it minimal and precise as pretext while adjusting my config yaml i never had successful deployment including osds because of but mon and mgr and dashboard did succeed kubectl create f operator yaml create a cluster yaml where mon and mgr can successfully be scheduled but osd can not kubectl create f cluster yaml kubectl delete f cluster yaml update image spec in cluster yaml kubectl create f cluster yaml observe that new image spec is not used environment os e g from etc os release ubuntu lts kernel e g uname a azure cloud provider or hardware configuration azure rook version use rook version inside of a rook pod rook kubernetes version use kubectl version client version version info major minor gitversion icp gitcommit gittreestate clean builddate goversion compiler gc platform linux server version version info major minor gitversion icp gitcommit gittreestate clean builddate goversion compiler gc platform linux kubernetes cluster type e g tectonic gke openshift ibm cloud private storage backend status e g for ceph use ceph health in the n a | 0 |
57,482 | 15,802,762,253 | IssuesEvent | 2021-04-03 11:18:26 | google/mozc | https://api.github.com/repos/google/mozc | closed | Typos in the member function to create existence filters | Priority-Medium Type-Defect auto-migrated | ```
This is a very minor issue. It looks like there are typos in the static member
function on ExistenceFilter class for creating an immutable existence filter.
The name is "CreateImmutableExietenceFilter", but I think it should be
"CreateImmutableExistenceFilter".
Attached patch fixes the typos.
What version of the product are you using? On what operating system?
r191
```
Original issue reported on code.google.com by `tetsuo.s...@gmail.com` on 4 May 2014 at 7:25
Attachments:
- [existence_filter.patch](https://storage.googleapis.com/google-code-attachments/mozc/issue-214/comment-0/existence_filter.patch)
| 1.0 | Typos in the member function to create existence filters - ```
This is a very minor issue. It looks like there are typos in the static member
function on ExistenceFilter class for creating an immutable existence filter.
The name is "CreateImmutableExietenceFilter", but I think it should be
"CreateImmutableExistenceFilter".
Attached patch fixes the typos.
What version of the product are you using? On what operating system?
r191
```
Original issue reported on code.google.com by `tetsuo.s...@gmail.com` on 4 May 2014 at 7:25
Attachments:
- [existence_filter.patch](https://storage.googleapis.com/google-code-attachments/mozc/issue-214/comment-0/existence_filter.patch)
| defect | typos in the member function to create existence filters this is a very minor issue it looks like there are typos in the static member function on existencefilter class for creating an immutable existence filter the name is createimmutableexietencefilter but i think it should be createimmutableexistencefilter attached patch fixes the typos what version of the product are you using on what operating system original issue reported on code google com by tetsuo s gmail com on may at attachments | 1 |
29,290 | 5,636,400,770 | IssuesEvent | 2017-04-06 05:35:44 | cakephp/bake | https://api.github.com/repos/cakephp/bake | closed | Incorrect annotation for date/time properties of entities. | Defect | Currently for baked entities, when annotating time/date/datetime/timestamp properties hardcoded class `\Cake\I18n\Time` is used. Instead bake should introspect the class configured for particular field type and use proper class like `Cake\I18n\FrozenTime`, `Cake\I18n\FrozenDate` etc. | 1.0 | Incorrect annotation for date/time properties of entities. - Currently for baked entities, when annotating time/date/datetime/timestamp properties hardcoded class `\Cake\I18n\Time` is used. Instead bake should introspect the class configured for particular field type and use proper class like `Cake\I18n\FrozenTime`, `Cake\I18n\FrozenDate` etc. | defect | incorrect annotation for date time properties of entities currently for baked entities when annotating time date datetime timestamp properties hardcoded class cake time is used instead bake should introspect the class configured for particular field type and use proper class like cake frozentime cake frozendate etc | 1 |
28,237 | 11,598,898,257 | IssuesEvent | 2020-02-25 00:28:09 | LevyForchh/karate | https://api.github.com/repos/LevyForchh/karate | opened | CVE-2018-12023 (High) detected in jackson-databind-2.8.5.jar, jackson-databind-2.8.8.jar | security vulnerability | ## CVE-2018-12023 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.8.5.jar</b>, <b>jackson-databind-2.8.8.jar</b></p></summary>
<p>
<details><summary><b>jackson-databind-2.8.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.8.5/b3035f37e674c04dafe36a660c3815cc59f764e2/jackson-databind-2.8.5.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.8.5/b3035f37e674c04dafe36a660c3815cc59f764e2/jackson-databind-2.8.5.jar</p>
<p>
Dependency Hierarchy:
- cucumber-reporting-3.8.0.jar (Root Library)
- :x: **jackson-databind-2.8.5.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.8.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /tmp/ws-scm/karate/karate-demo/build.gradle</p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.8.8/bf88c7b27e95cbadce4e7c316a56c3efffda8026/jackson-databind-2.8.8.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.8.8/bf88c7b27e95cbadce4e7c316a56c3efffda8026/jackson-databind-2.8.8.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.5.3.RELEASE.jar (Root Library)
- :x: **jackson-databind-2.8.8.jar** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/LevyForchh/karate/commit/3b4a7a3da3223bc0f8e7bfc399addb3d9507bc4c">3b4a7a3da3223bc0f8e7bfc399addb3d9507bc4c</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in FasterXML jackson-databind prior to 2.7.9.4, 2.8.11.2, and 2.9.6. When Default Typing is enabled (either globally or for a specific property), the service has the Oracle JDBC jar in the classpath, and an attacker can provide an LDAP service to access, it is possible to make the service execute a malicious payload.
<p>Publish Date: 2019-03-21
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-12023>CVE-2018-12023</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12022">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12022</a></p>
<p>Release Date: 2019-03-21</p>
<p>Fix Resolution: 2.7.9.4, 2.8.11.2, 2.9.6</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.5","isTransitiveDependency":true,"dependencyTree":"net.masterthought:cucumber-reporting:3.8.0;com.fasterxml.jackson.core:jackson-databind:2.8.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.7.9.4, 2.8.11.2, 2.9.6"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.8","isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.5.3.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.8.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.7.9.4, 2.8.11.2, 2.9.6"}],"vulnerabilityIdentifier":"CVE-2018-12023","vulnerabilityDetails":"An issue was discovered in FasterXML jackson-databind prior to 2.7.9.4, 2.8.11.2, and 2.9.6. When Default Typing is enabled (either globally or for a specific property), the service has the Oracle JDBC jar in the classpath, and an attacker can provide an LDAP service to access, it is possible to make the service execute a malicious payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-12023","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2018-12023 (High) detected in jackson-databind-2.8.5.jar, jackson-databind-2.8.8.jar - ## CVE-2018-12023 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.8.5.jar</b>, <b>jackson-databind-2.8.8.jar</b></p></summary>
<p>
<details><summary><b>jackson-databind-2.8.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.8.5/b3035f37e674c04dafe36a660c3815cc59f764e2/jackson-databind-2.8.5.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.8.5/b3035f37e674c04dafe36a660c3815cc59f764e2/jackson-databind-2.8.5.jar</p>
<p>
Dependency Hierarchy:
- cucumber-reporting-3.8.0.jar (Root Library)
- :x: **jackson-databind-2.8.5.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.8.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /tmp/ws-scm/karate/karate-demo/build.gradle</p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.8.8/bf88c7b27e95cbadce4e7c316a56c3efffda8026/jackson-databind-2.8.8.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.8.8/bf88c7b27e95cbadce4e7c316a56c3efffda8026/jackson-databind-2.8.8.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-web-1.5.3.RELEASE.jar (Root Library)
- :x: **jackson-databind-2.8.8.jar** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/LevyForchh/karate/commit/3b4a7a3da3223bc0f8e7bfc399addb3d9507bc4c">3b4a7a3da3223bc0f8e7bfc399addb3d9507bc4c</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in FasterXML jackson-databind prior to 2.7.9.4, 2.8.11.2, and 2.9.6. When Default Typing is enabled (either globally or for a specific property), the service has the Oracle JDBC jar in the classpath, and an attacker can provide an LDAP service to access, it is possible to make the service execute a malicious payload.
<p>Publish Date: 2019-03-21
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-12023>CVE-2018-12023</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12022">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12022</a></p>
<p>Release Date: 2019-03-21</p>
<p>Fix Resolution: 2.7.9.4, 2.8.11.2, 2.9.6</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.5","isTransitiveDependency":true,"dependencyTree":"net.masterthought:cucumber-reporting:3.8.0;com.fasterxml.jackson.core:jackson-databind:2.8.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.7.9.4, 2.8.11.2, 2.9.6"},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.8","isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.5.3.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.8.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.7.9.4, 2.8.11.2, 2.9.6"}],"vulnerabilityIdentifier":"CVE-2018-12023","vulnerabilityDetails":"An issue was discovered in FasterXML jackson-databind prior to 2.7.9.4, 2.8.11.2, and 2.9.6. When Default Typing is enabled (either globally or for a specific property), the service has the Oracle JDBC jar in the classpath, and an attacker can provide an LDAP service to access, it is possible to make the service execute a malicious payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-12023","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_defect | cve high detected in jackson databind jar jackson databind jar cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy cucumber reporting jar root library x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm karate karate demo build gradle path to vulnerable library root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library x jackson databind jar vulnerable library found in head commit a href vulnerability details an issue was discovered in fasterxml jackson databind prior to and when default typing is enabled either globally or for a specific property the service has the oracle jdbc jar in the classpath and an attacker can provide an ldap service to access it is possible to make the service execute a malicious payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails an issue was discovered in fasterxml jackson databind prior to and when default typing is enabled either globally or for a specific property the service has the oracle jdbc jar in the classpath and an attacker can provide an ldap service to access it is possible to make the service execute a malicious payload vulnerabilityurl | 0 |
69,976 | 30,513,569,232 | IssuesEvent | 2023-07-18 23:38:30 | StevenBarre/zh-test-auto | https://api.github.com/repos/StevenBarre/zh-test-auto | closed | OCP 4.13 Upgrade Main Epic | *team/ ops and shared services* *team/ DXC* site/kamloops site/calgary Epic | **Describe the epic**
Top level epic to track all OCP 4.13 upgrade work separate of quarters or sprints. Sub tasks may end up in multiple epics for better tracking and grouping.
**Additional context**
https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html
**Proposed Implementation Schedule**
This schedule is subject to change until we have completed the first LAB upgrade to OCP 4.13. Currently we do feel that the timelines for PROD clusters have enough lee-way to not likely need extension.
- First LAB cluster is estimated to be completed prior to TBD
- Second LAB cluster will be completed the week of TBD
- comms for posting in #devops-alerts should go out a solid two weeks before start of SILVER upgrade. Will include dates for all PROD clusters.
- RFC for SILVER
- RFC for GOLD
- RFC for GOLDDR
Some lee-way between doing the upgrades for the two LAB clusters accounts for some staffing level changes due to vacations, and also allows us to reach out to Matt Robson one last time to make sure there's not a new 4.13.x release about to drop that we absolutely want to include, and thus need to quickly go through LAB upgrades again.
**Definition of done**
- [ ] All clusters upgraded to OCP 4.13 and all post-upgrade tasks completed.
| 1.0 | OCP 4.13 Upgrade Main Epic - **Describe the epic**
Top level epic to track all OCP 4.13 upgrade work separate of quarters or sprints. Sub tasks may end up in multiple epics for better tracking and grouping.
**Additional context**
https://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html
**Proposed Implementation Schedule**
This schedule is subject to change until we have completed the first LAB upgrade to OCP 4.13. Currently we do feel that the timelines for PROD clusters have enough lee-way to not likely need extension.
- First LAB cluster is estimated to be completed prior to TBD
- Second LAB cluster will be completed the week of TBD
- comms for posting in #devops-alerts should go out a solid two weeks before start of SILVER upgrade. Will include dates for all PROD clusters.
- RFC for SILVER
- RFC for GOLD
- RFC for GOLDDR
Some lee-way between doing the upgrades for the two LAB clusters accounts for some staffing level changes due to vacations, and also allows us to reach out to Matt Robson one last time to make sure there's not a new 4.13.x release about to drop that we absolutely want to include, and thus need to quickly go through LAB upgrades again.
**Definition of done**
- [ ] All clusters upgraded to OCP 4.13 and all post-upgrade tasks completed.
| non_defect | ocp upgrade main epic describe the epic top level epic to track all ocp upgrade work separate of quarters or sprints sub tasks may end up in multiple epics for better tracking and grouping additional context proposed implementation schedule this schedule is subject to change until we have completed the first lab upgrade to ocp currently we do feel that the timelines for prod clusters have enough lee way to not likely need extension first lab cluster is estimated to be completed prior to tbd second lab cluster will be completed the week of tbd comms for posting in devops alerts should go out a solid two weeks before start of silver upgrade will include dates for all prod clusters rfc for silver rfc for gold rfc for golddr some lee way between doing the upgrades for the two lab clusters accounts for some staffing level changes due to vacations and also allows us to reach out to matt robson one last time to make sure there s not a new x release about to drop that we absolutely want to include and thus need to quickly go through lab upgrades again definition of done all clusters upgraded to ocp and all post upgrade tasks completed | 0 |
393,208 | 26,980,148,819 | IssuesEvent | 2023-02-09 12:31:33 | Ohno-Tk/Unity_VtuberTablet | https://api.github.com/repos/Ohno-Tk/Unity_VtuberTablet | closed | [Feature Request]: ディレクトリ構造決め | documentation | ## 概要
管理がしやすいようにディレクトリ構成を決定する
## タスク
- [ ] 細かいタスクに分解できているなら書き出す。
## 参考
https://r-ngtm.hatenablog.com/entry/2017/12/19/225951
| 1.0 | [Feature Request]: ディレクトリ構造決め - ## 概要
管理がしやすいようにディレクトリ構成を決定する
## タスク
- [ ] 細かいタスクに分解できているなら書き出す。
## 参考
https://r-ngtm.hatenablog.com/entry/2017/12/19/225951
| non_defect | ディレクトリ構造決め 概要 管理がしやすいようにディレクトリ構成を決定する タスク 細かいタスクに分解できているなら書き出す。 参考 | 0 |
70,081 | 22,841,716,296 | IssuesEvent | 2022-07-12 22:53:38 | coder/coder | https://api.github.com/repos/coder/coder | opened | "By" in workspace page not helpful | ux-defect | It's usually autostop, autostart, or myself. Why do I need to see that everywhere
<img width="1229" alt="Screen Shot 2022-07-12 at 5 53 26 PM" src="https://user-images.githubusercontent.com/7416144/178611852-9dfcebcc-50e1-42c1-8662-1496b0c66fe9.png">
? | 1.0 | "By" in workspace page not helpful - It's usually autostop, autostart, or myself. Why do I need to see that everywhere
<img width="1229" alt="Screen Shot 2022-07-12 at 5 53 26 PM" src="https://user-images.githubusercontent.com/7416144/178611852-9dfcebcc-50e1-42c1-8662-1496b0c66fe9.png">
? | defect | by in workspace page not helpful it s usually autostop autostart or myself why do i need to see that everywhere img width alt screen shot at pm src | 1 |
309,177 | 23,286,672,104 | IssuesEvent | 2022-08-05 17:17:04 | stoplightio/spectral | https://api.github.com/repos/stoplightio/spectral | closed | Add missing rules to spectral docs | documentation chore | **Chore summary**
Add missing rules to spectral [docs](https://meta.stoplight.io/docs/spectral/4dec24461f3af-open-api-rules#openapi-tags-uniqueness):
- oas2-valid-media-example
- oas3-valid-media-example
- oas3-valid-schema-example
| 1.0 | Add missing rules to spectral docs - **Chore summary**
Add missing rules to spectral [docs](https://meta.stoplight.io/docs/spectral/4dec24461f3af-open-api-rules#openapi-tags-uniqueness):
- oas2-valid-media-example
- oas3-valid-media-example
- oas3-valid-schema-example
| non_defect | add missing rules to spectral docs chore summary add missing rules to spectral valid media example valid media example valid schema example | 0 |
26,788 | 4,787,668,686 | IssuesEvent | 2016-10-30 04:32:43 | zealdocs/zeal | https://api.github.com/repos/zealdocs/zeal | closed | crash with zeal 0.3 "Cannot determine index file for docset Common_Lisp" | Component: API Server Component: Docset Registry Component: Docsets Resolution: Fixed Type: Defect | Another nearly systematic crash with zeal 0.3 from ppa on ubuntu 16.04.1.
"Cannot determine index file for docset Common_Lisp"
I didn't know how to copy as text the problems so here are screenshots.
https://transfer.sh/VNGeK/2016-10-14-123706-913x717-scrot.png
https://transfer.sh/OPjvN/2016-10-14-123627-913x717-scrot.png
| 1.0 | crash with zeal 0.3 "Cannot determine index file for docset Common_Lisp" - Another nearly systematic crash with zeal 0.3 from ppa on ubuntu 16.04.1.
"Cannot determine index file for docset Common_Lisp"
I didn't know how to copy as text the problems so here are screenshots.
https://transfer.sh/VNGeK/2016-10-14-123706-913x717-scrot.png
https://transfer.sh/OPjvN/2016-10-14-123627-913x717-scrot.png
| defect | crash with zeal cannot determine index file for docset common lisp another nearly systematic crash with zeal from ppa on ubuntu cannot determine index file for docset common lisp i didn t know how to copy as text the problems so here are screenshots | 1 |
29,806 | 5,694,384,526 | IssuesEvent | 2017-04-15 12:46:22 | ReactiveX/RxJava | https://api.github.com/repos/ReactiveX/RxJava | opened | 2.x: minor mistakes to be fixed | 2.x Bug Documentation | - [ ] `ConnectableObservable` talks about `Flowable` and `Subscriber`, remnants of copy-paste
- [ ] `FlowableFlattenIterable` `it.next()` is not checked for `null` | 1.0 | 2.x: minor mistakes to be fixed - - [ ] `ConnectableObservable` talks about `Flowable` and `Subscriber`, remnants of copy-paste
- [ ] `FlowableFlattenIterable` `it.next()` is not checked for `null` | non_defect | x minor mistakes to be fixed connectableobservable talks about flowable and subscriber remnants of copy paste flowableflatteniterable it next is not checked for null | 0 |
1,072 | 2,594,525,671 | IssuesEvent | 2015-02-20 04:48:43 | paulirish/mutation-summary | https://api.github.com/repos/paulirish/mutation-summary | opened | MutationSummary fails to load in safari, MutationObserver check incorrect | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Load MutationSummary script
2. Notice window.MutationSummary is undefined
3. Notice window.WebKitMutationObserver is defined
In safari, typeof WebKitMutationObserver is object, not function.
```
-----
Original issue reported on code.google.com by `dfre...@google.com` on 29 Nov 2012 at 7:38 | 1.0 | MutationSummary fails to load in safari, MutationObserver check incorrect - ```
What steps will reproduce the problem?
1. Load MutationSummary script
2. Notice window.MutationSummary is undefined
3. Notice window.WebKitMutationObserver is defined
In safari, typeof WebKitMutationObserver is object, not function.
```
-----
Original issue reported on code.google.com by `dfre...@google.com` on 29 Nov 2012 at 7:38 | defect | mutationsummary fails to load in safari mutationobserver check incorrect what steps will reproduce the problem load mutationsummary script notice window mutationsummary is undefined notice window webkitmutationobserver is defined in safari typeof webkitmutationobserver is object not function original issue reported on code google com by dfre google com on nov at | 1 |
60,295 | 17,023,389,804 | IssuesEvent | 2021-07-03 01:46:45 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Cannot reverse history | Component: potlatch (flash editor) Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 7.00pm, Friday, 24th April 2009]**
Go here:
http://www.openstreetmap.org/?lat=45.4028&lon=7.9777&zoom=12&layers=B000FTF
Locate the village named "Vische". It is wrongly placed.
Edit the map.
Select village named "Vische".
Hit "H". Select the first version made by "Niccolo" (that is positioned correctly).
Press the "revert" button.
The point is placed at the correct location.
Exit from editing by clicking the view tab.
Re-enter edit mode.
The point is present at the original non-reverted place.
| 1.0 | Cannot reverse history - **[Submitted to the original trac issue database at 7.00pm, Friday, 24th April 2009]**
Go here:
http://www.openstreetmap.org/?lat=45.4028&lon=7.9777&zoom=12&layers=B000FTF
Locate the village named "Vische". It is wrongly placed.
Edit the map.
Select village named "Vische".
Hit "H". Select the first version made by "Niccolo" (that is positioned correctly).
Press the "revert" button.
The point is placed at the correct location.
Exit from editing by clicking the view tab.
Re-enter edit mode.
The point is present at the original non-reverted place.
| defect | cannot reverse history go here locate the village named vische it is wrongly placed edit the map select village named vische hit h select the first version made by niccolo that is positioned correctly press the revert button the point is placed at the correct location exit from editing by clicking the view tab re enter edit mode the point is present at the original non reverted place | 1 |
25,919 | 4,513,524,976 | IssuesEvent | 2016-09-04 10:18:32 | TrevorPilley/MicroLite | https://api.github.com/repos/TrevorPilley/MicroLite | closed | IdentifierStrategyListener is not registered by default | defect | IdentifierStrategyListener is not registered by default following 6cf46d7 | 1.0 | IdentifierStrategyListener is not registered by default - IdentifierStrategyListener is not registered by default following 6cf46d7 | defect | identifierstrategylistener is not registered by default identifierstrategylistener is not registered by default following | 1 |
78,857 | 27,789,164,736 | IssuesEvent | 2023-03-17 07:20:57 | martinrotter/rssguard | https://api.github.com/repos/martinrotter/rssguard | closed | [BUG]: Failing loading images from RSS feed with authentication enabled | Type-Defect Status-Fixed Component-Network | ### Brief description of the issue
The tool fail loading images from authenticated Jira and Confluence RSS feeds, I suppose it's because authentication is only used to retrieve content of articles, not to load images.
### How to reproduce the bug?
add a feed which points to an RSS Feed with authentication enabled
### What was the expected result?
loading images inside articles
### What actually happened?
content of article is showed without images (they appear with a broken icon)
### Debug log
no relevant info
### Operating system and version
* OS: Windows 10
* RSS Guard version: 4.3.2
| 1.0 | [BUG]: Failing loading images from RSS feed with authentication enabled - ### Brief description of the issue
The tool fail loading images from authenticated Jira and Confluence RSS feeds, I suppose it's because authentication is only used to retrieve content of articles, not to load images.
### How to reproduce the bug?
add a feed which points to an RSS Feed with authentication enabled
### What was the expected result?
loading images inside articles
### What actually happened?
content of article is showed without images (they appear with a broken icon)
### Debug log
no relevant info
### Operating system and version
* OS: Windows 10
* RSS Guard version: 4.3.2
| defect | failing loading images from rss feed with authentication enabled brief description of the issue the tool fail loading images from authenticated jira and confluence rss feeds i suppose it s because authentication is only used to retrieve content of articles not to load images how to reproduce the bug add a feed which points to an rss feed with authentication enabled what was the expected result loading images inside articles what actually happened content of article is showed without images they appear with a broken icon debug log no relevant info operating system and version os windows rss guard version | 1 |
1,977 | 4,805,290,944 | IssuesEvent | 2016-11-02 15:42:11 | AllenFang/react-bootstrap-table | https://api.github.com/repos/AllenFang/react-bootstrap-table | closed | Navigating to last page even when row is added in the beginning | enhancement inprocess | This method navigates to the last page when pagination is enabled.
var result = this.refs.table.handleAddRowAtBegin(fakeRow)
## Expected behavior
Navigate to the first page | 1.0 | Navigating to last page even when row is added in the beginning - This method navigates to the last page when pagination is enabled.
var result = this.refs.table.handleAddRowAtBegin(fakeRow)
## Expected behavior
Navigate to the first page | non_defect | navigating to last page even when row is added in the beginning this method navigates to the last page when pagination is enabled var result this refs table handleaddrowatbegin fakerow expected behavior navigate to the first page | 0 |
646,991 | 21,083,409,932 | IssuesEvent | 2022-04-03 08:41:19 | DanXi-Dev/DanXi | https://api.github.com/repos/DanXi-Dev/DanXi | opened | [Feature Request] JWT Authorization | enhancement high priority | FDUHole is [declared to use JWT Authorization method](https://github.com/OpenTreeHole/treehole_backend) in the backend. Therefore, we have to move on to it as soon as possible.
Some migration work has started in the branch [jwt-login](https://github.com/DanXi-Dev/DanXi/tree/jwt-login). Before this completes, it is hard to begin solving #148 .
**It seems to be a break change, forcing all users to upgrade their application to the next release.** | 1.0 | [Feature Request] JWT Authorization - FDUHole is [declared to use JWT Authorization method](https://github.com/OpenTreeHole/treehole_backend) in the backend. Therefore, we have to move on to it as soon as possible.
Some migration work has started in the branch [jwt-login](https://github.com/DanXi-Dev/DanXi/tree/jwt-login). Before this completes, it is hard to begin solving #148 .
**It seems to be a break change, forcing all users to upgrade their application to the next release.** | non_defect | jwt authorization fduhole is in the backend therefore we have to move on to it as soon as possible some migration work has started in the branch before this completes it is hard to begin solving it seems to be a break change forcing all users to upgrade their application to the next release | 0 |
74,313 | 25,061,277,135 | IssuesEvent | 2022-11-07 02:04:47 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | VirtualScroller: item template context parameters not exposed | defect | ### Describe the bug
In VirtualScroller item template, parameters "index", "count", "first" and "last" are not exposed. They are listed as parameters in VirtualScroller documentation.
### Environment
PrimeNG 14.2.4
### Reproducer
_No response_
### Angular version
14.2.4
### PrimeNG version
14.1.2
### Build / Runtime
TypeScript
### Language
TypeScript
### Node version (for AoT issues node --version)
18.10.0
### Browser(s)
_No response_
### Steps to reproduce the behavior
_No response_
### Expected behavior
_No response_ | 1.0 | VirtualScroller: item template context parameters not exposed - ### Describe the bug
In VirtualScroller item template, parameters "index", "count", "first" and "last" are not exposed. They are listed as parameters in VirtualScroller documentation.
### Environment
PrimeNG 14.2.4
### Reproducer
_No response_
### Angular version
14.2.4
### PrimeNG version
14.1.2
### Build / Runtime
TypeScript
### Language
TypeScript
### Node version (for AoT issues node --version)
18.10.0
### Browser(s)
_No response_
### Steps to reproduce the behavior
_No response_
### Expected behavior
_No response_ | defect | virtualscroller item template context parameters not exposed describe the bug in virtualscroller item template parameters index count first and last are not exposed they are listed as parameters in virtualscroller documentation environment primeng reproducer no response angular version primeng version build runtime typescript language typescript node version for aot issues node version browser s no response steps to reproduce the behavior no response expected behavior no response | 1 |
27,818 | 5,107,727,538 | IssuesEvent | 2017-01-05 15:45:02 | gbif/ipt | https://api.github.com/repos/gbif/ipt | opened | Manually entering lat/long values breaks auto entry | bug Priority-Medium Type-Defect Usability | When manipulating the bounding box markers on the geographic coverage map, the lat/long values get set/updated automatically. Unfortunately lat/long values stop being set/updated automatically after the user has manually entered a value for it.
Affects version: 2.3.3
| 1.0 | Manually entering lat/long values breaks auto entry - When manipulating the bounding box markers on the geographic coverage map, the lat/long values get set/updated automatically. Unfortunately lat/long values stop being set/updated automatically after the user has manually entered a value for it.
Affects version: 2.3.3
| defect | manually entering lat long values breaks auto entry when manipulating the bounding box markers on the geographic coverage map the lat long values get set updated automatically unfortunately lat long values stop being set updated automatically after the user has manually entered a value for it affects version | 1 |
43,204 | 11,567,926,800 | IssuesEvent | 2020-02-20 15:05:45 | LiskHQ/lisk-desktop | https://api.github.com/repos/LiskHQ/lisk-desktop | closed | Notification about the new release is not displayed in Linux version | type: bug type: defect | ### Expected behavior
When user opens the Lisk desktop application, we should alert the user about the availability of new version of Lisk desktop
### Actual behavior
When i opened the Lisk desktop application (1.18.0) , there is no alert about the new version of Lisk desktop. This is happening only in Linux OS. It is working well in Mac and Windows
### Steps to reproduce
### Which version(s) does this affect? (Environment, OS, etc...)
Linux | 1.0 | Notification about the new release is not displayed in Linux version - ### Expected behavior
When user opens the Lisk desktop application, we should alert the user about the availability of new version of Lisk desktop
### Actual behavior
When i opened the Lisk desktop application (1.18.0) , there is no alert about the new version of Lisk desktop. This is happening only in Linux OS. It is working well in Mac and Windows
### Steps to reproduce
### Which version(s) does this affect? (Environment, OS, etc...)
Linux | defect | notification about the new release is not displayed in linux version expected behavior when user opens the lisk desktop application we should alert the user about the availability of new version of lisk desktop actual behavior when i opened the lisk desktop application there is no alert about the new version of lisk desktop this is happening only in linux os it is working well in mac and windows steps to reproduce which version s does this affect environment os etc linux | 1 |
9,387 | 2,615,147,034 | IssuesEvent | 2015-03-01 06:23:12 | chrsmith/html5rocks | https://api.github.com/repos/chrsmith/html5rocks | closed | expose more of html5rocks via the slides | auto-migrated Priority-Medium Slides Type-Defect | ```
link to the homepage from the 1st or last slide..
give a better idea of whats in it... to lure more people in.
```
Original issue reported on code.google.com by `paulir...@google.com` on 15 Sep 2010 at 2:25 | 1.0 | expose more of html5rocks via the slides - ```
link to the homepage from the 1st or last slide..
give a better idea of whats in it... to lure more people in.
```
Original issue reported on code.google.com by `paulir...@google.com` on 15 Sep 2010 at 2:25 | defect | expose more of via the slides link to the homepage from the or last slide give a better idea of whats in it to lure more people in original issue reported on code google com by paulir google com on sep at | 1 |
33,709 | 7,200,432,040 | IssuesEvent | 2018-02-05 19:02:18 | DivinumOfficium/divinum-officium | https://api.github.com/repos/DivinumOfficium/divinum-officium | closed | Sancta Missa: 1960 Prefaces | Priority-Medium Rubric-1960 Type-Defect auto-migrated | ```
On feasts of bishops who are not Apostles or Evangelists, the preface should be
of the season/common, and not the Praefatio Apostolorum.
```
Original issue reported on code.google.com by `canon.mi...@gmail.com` on 19 May 2012 at 5:45
| 1.0 | Sancta Missa: 1960 Prefaces - ```
On feasts of bishops who are not Apostles or Evangelists, the preface should be
of the season/common, and not the Praefatio Apostolorum.
```
Original issue reported on code.google.com by `canon.mi...@gmail.com` on 19 May 2012 at 5:45
| defect | sancta missa prefaces on feasts of bishops who are not apostles or evangelists the preface should be of the season common and not the praefatio apostolorum original issue reported on code google com by canon mi gmail com on may at | 1 |
68,792 | 21,898,999,116 | IssuesEvent | 2022-05-20 11:33:00 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Timeline does not display state events with `m.replace` relation unless "hidden events" are enabled | T-Defect S-Minor Security O-Uncommon | ### Steps to reproduce
1. disable "Show hidden events in timeline" via `/devtools`
1. send an `m.room.topic` state event with this content:
```
{
"topic":"spam spam",
"m.relates_to": {"rel_type":"m.replace","event_id":"<previous topic event>"}
}
```
### Outcome
#### What did you expect?
This event changes the topic of the room (irrespective of the spurious `m.replace` relation), so should be shown in the timeline.

#### What happened instead?
Event is not shown (until hidden events are enabled):

### Operating system
ubuntu 20.04
### Browser information
Firefox
### URL for webapp
develop.element.io
### Application version
Element version: d36dcd276602-react-82169ab92354-js-2dccefb33a9d Olm version: 3.2.8
### Homeserver
matrix.org
### Will you send logs?
No | 1.0 | Timeline does not display state events with `m.replace` relation unless "hidden events" are enabled - ### Steps to reproduce
1. disable "Show hidden events in timeline" via `/devtools`
1. send an `m.room.topic` state event with this content:
```
{
"topic":"spam spam",
"m.relates_to": {"rel_type":"m.replace","event_id":"<previous topic event>"}
}
```
### Outcome
#### What did you expect?
This event changes the topic of the room (irrespective of the spurious `m.replace` relation), so should be shown in the timeline.

#### What happened instead?
Event is not shown (until hidden events are enabled):

### Operating system
ubuntu 20.04
### Browser information
Firefox
### URL for webapp
develop.element.io
### Application version
Element version: d36dcd276602-react-82169ab92354-js-2dccefb33a9d Olm version: 3.2.8
### Homeserver
matrix.org
### Will you send logs?
No | defect | timeline does not display state events with m replace relation unless hidden events are enabled steps to reproduce disable show hidden events in timeline via devtools send an m room topic state event with this content topic spam spam m relates to rel type m replace event id outcome what did you expect this event changes the topic of the room irrespective of the spurious m replace relation so should be shown in the timeline what happened instead event is not shown until hidden events are enabled operating system ubuntu browser information firefox url for webapp develop element io application version element version react js olm version homeserver matrix org will you send logs no | 1 |
3,017 | 2,607,969,658 | IssuesEvent | 2015-02-26 00:43:59 | chrsmithdemos/leveldb | https://api.github.com/repos/chrsmithdemos/leveldb | closed | QNX build is broken | auto-migrated Priority-Medium Type-Defect | ```
When building for QNX (which has a strict C++ library), the build is broken.
The problem is that a couple of headers are included using the "#include
<c...>" style, but the symbols are used in the global (i.e. not std::)
namespace.
Compiler errors are:
../../third_party/leveldatabase/src/include/leveldb/env.h:235:41: error:
'va_list' has not been declared
and
../../third_party/leveldatabase/src/util/arena.h:21:9: error: expected ';' at
end of member declaration
../../third_party/leveldatabase/src/util/arena.h:21:25: error: expected ')'
before 'bytes'
../../third_party/leveldatabase/src/util/arena.h:24:9: error: expected ';' at
end of member declaration
../../third_party/leveldatabase/src/util/arena.h:24:32: error: expected ')'
before 'bytes'
../../third_party/leveldatabase/src/util/arena.h:29:3: error: 'size_t' does not
name a type
../../third_party/leveldatabase/src/util/arena.h:34:9: error: expected ';' at
end of member declaration
../../third_party/leveldatabase/src/util/arena.h:34:33: error: expected ')'
before 'bytes'
../../third_party/leveldatabase/src/util/arena.h:35:9: error: expected ';' at
end of member declaration
../../third_party/leveldatabase/src/util/arena.h:35:33: error: expected ')'
before 'block_bytes'
../../third_party/leveldatabase/src/util/arena.h:39:3: error: 'size_t' does not
name a type
../../third_party/leveldatabase/src/util/arena.h:45:3: error: 'size_t' does not
name a type
../../third_party/leveldatabase/src/util/arena.h:52:30: error:
'leveldb::Arena::Allocate' declared as an 'inline' variable
../../third_party/leveldatabase/src/util/arena.h:52:30: error: 'char*
leveldb::Arena::Allocate' is not a static member of 'class leveldb::Arena'
../../third_party/leveldatabase/src/util/arena.h:52:30: error: 'size_t' was not
declared in this scope
../../third_party/leveldatabase/src/util/arena.h:52:44: error: expected ',' or
';' before '{' token
../../third_party/leveldatabase/src/util/arena.cc:68:1: error: expected '}' at
end of input
```
-----
Original issue reported on code.google.com by `efidler....@gmail.com` on 28 Oct 2013 at 10:17 | 1.0 | QNX build is broken - ```
When building for QNX (which has a strict C++ library), the build is broken.
The problem is that a couple of headers are included using the "#include
<c...>" style, but the symbols are used in the global (i.e. not std::)
namespace.
Compiler errors are:
../../third_party/leveldatabase/src/include/leveldb/env.h:235:41: error:
'va_list' has not been declared
and
../../third_party/leveldatabase/src/util/arena.h:21:9: error: expected ';' at
end of member declaration
../../third_party/leveldatabase/src/util/arena.h:21:25: error: expected ')'
before 'bytes'
../../third_party/leveldatabase/src/util/arena.h:24:9: error: expected ';' at
end of member declaration
../../third_party/leveldatabase/src/util/arena.h:24:32: error: expected ')'
before 'bytes'
../../third_party/leveldatabase/src/util/arena.h:29:3: error: 'size_t' does not
name a type
../../third_party/leveldatabase/src/util/arena.h:34:9: error: expected ';' at
end of member declaration
../../third_party/leveldatabase/src/util/arena.h:34:33: error: expected ')'
before 'bytes'
../../third_party/leveldatabase/src/util/arena.h:35:9: error: expected ';' at
end of member declaration
../../third_party/leveldatabase/src/util/arena.h:35:33: error: expected ')'
before 'block_bytes'
../../third_party/leveldatabase/src/util/arena.h:39:3: error: 'size_t' does not
name a type
../../third_party/leveldatabase/src/util/arena.h:45:3: error: 'size_t' does not
name a type
../../third_party/leveldatabase/src/util/arena.h:52:30: error:
'leveldb::Arena::Allocate' declared as an 'inline' variable
../../third_party/leveldatabase/src/util/arena.h:52:30: error: 'char*
leveldb::Arena::Allocate' is not a static member of 'class leveldb::Arena'
../../third_party/leveldatabase/src/util/arena.h:52:30: error: 'size_t' was not
declared in this scope
../../third_party/leveldatabase/src/util/arena.h:52:44: error: expected ',' or
';' before '{' token
../../third_party/leveldatabase/src/util/arena.cc:68:1: error: expected '}' at
end of input
```
-----
Original issue reported on code.google.com by `efidler....@gmail.com` on 28 Oct 2013 at 10:17 | defect | qnx build is broken when building for qnx which has a strict c library the build is broken the problem is that a couple of headers are included using the include style but the symbols are used in the global i e not std namespace compiler errors are third party leveldatabase src include leveldb env h error va list has not been declared and third party leveldatabase src util arena h error expected at end of member declaration third party leveldatabase src util arena h error expected before bytes third party leveldatabase src util arena h error expected at end of member declaration third party leveldatabase src util arena h error expected before bytes third party leveldatabase src util arena h error size t does not name a type third party leveldatabase src util arena h error expected at end of member declaration third party leveldatabase src util arena h error expected before bytes third party leveldatabase src util arena h error expected at end of member declaration third party leveldatabase src util arena h error expected before block bytes third party leveldatabase src util arena h error size t does not name a type third party leveldatabase src util arena h error size t does not name a type third party leveldatabase src util arena h error leveldb arena allocate declared as an inline variable third party leveldatabase src util arena h error char leveldb arena allocate is not a static member of class leveldb arena third party leveldatabase src util arena h error size t was not declared in this scope third party leveldatabase src util arena h error expected or before token third party leveldatabase src util arena cc error expected at end of input original issue reported on code google com by efidler gmail com on oct at | 1 |
85,729 | 24,670,285,962 | IssuesEvent | 2022-10-18 13:20:46 | home-assistant/operating-system | https://api.github.com/repos/home-assistant/operating-system | closed | OS build for generic-x86-64 fails ~every second time | bug build board/generic-x86-64 stale | Around 50% of builds the OS build fails during grub2 package build:
```
2022-07-13T08:39:10.7131593Z /build/output/host/bin/x86_64-buildroot-linux-gnu-gcc -E -DHAVE_CONFIG_H -I. -I.. -Wall -W -DGRUB_UTIL=1 -D_FILE_OFFSET_BITS=64 -I./include -DGRUB_FILE=\"util/grub-fstest.c\" -I. -I.. -I. -I.. -I../include -I./include -I../grub-core/lib/libgcrypt-grub/src/ -I./grub-core/lib/gnulib -I../grub-core/lib/gnulib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fno-stack-protector -D_FILE_OFFSET_BITS=64 \
2022-07-13T08:39:10.7132965Z -D'GRUB_MOD_INIT(x)=@MARKER@x@' ../util/grub-fstest.c ../grub-core/kern/emu/hostfs.c ../grub-core/disk/host.c ../grub-core/osdep/init.c > grub_fstest.pp || (rm -f grub_fstest.pp; exit 1)
2022-07-13T08:39:10.7390670Z config.status: creating config-util.h
2022-07-13T08:39:10.7445402Z In file included from ../include/grub/osdep/hostfile_unix.h:***,
2022-07-13T08:39:10.7445785Z from ../include/grub/osdep/hostfile.h:6,
2022-07-13T08:39:10.7446099Z from ../include/grub/emu/hostfile.h:25,
2022-07-13T08:39:10.7446525Z from ../util/grub-fstest.c:37:
2022-07-13T08:39:10.7446914Z ./config.h:38:10: fatal error: ./config-util.h: No such file or directory
2022-07-13T08:39:10.7447259Z 38 | #include <config-util.h>
2022-07-13T08:39:10.7447522Z | ^~~~~~~~~~~~~~~
2022-07-13T08:39:10.7447772Z compilation terminated.
```
This got likely introduced when the 32-bit version of GRUB in #1819.
Reported to the mailing list, but no solution yet:
https://lists.buildroot.org/pipermail/buildroot/2022-June/645339.html | 1.0 | OS build for generic-x86-64 fails ~every second time - Around 50% of builds the OS build fails during grub2 package build:
```
2022-07-13T08:39:10.7131593Z /build/output/host/bin/x86_64-buildroot-linux-gnu-gcc -E -DHAVE_CONFIG_H -I. -I.. -Wall -W -DGRUB_UTIL=1 -D_FILE_OFFSET_BITS=64 -I./include -DGRUB_FILE=\"util/grub-fstest.c\" -I. -I.. -I. -I.. -I../include -I./include -I../grub-core/lib/libgcrypt-grub/src/ -I./grub-core/lib/gnulib -I../grub-core/lib/gnulib -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fno-stack-protector -D_FILE_OFFSET_BITS=64 \
2022-07-13T08:39:10.7132965Z -D'GRUB_MOD_INIT(x)=@MARKER@x@' ../util/grub-fstest.c ../grub-core/kern/emu/hostfs.c ../grub-core/disk/host.c ../grub-core/osdep/init.c > grub_fstest.pp || (rm -f grub_fstest.pp; exit 1)
2022-07-13T08:39:10.7390670Z config.status: creating config-util.h
2022-07-13T08:39:10.7445402Z In file included from ../include/grub/osdep/hostfile_unix.h:***,
2022-07-13T08:39:10.7445785Z from ../include/grub/osdep/hostfile.h:6,
2022-07-13T08:39:10.7446099Z from ../include/grub/emu/hostfile.h:25,
2022-07-13T08:39:10.7446525Z from ../util/grub-fstest.c:37:
2022-07-13T08:39:10.7446914Z ./config.h:38:10: fatal error: ./config-util.h: No such file or directory
2022-07-13T08:39:10.7447259Z 38 | #include <config-util.h>
2022-07-13T08:39:10.7447522Z | ^~~~~~~~~~~~~~~
2022-07-13T08:39:10.7447772Z compilation terminated.
```
This got likely introduced when the 32-bit version of GRUB in #1819.
Reported to the mailing list, but no solution yet:
https://lists.buildroot.org/pipermail/buildroot/2022-June/645339.html | non_defect | os build for generic fails every second time around of builds the os build fails during package build build output host bin buildroot linux gnu gcc e dhave config h i i wall w dgrub util d file offset bits i include dgrub file util grub fstest c i i i i i include i include i grub core lib libgcrypt grub src i grub core lib gnulib i grub core lib gnulib d largefile source d source d file offset bits os fno stack protector d file offset bits d grub mod init x marker x util grub fstest c grub core kern emu hostfs c grub core disk host c grub core osdep init c grub fstest pp rm f grub fstest pp exit config status creating config util h in file included from include grub osdep hostfile unix h from include grub osdep hostfile h from include grub emu hostfile h from util grub fstest c config h fatal error config util h no such file or directory include compilation terminated this got likely introduced when the bit version of grub in reported to the mailing list but no solution yet | 0 |
110,880 | 13,958,108,041 | IssuesEvent | 2020-10-24 10:18:07 | prologin/gcc-site | https://api.github.com/repos/prologin/gcc-site | opened | Rework the wishes selection part | bug design high-priority | When adding a new event, one that will be alone (not like during the summer that is), we are still prompted to order our wishes.
We should add something to prevent this. | 1.0 | Rework the wishes selection part - When adding a new event, one that will be alone (not like during the summer that is), we are still prompted to order our wishes.
We should add something to prevent this. | non_defect | rework the wishes selection part when adding a new event one that will be alone not like during the summer that is we are still prompted to order our wishes we should add something to prevent this | 0 |
31,641 | 6,569,271,090 | IssuesEvent | 2017-09-09 05:11:23 | thezbyg/gpick | https://api.github.com/repos/thezbyg/gpick | closed | error: reference to 'set' is ambiguous | Priority-Medium Type-Defect | Original [issue 110](https://code.google.com/p/gpick/issues/detail?id=110) created by thezbyg on 2013-12-19T00:32:01.000Z:
<b>What steps will reproduce the problem?</b>
1. scons && make
<b>What is the expected output? What do you see instead?</b>
Expected successful compile but got:
/usr/bin/clang++ -o build/source/dynv/DynvVarBool.o -c -Wall -O3 -DNDEBUG -D_REENTRANT -DENABLE_NLS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/harfbuzz -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/freetype2 source/dynv/DynvVarBool.cpp
source/dynv/DynvVarBool.cpp:72:15: error: reference to 'set' is ambiguous
handler->set=set;
^
source/dynv/DynvVarBool.cpp:39:12: note: candidate found by name lookup is 'set'
static int set(struct dynvVariable\* variable, void\* value, bool deref){
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tree:35:28: note: candidate found by name lookup is 'std::__1::set'
class _LIBCPP_TYPE_VIS set;
^
1 error generated.
<b>What version of the product are you using? On what operating system?</b>
gpick 0.2.5, OS X 10.9 Mavericks, Xcode 5.0.2, Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
<b>Please provide any additional information below.</b>
OS X 10.9 Mavericks for the first time on OS X uses libc++ instead of libstdc++ as its C++ library. libc++ includes full C++11 support, but not support for earlier non-standard C++11 experimental implementation like libstdc++ did.
| 1.0 | error: reference to 'set' is ambiguous - Original [issue 110](https://code.google.com/p/gpick/issues/detail?id=110) created by thezbyg on 2013-12-19T00:32:01.000Z:
<b>What steps will reproduce the problem?</b>
1. scons && make
<b>What is the expected output? What do you see instead?</b>
Expected successful compile but got:
/usr/bin/clang++ -o build/source/dynv/DynvVarBool.o -c -Wall -O3 -DNDEBUG -D_REENTRANT -DENABLE_NLS -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/libpng16 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/harfbuzz -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/freetype2 source/dynv/DynvVarBool.cpp
source/dynv/DynvVarBool.cpp:72:15: error: reference to 'set' is ambiguous
handler->set=set;
^
source/dynv/DynvVarBool.cpp:39:12: note: candidate found by name lookup is 'set'
static int set(struct dynvVariable\* variable, void\* value, bool deref){
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__tree:35:28: note: candidate found by name lookup is 'std::__1::set'
class _LIBCPP_TYPE_VIS set;
^
1 error generated.
<b>What version of the product are you using? On what operating system?</b>
gpick 0.2.5, OS X 10.9 Mavericks, Xcode 5.0.2, Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
<b>Please provide any additional information below.</b>
OS X 10.9 Mavericks for the first time on OS X uses libc++ instead of libstdc++ as its C++ library. libc++ includes full C++11 support, but not support for earlier non-standard C++11 experimental implementation like libstdc++ did.
| defect | error reference to set is ambiguous original created by thezbyg on what steps will reproduce the problem scons amp amp make what is the expected output what do you see instead expected successful compile but got usr bin clang o build source dynv dynvvarbool o c wall dndebug d reentrant denable nls i opt local include gtk i opt local lib gtk include i opt local include pango i opt local include gio unix i opt local include i opt local include cairo i opt local include atk i opt local include pixman i opt local include i opt local include gdk pixbuf i opt local include harfbuzz i opt local include glib i opt local lib glib include i opt local include source dynv dynvvarbool cpp source dynv dynvvarbool cpp error reference to set is ambiguous handler gt set set source dynv dynvvarbool cpp note candidate found by name lookup is set static int set struct dynvvariable variable void value bool deref applications xcode app contents developer toolchains xcodedefault xctoolchain usr bin lib c tree note candidate found by name lookup is std set class libcpp type vis set error generated what version of the product are you using on what operating system gpick os x mavericks xcode apple llvm version clang based on llvm please provide any additional information below os x mavericks for the first time on os x uses libc instead of libstdc as its c library libc includes full c support but not support for earlier non standard c experimental implementation like libstdc did | 1 |
1,996 | 2,603,974,668 | IssuesEvent | 2015-02-24 19:01:11 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳治疗生殖性疱疹病医院 | auto-migrated Priority-Medium Type-Defect | ```
沈阳治疗生殖性疱疹病医院〓沈陽軍區政治部醫院性病〓TEL��
�024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治�
��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共�
��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、
保健、醫療、科研康復為一體的綜合性醫院。是國家首批公��
�甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大�
��、東南大學等知名高等院校的教學醫院。曾被中國人民解放
軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立��
�體二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:12 | 1.0 | 沈阳治疗生殖性疱疹病医院 - ```
沈阳治疗生殖性疱疹病医院〓沈陽軍區政治部醫院性病〓TEL��
�024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治�
��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共�
��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、
保健、醫療、科研康復為一體的綜合性醫院。是國家首批公��
�甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大�
��、東南大學等知名高等院校的教學醫院。曾被中國人民解放
軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立��
�體二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:12 | defect | 沈阳治疗生殖性疱疹病医院 沈阳治疗生殖性疱疹病医院〓沈陽軍區政治部醫院性病〓tel�� � 〓 , � ��。 。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 original issue reported on code google com by gmail com on jun at | 1 |
32,199 | 6,736,530,652 | IssuesEvent | 2017-10-19 04:47:45 | Gubaer/josm-scripting-plugin | https://api.github.com/repos/Gubaer/josm-scripting-plugin | closed | Possible bug when updating coordinates of elements | defect | I'm iterating a collection of elements that were downloaded from the OSM server.
```
///etc...foreach element
{
element.lat = 34;
element.lon = 35;
}
```
For some reason, the above code will correctly set lon to 35, but lat will be set to the element's previous longitude. It's as if this is being executed:
```
element.lat = element.lon;
element.lon = 35;
```
The following variation seems to work fine:
```
///etc...foreach element
{
element.pos = {lat: 34, lon: 35}
}
```
| 1.0 | Possible bug when updating coordinates of elements - I'm iterating a collection of elements that were downloaded from the OSM server.
```
///etc...foreach element
{
element.lat = 34;
element.lon = 35;
}
```
For some reason, the above code will correctly set lon to 35, but lat will be set to the element's previous longitude. It's as if this is being executed:
```
element.lat = element.lon;
element.lon = 35;
```
The following variation seems to work fine:
```
///etc...foreach element
{
element.pos = {lat: 34, lon: 35}
}
```
| defect | possible bug when updating coordinates of elements i m iterating a collection of elements that were downloaded from the osm server etc foreach element element lat element lon for some reason the above code will correctly set lon to but lat will be set to the element s previous longitude it s as if this is being executed element lat element lon element lon the following variation seems to work fine etc foreach element element pos lat lon | 1 |
21,929 | 14,938,120,143 | IssuesEvent | 2021-01-25 15:24:51 | RasaHQ/rasa-x-helm | https://api.github.com/repos/RasaHQ/rasa-x-helm | closed | Update API version for Ingress | area:rasa-x/infrastructure :steam_locomotive: priority:normal | Current API versions that are used for Ingress templates are deprecated. The templates should be updated that a deployment uses the correct API version for Ingress that is compatible with a version available on a Kubernetes cluster where the rasa-x helm chart was installed.
```
networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
``` | 1.0 | Update API version for Ingress - Current API versions that are used for Ingress templates are deprecated. The templates should be updated that a deployment uses the correct API version for Ingress that is compatible with a version available on a Kubernetes cluster where the rasa-x helm chart was installed.
```
networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
``` | non_defect | update api version for ingress current api versions that are used for ingress templates are deprecated the templates should be updated that a deployment uses the correct api version for ingress that is compatible with a version available on a kubernetes cluster where the rasa x helm chart was installed networking io ingress is deprecated in unavailable in use networking io ingress | 0 |
8,073 | 2,958,021,249 | IssuesEvent | 2015-07-08 19:15:31 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Rename tests in System.Reflection.Emit to better names | grabbed by assignee test bug | The tests in this assembly are named as PosTest* and NegTest*, and does not provide context on what it's testing. There are ~700 tests in this assembly. | 1.0 | Rename tests in System.Reflection.Emit to better names - The tests in this assembly are named as PosTest* and NegTest*, and does not provide context on what it's testing. There are ~700 tests in this assembly. | non_defect | rename tests in system reflection emit to better names the tests in this assembly are named as postest and negtest and does not provide context on what it s testing there are tests in this assembly | 0 |
174,136 | 6,536,977,792 | IssuesEvent | 2017-08-31 20:22:15 | arfc/transition-scenarios | https://api.github.com/repos/arfc/transition-scenarios | closed | Create a figshare or zenodo DOI | Comp:Output Difficulty:1-Beginner Priority:1-Critical Status:1-New Type:Docs | The version of this repository which created the accepted ANS summary needs to be directly citable. Best practice for this is to create a zenodo or figshare DOI which can be cited in that document. @jbae11 , you or I should do this, but it will rely on the answers to the following questions:
- is the current revision sufficient to recreate the results in the ans summary?
- are there pending pull requests related to the ans paper?
- do recent changes to the repository change the results or the plots such that they don't match those in the ans summary?
This issue can be closed once a figshare or zenodo doi exists and is cited in the ans summary. | 1.0 | Create a figshare or zenodo DOI - The version of this repository which created the accepted ANS summary needs to be directly citable. Best practice for this is to create a zenodo or figshare DOI which can be cited in that document. @jbae11 , you or I should do this, but it will rely on the answers to the following questions:
- is the current revision sufficient to recreate the results in the ans summary?
- are there pending pull requests related to the ans paper?
- do recent changes to the repository change the results or the plots such that they don't match those in the ans summary?
This issue can be closed once a figshare or zenodo doi exists and is cited in the ans summary. | non_defect | create a figshare or zenodo doi the version of this repository which created the accepted ans summary needs to be directly citable best practice for this is to create a zenodo or figshare doi which can be cited in that document you or i should do this but it will rely on the answers to the following questions is the current revision sufficient to recreate the results in the ans summary are there pending pull requests related to the ans paper do recent changes to the repository change the results or the plots such that they don t match those in the ans summary this issue can be closed once a figshare or zenodo doi exists and is cited in the ans summary | 0 |
64,800 | 18,908,683,477 | IssuesEvent | 2021-11-16 11:51:43 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | opened | Other person's video is on top of QR code while trying to crossign during videocall | T-Defect | ### Steps to reproduce
1. Video call
2. login to a new session on another phone
3. start verification
### Outcome
#### What did you expect?
able to scan qr code
#### What happened instead?
unable to scan
### Your phone model
moto e5
### Operating system version
8
### Application version and app store
1.3.6 (G-b4127)
### Homeserver
private
### Will you send logs?
No | 1.0 | Other person's video is on top of QR code while trying to crossign during videocall - ### Steps to reproduce
1. Video call
2. login to a new session on another phone
3. start verification
### Outcome
#### What did you expect?
able to scan qr code
#### What happened instead?
unable to scan
### Your phone model
moto e5
### Operating system version
8
### Application version and app store
1.3.6 (G-b4127)
### Homeserver
private
### Will you send logs?
No | defect | other person s video is on top of qr code while trying to crossign during videocall steps to reproduce video call login to a new session on another phone start verification outcome what did you expect able to scan qr code what happened instead unable to scan your phone model moto operating system version application version and app store g homeserver private will you send logs no | 1 |
213,785 | 16,537,103,889 | IssuesEvent | 2021-05-27 13:03:11 | finos/waltz | https://api.github.com/repos/finos/waltz | closed | Allow specific auth source statements (i.e. app to app or app to actor) | fixed (test & close) noteworthy | Currently auth source statements are scoped at the org unit level (i.e. 'this app is an auth source for data type `x` for all apps under org unit `y`)
We wish to be able to define more granular auth statements (and overrides) which allow for statements like: 'this app is an auth source for data type `x` for actor `z`)
- [x] update gui to allow entry
- [x] update rule evaluation to apply specific overrides after the group (org unit) rules have ran
- [ ] verify change logs are recording addition of auth source
- [x] verify deletion of auth source
| 1.0 | Allow specific auth source statements (i.e. app to app or app to actor) - Currently auth source statements are scoped at the org unit level (i.e. 'this app is an auth source for data type `x` for all apps under org unit `y`)
We wish to be able to define more granular auth statements (and overrides) which allow for statements like: 'this app is an auth source for data type `x` for actor `z`)
- [x] update gui to allow entry
- [x] update rule evaluation to apply specific overrides after the group (org unit) rules have ran
- [ ] verify change logs are recording addition of auth source
- [x] verify deletion of auth source
| non_defect | allow specific auth source statements i e app to app or app to actor currently auth source statements are scoped at the org unit level i e this app is an auth source for data type x for all apps under org unit y we wish to be able to define more granular auth statements and overrides which allow for statements like this app is an auth source for data type x for actor z update gui to allow entry update rule evaluation to apply specific overrides after the group org unit rules have ran verify change logs are recording addition of auth source verify deletion of auth source | 0 |
36,159 | 7,867,542,617 | IssuesEvent | 2018-06-23 10:06:17 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | Re-run nightly tests for 2 May 2013 (Trac #566) | Migrated from Trac clubb_src defect nieznan3@uwm.edu |
The nightly tests did not upload on 2 May 2013. I don't know whether they're still running or whether they failed and stopped. Jon, could you investigate and re-run the nightly tests manually using the latest version of the code?
Attachments:
[plot_explicit_ta_configs.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_explicit_ta_configs.maff)
[plot_new_pdf_config_1_plot_2.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_new_pdf_config_1_plot_2.maff)
[plot_combo_pdf_run_3.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_combo_pdf_run_3.maff)
[plot_input_fields_rtp3_thlp3_1.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_input_fields_rtp3_thlp3_1.maff)
[plot_new_pdf_20180522_test_1.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_new_pdf_20180522_test_1.maff)
[plot_attempts_8_10.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_attempts_8_10.maff)
[plot_attempt_8_only.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_attempt_8_only.maff)
[plot_beta_1p3.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_beta_1p3.maff)
[plot_beta_1p3_all.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_beta_1p3_all.maff)
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/566
```json
{
"status": "closed",
"changetime": "2013-05-09T17:24:32",
"description": "\nThe nightly tests did not upload on 2 May 2013. I don't know whether they're still running or whether they failed and stopped. Jon, could you investigate and re-run the nightly tests manually using the latest version of the code?\n",
"reporter": "vlarson@uwm.edu",
"cc": "vlarson@uwm.edu",
"resolution": "duplicate",
"_ts": "1368120272158602",
"component": "clubb_src",
"summary": "Re-run nightly tests for 2 May 2013",
"priority": "critical",
"keywords": "",
"time": "2013-05-02T14:24:04",
"milestone": "",
"owner": "nieznan3@uwm.edu",
"type": "defect"
}
```
| 1.0 | Re-run nightly tests for 2 May 2013 (Trac #566) -
The nightly tests did not upload on 2 May 2013. I don't know whether they're still running or whether they failed and stopped. Jon, could you investigate and re-run the nightly tests manually using the latest version of the code?
Attachments:
[plot_explicit_ta_configs.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_explicit_ta_configs.maff)
[plot_new_pdf_config_1_plot_2.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_new_pdf_config_1_plot_2.maff)
[plot_combo_pdf_run_3.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_combo_pdf_run_3.maff)
[plot_input_fields_rtp3_thlp3_1.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_input_fields_rtp3_thlp3_1.maff)
[plot_new_pdf_20180522_test_1.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_new_pdf_20180522_test_1.maff)
[plot_attempts_8_10.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_attempts_8_10.maff)
[plot_attempt_8_only.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_attempt_8_only.maff)
[plot_beta_1p3.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_beta_1p3.maff)
[plot_beta_1p3_all.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_beta_1p3_all.maff)
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/566
```json
{
"status": "closed",
"changetime": "2013-05-09T17:24:32",
"description": "\nThe nightly tests did not upload on 2 May 2013. I don't know whether they're still running or whether they failed and stopped. Jon, could you investigate and re-run the nightly tests manually using the latest version of the code?\n",
"reporter": "vlarson@uwm.edu",
"cc": "vlarson@uwm.edu",
"resolution": "duplicate",
"_ts": "1368120272158602",
"component": "clubb_src",
"summary": "Re-run nightly tests for 2 May 2013",
"priority": "critical",
"keywords": "",
"time": "2013-05-02T14:24:04",
"milestone": "",
"owner": "nieznan3@uwm.edu",
"type": "defect"
}
```
| defect | re run nightly tests for may trac the nightly tests did not upload on may i don t know whether they re still running or whether they failed and stopped jon could you investigate and re run the nightly tests manually using the latest version of the code attachments migrated from json status closed changetime description nthe nightly tests did not upload on may i don t know whether they re still running or whether they failed and stopped jon could you investigate and re run the nightly tests manually using the latest version of the code n reporter vlarson uwm edu cc vlarson uwm edu resolution duplicate ts component clubb src summary re run nightly tests for may priority critical keywords time milestone owner uwm edu type defect | 1 |
383,629 | 26,559,027,815 | IssuesEvent | 2023-01-20 14:26:36 | maxGraph/maxgraph-integration-examples | https://api.github.com/repos/maxGraph/maxgraph-integration-examples | closed | Update doc and workflow to use the @maxgraph/core@0.1.0 version from the npm registry | documentation enhancement chore | The 0.1.0 release was done on 2022-11-22, see https://github.com/maxGraph/maxGraph/releases/tag/v0.1.0
This is no more mandatory to build the npm package locally.
**Tasks**
- [x] Update the documentation and mention the usage of the npm package first
- [x] GitHub workflow: build using a release version and a dev version (as today, build from the maxGraph/core default branch)
| 1.0 | Update doc and workflow to use the @maxgraph/core@0.1.0 version from the npm registry - The 0.1.0 release was done on 2022-11-22, see https://github.com/maxGraph/maxGraph/releases/tag/v0.1.0
This is no more mandatory to build the npm package locally.
**Tasks**
- [x] Update the documentation and mention the usage of the npm package first
- [x] GitHub workflow: build using a release version and a dev version (as today, build from the maxGraph/core default branch)
| non_defect | update doc and workflow to use the maxgraph core version from the npm registry the release was done on see this is no more mandatory to build the npm package locally tasks update the documentation and mention the usage of the npm package first github workflow build using a release version and a dev version as today build from the maxgraph core default branch | 0 |
4,474 | 2,610,094,724 | IssuesEvent | 2015-02-26 18:28:34 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳红蓝光怎么样祛青春痘 | auto-migrated Priority-Medium Type-Defect | ```
深圳红蓝光怎么样祛青春痘【深圳韩方科颜全国热线400-869-181
8,24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构��
�韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳�
��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不
反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创��
�内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客�
��上的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:18 | 1.0 | 深圳红蓝光怎么样祛青春痘 - ```
深圳红蓝光怎么样祛青春痘【深圳韩方科颜全国热线400-869-181
8,24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构��
�韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳�
��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不
反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创��
�内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客�
��上的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:18 | defect | 深圳红蓝光怎么样祛青春痘 深圳红蓝光怎么样祛青春痘【 , 】深圳韩方科颜专业祛痘连锁机构,机构�� �韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳� ��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不 反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创�� �内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客� ��上的痘痘。 original issue reported on code google com by szft com on may at | 1 |
11,554 | 9,396,914,521 | IssuesEvent | 2019-04-08 08:29:32 | kyma-project/kyma | https://api.github.com/repos/kyma-project/kyma | opened | Backend - New Addons configuration view | area/service-catalog enhancement | **Description**
We need to provide new endpoint in the console-backend-service to allow configuring helm-broker with bundle repositories, see UI: https://github.com/kyma-project/console/issues/751
**AC**
- provide all URL repositories with configMap names assigned
- allow to add new URL/URLs for a given existing CM
- allow to add new CM with URL/URLs
- allow to delete URL/URLs from CM
- allow to delete CM
- allow to pass additional labels to CM
| 1.0 | Backend - New Addons configuration view - **Description**
We need to provide new endpoint in the console-backend-service to allow configuring helm-broker with bundle repositories, see UI: https://github.com/kyma-project/console/issues/751
**AC**
- provide all URL repositories with configMap names assigned
- allow to add new URL/URLs for a given existing CM
- allow to add new CM with URL/URLs
- allow to delete URL/URLs from CM
- allow to delete CM
- allow to pass additional labels to CM
| non_defect | backend new addons configuration view description we need to provide new endpoint in the console backend service to allow configuring helm broker with bundle repositories see ui ac provide all url repositories with configmap names assigned allow to add new url urls for a given existing cm allow to add new cm with url urls allow to delete url urls from cm allow to delete cm allow to pass additional labels to cm | 0 |
17,405 | 3,004,143,709 | IssuesEvent | 2015-07-25 16:37:03 | dpi/rng | https://api.github.com/repos/dpi/rng | opened | Template Collection missing new templates | defect | CourierTemplateCollection should add new templates to a template collection if the defining module was added after the collection was created. | 1.0 | Template Collection missing new templates - CourierTemplateCollection should add new templates to a template collection if the defining module was added after the collection was created. | defect | template collection missing new templates couriertemplatecollection should add new templates to a template collection if the defining module was added after the collection was created | 1 |
197,142 | 6,952,870,313 | IssuesEvent | 2017-12-06 18:58:36 | conveyal/analysis-ui | https://api.github.com/repos/conveyal/analysis-ui | opened | Refactor Routes > Application > Page component rendering | large task low priority refactor | Have each page handle it's own containers and create reusable application frames (like the Sidebar component) for pages to use. This should help with passing data and make the data loading responsibilities clearer.
For example, the SelectRegion page doesn't need the Sidebar or Modifications Map or just about anything else in Application to accomplish it's purpose. | 1.0 | Refactor Routes > Application > Page component rendering - Have each page handle it's own containers and create reusable application frames (like the Sidebar component) for pages to use. This should help with passing data and make the data loading responsibilities clearer.
For example, the SelectRegion page doesn't need the Sidebar or Modifications Map or just about anything else in Application to accomplish it's purpose. | non_defect | refactor routes application page component rendering have each page handle it s own containers and create reusable application frames like the sidebar component for pages to use this should help with passing data and make the data loading responsibilities clearer for example the selectregion page doesn t need the sidebar or modifications map or just about anything else in application to accomplish it s purpose | 0 |
336,715 | 30,217,908,381 | IssuesEvent | 2023-07-05 16:56:09 | OpenEnroth/OpenEnroth | https://api.github.com/repos/OpenEnroth/OpenEnroth | closed | Crash while fighting Eyes in Nighon Tunnels | bug need test | **Describe the bug**
I getting crashes while fighting Floating Eyes and Gazers in Nighon Tunnels.
**To Reproduce**
I attached a save that will show the crash.
Just load, do nothing and hope the game crashes soon enough.
**Environment (please complete the following information):**
Ubuntu 22.04, x86_64, OpenEnroth debug build c1abe19fd2d1
**Saved game file**
It is default party trained to 20 lvl. Have not equiped enything.
[eyes.zip](https://github.com/OpenEnroth/OpenEnroth/files/11926661/eyes.zip)
**Additional context**
<details>
<summary>
Backtrace and debuging
</summary>
```gdb
(gdb) bt
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737177875264) at ./nptl/pthread_kill.c:44
#1 __pthread_kill_internal (signo=6, threadid=140737177875264) at ./nptl/pthread_kill.c:78
#2 __GI___pthread_kill (threadid=140737177875264, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#3 0x00007ffff5dba476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#4 0x00007ffff5da07f3 in __GI_abort () at ./stdlib/abort.c:79
#5 0x0000555555590884 in std::__replacement_assert(char const*, int, char const*, char const*)
(__file=0x555555b6af45 "/usr/include/c++/11/array", __line=196, __function=0x555555b8a778 "constexpr const value_type& std::array<_Tp, _Nm>::operator[](std::array<_Tp, _Nm>::size_type) const [with _Tp = unsigned int; long unsigned int _Nm = 16; std::array<_Tp, _Nm>::const_reference = const "..., __condition=0x555555b6acb3 "__n < this->size()") at /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:514
#6 0x000055555571d015 in std::array<unsigned int, 16ul>::operator[](unsigned long) const (this=0x555557854068, __n=18446744073709551615) at /usr/include/c++/11/array:196
#7 0x000055555571bdb0 in IndexedArray<unsigned int, (ITEM_SLOT)1, (ITEM_SLOT)16, 16l>::operator[](ITEM_SLOT) const (this=0x555557854068, n=ITEM_SLOT::ITEM_SLOT_INVALID) at src/Utility/IndexedArray.h:179
#8 0x0000555555703b02 in Character::HasItemEquipped(ITEM_SLOT) const (this=0x555557852340, uEquipIndex=ITEM_SLOT::ITEM_SLOT_INVALID) at src/Engine/Objects/Character.cpp:1378
#9 0x0000555555703c52 in Character::WearsItem(ITEM_TYPE, ITEM_SLOT) const (this=0x555557852340, item_id=ITEM_TYPE::ITEM_ARTIFACT_YORUBA, equip_type=ITEM_SLOT::ITEM_SLOT_INVALID)
at src/Engine/Objects/Character.cpp:1399
#10 0x0000555555878269 in ConditionProcessor::IsPlayerAffected(Character*, Condition, int) (inPlayer=0x555557852340, condToCheck=Condition::CONDITION_SLEEP, blockable=1) at src/Engine/Conditions.cpp:98
#11 0x0000555555700f30 in Character::SetCondition(Condition, int) (this=0x555557852340, uConditionIdx=Condition::CONDITION_SLEEP, blockable=1) at src/Engine/Objects/Character.cpp:443
#12 0x0000555555705451 in Character::ReceiveSpecialAttackEffect(int, Actor*) (this=0x555557852340, attType=3, pActor=0x55555a215a60) at src/Engine/Objects/Character.cpp:1796
#13 0x0000555555717a7d in DamageCharacterFromMonster(unsigned int, ABILITY_INDEX, Vec3<int>*, int) (uObjID=194, dmgSource=ABILITY_INDEX::ABILITY_ATTACK1, pPos=0x7fffffffd5b0, targetchar=0)
at src/Engine/Objects/Character.cpp:6701
#14 0x00005555557242f4 in applySpellSpriteDamage(unsigned int, int) (uLayingItemID=24, pid=4) at src/Engine/Objects/SpriteObject.cpp:1271
#15 0x0000555555722e97 in processSpellImpact(unsigned int, int) (uLayingItemID=24, pid=4) at src/Engine/Objects/SpriteObject.cpp:795
#16 0x0000555555720e1b in SpriteObject::updateObjectBLV(unsigned int) (uLayingItemID=24) at src/Engine/Objects/SpriteObject.cpp:440
#17 0x0000555555724942 in UpdateObjects() () at src/Engine/Objects/SpriteObject.cpp:1338
#18 0x00005555558b2db8 in BLV_UpdateUserInputAndOther() () at src/Engine/Graphics/Indoor.cpp:1449
#19 0x0000555555631313 in UpdateUserInput_and_MapSpecificStuff() () at src/Engine/Engine.cpp:704
#20 0x000055555560a3f9 in Game::gameLoop() (this=0x555556eb2160) at src/Application/Game.cpp:2154
#21 0x0000555555602a74 in Game::loop() (this=0x555556eb2160) at src/Application/Game.cpp:256
#22 0x0000555555602857 in Game::run() (this=0x555556eb2160) at src/Application/Game.cpp:223
#23 0x00005555555fea84 in GameStarter::run() (this=0x7fffffffdb80) at src/Application/GameStarter.cpp:61
#24 0x000055555558be73 in runOpenEnroth(GameOptions) (options=...) at src/Application/main.cpp:52
#25 0x000055555558bf97 in openEnrothMain(int, char**) (argc=4, argv=0x7fffffffdec8) at src/Application/main.cpp:63
#26 0x000055555558c1c3 in platformMain(int, char**) (argc=4, argv=0x7fffffffdec8) at src/Application/main.cpp:76
#27 0x0000555555b04ee3 in main(int, char**) (argc=4, argv=0x7fffffffdec8) at src/Platform/Sdl/SdlMain.cpp:7
(gdb) f 9
#9 0x0000555555703c52 in Character::WearsItem (this=0x555557852340, item_id=ITEM_TYPE::ITEM_ARTIFACT_YORUBA, equip_type=ITEM_SLOT::ITEM_SLOT_INVALID) at src/Engine/Objects/Character.cpp:1399
1399 return (HasItemEquipped(equip_type) && GetNthEquippedIndexItem(equip_type)->uItemID == item_id);
(gdb) p item_id
$2 = ITEM_TYPE::ITEM_ARTIFACT_YORUBA
(gdb) p equip_type
$3 = ITEM_SLOT::ITEM_SLOT_INVALID
(gdb) f 8
#8 0x0000555555703b02 in Character::HasItemEquipped (this=0x555557852340, uEquipIndex=ITEM_SLOT::ITEM_SLOT_INVALID) at src/Engine/Objects/Character.cpp:1378
1378 uint i = pEquipment.pIndices[uEquipIndex];
(gdb) p pEquipment.pIndices.size()
$4 = 16
(gdb) p (int)uEquipIndex
$5 = 0
(gdb) p i
$6 = 21845
(gdb) l
1376 //----- (0048D6AA) --------------------------------------------------------
1377 bool Character::HasItemEquipped(ITEM_SLOT uEquipIndex) const {
1378 uint i = pEquipment.pIndices[uEquipIndex];
1379 if (i)
1380 return !pOwnItems[i - 1].IsBroken();
1381 else
1382 return false;
(gdb)
1383 }
(gdb)
```
I guess something might be wrong with item enumeration in ConditionProcessor::IsPlayerAffected.
```cpp
for (unsigned int i = 0; i < thisProc->m_equipmentPairs.size() / 2; i++) {
if (thisProc->m_equipmentPairs[i * 2].m_ItemId == (ITEM_TYPE)0)
return true;
ITEM_TYPE itemId = thisProc->m_equipmentPairs[i * 2].m_ItemId;
ITEM_SLOT slot = thisProc->m_equipmentPairs[i * 2 + 1].m_EquipSlot;
if (slot == ITEM_SLOT_ANY) {
if (inPlayer->wearsItemAnywhere(itemId)) return false;
} else {
if (inPlayer->WearsItem(itemId, slot)) return false;
}
}
```
</details> | 1.0 | Crash while fighting Eyes in Nighon Tunnels - **Describe the bug**
I getting crashes while fighting Floating Eyes and Gazers in Nighon Tunnels.
**To Reproduce**
I attached a save that will show the crash.
Just load, do nothing and hope the game crashes soon enough.
**Environment (please complete the following information):**
Ubuntu 22.04, x86_64, OpenEnroth debug build c1abe19fd2d1
**Saved game file**
It is default party trained to 20 lvl. Have not equiped enything.
[eyes.zip](https://github.com/OpenEnroth/OpenEnroth/files/11926661/eyes.zip)
**Additional context**
<details>
<summary>
Backtrace and debuging
</summary>
```gdb
(gdb) bt
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737177875264) at ./nptl/pthread_kill.c:44
#1 __pthread_kill_internal (signo=6, threadid=140737177875264) at ./nptl/pthread_kill.c:78
#2 __GI___pthread_kill (threadid=140737177875264, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#3 0x00007ffff5dba476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#4 0x00007ffff5da07f3 in __GI_abort () at ./stdlib/abort.c:79
#5 0x0000555555590884 in std::__replacement_assert(char const*, int, char const*, char const*)
(__file=0x555555b6af45 "/usr/include/c++/11/array", __line=196, __function=0x555555b8a778 "constexpr const value_type& std::array<_Tp, _Nm>::operator[](std::array<_Tp, _Nm>::size_type) const [with _Tp = unsigned int; long unsigned int _Nm = 16; std::array<_Tp, _Nm>::const_reference = const "..., __condition=0x555555b6acb3 "__n < this->size()") at /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:514
#6 0x000055555571d015 in std::array<unsigned int, 16ul>::operator[](unsigned long) const (this=0x555557854068, __n=18446744073709551615) at /usr/include/c++/11/array:196
#7 0x000055555571bdb0 in IndexedArray<unsigned int, (ITEM_SLOT)1, (ITEM_SLOT)16, 16l>::operator[](ITEM_SLOT) const (this=0x555557854068, n=ITEM_SLOT::ITEM_SLOT_INVALID) at src/Utility/IndexedArray.h:179
#8 0x0000555555703b02 in Character::HasItemEquipped(ITEM_SLOT) const (this=0x555557852340, uEquipIndex=ITEM_SLOT::ITEM_SLOT_INVALID) at src/Engine/Objects/Character.cpp:1378
#9 0x0000555555703c52 in Character::WearsItem(ITEM_TYPE, ITEM_SLOT) const (this=0x555557852340, item_id=ITEM_TYPE::ITEM_ARTIFACT_YORUBA, equip_type=ITEM_SLOT::ITEM_SLOT_INVALID)
at src/Engine/Objects/Character.cpp:1399
#10 0x0000555555878269 in ConditionProcessor::IsPlayerAffected(Character*, Condition, int) (inPlayer=0x555557852340, condToCheck=Condition::CONDITION_SLEEP, blockable=1) at src/Engine/Conditions.cpp:98
#11 0x0000555555700f30 in Character::SetCondition(Condition, int) (this=0x555557852340, uConditionIdx=Condition::CONDITION_SLEEP, blockable=1) at src/Engine/Objects/Character.cpp:443
#12 0x0000555555705451 in Character::ReceiveSpecialAttackEffect(int, Actor*) (this=0x555557852340, attType=3, pActor=0x55555a215a60) at src/Engine/Objects/Character.cpp:1796
#13 0x0000555555717a7d in DamageCharacterFromMonster(unsigned int, ABILITY_INDEX, Vec3<int>*, int) (uObjID=194, dmgSource=ABILITY_INDEX::ABILITY_ATTACK1, pPos=0x7fffffffd5b0, targetchar=0)
at src/Engine/Objects/Character.cpp:6701
#14 0x00005555557242f4 in applySpellSpriteDamage(unsigned int, int) (uLayingItemID=24, pid=4) at src/Engine/Objects/SpriteObject.cpp:1271
#15 0x0000555555722e97 in processSpellImpact(unsigned int, int) (uLayingItemID=24, pid=4) at src/Engine/Objects/SpriteObject.cpp:795
#16 0x0000555555720e1b in SpriteObject::updateObjectBLV(unsigned int) (uLayingItemID=24) at src/Engine/Objects/SpriteObject.cpp:440
#17 0x0000555555724942 in UpdateObjects() () at src/Engine/Objects/SpriteObject.cpp:1338
#18 0x00005555558b2db8 in BLV_UpdateUserInputAndOther() () at src/Engine/Graphics/Indoor.cpp:1449
#19 0x0000555555631313 in UpdateUserInput_and_MapSpecificStuff() () at src/Engine/Engine.cpp:704
#20 0x000055555560a3f9 in Game::gameLoop() (this=0x555556eb2160) at src/Application/Game.cpp:2154
#21 0x0000555555602a74 in Game::loop() (this=0x555556eb2160) at src/Application/Game.cpp:256
#22 0x0000555555602857 in Game::run() (this=0x555556eb2160) at src/Application/Game.cpp:223
#23 0x00005555555fea84 in GameStarter::run() (this=0x7fffffffdb80) at src/Application/GameStarter.cpp:61
#24 0x000055555558be73 in runOpenEnroth(GameOptions) (options=...) at src/Application/main.cpp:52
#25 0x000055555558bf97 in openEnrothMain(int, char**) (argc=4, argv=0x7fffffffdec8) at src/Application/main.cpp:63
#26 0x000055555558c1c3 in platformMain(int, char**) (argc=4, argv=0x7fffffffdec8) at src/Application/main.cpp:76
#27 0x0000555555b04ee3 in main(int, char**) (argc=4, argv=0x7fffffffdec8) at src/Platform/Sdl/SdlMain.cpp:7
(gdb) f 9
#9 0x0000555555703c52 in Character::WearsItem (this=0x555557852340, item_id=ITEM_TYPE::ITEM_ARTIFACT_YORUBA, equip_type=ITEM_SLOT::ITEM_SLOT_INVALID) at src/Engine/Objects/Character.cpp:1399
1399 return (HasItemEquipped(equip_type) && GetNthEquippedIndexItem(equip_type)->uItemID == item_id);
(gdb) p item_id
$2 = ITEM_TYPE::ITEM_ARTIFACT_YORUBA
(gdb) p equip_type
$3 = ITEM_SLOT::ITEM_SLOT_INVALID
(gdb) f 8
#8 0x0000555555703b02 in Character::HasItemEquipped (this=0x555557852340, uEquipIndex=ITEM_SLOT::ITEM_SLOT_INVALID) at src/Engine/Objects/Character.cpp:1378
1378 uint i = pEquipment.pIndices[uEquipIndex];
(gdb) p pEquipment.pIndices.size()
$4 = 16
(gdb) p (int)uEquipIndex
$5 = 0
(gdb) p i
$6 = 21845
(gdb) l
1376 //----- (0048D6AA) --------------------------------------------------------
1377 bool Character::HasItemEquipped(ITEM_SLOT uEquipIndex) const {
1378 uint i = pEquipment.pIndices[uEquipIndex];
1379 if (i)
1380 return !pOwnItems[i - 1].IsBroken();
1381 else
1382 return false;
(gdb)
1383 }
(gdb)
```
I guess something might be wrong with item enumeration in ConditionProcessor::IsPlayerAffected.
```cpp
for (unsigned int i = 0; i < thisProc->m_equipmentPairs.size() / 2; i++) {
if (thisProc->m_equipmentPairs[i * 2].m_ItemId == (ITEM_TYPE)0)
return true;
ITEM_TYPE itemId = thisProc->m_equipmentPairs[i * 2].m_ItemId;
ITEM_SLOT slot = thisProc->m_equipmentPairs[i * 2 + 1].m_EquipSlot;
if (slot == ITEM_SLOT_ANY) {
if (inPlayer->wearsItemAnywhere(itemId)) return false;
} else {
if (inPlayer->WearsItem(itemId, slot)) return false;
}
}
```
</details> | non_defect | crash while fighting eyes in nighon tunnels describe the bug i getting crashes while fighting floating eyes and gazers in nighon tunnels to reproduce i attached a save that will show the crash just load do nothing and hope the game crashes soon enough environment please complete the following information ubuntu openenroth debug build saved game file it is default party trained to lvl have not equiped enything additional context backtrace and debuging gdb gdb bt pthread kill implementation no tid signo threadid at nptl pthread kill c pthread kill internal signo threadid at nptl pthread kill c gi pthread kill threadid signo signo entry at nptl pthread kill c in gi raise sig sig entry at sysdeps posix raise c in gi abort at stdlib abort c in std replacement assert char const int char const char const file usr include c array line function constexpr const value type std array operator std array size type const with tp unsigned int long unsigned int nm std array const reference const condition n size at usr include linux gnu c bits c config h in std array operator unsigned long const this n at usr include c array in indexedarray operator item slot const this n item slot item slot invalid at src utility indexedarray h in character hasitemequipped item slot const this uequipindex item slot item slot invalid at src engine objects character cpp in character wearsitem item type item slot const this item id item type item artifact yoruba equip type item slot item slot invalid at src engine objects character cpp in conditionprocessor isplayeraffected character condition int inplayer condtocheck condition condition sleep blockable at src engine conditions cpp in character setcondition condition int this uconditionidx condition condition sleep blockable at src engine objects character cpp in character receivespecialattackeffect int actor this atttype pactor at src engine objects character cpp in damagecharacterfrommonster unsigned int ability index int uobjid dmgsource ability index ability ppos targetchar at src engine objects character cpp in applyspellspritedamage unsigned int int ulayingitemid pid at src engine objects spriteobject cpp in processspellimpact unsigned int int ulayingitemid pid at src engine objects spriteobject cpp in spriteobject updateobjectblv unsigned int ulayingitemid at src engine objects spriteobject cpp in updateobjects at src engine objects spriteobject cpp in blv updateuserinputandother at src engine graphics indoor cpp in updateuserinput and mapspecificstuff at src engine engine cpp in game gameloop this at src application game cpp in game loop this at src application game cpp in game run this at src application game cpp in gamestarter run this at src application gamestarter cpp in runopenenroth gameoptions options at src application main cpp in openenrothmain int char argc argv at src application main cpp in platformmain int char argc argv at src application main cpp in main int char argc argv at src platform sdl sdlmain cpp gdb f in character wearsitem this item id item type item artifact yoruba equip type item slot item slot invalid at src engine objects character cpp return hasitemequipped equip type getnthequippedindexitem equip type uitemid item id gdb p item id item type item artifact yoruba gdb p equip type item slot item slot invalid gdb f in character hasitemequipped this uequipindex item slot item slot invalid at src engine objects character cpp uint i pequipment pindices gdb p pequipment pindices size gdb p int uequipindex gdb p i gdb l bool character hasitemequipped item slot uequipindex const uint i pequipment pindices if i return pownitems isbroken else return false gdb gdb i guess something might be wrong with item enumeration in conditionprocessor isplayeraffected cpp for unsigned int i i m equipmentpairs size i if thisproc m equipmentpairs m itemid item type return true item type itemid thisproc m equipmentpairs m itemid item slot slot thisproc m equipmentpairs m equipslot if slot item slot any if inplayer wearsitemanywhere itemid return false else if inplayer wearsitem itemid slot return false | 0 |
58,835 | 16,820,479,526 | IssuesEvent | 2021-06-17 12:35:07 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | Writes to a persistent map store may be lost when coalescing is turned on. | Module: IMap Source: Community Team: Core Type: Defect | It is a continuation of issue #15060.
Correction of this issue used sequence number of DelayedEntry to detect a situation when at the time of removing already persisted DelayedEntries there is already a newer DelayedEntry.
But there is still a small window when sequence number is not yet initialized but the DelayedEntry has already been added to the queue. See `WriteBehindStore::add()` @ version 4.1.1
```
public void add(DelayedEntry<Data, Object> delayedEntry) {
writeBehindQueue.addLast(delayedEntry, false);
stagingArea.put(delayedEntry.getKey(), delayedEntry);
delayedEntry.setSequence(sequence.incrementAndGet());
}
```
We are still observing occasional lost updates and we think this is the reason. Under normal circumstances the issue reproduces very rarely. To increase chances of reproduction it is needed to increase frequency of StoreWorker runs.
Attached a diagram of the problematic mechanism

Attached a test case. Contains a modified StoreWorker to increase chance of reproduction.
[CoalescedSequenceTest.zip](https://github.com/hazelcast/hazelcast/files/6466074/CoalescedSequenceTest.zip)
| 1.0 | Writes to a persistent map store may be lost when coalescing is turned on. - It is a continuation of issue #15060.
Correction of this issue used sequence number of DelayedEntry to detect a situation when at the time of removing already persisted DelayedEntries there is already a newer DelayedEntry.
But there is still a small window when sequence number is not yet initialized but the DelayedEntry has already been added to the queue. See `WriteBehindStore::add()` @ version 4.1.1
```
public void add(DelayedEntry<Data, Object> delayedEntry) {
writeBehindQueue.addLast(delayedEntry, false);
stagingArea.put(delayedEntry.getKey(), delayedEntry);
delayedEntry.setSequence(sequence.incrementAndGet());
}
```
We are still observing occasional lost updates and we think this is the reason. Under normal circumstances the issue reproduces very rarely. To increase chances of reproduction it is needed to increase frequency of StoreWorker runs.
Attached a diagram of the problematic mechanism

Attached a test case. Contains a modified StoreWorker to increase chance of reproduction.
[CoalescedSequenceTest.zip](https://github.com/hazelcast/hazelcast/files/6466074/CoalescedSequenceTest.zip)
| defect | writes to a persistent map store may be lost when coalescing is turned on it is a continuation of issue correction of this issue used sequence number of delayedentry to detect a situation when at the time of removing already persisted delayedentries there is already a newer delayedentry but there is still a small window when sequence number is not yet initialized but the delayedentry has already been added to the queue see writebehindstore add version public void add delayedentry delayedentry writebehindqueue addlast delayedentry false stagingarea put delayedentry getkey delayedentry delayedentry setsequence sequence incrementandget we are still observing occasional lost updates and we think this is the reason under normal circumstances the issue reproduces very rarely to increase chances of reproduction it is needed to increase frequency of storeworker runs attached a diagram of the problematic mechanism attached a test case contains a modified storeworker to increase chance of reproduction | 1 |
46,793 | 13,055,977,415 | IssuesEvent | 2020-07-30 03:17:15 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | [photospline] 1 dimensional spline evaluation is not supported (Trac #1884) | Incomplete Migration Migrated from Trac defect other | Migrated from https://code.icecube.wisc.edu/ticket/1884
```json
{
"status": "closed",
"changetime": "2019-02-13T14:12:55",
"description": "Multidimensional splines are great, but sometimes it's handy to be able to work in just one dimension. ",
"reporter": "cweaver",
"cc": "",
"resolution": "worksforme",
"_ts": "1550067175956889",
"component": "other",
"summary": "[photospline] 1 dimensional spline evaluation is not supported",
"priority": "normal",
"keywords": "",
"time": "2016-10-04T10:38:53",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
| 1.0 | [photospline] 1 dimensional spline evaluation is not supported (Trac #1884) - Migrated from https://code.icecube.wisc.edu/ticket/1884
```json
{
"status": "closed",
"changetime": "2019-02-13T14:12:55",
"description": "Multidimensional splines are great, but sometimes it's handy to be able to work in just one dimension. ",
"reporter": "cweaver",
"cc": "",
"resolution": "worksforme",
"_ts": "1550067175956889",
"component": "other",
"summary": "[photospline] 1 dimensional spline evaluation is not supported",
"priority": "normal",
"keywords": "",
"time": "2016-10-04T10:38:53",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
| defect | dimensional spline evaluation is not supported trac migrated from json status closed changetime description multidimensional splines are great but sometimes it s handy to be able to work in just one dimension reporter cweaver cc resolution worksforme ts component other summary dimensional spline evaluation is not supported priority normal keywords time milestone owner jvansanten type defect | 1 |
818,443 | 30,689,384,518 | IssuesEvent | 2023-07-26 14:18:10 | infor-design/enterprise | https://api.github.com/repos/infor-design/enterprise | closed | Editor: complex font picker issue | type: bug :bug: [3] focus: editor priority: minor stale | <!-- Please be aware that this is a publicly visible bug report. Do not post any credentials, screenshots with proprietary information, or anything you think shouldn't be visible to the world. If reporting a security issue such as a xss vulnerability. Please use the [security advisories feature](https://github.com/infor-design/enterprise/security/advisories). If private information is required to be shared for a quality bug report, please email one of the [code owners](https://github.com/infor-design/enterprise/blob/main/.github/CODEOWNERS) directly. -->
**Describe the bug**
unable to change font style (header 1) when bold styling is applied
**To Reproduce**
<!-- Please spend a little time to make an accurate reduced test case for the issue. The more code you include the less likely is that the issue can be fixed quickly (or at all). This is a good article about reduced test cases if your unfamiliar https://css-tricks.com/reduced-test-cases/. -->
Steps to reproduce the behavior:
1. Go to https://main-enterprise.demo.design.infor.com/components/editor/example-complex-fontpicker.html
2. type any text
3. change text style to `Italic`
4. change text style to `header 1`
5. See error
**Expected behavior**
should be able to change to header 1 even if bold styling is applied

**Version**
<!-- You can find this by inspecting the document html tag or sohoxi.js script header -->
- ids-enterprise: v4.66.0-dev
**Screenshots**

**Platform**
All
**Additional context**
Add any other context about the problem here.
| 1.0 | Editor: complex font picker issue - <!-- Please be aware that this is a publicly visible bug report. Do not post any credentials, screenshots with proprietary information, or anything you think shouldn't be visible to the world. If reporting a security issue such as a xss vulnerability. Please use the [security advisories feature](https://github.com/infor-design/enterprise/security/advisories). If private information is required to be shared for a quality bug report, please email one of the [code owners](https://github.com/infor-design/enterprise/blob/main/.github/CODEOWNERS) directly. -->
**Describe the bug**
unable to change font style (header 1) when bold styling is applied
**To Reproduce**
<!-- Please spend a little time to make an accurate reduced test case for the issue. The more code you include the less likely is that the issue can be fixed quickly (or at all). This is a good article about reduced test cases if your unfamiliar https://css-tricks.com/reduced-test-cases/. -->
Steps to reproduce the behavior:
1. Go to https://main-enterprise.demo.design.infor.com/components/editor/example-complex-fontpicker.html
2. type any text
3. change text style to `Italic`
4. change text style to `header 1`
5. See error
**Expected behavior**
should be able to change to header 1 even if bold styling is applied

**Version**
<!-- You can find this by inspecting the document html tag or sohoxi.js script header -->
- ids-enterprise: v4.66.0-dev
**Screenshots**

**Platform**
All
**Additional context**
Add any other context about the problem here.
| non_defect | editor complex font picker issue describe the bug unable to change font style header when bold styling is applied to reproduce steps to reproduce the behavior go to type any text change text style to italic change text style to header see error expected behavior should be able to change to header even if bold styling is applied version ids enterprise dev screenshots platform all additional context add any other context about the problem here | 0 |
80,628 | 3,572,576,647 | IssuesEvent | 2016-01-27 00:15:20 | isolver/OpenHandWrite | https://api.github.com/repos/isolver/OpenHandWrite | closed | Current Trial being edited becomes ambiguous. | bug MarkWrite Priority 1 | With #95 implemented, and hdf5 file with trials has been loaded:
- when the selected data region is moved in the timeline view, the 'trial segment' becomes deselected in the segment hierarchy. This is required so that data about the selected region can be displayed in the properties table.
- this currently also means that you have no way to see what trial's data is being displayed in the views.
| 1.0 | Current Trial being edited becomes ambiguous. - With #95 implemented, and hdf5 file with trials has been loaded:
- when the selected data region is moved in the timeline view, the 'trial segment' becomes deselected in the segment hierarchy. This is required so that data about the selected region can be displayed in the properties table.
- this currently also means that you have no way to see what trial's data is being displayed in the views.
| non_defect | current trial being edited becomes ambiguous with implemented and file with trials has been loaded when the selected data region is moved in the timeline view the trial segment becomes deselected in the segment hierarchy this is required so that data about the selected region can be displayed in the properties table this currently also means that you have no way to see what trial s data is being displayed in the views | 0 |
302,727 | 9,285,675,184 | IssuesEvent | 2019-03-21 08:07:10 | xcat2/xcat-core | https://api.github.com/repos/xcat2/xcat-core | closed | postscripts servicenode failed when deploying a diskless service node | priority:high rh8 status:pending type:bug | Postscripts ``servicenode`` failed when deploying a diskless service node.
* xcat version: 20190319.0615 build
* The osimage definition are:
```
[root@f6u13k10 xcat-dep]# lsdef -t osimage rhels8.0.0-ppc64le-netboot-service
Object name: rhels8.0.0-ppc64le-netboot-service
exlist=/opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.exlist
imagetype=linux
osarch=ppc64le
osdistroname=rhels8.0.0-ppc64le
osname=Linux
osvers=rhels8.0.0
otherpkgdir=/install/post/otherpkgs/rhels8.0.0/ppc64le
otherpkglist=/opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.otherpkgs.pkglist
permission=755
pkgdir=/install/rhels8.0.0/ppc64le
pkglist=/opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.pkglist
postinstall=/opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.postinstall
postscripts=servicenode
profile=service
provmethod=netboot
rootimgdir=/install/netboot/rhels8.0.0/ppc64le/service
[root@f6u13k10 xcat-dep]# cat /opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.otherpkgs.pkglist
xcat/xcat-core/xCATsn
xcat/xcat-dep/rh8/ppc64le/goconserver
[root@f6u13k10 ppc64le]# cat /opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.pkglist
bash
bc
bzip2
chrony
coreutils
curl
dhcp-client
dracut
dracut-network
e2fsprogs
ethtool
file
gzip
hostname
iputils
irqbalance
kernel
lsvpd
net-tools
nfs-utils
openssh-clients
openssh-server
openssl
parted
procps-ng
rpm
rsync
rsyslog
tar
util-linux
vim-minimal
xz
wget
perl-DBD-MySQL
perl-DBD-Pg
python3
```
* output of genimage
```
[root@f6u13k10 xcat]# genimage rhels8.0.0-ppc64le-netboot-service
Generating image:
cd /opt/xcat/share/xcat/netboot/rh; ./genimage -a ppc64le -o rhels8.0.0 -p service --permission 755 --srcdir "/install/rhels8.0.0/ppc64le" --pkglist /opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.pkglist --otherpkgdir "/install/post/otherpkgs/rhels8.0.0/ppc64le" --otherpkglist /opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.otherpkgs.pkglist --postinstall "/opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.postinstall" --rootimgdir /install/netboot/rhels8.0.0/ppc64le/service --tempfile /tmp/xcat_genimage.5148 rhels8.0.0-ppc64le-netboot-service
99 blocks
/opt/xcat/share/xcat/netboot/rh
99 blocks
/opt/xcat/share/xcat/netboot/rh
yum -y -c /tmp/genimage.5163.yum.conf --installroot=/install/netboot/rhels8.0.0/ppc64le/service/rootimg/ --disablerepo=* --releasever=8 --setopt=module_platform_id=platform:el8 --enablerepo=rhels8.0.0-ppc64le-0 --enablerepo=rhels8.0.0-ppc64le-1 install bash bc bzip2 chrony coreutils curl dhcp-client dracut dracut-network e2fsprogs ethtool file gzip hostname iputils irqbalance kernel lsvpd net-tools nfs-utils openssh-clients openssh-server openssl parted procps-ng rpm rsync rsyslog tar util-linux vim-minimal xz wget perl-DBD-MySQL perl-DBD-Pg python3
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
rhels8.0.0-ppc64le-0 150 MB/s | 4.5 MB 00:00
rhels8.0.0-ppc64le-1 137 MB/s | 1.9 MB 00:00
Dependencies resolved.
================================================================================
Package ArchVersion Repository Size
================================================================================
Installing:
perl-DBD-MySQL ppc64le4.046-2.module+el8+2515+0650e81c rhels8.0.0-ppc64le-0 160 k
perl-DBD-Pg ppc64le3.7.4-2.module+el8+2517+695acd7c rhels8.0.0-ppc64le-0 218 k
python36 ppc64le3.6.8-1.module+el8+2710+846623d6 rhels8.0.0-ppc64le-0 19 k
rsyslog ppc64le8.37.0-9.el8 rhels8.0.0-ppc64le-0 734 k
wget ppc64le1.19.5-7.el8 rhels8.0.0-ppc64le-0 746 k
bash ppc64le4.4.19-7.el8 rhels8.0.0-ppc64le-1 1.6 M
bc ppc64le1.07.1-5.el8 rhels8.0.0-ppc64le-1 133 k
bzip2 ppc64le1.0.6-26.el8 rhels8.0.0-ppc64le-1 61 k
chrony ppc64le3.3-3.el8 rhels8.0.0-ppc64le-1 279 k
coreutils ppc64le8.30-6.el8 rhels8.0.0-ppc64le-1 1.4 M
curl ppc64le7.61.1-8.el8 rhels8.0.0-ppc64le-1 356 k
dhcp-client ppc64le12:4.3.6-30.el8 rhels8.0.0-ppc64le-1 328 k
dracut ppc64le049-10.git20190115.el8 rhels8.0.0-ppc64le-1 364 k
dracut-network ppc64le049-10.git20190115.el8 rhels8.0.0-ppc64le-1 96 k
e2fsprogs ppc64le1.44.3-2.el8 rhels8.0.0-ppc64le-1 1.0 M
ethtool ppc64le2:4.16-1.el8 rhels8.0.0-ppc64le-1 149 k
file ppc64le5.33-8.el8 rhels8.0.0-ppc64le-1 76 k
gzip ppc64le1.9-4.el8 rhels8.0.0-ppc64le-1 169 k
hostname ppc64le3.20-6.el8 rhels8.0.0-ppc64le-1 32 k
iputils ppc64le20180629-1.el8 rhels8.0.0-ppc64le-1 151 k
irqbalance ppc64le2:1.4.0-2.el8 rhels8.0.0-ppc64le-1 58 k
kernel ppc64le4.18.0-74.el8 rhels8.0.0-ppc64le-1 397 k
lsvpd ppc64le1.7.9-1.el8 rhels8.0.0-ppc64le-1 207 k
net-tools ppc64le2.0-0.51.20160912git.el8 rhels8.0.0-ppc64le-1 343 k
nfs-utils ppc64le1:2.3.3-14.el8 rhels8.0.0-ppc64le-1 492 k
openssh-clients ppc64le7.8p1-4.el8 rhels8.0.0-ppc64le-1 673 k
openssh-server ppc64le7.8p1-4.el8 rhels8.0.0-ppc64le-1 512 k
openssl ppc64le1:1.1.1-8.el8 rhels8.0.0-ppc64le-1 667 k
parted ppc64le3.2-36.el8 rhels8.0.0-ppc64le-1 579 k
procps-ng ppc64le3.3.15-1.el8 rhels8.0.0-ppc64le-1 345 k
rpm ppc64le4.14.2-9.el8 rhels8.0.0-ppc64le-1 537 k
rsync ppc64le3.1.3-4.el8 rhels8.0.0-ppc64le-1 427 k
tar ppc64le2:1.30-4.el8 rhels8.0.0-ppc64le-1 859 k
util-linux ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 2.6 M
vim-minimal ppc64le2:8.0.1763-10.el8 rhels8.0.0-ppc64le-1 608 k
xz ppc64le5.2.4-3.el8 rhels8.0.0-ppc64le-1 159 k
Installing dependencies:
libestr ppc64le0.1.10-1.el8 rhels8.0.0-ppc64le-0 28 k
libfastjson ppc64le0.99.8-2.el8 rhels8.0.0-ppc64le-0 39 k
libpq ppc64le10.5-1.el8 rhels8.0.0-ppc64le-0 205 k
mariadb-connector-c ppc64le3.0.7-1.el8 rhels8.0.0-ppc64le-0 159 k
mariadb-connector-c-config noarch3.0.7-1.el8 rhels8.0.0-ppc64le-0 13 k
perl-DBI ppc64le1.641-2.module+el8+2701+8f20fb82 rhels8.0.0-ppc64le-0 744 k
perl-Digest noarch1.17-395.el8 rhels8.0.0-ppc64le-0 27 k
perl-Digest-MD5 ppc64le2.55-396.el8 rhels8.0.0-ppc64le-0 38 k
perl-Net-SSLeay ppc64le1.85-6.el8 rhels8.0.0-ppc64le-0 359 k
perl-URI noarch1.73-3.el8 rhels8.0.0-ppc64le-0 116 k
perl-libnet noarch3.11-3.el8 rhels8.0.0-ppc64le-0 121 k
perl-version ppc64le6:0.99.24-1.el8 rhels8.0.0-ppc64le-0 68 k
python3-pip noarch9.0.3-13.el8 rhels8.0.0-ppc64le-0 18 k
xkeyboard-config noarch2.24-3.el8 rhels8.0.0-ppc64le-0 828 k
acl ppc64le2.2.53-1.el8 rhels8.0.0-ppc64le-1 84 k
audit-libs ppc64le3.0-0.10.20180831git0047a6c.el8 rhels8.0.0-ppc64le-1 126 k
basesystem noarch11-5.el8 rhels8.0.0-ppc64le-1 11 k
bind-export-libs ppc64le32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-1 1.2 M
brotli ppc64le1.0.6-1.el8 rhels8.0.0-ppc64le-1 328 k
bzip2-libs ppc64le1.0.6-26.el8 rhels8.0.0-ppc64le-1 53 k
ca-certificates noarch2018.2.24-6.el8 rhels8.0.0-ppc64le-1 394 k
chkconfig ppc64le1.11-1.el8 rhels8.0.0-ppc64le-1 196 k
coreutils-common ppc64le8.30-6.el8 rhels8.0.0-ppc64le-1 2.0 M
cpio ppc64le2.12-8.el8 rhels8.0.0-ppc64le-1 269 k
cracklib ppc64le2.9.6-15.el8 rhels8.0.0-ppc64le-1 95 k
crypto-policies noarch20181217-6.git9a35207.el8 rhels8.0.0-ppc64le-1 54 k
cryptsetup-libs ppc64le2.0.6-1.el8 rhels8.0.0-ppc64le-1 343 k
cyrus-sasl-lib ppc64le2.1.27-0.3rc7.el8 rhels8.0.0-ppc64le-1 134 k
dbus ppc64le1:1.12.8-7.el8 rhels8.0.0-ppc64le-1 40 k
dbus-common noarch1:1.12.8-7.el8 rhels8.0.0-ppc64le-1 45 k
dbus-daemon ppc64le1:1.12.8-7.el8 rhels8.0.0-ppc64le-1 259 k
dbus-libs ppc64le1:1.12.8-7.el8 rhels8.0.0-ppc64le-1 198 k
dbus-tools ppc64le1:1.12.8-7.el8 rhels8.0.0-ppc64le-1 87 k
device-mapper ppc64le8:1.02.155-6.el8 rhels8.0.0-ppc64le-1 371 k
device-mapper-libs ppc64le8:1.02.155-6.el8 rhels8.0.0-ppc64le-1 408 k
dhcp-common noarch12:4.3.6-30.el8 rhels8.0.0-ppc64le-1 206 k
dhcp-libs ppc64le12:4.3.6-30.el8 rhels8.0.0-ppc64le-1 152 k
diffutils ppc64le3.6-5.el8 rhels8.0.0-ppc64le-1 366 k
e2fsprogs-libs ppc64le1.44.3-2.el8 rhels8.0.0-ppc64le-1 227 k
elfutils-default-yama-scope noarch0.174-6.el8 rhels8.0.0-ppc64le-1 46 k
elfutils-libelf ppc64le0.174-6.el8 rhels8.0.0-ppc64le-1 217 k
elfutils-libs ppc64le0.174-6.el8 rhels8.0.0-ppc64le-1 346 k
expat ppc64le2.2.5-3.el8 rhels8.0.0-ppc64le-1 112 k
file-libs ppc64le5.33-8.el8 rhels8.0.0-ppc64le-1 550 k
filesystem ppc64le3.8-2.el8 rhels8.0.0-ppc64le-1 1.1 M
findutils ppc64le1:4.6.0-20.el8 rhels8.0.0-ppc64le-1 543 k
fipscheck ppc64le1.5.0-4.el8 rhels8.0.0-ppc64le-1 29 k
fipscheck-lib ppc64le1.5.0-4.el8 rhels8.0.0-ppc64le-1 16 k
fuse-libs ppc64le2.9.7-12.el8 rhels8.0.0-ppc64le-1 108 k
gawk ppc64le4.2.1-1.el8 rhels8.0.0-ppc64le-1 1.2 M
gdbm ppc64le1:1.18-1.el8 rhels8.0.0-ppc64le-1 136 k
gdbm-libs ppc64le1:1.18-1.el8 rhels8.0.0-ppc64le-1 64 k
gettext ppc64le0.19.8.1-14.el8 rhels8.0.0-ppc64le-1 1.1 M
gettext-libs ppc64le0.19.8.1-14.el8 rhels8.0.0-ppc64le-1 332 k
glib2 ppc64le2.56.4-1.el8 rhels8.0.0-ppc64le-1 2.6 M
glibc ppc64le2.28-42.el8 rhels8.0.0-ppc64le-1 5.3 M
glibc-all-langpacks ppc64le2.28-42.el8 rhels8.0.0-ppc64le-1 25 M
glibc-common ppc64le2.28-42.el8 rhels8.0.0-ppc64le-1 821 k
gmp ppc64le1:6.1.2-8.el8 rhels8.0.0-ppc64le-1 291 k
gnupg2 ppc64le2.2.9-1.el8 rhels8.0.0-ppc64le-1 2.6 M
gnutls ppc64le3.6.5-2.el8 rhels8.0.0-ppc64le-1 888 k
gpgme ppc64le1.10.0-6.el8 rhels8.0.0-ppc64le-1 255 k
grep ppc64le3.1-6.el8 rhels8.0.0-ppc64le-1 283 k
groff-base ppc64le1.22.3-18.el8 rhels8.0.0-ppc64le-1 1.0 M
grub2-common noarch1:2.02-66.el8 rhels8.0.0-ppc64le-1 880 k
grub2-tools ppc64le1:2.02-66.el8 rhels8.0.0-ppc64le-1 1.8 M
grub2-tools-minimal ppc64le1:2.02-66.el8 rhels8.0.0-ppc64le-1 193 k
gssproxy ppc64le0.8.0-5.el8 rhels8.0.0-ppc64le-1 125 k
info ppc64le6.5-4.el8 rhels8.0.0-ppc64le-1 217 k
ipcalc ppc64le0.2.4-3.el8 rhels8.0.0-ppc64le-1 38 k
iproute ppc64le4.18.0-11.el8 rhels8.0.0-ppc64le-1 671 k
iptables-libs ppc64le1.8.2-9.el8 rhels8.0.0-ppc64le-1 102 k
json-c ppc64le0.13.1-0.2.el8 rhels8.0.0-ppc64le-1 43 k
kbd-legacy noarch2.0.4-8.el8 rhels8.0.0-ppc64le-1 481 k
kbd-misc noarch2.0.4-8.el8 rhels8.0.0-ppc64le-1 1.4 M
kernel-core ppc64le4.18.0-74.el8 rhels8.0.0-ppc64le-1 22 M
kernel-modules ppc64le4.18.0-74.el8 rhels8.0.0-ppc64le-1 17 M
keyutils ppc64le1.5.10-6.el8 rhels8.0.0-ppc64le-1 65 k
keyutils-libs ppc64le1.5.10-6.el8 rhels8.0.0-ppc64le-1 35 k
kmod ppc64le25-11.el8 rhels8.0.0-ppc64le-1 137 k
kmod-libs ppc64le25-11.el8 rhels8.0.0-ppc64le-1 75 k
krb5-libs ppc64le1.16.1-22.el8 rhels8.0.0-ppc64le-1 906 k
libacl ppc64le2.2.53-1.el8 rhels8.0.0-ppc64le-1 37 k
libarchive ppc64le3.3.2-3.el8 rhels8.0.0-ppc64le-1 414 k
libassuan ppc64le2.5.1-3.el8 rhels8.0.0-ppc64le-1 86 k
libattr ppc64le2.4.48-3.el8 rhels8.0.0-ppc64le-1 28 k
libbasicobjects ppc64le0.1.1-39.el8 rhels8.0.0-ppc64le-1 32 k
libblkid ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 233 k
libcap ppc64le2.25-9.el8 rhels8.0.0-ppc64le-1 60 k
libcap-ng ppc64le0.7.9-4.el8 rhels8.0.0-ppc64le-1 34 k
libcollection ppc64le0.7.0-39.el8 rhels8.0.0-ppc64le-1 50 k
libcom_err ppc64le1.44.3-2.el8 rhels8.0.0-ppc64le-1 48 k
libcroco ppc64le0.6.12-4.el8 rhels8.0.0-ppc64le-1 124 k
libcurl ppc64le7.61.1-8.el8 rhels8.0.0-ppc64le-1 309 k
libdb ppc64le5.3.28-36.el8 rhels8.0.0-ppc64le-1 787 k
libdb-utils ppc64le5.3.28-36.el8 rhels8.0.0-ppc64le-1 159 k
libedit ppc64le3.1-23.20170329cvs.el8 rhels8.0.0-ppc64le-1 110 k
libevent ppc64le2.1.8-5.el8 rhels8.0.0-ppc64le-1 265 k
libfdisk ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 263 k
libffi ppc64le3.1-18.el8 rhels8.0.0-ppc64le-1 38 k
libgcc ppc64le8.2.1-3.5.el8 rhels8.0.0-ppc64le-1 65 k
libgcrypt ppc64le1.8.3-2.el8 rhels8.0.0-ppc64le-1 433 k
libgomp ppc64le8.2.1-3.5.el8 rhels8.0.0-ppc64le-1 194 k
libgpg-error ppc64le1.31-1.el8 rhels8.0.0-ppc64le-1 250 k
libidn2 ppc64le2.0.5-1.el8 rhels8.0.0-ppc64le-1 92 k
libini_config ppc64le1.3.1-39.el8 rhels8.0.0-ppc64le-1 79 k
libkcapi ppc64le1.1.1-16_1.el8 rhels8.0.0-ppc64le-1 49 k
libkcapi-hmaccalc ppc64le1.1.1-16_1.el8 rhels8.0.0-ppc64le-1 32 k
libksba ppc64le1.3.5-7.el8 rhels8.0.0-ppc64le-1 148 k
libmetalink ppc64le0.1.3-7.el8 rhels8.0.0-ppc64le-1 36 k
libmnl ppc64le1.0.4-6.el8 rhels8.0.0-ppc64le-1 31 k
libmount ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 250 k
libnfsidmap ppc64le1:2.3.3-14.el8 rhels8.0.0-ppc64le-1 123 k
libnghttp2 ppc64le1.33.0-1.el8 rhels8.0.0-ppc64le-1 85 k
libnsl2 ppc64le1.2.0-2.20180605git4a062cf.el8 rhels8.0.0-ppc64le-1 63 k
libpath_utils ppc64le0.2.1-39.el8 rhels8.0.0-ppc64le-1 36 k
libpcap ppc64le14:1.9.0-1.el8 rhels8.0.0-ppc64le-1 168 k
libpkgconf ppc64le1.4.2-1.el8 rhels8.0.0-ppc64le-1 38 k
libpsl ppc64le0.20.2-5.el8 rhels8.0.0-ppc64le-1 63 k
libpwquality ppc64le1.4.0-9.el8 rhels8.0.0-ppc64le-1 105 k
libref_array ppc64le0.1.5-39.el8 rhels8.0.0-ppc64le-1 33 k
librtas ppc64le2.0.2-1.el8 rhels8.0.0-ppc64le-1 69 k
libseccomp ppc64le2.3.3-3.el8 rhels8.0.0-ppc64le-1 69 k
libsecret ppc64le0.18.6-1.el8 rhels8.0.0-ppc64le-1 167 k
libselinux ppc64le2.8-6.el8 rhels8.0.0-ppc64le-1 193 k
libselinux-utils ppc64le2.8-6.el8 rhels8.0.0-ppc64le-1 170 k
libsemanage ppc64le2.8-5.el8 rhels8.0.0-ppc64le-1 171 k
libsepol ppc64le2.8-2.el8 rhels8.0.0-ppc64le-1 368 k
libsigsegv ppc64le2.11-5.el8 rhels8.0.0-ppc64le-1 31 k
libsmartcols ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 185 k
libss ppc64le1.44.3-2.el8 rhels8.0.0-ppc64le-1 54 k
libssh ppc64le0.8.5-2.el8 rhels8.0.0-ppc64le-1 245 k
libstdc++ ppc64le8.2.1-3.5.el8 rhels8.0.0-ppc64le-1 489 k
libtasn1 ppc64le4.13-3.el8 rhels8.0.0-ppc64le-1 82 k
libtirpc ppc64le1.1.4-3.el8 rhels8.0.0-ppc64le-1 127 k
libunistring ppc64le0.9.9-3.el8 rhels8.0.0-ppc64le-1 422 k
libusbx ppc64le1.0.22-1.el8 rhels8.0.0-ppc64le-1 74 k
libutempter ppc64le1.1.6-14.el8 rhels8.0.0-ppc64le-1 32 k
libuuid ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 94 k
libverto ppc64le0.3.0-5.el8 rhels8.0.0-ppc64le-1 26 k
libverto-libevent ppc64le0.3.0-5.el8 rhels8.0.0-ppc64le-1 16 k
libvpd ppc64le2.2.6-1.el8 rhels8.0.0-ppc64le-1 86 k
libxcrypt ppc64le4.1.1-4.el8 rhels8.0.0-ppc64le-1 77 k
libxml2 ppc64le2.9.7-5.el8 rhels8.0.0-ppc64le-1 756 k
linux-firmware noarch20190111-92.gitd9fb2ee6.el8 rhels8.0.0-ppc64le-1 60 M
logrotate ppc64le3.14.0-3.el8 rhels8.0.0-ppc64le-1 87 k
lua-libs ppc64le5.3.4-10.el8 rhels8.0.0-ppc64le-1 129 k
lz4-libs ppc64le1.8.1.2-4.el8 rhels8.0.0-ppc64le-1 62 k
mozjs52 ppc64le52.9.0-1.el8 rhels8.0.0-ppc64le-1 6.6 M
mpfr ppc64le3.1.6-1.el8 rhels8.0.0-ppc64le-1 234 k
ncurses ppc64le6.1-7.20180224.el8 rhels8.0.0-ppc64le-1 392 k
ncurses-base noarch6.1-7.20180224.el8 rhels8.0.0-ppc64le-1 81 k
ncurses-libs ppc64le6.1-7.20180224.el8 rhels8.0.0-ppc64le-1 363 k
nettle ppc64le3.4.1-1.el8 rhels8.0.0-ppc64le-1 326 k
npth ppc64le1.5-4.el8 rhels8.0.0-ppc64le-1 26 k
numactl-libs ppc64le2.0.12-2.el8 rhels8.0.0-ppc64le-1 38 k
openldap ppc64le2.4.46-9.el8 rhels8.0.0-ppc64le-1 376 k
openssh ppc64le7.8p1-4.el8 rhels8.0.0-ppc64le-1 504 k
openssl-libs ppc64le1:1.1.1-8.el8 rhels8.0.0-ppc64le-1 1.5 M
os-prober ppc64le1.74-6.el8 rhels8.0.0-ppc64le-1 55 k
p11-kit ppc64le0.23.14-4.el8 rhels8.0.0-ppc64le-1 271 k
p11-kit-trust ppc64le0.23.14-4.el8 rhels8.0.0-ppc64le-1 151 k
pam ppc64le1.3.1-4.el8 rhels8.0.0-ppc64le-1 772 k
pcre ppc64le8.42-4.el8 rhels8.0.0-ppc64le-1 206 k
pcre2 ppc64le10.32-1.el8 rhels8.0.0-ppc64le-1 234 k
perl-Carp noarch1.42-396.el8 rhels8.0.0-ppc64le-1 30 k
perl-Data-Dumper ppc64le2.167-399.el8 rhels8.0.0-ppc64le-1 59 k
perl-Encode ppc64le4:2.97-3.el8 rhels8.0.0-ppc64le-1 1.5 M
perl-Errno ppc64le1.28-416.el8 rhels8.0.0-ppc64le-1 76 k
perl-Exporter noarch5.72-396.el8 rhels8.0.0-ppc64le-1 34 k
perl-File-Path noarch2.15-2.el8 rhels8.0.0-ppc64le-1 38 k
perl-File-Temp noarch0.230.600-1.el8 rhels8.0.0-ppc64le-1 63 k
perl-Getopt-Long noarch1:2.50-4.el8 rhels8.0.0-ppc64le-1 63 k
perl-HTTP-Tiny noarch0.074-1.el8 rhels8.0.0-ppc64le-1 58 k
perl-IO ppc64le1.38-416.el8 rhels8.0.0-ppc64le-1 142 k
perl-MIME-Base64 ppc64le3.15-396.el8 rhels8.0.0-ppc64le-1 31 k
perl-Math-BigInt noarch1:1.9998.11-5.el8 rhels8.0.0-ppc64le-1 195 k
perl-Math-Complex noarch1.59-416.el8 rhels8.0.0-ppc64le-1 108 k
perl-PathTools ppc64le3.74-1.el8 rhels8.0.0-ppc64le-1 91 k
perl-Pod-Escapes noarch1:1.07-395.el8 rhels8.0.0-ppc64le-1 20 k
perl-Pod-Perldoc noarch3.28-396.el8 rhels8.0.0-ppc64le-1 88 k
perl-Pod-Simple noarch1:3.35-395.el8 rhels8.0.0-ppc64le-1 213 k
perl-Pod-Usage noarch4:1.69-395.el8 rhels8.0.0-ppc64le-1 34 k
perl-Scalar-List-Utils ppc64le3:1.49-2.el8 rhels8.0.0-ppc64le-1 71 k
perl-Socket ppc64le4:2.027-2.el8 rhels8.0.0-ppc64le-1 59 k
perl-Storable ppc64le1:3.11-3.el8 rhels8.0.0-ppc64le-1 100 k
perl-Term-ANSIColor noarch4.06-396.el8 rhels8.0.0-ppc64le-1 46 k
perl-Term-Cap noarch1.17-395.el8 rhels8.0.0-ppc64le-1 23 k
perl-Text-ParseWords noarch3.30-395.el8 rhels8.0.0-ppc64le-1 18 k
perl-Text-Tabs+Wrap noarch2013.0523-395.el8 rhels8.0.0-ppc64le-1 24 k
perl-Time-Local noarch1:1.280-1.el8 rhels8.0.0-ppc64le-1 34 k
perl-Unicode-Normalize ppc64le1.25-396.el8 rhels8.0.0-ppc64le-1 80 k
perl-constant noarch1.33-396.el8 rhels8.0.0-ppc64le-1 25 k
perl-interpreter ppc64le4:5.26.3-416.el8 rhels8.0.0-ppc64le-1 6.3 M
perl-libs ppc64le4:5.26.3-416.el8 rhels8.0.0-ppc64le-1 1.6 M
perl-macros ppc64le4:5.26.3-416.el8 rhels8.0.0-ppc64le-1 72 k
perl-parent noarch1:0.237-1.el8 rhels8.0.0-ppc64le-1 20 k
perl-podlators noarch4.11-1.el8 rhels8.0.0-ppc64le-1 118 k
perl-threads ppc64le1:2.21-2.el8 rhels8.0.0-ppc64le-1 62 k
perl-threads-shared ppc64le1.58-2.el8 rhels8.0.0-ppc64le-1 49 k
pkgconf ppc64le1.4.2-1.el8 rhels8.0.0-ppc64le-1 39 k
pkgconf-m4 noarch1.4.2-1.el8 rhels8.0.0-ppc64le-1 17 k
pkgconf-pkg-config ppc64le1.4.2-1.el8 rhels8.0.0-ppc64le-1 15 k
platform-python ppc64le3.6.8-1.el8 rhels8.0.0-ppc64le-1 79 k
platform-python-pip noarch9.0.3-13.el8 rhels8.0.0-ppc64le-1 1.8 M
platform-python-setuptools noarch39.2.0-4.el8 rhels8.0.0-ppc64le-1 632 k
policycoreutils ppc64le2.8-16.1.el8 rhels8.0.0-ppc64le-1 365 k
polkit ppc64le0.115-6.el8 rhels8.0.0-ppc64le-1 155 k
polkit-libs ppc64le0.115-6.el8 rhels8.0.0-ppc64le-1 78 k
polkit-pkla-compat ppc64le0.1-12.el8 rhels8.0.0-ppc64le-1 47 k
popt ppc64le1.16-14.el8 rhels8.0.0-ppc64le-1 65 k
publicsuffix-list-dafsa noarch20180723-1.el8 rhels8.0.0-ppc64le-1 56 k
python3-libs ppc64le3.6.8-1.el8 rhels8.0.0-ppc64le-1 7.4 M
python3-setuptools noarch39.2.0-4.el8 rhels8.0.0-ppc64le-1 162 k
quota ppc64le1:4.04-10.el8 rhels8.0.0-ppc64le-1 230 k
quota-nls noarch1:4.04-10.el8 rhels8.0.0-ppc64le-1 94 k
readline ppc64le7.0-10.el8 rhels8.0.0-ppc64le-1 210 k
redhat-release ppc64le8.0-0.43.el8 rhels8.0.0-ppc64le-1 38 k
rpcbind ppc64le1.2.5-3.el8 rhels8.0.0-ppc64le-1 74 k
rpm-libs ppc64le4.14.2-9.el8 rhels8.0.0-ppc64le-1 364 k
sed ppc64le4.5-1.el8 rhels8.0.0-ppc64le-1 303 k
setup noarch2.12.2-1.el8 rhels8.0.0-ppc64le-1 180 k
sg3_utils-libs ppc64le1.44-2.el8 rhels8.0.0-ppc64le-1 101 k
shadow-utils ppc64le2:4.6-7.el8 rhels8.0.0-ppc64le-1 1.2 M
sqlite-libs ppc64le3.26.0-3.el8 rhels8.0.0-ppc64le-1 623 k
systemd ppc64le239-13.el8 rhels8.0.0-ppc64le-1 3.5 M
systemd-libs ppc64le239-13.el8 rhels8.0.0-ppc64le-1 564 k
systemd-pam ppc64le239-13.el8 rhels8.0.0-ppc64le-1 233 k
systemd-udev ppc64le239-13.el8 rhels8.0.0-ppc64le-1 1.3 M
trousers-lib ppc64le0.3.14-2.el8 rhels8.0.0-ppc64le-1 176 k
tzdata noarch2018i-1.el8 rhels8.0.0-ppc64le-1 464 k
which ppc64le2.21-10.el8 rhels8.0.0-ppc64le-1 50 k
xz-libs ppc64le5.2.4-3.el8 rhels8.0.0-ppc64le-1 112 k
zlib ppc64le1.2.11-10.el8 rhels8.0.0-ppc64le-1 106 k
Installing weak dependencies:
geolite2-city noarch20180605-1.el8 rhels8.0.0-ppc64le-0 19 M
geolite2-country noarch20180605-1.el8 rhels8.0.0-ppc64le-0 1.0 M
libmaxminddb ppc64le1.2.0-6.el8 rhels8.0.0-ppc64le-0 26 k
libxkbcommon ppc64le0.8.2-1.el8 rhels8.0.0-ppc64le-0 123 k
perl-IO-Socket-IP noarch0.39-5.el8 rhels8.0.0-ppc64le-0 47 k
perl-IO-Socket-SSL noarch2.060-2.el8 rhels8.0.0-ppc64le-0 289 k
perl-Mozilla-CA noarch20160104-7.el8 rhels8.0.0-ppc64le-0 15 k
pinentry ppc64le1.1.0-2.el8 rhels8.0.0-ppc64le-0 106 k
cracklib-dicts ppc64le2.9.6-15.el8 rhels8.0.0-ppc64le-1 4.0 M
gnupg2-smime ppc64le2.2.9-1.el8 rhels8.0.0-ppc64le-1 309 k
grubby ppc64le8.40-34.el8 rhels8.0.0-ppc64le-1 50 k
hardlink ppc64le1:1.3-6.el8 rhels8.0.0-ppc64le-1 30 k
kbd ppc64le2.0.4-8.el8 rhels8.0.0-ppc64le-1 391 k
kpartx ppc64le0.7.8-5.el8 rhels8.0.0-ppc64le-1 103 k
openssl-pkcs11 ppc64le0.4.8-2.el8 rhels8.0.0-ppc64le-1 70 k
pigz ppc64le2.4-2.el8 rhels8.0.0-ppc64le-1 79 k
redhat-release-eula ppc64le8.0-0.43.el8 rhels8.0.0-ppc64le-1 15 k
shared-mime-info ppc64le1.9-3.el8 rhels8.0.0-ppc64le-1 332 k
timedatex ppc64le0.5-3.el8 rhels8.0.0-ppc64le-1 33 k
trousers ppc64le0.3.14-2.el8 rhels8.0.0-ppc64le-1 156 k
Enabling module streams:
perl-DBD-MySQL 4.046
perl-DBD-Pg 3.7
perl-DBI 1.641
python36 3.6
Transaction Summary
================================================================================
Install 290 Packages
Total size: 258 M
Installed size: 1.1 G
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Running scriptlet: filesystem-3.8-2.el8.ppc64le 1/1
Running scriptlet: mariadb-connector-c-3.0.7-1.el8.ppc64le 1/1
Preparing : 1/1
Installing : libgcc-8.2.1-3.5.el8.ppc64le 1/290
Running scriptlet: libgcc-8.2.1-3.5.el8.ppc64le 1/290
Installing : geolite2-country-20180605-1.el8.noarch 2/290
Installing : geolite2-city-20180605-1.el8.noarch 3/290
Installing : tzdata-2018i-1.el8.noarch 4/290
Installing : redhat-release-eula-8.0-0.43.el8.ppc64le 5/290
Installing : redhat-release-8.0-0.43.el8.ppc64le 6/290
Installing : setup-2.12.2-1.el8.noarch 7/290
Running scriptlet: setup-2.12.2-1.el8.noarch 7/290
Installing : filesystem-3.8-2.el8.ppc64le 8/290
Installing : basesystem-11-5.el8.noarch 9/290
Installing : quota-nls-1:4.04-10.el8.noarch 10/290
Installing : publicsuffix-list-dafsa-20180723-1.el8.noarch 11/290
Installing : pkgconf-m4-1.4.2-1.el8.noarch 12/290
Installing : ncurses-base-6.1-7.20180224.el8.noarch 13/290
Installing : pcre2-10.32-1.el8.ppc64le 14/290
Installing : libselinux-2.8-6.el8.ppc64le 15/290
Installing : ncurses-libs-6.1-7.20180224.el8.ppc64le 16/290
Installing : glibc-all-langpacks-2.28-42.el8.ppc64le 17/290
Installing : glibc-common-2.28-42.el8.ppc64le 18/290
Running scriptlet: glibc-2.28-42.el8.ppc64le 19/290
Installing : glibc-2.28-42.el8.ppc64le 19/290
Running scriptlet: glibc-2.28-42.el8.ppc64le 19/290
Installing : bash-4.4.19-7.el8.ppc64le 20/290
Running scriptlet: bash-4.4.19-7.el8.ppc64le 20/290
Installing : libsepol-2.8-2.el8.ppc64le 21/290
Running scriptlet: libsepol-2.8-2.el8.ppc64le 21/290
Installing : zlib-1.2.11-10.el8.ppc64le 22/290
Installing : info-6.5-4.el8.ppc64le 23/290
Installing : libcom_err-1.44.3-2.el8.ppc64le 24/290
Running scriptlet: libcom_err-1.44.3-2.el8.ppc64le 24/290
Installing : xz-libs-5.2.4-3.el8.ppc64le 25/290
Installing : libcap-2.25-9.el8.ppc64le 26/290
Installing : libxcrypt-4.1.1-4.el8.ppc64le 27/290
Installing : perl-Carp-1.42-396.el8.noarch 28/290
Installing : perl-Exporter-5.72-396.el8.noarch 29/290
Installing : perl-libs-4:5.26.3-416.el8.ppc64le 30/290
Installing : bzip2-libs-1.0.6-26.el8.ppc64le 31/290
Installing : libgpg-error-1.31-1.el8.ppc64le 32/290
Installing : libuuid-2.32.1-8.el8.ppc64le 33/290
Running scriptlet: libuuid-2.32.1-8.el8.ppc64le 33/290
Installing : perl-Scalar-List-Utils-3:1.49-2.el8.ppc64le 34/290
Installing : readline-7.0-10.el8.ppc64le 35/290
Running scriptlet: readline-7.0-10.el8.ppc64le 35/290
Installing : perl-parent-1:0.237-1.el8.noarch 36/290
Installing : libxml2-2.9.7-5.el8.ppc64le 37/290
Installing : libstdc++-8.2.1-3.5.el8.ppc64le 38/290
Running scriptlet: libstdc++-8.2.1-3.5.el8.ppc64le 38/290
Installing : popt-1.16-14.el8.ppc64le 39/290
Installing : chkconfig-1.11-1.el8.ppc64le 40/290
Installing : libgcrypt-1.8.3-2.el8.ppc64le 41/290
Running scriptlet: libgcrypt-1.8.3-2.el8.ppc64le 41/290
Installing : libunistring-0.9.9-3.el8.ppc64le 42/290
Installing : libidn2-2.0.5-1.el8.ppc64le 43/290
Running scriptlet: libidn2-2.0.5-1.el8.ppc64le 43/290
Installing : elfutils-libelf-0.174-6.el8.ppc64le 44/290
Installing : sqlite-libs-3.26.0-3.el8.ppc64le 45/290
Installing : expat-2.2.5-3.el8.ppc64le 46/290
Installing : gmp-1:6.1.2-8.el8.ppc64le 47/290
Running scriptlet: gmp-1:6.1.2-8.el8.ppc64le 47/290
Installing : libattr-2.4.48-3.el8.ppc64le 48/290
Installing : libacl-2.2.53-1.el8.ppc64le 49/290
Installing : sed-4.5-1.el8.ppc64le 50/290
Running scriptlet: sed-4.5-1.el8.ppc64le 50/290
Installing : libcap-ng-0.7.9-4.el8.ppc64le 51/290
Installing : audit-libs-3.0-0.10.20180831git0047a6c.el8.ppc64 52/290
Installing : libassuan-2.5.1-3.el8.ppc64le 53/290
Installing : keyutils-libs-1.5.10-6.el8.ppc64le 54/290
Installing : libffi-3.1-18.el8.ppc64le 55/290
Installing : p11-kit-0.23.14-4.el8.ppc64le 56/290
Running scriptlet: p11-kit-0.23.14-4.el8.ppc64le 56/290
Installing : nettle-3.4.1-1.el8.ppc64le 57/290
Running scriptlet: nettle-3.4.1-1.el8.ppc64le 57/290
Installing : gdbm-libs-1:1.18-1.el8.ppc64le 58/290
Installing : libverto-0.3.0-5.el8.ppc64le 59/290
Installing : lz4-libs-1.8.1.2-4.el8.ppc64le 60/290
Installing : libsemanage-2.8-5.el8.ppc64le 61/290
Installing : libmetalink-0.1.3-7.el8.ppc64le 62/290
Installing : libpsl-0.20.2-5.el8.ppc64le 63/290
Installing : libksba-1.3.5-7.el8.ppc64le 64/290
Installing : perl-Text-ParseWords-3.30-395.el8.noarch 65/290
Installing : e2fsprogs-libs-1.44.3-2.el8.ppc64le 66/290
Running scriptlet: e2fsprogs-libs-1.44.3-2.el8.ppc64le 66/290
Installing : diffutils-3.6-5.el8.ppc64le 67/290
Running scriptlet: diffutils-3.6-5.el8.ppc64le 67/290
Installing : findutils-1:4.6.0-20.el8.ppc64le 68/290
Running scriptlet: findutils-1:4.6.0-20.el8.ppc64le 68/290
Installing : libgomp-8.2.1-3.5.el8.ppc64le 69/290
Running scriptlet: libgomp-8.2.1-3.5.el8.ppc64le 69/290
Installing : grub2-common-1:2.02-66.el8.noarch 70/290
Installing : libbasicobjects-0.1.1-39.el8.ppc64le 71/290
Installing : libcollection-0.7.0-39.el8.ppc64le 72/290
Installing : libedit-3.1-23.20170329cvs.el8.ppc64le 73/290
Installing : libref_array-0.1.5-39.el8.ppc64le 74/290
Installing : libseccomp-2.3.3-3.el8.ppc64le 75/290
Running scriptlet: libseccomp-2.3.3-3.el8.ppc64le 75/290
Installing : libtasn1-4.13-3.el8.ppc64le 76/290
Running scriptlet: libtasn1-4.13-3.el8.ppc64le 76/290
Installing : p11-kit-trust-0.23.14-4.el8.ppc64le 77/290
Running scriptlet: p11-kit-trust-0.23.14-4.el8.ppc64le 77/290
Installing : lua-libs-5.3.4-10.el8.ppc64le 78/290
Installing : ncurses-6.1-7.20180224.el8.ppc64le 79/290
Installing : pcre-8.42-4.el8.ppc64le 80/290
Installing : grep-3.1-6.el8.ppc64le 81/290
Running scriptlet: grep-3.1-6.el8.ppc64le 81/290
Installing : xz-5.2.4-3.el8.ppc64le 82/290
Installing : gdbm-1:1.18-1.el8.ppc64le 83/290
Installing : keyutils-1.5.10-6.el8.ppc64le 84/290
Installing : groff-base-1.22.3-18.el8.ppc64le 85/290
Installing : acl-2.2.53-1.el8.ppc64le 86/290
Installing : mpfr-3.1.6-1.el8.ppc64le 87/290
Running scriptlet: mpfr-3.1.6-1.el8.ppc64le 87/290
Installing : libvpd-2.2.6-1.el8.ppc64le 88/290
Running scriptlet: libvpd-2.2.6-1.el8.ppc64le 88/290
Installing : mozjs52-52.9.0-1.el8.ppc64le 89/290
Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 90/290
Installing : perl-macros-4:5.26.3-416.el8.ppc64le 91/290
Installing : perl-Errno-1.28-416.el8.ppc64le 92/290
Installing : perl-Socket-4:2.027-2.el8.ppc64le 93/290
Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 94/290
Installing : perl-Unicode-Normalize-1.25-396.el8.ppc64le 95/290
Installing : perl-File-Path-2.15-2.el8.noarch 96/290
Installing : perl-IO-1.38-416.el8.ppc64le 97/290
Installing : perl-PathTools-3.74-1.el8.ppc64le 98/290
Installing : perl-constant-1.33-396.el8.noarch 99/290
Installing : perl-threads-1:2.21-2.el8.ppc64le 100/290
Installing : perl-threads-shared-1.58-2.el8.ppc64le 101/290
Installing : perl-interpreter-4:5.26.3-416.el8.ppc64le 102/290
Installing : perl-MIME-Base64-3.15-396.el8.ppc64le 103/290
Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 104/290
Installing : perl-Data-Dumper-2.167-399.el8.ppc64le 105/290
Installing : perl-Storable-1:3.11-3.el8.ppc64le 106/290
Installing : perl-Time-Local-1:1.280-1.el8.noarch 107/290
Installing : perl-Digest-1.17-395.el8.noarch 108/290
Installing : perl-Digest-MD5-2.55-396.el8.ppc64le 109/290
Installing : perl-version-6:0.99.24-1.el8.ppc64le 110/290
Installing : perl-File-Temp-0.230.600-1.el8.noarch 111/290
Installing : perl-Math-Complex-1.59-416.el8.noarch 112/290
Installing : perl-Math-BigInt-1:1.9998.11-5.el8.noarch 113/290
Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 114/290
Installing : perl-Term-Cap-1.17-395.el8.noarch 115/290
Installing : libss-1.44.3-2.el8.ppc64le 116/290
Running scriptlet: libss-1.44.3-2.el8.ppc64le 116/290
Installing : coreutils-common-8.30-6.el8.ppc64le 117/290
Running scriptlet: coreutils-common-8.30-6.el8.ppc64le 117/290
Installing : file-libs-5.33-8.el8.ppc64le 118/290
Installing : file-5.33-8.el8.ppc64le 119/290
Installing : pigz-2.4-2.el8.ppc64le 120/290
Installing : libestr-0.1.10-1.el8.ppc64le 121/290
Running scriptlet: libestr-0.1.10-1.el8.ppc64le 121/290
Installing : libfastjson-0.99.8-2.el8.ppc64le 122/290
Running scriptlet: libfastjson-0.99.8-2.el8.ppc64le 122/290
Installing : libmaxminddb-1.2.0-6.el8.ppc64le 123/290
Running scriptlet: libmaxminddb-1.2.0-6.el8.ppc64le 123/290
Installing : ipcalc-0.2.4-3.el8.ppc64le 124/290
Installing : brotli-1.0.6-1.el8.ppc64le 125/290
Installing : cpio-2.12-8.el8.ppc64le 126/290
Installing : fuse-libs-2.9.7-12.el8.ppc64le 127/290
Running scriptlet: fuse-libs-2.9.7-12.el8.ppc64le 127/290
Installing : hardlink-1:1.3-6.el8.ppc64le 128/290
Installing : json-c-0.13.1-0.2.el8.ppc64le 129/290
Installing : libmnl-1.0.4-6.el8.ppc64le 130/290
Running scriptlet: libmnl-1.0.4-6.el8.ppc64le 130/290
Installing : libnghttp2-1.33.0-1.el8.ppc64le 131/290
Installing : libpath_utils-0.2.1-39.el8.ppc64le 132/290
Installing : libini_config-1.3.1-39.el8.ppc64le 133/290
Installing : libpkgconf-1.4.2-1.el8.ppc64le 134/290
Installing : pkgconf-1.4.2-1.el8.ppc64le 135/290
Installing : pkgconf-pkg-config-1.4.2-1.el8.ppc64le 136/290
Installing : libpcap-14:1.9.0-1.el8.ppc64le 137/290
Installing : iptables-libs-1.8.2-9.el8.ppc64le 138/290
Installing : librtas-2.0.2-1.el8.ppc64le 139/290
Running scriptlet: librtas-2.0.2-1.el8.ppc64le 139/290
Installing : libselinux-utils-2.8-6.el8.ppc64le 140/290
Installing : libsigsegv-2.11-5.el8.ppc64le 141/290
Installing : gawk-4.2.1-1.el8.ppc64le 142/290
Installing : libsmartcols-2.32.1-8.el8.ppc64le 143/290
Running scriptlet: libsmartcols-2.32.1-8.el8.ppc64le 143/290
Installing : npth-1.5-4.el8.ppc64le 144/290
Installing : numactl-libs-2.0.12-2.el8.ppc64le 145/290
Running scriptlet: numactl-libs-2.0.12-2.el8.ppc64le 145/290
Installing : sg3_utils-libs-1.44-2.el8.ppc64le 146/290
Running scriptlet: sg3_utils-libs-1.44-2.el8.ppc64le 146/290
Installing : which-2.21-10.el8.ppc64le 147/290
Installing : linux-firmware-20190111-92.gitd9fb2ee6.el8.noarc 148/290
Installing : kbd-misc-2.0.4-8.el8.noarch 149/290
Installing : kbd-legacy-2.0.4-8.el8.noarch 150/290
Installing : dhcp-common-12:4.3.6-30.el8.noarch 151/290
Installing : dbus-common-1:1.12.8-7.el8.noarch 152/290
Installing : xkeyboard-config-2.24-3.el8.noarch 153/290
Installing : libxkbcommon-0.8.2-1.el8.ppc64le 154/290
Installing : cyrus-sasl-lib-2.1.27-0.3rc7.el8.ppc64le 155/290
Running scriptlet: cyrus-sasl-lib-2.1.27-0.3rc7.el8.ppc64le 155/290
Installing : libssh-0.8.5-2.el8.ppc64le 156/290
Installing : openldap-2.4.46-9.el8.ppc64le 157/290
Installing : libcurl-7.61.1-8.el8.ppc64le 158/290
Installing : libkcapi-1.1.1-16_1.el8.ppc64le 159/290
Installing : libkcapi-hmaccalc-1.1.1-16_1.el8.ppc64le 160/290
Installing : libarchive-3.3.2-3.el8.ppc64le 161/290
Installing : libdb-utils-5.3.28-36.el8.ppc64le 162/290
Installing : curl-7.61.1-8.el8.ppc64le 163/290
Installing : openssl-1:1.1.1-8.el8.ppc64le 164/290
Installing : elfutils-default-yama-scope-0.174-6.el8.noarch 165/290
Running scriptlet: elfutils-default-yama-scope-0.174-6.el8.noarch 165/290
Installing : elfutils-libs-0.174-6.el8.ppc64le 166/290
Installing : gzip-1.9-4.el8.ppc64le 167/290
Running scriptlet: gzip-1.9-4.el8.ppc64le 167/290
Installing : cracklib-2.9.6-15.el8.ppc64le 168/290
Installing : cracklib-dicts-2.9.6-15.el8.ppc64le 169/290
Installing : gettext-libs-0.19.8.1-14.el8.ppc64le 170/290
Installing : libcroco-0.6.12-4.el8.ppc64le 171/290
Running scriptlet: libcroco-0.6.12-4.el8.ppc64le 171/290
Installing : procps-ng-3.3.15-1.el8.ppc64le 172/290
Installing : krb5-libs-1.16.1-22.el8.ppc64le 173/290
Installing : libtirpc-1.1.4-3.el8.ppc64le 174/290
Running scriptlet: libtirpc-1.1.4-3.el8.ppc64le 174/290
Installing : libnsl2-1.2.0-2.20180605git4a062cf.el8.ppc64le 175/290
Running scriptlet: libnsl2-1.2.0-2.20180605git4a062cf.el8.ppc64le 175/290
Installing : grub2-tools-minimal-1:2.02-66.el8.ppc64le 176/290
Installing : kpartx-0.7.8-5.el8.ppc64le 177/290
Installing : device-mapper-8:1.02.155-6.el8.ppc64le 178/290
Installing : openssl-pkcs11-0.4.8-2.el8.ppc64le 179/290
Running scriptlet: openssl-pkcs11-0.4.8-2.el8.ppc64le 179/290
Installing : rpm-4.14.2-9.el8.ppc64le 180/290
Installing : libfdisk-2.32.1-8.el8.ppc64le 181/290
Running scriptlet: libfdisk-2.32.1-8.el8.ppc64le 181/290
Installing : libmount-2.32.1-8.el8.ppc64le 182/290
Running scriptlet: libmount-2.32.1-8.el8.ppc64le 182/290
Installing : gettext-0.19.8.1-14.el8.ppc64le 183/290
Running scriptlet: gettext-0.19.8.1-14.el8.ppc64le 183/290
Installing : glib2-2.56.4-1.el8.ppc64le 184/290
Installing : dbus-libs-1:1.12.8-7.el8.ppc64le 185/290
Running scriptlet: dbus-libs-1:1.12.8-7.el8.ppc64le 185/290
Installing : dbus-tools-1:1.12.8-7.el8.ppc64le 186/290
Installing : coreutils-8.30-6.el8.ppc64le 187/290
Installing : systemd-libs-239-13.el8.ppc64le 188/290
Running scriptlet: systemd-libs-239-13.el8.ppc64le 188/290
Installing : libblkid-2.32.1-8.el8.ppc64le 189/290
Running scriptlet: libblkid-2.32.1-8.el8.ppc64le 189/290
Installing : shadow-utils-2:4.6-7.el8.ppc64le 190/290
Installing : device-mapper-libs-8:1.02.155-6.el8.ppc64le 191/290
Running scriptlet: device-mapper-libs-8:1.02.155-6.el8.ppc64le 191/290
Running scriptlet: ca-certificates-2018.2.24-6.el8.noarch 192/290
Installing : ca-certificates-2018.2.24-6.el8.noarch 192/290
Running scriptlet: ca-certificates-2018.2.24-6.el8.noarch 192/290
Running scriptlet: dbus-daemon-1:1.12.8-7.el8.ppc64le 193/290
Installing : dbus-daemon-1:1.12.8-7.el8.ppc64le 193/290
Running scriptlet: dbus-daemon-1:1.12.8-7.el8.ppc64le 193/290
Running scriptlet: libutempter-1.1.6-14.el8.ppc64le 194/290
Installing : libutempter-1.1.6-14.el8.ppc64le 194/290
Installing : shared-mime-info-1.9-3.el8.ppc64le 195/290
Running scriptlet: shared-mime-info-1.9-3.el8.ppc64le 195/290
Installing : kmod-25-11.el8.ppc64le 196/290
Installing : kmod-libs-25-11.el8.ppc64le 197/290
Running scriptlet: kmod-libs-25-11.el8.ppc64le 197/290
Installing : kbd-2.0.4-8.el8.ppc64le 198/290
Installing : libpwquality-1.4.0-9.el8.ppc64le 199/290
Installing : systemd-pam-239-13.el8.ppc64le 200/290
Installing : cryptsetup-libs-2.0.6-1.el8.ppc64le 201/290
Running scriptlet: cryptsetup-libs-2.0.6-1.el8.ppc64le 201/290
Installing : dracut-049-10.git20190115.el8.ppc64le 202/290
Installing : libdb-5.3.28-36.el8.ppc64le 203/290
Running scriptlet: libdb-5.3.28-36.el8.ppc64le 203/290
Installing : pam-1.3.1-4.el8.ppc64le 204/290
Running scriptlet: pam-1.3.1-4.el8.ppc64le 204/290
Installing : util-linux-2.32.1-8.el8.ppc64le 205/290
Running scriptlet: util-linux-2.32.1-8.el8.ppc64le 205/290
Installing : rpm-libs-4.14.2-9.el8.ppc64le 206/290
Running scriptlet: rpm-libs-4.14.2-9.el8.ppc64le 206/290
Installing : trousers-lib-0.3.14-2.el8.ppc64le 207/290
Running scriptlet: trousers-lib-0.3.14-2.el8.ppc64le 207/290
Installing : openssl-libs-1:1.1.1-8.el8.ppc64le 208/290
Running scriptlet: openssl-libs-1:1.1.1-8.el8.ppc64le 208/290
Installing : grubby-8.40-34.el8.ppc64le 209/290
Installing : crypto-policies-20181217-6.git9a35207.el8.noarch 210/290
Running scriptlet: crypto-policies-20181217-6.git9a35207.el8.noarch 210/290
Installing : os-prober-1.74-6.el8.ppc64le 211/290
Running scriptlet: grub2-tools-1:2.02-66.el8.ppc64le 212/290
Installing : grub2-tools-1:2.02-66.el8.ppc64le 212/290
Running scriptlet: grub2-tools-1:2.02-66.el8.ppc64le 212/290
Installing : gnutls-3.6.5-2.el8.ppc64le 213/290
Installing : dbus-1:1.12.8-7.el8.ppc64le 214/290
Running scriptlet: systemd-239-13.el8.ppc64le 215/290
Installing : systemd-239-13.el8.ppc64le 215/290
Running scriptlet: systemd-239-13.el8.ppc64le 215/290
Installing : systemd-udev-239-13.el8.ppc64le 216/290
Running scriptlet: systemd-udev-239-13.el8.ppc64le 216/290
Running scriptlet: trousers-0.3.14-2.el8.ppc64le 217/290
Installing : trousers-0.3.14-2.el8.ppc64le 217/290
Running scriptlet: trousers-0.3.14-2.el8.ppc64le 217/290
Installing : kernel-core-4.18.0-74.el8.ppc64le 218/290
Running scriptlet: kernel-core-4.18.0-74.el8.ppc64le 218/290
Installing : iputils-20180629-1.el8.ppc64le 219/290
Running scriptlet: iputils-20180629-1.el8.ppc64le 219/290
Installing : libevent-2.1.8-5.el8.ppc64le 220/290
Installing : iproute-4.18.0-11.el8.ppc64le 221/290
Installing : polkit-libs-0.115-6.el8.ppc64le 222/290
Running scriptlet: polkit-libs-0.115-6.el8.ppc64le 222/290
Running scriptlet: polkit-0.115-6.el8.ppc64le 223/290
Installing : polkit-0.115-6.el8.ppc64le 223/290
Running scriptlet: polkit-0.115-6.el8.ppc64le 223/290
Installing : polkit-pkla-compat-0.1-12.el8.ppc64le 224/290
Installing : timedatex-0.5-3.el8.ppc64le 225/290
Running scriptlet: timedatex-0.5-3.el8.ppc64le 225/290
Installing : libverto-libevent-0.3.0-5.el8.ppc64le 226/290
Installing : gssproxy-0.8.0-5.el8.ppc64le 227/290
Running scriptlet: gssproxy-0.8.0-5.el8.ppc64le 227/290
Installing : kernel-modules-4.18.0-74.el8.ppc64le 228/290
Running scriptlet: kernel-modules-4.18.0-74.el8.ppc64le 228/290
Installing : libpq-10.5-1.el8.ppc64le 229/290
Installing : perl-Net-SSLeay-1.85-6.el8.ppc64le 230/290
Installing : bind-export-libs-32:9.11.4-16.P2.el8.ppc64le 231/290
Running scriptlet: bind-export-libs-32:9.11.4-16.P2.el8.ppc64le 231/290
Installing : fipscheck-lib-1.5.0-4.el8.ppc64le 232/290
Running scriptlet: fipscheck-lib-1.5.0-4.el8.ppc64le 232/290
Installing : fipscheck-1.5.0-4.el8.ppc64le 233/290
Running scriptlet: openssh-7.8p1-4.el8.ppc64le 234/290
Installing : openssh-7.8p1-4.el8.ppc64le 234/290
Installing : platform-python-pip-9.0.3-13.el8.noarch 235/290
Installing : platform-python-setuptools-39.2.0-4.el8.noarch 236/290
Installing : platform-python-3.6.8-1.el8.ppc64le 237/290
Running scriptlet: platform-python-3.6.8-1.el8.ppc64le 237/290
Installing : python3-libs-3.6.8-1.el8.ppc64le 238/290
Installing : python3-setuptools-39.2.0-4.el8.noarch 239/290
Installing : python3-pip-9.0.3-13.el8.noarch 240/290
Installing : python36-3.6.8-1.module+el8+2710+846623d6.ppc64l 241/290
Running scriptlet: python36-3.6.8-1.module+el8+2710+846623d6.ppc64l 241/290
Installing : policycoreutils-2.8-16.1.el8.ppc64le 242/290
Running scriptlet: policycoreutils-2.8-16.1.el8.ppc64le 242/290
Running scriptlet: rpcbind-1.2.5-3.el8.ppc64le 243/290
Installing : rpcbind-1.2.5-3.el8.ppc64le 243/290
Running scriptlet: rpcbind-1.2.5-3.el8.ppc64le 243/290
Installing : perl-Mozilla-CA-20160104-7.el8.noarch 244/290
Installing : perl-libnet-3.11-3.el8.noarch 245/290
Installing : perl-URI-1.73-3.el8.noarch 246/290
Installing : perl-Encode-4:2.97-3.el8.ppc64le 247/290
Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 248/290
Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 249/290
Installing : perl-podlators-4.11-1.el8.noarch 250/290
Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 251/290
Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 252/290
Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 253/290
Installing : perl-IO-Socket-SSL-2.060-2.el8.noarch 254/290
Installing : perl-DBI-1.641-2.module+el8+2701+8f20fb82.ppc64l 255/290
Installing : dhcp-libs-12:4.3.6-30.el8.ppc64le 256/290
Installing : dhcp-client-12:4.3.6-30.el8.ppc64le 257/290
Installing : libusbx-1.0.22-1.el8.ppc64le 258/290
Running scriptlet: logrotate-3.14.0-3.el8.ppc64le 259/290
Installing : logrotate-3.14.0-3.el8.ppc64le 259/290
Installing : libsecret-0.18.6-1.el8.ppc64le 260/290
Installing : pinentry-1.1.0-2.el8.ppc64le 261/290
Running scriptlet: pinentry-1.1.0-2.el8.ppc64le 261/290
Installing : gnupg2-smime-2.2.9-1.el8.ppc64le 262/290
Installing : gnupg2-2.2.9-1.el8.ppc64le 263/290
Installing : gpgme-1.10.0-6.el8.ppc64le 264/290
Installing : libnfsidmap-1:2.3.3-14.el8.ppc64le 265/290
Installing : quota-1:4.04-10.el8.ppc64le 266/290
Installing : mariadb-connector-c-config-3.0.7-1.el8.noarch 267/290
Installing : mariadb-connector-c-3.0.7-1.el8.ppc64le 268/290
Installing : perl-DBD-MySQL-4.046-2.module+el8+2515+0650e81c. 269/290
Running scriptlet: nfs-utils-1:2.3.3-14.el8.ppc64le 270/290
Installing : nfs-utils-1:2.3.3-14.el8.ppc64le 270/290
Running scriptlet: nfs-utils-1:2.3.3-14.el8.ppc64le 270/290
Running in chroot, ignoring request: try-restart
Running in chroot, ignoring request: try-restart
Installing : wget-1.19.5-7.el8.ppc64le 271/290
Running scriptlet: wget-1.19.5-7.el8.ppc64le 271/290
Installing : rsyslog-8.37.0-9.el8.ppc64le 272/290
Running scriptlet: rsyslog-8.37.0-9.el8.ppc64le 272/290
Installing : dracut-network-049-10.git20190115.el8.ppc64le 273/290
Installing : perl-DBD-Pg-3.7.4-2.module+el8+2517+695acd7c.ppc 274/290
Installing : openssh-clients-7.8p1-4.el8.ppc64le 275/290
Running scriptlet: openssh-server-7.8p1-4.el8.ppc64le 276/290
Installing : openssh-server-7.8p1-4.el8.ppc64le 276/290
Running scriptlet: openssh-server-7.8p1-4.el8.ppc64le 276/290
Installing : kernel-4.18.0-74.el8.ppc64le 277/290
Running scriptlet: chrony-3.3-3.el8.ppc64le 278/290
Installing : chrony-3.3-3.el8.ppc64le 278/290
Running scriptlet: chrony-3.3-3.el8.ppc64le 278/290
Running in chroot, ignoring request: daemon-reload
Installing : net-tools-2.0-0.51.20160912git.el8.ppc64le 279/290
Running scriptlet: net-tools-2.0-0.51.20160912git.el8.ppc64le 279/290
Installing : parted-3.2-36.el8.ppc64le 280/290
Running scriptlet: parted-3.2-36.el8.ppc64le 280/290
Installing : e2fsprogs-1.44.3-2.el8.ppc64le 281/290
Installing : irqbalance-2:1.4.0-2.el8.ppc64le 282/290
Running scriptlet: irqbalance-2:1.4.0-2.el8.ppc64le 282/290
Installing : lsvpd-1.7.9-1.el8.ppc64le 283/290
Running scriptlet: lsvpd-1.7.9-1.el8.ppc64le 283/290
Installing : rsync-3.1.3-4.el8.ppc64le 284/290
vpdupdate is not supported on the pSeries KVM Guest platform
Installing : tar-2:1.30-4.el8.ppc64le 285/290
Running scriptlet: tar-2:1.30-4.el8.ppc64le 285/290
Installing : vim-minimal-2:8.0.1763-10.el8.ppc64le 286/290
Installing : bc-1.07.1-5.el8.ppc64le 287/290
Running scriptlet: bc-1.07.1-5.el8.ppc64le 287/290
Installing : bzip2-1.0.6-26.el8.ppc64le 288/290
Installing : hostname-3.20-6.el8.ppc64le 289/290
Running scriptlet: hostname-3.20-6.el8.ppc64le 289/290
Installing : ethtool-2:4.16-1.el8.ppc64le 290/290
Running scriptlet: filesystem-3.8-2.el8.ppc64le 290/290
Running scriptlet: glibc-all-langpacks-2.28-42.el8.ppc64le 290/290
Running scriptlet: kernel-core-4.18.0-74.el8.ppc64le 290/290
dracut: No '/dev/log' or 'logger' included for syslog logging
dracut: Turning off host-only mode: '/run' is not mounted!
dracut: Turning off host-only mode: '/dev' is not mounted!
Running scriptlet: glibc-common-2.28-42.el8.ppc64le 290/290
Running scriptlet: info-6.5-4.el8.ppc64le 290/290
Running scriptlet: glib2-2.56.4-1.el8.ppc64le 290/290
Running scriptlet: shared-mime-info-1.9-3.el8.ppc64le 290/290
Running scriptlet: systemd-239-13.el8.ppc64le 290/290
Running scriptlet: systemd-udev-239-13.el8.ppc64le 290/290
Verifying : geolite2-city-20180605-1.el8.noarch 1/290
Verifying : geolite2-country-20180605-1.el8.noarch 2/290
Verifying : libestr-0.1.10-1.el8.ppc64le 3/290
Verifying : libfastjson-0.99.8-2.el8.ppc64le 4/290
Verifying : libmaxminddb-1.2.0-6.el8.ppc64le 5/290
Verifying : libpq-10.5-1.el8.ppc64le 6/290
Verifying : libxkbcommon-0.8.2-1.el8.ppc64le 7/290
Verifying : mariadb-connector-c-3.0.7-1.el8.ppc64le 8/290
Verifying : mariadb-connector-c-config-3.0.7-1.el8.noarch 9/290
Verifying : perl-DBD-MySQL-4.046-2.module+el8+2515+0650e81c. 10/290
Verifying : perl-DBD-Pg-3.7.4-2.module+el8+2517+695acd7c.ppc 11/290
Verifying : perl-DBI-1.641-2.module+el8+2701+8f20fb82.ppc64l 12/290
Verifying : perl-Digest-1.17-395.el8.noarch 13/290
Verifying : perl-Digest-MD5-2.55-396.el8.ppc64le 14/290
Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 15/290
Verifying : perl-IO-Socket-SSL-2.060-2.el8.noarch 16/290
Verifying : perl-Mozilla-CA-20160104-7.el8.noarch 17/290
Verifying : perl-Net-SSLeay-1.85-6.el8.ppc64le 18/290
Verifying : perl-URI-1.73-3.el8.noarch 19/290
Verifying : perl-libnet-3.11-3.el8.noarch 20/290
Verifying : perl-version-6:0.99.24-1.el8.ppc64le 21/290
Verifying : pinentry-1.1.0-2.el8.ppc64le 22/290
Verifying : python3-pip-9.0.3-13.el8.noarch 23/290
Verifying : python36-3.6.8-1.module+el8+2710+846623d6.ppc64l 24/290
Verifying : rsyslog-8.37.0-9.el8.ppc64le 25/290
Verifying : wget-1.19.5-7.el8.ppc64le 26/290
Verifying : xkeyboard-config-2.24-3.el8.noarch 27/290
Verifying : acl-2.2.53-1.el8.ppc64le 28/290
Verifying : audit-libs-3.0-0.10.20180831git0047a6c.el8.ppc64 29/290
Verifying : basesystem-11-5.el8.noarch 30/290
Verifying : bash-4.4.19-7.el8.ppc64le 31/290
Verifying : bc-1.07.1-5.el8.ppc64le 32/290
Verifying : bind-export-libs-32:9.11.4-16.P2.el8.ppc64le 33/290
Verifying : brotli-1.0.6-1.el8.ppc64le 34/290
Verifying : bzip2-1.0.6-26.el8.ppc64le 35/290
Verifying : bzip2-libs-1.0.6-26.el8.ppc64le 36/290
Verifying : ca-certificates-2018.2.24-6.el8.noarch 37/290
Verifying : chkconfig-1.11-1.el8.ppc64le 38/290
Verifying : chrony-3.3-3.el8.ppc64le 39/290
Verifying : coreutils-8.30-6.el8.ppc64le 40/290
Verifying : coreutils-common-8.30-6.el8.ppc64le 41/290
Verifying : cpio-2.12-8.el8.ppc64le 42/290
Verifying : cracklib-2.9.6-15.el8.ppc64le 43/290
Verifying : cracklib-dicts-2.9.6-15.el8.ppc64le 44/290
Verifying : crypto-policies-20181217-6.git9a35207.el8.noarch 45/290
Verifying : cryptsetup-libs-2.0.6-1.el8.ppc64le 46/290
Verifying : curl-7.61.1-8.el8.ppc64le 47/290
Verifying : cyrus-sasl-lib-2.1.27-0.3rc7.el8.ppc64le 48/290
Verifying : dbus-1:1.12.8-7.el8.ppc64le 49/290
Verifying : dbus-common-1:1.12.8-7.el8.noarch 50/290
Verifying : dbus-daemon-1:1.12.8-7.el8.ppc64le 51/290
Verifying : dbus-libs-1:1.12.8-7.el8.ppc64le 52/290
Verifying : dbus-tools-1:1.12.8-7.el8.ppc64le 53/290
Verifying : device-mapper-8:1.02.155-6.el8.ppc64le 54/290
Verifying : device-mapper-libs-8:1.02.155-6.el8.ppc64le 55/290
Verifying : dhcp-client-12:4.3.6-30.el8.ppc64le 56/290
Verifying : dhcp-common-12:4.3.6-30.el8.noarch 57/290
Verifying : dhcp-libs-12:4.3.6-30.el8.ppc64le 58/290
Verifying : diffutils-3.6-5.el8.ppc64le 59/290
Verifying : dracut-049-10.git20190115.el8.ppc64le 60/290
Verifying : dracut-network-049-10.git20190115.el8.ppc64le 61/290
Verifying : e2fsprogs-1.44.3-2.el8.ppc64le 62/290
Verifying : e2fsprogs-libs-1.44.3-2.el8.ppc64le 63/290
Verifying : elfutils-default-yama-scope-0.174-6.el8.noarch 64/290
Verifying : elfutils-libelf-0.174-6.el8.ppc64le 65/290
Verifying : elfutils-libs-0.174-6.el8.ppc64le 66/290
Verifying : ethtool-2:4.16-1.el8.ppc64le 67/290
Verifying : expat-2.2.5-3.el8.ppc64le 68/290
Verifying : file-5.33-8.el8.ppc64le 69/290
Verifying : file-libs-5.33-8.el8.ppc64le 70/290
Verifying : filesystem-3.8-2.el8.ppc64le 71/290
Verifying : findutils-1:4.6.0-20.el8.ppc64le 72/290
Verifying : fipscheck-1.5.0-4.el8.ppc64le 73/290
Verifying : fipscheck-lib-1.5.0-4.el8.ppc64le 74/290
Verifying : fuse-libs-2.9.7-12.el8.ppc64le 75/290
Verifying : gawk-4.2.1-1.el8.ppc64le 76/290
Verifying : gdbm-1:1.18-1.el8.ppc64le 77/290
Verifying : gdbm-libs-1:1.18-1.el8.ppc64le 78/290
Verifying : gettext-0.19.8.1-14.el8.ppc64le 79/290
Verifying : gettext-libs-0.19.8.1-14.el8.ppc64le 80/290
Verifying : glib2-2.56.4-1.el8.ppc64le 81/290
Verifying : glibc-2.28-42.el8.ppc64le 82/290
Verifying : glibc-all-langpacks-2.28-42.el8.ppc64le 83/290
Verifying : glibc-common-2.28-42.el8.ppc64le 84/290
Verifying : gmp-1:6.1.2-8.el8.ppc64le 85/290
Verifying : gnupg2-2.2.9-1.el8.ppc64le 86/290
Verifying : gnupg2-smime-2.2.9-1.el8.ppc64le 87/290
Verifying : gnutls-3.6.5-2.el8.ppc64le 88/290
Verifying : gpgme-1.10.0-6.el8.ppc64le 89/290
Verifying : grep-3.1-6.el8.ppc64le 90/290
Verifying : groff-base-1.22.3-18.el8.ppc64le 91/290
Verifying : grub2-common-1:2.02-66.el8.noarch 92/290
Verifying : grub2-tools-1:2.02-66.el8.ppc64le 93/290
Verifying : grub2-tools-minimal-1:2.02-66.el8.ppc64le 94/290
Verifying : grubby-8.40-34.el8.ppc64le 95/290
Verifying : gssproxy-0.8.0-5.el8.ppc64le 96/290
Verifying : gzip-1.9-4.el8.ppc64le 97/290
Verifying : hardlink-1:1.3-6.el8.ppc64le 98/290
Verifying : hostname-3.20-6.el8.ppc64le 99/290
Verifying : info-6.5-4.el8.ppc64le 100/290
Verifying : ipcalc-0.2.4-3.el8.ppc64le 101/290
Verifying : iproute-4.18.0-11.el8.ppc64le 102/290
Verifying : iptables-libs-1.8.2-9.el8.ppc64le 103/290
Verifying : iputils-20180629-1.el8.ppc64le 104/290
Verifying : irqbalance-2:1.4.0-2.el8.ppc64le 105/290
Verifying : json-c-0.13.1-0.2.el8.ppc64le 106/290
Verifying : kbd-2.0.4-8.el8.ppc64le 107/290
Verifying : kbd-legacy-2.0.4-8.el8.noarch 108/290
Verifying : kbd-misc-2.0.4-8.el8.noarch 109/290
Verifying : kernel-4.18.0-74.el8.ppc64le 110/290
Verifying : kernel-core-4.18.0-74.el8.ppc64le 111/290
Verifying : kernel-modules-4.18.0-74.el8.ppc64le 112/290
Verifying : keyutils-1.5.10-6.el8.ppc64le 113/290
Verifying : keyutils-libs-1.5.10-6.el8.ppc64le 114/290
Verifying : kmod-25-11.el8.ppc64le 115/290
Verifying : kmod-libs-25-11.el8.ppc64le 116/290
Verifying : kpartx-0.7.8-5.el8.ppc64le 117/290
Verifying : krb5-libs-1.16.1-22.el8.ppc64le 118/290
Verifying : libacl-2.2.53-1.el8.ppc64le 119/290
Verifying : libarchive-3.3.2-3.el8.ppc64le 120/290
Verifying : libassuan-2.5.1-3.el8.ppc64le 121/290
Verifying : libattr-2.4.48-3.el8.ppc64le 122/290
Verifying : libbasicobjects-0.1.1-39.el8.ppc64le 123/290
Verifying : libblkid-2.32.1-8.el8.ppc64le 124/290
Verifying : libcap-2.25-9.el8.ppc64le 125/290
Verifying : libcap-ng-0.7.9-4.el8.ppc64le 126/290
Verifying : libcollection-0.7.0-39.el8.ppc64le 127/290
Verifying : libcom_err-1.44.3-2.el8.ppc64le 128/290
Verifying : libcroco-0.6.12-4.el8.ppc64le 129/290
Verifying : libcurl-7.61.1-8.el8.ppc64le 130/290
Verifying : libdb-5.3.28-36.el8.ppc64le 131/290
Verifying : libdb-utils-5.3.28-36.el8.ppc64le 132/290
Verifying : libedit-3.1-23.20170329cvs.el8.ppc64le 133/290
Verifying : libevent-2.1.8-5.el8.ppc64le 134/290
Verifying : libfdisk-2.32.1-8.el8.ppc64le 135/290
Verifying : libffi-3.1-18.el8.ppc64le 136/290
Verifying : libgcc-8.2.1-3.5.el8.ppc64le 137/290
Verifying : libgcrypt-1.8.3-2.el8.ppc64le 138/290
Verifying : libgomp-8.2.1-3.5.el8.ppc64le 139/290
Verifying : libgpg-error-1.31-1.el8.ppc64le 140/290
Verifying : libidn2-2.0.5-1.el8.ppc64le 141/290
Verifying : libini_config-1.3.1-39.el8.ppc64le 142/290
Verifying : libkcapi-1.1.1-16_1.el8.ppc64le 143/290
Verifying : libkcapi-hmaccalc-1.1.1-16_1.el8.ppc64le 144/290
Verifying : libksba-1.3.5-7.el8.ppc64le 145/290
Verifying : libmetalink-0.1.3-7.el8.ppc64le 146/290
Verifying : libmnl-1.0.4-6.el8.ppc64le 147/290
Verifying : libmount-2.32.1-8.el8.ppc64le 148/290
Verifying : libnfsidmap-1:2.3.3-14.el8.ppc64le 149/290
Verifying : libnghttp2-1.33.0-1.el8.ppc64le 150/290
Verifying : libnsl2-1.2.0-2.20180605git4a062cf.el8.ppc64le 151/290
Verifying : libpath_utils-0.2.1-39.el8.ppc64le 152/290
Verifying : libpcap-14:1.9.0-1.el8.ppc64le 153/290
Verifying : libpkgconf-1.4.2-1.el8.ppc64le 154/290
Verifying : libpsl-0.20.2-5.el8.ppc64le 155/290
Verifying : libpwquality-1.4.0-9.el8.ppc64le 156/290
Verifying : libref_array-0.1.5-39.el8.ppc64le 157/290
Verifying : librtas-2.0.2-1.el8.ppc64le 158/290
Verifying : libseccomp-2.3.3-3.el8.ppc64le 159/290
Verifying : libsecret-0.18.6-1.el8.ppc64le 160/290
Verifying : libselinux-2.8-6.el8.ppc64le 161/290
Verifying : libselinux-utils-2.8-6.el8.ppc64le 162/290
Verifying : libsemanage-2.8-5.el8.ppc64le 163/290
Verifying : libsepol-2.8-2.el8.ppc64le 164/290
Verifying : libsigsegv-2.11-5.el8.ppc64le 165/290
Verifying : libsmartcols-2.32.1-8.el8.ppc64le 166/290
Verifying : libss-1.44.3-2.el8.ppc64le 167/290
Verifying : libssh-0.8.5-2.el8.ppc64le 168/290
Verifying : libstdc++-8.2.1-3.5.el8.ppc64le 169/290
Verifying : libtasn1-4.13-3.el8.ppc64le 170/290
Verifying : libtirpc-1.1.4-3.el8.ppc64le 171/290
Verifying : libunistring-0.9.9-3.el8.ppc64le 172/290
Verifying : libusbx-1.0.22-1.el8.ppc64le 173/290
Verifying : libutempter-1.1.6-14.el8.ppc64le 174/290
Verifying : libuuid-2.32.1-8.el8.ppc64le 175/290
Verifying : libverto-0.3.0-5.el8.ppc64le 176/290
Verifying : libverto-libevent-0.3.0-5.el8.ppc64le 177/290
Verifying : libvpd-2.2.6-1.el8.ppc64le 178/290
Verifying : libxcrypt-4.1.1-4.el8.ppc64le 179/290
Verifying : libxml2-2.9.7-5.el8.ppc64le 180/290
Verifying : linux-firmware-20190111-92.gitd9fb2ee6.el8.noarc 181/290
Verifying : logrotate-3.14.0-3.el8.ppc64le 182/290
Verifying : lsvpd-1.7.9-1.el8.ppc64le 183/290
Verifying : lua-libs-5.3.4-10.el8.ppc64le 184/290
Verifying : lz4-libs-1.8.1.2-4.el8.ppc64le 185/290
Verifying : mozjs52-52.9.0-1.el8.ppc64le 186/290
Verifying : mpfr-3.1.6-1.el8.ppc64le 187/290
Verifying : ncurses-6.1-7.20180224.el8.ppc64le 188/290
Verifying : ncurses-base-6.1-7.20180224.el8.noarch 189/290
Verifying : ncurses-libs-6.1-7.20180224.el8.ppc64le 190/290
Verifying : net-tools-2.0-0.51.20160912git.el8.ppc64le 191/290
Verifying : nettle-3.4.1-1.el8.ppc64le 192/290
Verifying : nfs-utils-1:2.3.3-14.el8.ppc64le 193/290
Verifying : npth-1.5-4.el8.ppc64le 194/290
Verifying : numactl-libs-2.0.12-2.el8.ppc64le 195/290
Verifying : openldap-2.4.46-9.el8.ppc64le 196/290
Verifying : openssh-7.8p1-4.el8.ppc64le 197/290
Verifying : openssh-clients-7.8p1-4.el8.ppc64le 198/290
Verifying : openssh-server-7.8p1-4.el8.ppc64le 199/290
Verifying : openssl-1:1.1.1-8.el8.ppc64le 200/290
Verifying : openssl-libs-1:1.1.1-8.el8.ppc64le 201/290
Verifying : openssl-pkcs11-0.4.8-2.el8.ppc64le 202/290
Verifying : os-prober-1.74-6.el8.ppc64le 203/290
Verifying : p11-kit-0.23.14-4.el8.ppc64le 204/290
Verifying : p11-kit-trust-0.23.14-4.el8.ppc64le 205/290
Verifying : pam-1.3.1-4.el8.ppc64le 206/290
Verifying : parted-3.2-36.el8.ppc64le 207/290
Verifying : pcre-8.42-4.el8.ppc64le 208/290
Verifying : pcre2-10.32-1.el8.ppc64le 209/290
Verifying : perl-Carp-1.42-396.el8.noarch 210/290
Verifying : perl-Data-Dumper-2.167-399.el8.ppc64le 211/290
Verifying : perl-Encode-4:2.97-3.el8.ppc64le 212/290
Verifying : perl-Errno-1.28-416.el8.ppc64le 213/290
Verifying : perl-Exporter-5.72-396.el8.noarch 214/290
Verifying : perl-File-Path-2.15-2.el8.noarch 215/290
Verifying : perl-File-Temp-0.230.600-1.el8.noarch 216/290
Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 217/290
Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 218/290
Verifying : perl-IO-1.38-416.el8.ppc64le 219/290
Verifying : perl-MIME-Base64-3.15-396.el8.ppc64le 220/290
Verifying : perl-Math-BigInt-1:1.9998.11-5.el8.noarch 221/290
Verifying : perl-Math-Complex-1.59-416.el8.noarch 222/290
Verifying : perl-PathTools-3.74-1.el8.ppc64le 223/290
Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 224/290
Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 225/290
Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 226/290
Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 227/290
Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.ppc64le 228/290
Verifying : perl-Socket-4:2.027-2.el8.ppc64le 229/290
Verifying : perl-Storable-1:3.11-3.el8.ppc64le 230/290
Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 231/290
Verifying : perl-Term-Cap-1.17-395.el8.noarch 232/290
Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 233/290
Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 234/290
Verifying : perl-Time-Local-1:1.280-1.el8.noarch 235/290
Verifying : perl-Unicode-Normalize-1.25-396.el8.ppc64le 236/290
Verifying : perl-constant-1.33-396.el8.noarch 237/290
Verifying : perl-interpreter-4:5.26.3-416.el8.ppc64le 238/290
Verifying : perl-libs-4:5.26.3-416.el8.ppc64le 239/290
Verifying : perl-macros-4:5.26.3-416.el8.ppc64le 240/290
Verifying : perl-parent-1:0.237-1.el8.noarch 241/290
Verifying : perl-podlators-4.11-1.el8.noarch 242/290
Verifying : perl-threads-1:2.21-2.el8.ppc64le 243/290
Verifying : perl-threads-shared-1.58-2.el8.ppc64le 244/290
Verifying : pigz-2.4-2.el8.ppc64le 245/290
Verifying : pkgconf-1.4.2-1.el8.ppc64le 246/290
Verifying : pkgconf-m4-1.4.2-1.el8.noarch 247/290
Verifying : pkgconf-pkg-config-1.4.2-1.el8.ppc64le 248/290
Verifying : platform-python-3.6.8-1.el8.ppc64le 249/290
Verifying : platform-python-pip-9.0.3-13.el8.noarch 250/290
Verifying : platform-python-setuptools-39.2.0-4.el8.noarch 251/290
Verifying : policycoreutils-2.8-16.1.el8.ppc64le 252/290
Verifying : polkit-0.115-6.el8.ppc64le 253/290
Verifying : polkit-libs-0.115-6.el8.ppc64le 254/290
Verifying : polkit-pkla-compat-0.1-12.el8.ppc64le 255/290
Verifying : popt-1.16-14.el8.ppc64le 256/290
Verifying : procps-ng-3.3.15-1.el8.ppc64le 257/290
Verifying : publicsuffix-list-dafsa-20180723-1.el8.noarch 258/290
Verifying : python3-libs-3.6.8-1.el8.ppc64le 259/290
Verifying : python3-setuptools-39.2.0-4.el8.noarch 260/290
Verifying : quota-1:4.04-10.el8.ppc64le 261/290
Verifying : quota-nls-1:4.04-10.el8.noarch 262/290
Verifying : readline-7.0-10.el8.ppc64le 263/290
Verifying : redhat-release-8.0-0.43.el8.ppc64le 264/290
Verifying : redhat-release-eula-8.0-0.43.el8.ppc64le 265/290
Verifying : rpcbind-1.2.5-3.el8.ppc64le 266/290
Verifying : rpm-4.14.2-9.el8.ppc64le 267/290
Verifying : rpm-libs-4.14.2-9.el8.ppc64le 268/290
Verifying : rsync-3.1.3-4.el8.ppc64le 269/290
Verifying : sed-4.5-1.el8.ppc64le 270/290
Verifying : setup-2.12.2-1.el8.noarch 271/290
Verifying : sg3_utils-libs-1.44-2.el8.ppc64le 272/290
Verifying : shadow-utils-2:4.6-7.el8.ppc64le 273/290
Verifying : shared-mime-info-1.9-3.el8.ppc64le 274/290
Verifying : sqlite-libs-3.26.0-3.el8.ppc64le 275/290
Verifying : systemd-239-13.el8.ppc64le 276/290
Verifying : systemd-libs-239-13.el8.ppc64le 277/290
Verifying : systemd-pam-239-13.el8.ppc64le 278/290
Verifying : systemd-udev-239-13.el8.ppc64le 279/290
Verifying : tar-2:1.30-4.el8.ppc64le 280/290
Verifying : timedatex-0.5-3.el8.ppc64le 281/290
Verifying : trousers-0.3.14-2.el8.ppc64le 282/290
Verifying : trousers-lib-0.3.14-2.el8.ppc64le 283/290
Verifying : tzdata-2018i-1.el8.noarch 284/290
Verifying : util-linux-2.32.1-8.el8.ppc64le 285/290
Verifying : vim-minimal-2:8.0.1763-10.el8.ppc64le 286/290
Verifying : which-2.21-10.el8.ppc64le 287/290
Verifying : xz-5.2.4-3.el8.ppc64le 288/290
Verifying : xz-libs-5.2.4-3.el8.ppc64le 289/290
Verifying : zlib-1.2.11-10.el8.ppc64le 290/290
Installed products updated.
Installed:
perl-DBD-MySQL-4.046-2.module+el8+2515+0650e81c.ppc64le
perl-DBD-Pg-3.7.4-2.module+el8+2517+695acd7c.ppc64le
python36-3.6.8-1.module+el8+2710+846623d6.ppc64le
rsyslog-8.37.0-9.el8.ppc64le
wget-1.19.5-7.el8.ppc64le
bash-4.4.19-7.el8.ppc64le
bc-1.07.1-5.el8.ppc64le
bzip2-1.0.6-26.el8.ppc64le
chrony-3.3-3.el8.ppc64le
coreutils-8.30-6.el8.ppc64le
curl-7.61.1-8.el8.ppc64le
dhcp-client-12:4.3.6-30.el8.ppc64le
dracut-049-10.git20190115.el8.ppc64le
dracut-network-049-10.git20190115.el8.ppc64le
e2fsprogs-1.44.3-2.el8.ppc64le
ethtool-2:4.16-1.el8.ppc64le
file-5.33-8.el8.ppc64le
gzip-1.9-4.el8.ppc64le
hostname-3.20-6.el8.ppc64le
iputils-20180629-1.el8.ppc64le
irqbalance-2:1.4.0-2.el8.ppc64le
kernel-4.18.0-74.el8.ppc64le
lsvpd-1.7.9-1.el8.ppc64le
net-tools-2.0-0.51.20160912git.el8.ppc64le
nfs-utils-1:2.3.3-14.el8.ppc64le
openssh-clients-7.8p1-4.el8.ppc64le
openssh-server-7.8p1-4.el8.ppc64le
openssl-1:1.1.1-8.el8.ppc64le
parted-3.2-36.el8.ppc64le
procps-ng-3.3.15-1.el8.ppc64le
rpm-4.14.2-9.el8.ppc64le
rsync-3.1.3-4.el8.ppc64le
tar-2:1.30-4.el8.ppc64le
util-linux-2.32.1-8.el8.ppc64le
vim-minimal-2:8.0.1763-10.el8.ppc64le
xz-5.2.4-3.el8.ppc64le
geolite2-city-20180605-1.el8.noarch
geolite2-country-20180605-1.el8.noarch
libmaxminddb-1.2.0-6.el8.ppc64le
libxkbcommon-0.8.2-1.el8.ppc64le
perl-IO-Socket-IP-0.39-5.el8.noarch
perl-IO-Socket-SSL-2.060-2.el8.noarch
perl-Mozilla-CA-20160104-7.el8.noarch
pinentry-1.1.0-2.el8.ppc64le
cracklib-dicts-2.9.6-15.el8.ppc64le
gnupg2-smime-2.2.9-1.el8.ppc64le
grubby-8.40-34.el8.ppc64le
hardlink-1:1.3-6.el8.ppc64le
kbd-2.0.4-8.el8.ppc64le
kpartx-0.7.8-5.el8.ppc64le
openssl-pkcs11-0.4.8-2.el8.ppc64le
pigz-2.4-2.el8.ppc64le
redhat-release-eula-8.0-0.43.el8.ppc64le
shared-mime-info-1.9-3.el8.ppc64le
timedatex-0.5-3.el8.ppc64le
trousers-0.3.14-2.el8.ppc64le
libestr-0.1.10-1.el8.ppc64le
libfastjson-0.99.8-2.el8.ppc64le
libpq-10.5-1.el8.ppc64le
mariadb-connector-c-3.0.7-1.el8.ppc64le
mariadb-connector-c-config-3.0.7-1.el8.noarch
perl-DBI-1.641-2.module+el8+2701+8f20fb82.ppc64le
perl-Digest-1.17-395.el8.noarch
perl-Digest-MD5-2.55-396.el8.ppc64le
perl-Net-SSLeay-1.85-6.el8.ppc64le
perl-URI-1.73-3.el8.noarch
perl-libnet-3.11-3.el8.noarch
perl-version-6:0.99.24-1.el8.ppc64le
python3-pip-9.0.3-13.el8.noarch
xkeyboard-config-2.24-3.el8.noarch
acl-2.2.53-1.el8.ppc64le
audit-libs-3.0-0.10.20180831git0047a6c.el8.ppc64le
basesystem-11-5.el8.noarch
bind-export-libs-32:9.11.4-16.P2.el8.ppc64le
brotli-1.0.6-1.el8.ppc64le
bzip2-libs-1.0.6-26.el8.ppc64le
ca-certificates-2018.2.24-6.el8.noarch
chkconfig-1.11-1.el8.ppc64le
coreutils-common-8.30-6.el8.ppc64le
cpio-2.12-8.el8.ppc64le
cracklib-2.9.6-15.el8.ppc64le
crypto-policies-20181217-6.git9a35207.el8.noarch
cryptsetup-libs-2.0.6-1.el8.ppc64le
cyrus-sasl-lib-2.1.27-0.3rc7.el8.ppc64le
dbus-1:1.12.8-7.el8.ppc64le
dbus-common-1:1.12.8-7.el8.noarch
dbus-daemon-1:1.12.8-7.el8.ppc64le
dbus-libs-1:1.12.8-7.el8.ppc64le
dbus-tools-1:1.12.8-7.el8.ppc64le
device-mapper-8:1.02.155-6.el8.ppc64le
device-mapper-libs-8:1.02.155-6.el8.ppc64le
dhcp-common-12:4.3.6-30.el8.noarch
dhcp-libs-12:4.3.6-30.el8.ppc64le
diffutils-3.6-5.el8.ppc64le
e2fsprogs-libs-1.44.3-2.el8.ppc64le
elfutils-default-yama-scope-0.174-6.el8.noarch
elfutils-libelf-0.174-6.el8.ppc64le
elfutils-libs-0.174-6.el8.ppc64le
expat-2.2.5-3.el8.ppc64le
file-libs-5.33-8.el8.ppc64le
filesystem-3.8-2.el8.ppc64le
findutils-1:4.6.0-20.el8.ppc64le
fipscheck-1.5.0-4.el8.ppc64le
fipscheck-lib-1.5.0-4.el8.ppc64le
fuse-libs-2.9.7-12.el8.ppc64le
gawk-4.2.1-1.el8.ppc64le
gdbm-1:1.18-1.el8.ppc64le
gdbm-libs-1:1.18-1.el8.ppc64le
gettext-0.19.8.1-14.el8.ppc64le
gettext-libs-0.19.8.1-14.el8.ppc64le
glib2-2.56.4-1.el8.ppc64le
glibc-2.28-42.el8.ppc64le
glibc-all-langpacks-2.28-42.el8.ppc64le
glibc-common-2.28-42.el8.ppc64le
gmp-1:6.1.2-8.el8.ppc64le
gnupg2-2.2.9-1.el8.ppc64le
gnutls-3.6.5-2.el8.ppc64le
gpgme-1.10.0-6.el8.ppc64le
grep-3.1-6.el8.ppc64le
groff-base-1.22.3-18.el8.ppc64le
grub2-common-1:2.02-66.el8.noarch
grub2-tools-1:2.02-66.el8.ppc64le
grub2-tools-minimal-1:2.02-66.el8.ppc64le
gssproxy-0.8.0-5.el8.ppc64le
info-6.5-4.el8.ppc64le
ipcalc-0.2.4-3.el8.ppc64le
iproute-4.18.0-11.el8.ppc64le
iptables-libs-1.8.2-9.el8.ppc64le
json-c-0.13.1-0.2.el8.ppc64le
kbd-legacy-2.0.4-8.el8.noarch
kbd-misc-2.0.4-8.el8.noarch
kernel-core-4.18.0-74.el8.ppc64le
kernel-modules-4.18.0-74.el8.ppc64le
keyutils-1.5.10-6.el8.ppc64le
keyutils-libs-1.5.10-6.el8.ppc64le
kmod-25-11.el8.ppc64le
kmod-libs-25-11.el8.ppc64le
krb5-libs-1.16.1-22.el8.ppc64le
libacl-2.2.53-1.el8.ppc64le
libarchive-3.3.2-3.el8.ppc64le
libassuan-2.5.1-3.el8.ppc64le
libattr-2.4.48-3.el8.ppc64le
libbasicobjects-0.1.1-39.el8.ppc64le
libblkid-2.32.1-8.el8.ppc64le
libcap-2.25-9.el8.ppc64le
libcap-ng-0.7.9-4.el8.ppc64le
libcollection-0.7.0-39.el8.ppc64le
libcom_err-1.44.3-2.el8.ppc64le
libcroco-0.6.12-4.el8.ppc64le
libcurl-7.61.1-8.el8.ppc64le
libdb-5.3.28-36.el8.ppc64le
libdb-utils-5.3.28-36.el8.ppc64le
libedit-3.1-23.20170329cvs.el8.ppc64le
libevent-2.1.8-5.el8.ppc64le
libfdisk-2.32.1-8.el8.ppc64le
libffi-3.1-18.el8.ppc64le
libgcc-8.2.1-3.5.el8.ppc64le
libgcrypt-1.8.3-2.el8.ppc64le
libgomp-8.2.1-3.5.el8.ppc64le
libgpg-error-1.31-1.el8.ppc64le
libidn2-2.0.5-1.el8.ppc64le
libini_config-1.3.1-39.el8.ppc64le
libkcapi-1.1.1-16_1.el8.ppc64le
libkcapi-hmaccalc-1.1.1-16_1.el8.ppc64le
libksba-1.3.5-7.el8.ppc64le
libmetalink-0.1.3-7.el8.ppc64le
libmnl-1.0.4-6.el8.ppc64le
libmount-2.32.1-8.el8.ppc64le
libnfsidmap-1:2.3.3-14.el8.ppc64le
libnghttp2-1.33.0-1.el8.ppc64le
libnsl2-1.2.0-2.20180605git4a062cf.el8.ppc64le
libpath_utils-0.2.1-39.el8.ppc64le
libpcap-14:1.9.0-1.el8.ppc64le
libpkgconf-1.4.2-1.el8.ppc64le
libpsl-0.20.2-5.el8.ppc64le
libpwquality-1.4.0-9.el8.ppc64le
libref_array-0.1.5-39.el8.ppc64le
librtas-2.0.2-1.el8.ppc64le
libseccomp-2.3.3-3.el8.ppc64le
libsecret-0.18.6-1.el8.ppc64le
libselinux-2.8-6.el8.ppc64le
libselinux-utils-2.8-6.el8.ppc64le
libsemanage-2.8-5.el8.ppc64le
libsepol-2.8-2.el8.ppc64le
libsigsegv-2.11-5.el8.ppc64le
libsmartcols-2.32.1-8.el8.ppc64le
libss-1.44.3-2.el8.ppc64le
libssh-0.8.5-2.el8.ppc64le
libstdc++-8.2.1-3.5.el8.ppc64le
libtasn1-4.13-3.el8.ppc64le
libtirpc-1.1.4-3.el8.ppc64le
libunistring-0.9.9-3.el8.ppc64le
libusbx-1.0.22-1.el8.ppc64le
libutempter-1.1.6-14.el8.ppc64le
libuuid-2.32.1-8.el8.ppc64le
libverto-0.3.0-5.el8.ppc64le
libverto-libevent-0.3.0-5.el8.ppc64le
libvpd-2.2.6-1.el8.ppc64le
libxcrypt-4.1.1-4.el8.ppc64le
libxml2-2.9.7-5.el8.ppc64le
linux-firmware-20190111-92.gitd9fb2ee6.el8.noarch
logrotate-3.14.0-3.el8.ppc64le
lua-libs-5.3.4-10.el8.ppc64le
lz4-libs-1.8.1.2-4.el8.ppc64le
mozjs52-52.9.0-1.el8.ppc64le
mpfr-3.1.6-1.el8.ppc64le
ncurses-6.1-7.20180224.el8.ppc64le
ncurses-base-6.1-7.20180224.el8.noarch
ncurses-libs-6.1-7.20180224.el8.ppc64le
nettle-3.4.1-1.el8.ppc64le
npth-1.5-4.el8.ppc64le
numactl-libs-2.0.12-2.el8.ppc64le
openldap-2.4.46-9.el8.ppc64le
openssh-7.8p1-4.el8.ppc64le
openssl-libs-1:1.1.1-8.el8.ppc64le
os-prober-1.74-6.el8.ppc64le
p11-kit-0.23.14-4.el8.ppc64le
p11-kit-trust-0.23.14-4.el8.ppc64le
pam-1.3.1-4.el8.ppc64le
pcre-8.42-4.el8.ppc64le
pcre2-10.32-1.el8.ppc64le
perl-Carp-1.42-396.el8.noarch
perl-Data-Dumper-2.167-399.el8.ppc64le
perl-Encode-4:2.97-3.el8.ppc64le
perl-Errno-1.28-416.el8.ppc64le
perl-Exporter-5.72-396.el8.noarch
perl-File-Path-2.15-2.el8.noarch
perl-File-Temp-0.230.600-1.el8.noarch
perl-Getopt-Long-1:2.50-4.el8.noarch
perl-HTTP-Tiny-0.074-1.el8.noarch
perl-IO-1.38-416.el8.ppc64le
perl-MIME-Base64-3.15-396.el8.ppc64le
perl-Math-BigInt-1:1.9998.11-5.el8.noarch
perl-Math-Complex-1.59-416.el8.noarch
perl-PathTools-3.74-1.el8.ppc64le
perl-Pod-Escapes-1:1.07-395.el8.noarch
perl-Pod-Perldoc-3.28-396.el8.noarch
perl-Pod-Simple-1:3.35-395.el8.noarch
perl-Pod-Usage-4:1.69-395.el8.noarch
perl-Scalar-List-Utils-3:1.49-2.el8.ppc64le
perl-Socket-4:2.027-2.el8.ppc64le
perl-Storable-1:3.11-3.el8.ppc64le
perl-Term-ANSIColor-4.06-396.el8.noarch
perl-Term-Cap-1.17-395.el8.noarch
perl-Text-ParseWords-3.30-395.el8.noarch
perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch
perl-Time-Local-1:1.280-1.el8.noarch
perl-Unicode-Normalize-1.25-396.el8.ppc64le
perl-constant-1.33-396.el8.noarch
perl-interpreter-4:5.26.3-416.el8.ppc64le
perl-libs-4:5.26.3-416.el8.ppc64le
perl-macros-4:5.26.3-416.el8.ppc64le
perl-parent-1:0.237-1.el8.noarch
perl-podlators-4.11-1.el8.noarch
perl-threads-1:2.21-2.el8.ppc64le
perl-threads-shared-1.58-2.el8.ppc64le
pkgconf-1.4.2-1.el8.ppc64le
pkgconf-m4-1.4.2-1.el8.noarch
pkgconf-pkg-config-1.4.2-1.el8.ppc64le
platform-python-3.6.8-1.el8.ppc64le
platform-python-pip-9.0.3-13.el8.noarch
platform-python-setuptools-39.2.0-4.el8.noarch
policycoreutils-2.8-16.1.el8.ppc64le
polkit-0.115-6.el8.ppc64le
polkit-libs-0.115-6.el8.ppc64le
polkit-pkla-compat-0.1-12.el8.ppc64le
popt-1.16-14.el8.ppc64le
publicsuffix-list-dafsa-20180723-1.el8.noarch
python3-libs-3.6.8-1.el8.ppc64le
python3-setuptools-39.2.0-4.el8.noarch
quota-1:4.04-10.el8.ppc64le
quota-nls-1:4.04-10.el8.noarch
readline-7.0-10.el8.ppc64le
redhat-release-8.0-0.43.el8.ppc64le
rpcbind-1.2.5-3.el8.ppc64le
rpm-libs-4.14.2-9.el8.ppc64le
sed-4.5-1.el8.ppc64le
setup-2.12.2-1.el8.noarch
sg3_utils-libs-1.44-2.el8.ppc64le
shadow-utils-2:4.6-7.el8.ppc64le
sqlite-libs-3.26.0-3.el8.ppc64le
systemd-239-13.el8.ppc64le
systemd-libs-239-13.el8.ppc64le
systemd-pam-239-13.el8.ppc64le
systemd-udev-239-13.el8.ppc64le
trousers-lib-0.3.14-2.el8.ppc64le
tzdata-2018i-1.el8.noarch
which-2.21-10.el8.ppc64le
xz-libs-5.2.4-3.el8.ppc64le
zlib-1.2.11-10.el8.ppc64le
Complete!
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
12 files removed
yum -y -c /tmp/genimage.5163.yum.conf --installroot=/install/netboot/rhels8.0.0/ppc64le/service/rootimg/ --disablerepo=* --enablerepo=rhels8.0.0-ppc64le-0 --enablerepo=rhels8.0.0-ppc64le-1 --enablerepo=otherpkgs2 --enablerepo=otherpkgs1 install goconserver xCATsn
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
otherpkgs1 49 MB/s | 109 kB 00:00
otherpkgs2 20 MB/s | 30 kB 00:00
rhels8.0.0-ppc64le-0 134 MB/s | 4.5 MB 00:00
rhels8.0.0-ppc64le-1 123 MB/s | 1.9 MB 00:00
Dependencies resolved.
================================================================================
Package ArchVersion Repository Size
================================================================================
Installing:
goconserver ppc64le0.3.2-snap201812130351 otherpkgs1 5.3 M
xCATsn ppc64le4:2.14.6-snap201903190618 otherpkgs2 30 k
Installing dependencies:
conserver-xcat noarch0.0-0 otherpkgs1 5.8 k
elilo-xcat noarch3.14-4 otherpkgs1 75 k
grub2-xcat noarch2.02-0.76.el7.snap201811290530 otherpkgs1 1.9 M
ipmitool-xcat ppc64le1.8.18-2 otherpkgs1 388 k
net-snmp-perl ppc64le1:5.8-7.el8 otherpkgs1 357 k
perl-Crypt-CBC noarch2.33-20.el8 otherpkgs1 37 k
perl-Crypt-Rijndael ppc64le1.13-10.el8 otherpkgs1 34 k
perl-Crypt-SSLeay ppc64le0.72-20.el8 otherpkgs1 70 k
perl-Digest-SHA1 ppc64le2.13-23.el8 otherpkgs1 56 k
perl-Expect noarch1.35-6.el8 otherpkgs1 84 k
perl-HTML-Form noarch6.03-19.el8 otherpkgs1 32 k
perl-HTTP-Async noarch0.30-2 otherpkgs1 22 k
perl-IO-Stty noarch0.03-21.el8 otherpkgs1 22 k
perl-IO-Tty ppc64le1.12-13.el8 otherpkgs1 47 k
perl-JSON noarch2.97.001-4.el8 otherpkgs1 95 k
perl-Mail-Sender noarch1:0.903-7.el8 otherpkgs1 56 k
perl-Net-HTTPS-NB noarch0.14-2 otherpkgs1 8.9 k
perl-Net-Telnet noarch3.04-9.el8 otherpkgs1 66 k
syslinux-xcat noarch3.86-2 otherpkgs1 498 k
xCAT-genesis-base-ppc64 noarch2:2.14.5-snap201811160710 otherpkgs1 99 M
xCAT-genesis-base-x86_64 noarch2:2.14.5-snap201811190037 otherpkgs1 96 M
xnba-undi noarch1.0.3-131028 otherpkgs1 151 k
perl-xCAT noarch4:2.14.6-snap201903190618 otherpkgs2 609 k
xCAT-client noarch4:2.14.6-snap201903190618 otherpkgs2 444 k
xCAT-genesis-scripts-ppc64 noarch1:2.14.6-snap201903190618 otherpkgs2 59 k
xCAT-genesis-scripts-x86_64 noarch1:2.14.6-snap201903190618 otherpkgs2 59 k
xCAT-probe noarch4:2.14.6-snap201903190618 otherpkgs2 91 k
xCAT-server noarch4:2.14.6-snap201903190618 otherpkgs2 1.8 M
apr ppc64le1.6.3-9.el8 rhels8.0.0-ppc64le-0 134 k
apr-util ppc64le1.6.1-6.el8 rhels8.0.0-ppc64le-0 116 k
bind ppc64le32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 2.1 M
bind-libs ppc64le32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 176 k
bind-libs-lite ppc64le32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 1.2 M
bind-license noarch32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 98 k
bind-utils ppc64le32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 436 k
httpd ppc64le2.4.37-10.module+el8+2764+7127e69e rhels8.0.0-ppc64le-0 1.5 M
httpd-filesystem noarch2.4.37-10.module+el8+2764+7127e69e rhels8.0.0-ppc64le-0 34 k
httpd-tools ppc64le2.4.37-10.module+el8+2764+7127e69e rhels8.0.0-ppc64le-0 102 k
ksh ppc64le20120801-252.el8 rhels8.0.0-ppc64le-0 959 k
libvirt-libs ppc64le4.5.0-23.module+el8+2800+2d311f65 rhels8.0.0-ppc64le-0 4.1 M
mod_http2 ppc64le1.11.3-1.module+el8+2443+605475b7 rhels8.0.0-ppc64le-0 164 k
net-snmp-agent-libs ppc64le1:5.8-7.el8 rhels8.0.0-ppc64le-0 736 k
nmap ppc64le2:7.70-4.el8 rhels8.0.0-ppc64le-0 5.9 M
nmap-ncat ppc64le2:7.70-4.el8 rhels8.0.0-ppc64le-0 253 k
perl-CGI noarch4.38-2.el8 rhels8.0.0-ppc64le-0 208 k
perl-Compress-Raw-Bzip2 ppc64le2.081-1.el8 rhels8.0.0-ppc64le-0 42 k
perl-Compress-Raw-Zlib ppc64le2.081-1.el8 rhels8.0.0-ppc64le-0 70 k
perl-DBD-SQLite ppc64le1.58-1.module+el8+2519+ab644fb0 rhels8.0.0-ppc64le-0 188 k
perl-DB_File ppc64le1.842-1.el8 rhels8.0.0-ppc64le-0 84 k
perl-Data-Dump noarch1.23-7.el8 rhels8.0.0-ppc64le-0 37 k
perl-Digest-HMAC noarch1.03-17.el8 rhels8.0.0-ppc64le-0 20 k
perl-Digest-SHA ppc64le1:6.02-1.el8 rhels8.0.0-ppc64le-0 66 k
perl-Encode-Locale noarch1.05-9.el8 rhels8.0.0-ppc64le-0 21 k
perl-File-Listing noarch6.04-17.el8 rhels8.0.0-ppc64le-0 18 k
perl-Filter ppc64le2:1.58-2.el8 rhels8.0.0-ppc64le-0 83 k
perl-HTML-Parser ppc64le3.72-14.el8 rhels8.0.0-ppc64le-0 122 k
perl-HTML-Tagset noarch3.20-33.el8 rhels8.0.0-ppc64le-0 24 k
perl-HTTP-Cookies noarch6.04-2.el8 rhels8.0.0-ppc64le-0 39 k
perl-HTTP-Date noarch6.02-18.el8 rhels8.0.0-ppc64le-0 19 k
perl-HTTP-Message noarch6.18-1.el8 rhels8.0.0-ppc64le-0 100 k
perl-HTTP-Negotiate noarch6.01-19.el8 rhels8.0.0-ppc64le-0 22 k
perl-IO-Compress noarch2.081-1.el8 rhels8.0.0-ppc64le-0 258 k
perl-IO-HTML noarch1.001-10.el8 rhels8.0.0-ppc64le-0 28 k
perl-LWP-MediaTypes noarch6.02-14.el8 rhels8.0.0-ppc64le-0 29 k
perl-LWP-Protocol-https noarch6.07-4.el8 rhels8.0.0-ppc64le-0 18 k
perl-NTLM noarch1.09-17.el8 rhels8.0.0-ppc64le-0 24 k
perl-Net-DNS noarch1.15-1.el8 rhels8.0.0-ppc64le-0 368 k
perl-Net-HTTP noarch6.17-2.el8 rhels8.0.0-ppc64le-0 43 k
perl-Net-Ping noarch2.55-416.el8 rhels8.0.0-ppc64le-0 101 k
perl-SelfLoader noarch1.23-416.el8 rhels8.0.0-ppc64le-0 83 k
perl-Sys-Syslog ppc64le0.35-397.el8 rhels8.0.0-ppc64le-0 50 k
perl-Sys-Virt ppc64le4.5.0-4.module+el8+2529+a9686a4d rhels8.0.0-ppc64le-0 295 k
perl-Text-Balanced noarch2.03-395.el8 rhels8.0.0-ppc64le-0 58 k
perl-Time-HiRes ppc64le1.9758-1.el8 rhels8.0.0-ppc64le-0 62 k
perl-TimeDate noarch1:2.30-13.el8 rhels8.0.0-ppc64le-0 53 k
perl-Try-Tiny noarch0.30-2.el8 rhels8.0.0-ppc64le-0 45 k
perl-WWW-RobotRules noarch6.02-18.el8 rhels8.0.0-ppc64le-0 22 k
perl-XML-LibXML ppc64le1:2.0132-2.el8 rhels8.0.0-ppc64le-0 375 k
perl-XML-NamespaceSupport noarch1.12-4.el8 rhels8.0.0-ppc64le-0 30 k
perl-XML-Parser ppc64le2.44-11.el8 rhels8.0.0-ppc64le-0 226 k
perl-XML-SAX noarch1.00-1.el8 rhels8.0.0-ppc64le-0 65 k
perl-XML-SAX-Base noarch1.09-4.el8 rhels8.0.0-ppc64le-0 35 k
perl-XML-Simple noarch2.25-1.el8 rhels8.0.0-ppc64le-0 87 k
perl-libwww-perl noarch6.34-1.el8 rhels8.0.0-ppc64le-0 212 k
python3-bind noarch32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 144 k
tcpdump ppc64le14:4.9.2-5.el8 rhels8.0.0-ppc64le-0 493 k
tftp ppc64le5.2-24.el8 rhels8.0.0-ppc64le-0 44 k
tftp-server ppc64le5.2-24.el8 rhels8.0.0-ppc64le-0 51 k
yajl ppc64le2.1.0-10.el8 rhels8.0.0-ppc64le-0 43 k
avahi-libs ppc64le0.7-19.el8 rhels8.0.0-ppc64le-1 67 k
cyrus-sasl ppc64le2.1.27-0.3rc7.el8 rhels8.0.0-ppc64le-1 100 k
cyrus-sasl-gssapi ppc64le2.1.27-0.3rc7.el8 rhels8.0.0-ppc64le-1 50 k
dhcp-server ppc64le12:4.3.6-30.el8 rhels8.0.0-ppc64le-1 537 k
libnl3 ppc64le3.4.0-4.el8 rhels8.0.0-ppc64le-1 322 k
mailcap noarch2.1.48-3.el8 rhels8.0.0-ppc64le-1 39 k
make ppc64le1:4.2.1-9.el8 rhels8.0.0-ppc64le-1 505 k
net-snmp-libs ppc64le1:5.8-7.el8 rhels8.0.0-ppc64le-1 840 k
psmisc ppc64le23.1-3.el8 rhels8.0.0-ppc64le-1 154 k
python3-ply noarch3.9-7.el8 rhels8.0.0-ppc64le-1 108 k
redhat-logos-httpd noarch80.7-1.el8 rhels8.0.0-ppc64le-1 25 k
Installing weak dependencies:
apr-util-bdb ppc64le1.6.1-6.el8 rhels8.0.0-ppc64le-0 25 k
apr-util-openssl ppc64le1.6.1-6.el8 rhels8.0.0-ppc64le-0 27 k
Enabling module streams:
httpd 2.4
perl-DBD-SQLite 1.58
virt rhel
Transaction Summary
================================================================================
Install 104 Packages
Total size: 233 M
Installed size: 682 M
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Running scriptlet: xCAT-genesis-base-x86_64-2:2.14.5-snap201811190037.n 1/1
Running scriptlet: xCAT-genesis-base-ppc64-2:2.14.5-snap201811160710.no 1/1
Preparing : 1/1
Installing : perl-Time-HiRes-1.9758-1.el8.ppc64le 1/104
Installing : perl-Net-Ping-2.55-416.el8.noarch 2/104
Installing : perl-XML-Parser-2.44-11.el8.ppc64le 3/104
Installing : perl-XML-NamespaceSupport-1.12-4.el8.noarch 4/104
Installing : perl-Sys-Syslog-0.35-397.el8.ppc64le 5/104
Installing : perl-Compress-Raw-Zlib-2.081-1.el8.ppc64le 6/104
Installing : bind-license-32:9.11.4-16.P2.el8.noarch 7/104
Installing : bind-libs-lite-32:9.11.4-16.P2.el8.ppc64le 8/104
Installing : apr-1.6.3-9.el8.ppc64le 9/104
Running scriptlet: apr-1.6.3-9.el8.ppc64le 9/104
Installing : apr-util-bdb-1.6.1-6.el8.ppc64le 10/104
Installing : apr-util-openssl-1.6.1-6.el8.ppc64le 11/104
Installing : apr-util-1.6.1-6.el8.ppc64le 12/104
Running scriptlet: apr-util-1.6.1-6.el8.ppc64le 12/104
Installing : perl-JSON-2.97.001-4.el8.noarch 13/104
Installing : bind-libs-32:9.11.4-16.P2.el8.ppc64le 14/104
Installing : net-snmp-libs-1:5.8-7.el8.ppc64le 15/104
Installing : mailcap-2.1.48-3.el8.noarch 16/104
Installing : perl-LWP-MediaTypes-6.02-14.el8.noarch 17/104
Installing : perl-XML-SAX-Base-1.09-4.el8.noarch 18/104
Installing : perl-TimeDate-1:2.30-13.el8.noarch 19/104
Installing : perl-HTTP-Date-6.02-18.el8.noarch 20/104
Installing : perl-Encode-Locale-1.05-9.el8.noarch 21/104
Installing : perl-Digest-SHA-1:6.02-1.el8.ppc64le 22/104
Installing : perl-Digest-HMAC-1.03-17.el8.noarch 23/104
Installing : nmap-ncat-2:7.70-4.el8.ppc64le 24/104
Installing : nmap-2:7.70-4.el8.ppc64le 25/104
Installing : ksh-20120801-252.el8.ppc64le 26/104
Running scriptlet: ksh-20120801-252.el8.ppc64le 26/104
Installing : perl-IO-Tty-1.12-13.el8.ppc64le 27/104
Installing : perl-Expect-1.35-6.el8.noarch 28/104
Installing : perl-NTLM-1.09-17.el8.noarch 29/104
Installing : perl-Net-DNS-1.15-1.el8.noarch 30/104
Installing : perl-File-Listing-6.04-17.el8.noarch 31/104
Installing : net-snmp-agent-libs-1:5.8-7.el8.ppc64le 32/104
Running scriptlet: bind-32:9.11.4-16.P2.el8.ppc64le 33/104
Installing : bind-32:9.11.4-16.P2.el8.ppc64le 33/104
Running scriptlet: bind-32:9.11.4-16.P2.el8.ppc64le 33/104
Installing : httpd-tools-2.4.37-10.module+el8+2764+7127e69e.p 34/104
Installing : redhat-logos-httpd-80.7-1.el8.noarch 35/104
Installing : python3-ply-3.9-7.el8.noarch 36/104
Installing : python3-bind-32:9.11.4-16.P2.el8.noarch 37/104
Installing : bind-utils-32:9.11.4-16.P2.el8.ppc64le 38/104
Installing : psmisc-23.1-3.el8.ppc64le 39/104
Installing : make-1:4.2.1-9.el8.ppc64le 40/104
Running scriptlet: make-1:4.2.1-9.el8.ppc64le 40/104
Installing : libnl3-3.4.0-4.el8.ppc64le 41/104
Running scriptlet: libnl3-3.4.0-4.el8.ppc64le 41/104
Running scriptlet: dhcp-server-12:4.3.6-30.el8.ppc64le 42/104
Installing : dhcp-server-12:4.3.6-30.el8.ppc64le 42/104
Running scriptlet: dhcp-server-12:4.3.6-30.el8.ppc64le 42/104
Installing : cyrus-sasl-gssapi-2.1.27-0.3rc7.el8.ppc64le 43/104
Running scriptlet: cyrus-sasl-2.1.27-0.3rc7.el8.ppc64le 44/104
Installing : cyrus-sasl-2.1.27-0.3rc7.el8.ppc64le 44/104
Running scriptlet: cyrus-sasl-2.1.27-0.3rc7.el8.ppc64le 44/104
Installing : avahi-libs-0.7-19.el8.ppc64le 45/104
Installing : yajl-2.1.0-10.el8.ppc64le 46/104
Installing : libvirt-libs-4.5.0-23.module+el8+2800+2d311f65.p 47/104
Installing : perl-Sys-Virt-4.5.0-4.module+el8+2529+a9686a4d.p 48/104
Installing : tftp-server-5.2-24.el8.ppc64le 49/104
Running scriptlet: tftp-server-5.2-24.el8.ppc64le 49/104
Installing : tftp-5.2-24.el8.ppc64le 50/104
Running scriptlet: tcpdump-14:4.9.2-5.el8.ppc64le 51/104
Installing : tcpdump-14:4.9.2-5.el8.ppc64le 51/104
Installing : perl-WWW-RobotRules-6.02-18.el8.noarch 52/104
Installing : perl-Try-Tiny-0.30-2.el8.noarch 53/104
Installing : perl-SelfLoader-1.23-416.el8.noarch 54/104
Installing : perl-Text-Balanced-2.03-395.el8.noarch 55/104
Installing : perl-IO-HTML-1.001-10.el8.noarch 56/104
Installing : perl-HTML-Tagset-3.20-33.el8.noarch 57/104
Installing : perl-Filter-2:1.58-2.el8.ppc64le 58/104
Installing : perl-Data-Dump-1.23-7.el8.noarch 59/104
Installing : perl-DB_File-1.842-1.el8.ppc64le 60/104
Installing : perl-DBD-SQLite-1.58-1.module+el8+2519+ab644fb0. 61/104
Installing : perl-Compress-Raw-Bzip2-2.081-1.el8.ppc64le 62/104
Installing : perl-IO-Compress-2.081-1.el8.noarch 63/104
Installing : perl-HTTP-Message-6.18-1.el8.noarch 64/104
Installing : perl-Net-HTTP-6.17-2.el8.noarch 65/104
Installing : perl-HTML-Parser-3.72-14.el8.ppc64le 66/104
Installing : perl-HTTP-Cookies-6.04-2.el8.noarch 67/104
Installing : perl-HTML-Form-6.03-19.el8.noarch 68/104
Installing : perl-CGI-4.38-2.el8.noarch 69/104
Installing : perl-HTTP-Async-0.30-2.noarch 70/104
Installing : perl-Net-HTTPS-NB-0.14-2.noarch 71/104
Installing : perl-HTTP-Negotiate-6.01-19.el8.noarch 72/104
Installing : perl-LWP-Protocol-https-6.07-4.el8.noarch 73/104
Installing : perl-libwww-perl-6.34-1.el8.noarch 74/104
Installing : perl-XML-SAX-1.00-1.el8.noarch 75/104
Running scriptlet: perl-XML-SAX-1.00-1.el8.noarch 75/104
Installing : perl-XML-Simple-2.25-1.el8.noarch 76/104
Installing : perl-XML-LibXML-1:2.0132-2.el8.ppc64le 77/104
Running scriptlet: perl-XML-LibXML-1:2.0132-2.el8.ppc64le 77/104
Running scriptlet: httpd-filesystem-2.4.37-10.module+el8+2764+7127e 78/104
Installing : httpd-filesystem-2.4.37-10.module+el8+2764+7127e 78/104
Installing : mod_http2-1.11.3-1.module+el8+2443+605475b7.ppc6 79/104
Installing : httpd-2.4.37-10.module+el8+2764+7127e69e.ppc64le 80/104
Running scriptlet: httpd-2.4.37-10.module+el8+2764+7127e69e.ppc64le 80/104
Installing : xnba-undi-1.0.3-131028.noarch 81/104
Running scriptlet: xnba-undi-1.0.3-131028.noarch 81/104
Installing : xCAT-genesis-base-x86_64-2:2.14.5-snap2018111900 82/104
Running scriptlet: xCAT-genesis-base-x86_64-2:2.14.5-snap2018111900 82/104
Installing : xCAT-genesis-scripts-x86_64-1:2.14.6-snap2019031 83/104
Running scriptlet: xCAT-genesis-scripts-x86_64-1:2.14.6-snap2019031 83/104
If you are installing/updating xCAT-genesis-base separately, not as part of installing/updating all of xCAT, run 'mknb <arch>' manually
Installing : xCAT-genesis-base-ppc64-2:2.14.5-snap20181116071 84/104
Running scriptlet: xCAT-genesis-base-ppc64-2:2.14.5-snap20181116071 84/104
Installing : xCAT-genesis-scripts-ppc64-1:2.14.6-snap20190319 85/104
Running scriptlet: xCAT-genesis-scripts-ppc64-1:2.14.6-snap20190319 85/104
If you are installing/updating xCAT-genesis-base separately, not as part of installing/updating all of xCAT, run 'mknb <arch>' manually
Installing : syslinux-xcat-3.86-2.noarch 86/104
Installing : perl-Net-Telnet-3.04-9.el8.noarch 87/104
Installing : perl-Mail-Sender-1:0.903-7.el8.noarch 88/104
Installing : net-snmp-perl-1:5.8-7.el8.ppc64le 89/104
Running scriptlet: perl-xCAT-4:2.14.6-snap201903190618.noarch 90/104
Installing : perl-xCAT-4:2.14.6-snap201903190618.noarch 90/104
Running scriptlet: perl-xCAT-4:2.14.6-snap201903190618.noarch 90/104
Running scriptlet: xCAT-client-4:2.14.6-snap201903190618.noarch 91/104
Installing : xCAT-client-4:2.14.6-snap201903190618.noarch 91/104
Running scriptlet: xCAT-client-4:2.14.6-snap201903190618.noarch 91/104
Installing : xCAT-probe-4:2.14.6-snap201903190618.noarch 92/104
Running scriptlet: xCAT-probe-4:2.14.6-snap201903190618.noarch 92/104
Installing : perl-IO-Stty-0.03-21.el8.noarch 93/104
Installing : perl-Digest-SHA1-2.13-23.el8.ppc64le 94/104
Installing : perl-Crypt-SSLeay-0.72-20.el8.ppc64le 95/104
Installing : perl-Crypt-Rijndael-1.13-10.el8.ppc64le 96/104
Installing : perl-Crypt-CBC-2.33-20.el8.noarch 97/104
Installing : ipmitool-xcat-1.8.18-2.ppc64le 98/104
Installing : grub2-xcat-2.02-0.76.el7.snap201811290530.noarch 99/104
Running scriptlet: grub2-xcat-2.02-0.76.el7.snap201811290530.noarch 99/104
Running scriptlet: xCAT-server-4:2.14.6-snap201903190618.noarch 100/104
Installing : xCAT-server-4:2.14.6-snap201903190618.noarch 100/104
Running scriptlet: xCAT-server-4:2.14.6-snap201903190618.noarch 100/104
Running in chroot, ignoring request: daemon-reload
Synchronizing state of xcatd.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable xcatd
Created symlink /etc/systemd/system/multi-user.target.wants/xcatd.service -> /usr/lib/systemd/system/xcatd.service.
Installing : goconserver-0.3.2-snap201812130351.ppc64le 101/104
Running scriptlet: goconserver-0.3.2-snap201812130351.ppc64le 101/104
Installing : elilo-xcat-3.14-4.noarch 102/104
Running scriptlet: elilo-xcat-3.14-4.noarch 102/104
Installing : conserver-xcat-0.0-0.noarch 103/104
Running scriptlet: xCATsn-4:2.14.6-snap201903190618.ppc64le 104/104
Installing : xCATsn-4:2.14.6-snap201903190618.ppc64le 104/104
Running scriptlet: xCATsn-4:2.14.6-snap201903190618.ppc64le 104/104
Created symlink /etc/systemd/system/multi-user.target.wants/httpd.service -> /usr/lib/systemd/system/httpd.service.
xCATsn is now installed
Running scriptlet: httpd-2.4.37-10.module+el8+2764+7127e69e.ppc64le 104/104
Running scriptlet: xCATsn-4:2.14.6-snap201903190618.ppc64le 104/104
Verifying : conserver-xcat-0.0-0.noarch 1/104
Verifying : elilo-xcat-3.14-4.noarch 2/104
Verifying : goconserver-0.3.2-snap201812130351.ppc64le 3/104
Verifying : grub2-xcat-2.02-0.76.el7.snap201811290530.noarch 4/104
Verifying : ipmitool-xcat-1.8.18-2.ppc64le 5/104
Verifying : net-snmp-perl-1:5.8-7.el8.ppc64le 6/104
Verifying : perl-Crypt-CBC-2.33-20.el8.noarch 7/104
Verifying : perl-Crypt-Rijndael-1.13-10.el8.ppc64le 8/104
Verifying : perl-Crypt-SSLeay-0.72-20.el8.ppc64le 9/104
Verifying : perl-Digest-SHA1-2.13-23.el8.ppc64le 10/104
Verifying : perl-Expect-1.35-6.el8.noarch 11/104
Verifying : perl-HTML-Form-6.03-19.el8.noarch 12/104
Verifying : perl-HTTP-Async-0.30-2.noarch 13/104
Verifying : perl-IO-Stty-0.03-21.el8.noarch 14/104
Verifying : perl-IO-Tty-1.12-13.el8.ppc64le 15/104
Verifying : perl-JSON-2.97.001-4.el8.noarch 16/104
Verifying : perl-Mail-Sender-1:0.903-7.el8.noarch 17/104
Verifying : perl-Net-HTTPS-NB-0.14-2.noarch 18/104
Verifying : perl-Net-Telnet-3.04-9.el8.noarch 19/104
Verifying : syslinux-xcat-3.86-2.noarch 20/104
Verifying : xCAT-genesis-base-ppc64-2:2.14.5-snap20181116071 21/104
Verifying : xCAT-genesis-base-x86_64-2:2.14.5-snap2018111900 22/104
Verifying : xnba-undi-1.0.3-131028.noarch 23/104
Verifying : perl-xCAT-4:2.14.6-snap201903190618.noarch 24/104
Verifying : xCAT-client-4:2.14.6-snap201903190618.noarch 25/104
Verifying : xCAT-genesis-scripts-ppc64-1:2.14.6-snap20190319 26/104
Verifying : xCAT-genesis-scripts-x86_64-1:2.14.6-snap2019031 27/104
Verifying : xCAT-probe-4:2.14.6-snap201903190618.noarch 28/104
Verifying : xCAT-server-4:2.14.6-snap201903190618.noarch 29/104
Verifying : xCATsn-4:2.14.6-snap201903190618.ppc64le 30/104
Verifying : apr-1.6.3-9.el8.ppc64le 31/104
Verifying : apr-util-1.6.1-6.el8.ppc64le 32/104
Verifying : apr-util-bdb-1.6.1-6.el8.ppc64le 33/104
Verifying : apr-util-openssl-1.6.1-6.el8.ppc64le 34/104
Verifying : bind-32:9.11.4-16.P2.el8.ppc64le 35/104
Verifying : bind-libs-32:9.11.4-16.P2.el8.ppc64le 36/104
Verifying : bind-libs-lite-32:9.11.4-16.P2.el8.ppc64le 37/104
Verifying : bind-license-32:9.11.4-16.P2.el8.noarch 38/104
Verifying : bind-utils-32:9.11.4-16.P2.el8.ppc64le 39/104
Verifying : httpd-2.4.37-10.module+el8+2764+7127e69e.ppc64le 40/104
Verifying : httpd-filesystem-2.4.37-10.module+el8+2764+7127e 41/104
Verifying : httpd-tools-2.4.37-10.module+el8+2764+7127e69e.p 42/104
Verifying : ksh-20120801-252.el8.ppc64le 43/104
Verifying : libvirt-libs-4.5.0-23.module+el8+2800+2d311f65.p 44/104
Verifying : mod_http2-1.11.3-1.module+el8+2443+605475b7.ppc6 45/104
Verifying : net-snmp-agent-libs-1:5.8-7.el8.ppc64le 46/104
Verifying : nmap-2:7.70-4.el8.ppc64le 47/104
Verifying : nmap-ncat-2:7.70-4.el8.ppc64le 48/104
Verifying : perl-CGI-4.38-2.el8.noarch 49/104
Verifying : perl-Compress-Raw-Bzip2-2.081-1.el8.ppc64le 50/104
Verifying : perl-Compress-Raw-Zlib-2.081-1.el8.ppc64le 51/104
Verifying : perl-DBD-SQLite-1.58-1.module+el8+2519+ab644fb0. 52/104
Verifying : perl-DB_File-1.842-1.el8.ppc64le 53/104
Verifying : perl-Data-Dump-1.23-7.el8.noarch 54/104
Verifying : perl-Digest-HMAC-1.03-17.el8.noarch 55/104
Verifying : perl-Digest-SHA-1:6.02-1.el8.ppc64le 56/104
Verifying : perl-Encode-Locale-1.05-9.el8.noarch 57/104
Verifying : perl-File-Listing-6.04-17.el8.noarch 58/104
Verifying : perl-Filter-2:1.58-2.el8.ppc64le 59/104
Verifying : perl-HTML-Parser-3.72-14.el8.ppc64le 60/104
Verifying : perl-HTML-Tagset-3.20-33.el8.noarch 61/104
Verifying : perl-HTTP-Cookies-6.04-2.el8.noarch 62/104
Verifying : perl-HTTP-Date-6.02-18.el8.noarch 63/104
Verifying : perl-HTTP-Message-6.18-1.el8.noarch 64/104
Verifying : perl-HTTP-Negotiate-6.01-19.el8.noarch 65/104
Verifying : perl-IO-Compress-2.081-1.el8.noarch 66/104
Verifying : perl-IO-HTML-1.001-10.el8.noarch 67/104
Verifying : perl-LWP-MediaTypes-6.02-14.el8.noarch 68/104
Verifying : perl-LWP-Protocol-https-6.07-4.el8.noarch 69/104
Verifying : perl-NTLM-1.09-17.el8.noarch 70/104
Verifying : perl-Net-DNS-1.15-1.el8.noarch 71/104
Verifying : perl-Net-HTTP-6.17-2.el8.noarch 72/104
Verifying : perl-Net-Ping-2.55-416.el8.noarch 73/104
Verifying : perl-SelfLoader-1.23-416.el8.noarch 74/104
Verifying : perl-Sys-Syslog-0.35-397.el8.ppc64le 75/104
Verifying : perl-Sys-Virt-4.5.0-4.module+el8+2529+a9686a4d.p 76/104
Verifying : perl-Text-Balanced-2.03-395.el8.noarch 77/104
Verifying : perl-Time-HiRes-1.9758-1.el8.ppc64le 78/104
Verifying : perl-TimeDate-1:2.30-13.el8.noarch 79/104
Verifying : perl-Try-Tiny-0.30-2.el8.noarch 80/104
Verifying : perl-WWW-RobotRules-6.02-18.el8.noarch 81/104
Verifying : perl-XML-LibXML-1:2.0132-2.el8.ppc64le 82/104
Verifying : perl-XML-NamespaceSupport-1.12-4.el8.noarch 83/104
Verifying : perl-XML-Parser-2.44-11.el8.ppc64le 84/104
Verifying : perl-XML-SAX-1.00-1.el8.noarch 85/104
Verifying : perl-XML-SAX-Base-1.09-4.el8.noarch 86/104
Verifying : perl-XML-Simple-2.25-1.el8.noarch 87/104
Verifying : perl-libwww-perl-6.34-1.el8.noarch 88/104
Verifying : python3-bind-32:9.11.4-16.P2.el8.noarch 89/104
Verifying : tcpdump-14:4.9.2-5.el8.ppc64le 90/104
Verifying : tftp-5.2-24.el8.ppc64le 91/104
Verifying : tftp-server-5.2-24.el8.ppc64le 92/104
Verifying : yajl-2.1.0-10.el8.ppc64le 93/104
Verifying : avahi-libs-0.7-19.el8.ppc64le 94/104
Verifying : cyrus-sasl-2.1.27-0.3rc7.el8.ppc64le 95/104
Verifying : cyrus-sasl-gssapi-2.1.27-0.3rc7.el8.ppc64le 96/104
Verifying : dhcp-server-12:4.3.6-30.el8.ppc64le 97/104
Verifying : libnl3-3.4.0-4.el8.ppc64le 98/104
Verifying : mailcap-2.1.48-3.el8.noarch 99/104
Verifying : make-1:4.2.1-9.el8.ppc64le 100/104
Verifying : net-snmp-libs-1:5.8-7.el8.ppc64le 101/104
Verifying : psmisc-23.1-3.el8.ppc64le 102/104
Verifying : python3-ply-3.9-7.el8.noarch 103/104
Verifying : redhat-logos-httpd-80.7-1.el8.noarch 104/104
Installed products updated.
Installed:
goconserver-0.3.2-snap201812130351.ppc64le
xCATsn-4:2.14.6-snap201903190618.ppc64le
apr-util-bdb-1.6.1-6.el8.ppc64le
apr-util-openssl-1.6.1-6.el8.ppc64le
conserver-xcat-0.0-0.noarch
elilo-xcat-3.14-4.noarch
grub2-xcat-2.02-0.76.el7.snap201811290530.noarch
ipmitool-xcat-1.8.18-2.ppc64le
net-snmp-perl-1:5.8-7.el8.ppc64le
perl-Crypt-CBC-2.33-20.el8.noarch
perl-Crypt-Rijndael-1.13-10.el8.ppc64le
perl-Crypt-SSLeay-0.72-20.el8.ppc64le
perl-Digest-SHA1-2.13-23.el8.ppc64le
perl-Expect-1.35-6.el8.noarch
perl-HTML-Form-6.03-19.el8.noarch
perl-HTTP-Async-0.30-2.noarch
perl-IO-Stty-0.03-21.el8.noarch
perl-IO-Tty-1.12-13.el8.ppc64le
perl-JSON-2.97.001-4.el8.noarch
perl-Mail-Sender-1:0.903-7.el8.noarch
perl-Net-HTTPS-NB-0.14-2.noarch
perl-Net-Telnet-3.04-9.el8.noarch
syslinux-xcat-3.86-2.noarch
xCAT-genesis-base-ppc64-2:2.14.5-snap201811160710.noarch
xCAT-genesis-base-x86_64-2:2.14.5-snap201811190037.noarch
xnba-undi-1.0.3-131028.noarch
perl-xCAT-4:2.14.6-snap201903190618.noarch
xCAT-client-4:2.14.6-snap201903190618.noarch
xCAT-genesis-scripts-ppc64-1:2.14.6-snap201903190618.noarch
xCAT-genesis-scripts-x86_64-1:2.14.6-snap201903190618.noarch
xCAT-probe-4:2.14.6-snap201903190618.noarch
xCAT-server-4:2.14.6-snap201903190618.noarch
apr-1.6.3-9.el8.ppc64le
apr-util-1.6.1-6.el8.ppc64le
bind-32:9.11.4-16.P2.el8.ppc64le
bind-libs-32:9.11.4-16.P2.el8.ppc64le
bind-libs-lite-32:9.11.4-16.P2.el8.ppc64le
bind-license-32:9.11.4-16.P2.el8.noarch
bind-utils-32:9.11.4-16.P2.el8.ppc64le
httpd-2.4.37-10.module+el8+2764+7127e69e.ppc64le
httpd-filesystem-2.4.37-10.module+el8+2764+7127e69e.noarch
httpd-tools-2.4.37-10.module+el8+2764+7127e69e.ppc64le
ksh-20120801-252.el8.ppc64le
libvirt-libs-4.5.0-23.module+el8+2800+2d311f65.ppc64le
mod_http2-1.11.3-1.module+el8+2443+605475b7.ppc64le
net-snmp-agent-libs-1:5.8-7.el8.ppc64le
nmap-2:7.70-4.el8.ppc64le
nmap-ncat-2:7.70-4.el8.ppc64le
perl-CGI-4.38-2.el8.noarch
perl-Compress-Raw-Bzip2-2.081-1.el8.ppc64le
perl-Compress-Raw-Zlib-2.081-1.el8.ppc64le
perl-DBD-SQLite-1.58-1.module+el8+2519+ab644fb0.ppc64le
perl-DB_File-1.842-1.el8.ppc64le
perl-Data-Dump-1.23-7.el8.noarch
perl-Digest-HMAC-1.03-17.el8.noarch
perl-Digest-SHA-1:6.02-1.el8.ppc64le
perl-Encode-Locale-1.05-9.el8.noarch
perl-File-Listing-6.04-17.el8.noarch
perl-Filter-2:1.58-2.el8.ppc64le
perl-HTML-Parser-3.72-14.el8.ppc64le
perl-HTML-Tagset-3.20-33.el8.noarch
perl-HTTP-Cookies-6.04-2.el8.noarch
perl-HTTP-Date-6.02-18.el8.noarch
perl-HTTP-Message-6.18-1.el8.noarch
perl-HTTP-Negotiate-6.01-19.el8.noarch
perl-IO-Compress-2.081-1.el8.noarch
perl-IO-HTML-1.001-10.el8.noarch
perl-LWP-MediaTypes-6.02-14.el8.noarch
perl-LWP-Protocol-https-6.07-4.el8.noarch
perl-NTLM-1.09-17.el8.noarch
perl-Net-DNS-1.15-1.el8.noarch
perl-Net-HTTP-6.17-2.el8.noarch
perl-Net-Ping-2.55-416.el8.noarch
perl-SelfLoader-1.23-416.el8.noarch
perl-Sys-Syslog-0.35-397.el8.ppc64le
perl-Sys-Virt-4.5.0-4.module+el8+2529+a9686a4d.ppc64le
perl-Text-Balanced-2.03-395.el8.noarch
perl-Time-HiRes-1.9758-1.el8.ppc64le
perl-TimeDate-1:2.30-13.el8.noarch
perl-Try-Tiny-0.30-2.el8.noarch
perl-WWW-RobotRules-6.02-18.el8.noarch
perl-XML-LibXML-1:2.0132-2.el8.ppc64le
perl-XML-NamespaceSupport-1.12-4.el8.noarch
perl-XML-Parser-2.44-11.el8.ppc64le
perl-XML-SAX-1.00-1.el8.noarch
perl-XML-SAX-Base-1.09-4.el8.noarch
perl-XML-Simple-2.25-1.el8.noarch
perl-libwww-perl-6.34-1.el8.noarch
python3-bind-32:9.11.4-16.P2.el8.noarch
tcpdump-14:4.9.2-5.el8.ppc64le
tftp-5.2-24.el8.ppc64le
tftp-server-5.2-24.el8.ppc64le
yajl-2.1.0-10.el8.ppc64le
avahi-libs-0.7-19.el8.ppc64le
cyrus-sasl-2.1.27-0.3rc7.el8.ppc64le
cyrus-sasl-gssapi-2.1.27-0.3rc7.el8.ppc64le
dhcp-server-12:4.3.6-30.el8.ppc64le
libnl3-3.4.0-4.el8.ppc64le
mailcap-2.1.48-3.el8.noarch
make-1:4.2.1-9.el8.ppc64le
net-snmp-libs-1:5.8-7.el8.ppc64le
psmisc-23.1-3.el8.ppc64le
python3-ply-3.9-7.el8.noarch
redhat-logos-httpd-80.7-1.el8.noarch
Complete!
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Last metadata expiration check: 0:00:39 ago on Wed Mar 20 01:32:08 2019.
Dependencies resolved.
Nothing to do.
Complete!
Enter the dracut mode. Dracut version: 049. Dracut directory: dracut_047.
Try to load drivers: ext3 ext4 to initrd.
chroot /install/netboot/rhels8.0.0/ppc64le/service/rootimg dracut -N --compress "/bin/pigz -p 2 " -f /tmp/initrd.5163.gz 4.18.0-74.el8.ppc64le
dracut: No '/dev/log' or 'logger' included for syslog logging
dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y
the initial ramdisk for stateless is generated successfully.
Try to load drivers: ext3 ext4 to initrd.
chroot /install/netboot/rhels8.0.0/ppc64le/service/rootimg dracut -N --compress "/bin/pigz -p 2 " -f /tmp/initrd.5163.gz 4.18.0-74.el8.ppc64le
dracut: No '/dev/log' or 'logger' included for syslog logging
dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y
the initial ramdisk for statelite is generated successfully.
[root@f6u13k10 xcat]# echo $?
```
* The output of packimge
```
[root@f6u13k10 xcat]# packimage rhels8.0.0-ppc64le-netboot-service
Packing contents of /install/netboot/rhels8.0.0/ppc64le/service/rootimg
archive method:cpio
compress method:pigz
[root@f6u13k10 xcat]# echo $?
0
```
| 1.0 | postscripts servicenode failed when deploying a diskless service node - Postscripts ``servicenode`` failed when deploying a diskless service node.
* xcat version: 20190319.0615 build
* The osimage definition are:
```
[root@f6u13k10 xcat-dep]# lsdef -t osimage rhels8.0.0-ppc64le-netboot-service
Object name: rhels8.0.0-ppc64le-netboot-service
exlist=/opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.exlist
imagetype=linux
osarch=ppc64le
osdistroname=rhels8.0.0-ppc64le
osname=Linux
osvers=rhels8.0.0
otherpkgdir=/install/post/otherpkgs/rhels8.0.0/ppc64le
otherpkglist=/opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.otherpkgs.pkglist
permission=755
pkgdir=/install/rhels8.0.0/ppc64le
pkglist=/opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.pkglist
postinstall=/opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.postinstall
postscripts=servicenode
profile=service
provmethod=netboot
rootimgdir=/install/netboot/rhels8.0.0/ppc64le/service
[root@f6u13k10 xcat-dep]# cat /opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.otherpkgs.pkglist
xcat/xcat-core/xCATsn
xcat/xcat-dep/rh8/ppc64le/goconserver
[root@f6u13k10 ppc64le]# cat /opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.pkglist
bash
bc
bzip2
chrony
coreutils
curl
dhcp-client
dracut
dracut-network
e2fsprogs
ethtool
file
gzip
hostname
iputils
irqbalance
kernel
lsvpd
net-tools
nfs-utils
openssh-clients
openssh-server
openssl
parted
procps-ng
rpm
rsync
rsyslog
tar
util-linux
vim-minimal
xz
wget
perl-DBD-MySQL
perl-DBD-Pg
python3
```
* output of genimage
```
[root@f6u13k10 xcat]# genimage rhels8.0.0-ppc64le-netboot-service
Generating image:
cd /opt/xcat/share/xcat/netboot/rh; ./genimage -a ppc64le -o rhels8.0.0 -p service --permission 755 --srcdir "/install/rhels8.0.0/ppc64le" --pkglist /opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.pkglist --otherpkgdir "/install/post/otherpkgs/rhels8.0.0/ppc64le" --otherpkglist /opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.otherpkgs.pkglist --postinstall "/opt/xcat/share/xcat/netboot/rh/service.rhels8.ppc64le.postinstall" --rootimgdir /install/netboot/rhels8.0.0/ppc64le/service --tempfile /tmp/xcat_genimage.5148 rhels8.0.0-ppc64le-netboot-service
99 blocks
/opt/xcat/share/xcat/netboot/rh
99 blocks
/opt/xcat/share/xcat/netboot/rh
yum -y -c /tmp/genimage.5163.yum.conf --installroot=/install/netboot/rhels8.0.0/ppc64le/service/rootimg/ --disablerepo=* --releasever=8 --setopt=module_platform_id=platform:el8 --enablerepo=rhels8.0.0-ppc64le-0 --enablerepo=rhels8.0.0-ppc64le-1 install bash bc bzip2 chrony coreutils curl dhcp-client dracut dracut-network e2fsprogs ethtool file gzip hostname iputils irqbalance kernel lsvpd net-tools nfs-utils openssh-clients openssh-server openssl parted procps-ng rpm rsync rsyslog tar util-linux vim-minimal xz wget perl-DBD-MySQL perl-DBD-Pg python3
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
rhels8.0.0-ppc64le-0 150 MB/s | 4.5 MB 00:00
rhels8.0.0-ppc64le-1 137 MB/s | 1.9 MB 00:00
Dependencies resolved.
================================================================================
Package ArchVersion Repository Size
================================================================================
Installing:
perl-DBD-MySQL ppc64le4.046-2.module+el8+2515+0650e81c rhels8.0.0-ppc64le-0 160 k
perl-DBD-Pg ppc64le3.7.4-2.module+el8+2517+695acd7c rhels8.0.0-ppc64le-0 218 k
python36 ppc64le3.6.8-1.module+el8+2710+846623d6 rhels8.0.0-ppc64le-0 19 k
rsyslog ppc64le8.37.0-9.el8 rhels8.0.0-ppc64le-0 734 k
wget ppc64le1.19.5-7.el8 rhels8.0.0-ppc64le-0 746 k
bash ppc64le4.4.19-7.el8 rhels8.0.0-ppc64le-1 1.6 M
bc ppc64le1.07.1-5.el8 rhels8.0.0-ppc64le-1 133 k
bzip2 ppc64le1.0.6-26.el8 rhels8.0.0-ppc64le-1 61 k
chrony ppc64le3.3-3.el8 rhels8.0.0-ppc64le-1 279 k
coreutils ppc64le8.30-6.el8 rhels8.0.0-ppc64le-1 1.4 M
curl ppc64le7.61.1-8.el8 rhels8.0.0-ppc64le-1 356 k
dhcp-client ppc64le12:4.3.6-30.el8 rhels8.0.0-ppc64le-1 328 k
dracut ppc64le049-10.git20190115.el8 rhels8.0.0-ppc64le-1 364 k
dracut-network ppc64le049-10.git20190115.el8 rhels8.0.0-ppc64le-1 96 k
e2fsprogs ppc64le1.44.3-2.el8 rhels8.0.0-ppc64le-1 1.0 M
ethtool ppc64le2:4.16-1.el8 rhels8.0.0-ppc64le-1 149 k
file ppc64le5.33-8.el8 rhels8.0.0-ppc64le-1 76 k
gzip ppc64le1.9-4.el8 rhels8.0.0-ppc64le-1 169 k
hostname ppc64le3.20-6.el8 rhels8.0.0-ppc64le-1 32 k
iputils ppc64le20180629-1.el8 rhels8.0.0-ppc64le-1 151 k
irqbalance ppc64le2:1.4.0-2.el8 rhels8.0.0-ppc64le-1 58 k
kernel ppc64le4.18.0-74.el8 rhels8.0.0-ppc64le-1 397 k
lsvpd ppc64le1.7.9-1.el8 rhels8.0.0-ppc64le-1 207 k
net-tools ppc64le2.0-0.51.20160912git.el8 rhels8.0.0-ppc64le-1 343 k
nfs-utils ppc64le1:2.3.3-14.el8 rhels8.0.0-ppc64le-1 492 k
openssh-clients ppc64le7.8p1-4.el8 rhels8.0.0-ppc64le-1 673 k
openssh-server ppc64le7.8p1-4.el8 rhels8.0.0-ppc64le-1 512 k
openssl ppc64le1:1.1.1-8.el8 rhels8.0.0-ppc64le-1 667 k
parted ppc64le3.2-36.el8 rhels8.0.0-ppc64le-1 579 k
procps-ng ppc64le3.3.15-1.el8 rhels8.0.0-ppc64le-1 345 k
rpm ppc64le4.14.2-9.el8 rhels8.0.0-ppc64le-1 537 k
rsync ppc64le3.1.3-4.el8 rhels8.0.0-ppc64le-1 427 k
tar ppc64le2:1.30-4.el8 rhels8.0.0-ppc64le-1 859 k
util-linux ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 2.6 M
vim-minimal ppc64le2:8.0.1763-10.el8 rhels8.0.0-ppc64le-1 608 k
xz ppc64le5.2.4-3.el8 rhels8.0.0-ppc64le-1 159 k
Installing dependencies:
libestr ppc64le0.1.10-1.el8 rhels8.0.0-ppc64le-0 28 k
libfastjson ppc64le0.99.8-2.el8 rhels8.0.0-ppc64le-0 39 k
libpq ppc64le10.5-1.el8 rhels8.0.0-ppc64le-0 205 k
mariadb-connector-c ppc64le3.0.7-1.el8 rhels8.0.0-ppc64le-0 159 k
mariadb-connector-c-config noarch3.0.7-1.el8 rhels8.0.0-ppc64le-0 13 k
perl-DBI ppc64le1.641-2.module+el8+2701+8f20fb82 rhels8.0.0-ppc64le-0 744 k
perl-Digest noarch1.17-395.el8 rhels8.0.0-ppc64le-0 27 k
perl-Digest-MD5 ppc64le2.55-396.el8 rhels8.0.0-ppc64le-0 38 k
perl-Net-SSLeay ppc64le1.85-6.el8 rhels8.0.0-ppc64le-0 359 k
perl-URI noarch1.73-3.el8 rhels8.0.0-ppc64le-0 116 k
perl-libnet noarch3.11-3.el8 rhels8.0.0-ppc64le-0 121 k
perl-version ppc64le6:0.99.24-1.el8 rhels8.0.0-ppc64le-0 68 k
python3-pip noarch9.0.3-13.el8 rhels8.0.0-ppc64le-0 18 k
xkeyboard-config noarch2.24-3.el8 rhels8.0.0-ppc64le-0 828 k
acl ppc64le2.2.53-1.el8 rhels8.0.0-ppc64le-1 84 k
audit-libs ppc64le3.0-0.10.20180831git0047a6c.el8 rhels8.0.0-ppc64le-1 126 k
basesystem noarch11-5.el8 rhels8.0.0-ppc64le-1 11 k
bind-export-libs ppc64le32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-1 1.2 M
brotli ppc64le1.0.6-1.el8 rhels8.0.0-ppc64le-1 328 k
bzip2-libs ppc64le1.0.6-26.el8 rhels8.0.0-ppc64le-1 53 k
ca-certificates noarch2018.2.24-6.el8 rhels8.0.0-ppc64le-1 394 k
chkconfig ppc64le1.11-1.el8 rhels8.0.0-ppc64le-1 196 k
coreutils-common ppc64le8.30-6.el8 rhels8.0.0-ppc64le-1 2.0 M
cpio ppc64le2.12-8.el8 rhels8.0.0-ppc64le-1 269 k
cracklib ppc64le2.9.6-15.el8 rhels8.0.0-ppc64le-1 95 k
crypto-policies noarch20181217-6.git9a35207.el8 rhels8.0.0-ppc64le-1 54 k
cryptsetup-libs ppc64le2.0.6-1.el8 rhels8.0.0-ppc64le-1 343 k
cyrus-sasl-lib ppc64le2.1.27-0.3rc7.el8 rhels8.0.0-ppc64le-1 134 k
dbus ppc64le1:1.12.8-7.el8 rhels8.0.0-ppc64le-1 40 k
dbus-common noarch1:1.12.8-7.el8 rhels8.0.0-ppc64le-1 45 k
dbus-daemon ppc64le1:1.12.8-7.el8 rhels8.0.0-ppc64le-1 259 k
dbus-libs ppc64le1:1.12.8-7.el8 rhels8.0.0-ppc64le-1 198 k
dbus-tools ppc64le1:1.12.8-7.el8 rhels8.0.0-ppc64le-1 87 k
device-mapper ppc64le8:1.02.155-6.el8 rhels8.0.0-ppc64le-1 371 k
device-mapper-libs ppc64le8:1.02.155-6.el8 rhels8.0.0-ppc64le-1 408 k
dhcp-common noarch12:4.3.6-30.el8 rhels8.0.0-ppc64le-1 206 k
dhcp-libs ppc64le12:4.3.6-30.el8 rhels8.0.0-ppc64le-1 152 k
diffutils ppc64le3.6-5.el8 rhels8.0.0-ppc64le-1 366 k
e2fsprogs-libs ppc64le1.44.3-2.el8 rhels8.0.0-ppc64le-1 227 k
elfutils-default-yama-scope noarch0.174-6.el8 rhels8.0.0-ppc64le-1 46 k
elfutils-libelf ppc64le0.174-6.el8 rhels8.0.0-ppc64le-1 217 k
elfutils-libs ppc64le0.174-6.el8 rhels8.0.0-ppc64le-1 346 k
expat ppc64le2.2.5-3.el8 rhels8.0.0-ppc64le-1 112 k
file-libs ppc64le5.33-8.el8 rhels8.0.0-ppc64le-1 550 k
filesystem ppc64le3.8-2.el8 rhels8.0.0-ppc64le-1 1.1 M
findutils ppc64le1:4.6.0-20.el8 rhels8.0.0-ppc64le-1 543 k
fipscheck ppc64le1.5.0-4.el8 rhels8.0.0-ppc64le-1 29 k
fipscheck-lib ppc64le1.5.0-4.el8 rhels8.0.0-ppc64le-1 16 k
fuse-libs ppc64le2.9.7-12.el8 rhels8.0.0-ppc64le-1 108 k
gawk ppc64le4.2.1-1.el8 rhels8.0.0-ppc64le-1 1.2 M
gdbm ppc64le1:1.18-1.el8 rhels8.0.0-ppc64le-1 136 k
gdbm-libs ppc64le1:1.18-1.el8 rhels8.0.0-ppc64le-1 64 k
gettext ppc64le0.19.8.1-14.el8 rhels8.0.0-ppc64le-1 1.1 M
gettext-libs ppc64le0.19.8.1-14.el8 rhels8.0.0-ppc64le-1 332 k
glib2 ppc64le2.56.4-1.el8 rhels8.0.0-ppc64le-1 2.6 M
glibc ppc64le2.28-42.el8 rhels8.0.0-ppc64le-1 5.3 M
glibc-all-langpacks ppc64le2.28-42.el8 rhels8.0.0-ppc64le-1 25 M
glibc-common ppc64le2.28-42.el8 rhels8.0.0-ppc64le-1 821 k
gmp ppc64le1:6.1.2-8.el8 rhels8.0.0-ppc64le-1 291 k
gnupg2 ppc64le2.2.9-1.el8 rhels8.0.0-ppc64le-1 2.6 M
gnutls ppc64le3.6.5-2.el8 rhels8.0.0-ppc64le-1 888 k
gpgme ppc64le1.10.0-6.el8 rhels8.0.0-ppc64le-1 255 k
grep ppc64le3.1-6.el8 rhels8.0.0-ppc64le-1 283 k
groff-base ppc64le1.22.3-18.el8 rhels8.0.0-ppc64le-1 1.0 M
grub2-common noarch1:2.02-66.el8 rhels8.0.0-ppc64le-1 880 k
grub2-tools ppc64le1:2.02-66.el8 rhels8.0.0-ppc64le-1 1.8 M
grub2-tools-minimal ppc64le1:2.02-66.el8 rhels8.0.0-ppc64le-1 193 k
gssproxy ppc64le0.8.0-5.el8 rhels8.0.0-ppc64le-1 125 k
info ppc64le6.5-4.el8 rhels8.0.0-ppc64le-1 217 k
ipcalc ppc64le0.2.4-3.el8 rhels8.0.0-ppc64le-1 38 k
iproute ppc64le4.18.0-11.el8 rhels8.0.0-ppc64le-1 671 k
iptables-libs ppc64le1.8.2-9.el8 rhels8.0.0-ppc64le-1 102 k
json-c ppc64le0.13.1-0.2.el8 rhels8.0.0-ppc64le-1 43 k
kbd-legacy noarch2.0.4-8.el8 rhels8.0.0-ppc64le-1 481 k
kbd-misc noarch2.0.4-8.el8 rhels8.0.0-ppc64le-1 1.4 M
kernel-core ppc64le4.18.0-74.el8 rhels8.0.0-ppc64le-1 22 M
kernel-modules ppc64le4.18.0-74.el8 rhels8.0.0-ppc64le-1 17 M
keyutils ppc64le1.5.10-6.el8 rhels8.0.0-ppc64le-1 65 k
keyutils-libs ppc64le1.5.10-6.el8 rhels8.0.0-ppc64le-1 35 k
kmod ppc64le25-11.el8 rhels8.0.0-ppc64le-1 137 k
kmod-libs ppc64le25-11.el8 rhels8.0.0-ppc64le-1 75 k
krb5-libs ppc64le1.16.1-22.el8 rhels8.0.0-ppc64le-1 906 k
libacl ppc64le2.2.53-1.el8 rhels8.0.0-ppc64le-1 37 k
libarchive ppc64le3.3.2-3.el8 rhels8.0.0-ppc64le-1 414 k
libassuan ppc64le2.5.1-3.el8 rhels8.0.0-ppc64le-1 86 k
libattr ppc64le2.4.48-3.el8 rhels8.0.0-ppc64le-1 28 k
libbasicobjects ppc64le0.1.1-39.el8 rhels8.0.0-ppc64le-1 32 k
libblkid ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 233 k
libcap ppc64le2.25-9.el8 rhels8.0.0-ppc64le-1 60 k
libcap-ng ppc64le0.7.9-4.el8 rhels8.0.0-ppc64le-1 34 k
libcollection ppc64le0.7.0-39.el8 rhels8.0.0-ppc64le-1 50 k
libcom_err ppc64le1.44.3-2.el8 rhels8.0.0-ppc64le-1 48 k
libcroco ppc64le0.6.12-4.el8 rhels8.0.0-ppc64le-1 124 k
libcurl ppc64le7.61.1-8.el8 rhels8.0.0-ppc64le-1 309 k
libdb ppc64le5.3.28-36.el8 rhels8.0.0-ppc64le-1 787 k
libdb-utils ppc64le5.3.28-36.el8 rhels8.0.0-ppc64le-1 159 k
libedit ppc64le3.1-23.20170329cvs.el8 rhels8.0.0-ppc64le-1 110 k
libevent ppc64le2.1.8-5.el8 rhels8.0.0-ppc64le-1 265 k
libfdisk ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 263 k
libffi ppc64le3.1-18.el8 rhels8.0.0-ppc64le-1 38 k
libgcc ppc64le8.2.1-3.5.el8 rhels8.0.0-ppc64le-1 65 k
libgcrypt ppc64le1.8.3-2.el8 rhels8.0.0-ppc64le-1 433 k
libgomp ppc64le8.2.1-3.5.el8 rhels8.0.0-ppc64le-1 194 k
libgpg-error ppc64le1.31-1.el8 rhels8.0.0-ppc64le-1 250 k
libidn2 ppc64le2.0.5-1.el8 rhels8.0.0-ppc64le-1 92 k
libini_config ppc64le1.3.1-39.el8 rhels8.0.0-ppc64le-1 79 k
libkcapi ppc64le1.1.1-16_1.el8 rhels8.0.0-ppc64le-1 49 k
libkcapi-hmaccalc ppc64le1.1.1-16_1.el8 rhels8.0.0-ppc64le-1 32 k
libksba ppc64le1.3.5-7.el8 rhels8.0.0-ppc64le-1 148 k
libmetalink ppc64le0.1.3-7.el8 rhels8.0.0-ppc64le-1 36 k
libmnl ppc64le1.0.4-6.el8 rhels8.0.0-ppc64le-1 31 k
libmount ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 250 k
libnfsidmap ppc64le1:2.3.3-14.el8 rhels8.0.0-ppc64le-1 123 k
libnghttp2 ppc64le1.33.0-1.el8 rhels8.0.0-ppc64le-1 85 k
libnsl2 ppc64le1.2.0-2.20180605git4a062cf.el8 rhels8.0.0-ppc64le-1 63 k
libpath_utils ppc64le0.2.1-39.el8 rhels8.0.0-ppc64le-1 36 k
libpcap ppc64le14:1.9.0-1.el8 rhels8.0.0-ppc64le-1 168 k
libpkgconf ppc64le1.4.2-1.el8 rhels8.0.0-ppc64le-1 38 k
libpsl ppc64le0.20.2-5.el8 rhels8.0.0-ppc64le-1 63 k
libpwquality ppc64le1.4.0-9.el8 rhels8.0.0-ppc64le-1 105 k
libref_array ppc64le0.1.5-39.el8 rhels8.0.0-ppc64le-1 33 k
librtas ppc64le2.0.2-1.el8 rhels8.0.0-ppc64le-1 69 k
libseccomp ppc64le2.3.3-3.el8 rhels8.0.0-ppc64le-1 69 k
libsecret ppc64le0.18.6-1.el8 rhels8.0.0-ppc64le-1 167 k
libselinux ppc64le2.8-6.el8 rhels8.0.0-ppc64le-1 193 k
libselinux-utils ppc64le2.8-6.el8 rhels8.0.0-ppc64le-1 170 k
libsemanage ppc64le2.8-5.el8 rhels8.0.0-ppc64le-1 171 k
libsepol ppc64le2.8-2.el8 rhels8.0.0-ppc64le-1 368 k
libsigsegv ppc64le2.11-5.el8 rhels8.0.0-ppc64le-1 31 k
libsmartcols ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 185 k
libss ppc64le1.44.3-2.el8 rhels8.0.0-ppc64le-1 54 k
libssh ppc64le0.8.5-2.el8 rhels8.0.0-ppc64le-1 245 k
libstdc++ ppc64le8.2.1-3.5.el8 rhels8.0.0-ppc64le-1 489 k
libtasn1 ppc64le4.13-3.el8 rhels8.0.0-ppc64le-1 82 k
libtirpc ppc64le1.1.4-3.el8 rhels8.0.0-ppc64le-1 127 k
libunistring ppc64le0.9.9-3.el8 rhels8.0.0-ppc64le-1 422 k
libusbx ppc64le1.0.22-1.el8 rhels8.0.0-ppc64le-1 74 k
libutempter ppc64le1.1.6-14.el8 rhels8.0.0-ppc64le-1 32 k
libuuid ppc64le2.32.1-8.el8 rhels8.0.0-ppc64le-1 94 k
libverto ppc64le0.3.0-5.el8 rhels8.0.0-ppc64le-1 26 k
libverto-libevent ppc64le0.3.0-5.el8 rhels8.0.0-ppc64le-1 16 k
libvpd ppc64le2.2.6-1.el8 rhels8.0.0-ppc64le-1 86 k
libxcrypt ppc64le4.1.1-4.el8 rhels8.0.0-ppc64le-1 77 k
libxml2 ppc64le2.9.7-5.el8 rhels8.0.0-ppc64le-1 756 k
linux-firmware noarch20190111-92.gitd9fb2ee6.el8 rhels8.0.0-ppc64le-1 60 M
logrotate ppc64le3.14.0-3.el8 rhels8.0.0-ppc64le-1 87 k
lua-libs ppc64le5.3.4-10.el8 rhels8.0.0-ppc64le-1 129 k
lz4-libs ppc64le1.8.1.2-4.el8 rhels8.0.0-ppc64le-1 62 k
mozjs52 ppc64le52.9.0-1.el8 rhels8.0.0-ppc64le-1 6.6 M
mpfr ppc64le3.1.6-1.el8 rhels8.0.0-ppc64le-1 234 k
ncurses ppc64le6.1-7.20180224.el8 rhels8.0.0-ppc64le-1 392 k
ncurses-base noarch6.1-7.20180224.el8 rhels8.0.0-ppc64le-1 81 k
ncurses-libs ppc64le6.1-7.20180224.el8 rhels8.0.0-ppc64le-1 363 k
nettle ppc64le3.4.1-1.el8 rhels8.0.0-ppc64le-1 326 k
npth ppc64le1.5-4.el8 rhels8.0.0-ppc64le-1 26 k
numactl-libs ppc64le2.0.12-2.el8 rhels8.0.0-ppc64le-1 38 k
openldap ppc64le2.4.46-9.el8 rhels8.0.0-ppc64le-1 376 k
openssh ppc64le7.8p1-4.el8 rhels8.0.0-ppc64le-1 504 k
openssl-libs ppc64le1:1.1.1-8.el8 rhels8.0.0-ppc64le-1 1.5 M
os-prober ppc64le1.74-6.el8 rhels8.0.0-ppc64le-1 55 k
p11-kit ppc64le0.23.14-4.el8 rhels8.0.0-ppc64le-1 271 k
p11-kit-trust ppc64le0.23.14-4.el8 rhels8.0.0-ppc64le-1 151 k
pam ppc64le1.3.1-4.el8 rhels8.0.0-ppc64le-1 772 k
pcre ppc64le8.42-4.el8 rhels8.0.0-ppc64le-1 206 k
pcre2 ppc64le10.32-1.el8 rhels8.0.0-ppc64le-1 234 k
perl-Carp noarch1.42-396.el8 rhels8.0.0-ppc64le-1 30 k
perl-Data-Dumper ppc64le2.167-399.el8 rhels8.0.0-ppc64le-1 59 k
perl-Encode ppc64le4:2.97-3.el8 rhels8.0.0-ppc64le-1 1.5 M
perl-Errno ppc64le1.28-416.el8 rhels8.0.0-ppc64le-1 76 k
perl-Exporter noarch5.72-396.el8 rhels8.0.0-ppc64le-1 34 k
perl-File-Path noarch2.15-2.el8 rhels8.0.0-ppc64le-1 38 k
perl-File-Temp noarch0.230.600-1.el8 rhels8.0.0-ppc64le-1 63 k
perl-Getopt-Long noarch1:2.50-4.el8 rhels8.0.0-ppc64le-1 63 k
perl-HTTP-Tiny noarch0.074-1.el8 rhels8.0.0-ppc64le-1 58 k
perl-IO ppc64le1.38-416.el8 rhels8.0.0-ppc64le-1 142 k
perl-MIME-Base64 ppc64le3.15-396.el8 rhels8.0.0-ppc64le-1 31 k
perl-Math-BigInt noarch1:1.9998.11-5.el8 rhels8.0.0-ppc64le-1 195 k
perl-Math-Complex noarch1.59-416.el8 rhels8.0.0-ppc64le-1 108 k
perl-PathTools ppc64le3.74-1.el8 rhels8.0.0-ppc64le-1 91 k
perl-Pod-Escapes noarch1:1.07-395.el8 rhels8.0.0-ppc64le-1 20 k
perl-Pod-Perldoc noarch3.28-396.el8 rhels8.0.0-ppc64le-1 88 k
perl-Pod-Simple noarch1:3.35-395.el8 rhels8.0.0-ppc64le-1 213 k
perl-Pod-Usage noarch4:1.69-395.el8 rhels8.0.0-ppc64le-1 34 k
perl-Scalar-List-Utils ppc64le3:1.49-2.el8 rhels8.0.0-ppc64le-1 71 k
perl-Socket ppc64le4:2.027-2.el8 rhels8.0.0-ppc64le-1 59 k
perl-Storable ppc64le1:3.11-3.el8 rhels8.0.0-ppc64le-1 100 k
perl-Term-ANSIColor noarch4.06-396.el8 rhels8.0.0-ppc64le-1 46 k
perl-Term-Cap noarch1.17-395.el8 rhels8.0.0-ppc64le-1 23 k
perl-Text-ParseWords noarch3.30-395.el8 rhels8.0.0-ppc64le-1 18 k
perl-Text-Tabs+Wrap noarch2013.0523-395.el8 rhels8.0.0-ppc64le-1 24 k
perl-Time-Local noarch1:1.280-1.el8 rhels8.0.0-ppc64le-1 34 k
perl-Unicode-Normalize ppc64le1.25-396.el8 rhels8.0.0-ppc64le-1 80 k
perl-constant noarch1.33-396.el8 rhels8.0.0-ppc64le-1 25 k
perl-interpreter ppc64le4:5.26.3-416.el8 rhels8.0.0-ppc64le-1 6.3 M
perl-libs ppc64le4:5.26.3-416.el8 rhels8.0.0-ppc64le-1 1.6 M
perl-macros ppc64le4:5.26.3-416.el8 rhels8.0.0-ppc64le-1 72 k
perl-parent noarch1:0.237-1.el8 rhels8.0.0-ppc64le-1 20 k
perl-podlators noarch4.11-1.el8 rhels8.0.0-ppc64le-1 118 k
perl-threads ppc64le1:2.21-2.el8 rhels8.0.0-ppc64le-1 62 k
perl-threads-shared ppc64le1.58-2.el8 rhels8.0.0-ppc64le-1 49 k
pkgconf ppc64le1.4.2-1.el8 rhels8.0.0-ppc64le-1 39 k
pkgconf-m4 noarch1.4.2-1.el8 rhels8.0.0-ppc64le-1 17 k
pkgconf-pkg-config ppc64le1.4.2-1.el8 rhels8.0.0-ppc64le-1 15 k
platform-python ppc64le3.6.8-1.el8 rhels8.0.0-ppc64le-1 79 k
platform-python-pip noarch9.0.3-13.el8 rhels8.0.0-ppc64le-1 1.8 M
platform-python-setuptools noarch39.2.0-4.el8 rhels8.0.0-ppc64le-1 632 k
policycoreutils ppc64le2.8-16.1.el8 rhels8.0.0-ppc64le-1 365 k
polkit ppc64le0.115-6.el8 rhels8.0.0-ppc64le-1 155 k
polkit-libs ppc64le0.115-6.el8 rhels8.0.0-ppc64le-1 78 k
polkit-pkla-compat ppc64le0.1-12.el8 rhels8.0.0-ppc64le-1 47 k
popt ppc64le1.16-14.el8 rhels8.0.0-ppc64le-1 65 k
publicsuffix-list-dafsa noarch20180723-1.el8 rhels8.0.0-ppc64le-1 56 k
python3-libs ppc64le3.6.8-1.el8 rhels8.0.0-ppc64le-1 7.4 M
python3-setuptools noarch39.2.0-4.el8 rhels8.0.0-ppc64le-1 162 k
quota ppc64le1:4.04-10.el8 rhels8.0.0-ppc64le-1 230 k
quota-nls noarch1:4.04-10.el8 rhels8.0.0-ppc64le-1 94 k
readline ppc64le7.0-10.el8 rhels8.0.0-ppc64le-1 210 k
redhat-release ppc64le8.0-0.43.el8 rhels8.0.0-ppc64le-1 38 k
rpcbind ppc64le1.2.5-3.el8 rhels8.0.0-ppc64le-1 74 k
rpm-libs ppc64le4.14.2-9.el8 rhels8.0.0-ppc64le-1 364 k
sed ppc64le4.5-1.el8 rhels8.0.0-ppc64le-1 303 k
setup noarch2.12.2-1.el8 rhels8.0.0-ppc64le-1 180 k
sg3_utils-libs ppc64le1.44-2.el8 rhels8.0.0-ppc64le-1 101 k
shadow-utils ppc64le2:4.6-7.el8 rhels8.0.0-ppc64le-1 1.2 M
sqlite-libs ppc64le3.26.0-3.el8 rhels8.0.0-ppc64le-1 623 k
systemd ppc64le239-13.el8 rhels8.0.0-ppc64le-1 3.5 M
systemd-libs ppc64le239-13.el8 rhels8.0.0-ppc64le-1 564 k
systemd-pam ppc64le239-13.el8 rhels8.0.0-ppc64le-1 233 k
systemd-udev ppc64le239-13.el8 rhels8.0.0-ppc64le-1 1.3 M
trousers-lib ppc64le0.3.14-2.el8 rhels8.0.0-ppc64le-1 176 k
tzdata noarch2018i-1.el8 rhels8.0.0-ppc64le-1 464 k
which ppc64le2.21-10.el8 rhels8.0.0-ppc64le-1 50 k
xz-libs ppc64le5.2.4-3.el8 rhels8.0.0-ppc64le-1 112 k
zlib ppc64le1.2.11-10.el8 rhels8.0.0-ppc64le-1 106 k
Installing weak dependencies:
geolite2-city noarch20180605-1.el8 rhels8.0.0-ppc64le-0 19 M
geolite2-country noarch20180605-1.el8 rhels8.0.0-ppc64le-0 1.0 M
libmaxminddb ppc64le1.2.0-6.el8 rhels8.0.0-ppc64le-0 26 k
libxkbcommon ppc64le0.8.2-1.el8 rhels8.0.0-ppc64le-0 123 k
perl-IO-Socket-IP noarch0.39-5.el8 rhels8.0.0-ppc64le-0 47 k
perl-IO-Socket-SSL noarch2.060-2.el8 rhels8.0.0-ppc64le-0 289 k
perl-Mozilla-CA noarch20160104-7.el8 rhels8.0.0-ppc64le-0 15 k
pinentry ppc64le1.1.0-2.el8 rhels8.0.0-ppc64le-0 106 k
cracklib-dicts ppc64le2.9.6-15.el8 rhels8.0.0-ppc64le-1 4.0 M
gnupg2-smime ppc64le2.2.9-1.el8 rhels8.0.0-ppc64le-1 309 k
grubby ppc64le8.40-34.el8 rhels8.0.0-ppc64le-1 50 k
hardlink ppc64le1:1.3-6.el8 rhels8.0.0-ppc64le-1 30 k
kbd ppc64le2.0.4-8.el8 rhels8.0.0-ppc64le-1 391 k
kpartx ppc64le0.7.8-5.el8 rhels8.0.0-ppc64le-1 103 k
openssl-pkcs11 ppc64le0.4.8-2.el8 rhels8.0.0-ppc64le-1 70 k
pigz ppc64le2.4-2.el8 rhels8.0.0-ppc64le-1 79 k
redhat-release-eula ppc64le8.0-0.43.el8 rhels8.0.0-ppc64le-1 15 k
shared-mime-info ppc64le1.9-3.el8 rhels8.0.0-ppc64le-1 332 k
timedatex ppc64le0.5-3.el8 rhels8.0.0-ppc64le-1 33 k
trousers ppc64le0.3.14-2.el8 rhels8.0.0-ppc64le-1 156 k
Enabling module streams:
perl-DBD-MySQL 4.046
perl-DBD-Pg 3.7
perl-DBI 1.641
python36 3.6
Transaction Summary
================================================================================
Install 290 Packages
Total size: 258 M
Installed size: 1.1 G
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Running scriptlet: filesystem-3.8-2.el8.ppc64le 1/1
Running scriptlet: mariadb-connector-c-3.0.7-1.el8.ppc64le 1/1
Preparing : 1/1
Installing : libgcc-8.2.1-3.5.el8.ppc64le 1/290
Running scriptlet: libgcc-8.2.1-3.5.el8.ppc64le 1/290
Installing : geolite2-country-20180605-1.el8.noarch 2/290
Installing : geolite2-city-20180605-1.el8.noarch 3/290
Installing : tzdata-2018i-1.el8.noarch 4/290
Installing : redhat-release-eula-8.0-0.43.el8.ppc64le 5/290
Installing : redhat-release-8.0-0.43.el8.ppc64le 6/290
Installing : setup-2.12.2-1.el8.noarch 7/290
Running scriptlet: setup-2.12.2-1.el8.noarch 7/290
Installing : filesystem-3.8-2.el8.ppc64le 8/290
Installing : basesystem-11-5.el8.noarch 9/290
Installing : quota-nls-1:4.04-10.el8.noarch 10/290
Installing : publicsuffix-list-dafsa-20180723-1.el8.noarch 11/290
Installing : pkgconf-m4-1.4.2-1.el8.noarch 12/290
Installing : ncurses-base-6.1-7.20180224.el8.noarch 13/290
Installing : pcre2-10.32-1.el8.ppc64le 14/290
Installing : libselinux-2.8-6.el8.ppc64le 15/290
Installing : ncurses-libs-6.1-7.20180224.el8.ppc64le 16/290
Installing : glibc-all-langpacks-2.28-42.el8.ppc64le 17/290
Installing : glibc-common-2.28-42.el8.ppc64le 18/290
Running scriptlet: glibc-2.28-42.el8.ppc64le 19/290
Installing : glibc-2.28-42.el8.ppc64le 19/290
Running scriptlet: glibc-2.28-42.el8.ppc64le 19/290
Installing : bash-4.4.19-7.el8.ppc64le 20/290
Running scriptlet: bash-4.4.19-7.el8.ppc64le 20/290
Installing : libsepol-2.8-2.el8.ppc64le 21/290
Running scriptlet: libsepol-2.8-2.el8.ppc64le 21/290
Installing : zlib-1.2.11-10.el8.ppc64le 22/290
Installing : info-6.5-4.el8.ppc64le 23/290
Installing : libcom_err-1.44.3-2.el8.ppc64le 24/290
Running scriptlet: libcom_err-1.44.3-2.el8.ppc64le 24/290
Installing : xz-libs-5.2.4-3.el8.ppc64le 25/290
Installing : libcap-2.25-9.el8.ppc64le 26/290
Installing : libxcrypt-4.1.1-4.el8.ppc64le 27/290
Installing : perl-Carp-1.42-396.el8.noarch 28/290
Installing : perl-Exporter-5.72-396.el8.noarch 29/290
Installing : perl-libs-4:5.26.3-416.el8.ppc64le 30/290
Installing : bzip2-libs-1.0.6-26.el8.ppc64le 31/290
Installing : libgpg-error-1.31-1.el8.ppc64le 32/290
Installing : libuuid-2.32.1-8.el8.ppc64le 33/290
Running scriptlet: libuuid-2.32.1-8.el8.ppc64le 33/290
Installing : perl-Scalar-List-Utils-3:1.49-2.el8.ppc64le 34/290
Installing : readline-7.0-10.el8.ppc64le 35/290
Running scriptlet: readline-7.0-10.el8.ppc64le 35/290
Installing : perl-parent-1:0.237-1.el8.noarch 36/290
Installing : libxml2-2.9.7-5.el8.ppc64le 37/290
Installing : libstdc++-8.2.1-3.5.el8.ppc64le 38/290
Running scriptlet: libstdc++-8.2.1-3.5.el8.ppc64le 38/290
Installing : popt-1.16-14.el8.ppc64le 39/290
Installing : chkconfig-1.11-1.el8.ppc64le 40/290
Installing : libgcrypt-1.8.3-2.el8.ppc64le 41/290
Running scriptlet: libgcrypt-1.8.3-2.el8.ppc64le 41/290
Installing : libunistring-0.9.9-3.el8.ppc64le 42/290
Installing : libidn2-2.0.5-1.el8.ppc64le 43/290
Running scriptlet: libidn2-2.0.5-1.el8.ppc64le 43/290
Installing : elfutils-libelf-0.174-6.el8.ppc64le 44/290
Installing : sqlite-libs-3.26.0-3.el8.ppc64le 45/290
Installing : expat-2.2.5-3.el8.ppc64le 46/290
Installing : gmp-1:6.1.2-8.el8.ppc64le 47/290
Running scriptlet: gmp-1:6.1.2-8.el8.ppc64le 47/290
Installing : libattr-2.4.48-3.el8.ppc64le 48/290
Installing : libacl-2.2.53-1.el8.ppc64le 49/290
Installing : sed-4.5-1.el8.ppc64le 50/290
Running scriptlet: sed-4.5-1.el8.ppc64le 50/290
Installing : libcap-ng-0.7.9-4.el8.ppc64le 51/290
Installing : audit-libs-3.0-0.10.20180831git0047a6c.el8.ppc64 52/290
Installing : libassuan-2.5.1-3.el8.ppc64le 53/290
Installing : keyutils-libs-1.5.10-6.el8.ppc64le 54/290
Installing : libffi-3.1-18.el8.ppc64le 55/290
Installing : p11-kit-0.23.14-4.el8.ppc64le 56/290
Running scriptlet: p11-kit-0.23.14-4.el8.ppc64le 56/290
Installing : nettle-3.4.1-1.el8.ppc64le 57/290
Running scriptlet: nettle-3.4.1-1.el8.ppc64le 57/290
Installing : gdbm-libs-1:1.18-1.el8.ppc64le 58/290
Installing : libverto-0.3.0-5.el8.ppc64le 59/290
Installing : lz4-libs-1.8.1.2-4.el8.ppc64le 60/290
Installing : libsemanage-2.8-5.el8.ppc64le 61/290
Installing : libmetalink-0.1.3-7.el8.ppc64le 62/290
Installing : libpsl-0.20.2-5.el8.ppc64le 63/290
Installing : libksba-1.3.5-7.el8.ppc64le 64/290
Installing : perl-Text-ParseWords-3.30-395.el8.noarch 65/290
Installing : e2fsprogs-libs-1.44.3-2.el8.ppc64le 66/290
Running scriptlet: e2fsprogs-libs-1.44.3-2.el8.ppc64le 66/290
Installing : diffutils-3.6-5.el8.ppc64le 67/290
Running scriptlet: diffutils-3.6-5.el8.ppc64le 67/290
Installing : findutils-1:4.6.0-20.el8.ppc64le 68/290
Running scriptlet: findutils-1:4.6.0-20.el8.ppc64le 68/290
Installing : libgomp-8.2.1-3.5.el8.ppc64le 69/290
Running scriptlet: libgomp-8.2.1-3.5.el8.ppc64le 69/290
Installing : grub2-common-1:2.02-66.el8.noarch 70/290
Installing : libbasicobjects-0.1.1-39.el8.ppc64le 71/290
Installing : libcollection-0.7.0-39.el8.ppc64le 72/290
Installing : libedit-3.1-23.20170329cvs.el8.ppc64le 73/290
Installing : libref_array-0.1.5-39.el8.ppc64le 74/290
Installing : libseccomp-2.3.3-3.el8.ppc64le 75/290
Running scriptlet: libseccomp-2.3.3-3.el8.ppc64le 75/290
Installing : libtasn1-4.13-3.el8.ppc64le 76/290
Running scriptlet: libtasn1-4.13-3.el8.ppc64le 76/290
Installing : p11-kit-trust-0.23.14-4.el8.ppc64le 77/290
Running scriptlet: p11-kit-trust-0.23.14-4.el8.ppc64le 77/290
Installing : lua-libs-5.3.4-10.el8.ppc64le 78/290
Installing : ncurses-6.1-7.20180224.el8.ppc64le 79/290
Installing : pcre-8.42-4.el8.ppc64le 80/290
Installing : grep-3.1-6.el8.ppc64le 81/290
Running scriptlet: grep-3.1-6.el8.ppc64le 81/290
Installing : xz-5.2.4-3.el8.ppc64le 82/290
Installing : gdbm-1:1.18-1.el8.ppc64le 83/290
Installing : keyutils-1.5.10-6.el8.ppc64le 84/290
Installing : groff-base-1.22.3-18.el8.ppc64le 85/290
Installing : acl-2.2.53-1.el8.ppc64le 86/290
Installing : mpfr-3.1.6-1.el8.ppc64le 87/290
Running scriptlet: mpfr-3.1.6-1.el8.ppc64le 87/290
Installing : libvpd-2.2.6-1.el8.ppc64le 88/290
Running scriptlet: libvpd-2.2.6-1.el8.ppc64le 88/290
Installing : mozjs52-52.9.0-1.el8.ppc64le 89/290
Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 90/290
Installing : perl-macros-4:5.26.3-416.el8.ppc64le 91/290
Installing : perl-Errno-1.28-416.el8.ppc64le 92/290
Installing : perl-Socket-4:2.027-2.el8.ppc64le 93/290
Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 94/290
Installing : perl-Unicode-Normalize-1.25-396.el8.ppc64le 95/290
Installing : perl-File-Path-2.15-2.el8.noarch 96/290
Installing : perl-IO-1.38-416.el8.ppc64le 97/290
Installing : perl-PathTools-3.74-1.el8.ppc64le 98/290
Installing : perl-constant-1.33-396.el8.noarch 99/290
Installing : perl-threads-1:2.21-2.el8.ppc64le 100/290
Installing : perl-threads-shared-1.58-2.el8.ppc64le 101/290
Installing : perl-interpreter-4:5.26.3-416.el8.ppc64le 102/290
Installing : perl-MIME-Base64-3.15-396.el8.ppc64le 103/290
Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 104/290
Installing : perl-Data-Dumper-2.167-399.el8.ppc64le 105/290
Installing : perl-Storable-1:3.11-3.el8.ppc64le 106/290
Installing : perl-Time-Local-1:1.280-1.el8.noarch 107/290
Installing : perl-Digest-1.17-395.el8.noarch 108/290
Installing : perl-Digest-MD5-2.55-396.el8.ppc64le 109/290
Installing : perl-version-6:0.99.24-1.el8.ppc64le 110/290
Installing : perl-File-Temp-0.230.600-1.el8.noarch 111/290
Installing : perl-Math-Complex-1.59-416.el8.noarch 112/290
Installing : perl-Math-BigInt-1:1.9998.11-5.el8.noarch 113/290
Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 114/290
Installing : perl-Term-Cap-1.17-395.el8.noarch 115/290
Installing : libss-1.44.3-2.el8.ppc64le 116/290
Running scriptlet: libss-1.44.3-2.el8.ppc64le 116/290
Installing : coreutils-common-8.30-6.el8.ppc64le 117/290
Running scriptlet: coreutils-common-8.30-6.el8.ppc64le 117/290
Installing : file-libs-5.33-8.el8.ppc64le 118/290
Installing : file-5.33-8.el8.ppc64le 119/290
Installing : pigz-2.4-2.el8.ppc64le 120/290
Installing : libestr-0.1.10-1.el8.ppc64le 121/290
Running scriptlet: libestr-0.1.10-1.el8.ppc64le 121/290
Installing : libfastjson-0.99.8-2.el8.ppc64le 122/290
Running scriptlet: libfastjson-0.99.8-2.el8.ppc64le 122/290
Installing : libmaxminddb-1.2.0-6.el8.ppc64le 123/290
Running scriptlet: libmaxminddb-1.2.0-6.el8.ppc64le 123/290
Installing : ipcalc-0.2.4-3.el8.ppc64le 124/290
Installing : brotli-1.0.6-1.el8.ppc64le 125/290
Installing : cpio-2.12-8.el8.ppc64le 126/290
Installing : fuse-libs-2.9.7-12.el8.ppc64le 127/290
Running scriptlet: fuse-libs-2.9.7-12.el8.ppc64le 127/290
Installing : hardlink-1:1.3-6.el8.ppc64le 128/290
Installing : json-c-0.13.1-0.2.el8.ppc64le 129/290
Installing : libmnl-1.0.4-6.el8.ppc64le 130/290
Running scriptlet: libmnl-1.0.4-6.el8.ppc64le 130/290
Installing : libnghttp2-1.33.0-1.el8.ppc64le 131/290
Installing : libpath_utils-0.2.1-39.el8.ppc64le 132/290
Installing : libini_config-1.3.1-39.el8.ppc64le 133/290
Installing : libpkgconf-1.4.2-1.el8.ppc64le 134/290
Installing : pkgconf-1.4.2-1.el8.ppc64le 135/290
Installing : pkgconf-pkg-config-1.4.2-1.el8.ppc64le 136/290
Installing : libpcap-14:1.9.0-1.el8.ppc64le 137/290
Installing : iptables-libs-1.8.2-9.el8.ppc64le 138/290
Installing : librtas-2.0.2-1.el8.ppc64le 139/290
Running scriptlet: librtas-2.0.2-1.el8.ppc64le 139/290
Installing : libselinux-utils-2.8-6.el8.ppc64le 140/290
Installing : libsigsegv-2.11-5.el8.ppc64le 141/290
Installing : gawk-4.2.1-1.el8.ppc64le 142/290
Installing : libsmartcols-2.32.1-8.el8.ppc64le 143/290
Running scriptlet: libsmartcols-2.32.1-8.el8.ppc64le 143/290
Installing : npth-1.5-4.el8.ppc64le 144/290
Installing : numactl-libs-2.0.12-2.el8.ppc64le 145/290
Running scriptlet: numactl-libs-2.0.12-2.el8.ppc64le 145/290
Installing : sg3_utils-libs-1.44-2.el8.ppc64le 146/290
Running scriptlet: sg3_utils-libs-1.44-2.el8.ppc64le 146/290
Installing : which-2.21-10.el8.ppc64le 147/290
Installing : linux-firmware-20190111-92.gitd9fb2ee6.el8.noarc 148/290
Installing : kbd-misc-2.0.4-8.el8.noarch 149/290
Installing : kbd-legacy-2.0.4-8.el8.noarch 150/290
Installing : dhcp-common-12:4.3.6-30.el8.noarch 151/290
Installing : dbus-common-1:1.12.8-7.el8.noarch 152/290
Installing : xkeyboard-config-2.24-3.el8.noarch 153/290
Installing : libxkbcommon-0.8.2-1.el8.ppc64le 154/290
Installing : cyrus-sasl-lib-2.1.27-0.3rc7.el8.ppc64le 155/290
Running scriptlet: cyrus-sasl-lib-2.1.27-0.3rc7.el8.ppc64le 155/290
Installing : libssh-0.8.5-2.el8.ppc64le 156/290
Installing : openldap-2.4.46-9.el8.ppc64le 157/290
Installing : libcurl-7.61.1-8.el8.ppc64le 158/290
Installing : libkcapi-1.1.1-16_1.el8.ppc64le 159/290
Installing : libkcapi-hmaccalc-1.1.1-16_1.el8.ppc64le 160/290
Installing : libarchive-3.3.2-3.el8.ppc64le 161/290
Installing : libdb-utils-5.3.28-36.el8.ppc64le 162/290
Installing : curl-7.61.1-8.el8.ppc64le 163/290
Installing : openssl-1:1.1.1-8.el8.ppc64le 164/290
Installing : elfutils-default-yama-scope-0.174-6.el8.noarch 165/290
Running scriptlet: elfutils-default-yama-scope-0.174-6.el8.noarch 165/290
Installing : elfutils-libs-0.174-6.el8.ppc64le 166/290
Installing : gzip-1.9-4.el8.ppc64le 167/290
Running scriptlet: gzip-1.9-4.el8.ppc64le 167/290
Installing : cracklib-2.9.6-15.el8.ppc64le 168/290
Installing : cracklib-dicts-2.9.6-15.el8.ppc64le 169/290
Installing : gettext-libs-0.19.8.1-14.el8.ppc64le 170/290
Installing : libcroco-0.6.12-4.el8.ppc64le 171/290
Running scriptlet: libcroco-0.6.12-4.el8.ppc64le 171/290
Installing : procps-ng-3.3.15-1.el8.ppc64le 172/290
Installing : krb5-libs-1.16.1-22.el8.ppc64le 173/290
Installing : libtirpc-1.1.4-3.el8.ppc64le 174/290
Running scriptlet: libtirpc-1.1.4-3.el8.ppc64le 174/290
Installing : libnsl2-1.2.0-2.20180605git4a062cf.el8.ppc64le 175/290
Running scriptlet: libnsl2-1.2.0-2.20180605git4a062cf.el8.ppc64le 175/290
Installing : grub2-tools-minimal-1:2.02-66.el8.ppc64le 176/290
Installing : kpartx-0.7.8-5.el8.ppc64le 177/290
Installing : device-mapper-8:1.02.155-6.el8.ppc64le 178/290
Installing : openssl-pkcs11-0.4.8-2.el8.ppc64le 179/290
Running scriptlet: openssl-pkcs11-0.4.8-2.el8.ppc64le 179/290
Installing : rpm-4.14.2-9.el8.ppc64le 180/290
Installing : libfdisk-2.32.1-8.el8.ppc64le 181/290
Running scriptlet: libfdisk-2.32.1-8.el8.ppc64le 181/290
Installing : libmount-2.32.1-8.el8.ppc64le 182/290
Running scriptlet: libmount-2.32.1-8.el8.ppc64le 182/290
Installing : gettext-0.19.8.1-14.el8.ppc64le 183/290
Running scriptlet: gettext-0.19.8.1-14.el8.ppc64le 183/290
Installing : glib2-2.56.4-1.el8.ppc64le 184/290
Installing : dbus-libs-1:1.12.8-7.el8.ppc64le 185/290
Running scriptlet: dbus-libs-1:1.12.8-7.el8.ppc64le 185/290
Installing : dbus-tools-1:1.12.8-7.el8.ppc64le 186/290
Installing : coreutils-8.30-6.el8.ppc64le 187/290
Installing : systemd-libs-239-13.el8.ppc64le 188/290
Running scriptlet: systemd-libs-239-13.el8.ppc64le 188/290
Installing : libblkid-2.32.1-8.el8.ppc64le 189/290
Running scriptlet: libblkid-2.32.1-8.el8.ppc64le 189/290
Installing : shadow-utils-2:4.6-7.el8.ppc64le 190/290
Installing : device-mapper-libs-8:1.02.155-6.el8.ppc64le 191/290
Running scriptlet: device-mapper-libs-8:1.02.155-6.el8.ppc64le 191/290
Running scriptlet: ca-certificates-2018.2.24-6.el8.noarch 192/290
Installing : ca-certificates-2018.2.24-6.el8.noarch 192/290
Running scriptlet: ca-certificates-2018.2.24-6.el8.noarch 192/290
Running scriptlet: dbus-daemon-1:1.12.8-7.el8.ppc64le 193/290
Installing : dbus-daemon-1:1.12.8-7.el8.ppc64le 193/290
Running scriptlet: dbus-daemon-1:1.12.8-7.el8.ppc64le 193/290
Running scriptlet: libutempter-1.1.6-14.el8.ppc64le 194/290
Installing : libutempter-1.1.6-14.el8.ppc64le 194/290
Installing : shared-mime-info-1.9-3.el8.ppc64le 195/290
Running scriptlet: shared-mime-info-1.9-3.el8.ppc64le 195/290
Installing : kmod-25-11.el8.ppc64le 196/290
Installing : kmod-libs-25-11.el8.ppc64le 197/290
Running scriptlet: kmod-libs-25-11.el8.ppc64le 197/290
Installing : kbd-2.0.4-8.el8.ppc64le 198/290
Installing : libpwquality-1.4.0-9.el8.ppc64le 199/290
Installing : systemd-pam-239-13.el8.ppc64le 200/290
Installing : cryptsetup-libs-2.0.6-1.el8.ppc64le 201/290
Running scriptlet: cryptsetup-libs-2.0.6-1.el8.ppc64le 201/290
Installing : dracut-049-10.git20190115.el8.ppc64le 202/290
Installing : libdb-5.3.28-36.el8.ppc64le 203/290
Running scriptlet: libdb-5.3.28-36.el8.ppc64le 203/290
Installing : pam-1.3.1-4.el8.ppc64le 204/290
Running scriptlet: pam-1.3.1-4.el8.ppc64le 204/290
Installing : util-linux-2.32.1-8.el8.ppc64le 205/290
Running scriptlet: util-linux-2.32.1-8.el8.ppc64le 205/290
Installing : rpm-libs-4.14.2-9.el8.ppc64le 206/290
Running scriptlet: rpm-libs-4.14.2-9.el8.ppc64le 206/290
Installing : trousers-lib-0.3.14-2.el8.ppc64le 207/290
Running scriptlet: trousers-lib-0.3.14-2.el8.ppc64le 207/290
Installing : openssl-libs-1:1.1.1-8.el8.ppc64le 208/290
Running scriptlet: openssl-libs-1:1.1.1-8.el8.ppc64le 208/290
Installing : grubby-8.40-34.el8.ppc64le 209/290
Installing : crypto-policies-20181217-6.git9a35207.el8.noarch 210/290
Running scriptlet: crypto-policies-20181217-6.git9a35207.el8.noarch 210/290
Installing : os-prober-1.74-6.el8.ppc64le 211/290
Running scriptlet: grub2-tools-1:2.02-66.el8.ppc64le 212/290
Installing : grub2-tools-1:2.02-66.el8.ppc64le 212/290
Running scriptlet: grub2-tools-1:2.02-66.el8.ppc64le 212/290
Installing : gnutls-3.6.5-2.el8.ppc64le 213/290
Installing : dbus-1:1.12.8-7.el8.ppc64le 214/290
Running scriptlet: systemd-239-13.el8.ppc64le 215/290
Installing : systemd-239-13.el8.ppc64le 215/290
Running scriptlet: systemd-239-13.el8.ppc64le 215/290
Installing : systemd-udev-239-13.el8.ppc64le 216/290
Running scriptlet: systemd-udev-239-13.el8.ppc64le 216/290
Running scriptlet: trousers-0.3.14-2.el8.ppc64le 217/290
Installing : trousers-0.3.14-2.el8.ppc64le 217/290
Running scriptlet: trousers-0.3.14-2.el8.ppc64le 217/290
Installing : kernel-core-4.18.0-74.el8.ppc64le 218/290
Running scriptlet: kernel-core-4.18.0-74.el8.ppc64le 218/290
Installing : iputils-20180629-1.el8.ppc64le 219/290
Running scriptlet: iputils-20180629-1.el8.ppc64le 219/290
Installing : libevent-2.1.8-5.el8.ppc64le 220/290
Installing : iproute-4.18.0-11.el8.ppc64le 221/290
Installing : polkit-libs-0.115-6.el8.ppc64le 222/290
Running scriptlet: polkit-libs-0.115-6.el8.ppc64le 222/290
Running scriptlet: polkit-0.115-6.el8.ppc64le 223/290
Installing : polkit-0.115-6.el8.ppc64le 223/290
Running scriptlet: polkit-0.115-6.el8.ppc64le 223/290
Installing : polkit-pkla-compat-0.1-12.el8.ppc64le 224/290
Installing : timedatex-0.5-3.el8.ppc64le 225/290
Running scriptlet: timedatex-0.5-3.el8.ppc64le 225/290
Installing : libverto-libevent-0.3.0-5.el8.ppc64le 226/290
Installing : gssproxy-0.8.0-5.el8.ppc64le 227/290
Running scriptlet: gssproxy-0.8.0-5.el8.ppc64le 227/290
Installing : kernel-modules-4.18.0-74.el8.ppc64le 228/290
Running scriptlet: kernel-modules-4.18.0-74.el8.ppc64le 228/290
Installing : libpq-10.5-1.el8.ppc64le 229/290
Installing : perl-Net-SSLeay-1.85-6.el8.ppc64le 230/290
Installing : bind-export-libs-32:9.11.4-16.P2.el8.ppc64le 231/290
Running scriptlet: bind-export-libs-32:9.11.4-16.P2.el8.ppc64le 231/290
Installing : fipscheck-lib-1.5.0-4.el8.ppc64le 232/290
Running scriptlet: fipscheck-lib-1.5.0-4.el8.ppc64le 232/290
Installing : fipscheck-1.5.0-4.el8.ppc64le 233/290
Running scriptlet: openssh-7.8p1-4.el8.ppc64le 234/290
Installing : openssh-7.8p1-4.el8.ppc64le 234/290
Installing : platform-python-pip-9.0.3-13.el8.noarch 235/290
Installing : platform-python-setuptools-39.2.0-4.el8.noarch 236/290
Installing : platform-python-3.6.8-1.el8.ppc64le 237/290
Running scriptlet: platform-python-3.6.8-1.el8.ppc64le 237/290
Installing : python3-libs-3.6.8-1.el8.ppc64le 238/290
Installing : python3-setuptools-39.2.0-4.el8.noarch 239/290
Installing : python3-pip-9.0.3-13.el8.noarch 240/290
Installing : python36-3.6.8-1.module+el8+2710+846623d6.ppc64l 241/290
Running scriptlet: python36-3.6.8-1.module+el8+2710+846623d6.ppc64l 241/290
Installing : policycoreutils-2.8-16.1.el8.ppc64le 242/290
Running scriptlet: policycoreutils-2.8-16.1.el8.ppc64le 242/290
Running scriptlet: rpcbind-1.2.5-3.el8.ppc64le 243/290
Installing : rpcbind-1.2.5-3.el8.ppc64le 243/290
Running scriptlet: rpcbind-1.2.5-3.el8.ppc64le 243/290
Installing : perl-Mozilla-CA-20160104-7.el8.noarch 244/290
Installing : perl-libnet-3.11-3.el8.noarch 245/290
Installing : perl-URI-1.73-3.el8.noarch 246/290
Installing : perl-Encode-4:2.97-3.el8.ppc64le 247/290
Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 248/290
Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 249/290
Installing : perl-podlators-4.11-1.el8.noarch 250/290
Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 251/290
Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 252/290
Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 253/290
Installing : perl-IO-Socket-SSL-2.060-2.el8.noarch 254/290
Installing : perl-DBI-1.641-2.module+el8+2701+8f20fb82.ppc64l 255/290
Installing : dhcp-libs-12:4.3.6-30.el8.ppc64le 256/290
Installing : dhcp-client-12:4.3.6-30.el8.ppc64le 257/290
Installing : libusbx-1.0.22-1.el8.ppc64le 258/290
Running scriptlet: logrotate-3.14.0-3.el8.ppc64le 259/290
Installing : logrotate-3.14.0-3.el8.ppc64le 259/290
Installing : libsecret-0.18.6-1.el8.ppc64le 260/290
Installing : pinentry-1.1.0-2.el8.ppc64le 261/290
Running scriptlet: pinentry-1.1.0-2.el8.ppc64le 261/290
Installing : gnupg2-smime-2.2.9-1.el8.ppc64le 262/290
Installing : gnupg2-2.2.9-1.el8.ppc64le 263/290
Installing : gpgme-1.10.0-6.el8.ppc64le 264/290
Installing : libnfsidmap-1:2.3.3-14.el8.ppc64le 265/290
Installing : quota-1:4.04-10.el8.ppc64le 266/290
Installing : mariadb-connector-c-config-3.0.7-1.el8.noarch 267/290
Installing : mariadb-connector-c-3.0.7-1.el8.ppc64le 268/290
Installing : perl-DBD-MySQL-4.046-2.module+el8+2515+0650e81c. 269/290
Running scriptlet: nfs-utils-1:2.3.3-14.el8.ppc64le 270/290
Installing : nfs-utils-1:2.3.3-14.el8.ppc64le 270/290
Running scriptlet: nfs-utils-1:2.3.3-14.el8.ppc64le 270/290
Running in chroot, ignoring request: try-restart
Running in chroot, ignoring request: try-restart
Installing : wget-1.19.5-7.el8.ppc64le 271/290
Running scriptlet: wget-1.19.5-7.el8.ppc64le 271/290
Installing : rsyslog-8.37.0-9.el8.ppc64le 272/290
Running scriptlet: rsyslog-8.37.0-9.el8.ppc64le 272/290
Installing : dracut-network-049-10.git20190115.el8.ppc64le 273/290
Installing : perl-DBD-Pg-3.7.4-2.module+el8+2517+695acd7c.ppc 274/290
Installing : openssh-clients-7.8p1-4.el8.ppc64le 275/290
Running scriptlet: openssh-server-7.8p1-4.el8.ppc64le 276/290
Installing : openssh-server-7.8p1-4.el8.ppc64le 276/290
Running scriptlet: openssh-server-7.8p1-4.el8.ppc64le 276/290
Installing : kernel-4.18.0-74.el8.ppc64le 277/290
Running scriptlet: chrony-3.3-3.el8.ppc64le 278/290
Installing : chrony-3.3-3.el8.ppc64le 278/290
Running scriptlet: chrony-3.3-3.el8.ppc64le 278/290
Running in chroot, ignoring request: daemon-reload
Installing : net-tools-2.0-0.51.20160912git.el8.ppc64le 279/290
Running scriptlet: net-tools-2.0-0.51.20160912git.el8.ppc64le 279/290
Installing : parted-3.2-36.el8.ppc64le 280/290
Running scriptlet: parted-3.2-36.el8.ppc64le 280/290
Installing : e2fsprogs-1.44.3-2.el8.ppc64le 281/290
Installing : irqbalance-2:1.4.0-2.el8.ppc64le 282/290
Running scriptlet: irqbalance-2:1.4.0-2.el8.ppc64le 282/290
Installing : lsvpd-1.7.9-1.el8.ppc64le 283/290
Running scriptlet: lsvpd-1.7.9-1.el8.ppc64le 283/290
Installing : rsync-3.1.3-4.el8.ppc64le 284/290
vpdupdate is not supported on the pSeries KVM Guest platform
Installing : tar-2:1.30-4.el8.ppc64le 285/290
Running scriptlet: tar-2:1.30-4.el8.ppc64le 285/290
Installing : vim-minimal-2:8.0.1763-10.el8.ppc64le 286/290
Installing : bc-1.07.1-5.el8.ppc64le 287/290
Running scriptlet: bc-1.07.1-5.el8.ppc64le 287/290
Installing : bzip2-1.0.6-26.el8.ppc64le 288/290
Installing : hostname-3.20-6.el8.ppc64le 289/290
Running scriptlet: hostname-3.20-6.el8.ppc64le 289/290
Installing : ethtool-2:4.16-1.el8.ppc64le 290/290
Running scriptlet: filesystem-3.8-2.el8.ppc64le 290/290
Running scriptlet: glibc-all-langpacks-2.28-42.el8.ppc64le 290/290
Running scriptlet: kernel-core-4.18.0-74.el8.ppc64le 290/290
dracut: No '/dev/log' or 'logger' included for syslog logging
dracut: Turning off host-only mode: '/run' is not mounted!
dracut: Turning off host-only mode: '/dev' is not mounted!
Running scriptlet: glibc-common-2.28-42.el8.ppc64le 290/290
Running scriptlet: info-6.5-4.el8.ppc64le 290/290
Running scriptlet: glib2-2.56.4-1.el8.ppc64le 290/290
Running scriptlet: shared-mime-info-1.9-3.el8.ppc64le 290/290
Running scriptlet: systemd-239-13.el8.ppc64le 290/290
Running scriptlet: systemd-udev-239-13.el8.ppc64le 290/290
Verifying : geolite2-city-20180605-1.el8.noarch 1/290
Verifying : geolite2-country-20180605-1.el8.noarch 2/290
Verifying : libestr-0.1.10-1.el8.ppc64le 3/290
Verifying : libfastjson-0.99.8-2.el8.ppc64le 4/290
Verifying : libmaxminddb-1.2.0-6.el8.ppc64le 5/290
Verifying : libpq-10.5-1.el8.ppc64le 6/290
Verifying : libxkbcommon-0.8.2-1.el8.ppc64le 7/290
Verifying : mariadb-connector-c-3.0.7-1.el8.ppc64le 8/290
Verifying : mariadb-connector-c-config-3.0.7-1.el8.noarch 9/290
Verifying : perl-DBD-MySQL-4.046-2.module+el8+2515+0650e81c. 10/290
Verifying : perl-DBD-Pg-3.7.4-2.module+el8+2517+695acd7c.ppc 11/290
Verifying : perl-DBI-1.641-2.module+el8+2701+8f20fb82.ppc64l 12/290
Verifying : perl-Digest-1.17-395.el8.noarch 13/290
Verifying : perl-Digest-MD5-2.55-396.el8.ppc64le 14/290
Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 15/290
Verifying : perl-IO-Socket-SSL-2.060-2.el8.noarch 16/290
Verifying : perl-Mozilla-CA-20160104-7.el8.noarch 17/290
Verifying : perl-Net-SSLeay-1.85-6.el8.ppc64le 18/290
Verifying : perl-URI-1.73-3.el8.noarch 19/290
Verifying : perl-libnet-3.11-3.el8.noarch 20/290
Verifying : perl-version-6:0.99.24-1.el8.ppc64le 21/290
Verifying : pinentry-1.1.0-2.el8.ppc64le 22/290
Verifying : python3-pip-9.0.3-13.el8.noarch 23/290
Verifying : python36-3.6.8-1.module+el8+2710+846623d6.ppc64l 24/290
Verifying : rsyslog-8.37.0-9.el8.ppc64le 25/290
Verifying : wget-1.19.5-7.el8.ppc64le 26/290
Verifying : xkeyboard-config-2.24-3.el8.noarch 27/290
Verifying : acl-2.2.53-1.el8.ppc64le 28/290
Verifying : audit-libs-3.0-0.10.20180831git0047a6c.el8.ppc64 29/290
Verifying : basesystem-11-5.el8.noarch 30/290
Verifying : bash-4.4.19-7.el8.ppc64le 31/290
Verifying : bc-1.07.1-5.el8.ppc64le 32/290
Verifying : bind-export-libs-32:9.11.4-16.P2.el8.ppc64le 33/290
Verifying : brotli-1.0.6-1.el8.ppc64le 34/290
Verifying : bzip2-1.0.6-26.el8.ppc64le 35/290
Verifying : bzip2-libs-1.0.6-26.el8.ppc64le 36/290
Verifying : ca-certificates-2018.2.24-6.el8.noarch 37/290
Verifying : chkconfig-1.11-1.el8.ppc64le 38/290
Verifying : chrony-3.3-3.el8.ppc64le 39/290
Verifying : coreutils-8.30-6.el8.ppc64le 40/290
Verifying : coreutils-common-8.30-6.el8.ppc64le 41/290
Verifying : cpio-2.12-8.el8.ppc64le 42/290
Verifying : cracklib-2.9.6-15.el8.ppc64le 43/290
Verifying : cracklib-dicts-2.9.6-15.el8.ppc64le 44/290
Verifying : crypto-policies-20181217-6.git9a35207.el8.noarch 45/290
Verifying : cryptsetup-libs-2.0.6-1.el8.ppc64le 46/290
Verifying : curl-7.61.1-8.el8.ppc64le 47/290
Verifying : cyrus-sasl-lib-2.1.27-0.3rc7.el8.ppc64le 48/290
Verifying : dbus-1:1.12.8-7.el8.ppc64le 49/290
Verifying : dbus-common-1:1.12.8-7.el8.noarch 50/290
Verifying : dbus-daemon-1:1.12.8-7.el8.ppc64le 51/290
Verifying : dbus-libs-1:1.12.8-7.el8.ppc64le 52/290
Verifying : dbus-tools-1:1.12.8-7.el8.ppc64le 53/290
Verifying : device-mapper-8:1.02.155-6.el8.ppc64le 54/290
Verifying : device-mapper-libs-8:1.02.155-6.el8.ppc64le 55/290
Verifying : dhcp-client-12:4.3.6-30.el8.ppc64le 56/290
Verifying : dhcp-common-12:4.3.6-30.el8.noarch 57/290
Verifying : dhcp-libs-12:4.3.6-30.el8.ppc64le 58/290
Verifying : diffutils-3.6-5.el8.ppc64le 59/290
Verifying : dracut-049-10.git20190115.el8.ppc64le 60/290
Verifying : dracut-network-049-10.git20190115.el8.ppc64le 61/290
Verifying : e2fsprogs-1.44.3-2.el8.ppc64le 62/290
Verifying : e2fsprogs-libs-1.44.3-2.el8.ppc64le 63/290
Verifying : elfutils-default-yama-scope-0.174-6.el8.noarch 64/290
Verifying : elfutils-libelf-0.174-6.el8.ppc64le 65/290
Verifying : elfutils-libs-0.174-6.el8.ppc64le 66/290
Verifying : ethtool-2:4.16-1.el8.ppc64le 67/290
Verifying : expat-2.2.5-3.el8.ppc64le 68/290
Verifying : file-5.33-8.el8.ppc64le 69/290
Verifying : file-libs-5.33-8.el8.ppc64le 70/290
Verifying : filesystem-3.8-2.el8.ppc64le 71/290
Verifying : findutils-1:4.6.0-20.el8.ppc64le 72/290
Verifying : fipscheck-1.5.0-4.el8.ppc64le 73/290
Verifying : fipscheck-lib-1.5.0-4.el8.ppc64le 74/290
Verifying : fuse-libs-2.9.7-12.el8.ppc64le 75/290
Verifying : gawk-4.2.1-1.el8.ppc64le 76/290
Verifying : gdbm-1:1.18-1.el8.ppc64le 77/290
Verifying : gdbm-libs-1:1.18-1.el8.ppc64le 78/290
Verifying : gettext-0.19.8.1-14.el8.ppc64le 79/290
Verifying : gettext-libs-0.19.8.1-14.el8.ppc64le 80/290
Verifying : glib2-2.56.4-1.el8.ppc64le 81/290
Verifying : glibc-2.28-42.el8.ppc64le 82/290
Verifying : glibc-all-langpacks-2.28-42.el8.ppc64le 83/290
Verifying : glibc-common-2.28-42.el8.ppc64le 84/290
Verifying : gmp-1:6.1.2-8.el8.ppc64le 85/290
Verifying : gnupg2-2.2.9-1.el8.ppc64le 86/290
Verifying : gnupg2-smime-2.2.9-1.el8.ppc64le 87/290
Verifying : gnutls-3.6.5-2.el8.ppc64le 88/290
Verifying : gpgme-1.10.0-6.el8.ppc64le 89/290
Verifying : grep-3.1-6.el8.ppc64le 90/290
Verifying : groff-base-1.22.3-18.el8.ppc64le 91/290
Verifying : grub2-common-1:2.02-66.el8.noarch 92/290
Verifying : grub2-tools-1:2.02-66.el8.ppc64le 93/290
Verifying : grub2-tools-minimal-1:2.02-66.el8.ppc64le 94/290
Verifying : grubby-8.40-34.el8.ppc64le 95/290
Verifying : gssproxy-0.8.0-5.el8.ppc64le 96/290
Verifying : gzip-1.9-4.el8.ppc64le 97/290
Verifying : hardlink-1:1.3-6.el8.ppc64le 98/290
Verifying : hostname-3.20-6.el8.ppc64le 99/290
Verifying : info-6.5-4.el8.ppc64le 100/290
Verifying : ipcalc-0.2.4-3.el8.ppc64le 101/290
Verifying : iproute-4.18.0-11.el8.ppc64le 102/290
Verifying : iptables-libs-1.8.2-9.el8.ppc64le 103/290
Verifying : iputils-20180629-1.el8.ppc64le 104/290
Verifying : irqbalance-2:1.4.0-2.el8.ppc64le 105/290
Verifying : json-c-0.13.1-0.2.el8.ppc64le 106/290
Verifying : kbd-2.0.4-8.el8.ppc64le 107/290
Verifying : kbd-legacy-2.0.4-8.el8.noarch 108/290
Verifying : kbd-misc-2.0.4-8.el8.noarch 109/290
Verifying : kernel-4.18.0-74.el8.ppc64le 110/290
Verifying : kernel-core-4.18.0-74.el8.ppc64le 111/290
Verifying : kernel-modules-4.18.0-74.el8.ppc64le 112/290
Verifying : keyutils-1.5.10-6.el8.ppc64le 113/290
Verifying : keyutils-libs-1.5.10-6.el8.ppc64le 114/290
Verifying : kmod-25-11.el8.ppc64le 115/290
Verifying : kmod-libs-25-11.el8.ppc64le 116/290
Verifying : kpartx-0.7.8-5.el8.ppc64le 117/290
Verifying : krb5-libs-1.16.1-22.el8.ppc64le 118/290
Verifying : libacl-2.2.53-1.el8.ppc64le 119/290
Verifying : libarchive-3.3.2-3.el8.ppc64le 120/290
Verifying : libassuan-2.5.1-3.el8.ppc64le 121/290
Verifying : libattr-2.4.48-3.el8.ppc64le 122/290
Verifying : libbasicobjects-0.1.1-39.el8.ppc64le 123/290
Verifying : libblkid-2.32.1-8.el8.ppc64le 124/290
Verifying : libcap-2.25-9.el8.ppc64le 125/290
Verifying : libcap-ng-0.7.9-4.el8.ppc64le 126/290
Verifying : libcollection-0.7.0-39.el8.ppc64le 127/290
Verifying : libcom_err-1.44.3-2.el8.ppc64le 128/290
Verifying : libcroco-0.6.12-4.el8.ppc64le 129/290
Verifying : libcurl-7.61.1-8.el8.ppc64le 130/290
Verifying : libdb-5.3.28-36.el8.ppc64le 131/290
Verifying : libdb-utils-5.3.28-36.el8.ppc64le 132/290
Verifying : libedit-3.1-23.20170329cvs.el8.ppc64le 133/290
Verifying : libevent-2.1.8-5.el8.ppc64le 134/290
Verifying : libfdisk-2.32.1-8.el8.ppc64le 135/290
Verifying : libffi-3.1-18.el8.ppc64le 136/290
Verifying : libgcc-8.2.1-3.5.el8.ppc64le 137/290
Verifying : libgcrypt-1.8.3-2.el8.ppc64le 138/290
Verifying : libgomp-8.2.1-3.5.el8.ppc64le 139/290
Verifying : libgpg-error-1.31-1.el8.ppc64le 140/290
Verifying : libidn2-2.0.5-1.el8.ppc64le 141/290
Verifying : libini_config-1.3.1-39.el8.ppc64le 142/290
Verifying : libkcapi-1.1.1-16_1.el8.ppc64le 143/290
Verifying : libkcapi-hmaccalc-1.1.1-16_1.el8.ppc64le 144/290
Verifying : libksba-1.3.5-7.el8.ppc64le 145/290
Verifying : libmetalink-0.1.3-7.el8.ppc64le 146/290
Verifying : libmnl-1.0.4-6.el8.ppc64le 147/290
Verifying : libmount-2.32.1-8.el8.ppc64le 148/290
Verifying : libnfsidmap-1:2.3.3-14.el8.ppc64le 149/290
Verifying : libnghttp2-1.33.0-1.el8.ppc64le 150/290
Verifying : libnsl2-1.2.0-2.20180605git4a062cf.el8.ppc64le 151/290
Verifying : libpath_utils-0.2.1-39.el8.ppc64le 152/290
Verifying : libpcap-14:1.9.0-1.el8.ppc64le 153/290
Verifying : libpkgconf-1.4.2-1.el8.ppc64le 154/290
Verifying : libpsl-0.20.2-5.el8.ppc64le 155/290
Verifying : libpwquality-1.4.0-9.el8.ppc64le 156/290
Verifying : libref_array-0.1.5-39.el8.ppc64le 157/290
Verifying : librtas-2.0.2-1.el8.ppc64le 158/290
Verifying : libseccomp-2.3.3-3.el8.ppc64le 159/290
Verifying : libsecret-0.18.6-1.el8.ppc64le 160/290
Verifying : libselinux-2.8-6.el8.ppc64le 161/290
Verifying : libselinux-utils-2.8-6.el8.ppc64le 162/290
Verifying : libsemanage-2.8-5.el8.ppc64le 163/290
Verifying : libsepol-2.8-2.el8.ppc64le 164/290
Verifying : libsigsegv-2.11-5.el8.ppc64le 165/290
Verifying : libsmartcols-2.32.1-8.el8.ppc64le 166/290
Verifying : libss-1.44.3-2.el8.ppc64le 167/290
Verifying : libssh-0.8.5-2.el8.ppc64le 168/290
Verifying : libstdc++-8.2.1-3.5.el8.ppc64le 169/290
Verifying : libtasn1-4.13-3.el8.ppc64le 170/290
Verifying : libtirpc-1.1.4-3.el8.ppc64le 171/290
Verifying : libunistring-0.9.9-3.el8.ppc64le 172/290
Verifying : libusbx-1.0.22-1.el8.ppc64le 173/290
Verifying : libutempter-1.1.6-14.el8.ppc64le 174/290
Verifying : libuuid-2.32.1-8.el8.ppc64le 175/290
Verifying : libverto-0.3.0-5.el8.ppc64le 176/290
Verifying : libverto-libevent-0.3.0-5.el8.ppc64le 177/290
Verifying : libvpd-2.2.6-1.el8.ppc64le 178/290
Verifying : libxcrypt-4.1.1-4.el8.ppc64le 179/290
Verifying : libxml2-2.9.7-5.el8.ppc64le 180/290
Verifying : linux-firmware-20190111-92.gitd9fb2ee6.el8.noarc 181/290
Verifying : logrotate-3.14.0-3.el8.ppc64le 182/290
Verifying : lsvpd-1.7.9-1.el8.ppc64le 183/290
Verifying : lua-libs-5.3.4-10.el8.ppc64le 184/290
Verifying : lz4-libs-1.8.1.2-4.el8.ppc64le 185/290
Verifying : mozjs52-52.9.0-1.el8.ppc64le 186/290
Verifying : mpfr-3.1.6-1.el8.ppc64le 187/290
Verifying : ncurses-6.1-7.20180224.el8.ppc64le 188/290
Verifying : ncurses-base-6.1-7.20180224.el8.noarch 189/290
Verifying : ncurses-libs-6.1-7.20180224.el8.ppc64le 190/290
Verifying : net-tools-2.0-0.51.20160912git.el8.ppc64le 191/290
Verifying : nettle-3.4.1-1.el8.ppc64le 192/290
Verifying : nfs-utils-1:2.3.3-14.el8.ppc64le 193/290
Verifying : npth-1.5-4.el8.ppc64le 194/290
Verifying : numactl-libs-2.0.12-2.el8.ppc64le 195/290
Verifying : openldap-2.4.46-9.el8.ppc64le 196/290
Verifying : openssh-7.8p1-4.el8.ppc64le 197/290
Verifying : openssh-clients-7.8p1-4.el8.ppc64le 198/290
Verifying : openssh-server-7.8p1-4.el8.ppc64le 199/290
Verifying : openssl-1:1.1.1-8.el8.ppc64le 200/290
Verifying : openssl-libs-1:1.1.1-8.el8.ppc64le 201/290
Verifying : openssl-pkcs11-0.4.8-2.el8.ppc64le 202/290
Verifying : os-prober-1.74-6.el8.ppc64le 203/290
Verifying : p11-kit-0.23.14-4.el8.ppc64le 204/290
Verifying : p11-kit-trust-0.23.14-4.el8.ppc64le 205/290
Verifying : pam-1.3.1-4.el8.ppc64le 206/290
Verifying : parted-3.2-36.el8.ppc64le 207/290
Verifying : pcre-8.42-4.el8.ppc64le 208/290
Verifying : pcre2-10.32-1.el8.ppc64le 209/290
Verifying : perl-Carp-1.42-396.el8.noarch 210/290
Verifying : perl-Data-Dumper-2.167-399.el8.ppc64le 211/290
Verifying : perl-Encode-4:2.97-3.el8.ppc64le 212/290
Verifying : perl-Errno-1.28-416.el8.ppc64le 213/290
Verifying : perl-Exporter-5.72-396.el8.noarch 214/290
Verifying : perl-File-Path-2.15-2.el8.noarch 215/290
Verifying : perl-File-Temp-0.230.600-1.el8.noarch 216/290
Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 217/290
Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 218/290
Verifying : perl-IO-1.38-416.el8.ppc64le 219/290
Verifying : perl-MIME-Base64-3.15-396.el8.ppc64le 220/290
Verifying : perl-Math-BigInt-1:1.9998.11-5.el8.noarch 221/290
Verifying : perl-Math-Complex-1.59-416.el8.noarch 222/290
Verifying : perl-PathTools-3.74-1.el8.ppc64le 223/290
Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 224/290
Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 225/290
Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 226/290
Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 227/290
Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.ppc64le 228/290
Verifying : perl-Socket-4:2.027-2.el8.ppc64le 229/290
Verifying : perl-Storable-1:3.11-3.el8.ppc64le 230/290
Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 231/290
Verifying : perl-Term-Cap-1.17-395.el8.noarch 232/290
Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 233/290
Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 234/290
Verifying : perl-Time-Local-1:1.280-1.el8.noarch 235/290
Verifying : perl-Unicode-Normalize-1.25-396.el8.ppc64le 236/290
Verifying : perl-constant-1.33-396.el8.noarch 237/290
Verifying : perl-interpreter-4:5.26.3-416.el8.ppc64le 238/290
Verifying : perl-libs-4:5.26.3-416.el8.ppc64le 239/290
Verifying : perl-macros-4:5.26.3-416.el8.ppc64le 240/290
Verifying : perl-parent-1:0.237-1.el8.noarch 241/290
Verifying : perl-podlators-4.11-1.el8.noarch 242/290
Verifying : perl-threads-1:2.21-2.el8.ppc64le 243/290
Verifying : perl-threads-shared-1.58-2.el8.ppc64le 244/290
Verifying : pigz-2.4-2.el8.ppc64le 245/290
Verifying : pkgconf-1.4.2-1.el8.ppc64le 246/290
Verifying : pkgconf-m4-1.4.2-1.el8.noarch 247/290
Verifying : pkgconf-pkg-config-1.4.2-1.el8.ppc64le 248/290
Verifying : platform-python-3.6.8-1.el8.ppc64le 249/290
Verifying : platform-python-pip-9.0.3-13.el8.noarch 250/290
Verifying : platform-python-setuptools-39.2.0-4.el8.noarch 251/290
Verifying : policycoreutils-2.8-16.1.el8.ppc64le 252/290
Verifying : polkit-0.115-6.el8.ppc64le 253/290
Verifying : polkit-libs-0.115-6.el8.ppc64le 254/290
Verifying : polkit-pkla-compat-0.1-12.el8.ppc64le 255/290
Verifying : popt-1.16-14.el8.ppc64le 256/290
Verifying : procps-ng-3.3.15-1.el8.ppc64le 257/290
Verifying : publicsuffix-list-dafsa-20180723-1.el8.noarch 258/290
Verifying : python3-libs-3.6.8-1.el8.ppc64le 259/290
Verifying : python3-setuptools-39.2.0-4.el8.noarch 260/290
Verifying : quota-1:4.04-10.el8.ppc64le 261/290
Verifying : quota-nls-1:4.04-10.el8.noarch 262/290
Verifying : readline-7.0-10.el8.ppc64le 263/290
Verifying : redhat-release-8.0-0.43.el8.ppc64le 264/290
Verifying : redhat-release-eula-8.0-0.43.el8.ppc64le 265/290
Verifying : rpcbind-1.2.5-3.el8.ppc64le 266/290
Verifying : rpm-4.14.2-9.el8.ppc64le 267/290
Verifying : rpm-libs-4.14.2-9.el8.ppc64le 268/290
Verifying : rsync-3.1.3-4.el8.ppc64le 269/290
Verifying : sed-4.5-1.el8.ppc64le 270/290
Verifying : setup-2.12.2-1.el8.noarch 271/290
Verifying : sg3_utils-libs-1.44-2.el8.ppc64le 272/290
Verifying : shadow-utils-2:4.6-7.el8.ppc64le 273/290
Verifying : shared-mime-info-1.9-3.el8.ppc64le 274/290
Verifying : sqlite-libs-3.26.0-3.el8.ppc64le 275/290
Verifying : systemd-239-13.el8.ppc64le 276/290
Verifying : systemd-libs-239-13.el8.ppc64le 277/290
Verifying : systemd-pam-239-13.el8.ppc64le 278/290
Verifying : systemd-udev-239-13.el8.ppc64le 279/290
Verifying : tar-2:1.30-4.el8.ppc64le 280/290
Verifying : timedatex-0.5-3.el8.ppc64le 281/290
Verifying : trousers-0.3.14-2.el8.ppc64le 282/290
Verifying : trousers-lib-0.3.14-2.el8.ppc64le 283/290
Verifying : tzdata-2018i-1.el8.noarch 284/290
Verifying : util-linux-2.32.1-8.el8.ppc64le 285/290
Verifying : vim-minimal-2:8.0.1763-10.el8.ppc64le 286/290
Verifying : which-2.21-10.el8.ppc64le 287/290
Verifying : xz-5.2.4-3.el8.ppc64le 288/290
Verifying : xz-libs-5.2.4-3.el8.ppc64le 289/290
Verifying : zlib-1.2.11-10.el8.ppc64le 290/290
Installed products updated.
Installed:
perl-DBD-MySQL-4.046-2.module+el8+2515+0650e81c.ppc64le
perl-DBD-Pg-3.7.4-2.module+el8+2517+695acd7c.ppc64le
python36-3.6.8-1.module+el8+2710+846623d6.ppc64le
rsyslog-8.37.0-9.el8.ppc64le
wget-1.19.5-7.el8.ppc64le
bash-4.4.19-7.el8.ppc64le
bc-1.07.1-5.el8.ppc64le
bzip2-1.0.6-26.el8.ppc64le
chrony-3.3-3.el8.ppc64le
coreutils-8.30-6.el8.ppc64le
curl-7.61.1-8.el8.ppc64le
dhcp-client-12:4.3.6-30.el8.ppc64le
dracut-049-10.git20190115.el8.ppc64le
dracut-network-049-10.git20190115.el8.ppc64le
e2fsprogs-1.44.3-2.el8.ppc64le
ethtool-2:4.16-1.el8.ppc64le
file-5.33-8.el8.ppc64le
gzip-1.9-4.el8.ppc64le
hostname-3.20-6.el8.ppc64le
iputils-20180629-1.el8.ppc64le
irqbalance-2:1.4.0-2.el8.ppc64le
kernel-4.18.0-74.el8.ppc64le
lsvpd-1.7.9-1.el8.ppc64le
net-tools-2.0-0.51.20160912git.el8.ppc64le
nfs-utils-1:2.3.3-14.el8.ppc64le
openssh-clients-7.8p1-4.el8.ppc64le
openssh-server-7.8p1-4.el8.ppc64le
openssl-1:1.1.1-8.el8.ppc64le
parted-3.2-36.el8.ppc64le
procps-ng-3.3.15-1.el8.ppc64le
rpm-4.14.2-9.el8.ppc64le
rsync-3.1.3-4.el8.ppc64le
tar-2:1.30-4.el8.ppc64le
util-linux-2.32.1-8.el8.ppc64le
vim-minimal-2:8.0.1763-10.el8.ppc64le
xz-5.2.4-3.el8.ppc64le
geolite2-city-20180605-1.el8.noarch
geolite2-country-20180605-1.el8.noarch
libmaxminddb-1.2.0-6.el8.ppc64le
libxkbcommon-0.8.2-1.el8.ppc64le
perl-IO-Socket-IP-0.39-5.el8.noarch
perl-IO-Socket-SSL-2.060-2.el8.noarch
perl-Mozilla-CA-20160104-7.el8.noarch
pinentry-1.1.0-2.el8.ppc64le
cracklib-dicts-2.9.6-15.el8.ppc64le
gnupg2-smime-2.2.9-1.el8.ppc64le
grubby-8.40-34.el8.ppc64le
hardlink-1:1.3-6.el8.ppc64le
kbd-2.0.4-8.el8.ppc64le
kpartx-0.7.8-5.el8.ppc64le
openssl-pkcs11-0.4.8-2.el8.ppc64le
pigz-2.4-2.el8.ppc64le
redhat-release-eula-8.0-0.43.el8.ppc64le
shared-mime-info-1.9-3.el8.ppc64le
timedatex-0.5-3.el8.ppc64le
trousers-0.3.14-2.el8.ppc64le
libestr-0.1.10-1.el8.ppc64le
libfastjson-0.99.8-2.el8.ppc64le
libpq-10.5-1.el8.ppc64le
mariadb-connector-c-3.0.7-1.el8.ppc64le
mariadb-connector-c-config-3.0.7-1.el8.noarch
perl-DBI-1.641-2.module+el8+2701+8f20fb82.ppc64le
perl-Digest-1.17-395.el8.noarch
perl-Digest-MD5-2.55-396.el8.ppc64le
perl-Net-SSLeay-1.85-6.el8.ppc64le
perl-URI-1.73-3.el8.noarch
perl-libnet-3.11-3.el8.noarch
perl-version-6:0.99.24-1.el8.ppc64le
python3-pip-9.0.3-13.el8.noarch
xkeyboard-config-2.24-3.el8.noarch
acl-2.2.53-1.el8.ppc64le
audit-libs-3.0-0.10.20180831git0047a6c.el8.ppc64le
basesystem-11-5.el8.noarch
bind-export-libs-32:9.11.4-16.P2.el8.ppc64le
brotli-1.0.6-1.el8.ppc64le
bzip2-libs-1.0.6-26.el8.ppc64le
ca-certificates-2018.2.24-6.el8.noarch
chkconfig-1.11-1.el8.ppc64le
coreutils-common-8.30-6.el8.ppc64le
cpio-2.12-8.el8.ppc64le
cracklib-2.9.6-15.el8.ppc64le
crypto-policies-20181217-6.git9a35207.el8.noarch
cryptsetup-libs-2.0.6-1.el8.ppc64le
cyrus-sasl-lib-2.1.27-0.3rc7.el8.ppc64le
dbus-1:1.12.8-7.el8.ppc64le
dbus-common-1:1.12.8-7.el8.noarch
dbus-daemon-1:1.12.8-7.el8.ppc64le
dbus-libs-1:1.12.8-7.el8.ppc64le
dbus-tools-1:1.12.8-7.el8.ppc64le
device-mapper-8:1.02.155-6.el8.ppc64le
device-mapper-libs-8:1.02.155-6.el8.ppc64le
dhcp-common-12:4.3.6-30.el8.noarch
dhcp-libs-12:4.3.6-30.el8.ppc64le
diffutils-3.6-5.el8.ppc64le
e2fsprogs-libs-1.44.3-2.el8.ppc64le
elfutils-default-yama-scope-0.174-6.el8.noarch
elfutils-libelf-0.174-6.el8.ppc64le
elfutils-libs-0.174-6.el8.ppc64le
expat-2.2.5-3.el8.ppc64le
file-libs-5.33-8.el8.ppc64le
filesystem-3.8-2.el8.ppc64le
findutils-1:4.6.0-20.el8.ppc64le
fipscheck-1.5.0-4.el8.ppc64le
fipscheck-lib-1.5.0-4.el8.ppc64le
fuse-libs-2.9.7-12.el8.ppc64le
gawk-4.2.1-1.el8.ppc64le
gdbm-1:1.18-1.el8.ppc64le
gdbm-libs-1:1.18-1.el8.ppc64le
gettext-0.19.8.1-14.el8.ppc64le
gettext-libs-0.19.8.1-14.el8.ppc64le
glib2-2.56.4-1.el8.ppc64le
glibc-2.28-42.el8.ppc64le
glibc-all-langpacks-2.28-42.el8.ppc64le
glibc-common-2.28-42.el8.ppc64le
gmp-1:6.1.2-8.el8.ppc64le
gnupg2-2.2.9-1.el8.ppc64le
gnutls-3.6.5-2.el8.ppc64le
gpgme-1.10.0-6.el8.ppc64le
grep-3.1-6.el8.ppc64le
groff-base-1.22.3-18.el8.ppc64le
grub2-common-1:2.02-66.el8.noarch
grub2-tools-1:2.02-66.el8.ppc64le
grub2-tools-minimal-1:2.02-66.el8.ppc64le
gssproxy-0.8.0-5.el8.ppc64le
info-6.5-4.el8.ppc64le
ipcalc-0.2.4-3.el8.ppc64le
iproute-4.18.0-11.el8.ppc64le
iptables-libs-1.8.2-9.el8.ppc64le
json-c-0.13.1-0.2.el8.ppc64le
kbd-legacy-2.0.4-8.el8.noarch
kbd-misc-2.0.4-8.el8.noarch
kernel-core-4.18.0-74.el8.ppc64le
kernel-modules-4.18.0-74.el8.ppc64le
keyutils-1.5.10-6.el8.ppc64le
keyutils-libs-1.5.10-6.el8.ppc64le
kmod-25-11.el8.ppc64le
kmod-libs-25-11.el8.ppc64le
krb5-libs-1.16.1-22.el8.ppc64le
libacl-2.2.53-1.el8.ppc64le
libarchive-3.3.2-3.el8.ppc64le
libassuan-2.5.1-3.el8.ppc64le
libattr-2.4.48-3.el8.ppc64le
libbasicobjects-0.1.1-39.el8.ppc64le
libblkid-2.32.1-8.el8.ppc64le
libcap-2.25-9.el8.ppc64le
libcap-ng-0.7.9-4.el8.ppc64le
libcollection-0.7.0-39.el8.ppc64le
libcom_err-1.44.3-2.el8.ppc64le
libcroco-0.6.12-4.el8.ppc64le
libcurl-7.61.1-8.el8.ppc64le
libdb-5.3.28-36.el8.ppc64le
libdb-utils-5.3.28-36.el8.ppc64le
libedit-3.1-23.20170329cvs.el8.ppc64le
libevent-2.1.8-5.el8.ppc64le
libfdisk-2.32.1-8.el8.ppc64le
libffi-3.1-18.el8.ppc64le
libgcc-8.2.1-3.5.el8.ppc64le
libgcrypt-1.8.3-2.el8.ppc64le
libgomp-8.2.1-3.5.el8.ppc64le
libgpg-error-1.31-1.el8.ppc64le
libidn2-2.0.5-1.el8.ppc64le
libini_config-1.3.1-39.el8.ppc64le
libkcapi-1.1.1-16_1.el8.ppc64le
libkcapi-hmaccalc-1.1.1-16_1.el8.ppc64le
libksba-1.3.5-7.el8.ppc64le
libmetalink-0.1.3-7.el8.ppc64le
libmnl-1.0.4-6.el8.ppc64le
libmount-2.32.1-8.el8.ppc64le
libnfsidmap-1:2.3.3-14.el8.ppc64le
libnghttp2-1.33.0-1.el8.ppc64le
libnsl2-1.2.0-2.20180605git4a062cf.el8.ppc64le
libpath_utils-0.2.1-39.el8.ppc64le
libpcap-14:1.9.0-1.el8.ppc64le
libpkgconf-1.4.2-1.el8.ppc64le
libpsl-0.20.2-5.el8.ppc64le
libpwquality-1.4.0-9.el8.ppc64le
libref_array-0.1.5-39.el8.ppc64le
librtas-2.0.2-1.el8.ppc64le
libseccomp-2.3.3-3.el8.ppc64le
libsecret-0.18.6-1.el8.ppc64le
libselinux-2.8-6.el8.ppc64le
libselinux-utils-2.8-6.el8.ppc64le
libsemanage-2.8-5.el8.ppc64le
libsepol-2.8-2.el8.ppc64le
libsigsegv-2.11-5.el8.ppc64le
libsmartcols-2.32.1-8.el8.ppc64le
libss-1.44.3-2.el8.ppc64le
libssh-0.8.5-2.el8.ppc64le
libstdc++-8.2.1-3.5.el8.ppc64le
libtasn1-4.13-3.el8.ppc64le
libtirpc-1.1.4-3.el8.ppc64le
libunistring-0.9.9-3.el8.ppc64le
libusbx-1.0.22-1.el8.ppc64le
libutempter-1.1.6-14.el8.ppc64le
libuuid-2.32.1-8.el8.ppc64le
libverto-0.3.0-5.el8.ppc64le
libverto-libevent-0.3.0-5.el8.ppc64le
libvpd-2.2.6-1.el8.ppc64le
libxcrypt-4.1.1-4.el8.ppc64le
libxml2-2.9.7-5.el8.ppc64le
linux-firmware-20190111-92.gitd9fb2ee6.el8.noarch
logrotate-3.14.0-3.el8.ppc64le
lua-libs-5.3.4-10.el8.ppc64le
lz4-libs-1.8.1.2-4.el8.ppc64le
mozjs52-52.9.0-1.el8.ppc64le
mpfr-3.1.6-1.el8.ppc64le
ncurses-6.1-7.20180224.el8.ppc64le
ncurses-base-6.1-7.20180224.el8.noarch
ncurses-libs-6.1-7.20180224.el8.ppc64le
nettle-3.4.1-1.el8.ppc64le
npth-1.5-4.el8.ppc64le
numactl-libs-2.0.12-2.el8.ppc64le
openldap-2.4.46-9.el8.ppc64le
openssh-7.8p1-4.el8.ppc64le
openssl-libs-1:1.1.1-8.el8.ppc64le
os-prober-1.74-6.el8.ppc64le
p11-kit-0.23.14-4.el8.ppc64le
p11-kit-trust-0.23.14-4.el8.ppc64le
pam-1.3.1-4.el8.ppc64le
pcre-8.42-4.el8.ppc64le
pcre2-10.32-1.el8.ppc64le
perl-Carp-1.42-396.el8.noarch
perl-Data-Dumper-2.167-399.el8.ppc64le
perl-Encode-4:2.97-3.el8.ppc64le
perl-Errno-1.28-416.el8.ppc64le
perl-Exporter-5.72-396.el8.noarch
perl-File-Path-2.15-2.el8.noarch
perl-File-Temp-0.230.600-1.el8.noarch
perl-Getopt-Long-1:2.50-4.el8.noarch
perl-HTTP-Tiny-0.074-1.el8.noarch
perl-IO-1.38-416.el8.ppc64le
perl-MIME-Base64-3.15-396.el8.ppc64le
perl-Math-BigInt-1:1.9998.11-5.el8.noarch
perl-Math-Complex-1.59-416.el8.noarch
perl-PathTools-3.74-1.el8.ppc64le
perl-Pod-Escapes-1:1.07-395.el8.noarch
perl-Pod-Perldoc-3.28-396.el8.noarch
perl-Pod-Simple-1:3.35-395.el8.noarch
perl-Pod-Usage-4:1.69-395.el8.noarch
perl-Scalar-List-Utils-3:1.49-2.el8.ppc64le
perl-Socket-4:2.027-2.el8.ppc64le
perl-Storable-1:3.11-3.el8.ppc64le
perl-Term-ANSIColor-4.06-396.el8.noarch
perl-Term-Cap-1.17-395.el8.noarch
perl-Text-ParseWords-3.30-395.el8.noarch
perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch
perl-Time-Local-1:1.280-1.el8.noarch
perl-Unicode-Normalize-1.25-396.el8.ppc64le
perl-constant-1.33-396.el8.noarch
perl-interpreter-4:5.26.3-416.el8.ppc64le
perl-libs-4:5.26.3-416.el8.ppc64le
perl-macros-4:5.26.3-416.el8.ppc64le
perl-parent-1:0.237-1.el8.noarch
perl-podlators-4.11-1.el8.noarch
perl-threads-1:2.21-2.el8.ppc64le
perl-threads-shared-1.58-2.el8.ppc64le
pkgconf-1.4.2-1.el8.ppc64le
pkgconf-m4-1.4.2-1.el8.noarch
pkgconf-pkg-config-1.4.2-1.el8.ppc64le
platform-python-3.6.8-1.el8.ppc64le
platform-python-pip-9.0.3-13.el8.noarch
platform-python-setuptools-39.2.0-4.el8.noarch
policycoreutils-2.8-16.1.el8.ppc64le
polkit-0.115-6.el8.ppc64le
polkit-libs-0.115-6.el8.ppc64le
polkit-pkla-compat-0.1-12.el8.ppc64le
popt-1.16-14.el8.ppc64le
publicsuffix-list-dafsa-20180723-1.el8.noarch
python3-libs-3.6.8-1.el8.ppc64le
python3-setuptools-39.2.0-4.el8.noarch
quota-1:4.04-10.el8.ppc64le
quota-nls-1:4.04-10.el8.noarch
readline-7.0-10.el8.ppc64le
redhat-release-8.0-0.43.el8.ppc64le
rpcbind-1.2.5-3.el8.ppc64le
rpm-libs-4.14.2-9.el8.ppc64le
sed-4.5-1.el8.ppc64le
setup-2.12.2-1.el8.noarch
sg3_utils-libs-1.44-2.el8.ppc64le
shadow-utils-2:4.6-7.el8.ppc64le
sqlite-libs-3.26.0-3.el8.ppc64le
systemd-239-13.el8.ppc64le
systemd-libs-239-13.el8.ppc64le
systemd-pam-239-13.el8.ppc64le
systemd-udev-239-13.el8.ppc64le
trousers-lib-0.3.14-2.el8.ppc64le
tzdata-2018i-1.el8.noarch
which-2.21-10.el8.ppc64le
xz-libs-5.2.4-3.el8.ppc64le
zlib-1.2.11-10.el8.ppc64le
Complete!
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
12 files removed
yum -y -c /tmp/genimage.5163.yum.conf --installroot=/install/netboot/rhels8.0.0/ppc64le/service/rootimg/ --disablerepo=* --enablerepo=rhels8.0.0-ppc64le-0 --enablerepo=rhels8.0.0-ppc64le-1 --enablerepo=otherpkgs2 --enablerepo=otherpkgs1 install goconserver xCATsn
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
otherpkgs1 49 MB/s | 109 kB 00:00
otherpkgs2 20 MB/s | 30 kB 00:00
rhels8.0.0-ppc64le-0 134 MB/s | 4.5 MB 00:00
rhels8.0.0-ppc64le-1 123 MB/s | 1.9 MB 00:00
Dependencies resolved.
================================================================================
Package ArchVersion Repository Size
================================================================================
Installing:
goconserver ppc64le0.3.2-snap201812130351 otherpkgs1 5.3 M
xCATsn ppc64le4:2.14.6-snap201903190618 otherpkgs2 30 k
Installing dependencies:
conserver-xcat noarch0.0-0 otherpkgs1 5.8 k
elilo-xcat noarch3.14-4 otherpkgs1 75 k
grub2-xcat noarch2.02-0.76.el7.snap201811290530 otherpkgs1 1.9 M
ipmitool-xcat ppc64le1.8.18-2 otherpkgs1 388 k
net-snmp-perl ppc64le1:5.8-7.el8 otherpkgs1 357 k
perl-Crypt-CBC noarch2.33-20.el8 otherpkgs1 37 k
perl-Crypt-Rijndael ppc64le1.13-10.el8 otherpkgs1 34 k
perl-Crypt-SSLeay ppc64le0.72-20.el8 otherpkgs1 70 k
perl-Digest-SHA1 ppc64le2.13-23.el8 otherpkgs1 56 k
perl-Expect noarch1.35-6.el8 otherpkgs1 84 k
perl-HTML-Form noarch6.03-19.el8 otherpkgs1 32 k
perl-HTTP-Async noarch0.30-2 otherpkgs1 22 k
perl-IO-Stty noarch0.03-21.el8 otherpkgs1 22 k
perl-IO-Tty ppc64le1.12-13.el8 otherpkgs1 47 k
perl-JSON noarch2.97.001-4.el8 otherpkgs1 95 k
perl-Mail-Sender noarch1:0.903-7.el8 otherpkgs1 56 k
perl-Net-HTTPS-NB noarch0.14-2 otherpkgs1 8.9 k
perl-Net-Telnet noarch3.04-9.el8 otherpkgs1 66 k
syslinux-xcat noarch3.86-2 otherpkgs1 498 k
xCAT-genesis-base-ppc64 noarch2:2.14.5-snap201811160710 otherpkgs1 99 M
xCAT-genesis-base-x86_64 noarch2:2.14.5-snap201811190037 otherpkgs1 96 M
xnba-undi noarch1.0.3-131028 otherpkgs1 151 k
perl-xCAT noarch4:2.14.6-snap201903190618 otherpkgs2 609 k
xCAT-client noarch4:2.14.6-snap201903190618 otherpkgs2 444 k
xCAT-genesis-scripts-ppc64 noarch1:2.14.6-snap201903190618 otherpkgs2 59 k
xCAT-genesis-scripts-x86_64 noarch1:2.14.6-snap201903190618 otherpkgs2 59 k
xCAT-probe noarch4:2.14.6-snap201903190618 otherpkgs2 91 k
xCAT-server noarch4:2.14.6-snap201903190618 otherpkgs2 1.8 M
apr ppc64le1.6.3-9.el8 rhels8.0.0-ppc64le-0 134 k
apr-util ppc64le1.6.1-6.el8 rhels8.0.0-ppc64le-0 116 k
bind ppc64le32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 2.1 M
bind-libs ppc64le32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 176 k
bind-libs-lite ppc64le32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 1.2 M
bind-license noarch32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 98 k
bind-utils ppc64le32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 436 k
httpd ppc64le2.4.37-10.module+el8+2764+7127e69e rhels8.0.0-ppc64le-0 1.5 M
httpd-filesystem noarch2.4.37-10.module+el8+2764+7127e69e rhels8.0.0-ppc64le-0 34 k
httpd-tools ppc64le2.4.37-10.module+el8+2764+7127e69e rhels8.0.0-ppc64le-0 102 k
ksh ppc64le20120801-252.el8 rhels8.0.0-ppc64le-0 959 k
libvirt-libs ppc64le4.5.0-23.module+el8+2800+2d311f65 rhels8.0.0-ppc64le-0 4.1 M
mod_http2 ppc64le1.11.3-1.module+el8+2443+605475b7 rhels8.0.0-ppc64le-0 164 k
net-snmp-agent-libs ppc64le1:5.8-7.el8 rhels8.0.0-ppc64le-0 736 k
nmap ppc64le2:7.70-4.el8 rhels8.0.0-ppc64le-0 5.9 M
nmap-ncat ppc64le2:7.70-4.el8 rhels8.0.0-ppc64le-0 253 k
perl-CGI noarch4.38-2.el8 rhels8.0.0-ppc64le-0 208 k
perl-Compress-Raw-Bzip2 ppc64le2.081-1.el8 rhels8.0.0-ppc64le-0 42 k
perl-Compress-Raw-Zlib ppc64le2.081-1.el8 rhels8.0.0-ppc64le-0 70 k
perl-DBD-SQLite ppc64le1.58-1.module+el8+2519+ab644fb0 rhels8.0.0-ppc64le-0 188 k
perl-DB_File ppc64le1.842-1.el8 rhels8.0.0-ppc64le-0 84 k
perl-Data-Dump noarch1.23-7.el8 rhels8.0.0-ppc64le-0 37 k
perl-Digest-HMAC noarch1.03-17.el8 rhels8.0.0-ppc64le-0 20 k
perl-Digest-SHA ppc64le1:6.02-1.el8 rhels8.0.0-ppc64le-0 66 k
perl-Encode-Locale noarch1.05-9.el8 rhels8.0.0-ppc64le-0 21 k
perl-File-Listing noarch6.04-17.el8 rhels8.0.0-ppc64le-0 18 k
perl-Filter ppc64le2:1.58-2.el8 rhels8.0.0-ppc64le-0 83 k
perl-HTML-Parser ppc64le3.72-14.el8 rhels8.0.0-ppc64le-0 122 k
perl-HTML-Tagset noarch3.20-33.el8 rhels8.0.0-ppc64le-0 24 k
perl-HTTP-Cookies noarch6.04-2.el8 rhels8.0.0-ppc64le-0 39 k
perl-HTTP-Date noarch6.02-18.el8 rhels8.0.0-ppc64le-0 19 k
perl-HTTP-Message noarch6.18-1.el8 rhels8.0.0-ppc64le-0 100 k
perl-HTTP-Negotiate noarch6.01-19.el8 rhels8.0.0-ppc64le-0 22 k
perl-IO-Compress noarch2.081-1.el8 rhels8.0.0-ppc64le-0 258 k
perl-IO-HTML noarch1.001-10.el8 rhels8.0.0-ppc64le-0 28 k
perl-LWP-MediaTypes noarch6.02-14.el8 rhels8.0.0-ppc64le-0 29 k
perl-LWP-Protocol-https noarch6.07-4.el8 rhels8.0.0-ppc64le-0 18 k
perl-NTLM noarch1.09-17.el8 rhels8.0.0-ppc64le-0 24 k
perl-Net-DNS noarch1.15-1.el8 rhels8.0.0-ppc64le-0 368 k
perl-Net-HTTP noarch6.17-2.el8 rhels8.0.0-ppc64le-0 43 k
perl-Net-Ping noarch2.55-416.el8 rhels8.0.0-ppc64le-0 101 k
perl-SelfLoader noarch1.23-416.el8 rhels8.0.0-ppc64le-0 83 k
perl-Sys-Syslog ppc64le0.35-397.el8 rhels8.0.0-ppc64le-0 50 k
perl-Sys-Virt ppc64le4.5.0-4.module+el8+2529+a9686a4d rhels8.0.0-ppc64le-0 295 k
perl-Text-Balanced noarch2.03-395.el8 rhels8.0.0-ppc64le-0 58 k
perl-Time-HiRes ppc64le1.9758-1.el8 rhels8.0.0-ppc64le-0 62 k
perl-TimeDate noarch1:2.30-13.el8 rhels8.0.0-ppc64le-0 53 k
perl-Try-Tiny noarch0.30-2.el8 rhels8.0.0-ppc64le-0 45 k
perl-WWW-RobotRules noarch6.02-18.el8 rhels8.0.0-ppc64le-0 22 k
perl-XML-LibXML ppc64le1:2.0132-2.el8 rhels8.0.0-ppc64le-0 375 k
perl-XML-NamespaceSupport noarch1.12-4.el8 rhels8.0.0-ppc64le-0 30 k
perl-XML-Parser ppc64le2.44-11.el8 rhels8.0.0-ppc64le-0 226 k
perl-XML-SAX noarch1.00-1.el8 rhels8.0.0-ppc64le-0 65 k
perl-XML-SAX-Base noarch1.09-4.el8 rhels8.0.0-ppc64le-0 35 k
perl-XML-Simple noarch2.25-1.el8 rhels8.0.0-ppc64le-0 87 k
perl-libwww-perl noarch6.34-1.el8 rhels8.0.0-ppc64le-0 212 k
python3-bind noarch32:9.11.4-16.P2.el8 rhels8.0.0-ppc64le-0 144 k
tcpdump ppc64le14:4.9.2-5.el8 rhels8.0.0-ppc64le-0 493 k
tftp ppc64le5.2-24.el8 rhels8.0.0-ppc64le-0 44 k
tftp-server ppc64le5.2-24.el8 rhels8.0.0-ppc64le-0 51 k
yajl ppc64le2.1.0-10.el8 rhels8.0.0-ppc64le-0 43 k
avahi-libs ppc64le0.7-19.el8 rhels8.0.0-ppc64le-1 67 k
cyrus-sasl ppc64le2.1.27-0.3rc7.el8 rhels8.0.0-ppc64le-1 100 k
cyrus-sasl-gssapi ppc64le2.1.27-0.3rc7.el8 rhels8.0.0-ppc64le-1 50 k
dhcp-server ppc64le12:4.3.6-30.el8 rhels8.0.0-ppc64le-1 537 k
libnl3 ppc64le3.4.0-4.el8 rhels8.0.0-ppc64le-1 322 k
mailcap noarch2.1.48-3.el8 rhels8.0.0-ppc64le-1 39 k
make ppc64le1:4.2.1-9.el8 rhels8.0.0-ppc64le-1 505 k
net-snmp-libs ppc64le1:5.8-7.el8 rhels8.0.0-ppc64le-1 840 k
psmisc ppc64le23.1-3.el8 rhels8.0.0-ppc64le-1 154 k
python3-ply noarch3.9-7.el8 rhels8.0.0-ppc64le-1 108 k
redhat-logos-httpd noarch80.7-1.el8 rhels8.0.0-ppc64le-1 25 k
Installing weak dependencies:
apr-util-bdb ppc64le1.6.1-6.el8 rhels8.0.0-ppc64le-0 25 k
apr-util-openssl ppc64le1.6.1-6.el8 rhels8.0.0-ppc64le-0 27 k
Enabling module streams:
httpd 2.4
perl-DBD-SQLite 1.58
virt rhel
Transaction Summary
================================================================================
Install 104 Packages
Total size: 233 M
Installed size: 682 M
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Running scriptlet: xCAT-genesis-base-x86_64-2:2.14.5-snap201811190037.n 1/1
Running scriptlet: xCAT-genesis-base-ppc64-2:2.14.5-snap201811160710.no 1/1
Preparing : 1/1
Installing : perl-Time-HiRes-1.9758-1.el8.ppc64le 1/104
Installing : perl-Net-Ping-2.55-416.el8.noarch 2/104
Installing : perl-XML-Parser-2.44-11.el8.ppc64le 3/104
Installing : perl-XML-NamespaceSupport-1.12-4.el8.noarch 4/104
Installing : perl-Sys-Syslog-0.35-397.el8.ppc64le 5/104
Installing : perl-Compress-Raw-Zlib-2.081-1.el8.ppc64le 6/104
Installing : bind-license-32:9.11.4-16.P2.el8.noarch 7/104
Installing : bind-libs-lite-32:9.11.4-16.P2.el8.ppc64le 8/104
Installing : apr-1.6.3-9.el8.ppc64le 9/104
Running scriptlet: apr-1.6.3-9.el8.ppc64le 9/104
Installing : apr-util-bdb-1.6.1-6.el8.ppc64le 10/104
Installing : apr-util-openssl-1.6.1-6.el8.ppc64le 11/104
Installing : apr-util-1.6.1-6.el8.ppc64le 12/104
Running scriptlet: apr-util-1.6.1-6.el8.ppc64le 12/104
Installing : perl-JSON-2.97.001-4.el8.noarch 13/104
Installing : bind-libs-32:9.11.4-16.P2.el8.ppc64le 14/104
Installing : net-snmp-libs-1:5.8-7.el8.ppc64le 15/104
Installing : mailcap-2.1.48-3.el8.noarch 16/104
Installing : perl-LWP-MediaTypes-6.02-14.el8.noarch 17/104
Installing : perl-XML-SAX-Base-1.09-4.el8.noarch 18/104
Installing : perl-TimeDate-1:2.30-13.el8.noarch 19/104
Installing : perl-HTTP-Date-6.02-18.el8.noarch 20/104
Installing : perl-Encode-Locale-1.05-9.el8.noarch 21/104
Installing : perl-Digest-SHA-1:6.02-1.el8.ppc64le 22/104
Installing : perl-Digest-HMAC-1.03-17.el8.noarch 23/104
Installing : nmap-ncat-2:7.70-4.el8.ppc64le 24/104
Installing : nmap-2:7.70-4.el8.ppc64le 25/104
Installing : ksh-20120801-252.el8.ppc64le 26/104
Running scriptlet: ksh-20120801-252.el8.ppc64le 26/104
Installing : perl-IO-Tty-1.12-13.el8.ppc64le 27/104
Installing : perl-Expect-1.35-6.el8.noarch 28/104
Installing : perl-NTLM-1.09-17.el8.noarch 29/104
Installing : perl-Net-DNS-1.15-1.el8.noarch 30/104
Installing : perl-File-Listing-6.04-17.el8.noarch 31/104
Installing : net-snmp-agent-libs-1:5.8-7.el8.ppc64le 32/104
Running scriptlet: bind-32:9.11.4-16.P2.el8.ppc64le 33/104
Installing : bind-32:9.11.4-16.P2.el8.ppc64le 33/104
Running scriptlet: bind-32:9.11.4-16.P2.el8.ppc64le 33/104
Installing : httpd-tools-2.4.37-10.module+el8+2764+7127e69e.p 34/104
Installing : redhat-logos-httpd-80.7-1.el8.noarch 35/104
Installing : python3-ply-3.9-7.el8.noarch 36/104
Installing : python3-bind-32:9.11.4-16.P2.el8.noarch 37/104
Installing : bind-utils-32:9.11.4-16.P2.el8.ppc64le 38/104
Installing : psmisc-23.1-3.el8.ppc64le 39/104
Installing : make-1:4.2.1-9.el8.ppc64le 40/104
Running scriptlet: make-1:4.2.1-9.el8.ppc64le 40/104
Installing : libnl3-3.4.0-4.el8.ppc64le 41/104
Running scriptlet: libnl3-3.4.0-4.el8.ppc64le 41/104
Running scriptlet: dhcp-server-12:4.3.6-30.el8.ppc64le 42/104
Installing : dhcp-server-12:4.3.6-30.el8.ppc64le 42/104
Running scriptlet: dhcp-server-12:4.3.6-30.el8.ppc64le 42/104
Installing : cyrus-sasl-gssapi-2.1.27-0.3rc7.el8.ppc64le 43/104
Running scriptlet: cyrus-sasl-2.1.27-0.3rc7.el8.ppc64le 44/104
Installing : cyrus-sasl-2.1.27-0.3rc7.el8.ppc64le 44/104
Running scriptlet: cyrus-sasl-2.1.27-0.3rc7.el8.ppc64le 44/104
Installing : avahi-libs-0.7-19.el8.ppc64le 45/104
Installing : yajl-2.1.0-10.el8.ppc64le 46/104
Installing : libvirt-libs-4.5.0-23.module+el8+2800+2d311f65.p 47/104
Installing : perl-Sys-Virt-4.5.0-4.module+el8+2529+a9686a4d.p 48/104
Installing : tftp-server-5.2-24.el8.ppc64le 49/104
Running scriptlet: tftp-server-5.2-24.el8.ppc64le 49/104
Installing : tftp-5.2-24.el8.ppc64le 50/104
Running scriptlet: tcpdump-14:4.9.2-5.el8.ppc64le 51/104
Installing : tcpdump-14:4.9.2-5.el8.ppc64le 51/104
Installing : perl-WWW-RobotRules-6.02-18.el8.noarch 52/104
Installing : perl-Try-Tiny-0.30-2.el8.noarch 53/104
Installing : perl-SelfLoader-1.23-416.el8.noarch 54/104
Installing : perl-Text-Balanced-2.03-395.el8.noarch 55/104
Installing : perl-IO-HTML-1.001-10.el8.noarch 56/104
Installing : perl-HTML-Tagset-3.20-33.el8.noarch 57/104
Installing : perl-Filter-2:1.58-2.el8.ppc64le 58/104
Installing : perl-Data-Dump-1.23-7.el8.noarch 59/104
Installing : perl-DB_File-1.842-1.el8.ppc64le 60/104
Installing : perl-DBD-SQLite-1.58-1.module+el8+2519+ab644fb0. 61/104
Installing : perl-Compress-Raw-Bzip2-2.081-1.el8.ppc64le 62/104
Installing : perl-IO-Compress-2.081-1.el8.noarch 63/104
Installing : perl-HTTP-Message-6.18-1.el8.noarch 64/104
Installing : perl-Net-HTTP-6.17-2.el8.noarch 65/104
Installing : perl-HTML-Parser-3.72-14.el8.ppc64le 66/104
Installing : perl-HTTP-Cookies-6.04-2.el8.noarch 67/104
Installing : perl-HTML-Form-6.03-19.el8.noarch 68/104
Installing : perl-CGI-4.38-2.el8.noarch 69/104
Installing : perl-HTTP-Async-0.30-2.noarch 70/104
Installing : perl-Net-HTTPS-NB-0.14-2.noarch 71/104
Installing : perl-HTTP-Negotiate-6.01-19.el8.noarch 72/104
Installing : perl-LWP-Protocol-https-6.07-4.el8.noarch 73/104
Installing : perl-libwww-perl-6.34-1.el8.noarch 74/104
Installing : perl-XML-SAX-1.00-1.el8.noarch 75/104
Running scriptlet: perl-XML-SAX-1.00-1.el8.noarch 75/104
Installing : perl-XML-Simple-2.25-1.el8.noarch 76/104
Installing : perl-XML-LibXML-1:2.0132-2.el8.ppc64le 77/104
Running scriptlet: perl-XML-LibXML-1:2.0132-2.el8.ppc64le 77/104
Running scriptlet: httpd-filesystem-2.4.37-10.module+el8+2764+7127e 78/104
Installing : httpd-filesystem-2.4.37-10.module+el8+2764+7127e 78/104
Installing : mod_http2-1.11.3-1.module+el8+2443+605475b7.ppc6 79/104
Installing : httpd-2.4.37-10.module+el8+2764+7127e69e.ppc64le 80/104
Running scriptlet: httpd-2.4.37-10.module+el8+2764+7127e69e.ppc64le 80/104
Installing : xnba-undi-1.0.3-131028.noarch 81/104
Running scriptlet: xnba-undi-1.0.3-131028.noarch 81/104
Installing : xCAT-genesis-base-x86_64-2:2.14.5-snap2018111900 82/104
Running scriptlet: xCAT-genesis-base-x86_64-2:2.14.5-snap2018111900 82/104
Installing : xCAT-genesis-scripts-x86_64-1:2.14.6-snap2019031 83/104
Running scriptlet: xCAT-genesis-scripts-x86_64-1:2.14.6-snap2019031 83/104
If you are installing/updating xCAT-genesis-base separately, not as part of installing/updating all of xCAT, run 'mknb <arch>' manually
Installing : xCAT-genesis-base-ppc64-2:2.14.5-snap20181116071 84/104
Running scriptlet: xCAT-genesis-base-ppc64-2:2.14.5-snap20181116071 84/104
Installing : xCAT-genesis-scripts-ppc64-1:2.14.6-snap20190319 85/104
Running scriptlet: xCAT-genesis-scripts-ppc64-1:2.14.6-snap20190319 85/104
If you are installing/updating xCAT-genesis-base separately, not as part of installing/updating all of xCAT, run 'mknb <arch>' manually
Installing : syslinux-xcat-3.86-2.noarch 86/104
Installing : perl-Net-Telnet-3.04-9.el8.noarch 87/104
Installing : perl-Mail-Sender-1:0.903-7.el8.noarch 88/104
Installing : net-snmp-perl-1:5.8-7.el8.ppc64le 89/104
Running scriptlet: perl-xCAT-4:2.14.6-snap201903190618.noarch 90/104
Installing : perl-xCAT-4:2.14.6-snap201903190618.noarch 90/104
Running scriptlet: perl-xCAT-4:2.14.6-snap201903190618.noarch 90/104
Running scriptlet: xCAT-client-4:2.14.6-snap201903190618.noarch 91/104
Installing : xCAT-client-4:2.14.6-snap201903190618.noarch 91/104
Running scriptlet: xCAT-client-4:2.14.6-snap201903190618.noarch 91/104
Installing : xCAT-probe-4:2.14.6-snap201903190618.noarch 92/104
Running scriptlet: xCAT-probe-4:2.14.6-snap201903190618.noarch 92/104
Installing : perl-IO-Stty-0.03-21.el8.noarch 93/104
Installing : perl-Digest-SHA1-2.13-23.el8.ppc64le 94/104
Installing : perl-Crypt-SSLeay-0.72-20.el8.ppc64le 95/104
Installing : perl-Crypt-Rijndael-1.13-10.el8.ppc64le 96/104
Installing : perl-Crypt-CBC-2.33-20.el8.noarch 97/104
Installing : ipmitool-xcat-1.8.18-2.ppc64le 98/104
Installing : grub2-xcat-2.02-0.76.el7.snap201811290530.noarch 99/104
Running scriptlet: grub2-xcat-2.02-0.76.el7.snap201811290530.noarch 99/104
Running scriptlet: xCAT-server-4:2.14.6-snap201903190618.noarch 100/104
Installing : xCAT-server-4:2.14.6-snap201903190618.noarch 100/104
Running scriptlet: xCAT-server-4:2.14.6-snap201903190618.noarch 100/104
Running in chroot, ignoring request: daemon-reload
Synchronizing state of xcatd.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable xcatd
Created symlink /etc/systemd/system/multi-user.target.wants/xcatd.service -> /usr/lib/systemd/system/xcatd.service.
Installing : goconserver-0.3.2-snap201812130351.ppc64le 101/104
Running scriptlet: goconserver-0.3.2-snap201812130351.ppc64le 101/104
Installing : elilo-xcat-3.14-4.noarch 102/104
Running scriptlet: elilo-xcat-3.14-4.noarch 102/104
Installing : conserver-xcat-0.0-0.noarch 103/104
Running scriptlet: xCATsn-4:2.14.6-snap201903190618.ppc64le 104/104
Installing : xCATsn-4:2.14.6-snap201903190618.ppc64le 104/104
Running scriptlet: xCATsn-4:2.14.6-snap201903190618.ppc64le 104/104
Created symlink /etc/systemd/system/multi-user.target.wants/httpd.service -> /usr/lib/systemd/system/httpd.service.
xCATsn is now installed
Running scriptlet: httpd-2.4.37-10.module+el8+2764+7127e69e.ppc64le 104/104
Running scriptlet: xCATsn-4:2.14.6-snap201903190618.ppc64le 104/104
Verifying : conserver-xcat-0.0-0.noarch 1/104
Verifying : elilo-xcat-3.14-4.noarch 2/104
Verifying : goconserver-0.3.2-snap201812130351.ppc64le 3/104
Verifying : grub2-xcat-2.02-0.76.el7.snap201811290530.noarch 4/104
Verifying : ipmitool-xcat-1.8.18-2.ppc64le 5/104
Verifying : net-snmp-perl-1:5.8-7.el8.ppc64le 6/104
Verifying : perl-Crypt-CBC-2.33-20.el8.noarch 7/104
Verifying : perl-Crypt-Rijndael-1.13-10.el8.ppc64le 8/104
Verifying : perl-Crypt-SSLeay-0.72-20.el8.ppc64le 9/104
Verifying : perl-Digest-SHA1-2.13-23.el8.ppc64le 10/104
Verifying : perl-Expect-1.35-6.el8.noarch 11/104
Verifying : perl-HTML-Form-6.03-19.el8.noarch 12/104
Verifying : perl-HTTP-Async-0.30-2.noarch 13/104
Verifying : perl-IO-Stty-0.03-21.el8.noarch 14/104
Verifying : perl-IO-Tty-1.12-13.el8.ppc64le 15/104
Verifying : perl-JSON-2.97.001-4.el8.noarch 16/104
Verifying : perl-Mail-Sender-1:0.903-7.el8.noarch 17/104
Verifying : perl-Net-HTTPS-NB-0.14-2.noarch 18/104
Verifying : perl-Net-Telnet-3.04-9.el8.noarch 19/104
Verifying : syslinux-xcat-3.86-2.noarch 20/104
Verifying : xCAT-genesis-base-ppc64-2:2.14.5-snap20181116071 21/104
Verifying : xCAT-genesis-base-x86_64-2:2.14.5-snap2018111900 22/104
Verifying : xnba-undi-1.0.3-131028.noarch 23/104
Verifying : perl-xCAT-4:2.14.6-snap201903190618.noarch 24/104
Verifying : xCAT-client-4:2.14.6-snap201903190618.noarch 25/104
Verifying : xCAT-genesis-scripts-ppc64-1:2.14.6-snap20190319 26/104
Verifying : xCAT-genesis-scripts-x86_64-1:2.14.6-snap2019031 27/104
Verifying : xCAT-probe-4:2.14.6-snap201903190618.noarch 28/104
Verifying : xCAT-server-4:2.14.6-snap201903190618.noarch 29/104
Verifying : xCATsn-4:2.14.6-snap201903190618.ppc64le 30/104
Verifying : apr-1.6.3-9.el8.ppc64le 31/104
Verifying : apr-util-1.6.1-6.el8.ppc64le 32/104
Verifying : apr-util-bdb-1.6.1-6.el8.ppc64le 33/104
Verifying : apr-util-openssl-1.6.1-6.el8.ppc64le 34/104
Verifying : bind-32:9.11.4-16.P2.el8.ppc64le 35/104
Verifying : bind-libs-32:9.11.4-16.P2.el8.ppc64le 36/104
Verifying : bind-libs-lite-32:9.11.4-16.P2.el8.ppc64le 37/104
Verifying : bind-license-32:9.11.4-16.P2.el8.noarch 38/104
Verifying : bind-utils-32:9.11.4-16.P2.el8.ppc64le 39/104
Verifying : httpd-2.4.37-10.module+el8+2764+7127e69e.ppc64le 40/104
Verifying : httpd-filesystem-2.4.37-10.module+el8+2764+7127e 41/104
Verifying : httpd-tools-2.4.37-10.module+el8+2764+7127e69e.p 42/104
Verifying : ksh-20120801-252.el8.ppc64le 43/104
Verifying : libvirt-libs-4.5.0-23.module+el8+2800+2d311f65.p 44/104
Verifying : mod_http2-1.11.3-1.module+el8+2443+605475b7.ppc6 45/104
Verifying : net-snmp-agent-libs-1:5.8-7.el8.ppc64le 46/104
Verifying : nmap-2:7.70-4.el8.ppc64le 47/104
Verifying : nmap-ncat-2:7.70-4.el8.ppc64le 48/104
Verifying : perl-CGI-4.38-2.el8.noarch 49/104
Verifying : perl-Compress-Raw-Bzip2-2.081-1.el8.ppc64le 50/104
Verifying : perl-Compress-Raw-Zlib-2.081-1.el8.ppc64le 51/104
Verifying : perl-DBD-SQLite-1.58-1.module+el8+2519+ab644fb0. 52/104
Verifying : perl-DB_File-1.842-1.el8.ppc64le 53/104
Verifying : perl-Data-Dump-1.23-7.el8.noarch 54/104
Verifying : perl-Digest-HMAC-1.03-17.el8.noarch 55/104
Verifying : perl-Digest-SHA-1:6.02-1.el8.ppc64le 56/104
Verifying : perl-Encode-Locale-1.05-9.el8.noarch 57/104
Verifying : perl-File-Listing-6.04-17.el8.noarch 58/104
Verifying : perl-Filter-2:1.58-2.el8.ppc64le 59/104
Verifying : perl-HTML-Parser-3.72-14.el8.ppc64le 60/104
Verifying : perl-HTML-Tagset-3.20-33.el8.noarch 61/104
Verifying : perl-HTTP-Cookies-6.04-2.el8.noarch 62/104
Verifying : perl-HTTP-Date-6.02-18.el8.noarch 63/104
Verifying : perl-HTTP-Message-6.18-1.el8.noarch 64/104
Verifying : perl-HTTP-Negotiate-6.01-19.el8.noarch 65/104
Verifying : perl-IO-Compress-2.081-1.el8.noarch 66/104
Verifying : perl-IO-HTML-1.001-10.el8.noarch 67/104
Verifying : perl-LWP-MediaTypes-6.02-14.el8.noarch 68/104
Verifying : perl-LWP-Protocol-https-6.07-4.el8.noarch 69/104
Verifying : perl-NTLM-1.09-17.el8.noarch 70/104
Verifying : perl-Net-DNS-1.15-1.el8.noarch 71/104
Verifying : perl-Net-HTTP-6.17-2.el8.noarch 72/104
Verifying : perl-Net-Ping-2.55-416.el8.noarch 73/104
Verifying : perl-SelfLoader-1.23-416.el8.noarch 74/104
Verifying : perl-Sys-Syslog-0.35-397.el8.ppc64le 75/104
Verifying : perl-Sys-Virt-4.5.0-4.module+el8+2529+a9686a4d.p 76/104
Verifying : perl-Text-Balanced-2.03-395.el8.noarch 77/104
Verifying : perl-Time-HiRes-1.9758-1.el8.ppc64le 78/104
Verifying : perl-TimeDate-1:2.30-13.el8.noarch 79/104
Verifying : perl-Try-Tiny-0.30-2.el8.noarch 80/104
Verifying : perl-WWW-RobotRules-6.02-18.el8.noarch 81/104
Verifying : perl-XML-LibXML-1:2.0132-2.el8.ppc64le 82/104
Verifying : perl-XML-NamespaceSupport-1.12-4.el8.noarch 83/104
Verifying : perl-XML-Parser-2.44-11.el8.ppc64le 84/104
Verifying : perl-XML-SAX-1.00-1.el8.noarch 85/104
Verifying : perl-XML-SAX-Base-1.09-4.el8.noarch 86/104
Verifying : perl-XML-Simple-2.25-1.el8.noarch 87/104
Verifying : perl-libwww-perl-6.34-1.el8.noarch 88/104
Verifying : python3-bind-32:9.11.4-16.P2.el8.noarch 89/104
Verifying : tcpdump-14:4.9.2-5.el8.ppc64le 90/104
Verifying : tftp-5.2-24.el8.ppc64le 91/104
Verifying : tftp-server-5.2-24.el8.ppc64le 92/104
Verifying : yajl-2.1.0-10.el8.ppc64le 93/104
Verifying : avahi-libs-0.7-19.el8.ppc64le 94/104
Verifying : cyrus-sasl-2.1.27-0.3rc7.el8.ppc64le 95/104
Verifying : cyrus-sasl-gssapi-2.1.27-0.3rc7.el8.ppc64le 96/104
Verifying : dhcp-server-12:4.3.6-30.el8.ppc64le 97/104
Verifying : libnl3-3.4.0-4.el8.ppc64le 98/104
Verifying : mailcap-2.1.48-3.el8.noarch 99/104
Verifying : make-1:4.2.1-9.el8.ppc64le 100/104
Verifying : net-snmp-libs-1:5.8-7.el8.ppc64le 101/104
Verifying : psmisc-23.1-3.el8.ppc64le 102/104
Verifying : python3-ply-3.9-7.el8.noarch 103/104
Verifying : redhat-logos-httpd-80.7-1.el8.noarch 104/104
Installed products updated.
Installed:
goconserver-0.3.2-snap201812130351.ppc64le
xCATsn-4:2.14.6-snap201903190618.ppc64le
apr-util-bdb-1.6.1-6.el8.ppc64le
apr-util-openssl-1.6.1-6.el8.ppc64le
conserver-xcat-0.0-0.noarch
elilo-xcat-3.14-4.noarch
grub2-xcat-2.02-0.76.el7.snap201811290530.noarch
ipmitool-xcat-1.8.18-2.ppc64le
net-snmp-perl-1:5.8-7.el8.ppc64le
perl-Crypt-CBC-2.33-20.el8.noarch
perl-Crypt-Rijndael-1.13-10.el8.ppc64le
perl-Crypt-SSLeay-0.72-20.el8.ppc64le
perl-Digest-SHA1-2.13-23.el8.ppc64le
perl-Expect-1.35-6.el8.noarch
perl-HTML-Form-6.03-19.el8.noarch
perl-HTTP-Async-0.30-2.noarch
perl-IO-Stty-0.03-21.el8.noarch
perl-IO-Tty-1.12-13.el8.ppc64le
perl-JSON-2.97.001-4.el8.noarch
perl-Mail-Sender-1:0.903-7.el8.noarch
perl-Net-HTTPS-NB-0.14-2.noarch
perl-Net-Telnet-3.04-9.el8.noarch
syslinux-xcat-3.86-2.noarch
xCAT-genesis-base-ppc64-2:2.14.5-snap201811160710.noarch
xCAT-genesis-base-x86_64-2:2.14.5-snap201811190037.noarch
xnba-undi-1.0.3-131028.noarch
perl-xCAT-4:2.14.6-snap201903190618.noarch
xCAT-client-4:2.14.6-snap201903190618.noarch
xCAT-genesis-scripts-ppc64-1:2.14.6-snap201903190618.noarch
xCAT-genesis-scripts-x86_64-1:2.14.6-snap201903190618.noarch
xCAT-probe-4:2.14.6-snap201903190618.noarch
xCAT-server-4:2.14.6-snap201903190618.noarch
apr-1.6.3-9.el8.ppc64le
apr-util-1.6.1-6.el8.ppc64le
bind-32:9.11.4-16.P2.el8.ppc64le
bind-libs-32:9.11.4-16.P2.el8.ppc64le
bind-libs-lite-32:9.11.4-16.P2.el8.ppc64le
bind-license-32:9.11.4-16.P2.el8.noarch
bind-utils-32:9.11.4-16.P2.el8.ppc64le
httpd-2.4.37-10.module+el8+2764+7127e69e.ppc64le
httpd-filesystem-2.4.37-10.module+el8+2764+7127e69e.noarch
httpd-tools-2.4.37-10.module+el8+2764+7127e69e.ppc64le
ksh-20120801-252.el8.ppc64le
libvirt-libs-4.5.0-23.module+el8+2800+2d311f65.ppc64le
mod_http2-1.11.3-1.module+el8+2443+605475b7.ppc64le
net-snmp-agent-libs-1:5.8-7.el8.ppc64le
nmap-2:7.70-4.el8.ppc64le
nmap-ncat-2:7.70-4.el8.ppc64le
perl-CGI-4.38-2.el8.noarch
perl-Compress-Raw-Bzip2-2.081-1.el8.ppc64le
perl-Compress-Raw-Zlib-2.081-1.el8.ppc64le
perl-DBD-SQLite-1.58-1.module+el8+2519+ab644fb0.ppc64le
perl-DB_File-1.842-1.el8.ppc64le
perl-Data-Dump-1.23-7.el8.noarch
perl-Digest-HMAC-1.03-17.el8.noarch
perl-Digest-SHA-1:6.02-1.el8.ppc64le
perl-Encode-Locale-1.05-9.el8.noarch
perl-File-Listing-6.04-17.el8.noarch
perl-Filter-2:1.58-2.el8.ppc64le
perl-HTML-Parser-3.72-14.el8.ppc64le
perl-HTML-Tagset-3.20-33.el8.noarch
perl-HTTP-Cookies-6.04-2.el8.noarch
perl-HTTP-Date-6.02-18.el8.noarch
perl-HTTP-Message-6.18-1.el8.noarch
perl-HTTP-Negotiate-6.01-19.el8.noarch
perl-IO-Compress-2.081-1.el8.noarch
perl-IO-HTML-1.001-10.el8.noarch
perl-LWP-MediaTypes-6.02-14.el8.noarch
perl-LWP-Protocol-https-6.07-4.el8.noarch
perl-NTLM-1.09-17.el8.noarch
perl-Net-DNS-1.15-1.el8.noarch
perl-Net-HTTP-6.17-2.el8.noarch
perl-Net-Ping-2.55-416.el8.noarch
perl-SelfLoader-1.23-416.el8.noarch
perl-Sys-Syslog-0.35-397.el8.ppc64le
perl-Sys-Virt-4.5.0-4.module+el8+2529+a9686a4d.ppc64le
perl-Text-Balanced-2.03-395.el8.noarch
perl-Time-HiRes-1.9758-1.el8.ppc64le
perl-TimeDate-1:2.30-13.el8.noarch
perl-Try-Tiny-0.30-2.el8.noarch
perl-WWW-RobotRules-6.02-18.el8.noarch
perl-XML-LibXML-1:2.0132-2.el8.ppc64le
perl-XML-NamespaceSupport-1.12-4.el8.noarch
perl-XML-Parser-2.44-11.el8.ppc64le
perl-XML-SAX-1.00-1.el8.noarch
perl-XML-SAX-Base-1.09-4.el8.noarch
perl-XML-Simple-2.25-1.el8.noarch
perl-libwww-perl-6.34-1.el8.noarch
python3-bind-32:9.11.4-16.P2.el8.noarch
tcpdump-14:4.9.2-5.el8.ppc64le
tftp-5.2-24.el8.ppc64le
tftp-server-5.2-24.el8.ppc64le
yajl-2.1.0-10.el8.ppc64le
avahi-libs-0.7-19.el8.ppc64le
cyrus-sasl-2.1.27-0.3rc7.el8.ppc64le
cyrus-sasl-gssapi-2.1.27-0.3rc7.el8.ppc64le
dhcp-server-12:4.3.6-30.el8.ppc64le
libnl3-3.4.0-4.el8.ppc64le
mailcap-2.1.48-3.el8.noarch
make-1:4.2.1-9.el8.ppc64le
net-snmp-libs-1:5.8-7.el8.ppc64le
psmisc-23.1-3.el8.ppc64le
python3-ply-3.9-7.el8.noarch
redhat-logos-httpd-80.7-1.el8.noarch
Complete!
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Last metadata expiration check: 0:00:39 ago on Wed Mar 20 01:32:08 2019.
Dependencies resolved.
Nothing to do.
Complete!
Enter the dracut mode. Dracut version: 049. Dracut directory: dracut_047.
Try to load drivers: ext3 ext4 to initrd.
chroot /install/netboot/rhels8.0.0/ppc64le/service/rootimg dracut -N --compress "/bin/pigz -p 2 " -f /tmp/initrd.5163.gz 4.18.0-74.el8.ppc64le
dracut: No '/dev/log' or 'logger' included for syslog logging
dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y
the initial ramdisk for stateless is generated successfully.
Try to load drivers: ext3 ext4 to initrd.
chroot /install/netboot/rhels8.0.0/ppc64le/service/rootimg dracut -N --compress "/bin/pigz -p 2 " -f /tmp/initrd.5163.gz 4.18.0-74.el8.ppc64le
dracut: No '/dev/log' or 'logger' included for syslog logging
dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y
the initial ramdisk for statelite is generated successfully.
[root@f6u13k10 xcat]# echo $?
```
* The output of packimge
```
[root@f6u13k10 xcat]# packimage rhels8.0.0-ppc64le-netboot-service
Packing contents of /install/netboot/rhels8.0.0/ppc64le/service/rootimg
archive method:cpio
compress method:pigz
[root@f6u13k10 xcat]# echo $?
0
```
| non_defect | postscripts servicenode failed when deploying a diskless service node postscripts servicenode failed when deploying a diskless service node xcat version build the osimage definition are lsdef t osimage netboot service object name netboot service exlist opt xcat share xcat netboot rh service exlist imagetype linux osarch osdistroname osname linux osvers otherpkgdir install post otherpkgs otherpkglist opt xcat share xcat netboot rh service otherpkgs pkglist permission pkgdir install pkglist opt xcat share xcat netboot rh service pkglist postinstall opt xcat share xcat netboot rh service postinstall postscripts servicenode profile service provmethod netboot rootimgdir install netboot service cat opt xcat share xcat netboot rh service otherpkgs pkglist xcat xcat core xcatsn xcat xcat dep goconserver cat opt xcat share xcat netboot rh service pkglist bash bc chrony coreutils curl dhcp client dracut dracut network ethtool file gzip hostname iputils irqbalance kernel lsvpd net tools nfs utils openssh clients openssh server openssl parted procps ng rpm rsync rsyslog tar util linux vim minimal xz wget perl dbd mysql perl dbd pg output of genimage genimage netboot service generating image cd opt xcat share xcat netboot rh genimage a o p service permission srcdir install pkglist opt xcat share xcat netboot rh service pkglist otherpkgdir install post otherpkgs otherpkglist opt xcat share xcat netboot rh service otherpkgs pkglist postinstall opt xcat share xcat netboot rh service postinstall rootimgdir install netboot service tempfile tmp xcat genimage netboot service blocks opt xcat share xcat netboot rh blocks opt xcat share xcat netboot rh yum y c tmp genimage yum conf installroot install netboot service rootimg disablerepo releasever setopt module platform id platform enablerepo enablerepo install bash bc chrony coreutils curl dhcp client dracut dracut network ethtool file gzip hostname iputils irqbalance kernel lsvpd net tools nfs utils openssh clients openssh server openssl parted procps ng rpm rsync rsyslog tar util linux vim minimal xz wget perl dbd mysql perl dbd pg updating subscription management repositories unable to read consumer identity this system is not registered to red hat subscription management you can use subscription manager to register mb s mb mb s mb dependencies resolved package archversion repository size installing perl dbd mysql module k perl dbd pg module k module k rsyslog k wget k bash m bc k k chrony k coreutils m curl k dhcp client k dracut k dracut network k m ethtool k file k gzip k hostname k iputils k irqbalance k kernel k lsvpd k net tools k nfs utils k openssh clients k openssh server k openssl k parted k procps ng k rpm k rsync k tar k util linux m vim minimal k xz k installing dependencies libestr k libfastjson k libpq k mariadb connector c k mariadb connector c config k perl dbi module k perl digest k perl digest k perl net ssleay k perl uri k perl libnet k perl version k pip k xkeyboard config k acl k audit libs k basesystem k bind export libs m brotli k libs k ca certificates k chkconfig k coreutils common m cpio k cracklib k crypto policies k cryptsetup libs k cyrus sasl lib k dbus k dbus common k dbus daemon k dbus libs k dbus tools k device mapper k device mapper libs k dhcp common k dhcp libs k diffutils k libs k elfutils default yama scope k elfutils libelf k elfutils libs k expat k file libs k filesystem m findutils k fipscheck k fipscheck lib k fuse libs k gawk m gdbm k gdbm libs k gettext m gettext libs k m glibc m glibc all langpacks m glibc common k gmp k m gnutls k gpgme k grep k groff base m common k tools m tools minimal k gssproxy k info k ipcalc k iproute k iptables libs k json c k kbd legacy k kbd misc m kernel core m kernel modules m keyutils k keyutils libs k kmod k kmod libs k libs k libacl k libarchive k libassuan k libattr k libbasicobjects k libblkid k libcap k libcap ng k libcollection k libcom err k libcroco k libcurl k libdb k libdb utils k libedit k libevent k libfdisk k libffi k libgcc k libgcrypt k libgomp k libgpg error k k libini config k libkcapi k libkcapi hmaccalc k libksba k libmetalink k libmnl k libmount k libnfsidmap k k k libpath utils k libpcap k libpkgconf k libpsl k libpwquality k libref array k librtas k libseccomp k libsecret k libselinux k libselinux utils k libsemanage k libsepol k libsigsegv k libsmartcols k libss k libssh k libstdc k k libtirpc k libunistring k libusbx k libutempter k libuuid k libverto k libverto libevent k libvpd k libxcrypt k k linux firmware m logrotate k lua libs k libs k m mpfr k ncurses k ncurses base k ncurses libs k nettle k npth k numactl libs k openldap k openssh k openssl libs m os prober k kit k kit trust k pam k pcre k k perl carp k perl data dumper k perl encode m perl errno k perl exporter k perl file path k perl file temp k perl getopt long k perl http tiny k perl io k perl mime k perl math bigint k perl math complex k perl pathtools k perl pod escapes k perl pod perldoc k perl pod simple k perl pod usage k perl scalar list utils k perl socket k perl storable k perl term ansicolor k perl term cap k perl text parsewords k perl text tabs wrap k perl time local k perl unicode normalize k perl constant k perl interpreter m perl libs m perl macros k perl parent k perl podlators k perl threads k perl threads shared k pkgconf k pkgconf k pkgconf pkg config k platform python k platform python pip m platform python setuptools k policycoreutils k polkit k polkit libs k polkit pkla compat k popt k publicsuffix list dafsa k libs m setuptools k quota k quota nls k readline k redhat release k rpcbind k rpm libs k sed k setup k utils libs k shadow utils m sqlite libs k systemd m systemd libs k systemd pam k systemd udev m trousers lib k tzdata k which k xz libs k zlib k installing weak dependencies city m country m libmaxminddb k libxkbcommon k perl io socket ip k perl io socket ssl k perl mozilla ca k pinentry k cracklib dicts m smime k grubby k hardlink k kbd k kpartx k openssl k pigz k redhat release eula k shared mime info k timedatex k trousers k enabling module streams perl dbd mysql perl dbd pg perl dbi transaction summary install packages total size m installed size g downloading packages running transaction check transaction check succeeded running transaction test transaction test succeeded running transaction running scriptlet filesystem running scriptlet mariadb connector c preparing installing libgcc running scriptlet libgcc installing country noarch installing city noarch installing tzdata noarch installing redhat release eula installing redhat release installing setup noarch running scriptlet setup noarch installing filesystem installing basesystem noarch installing quota nls noarch installing publicsuffix list dafsa noarch installing pkgconf noarch installing ncurses base noarch installing installing libselinux installing ncurses libs installing glibc all langpacks installing glibc common running scriptlet glibc installing glibc running scriptlet glibc installing bash running scriptlet bash installing libsepol running scriptlet libsepol installing zlib installing info installing libcom err running scriptlet libcom err installing xz libs installing libcap installing libxcrypt installing perl carp noarch installing perl exporter noarch installing perl libs installing libs installing libgpg error installing libuuid running scriptlet libuuid installing perl scalar list utils installing readline running scriptlet readline installing perl parent noarch installing installing libstdc running scriptlet libstdc installing popt installing chkconfig installing libgcrypt running scriptlet libgcrypt installing libunistring installing running scriptlet installing elfutils libelf installing sqlite libs installing expat installing gmp running scriptlet gmp installing libattr installing libacl installing sed running scriptlet sed installing libcap ng installing audit libs installing libassuan installing keyutils libs installing libffi installing kit running scriptlet kit installing nettle running scriptlet nettle installing gdbm libs installing libverto installing libs installing libsemanage installing libmetalink installing libpsl installing libksba installing perl text parsewords noarch installing libs running scriptlet libs installing diffutils running scriptlet diffutils installing findutils running scriptlet findutils installing libgomp running scriptlet libgomp installing common noarch installing libbasicobjects installing libcollection installing libedit installing libref array installing libseccomp running scriptlet libseccomp installing running scriptlet installing kit trust running scriptlet kit trust installing lua libs installing ncurses installing pcre installing grep running scriptlet grep installing xz installing gdbm installing keyutils installing groff base installing acl installing mpfr running scriptlet mpfr installing libvpd running scriptlet libvpd installing installing perl term ansicolor noarch installing perl macros installing perl errno installing perl socket installing perl text tabs wrap noarch installing perl unicode normalize installing perl file path noarch installing perl io installing perl pathtools installing perl constant noarch installing perl threads installing perl threads shared installing perl interpreter installing perl mime installing perl io socket ip noarch installing perl data dumper installing perl storable installing perl time local noarch installing perl digest noarch installing perl digest installing perl version installing perl file temp noarch installing perl math complex noarch installing perl math bigint noarch installing perl pod escapes noarch installing perl term cap noarch installing libss running scriptlet libss installing coreutils common running scriptlet coreutils common installing file libs installing file installing pigz installing libestr running scriptlet libestr installing libfastjson running scriptlet libfastjson installing libmaxminddb running scriptlet libmaxminddb installing ipcalc installing brotli installing cpio installing fuse libs running scriptlet fuse libs installing hardlink installing json c installing libmnl running scriptlet libmnl installing installing libpath utils installing libini config installing libpkgconf installing pkgconf installing pkgconf pkg config installing libpcap installing iptables libs installing librtas running scriptlet librtas installing libselinux utils installing libsigsegv installing gawk installing libsmartcols running scriptlet libsmartcols installing npth installing numactl libs running scriptlet numactl libs installing utils libs running scriptlet utils libs installing which installing linux firmware noarc installing kbd misc noarch installing kbd legacy noarch installing dhcp common noarch installing dbus common noarch installing xkeyboard config noarch installing libxkbcommon installing cyrus sasl lib running scriptlet cyrus sasl lib installing libssh installing openldap installing libcurl installing libkcapi installing libkcapi hmaccalc installing libarchive installing libdb utils installing curl installing openssl installing elfutils default yama scope noarch running scriptlet elfutils default yama scope noarch installing elfutils libs installing gzip running scriptlet gzip installing cracklib installing cracklib dicts installing gettext libs installing libcroco running scriptlet libcroco installing procps ng installing libs installing libtirpc running scriptlet libtirpc installing running scriptlet installing tools minimal installing kpartx installing device mapper installing openssl running scriptlet openssl installing rpm installing libfdisk running scriptlet libfdisk installing libmount running scriptlet libmount installing gettext running scriptlet gettext installing installing dbus libs running scriptlet dbus libs installing dbus tools installing coreutils installing systemd libs running scriptlet systemd libs installing libblkid running scriptlet libblkid installing shadow utils installing device mapper libs running scriptlet device mapper libs running scriptlet ca certificates noarch installing ca certificates noarch running scriptlet ca certificates noarch running scriptlet dbus daemon installing dbus daemon running scriptlet dbus daemon running scriptlet libutempter installing libutempter installing shared mime info running scriptlet shared mime info installing kmod installing kmod libs running scriptlet kmod libs installing kbd installing libpwquality installing systemd pam installing cryptsetup libs running scriptlet cryptsetup libs installing dracut installing libdb running scriptlet libdb installing pam running scriptlet pam installing util linux running scriptlet util linux installing rpm libs running scriptlet rpm libs installing trousers lib running scriptlet trousers lib installing openssl libs running scriptlet openssl libs installing grubby installing crypto policies noarch running scriptlet crypto policies noarch installing os prober running scriptlet tools installing tools running scriptlet tools installing gnutls installing dbus running scriptlet systemd installing systemd running scriptlet systemd installing systemd udev running scriptlet systemd udev running scriptlet trousers installing trousers running scriptlet trousers installing kernel core running scriptlet kernel core installing iputils running scriptlet iputils installing libevent installing iproute installing polkit libs running scriptlet polkit libs running scriptlet polkit installing polkit running scriptlet polkit installing polkit pkla compat installing timedatex running scriptlet timedatex installing libverto libevent installing gssproxy running scriptlet gssproxy installing kernel modules running scriptlet kernel modules installing libpq installing perl net ssleay installing bind export libs running scriptlet bind export libs installing fipscheck lib running scriptlet fipscheck lib installing fipscheck running scriptlet openssh installing openssh installing platform python pip noarch installing platform python setuptools noarch installing platform python running scriptlet platform python installing libs installing setuptools noarch installing pip noarch installing module running scriptlet module installing policycoreutils running scriptlet policycoreutils running scriptlet rpcbind installing rpcbind running scriptlet rpcbind installing perl mozilla ca noarch installing perl libnet noarch installing perl uri noarch installing perl encode installing perl pod simple noarch installing perl getopt long noarch installing perl podlators noarch installing perl pod usage noarch installing perl pod perldoc noarch installing perl http tiny noarch installing perl io socket ssl noarch installing perl dbi module installing dhcp libs installing dhcp client installing libusbx running scriptlet logrotate installing logrotate installing libsecret installing pinentry running scriptlet pinentry installing smime installing installing gpgme installing libnfsidmap installing quota installing mariadb connector c config noarch installing mariadb connector c installing perl dbd mysql module running scriptlet nfs utils installing nfs utils running scriptlet nfs utils running in chroot ignoring request try restart running in chroot ignoring request try restart installing wget running scriptlet wget installing rsyslog running scriptlet rsyslog installing dracut network installing perl dbd pg module ppc installing openssh clients running scriptlet openssh server installing openssh server running scriptlet openssh server installing kernel running scriptlet chrony installing chrony running scriptlet chrony running in chroot ignoring request daemon reload installing net tools running scriptlet net tools installing parted running scriptlet parted installing installing irqbalance running scriptlet irqbalance installing lsvpd running scriptlet lsvpd installing rsync vpdupdate is not supported on the pseries kvm guest platform installing tar running scriptlet tar installing vim minimal installing bc running scriptlet bc installing installing hostname running scriptlet hostname installing ethtool running scriptlet filesystem running scriptlet glibc all langpacks running scriptlet kernel core dracut no dev log or logger included for syslog logging dracut turning off host only mode run is not mounted dracut turning off host only mode dev is not mounted running scriptlet glibc common running scriptlet info running scriptlet running scriptlet shared mime info running scriptlet systemd running scriptlet systemd udev verifying city noarch verifying country noarch verifying libestr verifying libfastjson verifying libmaxminddb verifying libpq verifying libxkbcommon verifying mariadb connector c verifying mariadb connector c config noarch verifying perl dbd mysql module verifying perl dbd pg module ppc verifying perl dbi module verifying perl digest noarch verifying perl digest verifying perl io socket ip noarch verifying perl io socket ssl noarch verifying perl mozilla ca noarch verifying perl net ssleay verifying perl uri noarch verifying perl libnet noarch verifying perl version verifying pinentry verifying pip noarch verifying module verifying rsyslog verifying wget verifying xkeyboard config noarch verifying acl verifying audit libs verifying basesystem noarch verifying bash verifying bc verifying bind export libs verifying brotli verifying verifying libs verifying ca certificates noarch verifying chkconfig verifying chrony verifying coreutils verifying coreutils common verifying cpio verifying cracklib verifying cracklib dicts verifying crypto policies noarch verifying cryptsetup libs verifying curl verifying cyrus sasl lib verifying dbus verifying dbus common noarch verifying dbus daemon verifying dbus libs verifying dbus tools verifying device mapper verifying device mapper libs verifying dhcp client verifying dhcp common noarch verifying dhcp libs verifying diffutils verifying dracut verifying dracut network verifying verifying libs verifying elfutils default yama scope noarch verifying elfutils libelf verifying elfutils libs verifying ethtool verifying expat verifying file verifying file libs verifying filesystem verifying findutils verifying fipscheck verifying fipscheck lib verifying fuse libs verifying gawk verifying gdbm verifying gdbm libs verifying gettext verifying gettext libs verifying verifying glibc verifying glibc all langpacks verifying glibc common verifying gmp verifying verifying smime verifying gnutls verifying gpgme verifying grep verifying groff base verifying common noarch verifying tools verifying tools minimal verifying grubby verifying gssproxy verifying gzip verifying hardlink verifying hostname verifying info verifying ipcalc verifying iproute verifying iptables libs verifying iputils verifying irqbalance verifying json c verifying kbd verifying kbd legacy noarch verifying kbd misc noarch verifying kernel verifying kernel core verifying kernel modules verifying keyutils verifying keyutils libs verifying kmod verifying kmod libs verifying kpartx verifying libs verifying libacl verifying libarchive verifying libassuan verifying libattr verifying libbasicobjects verifying libblkid verifying libcap verifying libcap ng verifying libcollection verifying libcom err verifying libcroco verifying libcurl verifying libdb verifying libdb utils verifying libedit verifying libevent verifying libfdisk verifying libffi verifying libgcc verifying libgcrypt verifying libgomp verifying libgpg error verifying verifying libini config verifying libkcapi verifying libkcapi hmaccalc verifying libksba verifying libmetalink verifying libmnl verifying libmount verifying libnfsidmap verifying verifying verifying libpath utils verifying libpcap verifying libpkgconf verifying libpsl verifying libpwquality verifying libref array verifying librtas verifying libseccomp verifying libsecret verifying libselinux verifying libselinux utils verifying libsemanage verifying libsepol verifying libsigsegv verifying libsmartcols verifying libss verifying libssh verifying libstdc verifying verifying libtirpc verifying libunistring verifying libusbx verifying libutempter verifying libuuid verifying libverto verifying libverto libevent verifying libvpd verifying libxcrypt verifying verifying linux firmware noarc verifying logrotate verifying lsvpd verifying lua libs verifying libs verifying verifying mpfr verifying ncurses verifying ncurses base noarch verifying ncurses libs verifying net tools verifying nettle verifying nfs utils verifying npth verifying numactl libs verifying openldap verifying openssh verifying openssh clients verifying openssh server verifying openssl verifying openssl libs verifying openssl verifying os prober verifying kit verifying kit trust verifying pam verifying parted verifying pcre verifying verifying perl carp noarch verifying perl data dumper verifying perl encode verifying perl errno verifying perl exporter noarch verifying perl file path noarch verifying perl file temp noarch verifying perl getopt long noarch verifying perl http tiny noarch verifying perl io verifying perl mime verifying perl math bigint noarch verifying perl math complex noarch verifying perl pathtools verifying perl pod escapes noarch verifying perl pod perldoc noarch verifying perl pod simple noarch verifying perl pod usage noarch verifying perl scalar list utils verifying perl socket verifying perl storable verifying perl term ansicolor noarch verifying perl term cap noarch verifying perl text parsewords noarch verifying perl text tabs wrap noarch verifying perl time local noarch verifying perl unicode normalize verifying perl constant noarch verifying perl interpreter verifying perl libs verifying perl macros verifying perl parent noarch verifying perl podlators noarch verifying perl threads verifying perl threads shared verifying pigz verifying pkgconf verifying pkgconf noarch verifying pkgconf pkg config verifying platform python verifying platform python pip noarch verifying platform python setuptools noarch verifying policycoreutils verifying polkit verifying polkit libs verifying polkit pkla compat verifying popt verifying procps ng verifying publicsuffix list dafsa noarch verifying libs verifying setuptools noarch verifying quota verifying quota nls noarch verifying readline verifying redhat release verifying redhat release eula verifying rpcbind verifying rpm verifying rpm libs verifying rsync verifying sed verifying setup noarch verifying utils libs verifying shadow utils verifying shared mime info verifying sqlite libs verifying systemd verifying systemd libs verifying systemd pam verifying systemd udev verifying tar verifying timedatex verifying trousers verifying trousers lib verifying tzdata noarch verifying util linux verifying vim minimal verifying which verifying xz verifying xz libs verifying zlib installed products updated installed perl dbd mysql module perl dbd pg module module rsyslog wget bash bc chrony coreutils curl dhcp client dracut dracut network ethtool file gzip hostname iputils irqbalance kernel lsvpd net tools nfs utils openssh clients openssh server openssl parted procps ng rpm rsync tar util linux vim minimal xz city noarch country noarch libmaxminddb libxkbcommon perl io socket ip noarch perl io socket ssl noarch perl mozilla ca noarch pinentry cracklib dicts smime grubby hardlink kbd kpartx openssl pigz redhat release eula shared mime info timedatex trousers libestr libfastjson libpq mariadb connector c mariadb connector c config noarch perl dbi module perl digest noarch perl digest perl net ssleay perl uri noarch perl libnet noarch perl version pip noarch xkeyboard config noarch acl audit libs basesystem noarch bind export libs brotli libs ca certificates noarch chkconfig coreutils common cpio cracklib crypto policies noarch cryptsetup libs cyrus sasl lib dbus dbus common noarch dbus daemon dbus libs dbus tools device mapper device mapper libs dhcp common noarch dhcp libs diffutils libs elfutils default yama scope noarch elfutils libelf elfutils libs expat file libs filesystem findutils fipscheck fipscheck lib fuse libs gawk gdbm gdbm libs gettext gettext libs glibc glibc all langpacks glibc common gmp gnutls gpgme grep groff base common noarch tools tools minimal gssproxy info ipcalc iproute iptables libs json c kbd legacy noarch kbd misc noarch kernel core kernel modules keyutils keyutils libs kmod kmod libs libs libacl libarchive libassuan libattr libbasicobjects libblkid libcap libcap ng libcollection libcom err libcroco libcurl libdb libdb utils libedit libevent libfdisk libffi libgcc libgcrypt libgomp libgpg error libini config libkcapi libkcapi hmaccalc libksba libmetalink libmnl libmount libnfsidmap libpath utils libpcap libpkgconf libpsl libpwquality libref array librtas libseccomp libsecret libselinux libselinux utils libsemanage libsepol libsigsegv libsmartcols libss libssh libstdc libtirpc libunistring libusbx libutempter libuuid libverto libverto libevent libvpd libxcrypt linux firmware noarch logrotate lua libs libs mpfr ncurses ncurses base noarch ncurses libs nettle npth numactl libs openldap openssh openssl libs os prober kit kit trust pam pcre perl carp noarch perl data dumper perl encode perl errno perl exporter noarch perl file path noarch perl file temp noarch perl getopt long noarch perl http tiny noarch perl io perl mime perl math bigint noarch perl math complex noarch perl pathtools perl pod escapes noarch perl pod perldoc noarch perl pod simple noarch perl pod usage noarch perl scalar list utils perl socket perl storable perl term ansicolor noarch perl term cap noarch perl text parsewords noarch perl text tabs wrap noarch perl time local noarch perl unicode normalize perl constant noarch perl interpreter perl libs perl macros perl parent noarch perl podlators noarch perl threads perl threads shared pkgconf pkgconf noarch pkgconf pkg config platform python platform python pip noarch platform python setuptools noarch policycoreutils polkit polkit libs polkit pkla compat popt publicsuffix list dafsa noarch libs setuptools noarch quota quota nls noarch readline redhat release rpcbind rpm libs sed setup noarch utils libs shadow utils sqlite libs systemd systemd libs systemd pam systemd udev trousers lib tzdata noarch which xz libs zlib complete updating subscription management repositories unable to read consumer identity this system is not registered to red hat subscription management you can use subscription manager to register files removed yum y c tmp genimage yum conf installroot install netboot service rootimg disablerepo enablerepo enablerepo enablerepo enablerepo install goconserver xcatsn updating subscription management repositories unable to read consumer identity this system is not registered to red hat subscription management you can use subscription manager to register mb s kb mb s kb mb s mb mb s mb dependencies resolved package archversion repository size installing goconserver m xcatsn k installing dependencies conserver xcat k elilo xcat k xcat m ipmitool xcat k net snmp perl k perl crypt cbc k perl crypt rijndael k perl crypt ssleay k perl digest k perl expect k perl html form k perl http async k perl io stty k perl io tty k perl json k perl mail sender k perl net https nb k perl net telnet k syslinux xcat k xcat genesis base m xcat genesis base m xnba undi k perl xcat k xcat client k xcat genesis scripts k xcat genesis scripts k xcat probe k xcat server m apr k apr util k bind m bind libs k bind libs lite m bind license k bind utils k httpd module m httpd filesystem module k httpd tools module k ksh k libvirt libs module m mod module k net snmp agent libs k nmap m nmap ncat k perl cgi k perl compress raw k perl compress raw zlib k perl dbd sqlite module k perl db file k perl data dump k perl digest hmac k perl digest sha k perl encode locale k perl file listing k perl filter k perl html parser k perl html tagset k perl http cookies k perl http date k perl http message k perl http negotiate k perl io compress k perl io html k perl lwp mediatypes k perl lwp protocol https k perl ntlm k perl net dns k perl net http k perl net ping k perl selfloader k perl sys syslog k perl sys virt module k perl text balanced k perl time hires k perl timedate k perl try tiny k perl www robotrules k perl xml libxml k perl xml namespacesupport k perl xml parser k perl xml sax k perl xml sax base k perl xml simple k perl libwww perl k bind k tcpdump k tftp k tftp server k yajl k avahi libs k cyrus sasl k cyrus sasl gssapi k dhcp server k k mailcap k make k net snmp libs k psmisc k ply k redhat logos httpd k installing weak dependencies apr util bdb k apr util openssl k enabling module streams httpd perl dbd sqlite virt rhel transaction summary install packages total size m installed size m downloading packages running transaction check transaction check succeeded running transaction test transaction test succeeded running transaction running scriptlet xcat genesis base n running scriptlet xcat genesis base no preparing installing perl time hires installing perl net ping noarch installing perl xml parser installing perl xml namespacesupport noarch installing perl sys syslog installing perl compress raw zlib installing bind license noarch installing bind libs lite installing apr running scriptlet apr installing apr util bdb installing apr util openssl installing apr util running scriptlet apr util installing perl json noarch installing bind libs installing net snmp libs installing mailcap noarch installing perl lwp mediatypes noarch installing perl xml sax base noarch installing perl timedate noarch installing perl http date noarch installing perl encode locale noarch installing perl digest sha installing perl digest hmac noarch installing nmap ncat installing nmap installing ksh running scriptlet ksh installing perl io tty installing perl expect noarch installing perl ntlm noarch installing perl net dns noarch installing perl file listing noarch installing net snmp agent libs running scriptlet bind installing bind running scriptlet bind installing httpd tools module p installing redhat logos httpd noarch installing ply noarch installing bind noarch installing bind utils installing psmisc installing make running scriptlet make installing running scriptlet running scriptlet dhcp server installing dhcp server running scriptlet dhcp server installing cyrus sasl gssapi running scriptlet cyrus sasl installing cyrus sasl running scriptlet cyrus sasl installing avahi libs installing yajl installing libvirt libs module p installing perl sys virt module p installing tftp server running scriptlet tftp server installing tftp running scriptlet tcpdump installing tcpdump installing perl www robotrules noarch installing perl try tiny noarch installing perl selfloader noarch installing perl text balanced noarch installing perl io html noarch installing perl html tagset noarch installing perl filter installing perl data dump noarch installing perl db file installing perl dbd sqlite module installing perl compress raw installing perl io compress noarch installing perl http message noarch installing perl net http noarch installing perl html parser installing perl http cookies noarch installing perl html form noarch installing perl cgi noarch installing perl http async noarch installing perl net https nb noarch installing perl http negotiate noarch installing perl lwp protocol https noarch installing perl libwww perl noarch installing perl xml sax noarch running scriptlet perl xml sax noarch installing perl xml simple noarch installing perl xml libxml running scriptlet perl xml libxml running scriptlet httpd filesystem module installing httpd filesystem module installing mod module installing httpd module running scriptlet httpd module installing xnba undi noarch running scriptlet xnba undi noarch installing xcat genesis base running scriptlet xcat genesis base installing xcat genesis scripts running scriptlet xcat genesis scripts if you are installing updating xcat genesis base separately not as part of installing updating all of xcat run mknb manually installing xcat genesis base running scriptlet xcat genesis base installing xcat genesis scripts running scriptlet xcat genesis scripts if you are installing updating xcat genesis base separately not as part of installing updating all of xcat run mknb manually installing syslinux xcat noarch installing perl net telnet noarch installing perl mail sender noarch installing net snmp perl running scriptlet perl xcat noarch installing perl xcat noarch running scriptlet perl xcat noarch running scriptlet xcat client noarch installing xcat client noarch running scriptlet xcat client noarch installing xcat probe noarch running scriptlet xcat probe noarch installing perl io stty noarch installing perl digest installing perl crypt ssleay installing perl crypt rijndael installing perl crypt cbc noarch installing ipmitool xcat installing xcat noarch running scriptlet xcat noarch running scriptlet xcat server noarch installing xcat server noarch running scriptlet xcat server noarch running in chroot ignoring request daemon reload synchronizing state of xcatd service with sysv service script with usr lib systemd systemd sysv install executing usr lib systemd systemd sysv install enable xcatd created symlink etc systemd system multi user target wants xcatd service usr lib systemd system xcatd service installing goconserver running scriptlet goconserver installing elilo xcat noarch running scriptlet elilo xcat noarch installing conserver xcat noarch running scriptlet xcatsn installing xcatsn running scriptlet xcatsn created symlink etc systemd system multi user target wants httpd service usr lib systemd system httpd service xcatsn is now installed running scriptlet httpd module running scriptlet xcatsn verifying conserver xcat noarch verifying elilo xcat noarch verifying goconserver verifying xcat noarch verifying ipmitool xcat verifying net snmp perl verifying perl crypt cbc noarch verifying perl crypt rijndael verifying perl crypt ssleay verifying perl digest verifying perl expect noarch verifying perl html form noarch verifying perl http async noarch verifying perl io stty noarch verifying perl io tty verifying perl json noarch verifying perl mail sender noarch verifying perl net https nb noarch verifying perl net telnet noarch verifying syslinux xcat noarch verifying xcat genesis base verifying xcat genesis base verifying xnba undi noarch verifying perl xcat noarch verifying xcat client noarch verifying xcat genesis scripts verifying xcat genesis scripts verifying xcat probe noarch verifying xcat server noarch verifying xcatsn verifying apr verifying apr util verifying apr util bdb verifying apr util openssl verifying bind verifying bind libs verifying bind libs lite verifying bind license noarch verifying bind utils verifying httpd module verifying httpd filesystem module verifying httpd tools module p verifying ksh verifying libvirt libs module p verifying mod module verifying net snmp agent libs verifying nmap verifying nmap ncat verifying perl cgi noarch verifying perl compress raw verifying perl compress raw zlib verifying perl dbd sqlite module verifying perl db file verifying perl data dump noarch verifying perl digest hmac noarch verifying perl digest sha verifying perl encode locale noarch verifying perl file listing noarch verifying perl filter verifying perl html parser verifying perl html tagset noarch verifying perl http cookies noarch verifying perl http date noarch verifying perl http message noarch verifying perl http negotiate noarch verifying perl io compress noarch verifying perl io html noarch verifying perl lwp mediatypes noarch verifying perl lwp protocol https noarch verifying perl ntlm noarch verifying perl net dns noarch verifying perl net http noarch verifying perl net ping noarch verifying perl selfloader noarch verifying perl sys syslog verifying perl sys virt module p verifying perl text balanced noarch verifying perl time hires verifying perl timedate noarch verifying perl try tiny noarch verifying perl www robotrules noarch verifying perl xml libxml verifying perl xml namespacesupport noarch verifying perl xml parser verifying perl xml sax noarch verifying perl xml sax base noarch verifying perl xml simple noarch verifying perl libwww perl noarch verifying bind noarch verifying tcpdump verifying tftp verifying tftp server verifying yajl verifying avahi libs verifying cyrus sasl verifying cyrus sasl gssapi verifying dhcp server verifying verifying mailcap noarch verifying make verifying net snmp libs verifying psmisc verifying ply noarch verifying redhat logos httpd noarch installed products updated installed goconserver xcatsn apr util bdb apr util openssl conserver xcat noarch elilo xcat noarch xcat noarch ipmitool xcat net snmp perl perl crypt cbc noarch perl crypt rijndael perl crypt ssleay perl digest perl expect noarch perl html form noarch perl http async noarch perl io stty noarch perl io tty perl json noarch perl mail sender noarch perl net https nb noarch perl net telnet noarch syslinux xcat noarch xcat genesis base noarch xcat genesis base noarch xnba undi noarch perl xcat noarch xcat client noarch xcat genesis scripts noarch xcat genesis scripts noarch xcat probe noarch xcat server noarch apr apr util bind bind libs bind libs lite bind license noarch bind utils httpd module httpd filesystem module noarch httpd tools module ksh libvirt libs module mod module net snmp agent libs nmap nmap ncat perl cgi noarch perl compress raw perl compress raw zlib perl dbd sqlite module perl db file perl data dump noarch perl digest hmac noarch perl digest sha perl encode locale noarch perl file listing noarch perl filter perl html parser perl html tagset noarch perl http cookies noarch perl http date noarch perl http message noarch perl http negotiate noarch perl io compress noarch perl io html noarch perl lwp mediatypes noarch perl lwp protocol https noarch perl ntlm noarch perl net dns noarch perl net http noarch perl net ping noarch perl selfloader noarch perl sys syslog perl sys virt module perl text balanced noarch perl time hires perl timedate noarch perl try tiny noarch perl www robotrules noarch perl xml libxml perl xml namespacesupport noarch perl xml parser perl xml sax noarch perl xml sax base noarch perl xml simple noarch perl libwww perl noarch bind noarch tcpdump tftp tftp server yajl avahi libs cyrus sasl cyrus sasl gssapi dhcp server mailcap noarch make net snmp libs psmisc ply noarch redhat logos httpd noarch complete updating subscription management repositories unable to read consumer identity this system is not registered to red hat subscription management you can use subscription manager to register last metadata expiration check ago on wed mar dependencies resolved nothing to do complete enter the dracut mode dracut version dracut directory dracut try to load drivers to initrd chroot install netboot service rootimg dracut n compress bin pigz p f tmp initrd gz dracut no dev log or logger included for syslog logging dracut disabling early microcode because kernel does not support it config microcode y the initial ramdisk for stateless is generated successfully try to load drivers to initrd chroot install netboot service rootimg dracut n compress bin pigz p f tmp initrd gz dracut no dev log or logger included for syslog logging dracut disabling early microcode because kernel does not support it config microcode y the initial ramdisk for statelite is generated successfully echo the output of packimge packimage netboot service packing contents of install netboot service rootimg archive method cpio compress method pigz echo | 0 |
287,442 | 21,656,713,449 | IssuesEvent | 2022-05-06 14:46:28 | kata-containers/community | https://api.github.com/repos/kata-containers/community | opened | Create an outreach document | enhancement area/documentation | We've just [completed our first outreach project](https://github.com/kata-containers/community/discussions/268).
This has shown us that we need a small document explaining a few points in advance to avoid confusion and to make the process as painless and rewarding as possible for the contributors.
| 1.0 | Create an outreach document - We've just [completed our first outreach project](https://github.com/kata-containers/community/discussions/268).
This has shown us that we need a small document explaining a few points in advance to avoid confusion and to make the process as painless and rewarding as possible for the contributors.
| non_defect | create an outreach document we ve just this has shown us that we need a small document explaining a few points in advance to avoid confusion and to make the process as painless and rewarding as possible for the contributors | 0 |
51,864 | 6,201,010,570 | IssuesEvent | 2017-07-06 03:53:28 | GenisysPro/GenisysPro | https://api.github.com/repos/GenisysPro/GenisysPro | opened | Thorns duplication error | bug Exploit GenProTesting Confirmed help wanted Priority | Player keeps inventory when they die from thorns. The inventory also drops causing a duplication. What we need to do is force the player's inventory to drop after all their energy is taken from thorns but before they die.
See video for full explanation: https://youtu.be/ys1tWxBh9YA | 1.0 | Thorns duplication error - Player keeps inventory when they die from thorns. The inventory also drops causing a duplication. What we need to do is force the player's inventory to drop after all their energy is taken from thorns but before they die.
See video for full explanation: https://youtu.be/ys1tWxBh9YA | non_defect | thorns duplication error player keeps inventory when they die from thorns the inventory also drops causing a duplication what we need to do is force the player s inventory to drop after all their energy is taken from thorns but before they die see video for full explanation | 0 |
6,356 | 2,610,241,240 | IssuesEvent | 2015-02-26 19:16:52 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 台州割包茎手术去哪里好 | auto-migrated Priority-Medium Type-Defect | ```
台州割包茎手术去哪里好【台州五洲生殖医院】24小时健康咨
询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州
市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108�
��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109
、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 31 May 2014 at 12:08 | 1.0 | 台州割包茎手术去哪里好 - ```
台州割包茎手术去哪里好【台州五洲生殖医院】24小时健康咨
询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州
市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108�
��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109
、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 31 May 2014 at 12:08 | defect | 台州割包茎手术去哪里好 台州割包茎手术去哪里好【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at | 1 |
55,320 | 14,369,868,774 | IssuesEvent | 2020-12-01 10:19:36 | SAP/fundamental-ngx | https://api.github.com/repos/SAP/fundamental-ngx | opened | Bug: (docs) Tabs example – Programmatic Selection works incorrect | Defect Hunting bug core | #### Is this a bug, enhancement, or feature request?
bug
#### Briefly describe your proposal.
When the user click "Select Tab 2" and then click "Select Tab 1", tabs do not switching to "tab 1":

#### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
fundamental-ngx: v 0.25.0
#### If this is a bug, please provide steps for reproducing it.
#### Please provide relevant source code if applicable.
#### Is there anything else we should know?
| 1.0 | Bug: (docs) Tabs example – Programmatic Selection works incorrect - #### Is this a bug, enhancement, or feature request?
bug
#### Briefly describe your proposal.
When the user click "Select Tab 2" and then click "Select Tab 1", tabs do not switching to "tab 1":

#### Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
fundamental-ngx: v 0.25.0
#### If this is a bug, please provide steps for reproducing it.
#### Please provide relevant source code if applicable.
#### Is there anything else we should know?
| defect | bug docs tabs example – programmatic selection works incorrect is this a bug enhancement or feature request bug briefly describe your proposal when the user click select tab and then click select tab tabs do not switching to tab which versions of angular and fundamental library for angular are affected if this is a feature request use current version fundamental ngx v if this is a bug please provide steps for reproducing it please provide relevant source code if applicable is there anything else we should know | 1 |
312,931 | 26,888,293,383 | IssuesEvent | 2023-02-06 06:25:18 | prgrms-be-devcourse/BE-03-Prolog | https://api.github.com/repos/prgrms-be-devcourse/BE-03-Prolog | closed | JWT & OAuth 테스트 코드 추가 및 리팩터링 | ♻️ refactor ✅ test | ### 🚀 목적
- 현재 JWT & OAuth에 테스트 코드를 추가하고 기능을 리팩터링 하려고 합니다.
### 🔗 작업
### ✅ 완료조건
| 1.0 | JWT & OAuth 테스트 코드 추가 및 리팩터링 - ### 🚀 목적
- 현재 JWT & OAuth에 테스트 코드를 추가하고 기능을 리팩터링 하려고 합니다.
### 🔗 작업
### ✅ 완료조건
| non_defect | jwt oauth 테스트 코드 추가 및 리팩터링 🚀 목적 현재 jwt oauth에 테스트 코드를 추가하고 기능을 리팩터링 하려고 합니다 🔗 작업 ✅ 완료조건 | 0 |
62,170 | 17,023,865,291 | IssuesEvent | 2021-07-03 04:15:22 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Building attached to nameless street cannot be found by address | Component: nominatim Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 11.16am, Tuesday, 11th June 2013]**
I type "EPAM" in the search box on the osm.org and press Return button.
I expect to see:
EPAM Systems, 14, Kudriashova Street, Solomianka, Solomianskyi district, Kyiv, 01032, Ukraine
In fact search returns:
EPAM Systems, 14, Solomianka, Solomianskyi district, Kyiv, 01032, Ukraine.
"Kudriashova Street" is missed.
Also Search cannot find this building if you type "EPAM, Ukraine" or "EPAM, Kyiv" | 1.0 | Building attached to nameless street cannot be found by address - **[Submitted to the original trac issue database at 11.16am, Tuesday, 11th June 2013]**
I type "EPAM" in the search box on the osm.org and press Return button.
I expect to see:
EPAM Systems, 14, Kudriashova Street, Solomianka, Solomianskyi district, Kyiv, 01032, Ukraine
In fact search returns:
EPAM Systems, 14, Solomianka, Solomianskyi district, Kyiv, 01032, Ukraine.
"Kudriashova Street" is missed.
Also Search cannot find this building if you type "EPAM, Ukraine" or "EPAM, Kyiv" | defect | building attached to nameless street cannot be found by address i type epam in the search box on the osm org and press return button i expect to see epam systems kudriashova street solomianka solomianskyi district kyiv ukraine in fact search returns epam systems solomianka solomianskyi district kyiv ukraine kudriashova street is missed also search cannot find this building if you type epam ukraine or epam kyiv | 1 |
767,239 | 26,916,134,679 | IssuesEvent | 2023-02-07 06:38:47 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | web.snapchat.com - site is not usable | browser-firefox priority-important engine-gecko | <!-- @browser: Firefox 109.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/117930 -->
**URL**: https://web.snapchat.com/
**Browser / Version**: Firefox 109.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Edge
**Problem type**: Site is not usable
**Description**: Browser unsupported
**Steps to Reproduce**:
Browser not supported
Snapchat for Web only supports the latest version of Chrome and Edge on computers (not phones or tablets) at this time.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2023/2/5b6143a3-5a5c-4885-83ee-4a6a5fdccb61.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | web.snapchat.com - site is not usable - <!-- @browser: Firefox 109.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/117930 -->
**URL**: https://web.snapchat.com/
**Browser / Version**: Firefox 109.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Edge
**Problem type**: Site is not usable
**Description**: Browser unsupported
**Steps to Reproduce**:
Browser not supported
Snapchat for Web only supports the latest version of Chrome and Edge on computers (not phones or tablets) at this time.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2023/2/5b6143a3-5a5c-4885-83ee-4a6a5fdccb61.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_defect | web snapchat com site is not usable url browser version firefox operating system windows tested another browser yes edge problem type site is not usable description browser unsupported steps to reproduce browser not supported snapchat for web only supports the latest version of chrome and edge on computers not phones or tablets at this time view the screenshot img alt screenshot src browser configuration none from with ❤️ | 0 |
22,236 | 3,619,269,933 | IssuesEvent | 2016-02-08 15:26:05 | pavva94/snake-os | https://api.github.com/repos/pavva94/snake-os | closed | transmission 2.76-1 crashes OS every few mins | auto-migrated Priority-Medium Type-Defect | ```
1. FW version SNAKE OS V1.3.2 (20111019)
2. Transmission: transmission-2.76-1.opk
3. Set Download Queue Size to 3 on Services\transmission screen of Snake-OS's
administrative WEB UI.
4. Observe problem:
4.1. Go to transmission WEB UI and wait at least 1 minute -> connection lost
dialog appears every 1 minute
4.2. Check System/Monitor using Snake-OS's administrative WEB UI:
CPU Usage 100%
RAM Usage 96%
It crash the whole OS, need to restart to make it up and working.
What is the expected output? What do you see instead?
Haven't seen so much crashing with older version of transmission 2.60
What version of the product are you using? On what operating system?
FW version SNAKE OS V1.3.2 (20111019)
Transmission: transmission-2.76-1.opk
System/Log
<snip>
Aug 7 19:16:47 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:16:16 kernel: end_request: I/O error, dev sda, sector 4666015
Aug 7 19:16:16 kernel: sd 0:0:0:0: SCSI error: return code = 0x50000
Aug 7 19:16:16 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:15:46 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:15:16 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:14:45 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:14:15 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:13:45 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:13:11 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:12:40 kernel: Additional sense: No additional sense information
Aug 7 19:12:40 kernel: sda: Current: sense key: No Sense
Aug 7 19:12:37 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:12:07 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:11:36 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:11:36 kernel: Additional sense: No additional sense information
Aug 7 19:11:36 kernel: sda: Current: sense key: No Sense
Aug 7 19:10:11 crond[530]: crond: USER root pid 1570 cmd /usr/share/snake/setntp
Aug 7 19:10:11 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:10:11 kernel: Additional sense: No additional sense information
Aug 7 19:10:11 kernel: sda: Current: sense key: No Sense
</snip>
```
Original issue reported on code.google.com by `mustafas...@gmail.com` on 7 Aug 2013 at 6:19 | 1.0 | transmission 2.76-1 crashes OS every few mins - ```
1. FW version SNAKE OS V1.3.2 (20111019)
2. Transmission: transmission-2.76-1.opk
3. Set Download Queue Size to 3 on Services\transmission screen of Snake-OS's
administrative WEB UI.
4. Observe problem:
4.1. Go to transmission WEB UI and wait at least 1 minute -> connection lost
dialog appears every 1 minute
4.2. Check System/Monitor using Snake-OS's administrative WEB UI:
CPU Usage 100%
RAM Usage 96%
It crash the whole OS, need to restart to make it up and working.
What is the expected output? What do you see instead?
Haven't seen so much crashing with older version of transmission 2.60
What version of the product are you using? On what operating system?
FW version SNAKE OS V1.3.2 (20111019)
Transmission: transmission-2.76-1.opk
System/Log
<snip>
Aug 7 19:16:47 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:16:16 kernel: end_request: I/O error, dev sda, sector 4666015
Aug 7 19:16:16 kernel: sd 0:0:0:0: SCSI error: return code = 0x50000
Aug 7 19:16:16 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:15:46 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:15:16 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:14:45 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:14:15 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:13:45 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:13:11 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:12:40 kernel: Additional sense: No additional sense information
Aug 7 19:12:40 kernel: sda: Current: sense key: No Sense
Aug 7 19:12:37 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:12:07 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:11:36 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:11:36 kernel: Additional sense: No additional sense information
Aug 7 19:11:36 kernel: sda: Current: sense key: No Sense
Aug 7 19:10:11 crond[530]: crond: USER root pid 1570 cmd /usr/share/snake/setntp
Aug 7 19:10:11 kernel: usb 1-1: reset high speed USB device using str8100-ehci
and address 2
Aug 7 19:10:11 kernel: Additional sense: No additional sense information
Aug 7 19:10:11 kernel: sda: Current: sense key: No Sense
</snip>
```
Original issue reported on code.google.com by `mustafas...@gmail.com` on 7 Aug 2013 at 6:19 | defect | transmission crashes os every few mins fw version snake os transmission transmission opk set download queue size to on services transmission screen of snake os s administrative web ui observe problem go to transmission web ui and wait at least minute connection lost dialog appears every minute check system monitor using snake os s administrative web ui cpu usage ram usage it crash the whole os need to restart to make it up and working what is the expected output what do you see instead haven t seen so much crashing with older version of transmission what version of the product are you using on what operating system fw version snake os transmission transmission opk system log aug kernel usb reset high speed usb device using ehci and address aug kernel end request i o error dev sda sector aug kernel sd scsi error return code aug kernel usb reset high speed usb device using ehci and address aug kernel usb reset high speed usb device using ehci and address aug kernel usb reset high speed usb device using ehci and address aug kernel usb reset high speed usb device using ehci and address aug kernel usb reset high speed usb device using ehci and address aug kernel usb reset high speed usb device using ehci and address aug kernel usb reset high speed usb device using ehci and address aug kernel additional sense no additional sense information aug kernel sda current sense key no sense aug kernel usb reset high speed usb device using ehci and address aug kernel usb reset high speed usb device using ehci and address aug kernel usb reset high speed usb device using ehci and address aug kernel additional sense no additional sense information aug kernel sda current sense key no sense aug crond crond user root pid cmd usr share snake setntp aug kernel usb reset high speed usb device using ehci and address aug kernel additional sense no additional sense information aug kernel sda current sense key no sense original issue reported on code google com by mustafas gmail com on aug at | 1 |
145,563 | 11,698,810,828 | IssuesEvent | 2020-03-06 14:33:43 | SAP/cloud-commerce-spartacus-storefront | https://api.github.com/repos/SAP/cloud-commerce-spartacus-storefront | closed | Failing E2E: My coupons | e2e-tests | My coupons e2e tests are failing on `develop` and maintenance pointed to `dev-17`.
File: mobile/my-coupons/my-coupons-mobile.e2e-spec.ts
```
7 passing (1m)
1 failing
1) 576p resolution - My coupons test for pagination and sort should page and sort my coupon list:
CypressError: Timed out retrying: expected '<span.card-label-bold.cx-coupon-card-id>' to contain 'dragonboat'
```
File: regression/my-coupons/my-coupons.e2e-spec.ts
```
6 passing (1m)
2 failing
```
For more details please follow: https://jkmaster.test.c3po.b2c.ydev.hybris.com/job/spartacus-regression-tests/868/console and https://jkmaster.test.c3po.b2c.ydev.hybris.com/job/spartacus-regression-tests-maintenance/52/consoleFull
Also: #6465.
| 1.0 | Failing E2E: My coupons - My coupons e2e tests are failing on `develop` and maintenance pointed to `dev-17`.
File: mobile/my-coupons/my-coupons-mobile.e2e-spec.ts
```
7 passing (1m)
1 failing
1) 576p resolution - My coupons test for pagination and sort should page and sort my coupon list:
CypressError: Timed out retrying: expected '<span.card-label-bold.cx-coupon-card-id>' to contain 'dragonboat'
```
File: regression/my-coupons/my-coupons.e2e-spec.ts
```
6 passing (1m)
2 failing
```
For more details please follow: https://jkmaster.test.c3po.b2c.ydev.hybris.com/job/spartacus-regression-tests/868/console and https://jkmaster.test.c3po.b2c.ydev.hybris.com/job/spartacus-regression-tests-maintenance/52/consoleFull
Also: #6465.
| non_defect | failing my coupons my coupons tests are failing on develop and maintenance pointed to dev file mobile my coupons my coupons mobile spec ts passing failing resolution my coupons test for pagination and sort should page and sort my coupon list cypresserror timed out retrying expected to contain dragonboat file regression my coupons my coupons spec ts passing failing for more details please follow and also | 0 |
40,006 | 9,791,826,157 | IssuesEvent | 2019-06-10 15:53:37 | vector-im/riot-web | https://api.github.com/repos/vector-im/riot-web | closed | Reply button missing on e2ee messages retrieved from other devices | bug defect feature:aggregations feature:message-editing feature:reactions phase:2 type:timeline | <!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
In an e2ee room, if there are u2d messages that are subsequently retrieved from other devices, hovering over those messages only gives the "..." hamburger menu thing but not the reply button.
I am unable to provide screenshots as the bug seems to have rectified itself since I started filing this issue. Maybe switching tabs away or maybe just time?
### Steps to reproduce
- Create an e2ee room and trigger u2d on one device somehow.
- Force Riot to retrieve the events from other devices.
- Hover over retrieved messages.
### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
- **Platform**: web
For the web app:
- **Browser**: qutebrowser v1.6.2 (QtWebEngine (Chromium 65.0.3325.230))
- **OS**: Void Linux
- **URL**: riot.im/develop | 1.0 | Reply button missing on e2ee messages retrieved from other devices - <!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
In an e2ee room, if there are u2d messages that are subsequently retrieved from other devices, hovering over those messages only gives the "..." hamburger menu thing but not the reply button.
I am unable to provide screenshots as the bug seems to have rectified itself since I started filing this issue. Maybe switching tabs away or maybe just time?
### Steps to reproduce
- Create an e2ee room and trigger u2d on one device somehow.
- Force Riot to retrieve the events from other devices.
- Hover over retrieved messages.
### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
- **Platform**: web
For the web app:
- **Browser**: qutebrowser v1.6.2 (QtWebEngine (Chromium 65.0.3325.230))
- **OS**: Void Linux
- **URL**: riot.im/develop | defect | reply button missing on messages retrieved from other devices this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description in an room if there are messages that are subsequently retrieved from other devices hovering over those messages only gives the hamburger menu thing but not the reply button i am unable to provide screenshots as the bug seems to have rectified itself since i started filing this issue maybe switching tabs away or maybe just time steps to reproduce create an room and trigger on one device somehow force riot to retrieve the events from other devices hover over retrieved messages version information platform web for the web app browser qutebrowser qtwebengine chromium os void linux url riot im develop | 1 |
39,606 | 9,561,675,621 | IssuesEvent | 2019-05-04 01:00:39 | smxi/inxi | https://api.github.com/repos/smxi/inxi | closed | The Tale Of Two Mellanox NICs | BSD BUG! Close-If-No-Response Debugger-Data-Required Debugger-Request-Ignored Defect | Hi all,
I came across a bit of a snafu with your wonderful inxi app.
OS: FreeBSD 11.x 12.x 13.x (all are x86_64)
Shell: tcsh & bash
NICs in question: Mellanox ConnectX-2 & Mellanox ConnectX-3
On machines with the ConnectX-3 cards, running inxi -b results in normal-ish output until the NIC is reported, resulting in:
Invalid [] range "X-3" in regex; marked by <-- HERE in m/MT27500 Family [ConnectX-3 <-- HERE ]/ at /usr/local/bin/inxi line 18048.
For the visually inclined, I've attached a graphic representation of what gets tossed at me from the terminal.

The curiosity is that this does *not* happen with a (any?) ConnectX-2 card. The "[] range "X-3" in regex" bit is important. I've managed a dirty-hackery fix for now, and that is replacing all instances of [ConnectX-3] & [ConnectX-3 *other-fancy-words*] from the pci-ids descriptor files on the FreeBSD machines in question. Note that the locations are likely different on Linux boxes. On the machines with the dirty-hackery fix(es) they are located in /usr/local/share/pciids/pci.ids, and "fixed" by removing all instances of [ConnectX-3] or [ConnectX-3 *other-fancy-words*] with "ConnectX-3" or "ConnectX-3 *other-fancy-words*", effectively removing all square brackets fixes everything
The same file also appears in the FreeBSD source(s) in /usr/src/, however when running a buildworld it does not affect the result for some reason...and we're left with the unchanged /usr/local/share/pciids/pci.ids file again. You'd think a "new" pci.ids would be installed when rebuilding the world... When building a new kernel however, the local file at /usr/local/share/pciids/pci.ids is changed. Thus the dirty-hackery fix does not survive and we're back to inxi -b having itself a snafu.
I suppose inxi doesn't know what to make of a hardware descriptor with square brackets in the device name, hence treats it as a list of items / arguments. However this does not seen to be all-encompassing, as the machines with the ConnectX-2 cards --despite having pciids with [ConnectX-2] listed in their descriptor names-- work without issue.
I do not have access to any Linux boxes, or in-situ Linux installs to see if the same issue occurs with the ConnectX-3 cards, as happens in FreeBSD boxes. I suspect the same....probably.
It also matters not is inxi in launched from the (default) tcsh or bash. I haven't tried with zsh or any others, but doubt it would make any difference.
In any case, y'all did an excellent job with this bit of kit & appreciate your efforts. If more information is needed, I'll be happy to provide it. Keep up the great work! | 1.0 | The Tale Of Two Mellanox NICs - Hi all,
I came across a bit of a snafu with your wonderful inxi app.
OS: FreeBSD 11.x 12.x 13.x (all are x86_64)
Shell: tcsh & bash
NICs in question: Mellanox ConnectX-2 & Mellanox ConnectX-3
On machines with the ConnectX-3 cards, running inxi -b results in normal-ish output until the NIC is reported, resulting in:
Invalid [] range "X-3" in regex; marked by <-- HERE in m/MT27500 Family [ConnectX-3 <-- HERE ]/ at /usr/local/bin/inxi line 18048.
For the visually inclined, I've attached a graphic representation of what gets tossed at me from the terminal.

The curiosity is that this does *not* happen with a (any?) ConnectX-2 card. The "[] range "X-3" in regex" bit is important. I've managed a dirty-hackery fix for now, and that is replacing all instances of [ConnectX-3] & [ConnectX-3 *other-fancy-words*] from the pci-ids descriptor files on the FreeBSD machines in question. Note that the locations are likely different on Linux boxes. On the machines with the dirty-hackery fix(es) they are located in /usr/local/share/pciids/pci.ids, and "fixed" by removing all instances of [ConnectX-3] or [ConnectX-3 *other-fancy-words*] with "ConnectX-3" or "ConnectX-3 *other-fancy-words*", effectively removing all square brackets fixes everything
The same file also appears in the FreeBSD source(s) in /usr/src/, however when running a buildworld it does not affect the result for some reason...and we're left with the unchanged /usr/local/share/pciids/pci.ids file again. You'd think a "new" pci.ids would be installed when rebuilding the world... When building a new kernel however, the local file at /usr/local/share/pciids/pci.ids is changed. Thus the dirty-hackery fix does not survive and we're back to inxi -b having itself a snafu.
I suppose inxi doesn't know what to make of a hardware descriptor with square brackets in the device name, hence treats it as a list of items / arguments. However this does not seen to be all-encompassing, as the machines with the ConnectX-2 cards --despite having pciids with [ConnectX-2] listed in their descriptor names-- work without issue.
I do not have access to any Linux boxes, or in-situ Linux installs to see if the same issue occurs with the ConnectX-3 cards, as happens in FreeBSD boxes. I suspect the same....probably.
It also matters not is inxi in launched from the (default) tcsh or bash. I haven't tried with zsh or any others, but doubt it would make any difference.
In any case, y'all did an excellent job with this bit of kit & appreciate your efforts. If more information is needed, I'll be happy to provide it. Keep up the great work! | defect | the tale of two mellanox nics hi all i came across a bit of a snafu with your wonderful inxi app os freebsd x x x all are shell tcsh bash nics in question mellanox connectx mellanox connectx on machines with the connectx cards running inxi b results in normal ish output until the nic is reported resulting in invalid range x in regex marked by here in m family at usr local bin inxi line for the visually inclined i ve attached a graphic representation of what gets tossed at me from the terminal the curiosity is that this does not happen with a any connectx card the range x in regex bit is important i ve managed a dirty hackery fix for now and that is replacing all instances of from the pci ids descriptor files on the freebsd machines in question note that the locations are likely different on linux boxes on the machines with the dirty hackery fix es they are located in usr local share pciids pci ids and fixed by removing all instances of or with connectx or connectx other fancy words effectively removing all square brackets fixes everything the same file also appears in the freebsd source s in usr src however when running a buildworld it does not affect the result for some reason and we re left with the unchanged usr local share pciids pci ids file again you d think a new pci ids would be installed when rebuilding the world when building a new kernel however the local file at usr local share pciids pci ids is changed thus the dirty hackery fix does not survive and we re back to inxi b having itself a snafu i suppose inxi doesn t know what to make of a hardware descriptor with square brackets in the device name hence treats it as a list of items arguments however this does not seen to be all encompassing as the machines with the connectx cards despite having pciids with listed in their descriptor names work without issue i do not have access to any linux boxes or in situ linux installs to see if the same issue occurs with the connectx cards as happens in freebsd boxes i suspect the same probably it also matters not is inxi in launched from the default tcsh or bash i haven t tried with zsh or any others but doubt it would make any difference in any case y all did an excellent job with this bit of kit appreciate your efforts if more information is needed i ll be happy to provide it keep up the great work | 1 |
60,173 | 6,673,605,635 | IssuesEvent | 2017-10-04 15:34:27 | pods-framework/pods | https://api.github.com/repos/pods-framework/pods | closed | Pods 2.7 RC1 Image Field max size bug? | BLOCKER Bug Fixed / Needs Testing in progress | So like subject.. i think there is a bug.. add image field in cpt with max size es. 500 KB but in custom post edit i can still upload images of any weight.. | 1.0 | Pods 2.7 RC1 Image Field max size bug? - So like subject.. i think there is a bug.. add image field in cpt with max size es. 500 KB but in custom post edit i can still upload images of any weight.. | non_defect | pods image field max size bug so like subject i think there is a bug add image field in cpt with max size es kb but in custom post edit i can still upload images of any weight | 0 |
45,831 | 13,055,753,961 | IssuesEvent | 2020-07-30 02:38:08 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | SkipUnregistered seems to no longer work (Trac #107) | Incomplete Migration Migrated from Trac dataio defect | Migrated from https://code.icecube.wisc.edu/ticket/107
```json
{
"status": "closed",
"changetime": "2007-09-07T14:56:04",
"description": "When playing with the new SkipMissingDrivingTime tests, I had a script which did not\nload libdst (defining I3DST objects). With version V01-11-04, adding option \"skipUnregisted\" fixes things up. \n\nSame script on offline/trunk still complains about unregistered I3DST objects.\n\n",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1189176964000000",
"component": "dataio",
"summary": "SkipUnregistered seems to no longer work",
"priority": "normal",
"keywords": "",
"time": "2007-08-31T18:51:35",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
| 1.0 | SkipUnregistered seems to no longer work (Trac #107) - Migrated from https://code.icecube.wisc.edu/ticket/107
```json
{
"status": "closed",
"changetime": "2007-09-07T14:56:04",
"description": "When playing with the new SkipMissingDrivingTime tests, I had a script which did not\nload libdst (defining I3DST objects). With version V01-11-04, adding option \"skipUnregisted\" fixes things up. \n\nSame script on offline/trunk still complains about unregistered I3DST objects.\n\n",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1189176964000000",
"component": "dataio",
"summary": "SkipUnregistered seems to no longer work",
"priority": "normal",
"keywords": "",
"time": "2007-08-31T18:51:35",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
| defect | skipunregistered seems to no longer work trac migrated from json status closed changetime description when playing with the new skipmissingdrivingtime tests i had a script which did not nload libdst defining objects with version adding option skipunregisted fixes things up n nsame script on offline trunk still complains about unregistered objects n n reporter blaufuss cc resolution fixed ts component dataio summary skipunregistered seems to no longer work priority normal keywords time milestone owner troy type defect | 1 |
19,481 | 4,414,434,575 | IssuesEvent | 2016-08-13 12:33:14 | alsatian-test/alsatian | https://api.github.com/repos/alsatian-test/alsatian | opened | Add author and contributors to package.json | documentation | Just noticed these sections were missing and @Jameskmonger has been ace helping this project so should recognise him in the package.json | 1.0 | Add author and contributors to package.json - Just noticed these sections were missing and @Jameskmonger has been ace helping this project so should recognise him in the package.json | non_defect | add author and contributors to package json just noticed these sections were missing and jameskmonger has been ace helping this project so should recognise him in the package json | 0 |
46,601 | 13,055,944,244 | IssuesEvent | 2020-07-30 03:11:36 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | [cmake] -DNDEBUG not set for DEBUG build type (Trac #1547) | Incomplete Migration Migrated from Trac cmake defect | Migrated from https://code.icecube.wisc.edu/ticket/1547
```json
{
"status": "closed",
"changetime": "2016-02-12T21:09:06",
"description": "It appears that all other release types have special flags set, except the DEBUG release type. Thus, we're missing the `-DNDEBUG` flag. (and maybe other things, I'm not sure)",
"reporter": "david.schultz",
"cc": "",
"resolution": "invalid",
"_ts": "1455311346033035",
"component": "cmake",
"summary": "[cmake] -DNDEBUG not set for DEBUG build type",
"priority": "major",
"keywords": "",
"time": "2016-02-12T21:06:24",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
| 1.0 | [cmake] -DNDEBUG not set for DEBUG build type (Trac #1547) - Migrated from https://code.icecube.wisc.edu/ticket/1547
```json
{
"status": "closed",
"changetime": "2016-02-12T21:09:06",
"description": "It appears that all other release types have special flags set, except the DEBUG release type. Thus, we're missing the `-DNDEBUG` flag. (and maybe other things, I'm not sure)",
"reporter": "david.schultz",
"cc": "",
"resolution": "invalid",
"_ts": "1455311346033035",
"component": "cmake",
"summary": "[cmake] -DNDEBUG not set for DEBUG build type",
"priority": "major",
"keywords": "",
"time": "2016-02-12T21:06:24",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
| defect | dndebug not set for debug build type trac migrated from json status closed changetime description it appears that all other release types have special flags set except the debug release type thus we re missing the dndebug flag and maybe other things i m not sure reporter david schultz cc resolution invalid ts component cmake summary dndebug not set for debug build type priority major keywords time milestone owner nega type defect | 1 |
21,356 | 2,639,531,301 | IssuesEvent | 2015-03-11 02:46:22 | cs2103jan2015-w13-4j/main | https://api.github.com/repos/cs2103jan2015-w13-4j/main | closed | As a user, I would like to have a simply way to perform operations | priority.high type.story | so that I can get my tasks done faster | 1.0 | As a user, I would like to have a simply way to perform operations - so that I can get my tasks done faster | non_defect | as a user i would like to have a simply way to perform operations so that i can get my tasks done faster | 0 |
19,778 | 3,254,660,915 | IssuesEvent | 2015-10-20 01:56:02 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | 3.x - stream_context_create on php 5.6.8 expect peer_name without transport | Defect | when using ssl:// in host Network\Socket throws error
```stream_socket_client(): Peer certificate CN=`smtp.gmail.com' did not match expected CN=`ssl://smtp.gmail.com' stream_socket_client(): Failed to enable crypto stream_socket_client(): unable to connect to ssl://smtp.gmail.com:465 (Unknown error)```
the peer_name is set as host:
https://github.com/cakephp/cakephp/blob/master/src/Network/Socket.php#L199
in http://book.cakephp.org/3.0/en/core-libraries/email.html#configuring-transports there is note about just adding 'ssl://' to host but on code it expects it on 'protocol' option
https://github.com/cakephp/cakephp/blob/master/src/Network/Socket.php#L133
also on side note
https://github.com/cakephp/cakephp/blob/master/src/Network/Socket.php#L131
and can be still null on
https://github.com/cakephp/cakephp/blob/master/src/Network/Socket.php#L150 | 1.0 | 3.x - stream_context_create on php 5.6.8 expect peer_name without transport - when using ssl:// in host Network\Socket throws error
```stream_socket_client(): Peer certificate CN=`smtp.gmail.com' did not match expected CN=`ssl://smtp.gmail.com' stream_socket_client(): Failed to enable crypto stream_socket_client(): unable to connect to ssl://smtp.gmail.com:465 (Unknown error)```
the peer_name is set as host:
https://github.com/cakephp/cakephp/blob/master/src/Network/Socket.php#L199
in http://book.cakephp.org/3.0/en/core-libraries/email.html#configuring-transports there is note about just adding 'ssl://' to host but on code it expects it on 'protocol' option
https://github.com/cakephp/cakephp/blob/master/src/Network/Socket.php#L133
also on side note
https://github.com/cakephp/cakephp/blob/master/src/Network/Socket.php#L131
and can be still null on
https://github.com/cakephp/cakephp/blob/master/src/Network/Socket.php#L150 | defect | x stream context create on php expect peer name without transport when using ssl in host network socket throws error stream socket client peer certificate cn smtp gmail com did not match expected cn ssl smtp gmail com stream socket client failed to enable crypto stream socket client unable to connect to ssl smtp gmail com unknown error the peer name is set as host in there is note about just adding ssl to host but on code it expects it on protocol option also on side note and can be still null on | 1 |
266,297 | 20,144,994,461 | IssuesEvent | 2022-02-09 06:07:35 | IBM-Cloud/terraform-provider-ibm | https://api.github.com/repos/IBM-Cloud/terraform-provider-ibm | closed | ibm_resource_instance datasource is missing few attributes in documention | service/Resource Management documentation | <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### New or Affected Resource(s) or Datasource(s)
<!--- Please list the new or affected resources and data sources. --->
* ibm_resource_instance
### Description
Attributes like resource group name, crn, tags resource controller url are missing in attributes section of datasource docs.
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
--->
### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation?
--->
* #0000
| 1.0 | ibm_resource_instance datasource is missing few attributes in documention - <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### New or Affected Resource(s) or Datasource(s)
<!--- Please list the new or affected resources and data sources. --->
* ibm_resource_instance
### Description
Attributes like resource group name, crn, tags resource controller url are missing in attributes section of datasource docs.
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
--->
### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation?
--->
* #0000
| non_defect | ibm resource instance datasource is missing few attributes in documention community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment new or affected resource s or datasource s ibm resource instance description attributes like resource group name crn tags resource controller url are missing in attributes section of datasource docs information about code formatting copy paste your terraform configurations here for large terraform configs please use a service like dropbox and share a link to the zip file for security you can also encrypt the files using our gpg public key references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor blog posts or documentation | 0 |
119,611 | 4,773,151,328 | IssuesEvent | 2016-10-26 23:15:19 | NuGet/Home | https://api.github.com/repos/NuGet/Home | closed | Due to risk of deadlock cannot call GetService from a background thread | Area:VS.Client Area:VS.PMConsole ClosedAs:Duplicate Priority:0 Type:Bug | Repro -
1. New .Net framework console app
2. build it.
3. launch pmc or nuget UI

//cc: @rrelyea @alpaix
| 1.0 | Due to risk of deadlock cannot call GetService from a background thread - Repro -
1. New .Net framework console app
2. build it.
3. launch pmc or nuget UI

//cc: @rrelyea @alpaix
| non_defect | due to risk of deadlock cannot call getservice from a background thread repro new net framework console app build it launch pmc or nuget ui cc rrelyea alpaix | 0 |
80,650 | 30,463,704,486 | IssuesEvent | 2023-07-17 08:52:40 | vector-im/element-x-ios | https://api.github.com/repos/vector-im/element-x-ios | closed | Membership list shows parted users | T-Defect A-Room-Members S-Major O-Uncommon X-Needs-Info Z-Schedule | ### Steps to reproduce
1. Go to a room with parted users
2. View the member list
3. Observe weird blank entries for users who have parted the room.

### Outcome
#### What did you expect?
parted users should not be shown in the memberlist; only invited and joined users
### Your phone model
_No response_
### Operating system version
_No response_
### Application version
nightly 200
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | Membership list shows parted users - ### Steps to reproduce
1. Go to a room with parted users
2. View the member list
3. Observe weird blank entries for users who have parted the room.

### Outcome
#### What did you expect?
parted users should not be shown in the memberlist; only invited and joined users
### Your phone model
_No response_
### Operating system version
_No response_
### Application version
nightly 200
### Homeserver
_No response_
### Will you send logs?
No | defect | membership list shows parted users steps to reproduce go to a room with parted users view the member list observe weird blank entries for users who have parted the room outcome what did you expect parted users should not be shown in the memberlist only invited and joined users your phone model no response operating system version no response application version nightly homeserver no response will you send logs no | 1 |
37,637 | 8,474,758,577 | IssuesEvent | 2018-10-24 17:00:50 | brainvisa/testbidon | https://api.github.com/repos/brainvisa/testbidon | closed | "Create workflow" in BrainVISA menu doesn't work | Component: Resolution Priority: Normal Status: Closed Tracker: Defect | ---
Author Name: **Denghien, Isabelle** (Denghien, Isabelle)
Original Redmine Issue: 5712, https://bioproj.extra.cea.fr/redmine/issues/5712
Original Date: 2012-08-07
---
The menu "Process -> Create a workflow" doesn't work if you use a process without iteration.
But in the case of iteration, it works.
| 1.0 | "Create workflow" in BrainVISA menu doesn't work - ---
Author Name: **Denghien, Isabelle** (Denghien, Isabelle)
Original Redmine Issue: 5712, https://bioproj.extra.cea.fr/redmine/issues/5712
Original Date: 2012-08-07
---
The menu "Process -> Create a workflow" doesn't work if you use a process without iteration.
But in the case of iteration, it works.
| defect | create workflow in brainvisa menu doesn t work author name denghien isabelle denghien isabelle original redmine issue original date the menu process create a workflow doesn t work if you use a process without iteration but in the case of iteration it works | 1 |
31,645 | 6,573,487,984 | IssuesEvent | 2017-09-11 08:59:11 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | [map] [map-store] loadAll(boolean replaceExistingValues) doesn't reload the mapstore after cache.evictAll is called | Team: Core Type: Defect | We have exposed the caches via JMX and we have defined a reloadCache functionality where in we first do a evictAll and then call loadAll(true). However it doesn't get keys and the cache is empty.
We often require reloadCache functionality in production in case of issues and this has been causing issues for a while after we migrated from 3.4 to 3.7
Expecting a reply
Thanks | 1.0 | [map] [map-store] loadAll(boolean replaceExistingValues) doesn't reload the mapstore after cache.evictAll is called - We have exposed the caches via JMX and we have defined a reloadCache functionality where in we first do a evictAll and then call loadAll(true). However it doesn't get keys and the cache is empty.
We often require reloadCache functionality in production in case of issues and this has been causing issues for a while after we migrated from 3.4 to 3.7
Expecting a reply
Thanks | defect | loadall boolean replaceexistingvalues doesn t reload the mapstore after cache evictall is called we have exposed the caches via jmx and we have defined a reloadcache functionality where in we first do a evictall and then call loadall true however it doesn t get keys and the cache is empty we often require reloadcache functionality in production in case of issues and this has been causing issues for a while after we migrated from to expecting a reply thanks | 1 |
21,253 | 3,477,596,473 | IssuesEvent | 2015-12-28 02:17:40 | hackdefendr/gps-gimp-paint-studio | https://api.github.com/repos/hackdefendr/gps-gimp-paint-studio | closed | Please include license files | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. License files GPL2+ and CC are missing in the zip file
2.
3.
What is the expected output? What do you see instead?
License files are included but absent in the current version.
What version of the product are you using? On what operating system?
2.0 packaging for Fedora
Please provide any additional information below.
According to Fedora Packaging Guideline
(https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text),
Packagers should point out to upstream that by not including a proper full
license text, they are making it difficult or impossible for anyone to comply
with their desired license terms.
```
Original issue reported on code.google.com by `tshim...@gmail.com` on 14 Aug 2013 at 7:57 | 1.0 | Please include license files - ```
What steps will reproduce the problem?
1. License files GPL2+ and CC are missing in the zip file
2.
3.
What is the expected output? What do you see instead?
License files are included but absent in the current version.
What version of the product are you using? On what operating system?
2.0 packaging for Fedora
Please provide any additional information below.
According to Fedora Packaging Guideline
(https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#License_Text),
Packagers should point out to upstream that by not including a proper full
license text, they are making it difficult or impossible for anyone to comply
with their desired license terms.
```
Original issue reported on code.google.com by `tshim...@gmail.com` on 14 Aug 2013 at 7:57 | defect | please include license files what steps will reproduce the problem license files and cc are missing in the zip file what is the expected output what do you see instead license files are included but absent in the current version what version of the product are you using on what operating system packaging for fedora please provide any additional information below according to fedora packaging guideline packagers should point out to upstream that by not including a proper full license text they are making it difficult or impossible for anyone to comply with their desired license terms original issue reported on code google com by tshim gmail com on aug at | 1 |
43,483 | 23,258,994,963 | IssuesEvent | 2022-08-04 11:55:37 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | .NET 6 slower than .NET 5 for relatively simple linq | arch-wasm area-System.Linq tenet-performance | _This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/NET-6-slower-than-NET-5-for-relatively/1600495)._
---
[severity:It's more difficult to complete my work]
Having the following two classes to run peformance tests:
program.cs:
```
using System;
using BenchmarkDotNet.Running;
namespace ConsolePerformanceTest
{
internal static class Program
{
private static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
var summary = BenchmarkRunner.Run<TestConvertPerformance>();
}
}
}
```
TestConvertPerformance.cs:
```
using System;
using System.Linq;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Jobs;
namespace ConsolePerformanceTest
{
[SimpleJob(RuntimeMoniker.Net50)]
[SimpleJob(RuntimeMoniker.Net60)]
public class TestConvertPerformance
{
private int[] _data= Array.Empty<int>();
[Params(1000, 10_000, 100_000)]
public int N;
[GlobalSetup]
public void Setup()
{
_data = new int[N];
var r = new Random(42);
for (int i = 0;i<N;i++)
{
_data[i] = r.Next();
}
}
[Benchmark]
public uint[] ConvertToUint() => _data. Select(Convert.ToUInt32). ToArray();
}
}
```
Yields the following results on my machine:
>BenchmarkDotNet=v0.13.1, OS=Windows 10.0.19044.1348 (21H2)
>Intel Xeon CPU E5-1607 0 3.00GHz, 1 CPU, 4 logical and 4 physical cores
>.NET SDK=6.0.100
> [Host] : .NET 6.0.0 (6.0.21.52210), X64 RyuJIT
> .NET 5.0 : .NET 5.0.12 (5.0.1221.52207), X64 RyuJIT
> .NET 6.0 : .NET 6.0.0 (6.0.21.52210), X64 RyuJIT
>| Method | Job | Runtime | N | Mean | Error | StdDev |
>|-------------- |--------- |--------- |------- |-----------:|----------:|----------:|
>| ConvertToUint | .NET 5.0 | .NET 5.0 | 1000 | 4.077 us | 0.0123 us | 0.0115 us |
>| ConvertToUint | .NET 6.0 | .NET 6.0 | 1000 | 4.411 us | 0.0098 us | 0.0092 us |
>| ConvertToUint | .NET 5.0 | .NET 5.0 | 10000 | 39.829 us | 0.1105 us | 0.0979 us |
>| ConvertToUint | .NET 6.0 | .NET 6.0 | 10000 | 43.262 us | 0.1320 us | 0.1235 us |
>| ConvertToUint | .NET 5.0 | .NET 5.0 | 100000 | 402.705 us | 0.4670 us | 0.4140 us |
>| ConvertToUint | .NET 6.0 | .NET 6.0 | 100000 | 453.619 us | 0.7872 us | 0.6979 us |
I have not been able to test in wasm directly using benchmarkdotnet but running my app and testing the testing method (i.e. `_data. Select(Convert.ToUInt32). ToArray();`) in wasm (**not** AOT) results in a downgrade of about 800 % on average for .NET 6 compared to .NET 5. That is .NET 6 wasm is 8 times **slower** than .NET 5.
Is there an explanation for this. Is my code incorrect somehow?
---
### Original Comments
#### Feedback Bot on 12/1/2021, 02:27 AM:
<p>We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.</p>
---
### Original Solutions
(no solutions) | True | .NET 6 slower than .NET 5 for relatively simple linq - _This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/NET-6-slower-than-NET-5-for-relatively/1600495)._
---
[severity:It's more difficult to complete my work]
Having the following two classes to run peformance tests:
program.cs:
```
using System;
using BenchmarkDotNet.Running;
namespace ConsolePerformanceTest
{
internal static class Program
{
private static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
var summary = BenchmarkRunner.Run<TestConvertPerformance>();
}
}
}
```
TestConvertPerformance.cs:
```
using System;
using System.Linq;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Jobs;
namespace ConsolePerformanceTest
{
[SimpleJob(RuntimeMoniker.Net50)]
[SimpleJob(RuntimeMoniker.Net60)]
public class TestConvertPerformance
{
private int[] _data= Array.Empty<int>();
[Params(1000, 10_000, 100_000)]
public int N;
[GlobalSetup]
public void Setup()
{
_data = new int[N];
var r = new Random(42);
for (int i = 0;i<N;i++)
{
_data[i] = r.Next();
}
}
[Benchmark]
public uint[] ConvertToUint() => _data. Select(Convert.ToUInt32). ToArray();
}
}
```
Yields the following results on my machine:
>BenchmarkDotNet=v0.13.1, OS=Windows 10.0.19044.1348 (21H2)
>Intel Xeon CPU E5-1607 0 3.00GHz, 1 CPU, 4 logical and 4 physical cores
>.NET SDK=6.0.100
> [Host] : .NET 6.0.0 (6.0.21.52210), X64 RyuJIT
> .NET 5.0 : .NET 5.0.12 (5.0.1221.52207), X64 RyuJIT
> .NET 6.0 : .NET 6.0.0 (6.0.21.52210), X64 RyuJIT
>| Method | Job | Runtime | N | Mean | Error | StdDev |
>|-------------- |--------- |--------- |------- |-----------:|----------:|----------:|
>| ConvertToUint | .NET 5.0 | .NET 5.0 | 1000 | 4.077 us | 0.0123 us | 0.0115 us |
>| ConvertToUint | .NET 6.0 | .NET 6.0 | 1000 | 4.411 us | 0.0098 us | 0.0092 us |
>| ConvertToUint | .NET 5.0 | .NET 5.0 | 10000 | 39.829 us | 0.1105 us | 0.0979 us |
>| ConvertToUint | .NET 6.0 | .NET 6.0 | 10000 | 43.262 us | 0.1320 us | 0.1235 us |
>| ConvertToUint | .NET 5.0 | .NET 5.0 | 100000 | 402.705 us | 0.4670 us | 0.4140 us |
>| ConvertToUint | .NET 6.0 | .NET 6.0 | 100000 | 453.619 us | 0.7872 us | 0.6979 us |
I have not been able to test in wasm directly using benchmarkdotnet but running my app and testing the testing method (i.e. `_data. Select(Convert.ToUInt32). ToArray();`) in wasm (**not** AOT) results in a downgrade of about 800 % on average for .NET 6 compared to .NET 5. That is .NET 6 wasm is 8 times **slower** than .NET 5.
Is there an explanation for this. Is my code incorrect somehow?
---
### Original Comments
#### Feedback Bot on 12/1/2021, 02:27 AM:
<p>We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.</p>
---
### Original Solutions
(no solutions) | non_defect | net slower than net for relatively simple linq this issue has been moved from having the following two classes to run peformance tests program cs using system using benchmarkdotnet running namespace consoleperformancetest internal static class program private static void main string args console writeline hello world var summary benchmarkrunner run testconvertperformance cs using system using system linq using benchmarkdotnet attributes using benchmarkdotnet jobs namespace consoleperformancetest public class testconvertperformance private int data array empty public int n public void setup data new int var r new random for int i i n i data r next public uint converttouint data select convert toarray yields the following results on my machine benchmarkdotnet os windows intel xeon cpu cpu logical and physical cores net sdk net ryujit net net ryujit net net ryujit method job runtime n mean error stddev converttouint net net us us us converttouint net net us us us converttouint net net us us us converttouint net net us us us converttouint net net us us us converttouint net net us us us i have not been able to test in wasm directly using benchmarkdotnet but running my app and testing the testing method i e data select convert toarray in wasm not aot results in a downgrade of about on average for net compared to net that is net wasm is times slower than net is there an explanation for this is my code incorrect somehow original comments feedback bot on am we have directed your feedback to the appropriate engineering team for further evaluation the team will review the feedback and notify you about the next steps original solutions no solutions | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.