Bug 581419 - labtop rebooted when kill dhclient
Summary: labtop rebooted when kill dhclient
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dhcp
Version: 12
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jiri Popelka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-12 08:25 UTC by Naser
Modified: 2010-04-12 10:53 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-04-12 10:53:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Naser 2010-04-12 08:25:17 UTC
My laptop is rebooted when I kill dhclient


Version-Release number of selected component (if applicable):

MY LAPTOP INFO
- Kernel: 2.6.32.9-70.fc12.i686.PAE
- Fedora release 12 (Constantine)
- dhclient-4.1.1-9.fc12.i686


Steps to Reproduce:
1. # pkil dhclient -v 
  
Actual results:
laptop rebooted


thanks
naser

Comment 1 Jiri Popelka 2010-04-12 10:53:12 UTC
man pkill says:
"  -v     Negates the matching."

So "pkill dhclient -v" means (as I understand it):
send SIGTERM to all processes except of dhclient.


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