****** printf("could not setuid, run as root with correct uid
");
****** return 1;
** }
** char proc_name[1024];
** sprintf(proc_name, "/proc/self/fd/%d", fd);
** struct stat stat_buf;
** int rc = stat(proc_name, &stat_buf);
** if (rc == 0)
** {
****** printf("all good
");
** }
** else
** {
****** printf("busted, could not access %s
", proc_name);
** }
** return rc;
}
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
11-03-2010, 10:36 PM
Ned Slider
kernel bug fixed in later kernels
On 03/11/10 22:59, Philip Manuel wrote:
> Does anyone know if this is going to be fixed in CentOS ?
>
Only if it gets fixed in RHEL.
Did you file a bug? If so, where is it?
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
11-03-2010, 11:23 PM
Philip Manuel
kernel bug fixed in later kernels
On 11/04/2010 10:36 AM, Ned Slider wrote:
> On 03/11/10 22:59, Philip Manuel wrote:
>> Does anyone know if this is going to be fixed in CentOS ?
>>
> Only if it gets fixed in RHEL.
>
> Did you file a bug? If so, where is it?
>
No I'll file a bug now, was wondering if others had seen this issue
Phil.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos