Displaying 20 results from an estimated 50 matches for "aau".
Did you mean:
aa
2006 Dec 01
0
Samba and connections to LDAP timeout
...quite a few NT_STATUS_IO_TIMEOUTs when using smbclient.
Windows clients just experience delays (up to several minutes).
I've done some debugging:
On the client i issue:
smbclient -Umhansen //lfs1/mhansen
lfs1 is a domain member server.
On lfs1 (log level 10) i get the following in log.wb-CS.AAU.DK:
[2006/12/01 13:21:08, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790)
rpc_api_pipe: Remote machine PDC pipe \NETLOGON fnum 0x71f2returned
critical error. Error was Call timed out: server did not respond after
10000 milliseconds
On the PDC (named pdc) we get in the log that matches the lfs1 host...
2009 Mar 16
1
listening experiment
...e celt sound (most probably for different bit
rates).
Best, Pablo
--
Pablo F. Hoffmann
PostDoc
Acoustics
Dept. of Electronic Systems
Aalborg University
Fredrik Bajers Vej 7 B5
DK-9220 Aalborg ?, Denmark
Phone: +45 9940 8710
Phone: +45 9940 8728 (direct)
Fax: +45 9815 2140
e-mail: pfh at es.aau.dk (direct)
e-mail: acoustics at es.aau.dk
http://acoustics.aau.dk
2009 Jun 01
2
celtenc two channels
Hi,
To enable stereo in celtenc do I need to change anything other than
#define CHANNELS 1
to
#define CHANNELS 2
The reason is after I do this the audio sounds distorted. Please let me
know if I need to do anything else or whether I need to investigate
what's happening at my end further.
Paul.
2004 Nov 09
1
StructTS (PR#7353)
...nk you for supplying a great set of functions.
Best regards,
Claus
---------------------------------------------------------------------------
Assistant Prof. Claus Dethlefsen, PhD
Department of Mathematical Sciences, Aalborg University
Fredrik Bajers Vej 7G, DK-9220 Aalborg, Denmark
dethlef@math.aau.dk; www.math.aau.dk/~dethlef
Ph: +45 9635 8878; Fax: +45 9815 8129
---
2004 Aug 20
0
Package "deal" version 1.2-17
...;deal"))
> library(deal)
> demo(reinis)
Best,
Claus
---------------------------------------------------------------------------
Assistant Prof. Claus Dethlefsen, PhD
Department of Mathematical Sciences, Aalborg University
Fredrik Bajers Vej 7G, DK-9220 Aalborg, Denmark
dethlef at math.aau.dk; www.math.aau.dk/~dethlef
Ph: +45 9635 8878; Fax: +45 9815 8129
---
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2004 Aug 20
0
Package "deal" version 1.2-17
...;deal"))
> library(deal)
> demo(reinis)
Best,
Claus
---------------------------------------------------------------------------
Assistant Prof. Claus Dethlefsen, PhD
Department of Mathematical Sciences, Aalborg University
Fredrik Bajers Vej 7G, DK-9220 Aalborg, Denmark
dethlef at math.aau.dk; www.math.aau.dk/~dethlef
Ph: +45 9635 8878; Fax: +45 9815 8129
---
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2006 Sep 21
1
Foreign SID's and winbind use default domain
...; in smb.conf in the hope that
it changes the above stated behaviour to treat local user george as
DOMAIN\george
Is this correct to hope for (it seems to work in some cases)?
- --
MVH / Best regards
Mikael M. Hansen
IT-administrator
Computer Science Dept. Email: mhansen@cs.aau.dk
Aalborg University Phone: +45 9635 8905
Fredrik Bajers Vej 7E Room: E2-121
DK-9220 Aalborg, Denmark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFEnTD1ZklRSLjnxgRAnXGAJ9+9jvRJ+aRA9lLRYPWLNqx...
2004 Dec 13
3
Advice on parsing formulae
Dear list
I would like to be able to group terms in a formula using a function that I
will call tvar(), eg. the formula
Y ~ 1 + tvar(x:A) + tvar(z) + u + tvar(B) + tvar(poly(v,3))
where x,u and v are numeric and A and B are factors - binary, say.
As output, I want the model.matrix as if tvar had not been there at all. In
addition, I would like to have information on the grouping, as a vector
2020 Oct 11
3
Installing bioconduction packages in connection with loading an R package
Dear all,
My gRbase package imports functionality from the bioconductor packages graph, Rgraphviz and RBGL.
To make installation of gRbase easy, I would like to have these bioconductor packages installed in connection with installation of gRbase, but to do so the user must use setRepositories() to make sure that R also installs packages from bioconductor.
Having to call setRepositories causes
2004 Jun 01
0
XP not joining domain
...add machine script = /var/lib/samba/sbin/smbldap-useradd -w '%u'
logon script = scripts\logon.bat
logon path = \\%L\%U\.profile
logon drive = X:
domain logons = Yes
preferred master = Yes
wins support = Yes
ldap suffix = dc=cs,dc=aau,dc=dk
ldap machine suffix = ou=Computers
ldap user suffix = ou=People
ldap group suffix = ou=Groups
ldap idmap suffix = ou=Idmap
ldap admin dn = "cn=Manager,dc=cs,dc=aau,dc=dk"
ldap ssl = start tls
ldap passwd sync = Yes
idma...
2014 Jan 02
2
Installing RCurl -
Dear all,
I am trying to install RCurl (because I want to install devtools) and to do so I've been informed that I must install one of the packages
libcurl4-openssl-dev
libcurl4-nss-dev
No matter which one I install I get the following error from R:
* installing *source* package ‘RCurl’ ...
** package ‘RCurl’ successfully unpacked and MD5 sums checked
checking for curl-config...
2005 Dec 01
1
Kalman Smoothing - time-variant parameters (sspir)
...0.01,0.03,0.02,0.05,0.04,
0.05,0.03,0,-0.04,0.05,0.05,0.06,0.02,0.04,-0.06)
)
ss <- ssm(y ~ tvar(x), time = 1:nrow(dfrm), family=gaussian(link="identity"),
data=dfrm)
smooth.params <- smoother(kfilter(ss$ss))$m
(1) I read in http://ww.math.aau.dk/~mbn/Teaching/MarkovE05/Lecture3.pdf
that this is requred as there is a bug in sspir.
To what should I set ss$ss$m0 and ss$ss$C0? (I did notice that
smoother() replaces these, but it still matters what I initialize it
to in the first place)
Many thanks!
Tariq Khan
2011 Jun 18
1
Trouble with Paste and Quotes and List Objects
...t think that knowledge of
quantmod is necessary to help with this problem).
> str(listfinobj)
chr [1:4815] "A.f" "AA.f" "AACC.f" "AAME.f" "AAN.f" "AAON.f" "AAP.f"
"AAPL.f" "AAT.f" "AATI.f" "AAU.f" ...
I can easily pick out the 3rd object in this list.
> listfinobj[[3]]
[1] "AACC.f"
Each of the .f objects has a mildly complicated structure (partial results
shown below).
> str(AACC.f)
List of 3
$ IS:List of 2
..$ Q: num [1:49, 1:5] 50.4 NA 50.4 NA 50.4 ...
.. ..-...
2009 Feb 17
2
How to connect R and WinBUGS/OpenBUGS/LinBUGS in Linux in Feb. 2009
...rience with WinBUGS under Windows and would like a version of
that working as well.
It seems like I've read a lot on the subject and tried a lot, but haven't
managed to get BUGS to work yet. The most success I've had is to install
WinBUGS or OpenBUGS using this method:
http://www.math.aau.dk/~slb/kurser/bayes-08/install.html
What you also need to know is that you need to open Wine and add a drive.
Although Z is recommended, I haven't been able to specify it, but have
gotten a D drive to work, using:
wine D:/opt/OpenBUGS/winbugs.exe
Using this method, OpenBUGS opens. Now, to...
2017 Mar 20
1
outer not applying a constant function
...r in outer(1:3, 11:13, sum) :
dims [product 9] do not match the length of object [1]
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Mar 20, 2017 at 6:36 AM, Martin Maechler
<maechler at stat.math.ethz.ch> wrote:
>>>>>> Gebhardt, Albrecht <Albrecht.Gebhardt at aau.at>
>>>>>> on Sun, 19 Mar 2017 09:14:56 +0000 writes:
>
> > Hi,
> > the function outer can not apply a constant function as in the last line of the following example:
>
> >> xg <- 1:4
> >> yg <- 1:4
> >>...
2017 Mar 19
2
outer not applying a constant function
Hi,
the function outer can not apply a constant function as in the last line of the following example:
> xg <- 1:4
> yg <- 1:4
> fxyg <- outer(xg, yg, function(x,y) x*y)
> fconstg <- outer(xg, yg, function(x,y) 1.0)
Error in outer(xg, yg, function(x, y) 1) :
dims [product 16] do not match the length of object [1]
Of course there are simpler ways to construct a constant
2018 Jul 08
2
[R] consider running tools::compactPDF(gs_quality = "ebook")
Dear all,
I run
R CMD build --compact-vignettes="both" gRbase
and/or
R CMD build --compact-vignettes="gs+qpdf" gRbase
and in the log from r-devel (on winbuilder) I get
* checking sizes of PDF files under 'inst/doc' ... WARNING
'gs+qpdf' made some significant size reductions:
compacted 'gRbase-arrays.pdf' from 421Kb to 115Kb
consider
2017 Mar 20
0
outer not applying a constant function
>>>>> Gebhardt, Albrecht <Albrecht.Gebhardt at aau.at>
>>>>> on Sun, 19 Mar 2017 09:14:56 +0000 writes:
> Hi,
> the function outer can not apply a constant function as in the last line of the following example:
>> xg <- 1:4
>> yg <- 1:4
>> fxyg <- outer(xg, yg, function(x,...
2018 Jul 08
0
[R] consider running tools::compactPDF(gs_quality = "ebook")
?did this inside R; not ideal but worked.
________________________________
From: R-devel <r-devel-bounces at r-project.org> on behalf of S?ren H?jsgaard <sorenh at math.aau.dk>
Sent: 08 July 2018 15:46
To: r-devel at r-project.org
Subject: Re: [Rd] [R] consider running tools::compactPDF(gs_quality = "ebook")
Dear all,
I run
R CMD build --compact-vignettes="both" gRbase
and/or
R CMD build --compact-vignettes="gs+qpdf" gRbase
and...
2004 Aug 24
1
Home directories in samba 3.0.6
Hello all
Just in case anyone has similar problems:
We have a kixtart script which maps folders for users, I am not sure
where it happened, but I made a mistake with users home directories. A
couple of users were not copied from our old 2000 server during the move
to samba and so were created manually. This worked fine with
/homes/user, but since the upgrade to 3.0.6 some users have failed to