I looked some more and it looks possible that I do have misconfigured
quota, like you suspected. However, why does only dash blow up?

Hopefully problem disappears once I get around to fixing quota, until then 
I can manage well with quota off (unless you want to poke at this more. :)

On Wed, 9 May 2012 06:24:22 -0500
Jonathan Nieder <jrnie...@gmail.com> wrote:

> Alas.  Does the full output from "strace -f dash" clarify anything?
> 
tuotila@vicente:~ $ head -70 dash.strace
                                                                                
                                                                       
execve("/bin/dash", ["dash"], [/* 19 vars */]) = 0
brk(0)                                  = 0x637000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fa07d138000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=15071, ...}) = 0
mmap(NULL, 15071, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa07d134000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\355\1\0\0\0\0\0"..., 832) = 
832
fstat(3, {st_mode=S_IFREG|0755, st_size=1437064, ...}) = 0
mmap(NULL, 3545160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7fa07cbbb000
mprotect(0x7fa07cd14000, 2093056, PROT_NONE) = 0
mmap(0x7fa07cf13000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x158000) = 0x7fa07cf13000
mmap(0x7fa07cf18000, 18504, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa07cf18000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fa07d133000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fa07d132000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fa07d131000
arch_prctl(ARCH_SET_FS, 0x7fa07d132700) = 0
mprotect(0x7fa07cf13000, 16384, PROT_READ) = 0
mprotect(0x7fa07d13a000, 4096, PROT_READ) = 0
munmap(0x7fa07d134000, 15071)           = 0
getpid()                                = 20389
rt_sigaction(SIGCHLD, {0x40f270, ~[RTMIN RT_1], SA_RESTORER, 0x7fa07cbed230}, 
NULL, 8) = 0
geteuid()                               = 1001
brk(0)                                  = 0x637000
brk(0x658000)                           = 0x658000
getppid()                               = 20388
getcwd("/home/tuotila", 4096)           = 14
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x40f270, ~[RTMIN RT_1], SA_RESTORER, 0x7fa07cbed230}, 
NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7fa07cbed230}, 
NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7fa07cbed230}, 
NULL, 8) = 0
open("/dev/tty", O_RDWR)                = 3
fcntl(3, F_DUPFD, 10)                   = 10
close(3)                                = 0
fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
ioctl(10, TIOCGPGRP, [20388])           = 0
getpgrp()                               = 20388
rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTSTP, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7fa07cbed230}, 
NULL, 8) = 0
rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTTOU, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7fa07cbed230}, 
NULL, 8) = 0
rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTTIN, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7fa07cbed230}, 
NULL, 8) = 0
setpgid(0, 20389)                       = 0
ioctl(10, TIOCSPGRP, [20389])           = 0
wait4(-1, 0x7fff6bc6708c, WNOHANG|WSTOPPED, NULL) = -1 ECHILD (No child 
processes)
stat("/var/mail/tuotila", {st_mode=S_IFREG|0600, st_size=1654678, ...}) = 0
write(2, "dash: 2: ", 9dash: 2: )                = 9
write(2, "Syntax error: \"(\" unexpected (ex"..., 44Syntax error: "(" 
unexpected (expecting ")")) = 44
write(2, "\n", 1
)                       = 1
wait4(-1, 0x7fff6bc6708c, WNOHANG|WSTOPPED, NULL) = -1 ECHILD (No child 
processes)
stat("/var/mail/tuotila", {st_mode=S_IFREG|0600, st_size=1654678, ...}) = 0
write(2, "dash: 2: ", 9dash: 2: )                = 9
write(2, "Syntax error: \"(\" unexpected (ex"..., 44Syntax error: "(" 
unexpected (expecting ")")) = 44
write(2, "\n", 1
)                       = 1
wait4(-1, 0x7fff6bc6708c, WNOHANG|WSTOPPED, NULL) = -1 ECHILD (No child 
processes)
stat("/var/mail/tuotila", {st_mode=S_IFREG|0600, st_size=1654678, ...}) = 0
write(2, "dash: 2: ", 9dash: 2: )                = 9
write(2, "Syntax error: \"(\" unexpected (ex"..., 44Syntax error: "(" 
unexpected (expecting ")")) = 44



