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

startslip & iijppp



two things:

* i tried the FreeBSD startslip command - and it seems to work fine (i had to
uncomment the following lines to get it compile cleanly - can someone please
look if these things are also available under OpenBSD ?):

#ifndef __OpenBSD__
        if (sl_unit >= 0 && ioctl(fd, SLIOCSUNIT, &sl_unit) < 0) {
                syslog(LOG_ERR, "%s: ioctl(SLIOCSUNIT): %m", username);
                down(2);
        }
#endif
...
#ifndef __OpenBSD__
        if (keepal > 0) {
                signal(SIGURG, sigurg);
                if (ioctl(fd, SLIOCSKEEPAL, &keepal) < 0) {
                        syslog(LOG_ERR, "%s: ioctl(SLIOCSKEEPAL): %m",
username)
;
                        down(2);
                }
        }
        if (outfill > 0 && ioctl(fd, SLIOCSOUTFILL, &outfill) < 0) {
                syslog(LOG_ERR, "%s: ioctl(SLIOCSOUTFILL): %m", username);
                down(2);
        }
#endif

ths ifndefs are from me - any chance to get it into the tree (more info's
about startslip you may get from FreeBSD sources)

* has anyone tried to get the iijppp userlevel ppp working on OpenBSD (from
FreeBAS using the patches from http://LISP-READER.csrv.uidaho.edu/~fn/diffs/)
- i have some problems with it - can please someone else try to get it working
too - it dials - i get dial ok - but nothing comes then - i tried it with ppp
from FreeBSD-current - maybe i should try it with ppp from FreeBSD 2.1.0
(where it runs fine) - also it crashed (sig 11) when i did a show route

would be nice if someone else might try to get it working - thanks in advance

t

-- 
  thomas graichen    graichen_(_at_)_mail_(_dot_)_physik_(_dot_)_fu-berlin_(_dot_)_de    graichen_(_at_)_FreeBSD_(_dot_)_org

  perfection is reached, not when there is no longer anything to add, but when
      there is no longer anything to take away    antoine de saint-exupery


Visit your host, monkey.org