search for: pacth

Displaying 20 results from an estimated 50 matches for "pacth".

Did you mean: pact
2002 Jun 08
0
pacth question
hello is there any one who lnow what is the signification of ''@@ -2,6 +2,7 @@'' in the patch file htb2-2.4.17.diff thanks ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
2015 Mar 25
2
[PACTH v2] customize: fix --upload to FAT partition
FAT doesn't support file ownership, so show warning instead of error. Fixes RHBZ#1196101 Maros Zatko (1): customize: fix --upload to FAT partition (RHBZ#1196101) customize/customize_run.ml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) -- 1.9.3
2015 Mar 25
1
[PACTH v2] customize: fix --upload to FAT partition (RHBZ#1196101)
FAT doesn't support file ownership, so show info instead of error. --- customize/customize_run.ml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/customize/customize_run.ml b/customize/customize_run.ml index dbb77df..40d19ac 100644 --- a/customize/customize_run.ml +++ b/customize/customize_run.ml @@ -289,8 +289,20 @@ exec >>%s 2>&1 let
2015 Mar 26
0
Re: [PACTH v2] customize: fix --upload to FAT partition (RHBZ#1196101)
What was wrong with detecting ENOTSUP and turning it into a warning then? For reference see: https://github.com/libguestfs/libguestfs/blob/master/sparsify/in_place.ml#L38-L46 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program
2007 Jul 04
2
problem with quota
hi everyone I have dovecot 1.0.rc15-2, postfix 2.3.8 and virtual users and domains installed in debian sarge, the users quota are not working. I have applied the pacth VDA and didn't work, if a I sent a mail to another user which exceeds his quota this user can receive the mail without problem, this said to me that the quota doesn't work. I use maildir in mi configuration. Please help me with this problem.
2018 Sep 27
2
[PATCH net V2] vhost-vsock: fix use after free
...ock on a data path > operation? It's already there, and the patch only increase the critical section. > Granted use after free is nasty but Stefan said he sees > a way to fix it using a per socket refcount. He's on vacation > until Oct 4 though ... > Stefan has acked the pacth, so I think it's ok? We can do optimization for -next on top. Thanks
2018 Sep 27
2
[PATCH net V2] vhost-vsock: fix use after free
...ock on a data path > operation? It's already there, and the patch only increase the critical section. > Granted use after free is nasty but Stefan said he sees > a way to fix it using a per socket refcount. He's on vacation > until Oct 4 though ... > Stefan has acked the pacth, so I think it's ok? We can do optimization for -next on top. Thanks
2005 Apr 24
4
Upgrading R
Hello! New version of R has came out and I would like to thank to all developers on this matter. So I should probably upgrade. Fine and no problem. For windows I just grab the latest precompiled binnaries and install them. Then I see a report on a bug, which is or will be fixed in pacthed version. So I need to get binnaries from patched build and install them, right? How often do you people upgrade R on windows? For every patch? I know that it depends on the bug, but I would just like to hear what are your habits. I suppose Debian packages of "base R" are updated accor...
2005 Apr 24
4
Upgrading R
Hello! New version of R has came out and I would like to thank to all developers on this matter. So I should probably upgrade. Fine and no problem. For windows I just grab the latest precompiled binnaries and install them. Then I see a report on a bug, which is or will be fixed in pacthed version. So I need to get binnaries from patched build and install them, right? How often do you people upgrade R on windows? For every patch? I know that it depends on the bug, but I would just like to hear what are your habits. I suppose Debian packages of "base R" are updated accor...
2016 Jan 19
1
virtio pull for 4.5 (was Re: [PULL] virtio: barrier rework+fixes)
...t redhat.com> wrote: > Hi Linus, > Just making sure nothing's wrong with this pull request. > If there's an issue, pls let me know! It was just pulled because I wasn't 100% sure I wanted the extra indirection. Oh well, pulled now. One question: - the arch/sh/ part of the pacth looks dubious. Why does it do that #define smp_store_mb(var, value) __smp_store_mb(var, value) despite the commit log saying it's done by asm-generic? I haven't pushed out yet, my allmodconfig sanity-check build is still going.. Linus
2016 Jan 19
1
virtio pull for 4.5 (was Re: [PULL] virtio: barrier rework+fixes)
...t redhat.com> wrote: > Hi Linus, > Just making sure nothing's wrong with this pull request. > If there's an issue, pls let me know! It was just pulled because I wasn't 100% sure I wanted the extra indirection. Oh well, pulled now. One question: - the arch/sh/ part of the pacth looks dubious. Why does it do that #define smp_store_mb(var, value) __smp_store_mb(var, value) despite the commit log saying it's done by asm-generic? I haven't pushed out yet, my allmodconfig sanity-check build is still going.. Linus
2003 May 07
1
Patch: set the local ip address ssh tunnels bind to for 3.6.1p2
The following patch is just a cleaned up version from http://research.vovoid.com/smbssh/ which also includes a nice explanation of what the patch is trying to achieve. Full credits should go to them for this pacth, I have simply got it wokring on 3.6.1p2 and I am submitting it here to see if people believe it should be included in the general distribution. Cheers, Mark. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: openssh_3.6.1p2_local_tunnel_bind...
2011 Nov 21
1
Patched R build available today is missing some info (data and release number)
Hi all, The R version 2.14.0 Pacthed build from today, including patches up to 2011-11-20, is showing the following when started up : R version 2.14.0 Patched (2006-00-00 r00000) ... Isn't something missing here, like a correct date and a release number? On the page http://cran.r-project.org/bin/windows/base/rpatched.html the r...
2020 Oct 19
1
Small patch for nv50_vbo.c
Hi all! I saw TODO comment in nv50_vbo.c and decided to look at similar file, nvc0_vbo.c. I copied those two lines into nv50 with slight name change (nvc0->nv50) and apparently it doesn't fix any OpenGL app I have, but does not broke them further (I have compute pacthes currently applied, so some breakage expected). diff --git a/src/gallium/drivers/nouveau/nv50/nv50_vbo.c b/src/gallium/drivers/nouveau/nv50/nv50_vbo.c index 8d1c8c7665b..29b63a525aa 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_vbo.c +++ b/src/gallium/drivers/nouveau/nv50/nv50_vbo.c @@ -189,...
2006 Mar 20
2
levels for list and data.frame
Hello! Does R core find the following pacth usefull - I created methods for levels for list and data.frame, which can be usefull to get a list of levels for entries in a list or columns in a data.frame. Patch is attached and shown bellow example # Example > tmp <- list() > tmp$a <- factor(letters[1:10]) > tmp$b <- factor(l...
2004 Oct 03
3
[PATCH] PreferAskpass in ssh_config
...s a patch, which adds a new configuration option "PreferAskpass" to the ssh config. ssh{,-add,-keygen,-agent} will use ssh-askpass to prompt for passwords, if this option is set to "yes", and if ssh-askpass is available. Default for "PreferAskpass" is "no". Pacth is against current CVS. Sebastian -- signature intentionally left blank. -------------- next part -------------- Index: Makefile.in =================================================================== RCS file: /cvs/openssh/Makefile.in,v retrieving revision 1.265 diff -u -r1.265 Makefile.in --- M...
2018 Jul 12
2
UDP for data?
On Wed, Jul 11, 2018 at 6:58 PM, David Newall <openssh at davidnewall.com> wrote: > I remember, when Sun first released NFS they used UDP for transport because > "performance", and then, not so very long later, had to implement TCP > transport because "reliability". network reliability has changed quite a bit since the 80's. see eg QUIC
2018 Sep 27
0
[PATCH net V2] vhost-vsock: fix use after free
...kes on data path? > and the patch only increase the critical section. > > > Granted use after free is nasty but Stefan said he sees > > a way to fix it using a per socket refcount. He's on vacation > > until Oct 4 though ... > > > > Stefan has acked the pacth, so I think it's ok? We can do optimization for > -next on top. > > Thanks Well on high SMP serializing can drop performance as much as x100 so I'm not sure it's appropriate - seems to fix a bug but can introduce a regression. Let's see how does a proper fix look first?...
2018 Dec 26
0
How to change the server info/version which Samba returns to the client?
...n of attack on Samba server > (as attacker knows the operating system and version of the server)? surely, and sadly most of the stuff was diesgned with no awareness of that fact - you can't supress the version in ssh because it#s part of the proctol, the sme for mysql and httpd even refuses pacthes where you simply can remove the sevrer header because no client needs to know what type of webserver there is running at all in other world: most developers don't care otherwise this would not exist or at least not leak exact versions
2009 Jan 05
1
[Bug 566] New: Snapshot does not contain any file
...ersion: All Status: NEW Severity: blocker Priority: P1 Component: unknown AssignedTo: laforge at netfilter.org ReportedBy: whatvn at opensource.com.vn Hello, When repair to rebuild some iptables modules like conntract, connlimit..., I go to pacth-o-matic-ng download page and download newest snapshot, but cannot use all of type of this patch, until December 2008 to January 2009. I know it's not a bug, but cannot find where I can post it, so I send to you. Downloaded files extract nothing. Me and my friends from #Centos channel (FreeNod...