RE: Help: Setting up FTP server is not in the handbook... or is it?

2004-05-21 Thread Barry Byrne
Mark: Edit /etc/inetd.conf and comment out the FTP line. Then 'killall -HUP inetd' to restart. You should then be able to ftp to your machine. You should 'man ftpd' for further details on configuring ftp. Cheers, Barry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: command-line calculator?

2004-06-25 Thread Barry Byrne
What simple built-in command-line tools are available if I want to just do some simple math on the command line? man bc - Barry ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

RE: FreeBSD SPAM

2003-10-03 Thread Barry Byrne
environment, assuming you use sendmail and know a little perl. - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland I know this is an issue that comes up a lot, but I wanted to get an opinion from some people on the list. We, along

RE: Squid and newsyslog

2003-10-07 Thread Barry Byrne
Jason: I don't use newsyslog to rotate the squid logs but do the following: Specify the number of logfiles to keep in the squid.conf file: logfile_rotate 8 Tell squid to do rotate the logs with the command: /usr/local/squid/sbin/squid -k rotate You could do this in a short

RE: TX Threshold TX Underrun ???

2003-11-06 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Greg Bernard Sent: 06 November 2003 11:21 I have this message that has showed up in the security run output I don't really know what It means ? backup.xxx.fr kernel log messages: dc0: TX underrun

RE: can't add the ip address in second netword card?

2002-12-16 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of ann kok I added the second network card in freebsd 4.7 after reboot, I got fxp1 from dmesg but I couldn't add any ip address in the fxp1 even from rc.conf or /stand/sysinstall You haven't told us

RE: Are There any Free Tools to do Remote SQL Queries?

2002-12-17 Thread Barry Byrne
Martin: Haven't needed to try it myself, but how about a Perl DBI/DBD solution? - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Martin

RE: Getting Perl scripts to work as mail filters

2002-12-18 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mxsmanic What do I have to do to make a simple Perl script filter incoming mail for a mailbox? I wrote a script that just reads standard input and writes it to standard output, then put it in my

RE: Getting Perl scripts to work as mail filters

2002-12-18 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mxsmanic 'Are you sure there is no error - did you check the sendmail log?' Yup. maillog mentions the message being sent, but indicates no error. Can you post the log entry - does it say

RE: Getting Perl scripts to work as mail filters

2002-12-18 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mxsmanic Here are the two relevant log entries after I tried to mail something from the console: Dec 18 18:31:10 myserver sendmail[97621]: gBIHVAo97621: from=root, size=39, class=0, nrcpts=1,

RE: Getting Perl scripts to work as mail filters

2002-12-18 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mxsmanic *** Well it looks like your script is being run - what should your script do? *** Heck, it's so simple I can list it here: #!/usr/bin/perl while ($inputline = STDIN) {

RE: Problem with my startup script?

2002-12-19 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adam Lofstedt I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized), I have

RE: L0phtcrack

2002-12-24 Thread Barry Byrne
This is all very off-topic, but one solution, I've had work for me, is to use one of the linux boot disks which allow you to reset the admin password. See http://is-it-true.org/nt/atips/atips262.shtml for more details. I've not used this on XP, but 2000 has worked fine. - Barry -- Barry Byrne

RE: /etc/resolv.conf

2003-01-02 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of McClain i got a problem with /etc/resolv.conf. On every start up, it gets somehow overwritten with settings i had earlier. I just don't find the script/program which rewrites it. Can somebody

RE: DNS and DHCPD

2003-01-09 Thread Barry Byrne
lattera: man dhcpd.conf There is a good section here on setting up dynamic updates, with some example configurations. You will also, need to configure BIND to allow updates from the dhcpd server. - Barry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

RE: Can't telnet or FTP

2003-01-13 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff LaMarche I just did a clean install of 4.7 (I was running 4.0 previously) on a machine that I'm using as primarily as a network gateway and firewall and also as a file server. It installed fine

RE: Starting DHCPD

2003-01-24 Thread Barry Byrne
--script ends above--- Make sure it is executable by root, ends in .sh and lives in /usr/local/etc/rc.d Cheers, Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland Phone: +353 1 417 0150 Fax:+353 1 478 5544 Email: [EMAIL PROTECTED] Web

RE: file picker

