Unanswered Questions
18
votes
0answers
8k views
OpenSSL: how to setup an OCSP server for checking third-party certificates?
I am testing the Certificate Revocation functionality of a CMTS device. This requires me to setup a OCSP responder. Since it will only be used for testing I assume that the minimal implementation ...
16
votes
2answers
3k views
Is there any way to fix a corrupted LDM database?
TL;DR:
Are there any tools/approaches to diagnosing and fixing LDM
(Logical Disk Manager) metadata structures without recreating
from scratch?
Full description:
I have two SSD drives set up ...
15
votes
0answers
3k views
IIS 7.5 - Disable Overlapped Recycle property not being obeyed when web.config is updated
I have a site which holds an exclusive lock on some resources. I used the .NET Application_Start and Application_End events to acquire and release the lock on these resources at the appropriate time. ...
15
votes
5answers
3k views
How to upgrade to the latest AMI in AWS Elastic Beanstalk?
I'm running an application on AWS Elastic Beanstalk, and it looks like I need to create a new environment if I want to use the latest AMI.
If I knew what the latest AMI id was, I could update it in ...
14
votes
2answers
2k views
Determining LTO Cleaning Tape Expiration?
I have some LTO tape drives, and use cleaning tapes as required, but the lifetime of the cleaning tapes is not as predictable as I would have expected. I'm looking for a way to query the system, ...
13
votes
1answer
2k views
Import Powershell AD Module during MDT Task Sequence
I have written this short powershell script to rename a computer as part of an MDT task sequence:
Import-Module ActiveDirectory
$AdminUsername = 'domain.com\administrator'
$AdminPassword = 'password'...
13
votes
2answers
1k views
What does a warning icon on a conditional forwarder mean in Windows DNS Manager?
The icon for one of the conditional forwarders on an Active Directory DNS server I manage has a standard warning icon (yellow triangle with exclamation point) overlay (all names have been changed to ...
12
votes
0answers
816 views
Getting Squid and TPROXY with IPv6 working on CentOS 7
I'm having trouble getting TPROXY working with Squid and IPv6 on a CentOS 7 server. I was previously using a generic intercept setup with NAT, but it was limited to IPv4 only. I'm now expanding the ...
12
votes
1answer
2k views
How to resolve a stuck major compaction in Apache Cassandra?
I've got a one-node Cassandra cluster which is currently stuck in a major compaction process. After executing a nodetool compactit started the compaction and I see the tmp-sstable files with a size of ...
12
votes
0answers
669 views
Highly-available, Web-accessible and scalable deployment of statsd and graphite
I'd like to setup statsd/graphite so that I can log JS apps running on HTML devices (ie. not in a contained LAN environment, and possibly with a large volume of incoming data that I don't directly ...
12
votes
2answers
4k views
Tomcat 7 trailing slash issue with webapps
Recently I upgraded my tomcat server from 6.x version to the most recent 7.x version.
I came up with little trouble, hoping to get help.
I have an application calls MyApp
On tomcat6, when I went to ...
11
votes
1answer
515 views
SynProxy can not return syn ack packets with asymmetric dual bridge topology
I have a asymmetric dual bridge topology as shown below
when i connect from 172.16.11.5 and 172.16.10.6 with ssh
but i can not connect because of SynProxy.
-------
...
11
votes
2answers
3k views
subversion load fails with “no such revision”
I'm trying to learn how to migrate a Subversion repo, and am running into an issue that doesn't make sense to me. I've used svndumpfilter to split out a sub-project, and have removed some path ...
11
votes
1answer
188 views
apparmor: same profile for multiple apps
so I have:
#include <tunables/global>
/usr/bin/python2.7 {
/** mixrw,
deny /** lwk,
}
/usr/lib/jvm/java-6-openjdk/jre/bin/java {
/** mixrw,
deny /** lwk,
}
/var/www/service/...
11
votes
5answers
21k views
Netcat (nc) traditional package for RHEL 6.x?
I'm trying to use the Percona Apache Monitoring [Cacti] Template for Memcached.
They do indeed warn that you can't use the openbsd version of the package and provide a solution for Ubuntu/Debian ...