Re: [AMaViS-user] Amavis/SA configured but not processing mail

2007-06-25 Thread bsd
Joshua, You should use these lines and the following in amavisd.conf : # Add X-Virus-Scanned header field to mail? $X_HEADER_TAG = 'X-Virus-Scanned'; # (default: 'X-Virus-Scanned') # Set to empty to add no header field # (dflt "$myproduct_name at $mydomain") # $X_HEADER_LINE = "$mypr

Re: dynamic dns question

2007-06-25 Thread Norbert Papke
On June 25, 2007, gahn wrote: > hi all: > > could anyone here recommend a software package for > dynamic dns? > > thanks I've used http://www.no-ip.com/ for a few years with good success. There is a free version if you're not picky about your domain name. There is a client in the ports (dns/no

Re: dynamic dns question

2007-06-25 Thread Manolis Kiagias
gahn wrote: > hi all: > > could anyone here recommend a software package for > dynamic dns? > > thanks > /usr/ports/dns/ddclient I am using it with no problems on all my Linux/BSD machines. ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: Starting Scripts

2007-06-25 Thread Norberto Meijome
On Mon, 25 Jun 2007 10:18:30 -0500 Scott Mayo <[EMAIL PROTECTED]> wrote: > I have set some things to automatically start in the rc.conf like ssh > and apache by doing 'sshd_enable="YES"' and 'apache22_enable="YES"'. How > do I start things like Zope and Cyrus? [...] hi ! I think your questions

Re: Permanent apache patch

2007-06-25 Thread Josh
This seems to be the case... with csup at least... I would imagine portsnap might bust it though. Thanks :) Lowell Gilbert wrote: Roland Smith [1]<[EMAIL PROTECTED]> writes: Unfortunately most port update tools will delete files that are not in the master tree. In the cases I kno

Re: Permanent apache patch

2007-06-25 Thread Josh
I just changed suexec.c so that it does does not need the cgi script it is executing to be owned by the user that it will run it as. This is because I am running php as a cgi, and I need a wrapper script, and I dont want to have the virtual host owner to be able to change the file t

dynamic dns question

2007-06-25 Thread gahn
hi all: could anyone here recommend a software package for dynamic dns? thanks Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go

Re: fusefs-ntfs

