freeamp

1999-09-27 Thread Georg Bauer
Hi! Anyone got freeamp running? At my machine it just segfaults right after giving some informations. strace isn't helpfull, either. It's really directly after the informational output of the codec. bye, Georg

Re: update-menus going higher and higher

1999-09-27 Thread Michael G Schwern
On Mon, Sep 27, 1999 at 08:36:48PM +0200, Geert Uytterhoeven wrote: > On Mon, 27 Sep 1999, Hartmut Koptein wrote: > > > These day update-menus seems to hang, causing infinite load averages when > > > doing > > > `apt-get upgrade -u'. > > > > i think it isn't a infinite loop, it is (sometimes) ver

Re: update-menus going higher and higher

1999-09-27 Thread Geert Uytterhoeven
On Mon, 27 Sep 1999, Hartmut Koptein wrote: > > These day update-menus seems to hang, causing infinite load averages when > > doing > > `apt-get upgrade -u'. > > i think it isn't a infinite loop, it is (sometimes) very recursivly but it > will > end after 5 - 20 minutes. Well... at least it's

Re: update-menus going higher and higher

1999-09-27 Thread Hartmut Koptein
Hi Geert, > These day update-menus seems to hang, causing infinite load averages when > doing > `apt-get upgrade -u'. i think it isn't a infinite loop, it is (sometimes) very recursivly but it will end after 5 - 20 minutes. ciao, Hartmut -- I see a little light at the end of the tunne

update-menus going higher and higher

1999-09-27 Thread Geert Uytterhoeven
These day update-menus seems to hang, causing infinite load averages when doing `apt-get upgrade -u'. Greetings, Geert -- Geert Uytterhoeven - Sony Suprastructure Center Europe (SUPC-E) [EMAIL PROTECTED] --- Sint St

Re: /etc set o-r?

1999-09-27 Thread Hartmut Koptein
> I performed an upgrade yesterday and suddenly found /etc was no longer > readable by other (751). Is this a bug or a feature? And how would I > go about seeing exactly which package caused this problem? Seems it > could have been alot of things. > > BTW I didn't have this problem in the Inte

/etc set o-r?

1999-09-27 Thread Michael G Schwern
I performed an upgrade yesterday and suddenly found /etc was no longer readable by other (751). Is this a bug or a feature? And how would I go about seeing exactly which package caused this problem? Seems it could have been alot of things. BTW I didn't have this problem in the Intel potato.

Re: Debian installation floppy images

1999-09-27 Thread Wichert Akkerman
I'm forwarding this to debian-powerpc, they are probably better able to comment on this and help you then I am. Wichert. Previously Stephan Schwerzmann wrote: > > Hi Debian-people, > > I'm about to resushitate (not sure whether this's a > correct English word :-) some not so new computers >

Re: New hwclock.sh for powerpc

1999-09-27 Thread Geert Uytterhoeven
On Sat, 25 Sep 1999, Greg Johnson wrote: > On Sat, Sep 25, 1999 at 06:24:14PM -0700, Joel Klecker wrote: > > I worked this script out to address the problem we have on powerpc > > with the different hardware clock programs. > > This should use `clock' on Power Macs and `hwclock' on CHRP. > > Pleas

Re: New hwclock.sh for powerpc

1999-09-27 Thread Geert Uytterhoeven
On Sat, 25 Sep 1999, Joel Klecker wrote: > case "$Arch" in > CHRP) > CLOCKPROG=hwclock > ADJUSTARG=--adjust > WRITEARG=--systohc > SHOWARG=--show > [ "$UTCARG" = yes ] && UTCARG="--utc" > ;; > PowerMac*|iMac*|Power[Bb]ook*) > CLOCKPROG=clock >