{5} Assigned, Active Tickets by Owner (Full Description) (7 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

dave

Ticket Summary Component Milestone Type Created
Description
#145 wib - display size of software package / total size of image web image builder 1.1 enhancement 11/24/06

I'd appriciate if the size of the packages in /config/step5 and the total size of the resulting firmware-image would be displayed.


tg

Ticket Summary Component Milestone Type Created
Description
#375 wl500g broken brcm-2.4 1.1 defect 08/07/07

I can't boot an image of trunk 3420 or 3421 on my Asus WL-500g any more.

The power LED doesn't stop flashing, and the “Press reset now to enter failsafe” netmsg is never received by me. I'll try to obtain access to a serial console cable and debug this.

This happens for squashfs+jffs2 overlay, squashfs+tmpfs overlay, and jffs2. I somewhat suspect the early initialisation / network / bridge reset code, as the wl500g doesn't have a switch.

Can anyone build an image for the wl500gP or wl500gD from trunk 3421 and test if it still boots, for the meanwhile?


#386 uClibc printf broken, prevents ulog-acctd from working general 1.1 defect 10/29/07
build$ cat >test.c <<-EOF
        #include <stdio.h>

        int
        main(int argc, const char *argv[])
        {
                printf(argv[1], 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15);
                putchar('\n');
                return (0);
        }
EOF
build$ gcc -o test-host test.c
build$ ./cross_mipsel/host/bin/mipsel-linux-gcc -o test-target test.c

host$ ./test-host '%d'
1
host$ ./test-host '%1$d'
1
host$ ./test-host '%2$d'
2
host$ ./test-host '%10$d'
10

target$ ./test-target '%d'
1
target$ ./test-target '%1$d'
1
target$ ./test-target '%2$d'
0
target$ ./test-target '%10$d'
2147449720

This also happens when I bump UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS to 29 from 9 in toolchain/uClibc/files/config.mipsel and rebuild µClibc.


#377 __warn_references() to sprintf, strcpy, strcat, … general 1.1 security 08/08/07

Add that, from MirBSD of course. It won't make the code created any longer, but warns the programmer when using unsafe functions.


tha

Ticket Summary Component Milestone Type Created
Description
#292 socat not working in freewrt 1.0 on netgear / other 1.0 platforms untested / works on rb-2.6 freewrt1.1 packages 1.0.x defect 05/18/07

Still not working

Error message from socat 1.6 Abortedroot@FreeWRT:~# socat stdin stdout socat: xioinitialize.c: 41: xioinitialize: Assertion `3 << opt_crdly.arg3 == 0003000' failed. Aborted root@FreeWRT:~#


root@FreeWRT:~# socat stdin stdout socat: xioinitialize.c: 39: xioinitialize: Assertion `3 << opt_crdly.arg3 == 0003000' failed.

you also could activate datytim service on port 13 and say socat tcp4:<server ip address>:13 stdout

replace <server ip address> with th ip address of your daytime server


#325 lighttpd vulnerable packages 1.0.x security 06/11/07

New upstream release, fixing the following security issues:

  • CVE-2007-1869 Remote attackers could cause denial of service by disconnecting partway through making a request.
  • CVE-2007-1870   A NULL pointer dereference could cause a crash when serving files

  with a mtime of 0.

already fixed in trunk


wbx

Ticket Summary Component Milestone Type Created
Description
#268 Routing performance problem kernel 1.2 defect 04/04/07

FreeWRT is a third WRT I tried for this test.

Problem:

FreeWRT (svn 2325, hardware asus wl500g Premium) can route through 54 Mbit/s, OpenWRT (svn 1-2 days ago) on this router can do 44 Mbit/s. Oleg's firmware (http://wl500g.info) can route up to 88 Mbit/s.

Why *WRT's is 2 times slow ?

Oleg said that he uses et.o driver but not b44. I can not find any other substantial difference between *WRT and Oleg's formware.

The test was every time at the same hardware with iperf utility.

I ascked question about in at the http://forum.openwrt.org/viewtopic.php?id=10165 but nobody answeded yet.


Note: See TracReports for help on using and creating reports.