I was going to look and see, but sure I was going to do something
similar :-)

Cheers,

Bernard 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Andrea Righi
> Sent: Monday, July 17, 2006 10:47
> To: [email protected]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Sisuite-users] SSH on x86_64
> 
> I think we can freely include al the libnss* files instead of
> libnss_dns* only... all agree with the following patch?
> 
> -Andrea
> 
> Index: initrd_source/initrd.rul
> ===================================================================
> --- initrd_source/initrd.rul    (revision 3679)
> +++ initrd_source/initrd.rul    (working copy)
> @@ -141,14 +141,14 @@
>                 $(PYTHON) $(INITRD_DIR)/mklibs -L
> /lib64:/usr/lib64:/lib:/usr/lib -v -d lib64 ./*bin/* \
>         )
>         # copy libnss files as they are not automatically included
> -       cp -a /lib64/libnss_dns* $(INITRD_BUILD_DIR)/lib64
> +       cp -a /lib64/libnss* $(INITRD_BUILD_DIR)/lib64
>  else
>         ( \
>                 cd $(INITRD_BUILD_DIR) && \
>                 $(PYTHON) $(INITRD_DIR)/mklibs -L
> /lib:/usr/lib:/lib64:/usr/lib64 -v -d lib ./*bin/* \
>         )
>         # copy libnss files as they are not automatically included
> -       cp -a /lib/libnss_dns* $(INITRD_BUILD_DIR)/lib
> +       cp -a /lib/libnss* $(INITRD_BUILD_DIR)/lib
>  endif
>         # Undo prelinking. -AR-
>         [ -x `which prelink` ] && (find $(INITRD_BUILD_DIR) -type f
> -exec prelink -u {} \; 2>&1 | grep -v "does not have .gnu.prelink_undo
> section\|is not an ELF file") || true
> 
> Bernard Li wrote:
> > Hi Joshua:
> > 
> > It is quite possible that we have missed that file, I'll 
> take a look at
> > this.
> > 
> > Thanks for filing the bug report.
> > 
> > Cheers,
> > 
> > Bernard 
> > 
> >> -----Original Message-----
> >> From: [EMAIL PROTECTED] 
> >> [mailto:[EMAIL PROTECTED] On 
> >> Behalf Of Joshua Cope
> >> Sent: Monday, July 17, 2006 5:29
> >> To: [EMAIL PROTECTED]; [email protected]
> >> Subject: Re: [Sisuite-users] SSH on x86_64
> >>
> >> Hearing no response, I looked into the ssh-keygen problem on 
> >> x86_64. A 
> >> strace showed that it's failing on a getpwuid() call, 
> which in turn 
> >> fails to locate /lib64/libnss_files.so.2. Copying a working 
> >> library from 
> >> a running x86_64 system fixed the problem on my system.
> >>
> >> It may just be a matter of adding the 64-bit library to 
> >> boel_binaries, 
> >> but I don't know enough about the linker/loader to fix this 
> >> myself. I've 
> >> filed bug request 1523803 with more details.
> >>
> >>     - Josh
> >>
> >>
> >>
> >>
> >> --------------------------------------------------------------
> >> -----------
> >> Using Tomcat but need to do more? Need to support web 
> >> services, security?
> >> Get stuff done quickly with pre-integrated technology to make 
> >> your job easier
> >> Download IBM WebSphere Application Server v.1.0.1 based on 
> >> Apache Geronimo
> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> >> dat=121642
> >> _______________________________________________
> >> Sisuite-users mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/sisuite-users
> >>
> > 
> > 
> > 
> --------------------------------------------------------------
> -----------
> > Using Tomcat but need to do more? Need to support web 
> services, security?
> > Get stuff done quickly with pre-integrated technology to 
> make your job easier
> > Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> > 
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> > _______________________________________________
> > Sisuite-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/sisuite-users
> > 
> 
> 
> --------------------------------------------------------------
> -----------
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> _______________________________________________
> Sisuite-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sisuite-users
> 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to