Re: Quick solution: addendum; solved

2006-04-14 Thread Kris Anderson
--- jekillen <[EMAIL PROTECTED]> wrote: > Hi > I'm blushing over the quick solution to mysql > problem. > I used the wrong script name to start mysql. It was > a trivial > script I wrote because I didn't want to practice > typing every > time I started mysql. I use the wrong name mysql > start >

Re: Quick solution: addendum; solved

2006-04-14 Thread Norberto Meijome
On Fri, 14 Apr 2006 21:22:47 -0700 jekillen <[EMAIL PROTECTED]> wrote: > Oddly, the shell didn't refuse to execute the script with the > error script name command not found, it threw :) glad to hear it works now. maybe you didn't see an error as 'mysql' is a valid command? (the MySQL SQL command

Quick solution: addendum; solved

2006-04-14 Thread jekillen
Hi I'm blushing over the quick solution to mysql problem. I used the wrong script name to start mysql. It was a trivial script I wrote because I didn't want to practice typing every time I started mysql. I use the wrong name mysql start instead of mysql-start; Oddly, the shell didn't refuse to exe

Re: ipfw acting strange

2006-04-14 Thread David J Brooks
On Friday 14 April 2006 23:14, David J Brooks wrote: > I'm stumped. > > This afternoon I upgraded the outward facing NIC on my gateway, with a > corresponding device name change from rl0 to fxp1. I have edited rc.conf to > reflect the change and made what I thought were the appropriate changes to >

ipfw acting strange

2006-04-14 Thread David J Brooks
I'm stumped. This afternoon I upgraded the outward facing NIC on my gateway, with a corresponding device name change from rl0 to fxp1. I have edited rc.conf to reflect the change and made what I thought were the appropriate changes to rc.firewall. On bootup the console displays the corrected ru

Re: ipfw

2006-04-14 Thread Daniel Bye
On Fri, Apr 14, 2006 at 11:22:26PM -0400, fbsd wrote: > you are wrong in giving this guy incorrect info. > ipfw can be run just by adding correct statement to rc.conf > it does not have to be compiled into kernel > maybe you should read the firewall section first before giving > advice Ack. You a

RE: ipfw

2006-04-14 Thread fbsd
you are wrong in giving this guy incorrect info. ipfw can be run just by adding correct statement to rc.conf it does not have to be compiled into kernel maybe you should read the firewall section first before giving advice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: quick solution addemdum

2006-04-14 Thread Dan Nelson
In the last episode (Apr 14), jekillen said: > In addition to the mysql, quick solution question: > the error is literally: > ERROR 2002 [HY000]: Can't connect to local MySQL server through socket > '/tmp/mysql.sock' (61) Looks like mysql has crashed. Restart it and it will recreate the socket

quick solution addemdum

2006-04-14 Thread jekillen
In addition to the mysql, quick solution question: the error is literally: ERROR 2002 [HY000]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61) I thought that the server would create the mysql.sock file when it started if it didn't exist so as root I removed it. I recei

Re: quick solution?

2006-04-14 Thread Kris Anderson
--- jekillen <[EMAIL PROTECTED]> wrote: > Hi all; > I had a blackout occur and the server I'm running > overran the ups > support before I could get to it to shut it down > cleanly. > It has been restarted but now my MySQL server > complains that it can't > connect through mysql.sock. Being impa

RE: ipfw

2006-04-14 Thread fbsd
read the handbook firewall section http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls. html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of nirvana - Cityshells.NET Sent: Saturday, April 15, 2006 8:47 AM To: freebsd-questions@freebsd.org Subj

Re: ipfw

2006-04-14 Thread Daniel Bye
On Sat, Apr 15, 2006 at 05:46:34AM -0700, nirvana - Cityshells.NET wrote: > Hello, > when i type ipfw show/list i got this error msg > ipfw: getsockopt(IP_FW_GET): Protocol not available > > how i can let ipfw work. > Thanks You need to recompile your kernel with the following options: options

ipfw

2006-04-14 Thread nirvana - Cityshells.NET
Hello, when i type ipfw show/list i got this error msg ipfw: getsockopt(IP_FW_GET): Protocol not available how i can let ipfw work. Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsu

Re: Good subversion GUI?

