This is a discussion on binary upgrade 3.7 to 3.8 within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> How to binary upgrade OBSD 3.7 to 3.8 remotly via ssh. System 3.7 can't stop longer than 10 minute....
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Sun, 13 Nov 2005 19:39:51 +0100, Krzys2 wrote: > > How to binary upgrade OBSD 3.7 to 3.8 remotly via ssh. System 3.7 can't > stop longer than 10 minute. http://openbsd.org/faq/upgrade38.html |
| |||
| Dave Uhring wrote: > On Sun, 13 Nov 2005 19:39:51 +0100, Krzys2 wrote: > > >>How to binary upgrade OBSD 3.7 to 3.8 remotly via ssh. System 3.7 can't >>stop longer than 10 minute. > > > http://openbsd.org/faq/upgrade38.html > I made all from this page. All services run right, except Apache httpd. I cant run httpd. Where can I look errors? Log file - which? K |
| |||
| On Sun, 13 Nov 2005 23:44:26 +0100, Krzys2 wrote: > Dave Uhring wrote: >> On Sun, 13 Nov 2005 19:39:51 +0100, Krzys2 wrote: >> >> >>>How to binary upgrade OBSD 3.7 to 3.8 remotly via ssh. System 3.7 can't >>>stop longer than 10 minute. >> >> >> http://openbsd.org/faq/upgrade38.html >> > I made all from this page. All services run right, except Apache httpd. > I cant run httpd. > > Where can I look errors? Log file - which? The etc38.tgz tarball contains a new, original /var/www/conf/httpd.conf. I hope you have your original one backed up. |
| |||
| Krzys2 <krzys@zsm1.bydgoszcz.pl> wrote: > Dave Uhring wrote: >> On Sun, 13 Nov 2005 19:39:51 +0100, Krzys2 wrote: >> >> >>>How to binary upgrade OBSD 3.7 to 3.8 remotly via ssh. System 3.7 can't >>>stop longer than 10 minute. >> >> >> http://openbsd.org/faq/upgrade38.html >> > I made all from this page. All services run right, except Apache httpd. > I cant run httpd. > > Where can I look errors? Log file - which? > > K You did try stopping Apache, removing all packages (ESPECIALLY PHP) and re-installing them, no? Joachim |
| |||
| Dave Uhring wrote: > On Sun, 13 Nov 2005 23:44:26 +0100, Krzys2 wrote: > > >>Dave Uhring wrote: >> >>>On Sun, 13 Nov 2005 19:39:51 +0100, Krzys2 wrote: >>> >>> >>> >>>>How to binary upgrade OBSD 3.7 to 3.8 remotly via ssh. System 3.7 can't >>>>stop longer than 10 minute. >>> >>> >>>http://openbsd.org/faq/upgrade38.html >>> >> >>I made all from this page. All services run right, except Apache httpd. >>I cant run httpd. >> >>Where can I look errors? Log file - which? > > > The etc38.tgz tarball contains a new, original /var/www/conf/httpd.conf. > I hope you have your original one backed up. > Yes I backed up my httpd.conf file and restore it. httpd don't start - no errors in console. |
| |||
| jKILLSPAM.schipper@math.uu.nl wrote: > Krzys2 <krzys@zsm1.bydgoszcz.pl> wrote: > >>Dave Uhring wrote: >> >>>On Sun, 13 Nov 2005 19:39:51 +0100, Krzys2 wrote: >>> >>> >>> >>>>How to binary upgrade OBSD 3.7 to 3.8 remotly via ssh. System 3.7 can't >>>>stop longer than 10 minute. >>> >>> >>>http://openbsd.org/faq/upgrade38.html >>> >> >>I made all from this page. All services run right, except Apache httpd. >>I cant run httpd. >> >>Where can I look errors? Log file - which? >> >>K > > > You did try stopping Apache, removing all packages (ESPECIALLY PHP) and > re-installing them, no? > > Joachim No - it is neccesary? in FAQ its optional. |
| |||
| On Mon, 14 Nov 2005 02:28:41 +0100, Krzys2 wrote: > Dave Uhring wrote: >> The etc38.tgz tarball contains a new, original /var/www/conf/httpd.conf. >> I hope you have your original one backed up. >> > Yes I backed up my httpd.conf file and restore it. > > httpd don't start - no errors in console. Did you keep the same arguments to httpd_flags in /etc/rc.conf? How are you trying to start httpd? Are you using apachectl? |
| |||
| Dave Uhring wrote: > On Mon, 14 Nov 2005 02:28:41 +0100, Krzys2 wrote: > > >>Dave Uhring wrote: > > >>>The etc38.tgz tarball contains a new, original /var/www/conf/httpd.conf. >>>I hope you have your original one backed up. >>> >> >>Yes I backed up my httpd.conf file and restore it. >> >>httpd don't start - no errors in console. > > > Did you keep the same arguments to httpd_flags in /etc/rc.conf? yes > > How are you trying to start httpd? Are you using apachectl? > yes I'm using apachectl and another one bug: four procceses, each about 19% CPU smbd -D smbd is call only once in rc.local |
| ||||
| On Mon, 14 Nov 2005 05:09:18 +0100, Krzys2 wrote: > Dave Uhring wrote: >> Did you keep the same arguments to httpd_flags in /etc/rc.conf? > > yes >> >> How are you trying to start httpd? Are you using apachectl? >> > > yes I'm using apachectl And `apachectl configtest` reports "Syntax OK"? > and another one bug: > > four procceses, each about 19% CPU smbd -D > > smbd is call only once in rc.local Samba spawns an additional process for each connection by a client host. |