Re: How to get latest and greatest FAMP

2006-01-31 Thread Philip Hallstrom
CONFIGURE_ARGS+=--with-apxs=${APXS} .endif .endif I haven't done it, but I'm guessing if you install apache21 first, then set APACHE_VERSION = 21 in your environment, then make, it would do what you wanted. -philip ___ freebsd-questions@freebsd.org mailing

Re: RAM check - Followup question

2006-01-30 Thread Philip Juels
There doesn't appear to be any bulging caps. In fact, I tested the DIMMs on a different PC and memtest confirmed their faultiness. Garrett Cooper wrote: On Fri, 27 Jan 2006, Philip Juels wrote: Curious...the system is a Dell Optiplex GX270...RAM system is PC3200 2x512MB DIMMs in a the dual

Re: freebsd hosting

2006-01-29 Thread Philip Hallstrom
www.LayeredTech.com is good for FreeBSD servers, they are flexable and offers any version of FreeBSD you need. They might. But by default they install 5.3. I just signed up with them and that's what they gave me... I upgraded to 6 though and so far have been happy with them.

Re: RAM check - Followup question

2006-01-27 Thread Philip Juels
be an issue with the DIMMs or something wrong with the mobo? PJ PS...pardon me for asking a hardware question on a FreeBSD list :-) Philip Juels wrote: Thanks...I downloaded the iso and memtest confirmed that the system has memory problems. PJ Noel Jones wrote: On 1/26/06, Philip Juels [EMAIL

Re: RAM check - Followup question

2006-01-27 Thread Philip Juels
settings. Which memtest tests gave errors? Assuming that you have not upgraded the ram or anything like that, it is probably the chipset. What type of chipset do you have? On 1/27/06, Philip Juels [EMAIL PROTECTED] wrote: Curious...the system is a Dell Optiplex GX270...RAM system is PC3200 2x512MB

Re: RAM check - Followup question

2006-01-27 Thread Philip Juels
I switched the DIMMs from dual-channel to single-channel and so far (up to test 4) I get no errors. Go figure. Philip Juels wrote: As of now, memtests 2,3, and 4 fail (waiting for the rest). The following bits are listed as Err-Bits (1000,8000,2000). The chipset is Intel i848

Re: rm - Argument list too long

2006-01-27 Thread Philip Hallstrom
# Any idea how to correct this ? find /tmp -type f -name 'sess*' -delete Probably worth adding a -mtime +1 in there to only delete files that haven't been modified in 1 day... -philip ___ freebsd-questions@freebsd.org mailing list http

RAM check

2006-01-26 Thread Philip Juels
I'm running into random seg faults during KDE and Gnome compilation, and I and others on the list suspect faulty RAM. Are there any utils out there that can test/diagnose RAM (aside from the laughable BIOS POST). THX PJ ___

Re: RAM check

2006-01-26 Thread Philip Juels
Thanks...I downloaded the iso and memtest confirmed that the system has memory problems. PJ Noel Jones wrote: On 1/26/06, Philip Juels [EMAIL PROTECTED] wrote: I'm running into random seg faults during KDE and Gnome compilation, and I and others on the list suspect faulty RAM

Re: Apache not included

2006-01-25 Thread Philip Hallstrom
...) Easy to add though via ports or packages. -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: FreeBSD vs Linux

2006-01-17 Thread Philip Juels
At the risk of getting flamed...someone somewhere in the Usenet universe summed linux as the most self-incompatible OS. It's one of the unfortunate side-effects of the myriad of different distributions. And a lot of work must be done to compile apps from source in linux if you can't find an

Seq faults all over the place

2006-01-17 Thread Philip Juels
I've installed version 6 onto a Dell workstation and as I try to install KDE or Gnome, I'm getting segmentation faults. The latest... === Building for gtkhtml3-3.6.2 ... (snipped for brevity)... cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -DORBIT2=1 -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API

Re: FreeBSD vs Linux