2006-04-14 Thread Yuan Jue
On Friday 14 April 2006 23:45, [EMAIL PROTECTED] wrote: > El día Thursday, April 13, 2006 a las 05:32:59PM +0800, Yuan Jue escribió: > > > I've fetched the port into 6.0-REL... There is during linking some how > > > the -lpthread missing: > > > > > > $ make > > > ... > > > /bin/sh /usr/local/bin

quick solution?

2006-04-14 Thread jekillen
Hi all; I had a blackout occur and the server I'm running overran the ups support before I could get to it to shut it down cleanly. It has been restarted but now my MySQL server complains that it can't connect through mysql.sock. Being impatient and lazy, I'm wondering if there is a quick soluti

problem with pae and nve

2006-04-14 Thread Phillip B .
Hello, problem with PAE and NVE drivers, is it possible to repair this problem? I can't compile.. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECT

rsh but no rcp as root

2006-04-14 Thread Roger Williams
I have a machine using FreeBSD 6.0 which wont let me rcp as root. I can rsh as root or rcp as another user but no rcp as root. I have several 4.10 machines that work fine as well as a 6.0 machine with no issues. My .rhosts(chmod 600) file is in place as well as the hosts.equiv file, and inetd is

Re: Proper Method of Time Sync?

2006-04-14 Thread jdow
From: "RW" <[EMAIL PROTECTED]> On Friday 14 April 2006 16:53, Dan Nelson wrote: ntpd takes a while to sync up and by default won't adjust the clock if it's more than 1000 seconds off, so it's a good idea to enable ntpdate as well. What bothers me about that is that ntpdate uses a single ser

Re: Determining whether or not a SCSI disk is in use

2006-04-14 Thread Garrett Cooper
On Apr 14, 2006, at 2:48 PM, David J Brooks wrote: On Friday 14 April 2006 16:43, Garrett Cooper wrote: On Apr 14, 2006, at 1:21 PM, Bigby Findrake wrote: On Fri, 14 Apr 2006, Bigby Findrake wrote: I'm sorry, I'm an idiot - the script, in its current incarnation, needs to be modified. It's

Re: Proper Method of Time Sync?

2006-04-14 Thread RW
On Friday 14 April 2006 16:53, Dan Nelson wrote: > ntpd takes a while to sync up and by default won't adjust the clock if > it's more than 1000 seconds off, so it's a good idea to enable ntpdate > as well. What bothers me about that is that ntpdate uses a single server to determine the time. I

Re: Upgrading Subversion to 1.3.0 problem

2006-04-14 Thread David Pratt
Figured this one out. For benefit of others I did the following: pkg_delete on autoconf259, then deinstall and reinstall on it and then tried subversion build again and it went fine. David Pratt wrote: Hi. I am attempting to bring my version of subversion up to date to 1.3.0 on ports. It fails

Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-14 Thread Ashley Moran
On Apr 14, 2006, at 9:45 pm, Nikolas Britton wrote: If it's been a few months since you last updated your ports then no the koffice 1.5 package won't work for you. what version of FreeBSD are you running and if you have not updated your ports in months you better read /usr/ports/UPDATING becouse

Sound problem w/ 6.1-RC and ASUS A8V-MX (VIA VT8233X)

2006-04-14 Thread George Hartzell
I have a new ASUS A8V-MX motherboard that's running 6.1-RC cvsuped earlier this week. I'm running w/ ACPI enabled, I still see the problem if I boot w/ ACPI disabled at the loader prompt. I'm running a kernel based on the standard SMP config file with the addition of an atapicam device. I have:

Re: Determining whether or not a SCSI disk is in use

2006-04-14 Thread David J Brooks
On Friday 14 April 2006 16:43, Garrett Cooper wrote: > On Apr 14, 2006, at 1:21 PM, Bigby Findrake wrote: > > On Fri, 14 Apr 2006, Bigby Findrake wrote: > > > > I'm sorry, I'm an idiot - the script, in its current incarnation, > > needs to be modified. It's doing exactly what you don't want it to

Re: persistent mixer volume levels (solved)

2006-04-14 Thread David J Brooks
On Friday 14 April 2006 16:21, David J Brooks wrote: > Curious! I wrote up an rc.d script that seemes to work fine on reboot. I > get console messages confirming that volume has been changed. But as soon > as I log in, either as root or a normal user, I type 'mixer' and it shows > the volume level

