search for: cleandir

Displaying 19 results from an estimated 19 matches for "cleandir".

2002 Feb 14
0
[Patch] Changes to openbsd.html
...s of OpenSSH are available for putting on your -OpenBSD machines: +OpenBSD machines(download to /usr/src/): <p> <ul> @@ -39,7 +39,7 @@ modifications: <pre> # cd /usr/src/usr.bin -# tar xvfz .../openssh-3.0.2.tgz +# tar xvfz ../openssh-3.0.2.tgz # cd ssh # make obj # make cleandir @@ -56,9 +56,9 @@ To extract and install it on your OpenBSD 2.9 system:<br> <pre> # cd /usr/src/usr.bin -# tar xvfz .../openssh-3.0.2.tgz +# tar xvfz ../openssh-3.0.2.tgz # cd ssh -# patch -p0 < .../openbsd29_3.0.2.patch +# patch -p0 < ../../openbsd29_3.0.2.patch # make obj...
2006 Jan 11
5
FreeBSD Security Advisory FreeBSD-SA-06:01.texindex
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-06:01.texindex Security Advisory The FreeBSD Project Topic: Texindex temporary file privilege escalation Category: contrib Module: texinfo
2008 Jul 29
1
[releng_7 tinderbox] failure on sparc64/sparc64
...:37:43 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree [...] rm -f termcap termcap.db termcap.5.gz termcap.5.cat.gz ===> share/timedef (cleandir) rm -f am_ET.UTF-8.out be_BY.CP1131.out be_BY.CP1251.out be_BY.ISO8859-5.out be_BY.UTF-8.out bg_BG.CP1251.out bg_BG.UTF-8.out ca_ES.ISO8859-1.out ca_ES.UTF-8.out cs_CZ.ISO8859-2.out cs_CZ.UTF-8.out da_DK.ISO8859-1.out da_DK.UTF-8.out de_AT.ISO8859-1.out de_AT.UTF-8.out de_DE.ISO8859-1.out de_DE.UTF...
2008 Jun 26
1
Strange compile error
Hi, Ive just downloaded OpenSSH 5.0, but I get some strange errors when I try to do the build on my RHEL4 box : # cd ssh # make obj Makefile:3: *** missing separator. Stop. # make cleandir Makefile:3: *** missing separator. Stop. # make obj Makefile:3: *** missing separator. Stop. Ive followed the instructions as mentioned on the OpenSSH build page, but I can't seem to figure out what I am doing wrong here. Any and all help would sincerely be appreciated. Regards, John Smi...
2003 May 16
1
Help please : make buildworld fails when upgrading to 4.8 stable
Hi, I can't build the world. I have an error in SSL, with today cvs sources. Here is the error : /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c: In function `ssl_read': /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c:209: `SSL_ERROR_WANT_ACCEPT' undeclared (first use in this function)
2005 Mar 22
18
[PATCH] tools top level makefile cleanup
I cleaned up the top level makefile in the tools directory. No major changes. Except I have it so that ioemmu is compiled only with x86_32. Signed-off-by: Jerone Young <jyoung5@us.ibm.com> --- tools/Makefile.orig 2005-03-17 21:03:44.000000000 -0600 +++ tools/Makefile 2005-03-22 15:05:20.000000000 -0600 @@ -1,37 +1,33 @@ +XEN_ROOT = ../ +include $(XEN_ROOT)/tools/Rules.mk -all: -
2003 Jun 19
4
SMP goes away after installworld (4.8-STABLE)
Hello, I installed 4.8-RELEASE a few weeks ago, and since I let the effort sit stagnant for a while I decided to do the cvsup/buildworld/buildkernel/installkernel/installworld/mergemaster/MAKEDEV steps to get current. Went fine, rebooted, then noticed that just one CPU was recognized: FreeBSD 4.8-STABLE #0: Thu Jun 19 17:05:20 PDT 2003
2005 Aug 15
2
recompile sshd with OPIE?
Hi, I'm having trouble getting an answer to the following problem on -questions - I hope someone here has done something similar and can help. I'd like to compile support for FreeBSD OPIE into sshd. Presently I have to use PAM to achieve one-time password support. On a 4.x system I have in /etc/ssh/sshd_config ChallengeResponseAuthentication yes and in /etc/pam.conf sshd auth
2003 Sep 10
1
4.9-prerelease (build linux module problem)
Hello everybody! FreeBSD 4.9-PRERELEASE. buildkernel problem. Help me, please. # make buildworld ==== linux_ptrace.o: In function `linux_ptrace': linux_ptrace.o(.text+0x164): multiple definition of `linux_ptrace' linux_dummy.o(.text+0x60): first defined here /usr/obj/usr/src/i386/usr/libexec/elf/ld: Warning: size of symbol `linux_ptrace'
2003 Sep 11
1
make buildworld problem
after cvsup'ing src-all to RELENG_4 and trying to make buildworld I get the next error message: /usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/cmap.cc:25: cmap.h: No such file or directory and a lot of the same messages "No such file or directory" on file cmap.cc, with mkdep: compile failed *** Error code 1 at the end of output I
2001 May 02
1
OpenSSH 2.9
OpenSSH 2.9 has just been uploaded. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. This release contains many portability bug-fixes (listed in the ChangeLog) as well as several new features (listed below). We would like to thank the
2001 May 02
1
OpenSSH 2.9
OpenSSH 2.9 has just been uploaded. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. This release contains many portability bug-fixes (listed in the ChangeLog) as well as several new features (listed below). We would like to thank the
2008 Mar 31
8
[Bug 1453] New: sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453 Summary: sshd closes connections. Classification: Unclassified Product: Portable OpenSSH Version: 4.9p1 Platform: Other
2003 Sep 04
2
buildkernel errors with "options SMBFS"
...arly relevant, unless I simply missed it. This is reproducible every time, and the same exact error in the same exact place occurs on both the 4.9 and the 5.1 machine. I can find no other relevant information. The discs are not full, and I did a clean buildworld (removed /usr/obj/* and made cleandir twice, then built the world) first. In fact, these were attempted builds on the exact same kernel config file, without the SMBFS option. I'm not terribly concerned about this, as I was just going to play around with mounting some NT exports, but it would be nice to know what is causing thi...
2003 Apr 18
1
Broken buildworld in groff, 4.8-stable?
Hi, I've been cvsupping and trying to buildworld for close to 18 hours now, on and off, with the same result. My current system is: FreeBSD gurney.reilly.home 4.8-STABLE FreeBSD 4.8-STABLE #25: Sat Apr 12 11:56:29 EST 2003 root@gurney.reilly.home:/usr_plus/obj/usr_plus/src/sys/GURNEY i386 About a week old. I've just cvsupped again, and tried a make buildworld, and get the
2003 Jun 13
1
Strange problem with "make clean"
Hello, I'm experiencing a weird problem doing "make clean" in "/usr/src". It happens on a couple of FreeBSD 4.8-RELEASE machines (RELENG_4_8 to be precise). Cvsup, build & install phases all went fine, just "make clean" went wrong. I tried rm-ing the incriminated subdirectory and even rm-ing the checkout.cvs:RELENG_4_8 file and re-cvsupping but nothing
2016 Nov 08
4
one host only: ssh_dispatch_run_fatal
all but one lan host (gv)can ssh connect to host 2x Included windows 10, several linux. 2x is a solaris host. That problem host (gv) can connect to all others but 2x. 2x can connect to all other encluding the problem host (gv) So gv ssh to 2x throws this error: ssh_dispatch_run_fatal: Connection to 192.168.1.42 port 22: incorrect signature. 192.168.1.42 is 2x. So incoming ssh from gv to 2x
2016 Nov 08
4
one host only: ssh_dispatch_run_fatal
...ssh.com? Well, since I'm not on a BSD system... <on gentoo linux> and since the instructions in the README file: To extract and install this release on your OpenBSD system use: # cd /usr/src/usr.bin # tar xvfz .../openssh-x.y.tgz # cd ssh # make obj # make cleandir # make depend # make # make install # cp ssh_config sshd_config /etc/ssh And since there appear to be no other helpful files... I guess mucking around with it and pounding thru google for a hour or two are a little above my paygrade... not to mention skill level.... I guess...
1998 Oct 15
1
Problem to map home dir
...n.sh $(INSTALLPERMS) $(BASEDIR) $(BINDIR) $(LIBDIR) $(VARDIR) $(PROGS) uninstallscripts: @$(SHELL) $(srcdir)uninstallscripts.sh $(INSTALLPERMS) $(BINDIR) $(SCRIPTS) uninstallcp: @$(SHELL) $(srcdir)uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST) clean: rm -f core *.o */*.o *~ $(PROGS) $(SPROGS) cleandir: clean rm -f .depend tags proto: @$(SHELL) $(srcdir)checkos.sh $(FLAGSM) $(AWK) -f mkproto.awk `echo $(PROTOOBJ) | sed -e 's/\.o/\.c/g' | tr ' ' '\n' | sort | uniq` > proto.h tags: etags `find . -name "*.[ch]"` realclean: clean