search for: alwasy

Displaying 20 results from an estimated 32 matches for "alwasy".

2010 Dec 05
2
Windows ACL's on SAMBA file server
I have a Samba 3.5 server running on Ubuntu 10.10 I'm have it the server on my Windows 2003 Domain but am having trouble setting up the ACL's. I can set some of my ACL's for users but it doesn't alwasy stick and apparently giving a user the modify right automatically gives them Full user rigths. This is probably related but it refuses to let me give any of my domain users any access rights to files or directories. Has anyone seen this or have any ideas how to solve my ACL problem?
2008 Jul 10
2
princomp loading help
Dear all, When I print out princomp's loading outputs, there is alwasy a section for "SS loading", "Proportional Var" and "Cumulative Var". Anybody can tell what they are for? Or anyone can direct me to some reference to read about? Any help will be highly appricated. Hongsheng [[alternative HTML version deleted]]
2012 Dec 03
3
r function definition
I am a very new R user. I am trying to write functons and debug functions. One problem for me is that I need to alwasy copy the whole function body and resubmit to R console every time I changed even one line of the function. Because I have long algorithm function, copying and pasting is very tedious for me. I assume if I save the function files, R should be able to just use the new function body since it is a scri...
2004 Jul 01
3
BIC vz SBIC vz SIC
...) SIC (Schwartz Information Criterion) In many references these are know as the same (eg. stepAIC() function) but I just found a SAS8.2 output that show either the BIC and SIC values for a logistic regression.. simillary values but different. 1) question: What are the differences? 2) question: alwasy on BIC, from stepAIC() function help page I found a "k=log(n)" argument to add. Since that produce an error, is there a way to found the "n" dinamically? Why don't add a "k=AIC" or "k=BIC" or something simillary? Thanks in advance, Bye -- Daniele Me...
2020 Sep 11
1
dnsvi and bind_dlz
we have our own dnsvi based on nsupdate. i have problems with dns names, that are exists on dc2 but not on dc1. its faster then alwasy use a windows gui :-D On 11.09.20 10:06, Rowland penny via samba wrote: > On 11/09/2020 08:31, basti via samba wrote: >> Hello is there a way to use dnsvi with samba bind_dlz? >> When i use this i get error update failed: NOTAUTH >> > I first asked 'what is dnsvi ?'...
2020 Sep 11
3
dnsvi and bind_dlz
Hello is there a way to use dnsvi with samba bind_dlz? When i use this i get error update failed: NOTAUTH
2003 Jun 10
5
Access Denied setting Directory Access Permissions
Hello *, i've got a debian samba 3.0alpha23 with ldapsam. my problem is that i can't set directory permissions. i alwasy get access denied. what i have: svpdc:/etc/samba# smbgroupedit -v params.c:Parameter() - Ignoring badly formed line in configuration file: ldap trust ids NT group (SID) -> Unix group System Operators (S-1-5-32-549) -> -1 Replicators (S-1-5-32-552) -> -1 Guests (S-1-5-32-546) -> -1 kol...
2013 Mar 28
1
Xen Remus DRBD dual primary frozen
...12 dw:1799444 dr:579340 al:31 bm:44 lo:1 pe:0 ua:0 ap:1 ep:1 wo:b def:0 chkpt:662 oos:0 As we can read after drbd block device frozen then blkback also not working [242640.332124] INFO: task blkback.2.xvda:5779 blocked for more than 120 seconds. Some one told me its because high load of IO but I alwasy monitor my server with xm top and the serer load always under 50% I hope anybody can help me, if you need some more log I will try to post it. Many thanks, Agya _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2005 Jul 25
2
[LLVMdev] How to partition registers into different RegisterClass?
...dest, $src">; def ADDgi : BinaryInst<0x52, ( ops GeneralPurposeRC :$dest, ope InputRC :$src), "add $dest, $src">; def ADDgc : BinaryInst<0x52, ( ops GeneralPurposeRC :$dest, ope ConstantRC :$src), "add $dest, $src">; The problem is: SDOperand alwasy return the 'type' of the value (in this case, 'packed', the first argument of RegisterClass<>), but not the 'RegisterClass'. With two 'packed' operands, the instruction selector doesn't know whether a ADDgg, ADDgi, or an ADDgc should be generated (BuildMI()...
2020 Sep 11
1
dnsvi and bind_dlz
...ia samba > Verzonden: vrijdag 11 september 2020 10:13 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] dnsvi and bind_dlz > > we have our own dnsvi based on nsupdate. i have problems with > dns names, > that are exists on dc2 but not on dc1. > > its faster then alwasy use a windows gui :-D > > On 11.09.20 10:06, Rowland penny via samba wrote: > > On 11/09/2020 08:31, basti via samba wrote: > >> Hello is there a way to use dnsvi with samba bind_dlz? > >> When i use this i get error update failed: NOTAUTH > >> > > I fi...
2004 Aug 06
0
JSPEEX ?
Hi, I downloaded Ulrich's TestClient and have not been able to connect to the default server. I will try to modify and get to work locally(local echo). I wanted to test my SpeexDecoder as no matter what I try I alwasy get an java.io.StreamCorruptedException: Invalid sideband mode encountered. (2nd sideband): 7 Please note that the Invalid sideband modes differ per file but the end result is always the same - I cannot decod any speex files. I've tried Ogg Speex/Wave Speex encoded by jspeex-v0.9.2_R1.12/spee...
2003 Apr 03
0
How to estimate 2-D principal curve using PCURVE?
...0.60822 0.36993 -0.45553 0.2075 1.7689 3.129 -1.5722 2.4718 0.24103 0.058093 1.1138 1.2406 -0.7679 0.58967 -0.19286 0.037195 0.025852 0.00066834 -1.2959 1.6793 1.3295 1.7675 -0.80465 0.64746 1.1729 1.3758 0.4756 0.2262 So how could I use the PCURVE to get the estimated principal curve? I tried, but alwasy got some error message. > x <- as.matrix(read.table("data.txt")); > s <- pcurve(x, plot.init = FALSE, use.loc = TRUE); "Empty row or column (or negative sum) in table Error in xy.coords(x, y) : x and y lengths differ" So would you please give me a point on how t...
2003 Aug 27
0
winbind can not find Windows PDC
Hi, I got some problem to make winbind to work with PDC in other network. When I start winbind with debug option ,=20 it alwasy says it can not find Domain Controller. load_dos_unicode_map: 850 load_unicode_map: loading unicode map for codepage 850. load_unix_unicode_map: ISO8859-1 (init_done=3D0, override=3D0) load_unicode_map: loading unicode map for codepage ISO8859-1. added interface ip=3D172.16.1.9 bcast=3D172.16.1.25...
2003 Apr 30
0
Problem with R CMD INSTALL and package versions (PR#2878)
...versions flag makes the package install as expected. Removing the --save flag (but keeping the --with-package-versions flag) gets rid of the complaint during the install process, but I get the same error when trying to load the package in R. I haven't tried this with too many packages but I alwasy get the same behavior. I first noticed this when trying to install `pixmap' and `gpclib' packages with versions since they are both installed using --save. -roger
2012 Sep 17
0
arima forecast without the first order of auto-regressor
Hi, I want to predict using airma, but I want to predict using t-2 or t-3, instead of t-1 right now the arima() function doesn't allow me to do that, it will alwasy return with variable t-1 , what is the way to skip that variable? thanks &regards -- View this message in context: http://r.789695.n4.nabble.com/arima-forecast-without-the-first-order-of-auto-regressor-tp4643412.html Sent from the R help mailing list archive at Nabble.com.
2010 Feb 07
1
suse 11.2 domU on lvm: anyone succeded?
Hi all I upgraded my testserver from opensuse 11.1 to 11.2 using zypper based method. All updates went smooth as far as there were no errors during the update process. Rebooting the whole farm the troubles started: not one domU bootet sucessfully, all of them showed the following messages: ... register_blkdev: cannot get major 8 for sd ... Volume group "VGsys" not found before they
2004 Jun 18
2
Newbie smb.conf question
Excuse my ignorance please, and the simple nature of this questions...but would someone explain to me the difference between the "create mode" and "force create mode" parameters in the smb.conf file? When would "create mode" *not* be forced? Thanks! Matthew
2005 Feb 11
2
A couple of points about flac 1.1.1 on ppc/linux/altivec
...ve both as and gas executables. running the configure as is will always turn on the "as" path. --with-gas doesn't work to force it. Probably a version check could help. If you need access to a ppc linux box I could provide you an account on the pegII box I have at home, it isn't alwasy reachable since I didn't managed to set up a dyndns yet so you need to contact me (irc on freenode). Regards lu -- Luca Barbato Developer (Gentoo/linux) / Operational Manager (Gentoo/ppc) Gentoo Linux http://www.gentoo.org/~lu_zero
2005 Jan 21
5
Snom hint for ZAP channels?
is the hint 99,hint,ZAP/1 supposed to work or how do I get the lights on the phones to display channels in use in addition to extensions in use?
2005 Jul 19
1
Profiles share on BDC
...it does not explicitly state that I must have it set, however the "500 user office" BDC does have a profiles share. I'm wondering if BDCs need a profiles share, even if it only shares an NFS export from the PDC. Is that the case? I have one other possibility. Since the BDC was not alwasy a BDC, it had its own SID for most of its life. While I did do a "net rpc getsid" and a "net rpc join", the old sid still appears in the secrets.tdb along with the new sid. I'm thinking of erasing the .tdb files and starting over - could smbd be reading the wrong SID and t...