Hello centos users,
I download the bash 3.0 and compile it in CentOS 4.0 with or withiut all patchs.
But when I execute the comand ls -l it freezes.
Any idea?
Centos comes with Bash 3.0 by default you don't need to download and compile anything....
Regards
Pete
jose luis faria wrote:
Hello centos users,
I download the bash 3.0 and compile it in CentOS 4.0 with or withiut all patchs.
But when I execute the comand ls -l it freezes.
Any idea?
--
:) cumprimentos
José Luís Faria
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On my Centos4 system:
$ rpm -q bash bash-3.0-19.2
bash is version 3.0 and it's from base or dag/dries. Everything works as expected (though you might want to install bash-completion).
Why are you trying to compile it? Can't you just download the src rpm and rpmbuild --rebuild that (possibly first unpacking the rpm and adding any wanted patches)?
Cheers, MaZe.
On Mon, 30 May 2005, jose luis faria wrote:
Hello centos users,
I download the bash 3.0 and compile it in CentOS 4.0 with or withiut all patchs.
But when I execute the comand ls -l it freezes.
Any idea?
Hello again,
I need to compile it because I want to change two lines the the sources.
On 5/30/05, Maciej Żenczykowski maze@cela.pl wrote:
On my Centos4 system:
$ rpm -q bash bash-3.0-19.2
bash is version 3.0 and it's from base or dag/dries. Everything works as expected (though you might want to install bash-completion).
Why are you trying to compile it? Can't you just download the src rpm and rpmbuild --rebuild that (possibly first unpacking the rpm and adding any wanted patches)?
Cheers, MaZe.
On Mon, 30 May 2005, jose luis faria wrote:
Hello centos users,
I download the bash 3.0 and compile it in CentOS 4.0 with or withiut all patchs.
But when I execute the comand ls -l it freezes.
Any idea?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
well then I'd suggest taking the centos src rpm, unpacking it, change the two lines (which ones?) and building from targz via rpmbuild.
On Mon, 30 May 2005, jose luis faria wrote:
Hello again,
I need to compile it because I want to change two lines the the sources.
On 5/30/05, Maciej Żenczykowski maze@cela.pl wrote:
On my Centos4 system:
$ rpm -q bash bash-3.0-19.2
bash is version 3.0 and it's from base or dag/dries. Everything works as expected (though you might want to install bash-completion).
Why are you trying to compile it? Can't you just download the src rpm and rpmbuild --rebuild that (possibly first unpacking the rpm and adding any wanted patches)?
Cheers, MaZe.
On Mon, 30 May 2005, jose luis faria wrote:
Hello centos users,
I download the bash 3.0 and compile it in CentOS 4.0 with or withiut all patchs.
But when I execute the comand ls -l it freezes.
Any idea?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
jose luis faria wrote:
Hello again,
I need to compile it because I want to change two lines the the sources.
It looks like the RPM that comes with CentOS 4 includes the original bash code + 36 patches worth of bugfixes and functionality adjustments. The RPM that comes with your distribution has been tested to work with the other tools in that distribution. Once you leave that chain, especially with something as widely used as bash, all kinds of unforeseen results can occur.
I'd stick with the one from your distro, and modify the SRPM from there.
I'm also very curious, what do these two lines do anyway?
Sincerely,
Shawn M. Jones
On 5/30/05, Shawn M. Jones smj@littleprojects.org wrote:
I'm also very curious, what do these two lines do anyway?
If you are a system administrator what do you do to register all the commands typed on the bash shell of the root account or your users?
_______________________________________________
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 5/31/05, jose luis faria joseluisfaria@gmail.com wrote:
On 5/30/05, Shawn M. Jones smj@littleprojects.org wrote:
I'm also very curious, what do these two lines do anyway?
If you are a system administrator what do you do to register all the commands typed on the bash shell of the root account or your users?
Why don't you try out Sebek (http://www.honeynet.org/tools/sebek/)? It does everything you want to do and then some more...
Please be aware of any laws that might get you into trouble doing this sort of things.
Best regards Michael Boman