2003-08-21 Thread Barry Byrne
ls -1 | perl -e 'srand; rand($.) 1 ($filename = $_) while ; print $filename;' - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Walter Sent

RE: aliasing ethernet cards in FBSD

2003-09-08 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gary Sent: 08 September 2003 15:40 How would I do this in FBSD, setting up an aliased ether to an Ip address? my current rc.conf file currently contains just the address of the machine, as such.

RE: Authenticated SMTP

2003-09-09 Thread Barry Byrne
starting here: http://postfix.state-of-mind.de/patrick.koetter/smtpauth/ - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Wayne Pascoe Sent: 09

RE: newbie: rotating logs

2003-04-04 Thread Barry Byrne
man newsyslog - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of admin2 Sent: 04 April 2003 17:31 newbie admin: running FreeBSD 4.7 Stable

RE: Setting sendmail not to resolve domains?

2003-06-06 Thread Barry Byrne
Not recommended if you want to avoid SPAM, but add the following to your .mc file, rebuild .cf file and restart sendmail. - Barry FEATURE(accept_unresolvable_domains) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dragoncrest Sent: 06 June 2003

RE: / is filling up

2003-06-04 Thread Barry Byrne
David: du -x -d N / where N is the number of levels deep you want to see. - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Daugherty

RE: Running a rand or random script

2003-06-16 Thread Barry Byrne
jot -r 5 0 9 | rs -g 0 5 -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jack L. Stone Sent: 16 June 2003 17:15 To: [EMAIL PROTECTED] Subject

RE: WebMail Options

2002-07-16 Thread Barry Byrne
I've used IMP (http://www.horde.org/imp) and found it quite good. Takes a little effort to get it up and running but once done, everything is pretty smooth. Cheers, Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original

RE: to open tgz manual

