Displaying 20 results from an estimated 2000 matches similar to: "Failed to create storage with data"
2002 May 29
1
Tree package
Dear All,
Many thanks to those who replied to my query about getting functions
into "R".
I have another problem that I hope is as easy to solve as the last one.
I want to install the package Tree on my system and have no idea how to
go about it.
Any help would be gratefully received
Guy
----------------------------------------------------------------------
Guy J. Forrester
2000 Jan 27
0
more NetBSD patches, for OpenSSH V1.2.2
Hi,
the following patches are in the NetBSD packages collection to get OpenSSH
1.2.2 going. Changes:
* /dev/urandom may be there but not in the kernel - make sure
* Pull in some more headers needed by configure
* Add proper ld-flags for ELF platforms
* Some code cleanup
* Install example files always to a different dir, and use out
build system to DTRT WRT getting them to /etc.
2002 May 27
3
functions and getting them into R
Dear All,
I am new to R and can see it is a very powerful and versatile system for
programming and statistical analysis.
Say I have written a simple function and want to use it on a regular
basis. I have the file as a text file say 'c:\R-funcs\func.txt' how do I
get R to find it on the hard disc or alternatively where is the default
location for looking up functions where I can place
2006 Feb 03
3
Postfix + SASL
Hello list.
I have a mail server where I use Postfix+SASL. Everything works fine.
Sending emails when using client (Outlook, Thunderbird or anything
else) require authorization. It is OK.
But on the same server there is a Squirrelmail which sends emails as a
localhost. To send email in this way there is no any authorization.
Besides one preson use PINE on the server...
How to do that
2007 Aug 01
1
centOS query
Dear All
I have jus migrated to centos 5 and jus wondering why n where this problem
could be
server A which is running for the past 2 years used as my primary dns and
mail server
redhat linux 8
sendmail ver-8.12.5-7
bind ver -9.2.1-9
since the server is old and is prone to all security problems i have a new
machine which i have installed the following and will replace my existing
redhat dns +
2007 Aug 03
1
where the problem
Dear All
I have jus migrated to centos 5 and jus wondering why n where this problem
could be
server A which is running for the past 2 years used as my primary dns and
mail server
redhat linux 8
sendmail ver-8.12.5-7
bind ver -9.2.1-9
since the server is old and is prone to all security problems i have a new
machine which i have installed the following and will replace my existing
2017 Dec 12
1
Can't access DNS from RSAT
Daniel, I could kiss you :D I am using the default SSL certs in samba.
I tried connecting to the new DC using it's FQDN instead of it's IP, and
BAM, it connected just fine. Couldn't really tell you why, but as long as
I can access it I'm happy!
On Tue, Dec 12, 2017 at 11:20 AM, Daniel Carrasco <d.carrasco at i2tic.com>
wrote:
> Are you using the default ssl certs in
2018 Mar 28
0
x86 instruction format which takes a single 64-bit immediate
Copy Ii32 in X86InstrFormats.td rename to Ii64 and change Imm32 to Imm64.
Instantiate your instruction inheriting from Ii64. Pass RawFrm to the form
parameter.
Initial documentation for the encoding system is attached.
~Craig
On Wed, Mar 28, 2018 at 4:50 PM, Gus Smith via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> I am attempting to create an instruction which takes a single
2013 Aug 28
3
[PATCH] x86: AVX instruction emulation fixes
- we used the C4/C5 (first prefix) byte instead of the apparent ModR/M
one as the second prefix byte
- early decoding normalized vex.reg, thus corrupting it for the main
consumer (copy_REX_VEX()), resulting in #UD on the two-operand
instructions we emulate
Also add respective test cases to the testing utility plus
- fix get_fpu() (the fall-through order was inverted)
- add cpu_has_avx2,
2011 Nov 30
0
[PATCH 4/4] x86/emulator: cleanup
Utilize some of the additions in the prior patches to clean up other
code:
- keep track of REP prefixes in only one variable
- use REX_W in a few more places (instead of a literal number)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/xen/arch/x86/x86_emulate/x86_emulate.c
+++ b/xen/arch/x86/x86_emulate/x86_emulate.c
@@ -304,6 +304,10 @@ union vex {
ptr[1] = rex |
2006 May 31
0
openbsd and domain controller NOT WORKING
Good day list,
I hope, you will pay attention to my small problem (big problem for me).
I'm totally new to samba, so I don't know exactly, where the problem
is. Situation - I need to setup samba as a domain controller (and
fast!). Server - openbsd 3.9, samba 3.0.21.
There are my configs:
smb.conf
-------------------------------------------------------------------------------------------
2005 May 16
0
Re: Calling R functions from Java (D0c)
Hello kanglin:
Try to transfer from Java Object JList to R Object Data.frame, you
could use
public Rconnection r_connection = null;
.....
.....
this.r_connection.assign("dataframe_ex",java list_ex);
Best regards,
Ricky Chen
EIM
ProMOS Technologies Inc.
No.19 Li Hsin Rd.,Science-Based Industrial Park, HsinChu,Taiwan,R.O.C.
Tel: 886-3-5798308
Ext : 8512
http://www.promos.com.tw
2011 Dec 16
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
On Fri, Dec 16, 2011 at 01:51:57AM -0500, David Fang wrote:
> Hi,
> Thanks for the quick reply again.
>
>> On Thu, Dec 15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote:
>>> Hi,
>>>
>>> I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and
>>> have the following test results to share.
>>>
2011 Nov 30
0
[PATCH 2/4] x86/emulator: add emulation of SIMD FP moves
Clone the existing movq emulation to also support the most fundamental
SIMD FP moves.
Extend the testing code to also exercise these instructions.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/tools/tests/x86_emulator/test_x86_emulator.c
+++ b/tools/tests/x86_emulator/test_x86_emulator.c
@@ -629,6 +629,60 @@ int main(int argc, char **argv)
else
2012 Nov 08
0
[LLVMdev] X86 Tablegen Description and VEX.W
On Thu, Nov 8, 2012 at 1:34 AM, Anitha Boyapati
<anitha.boyapati at gmail.com>wrote:
...
>
> I actually have confusion in mapping the role of vex_w during
> instruction selection. For the moment, lets just consider vex_w and
> not memop.
>
> [1]. What does " def rr : FMA4<>, VEX_W" mean? As per tablegen
> description, "rr" now inherits FMA4 and
2012 Jan 17
2
[LLVMdev] powerpc-darwin8 build/test status page
Hi,
For anyone who might be interested, I've thrown together a little
page to track my builds of llvm and clang, both release 3.0 and
svn-trunk, on powerpc-darwin8.
http://www.csl.cornell.edu/~fang/sw/llvm/
I'll update the list of logs each time I svn-update and build. It's
nowhere as nice as a real buildbot page, but it's better than nothing.
3.0 still has over 20 test
2012 Jan 18
1
[LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
18.01.2012, 02:46, "David Fang" <fang at csl.cornell.edu>:
> Hi,
> For anyone who might be interested, I've thrown together a little
> page to track my builds of llvm and clang, both release 3.0 and
> svn-trunk, on powerpc-darwin8.
>
> http://www.csl.cornell.edu/~fang/sw/llvm/
>
> I'll update the list of logs each time I svn-update and
2008 Oct 27
2
boot problems
Dear All,
I am quite new to centos
i had installed centos 5.2 to be as a squid proxy server and it was
working fine for over a month or so
but 3 days back the machine after a reboot jus refused to boot
it jus was goin to the grub prompt
i wd really apprecite if someone cd help me ..
cd i boot from centos boot cd n go to rescue mode and check grub
2) if grub is OK how cd i reinstall centos
2016 Aug 04
4
Removing mailbox and password prompt for voicemail
On Thu, 4 Aug 2016 14:03:39 +0100
Nabeel <nabeelshikder at gmail.com> wrote:
> I should add, a password is *always* asked if a password has been set.
> There isn't a way to bypass that.
Then something is wrong.
http://darcy.vex.net/star98.mp3
--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:darcy at Vex.Net
VoIP: sip:darcy at Vex.Net
2012 Jan 18
0
[LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
On Wed, Jan 18, 2012 at 10:51:38PM +0400, Konstantin Tokarev wrote:
>
>
> 18.01.2012, 02:46, "David Fang" <fang at csl.cornell.edu>:
> > Hi,
> > ?????????For anyone who might be interested, I've thrown together a little
> > page to track my builds of llvm and clang, both release 3.0 and
> > svn-trunk, on powerpc-darwin8.
> >
> >