2006-01-17 Thread Philip Hallstrom
The computer is currently without keyboard, mouse or monitor. I am adding applications to the computer via ssh while I work. As soon as I get openbox and tightvnc installed, I'll switch to tightvnc so I can disconnect without disrupting jobs. (Hmm, I wonder if I'll have to add a mouse or

Re: generating new passwords

2006-01-17 Thread Philip Hallstrom
Is there a command in FreeBSD 5.4 that will assign a specified user a new password without having to create one manually using passwd? Is there also a way to generate new passwords for multiple users at once? man pw ... -h fd This option provides a special interface by which

Re: Looking for SW Firewall

2006-01-12 Thread Philip Hallstrom
I am interested implementing a firewall in SW that has similar features as a Cisco PIX firewall. But, I don't want to roll my own ipfw statements. A nice gui would be nice. From the ports index I see things like: dante-1.1.15 A circuit-level firewall/proxy cp2fwb-0.6

How to boot from a slice other than a?

2006-01-12 Thread Philip Hallstrom
the boot process and type in 0:da(0,h)/boot/loader, but I'm not. And I'm not entirely sure what files to tweak to make that happen. I've read the boot/loader manpages, but am just not getting it today. Anyone know what files to tweak? -philip

Re: How to boot from a slice other than a?

2006-01-12 Thread Philip Hallstrom
file? Thanks! -philip [1] The box is a new 5.3 install. My thought was to boot from da0s1h, buildworld/kernel for 6 with a DESTDIR pointing to the original / (da0s1a). Then reboot and have a clean install of 6. ___ freebsd-questions@freebsd.org

Re: Remote backups, reading from and writing to the same file

2006-01-12 Thread Philip Hallstrom
consider rsync. That would only copy files that have changed. Might be handy if bandwidth is an issue. You can set it up to keep backup copies of files that have changed as well. And it can run over ssh. -philip ___ freebsd-questions@freebsd.org

Upgrading a remote box from 5.3 to 6-stable....

2006-01-11 Thread Philip Hallstrom
for the new kernel to boot and be able to installworld. Anything else? And anyone know if the boot into single user mode is really necessary? Can't really test it on my remote box Thanks! -philip ___ freebsd-questions@freebsd.org mailing list http

umass detected, but da is never created

2005-12-24 Thread Philip Lykke Carlsen
I have this external harddisk kit, and when I plug it in, the system correctly recognizes it as a umass.. but afterwards, the da device is never created.. this is what I get from the console: umass0: vendor 0x05e3 USB TO IDE, rev 2.00/0.33, addr 2 umass0: BBB reset failed, TIMEOUT umass0: BBB

Re: portssystem stale dependencies

2005-11-20 Thread Philip Lykke Carlsen
Sunday 20 November 2005 03:18 skrev RW: On Saturday 19 November 2005 10:37, Philip Lykke Carlsen wrote: .. does anyone know why the problem of stale dependencies in the package system occurs?.. it's just.. the system won't let you install any given port/package without having met all

portssystem stale dependencies

2005-11-19 Thread Philip Lykke Carlsen
.. does anyone know why the problem of stale dependencies in the package system occurs?.. it's just.. the system won't let you install any given port/package without having met all the dependencies.. just how does it _forget_ that it just installed some package?..

Re: 6.0, lighttpd not starting up on boot

2005-11-19 Thread Philip Hallstrom
On 19 Nov 2005 08:39:19 -0500, Lowell Gilbert [EMAIL PROTECTED] wrote: Pat Maddox [EMAIL PROTECTED] writes: I've got a 6.0 system with lighttpd installed. I have a lighttpd_enable=YES line in /etc/rc.conf, but lighttpd doesn't start up when the machine boots. I have another machine with the

Re: recursive port configuration

2005-11-14 Thread Philip Lykke Carlsen
Monday 14 November 2005 04:40 skrev Giorgos Keramidas: On 2005-11-14 02:07, Philip Lykke Carlsen [EMAIL PROTECTED] wrote: Hi all.. .. Is there any way to recursively configure the dependencies of a given port? For those ports that support a 'make config' target, you can always use

