RE : Re: RE : Re: cheapskate webmail interface

2006-10-09 Thread Desmond Coughlan
Yep, I've got that .. I tried logging in, and it took me directly to htdocs/index.html. Is it because the db isn't configured properly ?. D. jan gestre [EMAIL PROTECTED] a écrit : On 10/8/06, jan gestre [EMAIL PROTECTED] wrote: On 10/6/06, Desmond Coughlan [EMAIL

How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-09 Thread James Corteciano
Dear guru's: How to change all word lines of /bin/bash at /etc/passwd file to /sbin/nologin in just a single line command? I am looking forward for your great responses. Thank you. Regards, -- James G. Corteciano FreeBSD User ___

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-09 Thread Lothar Braun
Hi James, On Monday 09 October 2006 09:24, James Corteciano wrote: How to change all word lines of /bin/bash at /etc/passwd file to /sbin/nologin in just a single line command? I think you can do this with: sed 's!/bin/bash$!/sbin/nologin!' /etc/passwd /etc/passwd Best regards, Lothar

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-09 Thread pbdlists
sed -i .backup s,:/bin/bash$,:/sbin/nologin, /etc/passwd But at least on my FBSD systems bash is in /usr/local/bin/bash, not /bin/bash! And what would you need this for? Cheers, Kurt On Mon, Oct 09, 2006 at 03:24:30PM +0800, James Corteciano wrote: Dear guru's: How to change all word

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-09 Thread Cristian Mijea
On 10/9/06, James Corteciano [EMAIL PROTECTED] wrote: Dear guru's: How to change all word lines of /bin/bash at /etc/passwd file to /sbin/nologin in just a single line command? I am looking forward for your great responses. Thank you. Regards, -- James G. Corteciano FreeBSD User

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-09 Thread Matthias Apitz
El día Monday, October 09, 2006 a las 09:41:38AM +0200, Lothar Braun escribió: Hi James, On Monday 09 October 2006 09:24, James Corteciano wrote: How to change all word lines of /bin/bash at /etc/passwd file to /sbin/nologin in just a single line command? I think you can do this with:

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-09 Thread James Corteciano
Hi Lothar, Thanks for your response. How about if all uid's that =500 at passwd file must change from /bin/bash to /sbin/nologin? Thank you. Best regards, James C. FreeBSD User On 10/9/06, Lothar Braun [EMAIL PROTECTED] wrote: Hi James, On Monday 09 October 2006 09:24, James Corteciano

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-09 Thread Lothar Braun
On Monday 09 October 2006 10:03, Matthias Apitz wrote: sed 's!/bin/bash$!/sbin/nologin!' /etc/passwd /etc/passwd DONT DO THAT this way. The result would be that your actual shell truncates the file '/etc/passwd' to zero length and then launches the 'sed'. Damn. I just built the regexp but

RE: Make buildworld fail due to sendmail/sasl installation.

2006-10-09 Thread Jesse Geddis
Well my last copying the header files all over the place apparently helped because now I'm down to the linker not being able to find the libraries. Suggestions? === libexec/mail.local cc -O -pipe -I/usr/src/libexec/mail.local/../../contrib/sendmail/include -I. -I/usr/local/include/sasl -DSASL=2

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-09 Thread James Corteciano
Dear guru's, Thanks all you guys for the great response. Now, I've done it using text-editor of NANO and there is Find, and To Replace section which makes big help to replacing the whole word. Best regards, James Corteciano FreeBSD User On 10/9/06, Lothar Braun [EMAIL PROTECTED] wrote: On

Unix-Syslog Duplicate origin?

2006-10-09 Thread Yousef Raffah
Hello, I just portsnap fetched my box and when I did a pkgdb -F it said I have a duplicate origin of sysutils/p5-Unix-Syslog - bsdpan-Unix-Syslog p5-Unix-Syslog-0.100 My question is, is it safe to unregister any of them? If yes, which one? signature.asc Description: This is a digitally signed

Re: sendmail + spamassassin

2006-10-09 Thread dick hoogendijk
On 08 Oct jdow wrote: From: dick hoogendijk [EMAIL PROTECTED] What is the best way to integrate spamassasin with sendmail? MIMEDefang? Best is horridly subjective. I use procmail here with considerable success. However, what works for me is not necessarily ideal for you. Maybe a better

Re: Using portconf and /usr/local/etc/ports.conf

2006-10-09 Thread backyard
--- James Long [EMAIL PROTECTED] wrote: I am trying to migrate my /usr/local/etc/pkgtools.conf into /usr/local/etc/ports.conf. I'm not sure I have the ports.conf syntax correct, or that the entries I'm making are being recognized. I've installed the sysutils/portconf port

Re: sendmail + spamassassin

2006-10-09 Thread Robert Huff
dick hoogendijk writes: Spam_milter is mentioned; I guess this is just for spamassassin, while MIMEDefang can also integrate a (future) use of virus filtering. Unless you are majorly committed to a generalized solution, I found integrating clamav no harder than integrating

Upgrading firmware on Areca RAID card?

2006-10-09 Thread Bob Willcox
Hi All, I would like to upgrade the firmware on my Areca ARC-1210 SATA RAID card. Has anyone out there done this, and if so, do you have any advice on doing it? I have downloaded a program called archttp32 that appears to be a FreeBSD 4.2 32-bit version of the Arec http proxy server but I really

Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-09 Thread jan gestre
On 10/9/06, Desmond Coughlan [EMAIL PROTECTED] wrote: Yep, I've got that .. I tried logging in, and it took me directly to htdocs/index.html. Is it because the db isn't configured properly ?. D. were you able to install the roundcube database? did you configure db.inc.php? just follow

Re: sendmail + spamassassin

2006-10-09 Thread Dave McCammon
--- dick hoogendijk [EMAIL PROTECTED] wrote: What is the best way to integrate spamassasin with sendmail? MIMEDefang? -- I use XamimeLT used with sendmail, clamav and spamassassin. My mail server isn't very busy, about 2000 messages a day pass(or attempt to) through it and I haven't had

RE : Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-09 Thread Desmond Coughlan
Yes, I did everything mentioned in that HOWTO. Still no luck. Following someone else's advice, I tried to install Thunderbird on another machine, and connect to the server on port 143. It failed. D. jan gestre [EMAIL PROTECTED] a écrit : On 10/9/06, Desmond Coughlan [EMAIL

Re: RE : Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-09 Thread Chad Leigh -- Shire.Net LLC
On Oct 9, 2006, at 8:21 AM, Desmond Coughlan wrote: Yes, I did everything mentioned in that HOWTO. Still no luck. Following someone else's advice, I tried to install Thunderbird on another machine, and connect to the server on port 143. It failed. You need to have an IMAP server

Re: Upgrading firmware on Areca RAID card?

2006-10-09 Thread Chad Leigh -- Shire.Net LLC
On Oct 9, 2006, at 7:35 AM, Bob Willcox wrote: Hi All, I would like to upgrade the firmware on my Areca ARC-1210 SATA RAID card. Has anyone out there done this, and if so, do you have any advice on doing it? I have downloaded a program called archttp32 that appears to be a FreeBSD 4.2

Re: new pango screwing up my x11

2006-10-09 Thread kalin mintchev
thanks a lot for all the replies so much help on this list $ mozilla (Gecko:79673): GLib-GObject-WARNING **: cannot register existing type `GConfClie nt' (Gecko:79673): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJE CT (object_type)' failed (Gecko:79673):

LSI SAS adapter

2006-10-09 Thread up
Can anyone verify that the LSI0100 PCI-X SAS RAID card will work with 6.X-STABLE? The mfi driver says it supports LSI SAS MegaRAID, but this isn't in the MegaRAID family (only does RAID 0 and 1, and I only need 1). All experiences appreciated...please reply directly as I am not subscribed.

How does useradd determine the default mailbox/maildir location for new users

2006-10-09 Thread Niek Dekker
Hi, I am running Exim 4.62 MTA on FBSD 6.0_release. When I create a new user using useradd, a mailbox file for the new user is created in /var/mail. As I am using Maildir with maildirs in /var/mail, I do not want that. My question is, where is this behavior of useradd configured? I cannot

minimum requirements

2006-10-09 Thread free bsd
Thank you everyone for responding to my initial question. In hindsight I realize I worded my original inquiry inaccurately. What I am attempting to determine is how well or if ver 6.1 will work on a 4GB hard drive with a Pentium 4 - 3.06GHz cpu and 1GB ram? The machine has a 232GB hard

Re: minimum requirements

2006-10-09 Thread Andy Greenwood
On 10/9/06, free bsd [EMAIL PROTECTED] wrote: Thank you everyone for responding to my initial question. In hindsight I realize I worded my original inquiry inaccurately. What I am attempting to determine is how well or if ver 6.1 will work on a 4GB hard drive with a Pentium 4 - 3.06GHz cpu

Re: minimum requirements

2006-10-09 Thread backyard
--- free bsd [EMAIL PROTECTED] wrote: Thank you everyone for responding to my initial question. In hindsight I realize I worded my original inquiry inaccurately. What I am attempting to determine is how well or if ver 6.1 will work on a 4GB hard drive with a Pentium 4 - 3.06GHz

Re: stop ata drive rotation after umount

2006-10-09 Thread Michel Le Cocq
It works :-) the tempeture decrease of about 5 degres but how can i detect that the drive is not use since for exemple 10min I think to a cron which do a lsof on each drive i wanted to check, but is there something else ? Michel owell Gilbert a écrit : Michel Le Cocq [EMAIL PROTECTED]

Re: minimum requirements

2006-10-09 Thread Jerry McAllister
On Mon, Oct 09, 2006 at 10:00:11AM -0700, free bsd wrote: Thank you everyone for responding to my initial question. In hindsight I realize I worded my original inquiry inaccurately. What I am attempting to determine is how well or if ver 6.1 will work on a 4GB hard drive with a

Something Like Beagle

2006-10-09 Thread Tom Grove
Is there something like beagle that runs on FreeBSD? If not is it something that people would like to see ported? -Tom ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Something Like Beagle

2006-10-09 Thread backyard
--- Tom Grove [EMAIL PROTECTED] wrote: Is there something like beagle that runs on FreeBSD? If not is it something that people would like to see ported? -Tom Beagle the personal data indexer, or open beagle the evolutionary computation system? The personel data indexer seems cool to

Re: minimum requirements

2006-10-09 Thread Eric Schuele
On 10/09/06 12:00, free bsd wrote: Thank you everyone for responding to my initial question. In hindsight I realize I worded my original inquiry inaccurately. What I am attempting to determine is how well or if ver 6.1 will work on a 4GB hard drive with a Pentium 4 - 3.06GHz cpu and 1GB

Re: strange DNS problem

2006-10-09 Thread pckizer
On 2006, Oct 6, at 04:02, Wojciech Puchar wrote: one of my users reporting problem sending e-mail to @mil.be sendmail reports host name lookup failure host reports [EMAIL PROTECTED] ~]$ host -t mx mil.be mil.be mail is handled by 10 hermes01.mil.be. [EMAIL PROTECTED] ~]$ host -t a

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-09 Thread up
I would not recommend using vipw or sed to change your users' shells. I'd just create a file of users: cat /etc/passwd | cut -f1 -d: userlist (Edit out any users you don't want to include): then a scipt using pw to change their shells #!/bin/sh user=`awk '{print $1}' ./userlist` for user

Cable Management software?

2006-10-09 Thread Kurt Buff
All, Anyone know of an OSS package that can help with this - something along the lines of Ulticam 2000 or NetDoc? Doesn't have to be quite so capable, but I'm looking for something better than a series of spreasheets. My Google-fu is failing me, and I don't see anything in ports that even

IRQ conflicts on USB controlers

2006-10-09 Thread Erik Norgaard
Hi: I have a problem with this buggy hardware (Sony VAIO, don't buy). Background: Booting with both acpi and apic enabled (if the system doesn't die with some fatal trap) the system grinds to a halt with 85% interrupt activity. Booting with apic disabled solves that problem, but then the

Re: How does useradd determine the default mailbox/maildir location

2006-10-09 Thread up
What I do is remove FreeBSD's adduser script and make my own, which does something like this: pw useradd $USERNAME -g users -L users -m -s /bin/true -k /etc/skel \ || exit passwd $USERNAME echo $USERNAME /home/$USERNAME/.qmail-default chmod 711 /home/$USERNAME Of course, you need an /etc/skel

requesting help to make sound work on thin/diskless client

2006-10-09 Thread Raymond Gibson
Hello, I'm looking for help. I built a thin/diskless client that I boot via etherboot. After power up the client boots and gives me a login prompt. At that time I enter 'root' and I am presented with a command prompt. I then enter 'X -query server ip' and X starts and it works as expected. I

How-to maintain upgrade??

2006-10-09 Thread Gary Kline
Last night (08 Oct 06) pkgdb -Fv ran without errors. This after five weeks of rebuilding. And now, I still haven't install gnome-lite; still waiting to get the ports upgrade issue resolved. I do a ports cvsup nightly and would like to run, say,

Re: Upgrading firmware on Areca RAID card?

2006-10-09 Thread Mike Tancsa
On Mon, 9 Oct 2006 08:35:25 -0500, in sentex.lists.freebsd.questions you wrote: Hi All, I would like to upgrade the firmware on my Areca ARC-1210 SATA RAID card. Has anyone out there done this, and if so, do you have any advice on doing it? Any tips, pointers, advice, or warnings would be

moving from startx to wdm -- how to make x11 not to listen on tcp ??

2006-10-09 Thread martinko
Hello, I've been using startx / .xinitrc to start up X11 up till now and I made sure startx ran X11 with -nolisten tcp. Now I'm moving to WDM and I'm not sure how to tell X11 not to listen on port 6000. :-/ What is the best way to achieve this, please ? Cheers, Martin

Re: requesting help to make sound work on thin/diskless client

2006-10-09 Thread Tore Lund
Raymond Gibson wrote: Hello, I'm looking for help. I built a thin/diskless client that I boot via etherboot. After power up the client boots and gives me a login prompt. At that time I enter 'root' and I am presented with a command prompt. I then enter 'X -query server ip' and X starts

How-to maintain upgrade??

2006-10-09 Thread Gerard Seibert
On Monday 09 October 2006 17:53, Gary Kline wrote: Last night (08 Oct 06) pkgdb -Fv ran without errors.  This after five weeks of rebuilding.  And now, I still haven't install gnome-lite; still waiting to get the ports upgrade issue resolved. I do a

Re: LSI SAS adapter

2006-10-09 Thread up
On Mon, 9 Oct 2006 [EMAIL PROTECTED] wrote: Can anyone verify that the LSI0100 PCI-X SAS RAID card will work with 6.X-STABLE? The mfi driver says it supports LSI SAS MegaRAID, but this isn't in the MegaRAID family (only does RAID 0 and 1, and I only need 1). All experiences

Re: Upgrading firmware on Areca RAID card?

2006-10-09 Thread Nikolas Britton
On 10/9/06, Bob Willcox [EMAIL PROTECTED] wrote: Hi All, I would like to upgrade the firmware on my Areca ARC-1210 SATA RAID card. Has anyone out there done this, and if so, do you have any advice on doing it? I have downloaded a program called archttp32 that appears to be a FreeBSD 4.2 32-bit

Re: Upgrading firmware on Areca RAID card?

2006-10-09 Thread Nikolas Britton
On 10/9/06, Bob Willcox [EMAIL PROTECTED] wrote: Hi All, I would like to upgrade the firmware on my Areca ARC-1210 SATA RAID card. Has anyone out there done this, and if so, do you have any advice on doing it? I have downloaded a program called archttp32 that appears to be a FreeBSD 4.2 32-bit

wxGlade error

2006-10-09 Thread Rod Person
When I try to run wxGlade on FreeBSD 7 Current I get the following error: Traceback (most recent call last): File /usr/local/lib/python2.4/site-packages/wxglade/wxglade.py, line 148, in ? run_main() File /usr/local/lib/python2.4/site-packages/wxglade/wxglade.py, line 135, in run_main

Re: mount_msdosfs 240G

2006-10-09 Thread Kevin Sanders
On 9/26/06, Alistair Sutton [EMAIL PROTECTED] wrote: On 26/09/06, sanya [EMAIL PROTECTED] wrote: Hello I have a problem with mounting big fat32 partition. I had a similar problem when trying to mount a 180G USB drive. Recompiling my kernel with the MSDOSFS_LARGE option allowed me to mount

AHCI support in 6.1-RELEASE?

2006-10-09 Thread Juha Saarinen
I'd like to set the ICH7 controller in a Gigabyte 8i955 Royal motherboard in AHCI mode, as I understand this enables NCQ support for SATA drives. However, if I enable AHCI in BIOS, 6.1-RELEASE boots up but can't find the hard drive in the system even though it shows up as the dmesg scrolls past.

Re: AHCI support in 6.1-RELEASE?

2006-10-09 Thread Juha Saarinen
Hmm... ata-chipset.c says there is AHCI support. #include sys/cdefs.h __FBSDID($FreeBSD: src/sys/dev/ata/ata-chipset.c,v 1.126.2.11 2006/03/16 21:28: 51 sos Exp $); If so, what could be the reason for FreeBSD not finding the SATA hard disk in the system in AHCI mode? -- Juha

Re: How-to maintain upgrade??

2006-10-09 Thread Brian
Gary Kline wrote: Last night (08 Oct 06) pkgdb -Fv ran without errors. This after five weeks of rebuilding. And now, I still haven't install gnome-lite; still waiting to get the ports upgrade issue resolved. I do a ports cvsup nightly and would like to

Re: AHCI support in 6.1-RELEASE?

2006-10-09 Thread Antony Mawer
On 10/10/2006 10:18 AM, Juha Saarinen wrote: Hmm... ata-chipset.c says there is AHCI support. #include sys/cdefs.h __FBSDID($FreeBSD: src/sys/dev/ata/ata-chipset.c,v 1.126.2.11 2006/03/16 21:28: 51 sos Exp $); If so, what could be the reason for FreeBSD not finding the SATA hard disk in the

Re: requesting help to make sound work on thin/diskless client

2006-10-09 Thread Doug Poland
On Mon, Oct 09, 2006 at 04:00:23PM -0500, Raymond Gibson wrote: Hello, I'm looking for help. I built a thin/diskless client that I boot via etherboot. After power up the client boots and gives me a login prompt. At that time I enter 'root' and I am presented with a command prompt. I then

Re: LSI SAS adapter

2006-10-09 Thread John Baldwin
[ cc's trimmed ] On Monday 09 October 2006 11:12, [EMAIL PROTECTED] wrote: Can anyone verify that the LSI0100 PCI-X SAS RAID card will work with 6.X-STABLE? The mfi driver says it supports LSI SAS MegaRAID, but this isn't in the MegaRAID family (only does RAID 0 and 1, and I only need 1).

Re: AHCI support in 6.1-RELEASE?

2006-10-09 Thread Juha Saarinen
On 10/10/06, Antony Mawer [EMAIL PROTECTED] wrote: Most likely this renumbers the drivers, so you go from your hard drive showing as eg. ad0 to ad4. You will need to edit /etc/fstab as appropriate to match what the drive is showing up as after changing to AHCI mode. Yep... exactly like that -

Re: wxGlade error

2006-10-09 Thread Michael S
Have you just installed wxPython? Maybe you need to execute the rehash command? What if you try running python from the command line, and try importing the package from within the interpreter, i.e. typing from wxPython.wx import *? Does it load the module? --- Rod Person [EMAIL PROTECTED] wrote:

Re: AHCI support in 6.1-RELEASE?

2006-10-09 Thread Antony Mawer
On 10/10/2006 11:02 AM, Juha Saarinen wrote: On 10/10/06, Antony Mawer [EMAIL PROTECTED] wrote: Most likely this renumbers the drivers, so you go from your hard drive showing as eg. ad0 to ad4. You will need to edit /etc/fstab as appropriate to match what the drive is showing up as after

Re: AHCI support in 6.1-RELEASE?

2006-10-09 Thread Juha Saarinen
On 10/10/06, Antony Mawer [EMAIL PROTECTED] wrote: Usually I find that ad0/ad1 = primary IDE (master/slave), ad2/3 = secondary IDE (master/slave), and then the SATA connectors pick up from ad4 onwards... The SATA ports seem to be numbered in increments of 2, presumably because every SATA port

Re: RE : Re: RE : Re: RE : Re: cheapskate webmail interface

2006-10-09 Thread jan gestre
On 10/9/06, Desmond Coughlan [EMAIL PROTECTED] wrote: Yes, I did everything mentioned in that HOWTO. Still no luck. Following someone else's advice, I tried to install Thunderbird on another machine, and connect to the server on port 143. It failed. D. try to telnet port 143, if you

Re: mount_msdosfs 240G

2006-10-09 Thread Jonathan Horne
On Monday 09 October 2006 18:43, Kevin Sanders wrote: On 9/26/06, Alistair Sutton [EMAIL PROTECTED] wrote: On 26/09/06, sanya [EMAIL PROTECTED] wrote: Hello I have a problem with mounting big fat32 partition. I had a similar problem when trying to mount a 180G USB drive.

Re: moving from startx to wdm -- how to make x11 not to listen on tcp ??

2006-10-09 Thread Eric Schuele
On 10/08/06 03:52, martinko wrote: Hello, I've been using startx / .xinitrc to start up X11 up till now and I made sure startx ran X11 with -nolisten tcp. Now I'm moving to WDM and I'm not sure how to tell X11 not to listen on port 6000. :-/ What is the best way to achieve this, please ? If

Error building php5-pcre

2006-10-09 Thread Warren Liddell
Running FreeBSD6.2-PRERELEASE and im trying to build cacti with php5-pcre being a dependancy. Below is the last few lines or so that error. === == cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10

Re: How-to maintain upgrade??

2006-10-09 Thread Gary Kline
On Mon, Oct 09, 2006 at 06:35:37PM -0400, Gerard Seibert wrote: On Monday 09 October 2006 17:53, Gary Kline wrote: I kind of do the same thing on a weekly basis. I created a shell script that runs the following: cd /usr/ports/distfiles # Change to ports distfile

Re: Using portconf and /usr/local/etc/ports.conf

2006-10-09 Thread James Long
Date: Mon, 9 Oct 2006 05:15:28 -0700 (PDT) From: backyard [EMAIL PROTECTED] Subject: Re: Using portconf and /usr/local/etc/ports.conf To: freebsd-questions@freebsd.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 if ruby uses ncurses, that blue menu thing,