Gentoo Archives: gentoo-user

From: Michele Schiavo <gentoo@××××××××××××××.it>
To: gentoo-user@l.g.o
Subject: [gentoo-user] bash: no job control in this shell
Date: Wed, 10 Sep 2008 05:43:36
Message-Id: 1221025413.31211.4.camel@uzzmaster.uzz.local
1 When i login from console i have this error :
2
3 -bash: no job control in this shell
4
5 I don't know since i have this because i do not usually console login.
6
7 this is my .bashrc
8
9 # /etc/skel/.bashrc:
10 # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.8
11 2003/02/28 15:45:35 azarah Exp $
12
13 # This file is sourced by all *interactive* bash shells on startup.
14 This
15 # file *should generate no output* or it will break the scp and rcp
16 commands.
17
18 # colors for ls, etc.
19 eval `dircolors -b /etc/DIR_COLORS`
20
21 alias ls="ls --color=auto"
22 alias ll="ls --color -l"
23 alias rm="rm -iv"
24 alias mv="mv -iv"
25 alias cp="cp -iv"
26 alias grep="grep --color"
27
28 export HISTCONTROL=ignorespace
29 export HISTIGNORE="ignoredups:&:ls:[bf]g:exit"
30
31 # Change the window title of X terminals
32 case $TERM in
33 xterm*|rxvt|Eterm|eterm)
34 PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:
35 ${PWD/$HOME/~}\007"'
36 ;;
37 screen)
38 PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:
39 ${PWD/$HOME/~}\033\\"'
40 ;;
41 esac
42
43 [ -f /etc/profile.d/bash-completion ] &&
44 source /etc/profile.d/bash-completion
45
46 export MAILHOST="gmail.com"
47 export MAILUSER="micheleschi"

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] bash: no job control in this shell Alan McKinnon <alan.mckinnon@×××××.com>