#1584 closed defect (fixed)
openbsd 5.0 running
Reported by: | sickness | Owned by: | sickness |
---|---|---|---|
Priority: | major | Milestone: | 1.9.2 |
Component: | code | Version: | 1.9.0b1 |
Keywords: | openbsd | Cc: | warner |
Launchpad Bug: |
Description
I think this is the same problem found with linux 3.0, the new versioning just screw things up, but since the iterfaces hasn't really changed, it just needs to be told about the new version of that os
so basically in this file: src/allmydata/util/iputil.py
if you add openbsd5, just under the openbsd4 line, it seems to work fine under openbsd5!
(notice: the build.py process would be fine anyway, it's the binding to the tcp port when you start the daemon that complained)
Attachments (1)
Change History (5)
Changed at 2011-11-15T19:04:20Z by warner
comment:1 Changed at 2011-11-15T19:04:41Z by warner
sickness: does that patch work for you?
comment:2 Changed at 2011-11-15T22:05:20Z by Brian Warner <warner@…>
- Resolution set to fixed
- Status changed from new to closed
In 1b84612fdf662388:
comment:3 Changed at 2011-11-15T22:06:38Z by warner
- Milestone changed from soon to 1.10.0
comment:4 Changed at 2012-03-29T23:27:30Z by davidsarah
- Milestone changed from 1.10.0 to 1.9.2
Note: See
TracTickets for help on using
tickets.
openbsd5 patch