|
Bugzilla – Full Text Bug Listing |
| Summary: | Perl Bootloader: Use of uninitialized value in string | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Jorma Hytonen <jorma.hytonen> |
| Component: | YaST2 | Assignee: | Josef Reidinger <jreidinger> |
| Status: | RESOLVED NORESPONSE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 10.3 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
how is that major? Maybe I overlook the consequences this has to you, so please explain. Please refer to http://en.opensuse.org/Bugs/Definitions Ok, I change severity to Normal. Basically, it slows down backup process several minutes and give extra warnings to check every morning. All YaST2 profiles: Cron <root@suse-lnx> /usr/lib/YaST2/bin/backup_cron "profile=Home" Cron <root@suse-lnx> /usr/lib/YaST2/bin/backup_cron "profile=Srv-www" Cron <root@suse-lnx> /usr/lib/YaST2/bin/backup_cron "profile=System" .. and so on .. I have five profiles to backup every night. But in example: Cron <root@suse-lnx> zypper up -y -t patch --skip-interactive Cron <root@suse-lnx> /usr/bin/zrm-pre-scheduler --action backup --backup-set dailyrun --backup-level 0 --interval daily Those backups give no warnings! It must be only YaST2 problem? Please next time remove NEEDINFO status by selecting "This comment/attachment provides ..." checkbox after supplying needed information. Reassigning to maintainer. I hope now this problem is fixed, but due to some changes in grub.pm I am not sure, if fix is on this line. Could you please retest it with current perl-Bootloader? thanks In where I can find this new perl-Bootloader? I have YaST Automatic Updates on. But "No Updates Available". (In reply to comment #5 from Jorma Hytonen) > In where I can find this new perl-Bootloader? > I have YaST Automatic Updates on. But "No Updates Available". > Because new perl-bootloader is not backported to 10.3 you find it in factory. no response for month, if you test new package and it still fail, please reopen "Because new perl-bootloader is not backported to 10.3 you find it in factory." --> I can't find any "factory" or "repo" where to update bootloader? factory repository is here: http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/ If you try it please, say if it is now fixed. Thanks no response for month |
It happens every YaST2 based cron backups. Before backup starts, root gets email message. Subject: Cron <root@suse-lnx> /usr/lib/YaST2/bin/backup_cron "profile=System" Message: Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.8.8/Bootloader/Core/GRUB.pm line 852 (#1) (W uninitialized) An undefined value was used as if it were already defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To suppress this warning assign a defined value to your variables. And after backup complete, root gets message: Subject: YaST Automatic Backup (System) Mesage: BACKUP REPORT for Profile System Summary: ======== Modified Files Found: 48 Total Size: 193.16 kB Files Not in a Package Found: 14390 Total Size: 648.61 MB Selected Files to Back Up: 14438 Archive /sdb/backup/system/files.tar created successfully Autoinstallation profile saved to file /sdb/backup/system/files.xml. ... and so on...