Activity log for bug #1996477

Date Who What changed Old value New value Message
2022-11-14 02:09:19 bugproxy bug added bug
2022-11-14 02:09:21 bugproxy tags architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin---
2022-11-14 02:09:22 bugproxy ubuntu: assignee Skipper Bug Screeners (skipper-screen-team)
2022-11-14 02:09:34 bugproxy affects ubuntu linux (Ubuntu)
2022-11-14 06:58:50 Frank Heimes affects linux (Ubuntu) s390-tools (Ubuntu)
2022-11-14 08:05:01 Frank Heimes bug task added ubuntu-z-systems
2022-11-14 12:03:23 Frank Heimes s390-tools (Ubuntu): assignee Skipper Bug Screeners (skipper-screen-team)
2022-11-14 12:03:34 Frank Heimes ubuntu-z-systems: assignee Skipper Bug Screeners (skipper-screen-team)
2022-11-14 12:03:44 Frank Heimes ubuntu-z-systems: importance Undecided Medium
2022-11-16 13:45:57 Frank Heimes description Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b84092077f5238f8067f24e9fc330ddefb4525 - "type" parameter update 9f93af614f7463317ec56af5a6484f66386af797 - avoid multiple line result source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh
2022-11-16 15:54:19 Frank Heimes summary [UBUNTU 22.04] dbginfo.sh: updates in reagard to /bin/dash shell [UBUNTU 22.04] dbginfo.sh updates for /bin/dash shell compatibility
2022-11-16 18:07:02 Frank Heimes nominated for series Ubuntu Kinetic
2022-11-16 18:07:02 Frank Heimes bug task added s390-tools (Ubuntu Kinetic)
2022-11-16 18:07:02 Frank Heimes nominated for series Ubuntu Jammy
2022-11-16 18:07:02 Frank Heimes bug task added s390-tools (Ubuntu Jammy)
2022-11-16 18:07:02 Frank Heimes nominated for series Ubuntu Lunar
2022-11-16 18:07:02 Frank Heimes bug task added s390-tools (Ubuntu Lunar)
2022-11-16 18:07:16 Frank Heimes s390-tools (Ubuntu Lunar): status New Invalid
2022-11-16 18:12:45 Frank Heimes attachment added lp1996477.tgz https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/1996477/+attachment/5631031/+files/lp1996477.tgz
2022-11-16 18:12:55 Frank Heimes ubuntu-z-systems: status New In Progress
2022-12-01 13:32:21 Frank Heimes description Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh SRU Justification: [ Impact ] * The dbginfo.sh script fails on system (actually shells) that run dash, due to some incompatibilities in dbginfo.sh. * The script fails with a with parameter error. [ Fixes ] * 92b84092 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" * 9f93af61 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" [ Test Plan ] * Use a user account that has dash as default shell, or simply call dash in whatever shell you are running. * Make sure the s390-tools are installed (but it's mandatory for s390x) since dbginfo.sh is included into this. * Now call /usr/sbin/dbginfo.sh (from within a dash shell) and watch for any parameter errors. [ Where problems could occur ] * The changes in handling the paramaters could break the dbginfo.sh on other shells, like bash (which is the default). * Fortunately the changes in the above commits are pretty traceable. __________ Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh
2022-12-01 13:53:53 Frank Heimes description SRU Justification: [ Impact ] * The dbginfo.sh script fails on system (actually shells) that run dash, due to some incompatibilities in dbginfo.sh. * The script fails with a with parameter error. [ Fixes ] * 92b84092 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" * 9f93af61 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" [ Test Plan ] * Use a user account that has dash as default shell, or simply call dash in whatever shell you are running. * Make sure the s390-tools are installed (but it's mandatory for s390x) since dbginfo.sh is included into this. * Now call /usr/sbin/dbginfo.sh (from within a dash shell) and watch for any parameter errors. [ Where problems could occur ] * The changes in handling the paramaters could break the dbginfo.sh on other shells, like bash (which is the default). * Fortunately the changes in the above commits are pretty traceable. __________ Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh SRU Justification: [ Impact ]  * The dbginfo.sh script fails on system (actually shells) that run dash,    due to some incompatibilities in dbginfo.sh.  * The script fails with a with parameter error. [ Fixes ]  * 92b84092 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash"  * 9f93af61 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" [ Test Plan ]  * Use a user account that has dash as default shell,    or simply call dash in whatever shell you are running.  * Make sure the s390-tools are installed (but it's mandatory for s390x)    since dbginfo.sh is included into this.  * Now call /usr/sbin/dbginfo.sh (from within a dash shell)    and watch out for any errors. [ Where problems could occur ]  * The changes in handling the parameters could break the dbginfo.sh    on other shells, like bash (which is the default).  * Fortunately the changes in the above commits are pretty traceable. __________ Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh
2022-12-01 14:02:19 Frank Heimes description SRU Justification: [ Impact ]  * The dbginfo.sh script fails on system (actually shells) that run dash,    due to some incompatibilities in dbginfo.sh.  * The script fails with a with parameter error. [ Fixes ]  * 92b84092 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash"  * 9f93af61 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" [ Test Plan ]  * Use a user account that has dash as default shell,    or simply call dash in whatever shell you are running.  * Make sure the s390-tools are installed (but it's mandatory for s390x)    since dbginfo.sh is included into this.  * Now call /usr/sbin/dbginfo.sh (from within a dash shell)    and watch out for any errors. [ Where problems could occur ]  * The changes in handling the parameters could break the dbginfo.sh    on other shells, like bash (which is the default).  * Fortunately the changes in the above commits are pretty traceable. __________ Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh SRU Justification: [ Impact ]  * The dbginfo.sh script fails on system (actually shells) that run dash,    due to some incompatibilities in dbginfo.sh.  * The script fails with a with parameter error. [ Fixes ]  * 92b84092 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash"  * 9f93af61 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" [ Test Plan ]  * Use a user account that has dash as default shell,    or simply call dash in whatever shell you are running.  * Make sure the s390-tools are installed (but it's mandatory for s390x)    since dbginfo.sh is included into this.  * Now call /usr/sbin/dbginfo.sh (from within a dash shell)    and watch out for any errors, esp. ones caused by issues with parameters. [ Where problems could occur ]  * The changes in handling the parameters could break the dbginfo.sh    on other shells, like bash (which is the default in Ubuntu).  * Fortunately the changes in the above commits are pretty traceable. __________ Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh
2022-12-01 14:04:50 Frank Heimes description SRU Justification: [ Impact ]  * The dbginfo.sh script fails on system (actually shells) that run dash,    due to some incompatibilities in dbginfo.sh.  * The script fails with a with parameter error. [ Fixes ]  * 92b84092 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash"  * 9f93af61 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" [ Test Plan ]  * Use a user account that has dash as default shell,    or simply call dash in whatever shell you are running.  * Make sure the s390-tools are installed (but it's mandatory for s390x)    since dbginfo.sh is included into this.  * Now call /usr/sbin/dbginfo.sh (from within a dash shell)    and watch out for any errors, esp. ones caused by issues with parameters. [ Where problems could occur ]  * The changes in handling the parameters could break the dbginfo.sh    on other shells, like bash (which is the default in Ubuntu).  * Fortunately the changes in the above commits are pretty traceable. __________ Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh SRU Justification: [ Impact ]  * The dbginfo.sh script fails on system (actually shells) that run dash,    due to some incompatibilities in dbginfo.sh.  * The script fails with a with parameter error. [ Fixes ]  * 92b84092 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash"  * 9f93af61 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" [ Test Plan ]  * Use a user account that has dash as default shell,    or simply call dash in whatever shell you are running.  * Make sure the s390-tools are installed (but it's mandatory for s390x)    since dbginfo.sh is included into this.  * Now call /usr/sbin/dbginfo.sh (from within a dash shell)    and watch out for any errors,    esp. some caused by issues with parameters, like 'type' is not supporting '-t'. [ Where problems could occur ]  * The changes in handling the parameters could break the dbginfo.sh    on other shells, like bash (which is the default in Ubuntu).  * Fortunately the changes in the above commits are pretty traceable. __________ Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh
2022-12-01 14:06:49 Frank Heimes description SRU Justification: [ Impact ]  * The dbginfo.sh script fails on system (actually shells) that run dash,    due to some incompatibilities in dbginfo.sh.  * The script fails with a with parameter error. [ Fixes ]  * 92b84092 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash"  * 9f93af61 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" [ Test Plan ]  * Use a user account that has dash as default shell,    or simply call dash in whatever shell you are running.  * Make sure the s390-tools are installed (but it's mandatory for s390x)    since dbginfo.sh is included into this.  * Now call /usr/sbin/dbginfo.sh (from within a dash shell)    and watch out for any errors,    esp. some caused by issues with parameters, like 'type' is not supporting '-t'. [ Where problems could occur ]  * The changes in handling the parameters could break the dbginfo.sh    on other shells, like bash (which is the default in Ubuntu).  * Fortunately the changes in the above commits are pretty traceable. __________ Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh SRU Justification: ================== [ Impact ]  * The dbginfo.sh script fails on system (actually shells) that run dash,    due to some incompatibilities in dbginfo.sh (with using 'type').  * The script fails with a with parameter error. [ Fixes ]  * 92b84092 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash"  * 9f93af61 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" [ Test Plan ]  * Use a user account that has dash as default shell,    or simply call dash in whatever shell you are running.  * Make sure the s390-tools are installed (but it's mandatory for s390x)    since dbginfo.sh is included into this.  * Now call /usr/sbin/dbginfo.sh (from within a dash shell)    and watch out for any errors,    esp. some caused by issues with parameters,    like 'type' is not supporting '-t'. [ Where problems could occur ]  * The changes in handling the parameters could break the dbginfo.sh    on other shells, like bash (which is the default in Ubuntu).  * Fortunately the changes in the above commits are pretty traceable. __________ Description: dbginfo.sh: incompatible commands with /bin/dash shell Symptom: subsection data collection fails while running in /bin/dash shell                - type is failing with parameter error Problem: reduced data collection Solution: rewrite in compatible way Component: s390-tools the master commits in s390tools v2.24.9 are: 92b8409 92b84092077f5238f8067f24e9fc330ddefb4525 "dbginfo.sh: ensure type commands compatible with dash" 9f93af6 9f93af614f7463317ec56af5a6484f66386af797 "dbginfo.sh: ensure compatibility with /bin/dash" source: https://github.com/ibm-s390-linux/s390-tools/blob/master/scripts/dbginfo.sh
2022-12-01 18:26:27 Łukasz Zemczak s390-tools (Ubuntu Kinetic): status New Fix Committed
2022-12-01 18:26:29 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2022-12-01 18:26:30 Łukasz Zemczak bug added subscriber SRU Verification
2022-12-01 18:26:32 Łukasz Zemczak tags architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin--- architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin--- verification-needed verification-needed-kinetic
2022-12-02 00:46:30 Łukasz Zemczak s390-tools (Ubuntu Jammy): status New Fix Committed
2022-12-02 00:46:35 Łukasz Zemczak tags architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin--- verification-needed verification-needed-kinetic architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin--- verification-needed verification-needed-jammy verification-needed-kinetic
2022-12-02 09:15:07 Frank Heimes attachment added verification_jammy.txt https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/1996477/+attachment/5633880/+files/verification_jammy.txt
2022-12-02 09:15:29 Frank Heimes tags architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin--- verification-needed verification-needed-jammy verification-needed-kinetic architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin--- verification-done-jammy verification-needed verification-needed-kinetic
2022-12-02 09:28:09 Frank Heimes attachment added verification_kinetic.txt https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/1996477/+attachment/5633883/+files/verification_kinetic.txt
2022-12-02 09:28:47 Frank Heimes tags architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin--- verification-done-jammy verification-needed verification-needed-kinetic architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin--- verification-done verification-done-jammy verification-done-kinetic
2022-12-13 20:03:51 Launchpad Janitor s390-tools (Ubuntu Kinetic): status Fix Committed Fix Released
2022-12-13 20:04:04 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2023-01-10 19:46:41 Launchpad Janitor s390-tools (Ubuntu Jammy): status Fix Committed Fix Released
2023-01-10 20:19:17 Frank Heimes ubuntu-z-systems: status In Progress Fix Released
2023-03-31 15:30:00 bugproxy tags architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin--- verification-done verification-done-jammy verification-done-kinetic architecture-s3903164 bugnameltc-200479 severity-medium targetmilestone-inin2204 verification-done verification-done-jammy verification-done-kinetic