Put http://vserver.13thfloor.at/Experimental/SYSCALL/syscall_shiny10.h in the same directory as chbind6.c, and add -D__NR_vserver=<syscall number for your architecture> to the gcc command above. To get the syscall number, check the syscall# line in vserver-info's output. |
Put http://vserver.13thfloor.at/Experimental/SYSCALL/syscall_shiny10.h in the same directory as chbind6.c, and add -D__NR_vserver=<syscall number for your architecture> to the gcc command above. To get the syscall number, check the syscall# line in vserver-info's output. (x86 is 273 currently - best to check though). |