[Bug 813745] [NEW] page allocation failure, truecrypt hangs when copying large files

2011-07-20 Thread Rudi Pleckham
Public bug reported:

Since I upgraded from maverick to natty, I observe hangs of truecrypt
when copying a number of large files (6 files, ~6 GB) to a truecrypt
NTFS partition on an external eSATA drive. I can also reproduce the
problem with dd. In the logs I see stuff like this:

Jul 19 22:14:05 carbon kernel: [16293.933122] SLUB: Unable to allocate memory 
on node -1 (gfp=0x20)
Jul 19 22:14:05 carbon kernel: [16293.933125]   cache: kmalloc-8192, object 
size: 8192, buffer size: 8192, default order: 3, min order: 1
Jul 19 22:14:05 carbon kernel: [16293.933128]   node 0: slabs: 144, objs: 576, 
free: 0
Jul 19 22:14:05 carbon kernel: [16293.933146] skbuff alloc of size 3904 failed
Jul 19 22:14:05 carbon kernel: [16294.022193] tail: page allocation failure. 
order:1, mode:0x4020

(more in the attached logs)

Also, a truecrypt hang is reported:
Jul 19 23:05:37 carbon kernel: [ 1320.651644] INFO: task truecrypt:3186 blocked 
for more than 120 seconds.
Jul 19 23:05:37 carbon kernel: [ 1320.651652] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
Jul 19 23:05:37 carbon kernel: [ 1320.651657] truecrypt   D 
 0  3186  1 0x
Jul 19 23:05:37 carbon kernel: [ 1320.651667]  8800609c7920 
0086 8800609c7fd8 8800609c6000
Jul 19 23:05:37 carbon kernel: [ 1320.651675]  00013d00 
88010012df38 8800609c7fd8 00013d00
Jul 19 23:05:37 carbon kernel: [ 1320.651683]  81a0b020 
88010012db80 8800badceeb8 8800baa13d00
Jul 19 23:05:37 carbon kernel: [ 1320.651691] Call Trace:
Jul 19 23:05:37 carbon kernel: [ 1320.651707]  [8110c110] ? 
sync_page+0x0/0x50

(more in the attached logs)

I found a workaround for this problem. It seems the system is running
out of memory (4GB laptop), so I found the suggestion to raise the
parameter vm.min_free_kbytes. This was set to ~7 MB initially, raising
it to 131072 prevents the problem from happening. It also seems to raise
the IO throughput to the truecrypt device slightly (between 10-20%), the
copy process stops less often.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-10-generic 2.6.38-10.46
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ziggy  2053 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xeb00 irq 54'
   Mixer name   : 'Intel IbexPeak HDMI'
   Components   : 'HDA:10ec0269,104312d3,0014 
HDA:80862804,80860101,0010'
   Controls  : 15
   Simple ctrls  : 8
Date: Wed Jul 20 21:12:33 2011
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=fdc319bf-2369-407b-ac3b-5480bb23a9f8
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100406)
MachineType: ASUSTeK Computer INC. N61Jv
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-10-generic 
root=UUID=492a9e89-17ba-42ee-b053-4fc5382d33ed ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-10-generic N/A
 linux-backports-modules-2.6.38-10-generic  N/A
 linux-firmware 1.52
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to natty on 2011-07-01 (18 days ago)
dmi.bios.date: 12/10/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 222
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: N61Jv
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr222:bd12/10/2010:svnASUSTeKComputerINC.:pnN61Jv:pvr1.0:rvnASUSTeKComputerINC.:rnN61Jv:rvr1.0:cvnASUSTeKComputerINC.:ct10:cvr1.0:
dmi.product.name: N61Jv
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer INC.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/813745

Title:
  page allocation failure, truecrypt hangs when copying large files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 813745] Re: page allocation failure, truecrypt hangs when copying large files

2011-07-20 Thread Rudi Pleckham
** Attachment added: Kernel message
   https://bugs.launchpad.net/bugs/813745/+attachment/2221699/+files/kernel.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/813745

Title:
  page allocation failure, truecrypt hangs when copying large files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 813745] Re: page allocation failure, truecrypt hangs when copying large files

