* [parisc-linux] glibc problem
@ 2000-10-26 0:45 ` Kailashnath V Rampure
2000-10-26 3:27 ` Alan Modra
[not found] ` <Pine.LNX.4.21.0010261402360.31251-100000@front.linuxcare.c om.au>
0 siblings, 2 replies; 36+ messages in thread
From: Kailashnath V Rampure @ 2000-10-26 0:45 UTC (permalink / raw)
To: parisc-linux
Hi
I have upgraded to GNU Make version 3.79.1 but when i run make its is
giving following error:
Regards
Kailas
hppa-linux-gcc -nostdlib -nostartfiles -r -o /opt/hp/build/glibc/csu/crt1.o
/opt/hp/build/glibc/csu/start.o /opt/hp/build/glibc/csu/abi-note.o
/opt/hp/build/glibc/csu/init.o
hppa-linux-gcc -nostdlib -nostartfiles -r -o
/opt/hp/build/glibc/csu/gcrt1.o /opt/hp/build/glibc/csu/crt1.o
/opt/hp/build/glibc/csu/gmon-start.o
cp /dev/null /opt/hp/build/glibc/csu/Mcrt1.c
hppa-linux-gcc -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings
-g -I../include -I. -I/opt/hp/build/glibc/csu -I..
-I../libio -I/opt/hp/build/glibc -I../sysdeps/hppa/elf
-I../sysdeps/unix/sysv/linux/hppa -I../sysdeps/unix/sysv/linux
-I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
-I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix
-I../sysdeps/posix -I../sysdeps/hppa/hppa1.1 -I../sysdeps/wordsize-32
-I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64
-I../sysdeps/ieee754/ldbl-128 -I../sysdeps/hppa/fpu -I../sysdeps/hppa
-I../sysdeps/ieee754 -I../sysdeps/generic/elf
-I../sysdeps/generic -nostdinc -isystem
/opt/hpboot/lib/gcc-lib/hppa-linux/2.96/include -isystem
/opt/hp/linux/include -include
../include/libc-symbols.h -DHAVE_INITFINI -c
/opt/hp/build/glibc/csu/Mcrt1.c -o /opt/hp/build/glibc/csu/Mcrt1.o
make[2]: *** [/opt/hp/build/glibc/csu/Mcrt1.o] Error 1
make[2]: Leaving directory `/opt/hp/glibc/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/opt/hp/glibc'
make: *** [all] Error 2
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [parisc-linux] glibc problem
2000-10-26 0:45 ` [parisc-linux] glibc problem Kailashnath V Rampure
@ 2000-10-26 3:27 ` Alan Modra
[not found] ` <Pine.LNX.4.21.0010261402360.31251-100000@front.linuxcare.c om.au>
1 sibling, 0 replies; 36+ messages in thread
From: Alan Modra @ 2000-10-26 3:27 UTC (permalink / raw)
To: Kailashnath V Rampure; +Cc: parisc-linux
On Wed, 25 Oct 2000, Kailashnath V Rampure wrote:
> Hi
>
> I have upgraded to GNU Make version 3.79.1 but when i run make its is
> giving following error:
>
> Regards
> Kailas
>
> hppa-linux-gcc -nostdlib -nostartfiles -r -o /opt/hp/build/glibc/csu/crt1.o
> /opt/hp/build/glibc/csu/start.o /opt/hp/build/glibc/csu/abi-note.o
> /opt/hp/build/glibc/csu/init.o
> hppa-linux-gcc -nostdlib -nostartfiles -r -o
> /opt/hp/build/glibc/csu/gcrt1.o /opt/hp/build/glibc/csu/crt1.o
> /opt/hp/build/glibc/csu/gmon-start.o
> cp /dev/null /opt/hp/build/glibc/csu/Mcrt1.c
Hmm, my make.log shows a difference here. I have echo > ...Mcrt1.c, which
creates a 1 byte dummy file rather than the zero byte file you get from cp
/dev/null. Bombing on an empty input file is a known gcc bug for the
snapshot we took of the Cygnus development gcc sources.
I suggest you update your glibc sources.
--
Linuxcare. Support for the Revolution.
^ permalink raw reply [flat|nested] 36+ messages in thread[parent not found: <Pine.LNX.4.21.0010261402360.31251-100000@front.linuxcare.c om.au>]
* Re: [parisc-linux] glibc problem
[not found] ` <Pine.LNX.4.21.0010261402360.31251-100000@front.linuxcare.c om.au>
@ 2000-10-26 19:56 ` Kailashnath V Rampure
2000-10-26 20:21 ` John David Anglin
` (4 more replies)
0 siblings, 5 replies; 36+ messages in thread
From: Kailashnath V Rampure @ 2000-10-26 19:56 UTC (permalink / raw)
To: Alan Modra; +Cc: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 4772 bytes --]
HI alan,
I did upgrade to latest glibc from the cvs and tried I still get the same
error. Actually I restarted from scratch starting from binutils. I have
seen some warning while I built gcc. The smallpart of gcc warnings are as
follows:
Gcc warnings:
prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I.
-I/opt/hp/gcc/gcc -I/opt/hp/gcc/gcc/config -I/opt/hp/gcc/gcc/../include
/opt/hp/gcc/gcc/explow.c
/usr/include/bits/string2.h: In function `__stpcpy_small':
In file included from /usr/include/string.h:346,
from /opt/hp/gcc/gcc/system.h:176,
from /opt/hp/gcc/gcc/explow.c:24:
/usr/include/bits/string2.h:611: warning: pointer targets in return differ
in signedness
gcc -c -DCROSS_COMPILE -DIN_GCC -g -O2 -W -Wall -Wtraditional
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -DHAVE_CONFIG_H -I. -I/opt/hp/gcc/gcc
-I/opt/hp/gcc/gcc/config -I/opt/hp/gcc/gcc/../include /opt/hp/gcc/gcc/optabs.c
/usr/include/bits/string2.h: In function `__stpcpy_small':
In file included from /usr/include/string.h:346,
from /opt/hp/gcc/gcc/system.h:176,
from /opt/hp/gcc/gcc/optabs.c:24:
/usr/include/bits/string2.h:611: warning: pointer targets in return differ
in signedness
gcc -c -DCROSS_COMPILE -DIN_GCC -g -O2 -W -Wall -Wtraditional
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -DHAVE_CONFIG_H -I. -I/opt/hp/gcc/gcc
-I/opt/hp/gcc/gcc/config -I/opt/hp/gcc/gcc/../include /opt/hp/gcc/gcc/real.c
/usr/include/bits/string2.h: In function `__stpcpy_small':
In file included from /usr/include/string.h:346,
from /opt/hp/gcc/gcc/system.h:176,
from /opt/hp/gcc/gcc/real.c:25:
/usr/include/bits/string2.h:611: warning: pointer targets in return differ
in signedness
gcc -c -DCROSS_COMPILE -DIN_GCC -g -O2 -W -Wall -Wtraditional
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -DHAVE_CONFIG_H -I. -I/opt/hp/gcc/gcc
-I/opt/hp/gcc/gcc/config -I/opt/hp/gcc/gcc/../include
/opt/hp/gcc/gcc/builtins.c
/usr/include/bits/string2.h: In function `__stpcpy_small':
In file included from /usr/include/string.h:346,
from /opt/hp/gcc/gcc/system.h:176,
from /opt/hp/gcc/gcc/builtins.c:23:
/usr/include/bits/string2.h:611: warning: pointer targets in return differ
in signedness
gcc -DCROSS_COMPILE -DIN_GCC -g -O2 -W -Wall -Wtraditional
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -DHAVE_CONFIG_H -I. -I/opt/hp/gcc/gcc
-I/opt/hp/gcc/gcc/config -I/opt/hp/gcc/gcc/../include \
-DLOCALEDIR=\"/opt/hpboot/share/locale\" \
-c `echo /opt/hp/gcc/gcc/intl.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC -g -O2 -W -Wall -Wtraditional
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -DHAVE_CONFIG_H -I. -I/opt/hp/gcc/gcc
-I/opt/hp/gcc/gcc/config -I/opt/hp/gcc/gcc/../include /opt/hp/gcc/gcc/varasm.c
/usr/include/bits/string2.h: In function `__stpcpy_small':
In file included from /usr/include/string.h:346,
from /opt/hp/gcc/gcc/system.h:176,
from /opt/hp/gcc/gcc/varasm.c:31:
/usr/include/bits/string2.h:611: warning: pointer targets in return differ
in signedness
gcc -c -DCROSS_COMPILE -DIN_GCC -g -O2 -W -Wall -Wtraditional
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -DHAVE_CONFIG_H -I. -I/opt/hp/gcc/gcc -I/opt/hp/gcc/gcc/c
At 02:27 PM 10/26/00 +1100, Alan Modra wrote:
>On Wed, 25 Oct 2000, Kailashnath V Rampure wrote:
>
> > Hi
> >
> > I have upgraded to GNU Make version 3.79.1 but when i run make its is
> > giving following error:
> >
> > Regards
> > Kailas
> >
> > hppa-linux-gcc -nostdlib -nostartfiles -r -o
> /opt/hp/build/glibc/csu/crt1.o
> > /opt/hp/build/glibc/csu/start.o /opt/hp/build/glibc/csu/abi-note.o
> > /opt/hp/build/glibc/csu/init.o
> > hppa-linux-gcc -nostdlib -nostartfiles -r -o
> > /opt/hp/build/glibc/csu/gcrt1.o /opt/hp/build/glibc/csu/crt1.o
> > /opt/hp/build/glibc/csu/gmon-start.o
> > cp /dev/null /opt/hp/build/glibc/csu/Mcrt1.c
>
>Hmm, my make.log shows a difference here. I have echo > ...Mcrt1.c, which
>creates a 1 byte dummy file rather than the zero byte file you get from cp
>/dev/null. Bombing on an empty input file is a known gcc bug for the
>snapshot we took of the Cygnus development gcc sources.
>
>I suggest you update your glibc sources.
>
>--
>Linuxcare. Support for the Revolution.
>
>---------------------------------------------------------------------------
>To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
>`unsubscribe' as the subject.
[-- Attachment #2: Type: text/html, Size: 6177 bytes --]
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [parisc-linux] glibc problem
2000-10-26 19:56 ` Kailashnath V Rampure
@ 2000-10-26 20:21 ` John David Anglin
2000-10-26 21:16 ` Matt Taggart
` (3 subsequent siblings)
4 siblings, 0 replies; 36+ messages in thread
From: John David Anglin @ 2000-10-26 20:21 UTC (permalink / raw)
To: Kailashnath V Rampure; +Cc: alan, parisc-linux
> I did upgrade to latest glibc from the cvs and tried I still get the same
> error. Actually I restarted from scratch starting from binutils. I have
> seen some warning while I built gcc. The smallpart of gcc warnings are as
> follows:
>
> Gcc warnings:
>
> prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I.
> -I/opt/hp/gcc/gcc -I/opt/hp/gcc/gcc/config -I/opt/hp/gcc/gcc/../include
> /opt/hp/gcc/gcc/explow.c
> /usr/include/bits/string2.h: In function `__stpcpy_small':
> In file included from /usr/include/string.h:346,
> from /opt/hp/gcc/gcc/system.h:176,
> from /opt/hp/gcc/gcc/explow.c:24:
> /usr/include/bits/string2.h:611: warning: pointer targets in return differ
> in signedness
I think the enclosed patch to bits/string2.h may fix your gcc warnings.
Doubt this is your real problem.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
2000-09-22 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* string.h (__stpcpy_small): Correct return type.
(strnlen): Correct return type in conditional expression.
--- string2.h.orig Tue Sep 5 08:22:56 2000
+++ string2.h Fri Sep 22 15:22:27 2000
@@ -608,7 +608,7 @@
__u = __extension__ ((void *) __u + 3);
break;
}
- return &__u->__uc;
+ return (char *) __u;
}
# else
# define __stpcpy_args(src) \
@@ -1025,7 +1025,7 @@
strnlen (__const char *__string, size_t __maxlen)
{
__const char *__end = (__const char *) memchr (__string, '\0', __maxlen);
- return __end ? __end - __string : __maxlen;
+ return __end ? (size_t) (__end - __string) : __maxlen;
}
# endif
#endif
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [parisc-linux] glibc problem
2000-10-26 19:56 ` Kailashnath V Rampure
2000-10-26 20:21 ` John David Anglin
@ 2000-10-26 21:16 ` Matt Taggart
2000-10-26 23:03 ` Alan Modra
` (2 subsequent siblings)
4 siblings, 0 replies; 36+ messages in thread
From: Matt Taggart @ 2000-10-26 21:16 UTC (permalink / raw)
To: Kailashnath V Rampure; +Cc: Alan Modra, parisc-linux
> I did upgrade to latest glibc from the cvs and tried I still get the same
> error. Actually I restarted from scratch starting from binutils. I have
> seen some warning while I built gcc. The smallpart of gcc warnings are as
> follows:
[snip]
> /usr/include/bits/string2.h: In function `__stpcpy_small':
> In file included from /usr/include/string.h:346,
> from /opt/hp/gcc/gcc/system.h:176,
> from /opt/hp/gcc/gcc/explow.c:24:
> /usr/include/bits/string2.h:611: warning: pointer targets in return differ
I don't think you want to be using the system includes. Perhaps you need to be
using the --with-headers= option and point it at your include directory. You
can get an include tarball from,
ftp://puffin.external.hp.com/pub/parisc/src/include-latest.tar.gz
Unless you really want to hack the toolchain I would recommend the prebuilt
cross-compiler available at,
ftp://puffin.external.hp.com/pub/parisc/binaries/LinuxX86/xc-latest.tar.gz
If you *do* want to hack the toolchain the build-tools cvs module has several
scripts that can help you with building.
--
Matt Taggart
taggart@fc.hp.com
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [parisc-linux] glibc problem
2000-10-26 19:56 ` Kailashnath V Rampure
2000-10-26 20:21 ` John David Anglin
2000-10-26 21:16 ` Matt Taggart
@ 2000-10-26 23:03 ` Alan Modra
[not found] ` <Pine.LNX.4.21.0010270955420.1135-100000@front.linuxcare.co m.au>
[not found] ` <5.0.0.25.0.20001026142948.00a3deb0@mail.webcash.com>
4 siblings, 0 replies; 36+ messages in thread
From: Alan Modra @ 2000-10-26 23:03 UTC (permalink / raw)
To: Kailashnath V Rampure; +Cc: parisc-linux
On Thu, 26 Oct 2000, Kailashnath V Rampure wrote:
> I did upgrade to latest glibc from the cvs and tried I still get the same
> error.
Did you upgrade from the CVS repository on puffin.external.hp.com? Please
check glibc/csu/Makefile. Starting at line 160, you should see
$(addprefix $(objpfx),$(filter-out $(start-installed-name),$(csu-dummies))):
@-rm -f $(@:.o=.c)
echo > $(@:.o=.c)
$(COMPILE.c) $(@:.o=.c) $(OUTPUT_OPTION)
rm -f $(@:.o=.c)
--
Linuxcare. Support for the Revolution.
^ permalink raw reply [flat|nested] 36+ messages in thread[parent not found: <Pine.LNX.4.21.0010270955420.1135-100000@front.linuxcare.co m.au>]
* Re: [parisc-linux] glibc problem
[not found] ` <Pine.LNX.4.21.0010270955420.1135-100000@front.linuxcare.co m.au>
@ 2000-10-27 0:34 ` Kailashnath V Rampure
2000-10-27 0:44 ` Alan Modra
0 siblings, 1 reply; 36+ messages in thread
From: Kailashnath V Rampure @ 2000-10-27 0:34 UTC (permalink / raw)
To: Alan Modra; +Cc: parisc-linux
Yes the line is there.
At 10:03 AM 10/27/00 +1100, Alan Modra wrote:
>On Thu, 26 Oct 2000, Kailashnath V Rampure wrote:
>
> > I did upgrade to latest glibc from the cvs and tried I still get the same
> > error.
>
>Did you upgrade from the CVS repository on puffin.external.hp.com? Please
>check glibc/csu/Makefile. Starting at line 160, you should see
>
>$(addprefix $(objpfx),$(filter-out $(start-installed-name),$(csu-dummies))):
> @-rm -f $(@:.o=.c)
> echo > $(@:.o=.c)
> $(COMPILE.c) $(@:.o=.c) $(OUTPUT_OPTION)
> rm -f $(@:.o=.c)
>
>--
>Linuxcare. Support for the Revolution.
>
>---------------------------------------------------------------------------
>To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
>`unsubscribe' as the subject.
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [parisc-linux] glibc problem
2000-10-27 0:34 ` Kailashnath V Rampure
@ 2000-10-27 0:44 ` Alan Modra
0 siblings, 0 replies; 36+ messages in thread
From: Alan Modra @ 2000-10-27 0:44 UTC (permalink / raw)
To: Kailashnath V Rampure; +Cc: parisc-linux
On Thu, 26 Oct 2000, Kailashnath V Rampure wrote:
> Yes the line is there.
OK, that should mean you no longer get zero length .c files created with
"cp /dev/null file" Is that the case? If you still see zero length files
in glibc/csu, then maybe that's because "make clean" didn't remove
them. Just delete them.
--
Linuxcare. Support for the Revolution.
^ permalink raw reply [flat|nested] 36+ messages in thread
[parent not found: <5.0.0.25.0.20001026142948.00a3deb0@mail.webcash.com>]
* [parisc-linux] New cross-compiler
@ 2000-10-31 23:16 Matt Taggart
2000-11-03 1:29 ` [parisc-linux] Boot command Kailashnath V Rampure
0 siblings, 1 reply; 36+ messages in thread
From: Matt Taggart @ 2000-10-31 23:16 UTC (permalink / raw)
To: parisc-linux
I have placed a new i386-linux -> hppa32/64-linux cross compiler (with 32bit
glibc) in,
ftp://puffin.external.hp.com/pub/parisc/binaries/LinuxX86/xc-20001031.tar.gz
It includes Alan Modra's recent fix for the 64 bit compiler,
http://puffin.external.hp.com/mailing-lists/parisc-linux-cvs/2000/10-Oct/0233.h
tml
--
Matt Taggart
taggart@fc.hp.com
^ permalink raw reply [flat|nested] 36+ messages in thread
* [parisc-linux] Boot command
2000-10-31 23:16 [parisc-linux] New cross-compiler Matt Taggart
@ 2000-11-03 1:29 ` Kailashnath V Rampure
2000-11-03 1:44 ` Grant Grundler
2000-11-03 1:47 ` Matt Taggart
0 siblings, 2 replies; 36+ messages in thread
From: Kailashnath V Rampure @ 2000-11-03 1:29 UTC (permalink / raw)
To: Matt Taggart, parisc-linux
Hi,
I have run the following command to initialize the sda harddisk. The sda3
is the linux native partion.
Wen I say boot on the HP server it is trying to boot from /stand/vmunix
instead of vmlinux can any one help me about the command. Secondaly I want
to knwo what is the term type as its not taking vt100 so I am unable to
open vi.
I have made nesessary changes for the /etc/fstab
$ palo -I -k /boot/vmlinux -b /boot/iplboot -c '3/boot/vmlinux TERM=linux
HOME=/ root=/dev/sda3' /dev/sda
regards
Kailas
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [parisc-linux] Boot command
2000-11-03 1:29 ` [parisc-linux] Boot command Kailashnath V Rampure
@ 2000-11-03 1:44 ` Grant Grundler
2000-11-03 1:47 ` Matt Taggart
1 sibling, 0 replies; 36+ messages in thread
From: Grant Grundler @ 2000-11-03 1:44 UTC (permalink / raw)
To: Kailashnath V Rampure; +Cc: parisc-linux
Kailashnath V Rampure wrote:
> Hi,
> I have run the following command to initialize the sda harddisk. The sda3
> is the linux native partion.
> Wen I say boot on the HP server it is trying to boot from /stand/vmunix
> instead of vmlinux can any one help me about the command.
Sounds like your system is booting from an existing HPUX installed disk.
Ie you are not using palo.
> Secondaly I want
> to knwo what is the term type as its not taking vt100 so I am unable to
> open vi.
TERM=linux is what I've seen before.
The debian ncurses package might need to be installed first though
and vt100 should work too.
Search the mail archive at
http://puffin.external.hp.com/cgi-bin/mailgrep
grant
>
> I have made nesessary changes for the /etc/fstab
>
> $ palo -I -k /boot/vmlinux -b /boot/iplboot -c '3/boot/vmlinux TERM=linux
> HOME=/ root=/dev/sda3' /dev/sda
>
> regards
> Kailas
>
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.
>
Grant Grundler
Unix Systems Enablement Lab
+1.408.447.7253
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [parisc-linux] Boot command
2000-11-03 1:29 ` [parisc-linux] Boot command Kailashnath V Rampure
2000-11-03 1:44 ` Grant Grundler
@ 2000-11-03 1:47 ` Matt Taggart
2000-11-03 19:03 ` Kailashnath V Rampure
1 sibling, 1 reply; 36+ messages in thread
From: Matt Taggart @ 2000-11-03 1:47 UTC (permalink / raw)
To: Kailashnath V Rampure; +Cc: parisc-linux
Kailashnath V Rampure writes...
> Hi,
> I have run the following command to initialize the sda harddisk. The sda3
> is the linux native partion.
> Wen I say boot on the HP server it is trying to boot from /stand/vmunix
> instead of vmlinux can any one help me about the command.
This means that you are somehow still booting an HP-UX lifimage. Did you
follow the directions on,
http://www.thepuffingroup.com/parisc/install.html
including the partitioning stuff? Maybe you're still booting off another disk,
are you sure you're booting from the linux disk?
HTH,
--
Matt Taggart
taggart@fc.hp.com
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [parisc-linux] Boot command
2000-11-03 1:47 ` Matt Taggart
@ 2000-11-03 19:03 ` Kailashnath V Rampure
2000-11-03 19:19 ` Grant Grundler
0 siblings, 1 reply; 36+ messages in thread
From: Kailashnath V Rampure @ 2000-11-03 19:03 UTC (permalink / raw)
To: Matt Taggart; +Cc: parisc-linux
Yes I have been following the same Doc.
its tries to boot from the sda as I can see the hard disk path. I have 2
Hdd's one sda and other sdb. the path are 8/16/5.6 and other is 8/16/5.0.
Here I think /dev/sda is 8/16/5.6.
It is trying to boot but give sthe following o/p:
Boot IO Dependent Code (IODC) revision 144
.... SUCCEEDED!
HARD Booted.
palo ipl bame@noam Tue Oct 31 14:18:02 MST 2000
0/vmlinux 208896 bytes @ 0x1f78c000
0/palo-cmdline '3/boot/vmlinux TERM=linux Home=/ root=/dev/sdb3'
/dev/ida1 82 62 1030688
/dev/ida2 f0 1030750 24738
/dev/ida3 83 1055488 1030750
Kernel:partition 3 file /boot/vmlinux
ext2 block size 1024
ext2_mount(partition 3) returns 0
ext2_open(/boot/vmlinux)=3
Couldn't gork your kernel executabel format failed to load kernel
Failed to load Kernel.
please suggest.
At 06:47 PM 11/2/00 -0700, Matt Taggart wrote:
>Kailashnath V Rampure writes...
>
> > Hi,
> > I have run the following command to initialize the sda harddisk. The sda3
> > is the linux native partion.
> > Wen I say boot on the HP server it is trying to boot from /stand/vmunix
> > instead of vmlinux can any one help me about the command.
>
>This means that you are somehow still booting an HP-UX lifimage. Did you
>follow the directions on,
>
>http://www.thepuffingroup.com/parisc/install.html
>
>including the partitioning stuff? Maybe you're still booting off another
>disk,
>are you sure you're booting from the linux disk?
>
>HTH,
>
>--
>Matt Taggart
>taggart@fc.hp.com
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [parisc-linux] Boot command
2000-11-03 19:03 ` Kailashnath V Rampure
@ 2000-11-03 19:19 ` Grant Grundler
2000-11-03 19:46 ` Kailashnath V Rampure
0 siblings, 1 reply; 36+ messages in thread
From: Grant Grundler @ 2000-11-03 19:19 UTC (permalink / raw)
To: Kailashnath V Rampure; +Cc: Matt Taggart, parisc-linux
Kailashnath V Rampure wrote:
> Yes I have been following the same Doc.
> its tries to boot from the sda as I can see the hard disk path. I have 2
> Hdd's one sda and other sdb. the path are 8/16/5.6 and other is 8/16/5.0.
> Here I think /dev/sda is 8/16/5.6.
The lower numbered SCSI ID will be /dev/sda.
SCSI devices are lettered in the order they are discovered.
The order is reflected in /proc/scsi/scsi.
grant
Grant Grundler
Unix Systems Enablement Lab
+1.408.447.7253
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [parisc-linux] Boot command
2000-11-03 19:19 ` Grant Grundler
@ 2000-11-03 19:46 ` Kailashnath V Rampure
2000-11-03 20:30 ` Paul Bame
0 siblings, 1 reply; 36+ messages in thread
From: Kailashnath V Rampure @ 2000-11-03 19:46 UTC (permalink / raw)
To: Grant Grundler; +Cc: Matt Taggart, parisc-linux
I have removed the 2nd HDD now the boot is trying but I get the same error:
my fstab reads as :
# /etc/fstab: static file system information.
#
# <file system> <mount> <type> <options> <dump> <pass>
#/dev/sda1 /boot ext2 defaults,errors=remount-ro 0 0
#/dev/sda2 none swap sw 0 0
/dev/sda3 / ext2 defaults,errors=remount-ro 0 0
# proc /proc proc defaults 0 0
The erros is as follows:
Boot IO Dependent Code (IODC) revision 144
.... SUCCEEDED!
HARD Booted.
palo ipl bame@noam Tue Oct 31 14:18:02 MST 2000
0/vmlinux 208896 bytes @ 0x1f78c000
0/palo-cmdline '3/boot/vmlinux TERM=linux Home=/ root=/dev/sda3'
/dev/ida1 82 62 1030688
/dev/ida2 f0 1030750 24738
/dev/ida3 83 1055488 1030750
Kernel:partition 3 file /boot/vmlinux
ext2 block size 1024
ext2_mount(partition 3) returns 0
ext2_open(/boot/vmlinux)=3
Couldn't gork your kernel executabel format failed to load kernel
Failed to load Kernel.
Please suggest.
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [parisc-linux] Boot command
2000-11-03 19:46 ` Kailashnath V Rampure
@ 2000-11-03 20:30 ` Paul Bame
2000-11-03 22:59 ` Kailashnath V Rampure
2000-11-14 22:58 ` Kailashnath V Rampure
0 siblings, 2 replies; 36+ messages in thread
From: Paul Bame @ 2000-11-03 20:30 UTC (permalink / raw)
To: Kailashnath V Rampure; +Cc: Grant Grundler, Matt Taggart, parisc-linux
= ext2_open(/boot/vmlinux)=3
= Couldn't gork your kernel executabel format failed to load kernel
= Failed to load Kernel.
That should be "grok" :-) Apparently you're not using cut/paste for
these error messages.
This is PALO saying that /boot/vmlinux is neither elf32, elf64, nor SOM
format. I'm guessing, based on some earlier advice I gave when you
were net-booting, that you may have a lifimage there by mistake -- you
need a kernel instead, for example from
ftp://puffin.external.hp.com/pub/parisc/binaries/kernels
To tell for sure, run 'file vmlinux' on that file. If you get
vmlinux: 8086 relocatable (Microsoft)
that's probably a lifimage. You should get this instead:
vmlinux: ELF 32-bit MSB executable, PA-RISC, version 1, statically linked, not stripped
-P
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [parisc-linux] Boot command
2000-11-03 20:30 ` Paul Bame
@ 2000-11-03 22:59 ` Kailashnath V Rampure
[not found] ` <3A056715.45799D85@esiee.fr>
2000-11-14 22:58 ` Kailashnath V Rampure
1 sibling, 1 reply; 36+ messages in thread
From: Kailashnath V Rampure @ 2000-11-03 22:59 UTC (permalink / raw)
To: Paul Bame; +Cc: Grant Grundler, Matt Taggart, parisc-linux
Thanks! Paul.
Yes I had copied the lifImage there. Now I have downloaded the kernel from
the link you mentioned.
I am still unable to use vi as it says "linux:unknown terminal type"
Can you help me.
To add features can I add deb packages. I am not that familiar with debian.
Actually I want to build an apache + mod_ssl+mod_perl on A180c.
Regards
Kailas
At 01:30 PM 11/3/00 -0700, Paul Bame wrote:
>= ext2_open(/boot/vmlinux)=3
>= Couldn't gork your kernel executabel format failed to load kernel
>= Failed to load Kernel.
>
>That should be "grok" :-) Apparently you're not using cut/paste for
>these error messages.
>
>This is PALO saying that /boot/vmlinux is neither elf32, elf64, nor SOM
>format. I'm guessing, based on some earlier advice I gave when you
>were net-booting, that you may have a lifimage there by mistake -- you
>need a kernel instead, for example from
>ftp://puffin.external.hp.com/pub/parisc/binaries/kernels
>
>To tell for sure, run 'file vmlinux' on that file. If you get
> vmlinux: 8086 relocatable (Microsoft)
>that's probably a lifimage. You should get this instead:
> vmlinux: ELF 32-bit MSB executable, PA-RISC, version 1, statically
> linked, not stripped
>
>
> -P
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [parisc-linux] Boot command
2000-11-03 20:30 ` Paul Bame
2000-11-03 22:59 ` Kailashnath V Rampure
@ 2000-11-14 22:58 ` Kailashnath V Rampure
[not found] ` <002601c04ef1$937b7380$a832d793@esiee.fr>
1 sibling, 1 reply; 36+ messages in thread
From: Kailashnath V Rampure @ 2000-11-14 22:58 UTC (permalink / raw)
To: Paul Bame; +Cc: Grant Grundler, Matt Taggart, parisc-linux
I have booted HP A class server through network. On that I have repartioned
the system and followed the steps on http://www.parisc-linux.org/install.html.
I have used the following command to initialize the hard disk. The kernel I
have downloaded is vmlinux-20001018. and cpied it to /mnt/boot/vmlinux
after mounting /dev/sda3. I have used the following command to initialize
the HDD.
palo -I -k /boot/vmlinux -b /boot/iplboot \ -c '3/boot/vmlinux TERM=linux
HOME=/ root=/dev/sda3' \ /dev/sda
--------------------------------
I get the following error:
--------------------------------
SOFT Boot.
palo ipl bame@noam Tue oct 31 14:18:02 MST 2000
0/vmlinux 2138614 bytes@ 0x1f78c000
0/palo-cmdline '3/boot/vmlinux TERM=linux HOME=/ root=/dev/sda3'
/dev/ida1 82 62 1030688
/dev/ida2 f0 1030750 24738
/dev/ida3 83 1055488 1030750
Kernel:partition 3 file /boot/vmlinux
ext2 block size 1024
ext2_mount(partition 3) returns 0
ext2_open(/boot/vmlinux) = -1
open /boot/vmlinux failed
-------------------------------------
Please suggest.
^ permalink raw reply [flat|nested] 36+ messages in thread
[parent not found: <Your message of "Fri, 27 Oct 2000 13:37:49 PDT." <5.0.0.25.0.20001027131913.00a57090@mail.webcash.com>]
[parent not found: <Your message of "Fri, 03 Nov 2000 11:46:39 PST." <5.0.0.25.0.20001103114401.00a46150@mail.webcash.com>]
end of thread, other threads:[~2000-11-15 19:27 UTC | newest]
Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Your message of "Thu, 26 Oct 2000 14:37:20 PDT." <5.0.0.25.0.20001026142948.00a3deb0@mail.webcash.com>
[not found] ` <Message from Kailashnath V Rampure <kailasr@webcash.com>
[not found] ` <Your message of "Thu, 26 Oct 2000 14:37:20 PDT." <5.0.0.25.0.20001026142948.00a3deb0@mail.webcash.com>
2000-10-26 0:45 ` [parisc-linux] glibc problem Kailashnath V Rampure
2000-10-26 3:27 ` Alan Modra
[not found] ` <Pine.LNX.4.21.0010261402360.31251-100000@front.linuxcare.c om.au>
2000-10-26 19:56 ` Kailashnath V Rampure
2000-10-26 20:21 ` John David Anglin
2000-10-26 21:16 ` Matt Taggart
2000-10-26 23:03 ` Alan Modra
[not found] ` <Pine.LNX.4.21.0010270955420.1135-100000@front.linuxcare.co m.au>
2000-10-27 0:34 ` Kailashnath V Rampure
2000-10-27 0:44 ` Alan Modra
[not found] ` <5.0.0.25.0.20001026142948.00a3deb0@mail.webcash.com>
[not found] ` <20001027004731.F142D38137@carmen.fc.hp.com>
2000-10-27 20:37 ` Kailashnath V Rampure
2000-10-27 21:27 ` Grant Grundler
2000-10-27 21:29 ` Kailashnath V Rampure
2000-10-27 21:51 ` Matt Taggart
2000-10-28 1:22 ` Kailashnath V Rampure
2000-10-27 21:41 ` Paul Bame
2000-10-27 21:41 ` Matt Taggart
2000-10-27 21:58 ` Kailashnath V Rampure
2000-10-31 23:16 [parisc-linux] New cross-compiler Matt Taggart
2000-11-03 1:29 ` [parisc-linux] Boot command Kailashnath V Rampure
2000-11-03 1:44 ` Grant Grundler
2000-11-03 1:47 ` Matt Taggart
2000-11-03 19:03 ` Kailashnath V Rampure
2000-11-03 19:19 ` Grant Grundler
2000-11-03 19:46 ` Kailashnath V Rampure
2000-11-03 20:30 ` Paul Bame
2000-11-03 22:59 ` Kailashnath V Rampure
[not found] ` <3A056715.45799D85@esiee.fr>
2000-11-07 17:46 ` Kailashnath V Rampure
2000-11-07 19:19 ` Grant Grundler
2000-11-07 19:53 ` Thomas Marteau
2000-11-07 20:24 ` Grant Grundler
2000-11-07 22:50 ` Kailashnath V Rampure
2000-11-14 22:58 ` Kailashnath V Rampure
[not found] ` <002601c04ef1$937b7380$a832d793@esiee.fr>
2000-11-15 17:55 ` Kailashnath V Rampure
2000-11-15 18:10 ` Thomas Marteau
2000-11-15 18:12 ` Paul Bame
2000-11-15 19:26 ` Kailashnath V Rampure
[not found] <Your message of "Fri, 27 Oct 2000 13:37:49 PDT." <5.0.0.25.0.20001027131913.00a57090@mail.webcash.com>
[not found] ` <200010272138.OAA24029@milano.cup.hp.com>
2000-10-27 22:06 ` [parisc-linux] glibc problem Kailashnath V Rampure
[not found] <Your message of "Fri, 03 Nov 2000 11:46:39 PST." <5.0.0.25.0.20001103114401.00a46150@mail.webcash.com>
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.