Re: ipfilter dedicate firewall

2006-09-09 Thread jan gestre

On 9/9/06, rithy4u- CEO <[EMAIL PROTECTED]> wrote:


Dear all,

I have tried to read some documents online and build my own firewall using
ipfilter enabled in my kernel. but now I want some idea regarding a
coperate, dedicate firewall for company upto 250 users something. what
should we do to get those type of firewall system? how to scale for it? what
options and things we should consider and config with this firewall server?

you may want to try a dedicated firewall system like pfsense and monowall,

they're based on FreeBSD, i for one use monowall.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Newbie Experience

2006-09-11 Thread jan gestre

On 9/11/06, Bob Walker <[EMAIL PROTECTED]> wrote:


Hi,



I have always wanted to better understand Unix, and so I finally made the
decision to switch some of my office PCs over to either a Unix or Linux
system. With office suites like OpenOffice, I felt that I would be able to
transition away from Windows with minimal disruption to my business. So, I
downloaded the .iso images from FreeBSD, Suse, and Fedora. I initially
favored FreeBSD, since it seemed to have the closest lineage to "pure"
Unix,
and that was important to me, but after many, many attempts to install
both
the OS and Gnome desktop environment, I threw up my hands.



In brief, the installation process is just awful. After multiple attempts
on
an admittedly older machine (Pentium II 266Mhz, 256KB ram, 30GB hard
drive,
S3 Virge graphics card), I was able to get the FreeBSD OS installed, but
could not configure Gnome or KDE properly. The documentation is sketchy at
best. I had to learn about X11, Xorg, XFree86, and all of the gory history
of X before I could even begin to use ee and know to edit the /etc/rc.conf
file. The installation process did not recognize my graphics card or
Ethernet connection, and all I could get was a crude 600x800 display. And
DesktopBSD was even worse.



I then repartitioned my drive and sequentially installed Fedora Core 5 amd
then Suse 10.1. Both were EASY to install, Fedora in particular recognized
all of my peripherals, and I was up and running with it in about two
hours.
Conversely, FreeBSD took me multiple days and has still left me
bewildered.
Needless to say, I was very disappointed. I feel that FreeBSD will never
achieve broader acceptance (even with momentum building for alternative
OS)
among people with modest technical proficiency and fairly simple
requirements (i.e., spreadsheets, word processing, presentations, email).
FreeBSD has an awful "out of the box" experience. It's too bad, because I
think FreeBSD is probably a better OS, but I'll never really know.
Regards,



too bad, you experienced that, the FreeBSD sysinstall is not that really
hard, it may seem daunting at first because of its text mode but it is very
straight forward, i guess you have to read the handbook over and over again
to fully comprehend the things you missed why things like X is not working,
it will also help if you will include the error messages as to why you can't
run/install gnome or kde. imo you missed some dependencies that's why you're
having a hard time.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


scripting question

2006-10-02 Thread jan gestre

i made a script and put on root's crontab, however it's not doing or showing
the output that is forwarded to my email address correctly therefore i'm not
sure if it is working or not. below is what the script look like:

#
# cvsrun - Weekly CVSup Run

echo "Subject: `hostname` weekly cvsup run"
/usr/local/bin/cvsup -g -L 2 /root/ports-supfile
echo ""
/usr/local/bin/portmanager -s | grep OLD
echo ""
echo "cvsrun done."

#

i would like the output of this command

/usr/local/bin/portmanager -s | grep OLD

to show in my mail where i forwarded it. below is the cronjob.

30 8 * * * root /usr/local/bin/cvsrun | mail -s "Daily cvsup run and
portmanager" user1

can someone help me to correct this script, to show the output that i want.

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


Re: scripting question

2006-10-03 Thread jan gestre

On 10/3/06, Ivan Levchenko <[EMAIL PROTECTED]> wrote:


Remove the word root from the crontab entry. The user should be
specified only in the system crontab.



thanks ivan,  but the solution i made was i put in the
/usr/local/etc/periodic/daily directory, it is now working :D


On 10/3/06, jan gestre <[EMAIL PROTECTED]> wrote:

> i made a script and put on root's crontab, however it's not doing or
showing
> the output that is forwarded to my email address correctly therefore i'm
not
> sure if it is working or not. below is what the script look like:
>
> #
> # cvsrun - Weekly CVSup Run
>
> echo "Subject: `hostname` weekly cvsup run"
> /usr/local/bin/cvsup -g -L 2 /root/ports-supfile
> echo ""
> /usr/local/bin/portmanager -s | grep OLD
> echo ""
> echo "cvsrun done."
>
> #
>
> i would like the output of this command
>
> /usr/local/bin/portmanager -s | grep OLD
>
> to show in my mail where i forwarded it. below is the cronjob.
>
> 30 8 * * * root /usr/local/bin/cvsrun | mail -s "Daily cvsup run and
> portmanager" user1
>
> can someone help me to correct this script, to show the output that i
want.
>
> TIA
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
[EMAIL PROTECTED]"
>


--
Best Regards,

Ivan Levchenko
[EMAIL PROTECTED]


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


upgrading amavisd-new port fails

2006-10-03 Thread jan gestre

hi guys,


