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 1202] Packagekit may crash while installing
      ([EMAIL PROTECTED])
   2. [Bug 1220] New: ipkg kernel/module upgrade regression
      ([EMAIL PROTECTED])
   3. [Bug 1221] New: 2.6.24 freezes on GTA01
      ([EMAIL PROTECTED])
   4. [Bug 1221] 2.6.24 freezes on GTA01
      ([EMAIL PROTECTED])
   5. [Bug 1221] 2.6.24 freezes on GTA01
      ([EMAIL PROTECTED])
   6. [Bug 788] Starting or stopping gsmd completely locks up the
      Neo ([EMAIL PROTECTED])
   7. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
   8. [Bug 1054] Description field does not scroll view during
      entering  data ([EMAIL PROTECTED])
   9. [Bug 1109] Translations for openmoko-today are not possible
      ([EMAIL PROTECTED])
  10. [Bug 946] Scrollwheel support for kinetic scroll
      ([EMAIL PROTECTED])
  11. [Bug 908] Unexpected onscreen keyboard expose/collapse
      behavior in       openmoko-terminal2 ([EMAIL PROTECTED])
  12. [Bug 1210] Missed calls appear twice
      ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1202





------- Additional Comments From [EMAIL PROTECTED]  2008-02-05 12:00 -------
I haven't reproduced this on my desktop yet. Please recompile the packagekitd
packages with debugging enabled to produce a useful backtrace. This will be the
only way to debug the issue.



------- 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=1220

           Summary: ipkg kernel/module upgrade regression
           Product: OpenMoko
           Version: 2007.2
          Platform: Neo1973
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


My bleeding-edge build within the last couple of days built a new kernel and
modules, but they did not install correctly onto my GTA01 via ipkg.

In the recent past (see, e.g., bug #1175), upgrading the kernel package via ipkg
would result in the kernel partition being flashed and the new kernel and module
packages being installed.  Before that, the kernel and module packages would
install, but I would have to flash the kernel manually.

But on this upgrade (2.6.22.5-moko11+svnr3874-r13 to 2.6.24+svnr4013-r4014-r3),
*only* the kernel ipkg packages installed.

See the following excerpt from ipkg list_installed, following the upgrade:

kernel - 2.6.24+svnr4013-r4014-r3 - Linux 2.6.x (development) kernel for FIC
SmartPhones shipping w/ OpenMoko
kernel- - 2.6.24+svnr4013-r4014-r3 - Linux 2.6.x (development) kernel for FIC
SmartPhones shipping w/ OpenMoko
kernel-image- - 2.6.24+svnr4013-r4014-r3 - Linux 2.6.x (development) kernel for
FIC SmartPhones shipping w/ OpenMoko

And:

[EMAIL PROTECTED]:~$ ls -l /boot
-rw-r--r--    1 root     root      1761992 Feb  4 18:33 uImage-2.6.24
lrwxrwxrwx    1 root     root            7 Feb  4 21:30 zImage -> zImage-


Kernel modules did not upgrade:

kernel-module-af-packet - 2.6.22.5-moko11+svnr3874-r13 - af-packet kernel module
kernel-module-bluetooth - 2.6.22.5-moko11+svnr3874-r13 - bluetooth kernel
module; Bluetooth Core ver 2.11
kernel-module-bnep - 2.6.22.5-moko11+svnr3874-r13 - bnep kernel module;
Bluetooth BNEP ver 1.2

... etc. etc. etc.  During the ipkg upgrade, each module threw an error that the
corresponding kernel image 2.6.24 was not installed.

And the kernel did not get flashed.  Following reboot:

[EMAIL PROTECTED]:~$ uname -r
2.6.22.5-moko11

Finally, I don't know whether this is related to this bug or not, but I should
also ask -- why are there three separate packages:

kernel
kernel-
kernel-image-

only "kernel-image-" has a file associated with it, the uimage in /boot.



------- 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=1221

           Summary: 2.6.24 freezes on GTA01
           Product: OpenMoko
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


Boots up fine, touchscreen works, full freeze after a couple of seconds -- need
to reboot.



------- 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=1221





------- Additional Comments From [EMAIL PROTECTED]  2008-02-06 00:31 -------
The workaround for that is simply to remove the serial console from
bootargs_base. After doing that, the hang disappears.



------- 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=1221

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |788



------- Additional Comments From [EMAIL PROTECTED]  2008-02-06 02:35 -------
Based on the described symptoms, this is almost certainly the 2.6.24 incarnation
of the problem described in bug #788.  Discussion is underway on the kernel ML
regarding the best of several possible approaches to kill this bug.  Until then
removing the console clause from command-line arguments in the boot env
variables is probably a reasonable solution.

(Unless one of the OpenMoko powers-that-be can see fit to reinstate the 2.6.22
fix that's been in the OE for a while, until such time as this can be fixed
correctly?)



------- 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=788

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |1221
              nThis|                            |





------- 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=934
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=935
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1012
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1081
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1107
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1127
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1133
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1136
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1158
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1161
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1162
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1165
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1177
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1189
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1193
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1197
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1199
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1200
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1201



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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]       |[EMAIL PROTECTED]





------- 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=1109

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]       |[EMAIL PROTECTED]





------- 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=946

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]       |[EMAIL PROTECTED]





------- 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=908

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]       |[EMAIL PROTECTED]





------- 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=1210

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]       |[EMAIL PROTECTED]





------- 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