grep CONFIG_IPX /boot/config-`uname -r`

hasilnya:

CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set

saya googling dapet info seperti ini :
http://marc.theaimsgroup.com/?l=linux-msdos&m=108296857401869&w=2

On Mon, 26 Apr 2004, Reinhard Karcher wrote:

On Sat, Apr 24, 2004 at 05:33:30PM +0400, Stas Sergeev wrote
> Hello.
>
> Enrique Baraibar wrote:
> >The question is how can I redirect it so it looks for ipx_route in
> >proc/net/ipx instead of /proc/net
> This is hardcoded in ipxglt.c - just
> change that file and recompile.
> This was changed between 2.4 and 2.6
> kernel series, and now dosemu needs
> a runtime check.
>
Michael Karcher wrote a runtimecheck I'm using now.
cvs diff returns the following for src/dosext/net/net/ipxglt.c:
<       open_proc_scan("/proc/net/ipx_route");
---
>       if(access("/proc/net/ipx/route",R_OK) == 0)
>               open_proc_scan("/proc/net/ipx/route");
>       else if(access("/proc/net/ipx_route",R_OK) == 0)
>               open_proc_scan("/proc/net/ipx_route");
>       else
>               return 0;

thanks! I was going to do something like this but now I know it's tested as well. "cvs diff -u" would have been nicer by the way.

Bart

Apa yang harus saya lakukan ? thank's atas bantuannya.
agung

Andika Triwidada wrote:

On Sat, 17 Jul 2004 16:28:35 -0400, Agung <[EMAIL PROTECTED]> wrote:


Saya pake mandrake 10, menggunakan dosemu untuk konek
ke server netware 3.1
sebelumnya saya pakai mandrake 9, tidak ada masalah
Sekarang masalahnya waktu jalanin file netx nya keluar pesan
"ERROR: cannot open /proc/net/ipx_route"



grep CONFIG_IPX /boot/config-`uname -r`

Mungkin kernel Mandrake 10 tidak dikonfigur untuk support IPX?

-- andika





--
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip, FAQ, dan info milis di http://linux.or.id/milis.php
Tidak bisa posting? Baca:
http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi
http://linux.or.id/wiki/index.php?pagename=TataTertibMilis



Kirim email ke