[CentOS] Sendmail Replay problem

2010-12-16 Thread sync
Hi , guys : I have a problem about the sendmail replay . The following is my condition: I have installed the sendmail server on my laptop which installed CentOS 5.5 x86 64, and I want to set up the sendmail replay. That is to say . If my linux account called test and his mail address is

Re: [CentOS] Sendmail Replay problem

2010-12-17 Thread sync
On Fri, Dec 17, 2010 at 2:09 AM, Les Mikesell lesmikes...@gmail.com wrote: On 12/16/10 2:56 AM, sync wrote: Hi , guys : I have a problem about the sendmail replay . The following is my condition: I have installed the sendmail server on my laptop which installed CentOS 5.5 x86 64

[CentOS] HR software use LDAP authentication

2010-12-19 Thread sync
Hi , all : Is there any HR management software which used the LDAP authentication method in the linux? I used the orangeHRM tool , but found it did not have the LDAP authentication . So would anyone can give me some suggestions ? Thanks in advance.

Re: [CentOS] HR software use LDAP authentication

2010-12-19 Thread sync
On Mon, Dec 20, 2010 at 10:02 AM, Joseph L. Casale jcas...@activenetwerx.com wrote: I used the orangeHRM tool , but found it did not have the LDAP authentication . You sure about that? http://www.orangehrm.com/wiki/index.php/33%29_How_the_ldap_works_in_OrangeHRM . Yes. I read that

Re: [CentOS] 389 Directory Server CentOS

2011-01-10 Thread sync
On Mon, Jan 10, 2011 at 7:53 AM, Edgar Valdes edgargval...@gmail.comwrote: Hello Everyone, I was wondering if anyone out there has successfully implemented 389 as a replacement or to support to a windows AD environment. I'm just starting to toy around with it in a few vm's and trying to get

[CentOS] System Log Error

2011-02-21 Thread sync
When I issue sudo tail -f/var/log/syslog in order to try and track down an external drive problem I get the following: Jan 11 07:56:00 kernel: [17179663.076000] atkbd.c: Unknown key released (translated set 2, code 0x81 on isa0060/serio0). Jan 11 07:56:00 kernel: [17179663.076000] atkbd.c: Use

Re: [CentOS] System Log Error

2011-02-21 Thread sync
On Tue, Feb 22, 2011 at 2:27 PM, aly.khi...@gmail.com wrote: Are you using a wireless keyboard?? AK Sent on the TELUS Mobility network with BlackBerry No , I use the USB keyboard ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] System Log Error

2011-02-22 Thread sync
On Tue, Feb 22, 2011 at 4:42 PM, Cameron Kerr came...@humbledown.orgwrote: On 22/02/11 19:25, sync wrote: Jan 11 07:56:00 kernel: [17179663.076000] atkbd.c: Unknown key released (translated set 2, code 0x81 on isa0060/serio0). Jan 11 07:56:00 kernel: [17179663.076000] atkbd.c: Use

[CentOS] kernel eclipse segfault

2011-02-28 Thread sync
Hi, all : My user called Tom, and his vnc desktop suddenly did not work just now. Then I went to see the server log message , and found the following message: kernel: Xvnc[2779]: segfault at 008 rip 0077af44 rsp 7fff5ee310c0 error 4 kernel: eclipse[25300]: segfault at

[CentOS] CentOS 4.6 Samba Mount problem

2011-03-02 Thread sync
Hi ,all : Today I run the following command to mount the Linux Server Samba share folder on my computer which installed CentOS 5.5 x86_64 . root@test ~: mount.cifs //IP/share /mnt root@test ~: mount -o loop /mnt/xxx.iso /media xxx.iso: Permission denied But I see the permission of

Re: [CentOS] CentOS 4.6 Samba Mount problem

2011-03-03 Thread sync
On Thu, Mar 3, 2011 at 5:13 PM, James Hogarth james.hoga...@gmail.comwrote: Then I run tailf /var/log/message command and find the following error message : kernel :CIFS VFS: server IP of type Samba 3.0.25a-04.E6 returned unexpected error on SMB posix open, disabling posix open support.