Re: Determining whether or not a SCSI disk is in use

2006-04-14 Thread Garrett Cooper
On Apr 14, 2006, at 1:21 PM, Bigby Findrake wrote: On Fri, 14 Apr 2006, Bigby Findrake wrote: I'm sorry, I'm an idiot - the script, in its current incarnation, needs to be modified. It's doing exactly what you don't want it to do - it will shut down the disk if there was activity. The if

Re: Init can't exec /bin/sh for /etc/rc

2006-04-14 Thread Garance A Drosihn
At 8:39 PM +0200 4/14/06, Günther Darwin wrote: Hi, I was running the buildkernel command when the computer suddenly froze and the only option i had was a 'hard reset' unfortunatley it wasn't all trouble free this time. When i try to start FreeBSD I get the message: Init can't exec /bin/sh fo

Re: persistent mixer volume levels

2006-04-14 Thread David J Brooks
On Friday 14 April 2006 15:33, Bigby Findrake wrote: > On Fri, 14 Apr 2006, David J Brooks wrote: > > What is the preferred method for making mixer volume levels persistent? > > As it stands now my sounds levels are dropped to about 75% after each > > reboot. > > I suppose preferred would depend on

Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-14 Thread Nikolas Britton
On 4/14/06, Ashley Moran <[EMAIL PROTECTED]> wrote: > > On Apr 14, 2006, at 10:15 am, Michael Nottebrock wrote: > > > Hello Ashley, > > > > Did you see this part? > > > > Has it really not been fixed in all this time? > >>> This isn't an error in KOffice - take a look at the actual > >>> proble

Re: persistent mixer volume levels

2006-04-14 Thread Bigby Findrake
On Fri, 14 Apr 2006, David J Brooks wrote: What is the preferred method for making mixer volume levels persistent? As it stands now my sounds levels are dropped to about 75% after each reboot. I suppose preferred would depend on what your priorities are. If you change the kernel source, it w

Re: Determining whether or not a SCSI disk is in use

2006-04-14 Thread Bigby Findrake
On Fri, 14 Apr 2006, Bigby Findrake wrote: I'm sorry, I'm an idiot - the script, in its current incarnation, needs to be modified. It's doing exactly what you don't want it to do - it will shut down the disk if there was activity. The if statement should read: if [ $STATUS -ne 0 ] On Fri,

Re: Determining whether or not a SCSI disk is in use

2006-04-14 Thread Bigby Findrake
On Fri, 14 Apr 2006, Garrett Cooper wrote: Yes. Recently accessed or is being accessed. -Garrett Well, for a shell-script-hack, which (i) requires no new kernel and (ii) could be fairly portable but (iii) could conceivably miss some activity, you could do something like the following: #!/b

Re: Excessive Interrupts?

2006-04-14 Thread Matthew Seaman
Drew Tomlinson wrote: > I watched it for a while and the cpus are always around 2000 each. Is > this high? I Googled but did not find any info on what is considered > excessive. Does anyone see anything of concern? Nope. That's absolutely normal. It comes from the default setting of HZ=1000

Excessive Interrupts?

2006-04-14 Thread Drew Tomlinson
I have FreeBSD 6.0-RELEASE installed on dual P3-600 system with 768 MB of RAM. The system seems sluggish but loads are not high. I uses 'systat' in 'vmstat' mode and noticed what might be a lot of interrupts. Here is the output: 2 usersLoad 0.02 0.04 0.02 Apr 14 1

persistent mixer volume levels

2006-04-14 Thread David J Brooks
What is the preferred method for making mixer volume levels persistent? As it stands now my sounds levels are dropped to about 75% after each reboot. David -- Sure God created the world in only six days, but He didn't have an established user-base. ___

Re: Determining whether or not a SCSI disk is in use

2006-04-14 Thread Garrett Cooper
Greg 'groggy' Lehey wrote: On Friday, 14 April 2006 at 1:27:18 -0700, Garrett Cooper wrote: Hello again list, Just wondering if there was any way where I could possibly tie into the kernel or do something where I could determine whether or not a disk is currently 'in use'. Problem: I'm

problem wiring down scsi device

2006-04-14 Thread Heinrich Rebehn
Hi list, In our server we have a icp vortex scsi controller (iir0) and an external firewire disk. In /boot/device.hints i specified: hint.scbus.0.at="iir0" to prevent the firewire disk from becoming device da0 if powered on during boot. This has been working for quite some time now. But toda

