search for: j6

Displaying 20 results from an estimated 48 matches for "j6".

2010 Oct 27
5
xhci passthrough
Hi Konrad, Due to a 2.6.37-merge-window kernel now being able to boot under Xen i was able to test my xhci controller under dom0 which i previously couldn''t. The results: A) 2.6.37-merge-window kernel baremetal: Videograbbing while doing 20 iterations of make -j6 of kernel works. B) Xen + 2.6.37-merge-window kernel as Dom0: Videograbbing while doing 20 iterations of make -j6 of kernel works. C) Xen + 2.6.32.24 pvops dom0 + 2.6.37-merge-window kernel DomU: Videograbbing while doing 20 iterations of make -j6 still freezes the machine without a trace after a...
2015 Mar 12
2
Requirement for pandoc 1.12.3 in R 3.1.3
...quot;x") : Function 'sign' is not in the derivatives table sh: 1: yacas: not found Quitting from lines 629-641 (nls14tutorial.Rmd) Error: processing vignette 'nls14tutorial.Rmd' failed with diagnostics: cannot open the connection Execution halted For reference: john at john-J6-2015 ~/current/nls14work $ cat /etc/os-release NAME="Ubuntu" VERSION="14.04.2 LTS, Trusty Tahr" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 14.04.2 LTS" VERSION_ID="14.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/&...
2015 Oct 01
2
Fwd: buildbot failure in LLVM on llvm-mips-linux
...uses the test failure because DW_AT_comp_dir and $PWD differ. However, $PWD and '.' should be the same inode since $PWD is a symlink to the current directory and stat() looks through symlinks. > Since this latest board only has two cores, it will run slower and it will need to have the -j6 changed to -j2. I'll make that change in the morning. ________________________________ From: Brendan Kirby Sent: 01 October 2015 20:31 To: David Blaikie; llvm-dev; Rick Kwan; Daniel Sanders Subject: Re: Fwd: buildbot failure in LLVM on llvm-mips-linux David, Yes, we have people looking into...
2023 Mar 23
1
[libnbd PATCH v3 00/19] pass LISTEN_FDNAMES with systemd socket activation
On 3/23/23 13:09, Laszlo Ersek wrote: > V3 was here: > <http://mid.mail-archive.com/20230215141158.2426855-1-lersek at redhat.com>. Meh, *this* version is of course v4. I updated everything in my git-format-series command line, from my bash history, from the time of posting v3, *except* of course the "-v3" option... Laszlo
2013 Sep 02
3
Product of certain rows in a matrix
Hi, You could try: A<- matrix(unlist(read.table(text=" 1 2 3 4 5 6 7 8 9 9 8 7 6 5 4 3 2 1 ",sep="",header=FALSE)),ncol=3,byrow=FALSE,dimnames=NULL) library(matrixStats) ?res1<-t(sapply(split(as.data.frame(A),as.numeric(gl(nrow(A),2,6))),colProds)) ?res1 #? [,1] [,2] [,3] #1??? 4?? 10?? 18 #2?? 63?? 64?? 63 #3?? 18?? 10??? 4
2012 Nov 20
2
[PATCH][RFC] OpenUPS driver
...-------------------------------------------------------- */ +/* Vendor-specific usage table */ +/* --------------------------------------------------------------- */ + +/* OPENUPS usage table */ +static usage_lkp_t openups_usage_lkp[] = { + {"Cell1", 0x00000001}, /* Battery cell 1 on J6 pin 1 */ + {"Cell2", 0x00000002}, /* Battery cell 2 on J6 pin 2 */ + {"Cell3", 0x00000003}, /* Battery cell 3 on J6 pin 3 */ + {"Cell4", 0x00000004}, /* Battery cell 4 on J6 pin 4 */ + {"Cell5", 0x00000005}, /* Battery cell 5 on J6 pin 5 */ + {"Cell6&quo...
2012 Sep 28
2
nested modules and autoloading
...;'t see any problems. Any thoughts on whether it''s possible to load the "top level" of a nested class? Tim -- Tim Mooney Tim.Mooney@ndsu.edu Enterprise Computing & Infrastructure 701-231-1076 (Voice) Room 242-J6, IACC Building 701-231-8541 (Fax) North Dakota State University, Fargo, ND 58105-5164 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To uns...
2015 Mar 12
0
Requirement for pandoc 1.12.3 in R 3.1.3
...n the derivatives table > sh: 1: yacas: not found > Quitting from lines 629-641 (nls14tutorial.Rmd) > Error: processing vignette 'nls14tutorial.Rmd' failed with > diagnostics: > cannot open the connection > Execution halted > > For reference: > > john at john-J6-2015 ~/current/nls14work $ cat /etc/os-release > NAME="Ubuntu" > VERSION="14.04.2 LTS, Trusty Tahr" > ID=ubuntu > ID_LIKE=debian > PRETTY_NAME="Ubuntu 14.04.2 LTS" > VERSION_ID="14.04" > HOME_URL="http://www.ubuntu.com/" > SU...
2009 Feb 17
1
using sapply to apply function to some columns of a dataframe
...------------------------------------------------------------------------------ Michael I. Westphal, PhD Africa Region Water Resources (AFTWR) South Asia Region Sustainable Development (SASSD) World Development Report 2010: "Development in a Changing Climate" www.worldbank.org/wdr2010 Room J6-007 (mail stop: J6-603) Tel: 202.473.1217 The World Bank 1818 H St NW, Washington DC 20433, USA
2015 Mar 12
2
Requirement for pandoc 1.12.3 in R 3.1.3
Are other developers finding R 3.1.3 problematic because vignette building requires pandoc 1.12.3, while Linux Mint 17 / Ubuntu 14.04 have 1.12.2.1? R 3.1.2 seems to work fine. I'd very much like to avoid having to build as large a Linux package as pandoc, which has given me issues outside of R (it leaves out words, sentences or paragraphs when converting Latex to epub in a novel I'm
2015 Oct 01
2
Fwd: buildbot failure in LLVM on llvm-mips-linux
This buildbot seems to have been failing continuously for a couple of weeks now ( http://lab.llvm.org:8011/builders/llvm-mips-linux/builds/14658 ) - is anyone watching it/caring about it? ---------- Forwarded message ---------- From: <llvm.buildmaster at lab.llvm.org> Date: Wed, Sep 30, 2015 at 11:34 PM Subject: buildbot failure in LLVM on llvm-mips-linux To: Ahmed Bougacha
2012 Nov 01
7
Install RPM package via puppet
I am trying to get a package (iftop) installed on a test node using puppet but I can''t get it to install. This seems like it should be simple, but I can''t figure out what I am missing. Have done a lot of searching for similar problems and the answers I found seem to be vague in the details and explanation. I have the package added to an internal yum repo. OS is Centos 5.4.
2012 Oct 12
2
One client out of 150 doesn't apply config changes
Hello everyone, I have one puppet client that suddenly stopped applying configuration changes during the. I''m running with -v to see errors - no errors are shown and the puppet run completes with: info: Caching catalog for <system name> info: Applying configuration version ''1349982313'' notice: Finished catalog run in 49.28 seconds However, the changes required
2015 Mar 09
2
[LLVMdev] [cfe-dev] TargetParser - Always build all table-gen files?
On 9 March 2015 at 18:21, Reid Kleckner <rnk at google.com> wrote: > To be clear, TargetParser is about parsing subtarget CPUs and features, > right? In the first stage, yes. But there's a lot more. I hope this ends up being a much larger infrastructure to query for target support, not just parsing strings (which we can cope with duplication), but defining architectural behaviour,
2004 Aug 17
0
can this work?
...=192.168.0.3 A2=192.168.0.4 A3=192.168.0.5 A4=192.168.0.6 A5=192.168.0.7 A6=192.168.0.8 A7=192.168.0.9 A8=192.168.0.10 B1=192.168.0.11 B2=192.168.0.12 B3=192.168.0.13 B4=192.168.0.14 B5=192.168.0.15 B6=192.168.0.16 J1=192.168.0.100 J2=192.168.0.101 J3=192.168.0.103 J4=192.168.0.105 J5=192.168.0.104 J6=192.168.0.102 JEJE=192.168.0.2 # clean existing down- and uplink qdiscs, hide errors tc qdisc del dev $TARGETA0 root 2> /dev/null > /dev/null # tc qdisc del dev $TARGETA0 ingress 2> /dev/null > /dev/null tc qdisc add dev $TARGETA0 root handle 1: htb default 30 r2q 1 tc class add dev...
2001 Aug 21
0
[patch] 64 bit types in bitypes.h
...nt that the typedefs aren't available in either of the other header files (inttypes.h should probably even be preferred to sys/bitypes.h). Tim -- Tim Mooney mooney at dogbert.cc.ndsu.NoDak.edu Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building (701) 231-8541 (Fax) North Dakota State University, Fargo, ND 58105-5164 diff -ur openssh-2.9p2.orig/configure.in openssh-2.9p2/configure.in --- openssh-2.9p2.orig/configure.in Mon May 28 12:21:44 2001 +++ openssh-2.9p2/configure.in Thu Aug 16 15:01:04 2001 @@ -821,6 +...
2012 Jun 17
0
[LLVMdev] Ninja (make replacement)
Hi Mikael, > My Clang build used to take 59:29 minutes using MinGW Makefiles. With > Ninja, it takes 18:43 minutes! That's a speed up of factor three. sorry for asking the obvious question: Are you comparing against a parallel "make -j<n>"? :-) Best regards, Christoph
2012 Apr 26
2
Optional values from Hiera (no default value)
Hello Puppet List, I''m writing a module that should take an optional value and I want to get it (amongst other places) from Hiera. $repository = $::java_repository ? { undef => hiera(''java_repository'') default => $::java_repository, } But this fails because Hiera raises an error if it can''t find a value. I later want to do something like this:
2015 Feb 16
0
[RFC PATCH v2] Encode optimize using libNe10
...> $ mkdir ../build > $ cd ../build > $ export PATH=$PATH:<path_to_arm-linux-gnueabihf_bin_dir> > $ ../opus/configure --host=arm-linux-gnueabihf --enable-intrinsics --with-NE10-libraries=<path_to_Ne10_libraries> --with-NE10-includes=<path_to_Ne10_includes> > $ make -j6 > > Compile warnings related to Ne10: > i. ..NE10_init.h:40:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] > extern ne10_result_t ne10_HasNEON(); > ii. NE10_init.h:45:5: warning: function declaration isn?t a prototype [-Wstrict-prototypes] >...
2011 Aug 05
0
augeas modify pam.d argument by relative position
...matches relative to the position of a previous argument (uid) or pair of arguments (uid and >=)? Any thoughts appreciated, Tim -- Tim Mooney Tim.Mooney@ndsu.edu Enterprise Computing & Infrastructure 701-231-1076 (Voice) Room 242-J6, IACC Building 701-231-8541 (Fax) North Dakota State University, Fargo, ND 58105-5164 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To uns...