Re: [CentOS] CentOS 4.6 Samba Mount problem

2011-03-03 Thread sync
On Thu, Mar 3, 2011 at 7:46 PM, James Hogarth james.hoga...@gmail.comwrote: Oh , The ISO size is about 4.7G . But that can work well before Before what? Was there a change? A quick google leads to (at least one point in time) needing -o lfs in the mount command to the samba instance

[CentOS] kernel NETDEV WATCHDOG: eth0: transmit timed out

2011-03-04 Thread sync
Hi , all : Sometimes my server network connection on Linux goes down with short message in syslog saying: [localhost kernel] NETDEV WATCHDOG: eth0: transmit timed out (or similar). By the way , I installed the CentOS 5.4 x86_64 bit and the kernel version was 2.6.18-164. Has anyone

Re: [CentOS] kernel NETDEV WATCHDOG: eth0: transmit timed out

2011-03-05 Thread sync
On Fri, Mar 4, 2011 at 10:14 PM, m.r...@5-cent.us wrote: sync wrote: Sometimes my server network connection on Linux goes down with short message in syslog saying: [localhost kernel] NETDEV WATCHDOG: eth0: transmit timed out (or similar). By the way , I installed the CentOS 5.4

[CentOS] How to install source rpm on centos

2011-03-13 Thread sync
Hi to all. I'm having a problem with the rpm command on centos 5.5; I am used to recompile a source rpm with the following command: root@test ~: rpmbuild --rebuild pssh-1.2.2-1.rf.src.rpm Installing pssh-1.2.2-1.rf.src.rpm error: cannot create %sourcedir /home/test/rpm/SOURCES error:

Re: [CentOS] How to install source rpm on centos

2011-03-13 Thread sync
On Sun, Mar 13, 2011 at 10:27 PM, Tom Diehl tdi...@rogueind.com wrote: On Sun, 13 Mar 2011, sync wrote: Hi to all. I'm having a problem with the rpm command on centos 5.5; I am used to recompile a source rpm with the following command: root@test ~: rpmbuild --rebuild pssh

[CentOS] ssh remote execute awk problem

2011-03-17 Thread sync
Hi , all : There is a problem on executing awk command to remote servers; The shell test script is like this : 1. #!/bin/sh 2. 3. _CMD=ssh root@localhost 4. 5. cpu_num=$($_CMD awk '/processor/{count[proc]++}; END{print count[proc]}' /proc/cpuinfo)“ 6. 7. echo $cpu_num

[CentOS] CentOS HA problem

2011-03-28 Thread sync
Hello,guys: I try to compile heartbeat 3.0.4 from official sources on CentOS 5.5 x86_64 . When I start the heartbeat configuration, I encountered a problem: ./ConfigureMe configure --prefix = /path/hb . . . checking for heartbeat / glue_config.h ... No configure: error: Core

[CentOS] How to set the hostname alias in DNS server

2011-04-06 Thread sync
Hi ,all: There has a problem which confused me for a long time . The problem is the following: Would I can set the hostname alias in DNS server? That's to say, for example , if my hostname is called server, that it's ip address is 127.0.0.1 and I want to alias another name called aaa

Re: [CentOS] How to set the hostname alias in DNS server

2011-04-06 Thread sync
On Thu, Apr 7, 2011 at 9:33 AM, Les Mikesell lesmikes...@gmail.com wrote: On 4/6/11 8:18 PM, sync wrote: Hi ,all: There has a problem which confused me for a long time . The problem is the following: Would I can set the hostname alias in DNS server? That's to say, for example

[CentOS] How to merge many LDAP Servers to the One Server

2011-04-21 Thread sync
Hi , all : I have many LDAP Servers which are 389 LDAP Server on different network . So I want to merge them to the one server. Could someone can give some suggestions? Thanks in advance... ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] How to merge many LDAP Servers to the One Server