2002-07-23 Thread Barry Byrne
tar -zxvf file.tgz should do it on one step (FreeBSD's tar can undo gzips) otherwise: gunzip file.tgz tar xvf file.tar - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED

RE: OT sed help

2002-09-19 Thread Barry Byrne
Matt: How about: grep -E ^\w{9,}, flatfile.txt morethaneight.txt - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland Phone: +353 1 417 0150 Fax:+353 1 478 5544 Email: [EMAIL PROTECTED] Web:www.wbtsystems.com -Original

RE: Writing a start / stop script (getting pid)

2002-09-24 Thread Barry Byrne
Pascal: You can use the -p option of ftpd to write it's PID to a file. Something like ftpd -D -p /var/run/fptd.pid should probably work. - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL

RE: how to delete file named ?'??

2002-09-25 Thread Barry Byrne
bar the one you want. Cheers, Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland Phone: +353 1 417 0150 Fax:+353 1 478 5544 Email: [EMAIL PROTECTED] Web:www.wbtsystems.com -Original Message- From: [EMAIL PROTECTED

RE: 4.6.2 filesystem efficiency

2002-09-25 Thread Barry Byrne
Matthias: I think it was introduced in 4.4 but only enabled in the default kernel from 4.5 onwards. At least that's what my kernel confs seem to indicate. - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message

RE: 4.6.2 filesystem efficiency

2002-09-25 Thread Barry Byrne
Some performance/memory info at: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=18975+0+archive/2001/freebsd-fs /20010624.freebsd-fs -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto

RE: disappearing job

2002-10-10 Thread Barry Byrne
Did you do Alt + Fn perhaps? On a console this generally lets you switch to another virtual console. Try Alt + F1 to bring you back? - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL

RE: auto replay on sendmail

2002-10-17 Thread Barry Byrne
man vacation - Barry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Leo De Geer Sent: 16 October 2002 22:26 To: [EMAIL PROTECTED] Subject: auto replay on sendmail im runing sendmail on my mailserver i nead to put upp a vikation uto

RE: How to start gnome2?

2002-10-18 Thread Barry Byrne
Put this line in your .xinitrc exec gnome-session Cheers, Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of Ronnie Clark

RE: Server administration while on holiday

2002-10-22 Thread Barry Byrne
How about a Java/Web based SSH client? - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of Andreas Wideroe Andersen Sent

RE: Problem with sendmail

2002-10-17 Thread Barry Byrne
Ada: Reboot of the whole system is not necessary: killall -HUP sendmail should restart sendmail for you. Cheers, Barry -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of Ada Cheng Sent: 17 October 2002 12:59 To: Dirk Meyer

RE: looking for a lightweight web server

2002-10-30 Thread Barry Byrne
I've never seen great reason to use anything other than Apache. Might not fit your 'lightweight' tag, but it's not particularly taxing on resources, and anyway the PHP element of your use is likely to the most resource intensive. Cheers - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2

RE: Sendmail: non-relay secure

2002-10-31 Thread Barry Byrne
I recommend you use SMTP AUTH if your mail clients support it. There is some info on sendmail.org: http://www.sendmail.org/~ca/email/auth.html Cheers, Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From

RE: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Barry Byrne
something like the following lines: LoadModule php4_modulelibexec/libphp4.so AddModule mod_php4.c AddType application/x-httpd-php .php They may either not be there or commented out. If so add them in and restart apache. Cheers, Barry -- Barry Byrne, IT Manager, WBT

RE: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Barry Byrne
You could try adding something like this in your apache startup file: LD_PRELOAD=/usr/local/mysql/lib/mysql/libmysqlclient.so; export LD_PRELOAD Modify for your mysql lib location and add these two lines before the call to start httpd. Cheers, Barry -- Barry Byrne, IT Manager, WBT Systems

RE: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Barry Byrne
. Cheers, Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd-questions;FreeBSD.ORG]On Behalf Of DaleCo Help Desk Sent: 05 November 2002 17:18 To: Barry Byrne; Roger

RE: Question about memory usage

2002-11-19 Thread Barry Byrne
man top - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Winslow Sent: 19 November 2002 16:13 To: [EMAIL PROTECTED] Subject

RE: POP3d slowing down mail downloads

2002-12-03 Thread Barry Byrne
Do you have your client set to leave mail on the server? If so, you will find performance getting worse and worse as the mailbox grows larger - POP clients should normally be told to delete mail from the server after retrieval. - Barry -Original Message- From: [EMAIL PROTECTED]

RE: Simple Question

2002-12-03 Thread Barry Byrne
PicoBSD (http://www.picobsd.org/) fits on a floppy. -- Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland Phone: +353 1 417 0150 Fax:+353 1 478 5544 Email: [EMAIL PROTECTED] Web:www.wbtsystems.com -Original Message

RE: count the number of ports

2002-12-04 Thread Barry Byrne
How about: wc /usr/ports/INDEX - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Zhihui Zhang Sent: 04 December 2002 17:21

RE: PHP install

2002-12-06 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew Rench Does anyone know where I can find some documentation on installing PHP 4.2.3 on FreeBSD 4.4? The INSTALL file that comes with the distribution is pretty comprehensive. I recommend going

RE: Bind - Upgrading from FreeBSD 4.6 default to 9.2.1

2002-12-09 Thread Barry Byrne
. (bind 9.2.1) named_flags=-c /etc/namedb/named.conf # Flags for named - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nick Wilson Sent: 09

Mysql-5.018 fails to build from the ports

2006-01-11 Thread Barry Byrne
Hi: I've got a freebsd 4.11-release box which is kept up to date using portupgrade. Haven't had any problem until recently - but now attempting to build mysql 5.0.18 fails. It worked as far as .16, but both .17 and .18 have failed. I get the following error: --- libtool15: link:

RE: Mysql-5.018 fails to build from the ports

2006-01-11 Thread Barry Byrne
Sorry to answer my own question, but seems like the Makefile in the ports was fixed for builds on 4.x about 10 hours ago. Did another cvsup and all appears OK now. - barry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Byrne Sent: 11

Upgrade sendmail via ports - version in smtp greeting doesn't match

2006-01-25 Thread Barry Byrne
All: Not a major issue, but I've upgraded sendmail on a 4.11 box via the ports. All appears to be working, but if I look at the SMTP greeting, the version of sendmail or the config version is incorrect. The latter version (8.13.1) would have been the version prior to the port upgrade.

RE: Upgrade sendmail via ports - version in smtp greeting doesn't match

2006-01-25 Thread Barry Byrne
] On Behalf Of Barry Byrne Sent: 25 January 2006 11:26 To: freebsd-questions@freebsd.org Subject: Upgrade sendmail via ports - version in smtp greeting doesn't match All: Not a major issue, but I've upgraded sendmail on a 4.11 box via the ports. All appears to be working, but if I look

RE: startup scripts in /usr/local/etc/rc.d

2003-12-12 Thread Barry Byrne
Andre: What is the script called? It should end in .sh and be executable by root. - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andre

RE: Apache aliased directory invisible

2008-10-21 Thread Barry Byrne
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Ragona Sent: 21 October 2008 12:07 To: David Karapetyan; freebsd-questions@freebsd.org Subject: Re: Apache aliased directory invisible At 10:16 PM 10/20/2008, David Karapetyan wrote: FreeBSD office19.resnet.nd.edu

RE: PHP5 as apache module using packages

2008-12-16 Thread Barry Byrne
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Gary Hartl Sent: 16 December 2008 14:36 To: FreeBSD Questions Ok so i've reinstalled fBSD-7 and i'm running apache 2.2 installed using pkg_add I need to

RE: How to find files that are eating up disk space

2008-12-17 Thread Barry Byrne
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of John Almberg Sent: 17 December 2008 17:17 To: freebsd-questions@freebsd.org Subject: How to find files that are eating up disk space Here is another newbie

RE: Time skew

2009-01-14 Thread Barry Byrne
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of sc...@centroin.com.br Hi All, I'm facing some strange behavior with an skew in the system clock. The hardware is a Dell PowerEdge 2950III,

RE: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread Barry Byrne
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of lyd mc On Friday 17 April 2009 13:47:45 lyd mc wrote: hi, I don't know how to run it in debug mode I already try this one.

Re: Ports and Packages

2011-05-02 Thread Barry Byrne
On 2 May 2011, at 19:06, Barry Byrne wrote: On 2 May 2011, at 18:46, Mohammed Gamal wrote: 1-where to get php-5.3.6.tbz and mysql cuz my ports collections doesn't exist. /usr/ports Install the ports tree. # portsnap fetch install Sorry - that should have been

Re: Ports and Packages

2011-05-02 Thread Barry Byrne
On 2 May 2011, at 18:46, Mohammed Gamal wrote: 1-where to get php-5.3.6.tbz and mysql cuz my ports collections doesn't exist. /usr/ports Install the ports tree. # portsnap fetch install i have done installing apache2.2.17 from source but it doesn't start on boot , i also added

Error updating libapreq2 with portupgrade

2009-05-19 Thread Barry Byrne
Hi, Am getting an error in updating the libapreq2 port via portupgrade. This is on a 6.2 Release system. Excerpt from the portupgrade log is below. Not too sure how to proceed with this, so any pointers appreciated. Thanks, Barry cd perl; gmake gmake[2]: Entering directory

RE: libapreq2 broken?

2009-05-29 Thread Barry Byrne
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Erik Norgaard Greg Larkin wrote: I can confirm that this is also a problem on 7.0-RELEASE with Perl 5.8.9 installed. I'm pretty sure I've seen an error

RE: libapreq2 broken?

2009-05-29 Thread Barry Byrne
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Greg Larkin Please update your ports tree, then apply this patch: http://people.freebsd.org/~glarkin/diffs/libapreq2.diff I reinstalled the port

RE: Can a Bourn Shell Script put itself in the background?

2009-06-04 Thread Barry Byrne
From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Martin McCormick I tried bg $$ but $$ is the current process invoked just as $! is the process of a backgrounded process started by that shell. So, can I make a shell script

RE: Mysql vs /var partition...

2005-05-26 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] My mysql database is growing, it has subsequently filled the /var/db partition to capacity. I tried moving the mysql dir and symlinking it to /var/db/mysql which didn't work. I also tried mount_null from the /usr partition to the

