search for: willow

Displaying 20 results from an estimated 70 matches for "willow".

2002 Jul 25
2
rsync with --exclude files
HI, I'm trying to exclude some files & directories from a filesystem which I would like to copy to a different site. I did: # rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt /fs22/a/circuit_design mickey.willow.com:/cpu/store/design where file /fs21/tmp/perl_scripts/exclude.txt contains the following directories and files to be excluded from /fs22/a/circuit_design : # cat /fs21/tmp/perl_scripts/exclude.txt /fs22/a/circuit_design/file1 fs22/a/circuit_design/file2 fs22/a/circuit_design/dir1 I'...
2011 Mar 08
1
NaNs in Nested Mixed Model
Dear R users, I have a problem with something called "NaNs" in a nested mixed model. The background is that I have studied the number of insect nymphs emerging from replicated Willow genotypes in the field. I have 15 replicates each of 4 Willow genotypes belonging two 2 Willow species. Now I want to elucidate the effect of Willow genotype on the number of emerging nymphs. Previously I performed a simple one-way anova with "genotype" as explanatory factor and "num...
2002 Jun 24
3
Weird problem - one machine works another doesn't on new server - both OK on old one.
...works just fine and the other can not get a password through the initial password dialog when trying to connect to the new server. All passwords tried were current and valid ( work for login to both the linux box and the w98 boxes). smbpassword is established for both users. The second machine (willow) is equivalent to "jeanne" on the linux box (the other the SMB name and linux box name are the same). The above is mapped in smbusers: jeanne = willow I've tried everything I can think of with no luck with the second box. I did try encrypted and unencrypted passwords, all that get...
2008 Jul 27
2
[LLVMdev] Problem
Hello, Willow > C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a > a.c:1: error: bad value (generic) for -mtune= switch Something is really broken at your side. Are you running Vista? -- WBR, Anton Korobeynikov
2007 Jun 16
3
[LLVMdev] OS Development
...simply 'recompiled' (code is generated) for a new target. Obviously there will be some drivers that must be pre-built, such as those that run early in system initialization and those that are specific to the architecture, e.g. some low-level memory management etc. Any thoughts? Thanks, Willow
2010 Mar 27
2
Wine issues in general...
I am running wine 1.1.29 for Linux, and I have no sound at all, regardless of the settings I have selected in the Wine sound menu. Is there any way that I can fix this?
2008 Jul 28
0
[LLVMdev] Problem
Yes I am running Vista. I tried running the program as an Administrator but I get the same error. What is a valid -mtune argument I can try? Thanks, Willow Anton Korobeynikov wrote: > Hello, Willow > > >> C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a >> a.c:1: error: bad value (generic) for -mtune= switch >> > Something is really broken at your side. Are you running Vista? > &gt...
2008 Jul 28
1
[LLVMdev] Problem
On Sun, Jul 27, 2008 at 10:15 PM, Willow Schlanger <wschlanger at gmail.com> wrote: > Yes I am running Vista. I tried running the program as an Administrator > but I get the same error. What is a valid -mtune argument I can try? generic *is* a valid value for mtune; however, it's was added to gcc relatively recently. Thi...
2006 Nov 06
3
RHEL4 as 64-bit HVM guest -- not starting in 64 bit mode
I''m trying to install RHEL 4 on an HVM (Core 2 Duo). However, when the RHEL installer tries to start the kernel, it complains that the CPU doesn''t support extended mode, and that I should use a 32-bit installer. However: hrm@willow:~$ sudo xm info | grep xen_caps xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 Is there some magic I need in the config file for the domain to tell it that it''s a 64-bit guest? Hugo. -- === Hugo Mills: hugo@... carfax.org.uk | darksatanic.ne...
2002 Sep 10
1
Rsync with multiple huge filesystems
...k on the NFS fileserver to hit a 100% capacity. The filesystems to be copied from the client machine has already been mounted on the fileserver. Below is the rsync code: #cat sync.sh for i in `cat datafile.txt` do echo rsync -avz --dry-run --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i /usr/intel/bin/rsync -av --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i done #cat datafile.txt /f1/my_schematics /f2/layout_design /f3/clock_time /f5/data_padding .... (list continues...) Each text file to be read from the script contains about 8 - 10 filesyst...
2007 Jun 16
0
[LLVMdev] OS Development
On Fri, 15 Jun 2007, Willow Schlanger wrote: > I'm interested in developing a 64-bit operating system to run inside a > version of BOCHS compiled with x86-64 support enabled > (bochs-2.2.6-x86-64.exe) that I found on the web. > > Can I use LLVM as a GCC replacement for OS development? I need to > generat...
2009 Feb 12
1
VPNC article
...xample. It could have also gone under Network. As far as its actual location, as you can see from the link above, I just put it directly under howtos. -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Buffy: Willow, you're alive. Willow: Aren't I usually?
2002 Jan 09
2
Removing Vorbis tags
Hello everyone, Was wondering if there was an option or program somewhere that can delete all tags associated with an Ogg Vorbis file? Ross Vandegrift ross@willow.seitz.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe me...
2008 Jul 27
1
[LLVMdev] Hi
Hello, Willow > Hello, I want to use LLVM to develop a 64-bit operating system (64-bit > Win64 DLL targets) on a 32-bit Windows host. Is this possible? In general - yes, however inw64 codegeneration is work-in-progress and there are some issues with it. > `/c/Downloads/llvm-2.3/llvm-2.3/Release/bin/...
2002 Sep 10
0
(no subject)
...k on the NFS fileserver to hit a 100% capacity. The filesystems to be copied from the client machine has already been mounted on the fileserver. Below is the rsync code: #cat sync.sh for i in `cat datafile.txt` do echo rsync -avz --dry-run --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i /usr/intel/bin/rsync -av --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i done #cat datafile.txt /f1/my_schematics /f2/layout_design /f3/clock_time /f5/data_padding .... (list continues...) Each text file to be read from the script contains about 8 - 10 filesyst...
2001 Nov 01
1
Lossy Audio Compression Research
...9;The Vorbis probability model' on xiph.org is noteably not a link. Is there any addition documentation about the psychoacoustic model that vorbis uses? Finally, does anyone know of similar studies that have already been performed, either academic or not? Thanks, Ross Vandegrift ross@willow.seitz.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe me...
2009 Mar 14
1
dispcrepancy between aov F test and tukey contrasts results with mixed effects model
Hello, I have some conflicting output from an aov summary and tukey contrasts with a mixed effects model I was hoping someone could clarify. I am comparing the abundance of a species across three willow stand types. Since I have 2 or 3 sites within a habitat I have included site as a random effect in the lme model. My confusion is that the F test given by aov(model) indicates there is no difference between habitats, but the tukey contrasts using the multcomp package shows that one pair of habits...
2003 Jun 25
2
2.2.8a-1, Raidzone, filesize > ~17.6GB
...may be suggestions for specific areas for the Raidzone tech and I to investigate. Finally, I am new to Samba and this list, so I apologize for any ignorance on my part. Thank you. -Eric Regards, Eric Moyer (EMoyer@LibraryTech.com) Library Technologies, Inc. 2300 Computer Avenue, Suite D-19 Willow Grove, PA 19090 Phone 215-830-9320, FAX 215-830-9422
2008 Jul 04
5
article for consideration, Atheros 5007EG wireless card
...e quote at, "....most comprehensive webpage I have seen..." ) :) Thank you for your consideration -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 Oz: So, do you steal weapons from the Army often? Willow: Well, we don't get cable, so we have to make our own fun.
2005 Aug 31
8
problem with OCFS label
I used this command to create volume label on OCFS: mkfs.ocfs -F -b 128 -L data13 -m /oradata/data13 -u oracle -g dba -p 0775 /dev/emcpowerp1 emcpowerp is composed of /dev/sdad and /dev/sdk. It seems the above command created the same labels for /dev/emcpowerp1, /dev/sdad1 and /dev/sdk1. But when I tried to mount this ocfs filesystem by label, it gave me the following error. # mount -L data13