Re: Init can't exec /bin/sh for /etc/rc

2006-04-14 Thread Beech Rintoul
On Friday 14 April 2006 10:39, Günther Darwin wrote: > Hi, I was running the buildkernel command when the computer suddenly froze > and the only option i had was a 'hard reset' unfortunatley it wasn't all > trouble free this time. When i try to start FreeBSD > I get the message: Init can't exec /bi

Re: Init can't exec /bin/sh for /etc/rc

2006-04-14 Thread Chuck Swiger
Günther Darwin wrote: [ ... ] i have tried smashing my head against the wall with the same error message Any suggestions? Be nice to your walls, they keep rain and snow outside. :-) You could try doing a "binary upgrade installation" from a FreeBSD install CD-ROM; this will preserve your co

Re: OpenLDAP2.3.4 server

2006-04-14 Thread robert
A. On Fri, 2006-04-14 at 13:14 -0500, Darryl Hoar wrote: > Greetings, > I am running Freebsd 6-Release. I have > installed the OpenLDAP2.3.4 server from the ports. > The installation went just fine. > > I have modified the default slapd.conf file as per > the basic install instructions I wa

Init can't exec /bin/sh for /etc/rc

2006-04-14 Thread Günther Darwin
Hi, I was running the buildkernel command when the computer suddenly froze and the only option i had was a 'hard reset' unfortunatley it wasn't all trouble free this time. When i try to start FreeBSD I get the message: Init can't exec /bin/sh for /etc/rc Exec format error. I have tried to boot

Re: mailgraph install on Freebsd 5.4 help

2006-04-14 Thread Philip Hallstrom
I went and installed the mailgraph-1.12_1 from a newly cvsup'd ports collection ..it installed fine BUT im running into to things when i try to start mailgraph from the rc scripts this is what i get loqtis# cd /usr/local/etc/rc.d/ loqtis# ./mailgraph.sh start net.inet.tcp.blackhole: 2 -> 2 net.in

OpenLDAP2.3.4 server

2006-04-14 Thread Darryl Hoar
Greetings, I am running Freebsd 6-Release. I have installed the OpenLDAP2.3.4 server from the ports. The installation went just fine. I have modified the default slapd.conf file as per the basic install instructions I was following. I started slapd without error. I tried to add an entry into t

mailgraph install on Freebsd 5.4 help

2006-04-14 Thread Brent
I went and installed the mailgraph-1.12_1 from a newly cvsup'd ports collection ..it installed fine BUT im running into to things when i try to start mailgraph from the rc scripts this is what i get loqtis# cd /usr/local/etc/rc.d/ loqtis# ./mailgraph.sh start net.inet.tcp.blackhole: 2 -> 2 net.ine

Re: Hosed my MBR?

2006-04-14 Thread Doug Poland
On Fri, Apr 14, 2006 at 12:49:50PM -0400, Jerry McAllister wrote: > > > > I can still boot FreeBSD off my FastTrack controller (ar0), that's > > where I'm writing this email from. I can see both the Intel RAID > > device (ar1), and mount the data from NTFS (ar1s1), and newly > > created UFS-2 (ar

"The Complete FreeBSD": errata and addenda

2006-04-14 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inev

How to get best results from FreeBSD-questions

2006-04-14 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that a

Re: Hosed my MBR?

2006-04-14 Thread Jerry McAllister
> > On Fri, Apr 14, 2006 at 11:51:58AM -0400, Jerry McAllister wrote: > > > > > > > > In your case, it sounds like you have two raid devices, one on > > > > each controller. You would have to have an MBR on each and it > > > > sounds like you think you wiped the one on the INTEL controller. > >

RE: Proper Method of Time Sync?

2006-04-14 Thread Brock, Anthony - NET
At 11:40 AM 4/14/2006, Jonathan Horne wrote: >i have read about 2 methods to sync the time on a freebsd box. >...i have a workstation and a server, which i originally did method >1 on, but soon enough, time drifted quite a bit. so i switched it >to the 2nd method, and they appear to be sync'd pe

/usr/local/etc/rc.d and role accounts

2006-04-14 Thread Mike Hunter
Hi, I'm hoping to get into the spirit of the new rc.d script specs (REQUIRES, PROVIDES, command=, etc) on a new server I'm building. The old script I was using looked like this: /usr/local/etc/rc.d/start-all-foo.sh [ -x /usr/local/bin/foo ] && su foo-role -c "/usr/local/bin/foo bar" [ -x /usr/l

Re: Hosed my MBR?

2006-04-14 Thread Doug Poland
On Fri, Apr 14, 2006 at 11:51:58AM -0400, Jerry McAllister wrote: > > > > > > In your case, it sounds like you have two raid devices, one on > > > each controller. You would have to have an MBR on each and it > > > sounds like you think you wiped the one on the INTEL controller. > > > Figure out

Re: Proper Method of Time Sync?

2006-04-14 Thread wc_fbsd
At 11:40 AM 4/14/2006, Jonathan Horne wrote: i have read about 2 methods to sync the time on a freebsd box. ...i have a workstation and a server, which i originally did method 1 on, but soon enough, time drifted quite a bit. so i switched it to the 2nd method, and they appear to be sync'd perf

Re: Proper Method of Time Sync?

2006-04-14 Thread Alex Zbyslaw
Jonathan Horne wrote: i have read about 2 methods to sync the time on a freebsd box. 1) add these entries to /etc/rc.conf: ntpdate_enable="YES" ntpdate_flags="us.pool.ntp.org" ... and let the system do a one-time sync at bootup, and rely on this single method for timesync. 2) add this entry to

Re: Proper Method of Time Sync?

2006-04-14 Thread Chuck Swiger
Jonathan Horne wrote: [ ...ntpdate versus ntpd... ] so, i have a workstation and a server, which i originally did method 1 on, but soon enough, time drifted quite a bit. so i switched it to the 2nd method, and they appear to be sync'd perfectly. a third box i set up, i did only method 2, and th

Re: Proper Method of Time Sync?

2006-04-14 Thread Dan Nelson
In the last episode (Apr 14), Jonathan Horne said: > i have read about 2 methods to sync the time on a freebsd box. > > 1) add these entries to /etc/rc.conf: > ntpdate_enable="YES" > ntpdate_flags="us.pool.ntp.org" > ... and let the system do a one-time sync at bootup, and rely on this > single me

[Fwd: Re: Problem regarding Samaba-automonts.]

2006-04-14 Thread Alex Zbyslaw
[Reply from Jostein forwarded with permission]. On 4/14/06, Alex Zbyslaw <[EMAIL PROTECTED]> wrote: Jostein Kjønigsen wrote: >Hi! > >I got a question regarding samba automounting in FreeBSD. I'm running >FreeBSD 6.0 and have Samba3 installed. > >Manual mounting works fine, but I do need to ent

Re: Hosed my MBR?

2006-04-14 Thread Jerry McAllister
> > On Tue, Apr 11, 2006 at 01:27:03PM -0400, Jerry McAllister wrote: > > > > > > On Tue, April 11, 2006 09:08, Jerry McAllister wrote: > > > >> > > > >> I'm in a bit of a mess here. I've got an Asus P4C800-E Deluxe > > > >> motherboard with two on-board SATA RAID controllers, an Intel > > > >>

Re: Proper Method of Time Sync?

2006-04-14 Thread Jonathan Horne
> i have read about 2 methods to sync the time on a freebsd box. > > 1) add these entries to /etc/rc.conf: > ntpdate_enable="YES" > ntpdate_flags="us.pool.ntp.org" > ... and let the system do a one-time sync at bootup, and rely on this > single method for timesync. > > 2) add this entry to /etc/rc.

Re: Good subversion GUI?

2006-04-14 Thread guru
El día Thursday, April 13, 2006 a las 05:32:59PM +0800, Yuan Jue escribió: > > I've fetched the port into 6.0-REL... There is during linking some how > > the -lpthread missing: > > > > $ make > > ... > > /bin/sh /usr/local/bin/libtool15 --silent --mode=link --tag=CXX c++ > > -Wnon-virtu al-d

Re: Hosed my MBR?

