Re: CVSup supfile question

2003-10-20 Thread Graham Lillico
On Sat, Oct 18, 2003 at 08:04:54PM -0400, Alden Louis-Pierre wrote:
>So running my sample CVSup supfile would not patch my system for the 
> security advisories from SA-03:08 - SA-0318(as of 10/19/03)?  I'm under 
> the impression this supfile would take care of security advisories, 
> being that I'm updating the /usr directory.  For everything to take in 
> effect I must build and install my kernel as well?  I'm looking through 
> the FreeBSD Handbook and I don't
> see this extra step. 
> 
> Thank You
> Alden Louis-Pierre

If you are wanting to do binary updates then "FreeBSD Update" might be what
your looking for. It can be found at http://www.daemonology.net/freebsd-update/

Grez..
-- 

++
| Graham Lillico <[EMAIL PROTECTED]> |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CVSup supfile question

2003-10-19 Thread Graham Lillico
On Sat, Oct 18, 2003 at 06:24:49PM -0400, Alden Louis-Pierre wrote:
>I just finished reading the Handbook for CVSup.  It appears to be a 
> very simple process.  I'm currently running
> FreeBSD 4.8 and from my understanding you can keep your sources up to 
> date via CVSup.  Does this
> mean if I were to do a fresh install of FreeBSD 4.8 and then CVSup my 
> source all known security issues would
> be resolved for the particular FreeBSD I'm running?  Would the following 
> supfile update all of my sources for
> FreeBSD 4.8?
> 
>   *default tag=RELENG_4_8
>   *default host cvsup3.FreeBSD.org
>   *default prefix=/usr
>   *default base=/usr/local/etc/cvsup
>   *default release=cvs delete use-rel-suffix compress
> src-all
> 
You can find some example in /usr/share/examples/cvsup , personally I would
change your last *default line to be the following.

*default  release=cvs
*default  delete use-rel-suffix
*default  compress

Have fun.

Grez..

-- 

++
| Graham Lillico <[EMAIL PROTECTED]> |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Security Script

2003-09-24 Thread Graham Lillico
Hi All,

Below is a link to a script I am currently in the process of writing. It's 
purpose is to apply some basic security settings to a FreeBSD 4.X server 
build. I wonder if any of you would mind taking a look and letting me know 
what you think, any suggestions would be greatly appreciated.

http://www.freebsdforums.org/forums/attachment.php?s=&postid=79277

Cheers

Grez..

_
Hotmail messages direct to your mobile phone http://www.msn.co.uk/msnmobile
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Samsung ML-1210 & apsfilter

2003-02-14 Thread Graham Lillico
Has anyone managed to get the printer working with apsfilter?

I know it needs the gdi ghostscript driver which I have confirmed is
installed on my system.

% gs -h | grep gdi
   lj5gray pj pjxl pjxl300 pxlmono pxlcolor pcl3 hpdj ijs npdl rpdl gdi

However I can't find where I should select this driver in apsfilter.

I have tried the PS (option 1) driver, but nothing happend. I have also
tried the PSgs (options 2) driver, the printer starts but no output
appears, and under option 3  I can't find the gdi driver. 

I can print to the command line fine using 

% cat /usr/local/share/ghostscript/7.05/examples/snowflak.ps | gs -q
-dBATCH -dSAFER -dNOPAUSE -dQUIET -sDEVICE=gdi -sPAPERSIZE=a4 -r600
-sOutputFile=- - | cat > /dev/unlpt0

Does anyone have any ideas how I can get this printer working?

Grez..
-- 
+--+
| Grez <[EMAIL PROTECTED]> |
+--+

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: FreeBSD 4.6 and PPP

2002-07-22 Thread Graham Lillico

First of all sorry about the duplicate post, I got a bounce message and sent 
it again by mistake.

Anyway back to the problem.

I went from 4.5 to 4.6 but the only reason I'm using ipnat is that I am 
doing port forwarding from my firewall to my internal server for some 
services (www and smtp) and I don't know how to use ppp -nat.

The other reason is that I'm using the ppp.conf file that was supplied to my 
with the speedtouch USB modem software and I need to reload my rules 
manually before I can connect to the outside world, i'm assuming that this 
is because the ADSL connection is established after the ipf rules have been 
loaded.

On closer inspection I have noticed that I have not indented the ipf and 
ipnat lines in my ppp.linkup file and being that the sample files are doing 
this I guess it is required (can't belive I missed that).

Regards

Grez..

>From: "Joe & Fhe Barbish" <[EMAIL PROTECTED]>
>Reply-To: <[EMAIL PROTECTED]>
>To: "Graham Lillico" <[EMAIL PROTECTED]>
>Subject: RE: FreeBSD 4.6 and PPP
>Date: Mon, 22 Jul 2002 10:24:33 -0400
>
>You did not say what FBSD version you were coming from.
>FBSD 4.5 & 4.6 contains a lot of changes to IPFW.
>But your error message seems to indicate user ppp has been changed also.
>
>Ipfw & ipnat are launched from the rc.conf file and why would you want
>to use ipnat instead of user ppp -nat function?
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Graham Lillico
>Sent: Monday, July 22, 2002 9:17 AM
>To: [EMAIL PROTECTED]
>Subject: FreeBSD 4.6 and PPP
>
>Hi,
>
>I have upgraded my firewall to 4.6 but I am having problems with ppp.linkup
>files.
>
>whenever I start ppp I get the following errors in my /var/log/ppp.log 
>file.
>
>Jul 22 13:22:14 loki ppp[660]: tun0: Warning: /etc/ppp/ppp.linkup: !bg ipf
>-Fa -f /etc/ipf.rules: Invalid command
>Jul 22 13:22:14 loki ppp[660]: tun0: Warning: /etc/ppp/ppp.linkup: !bg 
>ipnat
>-CF -f /etc/ipnat.rules: Invalid command
>
>My ppp.linkup file contains the following,
>
>adsl:
>!bg ipf -Fa -f /etc/ipf.rules
>!bg ipnat -CF -f /etc/ipnat.rules
>
>both my ppp.conf and ppp.linkup files have permissions of 0600
>
>Does anyone have any idea what the problem could be?  I have checked the 
>man
>pages and sample files but nothing seems to be working.
>
>Regards
>
>Grez..
>
>
>_
>Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
>
>To Unsubscribe: send mail to [EMAIL PROTECTED]
>with "unsubscribe freebsd-questions" in the body of the message




_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



FreeBSD 4.6 and PPP

2002-07-22 Thread Graham Lillico

Hi,

I have upgraded my firewall to 4.6 but I am having problems with ppp.linkup
files.

whenever I start ppp I get the following errors in my /var/log/ppp.log file.

Jul 22 13:22:14 loki ppp[660]: tun0: Warning: /etc/ppp/ppp.linkup: !bg ipf
-Fa -f /etc/ipf.rules: Invalid command
Jul 22 13:22:14 loki ppp[660]: tun0: Warning: /etc/ppp/ppp.linkup: !bg ipnat
-CF -f /etc/ipnat.rules: Invalid command

My ppp.linkup file contains the following,

adsl:
!bg ipf -Fa -f /etc/ipf.rules
!bg ipnat -CF -f /etc/ipnat.rules

both my ppp.conf and ppp.linkup files have permissions of 0600

Does anyone have any idea what the problem could be?  I have checked the man
pages and sample files but nothing seems to be working.

Regards

Grez..


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



FreeBSD 4.6 and PPP

2002-07-22 Thread Graham Lillico

Hi,

I have upgraded my firewall to 4.6 but I am having problems with ppp.linkup 
files.

whenever I start ppp I get the following errors in my /var/log/ppp.log file.

Jul 22 13:22:14 loki ppp[660]: tun0: Warning: /etc/ppp/ppp.linkup: !bg ipf 
-Fa -f /etc/ipf.rules: Invalid command
Jul 22 13:22:14 loki ppp[660]: tun0: Warning: /etc/ppp/ppp.linkup: !bg ipnat 
-CF -f /etc/ipnat.rules: Invalid command

My ppp.linkup file contains the following,

adsl:
!bg ipf -Fa -f /etc/ipf.rules
!bg ipnat -CF -f /etc/ipnat.rules

both my ppp.conf and ppp.linkup files have permissions of 0600

Does anyone have any idea what the problem could be?  I have checked the man 
pages and sample files but nothing seems to be working.

Regards

Grez..





_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message