i tried upgrading the amavisd-new port via portmanager and portupgrade, both
methods failed, i had a similar problem before but i forgot how did i fix it
:(  is there a problem with the amavisd-new port?

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


Re: Question about installing FreeBSD

2006-10-03 Thread jan gestre

On 10/4/06, Pete C <[EMAIL PROTECTED]> wrote:



Quoting Michael Christensen <[EMAIL PROTECTED]>:

> Hi,
>
>   I really hope that you're answering questions about installing
> FreeBSD, since I can't yet start threads on freebsdforum.org.
>
>   My question is :
>   I have downloaded the entire FreeBSD 6.1 (about 17,5 GB) and made
> a FREEBSD directory on one of my HDs and now trying to install BSD
> on the other.
>   I'm booting from floppies and now can't understand why the
> sysinstall can't find the DOS partition on the slave. Is it because
> it's on a NTFS or what am I doing wrong?
>
>   Thomas
>
. . the easier way to install is to download the .iso files and burn
them to CD . . then use your boot floppies to start the install from
the CDs (or just boot from the CD if supported by your equip)

Pete C



since you were to able download that much file size, i agree with pete the
best way to install is via the .iso files, i dunno why is that the FreeBSD
files you downloaded amounted to that much space that's odd, when i
downloaded the iso's before, it only consists of iso's so that equals 2 cd.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cheapskate webmail interface

2006-10-04 Thread jan gestre

On 10/5/06, John Nielsen <[EMAIL PROTECTED]> wrote:


On Wednesday 04 October 2006 12:54, Desmond Coughlan wrote:

> Now we just need forums and webmail.  The latter will be
> http://www.phpbb.com/ but for webmail, we're having difficulty finding a
> free solution.  ismail won't install from the ports, and other than
that,
> everything I've found looks to be in the region of 250 $US.  As I
believe
> I've mentioned, the organisation is a school, and that sort of money
just
> isn't in the kitty.  So my options are to write it in perl myself... oh
> G-d, we want it to be working before Passover 2010!  Or we find an open
> source version.

Horde+Imp, SquirrelMail, and OpenWebMail all spring immediately to mind,
and
all should be in ports. I use Horde on my mail server and think it's
great;
very flexible and powerful. It is a bit cumbersome to get running and to
upgrade, but that aspect continues to improve. The other two are a bit
more
basic but each has a wide following.

you may want to try roundcube http://www.roundcube.net although it's still

on beta the interface's rocks, nothing you ever experienced before,
certainly cooler than squirrelmail with AJAX like interface.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: upgrading amavisd-new port fails

2006-10-04 Thread jan gestre

On 10/4/06, Gábor Kövesdán <[EMAIL PROTECTED]> wrote:


jan gestre wrote:
> hi guys,
>
>
> i tried upgrading the amavisd-new port via portmanager and
> portupgrade, both
> methods failed, i had a similar problem before but i forgot how did i
> fix it
> :(  is there a problem with the amavisd-new port?
>
> TIA
Hi,

could you concretize a bit, please? What kind of error do you get? Could
you attach the output?

this is the error during portupgrade:


Stop in /usr/ports/security/amavisd-new.
*** Error code 1

Stop in /usr/ports/security/amavisd-new.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
   ! security/amavisd-new (amavisd-new-2.4.3,1)(checksum mismatch)
--->  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed


while below is the message using portmanager:

skipping amavisd-new-2.4.3,1 /security/amavisd-new marked IGNORE reason:
failed during make

portmanager 0.4.1_6 INFO: finished with some ports not updated  if --log was
used see /var/log/portmanager.log

output of /var/log/portmanager.log:

Thu Aug  3 08:49:40 2006
amavisd-new-2.4.2_2,1   /security/amavisd-new
   built with OLD dependency   p5-Archive-Tar-1.29
/archivers/p5-Archive-Tar

Thu Aug  3 08:52:38 2006
portmanager 0.4.1_6
   ports are up to
date


Thu Aug  3 08:52:38 2006
end of log
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: upgrading amavisd-new port fails

2006-10-05 Thread jan gestre

On 10/6/06, Gábor Kövesdán <[EMAIL PROTECTED]> wrote:


jan gestre wrote:
> On 10/4/06, Gábor Kövesdán <[EMAIL PROTECTED]> wrote:
>>
>> jan gestre wrote:
>> > hi guys,
>> >
>> >
>> > i tried upgrading the amavisd-new port via portmanager and
>> > portupgrade, both
>> > methods failed, i had a similar problem before but i forgot how did i
>> > fix it
>> > :(  is there a problem with the amavisd-new port?
>> >
>> > TIA
>> Hi,
>>
>> could you concretize a bit, please? What kind of error do you get?
Could
>> you attach the output?
>>
>> this is the error during portupgrade:
>
> Stop in /usr/ports/security/amavisd-new.
> *** Error code 1
>
> Stop in /usr/ports/security/amavisd-new.
> ** Command failed [exit code 1]: /usr/bin/script -qa
> /tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
> ** Fix the problem and try again.
> ** Listing the failed packages (*:skipped / !:failed)
>! security/amavisd-new (amavisd-new-2.4.3,1)(checksum
> mismatch)
> --->  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed
>
>
The checksum mismatch reflect that your ports tree is outdated. The
distfile was rerolled, and the PORTREVISION bumped. Please update your
ports tree and try again. The current working amavisd-new version in the
ports tree is 2.4.3_1,1.



i always update my ports tree everyday using cvsup, all the other ports gets
updated except amavisd-new, is there another way to resolve this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: upgrading amavisd-new port fails

2006-10-05 Thread jan gestre

On 10/6/06, jan gestre <[EMAIL PROTECTED]> wrote:




On 10/6/06, Gábor Kövesdán <[EMAIL PROTECTED]> wrote:
>
> jan gestre wrote:
> > On 10/4/06, Gábor Kövesdán <[EMAIL PROTECTED]> wrote:
> >>
> >> jan gestre wrote:
> >> > hi guys,
> >> >
> >> >
> >> > i tried upgrading the amavisd-new port via portmanager and
> >> > portupgrade, both
> >> > methods failed, i had a similar problem before but i forgot how did
> i
> >> > fix it
> >> > :(  is there a problem with the amavisd-new port?
> >> >
> >> > TIA
> >> Hi,
> >>
> >> could you concretize a bit, please? What kind of error do you get?
> Could
> >> you attach the output?
> >>
> >> this is the error during portupgrade:
> >
> > Stop in /usr/ports/security/amavisd-new.
> > *** Error code 1
> >
> > Stop in /usr/ports/security/amavisd-new.
> > ** Command failed [exit code 1]: /usr/bin/script -qa
> > /tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
> > ** Fix the problem and try again.
> > ** Listing the failed packages (*:skipped / !:failed)
> >! security/amavisd-new (amavisd-new-2.4.3,1)(checksum
> > mismatch)
> > --->  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed
> >
> >
> The checksum mismatch reflect that your ports tree is outdated. The
> distfile was rerolled, and the PORTREVISION bumped. Please update your
> ports tree and try again. The current working amavisd-new version in the
> ports tree is 2.4.3_1,1.
>
>
i always update my ports tree everyday using cvsup, all the other ports
gets updated except amavisd-new, is there another way to resolve this?



i also tried this:

# make deinstall
# make reinstall <--- this one failed :(

now i don't have amavis :(
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


checksum mismatch

2006-10-05 Thread jan gestre

guys,

i'm having problems with the amavisd-new port, portupgrade reports that
there is a mismatch so amavisd-new won't update, i tried

# make deinstall
and
# make reinstall

i was able to deinstall it but i can't reinstall it :( i also tried:

# make install clean

with the same result, i have no idea how to fix this. anybody knows how to
fix this?

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


Re: upgrading amavisd-new port fails

2006-10-05 Thread jan gestre

On 10/6/06, jan gestre <[EMAIL PROTECTED]> wrote:




On 10/6/06, jan gestre <[EMAIL PROTECTED]> wrote:
>
>
>
> On 10/6/06, Gábor Kövesdán < [EMAIL PROTECTED]> wrote:
> >
> > jan gestre wrote:
> > > On 10/4/06, Gábor Kövesdán <[EMAIL PROTECTED]> wrote:
> > >>
> > >> jan gestre wrote:
> > >> > hi guys,
> > >> >
> > >> >
> > >> > i tried upgrading the amavisd-new port via portmanager and
> > >> > portupgrade, both
> > >> > methods failed, i had a similar problem before but i forgot how
> > did i
> > >> > fix it
> > >> > :(  is there a problem with the amavisd-new port?
> > >> >
> > >> > TIA
> > >> Hi,
> > >>
> > >> could you concretize a bit, please? What kind of error do you get?
> > Could
> > >> you attach the output?
> > >>
> > >> this is the error during portupgrade:
> > >
> > > Stop in /usr/ports/security/amavisd-new.
> > > *** Error code 1
> > >
> > > Stop in /usr/ports/security/amavisd-new.
> > > ** Command failed [exit code 1]: /usr/bin/script -qa
> > > /tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
> > > ** Fix the problem and try again.
> > > ** Listing the failed packages (*:skipped / !:failed)
> > >! security/amavisd-new (amavisd-new-2.4.3,1)(checksum
> > > mismatch)
> > > --->  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed
> > >
> > >
> > The checksum mismatch reflect that your ports tree is outdated. The
> > distfile was rerolled, and the PORTREVISION bumped. Please update your
> > ports tree and try again. The current working amavisd-new version in
> > the
> > ports tree is 2.4.3_1,1.
> >
> >
> i always update my ports tree everyday using cvsup, all the other ports
> gets updated except amavisd-new, is there another way to resolve this?
>

i also tried this:

# make deinstall
# make reinstall <--- this one failed :(

now i don't have amavis :(



finally! i found a solution :D it seems that there is a checksum mismatch as
you've mentioned so i tried to change the md5sum in the distinfo but this
also failed, so i downloaded
amavisd-new-2.4.3.tar.gz<http://www.ijs.si/software/amavisd/amavisd-new-2.4.3.tar.gz>and
copied it to /usr/ports/distfiles and i did a make reinstall, whoala
it's working already :D
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: checksum mismatch

2006-10-05 Thread jan gestre

On 10/6/06, jan gestre <[EMAIL PROTECTED]> wrote:


guys,

i'm having problems with the amavisd-new port, portupgrade reports that
there is a mismatch so amavisd-new won't update, i tried

# make deinstall
and
# make reinstall

i was able to deinstall it but i can't reinstall it :( i also tried:

# make install clean

with the same result, i have no idea how to fix this. anybody knows how to
fix this?

TIA



i was able to fix it :D please ignore the thread :)

solution:

the checksum mismatch is causing a problem, the update from cvsup doesn't
match the checksum from the mirrors, tried changing the md5 of distinfo to
match the correct checksum but to no avail, so i downloaded
amavisd-new-2.4.3.tar.gz<http://www.ijs.si/software/amavisd/amavisd-new-2.4.3.tar.gz>and
copied it to /usr/ports/distfiles and i did a make reinstall, whoala
it's working already :D
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: RE : Re: cheapskate webmail interface

2006-10-07 Thread jan gestre

On 10/6/06, Desmond Coughlan <[EMAIL PROTECTED]> wrote:




you may want to try roundcube http://www.roundcube.net although it's still
on beta the interface's rocks, nothing you ever experienced before,
certainly cooler than squirrelmail with AJAX like interface.


Interesting... OK, I've got roundcube installed, the tables are created,
postgreSQL is running, apache is recompiled for PhP4 (which is installed
also) ... oh, and I've installed IMAP4.

Now what ?

My question, I suppose, is .. what is the address used to access the web
interface?



you need to configure main.inc.php and db.inc.php, usually just your
username will do but if you can't, try [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: RE : Re: cheapskate webmail interface

2006-10-08 Thread jan gestre

On 10/8/06, jan gestre <[EMAIL PROTECTED]> wrote:




On 10/6/06, Desmond Coughlan <[EMAIL PROTECTED]> wrote:
>
>
>
> you may want to try roundcube http://www.roundcube.net although it's
> still on beta the interface's rocks, nothing you ever experienced before,
> certainly cooler than squirrelmail with AJAX like interface.
>
>
> Interesting... OK, I've got roundcube installed, the tables are created,
> postgreSQL is running, apache is recompiled for PhP4 (which is installed
> also) ... oh, and I've installed IMAP4.
>
> Now what ?
>
> My question, I suppose, is .. what is the address used to access the web
> interface?
>
>
you need to configure main.inc.php and db.inc.php, usually just your
username will do but if you can't, try [EMAIL PROTECTED]



look for this part in roundcubemail/config/main.inc.php :

// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = '';

// This domain will be used to form e-mail addresses of new users
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['mail_domain'] = 'sample.org';

just replace sample.org with your fqdn and your done!

username: user1
password: *

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


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 this howto http://fak3r.com/?p=67 this is the same howto i've
used.

hth

*jan gestre <[EMAIL PROTECTED]>* a écrit :




On 10/8/06, jan gestre <[EMAIL PROTECTED]> wrote:
>
>
>
> On 10/6/06, Desmond Coughlan < [EMAIL PROTECTED]> wrote:
> >
> >
> >
> > you may want to try roundcube http://www.roundcube.net although it's
> > still on beta the interface's rocks, nothing you ever experienced before,
> > certainly cooler than squirrelmail with AJAX like interface.
> >
> >
> > Interesting... OK, I've got roundcube installed, the tables are
> > created, postgreSQL is running, apache is recompiled for PhP4 (which is
> > installed also) ... oh, and I've installed IMAP4.
> >
> > Now what ?
> >
> > My question, I suppose, is .. what is the address used to access the
> > web interface?
> >
> >
> you need to configure main.inc.php and db.inc.php, usually just your
> username will do but if you can't, try [EMAIL PROTECTED]
>

look for this part in roundcubemail/config/main.inc.php :

// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple
hosts
$rcmail_config['username_domain'] = '';

// This domain will be used to form e-mail addresses of new users
// Specify an array with 'host' => 'domain' values to support multiple
hosts
$rcmail_config['mail_domain'] = 'sample.org';

just replace sample.org with your fqdn and your done!

username: user1
password: *

HTH


--
Découvrez un nouveau moyen de poser toutes vos questions quel que soit le
sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos
opinions et vos expériences. Cliquez 
ici<http://fr.rd.yahoo.com/evt=42054/*http://fr.answers.yahoo.com>.




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


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 can't connect it means you don't have an IMAP
server running, i suggest you use dovecot or courier-imap,  i prefer dovecot
though.

HTH

*jan gestre <[EMAIL PROTECTED]>* a écrit :




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 this howto http://fak3r.com/?p=67 this is the same howto i've
used.

hth

 *jan gestre < [EMAIL PROTECTED]>* a écrit :
>
>
>
> On 10/8/06, jan gestre <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On 10/6/06, Desmond Coughlan < [EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > you may want to try roundcube http://www.roundcube.net although it's
> > > still on beta the interface's rocks, nothing you ever experienced before,
> > > certainly cooler than squirrelmail with AJAX like interface.
> > >
> > >
> > > Interesting... OK, I've got roundcube installed, the tables are
> > > created, postgreSQL is running, apache is recompiled for PhP4 (which is
> > > installed also) ... oh, and I've installed IMAP4.
> > >
> > > Now what ?
> > >
> > > My question, I suppose, is .. what is the address used to access the
> > > web interface?
> > >
> > >
> > you need to configure main.inc.php and db.inc.php, usually just your
> > username will do but if you can't, try [EMAIL PROTECTED]
> >
>
> look for this part in roundcubemail/config/main.inc.php :
>
> // Automatically add this domain to user names for login
> // Only for IMAP servers that require full e-mail addresses for login
> // Specify an array with 'host' => 'domain' values to support multiple
> hosts
> $rcmail_config['username_domain'] = '';
>
> // This domain will be used to form e-mail addresses of new users
> // Specify an array with 'host' => 'domain' values to support multiple
> hosts
> $rcmail_config['mail_domain'] = ' sample.org';
>
> just replace sample.org with your fqdn and your done!
>
> username: user1
> password: *
>
> HTH
>
>
>  --
> Découvrez un nouveau moyen de poser toutes vos questions quel que soit
> le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos
> opinions et vos expériences. Cliquez 
ici<http://fr.rd.yahoo.com/evt=42054/*http://fr.answers.yahoo.com>.
>
>


--
Découvrez un nouveau moyen de poser toutes vos questions quel que soit le
sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos
opinions et vos expériences. Cliquez 
ici<http://fr.rd.yahoo.com/evt=42054/*http://fr.answers.yahoo.com>.




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


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

2006-10-11 Thread jan gestre

On 10/10/06, Desmond Coughlan <[EMAIL PROTECTED]> wrote:


X-No-Archive: true

  > uninstall cyrus and install dovecot from the ports tree. its small,
> lightweight, and fast.
>
> are you trying to install stuff without using the ports tree?

  Yeah. I used to do Solaris admin (Jesus, you'd never know it...), and
usually prefer installing software the ./configure --> make && make install
route.  Especially since a ports install doesn't tell you anything about
where the software is put

  D.


use the whereis command to know where it is installed. FYI, a port install
will tell you where the apps was installed after finishing.


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


Re: squirrelmail

2006-10-15 Thread jan gestre

On 10/16/06, Gary Kline <[EMAIL PROTECTED]> wrote:


On Thu, Sep 21, 2006 at 10:41:32PM +0200, albi wrote:
> On Thu, 21 Sep 2006 22:37:44 + (UTC)
> justin <[EMAIL PROTECTED]> wrote:
>
> > I`ve got a problem with squirrelmail
> > when i try to reach it through my browser i get the index.php
> > with the following message:
> --cut --
> > // Are we configured yet?
> > if( ! file_exists ( 'config/config.php' ) ) {
> -- cut --
> > So my questions is why the squirrelmail interface isnt executeted.
>
> did you run ./configure in /usr/local/www/squirrelmail/ ?
>
> and do you have in apache's config the following ?
>
> DirectoryIndex index.html index.html.var index.php
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps
>
>


I've been saving these instructions for weeks and just installed
squirrelmail.   I tested it with

http://www.thought.org/squirrelmail/  and by pointing at the
src/configtest.php.  I get a 404 return.  I have added your mods
intp my  httpd.conf; I  have stopped and restarted apache; I have
run ./configure.  Still nothing.  Any clues?

gary

you apache build doesn't have that module installed so even if you put it
there explicitly, you will still see the codes instead of the actual page,
you have to recompile apache with php support.




HTH

___

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: PHP new vulnarabilities

2006-10-15 Thread jan gestre

so the question is, when will the php port be upgraded? it's been days
already but i still keep on seeing the vulnerability message even if you say
that it isn't that critical.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What's so compelling about FreeBSD?

2006-10-16 Thread jan gestre



Ok, make that 3: Ports
I really don't miss rpm hell.



yeah the ports make me fell in love with FreeBSD, the only thing that came
close to FreeBSD  ports is the gentoo portage,  note came close but not
really at par.

___

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: What's so compelling about FreeBSD?

2006-10-17 Thread jan gestre

On 10/17/06, Giorgos Keramidas <[EMAIL PROTECTED]> wrote:



> Linux supports more devices than FreeBSD, especially new devices.

This is probably true.



yes it's true linux has support for more devices than FreeBSD and that's why
i think we got to be heard,  install this nifty app called bsdstats and
maybe just maybe those  device manufacturers will notice us FreeBSD users,
that it is not just for hobbyist.



___

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: Port redirection troubles with natd/ipwf

2006-10-17 Thread jan gestre

On 10/18/06, Chris <[EMAIL PROTECTED]> wrote:


Hello,

I have set myself up a nice FreeBSD router, but im having trouble getting
my
firewall and NAT configured. I have a basic setup at the moment that is
working well, using IPFW for a firewall and also running natd because i
have
a few computers here on my LAN that want Internet access.

However i cannot seem to work out how to get port redirection through NAT
working correctly. Currently i have it setup (as i hope my configs bellow
show) that all incoming traffic from the web is blocked, unless it was
initiated by a host on the LAN; then the check-state and keep-state rules
allow the traffic through for that session.

My problem comes when i want to so say, "its ok for traffic to pass
through
this port to a target on the LAN". As far as i can make out that is done
with the "redirect_port" setting in natd.conf -- my conf has ports 113 and
3002 redirected to 10.0.0.11. 113 for IDENT, and 3002 as a custom port for
a
windows ftp server.

Take an IDENT request for example, i can see the traffic coming in on port
113, getting nat'd to the correct LAN ip, and even mIRC registering the
IDENT request. But it never gets back out. The same with FTP on 3002, if
someone attempts to connect they get a message in their client that the
request timed out, but i can see a login attempt in the server logs.

I have a feeling there is a simple answer to this, but im stuck. Any help
is
appreciated. My config is bellow, i can provide logs of the behavior if a
fix is not obvious.

Thank you.

>> ifconfig
re0: flags=8943 mtu 1500
options=18
inet6 fe80::214:*** prefixlen 64 scopeid 0x1
ether 00:14:bf:59:be:84
media: Ethernet autoselect (none)
status: no carrier
re1: flags=8943 mtu 1500
options=18
inet6 fe80::214:*** prefixlen 64 scopeid 0x2
ether 00:14:bf:59:be:8b
media: Ethernet autoselect (100baseTX )
status: active
re2: flags=8943 mtu 1500
options=18
inet6 fe80::214:*** prefixlen 64 scopeid 0x3
ether 00:14:bf:59:c1:26
media: Ethernet autoselect (100baseTX )
status: active
vr0: flags=8843 mtu 1500
inet6 fe80::211:*** prefixlen 64 scopeid 0x4
inet ***.***.***.*** netmask 0xfc00 broadcast 255.255.255.255
ether 00:11:d8:a1:22:13
media: Ethernet autoselect (100baseTX )
status: active
lo0: flags=8049 mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
inet 127.0.0.1 netmask 0xff00
bridge0: flags=8043 mtu 1500
inet 10.0.0.1 netmask 0xff00 broadcast 10.0.0.255
ether ac:de:48:30:8d:de
priority 32768 hellotime 2 fwddelay 15 maxage 20
member: re2 flags=7
port 3 priority 128 path cost 55 forwarding
member: re1 flags=7
port 2 priority 128 path cost 55 forwarding
member: re0 flags=7
port 1 priority 128 path cost 55 disabled

>> cat /etc/natd.conf
dynamic yes
use_sockets yes
same_ports yes
unregistered_only

redirect_port tcp 10.0.0.11:113 113
redirect_port udp 10.0.0.11:113 113
redirect_port tcp 10.0.0.11:3002 3002
redirect_port udp 10.0.0.11:3002 3002

>> cat /etc/rc.firewall.test
(these rules were made mainly using the NAT stateful ruleset here

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-ipfw.html
)
#!/bin/sh

##
# Default variables
##
cmd="ipfw -q add"# Rule prefix
wan="vr0"# Inbound interface (Public WAN)
lan="bridge0"# Outbound interfaces (Private LAN)
nat="skipto 600"# "Skipto" location for outgoing packets that need NAT
ks="keep-state"# Adds rule to dynamic rules table

##
# Ruleset
##

ipfw -q -f flush

###
# Allowed Loopback and LAN traffic
###

$cmd 5 allow all from any to any via $lan
$cmd 6 allow all from any to any via lo0

###
# NAT inbound traffic and check all traffic against rules in dynamic rules
table
###

$cmd 00010 divert natd ip from any to any in via $wan
$cmd 00011 check-state

###
# Rejected outbound traffic
###

###
# Allowed outbound traffic
###

# Allow all outbound traffic
$cmd 00205 $nat icmp from any to any out via $wan $ks
$cmd 00210 $nat tcp from any to any out via $wan setup $ks
$cmd 00211 $nat udp from any to any out via $wan $ks

###
# Rejected inbound traffic
###

# Late arriving packets
$cmd 00315 deny all from any to any frag in via $wan

# ACK packets that did not match the dynamic rule table
$cmd 00320 deny tcp from any to any established in via $wan

###
# Allowed inbound traffic
###

# ISP's DNS and DHCP
$cmd 00404 allow all from ***.***.4.100 to any 53 in via $wan $ks
$cmd 00405 allow all from ***.***.8.100 to any 53 in via $wan $ks
$cmd 00406 allow all from 10.247.20.1 to any 68 in via $wan $ks

# Test rules
$cmd 00410 allow log logamount 50 tcp from any to any 113 in via $wan $ks
$cmd 00411 allow log logamount 50 udp from any to any 113 in via $wan $ks


Re: Postfix + clamav-milter

2006-10-22 Thread jan gestre

On 10/22/06, Gerard Seibert <[EMAIL PROTECTED]> wrote:


On Saturday October 21, 2006 at 08:17:51 (PM) Bill Campbell wrote:



Yes actually. Reading the Postfix forum, it seems that people are having
problems with it everyday. I just want to keep it as simple as possible,
Amavisd requires mucking around in the master.cf file and I would rather
not get involved in that if possible.


i've been using postfix+clamav+amavisd-new way back when our mailserver
was running on debian, it's now running under FreeBSD 6.1 for almost 5
months now, and i don't encounter any problems, besides editing master.cfis 
easy enough and there are lots of how to regarding the matter.


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


Re: [OT] a mysql question

2006-10-24 Thread jan gestre

On 10/25/06, Jonathan Horne <[EMAIL PROTECTED]> wrote:


typical OT thread apologies, but the truth *really* is that this is the
best
and most intelligent list i read. so...

i use veritas netbackup 5.1 to backup my bsd machines, and i would like to
restore some mysql databases onto another machine.  is restoring any mysql
database, as simple as reloading the database directories in
/var/db/mysql?
do i need to create the blank database first, then do it?

i do know how to import a .sql database dump, i was just wondering if i
can do
it via a restore job from netbackup.  any opinions i can get, are greatly
appreciated.

i'm not a mysql guru but backing up and restoring a mysql database is just

like riding a bike, it's that easy :D

to backup a mysql database:

$ mysqldump -u user -p --opt databasename > database.bak.sql

to restore a database from the backup:

$ mysql -u user -p database < database.bak.sql

just make sure user has privileges to do the necessary commands, if not you
can use the root user of mysql. you can also use a gui tool like phpmyadmin
for managing mysql.

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


Re: hotspot package ?

2006-11-06 Thread jan gestre

On 11/6/06, Marwan Sultan <[EMAIL PROTECTED]> wrote:


hello All,

  Anyone knows any free or cheap software/package that acts as a hotspot
softwar?
  also that manage accounts and connects to radius?



try out pfsense, it's a FreeBSD based firewall that has captive portal and
freeradius to suit your needs.

 Im already running chillispot, but I want to try something diffrent than

  chillispot or coova-chilli,

  Thanks for any suggestions.
  Marwan.

_
Don't just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

___
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]"


pf on freebsd 6.1 on DMZ in m0n0wall question

2006-07-01 Thread jan gestre

hi to all,

i recently installed and configured
(postfix+dovecot+amavisd-new+clamav+dspam+roundcubemail) in my freebsd
6.1box, i placed the box in my dmz protected by m0n0wall, however i
have no
firewall on the mentioned box and i'm relying on m0n0wall to protect it. is
that ok? i'm new to freebsd and read about pf and i'm having some thoughts
of installing pf as firewall in my webmailserver but i'm afraid to mess
things up especially now that the box is already a production server, do i
really need to install a separate firewall? is it an overkill? if not then
anybody kind enough to lend a working pf configuration that allows http,
smtp and ssh, i've read the handbook but don't understand it much
particularly the firewall thing.

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


Re: cannot upgrade

2006-07-03 Thread jan gestre

On 7/4/06, jan gestre <[EMAIL PROTECTED]> wrote:




On 7/3/06, Kent Stewart <[EMAIL PROTECTED]> wrote:
>
> On Sunday 02 July 2006 14:23, Jim Stapleton wrote:
> > I would guess that means the file was corrupted somehow, though I
> > don't know how.
> >
> > At any rate, I don't know how to fix that, and not loose the stored
> > information.
>
> You "pkgdb -fu" and it recreates the database. You will also probably
> find that you need to recreate your INDEX[-*].db. After that,
> everything works just fine. All I did is run pkg-version and it rebuilt
> the INDEX.db.


i 'm having this same problem :(  tried everything that is mentioned in
here but to no avail. i even tried make deinstall and make reinstall and it
didnt work, pkg_delete wont work coz it cant find portupgrade. pls help

i fixed the problem, i saw a solution in one of the threads and it is now

ok. here is what i did:

# cd /var/db/pkg/
# mv pkgdb.db pkgdb.db.orig
# pkgdb -fu

everything went back to normal, portupgrade port was the problem as stated
by the maintainer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cannot upgrade

2006-07-03 Thread jan gestre

On 7/3/06, Kent Stewart <[EMAIL PROTECTED]> wrote:


On Sunday 02 July 2006 14:23, Jim Stapleton wrote:
> I would guess that means the file was corrupted somehow, though I
> don't know how.
>
> At any rate, I don't know how to fix that, and not loose the stored
> information.

You "pkgdb -fu" and it recreates the database. You will also probably
find that you need to recreate your INDEX[-*].db. After that,
everything works just fine. All I did is run pkg-version and it rebuilt
the INDEX.db.



i 'm having this same problem :(  tried everything that is mentioned in here
but to no avail. i even tried make deinstall and make reinstall and it didnt
work, pkg_delete wont work coz it cant find portupgrade. pls help

Kent


>
> On 7/2/06, Michael P. Soulier <[EMAIL PROTECTED]> wrote:
> > On 02/07/06 Michael P. Soulier said:
> > > Cannot update the pkgdb!]: Cannot update the pkgdb!]
> > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system':
> > > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ
> > > (CommandFailedError) from
> > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in `__sudo'
> > > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in
> > > `xsystem!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in
> > > `autofix!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in
> > > `autofix' from /usr/local/sbin/portupgrade:475:in `main'
> > > from /usr/local/sbin/portupgrade:714:in `main'
> > > from /usr/local/lib/ruby/1.8/optparse.rb:815:in
> > > `initialize' from /usr/local/sbin/portupgrade:209:in `main'
> > > from /usr/local/sbin/portupgrade:1951
> >
> > [EMAIL PROTECTED] ~]# pkgdb -F
> > --->  Checking the package registry database
> > [Updating the pkgdb  in /var/db/pkg ...
> > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
> > argument; rebuild needed] [Rebuilding the pkgdb 
> > in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or
> > format -- Invalid argument: Cannot update the pkgdb!]: Cannot
> > update the pkgdb!]
> >
> > This doesn't look good.
> >
> > Mike
> >
> > --
> > Michael P. Soulier <[EMAIL PROTECTED]>
> > "Any intelligent fool can make things bigger and more complex... It
> > takes a touch of genius - and a lot of courage to move in the
> > opposite direction." --Albert Einstein
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

--
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
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: Portupgrade

2006-07-03 Thread jan gestre

On 7/3/06, Bill Moran <[EMAIL PROTECTED]> wrote:


"E. J. Cerejo" <[EMAIL PROTECTED]> wrote:

> I'm running FreeBSD 6.1 release and after upgrading portupgrade using
portupgrade itself I'm getting this message (message bellow) or similar one
everytime I run one of the portupgrade commands like pkgdb -u or -F,
portversion -L = or portupgrade itself.  Tells me that the database needs to
be rebuild, I run portsdb -uU and I get this same error message (message
bellow) it rebuilds with portsdb -fuU but still get this same message.
>
> Error Message:
>
> [Updating the pkgdb  in /var/db/pkg ...
/var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument;
rebuild needed] [Rebuilding the pkgdb  in /var/db/pkg ...
[Updating the pkgdb  in /var/db/pkg ...
/var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument;
rebuild needed] [Rebuilding the pkgdb  in /var/db/pkg ...
/var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument:
Cannot update the pkgdb!]: Cannot update the pkgdb!]
> Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ
>
> any clues on how to solve this?

When was the last time you did a cvsup?

Portupgrade was hosed for a few days there, if your ports tree previously
installed the hosted version, portupgrade won't work.

If this is the case, the solution is:
1) cvsup ports
2) pkg_delete portupgrade
3) cd /usr/ports/sysutils/portupgrade && make install clean

Portupgrade will then start working again.

i always do a cvsup before upgrading the ports but i got the same problem,

pkg_delete did not work coz it can't see the portupgrade version that is
installed so i did a make deinstall and make reinstall instead but with the
same result, any idea how will i solve this?

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


Re: Problem with pkgdb

2006-07-04 Thread jan gestre

On 7/4/06, bsd <[EMAIL PROTECTED]> wrote:


Hello,

I have a problem with pkgdb that I am not able to solve on my own.

root:newmail 10:26 /usr/ports/sysutils/portupgrade # pkgdb -fu
--->  Updating the pkgdb
[Rebuilding the pkgdb  in /var/db/pkg ...
uninitialized constant PkgDB::BDB: Cannot update the pkgdb!]

So far I have tried to reinstall couple of ports (portupgrade), but
that didn't solve anything.


Thanks for your support.


P.S . A solution was to use portmanager but I think I still need pkgdb
- is that correct ??

i had a similar problem regarding portupgrade, it corrupted the pkgdb,

what i did was rename pkgdb.db to pkgdb.orig then run:

# pkgdb -fu

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


how to enable mod_ssl in apache 2.2

2006-07-04 Thread jan gestre

hi guys,

how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it
listens to port 443 instead of the default port 80? is there a special
command like the a2enmod ssl in debian?

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


Re: how to enable mod_ssl in apache 2.2

2006-07-04 Thread jan gestre

On 7/5/06, Gerard Seibert <[EMAIL PROTECTED]> wrote:


On Tuesday 04 July 2006 18:11, jan gestre wrote:
> hi guys,
>
> how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it
> listens to port 443 instead of the default port 80? is there a special
> command like the a2enmod ssl in debian?

I think you just change the 'Listen' directive in the httpd.conf file.

you mean i dont have to change anything in httpd.conf and just add the
listen port? btw i see that the module is already loaded.
--
Gerard Seibert
[EMAIL PROTECTED]

In fiction the recourse of the powerless is murder;
in life the recourse of the powerless is petty theft.
___
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: freebsd help

2006-07-06 Thread jan gestre

On 7/5/06, Goran Sabo <[EMAIL PROTECTED]> wrote:



   Hi!

   I have c:/ (no partition) with Windows sistem,

   d:/ partition -> NTFS and unformated partition for second sistem ->
   FreeBSD.

   When I put instalation CD and boot computer from cd freebsd I get
   error masage BTX HALTED. Before this is "all" ok.

   Cant i have two sistems Window and FreeBSD?


sure you can, just read the handbook regarding dual booting FreeBSD and

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


getting rid of apache passphrase

2006-07-13 Thread jan gestre

hello people,

just want to ask if getting rid of the apache passphrase poses a security
threat, i don't want the company i worked for calling me up everytime they
cant access the webserver because the server is asking for the passphrase
everytime the box restarts du to power failure.

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


Re: getting rid of apache passphrase

2006-07-13 Thread jan gestre

On 7/13/06, Chuck Swiger <[EMAIL PROTECTED]> wrote:


jan gestre wrote:
> just want to ask if getting rid of the apache passphrase poses a
security
> threat, i don't want the company i worked for calling me up everytime
they
> cant access the webserver because the server is asking for the
passphrase
> everytime the box restarts du to power failure.

Presumably you're talking about an Apache server using SSL where the SSL
key
requires a password?  Requiring a human to enter the password is more
secure,
but if you want the system to reboot without manual intervention, you'll
have
to remove the password or put it into a script...

yes, i'm talking about apache with ssl/tls encryption, is that passphrase
going to be a security issue in the internet or locally at the machine
level? if it's machine level, i have no problem getting rid of it coz nobody
here knows anything about unix/bsd.


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


Re: IMAP server alternatives

2006-07-13 Thread jan gestre

On 7/11/06, Nagy László <[EMAIL PROTECTED]> wrote:



  Hello,

I tried cyrus-imapd, but I'm unsatisfied. Their website was down for a
day. Now it is up, but the pages were not updated after 2003. They had a
majordomo list but it is not functioning. I found another mailing list
but nobody answers. I do not see answer to my question in its
documentation.

Are there any alternative IMAP servers that have good support (e.g.
working mailing list, up-to-date documentation), and can share IMAP
folders between users?

These are the ones I see:

bincimap -- only maildir, cannot share folders
courier -- uses the maildir format, but I'm not sure about sharing
cyrus-imapd -- I could not find support for this
dbmail-mysql -- AFAIK no folder sharing
dkimap -- ???
dovecot -- early stages of development, can I trust in this?
imap-uw -- only maildir, cannot share folders
py24-twistedMail -- Looks like this is only a collection of modules

I could use py24-twistedMail to create shared folders, but this requires
re-inventing the weel. What do you recommend?

i'm using dovecot, it one great imap/pop server, built with security in
mind.


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


Re: getting rid of apache passphrase

2006-07-13 Thread jan gestre

On 7/13/06, Jerry McAllister <[EMAIL PROTECTED]> wrote:


>
> hello people,
>
> just want to ask if getting rid of the apache passphrase poses a
security
> threat, i don't want the company i worked for calling me up everytime
they
> cant access the webserver because the server is asking for the
passphrase
> everytime the box restarts du to power failure.

Depends on how good your control of access to the server is.
In my case for example, I control physical access to the machine.
That could be, and has been a problem when I was away and power
went out, to get things back up, so I got rid of the passphrase.
Now, as long as the fsck-s clear at boot time, the server makes
it all the way back up without intervention.

But, if you have a lot of people running around, even if ignorant,
then you might want to think again about eliminating it.

It is less likely to be a concern for remote access, but could come
up, especially if someone gets root to your server.   Of course, then
all bets are off anyway.

yeah there are lots of ignorant people here in our organization :D, that
is why all my nix servers are headless since we don't have room to secure
them physically. thanks for your all your opinions :)


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


