search for: muster

Displaying 20 results from an estimated 94 matches for "muster".

Did you mean: master
2006 Oct 06
2
factor levels with umlauts
Hi all I have to generate some test data for import in an sql database. The database is meant for web-based data entry in a study taking place in a german speaking region, so factor levels of the variables include umlauts. The variables in the dataframe t.muster are generated e.g. like this: t.muster$screening <- rep("ausgef?llt",50) and exported to a .csv file by: write.table(t.muster,"MakeMuster041006/MusterDaten.csv", col.names=FALSE,row.names=FALSE,na="",sep=";") After export the factor level including...
2013 Oct 02
2
doveadm can't import his own mdboxes
...; Trash * LIST (\HasChildren) "." INBOX a OK List completed. The problem is, that doveadm isn't able to import his own mdbox-directory: 1) delete the whole mdbox folder # rm -rf mdbox 2) create the new mdbox folder and create some subfolders in it # doveadm mailbox create -u max.muster INBOX.test # doveadm mailbox create -u max.muster INBOX.test.huhu 3) put a mail into a subfolder 4) try to re-import the whole mdbox: it doesn't work # doveadm import -u max.muster mdbox:mdbox BACKUP all doveadm(max.muster): Error: Couldn't create mailbox BACKUP.INBOX/test/huhu: Char...
2006 Apr 19
4
DO NOT REPLY [Bug 3701] New: rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied
...Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: email@cs-ware.de QAContact: rsync-qa@samba.org [root@fileserver /home/lsoftware/someprog/Muster]# mount ... /dev/hda4 on /home type ext3 (rw,nodev,acl,user_xattr,usrquota) ... [root@fileserver /home/lsoftware/someprog/Muster]# getfattr -d HLPTEXT.TXT [root@fileserver /home/lsoftware/someprog/Muster]# getfacl HLPTEXT.TXT # file: HLPTEXT.TXT # owner: root # group: users user::rwx user:hush:rwx...
2005 Feb 10
6
Wireless LANs and Asterisk
...sing packets). With no encryption on the WLAN it seems to work without a hitch! Using a less CPU intense encryption such as 64bit WEP, things also work fine. There must be too much delay with higher rate encryption. Also we had one bridge that seemed to be a week puppy in the litter. It could only muster 60-70% signal strength. It seemed to have problems under all configurations. Finally we positioned it such that it too works well running WEP 64b. I wonder if having 3 wireless bridges in close proximity would have anything to do with the signal strength? I would doubt it though. Anyone else with...
2008 Mar 31
3
how to get mongrel to use maintenance.html file?
Does someone know how to tell mongrel_rails to read the public/system/maintenance.html file? -- Posted via http://www.ruby-forum.com/.
2004 Jul 26
5
installing problems repeated.tgz linux
...:/space/downs> R CMD INSTALL - l /usr/lib/R/library repeated WARNING: invalid package '-' WARNING: invalid package 'l' WARNING: invalid package '/usr/lib/R/library' * Installing *source* package 'repeated' ... ** libs /usr/lib/R/share/make/shlib.mk:5: *** Target-Muster enth??lt kein ??%??. Schluss. ERROR: compilation failed for package 'repeated' ** Removing '/usr/lib/R/library/repeated'
2017 Apr 21
3
Disable optimization on basic block level
Hi folks, During an IR function pass I want to annotate certain basic blocks to avoid later optimization on them. I know I, I can disable optimization on function granularity, but how to do so on basic block level? Cheers, Max -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 07
4
R crashes on quantreg
I was trying "quantreg" package, lm1 <- lm(y~x) rq1 <- rq(y~x) plot(summary(rq1)) #then got a warning says singular value, etc. but this line can be omited plot(lm1) #crash here It happened every time on my PC, Windows XP Pro Serv. Pack 1, Pentium(4) 3.00G. [[alternative HTML version deleted]]
2019 May 13
2
LMTP and Sieve with <prefix><recipient_delimiter><user>
Hi there, Dovecot's LMTP implementation and Pigeonhole Sieve already do support the <user><delimiter><suffix> format. RfC 5233, the Sieve subaddress extension, also offers <prefix><delimiter><user>. Could Docecot's LMTP and Pigeonhole be extended to that effect? Thanks & greetings, Paul
2009 Jan 17
2
Ubuntu and sources.list question about mirror sites...
...try 8.10 or above, but that's a thought for another time.) Followed the notes on the R site and added the following lines to my sources.list: deb http://probability.ca/cran/bin/linux/ubuntu gutsy/ deb http://releases.ubuntu.com/ hardy-backports main restricted univer The first seems to pass muster just fine. The second line has been the problem. That's the fourth site I tried plugging in and I get 404ed every time. I do run the Firestarter firewall but that shouldn't be a problem, should it? If it blocked that would it not have blocked all updating? Is the line correctly formed? Is...
2011 Oct 13
0
Re: The script hotplugpath.sh ismissingin/etc/xen/scripts
-----Original message----- From: Paul Muster paul@muster.dyndns.info Date: Thu, 13 Oct 2011 08:29:37 -0500 To: xen-users@lists.xensource.com Subject: Re: [Xen-users] The script hotplugpath.sh ismissing in/etc/xen/scripts > On 13.10.2011 01:52, Barry Kolts wrote: > > > What I did, following the instructions on the last page >...
2005 Feb 02
1
Using Asterisk to Find a Live Person
That's the least ambiguous subject I could muster. I'm relatively new to Asterisk and while I'm certain there is a way to do this, I'm unsure how. My question is this: How do I take an incoming call, put the person on hold, and in the background (i.e. while they are on hold) begin trying other phone numbers until someone answers? Exa...
2017 Feb 10
2
Add a custom intrinsic to the ARM backend
Hi, I'm trying to add a new intrinsic to the ARM backend. The intrinsic should a custom comparison. To do so, I started with first defining the intrinsic in llvm/include/llvm/IR/intrinsicsARM.td: def int_foo_cmp : Intrinsic<[llvm_i32_ty], [llvm_i32_ty, llvm_i32_ty], []>; The second step I did is adding a new pseudo instruction matching that intrinsic in lib/Target/ARM/ARMInstInfo.td:
2018 Apr 09
2
Tablegen pattern: How to emit a SDNode in an output pattern?
I'm trying to write a tablegen pattern to that matches a sequence of SDNodes and emits again an SDNode and another instruction. The pattern I've written looks like the folowing: def : Pat<(foo (bar GPR:$rs1), simm12:$imm1), (bar (BAZ GPR:$rs1, simm12:$imm1))>; foo and bar are SDNodes, BAZ is an instruction. In particular, bar is defined as follows: def bar :
2011 Oct 25
4
Ubuntu 11.04 DomU not showing external block Device
Hello, I just installed Xen 4.0.1 on Ubuntu 10.04 dom0. After this i had Ubuntu 11.04 as Para domU. I tried to attach file based disk to the this domU. My command is: # xm block-attach Ubuntu-11 file:/root/ubunut-natty/Extra /dev/xvdb w there is no error on this. But inside the DomU i cannot see any disk xvdb. xend.log shows : [2011-10-25 16:27:32 14794] DEBUG
2006 Jul 31
5
PostgreSQL
Hi @ all Does anyone has some experience with PostgreSQL and RoR? Does it gives any disadvantages or problems with PostgreSQL? I have a webapplication, that manage (read/write) many records (no. 200''000 records) and I search a ideal database. Actually, I have two options: - MySQL / - PostgreSQL And now, I would like to ascertain a good solution... Thx, ribit -- Posted via
2006 Jul 21
20
New version of AWDwR
Folks: I''ve uplaoded the B1.05 version of AWDwR. It fixes a number of reported errata (and a few that weren''t reported :), and adds two significant changes: 1. It now uses the new Active Record decimal -> BigDecimal conversion. I''ve personally been waiting for this for a long time, and I''m really happy it''s now part of core. However,
2007 Apr 03
7
Zaptel 1.4.1 Install Modules CentOS
Hi All, I have a CentOS server that I am trying to configure Asterisk on 1.4 on. Everything seems to go ok, with regards to compiling Zaptel, Libpri, Asterisk (will be using kernel 2.6 timer and ztdummy) Unfortunately I can't insmod / modprobe ztdummy. [root @xyz src]# modprobe ztdummy FATAL: Module ztdummy not found. FATAL: Error running install command for ztdummy
2006 Nov 22
2
problems with garchFit
Hi all, I post it on both r-help and r-finance since I don't know where is most appropriate for this topic. Sorry if it bothers you. I did garch fitting on S&P500 monthly returns with garchFit from fSeries. I got same coefficients from all cond.dist except normal. I thought that is probabaly usual for the data. But when I play with it, I got another question. I plot skew normal with
2016 Apr 18
1
Google Chrome and CentOS 6?
...> > when the time comes I'll very likely find a solution myself and share it. > > I think Richard Lloyd had (has?) versions that work, but are usually a bit > old. > This is just a script that pulls some libraries from a Fedora repo. Unfortunately that approach won't hold muster with security auditors . At present, CentOS-7 works with the rpm for Fedora on Google's site. I > don't think RedHat had their own official rpm for either RHEL-6 or 7, did > (do) they? > > They do, in their Red Hat Enterprise Linux 6 Supplementary repository. c.f. > I even...