> Please attach full "dmesg" output from booting and reproducing this.

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-amd64 (Debian 2.6.32-43) 
(da...@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Sat Mar 31 
04:00:05 UTC 2012
[    0.000000] Command line: console=hvc0 root=/dev/xvda1 ro 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] ACPI in unprivileged domain disabled
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 0000000010000000 (usable)
[    0.000000] DMI not present or invalid.
[    0.000000] last_pfn = 0x10000 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-0000000010000000
[    0.000000]  0000000000 - 0010000000 page 4k
[    0.000000] kernel direct mapping tables up to 10000000 @ 8000-8a000
[    0.000000] RAMDISK: 016fa000 - 03117000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000010000000
[    0.000000] Bootmem setup node 0 0000000000000000-0000000010000000
[    0.000000]   NODE_DATA [000000000006a000 - 0000000000071fff]
[    0.000000]   bootmap [0000000000072000 -  0000000000073fff] pages 2
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 0010000000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 
- 0000001000]
[    0.000000]   #1 [000319a000 - 00031b7000]   XEN PAGETABLES ==> [000319a000 
- 00031b7000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 
- 0000008000]
[    0.000000]   #3 [0001000000 - 00016d95c4]    TEXT DATA BSS ==> [0001000000 
- 00016d95c4]
[    0.000000]   #4 [00016fa000 - 0003117000]          RAMDISK ==> [00016fa000 
- 0003117000]
[    0.000000]   #5 [0003117000 - 000319a000]   XEN START INFO ==> [0003117000 
- 000319a000]
[    0.000000]   #6 [0000008000 - 000006a000]          PGTABLE ==> [0000008000 
- 000006a000]
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x00010000
[    0.000000] On node 0 totalpages: 65440
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 101 pages reserved
[    0.000000]   DMA zone: 3843 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 840 pages used for memmap
[    0.000000]   DMA32 zone: 60600 pages, LIFO batch:15
[    0.000000] SFI: Simple Firmware Interface v0.7 http://simplefirmware.org
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] No local APIC present
[    0.000000] APIC: disable apic facility
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 10000000 (gap: 
10000000:f0000000)
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 3.4.2 (preserve-AD)
[    0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 30 pages/cpu @ffff8800031ed000 s90328 r8192 
d24360 u122880
[    0.000000] pcpu-alloc: s90328 r8192 d24360 u122880 alloc=30*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] trying to map vcpu_info 0 at ffff8800031f8020, mfn 7758be, 
offset 32
[    0.000000] cpu 0 using vcpu_info at ffff8800031f8020
[    0.000000] trying to map vcpu_info 1 at ffff880003216020, mfn 7758a0, 
offset 32
[    0.000000] cpu 1 using vcpu_info at ffff880003216020
[    0.000000] Xen: using vcpu_info placement
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total 
pages: 64443
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: console=hvc0 root=/dev/xvda1 ro 
[    0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 222836k/262144k available (3083k kernel code, 384k 
absent, 38924k reserved, 2048k data, 592k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 
Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:288
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [hvc0] enabled
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] Detected 2246983.568 MHz processor.
[    0.004000] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 4600.32 BogoMIPS (lpj=9200640)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004072] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.004162] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.004201] Mount-cache hash table entries: 256
[    0.004344] Initializing cgroup subsys ns
[    0.004351] Initializing cgroup subsys cpuacct
[    0.004358] Initializing cgroup subsys devices
[    0.004363] Initializing cgroup subsys freezer
[    0.004369] Initializing cgroup subsys net_cls
[    0.004400] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.004407] CPU: L2 Cache: 512K (64 bytes/line)
[    0.004413] CPU 0/0x0 -> Node 0
[    0.004419] tseg: 00dff00000
[    0.004423] CPU: Physical Processor ID: 0
[    0.004427] CPU: Processor Core ID: 0
[    0.004433] Performance Events: AMD PMU driver.
[    0.004442] ... version:                0
[    0.004446] ... bit width:              48
[    0.004450] ... generic registers:      4
[    0.004454] ... value mask:             0000ffffffffffff
[    0.004459] ... max period:             00007fffffffffff
[    0.004464] ... fixed-purpose events:   0
[    0.004468] ... event mask:             000000000000000f
[    0.004488] SMP alternatives: switching to UP code
[    0.017360] installing Xen timer for CPU 1
[    0.017401] SMP alternatives: switching to SMP code
[    0.004000] Initializing CPU#1
[    0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.004000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.004000] CPU 1/0x0 -> Node 0
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.040001] Brought up 2 CPUs
[    0.040001] CPU0 attaching sched-domain:
[    0.040001]  domain 0: span 0-1 level CPU
[    0.040001]   groups: group ffff8800031fcd00 cpus 0 group ffff88000321ad00 
cpus 1
[    0.040001] CPU1 attaching sched-domain:
[    0.040001]  domain 0: span 0-1 level CPU
[    0.040001]   groups: group ffff88000321ad00 cpus 1 group ffff8800031fcd00 
cpus 0
[    0.048061] devtmpfs: initialized
[    0.052212] Grant table initialized
[    0.052212] regulator: core version 0.5
[    0.052212] NET: Registered protocol family 16
[    0.088065] PCI: Fatal: No config space access function found
[    0.088468] bio: create slab <bio-0> at 0
[    0.088468] ACPI: Interpreter disabled.
[    0.092025] xen_balloon: Initialising balloon driver.
[    0.104097] vgaarb: loaded
[    0.104160] PCI: System does not support PCI
[    0.104160] PCI: System does not support PCI
[    0.104160] Switching to clocksource xen
[    0.105808] pnp: PnP ACPI: disabled
[    0.106308] NET: Registered protocol family 2
[    0.106404] IP route cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.106662] TCP established hash table entries: 8192 (order: 5, 131072 bytes)
[    0.106736] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.106778] TCP: Hash tables configured (established 8192 bind 8192)
[    0.106785] TCP reno registered
[    0.106855] NET: Registered protocol family 1
[    0.106918] Unpacking initramfs...
[    0.173348] Freeing initrd memory: 26740k freed
[    0.187613] platform rtc_cmos: registered platform RTC device (no PNP device 
found)
[    0.188760] audit: initializing netlink socket (disabled)
[    0.188779] type=2000 audit(1334696908.444:1): initialized
[    0.193917] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.201920] VFS: Disk quotas dquot_6.5.2
[    0.202014] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.202117] msgmni has been set to 487
[    0.202476] alg: No test for stdrng (krng)
[    0.202538] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
253)
[    0.202547] io scheduler noop registered
[    0.202551] io scheduler anticipatory registered
[    0.202556] io scheduler deadline registered
[    0.202622] io scheduler cfq registered (default)
[    0.281227] Linux agpgart interface v0.103
[    0.281270] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.281516] input: Macintosh mouse button emulation as 
/devices/virtual/input/input0
[    0.281571] PNP: No PS/2 controller found. Probing ports directly.
[    0.282468] i8042.c: No controller found.
[    0.282621] mice: PS/2 mouse device common for all mice
[    0.282689] rtc_cmos: probe of rtc_cmos failed with error -16
[    0.282717] cpuidle: using governor ladder
[    0.282723] cpuidle: using governor menu
[    0.282731] No iBFT detected.
[    0.283085] TCP cubic registered
[    0.283210] NET: Registered protocol family 10
[    0.284057] Mobile IPv6
[    0.284064] NET: Registered protocol family 17
[    0.284157] PM: Resume from disk failed.
[    0.284174] registered taskstats version 1
[    0.284194] XENBUS: Device with no driver: device/vbd/2049
[    0.284199] XENBUS: Device with no driver: device/vbd/2050
[    0.284204] XENBUS: Device with no driver: device/vif/0
[    0.284209] XENBUS: Device with no driver: device/console/0
[    0.284230] 
/build/buildd-linux-2.6_2.6.32-43-amd64-GXfNMa/linux-2.6-2.6.32/debian/build/source_amd64_none/drivers/rtc/hctosys.c:
 unable to open rtc device (rtc0)
[    0.284268] Initalizing network drop monitor service
[    0.284334] Freeing unused kernel memory: 592k freed
[    0.284544] Write protecting the kernel read-only data: 4240k
[    0.421358] udev[56]: starting version 164
[    0.721870] Initialising Xen virtual ethernet driver.
[    2.555446] kjournald starting.  Commit interval 5 seconds
[    2.555470] EXT3-fs: mounted filesystem with ordered data mode.
[    6.823062] udev[151]: starting version 164
[    7.850267] input: PC Speaker as /devices/platform/pcspkr/input/input1
[    8.489084] Error: Driver 'pcspkr' is already registered, aborting...
[    9.454951] Adding 524280k swap on /dev/xvda2.  Priority:-1 extents:1 
across:524280k SS
[   10.313064] EXT3 FS on xvda1, internal journal
[   23.484987] eth0: no IPv6 routers present
[13900.569665] ip_tables: (C) 2000-2006 Netfilter Core Team
[1137306.750725] hrtimer: interrupt took 22143565 ns



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to