Re: is my materiel ok ?

2006-07-17 Thread jan gestre

On 7/18/06, Seb <[EMAIL PROTECTED]> wrote:


Here is my question in english :
I'm Newbie in BSD.
I've bought a server DELL SC1420 Xeon 2.8GHz with a controller card RAID
CERC SATA six canal
I want to know if this material is compatible with FreeBsd 6.1. J've not
seen this material in the list of materiel compatible so i'm not sure.
Could you help me ?
Thanks in advance.

i have a hp proliant server with intel xeon 3ghz + SATA RAID, i have
installed freebsd 6.1 and so far i have no problems. just boot your
freebsd cd and see what happens, during sysintall you will know if it
detected all your devices especially your hard drive. i recommend you read
the handbook first, all the information you need regarding installation and
configuration is very well documented.




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


Re: top and multiple CPU's

2006-07-17 Thread jan gestre

On 7/14/06, Bob <[EMAIL PROTECTED]> wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bob Johnson wrote:
> I don't have a 6.1 SMP system
> to test it on.
>

On a brand nwe 6,1 SMP system the first 2 lines of top -S

PID USERNAME  THR PRI NICE  SIZERES STATE  C  TIME   WCPUCOMMAND
11 root1 171   52 0K 8K RUN1  36.8H 90.38% idle:cpu1
12 root1 171   52 0K 8K RUN0  36.1H 90.33% idle:cpu0

