similar to: Winbind - loss of trust

Displaying 20 results from an estimated 130 matches similar to: "Winbind - loss of trust"

2008 Jun 10
2
Slow function
Hi, I have the following function that I want to apply to a list of 14 matrices (1536 x 170) of binary data: DRes <- function(x, nr = 10000, metric = "mixed", ...) { require(analogue) require(ade4) m <- c() for (i in 1:nr) { set.seed(i) x1 <- x[, sample(dimnames(x)[[2]], length(x[1,])/2)] x2 <- x[, !dimnames(x)[[2]] %in% dimnames(x1)[[2]]] d1 <-
2010 Jan 21
1
Merging and extracting data from list
Hello R-help group, I have a question about merging lists. I have two lists: Genes list (hSgenes) name chr strand start end transStart transEnd symbol description feature ENSG00000223972 1 1 11874 14412 11874 14412 DEAD/H box polypeptide 11 like 1DEAD/H box polypeptide 11 like 3DEAD/H box polypeptide 11 like 9 ;;
2004 Sep 23
3
iproute2 tool compiling problems.
Hi all. This is my first msg in this list, and I´d appreciate any help you could give me. I already compiled the kernel with the options to run iproute2 tools. But, when I download the iproute2-2.4.7-now-ss010824.tar.gz file from ftp://ftp.inr.ac.ru/ip-routing/ and try to compile it, I got too many errors. Here goes the output: server:/home/nathan/iproute2# make make[1]: Entering
2017 Sep 05
1
BUILTIN\Administrators - failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
To Rowland: > This was perfectly common, nobody thought this would ever be a problem,mainly because you had to have a user or group in /etc/passwd> or /etc/group mapped to a Samba. Now with AD, you do not need a user or group in /etc/passwd or /etc/group, so any user or group that uses the RID as a Unix ID is> probably too low and is denying the use of any local Unix users Yes, but where
2006 Jun 05
0
SOLUTION: Slow file transfers from Samba server
Here was the solution to my slow file-transfer problem from Scott. I coincidentally did have a HP Procurve 4000m (what are the chances), ended up swapping out the switch and presto. I can't believe I didn't try it before. Thanks again Scott. Here are some links I researched previous to this though that may help you. https://www.redhat.com/archives/fedora-list/2004-August/msg03799.html
2006 Dec 10
1
Full text search indexing
There are now two full text search backends in CVS HEAD: - squat: My own full text search index based on ideas from Cyrus Squat indexes. Supports substring searches. - lucene: Uses CLucene library. It should be pretty easy to add support for more backends. As I've explained a couple of times already, IMAP RFC says that searches are done by matching substrings, so the Lucene backend
2004 May 26
1
error compilling TC
Hi, I have a box with RH 7,2 upgraded to Fedora Core 1. with: kernel 2.4.26 iptables 1.2.9 gcc 3.2.2 In this momment I''m using a binary TC version, but when I try to compile, get errors in Make process. Any hints ? Bests. Andres. ----> iproute2-2.4.7-now-ss010824.tar.gz make[1]: Cambiando a directorio `/usr/local/src/iproute2/lib'' gcc -D_GNU_SOURCE -O2
2017 Sep 05
3
BUILTIN\Administrators - failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
Thank you both, Rowland and Louis. I'll try to answer you both and give you more info about our domain. Generally: In the past, we have Samba 3.5 NT4 domain on SLES server (designed ages before, never upgraded). In 2015 I finally decided to migrate to Samba 4 AD. In those day it was 4.2. samba-tool ntacl sysvolcheck was ok, no errors. AD worked (and working) as expected. This summer, I
2017 Sep 05
0
BUILTIN\Administrators - failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
Hai, I leave the advice about the uid/gid numbering to Rowland, i can not give a good advice on that. The script was made in such a way that it should not matter what uid/gids are where used. The script looks them up for you, but it must be error free so we are sure what is set is correct. If you look in the script, you see the four SID. DC_SERVER_OPERATORS="S-1-5-32-549"
2002 Oct 02
0
rsync hangs at the end of the work.
Ok, so I tried with -v -v and -v -v -v, but this does not give more clue, only much more useless log data. I still have the problem that with: rsync -v -auxHS --delete --force / /backup/ I get the following log: building file list ... done deleting var/cache/man/cat1/gcc.1.gz deleting var/cache/man/cat1/gawk.1.gz deleting var/account/pacct-20010930.gz deleting
2010 Aug 04
3
How to fix the SSL/https problem?
Schuttwegraeumer <wineforum-user at winehq.org> wrote: >Sent: Aug 3, 2010 11:21 AM >To: wine-users at winehq.org >Subject: [Wine] Re: How to fix the SSL/https problem? > >Is that usefull?: If you want us to tell you that you are doing this right, yes. For location of errors, no. > > >> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect start >> schutti
2017 Sep 05
3
BUILTIN\Administrators - failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
Thank you very much for clarifying the ID mapping "magic";) > You do not need 'posixgroup', it is an auxiliary objectclass of group, you can add any of the rfc2307 attributes without it. Well, is there any option to remove it? Because "posixgroup" is on every group that was migrated from Samba 3. And I cannot edit this attribute in ADUC (delete button is grayed).
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file <parking.h>. It cannot compile on * 1.0.X (I have tried also to include <features.h> instead of <parking.h> (as far as I know features.h is successor to parking.h), but still without results). Thanks anyway. Nenad > > Try this > >> Since www.bkw.org seems not to exist anymore (getting
1998 Aug 08
0
Apache bug, eats memory...
Hi, the following pieces of mail came by on BugTraq. It appears that Apache (1.2.5 and 1.2.6 tested, 1.3 is vulnerable according to Ben Laurie [Apache member]) doesn''t handle the case, when there are a lot (say 10000) of "User-Agent:"-headers. (other headers could also work!). An exploit with source-code was posted on BugTraq. excerpts from the mail by
2000 Apr 13
0
YPServ uses a lot of CPU, why?
Hello, Sometimes 'ypserv' uses a lot of CPU in our Samba machine. Here is a capture of the output: load averages: 7.11, 4.71, 4.18 19:19:03 242 processes: 2 running, 3 waiting, 102 sleeping, 133 idle, 2 zombie CPU states: 20.0% user, 0.0% nice, 80.0% system, 0.0% idle Memory: Real: 100M/242M act/tot Virtual: 98M/824M use/tot Free: 664K PID
2006 Apr 09
3
Conntrack, nat and multipath - what is wrong here?
I have a gentoo 2.6.14 box with 4 nics, LAN/DMZ/PUB1/PUB2 LAN and DMZ have a 1918 /22 each, PUB1 and PUB2 have a /29 each of which 5 ips are assigned. Using the mangle table, I give all packets a mark (according to local policies) in the range 1-10. Using ip rule, i pass marks 1-5 through the pub1 route table, and marks 6-10 through the pub2 routing table. Using the nat table, I SNAT to one
2006 Jun 03
1
Slow file transfers from server to XP clients
Hey everyone, I'm sure this topic has been discussed, but I've looked through history and done google searches and just haven't found a resolution yet so I'm hoping the experts can help me. Running Fedora Core 5 and Samba ??? Not sure the version off-hand. Clients are XP Professional The problem is miserably slow file transfers from the server to the XP clients (and it's
2016 Mar 07
2
"Tick-counting" vs "Tick-less" timekeeping issues on VMs emulating BIOS PCs
>>> ... Bottom line; There are timing issues with TFTP transfers on VM machines emulating BIOS hardware. Probably the interrupt based timer is not the culprit; now I'm working on /core/fs/pxe/core.c trying to see if there's something wrong there. Best, Patrick <<< I've been working on this issue, I have tested the timers, and as you guys mentioned before they
2009 Jul 17
0
Wine release 1.1.26
The Wine development release 1.1.26 is now available. What's new in this release (see below for details): - Still more translation updates. - Faster bitmap stretching using XRender. - Proxy support in WinHTTP. - Many more JScript functions. - Various bug fixes. The source is available from the following locations: