https://bugzilla.novell.com/show_bug.cgi?id=651374 https://bugzilla.novell.com/show_bug.cgi?id=651374#c11 Bruno Friedmann <bruno@ioda-net.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|bruno@ioda-net.ch | --- Comment #11 from Bruno Friedmann <bruno@ioda-net.ch> 2010-11-24 16:22:57 UTC --- Created an attachment (id=402031) --> (http://bugzilla.novell.com/attachment.cgi?id=402031) yast2 dns-server in debug mode also get this in the launching console export Y2DEBUG=1 && yast2 dns-server Use of uninitialized value $ret in string ne at /usr/share/YaST2/modules/DnsServer.pm line 1801 (#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 -- 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.