|
Bugzilla – Full Text Bug Listing |
| Summary: | Backup - /usr/lib/YaST2/bin/backup_cron stopped working after the YaST security update | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Lukas Ocilka <locilka> |
| Component: | YaST2 | Assignee: | Lukas Ocilka <locilka> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | ast, lslezak, mvidner |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Lukas Ocilka
2007-12-11 11:40:39 UTC
It seems the bug is caused by using 'testsuite' instead of 'UI' UI-type in the /usr/lib/YaST2/bin/backup_cron script
Replacing the line...
nice -n 15 /usr/lib/YaST2/bin/y2base backup '("cron")' '("'$PROFILE'")' testsuite > /dev/null
...with...
nice -n 15 /usr/lib/YaST2/bin/y2base backup '("cron")' '("'$PROFILE'")' UI > /dev/null
...fixes the problem (on my newly installed 10.3 with updates).
The problem was caused by implementing feature #120292 "UI as a namespace" in yast2-core-2.15.7 (openSUSE 10.2).
--- --- ---
We need a maintenance update for 10.2 and 10.3.
Ast: Please, provide a maintenance update if /needed/.
Thanks :)
--- --- ---
10.2 works well without applying any patch (no need to update) 10.3 works well with the patch in comment #1 - Fixed running the backup in a 'cron' mode. UI named 'testsuite' has been renamed to 'UI' in yast2-core-2.15.7 (#347534). - Adjusted RPM dependencies. - 2.15.6 Will be in autobuild soon. released |