View Single Post
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#16
Seems like due some bug, recaller fails to stop recording sometimes.
Well, has happened once, and just now recaller has recorded over an hour already and I do not know how to stop it.
ps command doesn't give a hint what process should be killed.
# ps -a|grep recall
6653 root 2088 S grep recall

Still it says time to time "recaller: recording since (one hour ago)"
The widget on the desktop is green but nothing happens when clicked.

edit: I noticed /home/user/MyDocs is not mounted and I have recaller store its recordings to /home/user/MyDocs/recaller/
There is no /home/user/MyDocs/recaller when /dev/mmcblk0p1 is not mounted.

Removing widget from Desktop and reinstalling it didn't help either. The notifications pop-up bars still come up time to time. But it is not writing to any file though, even after I manually mounted /dev/mmcblk0p1 to /home/user/MyDocs

edit2:
Rebooting got rid of the notification.

Why /dev/mmcblk0p1 is not mounted after the re-boot, I do not know.
Is it a known bug?
Code:
Nokia-N900-42-11:~# df -h /home/user/MyDocs
Filesystem                Size      Used Available Use% Mounted on
/dev/mmcblk0p2            2.0G    713.4M      1.2G  37% /home
Nokia-N900-42-11:~# mount /home/user/MyDocs
Nokia-N900-42-11:~# df -h /home/user/MyDocs
Filesystem                Size      Used Available Use% Mounted on
/dev/mmcblk0p1           27.0G      5.8G     21.2G  22% /home/user/MyDocs

Last edited by zimon; 2010-04-28 at 12:06.