Bug 1225152 - [doc] Issue in "Installing required packages"
Summary: [doc] Issue in "Installing required packages"
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Non-product-specific documentation
Component: Smart Docs (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Jana Halackova
QA Contact: Tanja Roth
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-23 14:19 UTC by Eduardo Minguez
Modified: 2024-05-24 07:45 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eduardo Minguez 2024-05-23 14:19:04 UTC
Installing required packages:

https://documentation.suse.com/smart/systems-management/html/SLE-Micro-5.5-admin/index.html#tr-up-automatic-updates-configuring-notifications-packages

These packages doesn't seem to be available on a vanilla SLE Micro 5.5:

```
edgedns:~ # SUSEConnect -s
[{"name":"SUSE Employee subscription for SUSE Linux Micro x86_64","identifier":"SLE-Micro","version":"5.5","arch":"x86_64","status":"Registered","regcode":"xxx","starts_at":"2024-05-03 13:40:33 UTC","expires_at":"2025-05-03 13:40:33 UTC","subscription_status":"ACTIVE","type":"internal"}]
edgedns:~ # rpm -qa |grep -i mail
edgedns:~ #
```

If I try to install them:
```
edgedns:~ # transactional-update pkg in systemd-status-mail mailx
Checking for newer version.
transactional-update 4.1.6 started
Options: pkg in systemd-status-mail mailx
Separate /var detected.
2024-05-23 14:13:44 tukit 4.1.6 started
2024-05-23 14:13:44 Options: -c3 open
2024-05-23 14:13:44 Using snapshot 3 as base for new snapshot 4.
2024-05-23 14:13:44 /var/lib/overlay/3/etc
2024-05-23 14:13:44 Syncing /etc of previous snapshot 2 as base into new snapshot "/.snapshots/4/snapshot"
2024-05-23 14:13:44 SELinux is enabled.
ID: 4
2024-05-23 14:13:45 Transaction completed.
Calling zypper install
2024-05-23 14:13:46 tukit 4.1.6 started
2024-05-23 14:13:46 Options: callext 4 zypper -R {} install systemd-status-mail mailx
2024-05-23 14:13:47 Executing `zypper -R /tmp/transactional-update-9AdO84 install systemd-status-mail mailx`:
Refreshing service 'SUSE_Linux_Enterprise_Micro_5.5_x86_64'.
Loading repository data...
Reading installed packages...
Package 'systemd-status-mail' not found.
'mailx' not found in package names. Trying capabilities.
No provider of 'mailx' found.
Resolving package dependencies...
Nothing to do.
2024-05-23 14:13:48 Application returned with exit status 104.
ERROR: zypper install on /.snapshots/4/snapshot failed with exit code 104!
Removing snapshot #4...
2024-05-23 14:13:48 tukit 4.1.6 started
2024-05-23 14:13:48 Options: abort 4
2024-05-23 14:13:48 Discarding snapshot 4.
2024-05-23 14:13:48 Transaction completed.
transactional-update finished
```
Comment 1 Eduardo Minguez 2024-05-23 14:27:43 UTC
Same applies for older versions (5.4 at least)