人力资源管理制度设计与风险规避

2010-03-29 Thread 宋芷菲
新法下的人力资源管理制度设计与风险规避 2010年5月21-22深圳 2010年5月28-29上海 【主办单位】海捷尔咨询 【收费标准】¥2000/人(包括资料费、午餐及上下午茶点等) 【培训对象】人力资源总经理、总监、经理、主管及专员,公司总裁、高级管理人员;部门经理及主管 【报名电话】0755-28585235 28585250 【联 系 人】宋先生 王小姐 课程背景curriculum background 《中华人民共和国劳动合同法》、《中华人民共和国就业促进法》,已经自2008年1月1日起实施。 《劳动争议调解与仲裁法》于2008年5月1日正式实施, 新法的

Linux PID namespace support?

2010-03-29 Thread Grzegorz Nosek
Hi all, I'd like to bump the topic of PID namespace support under recent Linux kernels[1]. Are there any plans to handle them properly in strace? This thread[2] points to some steps that strace could take to support PID namespaces. As that's way over my head, I'll just leave it at that :) Best re

Re: [PATCH] Decode recvmmsg syscall

2010-03-29 Thread Dmitry V. Levin
On Sat, Feb 13, 2010 at 12:28:26AM +0300, Dmitry V. Levin wrote: > On Fri, Feb 12, 2010 at 09:39:12PM +0100, Andreas Schwab wrote: > [...] > > +int > > +sys_recvmmsg(struct tcb *tcp) > > +{ > > + if (entering(tcp)) { > > + tprintf("%ld, ", tcp->u_arg[0]); > > + printmmsghdr(tc

Re: [PATCH] fix build on systems that do not implement statfs64

2010-03-29 Thread Andreas Schwab
Adrien Kunysz writes: > On Mon, Mar 29, 2010 at 05:00:46PM +0200, Andreas Schwab wrote: >> Adrien Kunysz writes: >> >> > Initially it was because I didn't have -D__USE_LARGEFILE64 in the >> >> You must not define __USE_LARGEFILE64, this is an internal glibc macro. >> >> > CFLAGS. But even aft

Re: [PATCH] fix build on systems that do not implement statfs64

2010-03-29 Thread Adrien Kunysz
On Mon, Mar 29, 2010 at 05:00:46PM +0200, Andreas Schwab wrote: > Adrien Kunysz writes: > > > Initially it was because I didn't have -D__USE_LARGEFILE64 in the > > You must not define __USE_LARGEFILE64, this is an internal glibc macro. > > > CFLAGS. But even after using it, it fails to build. H

Re: [PATCH] fix build on systems that do not implement statfs64

2010-03-29 Thread Dmitry V. Levin
On Mon, Mar 29, 2010 at 01:11:19PM +0100, Adrien Kunysz wrote: > On Mon, Mar 29, 2010 at 04:55:23AM +0400, Dmitry V. Levin wrote: > > On Sun, Mar 28, 2010 at 06:01:47PM +0100, Adrien Kunysz wrote: > > > Commit 9906e6da8be98d27bffa2baeeccd40cf1a1b11c1 "Fix handling of Linux > > > systems without str

Re: [PATCH] fix build on systems that do not implement statfs64

2010-03-29 Thread Andreas Schwab
Adrien Kunysz writes: > Initially it was because I didn't have -D__USE_LARGEFILE64 in the You must not define __USE_LARGEFILE64, this is an internal glibc macro. > CFLAGS. But even after using it, it fails to build. However the problem > seems to actually be with the AC_STAT64 macro: This is a

Re: [PATCH] fix build on systems that do not implement statfs64

2010-03-29 Thread Adrien Kunysz
On Mon, Mar 29, 2010 at 04:55:23AM +0400, Dmitry V. Levin wrote: > On Sun, Mar 28, 2010 at 06:01:47PM +0100, Adrien Kunysz wrote: > > Commit 9906e6da8be98d27bffa2baeeccd40cf1a1b11c1 "Fix handling of Linux > > systems without struct statfs64" breaks the build on my system (on which > > the autoconf