Re: Web urls cannot be accessed from Bash Terminal

2007-09-17 Thread Mike Frysinger
On Tuesday 18 September 2007, Pratiksha Powar wrote: > There was no network problem, I could access this url through my web > browser. > It was instead a yum configuration problem. > There wasn't any proxy information in the yum.conf file. > I had to add the parameters: proxy, proxy_username and pr

Re: Web urls cannot be accessed from Bash Terminal

2007-09-17 Thread Pratiksha Powar
There was no network problem, I could access this url through my web browser. It was instead a yum configuration problem. There wasn't any proxy information in the yum.conf file. I had to add the parameters: proxy, proxy_username and proxy_password. It started working then. Please don't close any i

Re: Web urls cannot be accessed from Bash Terminal

2007-09-17 Thread Pete Graner
On 9/17/07, Pratiksha Powar <[EMAIL PROTECTED]> wrote: > Configuration Information [Automatically generated, do not change]: > Machine: i686 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-redhat-linux

Re: Web urls cannot be accessed from Bash Terminal

2007-09-17 Thread Jan Schampera
Pratiksha Powar wrote: Description: Yum not able to access url through bash Repeat-By: Following is the sequence of commands and the results: 1. [EMAIL PROTECTED] /]# yum install gcc 2. Loading "installonlyn" plugin 3. Setting up Install Process 4. Setti

the description 'A hard limit cannot be increased once it is set' should be modified in the manpage

2007-09-17 Thread Cai Xianchao
Hello everybody, I find a bug in the manpage of ulimit(Package: bash Version: 3.2): The description 'A hard limit cannot be increased once it is set' should be modified to 'A hard limit cannot be increased once it is set unless the user is root'. When the user is root,the hard limit can be i

bash should retry a fork() returning EAGAIN

2007-09-17 Thread Martin Koeppe
Hi all, I'm using bash 3.1 on interix. There fork() may fail with EAGAIN if e.g. several builds (configures) are running in parallel. Unfortunately, fork() isn't retried and configure stops. So I suggest adding this patch to bash which retries fork() when it fails with EAGAIN. Idea is from

Web urls cannot be accessed from Bash Terminal

2007-09-17 Thread Pratiksha Powar
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-redhat-linux-gnu' -DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale' -DPAC