[...]

757 bob 1  960 26128K 12340K CPU0   0  27:30  2.05% Xorg
797 bob 1  960 28976K  8424K select 1  46:19  0.73% kdeinit

i have 6.1 installed and this is the snippet of top -S


PID USERNAME THR PRI NICE   SIZERES STATE  C   TIME   WCPU COMMAND
  12 root   1 171   52 0K 8K CPU2   2 100.8H 99.02% idle:
cpu2
  11 root   1 171   52 0K 8K CPU3   0   0:00 99.02% idle:
cpu3
  13 root   1 171   52 0K 8K CPU1   0   0:00 99.02% idle:
cpu1
  14 root   1 171   52 0K 8K RUN0 100.0H 98.97% idle:
cpu0
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to change NIC IP when system is running FBSD 6.1

2006-07-18 Thread jan gestre

On 7/18/06, DSA - JCR <[EMAIL PROTECTED]> wrote:


Hi all

I need to change the IP and netmask of my FreeBSD 6.1 Box and I dont' know
how to do once the system is up and running. I have tried doing with KDE
but I have several errors when I restart the computer.

I have Samba installed also.

you can use sysinstall or you can edit the /etc/rc.conf file directly, put
your new ip and netmask and reboot. test it by typing ifconfig to see if it
saved the values you entered.




HTH

___

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: StartUp Errors and IP change continued

2006-07-19 Thread jan gestre

On 7/20/06, DSA - JCR <[EMAIL PROTECTED]> wrote:


Hi all again

I have changed the IP with ifconfig and tested it and rebooted my FreeBSD
6.1 amd64 box, but I have errors when I reboot. This are:

-sm-mta[490]:NOQUEUE: SYSERR(root): opendaemon socket
- daemon0: cannot bind: can't assign requested address
- problem creating SMT  (error lines overlap)
- server SMTP socket wedged:existin

this is what I could see because several lines overlap and was a bit
difficult to see the messages.

What's happening?


there maybe a conflict of ip address, try to look at /etc/rc.conf and see

if your desired ip is what it says, if not edit it here via your editor then
reboot, it should work.

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


Re: FreeBSD 6.1 - Web & Mail Server

2006-07-19 Thread jan gestre

On 7/19/06, albi <[EMAIL PROTECTED]> wrote:


Allen D. Tate wrote:

> I am preparing to setup a FreeBSD 6.1 machine with Apache/MySQL/PHP for
> my web server and I am curious as to your thoughts on the best mail
> server to install and why. Any mail server I should steer clear from at
> all costs? Thanks in advance for your input.

software-wise :

dovecot + postfix + squirrelmail has proven to me to be the most
flexible and easiest to set up and maintain

hardware-wise :

depends on the amount of users + activity i think, the more RAM the
happier the setup for webmail


i ran squirrelmail before with courier-imap and postfix but now i'm
running dovecot + postfix and roundcube as webmail client, have no problems
so far, and you gotta see roundcube its cool better than squirrel and very
easy to configure. although it is still in the development stage it's good
enough for production use, for starters roundcube has drag and drop
features, ain't that great? but i suggest you use the svn version instead of
the ports.




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


Re: tempreture shutting down.

2006-07-19 Thread jan gestre

On 7/20/06, Marwan Sultan <[EMAIL PROTECTED]> wrote:


I Finally installed 6.1 on my HP Laptop dv5000 serios.

when i restarted for the first time, and During booting,
it gives the following error and it shuts down immediatly

Warning: System tempreture too high shutting down soon!
acpi_tz1: Warning current tempreture (0.0c) exceeds safe limits

I checked my bios setup for any tempreture options, there is nothing
there,

Any Advice, or help please.

i had a similar problem not with a laptop though but with an old compaq

pentium 200mhz, it keeps on saying that message but if i touch the box its
feels cold, what i did was just turn off the machine for 30 mins to 1 hour
then turn it back on, and whoalla i don't recieve that message anymore, if
this doesn't work for you then i think it has something to do with your cpu
fan not working or a motherboard problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 6.1 - Web & Mail Serve

2006-07-21 Thread jan gestre

On 7/19/06, Allen D. Tate <[EMAIL PROTECTED]> wrote:


I am preparing to setup a FreeBSD 6.1 machine with Apache/MySQL/PHP for
my web server and I am curious as to your thoughts on the best mail
server to install and why. Any mail server I should steer clear from at
all costs? Thanks in advance for your input.



i have postfix as mta and roundcube as webmail client, so far its been great
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: installing FreeBSD 6.1

2006-07-21 Thread jan gestre

On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:


I installed  FreeBSD 6.1  expecting it to give me the maximum
capability, but it didn't give me the  X windows  capability.  Was
everything needed for it put together, but  X  was properly linked
where it should be?  Is there a way that I can test for this (where
should  X  be linked)?
I got several "error code 1" messages while installing it.
What does this indicate (other that an error occurred)?  Can the
message be made more informative?  If so, please do
There seems to be a later  FreeBSD 6.1  available, I will
try to get and install it.


although i haven't used X, i think during sysintall freebsd 6.1 gives you

the option to install a desktop version with X, correct me if i'm wrong. if
you are just after the desktop version is suggest you install pcbsd or
desktop bsd.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: tell me

2006-07-21 Thread jan gestre

On 7/21/06, batsaikhan tsedevsuren <[EMAIL PROTECTED]> wrote:


explain me about RAM, log, hardware,sysctl, PAE,net and mail


i have one word for you RTFM

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


Re: Security Run Output E-mail

2006-07-21 Thread jan gestre

On 7/20/06, PATRICK CARTER <[EMAIL PROTECTED]> wrote:


I'm relatively ne to FreeBSD (~6 months of usage) and I have been
administering my own system for approximately the last 2 months.  Recently
my system has received many ssh login attempts on standard user accounts as
someone has been attempting to break into my system.  I usually read the
Security Run Output e-mails to see if the attacker(s) had made any headway,
and took necessary precautions (limiting ssh logins etc).  However, last
week (after it seemed that the attacks had let up somewhat) I stopped
receiving the e-mails (as well as the daily run output e-mails).  I still
read the auth.log file to see login information and it did not appear as
though anyone had successfully managed to break into the system.  Today the
both sets of e-mails started again and I received the e-mails for today and
yesterday (I am still missing 5 days worth and one weekly run output).  I
was wondering if anyone might know how to ensure that I continue to receive
these e-mails without interrupti
on.

If it matters (and I suspect it does) I have all my root e-mails aliased
to a locked, nologin dummy account that forwards e-mail to my account, my
boss' account, and retains a copy in the dummy account (.forward was not
working to forward root's mail).  Root's mail client is set to read the
dummy account inbox as well as anything that somehow winds up in the regular
root mailbox.  This setup worked fine until the e-mails stopped last week
(none of the listed accounts received the e-mail).

Any advice would be greatly appreciated.

those script kiddies do let up sometimes you know :D , using brute force i

guess, as long as your user's passwords aren't dictionary words then you
have nothing to worry. and also set the Allowusers directive allowing only
admins.

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


Re: Upgrade PHP

2006-07-22 Thread jan gestre

On 7/22/06, Matthew Seaman <[EMAIL PROTECTED]> wrote:


mamrg wrote:
> Hi,
>
> First of all my apologies for the lame question, but i have this FreeBSD
>  server in which i have to upgrade PHP from 4 to 5.
>
> I've read about the ports, but got a little confused.

> Can you tell me please how can i make the update ?

Hmmm... this will take a little more effort than is usual when dealing
with the ports.  But not a huge amount more.

First, identify all of the ports that use php -- you want anything that
is a dependency of the core lang/php4 port.  You need a command something
like the following, except you will have to alter the version number to
match what you have installed:

% pkg_info -R php4-4.X.Y

Something like this:

% pkg_info -R php4-4.4.2_1
Information for php4-4.4.2_1:

Required by:
oscommerce-2.2r2
pecl-pdflib-2.0.4
php4-bz2-4.4.2_1
php4-gd-4.4.2_1
php4-mbstring-4.4.2_1
php4-mcrypt-4.4.2_1
php4-mysql-4.4.2_1
php4-pcre-4.4.2_1
php4-session-4.4.2_1
php4-zlib-4.4.2_1
phpMyAdmin-2.8.0.3

This will get you the right list of ports to deal with.  Now, you need to
replace each of those ports called 'php4-something' with the equivalent
'php5-something' port.  You need to do the base php port first:

% cd /usr/ports/lang/php5
% make config   (Note: make sure 'Apache' is
checked here)
% portupgrade -f -o lang/php5 php4-4.4.2_1

Remember to tweak that version number to match what is on your own system.
After you've done that, there should be a file /usr/local/etc/php.conf
that contains the following:

% cat /usr/local/etc/php.conf
PHP_VER=5
PHP_VERSION=5.1.4
PHP_SAPI=cli cgi mod

Now go ahead and replace all of the php4 modules with their php5
equivalents.  You need to find the origin of each php4 module, and then
translate it into the php5 equivalent. eg:

% pkg_info -o php4-mysql-4.4.2_1
Information for php4-mysql-4.4.2_1:

Origin:
databases/php4-mysql
% portupgrade -o databases/php5-mysql php4-mysql-4.4.2_1

Do that for each of the php4-something modules.

Next, and somewhat optionally, reinstall all of the PECL libraries and
PHP applications you've installed.  ie. anything on that list of
dependencies without the php4- prefix.  This isn't strictly necessary for
anything that is pure PHP code and that involves no compiled stuff, but
it shouldn't hurt. eg:

% portupgrade -f pecl-pdflib-2.0.4
% portupgrade -f phpMyAdmin-2.8.0.3
% portupgrade -f oscommerce-2.2r2

> Is it necessary to mess with Apache too ?

Yes.  You should stop apache before starting on this whole exercise,
obviously.  Before you fire it up again, you need to make sure that
it is loading the PHP5 module rather than the PHP4 one.

Check for lines like this in the apache config files:

LoadModule php5_modulelibexec/apache22/libphp5.so

(Again, mutatis mutandem depending on the version of Apache you're
running)

The Apache config files may well be automagically edited for you,
but the 'LoadModule' line could well have been put in commented out,
which you'll want to uncomment.

Then fire up Apache and test, test, test until you're sure everything
is working OK.

or you can have both php4 and php5 in your box.




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


Re: What FreeBSD users really want

2006-07-22 Thread jan gestre

On 7/22/06, Jim Stapleton <[EMAIL PROTECTED]> wrote:


> Every Linux Distributor in the world is hard at work reinventing the
> interface and making the Linux as user friendly as possible but we're
still
> dogged by turn of the century hassle with our FreeBSD.
>
>  Here is what I would fix:
>
> 1.Reinvent the installer and interface.
>
> Fundamental thing like system installer is still phenomenally arcane.
There
> is no excuse for FreeBSD developers not to upgrade the system installer
and
> why not using disk imaging technology like Norton ghost or Acronis
> TrueImageinstead of the traditional installation.
>


