RE: after upgrade from 6.0 to 6.1

2006-05-20 Thread Zimmerman, Eric
Your procedure is almost identical to mine but I usually reboot after 
installing
the new kernel, test it and then drop into single user mode to do the rest.
The only exception is your step #7, I don't do it and wondering why you
have it in there. Maybe I've been doing it wrong all along

-Yuri

 
i think thats out of the handbook if i recall.  here is the reference:
 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
 
under section 21.4.5
 
no issues so far. its just another way to get into single user mode after a 
reboot.
 
i do the kernel stuff in multiuser mode, all the other compiling in multiuser 
mode, and then drop to single user mode to installworld.
 
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: buildworld errors

2006-05-17 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Mark Busby
 Sent: Wednesday, May 17, 2006 2:46 PM
 To: help help
 Subject: buildworld errors
 
 While upgrading from 6.1 pr1 to 6.1 release, I got this msg 3 days
ago,
 waited, csvup again this morning but still the same error on
buildworld.
   Thanks for the flames!
 

Did you try

cd /usr/src
make clean
make cleanworld

And then retry the build?

Maybe you have some old cruft hanging around


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


RE: Cvsup verses Portsnap

2006-05-15 Thread Zimmerman, Eric
 The FreeBSD ports system + portsnap + portupgrade is a truly awesome
 combination, much better than any other package management system I've
 ever
 used on other systems.
 
 I'm currently working on a little port configuration tool to make
tweaking
 all
 the port Make knobs more convenient.
 

Portmanager already has this I believe.  You can add config options to
the portmanager config file and it will use them when building things.
For example:

#
# custom settings   #
# remove # to use #
#
#textproc/docproj|JADETEX=no|
#java/jdk14|-DMINIMAL|
#textproc/libxml2|THREADS=off SCHEMA=on MEM_DEBUG=off XMLLINT_HIST=off
THREAD_ALLOC=off|
#
#
##
##do not let portmanager update the following ports
#IGNORE|editors/openoffice-1.1|
#IGNORE|java/jdk14|


www/horde|WITHOUT_WV=yes WITHOUT_XL=yes WITHOUT_X11=yes WITH_MAGICK=yes|
mail/imp|WITHOUT_LDAP=yes WITHOUT_SMIME=yes WITH_DOVECOT=yes|
graphics/ImageMagick|WITHOUT_X11=yes|
print/ghostscript-gnu|WITHOUT_X11=yes|


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


RE: after upgrade from 6.0 to 6.1

2006-05-15 Thread Zimmerman, Eric
 If you followed those instructions, you used the wrong cvsup tag.  Set
the
 tag to:
 *default release=cvs delete tag=RELENG_6_1
 
 in your cvsupfile, and rebuild everything again.
 
  -Derek
 

Hi,

You used my page (mikestammer.com) to upgrade. =)

Notice the comment in the standard-supfile says:

# use 'RELENG_6' for STABLE or 'RELENG_6_0' for RELEASE

As others have mentioned, you would use:

*default release=cvs tag=RELENG_6_1

To get FreeBSD 6.1. 

I added a note to make it a little clearer:

NOTE: Change the cvs tag as appropriate for what you are trying to do!
IE if you want FreeBSD 6.1 RELEASE, use *default release=cvs
tag=RELENG_6_1 and so on.


The good news is the instructions worked =) Sorry for the confusion

Eric


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


RE: Upgrading

2006-05-12 Thread Zimmerman, Eric
 Can I upgrade a 4.4, 4.7, 4.10, 5.2.1 boxes the same way using CVSup
i.e
 directly from one of those to 6.1R?
 
 TIA,
 
 -Grant
 
 P.S. I keep complete backups ...
 

Pretty sure you need to get to at least 5.3 before jumping to 6.x


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


RE: Intelligent way of dealing with dependancies in ports

