Search results

  1. M

    strange behaviour of stat() in VZ Container

    We have a program that uses stat() to get the ID of the device containing a given file. This ID is then used in ustat() to get the amount of free blocks on the corresponding device. The program worked perfectly while we were running Proxmox 1.8. But since we upgraded to Proxmox 2.3, stat()...
  2. M

    64Bit cores in 32Bit Container

    Thanks for the fast response. I did some more digging on our development VM today. Maybe someone else runs into the same issue, so I'll document my findings here. From what I was able to reproduce today, it looks like this, when running a 32-Bit program inside a 32-Bit Container: * You...
  3. M

    64Bit cores in 32Bit Container

    We're experiencing some weird behaviour in our 32-Bit Ubuntu 10.04 Containers. We run a legacy application written in C inside those containers. If one of the programs segfaults (or is killed with signal 11), the resulting core dump cannot be used in gdb: ["core" is not a core dump: File format...