View Single Post
Posts: 11 | Thanked: 9 times | Joined on Sep 2011
#2
here is a log from dbus-monitor --session when pressing a gtalk chat or skype call button in the contacts manager:


Code:
method call sender=:1.75 -> dest=org.freedesktop.Telepathy.AccountManager serial=113 path=/org/freedesktop/Telepathy/Account/gabble/jabber/--removed--; interface=com.nokia.Account.Interface.ChannelRequests; member=EnsureChannel
   array [
      dict entry(
         string "org.freedesktop.Telepathy.Channel.TargetHandleType"
         variant             uint32 1
      )
      dict entry(
         string "org.freedesktop.Telepathy.Channel.TargetID"
         variant             string "--removed gmail account---@gmail.com"
      )
      dict entry(
         string "org.freedesktop.Telepathy.Channel.ChannelType"
         variant             string "org.freedesktop.Telepathy.Channel.Type.Text"
      )
   ]
   uint64 1388064
   string ""
error sender=:1.20 -> dest=:1.75 error_name=com.nokia.MissionControl.Errors.Lowmem reply_serial=113
   string "Insufficient memory"
method call sender=:1.75 -> dest=org.freedesktop.Telepathy.AccountManager serial=114 path=/org/freedesktop/Telepathy/Account/spirit/skype/--removed--; interface=com.nokia.Account.Interface.ChannelRequests; member=Create
   array [
      dict entry(
         string "org.freedesktop.Telepathy.Channel.TargetHandleType"
         variant             uint32 1
      )
      dict entry(
         string "org.freedesktop.Telepathy.Channel.TargetID"
         variant             string "--removed skype handle--"
      )
      dict entry(
         string "org.freedesktop.Telepathy.Channel.ChannelType"
         variant             string "org.freedesktop.Telepathy.Channel.Type.StreamedMedia"
      )
   ]
   uint64 1413766
   string ""
error sender=:1.20 -> dest=:1.75 error_name=com.nokia.MissionControl.Errors.Lowmem reply_serial=114
   string "Insufficient memory"
Code:
Nokia-N900:/home/user# free
              total         used         free       shared      buffers
  Mem:       245268       237944         7324            0         7140
 Swap:       822360         3036       819324
Total:      1067628       240980       826648
sd card remapped to mmcblk0 with these /etc/event.d/rcS-late modifications:

Code:
    mv /dev/mmcblk1 /dev/mmcblk0
    mv /dev/mmcblk1p1 /dev/mmcblk0p1
    mv /dev/mmcblk1p2 /dev/mmcblk0p2
    mv /dev/mmcblk1p3 /dev/mmcblk0p3
    echo "/dev/mmcblk0p2 /home ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0" >> $tmp_fstab
    echo "/home/opt /opt none bind" >> $tmp_fstab
    echo "/dev/mmcblk0p1 /home/user/MyDocs vfat nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,gid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0" >> $tmp_fstab



Code:
Nokia-N900:/home/user# mount
rootfs on / type rootfs (rw)
ubi0:rootfs on / type ubifs (rw,bulk_read,no_chk_data_crc)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,noatime,size=20480k)
tmpfs on /var/run type tmpfs (rw,nosuid,noatime,size=5120k,mode=755)
none on /dev type tmpfs (rw,noatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noatime,size=65536k)
/dev/mmcblk0p2 on /home type ext3 (rw,noatime,errors=continue,commit=1,data=writeback)
/dev/mmcblk0p1 on /home/user/MyDocs type vfat (nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,gid=29999,shortname=mixed,dmask=000,fmask=0133,rodir)
/home/opt on /opt type none (bind)
nodev on /sys/kernel/debug type debugfs (0)
/opt/pymaemo/usr/lib/python2.5 on /usr/lib/python2.5 type bind (bind)
/opt/pymaemo/usr/share/pyshared on /usr/share/pyshared type bind (bind)
/opt/pymaemo/usr/lib/pyshared on /usr/lib/pyshared type bind (bind)
/opt/pymaemo/usr/share/python-support on /usr/share/python-support type bind (bind)
/opt/pymaemo/usr/lib/python-support on /usr/lib/python-support type bind (bind)

any idea what may cause these Insufficient Memory errors?

Last edited by ired; 2012-03-24 at 13:35.
 

The Following User Says Thank You to ired For This Useful Post: