* When did ppc405 support stabilize?
@ 2002-05-20 19:09 Dan Kegel
0 siblings, 0 replies; 3+ messages in thread
From: Dan Kegel @ 2002-05-20 19:09 UTC (permalink / raw)
To: linuxppc-embedded
Hi,
I'm trying to track down a khttpd problem.
khttpd was solid in Hard Hat Linux 2.0 on ppc405,
it's stable on the x86 (at least after my recent patch),
and it's (mostly) stable on the imac running plain old 2.4.18.
However, it seems to have serious problems on ppc405
with 2.4.17 and on from linuxppc_2_4_devel.
I'd like to try older linuxppc_2_4_devel kernels
until I find where the problem started.
I guess I'll have to work my way backwards, since I don't know
when ppc405 support stabilized in that tree.
How far back should I expect to be able to go?
BTW, here's the cheesy script I'm using to fetch old kernel versions;
I'm relying on the v2.4.xx tags.
#!/bin/sh
if [ -z $1 ]; then
echo "Usage: `basename $0` <tag> e.g v2.4.18"
exit 1
fi
bk clone -r$1 bk://ppc.bkserver.net/linuxppc_2_4_devel
linuxppc_2_4_devel-$1
cd linuxppc_2_4_devel-$1
find -type d -exec bk get {} \;
find -name SCCS -exec rm -rf {} \;
rm -rf RESYNC/
rm -rf PENDING/
rm -rf BitKeeper/
rm ChangeSet
cd ..
mv linuxppc_2_4_devel-$1 linux
tar zcvf linux-$1-ppc_2_4_devel.tar.gz linux
Thanks,
Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: When did ppc405 support stabilize?
[not found] <3CE94AE9.E18D2B1E@ixiacom.com>
@ 2002-05-20 20:31 ` andrew may
2002-05-20 20:42 ` Dan Kegel
0 siblings, 1 reply; 3+ messages in thread
From: andrew may @ 2002-05-20 20:31 UTC (permalink / raw)
To: Dan Kegel; +Cc: linuxppc-embedded
On Mon, May 20, 2002 at 12:13:45PM -0700, Dan Kegel wrote:
>
> (resending after subscribing...)
>
> Hi,
> I'm trying to track down a khttpd problem.
> khttpd was solid in Hard Hat Linux 2.0 on ppc405,
> it's stable on the x86 (at least after my recent patch),
> and it's (mostly) stable on the imac running plain old 2.4.18.
> However, it seems to have serious problems on ppc405
> with 2.4.17 and on from linuxppc_2_4_devel.
>
> I'd like to try older linuxppc_2_4_devel kernels
> until I find where the problem started.
> I guess I'll have to work my way backwards, since I don't know
> when ppc405 support stabilized in that tree.
>
> How far back should I expect to be able to go?
>
> BTW, here's the cheesy script I'm using to fetch old kernel versions;
> I'm relying on the v2.4.xx tags.
look into 'bk export' instead of the script.
I believe the tags are off the base Linux kernel and they have never
worked for the 405gp.
The recent trees have been working for me but there have been a lot
of changes to try to get a common OCP framework.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: When did ppc405 support stabilize?
2002-05-20 20:31 ` andrew may
@ 2002-05-20 20:42 ` Dan Kegel
0 siblings, 0 replies; 3+ messages in thread
From: Dan Kegel @ 2002-05-20 20:42 UTC (permalink / raw)
To: andrew may; +Cc: linuxppc-embedded
andrew may wrote:
>
> Dan Kegel wrote:
> > I'd like to try older linuxppc_2_4_devel kernels
> > until I find where the problem started.
> > I guess I'll have to work my way backwards, since I don't know
> > when ppc405 support stabilized in that tree. ...
> >
> > BTW, here's the cheesy script I'm using to fetch old kernel versions;
> > I'm relying on the v2.4.xx tags.
>
> look into 'bk export' instead of the script.
Hmm. I tried
$ bk export -rv2.4.14 bk://ppc.bkserver.net/linuxppc_2_4_devel mylinux
but it failed with
Cannot find package root.
Can some bk expert suggest the right command for grabbing a plaintext
version of the linuxppc_2_4_devel kernel corresponding roughly to
2.4.xx?
> I believe the tags are off the base Linux kernel and they have never
> worked for the 405gp.
Oh. Do you have any suggestions for how to retrieve 'ok' older
versions of the tree? I can grab as of a date, but I imagine
I'd have to be fairly picky about the date to get something good.
> The recent trees have been working for me but there have been a lot
> of changes to try to get a common OCP framework.
(OCP has to do with the built-in peripherals?) BTW,
I don't even need to get ethernet working; the bug I'm
after occurs even with loopback. All I need working
is the serial port and the core kernel.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-05-20 20:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-20 19:09 When did ppc405 support stabilize? Dan Kegel
[not found] <3CE94AE9.E18D2B1E@ixiacom.com>
2002-05-20 20:31 ` andrew may
2002-05-20 20:42 ` Dan Kegel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).