Re: IPv6 and compat_linux

From: niels (n.c.veltman_at_removethis.home.nl)
Date: 03/22/04

  • Next message: Riccardo: "bad dir, mangled entry"
    Date: Mon, 22 Mar 2004 11:16:19 +0100
    
    

    AX wrote:
    > Hi,
    > I have various problems..
    > First: IPv6
    > i disabled the ipv6 option in the GENERIC kernel but there are lot of
    > application (like ftp) that make (4 or 5 times) ipv6 query to the dns
    > server that
    > doesnt support ipv6 stack.
    > So that the connections are very very slow. So the question is how can
    > I disable in the entire system the ipv6 support ?
    >
    > Second: compat_linux
    > i have a statically app linux binary and i have enabled the
    > linux compatibility
    > in the kernel and then enabled kern.emul.linux = 1
    > but the app doesnt work.. what should i do to run this app ?
    >
    > -bash-2.05b# file fasm
    > fasm: ELF 32-bit LSB executable, Intel 80386, version 1, statically
    > linked, stripped
    > -bash-2.05b# ./fasm
    > -bash: ./fasm: cannot execute binary file
    >
    >

    just an short answer to your linux compatibility problem.

    make sure it is executable:
    "chmod a+x fasm"
    make sure it is recognised as a Linux executable:
    "elf2olf -o linux fasm"
    make sure it is not expecting some library (although statically build):
    "ldd fasm"

    Hope that helps

    Niels


  • Next message: Riccardo: "bad dir, mangled entry"

    Relevant Pages

    • Re: Ipv6 - performance results on red hat linux.
      ... similar things but IPsec happens at a different layer unless ... The processes then would tend to be CPU bound, not protocol stack bound so ... repeating the same tests with IPv6 should produce the same differences ... (also note - RedHat Linux or another brand of linux will produce extremely ...
      (RedHat)
    • Re: Help me about this question.
      ... As HLA really requires nothing more from FASM, ... I'll have to set up a Linux box to test this one of these days. ... Is it a "benefit" to be able to view code that won't assemble? ...
      (alt.lang.asm)
    • Re: [SLE] DHCP ipv6
      ... joe&jill most probably have no need, but the only visible signs of IPv6 ... So is there any point in _not_ supporting it by default? ... Let's keep in mind that linux & unix runs a significant chunk of what ... site-wide spam filters at catherders.com. ...
      (SuSE)
    • Re: Help me about this question.
      ... running under Linux, which strongly implies that the hla -> fasm code ... HLA supports FASM v1.65. ... As for modifying HLA to support later versions of FASM, ...
      (alt.lang.asm)
    • Re: Linux still surfs slower than Windows
      ... That wouldn't explain why the Linux browser chokes on any given ... >>up with the same DNS configurations. ... > Does your DNS servers support IPv6? ...
      (comp.os.linux.networking)