search for: lindemann

Displaying 10 results from an estimated 10 matches for "lindemann".

2012 Jul 25
3
DNS lookup delay with centos & postfix
I'm a bit baffled by this and I'm looking for ideas... background: two DNS servers (ns1 & ns2)(64bit CentOS 5.8) one email server (64bit CentOS 5.8 & postfix 2.3.3) one nagios server (64bit CentOS 5.8 & nagios 3.3.1) situation: - all servers configured to use both DNS servers for lookups - ns1 server down for hardware problem - nagios alerts that smtp on email server taking
2015 Apr 24
1
Real sh? Or other efficient shell for non-interactive scripts
On 04/24/2015 09:59 AM, Steve Lindemann wrote: > > A script with no shebang will run in the environment of the account > running the script. Bad test on my part, apparently. $ python >>> import os >>> os.execv('/home/gmessmer/test', ('test',)) Traceback (most recent call last): File &quot...
2015 Aug 29
0
[ANNOUNCE] xf86-video-sis 0.10.8
...riv.h Alan Coopersmith (1): Fix HDisplay/VDisplay typos Connor Behan (1): Remove upload / download EXA hooks Dave Airlie (3): sis: fix build against latest xserver sis: more build fixes against master X server. sis: force build, who uses this crazy code anyways Jan Lindemann (1): Replace xf86UnMapVidMem with pci_device_unmap_range Matt Turner (1): xf86-video-sis: bump to version 0.10.8. Peter Hutterer (1): Fix format-security warnings git tag: xf86-video-sis-0.10.8 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-sis-0.10.8.tar.bz2...
2010 Jun 25
1
PHP version
Does anyone know when PHP will upgrade to version 5.2.0 or better on 64-bit CentOS 5.5? ...or know where I should look to find out for myself? ...or directions for upgrading PHP from 5.1 to 5.2 on 64-bit (I found directions for 32-bit)? Thanks. -- Steve
2009 Jan 23
5
cpu load monitoring
Hi, I have a server running Centos 5.2 and am implementing a GIS mapserver app. I have some sample logs from another implementation that give me an idea of bandwidth requirements but I would like to check the cpu load. I can not be at the server during the test and am interested in knowing if there is logging of cpu load available. Anyone have experience with this? Recommendations? Dave --
2013 Oct 18
6
- monitoring software
hi, I have a dedicated server with several services running: ssh, ftp, httpd (with several sites andactive domains), the mail server (dovecot, postfix), dns. I'd like to monitor all of these services in a graphical, easy, setting of thresholds and alerts via email. I would also like that if a customer wanted to see the graphs I could create codes read-only. there is one or more software
2012 Dec 19
12
web mail and Squirrelmail
Everyone, Are there any opensource web based alternatives to squirrelmail. Do any of you use squirrlmail. How do you like it. Greg Ennis
2015 Apr 24
9
Real sh? Or other efficient shell for non-interactive scripts
On 04/24/2015 03:57 AM, Pete Geenhuizen wrote: > if you leave it out the script will run in whatever environment it > currently is in. I'm reasonably certain that a script with no shebang will run with /bin/sh. I interpret your statement to mean that if a user is using ksh and enters the path to such a script, it would also run in ksh. That would only be true if you
2009 Mar 29
12
need trouble ticket system
Hi, I need to implement trouble tracking system, we have 250 users in one premise & 3 desktop support technicians. I need to implement trouble ticket system, where user will enter their application / other issues. Mail will be sent to technician available on duty. trouble ticket will be provided to user & will be given close stat once resolved. Kindly suggest me one such application
2015 Apr 24
0
Real sh? Or other efficient shell for non-interactive scripts
On 4/24/2015 10:47 AM, Gordon Messmer wrote: > On 04/24/2015 03:57 AM, Pete Geenhuizen wrote: >> if you leave it out the script will run in whatever environment it >> currently is in. > > I'm reasonably certain that a script with no shebang will run with > /bin/sh. I interpret your statement to mean that if a user is using ksh > and enters the path to such a script,