2006-05-11 Thread Zimmerman, Eric
 
  What's the intelligent way of dealing with the problem?
  (Prefferably the one which does not include downloading 600+ MB of
 source
  every time :-( )
 
 portupgrade...
 
 something close to portupgrade -rR firefox and you're done.
 
 i usually run with a -n first to see what it wants to upgrade...

I find portmanager to do the trick when updating ports, including all
dependencies. Works great
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Help! FreeBSD Webserver with two NICs

2006-05-10 Thread Zimmerman, Eric
 
 I think you might help me
 
  I want to run a webserver which will be having a good traffic.
 
  At present, I have a 100/10 Mbps internet connection
 (fiber-optics) but with this connection I cannot get Fixed IP for the
 webserver.
 
  To get the Fixed-IP, I am getting a 24/1 Mbps internet line through
 Telephone line. But I am just in doubt that my webserver might not be
able
 to server the documents with good serving speed due to 1 Mbps
upstream...
 
  So, I came to an idea that if I use two NICs, one NIC bounded to
100/10
 Mbps to serve the pages and one which would be bound with 24/1 Mbps
 connection with Fixed-IP to litsen the requests
 
 my Question is that is it possible and if so, how?
 
  I am planning to install FreeBSD as a OS.
 


Holy cow where do you live for those speeds?

Can you use a service like DynDNS.org and just use the 100/10
connection? 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Upgrading to 6.1 (cvsup)

2006-05-09 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of John Cruz
 Sent: Tuesday, May 09, 2006 12:06 PM
 Cc: freebsd-questions@freebsd.org
 Subject: Upgrading to 6.1 (cvsup)
 
 So I want to upgrade to 6.1, but I've never used cvsup before and all
 the documentation is confusing as can be. Would it be easier to
download
 the install mediums and do an upgrade install or is cvsup the better
 way? if so how do I go about it? the hanbook page on this is somewhat
 confusing, which is why i'm resorting to posts.
 
 Thanks,

Here is the process I use (just did it this morning).  I gathered this
from a few places and wrote it up for my own reference. Hope it helps

http://mikestammer.com/doku.php?id=updateos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Upgrading to 6.1 (cvsup)

2006-05-09 Thread Zimmerman, Eric
 is that info (tags meaning) available somewhere in the handbook?, im
 running 6.1-RC1 and want to upgrade to 6.1-RELEASE, or better to
 6.1-STABLE, what tag should i use?
 RELENG???
 ---

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


RE: php4 port upgrade

2006-05-08 Thread Zimmerman, Eric
 Hello,
 Is there any known issues or things to watch out for when doing
the
 latest php4 upgrade? The notes in the UPDATING file indicated a change
in
 the status of the .cli binary. If one has mod_php4 and the
php4-extensions
 already installed is the upgrade a smooth one?
 Thanks.
 Dave.


Mine seemed to go fine via portmanager after doing a make config in the
php4 directory as UPDATING indicates to do. No issues so far that I have
seen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: nubie question - Ports - Ruby 1.8.4

2006-05-03 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Daniel Bye
 Sent: Tuesday, May 02, 2006 5:25 PM
 To: freebsd-questions@freebsd.org
 Subject: Re: nubie question - Ports - Ruby 1.8.4
 
 On Tue, May 02, 2006 at 05:52:14PM -0400, Bakki Kudva wrote:
  FIXED! I have Ruby 1.8.4 in my tree now.
 
  I had not done...
  # portsnap extract
 

I recommend you check out portmanager as well. Makes dealing with port
upgrades including all dependencies MUCH easier!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Clamav Install failed

2006-05-03 Thread Zimmerman, Eric
 RESOLVED:
 None of these were a problem, so I opened the firewall and all is
well.
 In spite of the following ipf rules it would not go:
 
 pass out quick on dc0 proto tcp from any to any port = 21 flags S keep
 state
 pass out quick on dc0 proto tcp from any to any port = 22 flags S keep
 state
 
 Do I need matching pass in rules for ports 21 and 22?
 

I think you mean port 20 right? I believe 20 is the control port for
FTP.

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


RE: nubie question - Ports - Ruby 1.8.4

2006-05-02 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Bakki Kudva
 Sent: Tuesday, May 02, 2006 3:37 PM
 To: freebsd-questions@freebsd.org
 Subject: Re: nubie question - Ports - Ruby 1.8.4
 
 I am still running into this problem. I upgraded my ports using
 portsnap. Ruby version in my ports tree is still 1.8.2  (according to
 distinfo) while on the web site it shows as ruby-1.8.4_6,1
 
 Also the distinfo on the web site the version was upgraded to 1.8.4
 about 3 months ago!
 
 So why am I not pulling in the newer version?
 

Did you:

portsnap fetch
Portsnap update

You need to do both every time in order to update the ports collection
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Replacing base OpenSSL with port

2006-04-19 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Kövesdán Gábor
 Sent: Wednesday, April 19, 2006 10:27 AM
 To: freebsd-questions@freebsd.org
 Subject: Replacing base OpenSSL with port
 
 Hello,
 
 I know it's possible, but don't know how and googling doesn't help.
 Could somebody explain me how I can completely replace (I mean
 overwrite) the base OpenSSL with a newer one? Currently, I have OpenSSL
 0.9.7d-p1 and I would like to have the latest stable 0.9.7 version.
 

Isn't there a port that does exactly this?

/usr/ports/security/openssh-portable/


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


RE: Replacing base OpenSSL with port

2006-04-19 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Kövesdán Gábor
 Sent: Wednesday, April 19, 2006 10:27 AM
 To: freebsd-questions@freebsd.org
 Subject: Replacing base OpenSSL with port
 
 Hello,
 
 I know it's possible, but don't know how and googling doesn't help.
 Could somebody explain me how I can completely replace (I mean
 overwrite) the base OpenSSL with a newer one? Currently, I have OpenSSL
 0.9.7d-p1 and I would like to have the latest stable 0.9.7 version.
 

Oops, you said openssl =)

/usr/ports/security/openssl

cat /usr/ports/security/openssl/distinfo
MD5 (openssl-0.9.8a.tar.gz) = 1d16c727c10185e4d694f87f5e424ee1
SHA256 (openssl-0.9.8a.tar.gz) = 
30f8f61fb1316f4fb51410c740b4879b8e26b417c8d870e486144b10b8041c73
SIZE (openssl-0.9.8a.tar.gz) = 3271435
MD5 (openssl-0.9.7i.tar.gz) = f69d82b206ff8bff9d0e721f97380b9e
SHA256 (openssl-0.9.7i.tar.gz) = 
2fdd9235fc08c4353875d0981741947f2fa9f8835f04d97c30461cc14a986dd0
SIZE (openssl-0.9.7i.tar.gz) = 3280907

Looks like 0.9.8a is the latest in the ports tree


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


RE: postfix smtp_sasl_auth

2006-04-19 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Giorgos Keramidas
 Sent: Wednesday, April 19, 2006 2:42 PM
 To: Alan Curtis
 Cc: freebsd-questions@freebsd.org
 Subject: Re: postfix smtp_sasl_auth
 
 On 2006-04-19 15:35, Alan Curtis [EMAIL PROTECTED] wrote:
  I had postfix set up to use  smtp_sasl_auth for outgoing mail. But
now
  it's broken and I get this message in maillog.
 
  Apr 19 15:11:23  postfix/smtp[17464]: warning:
  smtp_sasl_auth_enable is true, but SASL support is not compiled in
  Apr 19 15:11:23  postfix/smtp[17464]: warning: TLS has been
  selected, but TLS support is not compiled in
 
  I think I must have broken something during a port upgrade. How do I
fix
 this?
 
 Remove /usr/ports/mail/postfix/Makefile.inc and rebuild postfix.  You
 will be prompted for configuration options again.  You seem to have
