search for: toes

Displaying 20 results from an estimated 293 matches for "toes".

Did you mean: does
2009 Oct 07
1
Broadcom chips: TOE or no TOE?
Last time I checked (but that was a while ago) TOE (TCP Offloading Engine) was not supported very well, at least not with Broadcom chips. Did anything change in that regard recently? More specifically, the chip I'm looking at is Broadcom NetXtreme II 5709 and the distribution is 5.3 Any luck with proprietary drivers? Any problems those drivers may cause with bonding? -- Florin Andrei
2008 Aug 21
0
working around TOE bug
I dont have too many production RELENG_7 boxes post TOE MFC, but on the ones I do, apart from applying # diff -u src/sys/netinet/tcp_offload.c src/sys/netinet/tcp_offload.c.disable --- src/sys/netinet/tcp_offload.c 2008-07-31 18:25:51.000000000 -0400 +++ src/sys/netinet/tcp_offload.c.disable 2008-08-21 09:39:07.000000000 -0400 @@ -58,6 +58,8 @@ struct rtentry *rt;
2010 Mar 01
2
multi-core performance
Hi, Does anyone know how to turn on TOE ( TCP offload engine ) and RSS ( Receive-Side Scaling)? Thanks, pete
2009 Aug 12
2
Games in R
Hi everybody - this is an oddball question. I wonder if anybody has programmed any games in R, such as Sudoku, Tic-Tac-Toe and the like. Or even a flight simulator... R mateys! Let's make some t-tests! Regards, David
2005 Apr 04
6
Rails on straight CGI - doable?
I''m planning on dipping my toe into the rails ocean after having lurked here for a bit. From what I gather, rails *WILL* work on a straight CGI based server setup, it''s just slow, right? Since this is going to be for my own enlightenment, I just need to confirm(/deny) it''ll work at all right now; I''ll work on the "fast" later.
2015 Oct 14
5
Icecast on Raspberry Pi
Is it possible to make Icecast run, for serving no more than 16 listeners, on Raspberry Pi? I simply want to dip my toe into the Linux universe, and this would be a fine excuse for me to try RP if it's doable. Thanks. Jeremiah Rogers Cell: 704-996-5334 Email: jeremiahzrogers at gmail.com Social Networking: /jzrogers
2010 Aug 20
1
Updating MacOSX Wiki Page
All advanced MacOSX users: Before I go and totally mess up the MacOSX Wiki page, I want INPUT and if you are willing to do updates, please advise so that I don't step on your work (and toes). Direct, off list and out of forum replies are requested. I've turned off the spambot so you won't get those nasty messages anymore. I have better ways of dealing with spam. Thank you. James McKenzie
2008 Jun 09
4
[LLVMdev] llvm-gcc and -emit-llvm
Just thought I'd mention this to keep other people from stubbing their toes on it... Using llvm-gcc/llvm-g++ and -emit-llvm, you need to make sure to pass -S as well, like so: ./llvm-g++ -S -emit-llvm hello.cpp not: /llvm-g++ -emit-llvm hello.cpp I'm sure that's old news to most of the people on the list, but I thought it couldn't hurt to mention it in case...
2019 Nov 17
2
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
$ R --vanilla R version 3.6.1 (2019-07-05) -- "Action of the Toes" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) ... > str(base::`+`) function (e1, e2) > plus <- structure(base::`+`, class = "plus") > str(plus) function (e1, e2) - attr(*, "class")= chr "plus"...
2015 Sep 01
2
Has the changelog for R-devel and R-patched moved?
On Tue, Sep 1, 2015 at 10:57 AM, peter dalgaard <pdalgd at gmail.com> wrote: > > On 01 Sep 2015, at 16:21 , Avraham Adler <avraham.adler at gmail.com> wrote: > >> Hello. >> >> There used to be changelog of sorts for R-devel [1] and R-release [2]. >> Neither have been updated since 2015-07-24. Have these moved >> elsewhere, or are they no longer
2010 Jul 04
4
OT: Problems updating OS to deal with fading R support for Ubuntu Hardy Heron...
Evening folks: Not sure where this fits into the picture so bear with me for a few moments while I think out loud to lay out the particulars of my problem. -would love to be employed using R for a living but so far I have just worked with it on my home machine to develop a basic level of skill with it. -I run Ubuntu linux 8.04 LTS on a machine with a 2.5GHz Celeron processor and 1.2GB of memory.
2004 May 27
3
dialogic was RE: "Glare" condition - How well does asteriskhandle?
...ogicGC ? It looks do-able but I am ignorant of how asterisk does threading. > >Do you have GPL drivers for the dialogic card? Follow previous comments >about licensing. There is a dialogic driver from Digium for a cost. Yes, I looked into that. I hope I'm not treading on digium's toes with this.... I think that by using a higher level dialogic library it should be possible to avoid the NDA and licence issues that intel/dialogic imposed on the low level drivers. Thats what we have done on the gjtapi project, but I had a major dance getting the threading right for that, hence t...
2019 Dec 11
3
Problems with large loops in CentOS
...F-8 LC_IDENTIFICATION=C R Version: platform = x86_64-pc-linux-gnu arch = x86_64 os = linux-gnu system = x86_64, linux-gnu status = major = 3 minor = 6.1 year = 2019 month = 07 day = 05 svn rev = 76782 language = R version.string = R version 3.6.1 (2019-07-05) nickname = Action of the Toes Locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF- 8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF- 8;LC_PAPER=en_US.UTF- 8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF- 8;LC_IDENTIFICATION=C Search Path: .GlobalEnv, package:stats, package:grap...
2016 Jun 03
4
[lld] r271569 - Start adding tlsdesc support for aarch64.
..., you don't like it, you do some private investigations and commit whatever you want without even notifying the original authors? I don't know how you work at your company, but this is not how open source development works. This is not the first time either that you step over people's toes with your "design decisions" that you don't share with anyone. Last year, Adhemerval has worked for three months to get the LLD AArch64 back-end working and out of the blue, no warning, the whole back-end was yanked. It doesn't matter if it was the right decision or not in the lo...
2019 Nov 18
2
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
On 11/18/19 9:18 AM, Martin Maechler wrote: >>>>>> Henrik Bengtsson >>>>>> on Sun, 17 Nov 2019 14:31:07 -0800 writes: > > $ R --vanilla R version 3.6.1 (2019-07-05) -- "Action of > > the Toes" Copyright (C) 2019 The R Foundation for > > Statistical Computing Platform: x86_64-pc-linux-gnu > > (64-bit) ... > > >> str(base::`+`) > > function (e1, e2) > > >> plus <- structure(base::`+`, class = "plus") str(...
2008 Aug 25
3
Dell 2950 III for Xen virtualization
Hello everyone, I just wanted to see if anyone has experience running Xen on: Dell 2950 III 2 x Quad 2.0 Ghz 1333Mhz FSB 32 GB DDR2 (8x4GB) 2 Disk Perc RAID 1 (7200 RPM SAS) Broadcom Dual Gigabit Ethernet LOM & TOE The requirements of each VM are not that high (and are all identical). I just want to run remote desktop and 1 other application at any given time (either a web based IE
2010 Nov 23
1
[LLVMdev] adding (dwarf) unwind table emission to ARM llc backend
...exception handling mechanism. A large part of this will also benefit ARM's eabi way of handling unwinding. A cursory glance at ARMFrameInfo::emitEpilogue() seems to indicate that nothing has been implemented yet. I am willing to invest some time on this but do not want to step on anybody's toes. Has anybody started working on this already? Robert
2012 Jul 02
1
[LLVMdev] Intrinsic::getDeclaration causing dump() segfault
In the following scrap of code (pared down from actually useful code), the func->dump() command segfaults iff the commented-out line is uncommented. This is with llvm 3.0. I'm only dipping my toes into the waters of llvm for the first time, and have no idea what I am doing incorrectly. In actual code, I would be wanting to call the memcpy intrinsic eventually, of course. int main(void) { Module *module = new Module("testmod", getGlobalContext()); FunctionType *ft = Functi...
2018 Apr 20
3
Add Virtlyst to the list of libvirt users
Hi, I've just released v1.0.0 of Virtlyst[1] a web tool to manage VMs using Qt/C++/Cutelyst https://dantti.wordpress.com/2018/04/19/announcing-virtlyst-a-web-interface-to-manage-virtual-machines/ Thanks. 1 - https://github.com/cutelyst/Virtlyst -- Daniel Nicoletti KDE Developer - http://dantti.wordpress.com
2016 Aug 03
1
Systemd and network startup/shutdown ?
I've just started to dip my toe in the water with CentOS 7 - and have started looking at porting custom CentOS 6 init.d/xinetd/whatever scripts and configs to systemd, but notice that CentOS 7 appears to use /etc/rc.d/init.d/network as the method for starting/stopping the network Is this correct - or am I missing something? Thanks James Pearson