2011-04-22 Thread sync
On Fri, Apr 22, 2011 at 2:10 PM, Devin Reade g...@gno.org wrote: sync jian...@gmail.com wrote: I have many LDAP Servers which are 389 LDAP Server on different network . So I want to merge them to the one server. Could someone can give some suggestions? Really broad strokes

[CentOS] Samba with 389 Directory Server Auth problem

2011-04-28 Thread sync
Hi Folks, I had a crack at setting up a Samba PDC using a fresh installation of FDS 1.2.4 as the backend on one of our RHEL 5.3 servers per the Wiki Howto:Samba but ran into a few issues. In the section 'Populating FDS with PDC Entry', it instructs the user to run 'net getlocalsid'. This

[CentOS] NFS automount error

2010-02-20 Thread sync
hi, guys: Today when i typed mount command on the server and found this message: .. ... 192.168.9.252: /home/share/tmp on /net/tmp/share type nfs ( rw, bg, soft,rsize=8192,wsize=8192,addr=192.168.9.252) 192.168.9.252: /home/share/tmp on /net/tmp/share type nfs ( rw, bg,

[CentOS] gdm_slave_xioerror_handler: Fatal X error - Restarting :0

2010-02-22 Thread sync
Hi,guys: I've been having gnome restart when I've been using firefox. Looking around in diffierent logs i found.. Feb 22 22:02:19 localhost last message repeated 9 times Feb 22 22:02:19 localhost scim-bridge: The lockfile is destroied Feb 22 22:02:19 localhost scim-bridge: Cleanup, done.

[CentOS] Define an alias with an embeded awk command error ?

2010-03-06 Thread sync
Hi, guys: I'm trying to define an alias in .cshrc with the embeded awk command, like this : alias checketh0 ip add ls eth0 |awk '/inet/{print $2}' |sed -n '1p' Then i run source ~/.cshrc and run checketh0 command in the terminal , but the result is the following : inet

[CentOS] fsck problems

2010-03-22 Thread sync
hi , guys: when i reboot the server today ,the screen displays this ; --- Setting hostname xxx [OK] Your system appears to have shut down uncleanly Press Y within 1 seconds to force file system integrity

Re: [CentOS] fsck problems

2010-03-22 Thread sync
. ... What should i do ? Maybe it should to run the fsck to repair that filesystem . On Mon, Mar 22, 2010 at 2:41 PM, Eero Volotinen eero.voloti...@iki.fiwrote: 2010/3/22 sync jian...@gmail.com: hi , guys: when i reboot the server today ,the screen displays

Re: [CentOS] fsck problems

2010-03-22 Thread sync
Thanks for all reply... Because the boss don't let me do that . He said that would be dangerous and it would destroy all data in the hard disk On Mon, Mar 22, 2010 at 4:03 PM, Nicolas Thierry-Mieg nicolas.thierry-m...@imag.fr wrote: sync wrote: run fsck manually without a or p

Re: [CentOS] fsck problems

2010-03-22 Thread sync
is mainly provided for those sysadmins who don't want to repartition the root system to be small and compact( which is really the right solution) On Mon, Mar 22, 2010 at 11:50 PM, Todd Denniston todd.dennis...@tsb.cranrdte.navy.mil wrote: sync wrote, On 03/22/2010 05:11 AM: Thanks

Re: [CentOS] fsck problems

2010-03-23 Thread sync
that the fsck command maybe not to use . What could i do now ? Maybe it is the only method to reinstall the CentOS operating system. isn't it? On Tue, Mar 23, 2010 at 10:24 AM, Les Mikesell lesmikes...@gmail.comwrote: sync wrote: Well , Thanks for your suggestions. 1.Which kind of file system

[CentOS] gdm_slave_xioerror_handler problem

2010-04-12 Thread sync
Hi , guys: Today , I work on my laptop which uses the CentOS x86_64 operating system , Suddenly the X-windows restarts when left at the login screen for more than a few seconds. The error in my syslog is: Apr 12 15:26:45 localhost gdm[2892]: gdm_slave_xioerror_handler: Fatal X error -

[CentOS] Problem with first login

2010-04-19 Thread sync
Hi , guys: I have a problem on the openldap Manager account login : The server is running CentOS 5.3 i386 and I have phpldapadmin-1.0.1-1.el5.noarch.rpm installed . It's running apache 2.2.3 with php 5.1.6 and openldap 2.3.34. I believe I have slapd setup correctly but I'm

Re: [CentOS] Problem with first login

2010-04-19 Thread sync
Thanks for you reply ~ But i typed that you said , the result was also this : Bad username or passwd, Please try again I believe I typed the Manager account passwd correctly . What is the wrong with that ? On Mon, Apr 19, 2010 at 5:24 PM, Alexander Dalloz

[CentOS] Sendmail using LDAP authentication problem

2010-04-21 Thread sync
Hi , all ; My openldap is running fine . Sendmail configuration is done. I want to use LDAP authentication only. User of my mailserver should not have a Linux users . I am running CentOS 5.3 i386 . Openldap-2.3.43-3.el5 , sendmail-8.13.8-2.el5 All the software is

[CentOS] NFS mount problem

2010-04-25 Thread sync
Hi,guys: I am trying to connect to a NFS-filesystem on a CentOS 5.3 i386 guest system. The host system is CentOS 5.4 x86_64. I set up the NFS server correctly and rpcinfo is also ok inside the guest system show. The problem is, I can't connect to, or see the open port from the outside. I

Re: [CentOS] NFS mount problem

2010-04-25 Thread sync
to write the correct the rule ? Thanks in advance~. On Mon, Apr 26, 2010 at 12:16 PM, onay ronald.sant...@gmail.com wrote: On Mon, Apr 26, 2010 at 10:15 AM, sync jian...@gmail.com wrote: Hi,guys: I am trying to connect to a NFS-filesystem on a CentOS 5.3 i386 guest system. The host

Re: [CentOS] NFS mount problem

2010-04-26 Thread sync
The contents of /etc/exports on the server is the following : /home/test 192.168.7.67(rw) Is there anything error ? On Mon, Apr 26, 2010 at 6:21 PM, James Pearson jame...@moving-picture.comwrote: sync wrote: Hi,guys: I am trying to connect to a NFS-filesystem on a CentOS 5.3 i386

[CentOS] Sendmail problem

2010-04-26 Thread sync
Hi, guys: ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Sendmail problem

2010-04-26 Thread sync
I am sorry to all , because I suddenly entered the send button for the blank content. On Mon, Apr 26, 2010 at 7:49 PM, sync jian...@gmail.com wrote: Hi, guys: ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo

Re: [CentOS] NFS mount problem

2010-04-26 Thread sync
On Mon, Apr 26, 2010 at 7:11 PM, James Pearson jame...@moving-picture.comwrote: sync wrote: The contents of /etc/exports on the server is the following : /home/test 192.168.7.67(rw) Is there anything error ? I assume you have run something 'export -avr' since changing this file

Re: [CentOS] NFS mount problem

2010-04-26 Thread sync
On Tue, Apr 27, 2010 at 11:23 AM, Dan Irwin d...@jackies.com.au wrote: But when I change these message: /home/test 192.167.7.67(rw) The result is not ok ~ So what is the problem with it ? Perhaps you need to specify a netmask: /home/test

Re: [CentOS] NFS mount problem

2010-04-26 Thread sync
On Tue, Apr 27, 2010 at 11:23 AM, Dan Irwin d...@jackies.com.au wrote: But when I change these message: /home/test 192.167.7.67(rw) The result is not ok ~ So what is the problem with it ? Perhaps you need to specify a netmask: /home/test

[CentOS] VNC failed to initialize HAL

2010-05-18 Thread sync
Hi,all: Today, I use the vnc tool to connect the server , but it has the following message: t...@xxx: ~ vi ~/.vnc/xxx:1.log .. ... libhal.c 644 : Error connecting to system bus: Message did not receive a reply ___ CentOS

[CentOS] VNC failed to initialize HAL

2010-05-18 Thread sync
Hi,all: Today, I use the vnc tool to connect the server , but it has the following message: t...@xxx: ~ vi ~/.vnc/xxx:1.log .. ... libhal.c 644 : Error connecting to system bus: Message did not receive a reply **(gnome-volume-manger:30626):WARING**:

Re: [CentOS] VNC failed to initialize HAL

2010-05-19 Thread sync
On Wed, May 19, 2010 at 6:13 PM, John Doe jd...@yahoo.com wrote: From: sync jian...@gmail.com **(gnome-volume-manger:30626):WARING**: manager.c/912:failed to initialize HAL! service haldaemon status? Maybe it is the haldaemon problem. I google the What is the hald service used

[CentOS] Unable to download the kickstart file ?

2010-05-25 Thread sync
Hi,all: Today I tried installating few machines with kickstart file through NFS. But somehow it didn't worked and got error message Unable to download the kickstart file. I have tested the nfs share mounting from other server and it worked fine. But somehow while trying to install

Re: [CentOS] Unable to download the kickstart file ?

2010-05-25 Thread sync
On Tue, May 25, 2010 at 5:03 PM, Eero Volotinen eero.voloti...@iki.fiwrote: 2010/5/25 sync jian...@gmail.com: Hi,all: Today I tried installating few machines with kickstart file through NFS. But somehow it didn't worked and got error message Unable to download the kickstart file

[CentOS] Calendar server software suggestions

2010-05-26 Thread sync
Hello,guys: I've seen several suggestions for alternatives to exchange for mail, which I will be trying. My question is, does anyone know of any good open source shared calendar systems? ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Calendar server software suggestions

2010-05-27 Thread sync
Thanks for all suggestions ~ ^-^ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Calendar server software suggestions

2010-05-27 Thread sync
On Fri, May 28, 2010 at 6:09 AM, Ian Murray murra...@yahoo.co.uk wrote: I was planning to evaluate devical, but have not tried it yet: href=http://www.davical.org/; target=_blank http://www.davical.org/ I would welcome comments from anyone with experience with devical. DAViCal is

[CentOS] Calendar server

2010-06-02 Thread sync
Hi ,all : I recently switched to using Thunderbird for my email and installed the Lightning calendar add-on. Now all I need is a remote calendar server. I just need a simple server to support a few personal calendars and a shared calendar. Any recommendations for a CentOS / Apache based

Re: [CentOS] Calendar server

2010-06-03 Thread sync
On Thu, Jun 3, 2010 at 3:44 PM, Paul Bijnens paul.bijn...@xplanation.comwrote: On 2010-06-03 05:21, sync wrote: I recently switched to using Thunderbird for my email and installed the Lightning calendar add-on. Now all I need is a remote calendar server. I just need a simple server

[CentOS] [FZH] 关于如何得到最新的Fedora 13 命令

2010-06-04 Thread sync
刚在网上看到可以使用下面的命令来更新到最新的Fedora 13 : r...@xxx: yum --releasever=13 upgrade 这个命令我尝试了的确可以的,分享给大家... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] DAViCal LDAP-Authentication error