To my experience, especially with application installation, linux has
still yet to approach FreeBSD, let along Windows in this manner. As
for the OS installer, ok, it's not pretty to look at, and it's far
from perfect (fdisk needs a lot of work for one - it has issues with
some hardware, but it's well beyond my skill level to work on sadly).

As for the disk imaging technology... Do you have _any_ clue about
what goes into installing an OS? To my knowledge, no variant of Linux,
Windows, etc. uses disk imaging technology. There is a very good
reason for this - it doesn't allow for a lot of necessary
customisation without a lot of extra complication in the installer.

However, while a GUI installer would be nice, as stated to me in a
previous email, a lot of people know this would be useful, but the
manpower required for such a project is immense compared to what is
available from people with the required skills.


>  2.Integrate a PHP shell into the core of the system.
>
>  PHP is by far the most popular computing language in the world. Why not
> have a shell called PHP shell. So lots of web developers out there can
> easily create shell scripts in PHP syntax to automate and run programs
on
> FreeBSD.
>
> Who wants to learn bash or sh scripting? They are by far the least
popular
> and ugly programming language in the world.
>
> It is astounding that FreeBSD developers have not clued in to the fact
that
> millions of backend webmasters could easily migrate and adopt FreeBSD as
> their O.S of their choice because of PHP.

No offense, but, it doesn't even integrate BASH. I had to install the
bash package so I wasn't stuck to CSH, and BASH is much more popular
than any PHP shell. (Wait, is there a PHP shell? I know there is a CLI
interpereter, but that's different). Regardless, if it's in ports
(which it probably is if there is such a thing), then just install it,
not very difficult at all.

Also, PHP is extremely large and slow compared to things like CSH and
BASH.  Thus, if only one is being chosen, PHP would be a pretty low
choice: the idea of BSD is to start with something relatively minimal
and build it up to what you need, so you aren't stuck with excess
clutter you don't need, as you often see in most other operating
systems. Integrating such a shell would be very contradictory to this
philosophy, and waste a lot of resources for people who don't want
that waste, or don't have them  to spare.

Also, just because you can't see a reason to use/learn SH doesn't mean
others can't. I knew PHP long before SH, and I still prefer it for a
lot of things, but SH has a lot of important advantages that cannot
easily be chaned (for one, it is almost ubiquitous, except in windows
and Mac OS < X).

Also, can you actually pull numbers to support your statements about
popularity and lack thereof? There are less popular languages than SH
(which, by the way, is the glue of UNIX), and to be honest, last I
checked, C and Perl were more popular, by far, than PHP.


Oh, and I use PHP for my websites and run some on BSD without issue.
All I had to do was take one trivial step after syncing ports, which
is the first thing I do in FreeBSD:

$ cd /usr/ports/lang/php5
$ sudo make install clean


VIOLA, PHP in no time!



> 3.Content Management Website
>
> Your current website looks very ordinary and doesn't make any impression
for
> anyone visiting your site for the first time.

Yeah, it's great, I don't have to deal with a lot of crap and clutter
to find what I need. Personally, I think it could be simplified more,
but hey, nothing is perfect. No matter what the website is, it will
always have some people that don't like it. To be honest, I think it's
far enough away from the BSD philosophy as is, and your suggestion
would only move it further.

To be honest though, the simplicity and lack of crap made an
impression on me and a few that I know, and a good one. Remember, not
everyone is like you, and just because something doesn't appeal to you
doesn't mean it won't appeal to others.




One thing to remember, I've been in BSD for only about 6-8 months, but
I figured it out pretty quickly: the idea behind BSD is to have a
minimal and functional operating system that allows a user to easily
build up to what he or she needs to do a task effectively. You do have
to put some effort in, but this helps keep machines s

Re: What FreeBSD users really want

2006-07-22 Thread jan gestre

On 7/22/06, Freminlins <[EMAIL PROTECTED]> wrote:


On 22/07/06, sammy sumer <[EMAIL PROTECTED]> wrote:
>
> To Whom It May Concern:
>
>


1.Reinvent the installer and interface.
>
> Fundamental thing like system installer is still phenomenally arcane.
> There
> is no excuse for FreeBSD developers not to upgrade the system installer
> and
> why not using disk imaging technology like Norton ghost or Acronis
> TrueImageinstead of the traditional installation.


One thing I would say is that FreeBSD installs a complete operating system
far faster than any other OS out there. This does matter to some people,
though not everyone.

A few years ago I was new to FreeBSD (and UNIX/Linux in general) and I
went
through the installation. The only thing that caught me out was adding a
user (me) but not putting myself in the wheel group. After the
installation
completed I removed the monitor and plugged it back into my usual desktop
machine. I could SSH in but not su. It really was the only thing that
caught
me out.

2.Integrate a PHP shell into the core of the system.
>
> PHP is by far the most popular computing language in the world. Why not
> have a shell called PHP shell. So lots of web developers out there can
> easily create shell scripts in PHP syntax to automate and run programs
on
> FreeBSD.
>
> Who wants to learn bash or sh scripting? They are by far the least
popular
> and ugly programming language in the world.
>
> It is astounding that FreeBSD developers have not clued in to the fact
> that
> millions of backend webmasters could easily migrate and adopt FreeBSD as
> their O.S of their choice because of PHP



Would that be PHP and all its associated modules from the base install?
That's big, and for many people unnecessary. Why would I need it for my
(10)
mail servers. It wouldn't serve any purpose. Also PHP "syntax" is not
consistent. Take a look here: http://tnx.nl/php.

sh scripting is a low level "standard" across other Unices.

The only thing I wish I had learned so much sooner was "set autolist" in
my
.cshrc. I didn't know it was there, and I have no idea why it is not in
the
default dot.cshrc file. No doubt good reasons, but I "got by" for months
before I found this out. All that time I was going "bash can do it, why
can't csh?"


Sammy Sumer
>

i've done it already, thanks for the set autolist tip frem :)

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


Re: Mail system Suggestions

2006-07-22 Thread jan gestre

On 7/22/06, Dave <[EMAIL PROTECTED]> wrote:


Hi,
I would recommend dovecot. It's capable of both imap as well as pop if
you later want to add that and can do encrypted versions of those
protocols
as well. Dovecot is also in my opinion much easier to configure and less
resource intensive than other imap servers.
If i can be of any assistance let me know.
Thanks.
Dave.




i second it, dovecot works great, try it.

- Original Message -

From: "Gerard Seibert" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, July 22, 2006 5:50 AM
Subject: Mail system Suggestions


>I am setting up a simple mail system that will accumulate 20 people. I
> already have Postfix installed. I was wondering what users would
> suggest to complete the system. I was thinking of Cyrus-Imap or perhaps
> Dovecot or maybe something else. I definitely want an imap system.
>
>
> --
> Gerard Seibert
> [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]"


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


Re: What I would like to see, or "How many FreeBSD boxen are out there?"

2006-07-22 Thread jan gestre

On 7/23/06, User Freebsd <[EMAIL PROTECTED]> wrote:



On various lists, including this one, there is talk about how to we make
hardware vendors sit up and take more notice of us ... alot of the
negative responses back seem to be 'we are too small of a group', but, of
couse, nobody out there can really give any even *reasonable* numbers of
desktops and servers deployed with FreeBSD ...

What I'd love to see is a *project initiated* (or FreeBSD Foundation)
FreeBSD reporting mechanism similar to:

http://www.mreriksson.net/uptimes/myuptimes

Something just for FreeBSD users (well, all *BSD users should be invited)
... uptime not being the really big thing here, but stuff like version of
FreeBSD being run, country being run in, maybe have it part dmesg on
startup and report devices in use, etc ...

Come up with reports like # of hosts using fxp vs em devices, etc ...
although it may be a bit more difficult, I don't know, but report on
specific hardware being used ...

Statistics that either Core, or the FreeBSD Foundation, can use to show
vendors they are talking to about what is currently in use ... but also to
show developers themselves what device drivers are actually in use, that
sort of thing ...

Nothing that I'd think would be 'sensitive information', but information
that would be useful from either a marketing, or support, point of view
...

And market / promote it ...

Basically, unless I'm mistaken, right now we have *nothing* to base
numbers on, except maybe the netcraft report(s)? ... but, that only
includes hosts running web servers ... how many are running firewalls?
desktops?  mail servers?  etc ...

We need to show vendors we aren't some "hobbiest group", and towards that
end, producing some sort of up to date #s would really help, I would think
... show them we are a market worth looking at ...

why not make something similar to the linux counter, and let users

register and have their registration number.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Reload commands

2006-07-22 Thread jan gestre

On 7/22/06, Joshua Lewis <[EMAIL PROTECTED]> wrote:



   How do I tell my system to reload what ever folder has my commands? If
   I install something from ports for instance cheetah (I am trying to
   figure out how to read a web page without installing gnome or kde or
   something) how do I execute the command. I don't know where it is. So
   the only way I know is to reboot the system.
   Sincerely,
   Joshua Lewis



to refresh the commands just type:

# rehash

you need not reboot the machine.

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


Re: strange reboot on FreeBSD 6.1

2006-07-23 Thread jan gestre

On 7/23/06, Tamouh H. <[EMAIL PROTECTED]> wrote:



Hello,

I have a machine that I've been monitoring for strange reboots. The
machine is hardly ever used, in fact it sits idle 99.9% of the time. When
a hardware failure occurs, does FreeBSD still records 'reboot' in the last
command ?

All the sudden at no specific intervals, the machine reboots. No user
logins, no access, nothing triggers it. Just a reboot. This is what
/var/log/all.log says:

Jul 20 17:35:00 freebsd /usr/sbin/cron[27682]: (root) CMD
(/usr/libexec/atrun)
Jul 20 17:35:00 freebsd /usr/sbin/cron[27683]: (root) CMD
(/usr/local/cpanel/bin/dcpumon >/dev/null 2>&1)
Jul 20 17:35:02 freebsd kernel: arplookup 66.249.129.65 failed: host is
not on local network
Jul 20 17:35:02 freebsd last message repeated 4 times
Jul 20 17:40:00 freebsd /usr/sbin/cron[27697]: (root) CMD
(/usr/libexec/atrun)
Jul 20 17:40:00 freebsd /usr/sbin/cron[27698]: (root) CMD
(/usr/local/cpanel/bin/dcpumon >/dev/null 2>&1)
Jul 20 17:45:19 freebsd syslogd: restart
Jul 20 17:45:19 freebsd syslogd: kernel boot file is /boot/kernel/kernel

[EMAIL PROTECTED] /usr/local/apache/logs]# last -n 42
mcuserttyp0ip.ip.ip.ipThu Jul 20 19:07   still logged in
reboot   ~ Thu Jul 20 17:45
mcuserttyp0ip.ip.ip.ip Sat Jul 15 18:27 - 19:22  (00:55)

Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Opteron(tm) Processor 146 (1992.34-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0xf58  Stepping = 8

  
Features=0x78bfbff
  AMD Features=0xe0500800
real memory  = 1073676288 (1023 MB)
avail memory = 1041735680 (993 MB)
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0  irqs 0-23 on motherboard
ioapic1  irqs 24-27 on motherboard
ioapic2  irqs 28-31 on motherboard
kbd1 at kbdmux0
acpi0:  on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x5008-0x500b on acpi0
cpu0:  on acpi0
acpi_throttle0:  on cpu0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
pcib1:  at device 6.0 on pci0
pci3:  on pcib1
ohci0:  mem 0xfeafc000-0xfeafcfff irq 19 at
device 0.0 on pci3
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0:  on ohci0
usb0: USB revision 1.0
uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered

i have experienced this thing myself in my old debian box, apparently bad

hardware(power supply, deteriorating motherboard and fluctuating electric
voltage) are causing one way or another this reboot with no user
intervention. this frequent reboot you're experiencing are indications that
your box will soon become a paperweight. as for what you can do, you can
transfer your drive to another box with the same bios configuration, it
should work and you should also backup the contents of that box.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Postfix

2006-07-24 Thread jan gestre

On 7/24/06, Grant <[EMAIL PROTECTED]> wrote:


Hi,

I'm trying to do this.

i want postfix to accept ANY mail sent to example1.com like a catch
all then any mail that it gets i want it to just bounce it on to
[EMAIL PROTECTED] which is hosted on another server.

So far i can only get postfix to accept from localhost, and when i
set the mynetworks it makes it a public relay, which is bad.

so anyone know how i can do the catch all on one domain and forward
it to another..

at the moment this is setup without any mysql and such, as i feel its
isnt needed as its only going to be moving the mail to the new domain
its never actually going to be used for mail at all, only the boucing/
forwarding.

give example2 the highest priority. e.g.


IN  MX 10 mail.example2.com
IN  MX 20 mail.example1.com

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


Re: Are hardware vendors starting to bail on FreeBSD ... ?

2006-07-24 Thread jan gestre

On 7/25/06, Greg Barniskis <[EMAIL PROTECTED]> wrote:


Ted Mittelstaedt wrote:
> - Original Message -
> From: "Danial Thom" <[EMAIL PROTECTED]>
> To: "Greg Barniskis" <[EMAIL PROTECTED]>; "Nick Withers"
> <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
> 
> Sent: Thursday, July 13, 2006 11:10 AM
> Subject: Re: Are hardware vendors starting to bail on FreeBSD ... ?
>
>
>> Burying your head in the sand is a common method
>> used by stupid people that have no answer to the
>> truth. I don't blame you; you guys don't want
>> your employers to know that you've wasted man
>> 1000s of their dollars because you don't know the
>> performance characteristics of the hardware
>> you've recommended. It must be thoroughly
>> embarrassing.
[snip]

> I do agree with Danial that most USERS on this list are
> burying their heads in the sand on this issue.  But I will
> point out that there isn't really any reason they shouldn't
> be.  What the market wants is features, not speed.  And
> that is what the FreeBSD developers are working on.

Features over speed is generally the right equation, yes.

But I think you're being too generous to Danial. The quote of his
above was in direct response to my assertion that many people refuse
to listen to him because he frequently engages in cheap demagogy[1].

His response? Another whole boatload of cheap demagogy, questioning
the intelligence, aptitude and moral character of anyone who doesn't
listen to him, by way of accusations that are wholly unsupported by
facts. I could probably rest my case right there, but I think his
perception (and yours) that people are not receptive to claims of
FreeBSD performance problems is quite simply false.

Every time a performance question is brought up, I see a flurry of
calls for clarification and for the formulation of repeatable tests
which are generally agreed to be an accurate gauge of the problem.
People with performance problems then /sometimes/ get upset (I think
because the questioning and testing tends to assume they're wrong
and they get defensive about it).

The problem is, scientific testing of an assertion must try to prove
the hypothesis is false, and must posit (and also try to disprove)
any plausible alternative explanations. There's just no reason to
get upset about that. Raising questions about a claim, and trying to
explain an outcome's root cause by alternative hypotheses, is in
fact the /required behavior/ of critical thinkers.

When the OP of a performance problem does follow through with
testing, and is willing to engage civilly in a logical debate, then
generally there is a successful outcome to the thread. When the OP
of a problem gets emotional about it and starts spouting cheap
demagogy, then other users and developers quickly will walk away
from the table.

Walking away from trollery is in no way equivalent to these users
and developers sticking their heads in the sand on the issue. It's
the predictable response of critical thinkers who recognize demagogy
as a tool of /antitruth/. Those who consistently use demagogy are
always more interested in winning an argument than in finding the
truth, and any critical thinker either sees right through the murk
of BS being tossed at them or least has enough intuitive sense to
recoil from it.

And that is /the only reason/ why people ignore Danial. His brand of
cheap demagogy is so potent that the smell of /antitruth/ emanates
from his posts in a field so strong that it might as well be a
physically repelling force. He might do better in politics or
religion where these trollish "debating" tactics are the norm. But
in a community of critical thinkers, the "truthiness" of demagogy
will rarely find any traction at all.


i thought the consensus was stop feeding the troll? so why is thread still
alive :D


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


Re: Replacing windows XP at home.

2006-07-26 Thread jan gestre

On 7/26/06, Joshua Lewis <[EMAIL PROTECTED]> wrote:



   I have a hard question to ask and I realize that there are a thousand
   answers to this question.



   I am replacing my XP system with a FreeBSD 6.1 system. I finished
   installing it last night and cvsuped. Now I need to choose a window
   manager.



   There are what seems like hundreds of different WM in the ports
   collection and there is no way I will be able to find the time to read
   them all and get any kind of good idea on what each one does.



   I am hoping a few people form the list could e-mail me what they like
   and for what reason.



   I want something lean and fast but I want to have my cake and eat it
   to because I do want something that is not strait up ugly and is
   functional.



   KDE seems like it is bloated so I was considering Gnome. I have also
   been reading about enlightenment and it sounds interesting. I have
   looked into Fluxbox and it also seems like it would do the trick.



   Would I be better off just going with Gnome or KDE? I realize once I
   start installing apps that I will probably wind up installing
   something that uses Gnome or KDE libraries so I am going to wind up
   bloating my system any ways right?



gnome and kde are both bloated, why not xfce or fluxbox, they are both
lean and fast.


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


Re: Are hardware vendors starting to bail on FreeBSD ... ?

2006-07-27 Thread jan gestre

On 7/27/06, Giorgos Keramidas <[EMAIL PROTECTED]> wrote:


On 2006-07-26 18:59, Gerard Seibert <[EMAIL PROTECTED]> wrote:
>Darrin Chandler wrote:
>> Do you see that if support in 4.x had been based on open specs from
>> Adaptec that this issue would not exist? Adaptec is controlling your
>> ability to use their product, and that's the real problem. It's
>> consumer-hostile, unless you fit their perfect picture of
>> "consumer." You don't, so you're left in the cold.
>
> I think you are missing the point here. It is 'THEIR PRODUCT'. They
> can do with it as they wish. If you are unhappy with their product,
> then don't use it.

Darrin is not missing the point.  He is just making a different point,
which is (for many people, including me) quite valid.

> Most corporation are primarily interested in profits. Nothing wrong
> with that. I like making money, as I assume you do. Obviously they
> have weight the cost of producing FSBD compatible products and
> concluded that it would not be profitable to do so. Unless you could
> produce enough evidence to show them otherwise, I fear that you are
> simply beating a dead horse here.

If the technical specifications are open, there is *zero* support cost
for the hardware vendor.  They don't even _have_ to make a driver for
their hardware.  What they *can* do though is reply to requests for an
open source driver with: ``Piss off!  We have you the technical specs,
so you can write your own.  Our development and support costs would not
be justified, but here's the spec... give it your best shot.''

*This* is the point Darrin is trying to make :)

and if i may add, if they don't provide FreeBSD drivers for their
products, its their loss, they won't earn anything from FreeBSD users coz we
won't buy or stay away from their products. and i also think the reason they
are discontinuing support for FreeBSD 6 onwards coz they feel we are just
few and won't make a significant increase in their profit driven company,
one way of making us heard is by letting them know how many we are, why not
bombard them with request for support, IMO once they notice how many we are,
i'm pretty sure they'll give in.




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


Re: Configure postfix to forward to isp smtp server?

2006-07-27 Thread jan gestre

On 7/27/06, Charles Swiger <[EMAIL PROTECTED]> wrote:


On Jul 26, 2006, at 5:46 PM, Chris T. wrote:
> I am trying to create a home mail gateway.  First thing is getting
> it to relay messages to my ISP as if I had connected directly to
> the isp in the first place.

Set:

relayhost = [mailserver.isp.net]

...in main.cf.

> That is without adding any information to headers to reveal that it
> went through my smtp server.

It's a requirement for MTAs to add Received: headers as the mail
passes through them to avoid mailing loops.  Trying to subvert this
is a bad idea...

> I also want to create a repositry of sent email for logging
> purposes.  I'm trying to look up the documentation and searching
> for messages that would answer what I want to do but it's a chicken
> and egg senerio in that I don't know the correct terms for the
> answers to search to find the answers.  Any help is appreciated.

Normally, your mail client will keep track of all Sent messages if
you configure it properly.  That's a better choice than having the
MTA do it, but you can look into the content_filter mechanism to
archive mail which passes through if you really want to do so.

also make sure that your isp allows mail forwarding.


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


Re: user permissions

2006-07-27 Thread jan gestre

On 7/28/06, eoghan <[EMAIL PROTECTED]> wrote:


Hi
I have a user that I use for doing the odd bit of work on my
freebsd-6.1-RELEASE machine.
I wanted to set apache to work from:
/home/user/public_html/
instead of the default location. I can create these folders no
problems but i have to do it as root:
mkdir /home/user/public_html/
How do I ensure my user can copy files from gui (gnome) to this
folder. Im told I dont have permission to copy to this folder.
Also apache tells me I dont have permission when I change the
DocumentRoot to point to /home/user/public_html/
Just not sure how to go about giving a user permissions on files/
folders I want them to be able to edit. Any pointers?
Thanks
Eoghan



the default permission for apache assuming you are using apache22 is 755,
changing it to 777 will have security repercusions, why not add that user to
group that owns/runs apache or give that user sudo power.

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


Re: What is difference between FreeBSD 5.5 and 6.1?

2006-07-28 Thread jan gestre

On 7/28/06, Tom King <[EMAIL PROTECTED]> wrote:


What is difference between FreeBSD 5.5 and 6.1?



the kernel, 6.1 supports more new devices

Why two new versions at same time?


5.5 is what we call legacy releases, i think the development is still going
although they stop releasing new versions based on 5 branch

Is FreeBSD Unix, Linux or something elese?


FreeBSD is not Linux and vice versa, both however are unix like operating
systems with BSD based on the Berkeley Software distribution.

Do Solaris programs or Linux graphical programs run on FreeBSD?


some linux binaries runs on FreeBSD, some say it runs better on BSD than
Linux :D

Does it make more sense to port from Windows directly to Mac OS X or to

FreeBSD first?



what do you mean port? migrate? if that is the case then FreeBSD is the path
to take.

What is the development framework and IDE of choice for FreeBSD

develoopment (Eclipse, NetBeans, Trolltech, etc.)?

What does FreeBSD offer over Solaris and/or Red Hat Linux?



its free

Thanks!



Tom King
[EMAIL PROTECTED]
713-702-5578
___
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: Are hardware vendors starting to bail on FreeBSD ... ?

2006-07-28 Thread jan gestre

On 7/28/06, Chad Leigh -- Shire.Net LLC <[EMAIL PROTECTED]> wrote:



On Jul 27, 2006, at 5:41 PM, Born, Clinton wrote:

> Really? I wouldn't want such a myopic view when choosing to
> allocate our
> shareholders dollars. Best tool for the job. Period!

That is not as easy as you make it out to be.  WHat one might in the
short term see as the best tool may not be such in 2 years when
support is dropped and you are in a forced obsolescence and have to
replace it with something else...  So making value judgments like
tools that are known to be well supported on FReeBSD for example is
part of determining the best tool for the job

these are FUD!


always think positive and don't be a cynic. nobody knows what will happen
two years from now, right?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


portupgrade ruby package

2006-07-31 Thread jan gestre

hi guys,

portaudit reperoted a vulnerability on the ruby package, so i did the
following:

# cvsup -L 2 ports-supfile
# portsdb -Uu
# portupgrade -rR ruby

but i encountered this error message, i can't upgrade ruby.

--->  Upgrading 'ruby-1.8.4_8,1' to 'ruby-1.8.4_9,1' (lang/ruby18)
--->  Building '/usr/ports/lang/ruby18'
===>  Cleaning for ruby-1.8.4_9,1

NOTE:
You can enable pthread support by defining WITH_PTHREADS variable,
but not recommended since this might break some ruby apps.

===>  ruby-1.8.4_9,1 has known vulnerabilities:
=> ruby - multiple vulnerabilities.
  Reference: <
http://www.FreeBSD.org/ports/portaudit/76562594-1f19-11db-b7d4-0008743bf21a.html



=> ruby - multiple vulnerabilities.
  Reference: <
http://www.FreeBSD.org/ports/portaudit/76562594-1f19-11db-b7d4-0008743bf21a.html



=> Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/lang/ruby18.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade94211.0
env PORT_UPGRADE=yes make PORT_UPGRADE=yes
** Fix the problem and try again.
--->  Skipping 'databases/ruby-bdb' (ruby18-bdb-0.5.9_2) because a requisite
package 'ruby-1.8.4_8,1' (lang/ruby18) failed (specify -k to force)
--->  Skipping 'sysutils/portupgrade' (portupgrade-2.1.3.2_2,2) because a
requisite package 'ruby-1.8.4_8,1' (lang/ruby18) failed (specify -k to
force)
** Listing the failed packages (*:skipped / !:failed)
   ! lang/ruby18 (ruby-1.8.4_8,1)  (unknown build error)
   * databases/ruby-bdb (ruby18-bdb-0.5.9_2)
   * sysutils/portupgrade (portupgrade-2.1.3.2_2,2)
--->  Packages processed: 0 done, 0 ignored, 2 skipped and 1 failed

any ideas on how to fix this?

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


Re: portupgrade ruby package

2006-07-31 Thread jan gestre

On 7/31/06, jan gestre <[EMAIL PROTECTED]> wrote:




On 7/31/06, Randy Pratt <[EMAIL PROTECTED]> wrote:
>
> On Mon, 31 Jul 2006 23:07:39 +0800
> "jan gestre" <[EMAIL PROTECTED]> wrote:
>
> > hi guys,
> >
> > portaudit reperoted a vulnerability on the ruby package, so i did the
> > following:
> >
> > # cvsup -L 2 ports-supfile
> > # portsdb -Uu
> > # portupgrade -rR ruby
> >
> > but i encountered this error message, i can't upgrade ruby.
> >
> > --->  Upgrading ' ruby-1.8.4_8,1' to 'ruby-1.8.4_9,1' (lang/ruby18)
> > --->  Building '/usr/ports/lang/ruby18'
> > ===>  Cleaning for ruby-1.8.4_9,1
> >
> > NOTE:
> > You can enable pthread support by defining WITH_PTHREADS variable,
> > but not recommended since this might break some ruby apps.
> >
> > ===>  ruby-1.8.4_9,1 has known vulnerabilities:
> > => ruby - multiple vulnerabilities.
> >Reference: <
> >
> 
http://www.FreeBSD.org/ports/portaudit/76562594-1f19-11db-b7d4-0008743bf21a.html
> > >
> > => ruby - multiple vulnerabilities.
> >Reference: <
> >
> 
http://www.FreeBSD.org/ports/portaudit/76562594-1f19-11db-b7d4-0008743bf21a.html
> > >
> > => Please update your ports tree and try again.
> > *** Error code 1
> >
> > Stop in /usr/ports/lang/ruby18.
> > ** Command failed [exit code 1]: /usr/bin/script -qa
> /tmp/portupgrade94211.0
> > env PORT_UPGRADE=yes make PORT_UPGRADE=yes
> > ** Fix the problem and try again.
> > --->  Skipping 'databases/ruby-bdb' ( ruby18-bdb-0.5.9_2) because a
> requisite
> > package 'ruby-1.8.4_8,1' (lang/ruby18) failed (specify -k to force)
> > --->  Skipping 'sysutils/portupgrade' (portupgrade-2.1.3.2_2,2)
> because a
> > requisite package ' ruby-1.8.4_8,1' (lang/ruby18) failed (specify -k
> to
> > force)
> > ** Listing the failed packages (*:skipped / !:failed)
> > ! lang/ruby18 (ruby-1.8.4_8,1)  (unknown build error)
> > * databases/ruby-bdb ( ruby18-bdb-0.5.9_2)
> > * sysutils/portupgrade (portupgrade-2.1.3.2_2,2)
> > --->  Packages processed: 0 done, 0 ignored, 2 skipped and 1 failed
> >
> > any ideas on how to fix this?
> >
> > TIA
> >
>
> It may be that portaudit is preventing you from updating.  You could
> try:
> portupgrade -Rr -m DISABLE_VULNERABILITIES="yes" ruby
>
> and see if that allows you to update. I use the
> -m DISABLE_VULNERABILITIES="yes" all the time for updating.
>
> HTH,
>
> Randy
>
> --
>
i was able to upgrade the ruby package with the tip you provided but i
keep on getting the vulnerability warning from portaudit, is this ok? or do
i have to run cvsup and portsdb -Uu again to update the database?



i failed to mention this message when i did portsdb -Uu

Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
gnome-config: not found
Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-pixbuf-xlib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-pixbuf-xlib-2.0' found
"Makefile", line 24: warning: "pkg-config gtk+-2.0
gdk-pixbuf-xlib-2.0--cflags" returned non-zero status
gnome-config: not found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
gnome-config: not found
Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-pixbuf-xlib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-pixbuf-xlib-2.0' found
"Makefile", line 25: warning: "pkg-config gtk+-2.0
gdk-pixbuf-xlib-2.0--libs" returned non-zero status

i don't run X but i did install xlib coz it was needed by one of the ports.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


portsdb output and portaudit question

2006-07-31 Thread jan gestre

hi guys,

i was trying to portupgrade ruby coz portaudit is complaining of
vulnerabilities, i did run cvsup and portsdb -Uu before portupgrade, at
first i couldn't upgrade ruby coz portupgrade is complaining maybe coz
portaudit but someone in the list suggested this:

# portupgrade -Rr -m DISABLE_VULNERABILITIES="yes" ruby

whoala it installed the ruby package but still portaudit complains even
though the installed version is current which has no vulnerability. is this
normal? any way to fix these?

and also prior to portupgrade, i run cvsup then portsdb -Uu  and i have the
following message/output when i ran  portsdb -Uu:


Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
gnome-config: not found
Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk- pixbuf-xlib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-pixbuf-xlib-2.0' found
"Makefile", line 24: warning: "pkg-config gtk+-2.0
gdk-pixbuf-xlib-2.0--cflags" returned non-zero status
gnome-config: not found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+- 2.0' found
gnome-config: not found
Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-pixbuf-xlib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-pixbuf-xlib-2.0' found
"Makefile", line 25: warning: "pkg-config gtk+-2.0
gdk-pixbuf-xlib-2.0--libs" returned non-zero status

my box is running FreeBSD 6.1 as webmail server, i do have xorg libraries
installed but i don't have those packages installed, are they part of the
xorg libraries?  how can i get rid or fix them?

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


Re: portsdb output and portaudit question

2006-07-31 Thread jan gestre

On 8/1/06, Svein Halvor Halvorsen <[EMAIL PROTECTED]> wrote:


jan gestre wrote:
> i was trying to portupgrade ruby coz portaudit is complaining of
> vulnerabilities, i did run cvsup and portsdb -Uu before portupgrade, at
> first i couldn't upgrade ruby coz portupgrade is complaining maybe coz
> portaudit but someone in the list suggested this:
>
> # portupgrade -Rr -m DISABLE_VULNERABILITIES="yes" ruby
>
> whoala it installed the ruby package but still portaudit complains even
> though the installed version is current which has no vulnerability. is
this
> normal? any way to fix these?


This is expected behavior. The ports system will let you upgrade a
vulnerable port without complaint. It will however complain if you try
to install (or upgrade to) a version that has vulnerabilities. Since
portupgrade complained, it's no surprise that portaudit also complains
after the forced upgrade.

This means that either the version in ports aren't fixed yet (the
existence of a vulnerability of a prior version does not imply that said
vulnerability is fixed in the current version), or that your ports tree
is out of date. Seeing that the latter is not true, I would say you
just have to wait for an updated version to appear in ports.

