* RE: [parisc-linux] Solved [was: Help, help testing Debian hppa unusable??]
@ 2003-02-20 9:58 Joel Soete
2003-02-20 16:04 ` Randolph Chung
2003-02-26 7:10 ` [parisc-linux] B2000 revisited Derek Engelhaupt
0 siblings, 2 replies; 9+ messages in thread
From: Joel Soete @ 2003-02-20 9:58 UTC (permalink / raw)
To: parisc-linux
Hi all,
>
>I just try to install rpm on my testing Debian hppa and
>...
>Unpacking librpm4 (from .../librpm4_4.0.4-11_hppa.deb) ...
>Selecting previously deselected package rpm.
>Unpacking rpm (from .../archives/rpm_4.0.4-11_hppa.deb) ...
>Setting up librpm4 (4.0.4-11) ...
>
>Setting up rpm (4.0.4-11) ...
>/bin/sh: /lib/ld.so.1: version `GLIBC_PRIVATE' not found (required by /lib/libc.so.6)
>dpkg: error processing rpm (--configure):
> subprocess post-installation script returned error exit status 1
>Errors were encountered while processing:
> rpm
>E: Sub-process /usr/bin/dpkg returned an error code (1)
>root@fw01:/Sources/Debian4fw01# cd ..
>
>I believe at this moment that I was in chroot :(
>
>root@fw01:/Sources# exit
>logout
>jso@fw01:~$ dpkg -l
>dpkg: /lib/ld.so.1: version `GLIBC_PRIVATE' not found (required by /lib/libc.so.6)
>jso@fw01:~$ su -
>su: /lib/ld.so.1: version `GLIBC_PRIVATE' not found (required by /lib/libc.so.6)
>jso@fw01:~$ ll /lib/ld.so.1
>-bash: ll: command not found
>jso@fw01:~$ ls -l /lib/ld.so.1
>ls: /lib/ld.so.1: version `GLIBC_PRIVATE' not found (required by /lib/libc.so.6)
>jso@fw01:~$
>
The error IMHO stand in ldconfig:
I temporary copy libc-2.3.1.so into /lib of this system.
Then when I install librpm (with rpm) the post install do just a ldconfig:
logical.
What I found erronious is that ldconfig changed on its own (without querying
what todo) the link /lib/libc.so.6 -> libc-2.2.5.so (as install by libc6
dpkg) to -> libc-2.3.1.so??
The solution was so to reboot with the original install cd; went into starting
shell menu; mkdir /mnt/Mydir to mount /dev/md2 (my root meta device); reset
the link libc.so.6 -> libc-2.2.5.so into /mnt/Mydir/lib and remove libc-2.3.1.so;
chroot /mnt/Mydir to redo ldconfig and finaly reboot after unmount of /mnt/Mydir.
Cheers,
Joel
---------------------------------
Vous surfez avec une ligne classique ?
Faites des economies avec Tiscali Complete
... Plus d'info sur http://complete.tiscali.be
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [parisc-linux] Solved [was: Help, help testing Debian hppa unusable??] 2003-02-20 9:58 [parisc-linux] Solved [was: Help, help testing Debian hppa unusable??] Joel Soete @ 2003-02-20 16:04 ` Randolph Chung 2003-02-26 7:10 ` [parisc-linux] B2000 revisited Derek Engelhaupt 1 sibling, 0 replies; 9+ messages in thread From: Randolph Chung @ 2003-02-20 16:04 UTC (permalink / raw) To: Joel Soete; +Cc: parisc-linux > I temporary copy libc-2.3.1.so into /lib of this system. Eep, that is a *BAD* idea... > What I found erronious is that ldconfig changed on its own (without querying > what todo) the link /lib/libc.so.6 -> libc-2.2.5.so (as install by libc6 > dpkg) to -> libc-2.3.1.so?? This is correct behavior, ldconfig creates a symlink between the SONAME of a library to the library itself. This is documented in the ldconfig manpage..... randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/ ^ permalink raw reply [flat|nested] 9+ messages in thread
* [parisc-linux] B2000 revisited 2003-02-20 9:58 [parisc-linux] Solved [was: Help, help testing Debian hppa unusable??] Joel Soete 2003-02-20 16:04 ` Randolph Chung @ 2003-02-26 7:10 ` Derek Engelhaupt 2003-02-26 8:44 ` Joel Soete 1 sibling, 1 reply; 9+ messages in thread From: Derek Engelhaupt @ 2003-02-26 7:10 UTC (permalink / raw) To: parisc-linux [-- Attachment #1: Type: text/plain, Size: 429 bytes --] Hey all, Did a search through the m-l archives, but couldn't find an answer to my question. Has anyone gotten XFree up on a B2000 using the onboard graphics port (it's an FXE from what I gather)? Or is everyone with a B2000 using a serial console? I'm guessing the C3000 would fall into the same boat. Thanks. derek --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more [-- Attachment #2: Type: text/html, Size: 530 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [parisc-linux] B2000 revisited 2003-02-26 7:10 ` [parisc-linux] B2000 revisited Derek Engelhaupt @ 2003-02-26 8:44 ` Joel Soete 2003-02-26 14:33 ` Derek Engelhaupt 0 siblings, 1 reply; 9+ messages in thread From: Joel Soete @ 2003-02-26 8:44 UTC (permalink / raw) To: Derek Engelhaupt, parisc-linux >-- Original Message -- >From: Derek Engelhaupt <derekengelhaupt@rocketmail.com> >To: parisc-linux@lists.parisc-linux.org >Subject: [parisc-linux] B2000 revisited >Date: Tue, 25 Feb 2003 23:10:31 -0800 (PST) > > > >Hey all, > >Did a search through the m-l archives, but couldn't find an answer to my >question. Has anyone gotten XFree up on a B2000 using the onboard graphics >port (it's an FXE from what I gather)? Or is everyone with a B2000 using >a serial console? Unfortunaltely under xfree86 there is not yet support for this gfx :( And not yet news about potential sources availability (may be in a near future???) > I'm guessing the C3000 would fall into the same boat. Could not help about this model. > Thanks. > Well come, Joel --------------------------------- Vous surfez avec une ligne classique ? Faites des economies avec Tiscali Complete ... Plus d'info sur http://complete.tiscali.be ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [parisc-linux] B2000 revisited 2003-02-26 8:44 ` Joel Soete @ 2003-02-26 14:33 ` Derek Engelhaupt 2003-02-26 16:56 ` Dan Baker 0 siblings, 1 reply; 9+ messages in thread From: Derek Engelhaupt @ 2003-02-26 14:33 UTC (permalink / raw) To: parisc-linux [-- Attachment #1: Type: text/plain, Size: 1305 bytes --] Well, I threw my PCI EG card in there from my C360 and booted the netinst ISO in the IDE CDROM and I got the penquin with the user configuration interface so maybe once it's loaded I will be able to configure the XFree on the EG card. Only time will tell at this point. derek Joel Soete <jsoe0708@tiscali.be> wrote: >-- Original Message -- >From: Derek Engelhaupt >To: parisc-linux@lists.parisc-linux.org >Subject: [parisc-linux] B2000 revisited >Date: Tue, 25 Feb 2003 23:10:31 -0800 (PST) > > > >Hey all, > >Did a search through the m-l archives, but couldn't find an answer to my >question. Has anyone gotten XFree up on a B2000 using the onboard graphics >port (it's an FXE from what I gather)? Or is everyone with a B2000 using >a serial console? Unfortunaltely under xfree86 there is not yet support for this gfx :( And not yet news about potential sources availability (may be in a near future???) > I'm guessing the C3000 would fall into the same boat. Could not help about this model. > Thanks. > Well come, Joel --------------------------------- Vous surfez avec une ligne classique ? Faites des economies avec Tiscali Complete ... Plus d'info sur http://complete.tiscali.be --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more [-- Attachment #2: Type: text/html, Size: 1697 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [parisc-linux] B2000 revisited 2003-02-26 14:33 ` Derek Engelhaupt @ 2003-02-26 16:56 ` Dan Baker 2003-02-26 17:59 ` Derek Engelhaupt 0 siblings, 1 reply; 9+ messages in thread From: Dan Baker @ 2003-02-26 16:56 UTC (permalink / raw) To: 'Derek Engelhaupt', parisc-linux [-- Attachment #1: Type: text/plain, Size: 1809 bytes --] Excellent idea! I will try it this after noon! -----Original Message----- From: parisc-linux-admin@lists.parisc-linux.org [mailto:parisc-linux-admin@lists.parisc-linux.org]On Behalf Of Derek Engelhaupt Sent: Wednesday, February 26, 2003 6:34 AM To: parisc-linux@lists.parisc-linux.org Subject: RE: [parisc-linux] B2000 revisited Well, I threw my PCI EG card in there from my C360 and booted the netinst ISO in the IDE CDROM and I got the penquin with the user configuration interface so maybe once it's loaded I will be able to configure the XFree on the EG card. Only time will tell at this point. derek Joel Soete <jsoe0708@tiscali.be> wrote: >-- Original Message -- >From: Derek Engelhaupt >To: parisc-linux@lists.parisc-linux.org >Subject: [parisc-linux] B2000 revisited >Date: Tue, 25 Feb 2003 23:10:31 -0800 (PST) > > > >Hey all, > >Did a search through the m-l archives, but couldn't find an answer to my >question. Has anyone gotten XFree up on a B2000 using the onboard graphics >port (it's an FXE from what I gather)? Or is everyone with a B2000 using >a serial console? Unfortunaltely under xfree86 there is not yet support for this gfx :( And not yet news about potential sources availability (may be in a near future???) > I'm guessing the C3000 would fall into the same boat. Could not help about this model. > Thanks. > Well come, Joel ------------------ --------------- Vous surfez avec une ligne classique ? Faites des economies avec Tiscali Complete ... Plus d'info sur http://complete.tiscali.be ---------------------------------------------------------------------------- -- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more [-- Attachment #2: Type: text/html, Size: 2706 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [parisc-linux] B2000 revisited 2003-02-26 16:56 ` Dan Baker @ 2003-02-26 17:59 ` Derek Engelhaupt 2003-02-26 18:42 ` Joel Soete 0 siblings, 1 reply; 9+ messages in thread From: Derek Engelhaupt @ 2003-02-26 17:59 UTC (permalink / raw) To: parisc-linux [-- Attachment #1: Type: text/plain, Size: 2020 bytes --] I initially tried to load using the graphics console and the keyboard (USB) is having issues, but loading from serial console seems to work fine. The load isn't complete as yet so I will have to see if XFree works once it's complete. derek Dan Baker <dan_baker@eli.net> wrote:Excellent idea! I will try it this after noon!-----Original Message----- From: parisc-linux-admin@lists.parisc-linux.org [mailto:parisc-linux-admin@lists.parisc-linux.org]On Behalf Of Derek Engelhaupt Sent: Wednesday, February 26, 2003 6:34 AM To: parisc-linux@lists.parisc-linux.org Subject: RE: [parisc-linux] B2000 revisited Well, I threw my PCI EG card in there from my C360 and booted the netinst ISO in the IDE CDROM and I got the penquin with the user configuration interface so maybe once it's loaded I will be able to configure the XFree on the EG card. Only time will tell at this point. derek Joel Soete <jsoe0708@tiscali.be> wrote: >-- Original Message -- >From: Derek Engelhaupt >To: parisc-linux@lists.parisc-linux.org >Subject: [parisc-linux] B2000 revisited >Date: Tue, 25 Feb 2003 23:10:31 -0800 (PST) > > > >Hey all, > >Did a search through the m-l archives, but couldn't find an answer to my >question. Has anyone gotten XFree up on a B2000 using the onboard graphics >port (it's an FXE from what I gather)? Or is everyone with a B2000 using >a serial console? Unfortunaltely under xfree86 there is not yet support for this gfx :( And not yet news about potential sources availability (may be in a near future???) > I'm guessing the C3000 would fall into the same boat. Could not help about this model. > Thanks. > Well come, Joel ------------------ --------------- Vous surfez avec une ligne classique ? Faites des economies avec Tiscali Complete ... Plus d'info sur http://complete.tiscali.be --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more [-- Attachment #2: Type: text/html, Size: 2999 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [parisc-linux] B2000 revisited 2003-02-26 17:59 ` Derek Engelhaupt @ 2003-02-26 18:42 ` Joel Soete 2003-02-26 18:48 ` Joel Soete 0 siblings, 1 reply; 9+ messages in thread From: Joel Soete @ 2003-02-26 18:42 UTC (permalink / raw) To: Derek Engelhaupt, parisc-linux Derek, >-- Original Message -- >From: Derek Engelhaupt <derekengelhaupt@rocketmail.com> >Subject: RE: [parisc-linux] B2000 revisited >To: parisc-linux@lists.parisc-linux.org >Date: Wed, 26 Feb 2003 09:59:29 -0800 (PST) > > > >I initially tried to load using the graphics console and the keyboard (USB) >is having issues, but loading from serial console seems to work fine. The >load isn't complete as yet so I will have to see if XFree works once it's >complete. If you could see (even if you boot from a serial console) a penguin on your graphical screen, it is very good. Grab a XF86Config-4 config file (may be change the definition and depth according to the dmesg info about ... stifb 1288*1024-8) Good luck, Joel > Dan Baker <dan_baker@eli.net> wrote:Excellent idea! I will try it this after >noon!-----Original Message----- >From: parisc-linux-admin@lists.parisc-linux.org [mailto:parisc-linux-admin@lists.parisc-linux.org]On >Behalf Of Derek Engelhaupt >Sent: Wednesday, February 26, 2003 6:34 AM >To: parisc-linux@lists.parisc-linux.org >Subject: RE: [parisc-linux] B2000 revisited > > >Well, I threw my PCI EG card in there from my C360 and booted the netinst >ISO in the IDE CDROM and I got the penquin with the user configuration interface >so maybe once it's loaded I will be able to configure the XFree on the EG >card. Only time will tell at this point. >derek > Joel Soete <jsoe0708@tiscali.be> wrote: > >>-- Original Message -- >>From: Derek Engelhaupt >>To: parisc-linux@lists.parisc-linux.org >>Subject: [parisc-linux] B2000 revisited >>Date: Tue, 25 Feb 2003 23:10:31 -0800 (PST) >> >> >> >>Hey all, >> >>Did a search through the m-l archives, but couldn't find an answer to my >>question. Has anyone gotten XFree up on a B2000 using the onboard graphics >>port (it's an FXE from what I gather)? Or is everyone with a B2000 using >>a serial console? > >Unfortunaltely under xfree86 there is not yet support for this gfx :( >And not yet news about potential sources availability (may be in a near future???) > >> I'm guessing the C3000 would fall into the same boat. > >Could not help about this model. > > >> Thanks. >> >Well come, >Joel > >------------------ --------------- >Vous surfez avec une ligne classique ? >Faites des economies avec Tiscali Complete >... Plus d'info sur http://complete.tiscali.be > > > > >--------------------------------- >Do you Yahoo!? >Yahoo! Tax Center - forms, calculators, tips, and more > > >--------------------------------- >Do you Yahoo!? >Yahoo! Tax Center - forms, calculators, tips, and more --------------------------------- Vous surfez avec une ligne classique ? Faites des economies avec Tiscali Complete ... Plus d'info sur http://complete.tiscali.be ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [parisc-linux] B2000 revisited 2003-02-26 18:42 ` Joel Soete @ 2003-02-26 18:48 ` Joel Soete 0 siblings, 0 replies; 9+ messages in thread From: Joel Soete @ 2003-02-26 18:48 UTC (permalink / raw) To: Derek Engelhaupt, parisc-linux >-- Original Message -- >From: "Joel Soete" <jsoe0708@tiscali.be> >Subject: RE: [parisc-linux] B2000 revisited >To: "Derek Engelhaupt" <derekengelhaupt@rocketmail.com>, > parisc-linux@lists.parisc-linux.org >Date: Wed, 26 Feb 2003 19:42:59 +0100 > > >Derek, > >>-- Original Message -- >>From: Derek Engelhaupt <derekengelhaupt@rocketmail.com> >>Subject: RE: [parisc-linux] B2000 revisited >>To: parisc-linux@lists.parisc-linux.org >>Date: Wed, 26 Feb 2003 09:59:29 -0800 (PST) >> >> >> >>I initially tried to load using the graphics console and the keyboard (USB) >>is having issues, but loading from serial console seems to work fine. The >>load isn't complete as yet so I will have to see if XFree works once it's >>complete. > >If you could see (even if you boot from a serial console) a penguin on your >graphical screen, it is very good. >Grab a XF86Config-4 config file (may be change the definition and depth according >to the dmesg info about ... stifb 1288*1024-8) > May be in much details: in your dmesg you should find ... STI device: INTERNAL... ... fb0: stifb 1280*1024-8 frame buffer device ^^^^^^^^^ ^ If your device is well supported (if not it would tell it), in the XF86Config-4, you should match in Section "Screen" your actual DefaultDepth with here 8 (from -8 above) and in the corresponding SubSection "Display" your actual Modes: here 1280*1024 (and only this; switching is not possible) hth, Joel >Good luck, > Joel > > >> Dan Baker <dan_baker@eli.net> wrote:Excellent idea! I will try it this >after >>noon!-----Original Message----- >>From: parisc-linux-admin@lists.parisc-linux.org [mailto:parisc-linux-admin@lists.parisc-linux.org]On >>Behalf Of Derek Engelhaupt >>Sent: Wednesday, February 26, 2003 6:34 AM >>To: parisc-linux@lists.parisc-linux.org >>Subject: RE: [parisc-linux] B2000 revisited >> >> >>Well, I threw my PCI EG card in there from my C360 and booted the netinst >>ISO in the IDE CDROM and I got the penquin with the user configuration interface >>so maybe once it's loaded I will be able to configure the XFree on the EG >>card. Only time will tell at this point. >>derek >> Joel Soete <jsoe0708@tiscali.be> wrote: >> >>>-- Original Message -- >>>From: Derek Engelhaupt >>>To: parisc-linux@lists.parisc-linux.org >>>Subject: [parisc-linux] B2000 revisited >>>Date: Tue, 25 Feb 2003 23:10:31 -0800 (PST) >>> >>> >>> >>>Hey all, >>> >>>Did a search through the m-l archives, but couldn't find an answer to my >>>question. Has anyone gotten XFree up on a B2000 using the onboard graphics >>>port (it's an FXE from what I gather)? Or is everyone with a B2000 using >>>a serial console? >> >>Unfortunaltely under xfree86 there is not yet support for this gfx :( >>And not yet news about potential sources availability (may be in a near >future???) >> >>> I'm guessing the C3000 would fall into the same boat. >> >>Could not help about this model. >> >> >>> Thanks. >>> >>Well come, >>Joel >> >>------------------ --------------- >>Vous surfez avec une ligne classique ? >>Faites des economies avec Tiscali Complete >>... Plus d'info sur http://complete.tiscali.be >> >> >> >> >>--------------------------------- >>Do you Yahoo!? >>Yahoo! Tax Center - forms, calculators, tips, and more >> >> >>--------------------------------- >>Do you Yahoo!? >>Yahoo! Tax Center - forms, calculators, tips, and more > > >--------------------------------- >Vous surfez avec une ligne classique ? >Faites des economies avec Tiscali Complete >... Plus d'info sur http://complete.tiscali.be > > >_______________________________________________ >parisc-linux mailing list >parisc-linux@lists.parisc-linux.org >http://lists.parisc-linux.org/mailman/listinfo/parisc-linux --------------------------------- Vous surfez avec une ligne classique ? Faites des economies avec Tiscali Complete ... Plus d'info sur http://complete.tiscali.be ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-02-26 18:49 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-02-20 9:58 [parisc-linux] Solved [was: Help, help testing Debian hppa unusable??] Joel Soete 2003-02-20 16:04 ` Randolph Chung 2003-02-26 7:10 ` [parisc-linux] B2000 revisited Derek Engelhaupt 2003-02-26 8:44 ` Joel Soete 2003-02-26 14:33 ` Derek Engelhaupt 2003-02-26 16:56 ` Dan Baker 2003-02-26 17:59 ` Derek Engelhaupt 2003-02-26 18:42 ` Joel Soete 2003-02-26 18:48 ` Joel Soete
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox