Send buglog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/buglog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of buglog digest..."
Today's Topics:

   1. [Bug 887] U-Boot initialization race condition: Hangs on boot
      ([EMAIL PROTECTED])
   2. [Bug 971] New: OpenMoko restarts without warning
      ([EMAIL PROTECTED])
   3. [Bug 354] deleting spam tickets with one shot
      ([EMAIL PROTECTED])
   4. [Bug 615] CIA Integration for repositories at
      projects.openmoko.org ([EMAIL PROTECTED])
   5. [Bug 800] Integrate SCM commits with bugzilla entries for
      closing   and updating bugs ([EMAIL PROTECTED])
   6. [Bug 964] Neod menus are wrongly placed after screen rotate
      ([EMAIL PROTECTED])
   7. [Bug 972] New: [patch] neod - PowerButton kills "Home"
      ([EMAIL PROTECTED])
   8. [Bug 972] [patch] neod - PowerButton kills "Home"
      ([EMAIL PROTECTED])
   9. [Bug 937] Qemu doens't want to flash images
      ([EMAIL PROTECTED])
  10. [Bug 937] Qemu doens't want to flash images
      ([EMAIL PROTECTED])
  11. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
  12. [Bug 972] [patch] neod - PowerButton kills "Home"
      ([EMAIL PROTECTED])
  13. [Bug 973] New: Machine Plugin needed
      ([EMAIL PROTECTED])
  14. [Bug 974] New: Timeout Scheme
      ([EMAIL PROTECTED])
  15. [Bug 975] New: GTA02 wake up scheme (pull pin)
      ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=887





------- Additional Comments From [EMAIL PROTECTED]  2007-11-01 12:14 -------
this is really weird.  It seems to boot reliably when bootdelay is set to 5.
I'll further investigate



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=971

           Summary: OpenMoko restarts without warning
           Product: OpenMoko
           Version: current svn head
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


I have found that recent images of OpenMoko restart without warning and without
any user interaction. Mickey has suggested to me that this may be a kernel
regression.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=354

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=615

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=800

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=964





------- Additional Comments From [EMAIL PROTECTED]  2007-11-02 01:52 -------
Created an attachment (id=368)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=368&action=view)
patch to make neod-menus aware of the screen orientation

Moves menus to a corner next to the button.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=972

           Summary: [patch] neod - PowerButton kills "Home"
           Product: OpenMoko
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: devmand
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


As "Today" is now named "Home" the power button can close it - and X with it...



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=972





------- Additional Comments From [EMAIL PROTECTED]  2007-11-02 02:26 -------
Created an attachment (id=369)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=369&action=view)
patch so that neod doesnt kill home anymore

using "Today" || "Home"... - maybe remove "Today"?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=937





------- Additional Comments From [EMAIL PROTECTED]  2007-11-02 03:23 -------
Hi everyone,
I found that in $HOME/moko/build/qemu/openmoko/flash.sh at line 82.
If you use vi to open this file.
you can type :set list to show tab as ^I and newline as $.

Originally, line 82 looks like that
^Iemu $1 <<< "                $
there are a lot of spaces between " and $
So, I remove these spaces that makes line 82 looks like this
^Iemu $1 <<< "$ 

Then, I found that the possibility to successfully execute 'make
flash-qemu-local' or 'make flash-qemu-official' is raised.

So, after I removed the garbage spaces and execute 'make flash-qemu-offical'
successfully. It shows me the following message:

All done.

    Read the qemu manual and use a commandline like the following to boot:
 $ arm-softmmu/qemu-system-arm -M neo -m 130 -mtdblock
openmoko/openmoko-flash.image -kernel openmoko/openmoko-kernel.bin -usb 
-show-cursor

    Append '-snapshot' to make the flash image read-only so that every
    time emulation starts in the original unmodified state.
    Use [Enter] for AUX button, [Space] for POWER.
    Append '-usbdevice keyboard' to attach a standard keyboard.
   
    If you've configured qemu with --enable-phonesim (requieres Qt4 and
    a C++ toolchain), use the following commandline to run phonesim:
 $ (cd phonesim; LD_LIBRARY_PATH=lib ./phonesim -gui ../openmoko/neo1973.xml)&
    The GUI is optional. When phonesim is running, append
    '-serial tcp:localhost:12345' to qemu invocation. Security
    note a la GLSA: phonesim listens on 0.0.0.0.


