https://bugzilla.novell.com/show_bug.cgi?id=207310
Summary: expr: syntax error before yast starts Product: openSUSE 10.2 Version: Alpha 4 plus Platform: PowerPC OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: olh@novell.com QAContact: jsrain@novell.com
during installation on a performa 6400, tangerine.suse.de, there are 5 lines expr: syntax error before '**** starting yast2 ****' (or similar). nothing in the logs that explains it. A quick grep in the inst-sys shows some bad bash coding style, this may be the reason for the syntax errors.
find /mounts/instsys/ -xdev -type f -print0 | xargs -0 grep -wn expr
https://bugzilla.novell.com/show_bug.cgi?id=207310
olh@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |yast2-maintainers@suse.de |screening@forge.provo.novell| |.com |
https://bugzilla.novell.com/show_bug.cgi?id=207310
fehr@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|yast2-maintainers@suse.de |ms@novell.com
------- Comment #1 from fehr@novell.com 2006-09-21 05:45 MST ------- Reassigning to Marcus, he is handling the startup scripts.
https://bugzilla.novell.com/show_bug.cgi?id=207310
ms@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ms@novell.com |yast2-maintainers@suse.de
------- Comment #2 from ms@novell.com 2006-09-21 05:53 MST ------- Calling:
cd /usr/lib/YaST2/startup/ find -xdev -type f -print0 | xargs -0 grep -wn expr
simply prints nothing. So the problem is not in my code and I surely did not any bad coding style mistakes in the yast startup scripts
https://bugzilla.novell.com/show_bug.cgi?id=207310
fehr@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|yast2-maintainers@suse.de |snwint@novell.com
------- Comment #3 from fehr@novell.com 2006-09-21 06:02 MST ------- Maybe its the way linuxrc starts YaST2.
https://bugzilla.novell.com/show_bug.cgi?id=207310
olh@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|snwint@novell.com |yast2-maintainers@suse.de
------- Comment #4 from olh@novell.com 2006-09-21 06:12 MST ------- count_qt_geometry is wrong, xquery failures are not handled.
https://bugzilla.novell.com/show_bug.cgi?id=207310
------- Comment #5 from olh@novell.com 2006-09-21 06:12 MST ------- Created an attachment (id=99320) --> (https://bugzilla.novell.com/attachment.cgi?id=99320&action=view) y2start.log
https://bugzilla.novell.com/show_bug.cgi?id=207310
fehr@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|yast2-maintainers@suse.de |sh@novell.com
------- Comment #6 from fehr@novell.com 2006-09-21 06:58 MST ------- count_qt_geometry sound like something from Stefan.
https://bugzilla.novell.com/show_bug.cgi?id=207310
sh@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|sh@novell.com |locilka@novell.com
------- Comment #7 from sh@novell.com 2006-09-21 07:30 MST ------- I guess that is due to the changes for the 800x600 resolution.
-> locilka
https://bugzilla.novell.com/show_bug.cgi?id=207310
locilka@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
------- Comment #8 from locilka@novell.com 2006-09-21 09:43 MST ------- Yes, considering the y2start.log, this is the case when X were expected to be running but they weren't.
|-- Offset X: |-- Offset X: |-- Used geometry: 640x480++
Geometry is badly counted in that case.
https://bugzilla.novell.com/show_bug.cgi?id=207310
locilka@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
------- Comment #9 from locilka@novell.com 2006-09-22 02:07 MST ------- - Fixed counting offset for installation in window. Exceptions are now handled correctly (#207310).
- yast2-installation-2.13.153
https://bugzilla.novell.com/show_bug.cgi?id=207310
Olaf Hering olh@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Found By|Other |Development