search for: crux

Displaying 20 results from an estimated 260 matches for "crux".

Did you mean: crud
2003 Jan 27
1
Bogus data received from ...
...nd tcpdump shows that the packets pass through the tun-device created by tinc. Connection from 192.168.192.17 port 32852 Sending ID to (null) (192.168.192.17 port 32852): 0 helix 17 Sending 11 bytes of metadata to (null) (192.168.192.17 port 32852) Got ID from (null) (192.168.192.17 port 32852): 0 crux 17 Sending ACK to crux (192.168.192.17 port 32852): 4 655 0 0 Sending 10 bytes of metadata to crux (192.168.192.17 port 32852) Got ACK from crux (192.168.192.17 port 32852): 4 655 1 0 Connection with crux (192.168.192.17 port 32852) activated Sending ADD_SUBNET to crux (192.168.192.17 port 32852):...
2011 Jun 09
2
Bug#571634: correct link to patch, another tangled issue in current stable
...rev/b0fe8260cefa but also more importantly for the current stable package: http://xenbits.xen.org/hg/xen-4.0-testing.hg/rev/af7110f4f803 Because the state module is activated, conntrack kicks in, and eventually a high amount of traffic will cause the following to happen on dom0: Jun 9 09:24:45 crux kernel: [27998.532343] nf_conntrack: table full, dropping packet. Jun 9 09:24:54 crux kernel: [28007.820634] nf_conntrack: table full, dropping packet. Jun 9 09:24:54 crux kernel: [28007.820651] nf_conntrack: table full, dropping packet. That could almost qualify as an excessive susceptibility t...
2007 Jun 16
0
Xapian new user
Hi List! I'm new here. To start, I would like to let you know that I'm maitaining a "xapian" port for "Crux Linux" at: http://yhafri.club.fr/crux/index.html http://yhafri.club.fr/crux/xapian-core/Pkgfile http://yhafri.club.fr/crux/xapian-omega/Pkgfile http://yhafri.club.fr/crux/xapian-bindings/Pkgfile cheers Y.
2005 Aug 21
4
SYSLINUX 3.10-pre15
I just picked up 3.10-pre15 and the "PXELINUX corrupts graphic filename referenced from DISPLAY file" bug is zapped. Yipee! Thanks hpa. And Arwin too, if that 'xor esi,esi' was the crux. However, LOCALBOOT -1 and LOCALBOOT 0 don't work the same as they did for me in 3.07. :-( 3.07: LOCALBOOT -1 apears to work as I have a hard disk listed in bios boot order after the net card. LOCALBOOT 0 also works fine by booting the disk as specified. 3.10-pre15: LOCALBOOT -1 causes...
2010 Nov 13
2
[LLVMdev] powerpc32: llvm-2.8 make-check failures
...up/if-tail-dup.ll Expected Passes : 2618 Expected Failures : 10 Unsupported Tests : 2865 Unexpected Failures: 3 make[1]: *** [check-local-lit] Error 1 make[1]: Leaving directory `/home/llvm/work/src/llvm-2.8/test' make: *** [check] Error 2 - -- GNU/Linux on Power Architecture CRUX PPC - http://cruxppc.org/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iEYEARECAAYFAkzezN8ACgkQxq34tDeO7LjqiQCfW89c3yZkLRyrWqUHnDC+tY/b 0M4AnApjdABD3mUXcn8W7aOkCxzB1Msd =4TeC -----END PGP SIGNATURE-----
2010 Nov 13
0
[LLVMdev] powerpc32: llvm-2.8 make-check failures
On Nov 13, 2010, at 9:37 AM, acrux wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > here the failures. Anyway there is a suggested "revision" to use on > PowerPC 32bit on Linux ? > Looks like you didn't build support for all targets in when you built it? -eric > [...] > l...
2004 Jun 20
1
linux: compilation problems with gcc 3.3.3 and xorg (PR#6992)
Full_Name: acrux Version: 1.9.0 OS: linux (Crux2.0) Submission from: (NULL) (151.37.85.179) info linux distro: acrux@vesuvio:~$ crux CRUX version 2.0 acrux@vesuvio:~$ uname -a Linux vesuvio 2.6.7-ck1-vesuvio #1 Sat Jun 19 12:52:24 CEST 2004 i686 unknown unknown GNU/Linux acrux@vesuvio:~$ gcc --ver Reading specs f...
2011 Nov 01
2
[LLVMdev] llvm-3.0rc2 build error on linux/ppc
i just tried to build llvm-3.0rc2 on my powerpc (G4) but without success. My toolchain (CRUX PPC 2.7): gcc-4.5.3, binutils-2.21.1, glibc-2.12.2, libffi-3.0.10 my llvm config: ./configure --prefix=/usr --mandir=/usr/man \ --enable-shared \ --enable-libffi --enable-optimize \ --enable-targets=all \ --enable-threads --enable-pic --enable-jit...
2009 Mar 03
3
[LLVMdev] Tight overlapping loops and performance
...I tried that, but I'm still learning LLVM. Seeing indvar, phi nodes, tail calls on printfs, and nounwinds had me more confused than the asm. > A taken and non-taken branch have roughly the same cost on any > remotely recent x86 processor. I was wondering if that might be the case. The crux of the example still seems intact. From LLVM SVN, converted to asm via llc: .text .align 4,0x90 .globl _main _main: subl $12, %esp movl $1999, %eax xorl %ecx, %ecx movl $1999, %edx .align 4,0x90 LBB1_1: ## loop...
2019 Mar 11
4
GlobalISel: Ambiguous intrinsic semantics problem
Hi GlobalISel interested parties, A recent bug report (https://bugs.llvm.org/show_bug.cgi?id=40968) on AArch64 exposed a problem with our modeling of intrinsic semantics when dealing with type overloaded calls. The crux of the matter is that because GlobalISel’s LowLevelTypes only carry size and vector layout information, and not any information about whether a type is integer or fp, we lose information during IR translation of type overloaded intrinsics. Most of the time, we don’t run into this issue because the...
2017 Nov 16
3
Collecting address ranges in DWARFUnit::collectAddressRanges.
There's no requirement that DW_AT_ranges (or high/low_pc) appear on the skeleton CU rather than the DWO CU. So it's quite possible that to get the address ranges covered by the CU one would need to look in the DWO, I think? Is that not correct/have I misunderstood something there? The DWO isn't supposed to contain addresses (because it isn't supposed to contain relocations). In
2003 Jul 28
6
snooping - the crux of the problem
I have a computer with two interfaces, say with addresses 192.168.1.1 and 192.168.1.2. I want to set up routing such that when I ping 192.168.1.1 it goes out through 192.168.1.2 and not to the local interface. Is this possible - all my attempts so far have been unsuccessful? If so, pointers, etc. would be gratefully appreciated. Jim -- Jim Redman (505) 662 5156 x85
2016 Jul 28
2
man page
...d by ffmpeg and vlc (and Apache, I guess, but I don't do much of that anymore). The docs are very well-written and I'm sorry that you and Herr Obermeister Schtallman have had your sad little feelings hurt by the mere mention of !!!!MICROSOFT!!!!! I used to maintain a couple of packages for CRUX and there was a lot of that misplaced zealotry in those parts. I don't beweeve in the widda baby jesus neither. Neener. I used to be Juanita's old boyfriend, and all that. On Wed, Jul 27, 2016 at 3:45 PM, Marcus Fonzarelli < marcus.fonzarelli at yandex.com> wrote: > So I guess yo...
2017 Jan 27
2
Linking Linux kernel with LLD
> Hmm..., the crux of not being able to lex arithmetic expressions seems to > be due to lack of context sensitivity. E.g. consider `foo*bar`. Could be a > multiplication, or could be a glob pattern. > > Looking at the code more closely, adding context sensitivity wouldn't be > that hard. In fact, o...
2012 Nov 13
1
[LLVMdev] Inserting pthread_create call into sequential code
...want to insert a pthread_create function call and use other pthread functions into my LLVM IR. Issue is how do i get these functions using module->getOrInsertFunction("pthread_create"), since the function might not be there in IR and then insert function calls to these functions. So, crux is how do i call pthread function calls into LLVM IR for a sequential program. Pardon me for such a basic doubt as I am a novice in llvm yet. Regards, Pankit Thapar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachm...
2016 Jul 13
2
Option configure
Am 12.07.2016 um 15:32 schrieb Sonic: > On Tue, Jul 12, 2016 at 8:11 AM, mathias dufresne <infractory at gmail.com> wrote: >> It looks to me that configure script can't find Centos 7 systemd >> installation files. Any idea of what I would have missed? > Same issues with Debian Jessie - nothing you missed. Apparently > libsystemd-daemon and libsystemd-journal are
2009 Feb 19
0
connection to AD wtih kerberos and samba
Hello, I can not list the users in my AD Domain server with my curx. I want to centralize authentication sessions unix in the domain Ad. Help me please. #net ads join -U administrator Enter administrator's password: Using short domain name -- FWAVPC Joined 'CRUX' to realm 'FWAVPC.LAN' #wbinfo -u is null. #wbinfo -g is null. J want Smb.conf : #cat /etc/samba/smb.conf [global] realm = FWAVPC.LAN workgroup = FWAVPC server string = test netbiosname = crux security = ads pas...
2009 Aug 21
1
Help with building sieve
..../../../src/lib-sieve/.libs/libsieve.a)^M libtool: link: warning: object name conflicts; renaming object files^M libtool: link: warning: to ensure that they will not overwrite^M Usage: uniq [-c | -d | -u] [-f Fields] [-s Chars] [-Fields] [+Chars] [Input_file [Output_file]]^M I think this is the crux of my missing notify_operation token I reported the other day. I can solve the uniq -cd problem. I don't know what libtool is trying to do there. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2541 byte...
2007 Aug 22
1
mock framework ethics question
Hi James, Jim, and everyone else who''s listening. I''ve been investigating an interesting bug related to mocks and rails AssociationProxies. See http://rubyforge.org/tracker/?func=detail&atid=3149&aid=12547&group_id=797 for details. The crux is that if you do this (rspec mock syntax): obj.should_receive(:msg).with(mock_of_a_model) and the implementation does this: obj.msg(containing_model.association_proxy) the expectation fails. This is because the comparison that rspec mocks make is: expected == actual which, in this case...
2007 Aug 29
1
Modifying R_CheckStack for a speed increase
..._CheckStack() is modified. With the modification, the following code for example runs 15% faster (compared to a virgin R-2.5.1 on my Windows XP machine): N = 1e7 foo <- function(x) { for (i in 1:N) x <- x + 1 x } foo(0) The crux of the modification is to change the following line in R_CheckStack() if(R_CStackLimit != -1 && usage > 0.95 * R_CStackLimit) {... to if(usage > R_CStackLen) { ... Details and modified sources can be found at ftp://ftp.sonic.net/pub/users/milbo. Regards, Stephen htt...