Development
Ticket #12157 (DriveSetup recognises ext4 partition as ext2) created
Description says it all. I got this reading a raspbian image on a microSD card attached to USB if that helps.
VideoProducer: fix the fix.
VideoProducer: fix 64bit build.
usb_webcam: move header generation to multiarch block
Properly fix Lex/Yacc dependency following Ingo's advice
Ticket #12156 (netstack: can't configure network anymore) created
As of hrev49293, my PC can no longer configure the network. Enabling tracing in add-ons/kernel/network/stack/interfaces.cpp, it appears that at the very least, configuring of the local interface is somewhat iffy, and for some reason, ethernet device never gets configured at all.
syslog before changes:
KERN: net: Interface 0xd7dd2680: new "/dev/net/ipro1000/0", device interface 0xd8576c88 KERN: net: InterfaceAddress 0xd85617c0: init interface 0xd7dd2688, domain 0xd7e52b00 KERN: net: Interface 0xd7dd2680: create domain datalink for domain 0xd7e52b00 KERN: net: InterfaceAddress 0xd8534104: init interface 0x00000000, domain 0x00000000 KERN: net: Interface 0xd7dd2680: flags changed from 0 to 1 KERN: net: Interface 0xd7dd2480: new "loop", device interface 0x82b7a860 KERN: net: InterfaceAddress 0xd89cd6c0: init interface 0xd7dd2488, domain 0xd7e52b00 KERN: net: Interface 0xd7dd2480: create domain datalink for domain 0xd7e52b00 KERN: net: InterfaceAddress 0xd89b1834: init interface 0x00000000, domain 0x00000000 KERN: net: update_interface_address(address 0xd89cd6c0, option 8902, oldAddress <none>, newAddress 127.0.0.1) KERN: net: Interface 0xd7dd2480: flags changed from 0 to 9 KERN: net: Interface 0xd7dd2480: create domain datalink for domain 0xd8553640 KERN: net: InterfaceAddress 0xd89b1b94: init interface 0x00000000, domain 0x00000000 KERN: net: InterfaceAddress 0xd89cd570: init interface 0xd7dd2488, domain 0xd8553640 KERN: net: update_interface_address(address 0xd89cd570, option 8902, oldAddress <none>, newAddress ::1) KERN: net: Interface 0xd7dd2680: flags changed from 1 to 4001 -- DHCP Discover KERN: net: /dev/net/ipro1000/0 matches -- DHCP Offer received -- DHCP Request KERN: net: /dev/net/ipro1000/0 matches -- DHCP Acknowledged KERN: net: update_interface_address(address 0xd85617c0, option 8902, oldAddress <none>, newAddress 10.20.30.10) KERN: net: update_interface_address(address 0xd85617c0, option 8915, oldAddress 255.0.0.0, newAddress 255.255.255.0) KERN: net: Interface 0xd7dd2680: flags changed from 4001 to 2001
syslog after changes:
KERN: net: Interface 0xd7dd1600: new "/dev/net/ipro1000/0", device interface 0x82bc5b78 KERN: net: InterfaceAddress 0xd8558670: init interface 0xd7dd1608, domain 0xd7e5b080 KERN: net: Interface 0xd7dd1600: create domain datalink for domain 0xd7e5b080 KERN: net: InterfaceAddress 0xd8550524: init interface 0x00000000, domain 0x00000000 KERN: net: Interface 0xd7dd1600: flags changed from 0 to 1 KERN: net: Interface 0xd7dd1000: new "loop", device interface 0x82b73998 KERN: net: InterfaceAddress 0xd873c750: init interface 0xd7dd1008, domain 0xd7e5b080 KERN: net: Interface 0xd7dd1000: create domain datalink for domain 0xd7e5b080 KERN: net: InterfaceAddress 0xd8549b2c: init interface 0x00000000, domain 0x00000000 KERN: net: update_interface_address(address 0xd873c750, option 8902, oldAddress <none>, newAddress 127.0.0.1) KERN: net: Interface 0xd7dd1000: flags changed from 0 to 9 KERN: net: update_interface_address(address 0xd873c750, option 8902, oldAddress 127.0.0.1, newAddress <none>) KERN: net: address is NULL! option is set addr KERN: net: Interface 0xd7dd1600: flags changed from 1 to 4001 -- DHCP Discover KERN: net: /dev/net/ipro1000/0 matches -- DHCP Offer received -- DHCP Requests sent repeatedly, as interface is never updated
In the second syslog, notice that a second datalink domain is not created for IPv6, and the second update ends up unsetting the IPv4 local address. You can also see here the errant "fix" for a NULL address introduced in https://cgit.haiku-os.org/haiku/commit/?id=dd0ea64b. This fix should be reverted, as it is clearly hiding a bug rather than fixing a genuine issue.
The ethernet device never receives any calls to update the interface at all.
[haiku] Re: build failure from source (Axel Dörfler)
[haiku] Re: PowerPC BeOS R5 binary compatibility? (Chris Hanson)
netresolv: add an explicit include for nsparser.h
Tracker: fix selection glitch with some fonts
Ticket #12155 (Debugger crash) created
http://www.calgarysun.com/
Reading articles on the above website triggered a simultaneous debug report for Webpositive and debugger.
hrev49292 x86_64
debugger debug report attached
Ticket #12154 ([WebPositive] Composite blobs are currently unsupported) created
http://www.calgarysun.com/
Reading articles on the above website triggered a simultaneous debug report for Webpositive and debugger.
hrev49292 x86_64
HaikuWebKit 1.4.9
WebKit 601.1.19
Ticket #12153 (http://web-stats.haiku-os.org/ missing stats for some websites) created
Not listed there:
- buildbot.haiku-os.org
- i18n.haiku-os.org
- hg.haiku-os.org
It would be a good idea to have these tracked as well?
Remove two old scripts still trying to use SVN.
Remove "stubgen" from tools folder.
Use complete name for libbsd.
Ticket #11292 (Can send but not receive e-mails through BeMail) closed
Ticket #8293 (BNetworkAddress needs to check if there is an available IPv6 connection.) closed
Fixed in hrev49293.
