Re: Basic bash question.

2008-03-03 Thread hhding
It's my fault. I mistake something like this exec 6>&1 1>&- echo "To a closed fd" Kumar Appaiah wrote: On Tue, Mar 04, 2008 at 12:10:25PM +0800, hhding wrote: Any method to redirect any fd to the pipe? Not only stdout,stderr. If you mean both stdout and s

Re: Basic bash question.

2008-03-03 Thread hhding
Any method to redirect any fd to the pipe? Not only stdout,stderr. Chris Henry wrote: Hi, You can use tee. e.g. ./configure | tee filename Chris On Tue, Mar 4, 2008 at 11:33 AM, Luis Maceira <[EMAIL PROTECTED]> wrote: How can I see all the messages generated by a bash command (configure m

how to switch gcc between diffrent versions in debian way?

2008-02-29 Thread hhding
It seems ln /usr/bin/gcc is not a clean way. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Help for a newbie SSH and Aptitude

2008-02-28 Thread hhding
first of all, pls examine setting of your DNS --- the file /etc/resolv.conf Can your resolv the domain name such as www.google.com? And can you access it? pls try to test the accessability by wget http://www.google.com. If it works for you, please try to resolve the domain name of mirror.paci

Re: debian vs centos as server

2008-02-26 Thread hhding
It seems they choose centos for commercial reason not for technology. because less people know debian. In my opinion, debian and centos are equally good in technology. and centos support better for cluster filesystem such as redhat gfs. (Seems some pruducts have test much on centos) Raj Kiran Gr

Re: debian vs centos as server

2008-02-26 Thread hhding
What they say is redhat contribute many patchs to linux kernel, and the redhat AS is proved stable in product environment. Alan Ianson wrote: On Wed, 2008-02-27 at 08:46 +0800, hhding wrote: why debian? why centos? Both are good I think. I don't know centos well myself so I

debian vs centos as server

2008-02-26 Thread hhding
why debian? why centos? It seems same to me, and current we run debian as server. But managers want run centos instead. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: sshfs and permissions of /dev/fuse

2008-02-14 Thread hhding
permission is right you should add you to group fuse Vincent Lefevre wrote: I've installed fuse with "module-assistant auto-install fuse". Then, after loading the fuse module, I've tried sshfs, but I get the following error: fuse: failed to open /dev/fuse: Permission denied Here /dev/fuse has

How to compare the package version?

2008-02-13 Thread hhding
version compare tool or command is mentioned. hhding -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: apache/subversion with ldap

2008-01-24 Thread hhding
n Thursday 24 January 2008 21:31 Martin Marcher wrote: On Thursday 24 January 2008 11:26 hhding wrote: and attachements are complete config files please don't do attachements. They aren't visible everywhere, for me they just vanished as my primary interface to the ML is

apache/subversion with ldap

2008-01-24 Thread hhding
hi, my friends I try to verify access of svn user from apache by openldap. I create userA and userB with schema posixAccount and create groupA with schema posixGroups in openldap and add userA to it. then I add line *Require group cn=groupA,dc=my* to apache's config file. but, both userA and user