|
List Info
Thread: recovering deleted posts
|
|
| recovering deleted posts |

|
2006-02-14 16:17:56 |
Is this possible? I had a user do something like try to
delete a
category. She reports that she got impatient because nothing
was
happening and may have used the browser's back button
and/or refreshed
the page. The short of it is I have no idea what she did,
but all of
her posts are gone.
Thanks,
Todd
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep
through log files
for problems? Stop! Download the new AJAX search engine
that makes
searching your log files as easy as surfing the web.
DOWNLOAD SPLUNK!
http:
//sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#
0486&dat1642
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|
|
| recovering deleted posts |

|
2006-02-14 23:05:04 |
On Feb 14, 2006, at 11:17 AM, Todd Slater wrote:
> Is this possible?
:( Not likely, unless there is a file-system backup hanging
around.
Since blojsom is file backed, files go to the bit-bucket
for
collecting.
There might be disk free sector recovery tools, but restores
from
recent file system backups, if available, are the easiest.
Tim
> I had a user do something like try to delete a
> category. She reports that she got impatient because
nothing was
> happening and may have used the browser's back button
and/or refreshed
> the page. The short of it is I have no idea what she
did, but all of
> her posts are gone.
>
> Thanks,
> Todd
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you
grep through
> log files
> for problems? Stop! Download the new AJAX search
engine that makes
> searching your log files as easy as surfing the web.
DOWNLOAD
> SPLUNK!
> http:
//sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#
0486&dat1642
> _______________________________________________
> Blojsom-users mailing list
> Blojsom-users lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep
through log files
for problems? Stop! Download the new AJAX search engine
that makes
searching your log files as easy as surfing the web.
DOWNLOAD SPLUNK!
http:
//sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#
0486&dat1642
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|
|
| recovering deleted posts |

|
2006-02-15 02:02:44 |
On 2/14/06, Timothy Stone <blojsom.user gmail.com> wrote:
>
> On Feb 14, 2006, at 11:17 AM, Todd Slater wrote:
>
> > Is this possible?
>
> :( Not likely, unless there is a file-system backup
hanging around.
> Since blojsom is file backed, files go to the
bit-bucket for
> collecting.
>
> There might be disk free sector recovery tools, but
restores from
> recent file system backups, if available, are the
easiest.
Just as I suspected. Unfortunately, the last backup
pre-dates this
blog's recent activity. I'll see what I can find for
recovering files
on ext3.
Thanks,
Todd
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep
through log files
for problems? Stop! Download the new AJAX search engine
that makes
searching your log files as easy as surfing the web.
DOWNLOAD SPLUNK!
http:
//sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#
0486&dat1642
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|
|
| recovering deleted posts |

|
2006-02-15 09:23:53 |
|
Hi Todd,
I think the only possible cause of the disappearance of all entries is
when the person deletes the root "/" category, but then again, the
warning prompt should come up before it actually deletes the entries.
I'm assuming you don't have logging set to DEBUG, if you do, you'll see this in the log
Feb 15 20:16:32 DEBUG [http-8080-Processor23] admin.EditBlogCategoriesPlugin - Deleted blog category: /
Perhaps you can trace her username on the access log, find out the time
she's logged in, and trace Blojsom log around that time for any clue
with what might have happened with her blog (what she did etc).
Good luck.
Cheers,
Cliff.
On 2/15/06, Todd Slater <gmail.com">dontodd gmail.com> wrote:
Is this possible? I had a user do something like try to delete a category. She reports that she got impatient because nothing was happening and may have used the browser's back button and/or refreshed the page. The short of it is I have no idea what she did, but all of
her posts are gone.
Thanks, Todd
|
| recovering deleted posts |

|
2006-02-15 13:45:51 |
Hi Cliffano,
I did have debugging on, and I found this:
Feb 14 10:39:43 DEBUG [http-8080-Processor40]
admin.EditBlogCategoriesPlugin - User request blog category
delete
action
Feb 14 10:39:43 DEBUG [http-8080-Processor40]
admin.EditBlogCategoriesPlugin - Deleted blog category:
/usr/local/jakarta-tomcat/blojsom-blogs/sedwards
There were several requests to
admin.EditBlogCategoriesPlugin around
that time, which makes me think she was clicking/refreshing
and
probably didn't realize what she was doing.
The category in the log, however, is not the root category,
but it is
the root of her entries--at least I suppose that is saying
it removed
everything under
/usr/local/jakarta-tomcat/blojsom-blogs/sedwards,
which would have included all subcategories and posts.
Thanks,
Todd
On 2/15/06, Cliffano Subagio <cliffano gmail.com> wrote:
> Hi Todd,
>
> I think the only possible cause of the disappearance
of all entries is when
> the person deletes the root "/" category,
but then again, the warning prompt
> should come up before it actually deletes the entries.
>
> I'm assuming you don't have logging set to DEBUG, if
you do, you'll see
> this in the log
> Feb 15 20:16:32 DEBUG [http-8080-Processor23]
> admin.EditBlogCategoriesPlugin - Deleted blog category:
/
>
> Perhaps you can trace her username on the access log,
find out the time
> she's logged in, and trace Blojsom log around that
time for any clue with
> what might have happened with her blog (what she did
etc).
>
> Good luck.
>
>
> Cheers,
> Cliff.
>
>
> On 2/15/06, Todd Slater <dontodd gmail.com> wrote:
> > Is this possible? I had a user do something like
try to delete a
> > category. She reports that she got impatient
because nothing was
> > happening and may have used the browser's back
button and/or refreshed
> > the page. The short of it is I have no idea what
she did, but all of
> > her posts are gone.
> >
> > Thanks,
> > Todd
> >
>
>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep
through log files
for problems? Stop! Download the new AJAX search engine
that makes
searching your log files as easy as surfing the web.
DOWNLOAD SPLUNK!
http:
//sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#
0486&dat1642
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|
|
| recovering deleted posts |

|
2006-02-15 20:49:41 |
One of the issues addressed in blojsom 2.29 was the addition
of JavaScript
to confirm all the delete XXX operations through the
administration
interface.
http:
//jira.blojsom.com/jira/browse/BLOJSOM-109
Sorry this probably doesn't help you much now.
On 2/15/06 8:45 AM, "Todd Slater"
<dontodd gmail.com> wrote:
> Hi Cliffano,
>
> I did have debugging on, and I found this:
>
> Feb 14 10:39:43 DEBUG [http-8080-Processor40]
> admin.EditBlogCategoriesPlugin - User request blog
category delete
> action
> Feb 14 10:39:43 DEBUG [http-8080-Processor40]
> admin.EditBlogCategoriesPlugin - Deleted blog category:
> /usr/local/jakarta-tomcat/blojsom-blogs/sedwards
>
> There were several requests to
admin.EditBlogCategoriesPlugin around
> that time, which makes me think she was
clicking/refreshing and
> probably didn't realize what she was doing.
>
> The category in the log, however, is not the root
category, but it is
> the root of her entries--at least I suppose that is
saying it removed
> everything under
/usr/local/jakarta-tomcat/blojsom-blogs/sedwards,
> which would have included all subcategories and posts.
>
> Thanks,
>
> Todd
>
> On 2/15/06, Cliffano Subagio <cliffano gmail.com> wrote:
>> Hi Todd,
>>
>> I think the only possible cause of the
disappearance of all entries is when
>> the person deletes the root "/"
category, but then again, the warning prompt
>> should come up before it actually deletes the
entries.
>>
>> I'm assuming you don't have logging set to
DEBUG, if you do, you'll see
>> this in the log
>> Feb 15 20:16:32 DEBUG [http-8080-Processor23]
>> admin.EditBlogCategoriesPlugin - Deleted blog
category: /
>>
>> Perhaps you can trace her username on the access
log, find out the time
>> she's logged in, and trace Blojsom log around that
time for any clue with
>> what might have happened with her blog (what she
did etc).
>>
>> Good luck.
>>
>>
>> Cheers,
>> Cliff.
>>
>>
>> On 2/15/06, Todd Slater <dontodd gmail.com> wrote:
>>> Is this possible? I had a user do something
like try to delete a
>>> category. She reports that she got impatient
because nothing was
>>> happening and may have used the browser's back
button and/or refreshed
>>> the page. The short of it is I have no idea
what she did, but all of
>>> her posts are gone.
>>>
>>> Thanks,
>>> Todd
>>>
>>
>>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you
grep through log files
> for problems? Stop! Download the new AJAX search
engine that makes
> searching your log files as easy as surfing the web.
DOWNLOAD SPLUNK!
> http:
//sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#
0486&dat1642
> _______________________________________________
> Blojsom-users mailing list
> Blojsom-users lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
--
David Czarnecki
http://www.blojsom.com/b
log/ | http://blojsom.sf.net
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep
through log files
for problems? Stop! Download the new AJAX search engine
that makes
searching your log files as easy as surfing the web.
DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|
|
[1-6]
|
|