search for: coult

Displaying 10 results from an estimated 10 matches for "coult".

Did you mean: could
2013 Feb 27
1
net rpc share allowedusers gives "Coult not query secdesc for share"?
Hi all, [Please CC me in reply, I'm not subscribed] On two of our machines, "net rpc share allowedusers" gives the error "Coult not query secdesc for share", partial debug log (-d10) below. The servers are both running Windows Server 2008 R2 Standard 6.1 but we have other servers running the same version of Windows so I don't think that is the issue. This is definitely not a password issue since changing the pass...
2012 Sep 29
1
Problems with stepAIC
Dear help community, I'm a R-beginner and use it for my master thesis. I've got a mixed model and want to analyse it with lme. There are a lot Cofactors that coult be relevant. To extract the important ones I want to do the stepAIC, but always get an error warning. Structure of my data: data.frame': 72 obs. of 54 variables: $ Block : Factor w/ 3 levels "A","B","C": 1 1 1 1 1 1 1 1 1 1 ... $ Treatmen...
2007 Mar 06
1
libnss_winbind.so AIX 5.3
...efix=/usr/local/samba --with-ads --with-winbind --with-ldap --with-libsmbcl --with-pam When i look into the source/nsswitch directory after the make, i do not have a libnss_winbind.so. What am i doing wrong? Has anyone an idea how i could solve the problem? I do not find any information how i coult genertate the file in an other way. Regards Markus -------------------------- VERTRAULICHKEIT: Diese Nachricht ist ausschlie?lich f?r denjenigen bestimmt, an den sie adressiert ist und kann vertrauliche Informationen enthalten. Falls Sie nicht der Empf?nger dieser Nachricht sind,...
2007 Oct 13
1
using cifs to access posix acl from a linux client
Hi, We would like to mount a Linux server running samba using a cifs mount from a linux client (linux->linux) and still be able to access the extended attributes. Acl's work on the native filesystem, however when we mount the samba server on the Linux client using mount -t cifs //localhost/test test -o username=xxx Then the extended attributes are no longer visible, only the default
2018 May 28
2
weird messages in logs
> Manpage says that 'usershare max shares' is just at '0' as default, but > i'll give it a try and report back. OK, seems to work, log error desappeared. I can fire up bug for the manpage?! -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG - Via della Bontà, 7
2008 Apr 02
2
Memory use and a few other things
Hello, First of all thanks a lot for working on this free nvidia driver. 1.) I am using Fedora9-Beta, and on my NV17/64mb (or NV18?) powered Laptop the nouveau driver uses about 300mb RAM. Is there any way I can decrease that? 2.) Font rendering is very slow. running "x11perf --aa10text" I only get 40k glyphs/s. Is there any way I can improve text performance? 3.) I would like to
2018 May 29
6
weird messages in logs
...e default) user defined shares are ignored. Default: usershare max shares = 0 > Still, I can't fathom why some machines are trying to access > non-existing shares named with a username with the last character > chopped off... This is effectively strage... but coult be only a minor bug in some printf() call in logging.. anyway strange... -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia'' http://www.lanostrafamiglia.it/ Polo FVG - Via della Bontà, 7 - 33078 - San Vito al Tagliamento (PN)...
2007 Jan 18
13
[PATCH 0/5] dump-core take 2:
The following dump-core patches changes its format into ELF, adds PFN-GMFN table, HVM support, and adds experimental IA64 support. - ELF format Program header and note section are adopted. - HVM domain support To know the memory area to dump, XENMEM_set_memory_map is added. XENMEM_memory_map hypercall is for current domain, so new one is created. and hvm domain builder tell xen its
2017 Jan 29
2
[PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
AI_CANONNAME is only relevant when the resulting official name is used, which is not the case in tftpd for the address to bind to. Also AI_ADDRCONFIG isn't helpful. This flag is good for sockets used to connect(2) somewhere. But for listening sockets it makes tftpd fail to start when -a 0.0.0.0:69 is passed and no network device is up yet. This addresses Debian bug
2017 Feb 02
2
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
...if (err) { > > printf("Warning: %s\n", gai_strerror(err)); > > printf("%s: unknown host\n", argv[1]); > > Up to this point, this patch doesn't actually change the existing > operation in any way. Right. This coult be accomplished with a less intrusive patch that assumes AI_CANONNAME | AI_ADDRCONFIG if name (i.e. the 3rd argument) is non-NULL. YMMV. > But in what follows ... > > > diff --git a/tftpd/tftpd.c b/tftpd/tftpd.c > > index 364e7d2303e0..db22426edbb9 100644 > > --- a/tftpd/t...