Development

netresolv: really enable IPV6.

Source Activity - Tue, 2015-06-16 19:40
* Fixes setting of IPv6 address for localhost * Maybe helps with #12156 * Fixes setting of IPv6 address for localhost * Maybe helps with #12156
Categories: Development

Ticket #12164 (DHCP don't work) created

Latest Bugs & Tasks - Tue, 2015-06-16 18:44

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.

Categories: Development

Revert "Missing NULL check in network stack."

Source Activity - Tue, 2015-06-16 16:09
This reverts commit dd0ea64b5607e6310c582f62c4275dab7510c4f6. This reverts commit dd0ea64b5607e6310c582f62c4275dab7510c4f6.
Categories: Development

Ticket #12025 (Touchpad too sensitive) closed

Latest Bugs & Tasks - Tue, 2015-06-16 06:36
invalid:

Ok, thanks for reporting!

Categories: Development

Ticket #12163 (WebPositive error on img tag between <a></a> tags) created

Latest Bugs & Tasks - Tue, 2015-06-16 05:36

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.

Categories: Development

Ticket #12160 (pkgconfig for libqrencode in wrong place?) closed

Latest Bugs & Tasks - Tue, 2015-06-16 00:23
invalid:

HaikuPorts bug, not a Haiku one.

Categories: Development

Ticket #12162 (Hybrid build failure on Haiku) created

Latest Bugs & Tasks - Tue, 2015-06-16 00:09
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.

Categories: Development

Ticket #12161 (DHCP not working after update) created

Latest Bugs & Tasks - Mon, 2015-06-15 23:59

Update to hrev49301. Now no internet connection. DHCP fields are all blank. Was working before update, using hrev49292.

Categories: Development

Ticket #12160 (pkgconfig for libqrencode in wrong place?) created

Latest Bugs & Tasks - Mon, 2015-06-15 23:15

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.

Categories: Development

Ticket #12159 (No Epson printer drivers?) created

Latest Bugs & Tasks - Mon, 2015-06-15 23:03

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.

Categories: Development

Ticket #12158 (RT5370 wifi driver request) created

Latest Bugs & Tasks - Mon, 2015-06-15 22:57

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.

Categories: Development
Syndicate content