search for: simon

Displaying 20 results from an estimated 5843 matches for "simon".

2006 Jul 16
3
bug in 1.0RC2?
...dovecot 1.0RC2. This didn't happen with former versions. There are imap processes that are left open a long while after the client disconnected. I am running dovecot on OpenBSD 3.8. Below is the output of a process list. As you can see, there are many imap processes for the same login running. simon 11593 0.0 0.1 924 1140 ?? I 12:21PM 0:00.48 imap [simon 24.43.241.184] juha 1376 0.0 0.2 1936 2212 ?? I 12:25PM 0:01.36 imap [juha 203.114.146.110] n 26989 0.0 0.1 1060 1292 ?? I 2:18PM 0:00.47 imap [n 85.201.63.39] n 30256 0.0 0.5 5124...
2013 Mar 05
1
Reading outdated .Rprofile file
Hi there: I'm having a weird problem with my startup procedure. R.app is reading an unknown .Rprofile file. First, I'm on a Mac Os 10.6.8 running R.app 2.15.0 On startup > getwd() [1] "/Users/simon" But: the contents of my .Rprofile file in my home directory when viewed with a text editor are: .First<-function() { source("/Users/simon/Documents/R/functions/trim.leading.R") source("/Users/simon/Documents/R/functions/trim.trailing.R") source("/Users/s...
2013 Oct 17
2
Many "smbd" process with "D" uninterruptible sleep status
...ta in my PC(windows) frequently. And last night I found that samba can't work. After logined to samba server and found that there's 91 smbd processes with status "D" totally. # ps 169 root 0 SW [pdflush] 170 root 0 DW [pdflush] .... 29534 simon 20608 D /sbin/smbd -D 29548 root 2792 D /bin/sync 30160 simon 20608 D /sbin/smbd -D 30474 simon 20608 D /sbin/smbd -D 30496 simon 18676 D /sbin/smbd -D 30673 simon 20504 D /sbin/smbd -D 30810 simon 20504 D /sbin/smbd -D 31302 simon 20608 D /sbin/smbd -D 31965 si...
2005 Oct 20
3
numerical issues in chisq.test(simulate=TRUE) (PR#8224)
Hi, This report deals with p-values coming from chisq.test using the simulate.p=TRUE option. The issue is numerical accuracy and was brought up in previous bug reports 3486 and 3896. The bug was considered fixed but apparently was only mostly fixed. Just the typical problem of two values that are mathematically equal not ending up numerically equivalent. Consider this series of three 2x2
2006 Sep 14
1
digits in summary.default
...345678.0 Is it possible to adapt the number of significant digits to the magnitude of the data? The first thing that comes into my mind is digits = nchar(trunc(max(x))) # If it is not possible then I think it would be nice to mention the issue in the documentation. Thanks for the attention, Simone > R.version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 3.1 year 2006 month 06 day 01 svn rev 38247 language R version.string Version 2....
2015 Oct 17
2
More information about - Dovecot 2.2.x quota mysql and dict
Thanks for your answer, Timo! :) I send to you my configoration for reproducing. Please, follow the link, because configuration is a very big, there will be more easy to read and understand My configuration Dovecot 2.2.19 <http://www.heypasteit.com/clip/28CW> Below the same my configuration Dovecot 2.2.19 here. BEGIN of configuration --------------------- # doveconf -n # 2.2.19:
2005 Apr 21
1
.Fortran() again
Hi, First ,please excuse my poor English. Can someone help me on reading fortran binary object under R? I was trying to read mm5 data under R. However, I seem to stuck at reading fortran binary file storing met. data array. At the beginning, I used readBin() to read mm5 output directly with the following command. #mmout is a mmout file generated with mm5
1997 Jul 31
0
Passwords fail from Win95 but not from DOS (Samba 1.9.16p11/NetBSD)
...he password is correct (works from the DOS client) and the username/passwords are the same on the PC & Sun. So, looks like a problem with the Win95 client config? Hmmmm..... Turned on debugging and it looks like the Win95 client is not passing the password to samba: parsing net-path \\ZEPPO\SIMON, passlen=0 Got device type ????? 07/31/97 02:01:27 invalid username/password for simon 07/31/97 02:01:27 error packet at line 131 cmd=117 (SMBtconX) eclass=2 ecode=2 this is using the NT LM 0.12 protocol (the default?). I noted that the DOS client used DOS LM1.2X002, I added a 'protocol =...
2016 Mar 24
2
Winbind doesn't honor rfc2307 data set in AD (Samba 4.3.6 on Debian jessie)
...bind enum users = yes winbind enum groups = yes [...] # cat /etc/nsswitch.conf passwd: compat winbind group: compat winbind [...] # getent passwd [...] VBOX\administrator:*:0:100::/home/VBOX/administrator:/bin/false VBOX\krbtgt:*:3000017:100::/home/VBOX/krbtgt:/bin/false VBOX\simone:*:10000:100:Simone Rossetto:/home/VBOX/simone:/bin/false VBOX\guest:*:3000011:100::/home/VBOX/guest:/bin/false VBOX\dhcp:*:3000044:100::/home/VBOX/dhcp:/bin/false # getent group [...] VBOX\domain admins:x:3000008: VBOX\domain users:x:100: VBOX\domain guests:x:3000012: [...] The user VBOX\dhcp h...
2004 Jun 10
10
Automating calls
Hello I have heard that i can put a file in a certain directory to get * to initiate a call. Is this true ? if so where would i look ? Best Regards Simon Garvey
2009 Jun 08
14
script help - '3rd last field'
Hi I need some logic to work out a value for me - this value is _always_ the 3rd last field in a string seperated by '.' but the string could be 5 or 6 fields long, e.g foo.bar.VALUE.baz.lala foor.bar.gigi.VALUE.baz.lala I need to find VALUE - if this were python or something i could do it but this has to be in shell - Any clues? thanks
2013 Feb 01
2
how to setdiff on lists of lists
...s result another list of lists like: > res [[1]] [1] 1 2 [[2]] [1] 4 6 I am trying: lapply(aa, setdiff, bb) but I simply get "aa" back as result. Could you please point me in the right direction about the combination of functions that I need to accomplish this task? Best regards, Simone -- Simone Gabbriellini, PhD PostDoc at DISI, University of Bologna mobile: +39 340 39 75 626 email: simone.gabbriellini at unibo.it home: www.digitaldust.it DigitalBrains srl Amministratore mobile: +39 340 39 75 626 email: simone.gabbriellini at digitalbrains.it home: www.digitalbrains.it
2007 Apr 06
1
getConnection is not found in R depending on the Linux flavour (RedHat or Debian) - dyn.load problems
...hared -o test.so alignment.o getzlibsock.o kaks.o util.o zsockr.o -lR -lz -L/usr/lib/R/lib -lR Loading the dynamic library: .... > dyn.load("test.so") Erreur dans dyn.load(x, as.logical(local), as.logical(now)) : impossible de charger la biblioth?que partag?e '/home/simon/seqinr_in2p3/seqinr/src/test.so': /home/simon/seqinr_in2p3/seqinr/src/test.so: undefined symbol: getConnection > .... However the dll libR.so exists in the "/usr/lib/R/lib" path: ls /usr/lib/R/lib libRlapack.so libR.so But the libR.so does not seems to contain getConnection:...
2015 Apr 03
2
[LLVMdev] [lld][RFC] TargetLayout class removing
...> I'm wondering if we even need TargetLayout. > > DefaultLayout is the only derived class of Layout. TargetLayout is the only > derived class of DefaultLayout. It looks like we can merge Layout, > DefaultLayout and TargetLayout into one. > > On Fri, Apr 3, 2015 at 12:36 PM, Simon Atanasyan <simon at atanasyan.com> > wrote: >> >> Hi Rui, Shankar, >> >> Do we really need empty TargetLayout class? No we have the following >> hierarchy: >> >> Layout <- DefaultLayout<> <- TargetLayout<> <- xxxTargetLayout&lt...
2003 Nov 22
3
summary.manova and rank deficiency
...ata for 64 variables. The design is a 2*2 factorial with 10 replicates per treatment. Looking at the code for summary.manova, the error involves a problem with qr(). Does anyone have a suggestion as to how to deal with this error? The analysis works fine when there are only 32 variables. Thanks, Simon. Simon Blomberg, PhD Depression & Anxiety Consumer Research Unit Centre for Mental Health Research Australian National University http://www.anu.edu.au/cmhr/ Simon.Blomberg at anu.edu.au +61 (2) 6125 3379
2015 Jun 05
2
iMAC does not shutdown
Thanks, yes from macports. Sent from my iPhone > On 05 Jun 2015, at 04:21, Charles Lepple <clepple at gmail.com> wrote: > > >> On Jun 4, 2015, at 10:41 AM, Simone Severini <severini.simone at gmail.com> wrote: >> >> Thanks for your help! >> In red below. >> Cheers >> simone >> >> >> >>> On Thu, Jun 4, 2015 at 2:45 PM, Charles Lepple <clepple at gmail.com> wrote: >>>> On Jun...
2015 Feb 27
2
[LLVMdev] Walking thru CallGraph bottom up
Hi Simon, > From: Simone Atzeni <simone.at at gmail.com> > To: John Criswell <jtcriswel at gmail.com> > Cc: llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] Walking thru CallGraph bottom up > Message-ID: <318EBA41-2040-4EFE-B330-5813C817C2A2 at gmail.com> > Content-Type:...
2019 Apr 20
3
User mapping/login issue
...of a VPN (OpenVPN). At some point in "recent" history, access to shares on the Centos server started to fail with password failures. The reason seems to be associated with user mapping. (See log fragment below). I have added entries to smbusers trying to map the remote user to local user simon without success. There is no windoze domain server involved. The clients can FTP to the server and retrieve emails via IMAP. What am I missing? [2019/04/18 16:10:52.327632, 3] ../source3/auth/auth.c:189(auth_check_ntlm_pass word) check_ntlm_password: Checking password for unmapped user [SIMON-...
2014 Apr 02
4
[LLVMdev] [yaml2obj] ELF relocation support
Hi, On Wed, Apr 2, 2014 at 1:03 AM, Michael Spencer <bigcheesegs at gmail.com> wrote: > On Mon, Mar 31, 2014 at 10:54 AM, Simon Atanasyan <simon at atanasyan.com> wrote: >> As far as I understand now it is impossible to generate ELF object >> file with relocation sections using yaml2obj tool. I plan to support >> ELF relocations in the yaml2obj. Does anybody work on it already or >> plan to sta...
2018 Jun 15
3
Codeowner for MIPS
Dear community, I will be leaving MIPS on the 20th to pursue other LLVM based endeavours. As such, I am stepping down as code owner. My apologies for the timing with regard to the current release, I had hoped that the process would have be complete by then. I would like to nominate Simon Atanaysan as the new code owner for the MIPS backend. Thanks, Simon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180615/73cc06be/attachment.html>