You are not logged in.

#51 2014-05-13 02:53:25

symbal
Member
Registered: 2013-10-06
Posts: 1

Re: [SOLVED] Arch Linux 2011.08.19 - OpenVZ Template

I don't mean to necro bump but, am interested in setting up OpenVZ on a couple of boxes and this is the "latest" information I could find.

@canercandan - Please, would you mind either making that OpenVZ template available once more (getting 404s) or updating the wiki. If the former, I have no qualm with updating the Wiki when I have some time this weekend.

Thank you.

Offline

#52 2014-05-13 07:53:32

seron
Member
Registered: 2013-04-24
Posts: 5

Re: [SOLVED] Arch Linux 2011.08.19 - OpenVZ Template

I'm also interested in this.

edit: I found this contributor template that seems to be fairly recent, but I have a problem with it as it appears that /sbin/agetty is running in a loop consuming 100% of a CPU. The host OS I'm using is Proxmox and haven't used OpenVZ before and have no idea what is causing this.

Using strace -f -p {PID of agetty} I can see the following running in an endless loop.

open("/etc/issue", O_RDONLY)            = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=20, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f344e9be000
read(3, "Arch Linux \\r (\\l)\n\n", 512) = 20
write(1, "A", 1)                        = -1 EIO (Input/output error)
write(1, "r", 1)                        = -1 EIO (Input/output error)
write(1, "c", 1)                        = -1 EIO (Input/output error)
write(1, "h", 1)                        = -1 EIO (Input/output error)
write(1, " ", 1)                        = -1 EIO (Input/output error)
write(1, "L", 1)                        = -1 EIO (Input/output error)
write(1, "i", 1)                        = -1 EIO (Input/output error)
write(1, "n", 1)                        = -1 EIO (Input/output error)
write(1, "u", 1)                        = -1 EIO (Input/output error)
write(1, "x", 1)                        = -1 EIO (Input/output error)
write(1, " ", 1)                        = -1 EIO (Input/output error)
uname({sys="Linux", node="myhost.mydomain", ...}) = 0
write(1, "2.6.32-29-pve", 13)           = -1 EIO (Input/output error)
write(1, "\0", 1)                       = -1 EIO (Input/output error)
write(1, " ", 1)                        = -1 EIO (Input/output error)
write(1, "(", 1)                        = -1 EIO (Input/output error)
uname({sys="Linux", node="myhost.mydomain", ...}) = 0
write(1, "console", 7)                  = -1 EIO (Input/output error)
write(1, "2", 1)                        = -1 EIO (Input/output error)
write(1, ")", 1)                        = -1 EIO (Input/output error)
write(1, "\n", 1)                       = -1 EIO (Input/output error)
write(1, "\n", 1)                       = -1 EIO (Input/output error)
read(3, "", 512)                        = 0
close(3)                                = 0
munmap(0x7f344e9be000, 4096)            = 0
ioctl(0, KDGKBLED, 0x7fff126b9620)      = -1 EIO (Input/output error)
uname({sys="Linux", node="myhost.mydomain", ...}) = 0
write(1, "myhost", 7)                   = -1 EIO (Input/output error)
write(1, " ", 1)                        = -1 EIO (Input/output error)
write(1, "login: ", 7)                  = -1 EIO (Input/output error)
read(0, "", 1)                          = 0
ioctl(0, TCFLSH, 0)                     = -1 EIO (Input/output error)
write(1, "\r\n", 2)                     = -1 EIO (Input/output error)

Last edited by seron (2014-05-13 11:39:59)

Offline

Board footer

Powered by FluxBB