Displaying 20 results from an estimated 1000 matches similar to: "Samba BDC and mirroring Homes"
2001 Sep 20
1
rsync via ssh
Hi,
We have 2 problems with rsync over ssh that we
haven't been able to replicate all the time.
Basically, we have a developement server running
Solaris 2.5.1 and another running Solaris 2.6, the
development tree is shared via nfs. When minor
changes are made they are distibuted to various
mirror sites via a perl script which does some
checks (path, etc) and runs 'rsync -e ssh ....'
2007 Jul 30
0
g++ verfsion
Hi, Li,
Thanks for reply.
It is strange that I used RBGL_1.6.0 successfully on the same linux
system with R 2.3.1 before!
After trying to install R 2.5.1, the RBGL_1.12.0 failed to be installed.
Then, I uninstalled R. Delete the directory R/lib/.
Installed R.2.3.1 again. And run getBioC1.8.5 for R 2.3.1 to download
the three packages
graph_1.10.6, RBGL_1.12.0 and Ruuid_1.10.0.
But still
2014 Jun 27
2
[LLVMdev] [RFC] Add compiler scheduling barriers
Hi Philip,
> Aside: From the documentation, it's actually unclear how strong a barrier
> ISB actually is. The "fetched after the ISB" gives a lot of room for
> interpretation. (i.e. is it legal for a cpu to fetch every instruction in a
> function, queue them for execution under wait conditions, *then* fetch the
> ISB? This would be a *really* weird implementation,
2006 Feb 18
3
Samba LDAP PDC BDC quit working
We have had a Samba LDAP-PDC-BDC system setup for close to 3 months with
about 60 computers in the domain. Earlier we had a power outage and
about 30 computers no longer were able to log into the domain or
authenticate. Some were NT Workstations and some were W2k. But not all
NT or W2K workstations were affected.
If we went to network neighborhood we would see the error message
"
2008 Jul 21
6
Xen GPL PV Drivers, Windows 2003 unplanned shutdown
Hi,
I''ve recently started using the GPL PV Drivers (0.9.10) for a pair of
test machines, one XP and one 2003. XP works beautifully: Thank you for
the development efforts. 2003 works almost as well, with one exception.
When I either xm reboot or xm shutdown and subsequently restart the
virtual machine, at first login I get this dialogue:
The system has restarted after an unplanned
2010 Feb 25
1
guest management: 1 and only 1 instance
Gang,
???? I run several KVM host machines.? Due to updates, maintenance,
and unexpected reboots sometime host machines are restarted.? I can
easily envision a scenario where HostX needs some critical packages
updated or is acting up.? I migrate guest0, guest1, guest2 etc. from
HostX to HostY.? Then, in either a planned (i.e. scheduled
maintenance) or unplanned (i.e. unplanned reboot) event
2010 Apr 19
3
stupid regexp question
Hello,
I have a stupid regexp question. I have a large data frame of strings. I would
like to convert all occurences of :
"W.m^{-2}"
to
"W/m2"
I make the following test :
gsub(glob2rx("W.m^{-2}"), "W/m2", "W.m^{-2}")
but it does not seem to work. I don't know how to do it otherwise as I could
never learn how to deal with the special
2013 Feb 11
1
UPS, ISB Sola basic, usb conection does not works
Hello people.
My name is Rub?n.
Firts, excuse me for my bad english.
I run Debian 6.0.6, kernel 2.6.32-5-amd64 in my machine.
I bought a ISB Sola basic UPS, model Micro SR inet, with usb conection.
I Configure the nut.conf file in standalone mode and I install de isbmex
driver.
The ups.conf:
[ISB_sola-basic]
driver = isbmex
port = auto
With de command upsdrvctl start the
2002 Apr 22
1
predict.*bSpline() bugs extrapolating for deriv >= 1 (PR#1473)
I've already fixed the bugs, but as with the last one, this is
not critical enough to allow breaking current R-devel's code
freeze. I hope I will have corrected it for 1.5.1..
## Here is code reproducing the problems;
## I use try(.) whenever I know the current versions of R would
## give an error:
library(splines)
x <- c(1:3,5:6)
y <- c(3:1,5:6)
(isP <- interpSpline(x,y))#
2010 Nov 10
1
log-transformed linear regression
Hello,
I have a basic question. Sorry if it is so evident....
I have the following data file :
http://ekumen.homelinux.net/mydata.txt
I need to model Y~X-1 (simple linear regression through the origin) with
these data :
load(file="mydata.txt")
X=k[,1]
Y=k[,2]
aa=lm(Y~X-1)
dev.new()
plot(X,Y,log="xy")
abline(aa,untf=T)
abline(b=0.0235, a=0,col="red",untf=T)
2013 Feb 08
2
[PATCH] xen: arm32: Use system wide TLB flushes, not just inner-shareable
We currently setup page table walks etc as outer-shareable. Given we don''t
really make the distinction between inner- and outer-shareable yet err on
theside of safety.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Cc: Tim Deegan <tim@xen.org>
---
xen/include/asm-arm/flushtlb.h | 4 ++--
1 files
2007 May 22
3
BDD screenscast
I posted a quick screencast demonstrating some BDD with RSpec yesterday:
http://wincent.com/a/about/wincent/weblog/archives/2007/05/
behaviourdriven.php
I''m a C/Objective-C programmer who knows a bit of Ruby, almost
nothing about Rails, and in BDD I can really only claim "new but
interested" status.
It''s not scripted, it''s totally improvised and
2009 Dec 10
2
plotting with varying dot sizes
Dear all,
I am trying to plot on a spatial map the punctual measurements of the data
located in the file (https://opengeo.metu.edu.tr/test.csv). I'd like to have
the dots in some way proportional to the magnitudes of the measurements.
I have difficulties with the code given below: The dot sizes do not vary not
proportionally when varying the coefficient ("0.725"). It either plots
2014 Jun 27
3
[LLVMdev] [RFC] Add compiler scheduling barriers
On 24 June 2014 01:55, Philip Reames <listmail at philipreames.com> wrote:
>
> On 06/19/2014 09:35 AM, Yi Kong wrote:
>>
>> Hi all,
>>
>> I'm currently working on implementing ACLE extensions for ARM. There
>> are some memory barrier intrinsics, i.e.__dsb and __isb that require
>> the compiler not to reorder instructions around their
2003 May 14
1
samba sharing violation
Hi,
I'm running Samba 2.2.7a on Solaris 2.6/Sparc.
The problem we've been having for a long time is on a share that is updated
(mostly) by one client using xcopy and read by many clients.
xcopy will send back a 'Sharing Violation' when trying to write to files that
may be open.
In the main config I have:
security = user
socket options = TCP_NODELAY
level2 oplocks
2009 Oct 27
4
automatically adjusting axis limits
Dear R users,
I am a newbie. Just switched from MATLAB. So thanks a lot for your
patience.
I have 50000 spectra collected in field. Each spectra has two columns :
Wavelength (56) and the actual measurement.
Each measurement came in a different .txt file on disk (50000 files in
total). I wrote a script that reads every spectra in a for loop and
constructs two variables :
Wavelength (56) and
2014 Aug 05
2
[LLVMdev] Plan to optimize atomics in LLVM
Hello everyone,
I have recently started on optimizing C11/C++11 atomics in LLVM, and plan
to focus on that for the next two months as an intern in the PNaCl team.
I’ve sent two patches on this topic to Phabricator that fix
http://llvm.org/bugs/show_bug.cgi?id=17281:
http://reviews.llvm.org/D4796
http://reviews.llvm.org/D4797
The first patch is X86-specific, and tries to apply operations with
2010 Oct 04
1
Help on reading multipe files in R
Hi,
How can I read multiple files(in a loop like manner) within a single code of R ? For example, I need to run the same code for different datasets (here list of companies) and since individual files are quite large, appending the files into one file is not a desirable option. Can this be done through a macro or sql kind of command?
Thanks and Regards,
Rahul S Menon
Research Associate
ISB,
2012 Feb 13
0
[PATCH 10/14] arm: implement ARMv7 tlb ops.
arm: implement ARMv7 tlb ops.
xen/arch/arm/xen/Makefile | 1 +
xen/arch/arm/xen/cache-v7.S | 17 +++++------------
xen/arch/arm/xen/domain_build.c | 6 +++---
xen/arch/arm/xen/tlb-v7.S | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 60 insertions(+), 15 deletions(-)
Signed-off-by: Jaemin Ryu <jm77.ryu@samsung.com>
diff -r c6a412adfae7
2014 Oct 10
0
Re: CF Card wear optimalisation for ext4
On Oct 8, 2014, at 10:28 AM, Jelle de Jong <jelledejong at powercraft.nl> wrote:
> Hello everyone,
>
> I been using CF cards for almost more then 7 years now with ext
> file-system without any major problems on ALIX boards.
>
> Last year I took 30 other systems in production with ext4 and the CF
> cards been dropping out pretty fast, it may have been a bad batch but