search for: nod

Displaying 20 results from an estimated 360 matches for "nod".

Did you mean: no
2004 Sep 20
1
Using eval() more efficiently?
...tically generated by some selection criteria. Now, if I have a data frame with many variables, of which the variables in "names.select" are also variables from the data frame. e.g. > all.df[1:5,] Mouse Idd5 Idd6.19.20 Idd13 Idd14 Idd8.12 Idd3.10.17.18 Idd9 1 904 F1 NOD NOD F1 NOD F1 NOD 2 934 NOD F1 F1 F1 F1 NOD NOD 3 950 NOD NOD F1 NOD F1 F1 NOD 4 977 F1 NOD NOD F1 F1 F1 F1 5 1050 F1 F1 NOD NOD NOD NOD F1...
2004 Sep 16
3
[PATCH] gen_init_cpio uses external file list
(Apologies to klibc@zytor.com for the re-send) This patch makes gen_init_cpio generate the initramfs_data.cpio from a file which contains a list of entries: file, dir, nod. I swapped the order of filename/location for the file arguments so that it would be more uniform with the dir and nod tyes. [thayne@torch linux-2.6.8]$ usr/gen_init_cpio --help ERROR: unable to open '--help': No such file or directory Usage: usr/gen_init_cpio <cpio_list>...
2005 May 31
0
[Bug 2758] New: "File exists" error using options -b and --backup-dir with device files.
...rity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: jonathan.townsend@telus.com QAContact: rsync-qa@samba.org Problem: rsync does not check for exisitence of device file (in backup-dir) before trying to recreate it with mknod using options -b and --backup-dir. Backups all have the following errors when device files are updated rsync: mknod "/dev/pts/111" failed: File exists (17) rsync error: some files could not be transferred (code 23) at main.c(789) Test Script: #!/usr/bin/ksh # # Test rsync backup of d...
2004 Sep 16
3
[PATCH] gen_init_cpio processes file from a file list
The patch makes gen_init_cpio generate the initramfs_data.cpio from a file which contains a list of entries: file, dir, nod. I swapped the order of filename/location for the file arguments so that it would be more uniform with the dir and nod tyes. [thayne@torch linux-2.6.8]$ usr/gen_init_cpio --help ERROR: unable to open '--help': No such file or directory Usage: usr/gen_init_cpio <cpio_list>...
2008 Oct 30
2
request: How to combine three matrices in the desired form
Dear R-friends I have three matrices e.g. var <- matrix(c(4,4,4,4,0,4,4,4,0,3,3,0),nrow=4); val <- matrix(c(0.6,0.6,0.6,0.6,0,1.6,1.6,1.6,0,4.9,4.9,0),nrow=4); nod <- matrix(c(-1,-1,1,1),ncol=1) > var [,1] [,2] [,3] [1,] 4 0 0 [2,] 4 4 3 [3,] 4 4 3 [4,] 4 4 0 > val [,1] [,2] [,3] [1,] 0.6 0.0 0.0 [2,] 0.6 1.6 4.9 [3,] 0.6 1.6 4.9 [4,] 0.6 1.6 0.0 > nod [,1] [1,] -1 [2,] -1 [3,]...
2005 Apr 04
0
problem about initramfs
...help me with it. thanks! kugle my initramfs file-list content. -------------------------------------------------------------------------- 1 # This is a very simple, default initramfs 2 3 dir /dev 0755 0 0 4 nod /dev/console 0600 0 0 c 5 1 5 dir /root 0700 0 0 6 nod /dev/ram0 0777 0 0 b 1 0 7 nod /dev/mem 0777 0 0 c 1 1 8 9 dir /lost+found 0755 0 0 10 dir /etc 0755 0 0 11 dir /etc/init.d 0755 0 0 12 file /etc/init....
2010 Jul 01
2
Kickstart from tagged VLAN?
...lan 100 - server subnet Vlan 101 - backup subnet From start to finish anaconda needs to pick up a dynamic address from vlan 100. After that the kickstart file specifies the static adress from vlan100 and it's address from the backup subnet. Anyone know if this is currently possible? If so any nod in the right direction would be appreciated Jeff
2013 Mar 05
1
memory leak in 3.3.1 rebalance?
...rd drive. gluster --version: glusterfs 3.3.1 built on Oct 11 2012 21:49:37 cat /etc/system-release: Scientific Linux release 6.1 (Carbon) uname -a: Linux ml01 2.6.32-131.17.1.el6.x86_64 #1 SMP Wed Oct 5 17:19:54 CDT 2011 x86_64 x86_64 x86_64 GNU/Linux df -i /mnt/bigdata: Filesystem Inodes IUsed IFree IUse% Mounted on ml43:/bigdata 3272292992 114236317 3158056675 4% /mnt/bigdata df /mnt/bigdata: Filesystem 1K-blocks Used Available Use% Mounted on ml43:/bigdata 48160570880 33787913600 12223793792 74% /mnt/bigdata the process I am referring to:...
2012 Mar 28
2
[PATCH] virtio_blk: add helper function to support mass of disks naming
...f virtblks(exceeding 26^3), there > will be disks with the same name. > > According to "sd_format_disk_name()", I add function > "virtblk_name_format()" for virtblk to support mass of > disks. > > Signed-off-by: Ren Mingxin <renmx at cn.fujitsu.com> Nod. This is basically what 3e1a7ff8a0a7b948f2684930166954f9e8e776fe did. Except, maybe we should move this function into block core instead of duplicating it? Where would be a good place to put it? Jens, care to comment? > --- > virtio_blk.c | 37 +++++++++++++++++++++++++------------ > 1...
2012 Mar 28
2
[PATCH] virtio_blk: add helper function to support mass of disks naming
...f virtblks(exceeding 26^3), there > will be disks with the same name. > > According to "sd_format_disk_name()", I add function > "virtblk_name_format()" for virtblk to support mass of > disks. > > Signed-off-by: Ren Mingxin <renmx at cn.fujitsu.com> Nod. This is basically what 3e1a7ff8a0a7b948f2684930166954f9e8e776fe did. Except, maybe we should move this function into block core instead of duplicating it? Where would be a good place to put it? Jens, care to comment? > --- > virtio_blk.c | 37 +++++++++++++++++++++++++------------ > 1...
2016 Oct 28
2
Re: sttic vnet device for guest
28.10.2016 23:32, Michal Privoznik пишет: On my host node i using system created bridge. example brctl show br1 bridge name bridge id STP enabled interfaces br1 8000.0025907925d3 no eth1 vnet0...
2006 Apr 09
1
[PATCH] kbuild: rebuild initramfs if included files changes
...gt; options so an explicit "-u 0 -g 0" is required +to reset the root/group mapping. +EOF +} + +list_default_initramfs() { + # echo usr/kinit/kinit + : +} + +default_initramfs() { + cat <<-EOF >> ${output} + # This is a very simple, default initramfs + + dir /dev 0755 0 0 + nod /dev/console 0600 0 0 c 5 1 + dir /root 0700 0 0 + # file /kinit usr/kinit/kinit 0755 0 0 + # slink /init kinit 0755 0 0 + EOF +} + +filetype() { + local argv1="$1" + + # symlink test must come before file test + if [ -L "${argv1}" ]; then + echo "slink" + elif [ -...
2015 Sep 03
4
RFC: LTO should use -disable-llvm-verifier
...ust make it implicit: move the decision to libLTO itself. Given > > that clang and libLTO.dylib are different executables anyway -- and you > > might be interposing an asserts libLTO.dylib to use with an installed clang > > -- maybe it's even better? > > > > > *nod* We could do that. Seems better than the alternative. +1 > > > I don't suppose ld64 could move to a model like we're talking about with > > lld that pcc is working on? > > > > What specifically? > > > Ah, using the C++ interface to handle everything a...
2004 Aug 06
2
Some diffs to libshout for MacOSX
Resubmission of patches with curteous nods from the MusicKit Project... - SKoT ----- Original Message ----- From: "Stephen Brandon" <stephen@brandonitconsulting.co.uk> To: <icecast-dev@xiph.org> Sent: Wednesday, January 16, 2002 1:26 PM Subject: [icecast-dev] Some diffs to libshout for MacOSX <p>> Hi, >...
2008 Aug 29
2
[LLVMdev] LLVM Instruction Scheduling Pass
I have two instructions , both have flag dependency onto a common instruction. So this forms a closed loop. The instruction scheduler asserts saying that the common instruction is already inserted into FlaggedNodes list....etc. Where can I get more info about the LLVM Instr scheduling pass? TIA, - Sanjiv
2008 Aug 30
0
[LLVMdev] LLVM Instruction Scheduling Pass
On Aug 29, 2008, at 10:43 AM, sanjiv gupta wrote: > I have two instructions , both have flag dependency onto a common > instruction. So this forms a closed loop. The instruction scheduler > asserts saying that the common instruction is already inserted into > FlaggedNodes list....etc. A flag value cannot be read by two nods. That's not legal. > > > Where can I get more info about the LLVM Instr scheduling pass? This is the right place to ask questions. Evan > > > > TIA, > - Sanjiv > ______________________________________________...
2008 Aug 30
1
[LLVMdev] LLVM Instruction Scheduling Pass
...g 29, 2008, at 10:43 AM, sanjiv gupta wrote: > > > I have two instructions , both have flag dependency onto a common > > instruction. So this forms a closed loop. The instruction scheduler > > asserts saying that the common instruction is already inserted into > > FlaggedNodes list....etc. > > A flag value cannot be read by two nods. That's not legal. > I see. What's a good way to model instructions that depend on the side-effect of an earlier instruction? - Sanjiv
2011 Dec 20
1
[LLVMdev] [cfe-dev] anchoring explicit template instantiations
...at I've now gone & fixed /every/ >> violation of -Wweak-vtables across LLVM & Clang (apart from some llvm >> target tblgen problems - not sure how practical they are to fix. And >> gtest also fires this warning) I thought I should probably get at >> least a '*nod*' before I check this in. > > Looks fine to me, please do. Chris, I really hate this change. Is this really the only way to solve this problem? Ted -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments...
2014 Mar 31
2
[LLVMdev] Contributing the Apple ARM64 compiler backend
> There's already a working fast isel port as well. Though I'm not sure > how well tested that's been on linux. > > Tim? I've not tested FastISel on Linux at all, I'm afraid. In theory I'd expect only minor modifications to be necessary (around global variable materialisation, if anywhere). Cheers. Tim.
2014 Mar 31
3
[LLVMdev] Contributing the Apple ARM64 compiler backend
> *nod*. That's most of what we needed for ARM as well. Should probably > conditionalize it on os darwin for now until it's tested more with a > command line? I'd almost prefer to leave it in for the bugs to be discovered (perhaps after some simple tests of our own). ARM went wirthout F...