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 760] New: /etc/default/gsmd: 6: Syntax error
      ([EMAIL PROTECTED])
   2. [Bug 761] New: gsdm does not start
      ([EMAIL PROTECTED])
   3. [Bug 762] New: GTA01v4 Only Charges at 40ma
      ([EMAIL PROTECTED])
   4. [Bug 744]
      qemu-native-0.9.0+cvs20070613-r4-do_populate_staging
      ([EMAIL PROTECTED])
   5. [Bug 746] linux-gta01-2.6.21.5-r3-do_prepatch
      ([EMAIL PROTECTED])
   6. [Bug 93] test 4GB microSD card compatibility
      ([EMAIL PROTECTED])
   7. [Bug 385] Openmoko dialer fails after gsmd restart
      ([EMAIL PROTECTED])
   8. [Bug 385] Openmoko dialer fails after gsmd restart
      ([EMAIL PROTECTED])
   9. [Bug 747] uicmoc4-native_4.3.1.bb
      ([EMAIL PROTECTED])
  10. [Bug 747] uicmoc4-native_4.3.1.bb
      ([EMAIL PROTECTED])
  11. [Bug 763] New:
      
uboot-gta01-1.2.0+svnnow-r14_3e66c078003607a7d1d214c15a5f262bc1b4032f_0_2834-do_compile
      ([EMAIL PROTECTED])
  12. [Bug 763]
      
uboot-gta01-1.2.0+svnnow-r14_3e66c078003607a7d1d214c15a5f262bc1b4032f_0_2834-do_compile
      ([EMAIL PROTECTED])
  13. [Bug 757] Patch to openmoko-dialer to handle CREG: 2
      responses ([EMAIL PROTECTED])
  14. [Bug 758] libmokogsmd2 doesn't handle CB and DS events
      ([EMAIL PROTECTED])
  15. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=760

           Summary: /etc/default/gsmd: 6: Syntax error
           Product: OpenMoko
           Version: 2007.2
          Platform: Neo1973
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: gsmd
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


While executing:
[EMAIL PROTECTED]:~$ /etc/init.d/gsmd stop

I got

/etc/init.d/gsmd: /etc/default/gsmd: 6: Syntax error: word unexpected (expecting
")")

Mentioned file:

[EMAIL PROTECTED]:~$ head /etc/default/gsmd
# gsmd  This shell script configures for the gsmd init script.

. /etc/init.d/functions

case `cpuinfo_id` in
        "GTA01", "GTA02")


Patch to fix this:

--- /etc/default/gsmd.orig      Thu Aug 23 22:33:58 2007
+++ /etc/default/gsmd   Thu Aug 23 22:34:17 2007
@@ -3,12 +3,12 @@
 . /etc/init.d/functions

 case `cpuinfo_id` in
-       "GTA01", "GTA02")
+       "GTA01","GTA02")
                GSMD_OPTS="-s 115200 -F"
                GSM_POW="/sys/bus/platform/devices/gta01-pm-gsm.0/power_on"
                GSM_DEV="/dev/ttySAC0"
                ;;
-       "HTC Apache", "HTC Blueangel")
+       "HTC Apache","HTC Blueangel")
                GSMD_OPTS="-s 115200 -F"
                GSM_DEV="/dev/ttyS0"
                ;;



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

           Summary: gsdm does not start
           Product: OpenMoko
           Version: 2007.2
          Platform: Neo1973
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: gsmd
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


[EMAIL PROTECTED]:~$ /etc/init.d/gsmd start
Starting gsmd: No  device, aborting gsmd startup.

OpenMoko-openmoko-devel-image-glibc-P1-August-Snapshot-20070823-fic-gta01.rootfs.jffs2
uImage-2.6.21.6-moko11-r2-fic-gta01.bin



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

           Summary: GTA01v4 Only Charges at 40ma
           Product: Neo1973 Hardware
           Version: GTA01v4
          Platform: Neo1973
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: PMU (Power Management Unit)
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