2011-07-20 Thread Rudi Pleckham
** Attachment added: truecrpyt hung task message
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/813745/+attachment/2221726/+files/truecrypt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/813745

Title:
  page allocation failure, truecrypt hangs when copying large files

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 677694] Re: Firefox Crashes X

2011-01-05 Thread Rudi Pleckham
I think this is a bug in xserver-xorg-video-intel since I saw this on 2
machines using the Intel i3-Clarkdale-CPU-integrated graphics. I
upgraded the driver package from xserver-xorg-video-intel
2:2.12.0-1ubuntu5.1 to xserver-xorg-video-intel 2:2.13.901-2ubuntu2.
This solves the problem for me.

The new package comes from the natty repostitory and can be found here: 
https://launchpad.net/ubuntu/natty/amd64/xserver-xorg-video-intel/2:2.13.901-2ubuntu2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/677694

Title:
  Firefox Crashes X

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 677694] Re: Firefox Crashes X

2010-12-30 Thread Rudi Pleckham
I think rapidshare changed their page, it doesn't crash X any more. To
reproduce the problem I created an archive kill_X.tar.gz which crashes
firefox each time. It contains a downloaded ebay HTML page. Just open
the HTML-File from the archive an scroll down. In Opera I can see that
it is obviously scrolling text which causes this behaviour.

** Attachment added: archive to reproduce the problem
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/677694/+attachment/1779486/+files/kill_X.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/677694

Title:
  Firefox Crashes X

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 688140] Re: Touchpad spontaneously pastes on scrolling

2010-12-12 Thread Rudi Pleckham
Today I found a temporary workaround for this problem:

sudo rmmod psmouse
sudo modprobe psmouse

after login works for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/688140

Title:
  Touchpad spontaneously pastes on scrolling

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 688140] Re: Touchpad spontaneously pastes on scrolling

2010-12-11 Thread Rudi Pleckham
Same behaviour here, with Elantech touchpad and different apps
(Jdownloader). Worked ok in Lucid, problems started with Maverick. Xorg
reports the following module versions:

[  5261.701] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad 
(/dev/input/event9)
[  5261.701] (**) ETPS/2 Elantech Touchpad: Applying InputClass evdev touchpad 
catchall
[  5261.701] (**) ETPS/2 Elantech Touchpad: Applying InputClass touchpad 
catchall
[  5261.701] (II) LoadModule: synaptics
[  5261.701] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  5261.701] (II) Module synaptics: vendor=X.Org Foundation
[  5261.701]compiled for 1.9.0, module version = 1.2.2
[  5261.701]Module class: X.Org XInput Driver
[  5261.701]ABI class: X.Org XInput driver, version 11.0
[  5261.701] (II) Synaptics touchpad driver version 1.2.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/688140

Title:
  Touchpad spontaneously pastes on scrolling

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 677694] Re: Firefox Crashes X

2010-12-11 Thread Rudi Pleckham
Same problem here, can reproduce the problem here:

Config:
Maverick, Firefox 3.6.13, Intel CPU graphics (Optimus graphics).

How to reproduce:
Open Firefox, enter www.rapidshare.com in the address bar and press enter. 

On my Laptop, this always drops me back to the login screen immediately.
Can't see anything in the Xorg log.

** Attachment added: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/677694/+attachment/1762471/+files/Xorg.0.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/677694

Title:
  Firefox Crashes X

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 282536] Re: LIBATA with PATA_VIA causes ATAPI PATA devices to hang with HPET enabled

2010-05-28 Thread Rudi Pleckham
I've got the same chip in an Asus board. Ubuntu fails to boot whenever
I've got a second optical drive connected (hangs very early in device
detection). In Jaunty, the workaround hpet=disable works, but in lucid
it does'nt any more, other sources make me believe the parameter
disappeared. The only workaround for me is to disable the APIC 2.0 stuff
in my BIOS.

-- 
LIBATA with  PATA_VIA causes ATAPI  PATA devices to hang with HPET enabled
https://bugs.launchpad.net/bugs/282536
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs