search for: alr

Displaying 20 results from an estimated 39 matches for "alr".

Did you mean: all
2005 Aug 04
1
SAMBA LOG: tdb/tdbutil.c:tdb_log(725) tdb(unnamed): tdb_open_ex: /var/cache/samba/unexpected.tdb (835, 457947) is already open in this process
Please, What's this? Please, please, how to resolve ? [root@neosaldina-lj003 samba]# more nmbd.log tdb(unnamed): tdb_open_ex: /var/cache/samba/unexpected.tdb (835,457947) is alr eady open in this process [2005/08/04 00:12:51, 2] tdb/tdbutil.c:tdb_log(725) tdb(unnamed): tdb_open_ex: /var/cache/samba/unexpected.tdb (835,457947) is alr eady open in this process [2005/08/04 00:12:51, 2] tdb/tdbutil.c:tdb_log(725) tdb(unnamed): tdb_open_ex: /var/cache/samba/unexpected...
2008 Sep 01
1
LDA predictions
I've made an LDA model on some data from one source. I have some new data that I want to see if I can "place" to the sources in the LDA model. I used the predict function as follows: predict(wak.insitu.ld, wak.alr.alluvial) where wak.insitu.ld is an LDA model generated from some data and wak.alr.alluvial is new data of similar origin. When I look at the results, there is 86 observations which is the number in the original model, NOT in the new data (nrow=53). Am I doing this correctly. When I plot the p...
2007 May 10
0
ownership/perms on DC file objects
...ot In my typical turtle-crawl fashion, I got around to today, but the onership/perms came out somewhat differently, which I put down here for anyone that wants to know......... I set everything under /var/run/dovecot to 600, owned by root:dovecot > 4242 root at mercury:/var/run/dovecot ## ls -alR > total 24 > drw------- 3 root dovecot 512 Mar 06 15:27 ./ > drwxr-xr-x 3 root system 512 Apr 18 2006 ../ > drw------- 2 root dovecot 512 May 09 10:37 login/ > ./login: > total 24 > drw------- 2 root dovecot...
2012 Jun 07
2
Performance optimization tips Gluster 3.3? (small files / directory listings)
...network I've it mounted data partition to web1 a Dual Quad 2.8Ghz, 8Gb ram, using glusterfs. (also tried NFS -> Gluster mount) We have 50Gb of files, ~800'000 files in 3 levels of directories (max 2000 directories in one folder) My main problem is speed of directory indexes "ls -alR" on the gluster mount takes 23 minutes every time. It don't seem like any directory listing information cache, with regular NFS (not gluster) between web1<->fs1, this takes 6m13s first time, and 5m13s there after. Gluster mount is 4+ times slower for directory indexing performance...
2006 Mar 26
3
Updating tools
Hello all. I decided to see how things were progressing and have updated my Swig to 1.3.29 and my wxWindows to 2.6.3. I''ll try rebuilding everything as soon as I''m done compiling wx 2.6.3. Then I hope to have some time to read up on the new ruby stuff in Swig to see if we can close the last few holes. Roy
2004 Mar 15
2
'Invalid cross-device link' message on sparc
Hi, I've got problems with a symlink to another device in a directory used with '--link-dest'. I've got something like augustin@i90fs4:/tmp/rsync% ls -alR .: total 16 drwxr-xr-x 4 augustin augustin 4096 Mar 15 12:07 ./ drwxrwxrwt 4 root root 4096 Mar 15 10:56 ../ drwxr-xr-x 3 augustin augustin 4096 Mar 11 15:05 source/ drwxr-xr-x 2 augustin augustin 4096 Mar 11 15:06 unusable_link-dest/ ./source: total 12 drwxr-xr...
2023 Oct 11
2
Problem with compatible library versions
...; > Best, > Uwe Ligges > > > > > installed are still the newest ones. I was able to install dplyr 1.0.7. > > manually but there are error messages on incompatibility when loading > > this version. Is there a possibility to load older library versions > > which alre compatible ? > > > > Thank you very much! > > > > Best regards > > > > Sabine Braun > > > > > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/m...
2015 Mar 24
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-24, at 1:42 AM, Steffen <skdovecot at smail.inf.fh-brs.de> wrote: > > it's a linker problem. Are you sure, > /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so exists at all, is > readable, is from the very same Dovecot version? > > - -- > Steffen It might be a operating permissions issue then. The file(s) exist but the permissions are
2023 Oct 10
1
Problem with compatible library versions
...s not bo be easy. I downloaded R 4.1.2. and Rtools 40 but the library versions installed are still the newest ones. I was able to install dplyr 1.0.7. manually but there are error messages on incompatibility when loading this version. Is there a possibility to load older library versions which alre compatible ? Thank you very much! Best regards Sabine Braun -- ------------------------------------------------------------------------ Dr. Sabine Braun Leitung www.iap.ch <https://www.iap.ch/> Institut f?r Angewandte Pflanzenbiologie (IAP) AG Benkenstrasse 254a CH-4108 Witterswil +...
2015 Mar 24
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-24, at 2:33 AM, Steffen <skdovecot at smail.inf.fh-brs.de> wrote: > > What are the permissions of the requested file itself? > You say who owns the directory entries, but do not mention the > permissions, please run: > > ls -alR /usr/lib/dovecot/modules/ all directories are drwx r-x r-x all files are -rw -r- - r- - all links are lrwx rwx rwx >> Does this mean I need to change the auth workers "user = " >> parameter? Some are set to mail and some to the virtual mail user >> (vmail). >...
2003 Jan 21
1
Logistic regression: At times correlation matrix of coefficients gets messed up
...) [1] 0 ` ' 0.3 `.' 0.6 `,' 0.8 `+' 0.9 `*' 0.95 `B' 1 ------------------------------------- I couldn't figure out how to interpret it. Here is the sequence of commands and the complete output. (I am using R 1.6.2) ----------------------------------------- > lowbwt.alr <- glm(LOW~AGE+LWT+RACE, family=binomial, data=lowbwt) > summary(lowbwt.alr, correlation=TRUE) Call: glm(formula = LOW ~ AGE + LWT + RACE, family = binomial, data = lowbwt) Deviance Residuals: Min 1Q Median 3Q Max -1.4052 -0.8946 -0.7209 1.2484 2.0982 Coe...
2023 Oct 11
2
Problem with compatible library versions
...; > Best, > Uwe Ligges > > > > > installed are still the newest ones. I was able to install dplyr 1.0.7. > > manually but there are error messages on incompatibility when > > loading this version. Is there a possibility to load older library > > versions which alre compatible ? > > > > Thank you very much! > > > > Best regards > > > > Sabine Braun > > > > > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat/ > .et...
2011 Aug 23
1
acl with hierarchy separators mismatched config
...HREAD=REFS MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS ACL RIGHTS=texk S: A01 OK Logged in Authenticated. Security strength factor: 0 . getacl Public * ACL "Public" "anyone" alr . OK Getacl completed. . getacl Public/aaa * ACL "Public/aaa" "anyone" akxeilprwtscd . OK Getacl completed. . create Public/aaa/bbb . NO [NOPERM] Permission denied -------- If the layout of /var/mail/public switched to "fs" where the separator is "/", mailbo...
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....
.../lib/modules/2.6.9-5.0.5.EL/kernel/fs/configfs ./lib/modules/2.6.9-5.0.5.EL/kernel/fs/configfs/configfs.ko find: ./proc/9051/task: No such file or directory ==================>---so i copied the configfs and ocfs2 directory to /lib/modules/2.6.9-5.0.3.EL.orafw1smp/kernel/fs #cd / # ls -alR configfs configfs: total 412 drwxr-xr-x 2 root root 4096 May 27 15:06 . drwxr-xr-x 23 root root 4096 May 31 20:44 .. -rw-r--r-- 1 root root 406287 May 19 21:32 configfs.ko # pwd /lib/modules/2.6.9-5.0.3.EL.orafw1smp/kernel/fs # ls -alR ocfs2 ocfs2: total 5692 drwxr-xr...
2015 Mar 24
0
quota setup assistance (postfix+dovecot+mysql)
...t might be a operating permissions issue then. The file(s) exist > but the permissions are root:root on /usr/lib/dovecot and > everything below. What are the permissions of the requested file itself? You say who owns the directory entries, but do not mention the permissions, please run: ls -alR /usr/lib/dovecot/modules/ > Does this mean I need to change the auth workers "user = " > parameter? Some are set to mail and some to the virtual mail user > (vmail). No. - -- Steffen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) iQEVAwUBVREvVnz1H7kL/d9rAQK6lAg...
2015 Mar 24
0
quota setup assistance (postfix+dovecot+mysql)
...wrote: >> On 2015-03-24, at 2:33 AM, Steffen <skdovecot at smail.inf.fh-brs.de> wrote: >> >> What are the permissions of the requested file itself? >> You say who owns the directory entries, but do not mention the >> permissions, please run: >> >> ls -alR /usr/lib/dovecot/modules/ > > all directories are drwx r-x r-x > all files are -rw -r- - r- - > all links are lrwx rwx rwx :-) OK, this reply doesn't necessarily answers my question, please run & post output of: file /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so ld...
2005 Dec 25
2
scriptaculous-js-1.5.0
...Rails 1.0.0 > > tmornini$ rails test | grep ''.js$'' > create public/javascripts/prototype.js > create public/javascripts/effects.js > create public/javascripts/dragdrop.js > create public/javascripts/controls.js > > tmornini$ ls -alR ~/Desktop/scriptaculous-js-1.5.0/ | grep ''.js$'' > -rw-r--r-- 1 tmornini tmornini 47603 Dec 13 10:43 prototype.js > -rw-r--r-- 1 tmornini tmornini 3361 Dec 13 10:43 builder.js > -rw-r--r-- 1 tmornini tmornini 25519 Dec 13 10:43 controls.js > -rw-r--r--...
2012 Sep 23
0
problems with function geese() in geepack
...00 observations and with this database, the function geese() return me the following message: This application has requested the runtime to terminate it is on unusual way. Please contact the application’s support team for more information why this happens? In other hand, when I use the ALR function ordgee(), after a few hours, models converge. I do not understand why the function geese () is less efficient computationally than ordgee (). If you could help me understand what is happening in this case, I would appreciate a lot. Any information is valuable for me. Thanks in advanc...
2012 Sep 24
0
problems with function geese in geepack
...00 observations and with this database, the function geese() return me the following message: This application has requested the runtime to terminate it is on unusual way. Please contact the application’s support team for more information why this happens? In other hand, when I use the ALR function ordgee(), after a few hours, models converge. I do not understand why the function geese () is less efficient computationally than ordgee (). If you could help me understand what is happening in this case, I would appreciate a lot. Any information is valuable for me. Thanks in advanc...
2023 Mar 07
0
Dovecot "Mailbox sharing between users".
...ail/shared/USER1/testa /home/USER2/Mail/shared/USER2/testb They are not created and no error is displayed - even looking at the dovecot logs. What I see in the folders for BOTH users though (for every folder) dovecot.list.index.log On the command line I can see the .imap files and do a 'ls -alR' in the folders, but no created mbox. I can definitely see the folders, but I cannot create a mbox file. What am I doing wrong? Help please. -----------------------------------------------------------------------------------------------------------------------------------------------------...