Displaying 13 results from an estimated 13 matches for "work1".
Did you mean:
work
2011 Sep 11
2
[Bug 1937] New: Make it possible to give a give an ssh session only access to a limit subset of ssh-agent keys
..., with identity I. He also has a
ssh-agent to which he has ssh-added work.key and linux.key
He has access to kernel.org, and occasionally he wants to transfer
files between kernel.org and linux.org, and thus set up an
authorized_keys file on linux.org that trusts linux.key.
He also has access to work1.nsa.gov, and occasionally he wants to
transfer files between work1.nsa.gov and work2.nsa.gov (for which he
uses work.key)
However, while he trusts kernel.org's admin not to attempt to hack his
way into linux.org, he wouldn't be so sure about him hacking into
work1.nsa.gov, so access to wor...
2010 Jan 14
1
Giving parameters from shell
Hi I want to give parameters for my function from the shell. I mean
I defined a function like these:
work1.R :
myfunc <- function(x,y) {
z = x + y
z
}
and now I want to use shell to give parameters like " ./work1.R (3,5) " to
get sum 8.
so what should I do?
[[alternative HTML version deleted]]
2001 Nov 08
1
Problems with folders
...comment = office documents
path = /usr/smb_files/documents
public = no
writeable = yes
write list = @secretaries
borwseable = yes
Let me use this example to show you the problem I'm having.
A member of secretaries logs in and goes to documents. She creates a
new folder, work1, for the case she is working on. She generates
several word documents and decides to put them in a seperate folder.
When she clicks on the make new folder button Windows says to her access
is denied." I come back to the server, and I check the permissions.
Sure enough the "/usr/sm...
2012 Jun 25
2
[LLVMdev] Is llc broken for Cortex-A9 + neon ?
...<4 x i8> %7, <4 x i8>* %10, align 4
ret void
}
declare arm_aapcscc i32 @get_global_id(...) readonly
When use llc 3.0 on it as follows: llc vect3x.ll -march=arm -mcpu=cortex-a9 -relocation-model=pic -o vect3x.s it compiles.
When I use llc trunk or llc 3.1 it fails on an assert:
llc: /work1/tools/llvm/trunk/sources/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:703: void<unnamed>::SelectionDAGLegalize::LegalizeOp(llvm::SDNode*): Assertion `TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == TargetLowering::TypeLegal && "Unexpected illegal type!"' fa...
2012 Jun 25
0
[LLVMdev] Is llc broken for Cortex-A9 + neon ?
...0, align 4
> ret void
> }
>
> declare arm_aapcscc i32 @get_global_id(...) readonly
>
> When use llc 3.0 on it as follows: llc vect3x.ll -march=arm -mcpu=cortex-a9 -relocation-model=pic -o vect3x.s it compiles.
> When I use llc trunk or llc 3.1 it fails on an assert:
> llc: /work1/tools/llvm/trunk/sources/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:703: void<unnamed>::SelectionDAGLegalize::LegalizeOp(llvm::SDNode*): Assertion `TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == TargetLowering::TypeLegal && "Unexpected illegal type!"' fa...
2017 Jan 17
1
gluster store and autostart - but fails
...24256320): Transport endpoint is
internal error: Failed to autostart VM 'rhel-work3': failed
to initialize gluster connection (src=0x7f9
failed to initialize gluster connection (src=0x7f9424261b20
priv=0x7f94242a18b0): Transport endpoint is
internal error: Failed to autostart VM 'rhel-work1': failed
to initialize gluster connection (src=0x7f9
...
I tried to make systemd libvirtd to wait for gluster:
After=glusterd.service
but if that's all required then, well, still fails.
Would you have any suggestions?
Many thanks,
L.
2008 Aug 12
0
configure for ARM Linux
...Development environment : Linux PC
2. Cross compiler : scratchbox/compilers/arm-gcc3.4-uclibc0.9.28
3. Configure options : (almost of them are googled)
$ ./configure --without-krb5 --without-ldap --without-ads --disable-cups
--without-swat --host=i686 --target=arm-linux
--prefix=/home/stanliao/work1/lsp/ap-util/install/etc/samba
--exec-prefix=/home/stanliao/work1/lsp/ap-util/install
CC=/opt/crosstool/scratchbox/compilers/arm-gcc3.4-uclibc0.9.28/bin/sbox-arm-
linux-uclibc-gcc
AR=/opt/crosstool/scratchbox/compilers/arm-gcc3.4-uclibc0.9.28/bin/sbox-arm-
linux-uclibc-ar
LD=/opt/crosstool/scratchbo...
2013 Feb 07
3
[LLVMdev] Is there a way to verify that debug info metadata are correct ?
Hi all,
I'm using my own front-end that generates LLVM debug info metadata. I was using LLVM 2.9 debug version and I'm moving to LLVM 3.2 debug version of metadata.
On my example I got llc 3.2 to fail on following assertion:
llc: /work1/tools/llvm/3.2/sources/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1471: void llvm::DwarfDebug::endFunction(const llvm::MachineFunction*): Assertion `TheCU && "Unable to find compile unit!"' failed.
0 llc 0x0000000000ffb43f
1 llc 0x0000000000ffd6ba
2 libpt...
2012 Jun 25
2
[LLVMdev] RE : Is llc broken for Cortex-A9 + neon ?
...0, align 4
> ret void
> }
>
> declare arm_aapcscc i32 @get_global_id(...) readonly
>
> When use llc 3.0 on it as follows: llc vect3x.ll -march=arm -mcpu=cortex-a9 -relocation-model=pic -o vect3x.s it compiles.
> When I use llc trunk or llc 3.1 it fails on an assert:
> llc: /work1/tools/llvm/trunk/sources/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:703: void<unnamed>::SelectionDAGLegalize::LegalizeOp(llvm::SDNode*): Assertion `TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) == TargetLowering::TypeLegal && "Unexpected illegal type!"' fa...
2004 Aug 11
0
Calling Lapack From C code
Hello List,
I have create a small package with C code. In the C code, I call Fortran
routines of Lapack. Here is the call in the C function:
F77_CALL(dgesvd)(&jobu, &jobvt,&size, &size,A, &size,
D,U,&size,V,&size,&work1, &lwork,&error);
In the src directory, I have a Makevars File with:
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
And in the beginning of C code, I include the following lines
#include <stddef.h>
#include <math.h>
#include <time.h>
#include <stdio.h>
#include &...
1999 Apr 13
0
Locking problem?
...ameter guest only = Yes
doing parameter guest ok = Yes
doing parameter blocking locks = No
doing parameter oplocks = No
pm_process() returned Yes
Samba version 2.0.0
Service uid gid pid machine
----------------------------------------------
ramicro guest guest 1028 work1 (172.16.1.1) Mon Apr 12
20:45:20 1999
Locked files:
Pid DenyMode R/W Oplock Name
--------------------------------------------------
1028 DENY_WRITE WRONLY NONE
/samba/vol1/ramicro/ra/rawm009.l00 Mon Apr 12 21:15:30 1999
Share mode memory usage (bytes):...
2013 Feb 11
0
[LLVMdev] Is there a way to verify that debug info metadata are correct ?
...t with the
intent that once that happens I'll be able to freely modify the debug
info metadata schema by modifying DIBuilder without concern for other
clients creating debug info metadata separately.
- David
> On my example I got llc 3.2 to fail on following assertion:
>
>
> llc: /work1/tools/llvm/3.2/sources/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1471: void llvm::DwarfDebug::endFunction(const llvm::MachineFunction*): Assertion `TheCU && "Unable to find compile unit!"' failed.
> 0 llc 0x0000000000ffb43f
> 1 llc 0x0000000000ffd6b...
1998 Aug 19
0
login failures and system load
...est ok = yes
include = /products/samba/lib/pisc.allow
[cdrom]
comment = CDROM mounted on rwja
path = /cdrom
read only = yes
writeable = no
fake oplocks = yes
public = no
hosts allow = 130.219.
[pcrdist]
comment = PC rdist tree - images, dst files, and program
path = /work1/green/pcrdist
read only = no
guest ok = yes
writeable = yes
browseable = no
locking = yes
share modes = yes
oplocks = yes
hosts allow = 130.219.
[ljpoff2]
comment = ACS Office Laserjet III in SB-11
path = /tmp
printer = ljpoff2
writeable = no
printable = yes...