2010-06-13 Thread sync
Hi ,all : as the subject says: I'm stuck with ldap-auth. Distribution: CentOS 5.3 i386 Davical/awl: Latest *.rpm (davical_0.9.7.6-noach.rpm) So far, I've got davical up and running using the Postgresql database . And I want to use the LDAP to auth the accounts and their password My *.conf:

[CentOS] blog tool use the LDAP auth

2010-06-20 Thread sync
Hi, all: Are there any blog tools which can use the openldap to authenticate the account or password? Could someone give some suggestions for it ? Thanks in advance... ___ CentOS mailing list CentOS@centos.org

[CentOS] Fwd: Install the 389 directory server error

2010-06-25 Thread sync
Hi ,all : When I install the 389 ds today , there is a very strange thing on installing it . Please see the following messages, by the way , I installed the 389 ds version is 1.1.3 via the rpm packages: [r...@foo dirsrv]# setup-ds-admin.pl

Re: [CentOS] Fwd: Install the 389 directory server error

2010-06-26 Thread sync
On Fri, Jun 25, 2010 at 9:43 PM, Alexander Dalloz ad+li...@uni-x.orgad%2bli...@uni-x.org wrote: Hi ,all : When I install the 389 ds today , there is a very strange thing on installing it . Please see the following messages, by the way , I installed the 389 ds version is 1.1.3