Apache port OPTIONs support

2007-10-02 Thread Barry Byrne
All, Recently, the apache port changed as per the note in /usr/ports/UPDATING below. I used to build apache with the proxy modules: make WITH_PROXY_MODULES=yes install I've now tried: make WITHOUT_APACHE_OPTIONS=YES WITH_PROXY_MODULES=yes install This builds the proxy modules, but leaves

p5-libapreq2 port fails to build

2007-10-02 Thread Barry Byrne
Hi All, Not sure if it's related to the upgrade to autoconf 2.61, but libapreq2 now fails to build. Running on 6.2-RELEASE-p7 with ports tree up to date. The header files referenced in the first two lines below do existin in: /usr/local/include/apache22/modules/perl/ Any help

RE: p5-libapreq2 port fails to build

2007-10-03 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip M. Gollucci Sent: 02 October 2007 19:27 Barry Byrne wrote: Not sure if it's related to the upgrade to autoconf 2.61, but libapreq2 now fails to build. Most likely it is: http

RE: p5-libapreq2 port fails to build

2007-10-04 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip M. Gollucci Barry Byrne wrote: Hi All, Not sure if it's related to the upgrade to autoconf 2.61, but libapreq2 now fails to build. Running on 6.2-RELEASE-p7 with ports tree up