2006-04-14 Thread Doug Poland
On Tue, Apr 11, 2006 at 01:27:03PM -0400, Jerry McAllister wrote: > > > > On Tue, April 11, 2006 09:08, Jerry McAllister wrote: > > >> > > >> I'm in a bit of a mess here. I've got an Asus P4C800-E Deluxe > > >> motherboard with two on-board SATA RAID controllers, an Intel > > >> MatrixRAID (ICH5R

Proper Method of Time Sync?

2006-04-14 Thread Jonathan Horne
i have read about 2 methods to sync the time on a freebsd box. 1) add these entries to /etc/rc.conf: ntpdate_enable="YES" ntpdate_flags="us.pool.ntp.org" ... and let the system do a one-time sync at bootup, and rely on this single method for timesync. 2) add this entry to /etc/rc.conf ntpd_enable

Apache gives a Segmentation fault

2006-04-14 Thread Reinhold Platzoeder
Hi I have some troubles with apache22 When I run phpinfo() I get a Segmentation fault (11) apache-2.2.0_7 php5-5.1.2_1 php5-bz2-5.1.2_1 php5-calendar-5.1.2_1 php5-ctype-5.1.2_1 php5-dom-5.1.2_1 php5-filepro-5.1.2_1 php5-ftp-5.1.2_1 php5-gd-5.1.2_1 php5-gettext-5.1.2_1 php5-iconv-5.1.2_1 php5-im

Re: Good subversion GUI?

