All times are UTC - 6 hours




Post new topic Reply to topic  [ 52 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject:
PostPosted: Thu Oct 25, 2007 1:37 am 
Offline


Thu Jul 28, 2005 12:41 am

1063
Some bad news: Online Update for PPC 32 bit (like Pegasos and EFIKA) is seriously broken. It tries to install almost a hundred 64bit packages especially if you installed any devel packages :-( I'll ask the openSUSE team for an official solution (as opposed to a workaround I provide here), until that here is what to do, if you want to update:

- do not use the update applets from gnome/kde

- using the command line as root, remove any 64bit packages:
Code:
rpm -qa | grep 64bit | xargs rpm -e --nodeps --noscripts


- start yast2 and choose 'online update' (or enter you at the command line)

- if you don't have yet an online update source, please use 'configure online update' from yast2 before running online update.

- from the drop down list on the upper left corner of the window choose 'installation summary'

- at the bottom of window deactivate 'automatic check'

- uncheck any package names ending in '64bit' in the right panel

- use 'check now' at the bottom of the window and check 'ignore here' at each question, and click OK at the end

- start the update

- unless you use 'grub', please don't forget to run mkzimage in case of a kernel upgrade (you will be warned, but just for restart).


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 2:21 am 
Offline


Sun Oct 01, 2006 10:27 am

12

Kraków, Poland
czp wrote:
Some bad news: Online Update for PPC 32 bit (like Pegasos and EFIKA) is seriously broken. It tries to install almost a hundred 64bit packages especially if you installed any devel packages :-(

?!? Excuse me? It works flawlessly for me. I've hundreds of devel packages and online updater never ask me to install 64-bit packages
Quote:
- do not use the update applets from gnome/kde

Well... As I write this reply, KDE update applet is downloading some updates(curl, some X.org and SeaMonkey + 2 other I don't remember)... With this applet I've already update most of the 10.3 release(kernel up to 2.6.22.9-0.4-default, Firefox to 2.0.0.8, Opera to 9.24, some parts of KDE 3 and so on), never did update applet download and/or install any 64-bit packages(once it install 64-bit library, but this was due to stupid package, that had dependency to 64-bit version of that lib)... Are You sure it's problem with Auto Update and not with your system?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 2:28 am 
Offline


Thu Jul 28, 2005 12:41 am

1063
Strange. I had the same problem on both EFIKA and Pegasos. Did not try the KDE updater, just GNOME and YOU. So you can recommend the KDE updater?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 3:42 am 
Offline


Sun Oct 01, 2006 10:27 am

12

Kraków, Poland
czp wrote:
So you can recommend the KDE updater?

Well... "recommend" is such a strong word... ;) :P
It's slow. Slow on itself and I also have slow internet connection, so usally I just start update in the morning and in the evening it's done. Also, it's just a simple frontend to zypper really, i.e. currently it simply does:
Code:
pegasos:~ # ps axww
[...]
3688 ?        S      0:01 kdesu --noignorebutton -d -c ( true ; zypper -q --terse --non-interactive in -l -t patch --force --name  "autofs" "glibc" "libcurl4" "seamonkey" "tcsh" "xorg-x11-server"  )?> /tmp/opensuseupdater.bxITkK3683/opensuseupdater_out 2> /tmp/opensuseupdater.bxITkK3683/opensuseupdater_err
 3693 ?        S      0:00 /opt/kde3/bin/kdesud
 3695 pts/5    Ss+    0:00 /usr/bin/sudo -u root /opt/kde3/bin/kdesu_stub -
 3700 pts/6    Ss+    0:00 /opt/kde3/bin/kdesu_stub -
 3704 ?        Ss     0:00 sh -c ( true ; zypper -q --terse --non-interactive in -l -t patch --force --name  "autofs" "glibc" "libcurl4" "seamonkey" "tcsh" "xorg-x11-server"  )?> /tmp/opensuseupdater.bxITkK3683/opensuseupdater_out 2> /tmp/opensuseupdater.bxITkK3683/opensuseupdater_err
 3705 ?        S      0:00 sh -c ( true ; zypper -q --terse --non-interactive in -l -t patch --force --name  "autofs" "glibc" "libcurl4" "seamonkey" "tcsh" "xorg-x11-server"  )?> /tmp/opensuseupdater.bxITkK3683/opensuseupdater_out 2> /tmp/opensuseupdater.bxITkK3683/opensuseupdater_err
 3706 ?        S      1:54 zypper -q --terse --non-interactive in -l -t patch --force --name autofs glibc libcurl4 seamonkey tcsh xorg-x11-server
[...]

So, You could simply use zypper instead... ;)
Also, I will check if it really doesn't download those 64bit packages. I had some(20 or so), since 10.1 I belive. Some came with 10.2 and all of them had been updated when I've updated my OpenSuSE installation to 10.3, but I've removed them now and will see wheter I will have 64bit packages after update.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 3:54 am 
Offline


Thu Jul 28, 2005 12:41 am

1063
I did not have any 64bit problems on 10.0, 10.1 or 10.2, but now with 10.3 updates it seems to be a disaster. Just checked again 'YaST Online Upate' on one of my machines, and even if I don't have any 'devel packages installed, it insisted installing over a hundred of those. I don't have KDE installed on that machine, so tested again with YOU...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 5:25 am 
Offline


Sun Oct 01, 2006 10:27 am

12

Kraków, Poland
czp wrote:
I did not have any 64bit problems on 10.0, 10.1 or 10.2,

Well, to put this mildly, our stories difer. ;) I clearly remember "fighting" with 10.1 installer to NOT install 64 bit glibc version. Unfortunatly, I had so many failed dependencies messages, that I give up and instead of fscking with dependencies of 75% packages, I simply allowed it to install those 64bit packages.
Quote:
but now with 10.3 updates it seems to be a disaster.

Well, I have tried that. This morning I had removed all 64bit packages(I had forgot that I even had those in my system, so I only did so when I've noticed this thread) and after that updated couple of packages(glibc, seamonkey, libcurl, autofs and some more). What I have now in my system:
Code:
pegasos:~ # rpm -qa | grep glibc
glibc-devel-2.6.1-18.3
glibc-locale-2.6.1-18.3
glibc-2.6.1-18.3
glibc-html-2.6.1-18.3
glibc-info-2.6.1-18.3
glibc-i18ndata-2.6.1-18.3
pegasos:~ # rpm -q -info glibc
Name        : glibc                        Relocations: (not relocatable)
Version     : 2.6.1                             Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release     : 18.3                          Build Date: Tue Oct 23 15:12:28 2007
Install Date: Thu Oct 25 10:43:31 2007      Build Host: raspberry.suse.de
Group       : System/Libraries              Source RPM: glibc-2.6.1-18.3.src.rpm
Size        : 4932618                          License: BSD 3-Clause; GPL v2 or later; LGPL v2 or later
Signature   : DSA/SHA1, Tue Oct 23 15:17:44 2007, Key ID a84edae89c800aca
Packager    : http://bugs.opensuse.org
URL         : http://www.gnu.org/software/libc/libc.html
Summary     : Standard Shared Libraries (from the GNU C Library)
Description :
The GNU C Library provides the most important standard libraries used
by nearly all programs: the standard C library, the standard math
library, and the POSIX thread library. A system is not functional
without these libraries.
Distribution: openSUSE 10.3 (PPC)
pegasos:~ # rpm -qa | grep 64bit
pegasos:~ #                                   

TBH, I simply don't know what "64bit hell" You are refering to, as You can see, that I've no "hell" at all...
Quote:
I don't have KDE installed on that machine, so tested again with YOU...

Well... I've forced another update of glibc from YaST(software-> online update) and no problemo. Other than that I cannot tell, as I don't have gnome(I think it sucks:P ).
Could You tell which packages give you problems? I will try them. Maybe it's problem with those packages and not with online update...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 5:43 am 
Offline


Thu Jul 28, 2005 12:41 am

1063
Torn wrote:
This morning I had removed all 64bit packages(I had forgot that I even had those in my system, so I only did so when I've noticed this thread) and after that updated couple of packages(glibc, seamonkey, libcurl, autofs and some more).

I also started out this way: removed any existing 64bit packages.
Quote:
Well... I've forced another update of glibc from YaST(software-> online update) and no problemo. Other than that I cannot tell, as I don't have gnome(I think it sucks:P ).

I agree, I'm also a KDE guy, but recently prefer to use XFCE (works better on EFIKA). The only reason I have GNOME, because it has some problems, and I want to see, when a proper fix is rolled out (graphical mono apps, like f-spot, banshee crash on PPC).
Quote:
Could You tell which packages give you problems? I will try them. Maybe it's problem with those packages and not with online update...

As far as I can remember, some GNOME packages were complaining for missing 64bit packages. But will make a GNOME -less install later today, and see what happens.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 7:30 am 
Offline


Sun Oct 01, 2006 10:27 am

12

Kraków, Poland
czp wrote:
I agree, I'm also a KDE guy, but recently prefer to use XFCE (works better on EFIKA).

Well, if I had Efika, I would be using this.
Looks tons better, runs twice as fast and has much nicer memory footprint. I had used it on K6-2 400 with 64MB RAM and it was nice - I even could browse web (with Opera, or better links -g). ;)
Some screenshots.
Quote:
As far as I can remember, some GNOME packages were complaining for missing 64bit packages.

Well, no wonder then, as I have only some gtk libs installed(all that is needed to run gimp and Evolution).


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 8:15 am 
Offline


Thu Jul 28, 2005 12:41 am

1063
fvwm is the default window manager of openSUSE, just as it was about 10 years ago, when I started using S.u.S.E. with version 4.3. 4.2 was their first version (as the answer is 42 :-) ).

Now making a list of 32bit packages requiring 64bit packages. A nice 'for' cycle running on all the rpms in the ftp version of the distribution. I hope, that tabooing just those few packages would eliminate the need for de-selecting 100+ packages in YOU.

OK, search is over, there are two packages: ConsoleKit and nss-mdns. Now I install 10.3 by taboo-ing these two and see what happens.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 10:57 am 
Offline


Sun Oct 01, 2006 10:27 am

12

Kraków, Poland
czp wrote:
fvwm is the default window manager of openSUSE,

Aye, but fvwm-crystal is not fvwm. Fvwm to fvwm-crystal is exactly the same, as kwin to KDE, i.e. albeit very small and limited, but still, fvwm-crystal is Desktop Environment using fvwm as its Window manager. Only fvwm-crystal uses scripts and already working console programs instead of re-creating same functionality with hundreds of new programs creating bloatware. ;)
Quote:
just as it was about 10 years ago, when I started using S.u.S.E. with version 4.3.

