search for: unsuffici

Displaying 17 results from an estimated 17 matches for "unsuffici".

2011 Jun 22
3
Documenting variables, dataframes and files?
Every now and then I realize that my attempts to document what all dataframes consist of are unsufficient. So far, I have been writing notes in an external file. Are there any better ways to do this within R? One possibility could be to set up the data as packages, but I would like to have a solution on a lower level, closer to data. I can't find any pointers in the standard manuals. Suggestions...
2005 Apr 13
2
IMC
Hi, I'm trying to setup IMC (idealx management console) to give our windows admins some nice toy to play with, but I have problem to make it work. I can log in after I authentificate as Administrator, but, I can't modify any LDAP entries, as that fails with unsufficient privileges due to the IMC trying to bind to LDAP as logged in user (Administrator), instead of something like Manager,dc=... Is there any directive in imc.xml configuration file that i'm missing, or, how else could I make it work? My smbldap-tools are configured and work correctly.
2005 Jun 13
4
DNS & DHCP Management System
...would like know your opinion/solution based on CentOS. No Win auto/dynamic/smart (WI|D)NS/DHCP How do you manage DNS&DHCP (the informations filled in, not the server software) for hundreds or thousands of computers? For our network, just now we use homebrewed scripts, but they are getting unsufficient (cca. 700 machines). I found this: http://sauron.jyu.fi/ = Sauron - A Free DNS & DHCP Management System What are references for that? Good, bad, sufficient? Do you use something similar? Petr Kl?ma JIHOMILK a.s. Rudolfovsk? 246/83 370 50 ?esk? Bud?jovice Czech Rp...
2019 Jan 10
2
Online backup of domain fails
...a specific subcommand, please type: samba-tool domain backup <subcommand> (-h|--help) > - If you can work out the file it's failing on, then you could check if > 'samba-tool ntacl get' works for that file. We changed the loglevel to 10 and we didn't find any file with unsufficient permissions. Best Benedikt -- forumZFD Entschieden für Frieden|Committed to Peace Benedikt Kaleß Leiter Team IT|Head team IT Forum Ziviler Friedensdienst e.V.|Forum Civil Peace Service Am Kölner Brett 8 | 50825 Köln | Germany Tel 0221 91273233 | Fax 0221 91273299 | http://www.forumZFD...
2016 Mar 21
3
New intrinsic property IntrOnlyWrite
...f sense. > Another way you might consider slicing the problem is to introduce a > WriteOnlyArg property. When combined with ArgMemOnly, this would more > precisely model the pseudo store (right?) and is a better fit for the > memset/memcpy use case already handled in BasicAA. This is unsufficient for our use case. Let me try to explain with an example (also for your later comments). We have an intrinsic declare void @llvm.amdgcn.buffer.store.format.f32(float, <4 x i32>, i32, i32, i1, i1) #1 that stores a 32-bit value in a memory location that is described by a "buffer des...
2019 Jan 10
0
Online backup of domain fails
...ease type: samba-tool domain > backup <subcommand> (-h|--help) > >> - If you can work out the file it's failing on, then you could check if >> 'samba-tool ntacl get' works for that file. > We changed the loglevel to 10 and we didn't find any file with > unsufficient permissions. > > Best > > Benedikt >
2010 Apr 10
0
all in one server: xen/esxi + zfs storage + other server + pci passthrough
hello at the moment i have several esxi virtual-server with a unsufficient and slow storage-concept included (or i have to pay a lot of money). so i use separate zfs server (free nexenta + my napp-it web gui) as a nas/san server to store virtual machines on nfs shares. this two server concept is fine for our primary server but not for cost sensitive systems like tes...
2001 Mar 29
0
acces-problems for team-shares
...the share (net use x: \\servername\share-name\ ) and the client can browse the networkdrive (e.g. x:\) with it's explorer, but if he wants to open a file directly from within an application (e.g. MS-Word or so with the File-Open-Menue ) the client get a message which tells him that he has unsufficient permission to this networkdrive the linux-permissions i think are ok, the directroy-owner is root, the group-owners are the teams (one dir for each tema) , like this drwxrwx--- 6 root team 4096 Mar 9 12:06 TeamShare all users (which mount the share) are members of the group t...
2004 Jul 28
0
/etc/printcap
...that there is no driver available. The reason is, that in ntdrivers.tdb the entry for the driver corresponding to the printqueue is missing. If you give the printqueue a description in the /etc/printcap (or under cups), no matter what kind of, all works fine. This seems to me, as if there is an unsufficient parsing of the /etc/printcap, because all information needed is in, even when queuename and description are equal (like in 1)) System: SuSE 9.1 (2.6.5-7.95-default) Samba (3.0.2a-51) cups (1.1.20-103) Does anyone has the same problem?! Greetings Hermann -- ___ ___ _____ ___ ___...
2016 Mar 22
0
New intrinsic property IntrOnlyWrite
...r way you might consider slicing the problem is to introduce a >> WriteOnlyArg property. When combined with ArgMemOnly, this would more >> precisely model the pseudo store (right?) and is a better fit for the >> memset/memcpy use case already handled in BasicAA. > > This is unsufficient for our use case. Let me try to explain with an > example (also for your later comments). We have an intrinsic > > declare void @llvm.amdgcn.buffer.store.format.f32(float, <4 x i32>, > i32, i32, i1, i1) #1 > > that stores a 32-bit value in a memory location that is desc...
2019 Jun 20
1
Help on CRAM-MD5
Le 20/06/2019 ? 11:59, @lbutlr via dovecot a ?crit?: > On 20 Jun 2019, at 02:53, FUSTE Emmanuel via dovecot <dovecot at dovecot.org> wrote: >> There is plenty of context where TLS is not possible/desirable. > I?d say that is terrible advice. There are no reasonable contexts where is it is acceptable to send mail credentials without encryption. My users have had to use STARTTLS
2012 Aug 13
3
creation of package failed
Dear all I am trying to build a package, and get the error message: ""packaging into .tar.gz failed"". I have also installed the same package directly from a locally created zip file. In this case, the package is put correctly under C:\R\R-2.15.0\library. However, when I check the package, I get another error message, stating "ERROR: compilation failed for package".
2011 Apr 11
1
R CMD build --resave-data
Hi, More about the new --resave-data option As mentioned previously here https://stat.ethz.ch/pipermail/r-devel/2011-April/060511.html 'R CMD build' and 'R CMD INSTALL' handle this new option inconsistently. The former does --resave-data="gzip" by default. The latter doesn't seem to support the --resave-data= syntax: the --resave-data flag must either be
2019 Jan 09
2
Online backup of domain fails
Dear all, I use the Sernet Samba packages in version 4.9.3. I try to do an online-backup of my domain by: samba-tool domain backup online --server=ad2 --targetdir=/root -Uadministrator and I get the following error: Committing SAM database Setting isSynchronized and dsServiceName Cloned domain DOMAIN (SID S-1-5-21-1996849263-3223042488-349429296) ERROR(runtime): uncaught exception -
2006 Jul 16
6
Apache2.2 + Mongrel: what do you think about these perfs?
...:8000/stylesheets/img/logo.gif Result: 439 #/s 2) Through Apache2.2 and mod_proxy_balancer 2.1) Dynamic ab -n 100 -c 10 127.0.0.1/articles/list?category_id=2 Result: 6.38 #/s 2.2) Static ab -n 100 -c 10 127.0.0.1/stylesheets/img/logo.gif Result: 1703 #/s Which seems to be unsufficient for production use... So, what do you think? Is it normal? Did I do something wrong? In fact, I would be interested in points of comparison, and thoughts about these results. Thank you very much! Nauhaie -- Posted via http://www.ruby-forum.com/.
2016 Mar 19
4
New intrinsic property IntrOnlyWrite
Hi, I'd like to draw your attention to http://reviews.llvm.org/D18291, in which I propose a new intrinsic property for intrinsics that are lowered to instructions that mayStore, but are neither mayLoad nor hasSideEffects. This is relevant for AMDGPU, where we have store instructions that don't operate on pointers. The codegen backend understands these perfectly well as stores, and so
1999 Oct 05
0
SAMBA digest 2259
...inux/SAMBA server up and running. Everything works fine, > except the connection to 2 old DOS machines running MS DOS 6.22, > MS Client and Autocad R12. > > Autocad R12 is not able to create and write files to the server, > reading files works fine. The message of autocad is "Unsufficient > disk space". > > The DOS DIR-Command shows 0 bytes free, nevertheless there is > plenty of space on the server and it is possible to create files > manually. > > In a Windows NT DOS Box on another machine the free space available > on the server is displayed cor...