peter nikolic wrote:
tell you what this is getting a bit rich now
I now got 10.3x86_64 tellnig me YaST got signal 11 at YCP file OnlineUpdateCallbacks.ycp:524 /sbin/yast2: line 386: 8913 Segmentation fault $ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2QT_ARGS
it wont update with zypper either just get Segmentation fault
ideas ..?.
Pete (now steaming at both ears)
I'd try another repo. I just updated 3 10.3 installs tonight without any issues. (2 i586, 1 x86_64) You don't have the qt45 repo enabled by chance do you? If so, disable it, re-enable the qt44 repo, and downgrade all qt packages back to 44. I was bitten by that on 11.0 2 weeks ago - I had no clue. It took Anders to solve that one. My thread from 1/22 was titled "Yast Seg Faulting on Fresh 11.0 i386 Install". I didn't keep the full thread, but you can search the archives for it. I just looked and Stefan had also suggested some things to look at that might help you as well: On Donnerstag, 22. Januar 2009, David C. Rankin wrote:
I installed 11.0 on a laptop yesterday, install went fine. Yast was fine to begin with. Last night, I did an "update all if newer version available" from within yast and it completed fine. Now, however, Yast segfaults repeatedly.
That is to be expected if you do this kind of brute-force update. The online update workflow checks for updates to the update stack first, installs them, then restarts itself, and then continues to update other packages. You just found out the hard way why this is so. How to recover from this (no warranty, no support, just trying to be helpful, use at your own risk): - figure out what yast2, zypp and satsolver packages you have installed and save that to a temp file: rpm -qa --queryformat "%{NAME}\n" | egrep '(^yast2)|zypp|satsolv' >/tmp/y2-pkg - Insert your installation CD/DVD and downgrade those packages to the CD/DVD versions. You need root privileges that, of course: cd /media/... (wherever those packages are) rpm -Uhv --force `cat /tmp/y2-pkg` If rpm complains about dependendencies, you might need to downgrade the package about which it complains, too. That's why I'd recommend to avoid --nodeps in the above rpm call. Good luck! -- Stefan Hundhammer <sh@suse.de> Penguin by conviction. -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org