search for: _full_

Displaying 20 results from an estimated 28 matches for "_full_".

2010 May 27
1
Limit number of simultaneous sftp-server connections from same ip
...nections overload by box (connection). My first idea was to move control of sftp-server to xinetd. There I could maintain control of such things. However, since sftp-server depends on a parent sshd, I was not successful. Maybe there is a way? While limiting the use of sftp-server I want to retain _full_ access to normal (shell-like) connections over sshd without limits. Are such things even possible or should I switch to FTP w/ SSL? By the way, how can I disable sftp-server completely (e.g. if I want to work fast on the net and not allow any file transfers over sftp-server)? Thanks for any repli...
2007 May 03
1
Issue with the Matrix package
...0 0 0 0 d 0 1 0 0 > M = Matrix(0,4,4) > dimnames(M) = list(letters[1:4], letters[5:8]) > M[r,2] = 1 > M 4 x 4 sparse Matrix of class "dgCMatrix" a . 2 . . b . 1 . . c . . . . d . 1 . . The documentation reads: " Most of the time, the function works via a traditional (_full_) 'matrix'. However, 'Matrix(0, nrow,ncol)' directly constructs an "empty" sparseMatrix, as does 'Matrix(FALSE, *)'." So is this when an exception comes, and if so can someone explain to me why we get the 2? It would seem that it should just reassig...
2005 Sep 14
4
How to get full path name of execname?
Hi, Is there a way to print out full path name of execname when the following probe is touched? proc:genunix:exec_common:exec-success Thanks. ************************************************ * C P Lin, Common Technology Project Lead. * * Sun Microsystems Inc. * * E-Mail: c.lin at sun.com * * Address: 4150 Network Circle,
2006 Aug 30
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
Hello LLVM-people, I've been trying (on and off) to compile the _full_ SPEC CPU2000 benchmark suite to LLVM bytecode. The biggest problem I'm facing is the Fortran benchmarks, for which some partial support is already available it seems (using f2c). Unfortunately the f2c compiler only allows the translation of Fortran-77 programs to C code (which is then co...
2005 Jul 29
4
Reinstall Windows but preserve CentOS
I have a computer that dual boots between Windows and CentOS. Each has it's own hard drive. I suddenly have a problem with Windows, and may need to reinstall. I need it for applications like After Effects, Premiere, and other things that I am currently in the middle of a project with. It seems the system has become usnstable, it's preventing me from continuing to work, and I
2018 Dec 14
2
LLVM Alias Analysis problem
...t, Johannes Rudolf via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi Artem, > > 1) Please do not CC all the llvm lists you can find. llvm-dev is the one > for questions like this one, llvm-admin, mailman, bugs-admin, ... are > not. > > 2) Please attach the _full_ LLVM-IR you used, the ".txt" file you > attached is not complete and therefore not helpful. We can all > open/read ".ll" files and so should you. As long as you pass the -S > flag to opt (and clang in combination with -emit-llvm) you get human > readable (=pl...
2017 Nov 15
0
[Xen-devel] [PATCH RFC v3 0/6] x86/idle: add halt poll support
...gt; is amplified when running inside VM. The most cost I have seen is > inside idle path. Meaning an VMEXIT b/c it is an 'halt' operation ? And then going back in guest (VMRESUME) takes time. And hence your latency gets all whacked b/c of this? So if I understand - you want to use your _full_ timeslice (of the guest) without ever (or as much as possible) to go in the hypervisor? Which means in effect you don't care about power-saving or CPUfreq savings, you just want to eat the full CPU for snack? > > This patch introduces a new mechanism to poll for a while before > ent...
2013 Mar 23
0
[LLVMdev] About commit TILE-Gx backend to community repository and default disabled
.... I am unsure to which extend Anton, Jakob and Joerg have reviewed your back-end, but from the emails I have seen, I am not convinced they are finished. I personally believe for a patch set of this size, you should wait for an explicit email of one of the core contributors which states that the _full_ patch set has been reviewed and is good to commit or that an individual patch can be committed by itself. All the best, Tobias
2018 Dec 14
3
LLVM Alias Analysis problem
Dear LLVM developers, My name is Artem Vopilov, I am a student at TU Darmstadt. I am writing to you again to ask about Alias Analysis. Now I attached IR code and C code of program I analyze with Alias Analysis. Running commands "opt -analyze -aa-eval -print-all-alias-modref-info" and for printing sets of alias "opt -analyze -aa-eval -print-alias-sets" gives me the results,
2014 Jun 18
1
dovecot sieve vacation + lmtp protocol
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, Here is my setup: dovecot - 2.2.11 pigeonhole - 0.4.2 qmail I was trying to create a vacation message, but after the sive script has been created and I was checking the logs I saw some strange errors: DOVECOT LOG Jun 18 16:52:24 lda(portase.florin at medianetork.ro): Error: lmtp client: connect(medianetork.ro, 25) failed: Connection
2006 Feb 21
2
Bug#353815: logcheck: Ignore Pocket PC/synce/USB messages, please
Package: logcheck Version: 1.2.42 Severity: wishlist -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here are some more messages that can be safely ignored: localhost kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core localhost kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for PocketPC PDA localhost kernel: drivers/usb/serial/ipaq.c: USB PocketPC PDA driver
2010 Apr 07
15
XEN 4.0 boot error
Hey all, Just downloaded the new Xen 4.0 and ran Make xen Make tools Make stubdom Copied the new files from dist/install Im already running pv_ops 2.6.31.6 kernel. When I boot i get (XEN) Panic on CPU 0: (XEN) IO-APIC + timer doesn''t work! I have tried booting with noapic boot option but makes no difference. The system worked fine on 3.4.2 CPU is AMD.
2013 Mar 23
2
[LLVMdev] About commit TILE-Gx backend to community repository and default disabled
于 2013/3/23 23:14, Tobias Grosser 写道: > On 03/23/2013 10:51 AM, Jiong Wang wrote: >> on 2013/3/23 1:52, Chris Lattner wrote: >>> On Mar 19, 2013, at 8:58 PM, Jiong Wang <jiwang at tilera.com> wrote: >>> >>>> Hi Chris, >>>> >>>> could you please comment on committing TILE-Gx backend into community? >>> Hi Jiong,
2006 Aug 30
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
On Wed, 30 Aug 2006, Kenneth Hoste wrote: > I've been trying (on and off) to compile the _full_ SPEC CPU2000 benchmark > suite to LLVM bytecode. The biggest problem > I'm facing is the Fortran benchmarks, for which some partial support is > already available it seems (using f2c). ok. > Unfortunately the f2c compiler only allows the translation of Fortran-77 > programs...
2005 May 13
1
Re: Mini-centOS -- static libraries, XFCE
...ok becomes very slow. I wish I could have a lighter > version of centOS for notebooks and old desktops. CentOS isn't the issue, but your application selection. In fact, I have a 4 year-old Toshiba Satellitte 2805-S402 with a P3-850MHz, 256MB of RAM that runs Fedora Core 3 just fine -- with _full_ GNOME. OpenOffice 1.x, Acrobat and RealPlayer have their own, statically-linked widget-sets. I'm sure that's massively bloating the memory footprint. Consider switching to OpenOffice 2.0 [betas] (natively GTK+ now I believe?), HelixPlayer (GTK+ based) with the RealPlayer libraries added...
2013 Jul 25
9
Not collecting exported resources without storeconfigs
# cat /etc/redhat-release CentOS release 6.4 (Final) # puppet --version 3.2.3 # rpm -q puppetdb puppetdb-1.3.2-1.el6.noarch I am now receiving "Not collecting exported resources without storeconfigs" for my opsview module. It was working fine on puppet 2.7 with Activerecord/MySQL. I am still new to puppetdb so maybe I am missing something. This is from puppet.conf: storeconfigs
2010 Mar 27
3
Trying to configure xorcom on Suse 11
...new Xorcom plugged into the usb of a Suse 11 machine I built Dahdi from trunk (last thursday) # svn checkout http://svn.digium.com/svn/dahdi/linux/trunk dahdi-linux # svn checkout http://svn.digium.com/svn/dahdi/tools/trunk dahdi-tools dahdihardware -v sees the box but no spans. I get a syslog _full_ of this: 2010-03-25T21:35:22.338865-10:00 pbx kernel: [185556.006494] INFO-xpp_usb: XUSB: Xorcom LTD -- Astribank -- FPGA 2010-03-25T21:35:22.338878-10:00 pbx kernel: [185556.006695] INFO-xpp: XBUS-00: [usb:X1037246] Activating 2010-03-25T21:35:59.930296-10:00 pbx kernel: [185593.410290] INFO-xpp:...
2017 Nov 13
7
[PATCH RFC v3 0/6] x86/idle: add halt poll support
From: Yang Zhang <yang.zhang.wz at gmail.com> Some latency-intensive workload have seen obviously performance drop when running inside VM. The main reason is that the overhead is amplified when running inside VM. The most cost I have seen is inside idle path. This patch introduces a new mechanism to poll for a while before entering idle state. If schedule is needed during poll, then we
2017 Nov 13
7
[PATCH RFC v3 0/6] x86/idle: add halt poll support
From: Yang Zhang <yang.zhang.wz at gmail.com> Some latency-intensive workload have seen obviously performance drop when running inside VM. The main reason is that the overhead is amplified when running inside VM. The most cost I have seen is inside idle path. This patch introduces a new mechanism to poll for a while before entering idle state. If schedule is needed during poll, then we
2019 Jun 04
2
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
Hi Francesco, On 06/03, Francesco Petrogalli wrote: > > On Jun 3, 2019, at 1:43 PM, Andrea Bocci <andrea.bocci at cern.ch> wrote: > > as a candidate future user of the proposed extension, I think I like the simplified proposal better than the original RFC. > > > > The only part of the syntax that I would find not very much user-friendly is having to mangle the