For the life of me I can't find the configure flags for the Nagios Plugins. check_pgsql isn't compiling because it says it can't find the postgresql libraries, but I know exactly where they are on my server.
Devar-TTY's questions
I've currently got a block of IPs that go from xxx.xxx.xxx.128/25
Here's my current rDNS setup:
$TTL 12h
$ORIGIN 128/25.xxx.xxx.xxx.IN-ADDR.ARPA.
@ IN SOA ns1.domain.com. hostmaster.domain.com. (
2011092003 ; serial number
2h ; refresh
1h ; retry
2w ; expire
1h ) ; negative TTL
IN NS ns1.domain.com.
IN NS ns2.domain.com.
130 IN PTR mail.otherdomain.com.
It doesn't seem to be working properly. I've got it setup in named.conf like so:
zone "128/25.xxx.xxx.xxx.in-addr.arpa" {
type master;
file "master/128-25.xxx.xxx.xxx.in-addr.arpa";
};
Does anyone know of any solutions to convert a Maildir to a PST in linux? I'm able to use a program in Windows called Aid4Mail, but that requires me to pull the Maildir down from the server. I've got a bunch of users' boxes to convert, so that route isn't ideal.
All my users are remote, so it's not like I can just use Outlook to connect to the IMAP server and export as PST from their machines.
OK, here's what's going on.
I've got a RedHat 5 server with a swap partition (/dev/sda3) that's 3GB.
For some reason swap memory is still being taken up on / (/dev/sda2), and fills up the drive on occasion. Is there a way I can tell my system that if it needs to use HD space for swap, to use a different drive?
I've got an ejabber cluster setup. When trying to register a user with a client (say Adium) I'm getting a 503: Service Unavailable error. I'm running ejabberd 2.1.x
The log shows this:
E(<0.389.0>:ejabberd_hooks:335) : {{case_clause,
{value,{access,register,[{allow,all}]}}},
[{gen_mod,get_opt,3},
{mod_register,try_register,5},
{mod_register,process_iq,4},
{mod_register,
unauthenticated_iq_register,4},
{ejabberd_hooks,run_fold1,4},
{ejabberd_c2s,
process_unauthenticated_stanza,2},
{ejabberd_c2s,wait_for_feature_request,2},
{p1_fsm,handle_msg,10}]}
running hook: {c2s_unauthenticated_iq,
["domain.com",
{iq,"purple111a7fa3",set,"jabber:iq:register",[],
{xmlelement,"query",
[{"xmlns","jabber:iq:register"}],
[{xmlelement,"username",[],[{xmlcdata,<<"user">>}]},
{xmlelement,"password",[],
[{xmlcdata,<<"psd">>}]}]}},
{{my local ip},56632}]}
domain.com
is my domain, user
is the username, pass
is the password and my local IP is the local IP of the machine I'm on.
Any ideas?