Bug 527312 - "-bash: no job control in this shell" in rawhide
Summary: "-bash: no job control in this shell" in rawhide
Keywords:
Status: CLOSED DUPLICATE of bug 519237
Alias: None
Product: Fedora
Classification: Fedora
Component: bash
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Roman Rakus
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-10-05 22:20 UTC by Gurhan Ozen
Modified: 2014-01-13 00:09 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-10-08 10:07:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Gurhan Ozen 2009-10-05 22:20:29 UTC
Description of problem:
 I am running into this issue with rawhide virtual guests. When logging on to guest, it says:
-bash: cannot set terminal process group (-1): Inappropriate ioctl for device
-bash: no job control in this shell

When spawning bash, it does:
[root@localhost ~]# bash
bash: no job control in this shell
[root@localhost ~]# bash
bash: no job control in this shell
[root@localhost ~]# 

If ctrl+c is pressed, even if there is a job running on the foreground, the shell takes it in as ctrl+alt+del sequence and reboots:
[
root@localhost ~]# ping www.redhat.com 
PING origin-www.redhat.com (209.132.177.50) 56(84) bytes of data.
64 bytes from www.redhat.com (209.132.177.50): icmp_seq=1 ttl=115 time=85.5 ms
64 bytes from www.redhat.com (209.132.177.50): icmp_seq=2 ttl=115 time=84.7 ms

Broadcast message from root
	(unknown) at 18:17 ...

The system is going down for reboot NOW!
Control-Alt-Delete pressed 




Version-Release number of selected component (if applicable):
# rpm -q bash
bash-4.0.33-1.fc12.x86_64


How reproducible:
Everytime.

Steps to Reproduce:
1. Install rawhide. Install a guest with the rawhide distro:
virt-install --name rawhide-20091005_x86_64 --location http://qafiler.bos.redhat.com/fedora/rawhide/nightly/rawhide-20091005/x86_64/os/ --hvm --nographics --ram 1024 --file-size 10 --file /var/lib/libvirt/images/rawhide-20091005_x86_64.img --accelerate --os-variant=virtio26   --extra-args " console=tty0 console=ttyS0,115200 "
2. Login to the guest.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Roman Rakus 2009-10-07 07:10:46 UTC
This seems to be similar to bug #519237. Can you please try to update to util-linux-ng-2.16-10.2.fc12?

Comment 2 Gurhan Ozen 2009-10-07 11:14:38 UTC
(In reply to comment #1)
> This seems to be similar to bug #519237. Can you please try to update to
> util-linux-ng-2.16-10.2.fc12?  

Seems like it didn't help?:

login: root
Password: 
Last login: Wed Oct  7 07:08:27 on ttyS0
-bash: cannot set terminal process group (-1): Inappropriate ioctl for device
-bash: no job control in this shell
[root@localhost ~]# rpm -q util-linux-ng
util-linux-ng-2.16-10.2.fc12.x86_64
[root@localhost ~]#

Comment 3 Roman Rakus 2009-10-07 13:05:05 UTC
And when you do same steps like James in comment #27 (rebuild dracut initrd and reboot)?

Comment 4 Gurhan Ozen 2009-10-07 17:12:32 UTC
(In reply to comment #3)
> And when you do same steps like James in comment #27 (rebuild dracut initrd and
> reboot)?  

That worked.. Looks like  
# dracut --force /boot/initramfs-$(uname -r).img $(uname -r)

was the cure.

Comment 5 Roman Rakus 2009-10-08 10:07:43 UTC
So it's absolutely duplicate of bug #519237.

*** This bug has been marked as a duplicate of bug 519237 ***


Note You need to log in before you can comment on or make changes to this bug.