[Server-devel] Server-devel Digest, Vol 70, Issue 7

Tony Anderson tony at olenepal.org
Tue Feb 26 12:50:02 EST 2013


Hi,

I am not sure why you addressed the server-devel mailing list. I don't 
see any connection with what you are doing and a server. If there is, 
that could be part of the problem.

With an XO as a standalone system, what you did should have worked.

However, you might want to find out if the datastore is the culprit. You 
may also have installed too many activities.

The activities are in /home/olpc/Activities. Check this folder to see 
how big it is.

This command: rm -fR /home/olpc/.sugar/default/datastore uses -fr not 
-fR which might be part of the problem.

I would do the following:

cd /home/olpc/.sugar/default
rm -rf datastore/*

Then you can do:

ls -l

to see if the folder is indeed empty.

If you have too much space allocated to the Activities folder, I would 
remove them one at a time from the list view.

You can check allocation of space using the command:

df -h

Within a specific folder such as Activities or datastore, you can use

du -h

to get a detailed breakdown of the disk space in use. The -h puts the 
numbers in more readable form.

I hope this helps.

Tony



On 02/26/2013 12:00 PM, server-devel-request at lists.laptop.org wrote:
> Send Server-devel mailing list submissions to
> 	server-devel at lists.laptop.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.laptop.org/listinfo/server-devel
> or, via email, send a message with subject or body 'help' to
> 	server-devel-request at lists.laptop.org
>
> You can reach the person managing the list at
> 	server-devel-owner at lists.laptop.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Server-devel digest..."
>
>
> Today's Topics:
>
>     1. delete Activities and datastore (vanessa ramos da cruz)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 26 Feb 2013 16:20:09 +0000
> From: vanessa ramos da cruz <v.ramosdacruz at gmail.com>
> To: server-devel at lists.laptop.org
> Subject: [Server-devel] delete Activities and datastore
> Message-ID:
> 	<CAAkRY0YcELUpczWi2geK2Y5+wOR3io2oC0hyoK76zXZRXT+ZQQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> I am trying to clean up the entire diary from an XO-1.5, because it was so
> full, i deleted the datastore directory on the terminal. After reboot, the
> diary was not empty. Then i tried to delete all itens one by one, after
> reboot all itens were there again.
> I used this command: rm -fR /home/olpc/.sugar/default/datastore
>
>
> I tried to delete all activities on the same computer on the terminal, but
> after reboot the activities were still there.
>
> On /home/olpc/Activities i used the following command: rm -fR *.activity
>
> Can you please help me? I dont know what else to do to clean up these
> Computer!
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.laptop.org/pipermail/server-devel/attachments/20130226/62c74b38/attachment-0001.html>
>
> ------------------------------
>
> _______________________________________________
> Server-devel mailing list
> Server-devel at lists.laptop.org
> http://lists.laptop.org/listinfo/server-devel
>
>
> End of Server-devel Digest, Vol 70, Issue 7
> *******************************************
> .
>



More information about the Server-devel mailing list