|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 50.1] openQA test fails in detect_yast2_failures | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP6 | Reporter: | Sofia Syrianidou <sofia.syrianidou> |
| Component: | YaST2 | Assignee: | E-mail List <yast2-maintainers> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | aschnell, snwint |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.suse.de/tests/13365524/modules/detect_yast2_failures/steps/538 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
save_y2logs
dmraid package disk space usage |
||
|
Description
Sofia Syrianidou
2024-01-29 13:30:33 UTC
Looks like /sbin/dmraid is not in the inst-sys: > 2024-01-26 21:52:37 <1> [libstorage] SystemCmd.cc(SystemCmd):104 constructor SystemCmd(</sbin/dmraid --activate yes --no_partitions>) > 2024-01-26 21:52:37 <1> [libstorage] SystemCmd.cc(execute):371 SystemCmd Executing:"/sbin/dmraid --activate yes --no_partitions" > 2024-01-26 21:52:37 <3> [libstorage] SystemCmd.cc(step_fork_and_exec):503 exec failed: 2 > 2024-01-26 21:52:37 <3> [libstorage] SystemCmd.cc(step_wait):582 THROW: Command not found: "/sbin/dmraid --activate yes --no_partitions" > 2024-01-26 21:52:37 <1> [libstorage] SystemCmd.cc(step_wait):603 child_retcode:127 > 2024-01-26 21:52:38 <1> [libstorage] SystemCmd.cc(SystemCmd):104 constructor SystemCmd(</sbin/dmraid --sets=active -ccc>) > 2024-01-26 21:52:38 <1> [libstorage] SystemCmd.cc(execute):371 SystemCmd Executing:"/sbin/dmraid --sets=active -ccc" > 2024-01-26 21:52:38 <1> [libstorage] SystemCmd.cc(execute):372 timestamp [108.314373], 2024-01-27 02:52:38 GMT, 2024-01-26 21:52:38 EST > 2024-01-26 21:52:38 <1> [libstorage] SystemCmd.cc(step_fork_and_exec):475 child_pid:5920 > 2024-01-26 21:52:38 <3> [libstorage] SystemCmd.cc(step_fork_and_exec):503 exec failed: 2 > 2024-01-26 21:52:38 <3> [libstorage] SystemCmd.cc(step_wait):582 THROW: Command not found: "/sbin/dmraid --sets=active -ccc" > 2024-01-26 21:52:38 <1> [libstorage] SystemCmd.cc(step_wait):603 child_retcode:127 > grep dmraid _packages.root (nothing) On my Leap 15.5: > [sh @ balrog] ~ 3 % ls -l /sbin/dmraid > -rwxr-xr-x 1 root root 25416 25. Mai 2018 /sbin/dmraid > [sh @ balrog] ~ 4 % rpm -qf /sbin/dmraid > dmraid-1.0.0.rc16-3.26.x86_64 Created attachment 872266 [details]
dmraid package disk space usage
The whole package is 388 kiB large, only the binary and the libs are 276 kiB.
AFAIR we do not support dmraid in SLE15. Logging of the error message has changed - nothing more. I just checked on SLE-15 SP5 (SLE-15-SP5-Full-x86_64-GM-Media1.iso), and it's not there either.
> 0:install:/ # ls -l /sbin/dmraid
> ls: cannot access '/sbin/dmraid': No such file or directory
> 0:install:/ # ls -l /usr/sbin/dmraid
> ls: cannot access '/usr/sbin/dmraid': No such file or directory
> 0:install:/ # grep dmraid .packages.root
> 0:install:/ #
dmraid? - see bug 1088570. (In reply to Arvin Schnell from comment #3) > AFAIR we do not support dmraid in SLE15. Logging of the error message > has changed - nothing more. OK, thanks. @Sofia: So this is just a harmless message. But it's better to double-check. (In reply to Stefan Hundhammer from comment #6) > (In reply to Arvin Schnell from comment #3) > > AFAIR we do not support dmraid in SLE15. Logging of the error message > > has changed - nothing more. > > OK, thanks. > > @Sofia: So this is just a harmless message. But it's better to double-check. Ok, thanks for taking a look. |