Is there a way in Windows to check that say Security Bulletin MS**-***
or CVE-****-*****
has been patched? e.g. something akin to RedHat's rpm -q --changelog service
Windows 2008 R2 SP1
Is there a way in Windows to check that say Security Bulletin MS**-***
or CVE-****-*****
has been patched? e.g. something akin to RedHat's rpm -q --changelog service
Windows 2008 R2 SP1
Is there a way to create a group, or add to an existing group, to a rule in Windows Advanced Firewall (preferable through a command prompt or WSH script).
Edit:
Is there a way to configure postfix to disable_dns_lookups
per connecting/trusted client?
Edit I have an application server that I trust, which is sending me email. It sets the From, as a customer's email. However, if the customer's DNS is not working, my email server rejects the message because it can't find the IP for the email, although it was actually generated by the app server.
I simply want to turn off the DNS checks for email coming from the app server.
Anyone know a workaround for the instructions found here: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4220 since they are incorrect for Windows Standard 2008 R2 SP1. There is no "Removable Storage Manager" feature available!
Why are the reverse Zone files in Bind split by octets instead of subnets?
This is what I would expect to see:
subnets:
172.0.208/22
10.0.2.0/25
10.0.2.128/25
host# ls /path/to/zone/files
208.0.172.in-addr.arpa
0.2.0.10.in-addr.arpa
128.2.0.10.in-addr.arpa
Is there a way to get back references for Rewrite Conditions to be passed to all subsequent rewrite rules?
Here's an example:
RewriteEngine On
RewriteCond %{HTTP_HOST} (bob).localhost [NC]
RewriteRule ^/where/? /index.php\?user_name=%1
RewriteRule ^/who/? /index.php\?user_name=%1
In this example I would expect this behavior:
http://bob.localhost/where => http://bob.localhost/where/index.php?user_name=bob
http://bob.localhost/who => http://bob.localhost/who/index.php?usern_ame=bob
But for the second rule I receive http://bob.localhost/who/index.php?user_name= instead.
I've tried this on several different distro's using Apache 2.2.17
Given multiple handler mappings are configured to handle a request, in IIS, what is the algorithm for determining which one is used to serve the response?
I have two problems, in both cases the problem usually occurs when I resize my terminal client xterm.
I have seen an article on a command to run to fix this, but I can't seem to find it again.
My server running zimbra crashed hard and now the zimbra server won't start. Here is what I get in the logs:
Nov 24 21:04:14 zimbra1 slapd[21258]: @(#) $OpenLDAP: slapd 2.4.21 (Mar 24 2010 18:25:37) $ [email protected]:/home/build/p4/main/ThirdParty/openldap/openldap-2.4.21.7z/servers/slapd
Nov 24 21:04:15 zimbra1 slapd[21265]: bdb(): file id2entry.bdb has LSN 7/8194631, past end of log at 7/6485128
Nov 24 21:04:15 zimbra1 slapd[21265]: bdb(): Commonly caused by moving a database from one database environment
Nov 24 21:04:15 zimbra1 slapd[21265]: bdb(): to another without clearing the database LSNs, or by removing all of
Nov 24 21:04:15 zimbra1 slapd[21265]: bdb(): the log files from a database environment
Nov 24 21:04:15 zimbra1 slapd[21265]: bdb(): /opt/zimbra/data/ldap/hdb/db/id2entry.bdb: unexpected file type or format
Nov 24 21:04:15 zimbra1 slapd[21265]: hdb_db_open: database "": db_open(/opt/zimbra/data/ldap/hdb/db/id2entry.bdb) failed: Invalid argument (22).
Nov 24 21:04:16 zimbra1 slapd[21265]: backend_startup_one (type=hdb, suffix=""): bi_db_open failed! (22)
Nov 24 21:04:16 zimbra1 slapd[21265]: bdb_db_close: database "": alock_close failed
zmcontrol -v:
Release 6.0.6_GA_2324.RHEL5_20100406144520 CentOS5 FOSS edition.
Perl version 5.8.8
db_recover -V:
Berkeley DB 4.7.25: (May 15, 2008)
How do I resolve an issue of permissions in apache. The initial task that I am trying to get working is to upload a mura plugin the the temp directory of ColdFusion9. However, I have since discovered that this issue isn't a ColdFusion issue.
ColdFusion is running as the apache user:
# ps aux | grep coldfusion
apache 31016 0.0 0.0 2104 664 ? S Oct27 0:00 /opt/coldfusion9 ...
apache 31017 0.7 24.5 933260 513976 ? Sl Oct27 18:02 /opt/coldfusion9 ...
Apache has access to the directory that I'm attempting to write to:
# namei -m /opt/coldfusion9/runtime/servers/coldfusion/SERVER-INF/temp/wwwroot-tmp/
f: /opt/coldfusion9/runtime/servers/coldfusion/SERVER-INF/temp/wwwroot-tmp/
drwxr-xr-x /
drwxr-xr-x opt
drwxrwxrwx coldfusion9
drwxrwxr-x runtime
drwxrwxr-x servers
drwxr-xr-x coldfusion
drwxr-xr-x SERVER-INF
drwxr-xr-x temp
drwxr-xr-x wwwroot-tmp
# ls -la /opt/coldfusion9/runtime/servers/coldfusion/SERVER-INF/temp/wwwroot-tmp/
total 8
drwxr-xr-x 2 apache apache 4096 Oct 28 15:46 .
drwxr-xr-x 3 apache root 4096 Oct 27 21:33 ..
There are no extended attributes assigned to the directory:
#lsattr /opt/coldfusion9/runtime/servers/coldfusion/SERVER-INF/temp/wwwroot-tmp/
------------- /opt/coldfusion9/runtime/servers/coldfusion/SERVER-INF/temp/wwwroot-tmp/afile
I changed the shell (temporarily) of the apache user to bash, logged into the shell and was able to write to the directory.
Selinux is disabled.
fixweb has been run.
I created two scripts, tmp.cfm and tmp.php, which simply attempted to write a file in the target directory, browsed to the tmp scripts in the browser and both were unable to write to the directory.
I also created an alias to the directory in apache:
Alias /atemp /target-dir
<Location /atemp>
Order allow,deny
Allow from all
</Location>
Restarted apache and was still unable to get access to this directory.
I've seen a similar permission issue when working with Wordpress.
I suspect that this is something to do with my apache binary but I haven't heard back from the providers of that binary, so I was hoping to get some assistance from a larger audience.
Edit: I'd be open to other possible problems that would cause this that I haven't considered.
Given I have plenty of disk space to work with, what are some technical considerations that I need to consider when configuring email attachment size limits?
Is there a file on Windows 2008 similar to the /etc/services file in linux?