Re: How to recover disk space after "filesystem full"

2009-05-22 Thread Fred Condo
On Fri, May 22, 2009 at 9:14 AM, Luke Dean wrote: > > Yes, it sounds like a stupid question, but let me tell the story. > > The log for my dhcp server filled up /var last night, which meant that > dhcpd was also unable to hand out new leases, which meant that I had > effectively been DOSed.  I'll

Re: Finding Dependencies

2009-03-17 Thread Fred Condo
On Tue, Mar 17, 2009 at 1:55 PM, Jerry wrote: > > On Tue, 17 Mar 2009 19:16:19 + > Paul Schmehl wrote: > > [snip] > > >man (1) pkg_info > > > >-r what the package depends on > >-R what depends on the package > > It does not list any package that depends on it. I have no idea why it > is being

Re: World doesn't build correctly

2009-02-18 Thread Fred Condo
On Wed, Feb 18, 2009 at 12:50 PM, Frank Wißmann wrote: > Am Dienstag 17 Februar 2009 21:20:15 schrieb Polytropon: >> On Tue, 17 Feb 2009 20:14:58 +0100, Frank Wißmann > wrote: >> > What is going wrong here? Why isn't ther build a 7_STABLE as I >> > desire? What do I need to change to get my wante

Re: No periodic daily?

2009-02-18 Thread Fred Condo
On Wed, Feb 18, 2009 at 9:34 AM, Kurt Buff wrote: > All, > > I'm having a strange issue with one of my boxes. It's the router for our DS3: > > router#uname -a > FreeBSD router.mycompany.com 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon May > 19 01:16:12 PDT 2008 > r...@router.mycompany.com:/usr/obj/usr/sr

Re: pkg_info & php

2009-01-06 Thread Fred Condo
On Tue, Jan 6, 2009 at 7:47 AM, Grant Peel wrote: > Hi all, > > I am getting 'segmentation faults' when using php (apache module) on a server > that recently had php 4 instlalled when php 5 was already there. > > /var/log/httpd-error.log: > > [Tue Jan 06 09:44:39 2009] [notice] child pid 8209 exi

Re: Behaviour of su(1)

2008-10-31 Thread Fred Condo
Use this syntax (both equivalent): su - root su -l root You do have to specify the user with -l. Perhaps the man page could clarify that. On Oct 31, 2008, at 11:33 AM, Frédéric Perrin wrote: Hello, When I « su - » to root (after being logged in as my normal user), the LOGNAME env variable

Re: an even dumber q: how do i get sage's ports-ypgrade working?

2008-10-13 Thread Fred Condo
On Oct 10, 2008, at 4:21 PM, Gary Kline wrote: Late last December my small network began falling apart. Still not sure how, but a fellow from Dallas came to my rescue and from his home, slowly rebuilt and re-configured everything. E.g.: for one thing, where I

Re: kwik question re virt websites...

2008-10-10 Thread Fred Condo
On Oct 10, 2008, at 2:31 PM, Gary Kline wrote: Guys, When I restarted apache22, there was a warning that something was missing. It had nothing [ hopefully ] to do with the new virtual site I want to set up. Can anybody tell me what the following error

Re: php5 segfault

2008-10-08 Thread Fred Condo
On Oct 8, 2008, at 10:53 AM, Michael Powell wrote: Jeremy Chadwick wrote: On Wed, Oct 08, 2008 at 02:51:00PM +0200, Laszlo Nagy wrote: [snip] So it is using -O2 and -pipe. Is this something that I can disable? If you want. "make config" in /usr/ports/lang/php5 will give you a menu optio

Re: Mysqldump password issue

2008-10-02 Thread Fred Condo
On Oct 2, 2008, at 12:00 PM, Matthew Seaman wrote: Andrei Brezan wrote: Hello list, I wanna do a mysqldump -u user -ppasswd --all-databases > backup.sql and all I get is mysqldump: No match. This happens either i put --all-databases or I specify any of the databases. I want to do a backup as u

Re: Best way to back up mysql database

2008-09-30 Thread Fred Condo
I run a script from root's crontab (not /etc/crontab) and keep the login credentials in /root/.my.cnf so they don't have to be embedded in the script. Not that $gzip is defined as /bin/cat because I move copies offsite via rsync and disk space is abundant. This script keeps 30 daily backups

Re: Apache and Environment

2008-05-12 Thread Fred Condo
On May 10, 2008, at 11:49 PM, Nicolas Letellier wrote: Hello. I use apache13 and php5. When I do a phpinfo(), I can see in "Environment" sensibles datas when I launch apache in root. I see all my env variables (as MAIL, TERM, USER, PWD, LOGNAME, EDITOR, OSTYPE, LANG, etc, etc...). So, we

Re: Postfix port broken?

2008-03-03 Thread Fred Condo
This is due to these lines in the Makefile (with line numbers): 187 .if defined(WITH_VDA) 188 IGNORE= Waiting for a new patch that's work with 2.5.1 189 PATCH_SITES+= http://vda.sourceforge.net/VDA/ 190 PATCHFILES+=postfix-2.4.5-vda-ng.patc

Re: two ntpd

2008-02-15 Thread Fred Condo
On Feb 15, 2008, at 9:24 AM, ivan dimitrov wrote: Hi list, is it normal to have two ntpds? 767 ?? Ss 0:37.28 /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ ntpd.pid 844 ?? S 0:00.95 /usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ ntpd.pid Regards Ivan No: [EMAIL PROTECTED] ~]$

Re: Moving user/group databases

2007-09-07 Thread Fred Condo
On Sep 7, 2007, at 2:51 PM, [EMAIL PROTECTED] wrote: At 03:52 PM 9/7/2007, [EMAIL PROTECTED] wrote: All of my FreeBSD servers boot from CD, and we are going to be having several temporary employees coming and going over the next 6-12 months. Is it possible to move the user/group databases f

Re: What cvs-supfile Directive did I Leave Out?

2007-03-03 Thread Fred Condo
Have a look at /usr/share/examples/cvsup/standard-supfile You probably want something like this: *default host=cvsup15.us.freebsd.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_6_2 *default delete use-rel-suffix src-all -- Fred Condo, Chief Engineer http

Re: make world for a jail

2006-12-22 Thread Fred Condo
On Dec 20, 2006, at 10:37 AM, Robin Becker wrote: I'm trying to make world for a jail build following the recipe in http://www.onlamp.com/pub/a/bsd/2003/09/04/jails.html First off I started by updating the src tree. I copied /usr/share/ examples/cvsup/stable-supfile edited the host name t