Re: (no subject)

2005-11-13 Thread Philip Lykke Carlsen
Sunday 13 November 2005 22:49 skrev Andrew P.: On 11/13/05, Scharp Ledge [EMAIL PROTECTED] wrote: How do I delete BSD? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

recursive port configuration

2005-11-13 Thread Philip Lykke Carlsen
Hi all.. .. Is there any way to recursively configure the dependencies of a given port? .. there's nothing worse than starting a portupgrade -a before going to bed and then waking up to a blue configure-screen and discovering that the show stopped just about 10 minutes after I left the screen

Re: Fail to install subversion-1.3.0.r2 while compile with WITH_MOD_DAV_SVN=yes

2005-11-13 Thread Philip Lykke Carlsen
Monday 14 November 2005 02:19 skrev Ma Jie: I'm using FreeBSD 6.0-STABLE. It is OK to compile subversion using standalone mode. But when I want to use apache2 protocol with subversion, a compiling failure occured as below:

Re: Release vs Stable vs Current

2005-11-07 Thread Philip Paeps
of a -STABLE branch. Currently, there are three branches that call themselves -STABLE: RELENG_4, RELENG_5 and RELENG_6, respectively 4-STABLE, 5-STABLE and 6-STABLE. - Philip -- Philip PaepsPlease don't Cc me, I am [EMAIL PROTECTED

Re: /etc/rc.conf /etc/defaults/rc.conf

2005-11-04 Thread Philip Paeps
, and it's subject to change every time you update your system. If you're looking for the explanation of an option, the (well-commented) default sometimes proves more useful than the rc.conf(5) manual. - Philip -- Philip PaepsPlease don't Cc me, I am [EMAIL

Re: read grey text

2005-11-04 Thread Philip Paeps
SC_KERNEL_CONS_ATTR=(FG_GREEN|BG_BLACK) See NOTES/LINT for more documentation about this. - Philip -- Philip PaepsPlease don't Cc me, I am [EMAIL PROTECTED] subscribed to the list. Science is true. Don't be misled

Re: Basic Port Management.Is there any?

2005-10-31 Thread Philip Lykke Carlsen
Monday 31 October 2005 10:00 skrev George Katsanos: Hello ! , As a fresh Freebsd user[and fan] I am trying to set up my WM / X environment and choose the apps I will use for basic stuff. Text Editors , Image viewers , Mail apps , FileManagers. So after I see some screenshots [it would be

Re: Apache::DBI Problems

2005-10-28 Thread Philip M. Gollucci
?) Make sure you use version 0.9901 in my CPAN dir. -- END What doesn't kill us can only make us stronger. Nothing is impossible. Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198

Re: traffic accounting per username with ipfw in 5.4 ? (more)

2005-10-25 Thread Philip Lykke Carlsen
Monday 24 October 2005 23:54 skrev user: Hello, On Tue, 25 Oct 2005, Andrew P. wrote: On 10/25/05, user [EMAIL PROTECTED] wrote: I remember that ipfw had been augmented some time ago to do traffic counting, etc., based on usernames ... but I see no mention of that in the ipfw man

Re: Preloading of shared libraries

2005-10-24 Thread Philip Lykke Carlsen
Sunday 23 October 2005 18:23 skrev du: Philip Lykke Carlsen wrote: Hey.. I wondered if it was possible to load a selection of shared libraies into the cache at boot time.. I figure that it would speed up starting things.. like the KDE login manager for instance.. hm.. is this possible

Re: Difficulties to launch KDE

2005-10-23 Thread Philip Lykke Carlsen
Sunday 23 October 2005 17:13 skrev Michał Masłowski: Hello: I am sure you will find my problem quite easy. I just installed FreeBSD 5.4, and I configured KDE and related configurations according with the handbook. My .xinitrc file contains only the line: echo exec startkde. When I type

Preloading of shared libraries

