Displaying 20 results from an estimated 33 matches for "ls1".
Did you mean:
l1
2007 Jan 11
0
mbox-rewrite errors
I've noticed a burst of about 12000 of these mbox-rewrite msgs in the log,
spread over about 10 minutes.
They are always for the same person (XXX'd out here), and have not occurred
before or since.
There's no evidence of device problems in the message log.
Jan 10 17:46:43 ls1 imap-login: Login: XXX [::ffff:10.2.0.1]
Jan 10 17:46:43 ls1 imap(XXX): file mbox-rewrite.c: line 429 (mbox_write_header): assertion failed: (hdr_parsed_size.physical_size == hdr_size)
Jan 10 17:46:43 ls1 dovecot: child 6004 (imap) killed with signal 6
Jan 10 17:46:43 ls1 dovecot: child 6006 (imap)...
2004 Feb 13
1
RES: AGREP
"Marcos Sanches" <marcos.sanches at ipsos-opinion.com.br> wrote:
Ls1<-length(s1)
Ls2<-length(s2)
for ( p in 1:ls1){
for (q in 1:ls2){
t1<-levenshteinFast(s1[p],s2[q])
...
Ls1=42000
Ls2=70000
I think I will wait for months untill this program ends. Do you have any
sugestion to increase the speed?
The first suggestion has to be "sear...
2008 Feb 16
2
Adding elements to existing lists
Dear everybody!
Is there a command to add elements to an existing list, at best
excluding the addition of already included ones?
Thank you in advance.
Yours,
Mag. Ferri Leberl
2012 Apr 11
12
[Bug 8856] New: --hard-links does not handle hard-linked symlinks correctly on FreeBSD
...2-RELEASE
# ls -liR
total 4
117761 drwxr-xr-x 2 root wheel 512 Apr 11 10:31 a
117762 drwxr-xr-x 2 root wheel 512 Apr 11 11:42 b
./a:
total 0
117763 -rw-r--r-- 2 root wheel 0 Apr 11 10:30 f
117763 -rw-r--r-- 2 root wheel 0 Apr 11 10:30 lf
117764 lrwxr-xr-x 2 root wheel 1 Apr 11 10:30 ls1 -> f
117765 lrwxr-xr-x 2 root wheel 6 Apr 11 10:30 ls2 -> /x/y/z
117764 lrwxr-xr-x 2 root wheel 1 Apr 11 10:30 s1 -> f
117765 lrwxr-xr-x 2 root wheel 6 Apr 11 10:30 s2 -> /x/y/z
./b:
total 0
# rsync -avH a/ b
sending incremental file list
./
lf
s1 -> f
rsync: link "/ro...
2012 Sep 24
1
Adding textbox to multiple panels in lattice
...y? Is there something like
panel.textbox for lattice?
Thanks in advance and here is the example
Erich
install.packages("Giza")
library(Giza)
panel.tpop <- function(x,y,...){
panel.grid(h=length(agegrs),v=5,col="lightgrey",lty=1)
ls1 <<- list(...)
y <<- y
iFrame <- iEduDat[ls1$subscripts,]
iSex <- with(iFrame,unique(sex))
if (iSex=="Female"){
panel.pyramid(x,y,...)...
2005 May 22
11
[Bug 2734] --delete doesn't work
https://bugzilla.samba.org/show_bug.cgi?id=2734
------- Additional Comments From vanes002@umn.edu 2005-05-21 22:15 -------
Your rsync options (-arRWxn) include -n, so nothing is actually going to get
deleted on the destination, even though rsync reports that they are being
deleted (which is what -n is for - i.e. to preview what will happen).
--
Configure bugmail:
2007 Feb 09
1
selective logging
...ise it is closed).
(I dont understand the above references to the use of stderr)
info_log_path =
For informational messages, use this logfile instead of the default
(What exactly is an informational message, and what is the default?)
Can I selectively suppress logging like:
Feb 5 11:52:15 ls1 imap(iamelel): File isn't in mbox format: /gfg0/iamelel//claudia/ligplot/NQ10/ligplot.bonds
Or do I have to turn off logging entirely?
Thanks,
Terry.
2012 Mar 21
0
Many usershare messages logged but no usershares defined
...of /var/lib/samba/usershares/<share name>
failed. Permission denied
One example shows ~100 lines like that in one second, probably caused by
a user running an application that has its data on that share.
Often these messages are accompanied by one or two messages like these
Mar 20 10:05:01 LS1 smbd[31614]: [2012/03/20 10:05:01.166801, 0]
../libcli/auth/ntlm_check.c:54(smb_pwd_check_ntlmv1)
Mar 20 10:05:01 LS1 smbd[31614]: smb_pwd_check_ntlmv1: incorrect
password length (64)
The <share name>s seen are the only two public writeable shares on the
server.
Here is smb.conf (global...
2002 Aug 15
1
order(1, na.last=NA) fails (PR#1913)
...------------------------------------
Version:
platform = sparc-sun-solaris2.6
arch = sparc
os = solaris2.6
system = sparc, solaris2.6
status =
major = 1
minor = 5.1
year = 2002
month = 06
day = 17
language = R
Search Path:
.GlobalEnv, package:misc, package:io, package:arrays, package:ls1, package:g.data, package:db, package:ts, package:ctest, Autoloads, package:base
--
-- David Brahm (brahm@alum.mit.edu)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R...
2003 Jul 11
1
Title obscured when using par(mfrow) (PR#3463)
...ne allows the full title to appear.
Version:
platform = sparc-sun-solaris2.8
arch = sparc
os = solaris2.8
system = sparc, solaris2.8
status =
major = 1
minor = 7.1
year = 2003
month = 06
day = 16
language = R
Search Path:
.GlobalEnv, package:misc, package:io, package:arrays, package:ls1, package:obsi, package:g.data, package:db, package:ts, package:ctest, Autoloads, package:base
--
-- David Brahm (brahm@alum.mit.edu)
2011 Aug 26
2
Extracting values in table
Hi All,
I am a beginner in programming in r and please do forgive me if my question
seems to be silly and sometimes not understandable.
1. we have a list of elements in a list say:
ls<-list("N","E","E","N","P","E","M","Q","E","M")
2. We have an another list of tables in a list say:
n <-
2002 Mar 08
2
Sys.putenv environment variables disappear (PR#1371)
.... Here's the
usual version info.
Version:
platform = sparc-sun-solaris2.6
arch = sparc
os = solaris2.6
system = sparc, solaris2.6
status =
major = 1
minor = 4.1
year = 2002
month = 01
day = 30
language = R
Search Path:
.GlobalEnv, package:misc, package:io, package:arrays, package:ls1, package:g.data, package:db, package:ts, package:ctest, Autoloads, package:base
-- David Brahm (brahm@alum.mit.edu)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ...
2019 Nov 06
2
Alias analysis only throwing mayAlias for something that seems should be identifiable as mustAlias
I have a global 2-D array ARRAY[N][M] and I am accessing it inside the for
loop like this:
for (i...)
for (j ...)
ARRAY[i][j] ...
So nothing really weird is happening. If I look at the generated IR, it is
also fairly straight forward.
@ARRAY0 = dso_local global [32 x [32 x i32]] zeroinitializer, section
".slow_mem", align 32, !dbg !84
...
%45 = getelementptr inbounds [32 x [32 x
2002 Aug 13
2
Misalignment of <NA> in rownames (PR#1905)
...------------------------------------
Version:
platform = sparc-sun-solaris2.6
arch = sparc
os = solaris2.6
system = sparc, solaris2.6
status =
major = 1
minor = 5.1
year = 2002
month = 06
day = 17
language = R
Search Path:
.GlobalEnv, package:misc, package:io, package:arrays, package:ls1, package:g.data, package:db, package:ts, package:ctest, Autoloads, package:base
--
-- David Brahm (brahm@alum.mit.edu)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R...
2001 Nov 30
0
Problems with environmental variables set with Sys.putenv
...get varies from try to try. Weird!
Version:
platform = sparc-sun-solaris2.6
arch = sparc
os = solaris2.6
system = sparc, solaris2.6
status =
major = 1
minor = 3.1
year = 2001
month = 08
day = 31
language = R
Search Path:
.GlobalEnv, package:misc, package:io, package:arrays, package:ls1, package:db, package:ts, package:ctest, Autoloads, package:base
--
-- David Brahm (brahm at alum.mit.edu)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send &...
2002 Jan 28
0
merge() generates a factor: bug?
...FALSE FALSE
Version:
platform = sparc-sun-solaris2.6
arch = sparc
os = solaris2.6
system = sparc, solaris2.6
status = Patched
major = 1
minor = 4.0
year = 2002
month = 01
day = 13
language = R
Search Path:
.GlobalEnv, package:secref, package:misc, package:io, package:arrays, package:ls1, package:g.data, package:db, package:ts, package:ctest, Autoloads, package:base
--
-- David Brahm (brahm at alum.mit.edu)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/...
2006 Oct 07
0
No subject
...ise it is closed).
(I dont understand the above references to the use of stderr)
info_log_path =
For informational messages, use this logfile instead of the default
(What exactly is an informational message, and what is the default?)
Can I selectively suppress logging like:
Feb 5 11:52:15 ls1 imap(iamelel): File isn't in mbox format: /gfg0/iamelel//claudia/ligplot/NQ10/ligplot.bonds
Or do I have to turn off logging entirely?
Thanks,
Terry.
2008 Aug 20
0
crit error when trying to load lineage 2
...I'm doing. If anyone knows how to fix it please put it into a dumb downed way for me.
Thank You :)
(Error posted below)
___________________
2008.8.20 14:05:04
OS : Windows XP 5.1 (Build: 2600)
CPU : AuthenticAMD PentiumPro-class processor @ 1800 MHz with 757MB RAM
Video : No Video
PosCode : LS1:0:0:0 1/0
Failed to find object 'Class WinDrv.WindowsClient'
History: UObject::SafeLoadError <- UObject::StaticLoadClass <- UGameEngine::Init <- InitEngine
2002 Aug 11
0
samba pdc redhat 7.3
...dd to the win2k machine
accounts. Win9x machines can log in to both domains, and the win2k machines
can log in to the domain controlled by the 6.2 pdc.
Anybody else who has encountered this problem? and know how to fix it..
smb.conf:
[global]
workgroup = DOMAIN
netbios name = LS1
server string = PDC
encrypt passwords = Yes
min passwd length = 4
log file = /var/log/samba/log.%m
max log size = 50
add user script = /usr/sbin/adduser -n -g 100 -c %m -d /dev/null
-s /bin/false %m$
logon script = %U.BAT
logo...
2012 May 08
0
Samba audit logging not working as expected
.../log/samba/log.audit as expected. The messages are triplicated into
/var/log/{messages,syslog,user.log}.
Here is the global section of smb.conf created by testparm
smb.conf.source > smb.conf (no error messages)
===== smb.conf begins =====
[global]
workgroup = ACUR
netbios name = LS1
server string = Server
map to guest = Bad User
syslog = 0
smb ports = 139
load printers = No
preferred master = Yes
domain master = Yes
wins support = Yes
remote announce = 10.8.0.6/ACUR 10.8.0.10/ACUR 10.8.0.14/ACUR
10.8.0.18/...