[CentOS] slapd auxpropfunc error no mechanism available

2010-06-29 Thread sync
Hi,guys: I am trying to setup OpenLDAP on CentOS 5.3 i386 for a client of mine. everytime I try running 'service ldap start', I get the following in syslog: r...@xx ~: tailf /var/log/messages .slaptest: sql_select option missing slaptest: auxpropfunc error no mechanism available

[CentOS] posixGroup LDIF problem

2010-06-29 Thread sync
Hi,all: I'm working on populating an OpenLDAP server (Dapper) for pam authentication. I'm having trouble import LDIFs for my groups. The following is and example: (this imports on CentOS 5.3 i386, openldap version is 2.3.43-3.el5 ) # org.X.admins dn: cn=admins,dc=X,dc=org changetype: add

[CentOS] mount cannot find system /dev/root

2010-07-08 Thread sync
Hi, guys: I attempt to compile a kernel on CentOS 5.3 i386 which is installed in the Virtualbox machine, and its kernel version is 2.6.18-128.el5 ,the new kernel version is 2.6.34.1 All make procedure is running ok. I can generate initrd image with no problem too. But, when I try booting this

Re: [CentOS] mount cannot find system /dev/root

2010-07-08 Thread sync
On Thu, Jul 8, 2010 at 10:18 PM, Akemi Yagi amy...@gmail.com wrote: On Thu, Jul 8, 2010 at 1:42 AM, sync jian...@gmail.com wrote: Hi, guys: I attempt to compile a kernel on CentOS 5.3 i386 which is installed in the Virtualbox machine, and its kernel version is 2.6.18-128.el5 ,the new

