March 11th, 2009 05:19 AM
We had the same problem about 6 months ago where someone deleted the wrong OU. Luckily we use CommVault Active Directory agents on our Domain Controllers and were able to restore the OU. We had to...
September 18th, 2006 05:00 PM
I'm still rather new to this site. What do you mean by troll?
Sorry for my ignorance!
September 14th, 2006 10:50 PM
Thanks for the heads up! I wasn't aware of this case.
September 14th, 2006 06:32 PM
Actually this has been out for quite a while now.
http://www.securityfocus.com/bid/18107
http://securityresponse.symantec.com/avcenter/security/Content/2006.05.25.html
Hope this helps!
April 28th, 2006 05:36 PM
Thanks Maestr0 for the suggestion. I tried this, but for some reason I had to specify the full path where my rpms were located.
ex. rpm -ivh --root=/jail /var/lib/rpm/rpm-*.*.rpm
I don't...
April 25th, 2006 11:50 PM
I don't know how valid this article is since you are using XP SP2 and it appears that the article is based on Windows ME.
http://www.windowsnetworking.com/articles_tutorials/adslfix.html
April 25th, 2006 10:56 PM
SysInternals is a great place to start:
http://www.sysinternals.com/Utilities/RootkitRevealer.html
There are several referenced sites at the bottom that this site is based on.
April 25th, 2006 10:39 PM
I would try these two commands on the machine that is giving you problems
ipconfig /flushdns
ipconfig /registerdns
April 25th, 2006 10:32 PM
I am making progress slowly but surely. Anyway as an FYI, the path to use when using the chroot command is relative to the chrooted environment. In my case I must use:
chroot /jail up2date -uik...
April 25th, 2006 06:58 PM
Actually I would like to run this command:
chroot /jail up2date -uik /jail/tmp
However, I don't know if the directory I specify is relative to the /jail or to the real /. In other words, does...
April 21st, 2006 05:02 PM
I haven't been able to find anything significant on the RH site (I'm probably not searching with the right keywords). Anyway, I did find something through Google about using the chroot command to...
April 21st, 2006 04:05 PM
Thanks for the help. I will definitely look for these docs on the RH site. The reason why we want to automate this process is because we know exactly what we have as far as daemons and such in our...
April 20th, 2006 10:33 PM
Hi All-
I am relatively new to the Linux world. I want to know if there is a way to automate the patching of a chrooted environment. I am running RHEL ES 3.0 U7. When I receive critical RPM(s)...