2005-10-23 Thread Philip Lykke Carlsen
Hey.. I wondered if it was possible to load a selection of shared libraies into the cache at boot time.. I figure that it would speed up starting things.. like the KDE login manager for instance.. hm.. is this possible? .. and if so.. would it speed up the process of starting stuff at all?..

Re: bizar problem with a Dell latitude D600's onboard nic

2005-10-22 Thread Philip Keuleers
anyway :-) Greetz, Philip Q: How many Bill Gates does it take to change a lightbulb ? A: None, he just defines Darkness™ as the new industry standard... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

bizar problem with a Dell latitude D600's onboard nic

2005-10-15 Thread Philip Keuleers
0x00: vendor 0x1217 device 0x7113 O2 Micro, Inc. Device unknown pci bus 0x0002 cardnum 0x01 function 0x01: vendor 0x1217 device 0x7113 O2 Micro, Inc. Device unknown Thanx in advance for your help Greetz, Philip Q: How many Bill Gates does it take to change a lightbulb ? A: None, he just defines

Re: bizar problem with a Dell latitude D600's onboard nic

2005-10-15 Thread Philip Keuleers
Gerard Seibert wrote: On Saturday, October 15, 2005 11:15:26 AM, Philip Keuleers [EMAIL PROTECTED] Subject: bizar problem with a Dell latitude D600's onboard nic Wrote these words of wisdom: Hi, I'm looking for some help with a problem I've been having with a Dell D600 with a FreeBSD

Re: bizar problem with a Dell latitude D600's onboard nic

2005-10-15 Thread Philip Keuleers
Alan Gerber wrote: Gerard Seibert wrote: On Saturday, October 15, 2005 11:51:26 AM, Philip Keuleers [EMAIL PROTECTED] Subject: Re: bizar problem with a Dell latitude D600's onboard nic Wrote these words of wisdom: Gerard Seibert wrote: On Saturday, October 15, 2005 11:15:26 AM

Re: help with shell script

2005-10-12 Thread Philip Hallstrom
Hi. I am writing up a doc for the fbsd community that covers usage of ports. I have two commands that allow me to assertain the amount of disk space being utilized by currently installed ports. I would like to make a shell script (bourne or bash) out of them but I am not sure how. 1. This

Re: 3 questions

2005-10-11 Thread Philip Hallstrom
. 3. Give me some solutions to make one super site with free tools!!! Ironically, this just appeared on digg.com... http://vinterstille.dk/free-alternatives-to-macromedia-and-adobe-software -philip ___ freebsd-questions@freebsd.org mailing list http

Re: DNS caching locally ...

2005-10-07 Thread Philip Hallstrom
and linux. * TCP support * DNS blacklist support -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

How can I programatically eject a live cd?

2005-10-07 Thread Philip Hallstrom
I can come is: cdcontrol -f acd0 eject and then I can press the eject button and it will eject. This is fine for me, but I don't want the people doing this to have to know to wait for the disk lights to stop. Any suggestions? Thanks! -philip

Re: Hidden spot on hard drives?

2005-10-05 Thread Philip Hallstrom
On Wed, Oct 05, 2005 at 11:55:18AM -0700, Joe S wrote: : Jonathon McKitrick wrote: : the company where I work (with Windows) is evaluating a copy protection : product that stores info somewhere on the HDD where the user cannot touch : it, : a format will not erase it, and Norton Ghost will not

Re: pppd server help

2005-10-03 Thread Philip Hallstrom
120 disable ipv6cp enable passwdauth accept dns set dns 10.28.61.20 enable proxy allow users philip ttyd4: set ifaddr 10.28.61.51 10.28.61.52 ttyd5: set ifaddr 10.28.61.53 10.28.61.54 ttyd6: set ifaddr 10.28.61.55 10.28.61.56

POP server that supports virtual users/domains (other than dovecot)?

2005-09-28 Thread Philip Hallstrom
for other packages? I've searched, but would like some actual user experiences... Thanks! -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Backup

2005-09-26 Thread Philip Hallstrom
On Mon, 26 Sep 2005, Aguiar Magalhaes wrote: Hi list, can I make a copy using dd command from a HD scsi Maxtor 36 GB to a HD IDE Sansung 40 GB ? How can I do it ?? Is there an example ?? http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW-HUGE-DISK

Re: Restore System

2005-09-21 Thread Philip Hallstrom
into the --exclude option for tar... --exclude pattern Exclude files matching the pattern (don't extract them, don't add them, don't list them). just skip everything beneath /dev/ -philip ___ freebsd-questions@freebsd.org mailing list http

Re: how to convert lower case to uppercase in a word in a line ?

2005-09-16 Thread Philip Hallstrom
On 9/16/05, Jonathan Glaschke [EMAIL PROTECTED] wrote: Hello, On Fri, Sep 16, 2005 at 06:51:16PM +0300, Yavuz Maslak wrote: Hello There is a word that consists lowercases. How to change all of letters capital letters in stead of lowercase ? is there any script about that ? Thanks

pptp using tun0 to work

2005-09-08 Thread Philip M. Gollucci
the office- me, I am pingable. Any great ideas? Thanks in advance -- END What doesn't kill us can only make us stronger. Nothing is impossible. Philip M. Gollucci ([EMAIL PROTECTED

Re: FTP Permissions

2005-08-31 Thread Philip Hallstrom
/directory permissions regardless of the user's umask. good luck. -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Doing a modulo in /bin/sh??

2005-08-31 Thread Philip Hallstrom
I can grab the results of w=$date+%U); in C an use the modulo operator; is there a way to do this is /bin/sh? ot zsh? tia, guys, gary #/bin/sh w=$(date +%U) echo w is $w; (even=$(w % 2 )); ## flubs. echo even is $even; ## flubs. if [ $even -eq 0 ]

Re: VNC + SSH question..

2005-08-30 Thread Philip Hallstrom
question is this... Not sure this will help since I'm not sure where exactly you're viewer is, but maybe it will... http://www.pjkh.com/wiki/vnc_through_an_ssh_proxy -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Pine alternative?

2005-08-25 Thread Philip Hallstrom
We have been using pine for years on our Sun Solaris box. We are in the process of moving to FreeBSD. I installed Pine from an updated ports collection and received a message about pine not being very secure. Is anyone using an alternative to pine that can also read pine's folders and

Re: dump(8), incremental backups, Tower of Hanoi sequence, don't get it

2005-08-23 Thread Philip Hallstrom
2) If all you have to deal with are static files and a not-super-giant-filesystem, use rsync. rsync -avz --delete once a night will mirror your data between drives or between machines without any trouble. The only disadvantage is there is no file retention if you want to restore a corrupt /

FireFox Thunderbird Hand on 5.4-RELEASE when dealing with files

2005-08-20 Thread Philip M. Gollucci
. Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198 Consultant / http://p6m7g8.net/Resume/ Senior Developer / Liquidity Services, Inc. http://www.liquidityservicesinc.com http://www.liquidation.com http://www.uksurplus.com http://www.govliquidation.com http

Re: how to set backquote on PC keyboard telneting to FREEBSD

2005-08-19 Thread Philip Hallstrom
i'm sure this is simple ... I am using a PC to telnet to a FreeBSD system. The backquote key does not work. I believe the STTY command is used to set the backquote key on FreeBSD. Can anyone tell me the STTY command syntax to do this?? I've always used... stty erase

Re: FreeBSD dialin server

2005-08-18 Thread Philip Hallstrom
\\T TIMEOUT 40 CONNECT set timeout 120 disable ipv6cp enable passwdauth accept dns set dns 10.28.61.20 enable proxy allow users philip ttyd4: set ifaddr 10.28.61.51 10.28.61.52 ttyd5: set ifaddr 10.28.61.53 10.28.61.54 ttyd6: set ifaddr 10.28.61.55 10.28.61.56

Re: how to know the file system type [programming]

