Re: proxy client for FreeBSD

2005-02-16 Thread messmate
On Tue, 15 Feb 2005 16:22:54 -0800
Thomas Foster [EMAIL PROTECTED] wrote:

export HTTP_PROXY=proxy.whatever.name:port number
export FTP_PROXY=proxy.whatever.name:port number

Not necessarely...
IMHO, You'd better configure your ftp/http clients of your workstation.
For excluding localhost and your proxy server to access local server 
machines.
mess-mate


as far as any other clients for other apps.. thats really up to your
proxy server administrator and apps you need to use

Hope this helps..


- Original Message - 
From: Alden Meneses [EMAIL PROTECTED]
To: freebsd-questions@FreeBSD.ORG
Sent: Tuesday, February 15, 2005 1:38 PM
Subject: proxy client for FreeBSD


 Does someone know how to configure network settings so that I can use
 a freeBSD workstation as a proxy client?

 Thanks in advance,
 Alden
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: copy file to cd-rw

2005-01-09 Thread messmate

THANKS  to all !!
It's solved.
I din't know how to do without your help.

My work is back...

mess-mate

On Sun, 9 Jan 2005 16:45:01 +0100
mess-mate [EMAIL PROTECTED] wrote:

Hi guys,
I've to copy a large file to a cd-rw and have 
a little troubles with my 5.3 system now.
Can you send me the exact way to do it ??

Sorry for this ignorance.
Thanks in advance.
mess-mate

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Best way to back up to CD?

2005-01-03 Thread messmate
On Mon, 03 Jan 2005 13:31:26 -0800
Tabor Kelly [EMAIL PROTECTED] wrote:

Hello,

I would like to start making periodic backups to CD. I know I can make
a tarball, and then create an iso with just that tarball on it, and
then burn that to a cd, but is there a better way?

Specifically, I have read the into to backups in the Handbook and it 
says that dump/restore is superior to tar, but it looks like dump was 
only intended for tape drives. Am I reading this right?

Thank You.

Look for MONDO/MINDI.
http://www.mondorescue.org/support/support.html
mess-mate
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BSD router ?

2004-12-07 Thread messmate
On Tue, 7 Dec 2004 07:56:44 -0600
Joshua Lokken [EMAIL PROTECTED] wrote:

On Tue, 07 Dec 2004 14:16:24 +0100, Frank Bonnet [EMAIL PROTECTED]
wrote: Hi
 
 I'm setting up a simple router ( without FW ) and I wonder if there
are significant differences between FreeBSD, NetBSD, OpenBSD to build
such dedicated box ?
 Any infos pointers feedback : Welcome.

I've a openbsd router/firewall/proxy.
Not so hard to install but I prefer the FreeBSD maintenance system !
The différence ?
Well, OpenBSD close everything and it's to you to open the ports you
want (fp).
I've chosen openbsd for his pf firewall ONLY.
Seems available now in freebsd.
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Proxy questions, etc

2004-12-01 Thread messmate
On Wed, 1 Dec 2004 09:54:20 -0600
Darryl Hoar [EMAIL PROTECTED] wrote:

Greetings,
I have a couple freebsd servers on my network.  I'm trying to solve the
following
problem:   Some users (don't know which) are accessing pornographic
stuff. In addition, porno pop-ups are appearing on machines.

Is it pratical to use a proxy server (squid ?) to try and prevent
access to pornographic websites ?   From my reading on proxy's, it
doesn't seem practical.

How are others handling this issue ?

thanks,
Darryl


Add the squidguard package + squid.
You can also disabling the pop-ups in your browser.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading 5.3-Beta1 to 5.3-RELEASE

2004-11-09 Thread messmate
On Tue, 9 Nov 2004 12:08:14 +1030
Adam Smith [EMAIL PROTECTED] wrote:

On Mon, Nov 08, 2004 at 04:49:42PM -0800, Curtis Vaughan said:
 Just want to be sure that I do the right thing.
 
 So, my version at present is 5.3-BETA1 and I want to install 5.3.
 I supposed I could just install 5.3 over my current version, but 
 wouldn't an upgrade work just as well?
 
 Finally, want to make sure I have the procedure right:
 
  ??? go to: /usr/local/etc/cvsup
  ??? issue the following command: /usr/local/bin/cvsup -g -L 2 
 stable-supfile
  ??? once finished, then go to: /usr/src
  ??? enter the commands:

There are some nicer ways to do this.  Check
http://www.bugman.cx/cvsup/ for my make.conf, release-supfile and
ports-supfile for examples.  You can copy these three files into your
/etc directory, and using the make.conf file, you can now just 'cd
/usr/src' and then issue a 'make update'.  Your make.conf flags will
tell CVSup what to do.

Make sure you edit the three files carefully, as you'll want to specify
a local CVSup server *and* you'll want to make sure the make.conf flags
are correct.  Remember that whenever you run 'make', the commands in
make.conf are passed as options to the make command.  That means if you
have'WITHOUT_X11=true' in your make.conf file, that will get passed to
every single port build you perform.

If you already have a make.conf file you might want to just copy out
the MASTER_ lines and all of the SUP lines (including PORTSSUPFILE) and
put them into your own make.conf.

 make buildworld KERNCONF=yourkernelname (for name, look to config
file  found in /usr/src/sys/i386/conf/)

Just 'make buildworld' is fine here.  You don't need to specify a
kernel name when issuing a buildworld.

  make buildkernel KERNCONF=yourkernelname (look to / )
  make installkernel KERNCONF=yourkernelname
  reboot

You can do a 'make buildworld' and a 'make buildkernel
KERNCONF=yourkernel' while you're booted into multi-user (ie normal)
FreeBSD.  You can even install the kernel from here before rebooting,
but after you've built the two, you should switch to single user mode
and then run:

make installkernel KERNCONF=yourkernelname
make installworld

Then follow with:

 mergemaster -p ?

*snip*

  reboot

So basically:

 o  update from cvs
  # cd /usr/src
  # make update
 o  build world/kernel in your normal or single-user mode
  # cd /usr/obj
  # rm -rf *
  # cd /usr/src
  # make buildworld
  # make buildkernel KERNCONF=YOURKERNEL
 o  install kernel/world in single user mode
  # reboot [ Choose single User Mode ]
  # cd /usr/src
  # make installkernel KERNCONF=YOURKERNEL
  # make installworld
 o  run mergemaster -p
  # mergemaster -p
 o  reboot 
  # reboot

It's fairly straight-forward once you get the gist :)

-- 
Adam Smith
Hummm, after that all i reconsider if i did the rigth thing ??
I upgrade from 5.3-beta7 to 5.3-RELEASE as follows :
-Changed in /stand/sysinstall.. Options: 5.3-7 to 5.3-RELEASE
-Then did simply an upgrade.
And all was downloaded and installed, but not xorg where xorg-librairies
won't install :(
A uname -a chows effectively 5.3-RELEASE .
Anybody can confirm this method of upgrading ?
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kdepim on 5.3-beta4

2004-09-22 Thread messmate
On 21 Sep 2004 08:07:56 -0400
Lowell Gilbert [EMAIL PROTECTED] wrote:

messmate [EMAIL PROTECTED] writes:

 i've installed rel 5.3-beta4 but can't install kdepim :(
 Everething else of kde is installed and runs.
 Kdepim is needed for several utilitys like keyboard, etc..
 Anyone know how to install it ?

There is a /usr/ports/deskutils/kdepim3/ port, but it seems to be a
dependency of both the kde port and the kde-lite port.  How did you
install kde?

I've installed kde from the packages (/stand/sysinstall).
It seems that the dependencys are not downloaded automatically;
so downloaded the necessary *.tgz packages manually 
and installed them from a directory.
It's solved :)
Thanks for the help.
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: starting kde in 5.3

2004-09-22 Thread messmate
On Wed, 22 Sep 2004 18:42:01 +0200
Huw Wynn-Jones [EMAIL PROTECTED] wrote:

Hello,

you new to change your .xinitrc file to read:

exec startkde

the .xinitrc file is found in your home directory ie:
/home/huw/.xinitrc

after this kde will run when you type startx

you might want to have a look at the handbook section on kde and kdm, a
 graphical login screen.

brgrds

Huw


On Wednesday 22 September 2004 06:38, pixiedave wrote:
 Hey all, I amused to 4 stable, and have upgraded to 5.3.
 I like that xorg runs out of the box, the old setup sucked!. 
 Anyways, I compiled kde3 from ports. That took forever!  What do I
 need to do to start it?
 startx just runs twm.  I am assuming i need to change a config file,
 but never have done so with x11.
 Thanks Dave
___
An other way to start kde :
startx /usr/local/bin/startkde
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


error 1

2004-09-20 Thread messmate
Hi,
can anyone tell me what tjhis means : error1, look at the debug
screen..
This error occurs at the install of a package.
Where is that debug screen ? and what means error 1 exactly ?
Any help welcome.

-- 
Amicalement
mess-mate

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error 1

2004-09-20 Thread messmate
On Mon, 20 Sep 2004 13:40:52 +0100
Matthew Seaman [EMAIL PROTECTED] wrote:

On Mon, Sep 20, 2004 at 02:21:24PM +0200, messmate wrote:

 can anyone tell me what tjhis means : error1, look at the debug
 screen..
 This error occurs at the install of a package.
 Where is that debug screen ? and what means error 1 exactly ?
 Any help welcome.

You're using sysinstall(8) to install some packages.  An error has
occurred.  Now, if you're actually using sysinstall to install the
system, you can hit Alt-F2 to switch to an alternate console where
there should be a load of debug output which will hopefully tell you
exactly what went wrong.

On the other hand, if you're just running sysinstall(8) from the
command line as a system admin tool, then that output is not actually
accessible.  In this case, using 'pkg_add' directly from the command
line will give you a better idea of what's going on:

# pkg_add -r pkgname

If you can't work out what the package name should be, take a look at
http://www.freshports.org/ the 'port details' screen very helpfully
tells you exactly what to type.

   Cheers,

   Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH
UK

Thanks to all for the help.
Adding via /stand/sysinstall didn't add the dependencys.
Second: there is no debug screen found !
Downloading the package AND the dependencys with a 
pkg_add  did the trick.

-- 
Amicalement
mess-mate

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kdepim on 5.3-beta4

2004-09-19 Thread messmate
Hello,
i've installed rel 5.3-beta4 but can't install kdepim :(
Everething else of kde is installed and runs.
Kdepim is needed for several utilitys like keyboard, etc..
Anyone know how to install it ?
Thanks in advance

-- 
Amicalement
mess-mate

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pf_freebsd_2.03

2004-09-05 Thread messmate
On Sat, 04 Sep 2004 21:29:48 +0300
dvv [EMAIL PROTECTED] wrote:

messmate writes: 

 Hi,
 is there somewhat wrong with package pf_freebsd from 
 ports ( release_4_10_0) ??
 I cvs't but wont compile; is only 
 for 5.0 or above ??
 When looking the tag, release 4_10_0 is 
 there.
Yup - it is for 5.x branch. get a 5.2.1 or 5.3-beta(there is default)
 -- 
Ok, i'll setup that release.
But pf_freebsd shoudn't in the 4.10 release, isn't ?
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error compiling kernel

2004-09-04 Thread messmate
On Sat, 4 Sep 2004 02:03:26 +0400
Sergey Zaharchenko [EMAIL PROTECTED] wrote:

On Fri, Sep 03, 2004 at 09:40:35PM +0200,
 messmate probably wrote:
 Hello,
 to setup the pf firewall had to compile 
 a new kernel.
 So added the options, compile and get this error :
 gensetdefs:  kern_synch.o: not an ELF file
 gensetdefs:  sys.pipe.o:  not an ELF ile

Try doing a make clean before the make buildkernel.

Ok, it's done and runnung :)

Erm, has pf been backported to 4.x yet?

I CVS pf from 4_10 but it's only for ver.5 or above ???
What does this mean ?
Thanks
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pf_freebsd_2.03

2004-09-04 Thread messmate
Hi,
is there somewhat wrong with package pf_freebsd from 
ports ( release_4_10_0) ??
I cvs't but wont compile; is only 
for 5.0 or above ??
When looking the tag, release 4_10_0 is 
there.

-- 
Amicalement
mess-mate

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


bash = default

2004-09-03 Thread messmate
Hello,
sorry but i'm more confortable with bash, so 
how can i obtain my bash -i on the login ?
(Without doing a 'bash -i' after the login.)

Thanks for your help.
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


error compiling kernel

2004-09-03 Thread messmate
Hello,
to setup the pf firewall had to compile 
a new kernel.
So added the options, compile and get this error :
gensetdefs:  kern_synch.o: not an ELF file
gensetdefs:  sys.pipe.o:  not an ELF ile
*** ERROR code 1
What could this mean ?
Running release 4.10
Any help would be very appreciated.
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


parts of ports

2004-09-01 Thread messmate
Hi,
is there a way to install only parts of the ports tree to set 
them up ? The ports tree takes 237M up :(
Have only 600M hd space available included  swap.
The purpose is to setup a firewall/router/proxy VERY 
secured :)
Thanks in advance for your help.
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


setup firewall/router/proxy

2004-09-01 Thread messmate
Hi,
What are the best firewall - routing and proxy 
packages for FreeBSD ?
Have only experience with debian/proxy/masquerading/iptables.
Thansks in advance for the help.
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: parts of ports

2004-09-01 Thread messmate
On Wed, 1 Sep 2004 09:59:38 -0400
Ralph Hempel [EMAIL PROTECTED] wrote:

 Hi,
 is there a way to install only parts of the ports tree to set 
 them up ? The ports tree takes 237M up :(
 Have only 600M hd space available included  swap.
 The purpose is to setup a firewall/router/proxy VERY 
 secured :)
 Thanks in advance for your help.
 mess-mate

You can read this little tip on how I did it

http://www.hempeldesigngroup.com/embedded/stories/bdgFreeBSDPortsAndP
erl.html

It deals with installing a partial ports tree for building perl,
but applies in general to any port you want to build.

Ralph

Great. And step by step explained. 
It's installed and the taken space is only 32M.
For info: a complete ports install takes 237M.
Thanks Ralph :)

-- 
Amicalement
mess-mate

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: parts of ports

2004-09-01 Thread messmate
On Wed, 01 Sep 2004 23:54:10 +0900
Luke Kearney [EMAIL PROTECTED] wrote:


On Wed, 01 Sep 2004 16:55:35 +0200
B.Hansson [EMAIL PROTECTED] spake thus:

 messmate skrev:
 
  Hi,
  is there a way to install only parts of the ports tree to set 
  them up ? The ports tree takes 237M up :(
 
 Yes. tar -zxvf ports.tar.gz path/to/port/you/want/to/install
 
 That's how I did it. See to it that you have Mk, Templates and such 
 directorys in your /usr/ports dir.
 
 
Why is it so insecure have the ports installed ?
When downloading (cvs) i presume ?
mess-mate
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: lilo installation

2002-07-24 Thread messmate

On Tue, 23 Jul 2002 21:34:34 +0200
[EMAIL PROTECTED] (Joachim Fahnenmueller) wrote:

| Hi Thorsten,
| 
| On Tue, Jul 23, 2002 at 02:31:19PM +0200, Thorsten Pawlak wrote:
|  Hi debain users,
|  I?m a linux-newbie and have not much experiences with linux. 
|   
|  My question: I got an old HD (1,8 GB) and installed linux on it. But I
|  removed my usual windows HD from my Mainboard and jumpered the 1,8GB HD
|  as the Master for installing linux. But now I want to use both HDs and
|  install lilo with a boot menu to choose booting linux or windows.
|   
|  How can I install and config lilo now?
| 
| First, before doing anything with lilo, make a bootable disk (if you haven't
| yet) with mkboot. So you can boot even if something goes wrong.
| Then read man lilo and man lilo.conf and configure lilo accordingly. (If I
| understood correctly, you have already installed lilo on HD. If not, run
| dpkg-reconfigure lilo.) Make sure to use the right device names:
| /dev/hda  master on 1st IDE connection
| /dev/hdb  slave  on 1st --
| /dev/hdc  master on 2nd --
| /dev/hdd  slave  on 2nd --
|   
|  Maybe important:I haven?t installed the desktop environment yet.
| 
| Doesn't matter. In debian, most config things are text-based.
|   
|  Sorry, for my English, maybe I made several mistakes.
| 
| Doesn't matter either. Many who write on this list aren't native speakers. 
| (And those who are can be glad that we all use their language.)
|   
|  Thx a lot, the linux newbie ;-)
| 
| HTH, Joachim
| 
IMHO: windooz must be installed on the 1st HD ??
A+

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