search for: prova

Displaying 20 results from an estimated 95 matches for "prova".

Did you mean: prove
2017 Jun 01
2
Possible RENAME bug
...pears magically! Here is the IMAP trace to reproduce: *** ON ACCOUN RECEIVING SHARED FOLDER *** PREPARE A FOLDER IN SHARED TREE WITH JUST ONE CHILD "aaaa" *** THEN RENAME aaaa FOLDER TO bbbb *** AFTER "OK Rename" FOLDER IS NOT PRESENT IN LIST A3 LIST "" Shared/gabriele.prova at sonicle.com/Junk/aaaa * LIST (\HasNoChildren) "/" Shared/gabriele.prova at sonicle.com/Junk/aaaa A3 OK List completed. A4 RENAME Shared/gabriele.prova at sonicle.com/Junk/aaaa Shared/gabriele.prova at sonicle.com/Junk/bbbb A4 OK Rename completed. A5 LIST "" Shared/gabriele.pr...
2002 Oct 08
2
name_query failed to find name
Hello, I am hoping someone can help me.... I am trying to configure my samba...and the problem is the following: When I use nmblookup with -B option and Broadcast address it is impossible to find my samba server (named prova) that is: # nmblookup -B 10.254.14.127 prova querying prova on 10.254.14.127 name_query failed to find name prova If I do the same lookin up to another machine different from my samba server, then it is ok: # nmblookup -B 10.254.14.127 my_win_client querying my_win_client on 10.254.14.127 10.254...
1999 Sep 22
1
dates screwed up, help!
...;touching" or creating files everything behaves strangely, that is the date is not created as it should. In the remote directory, I have some cpp files created and the related executable. All this was done in September, but have a look at heir dates: [massimo, Random Breakage (545)]$ ls -l prova* -rwxr-xr-x 1 massimo root 18456 Mar 15 2031 prova -rwxr-xr-x 1 massimo root 946 Jun 9 2035 prova.cpp -rwxr-xr-x 1 massimo root 945 Aug 15 1909 prova.cpp~ -rwxr-xr-x 1 massimo root 2544 Sep 22 1912 prova.o Although the date looks fine. [massi...
2007 Dec 03
3
overlapping labels
...ing labels alternatively above and below the plotted curve), or whether I should use another set of graphical functions (grid or lattice packages). Does anybody have suggestions? Thank you, Filippo Biscarini PS: These are the lines of codes that I have been using to generate the plot. plot( prova$x, prova$y, type="b", mar=c(0.5,0.5,0.5,0.5), xlab="basepairs", ylab="" ); text( prova$x, prova$y, prova$lab, pos=3, offset=2, cex=0.5 ); [[alternative HTML version deleted]]
2002 Nov 11
1
MSDFS...
...my possible wrong configuration or if are "feature" of MSDFS: -as described into the documentation I compiled a Samba version with --with-msdfs and this smb.conf (server 172.26.11.236). The configuration file is: [Global] host msdfs = yes [dfs] path = /mnt/disk msdfs root = yes [prova] comment = Test per syslog path = /home/prova browseable = yes writable=yes valid users = prova - then I added this share to a standard (Mandrake 8.2) Samba packet (172.26.11.9) [prova] comment = Test per syslog path = /home/prova browseable = yes writable=yes valid users = prova -Int...
2007 Nov 15
2
counting strings of identical values in a matrix
Hello I have this problem. I have a large matrix of this sort: > prova [,1] [,2] [,3] [,4] [1,] 3 3 3 3 [2,] 3 3 3 1 [3,] 1 3 3 3 [4,] 1 1 1 3 [5,] 3 1 1 3 [6,] 3 1 1 3 [7,] 1 3 1 3 [8,] 1 3 3 3 What I want to do is to count the number of sequences of ones and stack...
2009 Jun 30
5
[Bug 1616] New: root owned empty subdirs are deletable by chroot users
...OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sftp-server AssignedTo: unassigned-bugs at mindrot.org ReportedBy: giulius at gmail.com Successfully created a chroot sftp user and his structure: nomad:~# grep prova /etc/passwd prova:x:1000:107:,,,:/:/bin/false nomad:~# grep ftponly /etc/group sftponly:x:107: nomad:~# less /usr/local/test_openssh/etc/sshd_config ... Subsystem sftp internal-sftp Match User prova ForceCommand internal-sftp ChrootDirectory /siuvar/chroots/prova/ AllowTcpForwarding no X1...
2013 Jan 23
3
dovecot 2.1.13, proxy and nologin extras field
...=192.168.129.109#011rip=192.168.44.31#011lport=143#011rport=53754 Jan 23 09:16:33 localhost dovecot: auth: Debug: client passdb out: CONT#0111#011 Jan 23 09:16:33 localhost dovecot: auth: Debug: client in: CONT#0111#011AHByb3ZhZm0AY2hlcGFsbGU= Jan 23 09:16:33 localhost dovecot: auth: Debug: ldap(prova,147.122.44.31,<PsbzT/DT+gCTeiwf>): pass search: base=ou=People,dc=example,dc=it scope=subtree filter=(&(objectClass=qmailUser)(uid=prova)(accountStatus=active)) fields=uid,userPassword,uidNumber,gidNumber,uid,uid Jan 23 09:16:33 localhost dovecot: auth: Debug: ldap(prova,192.168.44.31...
2002 May 10
2
RODBC for importing dbf
...saving the data as csv, for instance. However, I have several hundreds of files to do that. So, I thought of using RODBC to read the dbf files and save it as data.frame. However, I cannot even start (this is my first time using such package): > library(RODBC) > bdades <- odbcConnect("prova.DBF") Warning message: ODBC connection failed in: odbcConnect("prova.DBF") > dir(pattern="pr") [1] "prova.DBF" My idea was to use sqlFetch(bdades) to create an R data.frame. I'm using R on Windows. I can open the file prova.DBF with Excel without any probl...
2001 May 31
1
Building shared libraries under Windows
I didn't manage to build a c shared library under Windows. I used rcmd shlib both with a source file and with an object file, but I got error messages in both cases. I get the same error messages both using a Dos shell and Cygwin. If I use the source file, I type: rcmd shlib prova.c and what I get is: make[1]: `libR.a' is up to date. windres --include-dir C:/R/RW1021/src/include -i prova_res.rc -o prova_res.o windres: no resources make: *** [prova_res.o] Error 1 If I use the object file, I type: rcmd shlib prova and what I get is: make[1]: `libR...
2013 May 29
1
Strange Beauvoir with hard and soft link
How to is possible this? > [root at lucatest ~]# ls -lid /var/log /var/log/ispconfig /var/log/ispconfig/httpd /var/log/ispconfig/httpd/prova.it /var/log/ispconfig/httpd/prova.it/test /var/www /var/www/clients /var/www/clients/client1 /var/www/clients/client1/web3 /var/www/clients/client1/web3/log /var/www/clients/client1/web3/log/test > 706 drwxr-xr-x. 15 root root 4096 29 mag 08:44 /var/log > 69619 drwxr-xr-x 3 root root 40...
2005 Apr 07
1
how to print error message in batch mode
Dear list, I am using R in batch mode: $ R -q --no-save < prova > output the input file "prova" has these commands: data(USArrests) x<-USArrests hist(x) of course, the command hist(x) produces an error. The error message is: Error in hist.default(x) : `x' must be numeric. Is there the possibility to save this error massage in the "o...
2006 Sep 19
1
Problem with large files
...ted. open_mode = 0x8000 [2006/09/19 10:29:41, 10] smbd/nttrans.c:map_share_mode(480) map_share_mode: Mapped desired access 0x20189, share access 0x7, file attributes 0x80 to open_mode 0x8040 [2006/09/19 10:29:41, 5] smbd/filename.c:unix_convert(108) unix_convert called on file "s-comp/IFOM/PROVA/Caschetto.tib" [2006/09/19 10:29:41, 10] smbd/statcache.c:stat_cache_lookup(210) stat_cache_lookup: lookup failed for name [S-COMP/IFOM/PROVA/CASCHETTO.TIB] [2006/09/19 10:29:41, 10] smbd/statcache.c:stat_cache_lookup(210) stat_cache_lookup: lookup failed for name [S-COMP/IFOM/PROVA] [2006...
2017 Dec 15
1
Dovecot path separator clarification
Hi Friends, On Debian Jessie and Dovecot 1:2.2.x using the default separator "/" (simply leave commented 10-mail.conf -> "#separator =") I've create for a vuser (from client) a subfolder Scuola/prova on server side, Dovecot create: ../Maildir/.Scuola.prova Here my question: why not ../Maildir/Scuola/prova ? Where I'm wrong? Many thanks! Davide
2003 Sep 17
1
the name of a variable in a function
Dear collegues, How can I get the name of a variable (and not the variable) within a function ? For instance, in the following function, I'd like to create a variable in the dataframe df with the same name to the variable passed in var: prova <- function( var ) { df <- as.data.frame(matrix(nr=20,nc=0)) df[["here"]] <- seq(min(var), max(var), le= 20) # df } for instance, a <- 1:50 prova(a) should give a dataframe with a variable called a (df$a) Thanks in advance Juli
2004 Aug 04
1
load shared object
Hi all, i have some problem in using shared objects. I tried the example found in "Writing R Extension", pg. 33 I used the .c file prova.c : ------------------------------------------------------------------- #include <R.h> #include <Rinternals.h> void convolve(double *a, int *na, double *b, int *nb, double *ab) { int i, j , nab = *na + *nb - 1; for (i = 0; i < nab; i++) ab[i] = 0.0; for (i = 0; i < *na; i...
2008 Dec 09
2
problem with Vista
Hello, I want to import a txt table into R but the software give me this message. I have windows vista. Errore in file(file, "r") : cannot open this connection Besides: Warning message: In file(file, "r") : cannot open file 'C:/Users/Vincenzo/Desktop/prova/prova.txt': No such file or directory thank you ********************************************************** Vincenzo Landi Post Doctorate student Animal genomic and breeding cell:0039/339538871@X@le="font-family: comic sans ms;">Fax. 075-5857122 [[alternative HTML v...
2023 Aug 29
1
GlusterFS, move files, Samba ACL...
On Tue, 29 Aug 2023 15:44:35 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > >> In samba the share is: > > I wish people wouldn't do this, if you are going to post a share, > > please post the global section as well. > > Sorry. > > # Global parameters >
2011 Feb 11
1
accept_nested_attributes, reject_if doesn't work.
...} has_many :comments, :dependent => :destroy has_many :tags accepts_nested_attributes_for :tags, :allow_destroy => :true, :reject_if => proc { |attrs| attrs.all? { |k, v| v.blank? or v.nil? } } end rails c irb(main):001:0> post=Post.first => #<Post id: 1, name: "prova", title: "titolo prova", content: "prova 1", created_at: "2011-02-01 10:03:10", updated_at: "2011-02-01 10:03:10"> irb(main):002:0> post.tags.create() => #<Tag id: 5, name: nil, post_id: 1, created_at: "2011-02-11 13:19:22", update...
2008 Nov 11
2
Fwd: Permissions in chroot SFTP
...ommand internal-sftp ChrootDirectory /home/%u AllowTcpForwarding no When a user is logged in, he can't upload his document and he receives this message: carlo at Music:~$ sftp user at 213.217.147.123 Connecting to 213.217.147.123... user at 213.217.147.123's password: sftp> put prova Uploading prova to /prova Couldn't get handle: Permission denied sftp> Here the directory permissions: [root at sftp-server ~]# ls -la /home/user/ total 24 drwxr-xr-x 6 root sftp 4096 Nov 10 18:05 . drwxr-xr-x 54 root root 4096 Nov 10 16:48 .. OK, my user is a sftp group member, and th...