2005-08-17 Thread Philip Hallstrom
hi there I've been looking for a way to check the fs type I need to do something like this if NTFS do this if msdis do that if ufs2 do that if ext2 do this other stuff Parse /etc/fstab? I'm sure there are lots of other ways too... ___

Re: Mambo CMS on freeBSD5.4

2005-08-12 Thread Philip M. Gollucci
fine for me on: FreeBSD 7.0-current mysql 5.0.9 httpd2.0.54 php-5.1.2b -- END What doesn't kill us can only make us stronger. Nothing is impossible. Philip M. Gollucci ([EMAIL PROTECTED

Re: measuring avg cpu speed while powerd(8) is running

2005-08-07 Thread Philip S. Schulz
Joost Bekkers wrote: On Sat, Aug 06, 2005 at 07:33:02PM +0200, Philip S. Schulz wrote: Joost Bekkers wrote: Is there a way to calculate (over eg. a 5 minute interval) the average amount the cpu was throttled? In this case by powerd(8). [...] Perhaps I should have said that differently

Re: measuring avg cpu speed while powerd(8) is running

2005-08-06 Thread Philip S. Schulz
Joost Bekkers wrote: Hi Is there a way to calculate (over eg. a 5 minute interval) the average amount the cpu was throttled? In this case by powerd(8). No, powerd currently reads the CPU usage periodically and adjusts the clock speed based on the current CPU idle value. You can somewhat

Re: Apache problems

2005-08-05 Thread Philip M. Gollucci
Bryan Maynard wrote: I know this isn't directly freebsd related, but this list has been good to me before. I am running 5-STABLE. I installed Apache 2.1.4 using make install clean after updating my ports collection. Everything seemed to go fine. I then installed mod_php5 via make install

Re: Determine processing holding open a 52+Gig file ...

2005-07-28 Thread Philip Hallstrom
'k, this is the second time its happened ... on a file system that is currently 35% full (52G free), all the disk space disappeared ... Is there a way of finding out what process is holding open this immense file? I'm pretty sure lsof can tell you... either just plain lsof or maybe with the

Afterstep2

2005-07-23 Thread Philip M. Gollucci
else experienced this. I know the ports at 2.1.1, but I can't get that high. Thanks in advance. END What doesn't kill us can only make us stronger. Nothing is impossible. Philip M

Re: First post

2005-07-22 Thread Philip Hallstrom
multiple OS's on the same computer would be better. Good luck! -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: OT: Helpdesk/Call tracking software

2005-07-20 Thread Philip Hallstrom
Never used it, but RT always seems to get good praise... http://www.bestpractical.com/rt/ On Thu, 21 Jul 2005, Cezar Fistik wrote: Dear group, Sorry for OT, but I'm sure someone in this group can help me. I'm looking for an open source helpdesk/call tracking application for use in an ISP

Re: NDIS on FreeBSD 4.3?

2005-07-18 Thread Philip S. Schulz
Jamie Ann P. Zamodio wrote: Greetings, all. I would just like to ask if it's possible to install NDIS on FreeBSD 4.3? Not without significant effort. Regards, Phil. ___ freebsd-questions@freebsd.org mailing list

Re: Using Multiple Internet Connections with FreeBSD

2005-07-13 Thread Philip Hallstrom
:35:23 2003 Date: Sat, 4 Nov 2000 09:34:48 -0600 (CST) From: Mike Meyer [EMAIL PROTECTED] To: Simon Nielsen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Two ISP's. Two IP. One default route... Resent-Date: Wed, 24 Dec 2003 10:35:16 -0800 (PST) Resent-From: Philip Hallstrom [EMAIL PROTECTED

Re: OT: Shell script

2005-07-11 Thread Philip Hallstrom
All, I am trying to write an SH script that i need some functionality. I want it to be able to get a filename without the extention on the end. for example. file.mp3 i would like it to return 'file'. Probably lots of ways. Use sed in a pipe... sed 's/\$//' -philip

Re: OT: Shell script