Can't say - I started using it with 7.3, IIRC.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 11:00 am 
Offline


Thu Jul 28, 2005 12:41 am

1063
OK, found a lot more easy workaround, if somebody is not afraid to use zypper directly.

First of all, one needs to create a file, called /etc/zypp/locks with the following content:
Code:
*64bit*


And use zypper from the command line to upgrade the system, as root:
Code:
zypper up


This will ignore any 64bit packages during upgrade. And if somebody is making a fresh install: do a 'detailed' software selection, and taboo these two packages (a round red mark should appear):
Code:
ConsoleKit-64bit
nss-mdns-64bit

No 64bit packages will be installed on the system.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 28, 2007 11:26 am 
Offline


Tue Dec 26, 2006 5:13 pm

37
Just wanted to let you know, that I finally found out, why my G3 didn't work on Suse10.3.

I used the OF1.2. OF 1.2 seems to be buggy on G3, so I changed back to 1.1 and everything works.
( Debian 4.0 also works now.)

On G4 there's no bug like on G3.

I'll drop a line to bplan, to fix this in the future..


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 28, 2007 2:24 pm 
Offline
Site Admin


Fri Sep 24, 2004 1:39 am

1589

Alamo Heights, TX
judas wrote:
Just wanted to let you know, that I finally found out, why my G3 didn't work on Suse10.3.

