similar to: mandatory profiles - again

Displaying 20 results from an estimated 600 matches similar to: "mandatory profiles - again"

2003 Nov 12
5
repeat until function
Hi, I'm in this situation: I what to generate N random numbers(integer) that are different from each other. One suggestion: tabel <- rep(NULL, N) for (i in 1:N){ temp <- as.integer(runif(1,1,max)) if(temp in tabel) { repeat (?) (temp <- as.integer(runif(i,i,max))) until (?) ((temp in tabel) ==FALSE) } else{ tabel[i] <- temp} I can't use
2004 May 18
0
zaphfc Compile Error
Hi Running slackware 9.1 with compiled kernel patched to 2.6.6 running ok. Having problems compiling zaphfc.c First thing was the can't find "irq_vectors.h", but "solved" by changing the #include "irq_vectors.h" to #include "mach-default/irq_vectors.h" in /usr/src/linux/include/asm/ directory. But I still have errors with "structure has no
2005 Mar 05
1
Block anonymous calls
Hi. I am trying to set up my Asterisk box to block anonymous calls. I am having some grief from telemarketer calls to my number and I would like to block it. I see from my CDR's that some of my callers also have "unknown" in their FROM field. I would like to let them through. Only block the FROM "anonymous" that the telemarketers use. Have anyone here done it and
2004 Jun 09
1
installation problems
Hallo! I am trying to install rsync on fedora core2. When I run ./configure I get the following error message: [root@testserver rsync-2.6.2]# ./configure configure: Configuring rsync 2.6.2 checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking target system type... i686-pc-linux-gnuoldld checking for gcc... no checking for cc... no
2004 May 14
2
Help needed with bri-stuff.0.02. slw91 k2.6.5
Running slackware 9.1 with compiled kernel from source 2.6.5 running ok. I have 2 HFC-S chipbased Billion Bipac PCI ISDN BRI cards installed in PC. Would like to use one card as in TE and one in NT mode. System works fine running pbx4linux.But want to use SIP functionality, so I would like to try out the Asterisk. Trying to install the bri-stuff.0.0.2.tar.gz (May 10 2004)package, getting the
2004 May 27
0
HFC-S BRI Slack9.1 kernel 2.6.6 "Guide" bri-stuff.0.0.2
Hi ""noobs"" and others(like me). I've been struggling for hours,days,days,days.... to get my Asterisk work with 2x HFC-S BRI cards. One card for use in NT-mode for connecting my ISDN DECT phone,and one card as gateway to PSTN. Now it'works,and I just want to share some of the experience with others. I'd guess there must be 'Somebody Out There' having
2009 Jan 14
1
RE: return codes ?
Hey I have just installed Samba 3.2.7 on my Debian 4.0 with compile. But I'm trying to to join my Windows AD, and samba returns Using short domain name -- UNDERVISNING Joined 'MAIL' to realm 'UNDERVISNING.LOCAL' return code = 0 First I got return code = -1 I just assumed that this was bad, so I powered on, but now I get return code = 0 but I still can't get any user
2009 Jan 05
0
HELP: Samba + Windows Server 2003 SP2 AD/DC
Hey, I don't know if this is the right list to ask this question in, but I have tried on the IRC (irc.freenode.net #samba) and people on there advised me to try here instead. I have: Debian 4.0r4 Samba version 3.0.24 - mail.birke-gym.dk - 10.3.16.1 krb5 Version 1.4.4-7etch6 Kernel Version 2.6.18-6-amd64 A Windows Server 2003 SP2 with AD/DC - bgdc.birke-gym.dk - 10.3.17.1
2005 Feb 01
3
Creating mandatory profiles (not making profiles mandatory)
Hi, is it possible to create the user profiles by copying a template, change file ownership and modify the SID in NTUSER.DAT using the profile tool? We have many problems with broken profiles. This has become time consuming and frustrating - when a user experiences an error or weird behaviour of an application I can never be sure wether the cause is a "wrong user error", a broken
2014 Jul 03
2
How to install Vennerable
Hi, I'm new to using R and would like to use Vennerable to process my data and make Venn diagrams. However I cannot seem to install the package. If I enter the command install.packages("Vennerable", repos="http://R-Forge.R-project.org") I get the following message: package ?Vennerable? is available as a source package but not as a binary Warning Message: package
2011 Oct 02
1
generating Venn diagram with 6 sets
Dear r-helpers, Here I would like to have your kind helps on generating Venn diagram. There are some packages within R on this task, like venneuler, VennDiagram, vennerable. But, vennerable can not be installed on my Mac book. It seems VennDiagram can not work on my data. And, venneuler may have generated a wrong Venn diagram to me. Do you have any experience/expertise on those Venn diagram?
2010 Jul 13
0
Modify the plotting parameters for Vennerable obj.
Dear List, I would like to modify the settings for plotting a Vennerable object, but I don't know how...so if anyone has an idea I would be really graetfull. best, Fabian some R code to illustrate my problem: #### library(Vennerable) ven <- compute.Venn(Venn(SetNames=c("A", "B"), Weight=c(0,111,106, 26))) # now my problem is that whenever I plot the object, the
2011 Dec 02
0
Save Venn-diagram (Vennerable) together with table and plot in single pdf page
Dear R-users I want to save a list with characters a point plot and a Venn diagram in a single pdf page. I am successful to do this when I use a character list and two point plots. However when I try to replace the first point plots with my Venn diagram (built with Vennerable package, compute.Venn() and plot.Venn()) the Venn plot will not position at the right place in the pdf. I guess there
2012 Dec 03
0
Creating Venn-like intersections for multiple data sets: Vennerable Package help
I was wondering if you could lend me some advice in using the Vennerable package. I am having trouble creating the right sort of Venn function output. I have "TRUE" and "FALSE"/NA str(mutset) 'data.frame': 2310 obs. of 3 variables: $ TestResult.1 : chr NA NA NA NA ... $ TestResult.2 :chr NA NA NA NA... $ TestResult.3
2007 Apr 26
2
Automatic printer download
Hallo! I am running samba-3.0.10-1.4E.11 on centOS. I want to enable the automatic printer download feature, but are running into problems. I have tried to work it out from samba by example, but since the automatic driver download is bundeled togehter with ldap (which I am not using), this does not get me anywhere. Can anyone direct me to a good howto on this - one that will make things work! I
2010 Apr 14
1
Problem trying to plot Vennerable object
Hi, I'm new to the list so apologies if this has been asked before. I couldn't find any refs in google. I recently installed the Vennerable library from Rforge, this required an upgrade of R to 2.10.0 by the 'pylr' dependency. However, a very simple command fails: Vcomb <- Venn(SetNames= c("EOCT", "EOCM"), Weight=c(0, 11841, 24084, 24660)) plot(Vcomb)
2005 Jan 21
1
Why does nobody answere??? WG: username map - same problem
regards Mathias Wohlfarth EDV-Beratung Thomas-Mann-Str.1 53111 Bonn Tel. +49 172 / 53 45 591 +49 1801 / 777 555 33 01 Fax +49 228 / 9469181 Email mathias.wohlfarth@mw-eb.de ----- Weitergeleitet von Mathias am 21.01.2005 10:40 ----- Mathias.Wohlfarth@mw-eb.de Gesendet von: samba-bounces+mathias.wohlfarth=mw-eb.de@lists.samba.org 19.01.2005 17:35 An: Bj?rn-Sverre N?ttum
2007 Jun 18
1
Fwd: police burst is mandatory?
Hi. I''m using the following filter from lartc "ultimate PPP" example: tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \ 0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1 It works fine, but when I remove the "burst 10k", I receive the following error: "burst" requires "rate". Illegal "police"
2004 Apr 29
0
SMB signing is mandatory: where to enable it?
While attempting to use cifs to mount a win2k3 share, I get this error: [root@dhcp190 root]# mount //win2k3/data -t cifs -o username=administrator /mnt/smbfs cli_negprot: SMB signing is mandatory and we have disabled it. 2687: protocol negotiation failed SMB connection failed Where exactly do I enable smb signing? kernel 2.6.5 + samba 3.0.3
2006 Sep 06
0
[Fwd: Re: No access to mandatory profiles]
> > Martin Hochreiter wrote: >> Hi! >> >> I have the problem that I can't log in with all users (that have >> mandatory profiles) except >> that one who is owner of the directory. > > Check the "map readonly" setting. Windows will not > load a registry hive if it sees the DOS ReadOnly > attribute set. > > > > > cheers,