Archive for August, 2008
Remove Compress Old Files Feature
I found it very annoying… every time i tried to use Disk Cleanup Tool in windows xp it took a long time to find files it could compress… I ask - WHAT FOR?
Compressing is the last thing I need. There is a good way to disable this or even more… just take a look in your registry at key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Compress old files
Then delete whole key, or make a file “rm_compress.reg” file and paste there (or you can download mine:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Compress old files]
signature verification failed - PLD Linux
For some time I have this warning:
poldek:/all-avail> upgrade pam-*
Processing dependencies…
pam-0.80.1-14.i686 obsoleted by pam-0.80.1-17.i686
pam-libs-0.80.1-14.i686 obsoleted by pam-libs-0.80.1-17.i686
There are 2 packages to install, 2 to remove:
I pam-0.80.1-17.i686, pam-libs-0.80.1-17.i686
R pam-0.80.1-14.i686, pam-libs-0.80.1-14.i686
Need to get 520.9KB of archives (520.9KB to download).
After unpacking 1.3MB will be used.
Retrieving ac-updates::pam-libs-0.80.1-17.i686.rpm…
………………………… 100.0% [139.9K (99.0K/s)]
Retrieving ac-updates::pam-0.80.1-17.i686.rpm…
………………………… 100.0% [381.0K (230.0K/s)]
error: pam-libs-0.80.1-17: signature verification failed
error: pam-0.80.1-17: signature verification failed
There were signature verification errors. Proceed? [N/y]
and finally I would love to make it clean!
But when I tried to do (followed by pld docs!!!):
rpm –import ftp://ftp.pld-linux.org/dists/2.0/PLD-2.0-Ac-GPG-key.asc
i got:
error: ftp://ftp.pld-linux.org/dists/2.0/PLD-2.0-Ac-GPG-key.asc: import read failed(-1).
So if you are scarred of “man in the middle” just to this:
wget -q ftp://ftp.pld-linux.org/dists/2.0/PLD-2.0-Ac-GPG-key.asc
rpm –import PLD-2.0-Ac-GPG-key.asc
best regards!
Virtual device driver error message in 16-Bit MS-DOS subsystem
Today I got bad sound message, which for me is connected with previous symantec preinstallation (lenovo machine), but it shows up when some some wolterskluwer program is started (with no consequences
)
The answer how to repair this problem is described in MS Knowledge Base so go here and have fun ![]()
Microsoft Office 2007 service pack 1 installation failure
I couldn’t install all windows updates because of the fact that automatic updates is falling down every time because of problem with installing office 2007 sp1. I tried to install it manualy but the same error occured:
2007 Microsoft Office Suite Service Pack 1 (SP1) has stopped working
and in installation log:
Error 1935.An error occurred during the installation of assembly component {46174A62-FAFE-4BD6-9662-F9A9F588F034}. HRESULT: 0×80131047. assembly interface: IAssemblyCacheItem, function: Commit, assembly name: Microsoft.Office.InfoPath.Client.Internal.Host,fileVersion=”12.0.6215.1000″,version= “12.0.0.0000000″,culture=”neutral”,publicKeyToken=”71E9BCE111E9429C”
or:
Error 1935.An error occurred during the installation of assembly component {04E73476-518E-4B6A-8E10-021A00078847}. HRESULT: 0×80131047. assembly interface: IAssemblyCacheItem, function: Commit, assembly name: Microsoft.Office.Interop.PowerPoint,fileVersion=”12.0.6211.1000″,version=”12.0.0.000 0000″,culture=”neutral”,publicKeyToken=”71E9BCE111E9429C”
There is a KB describing this problem here!
The funny thing is “method 2″ (workaround) it sound like this:
Method 2
Put a readable DVD or CD in the DVD drive or in the CD drive before you install the 2007 Microsoft Office suite Service Pack 1 (SP1).Note We do not recommend that you use Method 2. On some operating systems, Method 2 allows for the drive to be accessed so that the 2007 Microsoft Office suite Service Pack 1 (SP1) can be installed successfully. However, the issue with the original invalid drive still exists. Additionally, this issue may recur when you apply future 2007 Office updates.
believe me or not, it can be even the newest porn film from your “under-bed” collection
:) ![]()
HP LaserJet 1020 series spooler.exe problem
I have a common problem with users who has HP LaserJet 1020/1022 series. They have problem with commonly hanging up spooler service. I found some clues at hp business forum but nothing with working solution.
The problem looks like:
Faulting application spoolsv.exe, version 5.1.2600.2696, faulting module ZSR.DLL, version 6.20.1625.0, fault address 0×0001f979.
You can find a solution working for a while like MS KB324757. But I found almost same, working, and for my users made a small batch file.
Just make a file clean_spooler.bat and insert there:
net stop “spooler”
del /S /Q c:\windows\system32\Spool\Printers\*
net start “spooler”
and tell users to use it every time they has problems with damaged driver!
uninstall BitDefender - horrible
I’m testing some antivirus software (to compare performance and quality), first was BitDefender. I read some tests, and it has very good ranks. In my opinion it has some problems with windows xp sp3, but, now I noticed another problem.
I uninstalled (with add/remove programs) whole BitDefender (restarted my machine), and tried to install ESET NOD32. But NOD found that I have BitDefender installed, why?
First - registry…
deleted keys:
HKEY_CURRENT_USER\Software\BitDefender
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\BitDefender 2008
in:
HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache
C:\Program Files\BitDefender\BitDefender 2008\bdagent.exe
C:\Program Files\BitDefender\BitDefender 2008\IEShow.exe
C:\Program Files\BitDefender\BitDefender 2008\seccenter.exe
and
HKEY_LOCAL_MACHINE\SOFTWARE\BitDefender
It worked ![]()
resize ntfs partition for free
I looked up for a tool to resize ntfs partition (bootable one)… And found some easy in use (but looks very similar) tool - EASEUS Partition Manager Home Edition 1.6.4. It really works ![]()
openvpn force tun/tap number
I made some vpn tunnels, but by default interface number is taken form successfull connect sequence. If you would like to set it up in config file instead of:
dev tun
use:
dev tun0
openvpn configuration, some problems with understanding certs
I have some problems with understanding the certs things… but I found rather clear howto at openvpn site:
next tip, for much more security in openvpn is setting:
server side:
tls-auth /path/to/ta.key 0
client side:
tls-auth /path/to/ta.key 1
first you should generate this cert by:
openvpn –genkey –secret ta.key
and maybe changing the default blowfish alghoritm (128bit) with 256-bit AES by adding:
cipher AES-256-CBC
long time without post
Sorry for everyone… but many things happened - I changed the job (good news :), it will make my blog updated increasigly (I hope), second reason holiday time (almost 1 month)… so, with new strenght - welcome in August!


