similar to: Howto for LDAP authentication with replication

Displaying 20 results from an estimated 8000 matches similar to: "Howto for LDAP authentication with replication"

2008 Feb 05
4
Enterprise-class monitoring system for CentOS and Win2k3 server
Can anyone recommend an enterprise-class monitoring system for both Linux and Windows servers? Here are my requirements: SNMP trap collection, ability to import custom MIBs isup/isdown monitoring of ports and daemons Server health monitors (CPU, Disk, Memory, etc) SLA reporting with nice graphs Pager/Email/SMS alerts with groups, filters and escalations Built-in MTBF and MTTR reporting Robust
2008 Jul 09
1
Need help with awk one-liner
This awk command pulls URLs from an apache config file, where $x is the config filename. awk '/:8008\/root/ {printf $3 "\t"}' $x The URL that is output by the script looks something like this: ajpv12://hostname.network.company.com:8008/root Is there a way to alter the output so it only shows "hostname" by itself? Do I need to pipe this through awk again to clean it
2004 Nov 09
5
Unable to join AD (FreeBSD)
Hi, I am trying to get samba 3.0.7 working with our win2k DC. I installed samba from the ports collection, so the kerberos library looks to be the heimdel version. I can use kinit to create a ticket and it authenticates against the DC just fine. However when I attempt to use "net ads join" it fails with the following response: [2004/11/09 16:32:30, 0] utils/net_ads.c:ads_startup(183)
2009 May 04
6
Best mobile SSH client?
I'm up for a cell phone contract renewal and am considering upgrading my handset. I looked at some devices at my local AT&T store but nothing really jumped out at me. I'm particularly interested in a cell phone that has a reliable ssh client, with ssh-agent and public key authentication abilities. Those of you who administer systems remotely, what mobile ssh client do you recommend?
2008 Apr 08
6
howto delete a lvm with windows partition
Hi List, slightly OT but i have Xen and Windows running (xen 3.2.0, hvm, win 2k3) on top of a lvm volume. Now i want to delete such a volume but i got the message: $ lvremove /dev/Xen0/Win2kServer Can''t remove open logical volume "Win2kServer" The volume is not in use by any VM, but there is a partition table on it with 8Megs of free space and a ntfs partition. I also got 2
2009 Jun 03
4
Good md5sum snapshot tool?
I have a server that is undergoing some patching soon and would like to make note of any files that have changed after the patching is complete. Can you recommend a tool that uses md5sum snapshots to do a quick before and after test, showing anything that's changed on a particular file system?
2011 Mar 07
5
/etc/hosts - hostname alias for 127.0.0.1
Can anyone point out reasons why it might be a bad idea to put this sort of line in your /etc/hosts file, eg, pointing the FQDN at the loopback address? 127.0.0.1 hostname.domain.com hostname localhost localhost.localdomain
2020 Oct 05
2
logging lines in krb5.conf
On 10/5/2020 12:44 PM, Rowland penny via samba wrote: > On 05/10/2020 17:27, Jason Keltz via samba wrote: >> >> Hi Roland, >> >> I'm glad you brought that up.? This is a piece of the puzzle I have >> been very confused with.? I'm not using the Samba from CentOS/RHEL, >> but a custom compiled one (latest 4.11.13).?? As CentOS uses MIT >>
2008 Mar 13
3
Good version control package?
We have a directory full of installation and configuration scripts that are updated on a fairly regular basis. I would like to implement some sort of version control for these files. I have used SVN and CVS in the past, but I thought I'd ask if anyone can recommend a simple, easy-to-use tool that would be better than cvs or subversion for this fairly simple setup.
2010 Aug 31
4
e2fsck with millions of files
I have a large (1.5TB) partition with millions of files on it. e2fsck has been running nearly 12 hours and is still on "Checking directory structure". Any tips for speeding this along? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100831/8653d551/attachment-0002.html>
2010 Mar 04
4
Permissions problem
What am I doing wrong here? I need to be able to write to /var/cvs. This used to work before I moved these groups into an LDAP directory instead of /etc/group: [scarolan at watcher:/var/cvs]$ touch test.txt touch: cannot touch `test.txt': Permission denied [scarolan at watcher:/var/cvs]$ ls -ld drwxrwsr-x 4 cvs cvsgrp 4096 May 18 2008 . [scarolan at watcher:/var/cvs]$ id scarolan
2009 Jul 20
3
Limit RAM used by a perl script
I have a perl script which runs from a cron job. How would you limit the amount of RAM that this script is allowed to consume? Is there a ulimit setting that will accomplish this? If so does ulimit have to be run each time the script is run, or is there a way to set it permanently?
2012 Jun 28
4
Optimizing grep, sort, uniq for speed
This snippet of code pulls an array of hostnames from some log files. It has to parse around 3GB of log files, so I'm keen on making it as efficient as possible. Can you think of any way to optimize this to run faster? HOSTS=() for host in $(grep -h -o "[-\.0-9a-z][-\.0-9a-z]*.com" ${TMPDIR}/* | sort | uniq); do HOSTS+=("$host") done
2008 Nov 05
3
Check my math please
Ok this is kind of a goofy question but I want to make sure I get it right. Suppose we have a 25 mb video, that is 117 seconds long. If we wish for this streaming video to play smoothly with no compression, buffering or skipping, the following bandwidth requirements must be met: 25 megabytes = 204800 kilobits. 204800 kb / 117 seconds ~ 1750kb/s Does that look right to you?
2008 Sep 18
4
Strange ! characters inserted into emails
I have never encountered anything like this before, so thought I'd post here and see if anyone can help. We have a java application that sends out notification emails to end-users. The body of the email is some boilerplate text and HTML that is pulled from a database. When the emails are received there are random instances of " !" (that's a space and a bang symbol) inserted
2008 Oct 14
3
Sendmail and pmtu discovery
We have an issue with some customers who refuse to accept ICMP traffic to their mail servers. It seems that they have put Mordac, preventer of information services in charge of their firewall policy (http://en.wikipedia.org/wiki/List_of_minor_characters_in_Dilbert#Mordac). My mail logs are showing that customers who specifically disallow ICMP traffic have many "Connection Reset"
2011 Mar 03
4
Gnu Screen - terminal issues
I really like gnu screen and use it everyday but there's one thing that is a bit inconvenient, and that's the odd line wrapping and terminal size issues that seem to pop up. The problem crops up when I type or paste a really long command, and then go back and try to edit it; the text starts to wrap over itself and you have no idea what you are editing. Any fixes for this?
2008 Aug 11
4
df to get total disk usage on all filesystems?
Is there a flag for the df command to get the total disk space used on all filesystems as one number? I have a server with a lot of mounted shares. I'm looking for a simple way to measure rate of data growth across all shares as one total value.
2020 Oct 05
4
logging lines in krb5.conf
On 10/5/2020 2:52 PM, Rowland penny via samba wrote: > On 05/10/2020 19:29, Jason Keltz via samba wrote: >> >> On 10/5/2020 12:44 PM, Rowland penny via samba wrote: >>> On 05/10/2020 17:27, Jason Keltz via samba wrote: >>>> >>>> Hi Roland, >>>> >>>> I'm glad you brought that up.? This is a piece of the puzzle I have
2008 Jul 10
3
Iptables not blocking UDP port 53
I'm attempting to block access to port 53 from internet hosts for an internal server. This device is behind a gateway router so all traffic appears to come from source ip 10.100.1.1. Here are my (non-working) iptables rules: -A RH-Firewall-1-INPUT -s 10.100.1.1 -m tcp -p tcp --dport 53 -j REJECT -A RH-Firewall-1-INPUT -s 10.100.1.1 -m udp -p udp --dport 53 -j REJECT Further down the