We have CENTOS 5.3 on DELL server. there has a cron job supposedly should run on 1st and 3rd week on Saturday but it run everyday. anyone know what wrong?
01 08 1-7,15-21 * 6 program.sh
___________________________________________________
您的生活即時通 - 溝通、娛樂、生活、工作一次搞定!
http://messenger.yahoo.com.tw/
Hello,
We are testing the Centos LDAP Directory Server but are running into issues
with applications (SOGo) authenticating against the LDAP system. The crux
of my question is, can I just treat the Centos Directory Server as a generic
OpenLDAP configuration on the client side?
In more detail when I try to add account via ldapadd:
--------------------------------
ldapadd -f sogo.ldif -x -W -D cn="Directory Manager",dc=XXX,dc=de
Enter LDAP Password:
ldap_bind: No such object (32)
matched DN: dc=XXX,dc=de
-------------------------------
It is my understanding that this means the "Directory Manager" user was not
found. User authentication does not work from SOGo, at all.
Any pointers?
---------------------------------
Geoff Galitz
Blankenheim NRW, Germany
http://www.galitz.org/http://german-way.com/blog/
Dear Centos Mailing List,I strongly recommend this website www.justdial.com. It's a world class local search service & I've always found anything I've ever wanted.You can find info on any company, product, or service in over 240 cities in India.You can also call them up 24x7, on phone (69999999), a local call in 240 Indian cities.Ask for anything, you'll get the info on the phone and/or by SMS within 30 secs, and this service is at no cost!For a change, it's an original Indian idea and an Indian company with world class service, and with a vision to spread all over the world.Be a proud Indian and forward this to every Indian you know.Best Wishes,Dhiraj ChatparClick Here to unsubscribe.
If you have the epel repo installed and enabled during a yum update, you
get java-1.6.0-openjdk-1.6.0.0-1.0.b12.el5.2 instead of the stock .b09
version. Is this intentional and desirable? I thought epel generally
did not replace stock components with newer versions.
--
Les Mikesell
lesmikesell(a)gmail.com
Greetings,
Somehow my googling skills are not upto mark.
Pray can somebody point out resources which works like GnuDIP but
listens to Dyndns protocol as one of the proprietary gateways can talk
only in dyndns or ddo.
Basic scenario: one Private DNS server updating itself using data
thrown at it by various known adsl based client (gateway device) using
dyndns / ddo protocol.
This server will be on a public IP and updates should happen only by
those clients (gateway device). Not much can be done on the device as
it is live and I can't change device.
any help will be appreciated
Regards,
Rajagopal
Hi,
Iam working on centos - 5.3 and would want some information on
1. Disabling the bash prompt and running customized CLI (command line
interface).
2. Enabling the bash prompt again.
Is it possible to redirect the entire console message to serial port. ?
Thanks and Regards,
Premraj M
Sr.Software Engineer
Tel: +91-080-67274900
Cell: +91-9741231739
Email: premrajm(a)digilink.in
Smartlink Network Systems Ltd.
Digilink India Ltd, Plot No. 10-A,Next to Hi-Cal Magnetics, Electronic
City Phase II, Konappana Agrahara, Bangalore - 560100
Disclaimer : This message is proprietary to Smartlink Network Systems Limited and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. Smartlink Network Systems Ltd. accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus.
______________________________________________________________________________
This email has been scrubbed for your protection by SecureMX.
For more information visit http://securemx.in
______________________________________________________________________________
Anyone know what's up w/ trying to install bind through kickstart?
I am trying all variations of group installs, individual package
installs and it just won't install, it either fails on the libs, the
chroot pkg or whatever?
I just assumed that setting this in the httpd.conf to the expected
/var/www/html and making all my sites actual virtual hosts would
place any request made by ip in /var/www/html, but it goes to the
first vhost?
How can I get the above behavior?
Thanks!
jlc
Yum using proxy that requires authentication and a Password that
contains the two characters \/ fails
normally I can get yum to work with a proxy that requires authentication
when required by doing something like
http_proxy=http://<my username>:<my password>@<proxy server>:<proxy
server port>
export http_proxy
or by filling in the appropriate information in yum.conf.
But if the password contains the characters \/ this does not work.
I have tried quoting the password in various ways none seem to work
eg
export http_proxy=\/alid@proxy.example.com:80
export http_proxy='\/alid@proxy.example.com:80'
export http_proxy="\/alid@proxy.example.com:80"
export http_proxy=\\\/alid@proxy.example.com:80
Anyone have any ideas for a work around to this that doesn't involve
changing the password or modifying the proxy config ?
I have tried reporting this as http://bugs.centos.org/view.php?id=4123
but mantisbt presents the information I submitted in a way I didn't
expect. If anyone can tell me how to modify the bug report to look the
way I expected please let me know.
From: mcclnx mcc
> 0 0 8-31/14 * 6 /script.sh
From: John Doe <jdmls(a)yahoo.com>
> 0 0 8-14 * 6 /script.sh
> 0 0 22-28 * 6 /script.sh
According to the man page, neither of these will not do what the OP
wants. Both will execute the command EVERY Saturday. The first will also
execute it on the 8th and 22nd of the month. The second will execute the
command TWICE a day AND days 8-14 AND 22-28. The man pages says if any of the
day parameters match, the command is executed. Unfortunately for the OP, the
day parameters are an OR operation and not an AND operation.
--
Brent L. Bates (UNIX Sys. Admin.)
M.S. 912 Phone:(757) 865-1400, x204
NASA Langley Research Center FAX:(757) 865-8177
Hampton, Virginia 23681-0001
Email: B.L.BATES(a)larc.nasa.gov http://www.vigyan.com/~blbates/