But things seems not done!

Even 'make flash-qemu-official' is successful, 'make run-qemu' still have 
problems.

qemu shows me that:

U-Boot 1.2.0-moko8_r0 (Aug 19 2007 - 19:17:12)

*** BOOT MENU ***

   Boot
   Set console to USB
   Set condole to serial
   Power off
   Factory reset

Press [AUX] to select, [Power] to execute.

Then when I select Boot to execute, it always fail.

NAND read: device 0 offset 0x54000, size 0x208000

Reading data from 0x25be00 --100% complete.
2129920 bytes read:OK
##Booting image at 32000000 ...
Bad Magic Number

Press [AUX] to return to boot menu.



 






------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=937





------- Additional Comments From [EMAIL PROTECTED]  2007-11-02 03:38 -------
The spaces on the first line were inserted intentionally to account for the
characters that will be consumed between qemu starts emulation and u-boot starts
reading serial input.  If they are removed, the initial u-boot commands will
likely be eaten, so I don't think it affects this bug.

I hear the users who observe this bug have mostly started seeing it after a
system upgrade.  Does someone know which particular package upgrade breaks it? 
I'm trying to run only the latest versions of everything but I'm unable to
reproduce.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
[This e-mail has been automatically generated.]

You have one or more bugs assigned to you in the Bugzilla 
bugsystem (http://bugzilla.openmoko.org/cgi-bin/bugzilla/) that require
attention.

All of these bugs are in the NEW state, and have not been touched
in 7 days or more.  You need to take a look at them, and 
decide on an initial action.

Generally, this means one of three things:

(1) You decide this bug is really quick to deal with (like, it's INVALID),
    and so you get rid of it immediately.
(2) You decide the bug doesn't belong to you, and you reassign it to someone
    else.  (Hint: if you don't know who to reassign it to, make sure that
    the Component field seems reasonable, and then use the "Reassign bug to
    owner of selected component" option.)
(3) You decide the bug belongs to you, but you can't solve it this moment.
    Just use the "Accept bug" command.

To get a list of all NEW bugs, you can use this URL (bookmark it if you like!):

    
http://bugzilla.openmoko.org/cgi-bin/bugzilla/buglist.cgi?bug_status=NEW&[EMAIL 
PROTECTED]

Or, you can use the general query page, at
http://bugzilla.openmoko.org/cgi-bin/bugzilla/query.cgi.

Appended below are the individual URLs to get to all of your NEW bugs that 
haven't been touched for a week or more.

You will get this message once a day until you've dealt with these bugs!

  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=41
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=69
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=112
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=114
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=129
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=141
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=181
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=276
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=301
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=340
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=448
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=466
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=555
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=572
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=624
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=630
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=661
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=675
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=696
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=714
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=727
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=808
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=835
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=847
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=864
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=865
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=870
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=881
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=888
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=908
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=933
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=934
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=935
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=945



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=972





------- Additional Comments From [EMAIL PROTECTED]  2007-11-02 07:55 -------
Thanks for the patch, however it doesn't solve the problem. The title of the
today application will vary a lot depending on the network, i.e.:
* No Service
* Emergency Only
* <Operator Name>
* Today
We need to find another charateristic to depend whether we can close it or not.
To mind come either checking whether it is the desktop window, or by setting a
"magic" X property neod would look for. Thoughts?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=973

           Summary: Machine Plugin needed
           Product: OpenMoko
           Version: current svn head
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: P2
         Component: gsmd
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected],[EMAIL PROTECTED]


GTA01 and GTA02 may have different GSM firmware wake up scheme. 
This scheme shall be a machine plug-in, it's machine dependent.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=974

           Summary: Timeout Scheme
           Product: OpenMoko
           Version: current svn head
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: P2
         Component: gsmd
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected],[EMAIL PROTECTED]


If GSM modem failed, firmware may not response and so that gsmd will hang 
forever.
If there is a timeout scheme, gsmd will have a chance to handle this kind of 
error.

(May emit error event, and don't retry)



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=975

           Summary: GTA02 wake up scheme (pull pin)
           Product: OpenMoko
           Version: current svn head
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: P2
         Component: gsmd
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected],[EMAIL PROTECTED]


GTA02 leave a wake up pin, and so that gsmd may wake up the modem (moko3+)
immediately as it wishes. 
However, it does not work now.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog

Reply via email to