[CentOS] how to sync data between two ldap tools

2010-07-26 Thread sync
Hi , all : I installed two ldap tools in two servers : one is called 389 ldap serverwhich is installed 389 ldap tool in it , and the other is called CentOS openldap server which is installed openldap tool in it . So I have an problem about the account synchronization in two servers.

Re: [CentOS] how to sync data between two ldap tools

2010-07-27 Thread sync
On Tue, Jul 27, 2010 at 3:47 AM, Gordon Messmer yiny...@eburg.com wrote: On 07/26/2010 02:05 AM, sync wrote: So I have an problem about the account synchronization in two servers. That means , If I delete one account from the 389 ldap server, then that account also does not exist

[CentOS] How to dual boot Linux (CentOS 5.3) and Windows 7

2010-08-01 Thread sync
Hi,all : Of course I am new to Linux and dual booting but I want to learn so here is my question. I already have my hard drive partitioned into 3 partitions (60G and 150GB and 150GB) and I already have Windows 7 Ultimate 32-bit (RC) installed on my computer. My question is, how can I

[CentOS] ATI mobility Radeon HD 5470

2010-08-11 Thread sync
Hi , guys: I have a new Acer laptop and I have installed CentOS 5.5 x86_64 bit. The problem is that there is no driver for the ATI mobility radeon HD5470 and the graphic is so bad! On amd-ati website I have found the catalyst driver version 10.2 butit seems not to be the correct solution.

Re: [CentOS] ATI mobility Radeon HD 5470