TLS
 and SASL in your `main.cf' file but forgot to include them in the
latest
 build.
 

I think you can do a 'make config' as well in the port directory to
reconfigure
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Is Squirrelmail the best webmail choice?

2006-04-18 Thread Zimmerman, Eric
 ive used squirrelmail for quite a while, and i just want to make sure
i
 have my mind as open as possible here.  are there any other choices
for
 webmail that are about as easy as SM to configure, but offer a better
user
 interface or experience?
 
 ive heard of horde, but ive not seen it since early 2000 or so, and
even
 then, when i tried to set it up, it was a complete and total failure.
 

I used SM for a LONG time and recently switched to Horde. I like it A
LOT better. Sure it was more work to get going, but its not terrible.
They just fixed the horde ports so that your config doesn't get renamed
when you upgrade, so that's a good thing!

Start with horde and imp only, get that working, then add the other
horde modules as you need them.

The thing with SM is that it doesn't get updated enough (for me
anyways). Sure little security updates, but theres been no movement on
1.5 in forever.  

Horde has a TON of features, is fast, looks nice, handles procmail
filters, etc.

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


RE: x?

2006-04-18 Thread Zimmerman, Eric
 Ok to reply to myself:
 x just quit itself after about 3 mins (too impatient!)...
 the error is:
 /usr/X11R6/bin/xinit: Server error.
 /usr/X11R6/bin/xauth: error in locking authority file
/home/ej/.Xauthority
 This was working fine, but just today it has stopped working. Only
thing
 i have installed since was sudo.
 sudo startx works, but loads the root session, i would prefer my
own...
 Any ideas?


Google told me this:

Sounds like you have a stale authority file.  Try just deleting it
before the next time you start up...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: stop/start services

2006-04-12 Thread Zimmerman, Eric
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of eoghan
 Sent: Wednesday, April 12, 2006 3:14 PM
 To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Subject: Re: stop/start services
 
 [EMAIL PROTECTED] wrote:
 Hello,
 Please and what is the diference between directory
 /usr/local/etc/rc.d
 and etc/rc.d
 Thanks and Regards,
 Julian Bolivar
 
 Hi
 Im not really sure what you mean? But /etc/rc.d/ doesnt have user
 installed apps? maybe?

It did a few weeks ago for one port. Amavisd used to be installed to
/etc/rc.d but the last time I updated it was moved back to
/usr/local/etc/rc.d (probably because it shouldn't have been in
/etc/rc.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 + saslauthd + Courier-IMAP

2006-04-06 Thread Zimmerman, Eric
 
 I was using FreeBSD long time ago, and now I am trying to move back to
 FreeBSD from Linux.
 
 In doing so, I got a question on how to set up a FreeBSD 6.0 with
 Postfix + saslauthd (sasl2) + IMAP. I installed the necessary package
 from the ports, but I am not so clear how to set it up, and how to run
 it.
 

Hi

Try here:
http://www.flakshack.com/anti-spam/wiki/index.php


and here:
http://genco.gen.tc/postfix_virtual.php

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


RE: Update from Ports removes dependency data

2006-04-05 Thread Zimmerman, Eric
  and my algorithm isn't really airtight, but I'll give you the
algorithm
  I'm using.  The script just uses pkg_info, pkg_version, and grep.
 
 Sounds like you're reinventing the wheel..portupgrade does all this
 and more.
 
 Kris

Portmanager works great as well (in my experience anyways). It
automatically rebuilds things as needed when new ports come along
(including ports built with old dependencies).  It even handled
everything properly when a new version of perl came along. Its as simple
as 'portmanager -u' in most cases.

Eric
___
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 | warning: Insecure world

2006-04-05 Thread Zimmerman, Eric
  have any of you seen that warning before,? and do you know how to
make
  it go away ?
 
 Not seen it but check the ouput of
 $ ls -ld /tmp
 (mode should be drwxrwxrwt)
 
 Maybe it is drwxrwxrwx, in which case
 # chmod o+t /tmp
 will fix it.  Otherwise I'm not sure.
 

Using portmanager would make it go away, and save you a ton of time =)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Free BSD Upgrade Problem

2006-04-05 Thread Zimmerman, Eric
  I am very new to FreeBSD.
  I installed freebsd 5.4
  I upgraded to source of RELENG_6_0 while I fetched in
  the ports of current release by use of '*default tag=.
 
  I followed following steps after downloading above
  with CVSUP: (Please pardon me , I am from windows
  background for my language
  I backed up my kernel,
 
  #cd /usr/src/sys/i386/conf
  #cp GENERIC GENERIC1.BAK
 
  next

See here for a guide to upgrade FreeBSD to a new version. It's the steps
I used t upgrade from 5.4 to 6

http://mikestammer.com/doku.php?id=bsd

You are interested in the first link.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Odd Sharity-Light mount issue

2006-04-04 Thread Zimmerman, Eric
It kicks back the error `nfs mount /usr/ntmount: [2] No such file or
directory'

/usr/ntmount does exist with absolute certainty.

I'm using version sharity-light-1.2_1 which I believe is the latest.
Any ideas?
___

Sharity light didn't work too well for me (especially with samba
installed).

Try mount_smbfs:

mount_smbfs -N //[EMAIL PROTECTED]/aShare/someFolder /mnt/point/

you can forgo entering a password by looking into /etc/nsmb.conf

I find mount_smbfs works MUCH better.  

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


RE: Which smtp server for my needs?

2006-04-04 Thread Zimmerman, Eric

 Next week i am going to setup af mailserver.

 The mailserver will be used for sending out newsletters, and only 
 sending out newsletter

 I need a reliable and fast(send as many mails as possible in the min.)

 smtp server for the purpose.

 Do you have any suggestions, which smtp server there will be best for 
 my needs?

i use qmail for that very same purpose, its rock solid and has very good

performance, take a look at postfix too, others think that its a better 
alternative,

postfix all the way.  I used qmail for a while and found it lacking in
several ways. Postfix is updated constantly and just works.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Which smtp server for my needs?

2006-04-04 Thread Zimmerman, Eric

Umm, he told us :

for sending out newsletters, and only 
sending out newsletter


qmail is very good doing that , if you need smtp-auth, domain-keys, ospf

, imap, etc, postfix is the way to go.you dont need a full featured smtp

server for sending newsletterts, do you?

Miguel


Yea actually I do, because some day I might want to do more.  Use
whatever you want =)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: TCP/IP source Code

2006-04-04 Thread Zimmerman, Eric
 
 How can i get the TCP/IP source code , mainly sys/netinet.
 
 I have been browsing the site for a while , but havn'yt managed to
 discover how can I get those
 simple .c, .h files
 
 Any help is highly appreciated
 

Install the source code for the parts you are interested in via
sysinstall or use cvs to get the newest version.  Check the handbook for
cvs howto.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: TCP/IP source Code

2006-04-04 Thread Zimmerman, Eric
 
 What about obtaining the source into a windows machine (not FreeBSD one).
 Where Can I find those sources
 ( I don't care much  about the verson ) that I can just download  and put
 them iinto a regular Windows editor?

Use a windows CVS client to download what you need from the CVS servers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: mail not flowing

2006-04-04 Thread Zimmerman, Eric
 
 I have 690 emails in queue and cannot get them out.
 
 Amavisd will not start - It appears to but if I enter the stop command
 it displays a message that it is not running.
 
 
 
 I have rerouted my email so that it does not run through Freebsd for
 now; however I need to get the emails out of the queue.
 
 Is there a way to force them out?
 

Take amavisd out of the picture and let postfix deliver them? Check
postfix master file for how things are getting routed.  Use 'postqueue
-f' to flush postfix queue once you make the changes.


Why not just get amavisd working? Turn up your logging level to max,
tail -f maillog and see why its puking
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: BUg on latest mysql40-client portupgrade.

2006-01-13 Thread Zimmerman, Eric
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kris Kennaway
Sent: Friday, January 13, 2006 2:31 PM
To: Jack Raats
Cc: FreeBSD Stable; FreeBSD Questions
Subject: Re: BUg on latest mysql40-client portupgrade.

On Fri, Jan 13, 2006 at 08:50:31PM +0100, Jack Raats wrote:
 Since the latest mysql40-client port upgrade, I'm getting a mysql
error:
 
 Jan 13 20:04:33 orac kernel: Starting gld.
 Jan 13 20:04:33 orac kernel: /libexec/ld-elf.so.1:
 Jan 13 20:04:33 orac kernel: Shared object libmysqlclient.so.12 not
found, required by gld
 
 Can anyone help me or give me a clue?
 
 FreeBSD 6.0-STABLE and mysql-client-4.0.26_1
 GLD 1.6 gives the error

You forgot to portupgrade the things that depend on mysql, such as gld.


Use portmanager and you wont ever have to worry about these things
again. Check it out
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: kernel build problem

2005-05-11 Thread Zimmerman, Eric
i have attached my config file.

regrds,
ananth.g


this looks like an issue (cut/pasted from kernel config file). Isa is
required, no? 

# Bus support.  Do not remove isa, even if you have no isa slots
#device isa
#device eisa
device  pci
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]