Development
Ticket #11615 ([Tracker] Glitches in list view with some fonts) closed
Fixed in hrev49304.
netresolv: really enable IPV6.
Ticket #12164 (DHCP don't work) created
This is hrev49297.
DHCP don't work anymore (shown as endlessly configuring). It worked in previous revisions, but unstable.
Hardware is Intel wired Ethernet adapter:
device Network controller (Ethernet controller) [2|0|0] vendor 8086: Intel Corporation device 153b: Ethernet Connection I217-V
Syslog:
DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_DISCOVER to 255.255.255.255:67 DAEMON 'DHCP': /dev/net/ipro1000/0: Received DHCP_OFFER from 192.168.10.1 DAEMON 'DHCP': your_address: 192.168.10.100 DAEMON 'DHCP': server: 192.168.10.1 DAEMON 'DHCP': renewal time: 43200 seconds DAEMON 'DHCP': rebinding time: 75600 seconds DAEMON 'DHCP': lease time: 86400 seconds DAEMON 'DHCP': subnet: 255.255.255.0 DAEMON 'DHCP': gateway: 192.168.10.1 DAEMON 'DHCP': nameserver[0]: 192.168.10.1 DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_REQUEST for 192.168.10.100 to 255.255.255.255:67 DAEMON 'DHCP': /dev/net/ipro1000/0: Timeout shift: 8 secs (try 1) DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_REQUEST for 192.168.10.100 to 255.255.255.255:67 DAEMON 'DHCP': /dev/net/ipro1000/0: Timeout shift: 16 secs (try 2) DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_REQUEST for 192.168.10.100 to 255.255.255.255:67 DAEMON 'DHCP': /dev/net/ipro1000/0: Timeout shift: 32 secs (try 3) DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_REQUEST for 192.168.10.100 to 255.255.255.255:67 DAEMON 'DHCP': /dev/net/ipro1000/0: Timeout shift: 64 secs (try 4) DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_REQUEST for 192.168.10.100 to 255.255.255.255:67 DAEMON 'DHCP': /dev/net/ipro1000/0: Timeout shift: 64 secs (try 5) DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_REQUEST for 192.168.10.100 to 255.255.255.255:67 Last message repeated 1 time DAEMON 'DHCP': /dev/net/ipro1000/0: Timeout shift: 8 secs (try 1) DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_REQUEST for 192.168.10.100 to 255.255.255.255:67 DAEMON 'DHCP': /dev/net/ipro1000/0: Timeout shift: 16 secs (try 2) DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_REQUEST for 192.168.10.100 to 255.255.255.255:67 DAEMON 'DHCP': /dev/net/ipro1000/0: Timeout shift: 32 secs (try 3) DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_REQUEST for 192.168.10.100 to 255.255.255.255:67 DAEMON 'DHCP': /dev/net/ipro1000/0: Timeout shift: 64 secs (try 4) DAEMON 'DHCP': /dev/net/ipro1000/0: Send DHCP_REQUEST for 192.168.10.100 to 255.255.255.255:67
Internet is working in Windows.
Bug reason is maybe the same as in #11607, #12156.
Revert "Missing NULL check in network stack."
Ticket #12136 (Closing application doesn't terminate disk activity) closed
Ticket #12025 (Touchpad too sensitive) closed
Ok, thanks for reporting!
Ticket #12163 (WebPositive error on img tag between <a></a> tags) created
The following snippet of code shows an error in WebPositive:
<div id="project-header"> <a href="/"><img src="/home/furius-logo-w.png" id="logo"></a> <div id="project-home"><a href="..">Project Home</a></div> </div>
It will fail to display and throw an error at the second line. Replacing it with the following code works:
<div id="project-header"> <a href="/"><img src="/home/furius-logo-w.png" id="logo"></img></a> <div id="project-home"><a href="..">Project Home</a></div> </div>
but since the img tag is assymetrical the code itself is wrong.
Ticket #12160 (pkgconfig for libqrencode in wrong place?) closed
HaikuPorts bug, not a Haiku one.
Ticket #12162 (Hybrid build failure on Haiku) created
C++ /Work/generated/objects/haiku/x86_gcc2/release/system/boot/platform/bios_ia32/mmu.o C++ /Work/generated/objects/haiku/x86_gcc2/release/system/boot/platform/bios_ia32/long.o /Work/haiku/src/system/boot/platform/bios_ia32/mmu.cpp: In function `void mmu_init_for_kernel()': /Work/haiku/src/system/boot/platform/bios_ia32/mmu.cpp:549: implicit declaration of function `int STATIC_ASSERT(...)' /Work/haiku/src/system/boot/platform/bios_ia32/long.cpp: In function `void long_gdt_init()': /Work/haiku/src/system/boot/platform/bios_ia32/long.cpp:68: implicit declaration of function `int STATIC_ASSERT(...)'
I have no problem with either a pure X86 or X86_64 build.
Ticket #12161 (DHCP not working after update) created
Update to hrev49301. Now no internet connection. DHCP fields are all blank. Was working before update, using hrev49292.
Ticket #12160 (pkgconfig for libqrencode in wrong place?) created
libqrencode.pc is installed in /boot/system/lib/pkgconfig while all others go in /boot/system/develop/lib/pkgconfig
Seems to be a leftover from a configuration change.
Ticket #12159 (No Epson printer drivers?) created
I know gutenprint supports Epson. I know we used to have Epson drivers. Tried to use my TX110 last night and it's not recognised.
Ticket #12158 (RT5370 wifi driver request) created
The preferred wifi dongle for Raspberry Pi, a driver will be needed for the ARM port.
Comes in two varieties:
Micro dongle, ~ $3.50
Mini dongle, ~ $7.95 inc. external antenna.
Capable of being used as a router - one outgoing and six incoming interfaces.