2005-07-11 Thread Philip Hallstrom
I am trying to write an SH script that i need some functionality. I want it to be able to get a filename without the extention on the end. for example. file.mp3 i would like it to return 'file'. basename(1); it's even POSIX, so it's pretty portable. But only if he knows the file extension

'BSD' make vs gmake on FBSD

2005-07-09 Thread Philip M. Gollucci
doesn't kill us can only make us stronger. Nothing is impossible. Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Developer / Liquidity Services, Inc. http://www.liquidityservicesinc.com

Re: recommended behaviour for example configuration files

2005-06-30 Thread Philip Hallstrom
if you for other pkg_* commands)... -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: VNC multiplexer

2005-06-30 Thread Philip Hallstrom
would stay the same regardless of the IP... and the VNC viewer would connect to localhost so you'd never really need the server IP. Anyway, just a thought... -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Running Programs from CRON as root

2005-06-29 Thread Philip Hallstrom
On Wed, 29 Jun 2005, Gerard Seibert wrote: I am not sure how to go about this. If I do not want to touch the system CRON, is it possible to create a personal CRON that could run two programs, both at the super user level Example: I want to update the ports tree and then run portmanager to

Sshd problem

2005-06-21 Thread Philip Wege
Installed freebsd 5.3 , put the box on the local network , used ssh to setup the box. Changed ip address to public address and made the box live so to speak. Ever since the ip was changed i am unable to ssh into the box , logs show error : Fatal timeout before authentication could occur. Things

Re: Sshd problem

2005-06-21 Thread Philip Wege
You cant even ssh onto the server from itself , it still times out. On Tue, 2005-06-21 at 14:12 +0700, Olivier Nicole wrote: Changed ip address to public address and made the box live so to speak. Ever since the ip was changed i am unable to ssh into the box , logs show error : Fatal timeout

Software Raid

2005-06-17 Thread Philip Wege
Is there a way to do software raid setup using freebsd ? and if so where do you set it up ? Version 5.3 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: df: root partition at 108% capacity! Can't find why...

2005-06-15 Thread Philip Hallstrom
an entry for each specified file. (Equivalent to -d 0) -x File system mount points are not traversed. Look for the largest directly, cd into that and repeat until you get down far enough to find the offender. Works for me... -philip ___ freebsd

Re: system cloning

2005-06-13 Thread Philip Hallstrom
and then tweak /etc/fstab to suit... right? -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Gettext problems

2005-06-10 Thread Philip Wege
Has anyone gotten this problem with a webapp before using gettext and does anyone have any suggestions. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Gettext issues

2005-06-10 Thread Philip Wege
Has anyone gotten this problem with gettext before and if so any suggestions for resolution ? Freebsd 5.3 , PHP5. Fatal error: Call to undefined function: bindtextdomain() in /usr/local/www/data-dist/ ___ freebsd-questions@freebsd.org mailing list

RE: Outsourcing a modem pool for dialup? Any advice?

2005-06-10 Thread Philip Hallstrom
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Philip Hallstrom Sent: Thursday, June 09, 2005 10:38 AM To: freebsd-questions@freebsd.org Subject: Outsourcing a modem pool for dialup? Any advice? Hi all - Our company has a product such that a small server

Re: system cloning

2005-06-10 Thread Philip Hallstrom
the live cd again, mount the share, do whatever fdisk'ing and disklabel'ing and newfs'ing is necessary to get the partitions you want and restore each of the dumps (in the right order of course). It's worked for me... -philip ___ freebsd-questions

Outsourcing a modem pool for dialup? Any advice?

2005-06-09 Thread Philip Hallstrom
solution that needs to work with FreeBSD's PPP. Anyone know of anyone that does this sort of thing? Or an ISP that has a service geared towards this (our current one does not). Thanks! -philip ___ freebsd-questions@freebsd.org mailing list http

Re: Network AV server

2005-06-08 Thread Philip Hallstrom
Could someone point me in the right direction to create a network server that scans networks systems for Virus and acts on the viruses accordingly. I have a FreeBSD system that I would like to turn into a virus scanner (among other things) but I don't know how or what scanners are available

