Displaying 20 results from an estimated 2000 matches similar to: "Best Practices for Data Recovery for corrupted EXT2/3?"
2006 Aug 16
1
Email dictionary attacks and firewall
I keep seeing 'Joe Average compromised computer on broadband' being used
to do email dictionary attacks on our systems. Seems I always have
several domains going through these. One in particular has been in the
'a-' list for weeks with about 20,000 attempts per day from various
systems. Yeah, I do have a system which blocks email from these systems
for a period of time after 3
2008 Jun 15
2
Desktop Effects -- questions/issues
Hi!
I finally tried enabling the desktop effects yesterday. I'm using an old
Nvidia card (GeForce 4 MX440) with, of course, Nvidia's drivers. this is
on a fully updated Centos 5 system.
Enabling from the gnome menu doesn't exactly work compltely, one needs to
google around a bit to find out the remaining magic incantations to make
it fully work. So, I've done that and it's
2004 Dec 15
0
Trying to recover corrupted journal
My IDE disk went bad (surprising S.M.A.R.T indicated that it was ok,
still getting some errors). I managed to copy most of 120 GB partition
with dd_recover, only something like 600 blocks was unreadable.
After 'e2fsck -y' (or would -p been better?) most of important data not
found from backups was restored. However, one important file is still
missing (an older copy exists so
2022 Apr 24
3
Installing mdadm and C7 on new computer
On 04/23/2022 09:19 PM, H wrote:
> On 04/19/2022 09:57 AM, Roberto Ragusa wrote:
>> On 4/18/22 1:27 PM, H wrote:
>>> I have a new computer with 2 x 2TB SSDs where I wanted to install C7 and use mdadm for RAID1 configuration and encrypting the /home partition. On the net I found https://tuxfixer.com/centos-7-installation-with-lvm-raid-1-mirroring/ which I adopted slightly with
2014 Jun 10
4
[LLVMdev] MachO non-external X86_64_RELOC_UNSIGNED
Thank you for the explanation. Does that mean r_symbolnum is basically
redundant in that case? Also, let me ask you how to handle the following
use case which is somewhat related. Currently in MCJIT for MachO we are
relocating all the debug sections. Eventually (as ELF does), it would be
good to avoid this. However, this means that the debugger would have to
handle relocations (as lldb currently
2006 May 06
1
IPsec with racoon2
Hi,
I'm trying to get IPsec running between 2 FreeBSD (VMware) boxes, using racoon2.
spmd and iked start up okay, but I get an error when I try a ping across the tunnel.
/var/log/messages shows:
May 5 13:52:36 biosa-vm4 iked: [INTERNAL_ERR]: if_spmd.c:726: SLID failed: 550 Operation failed
May 5 13:52:36 biosa-vm4 iked: [INTERNAL_ERR]: isakmp.c:647:isakmp_initiate_cont(): 0:172.20.36.55[0]
2003 Jan 23
1
Locating the MACHINE.SID file...
Hello,
I am setting up our backup Linux server to act a BDC to our Linux PDC.
In the directions that are available within the Swat Online Help... There
is a section that states that the private/MACHINE.SID file must be copied
over exactly as is to the Samba BDC in order for that machine to act as a
Samba BDC to a Samba PDC.
For the life of me, I have been unable to locate that
2003 Apr 25
2
Comments about ext3 FS
After a extensive search about a tool or method to undelete/recover
files deleted from a partition whit the ext3 FS, i want to make some
comments about the use of this FS.
What are the benefits of use the ext3 FS in a system (server, desktop,
etc.) if i cant recover files deleted by an intruder if i want need to
make forensics; or if i want to recover important files deleted
(business, personal
2022 Apr 18
1
Installing mdadm and C7 on new computer
I have a new computer with 2 x 2TB SSDs where I wanted to install C7 and use mdadm for RAID1 configuration and encrypting the /home partition. On the net I found https://tuxfixer.com/centos-7-installation-with-lvm-raid-1-mirroring/ which I adopted slightly with respect to partition sizes, using RAID1 for /boot and /root as well and added the /home partition with RAID1 and chose to have /home
2020 Jul 14
4
DC disaster recovery
Rpvs> On 14/07/2020 17:25, Gregory Sloop via samba wrote:
>> Rpvs> On 14/07/2020 16:51, Gregory Sloop via samba wrote:
>>>> Yeah, I could setup an extra XCP box - but at smaller setups, it really seems like overkill.
>>>> So, it sounds like restores of the VM work "fine."
>>>> How often do machine accounts reset their passwords?
>>
2015 Jul 30
0
Fedora change that will probably affect RHEL
On 07/30/2015 12:35 PM, Chris Murphy wrote:
> No fail2ban, no firewall rules, sshd by default, challengeresponseauth
> by default,
ChallengeResponseAuth is not on by default, on Red Hat derived systems.
I'm pretty sure that was already clarified, much earlier in this thread.
> and a 9 character (even random) passphrase, and that shit
> is going to get busted into. Against a
2003 Jan 17
0
Bad crash with Samba 2.2.7 and linux software RAID-5
While running a combination of Samba 2.2.7 and software (md) RAID-5 on a
RedHat 8.0 machine, I have encountered a peculiar behavior. If anyone
can advise, or report a similar happening, I would greatly appreciate it.
If any user logs into the console (GUI login to X) while users are
browsing or accessing files on the Samba share, smbd processes will
begin to enter a "D" state, and
2005 Sep 06
1
make install error, 4.2p1
Good day and well met.
I'm trying to compile and install openssh-4.2p1 on a Sun Ultra-250 running
Solaris 8.
It's not happy about something. I've searched the bug list and the mail
archives but haven't seen another posting about this. Apologies if there is
one and my eyes just slid right over it.
I've run a configure with the following options, and with no options at
2007 May 04
0
Re: swfdec-mozilla plugin crashing Firefox; no sound
On 5/4/07, John Thissen <jthissen@pipeline.com> wrote:
> Hi -
>
> I hate to bother you with what is likely an installation problem (i.e.,
> not a bug), but there seems to be no one else to ask....
>
A good idea is to either mail the list or - even better - file a bug
in bugzilla instead of mailing me. That way chances are higher that
someone can help you. And as a bonus, if
2014 Jun 09
4
[LLVMdev] MachO non-external X86_64_RELOC_UNSIGNED
Hello everybody,
I would like some insights on the semantics of the X86_64_RELOC_UNSIGNED
relocation type. When r_extern=1, the semantics seem pretty clear:
Let x be a pointer to r_offset of appropriate size given by r_size, then
*x += addr_of_symbol(r_symbolnum)
However, when r_extern=0 the correct behavior is not clear. By analogy with
the above, I would have expected
*x +=
2006 May 04
1
yum, dag and xawtv
Hi,
I'm a newbie with CentOS. Actually, with this generation Linux. I used
it back in the middle 90's (Debian and Slackware) but migrated over to
FreeBSD. I got tired of the dependency nightmares and wanted a system
that "just worked". The FreeBSD ports system did just that for me. I
HATE doing the rpm soup thing. RPM finders are nice but I'd rather just
use something
2015 Jul 30
2
Fedora change that will probably affect RHEL
On Thu, Jul 30, 2015 at 12:20 PM, Warren Young <wyml at etr-usa.com> wrote:
> On Jul 29, 2015, at 5:40 PM, Chris Murphy <lists at colorremedies.com> wrote:
>>
>> On Wed, Jul 29, 2015 at 4:37 PM, Warren Young <wyml at etr-usa.com> wrote:
>>
>>> Security is *always* opposed to convenience.
>>
>> False. OS X by default runs only signed
2005 Apr 02
2
is a very big graphics-device
Hello,
i am searching now the R-Documentation many hours, but i cannot find a
solution to my problem. I hope, i can solve my issue with R.
i have data-tables, 15*40 data-tables
i want to visualise this.
this example-code i copied makes a 3x3-grid:
x <- 0:12
y <- sin(pi/5 * x)
op <- par(mfrow = c(3,3), mar = .1+ c(2,2,3,1))
for (tp in c("p","l","b",
2006 Apr 08
1
RELENG_6_1
Hi,
According to the webpage [1], 6.1 has been branched on April 5. However,
I noticed that there is a tag called RELENG_6_1, not a branch called
RELENG_6_1. For example, sys/conf/newvers.sh [2], rev 1.69.2.11,
is on RELENG_6 branch with tag RELENG_6_1_BP and RELENG_6_1.
It is a bit strange for me. At least, we have RELENG_X_Y branch before
and RELENG_X_Y_BP tag. Is there any special reason that
2006 Mar 28
0
Salvage or undelete files of damaged ext2/ext3 file systems
Hi!
I have made some extensions to debugfs to undelete or recover files
from a damaged ext3 file system.
Salvage or undelete files of damaged ext2/ext3 file systems
debugfs salvage command can be used to salvage files from a damaged ext3
or ext2 file system. The code is alpha, so use at your own risk.
the usage is:
salvage first-block count-blocks
Salvage tries to salvage files found in