Displaying 4 results from an estimated 4 matches for "jpk".
Did you mean:
jk
2000 Oct 03
1
Various platforms
...seteuid or setreuid, but there is a setresuid, so
using your model in bsd-misc.c, I did:
-----------
#if !defined(HAVE_SETEUID) && defined(HAVE_SETREUID)
int seteuid(uid_t euid)
{
return(setreuid(-1,euid));
}
#endif /* !defined(HAVE_SETEUID) && defined(HAVE_SETREUID) */
/* JPK */
int seteuid(uid_t euid)
{
return(setresuid(-1,euid,-1));
}
-----------
This appears to be correct based on the documentation, and appears to
work.
Also under the same version of HP-UX, you use RLIMIT_CORE, however
this isn't defined in the include files except in <sys/resource.h...
2006 Oct 31
0
PSARC/2002/762 Layered Trusted Solaris
Author: jpk
Repository: /hg/zfs-crypto/gate
Revision: e7e07b2f4fcfbe725493f4074f9e9f0d8bfd8e1c
Log message:
PSARC/2002/762 Layered Trusted Solaris
PSARC/2005/060 TSNET: Trusted Networking with Security Labels
PSARC/2005/259 Layered Trusted Solaris Label Interfaces
PSARC/2005/573 Solaris Trusted Extensions for...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2006 Mar 30
2
Problem with reboot of domU''s
I have been playing with Xen 3.0.1 for some days now, using debian sarge
for dom0 and domU''s, and it works like a charm. But, I have a problem
with rebooting domU''s. Here is the output from /var/log/xend.log
[2006-03-30 13:44:58 xend.XendDomainInfo] INFO (XendDomainInfo:823)
Domain has shutdown: name=vmintraweb1 id=5 reason=reboot
.
[2006-03-30 13:44:58 xend.XendDomainInfo]