Date: Tue, 31 Jul 2001 10:37:31 -0400 From: Daniel Frazier <dfrazier@magpage.com> To: freebsd-stable@FreeBSD.ORG Subject: problem applying openssl patch... Message-ID: <3B66C2AB.8090609@magpage.com>
next in thread | raw e-mail | index | archive | help
the patch isn't patching for me. cd /usr/src; patch -p ~/openssl.patch just hangs. as far as I can tell it didn't touch any source files. truss patch -p ~/openssl.patch gives me this... trinity:/usr/src# truss patch -p ~/openssl.patch __sysctl(0xbfbffabc,0x2,0x18064ba8,0xbfbffab8,0x0,0x0) = 0 (0x0) mmap(0x0,32768,0x3,0x1002,-1,0x0) = 403070976 (0x18066000) geteuid() = 0 (0x0) getuid() = 0 (0x0) getegid() = 0 (0x0) getgid() = 0 (0x0) open("/var/run/ld-elf.so.hints",0,00) = 4 (0x4) read(0x4,0xbfbffa9c,0x80) = 128 (0x80) lseek(4,0x80,0) = 128 (0x80) read(0x4,0x1806a000,0x28) = 40 (0x28) close(4) = 0 (0x0) access("/usr/lib/libc.so.4",0) = 0 (0x0) open("/usr/lib/libc.so.4",0,027757775424) = 4 (0x4) fstat(4,0xbfbffae4) = 0 (0x0) read(0x4,0xbfbfeab4,0x1000) = 4096 (0x1000) mmap(0x0,618496,0x5,0x2,4,0x0) = 403103744 (0x1806e000) mmap(0x180ec000,20480,0x3,0x12,4,0x7d000) = 403619840 (0x180ec000) mmap(0x180f1000,81920,0x3,0x1012,-1,0x0) = 403640320 (0x180f1000) close(4) = 0 (0x0) sigaction(SIGILL,0xbfbffb3c,0xbfbffb24) = 0 (0x0) sigprocmask(0x1,0x0,0x18064adc) = 0 (0x0) sigaction(SIGILL,0xbfbffb24,0x0) = 0 (0x0) sigprocmask(0x1,0x18064aa0,0xbfbffb64) = 0 (0x0) sigprocmask(0x3,0x18064ab0,0x0) = 0 (0x0) fstat(2,0xbfbffa50) = 0 (0x0) getuid() = 0 (0x0) readlink("/etc/malloc.conf",0xbfbffab0,63) ERR#2 'No such file or directory' mmap(0x0,4096,0x3,0x1002,-1,0x0) = 403722240 (0x18105000) break(0x8057000) = 0 (0x0) gettimeofday(0xbfbff940,0x0) = 0 (0x0) getpid() = 3108 (0xc24) open("/dev/urandom",0,00) = 4 (0x4) read(0x4,0xbfbff94c,0x74) = 116 (0x74) close(4) = 0 (0x0) lstat("/tmp/patcho22qiKq",0xbfbffa50) ERR#2 'No such file or directory' lstat("/tmp/patchiGXv6Hz",0xbfbffa50) ERR#2 'No such file or directory' lstat("/tmp/patchrw27DZR",0xbfbffa50) ERR#2 'No such file or directory' lstat("/tmp/patchpHAbAKy",0xbfbffa50) ERR#2 'No such file or directory' sigaction(SIGHUP,0xbfbffae8,0xbfbffad0) = 0 (0x0) sigaction(SIGINT,0xbfbffae8,0xbfbffad0) = 0 (0x0) sigaction(SIGHUP,0xbfbffae8,0xbfbffad0) = 0 (0x0) sigaction(SIGINT,0xbfbffad8,0xbfbffac0) = 0 (0x0) open("/tmp/patchpHAbAKy",1537,0666) = 4 (0x4) fstat(0,0xbfbff9e0) = 0 (0x0) break(0x8058000) = 0 (0x0) ioctl(0,TIOCGETA,0xbfbffa14) = 0 (0x0) ...and just hangs there. This same thing is happening on two machines. any ideas? -- ---------------------------------------------------------------------- Daniel Frazier <dfrazier@magpage.com> Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B66C2AB.8090609>