https://bugzilla.novell.com/show_bug.cgi?id=651806 https://bugzilla.novell.com/show_bug.cgi?id=651806#c7 --- Comment #7 from Carlo Strata <carlo.strata@tiscali.it> 2010-11-07 11:44:54 UTC --- I think the wrong remaining message may be relative to an incorrect access to an hash table with some bad initialized variables (generic "name" value for key)... .. This is the output you ask for: carlobook:/home/carlo # yast2 users --qt Use of uninitialized value $Parse::RecDescent::skip in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.10.0/Parse/RecDescent.pm line 2811 (#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. To help you figure out what was undefined, perl will try to tell you the name of the variable (if any) that was undefined. In some cases it cannot do this, so it also tells you what operation you used the undefined value in. Note, however, that perl optimizes your program and the operation displayed in the warning may not necessarily appear literally in your program. For example, "that $foo" is usually optimized into "that " . $foo, and the warning will refer to the concatenation (.) operator, even though there is no . in your program. carlobook:/home/carlo # .. I want to be clear: on my "updated 11.2 x86-64" all (!) yast2/zypp packages are all of the new type (11.3 style, thank to OBS repos) and I like it. The kernel is the 11.2 updated one (2.6.31.14-0.4-default). Only one package still remains un-upgradable (unless I will force it): this is "libstorage" 2.20.4 (I have the 2.19.14 (2010-04-16 dated!) from YaST:Head / openSUSE_11.2) because it needs parted at least 2.2 (I have the 1.9.0 (2010-04-01 dated!) from OBS filesystems / openSUSE_11.2). .. I think something like download all packages before installing them (like Windows 7 updates utility does) without paralleling the two tasks (download and install) may be difficult to do on low storage space systems (and I see on features.opensuse.org many people ask for return back in this). Surely may exist inconsistency problems if, e.g., network link fall down and you don't have new packages on local machine, ... I also suggest you to use the global progress bar (from 0% to 50%, e.g.) to inform people on the global download status... and from 50% + 1 to 100% to inform on global install status. This if you don't change the current two-phase install. Hth, Carlo -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.