I used the OF1.2. OF 1.2 seems to be buggy on G3, so I changed back to 1.1 and everything works.
( Debian 4.0 also works now.)

On G4 there's no bug like on G3.

I'll drop a line to bplan, to fix this in the future..


Could you go into some details here about this "bug"?
Matt Sealey, Genesi USA Inc.
Product Development Analyst


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 28, 2007 3:15 pm 
Offline


Tue Dec 26, 2006 5:13 pm

37
Ok, here's the story:

I own 3 Peg2's. 2 with G4 and one with G3. All ran very stable on MorphOS before, memory is tested well.
Suse10.3 was easily installed without errors and probs on both G4s, so I finally tried the G3.

During installation the DVDdrive reported read errors, so I installed by net. ( The DVDdrive doesn't show any
probs on MorphOS!)

Suse10.3 and Debian4.0 both failed a simple test on the G3 with OF1.2:

I just copy a DVD to the harddrive. The system allways crashes a few minutes after start of copying.
Crashing means "locking".

After reading a similar problem at www.pegasosforum.de I made the following tests:
(note: prob at pegasosforum: sudden read errors from DVD during suse10.3-install
which were fixed by downgrading 1.2 ->1.1)

1) I exchanged the G4 on a very reliable system by the G3 cpu > crashes appear
2) I downgrade this system to 1.1 > works well
3) upgrade to 1.2 again > crashes again
4) put G4 to the system who uses the G3 normally > system works stable


Unfortunately, the 1.1 can't follow links on ext3 and gives me a zero MAC for the marvell.
So I want the 1.2.. but I need a stable system, too ... so I need help for a fixed OF.
( I just sent a mail to bplan, too..)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 29, 2007 9:55 am 
Offline


Tue Dec 26, 2006 5:13 pm

37
Hi,

I just got a reply to my mail to bplan:

1.2 contains changes to the RAM timings which can cause instructions errors in the cpu. As there's no fix available, OF 1.1 is recommended for G3 systems.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 52 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group