search for: simplier

Displaying 20 results from an estimated 129 matches for "simplier".

Did you mean: simpler
2007 May 18
3
test
Hi, I'm just testing if it is possible to send from other email addresses than the one I use to recieve mails. Regards, -- Y.
2007 Apr 06
2
Feature suggestion: number of deleted files on --stats
Hi, I'm writing to suggest a small new feature: including the number of deleted files on --stats. This way it would be simplier to parse rsync output to detect if it actually changed anything. An example of a real situation: I'm mirroring some files from one server to another (dnscache's servers list). If there is some actual change, I have some extra actions to perfom (SIGHUP dnscache). Or maybe there already is...
2004 Aug 06
2
Broadcasting w/o server
Ok, there are cool complex products such as SHOUTcast and icecast, but is there some simplier solution? What i need is simple plugin, allowing other guys in home LAN listen the same thing that i do? I do not want to download/install/setup one more program such as server. I do not need complex things. Just one and very simple - share my current winamp sound. --- >8 ---- List archives...
2007 Jul 26
2
multiple graphs
...add histograms or barcharts to an other graph like in the example at the R-graph gallery: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109 looking at the code I'not undertand very well how to add graphs in arbitrary/clever position with an adequate scale. If somebody have a simplier example with explanations it will be highly appreciate. Best Daniele ------------------------------------------------------ Scegli infostrada: ADSL gratis per tutta l?estate e telefoni senza canone Telecom
2005 Apr 02
3
Take over Domain login from XP
Hello, current situation: A XP-pro PC which does a domain login into a Win2003 (active directory) server. I have admin rights on this PC but not for the server. From the XP view the PC is already member of the domain. I want to install a Linux client into a separate partition of this PC for testing purposes. Is it possible to take over the domain login info from the XP partition to allow
2013 Sep 10
2
dovecot and PFS
...nd avoiding BEAST attack: SSLProtocol all -SSLv2 SSLHonorCipherOrder On SSLCipherSuite ECDHE at STRENGTH:ECDH at STRENGTH:DH at STRENGTH:HIGH:-SSLv3-SHA1:-TLSv10 -SHA1:RC4:!MD5:!DES:!aNULL:!eNULL dovecot does not care about BEAST, since attacker cannot inject trafic. Therefore the cipher list get simplier in dovecot.conf: ssl_cipher_list = ECDHE at STRENGTH:ECDH at STRENGTH:DH at STRENGTH:HIGH:!MD5:!DES:!aNULL :!eNULL But that list is good for browsers. I am not aware of documentation about what ciphers are advertised by various mail client. How can I know if that setting has some success pushing...
2014 Nov 21
2
Re: [PATCH 5/6] New API: btrfs_subvolume_get_default
...ug" is enabled (if (debug) ...). > + if (r == -1) { > + reply_with_error ("%s: %s", fs, err); > + return -1; > + } > + r = -1; Most probably it is not needed to manually reset r. > + if (sscanf (out, "ID %" SCNi32, &r) != 1) { It would be simplier to just use xstrtol to parse the output. > + reply_with_error ("%s: expected output, but got nothing", argv[0]); More than "nothing", "not a number". I'd also append the whole output here. > diff --git a/generator/actions.ml b/generator/actions.ml >...
2016 Jul 11
2
[PATCH v2 0/4] implement vcpu preempted check
On 07/06/2016 02:52 AM, Peter Zijlstra wrote: > On Tue, Jun 28, 2016 at 10:43:07AM -0400, Pan Xinhui wrote: >> change fomr v1: >> a simplier definition of default vcpu_is_preempted >> skip mahcine type check on ppc, and add config. remove dedicated macro. >> add one patch to drop overload of rwsem_spin_on_owner and mutex_spin_on_owner. >> add more comments >> thanks boqun and Peter's suggestion. >>...
2016 Jul 11
2
[PATCH v2 0/4] implement vcpu preempted check
On 07/06/2016 02:52 AM, Peter Zijlstra wrote: > On Tue, Jun 28, 2016 at 10:43:07AM -0400, Pan Xinhui wrote: >> change fomr v1: >> a simplier definition of default vcpu_is_preempted >> skip mahcine type check on ppc, and add config. remove dedicated macro. >> add one patch to drop overload of rwsem_spin_on_owner and mutex_spin_on_owner. >> add more comments >> thanks boqun and Peter's suggestion. >>...
2016 Jul 06
3
[PATCH v2 0/4] implement vcpu preempted check
On 06/07/2016 08:52, Peter Zijlstra wrote: > On Tue, Jun 28, 2016 at 10:43:07AM -0400, Pan Xinhui wrote: >> change fomr v1: >> a simplier definition of default vcpu_is_preempted >> skip mahcine type check on ppc, and add config. remove dedicated macro. >> add one patch to drop overload of rwsem_spin_on_owner and mutex_spin_on_owner. >> add more comments >> thanks boqun and Peter's suggestion. >>...
2016 Jul 06
3
[PATCH v2 0/4] implement vcpu preempted check
On 06/07/2016 08:52, Peter Zijlstra wrote: > On Tue, Jun 28, 2016 at 10:43:07AM -0400, Pan Xinhui wrote: >> change fomr v1: >> a simplier definition of default vcpu_is_preempted >> skip mahcine type check on ppc, and add config. remove dedicated macro. >> add one patch to drop overload of rwsem_spin_on_owner and mutex_spin_on_owner. >> add more comments >> thanks boqun and Peter's suggestion. >>...
2015 Jun 29
1
Re: [PATCH v2 1/9] build: Remove ./configure --enable-valgrind-daemon.
...ied in a future commit. > --- I understand you don't like how it is currently done (and I might agree); OTOH, some of the stuff here could still be used when trying to valgrind the daemon within the appliance. Can you please leave this commit aside for now, while I'm expermenting with a simplier valgrind mode for the daemon? Thanks, -- Pino Toscano
2016 Jan 28
1
[PATCH] inotify_add_watch: pass IN_ALL_EVENTS as mask for test
Instead of pass 0x3fffffff as mask value, pass a simplier 0xfff, which is the value of the IN_ALL_EVENTS define. This will still catch all the inotify events, and avoid a EINVAL error with Linux 4.4. --- generator/actions.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/actions.ml b/generator/actions.ml index 0d227cf..24c...
2010 Aug 11
1
non-linear regression for 3D data
Hello! Is there a simplier way in R to get a nonlinear regression (like nls) for a surface? I have 3D data, and it is definitely not a linear surface with which it would fit the best. Rather sg like z = a + f(x) + g(y) where probably both f and g are polinomes (hopefully quadratic). Szilvia -- View this message in context:...
2003 Jun 16
2
boot: ext3 fs not supported by kernel
I am running 2.4.18-3. I am getting terrible performance. I noticed in the boot.log that my / fs is ext3 and my kernel does not support ext3. I have tried to recompile the kernel with ext3 support. It did not seem to work. (e.g. lags for 40 or so when i am unzipping multiple files) Firstly, is this likely to be the case of my problems? How can i fix it? Do I just recompile the kernel or do I need
2016 Jun 28
11
[PATCH v2 0/4] implement vcpu preempted check
change fomr v1: a simplier definition of default vcpu_is_preempted skip mahcine type check on ppc, and add config. remove dedicated macro. add one patch to drop overload of rwsem_spin_on_owner and mutex_spin_on_owner. add more comments thanks boqun and Peter's suggestion. This patch set aims to fix lock holder pree...
2016 Jun 28
11
[PATCH v2 0/4] implement vcpu preempted check
change fomr v1: a simplier definition of default vcpu_is_preempted skip mahcine type check on ppc, and add config. remove dedicated macro. add one patch to drop overload of rwsem_spin_on_owner and mutex_spin_on_owner. add more comments thanks boqun and Peter's suggestion. This patch set aims to fix lock holder pree...
2014 Nov 21
1
Re: [PATCH 2/6] btrfs: add optional parameter `ro' to btrfs_subvolume_snapshot
...> ADD_ARG (argv, i, "snapshot"); > + > + /* Optional arguments. */ > + if (!(optargs_bitmask & > GUESTFS_BTRFS_SUBVOLUME_SNAPSHOT_RO_BITMASK)) + ro = 0; > + > + if (ro) { > + ADD_ARG (argv, i, "-r"); > + } > + I would make this bit simplier: if ((optargs_bitmask & GUESTFS_BTRFS_SUBVOLUME_SNAPSHOT_RO_BITMASK) && ro) ADD_ARG (argv, i, "-r"); Also, seen in the other patches as well, you don't need { ... } brackets for blocks of just one instructions. > diff --git a/generator/actions.ml b/generat...
2008 Sep 04
1
rsync with --backup
...e. patch-script and request is.. to save files, that are updated... and when the patch-script is run again (like, the same one) back-ups must not be overwritten. in rsync i've found --backup and --backup-dir... but the thing is.. that i need to store backups on local station (it is simplier to me), not on the receiving side... (as backup-dir option tries to do) giving --filter='Pp *~' after --backup-dir gives me --filter=Pp *~: unknown option and --backup-dir='user@host1:/path/to/backupdir/' /local/path/ user@host2:/remote/path/ gives no results.. file...
2016 Dec 09
1
[PATCH] inspect: improve canonical_mountpoint implementation
Use a simplier version using a loop, skipping multiple '/' at once, reducing the amount of memmove and strlen needed. Updates commit 865d070ddcbb071a919614f45c8eef8fcb4497ff. --- src/inspect-fs-unix.c | 56 ++++++++++++++++++--------------------------------- 1 file changed, 20 insertions(+), 36 deletion...