You can create an account at freshports and ad ruby to your "watch
list". That means you'll get notified when new versions arrive.


 i portupgrade the previous version ruby-1.8.4_8,1 to the current version
which is ruby-1.8.4_9,1 and i also saw from the portaudit complaint that
the new version is not anymore affected by the vulnerabilities of the old
version meaning the maintainer already fixed this, however portaudit is
still complaining. and how about the portsdb output? why is it complaining
of stuff i don't have installed?




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


Re: portsdb output and portaudit question

2006-07-31 Thread jan gestre

On 8/1/06, jan gestre <[EMAIL PROTECTED]> wrote:




On 8/1/06, Svein Halvor Halvorsen <[EMAIL PROTECTED]> wrote:

> jan gestre wrote:
> i was trying to portupgrade ruby coz portaudit is complaining of
> vulnerabilities, i did run cvsup and portsdb -Uu before portupgrade, at
> first i couldn't upgrade ruby coz portupgrade is complaining maybe coz
> portaudit but someone in the list suggested this:
>
> # portupgrade -Rr -m DISABLE_VULNERABILITIES="yes" ruby
>
> whoala it installed the ruby package but still portaudit complains even
> though the installed version is current which has no vulnerability. is
this
> normal? any way to fix these?


This is expected behavior. The ports system will let you upgrade a
vulnerable port without complaint. It will however complain if you try
to install (or upgrade to) a version that has vulnerabilities. Since
portupgrade complained, it's no surprise that portaudit also complains
after the forced upgrade.

This means that either the version in ports aren't fixed yet (the
existence of a vulnerability of a prior version does not imply that said
vulnerability is fixed in the current version), or that your ports tree
is out of date. Seeing that the latter is not true, I would say you
just have to wait for an updated version to appear in ports.

You can create an account at freshports and ad ruby to your "watch
list". That means you'll get notified when new versions arrive.


 i portupgrade the previous version ruby-1.8.4_8,1 to the current version
which is ruby-1.8.4_9,1 and i also saw from the portaudit complaint that
the new version is not anymore affected by the vulnerabilities of the old
version meaning the maintainer already fixed this, however portaudit is
still complaining. and how about the portsdb output? why is it complaining
of stuff i don't have installed?

i update the portaudit database and now it's no longer reporting the
vulnerability :) which brings me back to my second question regarding the
portsdb -Uu output, why is it complaining about those packages which i don't
have installed?




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


Re: portsdb output and portaudit question

2006-07-31 Thread jan gestre

On 8/1/06, Gerard Seibert <[EMAIL PROTECTED]> wrote:




On Tue, 1 Aug 2006, jan gestre wrote:

> hi guys,
>
> i was trying to portupgrade ruby coz portaudit is complaining of
> vulnerabilities, i did run cvsup and portsdb -Uu before portupgrade, at
> first i couldn't upgrade ruby coz portupgrade is complaining maybe coz
> portaudit but someone in the list suggested this:
>
> # portupgrade -Rr -m DISABLE_VULNERABILITIES="yes" ruby
>
> whoala it installed the ruby package but still portaudit complains even
> though the installed version is current which has no vulnerability. is
this
> normal? any way to fix these?
>
> and also prior to portupgrade, i run cvsup then portsdb -Uu  and i have
the
> following message/output when i ran  portsdb -Uu:
>
>
> Package gtk+-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `gtk+-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gtk+-2.0' found
> gnome-config: not found
> Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `gdk- pixbuf-xlib-2.0.pc
'
> to the PKG_CONFIG_PATH environment variable
> No package 'gdk-pixbuf-xlib-2.0' found
> "Makefile", line 24: warning: "pkg-config gtk+-2.0
> gdk-pixbuf-xlib-2.0--cflags" returned non-zero status
> gnome-config: not found
> Package gtk+-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `gtk+-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gtk+- 2.0' found
> gnome-config: not found
> Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `gdk-pixbuf-xlib-2.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gdk-pixbuf-xlib-2.0' found
> "Makefile", line 25: warning: "pkg-config gtk+-2.0
> gdk-pixbuf-xlib-2.0--libs" returned non-zero status
>
> my box is running FreeBSD 6.1 as webmail server, i do have xorg
libraries
> installed but i don't have those packages installed, are they part of
the
> xorg libraries?  how can i get rid or fix them?
>
> TIA

Have you tried running pkgdb prior to attempting the update? See the man
manual for details.



yes i did run pkgdb -fu then proceeded with  updating but with  the same
result.

You also might try installing 'portmanager' and running like this:


portmanager -u -f -l -y



i'll give this one a try and will post back the results.

It will rebuild the ports system and bring in all of the missing

dependencies.

Just a thought!

