search for: tarp

Displaying 9 results from an estimated 9 matches for "tarp".

Did you mean: tap
2005 Oct 11
1
User auth-groups vs Win2k ADS Problems
...orking. All that happened 5 days ago was a change of the administrator/root password We adjusted the wbinfo -set-auth-user towards the new password. But nothing have worked since. install:/ # wbinfo -V Version 3.0.13-1.1-SUSE What might be wrong when the following happen? wbinfo -r TARP+hl 10000 10001 10010 10011 10012 10013 10015 10016 10017 10036 install:/var/log/samba # wbinfo -n TARP+hl S-1-5-21-220523388-1957994488-854245398-2811 User (1) install:/var/log/samba # wbinfo --user-sids=S-1-5-21-220523388-1957994488-854245398-2811 Could not get group SIDs for user SID S-1-5-21...
2005 Oct 13
0
Re-2: Samba vs ADS problems
...gt; I use ADS >again we need more informations what`s goiing so please attach a loglevel 10 output of winbind. > > >cheers >Stefan > >-------- Original Message -------- >Subject: Re: [Samba] Samba vs ADS problems (12-Okt-2005 15:36) >From: Daniel Hindbo Jensen <dhj@tarp.dk> >To: stefanke@micodat.com > > > >>Yes but if I do add a user its np... the only difrence is the <SPACE> >>charactor >> >>setfacl -d -m 'u:tarp+hl:rwx' preInstall >> >>im not even sure I can post such long mails here? >&...
2005 Oct 12
2
Samba vs ADS problems
...ay it stopped working? All that happened 5 days ago was a change of the administrator/root password We adjusted the wbinfo ?set-auth-user towards the new password. But nothing have worked since. install:/ # wbinfo -V Version 3.0.13-1.1-SUSE What might be wrong when the following happen? wbinfo -r TARP+hl 10000 10001 10010 install:/var/log/samba # wbinfo -n TARP+hl S-1-5-21-220523388-1957994488-854245398-2811 User (1) install:/var/log/samba # wbinfo --user-sids=S-1-5-21-220523388-1957994488-854245398-2811 Could not get group SIDs for user SID S-1-5-21-220523388-1957994488-854245398-2811 Try t...
2004 Nov 03
3
fold right - recursive list (vector) operators
The programming language mosml comes with foldr that 'accumulates' a function f over a list [x1,x2,...,xn] with initial value b as follows foldr f b [x1,x2,...,xn] = f(x1,...,f(xn-1,f(xn,b))...) Observe that "list" should have same elements so in R terminology it would perhaps be appropriate to say that the accumulation takes place over a 'vector'. I wonder if R
2010 Jan 05
4
solving cubic/quartic equations non-iteratively
To R-helpers, R offers the polyroot function for solving mentioned equations iteratively. However, Dr Math and Mathworld (and other places) show in detail how to solve mentioned equations non-iteratively. Do implementations for R that are non-iterative and that solve mentioned equations exists? Regards, Mads Jeppe
2009 Nov 10
2
[RFC][PATCH] ovirt-node-image : edit-livecd : fail on error in arbitrary code
...x.vnet.ibm.com> --- --- a/edit-livecd 2009-11-10 17:23:21.000000000 +0530 +++ b/edit-livecd 2009-11-10 18:39:11.000000000 +0530 @@ -159,13 +159,14 @@ cp -pr $WDIR/sq $WDIR/sq-w # mount root filesystem mnt "-t ext2 $WDIR/sq-w/LiveOS/ext3fs.img -o rw,loop" ex +# exporting for tarp in 'CODE' +# $CODE can 'trap' EXIT signal and touch '$WDIR/fail' to notify this script of its failure + echo ">>> Updating CD content" if [ -n "$CODE" ]; then ( cd $WDIR/ex - set +e eval "$CODE" - set -e...
2007 Jun 04
2
rq matrix decomposition
I specifically need rq matrix decomposition (and not qr). Looking at netlib site for LAPACK it does provide rq whereas LINPACK not. Looking at companion qr in R I see how in base it wraps with a .Call but I do not have success in doing that for a similar .Call for rq. Anyone done this or can provide matrix rewrites that allow me to do the rq decomposition with existing R funcs? Regards MJ
2010 Jan 13
0
reading fifo with read.table hangs
To R-helpers, Running R version 2.10.0 (2009-10-26) Linux ... 2.6.25.20-0.5-default #1 SMP 2009-08-14 01:48:11 +0200 x86_64 x86_64 x86_64 GNU/Linux openSUSE 11.0 (X86-64) and having difficulties reading a fifo from within R. A short example that I find simply haning is shown as 'SHORT SCRIPT' below. I expected R to print a data set read from the fifo with the numbers 0,1,...7
2011 Feb 09
1
rimage package fftw breaks when freeing memory on openSUSE 11.3
Upon fresh installation of R-patched and rimage on openSUSE 11.3 box, simple fftw on renown lena image cause memory free failure. Quick: Go to the end of this mail and read the error message from R Thoruogh: Find detailed step-by-step how sopprt library fftw2 was installed and how rimage was installed. Regards Mads Jeppe VERSIONS ======== openSUSE -------- # cat /etc/SuSE-release