search for: swp

Displaying 20 results from an estimated 110 matches for "swp".

Did you mean: smp
2024 Jan 03
1
Files exist, but sometimes are not seen by the clients: "No such file or directory"
...9;ve changed those 3 options to check if the problem still appears. Current configuration: $ sudo gluster volume info tank Volume Name: tank Type: Distribute Volume ID: 2c3ca623-c1df-4b5f-b20e-5222d189f834 Status: Started Snapshot Count: 0 Number of Bricks: 24 Transport-type: tcp Bricks: Brick1: swp-gluster-05:/tank/volume1/brick Brick2: swp-gluster-06:/tank/volume1/brick Brick3: swp-gluster-07:/tank/volume1/brick Brick4: swp-gluster-05:/tank/volume2/brick Brick5: swp-gluster-06:/tank/volume2/brick Brick6: swp-gluster-07:/tank/volume2/brick Brick7: swp-gluster-05:/tank/volume3/brick Brick8: sw...
2004 May 11
2
possible bug with exclude/exclude-from
.../home, i do: rsync -CWavP --delete --delete-excluded \ --exclude=".phoenix/default/*/Cache/" \ --exclude-from=rsync-excludes \ myusername/ targetserver:/backup/myusername/ rsync-excludes contains (without [] lines): [start] #comment **.xvpics** *.swp [end] This works as expected, the phoenix cache dir is excluded, xvpics and .swp files as well. Now, if i try the the same except the .phoenix stuff moved to the exclude file: rsync -CWavP --delete --delete-excluded \ --exclude-from=rsync-excludes \ myusername/ targets...
2013 Sep 24
5
Service refresh gets scheduled and swp files
...llow. service {''nginx'': ensure=>running, restart=> "/etc/init.d/nginx reload", subscribe=>File["/etc/nginx/"], } *2*- And one more issue is if someone opens the file and edit it on the puppet server (if editing takes longer time), then sometimes the .swp file gets copied to puppet agent machine !! Does anyone have the solutions for these problems ! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppe...
2010 Mar 05
2
xen failover
Hi, I''ve got a question regarding failover. I''ve set up Xen and DRBD with the versions packaged for CentOS 5.4. Live migration of the domU''s is working between the two xen nodes quite happliy. Each domU has two LVM LVs associated with it, partitioned as swp and root. DRBD is configured to just sync the LV containing the root partition, not swp. I''ve seen conflicting articles on the web regarding if the swap partition should be sync''d or not. I''m about to play with heartbeat to test automatic failover of domU''s -...
2017 May 25
3
Some questions about software pipeline in LLVM 4.0.0
...about the implementation of Software pipeline in MachinePipeliner.cpp. First, in hexagon backend, between MachinePipeliner and regalloc pass, there're some other passes like phi eliminate, two-address, register coalescing, which may change or insert intructions like 'copy' in MBB, and swp kernel loop may be destroyed by these passes. Why not put MachinePipeliner just before reg alloc pass like gcc's modulo scheduler does? In order to keep SSA pattern? I found many codes to process PHI nodes in MachinePipeliner.cpp. So I think if we move MachinePipeliner just before regalloc, it...
2004 Mar 10
2
R CMD check errors
...check I can't deal with. I'm working under Linux with R 1.8.1 The package working directory can be found at: http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.tar.gz Here's the 00check.log produced by R CMD check distr * using log directory '/home/tom/studium/R/swp/swp/package/distr.Rcheck' * checking for file 'distr/DESCRIPTION' ... OK * checking if this is a source package ... OK * checking package directory ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking DESCRIPTION meta-info...
2007 Sep 04
0
Keep harddisks (volumes) syncronized over network for live migration on Linux
...cal server running xen 3.0.3 (Debian etch std. packages) with serveral DomUs. Theres my question: It is possible to keep thier lvm volume groups or singe logical volumes synchronized over network? Example: dom01 contains: domU1 on volume group xenserver1 with logical volume domU1 and LV domU1-swp domU2 on volume group xenserver1 with logical volume domU2 and LV domU2-swp ... dom0j contains: domUn on volume group xenservern with logical volume domUn and LV domUn-swp domUm on volume group xenserver1 with logical volume domUm and LV domUm-swp I want to have LV domU[1..m]* on...
2008 Dec 14
3
[LLVMdev] How to correlate LLVA with native ISA
...ass, my MachineFunctionPass gets an error when it is loaded by opt. The class has constructor, virtfn, runOnMachineFunction, getPassName, runOnFunction, and getAnalysisUsage methods where body parts of all methods are empty. Does any have a similar problem? Error opening '../../src/Release/lib/SWP.so': ../../src/Release/lib/SWP.so: undefined symbol: _ZTIN4llvm19MachineFunctionPassE (without virtfn() definition) Error opening '../../src/Release/lib/SWP.so': ../../src/Release/lib/SWP.so: undefined symbol: _ZN4llvm19MachineFunctionPass6virtfnEv Thanks in advance! - Keun Soo On...
2008 Dec 08
0
[LLVMdev] How to correlate LLVA with native ISA
Keun Soo Yim wrote: > > Hi, > > How to correlate the LLVM IR-leve instructions and memory values > with the machine instructions and memory locations? Can you tell us what goal you are trying to accomplish that requires you to do this? There might be better ways of doing what you want. The answer to your question probably depends on whether you're trying to write a
2003 Dec 17
3
Dotfiles not being deleted?
...I'm attempting to copy/sync a development directory on my laptop to our web server, and for some reason dot-files are being copied but not deleted. Command line: rsync -rvva --delete-after -e ssh ./ server.com:/var/www/html/project/ The symptom is that I've got files like '.Makefile.swp' and '.hidden.php.swp' on the server (vi temp files) even after deleting them from the laptop and running the rsync command again. If I create a file called '.foo' and run rsync, it will be created on the server, but if I delete .foo and run rsync again, it isn't deleted fr...
2008 Dec 14
0
[LLVMdev] How to correlate LLVA with native ISA
...ass, my MachineFunctionPass gets an error when it is loaded by opt. The class has constructor, virtfn, runOnMachineFunction, getPassName, runOnFunction, and getAnalysisUsage methods where body parts of all methods are empty. Does any have a similar problem? Error opening '../../src/Release/lib/SWP.so': ../../src/Release/lib/SWP.so: undefined symbol: _ZTIN4llvm19MachineFunctionPassE (without virtfn() definition) Error opening '../../src/Release/lib/SWP.so': ../../src/Release/lib/SWP.so: undefined symbol: _ZN4llvm19MachineFunctionPass6virtfnEv Thanks in advance! - Keun Soo On...
2007 Mar 19
1
Screen not changing from 640x480 to 800x600 - "Shogun - Total War"
Wine 9.30 Slackware 11 ATI FireGL 5200 (Propriatory drivers) I found Shogun in a shop as a 'Classic' game and I've been trying to get it to work using Wine. Shogun uses Safedisc and so does not work in it's, ahem, original form. However it can, shall we say, be persuaded to get over it's difficulties and at least run. This is where I am now. I have the game running and
2017 Jun 01
1
Some questions about software pipeline in LLVM 4.0.0
...way to identify recurrences. Also, if it's done just prior to register allocation we need to re-generate the liveness information for all the new virtual registers and CFG. Unfortunately, you're correct - there is a lot of code that deals with Phis. The code that generates the Phis in the swp kernel and epilogs is a mess and very complicated. This portion of the pipeliner really needs some attention to reduce the complexity and improve readability. This has been on my list for quite a while. While I think we could move the location of the pipeliner, I don't think the extra wor...
2008 Dec 08
2
[LLVMdev] How to correlate LLVA with native ISA
Hi, How to correlate the LLVM IR-leve instructions and memory values with the machine instructions and memory locations? For example, if CMP instruction in machine ISA is selected for the ICMP instruction in LLVA, with the Instruction datastructure for ICMP, is it possible to get the memory address of CMP instruction? Assume that the code segment base address is given. Similarly, by
2002 Mar 18
1
line breaks
...wer _ mean(v[data$yr==Y])-(var(v[data$yr==Y])^.5) + upper _ mean(v[data$yr==Y])+(var(v[data$yr==Y])^.5) + ML _ mlv[ML$yr==Y & ML$metcode==met] + diff _ 0 + if (ML<lower) {diff <- lower-ML; + Display all 100 possibilities? (y or n) ActualTen.dta .check.R.swl .marketFix.log.swp . . contents of directory . . runsed test.log check.R marketFix.log PreRet.tar.gz .runsed.swp test.R + <<- v-diff} Error: syntax error Where: > inrange _ function(v,Y,s,z,mlv,met){ + lower _ mean(v[data$yr==Y])-(var(v[data$yr==Y...
2009 Feb 04
2
Best way to migrate Xen Disk IMG w/LVM''s to a block-device? (e.g. DRBD)
Hi All, I was hoping to pick someone''s brain about the best way of moving a Xen disk image (which has LVM''s inside of it) to a new block-device?  I have the target DRBD device ready but unsure what''s the best &amp; safest way to do it. I was actually tempted to mount the Xen disk image in a dom0, and make it visible via loop devices and promote that DRBD node for
2005 Sep 15
2
Speex 1.1.10 on ARM926EJ-Sid(wb) rev 3 (v5l)
...fication. I saw in the post: http://lists.xiph.org/pipermail/speex-dev/2005-June/003485.html that this version of speex works fine on ARM platforms. My configuration is: # cat /proc/cpuinfo Processor : ARM926EJ-Sid(wb) rev 3 (v5l) BogoMIPS : 95.83 (about 192 MHz) Features : swp half thumb fastmult edsp java CPU implementer : 0x41 CPU architecture: 5TEJ CPU variant : 0x0 CPU part : 0x926 CPU revision : 3 Cache type : write-back Cache clean : cp15 c7 ops Cache lockdown : format C Cache format : Harvard # gcc --version arm-linux-gcc (GCC) 3.3.2 (...
2006 Jan 22
1
Application of R and MNP
Dear all, I'm a new user of R and MNP. Would anybody advise me what I have done wrong to the input or data. When I add the R7, it said that there is an error "SWP:singular matrix". I can add up to R6 only. Copy of the R console is attached for your reference. Thanks. Andy -------------- next part -------------- A non-text attachment was scrubbed... Name: mywork.pdf Type: application/pdf Size: 32328 bytes Desc: not available Url : https://stat.ethz.c...
2006 May 03
1
Problems with exclude files in rsync 2.6.4
Hi, I've been trying to rsync some folders from my debian pc to a suse server. I created an exclude file called exclude_files.txt where one can read the following: ^/proc/* /prova1/ /var* *.o *.swp ^/dev* When I execute de command: rsync -aulHI --delete --partial --modify-window=2 --log-format=" %t %o %l %f " --stats \ --exclude-from=/home/USER/RSYNC/sinc/sinc_conf/exclude_files.txt \ --temp-dir=/tmp -e "ssh -o ForwardX11=no \ -i "/home/USER/RSYNC/sinc/.ssh/sinc_rsa&quot...
2007 Feb 19
2
ntlogon.conf
Hey Everyone... I'm hoping this is an easy one. I am using the ntlogon scripts that come with the samba examples (ntlogon.py and ntlogon.conf). It's working fine, except for one thing. I'm trying to set entries up for the groups "Domain Admins" or other groups with spaces in the name. The example that comes with it shows ... [Group-admins] I tried the following...