← Back to team overview

kernel-packages team mailing list archive

[Bug 117713] apport information

 

ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
AudioDevicesInUse:
 USER        PID ACCESS COMMAND
 /dev/snd/controlC0:  peter      2784 F.... pulseaudio
CurrentDesktop: KDE
DistroRelease: Ubuntu 14.04
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-07-29 (145 days ago)
InstallationMedia: Linux Mint 17 "Qiana" - Release amd64 20140619
MachineType: Hewlett-Packard HP G60 Notebook PC
Package: linux (not installed)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=b9197503-27d1-4f90-bade-a411d7f6a295 ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-24-generic N/A
 linux-backports-modules-3.13.0-24-generic  N/A
 linux-firmware                             1.127.10
RfKill:
 0: phy0: Wireless LAN
 	Soft blocked: no
 	Hard blocked: no
Tags:  qiana
Uname: Linux 3.13.0-24-generic x86_64
UnreportableReason: Your system partition has less than 29 MB of free space available, which leads to problems using applications and installing updates. Please free some space.
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo vboxusers
_MarkForUpload: True
dmi.bios.date: 12/15/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.65
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 3612
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 09.67
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: dmi:bvnHewlett-Packard:bvrF.65:bd12/15/2010:svnHewlett-Packard:pnHPG60NotebookPC:pvr0392120000200C10000020000:rvnHewlett-Packard:rn3612:rvr09.67:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP G60 Notebook PC
dmi.product.version: 0392120000200C10000020000
dmi.sys.vendor: Hewlett-Packard

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/117713

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
  	echo Stopping heads
          #Stop properly the heads and cylinders
  	sdparm --command=stop $WD 
  else
  	echo Unmount Failed !
  fi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+subscriptions