search for: ctl_kern

Displaying 9 results from an estimated 9 matches for "ctl_kern".

2016 Feb 01
1
Wrong config check for __libc_stack_end
..."variable" would hopefully be a speedup in comparison with the alternatives; from system.c mentioned above: #if defined(HAVE_LIBC_STACK_END) R_CStackStart = (uintptr_t) __libc_stack_end; #elif defined(HAVE_KERN_USRSTACK) { /* Borrowed from mzscheme/gc/os_dep.c */ int nm[2] = {CTL_KERN, KERN_USRSTACK}; void * base; size_t len = sizeof(void *); (void) sysctl(nm, 2, &base, &len, NULL, 0); R_CStackStart = (uintptr_t) base; } #else if(R_running_as_main_program) { /* This is not the main program, but unless embedded it is near the top, 5540 bytes away when che...
2005 Oct 09
2
compiling asterisk on SuSE Linux 9.3 fails: illegal instruction
...= 21587 rt_sigaction(SIGRTMIN, {0x4003a760, [], SA_SIGINFO}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0x4003a3a0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 _sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbffff17c, 31, (nil), 0}) = 0 brk(0) = 0x812c000 brk(0x814d000) = 0x814d000 uname({sysname="Linux", nodename="hermes", release="2.6.11.4-21.9-default", version="#1 Fri Aug 19 11:58:59 UT...
2019 Jan 07
2
Re: virsh on mac os X
...-1 Err#2 918/0x3b12: csops(0x396, 0x7, 0x7FFEE285C550) = -1 Err#22 918/0x3b12: proc_info(0x2, 0x396, 0xD) = 64 0 918/0x3b12: csops(0x396, 0x7, 0x7FFEE285BDA0) = -1 Err#22 918/0x3b12: geteuid(0x0, 0x0, 0x0) = 502 0 918/0x3b12: getuid(0x0, 0x0, 0x0) = 502 0 918/0x3b12: sysctl([CTL_KERN, 14, 1, 918, 0, 0] (4), 0x7FFEE285B168, 0x7FFEE285B148, 0x0, 0x0) = 0 0 918/0x3b12: gettid(0x7FFEE285B408, 0x7FFEE285B40C, 0x0) = -1 Err#3 918/0x3b12: geteuid(0x0, 0x0, 0x0) = 502 0 918/0x3b12: getegid(0x0, 0x0, 0x0) = 20 0 918/0x3b12: getuid(0x0, 0x0, 0x0) = 502 0 918/0x3b12: g...
2006 Jul 28
3
R uses private function in libc (PR#9107)
Full_Name: Quanah Gibson-Mount Version: 2.3.0, 2.3.1 OS: Linux Submission from: (NULL) (171.66.155.86) libc used to export the symbol: __libc_stack_end; however, newer versions of libc no longer export it. R has some serious problems around this, because the code has: # ifdef linux extern void * __libc_stack_end; # endif and #if defined(linux) R_CStackStart = (uintptr_t)
2004 Oct 05
2
Help: File is present (via Samba) but cannot be opened?
...= 0 munmap(0x40018000, 122568) = 0 set_tid_address(0x4017c2e8) = 23015 rt_sigaction(SIGRTMIN, {0x4016c950, [], SA_SIGINFO}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 _sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbfffdd98, 35, (nil), 0}) = 0 open("/proc/mounts", O_RDONLY) = 3 brk(0) = 0x805b000 brk(0x807d000) = 0x807d000 read(3, "rootfs / rootfs rw 0 0\n/dev/root"..., 4095) = 1619 brk(0x807c000)...
2016 Feb 01
3
Wrong config check for __libc_stack_end
>>>>> Alba Pompeo <albapompeo at gmail.com> >>>>> on Fri, 29 Jan 2016 08:23:26 -0200 writes: > Here is my log from 'make check' using an Intel i5 64-bit > processor - http://pastebin.com/raw/N6SYAuFX Here is > Isaac's log from 'make check' using an Intel Atom 32-bit > processor -
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf" (or whereve r i specify)
Hi, it looks like you have something really messed up on your system. The size of the file is 1243 bytes (from strace) but 0 bytes are being read. If you had no permission to read the strace would have looked like this: open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied) A quick look at the source code reveals: /etc/samba/smb.conf is opened in file_load
2019 Jan 04
2
virsh on mac os X
Mac OS X 10.14.2 VirtualBox 5.2.22 and 6.0.0 libvirt installed via homebrew virsh -V Virsh command line tool of libvirt 4.10.0 See web site at https://libvirt.org/ Compiled with support for: Hypervisors: QEMU/KVM VMware VirtualBox ESX Test Networking: Remote Bridging Storage: Dir Miscellaneous: Daemon Secrets Debug brew services start libvirt virsh -c vbox:///session list error:
2008 Feb 29
1
cram-md5 crashes passdb
...0, [], 0}, NULL, 8) = 0 [pid 24795] rt_sigaction(SIGRT_1, {0xb7eb7e40, [32], 0}, NULL, 8) = 0 [pid 24795] rt_sigaction(SIGRT_2, {0xb7eb7ff0, [], 0}, NULL, 8) = 0 [pid 24795] rt_sigprocmask(SIG_BLOCK, [32], NULL, 8) = 0 [pid 24795] rt_sigprocmask(SIG_UNBLOCK, [33], NULL, 8) = 0 [pid 24795] _sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbf94cdf8, 43, (nil), 0}) = 0 [pid 24795] time(NULL) = 1204280592 [pid 24795] brk(0) = 0x823e000 [pid 24795] brk(0x825f000) = 0x825f000 [pid 24795] uname({sys="Linux", node="pitux-clust-op1.clust-op1.dyn1.pitux....