[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Slip



    I'm having (yet more) problems with installing Slip over MintNet and
figured this was the place to ask for help (let me know if it's not).
    When I try to run slattach it seems to freeze up all other network
programs.  For instance, before I run slattach 'ping localhost' works
fine, but if I have slattach running in the background ping will just
sit there doing nothing (or so it seems).  The following is the errors I
get when I run slattach with the fist level of debugging.  I'd
appreciate it if anybody could point me to possible problems or give me
a pointer on how to debug this based on the error code (I can read C,
but I'm rathe clueless about networking).

% /etc/slattach -t /dev/ttyb -r 128.2.111.207 
pid  69 (slattach): pipe_lookup: name `sys$pipe.006' not found
pid  69 (slattach): kmalloc(101C): nalloc is out of memory
pid  72 (ifconfig): ip_forward: not route to dst 80022332
pid  72 (ifconfig): udp_error: destination (800223322, 35) unrecheable
pid  72 (ifconfig): ip_forward: not route to dst 80022332
pid  72 (ifconfig): udp_error: destination (900223322, 35) unrecheable
pid  72 (ifconfig): route_del: deleting route net 80027578 mask FFFFFFFF
pid  72 (ifconfig): route_del: no matching route found
pid  72 (ifconfig): route_add: net 0x80027578 mask 0xFFFFFFFF gway 0x0
pid  72 (ifconfig): route_add: net 0x80027578 mask 0xFFFFFFFF gway 0x0
pid  72 (ifconfig): route_add: updating route (no or same gway)
pid  73 (route): route_add: net 0x80026FCF mask 0xFFFFFFFF gway 0x0
pid  74 (route): route_add: net 0x0 mask 0xFF000000 gway 0x80026FCF
pid  74 (route): route_add: using default route

David Watson