Tests done with my two GTA01v4 and repeated by other on #openmoko show that the
device only default charges at 40ma and not 100ma as advertised. This is a big
problem when the GSM modem is still on as that alone draws about 30ma leaving
only 10ma to charge the battery. In any case, 40ma instead of 100ma means it
takes 2.5
times as long to charge the neo from the off condition. 

Test setup - milliampmeter in series with USB +5 from multiple machines.



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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|Phase+0                     |---



------- Additional Comments From [EMAIL PROTECTED]  2007-08-27 15:14 -------
I close this once again, as it builds fine on my machine. If the autobuilder
reopens this again we need to take a deeper look.



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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-08-27 15:15 -------
We use 2.6.21.6 which builds fine. Looks like an outdated bug.



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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-08-27 17:57 -------
After #677 got fixed I have no more problems.

I copied an 800MB file from the host via usbnet to the card, copied it two times
more on the card and finally transfered one of the copies back to the host and
tested on differences with cmp(1). Files were identically. :)

I also had a look at dmesg for s3cmci errors, but none showed up.

So SDHC support works fine. I'll update the table in the wiki accordingly.



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





------- Additional Comments From [EMAIL PROTECTED]  2007-08-27 19:20 -------
Is it possible for libgsmd to have a kind of restart-upon-disconnection feature
? if the FD is closed because of a gsmd restart or crash, it should be possible
to re-issue the connection in a hidden way so the application do not have to be
restarted.
It is in fact the same for the panel-gsm applet. it should be good to re-connect
gsmd after it restarts or crash.



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





------- Additional Comments From [EMAIL PROTECTED]  2007-08-27 19:21 -------
if libgsmd would use dbus-activation the problem would go away as well



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





------- Additional Comments From [EMAIL PROTECTED]  2007-08-27 22:03 -------
I had the same problem but after upgrading to gcc 4.2 it works fine for me....



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





------- Additional Comments From [EMAIL PROTECTED]  2007-08-27 22:33 -------
I had same problem on i686 using gcc 3.4.6 and x86_64 gcc 4.1.2
Adding +network to the uic3.pro file changes the order of the libraries in the
link line from
    -lQtNetwork -lssl -lcrypto -lQtXml -lQtGui
to
    -lQtXml -lQtGui -lQtNetwork -lssl -lcrypto

which worked on both platforms



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

           Summary: uboot-gta01-1.2.0+svnnow-
                    r14_3e66c078003607a7d1d214c15a5f262bc1b4032f_0_2834-
                    do_compile
           Product: OpenMoko
           Version: unspecified
          Platform: Neo1973
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: autobuilds
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


The package failed to build at 20070827220007



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





------- Additional Comments From [EMAIL PROTECTED]  2007-08-28 02:25 -------
Created an attachment (id=259)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=259&action=view)
Build log

The package failed to build at 20070827220007



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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://pastebin.ca/672064   |http://svn.nslu2-
                   |                            |linux.org/svnroot/mokomakefi
                   |                            |le/trunk/patches/openmoko-
                   |                            |HEAD/openmoko-dialer.patch



------- Additional Comments From [EMAIL PROTECTED]  2007-08-28 04:54 -------
Patch is now at
http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/patches/openmoko-HEAD/openmoko-dialer.patch





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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://pastebin.ca/672079   |http://svn.nslu2-
                   |                            |linux.org/svnroot/mokomakefi
                   |                            |le/trunk/patches/openmoko-
                   |                            |HEAD/libmokogsmd.patch



------- Additional Comments From [EMAIL PROTECTED]  2007-08-28 04:55 -------
Patch is now at
http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/patches/openmoko-HEAD/libmokogsmd.patch




------- 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=112
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=114
  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=301
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=340
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=412
  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=589
  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=696
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=700
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=704
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=723
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=724
  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=727



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

Reply via email to