![](https://seccdn.libravatar.org/avatar/3035b38ff33cf86f480bb169b8500b80.jpg?s=120&d=mm&r=g)
https://bugzilla.novell.com/show_bug.cgi?id=842560 https://bugzilla.novell.com/show_bug.cgi?id=842560#c0 Summary: system profile lookup by IP is broken Classification: openSUSE Product: openSUSE Factory Version: 13.1 Beta 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: AutoYaST AssignedTo: fehr@suse.com ReportedBy: bernd.leibing@uni-ulm.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=560344) --> (http://bugzilla.novell.com/attachment.cgi?id=560344) yast2 log files User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 When given an directory as autoyast option to linuxrc the profile should be search with the HEX encoded ip address appended see http://users.suse.com/~ug/autoyast_doc/Invoking.html#Installation.process This is not working anymore (openSUSE-12.3 was ok), because zeros instead of the HEX encoded ip address are appended. Reproducible: Always Steps to Reproduce: my linuxrc options hostip="134.60.2.61" autoyast="http://ftp.uni-ulm.de/autoyast/13.1/" Actual Results: attempt to load profile from location http://ftp.uni-ulm.de/autoyast/13.1/00000000 http://ftp.uni-ulm.de/autoyast/13.1/000000 http://ftp.uni-ulm.de/autoyast/13.1/0000 http://ftp.uni-ulm.de/autoyast/13.1/00 Expected Results: attempt to load profile from location http://ftp.uni-ulm.de/autoyast/13.1/863C023D http://ftp.uni-ulm.de/autoyast/13.1/863C02 http://ftp.uni-ulm.de/autoyast/13.1/863C http://ftp.uni-ulm.de/autoyast/13.1/86 I don't speak ruby, but I read ProfileLocation.rb and got the impression that the content of /etc/install.inf may be important. Therefore the file is included in the attachment -- 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.