Date: Fri, 12 Sep 2008 14:26:12 -0700 From: Chris St Denis <chris@smartt.com> To: Grant Peel <gpeel@thenetnow.com> Cc: freebsd-questions@freebsd.org, Christopher Cowart <ccowart@rescomp.berkeley.edu> Subject: Re: Wireshark Message-ID: <48CADE74.6070302@smartt.com> In-Reply-To: <DC4A5C48755A41669A5A56FA70FB6313@GRANT> References: <9E39D6AD5B404616B48B2C0F0FF4DFA8@GRANT> <20080911221811.GA66228@hal.rescomp.berkeley.edu><3A83AB41D1FC429CBB1F8936382EF7FC@GRANT> <48CAB8F7.3000104@smartt.com> <DC4A5C48755A41669A5A56FA70FB6313@GRANT>
next in thread | previous in thread | raw e-mail | index | archive | help
I have never tried this with OpenSSL so I can't be certain (I just use base openssl) but as long as the libraries are already open, deleting them should be ok since the open file handle will remain valid. Starting a new SSH connection may not work between the deinstall and install step, and apache may get upset if it happens to fork a new process in that time, but overall it should be ok, You'll want to restart sshd and apache after the install is done so they puck up the new version. If you are worried about getting disconnected between the 2 steps run them as a single command "make deinstall; make install" inside screen (ports/sysutils/screen) or something so it will run to completion even if you get disconnected. Grant Peel wrote: > OK, > > So I am using https, and, while doing all this, will be connected via > PuTTy through ssh. Will I be disconnected ? > > Deingstalling the port won't kill my connection or cause general > weirdness to people using https? > > -Grant > > ----- Original Message ----- From: "Chris St Denis" <chris@smartt.com> > To: "Grant Peel" <gpeel@thenetnow.com> > Cc: <freebsd-questions@freebsd.org>; "Christopher Cowart" > <ccowart@rescomp.berkeley.edu> > Sent: Friday, September 12, 2008 2:46 PM > Subject: Re: Wireshark > > >> Grant Peel wrote: >>> Hi CHris, >>> >>> >>> Just attempting to install the port. Something I noticed when the >>> install crapped out was that it wanted me to use the "Force Package >>> Register" for the OpenSSL_Overwrite_Base port. >>> >>> That port was already installed, what would be the correct method to >>> deal with this? >>> >>> -Grant >>> >>> ----- Original Message ----- From: "Christopher Cowart" >>> <ccowart@rescomp.berkeley.edu> >>> To: "Grant Peel" <gpeel@thenetnow.com> >>> Cc: <freebsd-questions@freebsd.org> >>> Sent: Thursday, September 11, 2008 6:18 PM >>> Subject: Re: Wireshark >>> >>> >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >> I've found this sometimes happens if the port is checking for a >> specific version of a dependancy and the version you have is older. >> Therefore the dependency check fails and it tries to install, but the >> package manager won't let it because of the existing version. >> >> You can deinstall OpenSSL_Overwrite_Base first and it will probebly >> work fine. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> > -- Chris St Denis Programmer SmarttNet (www.smartt.com) Ph: 604-473-9700 Ext. 200 ------------------------------------------- "Smart Internet Solutions For Businesses"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48CADE74.6070302>