Portupgrade fails to upgrade after using portsnap

2006-03-18 Thread Jez Hancock
and regenerate them all so 'portupgrade -arRi' will work? Cheers. -- Jez Hancock ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Portupgrade fails to upgrade after using portsnap

2006-03-18 Thread Jez Hancock
Hi Donald, Thanks for the replies. On 3/18/06, Donald J. O'Neill [EMAIL PROTECTED] wrote: On Saturday 18 March 2006 08:06, Jez Hancock wrote: Hi all, For a long time I've been using cvsup and portupgrade to update the ports tree once a week; this has worked well for years now. Recently

Re: Portupgrade fails to upgrade after using portsnap

2006-03-18 Thread Jez Hancock
On 3/18/06, Duane Whitty [EMAIL PROTECTED] wrote: Donald J. O'Neill wrote: On Saturday 18 March 2006 12:06, Jez Hancock wrote: Hi Donald, Thanks for the replies. On 3/18/06, Donald J. O'Neill [EMAIL PROTECTED] wrote: On Saturday 18 March 2006 08:06, Jez Hancock wrote: Hi all

Re: per-user ftp traffic accounting ... possible ?

2006-03-10 Thread Jez Hancock
this will count traffic for the user foo: ipfw add count all from any to any uid foo See my sig for a hack that implements this. -- Jez Hancock - System Administrator / PHP Developer http://ipfwstats.sf.net/- ipfw peruser traffic logging ___ freebsd

Re: Blacklisting IPs

2005-01-10 Thread Jez Hancock
the port that sshd listens on since the attacks presume that sshd is listening on port 22. Not always practical though if you have lots of users. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://freebsd.munk.nu/ - A FreeBSD Diary http://ipfwstats.sf.net

Re: traffic counting

2005-01-07 Thread Jez Hancock
a web server to display statistics to the end user/admin/etc. Fairly simple but worked for me at the time. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic

make broken in ports when DATE environment variable set

2004-12-11 Thread Jez Hancock
report or what? I've had a quick search for PRs relating to the problem but couldn't see anything. I can live with having to run 'unsetenv DATE' any time I need to modify the ports, but perhaps there are wider consequences of this problem? Cheers. -- Jez Hancock - System Administrator / PHP

Re: showing which path a user program runs from?

2004-09-14 Thread Jez Hancock
window size. If the -w option is specified more than once, ps will use as many columns as necessary without regard for your window size. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http

Re: Mail from a shell script?

2004-09-13 Thread Jez Hancock
before - another is the freebsd problem report script - send-pr. I think those scripts cat the message content out to a temporary file first and then pipe that file back to the sendmail command - or some variation on that theme. -- Jez Hancock - System Administrator / PHP Developer http

Re: Bittorrent not in ports?

2004-06-19 Thread Jez Hancock
something myself? gasp As others have mentioned the location of the bittorrent port I'll skip that bit - just a note though to say check out the portsearch perl script which is useful for finding ports: /usr/ports/Tools/scripts/portsearch -i bittorrent turns up plenty to go on. -- Jez Hancock

Re: Apache2 and UserDir in FreeBSD

2004-06-17 Thread Jez Hancock
with defaults set so that UserDir is enabled by default. If you don't want UserDir enabled, probably the easiest thing to do is just disable it as above. Good luck. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD

Re: Apache2 and UserDir in FreeBSD

2004-06-17 Thread Jez Hancock
On Thu, Jun 17, 2004 at 07:04:07AM +0100, Jez Hancock wrote: On Wed, Jun 16, 2004 at 03:16:50PM -0400, Duane Winner wrote: Does anybody know why this is happening: I have found that with apache2, installed via portinstall on both 4.9 and 5.x, the UserDir is enabled even

Re: Logging the message body from an MTA

2004-06-17 Thread Jez Hancock
-- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: microuptime() went backwards

2004-04-23 Thread Jez Hancock
running - if so that's probably the reason for the messages. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: make search name/key broken with ports directory moved

2004-04-04 Thread Jez Hancock
. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: dmesg bootup-info removed/overwritten by syslogd ?

2004-04-04 Thread Jez Hancock
this: dmesg /var/log/dmesg.boot if you wanted to get fancy you could use the date(1) command to timestamp the files ala: dmesg /var/log/dmesg.boot.`date +%Y%m%d` Do I have to reboot for that :( ? Yup. Good luck. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http

Re: dmesg bootup-info removed/overwritten by syslogd ?

2004-04-04 Thread Jez Hancock
vu here... ignore my method above :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging ___ [EMAIL PROTECTED

Re: Sample server for Cyrus SASL

2004-03-26 Thread Jez Hancock
-sasl-2.1.18/utils you can find some utilities for testing there. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: newsyslog and apache

2004-03-22 Thread Jez Hancock
problem, but have you considered using cronolog instead of depending on newsyslog to rotate your logs daily? In the ports: /usr/ports/sysutils/cronolog On the web: http://cronlog.org/ -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another

Re: Root posting

2004-03-22 Thread Jez Hancock
to it in-line, adding a suitable subject. It's been a while since I subscribed to a digest list, but I wouldn't be surprised if mutt actually lets you reply _only_ to an individual mail in a digest mail, allowing you to maintain threading. Depends how the digest is formatted I suppose. -- Jez Hancock

Re: freebsd, php and gd libary

2004-03-20 Thread Jez Hancock
snip Try something like: cd /usr/ports/graphics/gd make clean make -DWITHOUT_X11 install -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: problem with su

2004-03-20 Thread Jez Hancock
tried copying ~eric/.cshrc to ~root/.cshrc? -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging ___ [EMAIL PROTECTED

Re: Su to Root

2004-03-20 Thread Jez Hancock
://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#FORGOT-ROOT-PW -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: problem with su

2004-03-20 Thread Jez Hancock
). Works for me. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging ___ [EMAIL PROTECTED] mailing list http

Re: freebsd, php and gd libary

2004-03-20 Thread Jez Hancock
FORCE_PKG_REGISTER= -DWITHOUT_X11 install === Building for mod_php4-4.3.4_7,1 snip This is an old version of mod_php4 - you probably want to cvsup your ports tree before doing anything else. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another

Re: Su to Root

2004-03-20 Thread Jez Hancock
On Sat, Mar 20, 2004 at 07:42:17PM +0100, Remko Lodder wrote: Jez Hancock wrote: On Sat, Mar 20, 2004 at 12:37:37PM -0500, Kevin Coles wrote: I am using freebsd 5.2, which I have installed recently. I cannot seem to su to root while using my normal account. All I get is a message saying

Re: Spam? FreeBSD Install Guide Official Launch News release (fwd)

2004-03-18 Thread Jez Hancock
On Thu, Mar 18, 2004 at 07:02:55PM +, Rus Foster wrote: Anyone else recieve this Spam? Yes. Abuse reports filed.. Ditto. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw

Re: FreeBsd and SCO

2004-03-07 Thread Jez Hancock
they claim is theirs property. See here: http://www.lemis.com/grog/sco.html especially: http://www.lemis.com/grog/sco.html#BSD -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw

Re: Monitoring bandwidth usage by user

2004-03-04 Thread Jez Hancock
On Wed, Mar 03, 2004 at 04:38:12PM -0800, Roop Nanuwa wrote: Is there any way to get live (or even just logged) monitoring of bandwidth usage by user instead of just an aggregate amount for the entire machine/interface? See the last link in my sig below: -- Jez Hancock - System

Re: production box: 4.9, 5.1, 5.2+ ???

2004-03-02 Thread Jez Hancock
to structure your cvsup supfile, although this is also covered in the 3rd link above. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: how to extract winzip files?

2004-02-23 Thread Jez Hancock
with unzip. I resorted to using winzip or winrar or some such to create archives - which then extract fine using unzip. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser

Re: How to start single user mode or safe mode

2004-02-23 Thread Jez Hancock
path to ee(1). This is one of the reasons I forced myself to learn ed(1)/vi(1) - it's the one editor that's generally available no matter what when you boot a system in single user mode. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another

Re: OT: Longest uptime

2004-02-22 Thread Jez Hancock
be saved through upgrades as well ... There's a similar module for fbsd here: http://garage.freebsd.pl although the site appears to be down at this moment. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http

Re: OT: Longest uptime

2004-02-22 Thread Jez Hancock
On Sun, Feb 22, 2004 at 12:28:40PM -0600, Tillman Hodgson wrote: On Sun, Feb 22, 2004 at 06:18:18PM +, Jez Hancock wrote: On Sat, Feb 21, 2004 at 11:49:22PM -0400, Marc G. Fournier wrote: Doesn't (or didn't?) Linux have a 'feature' that allowed ppl to save their uptimes through

Re: log files

2004-02-20 Thread Jez Hancock
of the httpd server. :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging ___ [EMAIL PROTECTED] mailing list http

Re: Source IP confusion

2004-02-17 Thread Jez Hancock
. I'm not too sure about named, but presumably there is something similar. Good luck. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: background process limit?

2004-02-14 Thread Jez Hancock
by configuring login.conf(5). Some more info might be useful. What exactly are you trying to achieve? What do you mean by 'limit' and 'separate' in the above? You don't qualify those verbs in the above :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock

Re: continued IPFW issues... (actually a lack of ability on my part)

2004-02-14 Thread Jez Hancock
of the rules in the ruleset if a match is made for the external host for the given action (inbound connections to port 80 in this case). You'd need to do the same for each of the other ports you want to allow free connections to/from. -- Jez Hancock - System Administrator / PHP Developer http

Re: continued IPFW issues... (actually a lack of ability on my part)

2004-02-14 Thread Jez Hancock
to allow free connections to/from. Wouldn't my first rule: ipfw allow ip from me to any have fixed this problem? Sorry I missed that rule :( How about adding a log keyword to that last deny rule temporarily just to see what exactly is being denied? -- Jez Hancock - System Administrator

Re: colors in vim.....how?

2004-02-13 Thread Jez Hancock
On Fri, Feb 13, 2004 at 05:57:02PM +, manish gautam wrote: how can i add colors to my vim editor. Add 'syn on' on a single line in your ~/.vimrc file and make sure your TERM environment variable is set to 'xterm-color'. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu

Re: Ordering FreeBSD on CD's

2004-02-12 Thread Jez Hancock
vendors: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html#MIRRORS-CDROM particularly check out the sites of the vendors to see what information they have regarding your queries. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock

Re: Problem with someone port scanning me

2004-02-12 Thread Jez Hancock
for: sysctl log_in_vain syslog.conf :P Note also importantly - log_in_vain is a _very_ poor substitute for a firewall for logging this kind of info. HTH -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http

Re: CVSup question, which tag for 4.9-RELEASE?

2004-02-12 Thread Jez Hancock
, no? And RELENG_4_9 will be only updates to the 4.9 branch? No to the first question, yes to the second :P HTH -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: Cvsup

2004-02-12 Thread Jez Hancock
ports-all But when I run it it deleted about %90 of my ports. Any help is appreciated. You need to change the tag line to read: *default tag=. Your best bet is to use the sample supfile here: /usr/share/examples/cvsup/ports-supfile which has lots of useful comments in it. HTH. -- Jez

Re: /tmp full (newbie)

2004-02-12 Thread Jez Hancock
and if so what and how??? Yes please - paste the output from df and mount. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: /tmp full (newbie)

2004-02-12 Thread Jez Hancock
On Thu, Feb 12, 2004 at 08:57:31PM +0100, gaf wrote: Jez Hancock wrote: On Thu, Feb 12, 2004 at 08:26:24PM +0100, gaf wrote: Today I tried to install a new browser and I got the information that my filesystem is full. When I tried to start KDE I got the message that /tmp is full. I would

Re: /tmp full (newbie)

2004-02-12 Thread Jez Hancock
something more economic - like blackbox or wm - although if you're not too comfortable with the shell those might not be the best for you. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net

Re: Newbie Upgrading 4.8 - 5.2, filesystem full

2004-02-11 Thread Jez Hancock
Gilbert Sent: Wednesday, 11 February 2004 1:38 AM To: Jez Hancock Cc: Richard Beyer; [EMAIL PROTECTED] Subject: Re: Newbie Upgrading 4.8 - 5.2, filesystem full Jez Hancock [EMAIL PROTECTED] writes: On Tue, Feb 10, 2004 at 08:10:05PM +1100, Richard Beyer wrote: Thanks Jez, Here's

Re: Newbie Upgrading 4.8 - 5.2, filesystem full

2004-02-10 Thread Jez Hancock
takes up very little room - around 3-400MB iirc which should be small enough to fit on any hdd manufactured in the last 5 years or so. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net

Re: Newbie Upgrading 4.8 - 5.2, filesystem full

2004-02-10 Thread Jez Hancock
on whether it's recommended to attempt it or not? Can you not do a backup of your data and start over with a fresh install of 5.2? You have stacks of room on the hdd spare, so presumably doing this wouldn't be too problematic. Cheers, Richard On Tue, 10 Feb 2004, Jez Hancock wrote: On Tue

Re: Shell script containing passwords.

2004-02-10 Thread Jez Hancock
is to rearrange your user/group permissions on a server-wide basis - there's a detailed description in this post: http://lists.freebsd.org/pipermail/freebsd-questions/2003-August/014731.html HTH -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com

Re: mysql40 and FBSD 4.9

2004-02-09 Thread Jez Hancock
figure out how to get in there's a guide to resetting the root mysql password here: http://www.mysql.com/doc/en/Resetting_permissions.html Good luck :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http

Re: termcap problem

2004-02-08 Thread Jez Hancock
FreeBSD machine (not mine), and I don't have this problem on any of them. I assume it's a termcap problem, but I don't know how to fix it. Any ideas? Have you tried setting the TERM env variable to 'xterm' or 'xterm-color' in your .cshrc file (or the rc file for the shell you use)? -- Jez

Re: Procmail recipe not working with mutt

2004-02-06 Thread Jez Hancock
PROTECTED] FreeBSD_Security_Notifications :0: * ^FROM:[EMAIL PROTECTED] Richard HTH. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: newbie:/usr/ports/distfiles

2004-02-06 Thread Jez Hancock
the directory. It just means that if you decide to reinstall a port for some reason, the source tarball will be downloaded again to /usr/ports/distfiles - as you know anyway by the sounds of it. :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com

Re: Removing Ports

2004-02-02 Thread Jez Hancock
the 'clean' target to the make command: make clean deinstall -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: PHP4 with GD build problem.

2004-01-31 Thread Jez Hancock
to try reproducing the error on a different machine first though. Good luck :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: about logo

2004-01-31 Thread Jez Hancock
that started a flamewar back last year, something along the lines of 'why does freebsd support the devil?'. That post is here: http://marc.theaimsgroup.com/?l=freebsd-questionsm=105041991726712w=2 Enjoy! -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock

Re: OT: sed problem

2004-01-31 Thread Jez Hancock
the line at the pipe characters and assign the parts to different shell variables. #!/bin/sh test=one|two|three set `echo $test | sed -e 's/\|/ /g'` # $1=one, $2=two, $3=three: echo $@ -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com

Re: showing total/free memory

2004-01-29 Thread Jez Hancock
- adding something like this: dmesg /var/log/dmesg.boot to /usr/local/etc/rc.local. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: snoop (Sun styly) for bsd ?

2004-01-29 Thread Jez Hancock
simple to run in the back ground ? - any ideas much appreciated, Julian. As mentioned, tcpdump(1) is the closest to solaris snoop on FreeBSD. Another useful tool - not too bulky - is trafshow which can be found in ports: /usr/ports/net/trafshow Good luck :P -- Jez Hancock - System

Re: RSS/RDF feed reader

2004-01-29 Thread Jez Hancock
/ports/www/rnews Info: A server-side rss aggregator written in php with mysql Maint: [EMAIL PROTECTED] Index: www B-deps: mysql-client-4.0.17 R-deps: apache-1.3.29_1 expat-1.95.6_1 mod_php4-4.3.4_4,1 mysql-client-4.0.17 Number of matching ports = 4 -- Jez Hancock - System Administrator / PHP

Re: showing total/free memory

2004-01-29 Thread Jez Hancock
On Fri, Jan 30, 2004 at 08:40:16AM +1100, Rowdy wrote: Jez Hancock wrote: You could always output the results of dmesg at boot-time to a file - adding something like this: dmesg /var/log/dmesg.boot to /usr/local/etc/rc.local. Don't need to ... a default FreeBSD 5.1 installation

Re: Vim startup time much longer than expected

2004-01-22 Thread Jez Hancock
) incorporates a deliberate delay for warnings like that? Perhaps you could add a 'shortmess' line to the .vimrc file to inhibit those messages? -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net

Re: IPFW and IP Statistics.

2004-01-18 Thread Jez Hancock
/net -i bandwidth|traffic or just have a look through the ports in /usr/ports/net :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: Cannot switch back to virtual terminal w/ nvidia drivers

2004-01-15 Thread Jez Hancock
On Thu, Jan 15, 2004 at 01:00:25PM -0700, Adam Olsen wrote: Daniela, Ok - Everything works perfectly in X. When I switch to the VT, I get a mode out of range error. I can switch back to X just fine. Just the VT has this problem. How are you 'switching to the VT' exactly? -- Jez

Re: -HUP 1 command

2004-01-14 Thread Jez Hancock
effects similar to restarting the whole server. Have a go and see what happens if it's not a production server :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: I need to resend messages from dead.letters

2004-01-13 Thread Jez Hancock
files, but there are just too many to send by hand. Is there a way to cause them all to be resent? Look at the -f option to the mail command - see the manpage for mail(1) for more info. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com

Re: Other ways than quotas to limit mail files size ??

2004-01-12 Thread Jez Hancock
of one another except when the threshold is specified as a percentage. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: tail tip to Fortune?

2004-01-11 Thread Jez Hancock
10 lines of a long file, use tail filename. To see the first 10 lines, use head filename. -- Dru [EMAIL PROTECTED] which is almost what you're asking about :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http

Re: Syslogd sending messages to two files

2004-01-09 Thread Jez Hancock
log ipmon messages to /var/log/ipmon.log and not /var/log/messages. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: Size of /var worries me

2004-01-07 Thread Jez Hancock
into a backup location which has enough space. See the manpage on newsyslog for info on this. configure daemons so that they only log what is absolutely necessary for your needs. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal

Re: .bin executable

2004-01-07 Thread Jez Hancock
to execute the file. IIRC that .bin file for hlds is just a shar archive (shell executable archive). -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: Question on port usage

2004-01-07 Thread Jez Hancock
-questions list is full of questions about ports and setting options for make. A searchable archive is here: http://freebsd.rambler.ru/ There's loads of info there about FreeBSD ports :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com

Re: DNS resources or toaster

2004-01-05 Thread Jez Hancock
-family.com/archives/35_DJBDNS_Real_World_Example_On_FreeBSD.html HTH. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: starting daemons at server start

2004-01-04 Thread Jez Hancock
info on all of the above read up on the section on ports in the freebsd handbook and the man pages for rc, ports, mv and chmod. Good luck :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net

Re: setting login.conf doesn't limit my users

2003-12-29 Thread Jez Hancock
On Sun, Dec 28, 2003 at 12:32:20PM -0500, Lowell Gilbert wrote: Jez Hancock [EMAIL PROTECTED] writes: To the OP - it may help if you paste in the contents of your login caps file /etc/login.conf or detail exactly what it is you're trying to cap/restrict. Indeed. There are some limits

Re: The best Anti spam - Anti virus email solution

2003-12-29 Thread Jez Hancock
are very very unlikely to contain spam). Again this is something to think about in your privacy policy I suppose. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: Mutt + E-Mail count

2003-12-29 Thread Jez Hancock
correctly. If you do find out let me know though! :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging ___ [EMAIL

Re: need learning direction suggestions on using editors

2003-12-27 Thread Jez Hancock
On Sat, Dec 27, 2003 at 01:56:24AM -0500, parv wrote: in message [EMAIL PROTECTED], wrote Jez Hancock thusly... On Thu, Dec 25, 2003 at 04:48:11PM +0800, Zhang Weiwu wrote: (something about increasing vi knowledge moving to vim or emacs) The major benefits of vi over vim are multiple

Re: need description of IPFILTER sysctl's

2003-12-27 Thread Jez Hancock
to the coders that wrote the source code for the OS. This URL: http://people.freebsd.org/~adrian/sysctl.descriptions is ok for a few flags, but unfortunately doesn't list the ipf flags. You could also try grepping for the flags in /usr/src and seeing if there are any hints there. -- Jez Hancock

Re: setting login.conf doesn't limit my users

2003-12-27 Thread Jez Hancock
capabilities I set in /etc/login.conf do take effect ok. To the OP - it may help if you paste in the contents of your login caps file /etc/login.conf or detail exactly what it is you're trying to cap/restrict. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http

Re: need learning direction suggestions on using editors

2003-12-26 Thread Jez Hancock
': :exe :set filetype=man endfun Map the K key to the ReadMan function: map K :call ReadMan()CR -snip- -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: Upgrading perl modules

2003-12-22 Thread Jez Hancock
/usr/local/sbin/portupgrade:1846 -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging ___ [EMAIL PROTECTED] mailing list

Re: doc on make command

2003-12-22 Thread Jez Hancock
-list make index make fetch-recursive and the list go on and on. In addition to what's already been said, have a look at the comments in the following file which detail which targets you can pass to the make command: /usr/ports/Mk/bsd.port.mk (search for 'Default targets'). -- Jez Hancock

Re: DNS || sendmail? (or both?)

2003-12-21 Thread Jez Hancock
still can't get it to work. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging ___ [EMAIL PROTECTED] mailing list http

Re: Problems setting up Identd

2003-12-18 Thread Jez Hancock
in the RFC 1413 document. oidentd operates by looking up specific TCP connections and returning the user name of the process owning the connection. -snip- -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http

Re: Sending email via PHP mail command in jail

2003-12-16 Thread Jez Hancock
was running as (www) as a 'trusted_user' in the Exim config - no doubt this would be the same in postfix. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: MySQL 4.0.16 + PHP 4.3.4

2003-12-15 Thread Jez Hancock
process uses): .if exists(${LOCALBASE}/include/apache2/apr.h) WITH_APACHE2= yes .endif -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - personal weblog http://ipfwstats.sf.net/- ipfw peruser traffic logging

Re: Where do I put options to ports make directives?

2003-12-14 Thread Jez Hancock
. Where is thsi file? /usr/local/etc/pkgtools.conf The manpage for pkgtools.conf(1) has some info on it and as it goes I added something to my blog about it yesterday: http://jez.hancock-family.com/archives/15_Portupgrade_and_usrlocaletcpkgtoolsconf.html HTH. -- Jez Hancock - System

Re: How to list all packages in a given category?

2003-12-14 Thread Jez Hancock
databases' alone. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: login.conf changes not being effected

2003-12-13 Thread Jez Hancock
, idled from the ports can help with this. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Changing Default Router?

2003-12-13 Thread Jez Hancock
the default router. Anyone know? Thanks. I believe you can issue: route add default ip The code in /etc/rc.network is a little obfuscated :P -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ ___ [EMAIL

sed from a shell script - invalid command code

2003-12-10 Thread Jez Hancock
getting the results of the command into a variable. TIA -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: sed from a shell script - invalid command code

2003-12-10 Thread Jez Hancock
On Wed, Dec 10, 2003 at 02:40:58PM +, Jez Hancock wrote: I'm trying to get the following Bourne shell script to output a list of all users on the server with the exception of those listed in the $ignore_users variable: -snip- #!/bin/sh sed=/usr/bin/sed passwd_file=/etc/passwd

Re: user timer/alarm

2003-12-09 Thread Jez Hancock
-event list is printed. The second form adds command to the scheduled-event list. For example, sched 11:00 echo It\'s eleven o\'clock. see the manpage for tcsh(1) for more details if so. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu

Re: IPACCT

2003-12-09 Thread Jez Hancock
regards Doloonkhuch.A ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- Jez Hancock - System Administrator / PHP Developer http://munk.nu

Re: php4-cli install with mod_php4

2003-12-08 Thread Jez Hancock
explicitly asking for either mod_php4 or php4-cli/cgi, then by default it will install php4-cli and mod_php4 IF it finds you have apache installed. Worth trying out perhaps. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ ___ [EMAIL

Re: Console resolution

2003-12-08 Thread Jez Hancock
here in the UK - you might have to play around with different fonts if you use a different keymap. The screen flags setting just changes the display to 80x50 instead of the default 80x25. Note you can test those settings out from the console using kbdcontrol. -- Jez Hancock - System

Re: Console resolution

2003-12-08 Thread Jez Hancock
On Mon, Dec 08, 2003 at 09:10:13PM +, Jez Hancock wrote: Note you can test those settings out from the console using kbdcontrol. My bad - that should be 'vidcontrol' of course as someone else pointed out! -- Jez Hancock - System Administrator / PHP Developer http://munk.nu

  1   2   3   >