--
Gerard Seibert
[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: portsdb output and portaudit question

2006-07-31 Thread jan gestre

On 8/1/06, jan gestre <[EMAIL PROTECTED]> wrote:




On 8/1/06, Gerard Seibert <[EMAIL PROTECTED]> wrote:
>
>
>
> On Tue, 1 Aug 2006, jan gestre wrote:
>
> > hi guys,
> >
> > i was trying to portupgrade ruby coz portaudit is complaining of
> > vulnerabilities, i did run cvsup and portsdb -Uu before portupgrade,
> at
> > first i couldn't upgrade ruby coz portupgrade is complaining maybe coz
> > portaudit but someone in the list suggested this:
> >
> > # portupgrade -Rr -m DISABLE_VULNERABILITIES="yes" ruby
> >
> > whoala it installed the ruby package but still portaudit complains
> even
> > though the installed version is current which has no vulnerability. is
> this
> > normal? any way to fix these?
> >
> > and also prior to portupgrade, i run cvsup then portsdb -Uu  and i
> have the
> > following message/output when i ran  portsdb -Uu:
> >
> >
> > Package gtk+-2.0 was not found in the pkg-config search path.
> > Perhaps you should add the directory containing `gtk+-2.0.pc'
> > to the PKG_CONFIG_PATH environment variable
> > No package 'gtk+-2.0' found
> > gnome-config: not found
> > Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search
> path.
> > Perhaps you should add the directory containing `gdk-
> pixbuf-xlib-2.0.pc '
> > to the PKG_CONFIG_PATH environment variable
> > No package 'gdk-pixbuf-xlib-2.0' found
> > "Makefile", line 24: warning: "pkg-config gtk+-2.0
> > gdk-pixbuf-xlib-2.0--cflags" returned non-zero status
> > gnome-config: not found
> > Package gtk+-2.0 was not found in the pkg-config search path.
> > Perhaps you should add the directory containing `gtk+-2.0.pc'
> > to the PKG_CONFIG_PATH environment variable
> > No package 'gtk+- 2.0' found
> > gnome-config: not found
> > Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search
> path.
> > Perhaps you should add the directory containing `gdk-
> pixbuf-xlib-2.0.pc '
> > to the PKG_CONFIG_PATH environment variable
> > No package 'gdk-pixbuf-xlib-2.0' found
> > "Makefile", line 25: warning: "pkg-config gtk+-2.0
> > gdk-pixbuf-xlib-2.0--libs" returned non-zero status
> >
> > my box is running FreeBSD 6.1 as webmail server, i do have xorg
> libraries
> > installed but i don't have those packages installed, are they part of
> the
> > xorg libraries?  how can i get rid or fix them?
> >
> > TIA
>
> Have you tried running pkgdb prior to attempting the update? See the man
> manual for details.


yes i did run pkgdb -fu then proceeded with  updating but with  the same
result.

You also might try installing 'portmanager' and running like this:
>
> portmanager -u -f -l -y


i'll give this one a try and will post back the results.

It will rebuild the ports system and bring in all of the missing
> dependencies.
>
> Just a thought!
>
> after almost an eternity i finally was able to upgrade all packages via
portmanager, run cvsup then portsdb and with the same end result, i still
get those missing..not install... packages :(


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


Re: portsdb output and portaudit question

2006-08-01 Thread jan gestre

On 8/1/06, Gerard <[EMAIL PROTECTED]> wrote:


"jan gestre" <[EMAIL PROTECTED]>

> it took almost 3 hours, i don't have X installed. i'm sending you the
> portmanager.log in private coz it might clutter the thread.

You have a warning message listed here:

Tue Aug  1 04:38:03 2006
options changed so returningphp4-mbstring-4.4.2_2
/converters/php4-mbstringto out of date pool

I have never seen the "options changed so returning ..." message before.
I am going to check an see if I can find out what it means.

In the mean time, have your tried running pkgdb -F and just deleting the
bad references? By the way, is this a fresh install, or has it been up
for awhile? Did you ever delete any packages from the system?

the box's running for almost 2 months now setup as webmail server, the
only thing i removed was the linux compatible applications since i have no
plans of installing linux. i ran pkgdb -F and pkgdb -fu to no avail, after
doing cvsup this morning, ran portsdb -Uu, i still see those message looking
for packages that wasn't even installed. i don't see any strange behavior
for the server except those mentioned here. could these be detrimental?


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


Re: samba3

2006-08-01 Thread jan gestre

On 8/2/06, Ivan Levchenko <[EMAIL PROTECTED]> wrote:


Hello All,

Just tried to install samba3 from ports ( yes i just updated ports
with portsnap) and i got this error:


===>  samba-3.0.23,1 broken IPC and code.
*** Error code 1

Stop in /usr/ports/net/samba3.
*** Error code 1

Whats up with it?

try run pkgdb -fu and try to install again samba


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


portmanager question

2006-08-02 Thread jan gestre

hi guys,

sorry for this newbie question, i've been upgrading my box using portupgrade
but recently i'm experiencing some wierd logs that can't be explained nor
solved but luckily my box does not appear to be broken, i have a question
though regarding portmanager, someone on this list recommended it in lieu of
portupgrade, are the following the correct procedure using portmanager?\

# cvsup -L 2 ports-supfile
# portmanager -u -l -ui

or do i need to

# portsdb -Uu

before issuing

# portmanager -u -l -ui

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


Re: spamfilter

2006-08-03 Thread jan gestre

On 8/3/06, David Schulz <[EMAIL PROTECTED]> wrote:


I can only recommend a program called dspam, which is also in the
ports. I personally had a very hard time to install and configure it,
so this is not a praise only, but once i had it running it almost
immediately started taking care on 99 percent of my spam.




i use dspam too and so far i seldom see a spam in my mailserver.

On Aug 1, 2006, at 7:51 PM, Duane Hill wrote:


> On Tue, 1 Aug 2006, Robert Huff wrote:
>
>> Micah writes:
>>
>>> > I `ve got a spam problem and want to run a spamfilter.
>>> > There is only a problem i don`t no witch spamfilter to choose.
>>> > Can anyone give me a tip of a good and simple to run spamfilter???
>>>
>>>  I'm running SpamAssassin and spamass-milter. They seem to do an
>>>  okay job.
>>
>>  While I run (and like) this combination myself, there are at
>> least two caveats of which one ought to be aware:
>>
>>  1) spamd (part of SpamAssassin) is written in perl.  This is
>> fine for a workstation, not so much for a high-volume mail server.
>
> This is because SpamAssassin is CPU and memory intensive. High-
> volume, I wouldn't see running on anything less than a dual 2.8ghz
> with a bare minimum of 4gig ram (8 would be better).
>
>>  2) installing spamass-milter requires rebuilding sendmail.  (I
>> have no idea about other MTAs.)  This usually sounds more
>> frightening than it is, but can still lead to complications.
>>
>>
>>  Robert Huff
>>
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-
>> [EMAIL PROTECTED]"
>>
>
> --
> "This message was sent using 100% recycled electrons."
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> [EMAIL PROTECTED]"
>
> !DSPAM:1,44cf40586291601157756!
>
>


___
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: portupgrade ruby vulnerability

2006-08-03 Thread jan gestre

On 8/3/06, Dave <[EMAIL PROTECTED]> wrote:


Hello,
I'm getting an error from ruby whenever i run a portupgrade. Checking
portaudit i see this is a vulnerability. Is there a fiix for it?
Thanks.
Dave.

i had these warnings too, just use portupgrade or portmanager to upgrade

your ports, there is a vulnerability in ruby-1.8.4_8,1 and it was fixed with
ruby-1.8.4_9,1. update the portaudit database so you won't see the warning
message again.

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


Re: urgent: I just rm-r a directory

2006-08-06 Thread jan gestre

On 8/7/06, Ian Lord <[EMAIL PROTECTED]> wrote:


I did a rm-r by mistake on a directory... any way to recover ?

Help please :(

_


if you don't have back ups of the directory concerned, i'm sorry to inform
you that you won't be able to recover it. a word of advise, at least make
the rm with -i switch to make it interactive, that way it will ask you first
before deleting, good thing though it's not your "/" you deleted :D
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Postfix & SASL Authentication

2006-08-08 Thread jan gestre

On 8/9/06, Gerard Seibert <[EMAIL PROTECTED]> wrote:


Paul Schmehl wrote:

> Apparently you're using the sasldb2 database for logins?  If so, the
> sasldb2 database needs to be readable by postfix, and it has to be
> populated with the [EMAIL PROTECTED] that you need.  Have you populated
> the db?
>
> You would probably be better off using saslauthd as your pwcheck_method.
>   Then start saslauthd with the -a sasldb flag.  (See man 8 saslauthd.)
>   Auxprop is an older method that wasn't very dependable.

Thanks, that is what I did. I had to modify the
/usr/local/lib/smtpd.conf file, but that was about it.

I do have one question though. The rc.d file has 'pam' listed rather
than sasldb for the '-a ' flag. I changed it there although the
directions said not too. Is there any reason that changing it in the rc.d
file is a bad thing? I could not figure out what it meant to do
otherwise. Was I suppose to create another file that would override that
one? If so, what was the syntax of the file suppose to be? Anyway, it
works, so that is all I am really interested in at the moment.

try putting this in your rc.conf:


saslauthd_enable="YES"
saslauthd_flags="-a getpwent"

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


Re: Changing root's shell

2006-08-08 Thread jan gestre

On 8/9/06, ross <[EMAIL PROTECTED]> wrote:


so it seems changed root login's shell to /usr/bin/bash which doesn't
exist. now I can't login to root at all. Oh yes, sudo isn't installed. How
would you grand masters of FreeBSD fix my embarrasing mistake.

Thanks!

--


login using single user mode during bootup then revert back to old shell
using:

# pw user mod root -s /bin/csh

since your familiar with bash you can make csh behave like bash by editing
.cshrc and adding set autolist.

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


Re: BSDstats Project v2.0 ...

2006-08-09 Thread jan gestre

On 8/9/06, Chris <[EMAIL PROTECTED]> wrote:


Nikolas Britton wrote:
> On 8/6/06, Marc G. Fournier <[EMAIL PROTECTED]> wrote:
>>
>> I've now committed v2.0 of the 300.statistics periodic script ... this
>> one
>> adds the device reporting that we'd talked about previously, and the
>> summary reports now reflect the driver(s) in use for those deciding to
>> report ...
>>
>> This Phase of the script is optional, and not enabled by default ... I
>> can't think of any reason why you wouldn't want to report it, but just
in
>> case someone feels it poses a problem, its an opt-in report ...
>>
>> pkg-message updated to reflect the extra line you need to add to
>> /etc/periodic.conf:
>>
>>  monthly_statistics_report_devices=yes
>>
>> I've written it to report driver + chip= information from pciconf -l,
>> since even pciconf -lv doesn't seem to use card= ... the summary report
>> will be extended next to show both vendor and chip statistics ...
>>
>> Let me know of any problems ...
>>
>
> This line is wrong:
> hptmv (1)Marvell Semiconductor (Was: Galileo Technology
> Ltd)MV88SX5081 8-port SATA PCI-X Controller1
>
> Also why not track the ones with no driver attached... you should
> still be able to tell what the device is.
>
>

How about some uptime stats as well?

i don't see my tiny poor country philippines in the list? i already run

/usr/local/etc/periodic/monthly/300.statistics

btw is the syntax correct?

monthly_statistics_enable=yes
monthly_statistics_report_devices=yes

or should the yes be "YES" ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mysql version question

2006-08-17 Thread jan gestre

i recently upgraded the mysql 4.1.20 ports (both client and server) via
portmanager to version 4.1.21, however as i login to the mysql prompt or
phpmyadmin what i see is the old version, does this mean i still run on the
old version? is there a way to fix these?

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


Re: mysql version question

2006-08-17 Thread jan gestre

On 8/17/06, jan gestre <[EMAIL PROTECTED]> wrote:


i recently upgraded the mysql 4.1.20 ports (both client and server) via
portmanager to version 4.1.21, however as i login to the mysql prompt or
phpmyadmin what i see is the old version, does this mean i still run on the
old version? is there a way to fix these?

TIA



i solved the problem by restarting the mysql-server.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Needing a guide/tutorial please

2006-08-17 Thread jan gestre

On 8/18/06, Steve Lake <[EMAIL PROTECTED]> wrote:


 Looking for a guide online somewhere that will walk me through
setting up a mail server with the following items on it.

SpamAssassin
Postfix (pop3 and smtp setup)
MySQL (for database driven mail user administration)
MyPHPAdmin (to visually admin the database)
Squirrelmail (for webmail)
Apache (for squirrelmail)
Dovecot Imap (for squirrelmail)
Postfix Admin <- this is the reason for the need to have a mysql driven
mail user database.  It's apparently required for this to work.  Plus
database driven user management tends to be easier.  Of course, if you
know
of a better way to graphically admin mail users without using a database,
I'm all ears.  :)
And lastly, some kind of web based server admin page that's similar to
webmin, but more secure.

 I want to setup a mail server with all these elements, have
postfix, squirrelmail and dovecot be database driven and somehow create a
mailbox tree for the webmail users for saved, spam, sent and trashcan
folders.  Also, lastly, which format for mail is better?  Maildir or
Mbox?  I'm partial to Mbox, but I've heard some others say Maildir is
better.  The server is only going to host about 30-40 users for a realty
company, so security is priority, plus it needs to have ease of
administration because the guy who's going to admin this in the end (I'm
just building it, he's maintaining it) isn't unix savy.  I've already done
a lot of google diving, but with little luck.  Hence why I'm asking
here.  If someone knows of a good guide or series of guides that'll help
me
through all this, it'd be greatly appreciated.  I'm used to doing this the
hard way with sendmail and the regular freebsd users through the
console.  So I'm really new to postfix, but I'm using it because it's
supposedly more secure.  I'd have the guy who's admining it do the same,
but he's too green in the console to risk it.  ;)

 try using google, it will point you to the tutorial's url but since you
already posted that question here, the postfix website has lots of howto in
setting up a mailserver, i for one used the howto's in postfix' website. but
if your too lazy to google :D this url's might help:



http://freebie.miraclenet.co.th/server/install_fbsd/
http://www.astro.ufl.edu/it/install/freebsd.html

here a suggestion, instead of using squirrelmail try using roundcube, we use

it here in our office. roundcube's ajax like interface's absolutely awesome
compared to squirrelmail bland interface, you can install it via subversion.
dovecot is a good choice for imap and pop3 service. postfix can support both
mbox and maildir but i prefer maildir. you can secure your box by chrooting
postfix or putting it behind a firewall. there are so many ways to make it
fully secure, those i mentioned are just a few of them.




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


system mails appears blank after upgrade to php4.4.4

2006-08-20 Thread jan gestre

i recently cvsup and upgraded the php4 port to version php4.4.4 but when i
login to read mails, all system mails are blank i.e. security run output,
daily run, weekly run. i have no idea what caused this, any suggestions? i'm
using apache22 + dovecot + postfix + mysql4.1 + amavisd-new + clamav +
php4.4.4 + roundcubemail in my FreeBSD6.1 box.

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