2006-04-14 Thread Ashley Moran
On Apr 14, 2006, at 12:02 pm, Norberto Meijome wrote: Thanks for the port! I actually installed the package because I wanted to get it working. No problems with it so far, although I've only done basic stuff so far. FWIW, i've just installed tkcvs, which supports both CVS and SVN (as

Re: httpd: PHP Notice: Undefined index: autoplay

2006-04-14 Thread Riemer Palstra
On Fri, Apr 14, 2006 at 05:20:00AM -0800, Noah wrote: > Also the php-general mail list is broken - it never allows me to join > after I reply to the mail list acknowledgments. That doesn't quite seem to be the case as I see your mail appear over there three times. Somebody already gave you quite

Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-14 Thread Ashley Moran
On Apr 14, 2006, at 10:15 am, Michael Nottebrock wrote: Hello Ashley, Did you see this part? Has it really not been fixed in all this time? This isn't an error in KOffice - take a look at the actual problem report: http://www.freebsd.org/cgi/query-pr.cgi?pr=92408 (Executive summary: Rein

RE: DMA TIMEOUT

2006-04-14 Thread Tamouh H.
> > >> Did you use a 80- or 40-ATA cable? > >> If you've configured your drives to do UATA-66 or faster then > >> FreeBSD (or any other OS for that matter) will crash if > you connect a > >> second drive... This is new one to me! I guess my 3 x UATA-100 are super drives of some sort not t

Re: portsnap question

2006-04-14 Thread Norberto Meijome
On Fri, 14 Apr 2006 08:54:45 -0400 Adam Stroud <[EMAIL PROTECTED]> wrote: > 0 3 * * * root portsnap -I cron update && pkg_version -vIL=" > > My question is what part of that crontab entry sends an email? Is it a > function of cron, because I didnt see any reference to an email getting > sent i

httpd: PHP Notice: Undefined index: autoplay

2006-04-14 Thread Noah
Hi there, I just upgraded to apache2.2.0 and reinstalled php4-4.4.2_1 on a FreeBSD 4.11 machine. I am trying to make sure that my PHP is properly installed and configured. I am seeing the following PHP Notice about 10 entries a day in my /var/log/messages in regards to: --- snip -- httpd: PH

Upgrading Subversion to 1.3.0 problem

2006-04-14 Thread David Pratt
Hi. I am attempting to bring my version of subversion up to date to 1.3.0 on ports. It fails and I am hoping someone can advise what I can do to correct the problem(s). Many thanks. Here are the text of the build: ** Detected a package name change: apr-nothr-db4 (devel/apr-svn) -> 'apr-nothr-

portsnap question

2006-04-14 Thread Adam Stroud
I have a question on what the handbook says about portsnap. According to the handbook: "Adding the following line to /etc/crontab will cause portsnap to update its compressed snapshot and the INDEX files in /usr/ports/, and will send an email if any installed ports are out of date: 0 3 * *

Re: Good subversion GUI?

2006-04-14 Thread Norberto Meijome
On Thu, 13 Apr 2006 11:02:52 +0100 Ashley Moran <[EMAIL PROTECTED]> wrote: > Thanks for the port! I actually installed the package because I wanted to > get it working. No problems with it so far, although I've only done basic > stuff so far. FWIW, i've just installed tkcvs, which supports both

re: Re: problem with ipfilter(ipnat)

2006-04-14 Thread Arnold Lee
Nikos, thank you. I appended " mssclamp 1440 " in ipf.rule, it works now! And I have tried not use it but add "set link mtu 1440" in mpd.conf, and failed. Yes, the problem occurs when NATing, and mssclamp 1440 is the key. fbsd, thank you anyway. Arnold Lee 2006 -04-14

Re: Problem regarding Samaba-automonts.

2006-04-14 Thread Alex Zbyslaw
Jostein Kjønigsen wrote: Hi! I got a question regarding samba automounting in FreeBSD. I'm running FreeBSD 6.0 and have Samba3 installed. Manual mounting works fine, but I do need to enter a password. This is regardless if its a specific mount or mounting a /etc/fstab entry. As far as I've un

Re: DMA TIMEOUT

2006-04-14 Thread Alex Zbyslaw
Anish Mistry wrote: On Thursday 13 April 2006 07:47, Wil Hatfield wrote: I had a similar situation under 6.0. My secondary drive would throw DMA read errors at bootup, adding several minutes to the boot process, so I ran it in PIO mode. The upgrade to 6.1 solved it, both drives work fine as

Re: DMA TIMEOUT

2006-04-14 Thread Martin Tournoy
On Thu, 13 Apr 2006 21:57:58 -, Wil Hatfield <[EMAIL PROTECTED]> wrote: Did you use a 80- or 40-ATA cable? If you've configured your drives to do UATA-66 or faster then FreeBSD (or any other OS for that matter) will crash if you connect a second drive... It's an 80 wire. I have two dr

Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-14 Thread Michael Nottebrock
Hello Ashley, Did you see this part? Has it really not been fixed in all this time? >> This isn't an error in KOffice - take a look at the actual problem report: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=92408 >> >> (Executive summary: Reinstall graphics/ImageMagick.) Nikolas, >> KOffi

Re: Determining whether or not a SCSI disk is in use

2006-04-14 Thread Greg 'groggy' Lehey
On Friday, 14 April 2006 at 1:27:18 -0700, Garrett Cooper wrote: > Hello again list, >Just wondering if there was any way where I could possibly tie into > the kernel or do something where I could determine whether or not a disk > is currently 'in use'. >Problem: I'm trying to spin down my

Determining whether or not a SCSI disk is in use

2006-04-14 Thread Garrett Cooper
Hello again list, Just wondering if there was any way where I could possibly tie into the kernel or do something where I could determine whether or not a disk is currently 'in use'. Problem: I'm trying to spin down my disks periodically via a cronjob to save energy, reduce noise, and heat

Dansguardian& Webmin

2006-04-14 Thread tethys ocean
Hello I ve a trouble that dansguardian management in webmin. Since Webmin 1.260and 1.270 doent support Dansguardian 2.9.4.0 I wonder Are there anybody get manage to setting up webmin dansguardian modulu. Which version is suitable? How it is configured. Regards

Re: /usr/local/etc/rc.d and role accounts

2006-04-14 Thread Andrey V. Semyonov
Andrey V. Semyonov wrote: The most terrible thing is than you can't extract a value from a variable, which you name by some dynamic sting (you can't extract a variable by name set in other variable partly or the whole) Sorry, I'm too hurry. if ! /bin/test -z $(eval echo \$${name}${common_var

Re: linker error: undefined reference to [EMAIL PROTECTED]

2006-04-14 Thread Premal Mishra
Hi Kris, I was trying to build a linux binary but seems doing it the wrong way. Problem is: I want to use a library which is built for linux. So i did the following: 1. cd /compat/linux 2. linked /compat/linux/lib/libc.so.6 When i linked to libc.so.6 the undefined reference errors for __ctype

Re: /usr/local/etc/rc.d and role accounts

2006-04-14 Thread Andrey V. Semyonov
Mike Hunter wrote: Hi, I'm hoping to get into the spirit of the new rc.d script specs (REQUIRES, PROVIDES, command=, etc) on a new server I'm building. The old script I was using looked like this: I have several questions about how to replicate this behavior. I'm still deciding whether I'm wi