2007-06-25 Thread Lowell Gilbert
"Anton Galitch" <[EMAIL PROTECTED]> writes: > On 6/24/07, Lowell Gilbert <[EMAIL PROTECTED]> wrote: >> >> "Anton Galitch" <[EMAIL PROTECTED]> writes: >> >> > I have this problem while compiling fusfs-ntfs: >> > >> > mount_fusefs.c:72: error: `MOPT_STDOPTS' undeclared here (not in a >> function) >>

Re: KDM at boot

2007-06-25 Thread Tim Daneliuk
Eric Crist wrote: > On Jun 25, 2007, at 7:39 PMJun 25, 2007, Cyrus wrote: > >> ive done this before with Slackware 11, but read up on freebsd on how >> to do >> it, and its completley different. How do I go about having KDM start >> automaticly on boot? >> > > Edit /etc/ttys and modify line 45 a

Re: KDM at boot

2007-06-25 Thread Eric Crist
On Jun 25, 2007, at 7:39 PMJun 25, 2007, Cyrus wrote: ive done this before with Slackware 11, but read up on freebsd on how to do it, and its completley different. How do I go about having KDM start automaticly on boot? Edit /etc/ttys and modify line 45 as follows: ttyv8 "/usr/local/bin

KDM at boot

2007-06-25 Thread Cyrus
ive done this before with Slackware 11, but read up on freebsd on how to do it, and its completley different. How do I go about having KDM start automaticly on boot? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Booting from a large RAID

2007-06-25 Thread Dominic Bishop
I am looking to deploy some new fileservers shortly running on either RELENG_6_2 or RELENG_6, these servers will have 16x500GB SATA drives running on a 3ware 9650 raid controller. Ideally I would like this to be configured as a single large RAID5 or RAID6 array, however this leaves me problems wit

FreeBSD 6.2 and UPS (Zebra) LP 2844 Printer USB

2007-06-25 Thread M Lubratt
Hello! I'm trying to attach a UPS (United Parcel Services) LP 2844 printer to my FreeBSD box (6.2-STABLE) via a USB cable. My goal is to share this label printer on my internal network via SAMBA/CUPS. I believe this printer is essentially the same as the Zebra LP 2844 model. When I connect the

Re: Starting again from Scratch

2007-06-25 Thread Roland Smith
On Mon, Jun 25, 2007 at 06:27:11PM +0100, Graham Bentley wrote: > > Is it considered OK to update the ports and build up your worktop > *without* bothering with building world? Also, building a kernel > but leaving world at release? You only _have_ to rebuild world and the kernel if you have upd

Re: Questions about shell scripts in /etc/periodic/daily

2007-06-25 Thread Pietro Cerutti
Olivier Regnier wrote: > Hi everyone :-) > > Just curiosly, in /etc/periodic/daily, there are many shell scripts but > there is an variable rc by example : > - rc=0 > - rc=1 > - rc=2 > - rc=3 > What exactly does the "rc=0, rc=1 ..." flag mean ? They're the exit values of those scripts, so I gues

Re: Questions about shell scripts in /etc/periodic/daily

2007-06-25 Thread Dan Nelson
In the last episode (Jun 25), Olivier Regnier said: > Just curiosly, in /etc/periodic/daily, there are many shell scripts but > there is an variable rc by example : > - rc=0 > - rc=1 > - rc=2 > - rc=3 > What exactly does the "rc=0, rc=1 ..." flag mean ? rc stands for "return code"; you can

Re: Repopulating the GENERIC kernel

2007-06-25 Thread Pietro Cerutti
Tim Daneliuk wrote: > Pietro Cerutti wrote: >> Tim Daneliuk wrote: >>> I have a production 6.2 STABLE machine w/something like this in >>> /etc/make.conf: >>> >>> KERNCONF=MYKERN SMP GENERIC >>> >>> When I do a 'make kernel', as I understand it, all three kernels get >>> *build* but only >>> MYK

Questions about shell scripts in /etc/periodic/daily

2007-06-25 Thread Olivier Regnier
Hi everyone :-) Just curiosly, in /etc/periodic/daily, there are many shell scripts but there is an variable rc by example : - rc=0 - rc=1 - rc=2 - rc=3 What exactly does the "rc=0, rc=1 ..." flag mean ? Thank you :) ___ freebsd-questions@freebsd.or

Re: script to update my ports tree

2007-06-25 Thread Olivier Regnier
Daniel Bye a écrit : Olivier Regnier wrote: Hi everyone, I made a shell script in /etc/periodic/daily/610.update-ports-tree and in my /etc/periodic.conf, this line : daily_update_ports_tree_enable="YES". The problem is simple, my script doesn't start at all. Can you help me please ? Thank

Re: More XORG_UPGRADE questions

2007-06-25 Thread RW
On Sat, 23 Jun 2007 07:32:55 -0700 (PDT) Blah Blatz <[EMAIL PROTECTED]> wrote: > Thanks for the responses to the previous ones. > > If I have successfully upgraded to xorg 7.2, and later I want to do a > portupgrade of my installed ports to a newer version, and those > include xorg or some xorg-r

Re: Network Problem in FreeBSD 6.2-RELEASE-p5

2007-06-25 Thread ExTaZyTi
ammm I don't have checked any log files.. just test with my portscan program.. and too when I have blocked when used BitCommet.. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, se

Re: script to update my ports tree

2007-06-25 Thread Jonathan Horne
On Monday 25 June 2007 13:24:09 Daniel Bye wrote: > Olivier Regnier wrote: > > Hi everyone, > > > > I made a shell script in /etc/periodic/daily/610.update-ports-tree and > > in my /etc/periodic.conf, this line : > > daily_update_ports_tree_enable="YES". > > > > The problem is simple, my script doe

Problem upgrading ports

2007-06-25 Thread stan
I've gt a 6 STABLE machine that I just cvsup'd the ports tree on , and am trying to use portmamager to upgrade the installed ports. But when I run: portmamager -u -r -R I get the folowing: removing: /usr/sbin/pkg_delete -f

Re: FreeBSD superkaramba

2007-06-25 Thread beni
On Sunday 24 June 2007 17:44:20 John Murphy wrote: > Are there any superkaramba themes designed for FreeBSD? I've tried > a few, but they all seem to be designed for Linux (hda eth0 etc). > > Also, any pointers to where their configuration files are stored > under the fbsd file hierarchy would be g

Re: Repopulating the GENERIC kernel

2007-06-25 Thread Tim Daneliuk
Pietro Cerutti wrote: > Tim Daneliuk wrote: >> I have a production 6.2 STABLE machine w/something like this in >> /etc/make.conf: >> >> KERNCONF=MYKERN SMP GENERIC >> >> When I do a 'make kernel', as I understand it, all three kernels get *build* >> but only >> MYKERN actually gets installed. >>

Re: Permanent apache patch

2007-06-25 Thread Lowell Gilbert
Roland Smith <[EMAIL PROTECTED]> writes: > Unfortunately most port update tools will delete files that are not in > the master tree. In the cases I know of, this will only happen if the same tool had previously known about the file. So just make sure you don't use a filename that was ever in th

Re: script to update my ports tree

2007-06-25 Thread Daniel Bye
Olivier Regnier wrote: > Hi everyone, > > I made a shell script in /etc/periodic/daily/610.update-ports-tree and > in my /etc/periodic.conf, this line : daily_update_ports_tree_enable="YES". > > The problem is simple, my script doesn't start at all. > > Can you help me please ? > > Thank you :)

Re: Starting Scripts

2007-06-25 Thread Scott Mayo
RW wrote: On Mon, 25 Jun 2007 10:18:30 -0500 Scott Mayo <[EMAIL PROTECTED]> wrote: I have set some things to automatically start in the rc.conf like ssh and apache by doing 'sshd_enable="YES"' and 'apache22_enable="YES"'. How do I start things like Zope and Cyrus? From the command line I can

Re: Network Problem in FreeBSD 6.2-RELEASE-p5

2007-06-25 Thread Lowell Gilbert
Please don't top-post; I had to delete the earlier comments from this message because it had become impossible to follow. When you hit the "connection limit," does anything appear in the logs? -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk

Re: Starting again from Scratch

2007-06-25 Thread Manolis Kiagias
Graham Bentley wrote: > On Mon, 25 Jun 2007 19:16:59 +0200 > Roland Smith <[EMAIL PROTECTED]> wrote: > > >> On Mon, Jun 25, 2007 at 05:51:44PM +0100, Graham Bentley wrote: >> >>> So, if I where to start again, I would ; >>> >>> 1) Install 'minimal' distrib from 6.2 rel CD1 >>> 2) portsnap

Re: questions about floppy disk

2007-06-25 Thread Eduardo Viruena Silva
On Sun, 24 Jun 2007, Olivier Regnier wrote: Hi everyone, I have two questions about floppy disk with FreeBSD. How add a UFS filesystem to use the diskette for transfering files ? I think with this command but i'm not sure because, i can't check for the moment. # newfs /dev/fd0 To mount a f

Re: Starting again from Scratch

2007-06-25 Thread RW
On Mon, 25 Jun 2007 18:14:26 +0100 Graham Bentley <[EMAIL PROTECTED]> wrote: > Thanks for the reply Manolis. As I mentioned in my first post, this > isnt for an important server, its just for 'desktop' use, for my own > amusement, a learning platform. I dont actually need the 'latest and > greates

Re: Starting again from Scratch

2007-06-25 Thread Graham Bentley
On Mon, 25 Jun 2007 19:16:59 +0200 Roland Smith <[EMAIL PROTECTED]> wrote: > On Mon, Jun 25, 2007 at 05:51:44PM +0100, Graham Bentley wrote: > > > > So, if I where to start again, I would ; > > > > 1) Install 'minimal' distrib from 6.2 rel CD1 > > 2) portsnap fetch extract > > 3) make install my

Re: Starting again from Scratch

2007-06-25 Thread Roland Smith
On Mon, Jun 25, 2007 at 05:51:44PM +0100, Graham Bentley wrote: > > So, if I where to start again, I would ; > > 1) Install 'minimal' distrib from 6.2 rel CD1 > 2) portsnap fetch extract > 3) make install my system The base system and ports are separate. The base system is built from /usr/src, w

Re: Starting Scripts

2007-06-25 Thread RW
On Mon, 25 Jun 2007 10:18:30 -0500 Scott Mayo <[EMAIL PROTECTED]> wrote: > I have set some things to automatically start in the rc.conf like ssh > and apache by doing 'sshd_enable="YES"' and 'apache22_enable="YES"'. > How do I start things like Zope and Cyrus? > > From the command line I can ju

Re: Starting again from Scratch

2007-06-25 Thread Graham Bentley
On Mon, 25 Jun 2007 20:04:44 +0300 Manolis Kiagias <[EMAIL PROTECTED]> wrote: > Graham Bentley wrote: > > OK, I am fairly new to FreeBSD and returning from a long while away. > > > > I am currently working on an install I have performed from the 6.2 > > release discs I downloaded several days ago.

Re: Repopulating the GENERIC kernel

2007-06-25 Thread Pietro Cerutti
Tim Daneliuk wrote: > I have a production 6.2 STABLE machine w/something like this in > /etc/make.conf: > > KERNCONF=MYKERN SMP GENERIC > > When I do a 'make kernel', as I understand it, all three kernels get *build* > but only > MYKERN actually gets installed. > > So ... how do I get the late

Re: Starting again from Scratch

2007-06-25 Thread Manolis Kiagias
Graham Bentley wrote: > OK, I am fairly new to FreeBSD and returning from a long while away. > > I am currently working on an install I have performed from the 6.2 > release discs I downloaded several days ago. > > I chose X-Kern-Dev install and have a mixed bag of pkg_add -r > packages, some progr

Re: Starting again from Scratch

2007-06-25 Thread Graham Bentley
On Mon, 25 Jun 2007 18:08:45 +0200 Roland Smith <[EMAIL PROTECTED]> wrote: > That's what you use portmaster(8) or portmanager(8) for. (I use > portmaster now). > > For updating the ports tree, I use portsnap(8). > > First time that you use it: > > # portsnap fetch extract > > After that; > >

Re: Gnome2 +FreeBSD , help

2007-06-25 Thread Eduardo Viruena Silva
On Mon, 25 Jun 2007, dhaneshk k wrote: Hi all , To install Gnome Desktop environment for FreeBSD -6.2 , which method is most suitable and less time consumable , 1 . I m plannig to do a portinstall /usr/ports/x11/gnome2 (how much time it will take on a normal p4

Repopulating the GENERIC kernel

2007-06-25 Thread Tim Daneliuk
I have a production 6.2 STABLE machine w/something like this in /etc/make.conf: KERNCONF=MYKERN SMP GENERIC When I do a 'make kernel', as I understand it, all three kernels get *build* but only MYKERN actually gets installed. So ... how do I get the latest version of GENERIC (that I just compil

Re: Starting Scripts

2007-06-25 Thread Kevin Kinsey
Scott Mayo wrote: Hello from SW Missouri! I have set some things to automatically start in the rc.conf like ssh and apache by doing 'sshd_enable="YES"' and 'apache22_enable="YES"'. How do I start things like Zope and Cyrus? From the command line I can just: '/usr/local/cyrus/bin master &'

Re: Starting again from Scratch

2007-06-25 Thread Roland Smith
On Mon, Jun 25, 2007 at 03:18:58PM +0100, Graham Bentley wrote: > OK, I am fairly new to FreeBSD and returning from a long while away. > > I am currently working on an install I have performed from the 6.2 > release discs I downloaded several days ago. > > I chose X-Kern-Dev install and have a mi

Re: Permanent apache patch

2007-06-25 Thread Roland Smith
On Mon, Jun 25, 2007 at 09:01:21PM +1200, Josh wrote: > Gidday there, > > I have my own change to suexec in apache 2.0 from ports. > > What I want to know is the best way to have my patch applied each time I > compile apache, without too much effort from me? The best way is to get the patch

Re: Hello 1 question about close console

2007-06-25 Thread Bill Moran
In response to oim <[EMAIL PROTECTED]>: > Hello! > > I have a question about this situation. > > In home work Pc with FreeBSD Server, real ip and real domain name. > When i remote connect ssh2 (consose) from my work.. make on server some.. > compile program from ports > > And some time later i

Hello 1 question about close console

2007-06-25 Thread oim
Hello! I have a question about this situation. In home work Pc with FreeBSD Server, real ip and real domain name. When i remote connect ssh2 (consose) from my work.. make on server some.. compile program from ports And some time later i need to close console, but i want, what session not close

Re: Starting again from Scratch

2007-06-25 Thread Peter Schuller
> 4) Find out how to keep updated / informed on updates to packages >I have installed, and do so where necessary. > > If anyone can advise, point me in the direction of tutorials > or step by steps, on the above It would be greatly appreciated. > > I would like to understand why its not so gr

Starting Scripts

2007-06-25 Thread Scott Mayo
I have set some things to automatically start in the rc.conf like ssh and apache by doing 'sshd_enable="YES"' and 'apache22_enable="YES"'. How do I start things like Zope and Cyrus? From the command line I can just: '/usr/local/cyrus/bin master &' for cyrus '/data/home/testuser/zope28/bin/zop

Re: FreeBSD 6.2-STABLE / Gnome / Beryl (recipe)

2007-06-25 Thread Reid Linnemann
Written by Eduardo Viruena Silva on 06/22/07 19:05>> I have to thank to Reid Linnemann from the freebsd-questions list, for suggesting me compile 6.2-STABLE, and to Jose Luis Enriquez, for helping me to configure X. Hope it helps. Cheers, Eduardo.

script to update my ports tree

2007-06-25 Thread Olivier Regnier
Hi everyone, I made a shell script in /etc/periodic/daily/610.update-ports-tree and in my /etc/periodic.conf, this line : daily_update_ports_tree_enable="YES". The problem is simple, my script doesn't start at all. Can you help me please ? Thank you :) #!/bin/sh # if there is a global sys

Starting again from Scratch

2007-06-25 Thread Graham Bentley
OK, I am fairly new to FreeBSD and returning from a long while away. I am currently working on an install I have performed from the 6.2 release discs I downloaded several days ago. I chose X-Kern-Dev install and have a mixed bag of pkg_add -r packages, some programs I have downloaded and compiled

Re: problem making gnome-applets

2007-06-25 Thread Lowell Gilbert
Blah Blatz <[EMAIL PROTECTED]> writes: > I'm trying to make /usr/ports/x11/gnome2, and it's failing in > /usr/ports/x11/gnome-applets. More specifically, in charpick/help, when it's > trying to do an xml2po on char-palette.xml. Here's the interesting part of > the output: > > gmake[3]: Enteri

Re: More XORG_UPGRADE questions

2007-06-25 Thread Lowell Gilbert
Blah Blatz <[EMAIL PROTECTED]> writes: > Thanks for the responses to the previous ones. > > If I have successfully upgraded to xorg 7.2, and later I want to do > a portupgrade of my installed ports to a newer version, and those > include xorg or some xorg-related ports, do I have to again make > s

Re: Regular Freezes

2007-06-25 Thread Grant Peel
Hmm, had exactly the same issue on 6.0. Turned out to be a filesystem quota issue. Updateing to 6.2 fixed that. Are quotas enabled? -Grant - Original Message - From: Lowell Gilbert To: SigmaX asdf Cc: freebsd-questions@freebsd.org Sent: Monday, June 25, 2007 9:50 AM Subje

Re: Regular Freezes

2007-06-25 Thread Lowell Gilbert
"SigmaX asdf" <[EMAIL PROTECTED]> writes: > My FreeBSD 6.1 gateway box keeps freezing totally. It seems to happen > when there's a large burst of network traffic on my internal interface > (i.e. download, flash movie, I-radio). > > I've already done a memtest, and it came out clean. Any ideas as

Re: Re[2]: How do I get libphp5.so back

2007-06-25 Thread Andrew Falanga
On 6/24/07, Gerard <[EMAIL PROTECTED]> wrote: On June 23, 2007 at 06:20PM Andrew Falanga wrote: > I found this just before reading this message. I was reading in > UPDATING on something that wasn't quite related to my problem about > PHP and saw a suggestion to do "make config" before upgradin

Re: Gnome2 +FreeBSD , help

2007-06-25 Thread Garrett Cooper
dhaneshk k wrote: Hi all , To install Gnome Desktop environment for FreeBSD -6.2 , which method is most suitable and less time consumable , 1 . I m plannig to do a portinstall /usr/ports/x11/gnome2 (how much time it will take on a normal p4 , 512 DDR machine

Permanent apache patch

2007-06-25 Thread Josh
Gidday there, I have my own change to suexec in apache 2.0 from ports. What I want to know is the best way to have my patch applied each time I compile apache, without too much effort from me? Eg, say for the sake of example my patch is in /usr/local/src/foopatch/ How would I get the ports s

Gnome2 +FreeBSD , help

2007-06-25 Thread dhaneshk k
Hi all , To install Gnome Desktop environment for FreeBSD -6.2 , which method is most suitable and less time consumable , 1 . I m plannig to do a portinstall /usr/ports/x11/gnome2 (how much time it will take on a normal p4 , 512 DDR machine ? ) I heard it

Re: Is the website having a problem?

2007-06-25 Thread Jim Capozzoli
On 6/25/07, Abdullah Ibn Hamad Al-Marri <[EMAIL PROTECTED]> wrote: On 6/24/07, Josef Grosch <[EMAIL PROTECTED]> wrote: > > I've been trying to get to the ports section of the FreeBSD website for the > last half an hour. Is there a problem? > > > Josef > > -- > Josef Grosch | Another day