search for: dire

Displaying 20 results from an estimated 217 matches for "dire".

Did you mean: dir
2003 Aug 31
1
samba-3.0.0rc2 Please help with charset error
...errors by running any samba command. any help is appreciated. ./testparm Load smb config files from /data4/samba3_rc2/lib/smb.conf Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1: ./testparm : fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire ctory Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1: ./testparm : fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire ctory Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1: ./testparm : fatal: /data4/samba3_rc2/l...
2012 Jun 14
3
xen dire-map area
Hell all, I am doing some research work on protecting Xen''s data structures. I know there is a direct-map area(about 12M), in which we can get the physical address of the data structure from its virtual address. My question is : are the stack and the heap of Xen both located in this direct-map area? Since I need protect stack and heap data, so it is easy to identify their physical addresses if...
2009 Apr 25
2
Extracting an object name?
...e to predict, or do we need to ask the students to redo all the work with a given model name? (I hope not!) function(L) { fname <- format(Sys.time(), 'Totals_%b%d_%H%M_%S.txt') filesused <- format(Sys.time(), 'Files_%b%d_%H%M_%S.txt') setwd("/Users/gregg/R_system") dire <- getwd() print(dire) flies <- list.files(pattern = "BIOtotal*")# flies instead of files because of FEAR of reserved words!!! for(i in 1:length(flies)) { s <- flies[i] print(i) # print everything for debugging print(s) model <- load(s) print(model) z <- predict( model ,...
2008 Jun 25
3
Aide à la traduction
Bonjour, J'ai un probl?me pour traduire "upstream provider" qui appara?t ? de multiples reprises. Je comprend bien ce que cela veut dire, mais je ne voit pas comment le traduire. Merci d'avance.
2010 Jul 14
1
Entropy of a Markov chain
Does anyone have any "R" code for computing the entropy of a simple first or second order Markov chain, given a transition matrix something like the following (or the symbol vector from which it is computed)? AGRe ARIe CSRe DIRe DSCe eos HRMe SPTe TOBe AGRe 0.0000000 0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 0.0000000 ARIe 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 CSRe 0.0000000 0.0000000 0.0000000 0.0000000 1.0000000...
2011 Mar 12
3
wich filesystem to store > 250E6 small files in same or hashed dire
Hi I need to store about 250.000.000 files. Files are less than 4k. On a ext4 (fedora 14) the system crawl at 10.000.000 in the same directory. I tried to create hash directories, two level of 4096 dir = 16.000.000 but I had to stop the script to create these dir after hours and "rm -rf" would have taken days ! mkfs was my friend I tried two levels, first of 4096 dir, second of 64 dir. The creation of the hash dir took &...
2004 Nov 24
3
Automatic file reading
Hi, I want to do automatic reading of a number of tables (files) stored in ascii format without having to specify the variable name in R each time. Below is an example of how I would like to use it (I assume files pair1,...,pair8 exist in spec. dire.) for (i in 1:8){ name <- paste("pair",i,sep="") ? ? ? <- read.table(paste("/home/andersm/tmp/",name,sep="")) } after which I want to have pair1,...,pair8 as tables. But I can not get it right. Anybody having a smart solution? Best regards, Ande...
2005 Oct 27
5
interesting problem...
...my platform configuration is supermicro motherboards with award bios. So far I have been successful in loading the DOS environment, required for my flashing program (awdflash.exe), using memdisk. But once i start running the exe, it starts loading the boot image and pauses. Even when i ignore the dire warnings of not to reboot the machine and do it, the old bios is intact. i have heard that some BIOS flashing programs need to run in real mode to work. Does memdisk by DEFAULT go into protected mode? Where/how does it store the floppy image in memory? thanks a lot ishwar
2008 Feb 18
1
Confused about versions of R and Debian
...ieve to be a fork of Debian. I have been using R under various versions of Windows for some years but this is my first move into the world of Unix. I have installed Texlive from a CD and I have successfully added a UK-based repository and installed Texmaker. Now I would like to add R. There are dire warnings on the EEE forums about the dangers of using Debian repositories so I would like some more advice before I download things. 1 - If I download from the Debian repository using stable (which is the distribution I have - etch) will I get old versions of R? I do not understand what stable...
2016 May 15
3
ClamAV from EPEL
...by a repo maintained version as soon as it hit > the repositories. > It generally takes a week or so for an update to make it to epel. They are still showing 0.99.1-1. You might want to check the epel-testing repo in a couple of days. I think that that clamav warning message is a bit more dire sounding than necessary.
2020 Jul 10
4
[PATCH] virtio_balloon: clear modern features under legacy
Page reporting features were never supported by legacy hypervisors. Supporting them poses a problem: should we use native endian-ness (like current code assumes)? Or little endian-ness like the virtio spec says? Rather than try to figure out, and since results of incorrect endian-ness are dire, let's just block this configuration. Cc: stable at vger.kernel.org Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_balloon.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c in...
2020 Jul 10
4
[PATCH] virtio_balloon: clear modern features under legacy
Page reporting features were never supported by legacy hypervisors. Supporting them poses a problem: should we use native endian-ness (like current code assumes)? Or little endian-ness like the virtio spec says? Rather than try to figure out, and since results of incorrect endian-ness are dire, let's just block this configuration. Cc: stable at vger.kernel.org Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_balloon.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c in...
2008 May 27
4
Article for wiki consideration
...th CentOS host and guest. toracat@ said that it might be worthwhile putting on the wiki. The present article is located at http://home.nyc.rr.com/computertaijutsu/vserver.html If it does get to the wiki, I would remove the fedora section and also add a notice at the beginning of the article with dire warnings about using a non-stock kernel. (I would probably copy the warning on red background from http://wiki.centos.org/HowTos/Custom_Kernel) Thank you for your consideration. Sincerely, -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp...
2011 Jan 18
2
dovecot Digest, Vol 93, Issue 41
...he: http://www.nexsan.com/sataboy.php I can't speak for OCFS2, but after several years' experience with the filesystem I strongly recommend NOT using GFS/GFS2. Its locking model is incredibly slow (500 locks/second on a filesystem mounted with quotas enabled and noatime) and results in dire performance - plus there's a known crash vulnerability if files are repeatedly renamed in large directories (this bites us regularly...) GFS2 isn't an "enterprise" filesystem by any stretch of the imagination, despite what a number of enthusiastic salespeople might try to conv...
2006 Apr 28
2
Memoire defaillante
...autre erreur souvent affichée : Reached total allocation of 510 Mb : see help(memory.size) J'ai donc lu les aides sur R, visité les sites concernés : et notamment certaines options configurées pouvant être augmentées : max-mem-size = N .... aucun changement ! Y a t il quelqun qui peut me dire clairement et concrètement ce qu on peut faire pour remédier à ce problème ??!!! et non pas m'envoyer vers un lien que j'ai déjà du visiter et qui ne pas apporté de réponse !!!! Merci d'avance !!! [[alternative HTML version deleted]]
2008 Dec 15
10
OT: Looking for a robust IMAP client
...135,000 messages. In the end, I had to kill the TBird profile for that account and recreate it. Is there a simple robust IMAP client to replace Pine (which I *think* is no longer supported)? GUI or TTY session? I'm wondering if there is something we can tell users to use when Things Are Dire. GUI would be better since it removes one of the few remaining reasons for a logon server -- ==== Once upon a time, the Internet was a friendly, neighbors-helping-neighbors small town, and no one locked their doors. Now it's like an apartment in Bed-Stuy: you need three heavy duty pick-pr...
2011 Nov 01
2
Can't work with command prompt on Windows XP
...m/ ). Please enter your name, for example mine is: Wayne E. Seguin" and suggestion to print my name "name >" I''m printing my name and see the following text "Setting user.name to myname error: could not lock config file Z:\alexandrov/.gitconfig: No such file or dire ctory Please enter your name, for example mine is: Wayne E. Seguin name >" I checked the global settings for git. They seems to be right and they are situated in file C:\Documents and Settings\aleksandrovP\.gitconfig and looks like "[user] name = Pavel Alexandrov email = fract...
2019 Oct 04
4
kpatch (live kernel patching) in CentOS 7.7?
On Fri, 4 Oct 2019 at 08:18, Phelps, Matthew <mphelps at cfa.harvard.edu> wrote: > > On Fri, Oct 4, 2019 at 6:33 AM Jim Perrin <jperrin at centos.org> wrote: > > > > > > > On 10/3/19 9:35 PM, Stephen John Smoogen wrote: > > > On Thu, 3 Oct 2019 at 13:52, Phelps, Matthew <mphelps at cfa.harvard.edu> > > wrote: > > >> > >
2015 Apr 28
1
Disabling Oplocks and SMB2
Hello, We are running some legacy software that instructs us to, via Windows registry settings, disable all oplocks and SMB2 entirely on each Windows workstation that connects to the Samba share where the software is hosted. The software maintainers give dire warners of corruption, etc., if oplocks (and SMB2) are left enabled. We?ve run this software off of a Samba share for 20 years and have not had any data corruption problems. I disable oplocks (and now SMB2) both on the workstation and through the smb.conf "oplocks = No? and "level2 oploc...
2019 Sep 09
0
smbldap-showuser and ldapsearch can't show groups user belongs to.
...n as an old NT4-style domain, why ? >> > Actually this is an openldap domain. About smbldap-tools, the > day before I sent the original question in this thread was the first > time I've heard of that package. Other info indicates this was setup > long time ago and is in dire need of being upgrade. > Nope, if Samba is involved, it will be a PDC and a PDC is an NT4-style domain controller, which makes it a Samba domain that uses Openldap. Saying 'in dire need of being upgraded', could just be the understatement of the year ;-) All and any (in my opinion) N...