2010-08-11 Thread sync
On Thu, Aug 12, 2010 at 1:38 AM, n...@li.nux.ro wrote: sync writes: « HTML content follows » Hi , guys: I have a new Acer laptop and I have installed CentOS 5.5 x86_64 bit. The problem is that there is no driver for the ATI mobility radeon HD5470 and the graphic

Re: [CentOS] ATI mobility Radeon HD 5470

2010-08-13 Thread sync
2010/8/13 Przemysław Pawełczyk pp...@o2.pl On Thu, 12 Aug 2010 02:28:56 -0700 (PDT) John Doe jd...@yahoo.com wrote: From: sync jian...@gmail.com I try to use that version but it does not work ... Fatal : Module fglrx not found .. Did you check if the module is present somewhere

Re: [CentOS] ATI mobility Radeon HD 5470

2010-08-14 Thread sync
On Sat, Aug 14, 2010 at 11:20 AM, sync jian...@gmail.com wrote: 2010/8/13 Przemysław Pawełczyk pp...@o2.pl On Thu, 12 Aug 2010 02:28:56 -0700 (PDT) John Doe jd...@yahoo.com wrote: From: sync jian...@gmail.com I try to use that version but it does not work ... Fatal : Module

Re: [CentOS] I have a question about the 389 ds

2010-08-25 Thread sync
On Tue, Aug 24, 2010 at 9:12 PM, Ross Walker rswwal...@gmail.com wrote: On Aug 24, 2010, at 1:32 AM, sync jian...@gmail.com wrote: On Tue, Aug 24, 2010 at 1:20 PM, Whitney, Matthew mwhit...@pima.edu mwhit...@pima.edu wrote: I don't believe there is a VNC client out there that will get

Re: [CentOS] I have a question about the 389 ds

2010-08-26 Thread sync
On Thu, Aug 26, 2010 at 4:54 AM, Whitney, Matthew mwhit...@pima.edu wrote: A good place to start would probably be here: http://www.ldapsource.com/content/ldap_schema.html. - Matt Thanks . At last I refer to that website and the problem is solved ... *From:* sync

[CentOS] Web VNC Tool

2010-08-29 Thread sync
Hi , guys: I have a thought of installing the web vnc tool for controling the vnc state . That is to say , If I use the firefox or IE browser to access this example website : http://test.com.cn; then I can see the all users' vnc state and I can stop or restart them . Could someone

Re: [CentOS] Suggestion on Share folder

2010-09-07 Thread sync
On Tue, Sep 7, 2010 at 9:49 AM, Fajar Priyanto fajar...@arinet.org wrote: Hi all, I need some advise on how best manage a share folder. We have a 2TB samba share. Inside there is individual user sub-folder, and also there are team's folders. We use one shared account for all users. The

Re: [CentOS] security updates

2010-10-11 Thread sync
I have the same problem on it . Isn't the CentOS very safe? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] LDAP Mail Notice

2010-10-11 Thread sync
Hi, all : I have a thought of writing the script to implement the LDAP mail noticerecently. That's to say , after creating the new account and his passwd , then how to send an E-mail to notice him? By the way , I used the LDAP tool called 389 LDAP or openldap recently . Could

Re: [CentOS] LDAP Mail Notice

2010-10-11 Thread sync
On Tue, Oct 12, 2010 at 1:56 PM, sync jian...@gmail.com wrote: On Tue, Oct 12, 2010 at 1:36 PM, John R Pierce pie...@hogranch.comwrote: On 10/11/10 10:34 PM, sync wrote: What you said is right . I'm trying to write a script to create the new account and his password and then can email

Re: [CentOS] LDAP Mail Notice

2010-10-12 Thread sync
On Tue, Oct 12, 2010 at 2:38 PM, Sean Hart boardn...@blacklight.net wrote: Maybe what i said is not clear, because my English is too pool . Please forgive me if my expression is not precise. Doesn't matter what mail server you use, email is email. The following is my environment :