search for: backgroud

Displaying 20 results from an estimated 32 matches for "backgroud".

Did you mean: background
2010 Nov 25
0
[RFC PATCH 2/4] Btrfs: add MS_RDONLY to avoid backgroud writeback
...ansaction.c +++ b/fs/btrfs/transaction.c @@ -1188,6 +1188,13 @@ int btrfs_commit_transaction(struct btrfs_trans_handle *trans, unsigned long now = get_seconds(); int flush_on_commit = btrfs_test_opt(root, FLUSHONCOMMIT); + /* + * Since some error may force btrfs readonly, this can + * avoid backgroud writeback. + */ + if (root->fs_info->sb->s_flags & MS_RDONLY) + return 0; + btrfs_run_ordered_operations(root, 0); /* make a pass through all the delayed refs we have so far -- 1.7.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the b...
2001 Nov 29
3
Reset trellis plot backgroud color
Hello, I run R on Windows 2000. When I load lattice library and plot some lme class objects, the graphic window displays a dark-green color. Graphics look ok on the screen, but lines and points become invisible whem I send the plot to a printer because of the background color. Are there ways to reset the background color? Both par(bg=) and windows() do not work. Any ideas? Richard
2012 Mar 31
2
Is it there any std pattern in R which show same representation style of ppt found on net
i m searching on net,material related to R, whenever i get ppt presentation of some topic ,i found it in speical format white backgroud & blue bars,having links for further topics see link 1) https://www.rmetrics.org/files/Meielisalp2007/Presentations/Pfaff.pdf 2)http://grapevine.com.au/~yanchang/docs/Time-Series-Mining-slides.pdf If this is format,how can i made it,if i want to give my R codes presentation with your std styl...
2009 Jun 08
1
[SUGGESSTION 1/1] OCFS2: runtime tunable network idle timeout
backgroud: there is a network idle timeout regarding which a node is considered dead or network partition occures. problem: for some product environment, there is a special time during a day. in this special time, a backup work is happening over private network. at the time that the backup is going on, t...
2007 Mar 12
4
great problem with sounds and ztdummy
...8:16 ctl crw-rw---- 1 root dialout 196, 255 2007-03-13 08:16 pseudo crw-rw---- 1 root dialout 196, 253 2007-03-13 08:16 timer crw-rw---- 1 asterisk asterisk 196, 250 2007-03-13 08:16 transcode (Asterisk runing with user and group root) All ok, no error messages, but when I call and play backgroud or speak, asterisk do not play nothing. I can call to meetme, see: -- Executing Goto("SIP/5060-081e9db0", "pbx9|10|1") -- Goto (pbx9,10,1) -- Executing Answer("SIP/5060-081e9db0", "") -- Executing meetme("SIP/5060-081e9db0", &q...
2001 Feb 09
1
link R to VB
Hi, 1. How to dynamic link the outputs from R to MS-Word or MS-Excel? 2. I'd like to develop an VB application and use R as the "backgroud calculator". How do I call R and its function in VB? Thanks, Yu-Ling Wu __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2006 Nov 23
1
VB linked to R
help I'd like to develop an VB 6 application and use R as the "backgroud calculator". How do I call R with its functions and link it to the VB interface?
2013 Nov 15
0
gpo not working
...ther tongue I'm triying a simple gpo, put a fixed image as wallpaper on all the pc connected to the dc but is not working. Using the remote administration tool had has defined an Organizational Unit with one user and defined a policy with two restrictions 1) use a shared image [ \\dc\common\backgroud.jpg ] as wallpaper 2) disable change of wallpaper by the user the same restrictions are applied in the default domain policy BUT IS NOT WORKING Login with a user inside the default Users group or a user from the OU created is the same, wallpaper goes with the XP default and not the image i put...
2004 Jan 19
1
qda problem
...(as.data.frame(mfilters[cvtrain,]),as.factor(traingroups)) Error: function is not a closure That's also strange: > qda1 <- qda(mfilters[cvtrain,],as.factor(traingroups)) Error in qda.default(mfilters[cvtrain, ], as.factor(traingroups)) : length of dimnames must match that of dims Some backgroud: > str(mfilters[cvtrain,]) num [1:12500, 1:12] -0.426 0.937 -1.610 -2.099 0.749 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:12500] "1" "2" "8" "9" ... ..$ : NULL > str(as.factor(traingroups)) Factor w/ 3 levels "1",&quo...
2009 Jun 08
1
[SUGGESSTION 1/1] OCFS2: automatic dlm hash table size
backgroud: ocfs2 dlm uses a hash table to store dlm_lock_resource objects. the often used lookup is performed on the hash table. problem: for usages that there are huge number of inodes(thus huge number of dlm_lock_resource objects) in a ocfs2 volume, the lookup performance becomes a problem. the lookup h...
2011 Mar 08
0
[LLVMdev] LLVM Static & Dynamic Compiler Benchmarks
I come from a Java JIT backgroud, I would like to know what are the typical benchmarks for the static llvm compiler and for the LLVM JIT performance? -- Kind Regards Xin Tong -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110307/42449da2...
2011 Mar 08
0
[LLVMdev] LLVM Benchmarks
I come from a Java JIT backgroud, I am wondering what kind of benchmarks we use for the LLVM static compiler and JIT ? -- Kind Regards Xin Tong -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110307/be8efe7b/attachment.html>
2003 Jul 18
0
line colors in lattice.xyplot with png device
...<- 1:50 xyplot(y1 + y2 ~ x, allow.m = TRUE, type = 'l', col = c("red", "blue")) There are more complicated ways, namely by changing the trellis parameter superpose.line (see ?trellis.par.get and ?lset). > another problem is that I don't get a white backgroud, which is quite > problematic when printing the output. > (I works on WIN2K) Try (see ?trellis.device) trellis.device(png, ..., bg = "white") Also, see ?col.whitebg > and last but not least, is there a way to use 2 different y axis, i.e. > curve 1& 2 => left axis, c...
2006 Nov 24
1
fail to exit shell after issuing 'ssh -f .... targethost.foo.bar sleep 500000'
...$ ssh -2 -n -f -x -L6666:localhost:6666 -o BatchMode=yes targethost sleep 500000 $ exit the shell is waiting for the finish of issued command (sleep). The expected behaviour of above command should be, that the shell would close immediately and the issued command (... sleep) still would run as a backgroud process. On Solaris (tested on 5.9, 5.10) and Linux (SuSE SLES 9) above commands perform as expected When looking at the config.log i can see that configure cannot find a platform daemon function on AIX and thus uses the openbsd-compat version of the daemon function. Anyone an idea how to fix th...
2009 May 25
1
Is it possible to run an application automatically?
...cute a Linux shell command that starts the wine and the needed application directly. Is this possible? My application dumps some plain text info on the stdout and opens a socket so I can communicate with it remotely, no GUI needed. The ultimate goal is to run it remotely (over ssh) and leave it in backgroud. It seems that it works but I do not know how correct is this. This is the dump I got from putty (no X-forwarding): > test at test-pc-nl001:~/.wine/drive_c$ wine test_wrapper.exe 5000 > E: client-conf-x11.c: XOpenDisplay() failed > ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/s...
2009 Jul 30
0
Re: Perfectworld and wininet problem
...i can see a window asking me "patch settings" with the choice "select update" or "auto update". But i'm unable to click on both choice. In the background i see the "normal" widows from the launcher but without any button, now server info, only the "backgroud" picture from the launcher. > err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 > err:ole:CoGetClassObject no class object {50d5107a-d278-4871-8989-f4ceaaf59cfc} could be created for context 0x401 > fixme:wininet:InternetLockRequestFile STUB > fixme:win...
2011 Aug 10
3
Portal + Intel HD Graphics 3000 + Ubuntu Natty
...to it's menu, but nothing (like 3D background) renders - black screen with menu options on top. It crashes when attempting to start a game. The Linux demo loads through it's intro screens, but just completely crashes to desktop right as it would display the main menu (which, again, has a 3D backgroud). Portal actually renders it's opening menu, but the framerate is awful and several lighting effects are very glitchy looking. My guess is that the Tungsten drivers simply aren't featureful enough to do any 3d gaming, which is more than just an entertainment concern for me. I bought this l...
2006 Sep 17
0
[fdo] Xwinwrap feature request
Hello! I'd like to request a feature for xwinwrap. I wish that xwinwrap can also run other OpenGL apps beside xscreensavers. Personally, I'd like to run the astronomical program Celestia in the backgroud desktop while I work in other apps. http://www.shatters.net/celestia/gallery.html I thought it would be cool. I hope xwinwrap can do this someday. Thank you very much :-) Michael __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam prot...
2013 Oct 29
0
[Help] Net Groupmap failing
...llo dear Samba folks! I am trying to set up an Samba4 AD DC for more than a whole week now. Being new i tried to learn and diagnose as much as i can, but soon I am at the end. So please help me before I go crazy :) The problem in short: I can't add groupmappings. What else doesnt work in the backgroud, I don't know, i just tested the core functionalities, which seem to work. Here the facts: I installed the current master-branch from the git-repo at samba.org, running Ubuntu 12.04 on an virtualmachine. Some more details on the os: # uname -a Linux pdc 3.8.0-32-generic #47~precise1-U...
2003 Jul 17
2
line colors in lattice.xyplot with png device.
...of the curve diplayed. png(filename = filename, width = 950, height = 600, pointsize = 10, bg = "white") xyplot(HITS+MS1*3+FREQ~TIME |SERVER*LOCAL, data=myd,allow.multiple = TRUE, scales = "same", type="l") dev.off() another problem is that I don't get a white backgroud, which is quite problematic when printing the output. (I works on WIN2K) and last but not least, is there a way to use 2 different y axis, i.e. curve 1& 2 => left axis, curve 3 => right axis ? Sample codes would be welcome as I'm not yet used with the R syntax Thanks, Marc Mami...