Apache stopped working after upgrade to 6.2-stable
Just went from 4.11 to 5.3 to 6.2 yesterday. Thought everything went great! I was pleasantly surprised. Of course there had to be something. ;) Apache won't start. I cannot figure out why. No one I've asked can seem to figure out, either. So I turn to you and cross my fingers that this is something others have experienced. It's apache+mod_ssl-1.3.37+2.8.28 (with php4) from ports. Configtest says it's fine. apachectl start says it starts. But it actually doesn't. Nothing in /var/log/messages, nothing in /var/log/httpd-error.log - and nothing in /usr/local/etc/apache/logs/error_log. I've deinstalled and reinstalled - same problem. I did a ktrace on running "httpd" at someone's suggestion, even converted it to text using kdump.. so I have it.. but am not really experienced with that, so I really have no idea how to read it. I think that's about it. Thank you so much for your help! Chris ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Apache stopped working after upgrade to 6.2-stable
Thank you for your help. It ended up being a bad ssl.key - who would have thought that? Ugh! I got really lucky while "poking around" and figured it out. Chris On Wed, 7 Feb 2007, Joseph Olatt wrote: On Wed, Feb 07, 2007 at 04:16:59PM +0100, Marko Lerota wrote: Chris Byrnes <[EMAIL PROTECTED]> writes: Of course there had to be something. ;) Apache won't start. I cannot figure out why. No one I've asked can seem to figure out, either. So I turn to you and cross my fingers that this is something others have experienced. Configtest says it's fine. apachectl start says it starts. But it actually doesn't. Nothing in /var/log/messages, nothing in /var/log/httpd-error.log - and nothing in /usr/local/etc/apache/logs/error_log. I've deinstalled and reinstalled - same problem. Check out the /etc/hosts file. Maybe your upgrade installed the default hosts file so you dont have any more entry that apache used to figure server's fully qualified domain name. Does /etc/rc.conf have a line similar to the following? apache22_enable="YES" (I'm running apache-2.2.4, hence apache22. In your case, could be apachecXX_enable="YES" where XX is your apache version.) -- One cannot sell the earth upon which the people walk Tacunka Witco ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Removing user with "-" in username
awww# rmuser -y irc-argentina Sorry, login name must contain alphanumeric characters only. Ugh. Foo. Feh. I remember a lengthy discussion about this awhile back, but can't seem to find the archive. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: make install fails
cd /usr/src ; make buildkernel KERNEL=YOURKERNELNAMEHERE cd /usr/src ; make installkernel KERNEL=YOURKERNELNAMEHERE reboot Chris Byrnes JEAH Communications (Direct) 608-256-6167 (Toll-Free) 866-299-5324 http://www.JEAH.net On Fri, 2 Feb 2001, jbw wrote: > I have a 4.0-Release box that I'm upgrading to -Stable. I compiled the kernel > , everything went fine. I then tried to to a make install but instead I > received the following message > > host # make install > chflags noschg /kernel > chflags: /kernel: Operation not permitted > *** Error code 1 (ignored) > mv /kernel /kernel.old > mv: rename /kernel to /kernel.old: Operation not permitted > *** Error code 1 > Stop in /usr/src/sys/compile/HOST > > What am I doing wrong? > > thanks, > > jbw > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
buildworld error, LC_TIME=c date
[root@ns1] [/usr/src]# cd /usr/src [root@ns1] [/usr/src]# make buildworld "/usr/src/Makefile", line 106: warning: "LC_TIME=C date" returned non-zero status /bin/sh:Permission denied *** Error code 1 Stop in /usr/src. wtf? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
re: lc_time=c, buildworld error
My bad. "Duh". chmod +x /bin/sh -Chris To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: Possible Security Vulnerability
> On Sun, Feb 25, 2001 at 04:32:04PM -0500, Jonathan Slivko wrote: > > I have been testing the security on my machine (FreeBSD 4.2-STABLE) and > > I noticed a bug that could potentially reboot a box from any type of user, > > root or regular user. What I did was I just gave the box a whole bunch of w > > commands like w;w;w;w;w, etc. and just let that run. A few seconds later, > > the box coredumped and rebooted. I got this to occur several times in a row. > > Is this some kind of known vulnerability or is this just something that will > > have to be investigated further? If interested in more details, please feel > > free to e-mail me. Thanks. > > That's not a security vulnerability (ie defined as something which gives > an attacker elevated privileges), that's a bug. Nevertheless, I can't > reproduce it.. possibly because you've given next to nothing as far as > details go. That's a pretty well-known "bug". If you do anything on a machine "too much" to a point the system can't handle the commands, it'll either just fork the new processes, or reboot itself. Nothing new. -Chris To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: Sshd having problems...?
> Hi. > I try to log into this machine via ssh and I get these messages: > > Feb 28 14:09:07 enterprise sshd[591]: fatal: PAM session setup failed[6]: Permission >denied > Feb 28 14:09:07 enterprise sshd[591]: no modules loaded for `sshd' service Add this to /etc/pam.conf: # SSH stuff sshdauthsufficient pam_skey.so sshdauthrequiredpam_unix.so try_first_pass sshdsession required pam_permit.so + Chris Byrnes, [EMAIL PROTECTED] + JEAH Communications + 1-866-AWW-JEAH (Toll-Free) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: sysinstall error
Thanks. I re-built /usr/src/share/mk/* and all went well. Chris Byrnes <[EMAIL PROTECTED]> JEAH Communications, LLC. Toll-Free <1-866-AWW-JEAH> On Tue, 1 May 2001, Christopher Shumway wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Mon, 30 Apr 2001, Chris Byrnes wrote: > > > awww# pwd > > /usr/src/release/sysinstall > > awww# make all depend install > > Warning: Object directory not changed from original /usr/src/release/sysinstall > > make: don't know how to make sysinstall.1. Stop > > awww# > > Your world is out of date. There has been some changes to /usr/share/mk/* that > will prevent manual pages from building if your source tree is more up to date > than your world. > > - --- > Christopher Shumway [EMAIL PROTECTED] > > -BEGIN PGP SIGNATURE- > Version: 2.6.3ia > Charset: noconv > > iQCVAwUBOu7lLBy/2UU0h5d1AQGA8wP/Yit/JLgfgCtkOSWw5K5ESnrAMe17kejo > Zu1PVJAqr6GFPINfKormSeaH21I4EJJ51x9wjUh2oyGDm5fIVyDpocxndPUbr1bg > HHCnRkzjq8HOvsvnyQNyMxJFGxgktHGuMTK0D4q+pq3G4CPV3fM9bkJ9EneniTY/ > DLKWXnTRb9s= > =4R68 > -END PGP SIGNATURE- > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: Kernel Panic
Uh, heh. How can you rm -rf $HOME/dead.letter while pine is open? Chris Byrnes - [EMAIL PROTECTED] JEAH Communications, LLC - "Fast. Dedicated." On Thu, 21 Jun 2001, Jonathan Slivko wrote: > Hello, > > I just wrote a little shell script that, on the machine I tested > it on, crashed the box and forced a reboot. The contents of the > script was: > > #!/bin/sh > pine -i > rm -rf $HOME/dead.letter > > Thats the whole script. I don't see how something like that could > cause a kernel to crash. Would anyone mind trying to replicate > this on a test box. If it's a security issue, i'll forward it to > security when I get more information. > > -- Jonathan > > __ > Jonathan M. Slivko <[EMAIL PROTECTED]> > Technical Support, Black Lotus Communications > http://www.blacklotus.net -- check us out! > -- > > ___ > ___ > Sent via the Pace University Mail system at stmail.pace.edu > > > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: Kernel Panic
Bad form to reply to your own posts, I know, but uh, ignore that last post. :P Chris Byrnes - [EMAIL PROTECTED] JEAH Communications, LLC - "Fast. Dedicated." On Thu, 21 Jun 2001, Chris Byrnes wrote: > Uh, heh. How can you rm -rf $HOME/dead.letter while pine is open? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: building world on a small drive
> Hello, > > I have a small 1.6GB HD currently running a base install of 4.2-RELEASE. I > would like to upgrade to 4.3-STABLE. Would 800MB be enough to compile > world, if I were to remove /usr/src afterwards? TIA. -- Jonathan I don't think it's necessasry to post a 37-line long signature file to the mailing list. Thanks. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
syncache bug
When is the patch for the syncache bug going to be committed to -STABLE? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: Odd idle times
> pompano:~ > w > 3:19PM up 9 days, 19:04, 6 users, load averages: 0.23, 0.15, 0.13 > USER TTY FROM LOGIN@ IDLE WHAT > user1p0 bleh1.corp.gul 2:08PM29 telnet > user2p1 bleh2.corp.gul 11:57AM 3:05 -su (csh) > user3p2 bleh3.corp.gul 3:11PM - cat t > phillp3 myws.corp.gul 3:16PM - w > user3p4 bleh3.corp.gul 3:18PM26 -csh (csh) > user3p5 bleh3.corp.gul 3:18PM 2days -csh (csh) > -- > > The idle times should not be like that if user3 just logged in. Or, > if user3 was already there -- why did s/he just appear in the second > w(1)? It could be that he has a screened session re-attached. - Chris Byrnes, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: Help: interrupt timeout
I've had the same problem. Most people have told me that I have to replace the hard drive. I never had the problem before 3.4. Maybe that's just a coincidence, though. -- Chris Byrnes (CB5820) Network Engineer, High Stability Internet Services http://www.highstability.com On Mon, 6 Mar 2000, Archie Cobbs wrote: > My laptop running 3.4-RELEASE decided it doesn't want to boot. > It was uncleanly shut down via the power switch by someone > who thought they were shutting down a different machine. > > Now when it boots, running fsck gives this result: > > > chip0: rev 0x01 on pci0.0.0 > > chip1: rev 0x02 on pci0.7.0 > > ide_pci0: rev 0x01 on pci0.7.1 > > ... > > wdc0 at 0x1f0-0x3f7 irq 14 on isa > > wdc0: unit 0 (wd0): > > wd0: 6194MB (12685680 sectors), 13424 cyls, 15 heads, 63 S/T 512 B/S > > wdc1 at 0x170-0x177 irq 15 on isa > > wdc1: unit 0 (atapi): , removable, accel, dma, iordis > > ... > > # fsck / > > *** /dev/rwd0s3a > > *** Last Mounted on / > > *** Root file system > > *** Phase 1 - Check Blocks and Sizes > > wd0: interrupt timeout (status 58 error 0) > > wd0: wdtimeout DMA status 4 > > wd0: interrupt timeout (status 50 error 1) > > wd0: wdtimeout DMA status 4 > > wd0: interrupt timeout (status 50 error 1) > > wd0: wdtimeout DMA status 4 > > wd0: interrupt timeout (status 50 error 1) > > wd0: wdtimeout DMA status 4 > > wd0: interrupt timeout (status 50 error 1) > > wd0: wdtimeout DMA status 4 > > wd0: Last time I say: interrupt timeout. Probably a portable PC. (status >50 error 1) > > Well, yes in fact it is a portable PC :-) It just seems to hang > at this point, even though there seems to be disk activity (like > it's continuously retrying). > > This machine has run fine under this kernel since I installed > 3.4-REL a month ago or so. This same problem happens with the > 3.4-REL GENERIC kernel. > > Before this, it was running fine with a 3.0++ kernel and never > had this problem after many power cycles. > > Is there any hope in getting this machine to work again?? > Howabout disabling DMA? Is there some way to do that? > > Thanks for any pointers.. > -Archie > > ___ > Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
RE: 4.0 Keeps Rebooting
Uh, does it like, warn you before it reboots.. or do you mean you have to reboot it a lot? Can you elaborate, in other words? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
upgrade 3.4 to 4.0
I'm thinking of upgrading now. I didn't before. I run 3.4-stable now. Can I just run the regular CVSUP to -stable and do all the fun make buildworld and installworld and all will be good? Or is there something special I have to do for 4.0? Chris To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: upgrade 3.4 to 4.0
To update from 3.x to 4.0 stable [3] cd /usr/src [2] make buildworld cd sbin/mknod make install cd ../../sys/modules make install [1] reboot cd /usr/src cd gnu/usr.bin/texinfo/install-info make install cd ../../../.. make installworld [5] mergemaster [4] reboot I hate to keep asking you questions, but like.. I cant login to the machine in single-user mode.. it's a co-located box.. is there a way to get around the things you have to do in single-user mode? Chris To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message