http://bugzilla.novell.com/show_bug.cgi?id=615805 http://bugzilla.novell.com/show_bug.cgi?id=615805#c0 Summary: YaST fails to create a kerberos server configuration Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: marvin24@gmx.de QAContact: jsrain@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (compatible; Konqueror/4.4; Linux) KHTML/4.4.3 (like Gecko) SUSE when trying to setup an kerberos server (with new ldap database) an error box opens with: Use of uninitialized value $value in numeric eq (==) at /usr/share/YaST2/modules/LdapServer.pm line 1335 (#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. Use of uninitialized value $hashAlgo in string eq at /usr/share/YaST2/modules/LdapServer.pm line 2606 (#1) Use of uninitialized value in subroutine entry at /usr/lib/perl5/vendor_perl/5.12.0/x86_64-linux-thread-multi/YaST/YCP.pm line 423 (#1) YaST got signal 6 at YCP file kerberos-server/complex.ycp:2 /sbin/yast2: line 399: 3889 Aborted $ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2UI_ARGS and nothing is created. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.