RE: autoconf failure

2007-10-05 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chad Perrin Sent: 04 October 2007 00:35 To: FreeBSD Questions Subject: autoconf failure First, portversion reports as follows: # portversion -v|grep -v = autoconf-2.53_4

RE: How To Change Email Addr?

2007-10-18 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Bertrand Sent: 18 October 2007 15:00 To: [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Subject: Re: How To Change Email Addr? [EMAIL PROTECTED] wrote: Hi; I need to update the

RE: Mails undelivered

2007-10-18 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joel Muia Sent: 18 October 2007 15:10 To: [EMAIL PROTECTED] Subject: Mails undelivered I have FreeBSD 5.5 installed and configured as a firewall and as mail server in my network. Unfortunately, a

RE: How To Change Email Addr?

2007-10-18 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] newaliases is complaining permission denied, but it's owned by root and I'm in as root. What do? Tony: Check the permissions on /etc/mail/aliases.db newaliases writes to this

RE: shell programming

2007-11-14 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Banks Sent: 14 November 2007 17:25 To: FreeBSD Questions Subject: Re: shell programming What am I doing wrough here: #!/bin/sh $DAYN='/bin/date +%a' + _master.sql mysqldump master $DAYN

RE: Port GUI Config

2007-11-14 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Donovan R. Palmer Sent: 14 November 2007 20:19 To: freebsd-questions@freebsd.org Subject: Port GUI Config I went to compile a programme in the port tree tonight. When I did so, a GUI popped

RE: fromharikrishna

2007-11-19 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hari krishna Sent: 19 November 2007 12:01 To: freebsd-questions@FreeBSD.org Subject: fromharikrishna i want a link to download the free BSD 6.1 os through http can u help me in this The

RE: how to delete a file?

2007-11-19 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jack Raats Due to an error I made the following file - -rw-r--r-- 1 jos jos0 Nov 19 15:34 - - -rw-r--r-- 1 jos jos 767 Nov 19 15:39 .cshrc drwx-- 3 jos jos 512 Nov 19 15:40

RE: How to replace two strings in a file in the same time with sedcommand ?

2007-12-11 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Halid Faith Sent: 11 December 2007 16:21 I want to replace two or more strings in a file in the same time with sed command. How do I that ? Halid: You haven't said exactly what you want to do,

RE: How to know total number of bytes of a directory

2007-12-17 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DSA - JCR Sent: 17 December 2007 13:38 Hi all I would like to know the total number of bytes of a directory and its related subdirs, occupied by the files inside it. I haven't found any command

RE: Get effective group id

2007-08-21 Thread Barry Byrne
Hi, From a Bourne shell script, how to get (and test) the group id of the user that is executing the script? Best regards, Olivier: id -gn should give you the group name. Drop the -n if you want just the numberic id. - barry ___

RE: How to change NIC IP when system is running FBSD 6.1

2006-07-18 Thread Barry Byrne
Juan: Easiest way is to edit /etc/rc.conf and reboot. - Barry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DSA - JCR Sent: 18 July 2006 10:13 To: freebsd-questions@freebsd.org Subject: How to change NIC IP when system is running FBSD 6.1

RE: Sendmail: sub-domain masquerade as top level

2008-01-03 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerahmy Pocott I'm having an issue with getting sendmail to masquerade as the top level domain when the host is a sub domain. For example I want server.exmaple.com to send mail as [EMAIL

RE: changing mysql datadir

2008-01-04 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wonder if you know whether it is possible to change mysql server data dir from the default /var/db/mysql. I looked through my-small.cnf but found no option called datadir. If anyone knows how to

RE: home dir executable (!/bin/sh, chmod+x) shell scripts won't run without sh script

