cant understand patch file


 
Thread Tools Search this Thread
Operating Systems Linux cant understand patch file
# 1  
Old 06-07-2010
cant understand patch file

I am trying to attach a patch file.The output I am getting is

patching file net/ipv4/ip_forward.c
Hunk #1 succeeded at 38 (offset -2 lines).
Hunk #2 succeeded at 113 with fuzz 2 (offset -2 lines).
Hunk #3 FAILED at 152.
Hunk #4 succeeded at 197 (offset 1 line).
1 out of 4 hunks FAILED -- rejects in file net/ipv4/ip_forward.c

no rej file is getting produced.How do i figure out where the patch is failing.
anybdy knows where rej file is located?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Solaris 11 patch cross reference file

Hi all I wanted to know does solaris 11 have any place to download patch cross-reference file like solaris 10 (h t t p s://getupdates.oracle.com/reports/patchdiag.xref)? I wanted to use this file to filter out those security patches and use it to check if any of my solaris 11 systems are... (0 Replies)
Discussion started by: kaze
0 Replies

2. UNIX for Dummies Questions & Answers

How to Understand file writing in Progress in UNIX?

Hi All, I have a requirement, where i have to pool file A data to file B continuously and need to process the data in the file B. Since the data need to be processed only once so i have to truncate the data in file A after every pool. So that on the next pooling i can get the fresh data and... (3 Replies)
Discussion started by: mayank2211
3 Replies

3. Linux

Want to understand one patch

I just wanted to understand the timer patch in timer.c. It has already been merged in linux mainline kernel It says that I did not understand how it calcuates expires_limit as 0x20000000e from given value of expires=0xffffe6f5 and slack=25. Any help will be apreciable. ... (0 Replies)
Discussion started by: shivnandan kuma
0 Replies

4. Solaris

Cant understand the File system working nature

Hi, We have a filesystem whose usage has gone above 81%, i tried to zip some files in the sub directories but the space is not released in the main file system. > df -h Filesystem size used avail capacity Mounted on /u01/app 5.8G 4.6G 1.2G 81% ... (2 Replies)
Discussion started by: nokiak810
2 Replies

5. AIX

wtmp file - is there a patch to export the data another file each day?

sorry for being a noob, i am trying to find which user accessed the server at what time and there ip address at first i used who command but the output didn't contain the ip address then i used the last command which provided me with the ip of the users but when i searched i searched and found that... (1 Reply)
Discussion started by: hercules_1010
1 Replies

6. AIX

Find the patch that contained a particular file.

Hi All, I have an AIX executable (/usr/bin/shell) in my system. I want to know if this file was updated by any of the installed fixes/apars on my system. What is the AIX way of finding this information? Greetings, Peter (1 Reply)
Discussion started by: petervg
1 Replies

7. Solaris

How to understand if a file is complete

Hi there, files are being transferred via ftp to a folder in my machine which runs solaris 8. I would like to know if is possible to find out from my side if a file is completely transferred or not. Is there a way to control this? Thanks! (6 Replies)
Discussion started by: sickboy
6 Replies

8. Programming

Apply patch for make file.

I just downloaded a updating make file to build Ethereal to .dll file, but I don't know how to update the old make file with this new one. Please help.. thnx a lot. (1 Reply)
Discussion started by: blueblood
1 Replies

9. IP Networking

Patch-o-matic (patch for iptable) for linux2.4.08 & iptable1.2.7a

Hello friends I'm running Redhat 9.0 with linux kernel 2.4.20-8 & have iptables version 1.2.7a & encountering a problem that I narrate down. I need to apply patch to my iptable and netfilter for connection tracking and load balancing that are available in patch-o-matic distribution by netfilter.... (0 Replies)
Discussion started by: Rakesh Ranjan
0 Replies
Login or Register to Ask a Question
GUILT-NEW(1)							   Guilt Manual 						      GUILT-NEW(1)

NAME
guilt-new - Create a new patch SYNOPSIS
guilt-new [-f] [-s] [-e|-m message] <patchname> DESCRIPTION
Create a new patch and push it on top of the stack. An optional patch description can be supplied either interactively on via the command line. OPTIONS
-f Force patch creation if there are unrefreshed changes. These changes will get automatically imported into the new patch. -s Add a Signed-off-by with your committer identifier string to the patch message. -e Edit the patch message interactively. This option can be combined with -s to easily sign off on the patch. -m <message> The "<message>" string will used as the commit message. This option can be combined with -s to easily sign off on the patch. <patchname> Name of the patch to create. This must be a legal relative pathname string. For example, "foo", "foo/bar", and "foo/bar/foobar" are all valid. EXAMPLES
Create a new patch called foobar: $ guilt-new foobar Create a patch called foo and supply a patch description interactively: $ guilt-new -e foo Create a patch called bar with a provided patch description and sign off on the patch: $ guilt-new -s -m patch-fu bar AUTHOR
Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]> DOCUMENTATION
Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]> GUILT
Part of the guilt(7) suite (Generated for Guilt v0.35) NOTES
1. jeffpc@josefsipek.net mailto:jeffpc@josefsipek.net Guilt v0.35 01/20/2013 GUILT-NEW(1)