similar to: [Bug 474] sftp should provide logging

Displaying 20 results from an estimated 9000 matches similar to: "[Bug 474] sftp should provide logging"

2008 Feb 26
2
fileflags.diff patch
Hi All, I just tried (on OS10.5.2) the new fileflags.diff patch patch -p1 <patches/fileflags.diff patch -p1 <patches/crtimes.diff (see result below- I fixed the rej's ) then ./configure make then tried it out but it isn't copying the creation dates now.... just wondering if I missed something .. Rob D robert-dutoits-powerbook-g4-15:rsync-3.0.0pre10 astrid$ patch -p1
2013 Feb 03
1
rsync 3.0.9 compile --copy-devices --write-devices not working
Hi Folks, i recently try to use rsync on devices. The goal is to sync two logical volumes without copy the whole. According to http://gitweb.samba.org/?p=rsync-patches.git;a=tree write-devices.diff copy-devices.diff should do the job. I downloaded https://rsync.samba.org/ftp/rsync/rsync-3.0.9.tar.gz and tried to apply the two .diff from your gitweb resulting in: write-devices.diff:
2007 Apr 18
1
[Bridge] Fedora 2.4.22-1.2166.nptl
Hi, I'm having trouble applying ebtables-brnf-3_vs_2.4.22.diff to 2.4.22-1.2166.nptl. Applying the patch did not go well. Can anyone help me with this? TIA. Andy Here is the output: [root@specwall linux-2.4.22-1.2166.nptl]# patch -p1 < ../ebtables-brnf-3_vs_2.4.22.diff patching file net/bridge/br_private.h Reversed (or previously applied) patch detected! Assume -R? [n] n Apply anyway?
2005 Jun 21
1
ast_data help
hello, I need help with ast_data I downloaded asterisk from cvs cvs -d :pserver:anoncvs@cvs.digium.com:/usr/cvsroot co -r HEAD asterisk and the latest ast_data. When i run ./INSTALL.txt i get : serveur1:/opt/asterisk/ast_data# ./INSTALL patching file contrib/scripts/sip-friends.sql patching file contrib/scripts/iax-friends.sql patching file apps/app_voicemail.c Hunk #1 succeeded at 27 with
2004 Jan 08
2
Multihome- routes patch problem
Hi all iam trying to setup Dual gate using Julian patch DGD, but when i try tp patch to my kernel with fedora iam getting the following eroor can some one suggest me what is wrong or i need a latest patch for fedora [root@linux-2.4.22-1.2115.nptl]# patch -p1 < /root/update/update/routes-2.4.20-9.diff patching file include/linux/netfilter_ipv4/ip_nat.h patching file
2014 Sep 04
0
opus 11.12.0
hi, any plans update patch for 11.12.0? |https://github.com/meetecho/asterisk-opus https://github.com/netaskd/asterisk-opus/ | patching file build_tools/menuselect-deps.in patching file channels/chan_sip.c Hunk #1 succeeded at 7659 (offset -98 lines). Hunk #2 succeeded at 11011 (offset -34 lines). Hunk #3 succeeded at 11050 (offset -34 lines). Hunk #4 succeeded at 11117 with fuzz 1 (offset
2006 Feb 13
0
Few more quarries [was:] Re: Please help in choosing the right patches
Manish Kathuria wrote: > Sandeep Agarwal wrote: >> Manish Kathuria wrote: >> >>Sandeep Agarwal wrote: >> >> >> >> >> >> I have gone through http://www.ssi.bg/~ja/nano.txt AND further >> >> http://www.ssi.bg/~ja/ & got confused in choosing the right patch. >> >> Please suggest if I will choose Jumbo Patch
2005 Feb 12
1
ast_data does not patch
Hello all, I have just been trying to install the latest ast_data from: http://svn.asteriskdocs.org/res_data/ast_data/ into my cvs version of Asterisk and have found that the install patching fails. --------------------------------------------- patching file contrib/scripts/sip-friends.sql patching file contrib/scripts/iax-friends.sql patching file apps/app_voicemail.c patching file
2006 Jan 23
1
Adding HTB support for kernel 2.4.19 SUSE 8.1
Hi everybody, I''ve got a little problem when adding HTB support to my SUSE 8.1 by patching its kernel 2.4.19. After i patch kernel getting some errors, the HTB kernel option shows up but when i make modules it finds something wrong with the sch_htb.o module. Could somebody give me a hand on this? Thanks in advance. I get this information when patching (patch -p1 <
2009 May 24
3
need help to compile wine with patches
hello, i have a problem to patch wine. it's about this bug : http://bugs.winehq.org/show_bug.cgi?id=13335, and concerning mmap.patch. here is the command line that i tried : patch -p1 < mmap.patch but here is the result : Code: teddy at tedportable:~/wine/wine-1.1.18$ patch -p1 < mmap.patch patching file dlls/ntdll/ntdll_misc.h Hunk #1 FAILED at 139. 1 out of 1 hunk FAILED -- saving
2011 Apr 06
1
3.0.8 OSX build hfs+ patch failing
Hi all, hi Mike, I am just building 3.0.8 on osx 10.6.6 and mike's hfs_compression.diff is failing. Am I missing something? Thanks, Rob patch -p1 <patches/fileflags.diff patch -p1 <patches/crtimes.diff patch -p1 <patches/crtimes-64bit.diff ( this says previously applied?) patch -p1 <patches/crtimes-hfs+.diff but for patch -p1 <patches/hfs_compression.diff patching file
2008 Nov 11
1
Kernel compilation problems
All, I am trying to build a custom kernel, following the howto and some stuff i found on the forums (mkspec.patch) 1. the mkspec.patch gives an error: [root at centos linux]# patch -p1 < mkspec.patch (Stripping trailing CRs from patch.) patching file scripts/package/mkspec Hunk #1 succeeded at 103 with fuzz 2 (offset 22 lines). Hunk #2 FAILED at 115. 1 out of 2 hunks FAILED -- saving
2005 Jun 05
0
VoiceMail Termporary greeting option
I'm trying to apply the following patch to CVS 1.07 and I after running patch -p0 < vm_tempgreet.patch.txt I get the following error: patching file apps/app_voicemail.c Hunk #1 FAILED at 176. Hunk #2 FAILED at 1263. Hunk #3 FAILED at 1293. Hunk #4 FAILED at 1331. Hunk #5 FAILED at 3303. Hunk #6 succeeded at 3562 with fuzz 2 (offset 206 lines). 5 out of 6 hunks FAILED -- saving rejects to
2005 Dec 17
10
need some tips for applying patches
I am working with a legacy database that does not always follow the conventions for table names, primary key and foreign key column names, and join table names. This is no problem in my application code because Rails allows me to override the defaults. However it is making unit testing next to impossible because fixtures will still try and insert data into the wrong tables. Changing the
2005 Jul 05
1
I need sleep (dovecot auth / postfix 2.3)
I need the new sleep feature (smtpd_*_restrictions) of Postfix 2.3 snapshots, but I'm using the Dovecot auth patch. The 2.2.1 patch had problems in the snapshots I tried. Fortunately the problems were very simple. rob0 at room101:~/src/mail/postfix-2.3-20050630$ patch -p1 < ~/dl/postfix-2.2.1-dovecot-auth.patch [snip] patching file src/smtpd/Makefile.in Hunk #1 FAILED at 1. Hunk #2 FAILED
2008 May 30
1
patch-3.0.29 to 3.0.30 broken
Jerry, The patch for 3.0.29 to 3.0.30 is broken; can you fix? James -- Patch Results -- Patch #10 (patch-3.0.29-3.0.30.diffs.gz): + /usr/bin/gzip -d + patch -p1 -s 146 out of 146 hunks FAILED -- saving rejects to file docs/Samba3-ByExample.pdf.rej 8 out of 8 hunks FAILED -- saving rejects to file docs/Samba3-Developers-Guide.pdf.rej 194 out of 194 hunks FAILED -- saving rejects to file
2006 Jan 24
1
Adding ACLs on Solaris
When I try to patch rsync to allow for acls I get the following: patch -p0 < patches/acls.diff Looks like a unified context diff. Hunk #1 failed at line 25. Hunk #2 failed at line 0. 2 out of 2 hunks failed: saving rejects to Makefile.in.rej The next patch looks like a unified context diff. The next patch looks like a unified context diff. The next patch looks like a unified context
2007 Nov 15
2
2.6.9 w/ acl, xattr, and fake-super support?
Hello, As i cannot get 3.0.0pre5 to work in my environment (throwing crazy errors which i've posted previously), i would like to revert to 2.6.9 . Of course, the reason i tried to use v3 in the first place was for the acl, xattr, and fake-super options - which, evidently, can be enabled under 2.6.9, as per the following sources: http://lists.samba.org/archive/rsync/2007-February/017218.html
2004 Nov 23
4
Spandsp and Asterisk
Does anyone have an update patch file to get Spandsp installed? I'm running asterisk CVS-HEAD-11/19/04-21:53:37 on redhat 9.0 I installed spandsp-0.0.2 when runnig the patch I get patching file Makefile Hunk #1 FAILED at 41. Hunk #2 FAILED at 69. 2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej -------------- next part -------------- An HTML attachment was scrubbed...
2001 Nov 03
1
Patch for kernel 2.4.14pre7
Hi ! Is a ext3 patch for kernel 2.4.14pre7 available ? Patching 2.4.14pre7 with latest patch ext3-2.4-0.9.14-2414p5 fails: patching file include/linux/sched.h Hunk #2 succeeded at 489 (offset 1 line). patching file include/linux/fs.h patching file include/linux/capability.h patching file fs/buffer.c patching file mm/filemap.c Hunk #1 succeeded at 209 (offset 4 lines). patching file mm/vmscan.c