2008-01-07 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Franks Sent: 07 January 2008 15:53 I keep reading about making sh scripts executable with #!/bin/sh on the first line and chmod to executable. That works with all my system scripts (rc,

RE: FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools)

2008-02-28 Thread Barry Byrne
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] I have the same issue with RC3 and with the 7.0 release. Is this VMware problem (resp. shall we expect them to fix it) or FreeBSD problem (resp. shall we wait for 7.x until it works). I've had no

Problem with samba 3.0.30 with NT4 domain

2008-07-02 Thread Barry Byrne
All: In case anyone else has this problem. Seems like there's a bug in samba 3.0.30 (and 3.0.29) that causes joining an NT4 domain to fail. Looks like it will be fixed for 3.0.31 whenever that comes: http://www.nabble.com/unable-to-join-a-NT4-Domain-since-3.0.28a-td17678565.h tml

RE: Problem with samba 3.0.30 with NT4 domain

2008-07-02 Thread Barry Byrne
-Original Message- From: Chris Edwards [mailto:[EMAIL PROTECTED] I get this problem even when using version 3.0.28a. I have no clue what is causing it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Byrne Seems like there's

RE: Having some problems with a FreeBSD mail server (SMTP)

2008-07-31 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Falanga I run a mail server for my church. Today I was called that folks are able to receive, but not send their mail. They are all currently configured for POP3 (I use dovecot).

Re: sed/awk, instead of Perl

2008-08-21 Thread Barry Byrne
Quoting Steve Bertrand [EMAIL PROTECTED]: few passes over a few files. To put it plainly, can anyone, if it's possible, provide a single line sed/awk pipeline that can: - read email addresses from a file in the format: user.name TAB domain.tld - convert it to: [EMAIL PROTECTED] -

RE: string split, bash and IFS

2008-08-25 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Unga Sent: 25 August 2008 10:40 To: freebsd-questions@freebsd.org Subject: string split, bash and IFS How to use bash and IFS to split a string? eg. $string = Name:Surname:10 IFS=: echo

RE: string split, bash and IFS

2008-08-25 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Unga Sent: 25 August 2008 15:11 To: Barry Byrne Cc: freebsd-questions@freebsd.org Subject: RE: string split, bash and IFS --- On Mon, 8/25/08, Barry Byrne [EMAIL PROTECTED] wrote: From

RE: _secure_path: cannot stat /dev/null/.login_conf: Not adirectory, Any help?

2008-09-02 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of VeeJay Sent: 02 September 2008 15:54 To: FreeBSD-Questions; VeeJay Subject: su: _secure_path: cannot stat /dev/null/.login_conf: Not adirectory, Any help? Hi On the screen it says su:

RE: how to break portsnap

2008-10-08 Thread Barry Byrne
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Franks Sent: 07 October 2008 21:57 I've googled high low but I cannot find much other that this cannot happen replies. I've got a dual boot to amd64 and i386. The amd64 hasn't been able to portsnap fetch or cron since

RE: portsnap fetch errors

2008-03-26 Thread Barry Byrne
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Elwell, Richard I get the following error when I run portsnap fetch: Fetching 14248 new ports or files... /usr/sbin/portsnap: cannot open d5742d6e9ca3b11450f23606ae6a16b391a12f4c7b2d4fc638513ce34f7c2c 25.gz: No such file

RE: portsnap fetch errors

2008-03-26 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RW Sent: 26 March 2008 18:35 To: freebsd-questions@freebsd.org Subject: Re: portsnap fetch errors On Wed, 26 Mar 2008 15:52:51 - Barry Byrne [EMAIL PROTECTED] wrote: By any chance

RE: Using flags with portinstall of apache?

2008-04-16 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Jennifer Nussbaum --- Derek Ragona [EMAIL PROTECTED] wrote: At 10:09 AM 4/16/2008, Dr. Jennifer Nussbaum wrote: Hi, Im having trouble doing a simple Apache22 install. I first

RE: Using flags with portinstall of apache?

2008-04-16 Thread Barry Byrne
Then i tried to add the flags i wanted: # portinstall -m WITH_PROXY_MODULES=yes WITH_SSL_MODULES=yes apache WITHOUT_APACHE_OPTIONS=yes I tried this too, and it doesnt help... Whether in /etc/make.conf or passed with -m as an option to portinstall, it just doesnt want to