Displaying 20 results from an estimated 2702 matches for "gen".
Did you mean:
en
2003 Jan 10
7
System Boot problem...
...er the boot all it seems to work, the modules is loads....
I have already tried to install other versions of kernel
but the problem is always the same one :-((
Someone has some idea of what is happening?
Thanks...
Dario Lesca
--------------------------------[boot.log]--------------------------
gen 2 14:12:07 firewall syslog: Avvio syslogd succeeded
gen 2 14:12:07 firewall syslog: Avvio klogd succeeded
gen 2 14:12:07 firewall portmap: Avvio portmap succeeded
gen 2 14:12:07 firewall nfslock: Avvio rpc.statd succeeded
gen 2 14:12:08 firewall keytable: Caricamento configurazione tastiera
ge...
2014 Oct 05
1
FreeBSD 10-RELEASE-amd64(on arch x86_64)
...e to install the latest version of libvirt collected from sources for use bhyve.
Download ftp://libvirt.org/libvirt/libvirt-1.2.9.tar.gz,
system...
uname -a
FreeBSD vmserver 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
my actions:
./configure
make
sudo make install
next...
make all-recursive
Making all in .
Making all in gnulib/lib
GEN alloca.h
GEN c++defs.h
GEN warn-on-use.h
GEN arg-nonnull.h
GEN arpa/inet.h
GEN byteswap.h
GEN configmake.h
GEN fcntl.h
GEN langinfo.h
GEN locale.h
GEN netdb.h
GEN pol...
2010 Oct 17
6
klibc 1.5.20 falls into an finite loop during build against linux 2.6.35.4
GEN usr/klibc/syscalls/SYSCALLS.i
GEN usr/klibc/syscalls/syscalls.nrs
GEN usr/klibc/syscalls/typesize.c
KLIBCCC usr/klibc/syscalls/typesize.o
OBJCOPY usr/klibc/syscalls/typesize.bin
GEN usr/klibc/syscalls/syscalls.mk
GEN usr/klibc/syscalls/SYSCALLS.i
GEN usr/klibc/...
2017 Jul 20
1
Error while mounting gluster volume
...oll_worker] 0-epoll: Started thread
with index 1
[1970-01-02 10:54:04.420429] I [glusterfsd-mgmt.c:1824:mgmt_rpc_notify]
0-glusterfsd-mgmt: Exhausted all volfile servers
[1970-01-02 10:54:04.420480] E [MSGID: 101063]
[event-epoll.c:550:event_dispatch_epoll_handler] 0-epoll: stale fd found on
idx=0, gen=0, events=0, slot->gen=2
[1970-01-02 10:54:04.420511] E [MSGID: 101063]
[event-epoll.c:550:event_dispatch_epoll_handler] 0-epoll: stale fd found on
idx=0, gen=0, events=0, slot->gen=3
[1970-01-02 10:54:04.420534] E [MSGID: 101063]
[event-epoll.c:550:event_dispatch_epoll_handler] 0-epoll: stal...
2012 Jan 26
2
[LLVMdev] HELP - tblgen -gen-asm-matcher restrictions on .td content
I'm trying to generate MipsGenAsmMatcher.inc for MipsAsmParser.cpp.
What added restrictions for the .td file contents are there for tblgen -gen-asm-matcher?
For the Mips platform we create the following .inc files through tblgen.
tablegen(LLVM MipsGenRegisterInfo.inc -gen-register-info)
tablegen(LLVM MipsGenInst...
2009 Sep 18
1
Incorrect Dimension
I am new in R and i am having trouble here. I?ve already searched in the list
but hasn?t helped
When i run this script above i get the message "Error in gen[j, i] :
incorrect number of dimensions". However gen is 1000x200 (ind x loc) and so
is g
could anybody help me
for (i in 1 : loc) { #loc=200
for (j in 1 : ind) { #ind=1000
g1 <= function ( gen ) matrix ( if (gen[j, i] == 0) al1 [i, 1] + al1 [i, 1]
else if (gen [j, i] == 1) al1...
2019 May 14
2
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
...> legacy functions. It seems like something that might be worth changing
> in R, and I want to get a sense of whether this is a problem before
> submitting a report to the Bugzilla.
>
> It appears that the 3-argument form of S3method() in NAMESPACE controls
> dispatching when the generic is called from outside the package that
> defines it but not when it's called from inside the package that
> defines it.
>
> For example the attached minimal package has four R functions:
>
> gen <- function(object, ...)
> UseMethod("gen")
>
>...
2012 Feb 03
0
[LLVMdev] HELP - tblgen -gen-asm-matcher restrictions on .td content
Hi Jack,
On Jan 25, 2012, at 6:45 PM, "Carter, Jack" <jcarter at mips.com> wrote:
> I'm trying to generate MipsGenAsmMatcher.inc for MipsAsmParser.cpp.
>
> What added restrictions for the .td file contents are there for tblgen -gen-asm-matcher?
>
Lots, as you're finding, almost all of them completely undocumented. :(
> For the Mips platform we create the following .inc files th...
2017 Aug 04
2
LLVM build failures of Sanitized builds
...om http://apt.llvm.org/, current sources.
$ CC=clang-6.0 CXX=clang++-6.0 cmake
-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi;compiler-rt;lld;polly;openmp"
-DLLVM_USE_SANITIZER="Address;Undefined" -DCMAKE_BUILD_TYPE=Release
-GNinja ../llvm
$ ninja
[200/3921] Building Attributes.gen...
FAILED: include/llvm/IR/Attributes.gen.tmp
cd /build/build-test && /build/build-test/bin/llvm-tblgen -gen-attrs
-I /build/llvm/include/llvm/IR -I /build/llvm/include
/build/llvm/include/llvm/IR/Attributes.td -o
include/llvm/IR/Attributes.gen.tmp -d include/llvm/IR/Attributes.gen.d
==1216...
2002 Oct 12
1
reshape
I'd like to convert a data.frame from (long format):
gen maxh resp
1 12.3 y
. . .
. . .
where resp is a factor with levels "y" and "n"
to the wide format:
gen maxh.y maxh.n
. . .
. . .
I've done it as follows:
maxh.y <- split(maxh, resp)$y
gy <...
2012 Aug 01
17
[PATCH] add crtime to the snapshot list
...and on top of the send/receive btrfs and btrfs-progs repo at
git://github.com/ablock84/linux-btrfs.git (send-v2)
git://github.com/ablock84/btrfs-progs.git (send-v2)
respectively.
Further this patch has the dependency on the following patches
Liu Bo:
[PATCH 2/3 RESEND] Btrfs-progs: show generation in command btrfs subvol list
[PATCH 3/3] Btrfs-progs: list snapshots by generation
Eg output:
#btrfs su list -s 1 /btrfs
ID 258 gen 39 cgen 6 top level 5 crtime 2012-07-27 17:43:55 path ss1
ID 260 gen 8 cgen 8 top level 5 crtime 2012-07-27 17:47:51 path ss2
ID 263 gen 16 cge...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...s_install
>
> B) cd ~/src/klibc
> make KLIBCKERNELSRC=`pwd`/../linux/usr/
>
>
Sorry, but without my patchs, 'make install' fails with the following
message (complete messages file attached)
# make install V=1 KLIBCARCH=ppc CROSS_COMPILE=ppc-linux-
KLIBCKERNELSRC=/root/gen/trunk/knl/linux/usr/ prefix=/tmp/klibc-install
.....
make -f /root/ofs/trunk/packages/klibc-2.0.2/scripts/Kbuild.install obj=.
echo " INSTALL headers + man pages to /tmp/klibc-install/lib/klibc"
INSTALL headers + man pages to /tmp/klibc-install/lib/klibc
mkdir -p /tmp/klibc-install/b...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux
2019 May 14
2
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
On Tue, 14 May 2019 at 12:31, Pavel Krivitsky <pavel at uow.edu.au> wrote:
>
> > Note that disabling name-based dispatch implies two things: 1) the
> > inability to override your method by defining gen.formula in the
> > global environment, and 2) another package can break yours (i.e.,
> > internal calls to gen()) by registering an S3 method for gen() after
> > you.
>
> That's a good point.
>
> > library(anRpackage)
> > gen(a~b)
> I am the S3...
2010 Apr 09
6
How to run Shapiro-Wilk test for each grouped variable?
I want to run Shapiro-Wilk test for each variable in my dataset, each
grouped by variable groupFactor.
I have these working commands:
> data.n<-names(data) # put names into a vector called data.n
> by(eval(parse(text=(paste("data",data.n[3],sep="$")))), data$factor, shapiro.test) #run shapiro.test
but I must to change the variable number manualy. How to automate
2014 Jun 15
1
apr buildconf fails
Guys,
I'm trying to install apr-util on centos 5.7. And it's failing with a
python error:
buildconf: generating 'make' outputs ...
Traceback (most recent call last):
File "build/gen-build.py", line 230, in <module>
main()
File "build/gen-build.py", line 56, in main
h_deps[os.path.basename(fname)] = extract_deps(fname, legal_deps)
File "build/gen-bui...
2008 Nov 10
2
GEN-GEN and Manual Ring-Down (MRD)?
Does anyone here know anything about GEN-GEN analogue circuits, also
known as Manual Ring-Down (MRD)? Apparently they are widely used in
Hoot'n'Holler systems for financial dealer-boards.
I have been asked to try and interface to such circuits, and have been
having great difficulty locating any specifications for the interface....
2011 Dec 16
2
[LLVMdev] Update CMakeLists.txt for Target Hexagon to adjust MCTargetDesc path for HexagonMCAsmInfo.cpp
File: trunk/llvm/lib/Target/Hexagon/CMakeLists.txt
set(LLVM_TARGET_DEFINITIONS Hexagon.td)
tablegen(LLVM HexagonGenRegisterInfo.inc -gen-register-info)
tablegen(LLVM HexagonGenInstrInfo.inc -gen-instr-info)
tablegen(LLVM HexagonGenAsmWriter.inc -gen-asm-writer)
tablegen(LLVM HexagonGenDAGISel.inc -gen-dag-isel)
tablegen(LLVM HexagonGenCallingConv.inc -gen-callingconv)
tablegen(LLVM HexagonGenSubt...
2011 Apr 18
1
covariance matrix: a erro and simple mixed model question, but id not know answer sorry
Dear list
I need your help: Execuse me for my limited R knowledge.
#example data set
set.seed (134)
lm=c(1:4)
block = c(rep(lm,6))
gen <- c(rep(1, 4), rep(2, 4), rep(3, 4), rep(4, 4),rep(5, 4),rep(6, 4))
X1 = c( rnorm (4, 10, 4), rnorm (4, 12, 6), rnorm (4, 10, 7),rnorm (4, 5, 2),
rnorm (4, 8, 4), rnorm (4,7, 2))
X2 = X1 + rnorm(length(X1), 0,3)
yvar <- c(X1, X2)
X <- c(rep( 1, length(X1)), rep( 2, length(X2))) # dumm...
2010 Nov 03
1
Patch to provide "btrfs subvolume last-gen".
Here is a patch to btrfs-progs to provide the command "subvolume last-gen":
$ sudo ./btrfs subvolume last-gen /.snaps/1h-20101102-010001
transid marker was 2808
$ sudo ./btrfs subvolume last-gen /.snaps/1h-20101102-020001/
transid marker was 2942
$
So we can do something like:
$ sudo ./btrfs subvolume find-new /.snaps/1h-20101102-020001 2808 | h...