PHP on freebsd ports not working

2005-06-06 Thread Philip Wege
Unable to get php to work through ports system: Php5 and Apache2 is being used. The test script looks like this : html head titleHello World/title /head body ?php echo Hello World; ? /body /html Logs only says : [Mon Jun 06 07:50:48 2005] [notice] caught SIGTERM, shutting down [Mon Jun 06

/stand/sysinstall

2005-06-03 Thread Philip Wege
Question regarding the utility /stand/sysinstall Usually I get a Interface option to modfiy my interfaces ip and address , but on the current installation it is missing, has anyone had this before and how do one get the option to modify your interfaces back?

Re: Running cronjobs

2005-06-03 Thread Philip Hallstrom
Check the value of $PATH when run manually and when run via cron. That's what always bites me... the PATH set by cron is usually pretty minimal... -philip On Thu, 2 Jun 2005, ESMTP Admin wrote: Always worked well when I dump a script into the /etc/periodic/daily folder and set permissions

fresh port install off apache

2005-06-02 Thread Philip Wege
Hi Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric#

Re: postgrey question

2005-06-01 Thread Philip Hallstrom
[description of postgrey snipped] The main advantage of this is that spammers and viruses have massive amount of email lists and just try to send it to as many people as possible. They are not going to wait and try to send the e-mail again, thus you effectively block many amount of spam and

ssh autehntication question

2005-05-25 Thread Philip Wege
Configured sshd for publickeyauth,port 22 and protocol 2 connections. When ever a ssh connection is attempted it says : fatal : timeout before authentication. Server on local network. sshd pid is running also. Any ideas ? ___

Mysql startup question

2005-05-24 Thread Philip Wege
Hi When i run /usr/local/etc/rc.d/mysql-server.sh start i get the following error : touch /var/db/mysql/mail.int.diesel-electric.com err: Permission denied chown /var/db/mysql/mail.int.diesel-electric.com cannot create /var/db/mysql/mail.int.diesel-electric.com Permission denied Running

Re: Mysql startup question

2005-05-24 Thread Philip Wege
Yes i am logged in as root directly on the box. On Tue, 2005-05-24 at 15:43 +0200, Steven Enderle wrote: Are you sure you did run this as root? Regards Steven -- ++ message delivered by gizm0.org ++ free webmail - imap, pop3, ssl secured Philip Wege wrote: Hi When i run /usr

Re: Mysql startup question

2005-05-24 Thread Philip Wege
, Steven -- ++ message delivered by gizm0.org ++ free webmail - imap, pop3, ssl secured Philip Wege wrote: Yes i am logged in as root directly on the box. On Tue, 2005-05-24 at 15:43 +0200, Steven Enderle wrote: Are you sure you did run this as root? Regards

Re: Mysql startup question

2005-05-24 Thread Philip Wege
Thanks done mysql is started. On Tue, 2005-05-24 at 16:15 +0200, Gerhard Schmidt wrote: On Tue, May 24, 2005 at 04:02:45PM -0700, Philip Wege wrote: No problems there , and all files and folders owned by root. That's the problem /var/db/mysql should be owned by mysql:mysql because mysqld

Re: Rewinding tapes

2005-05-19 Thread Philip Hallstrom
is ignored. -philip ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Scripting help

2005-05-12 Thread Philip Hallstrom
install the 'mmv' port. From the description... This is mmv, a program to move/copy/append/link multiple files according to a set of wildcard patterns. The wildcard matches can be reused in forming the target names. You can i.e. move all *.c.or? files to or?.new.*.c by saying 'mmv *.c.or?

Re: monitoring and alerting software ????

2005-05-12 Thread Philip Hallstrom
Nagios. http://www.nagios.org/ On Thu, 12 May 2005, Duane Winner wrote: Hello, This may not be FreeBSD specific, but since I'm running nearly a 100% FreeBSD shop, I figured this would be as good as place as any to ask a question. Also, it might just turn out that the solution for me might be

<    1   2   3   4   5   6   >