[opensuse] ok now this is getting a bit much 10.3 this time
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) -- SuSE Linux 10.3-Alpha3. (Linux is like a wigwam - no Gates, no Windows, and an Apache inside.) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
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
On Thursday 05 February 2009, David C. Rankin wrote:
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
Hi David I have tried the downgrade of yast ect yesterday to no avail still get the same response to be fair i am not sure how long this has been playing up like this , It is on this machine which is my main desktop machine it has been perfectly stable for ages on 10.3 and was rock solid on 10.3a3 but i do not have it automaticaly update i tried to run the update acouple of days ago and this was the result so bit up a gum tree and i so hate having to reinstall systems that is a windBloWs thing and most anoying if it will not play the game think it is going to be new Drive time install on that then at least i got a full working system with all my data ect on it Cheers Pete . -- SuSE Linux 10.3-Alpha3. (Linux is like a wigwam - no Gates, no Windows, and an Apache inside.) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
David C. Rankin
-
peter nikolic