Re: dynamic dns question

2007-06-26 Thread Norbert Papke
On June 25, 2007, gahn wrote:
 hi all:

 could anyone here recommend a software package for
 dynamic dns?

 thanks

I've used http://www.no-ip.com/ for a few years with good success.  There is a 
free version if you're not picky about your domain name.  There is a client 
in the ports (dns/noip).  DD-WRT routers (and possibly others) support it 
directly.

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


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

2007-06-26 Thread bsd

Joshua,


You should use these lines and the following in amavisd.conf :

# Add X-Virus-Scanned header field to mail?
$X_HEADER_TAG = 'X-Virus-Scanned';  # (default: 'X-Virus-Scanned')

# Set to empty to add no header field   # (dflt $myproduct_name at  
$mydomain)

# $X_HEADER_LINE = $myproduct_name at $mydomain;
# $X_HEADER_LINE = by $myproduct_name using ClamAV at $mydomain;
 $X_HEADER_LINE = $myproduct_name $myversion_id ($myversion_date)  
at $mydomain;



You will obtain this as a result :

X-Virus-Scanned: amavisd-new 2.5.1 (20070531) at xxx.fr
X-Spam-Flag: NO
X-Spam-Score: 0.601
X-Spam-Level:
X-Spam-Status: No, score=0.601 tagged_above=0 required=5.8 tests= 
[BAYES_50=1,

EXCUSE_REMOVE=0.001, L_P0F_D18=0.6, L_P0F_Unix=-1]
X-Amavis-OS-Fingerprint: OpenBSD 3.0-3.9 (up: 208 hrs), (distance 18,  
link:

ethernet/modem), [63.228.64.60]


For fingerprinting I use p0f //


Have a nice day.

Le 26 juin 07 à 04:28, Joshua J. Kugler a écrit :


Setup:
Postfix 2.2.10
Amavisd-new 2.3.3
Spamassassin 3.1.0a

I have Postfix and Amavis configured and working correctly.  Mail  
is received
by Postfix and sent through Amavis, and is sent back to Postfix,  
and arrives

in the user's mailbox.  I have spamassassin installed and the rulesets
installed.

Using spamassassin from the command line generates output like:

X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on  
mail.warbelows.com

X-Spam-Level: 
X-Spam-Status: No, score=4.2 required=5.0 tests=MISSING_HB_SEP,
 
MISSING_HEADERS,MISSING_SUBJECT,NO_RECEIVED,NO_RELAYS,TO_CC_NONE

autolearn=no version=3.1.0

And in my Amavis config file, I have:

$sa_tag_level_deflt  = -999



Gregober --- PGP ID -- 0x1BA3C2FD
bsd @at@ todoo.biz


P Please consider your environmental responsibility before printing  
this e-mail



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


Re: freebsd-questions Digest, Vol 184, Issue 3

2007-06-26 Thread Norberto Meijome
On Tue, 26 Jun 2007 12:02:22 +0545
Eliena Andrews [EMAIL PROTECTED] wrote:

 Can i expect more on Network Problem in FreeBSD 6.2-RELEASE-p5 on upcoming
 digests ???

Hi Eliena,
you can always check the list archives at 
http://lists.freebsd.org/pipermail/freebsd-questions/

_
{Beto|Norberto|Numard} Meijome

Fear not the path of truth for the lack of people walking on it.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Booting from a large RAID

2007-06-26 Thread Norberto Meijome
On Tue, 26 Jun 2007 00:39:52 +0100
Dominic Bishop [EMAIL PROTECTED] wrote:

 At this point I'm assuming my only option is a separate small HD for the OS
 which can be partitioned using bsdlabel. Ideally I would rather not do this
 however as the server cases only have 16 drive bays so I'll have to
 sacrifice some capacity from the RAID in order to achieve this.

Maybe you can make a USB bootable thumbdrive, if your bios supports booting 
from USB devices... you can find them in the low GB sizes now, which should be 
enough for the OS to bootup.

Alternatively, one of the IDE Flash cards (attached to the server's IDE 
channel) - it may be a cluttered inside the server , but they are actually the 
size of a USB thumbdrive. for example, 
http://www.pqimemory.com/products-Domindustrial.asp


_
{Beto|Norberto|Numard} Meijome

That's what I love about GUIs: They make simple tasks easier,
and complex tasks impossible.
   John William Chambless

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: commandline to remove a package and its dependencies

2007-06-26 Thread Norberto Meijome
[ added freebsd-questions to CC: ]

On Tue, 26 Jun 2007 15:52:56 +0800
Zhang Weiwu [EMAIL PROTECTED] wrote:

 From: Zhang Weiwu [EMAIL PROTECTED]
 To: Norberto Meijome [EMAIL PROTECTED]
 Subject: commandline to remove a package and its dependencies
 Date: Tue, 26 Jun 2007 15:52:56 +0800
 X-Mailer: Evolution 2.8.2 
 Organization: Real Softservice
 
 Dear list
 
 Stupid question again. Is there a commandline tool that I can use to
 remove a package 'wmaker', and then it will prompt me if I wish to
 remove packages that was required only by 'wmaker' and after wmaker is
 removed, become required by no other packages. Such packages existed
 only for 'wmaker' is very likely should be removed together with wmaker.

Hi Zhang,
you basically want to remove leaves from the package tree - install
pkg_cutleaves from ports :

pkg_cutleaves-20061113 Interactive script for deinstalling 'leaf' packages

I suggest you run it interactively, as well as creating a file with exclusions
(there are some leaves that you want to keep of course). I run it as :

[EMAIL PROTECTED] [Tue Jun 26 20:43:55 2007]
/usr/home/betom
$ cat bin/show_pkg_leaves.sh 
#!/bin/sh
pkg_cutleaves -xcl

HIH,
Beto
_
{Beto|Norberto|Numard} Meijome

Gravity cannot be blamed for people falling in love.
  Albert Einstein

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem installing mysql41

2007-06-26 Thread Peter marshall

I just re-installed freebsd 6.0

I did a min install, and included prtupgrade and cvsup-withoug-gui
I installed Apache 1.3 from the ports directory

I tried to install mysql41-server from the ports directory using the command
make install WITH_OPENSSL=yes

I got a bunch of errors all related to MD5 checksum mismatch.
I tried running with NO_CHECKSUM=yes option

I then received this error
mysql-server-4.1.22 depends on file: /usr/local/sbin/pkg_info - found tar:
Unrecognized archive format: Inappropriate file type or format

gzip: /usr/ports/distfiles/mysql-4.1.22.tar.gz: invalid compressed
data--format violated

So  does anyone have any ideas how I would go about fixing this?  I did
not find much on google relating to this whith a mysql install (I did see
this error come up when people were trying to do backups to tapes ... but
clearly that is not the case here)

Thanks for any help.

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


Re: truecrypt volume

2007-06-26 Thread Lowell Gilbert
Daniel Leal [EMAIL PROTECTED] writes:

 Is there a way to open an encrypted truecrypt volume in FreeBSD 6.2
 previously created in MS windows?

I don't see any way to do it directly, no.  The code I found is
tightly tied to the platform (Linux or Windows).

Mounting it in a virtual machine might help you get at it...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg build problem - font-misc-misc

2007-06-26 Thread Lowell Gilbert
[EMAIL PROTECTED] writes:

 I've _almost_ successfully upgraded to 7.2 xorg. For some reason, I'm
 getting a failure when building font-misc-misc and this stops other crucial
 ports getting built. At present, if I try to run 'X' I get the dreaded
 cannot find font fixed' error. I sync'd my ports tree again this morning
 but the problem remained.

 Here's the output from the build error I get:

 /usr/local/bin/bdftopcf -t nil2.bdf | gzip  nil2.pcf.gz
 4x6.bdf /usr/local/lib/X11/fonts/util/map-ISO8859-1 ISO8859-1
 4x6.bdf:No such file or directory
 *** Error code 1

 Stop in /usr/ports/x11-fonts/font-misc-misc/work/font-misc-misc-1.0.0.
 *** Error code 1

 Stop in /usr/ports/x11-fonts/font-misc-misc.

 Help?

That's weird.  The failure seems to be actually failing to find the
font source in the port directory.  Is the port clean before building?   
Is the file that it fails on present in the port directory at the time
of failure?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ppp/peers/* files

2007-06-26 Thread Jim Stapleton

Hmm, would it be easier for me to setup a 127.0.0.2 loopback and my
gateway, and alway point that to the proper gateway, to make things
easier when I'm switching between VPN and no VPN?

Thanks
-Jim Stapleton

On 6/26/07, Artyom Viklenko [EMAIL PROTECTED] wrote:

On Tue, 26 Jun 2007, Jim Stapleton wrote:

 What man/handbook pages/sections should I look at to get a clue. I'm
 so far from having one, I don't even know the direction...

see handbook section about networking.

simply speaking enter

route add ip-of-vpn-server ip-of-your-lan-gateway



then start MPD and check is all ok.
if yes, you can add this route to /etc/rc.conf using
static_routes variable.



 Thanks,
 -Jim Stapleton

 On 6/26/07, Artyom Viklenko [EMAIL PROTECTED] wrote:
 Jim Stapleton wrote:
  That partially worked. I could only ping 192.168.1.1 on my local setup
  (router).
 
  I used
  $ mpd pptp0
 
  However, I couldn't access the work DNS either. The latter output of
  MPD looked like:
  ==
  pptp0] IPCP: rec'd Configure Ack #4 link 0 (Ack-Sent)
  IPADDR IP-ADDR-A
  [pptp0] IPCP: state change Ack-Sent -- Opened
  [pptp0] IPCP: LayerUp
   IP-ADDR-A - IP-ADDR-B
  [pptp0] IFACE: Up event
  [pptp0] setting interface ng0 MTU to 1396 bytes
  [pptp0] exec: /sbin/ifconfig ng0 IP-ADDR-A IP-ADDR-B netmask
  0x -link0
  [pptp0] exec: /sbin/route add IP-ADDR-A -iface lo0
  [pptp0] exec: /sbin/route add 0.0.0.0 IP-ADDR-B
  [pptp0] exec: command returned 256
  ==
 
 
  I could ping IP-ADDR-A and IP-ADDR-B after running mpd, but I
  could not ping them before running it, or after shutting it down. Both
  are valid IP addresses on my works internal network.
 
  Aside from my nve0 and l0 devices, which look normal, ifconfig
  displays the following:
 
  ==
  ng0: flags=88d1UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST mtu 1396
 inet IP-ADDR-A -- IP-ADDR-B netmask 0x
  ==
 
  I could not ping the DNS servers.
 
  Any suggestions?

 I think you need static route to your VPN server.
 After setting up tullel your default route changes.
 This can lead to incorrect routing.


 --
  Sincerely yours,
   Artyom Viklenko.
 ---
 [EMAIL PROTECTED] | http://www.aws-net.org.ua/~artem
 FreeBSD: The Power to Serve   -  http://www.freebsd.org

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


--
Sincerely yours,
 Artyom Viklenko.
---
[EMAIL PROTECTED] | http://www.aws-net.org.ua/~artem
FreeBSD: The Power to Serve   -  http://www.freebsd.org


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


Upgrading Xorg from 6.9.0 to 7.2

2007-06-26 Thread Sereno Ternullo

Hi folks,
I'm encountering problems upgrading Xorg from version 6.9.0 to 7.2
I followed the procedure described in /usr/ports/UPDATING

[...]

# portupgrade -aP -x 'gstreamer*'

Even though my computer spent 24 hours compiling,
when I typed

# pkg_version -s xorg

I saw I still had my old 6.9.0 version.

So this morning I tried again, by typing:

# script xorg.upgrade portupgrade -Pr xorg

and this is what I get (tail of the script log ) :


if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H  -I. 
-I. -I.. -I/usr/local/include/xorg -I/usr/local/include   
-I/usr/local/include -I/usr/local/include/drm 
-I/usr/local/include/X11/dri -O2 -fno-strict-aliasing -pipe -MT 
atibus.lo -MD -MP -MF .deps/atibus.Tpo -c -o atibus.lo atibus.c;  then 
mv -f .deps/atibus.Tpo .deps/atibus.Plo; else rm -f 
.deps/atibus.Tpo; exit 1; fi


cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/xorg 
-I/usr/local/include -I/usr/local/include -I/usr/local/include/drm 
-I/usr/local/include/X11/dri -O2 -fno-strict-aliasing -pipe -MT 
atibus.lo -MD -MP -MF .deps/atibus.Tpo -c atibus.c  -fPIC -DPIC -o 
.libs/atibus.o


In file included from atidripriv.h:40,

from atistruct.h:41,

from atibus.c:35:

/usr/local/include/GL/glxint.h:28:19: GL/gl.h: No such file or directory

In file included from atidripriv.h:40,

from atistruct.h:41,

from atibus.c:35:

/usr/local/include/GL/glxint.h:95: error: syntax error before GLboolean

*** Error code 1



Stop in /usr/ports/x11-drivers/xf86-video-ati/work/xf86-video-ati-6.6.3/src.

*** Error code 1



Stop in /usr/ports/x11-drivers/xf86-video-ati/work/xf86-video-ati-6.6.3.

*** Error code 1



Stop in /usr/ports/x11-drivers/xf86-video-ati/work/xf86-video-ati-6.6.3.

*** Error code 1



Stop in /usr/ports/x11-drivers/xf86-video-ati.

*** Error code 1



Stop in /usr/ports/x11-drivers/xf86-video-ati.

*** Error code 1



Stop in /usr/ports/x11-drivers/xorg-drivers.

*** Error code 1



Stop in /usr/ports/x11-drivers/xorg-drivers.

*** Error code 1



Stop in /usr/ports/x11/xorg.

*** Error code 1



Stop in /usr/ports/x11/xorg.

** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade.39088.0 env UPGRADE_TOOL=portupgrade 
UPGRADE_PORT=xorg-6.9.0 UPGRADE_PORT_VER=6.9.0 make reinstall


---  Restoring the old version

** Fix the installation problem and try again.

[Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 449 packages 
found (-0 +33) . done]


** Listing the failed packages (*:skipped / !:failed)

   ! x11/xorg (xorg-6.9.0)(install error)

---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

** Could not clean up temporary directory: Directory not empty - 
/var/tmp/portupgradeOnzxbl1v



The compiling process ends because I don't have any 
/usr/local/include/GL/gl.h

( and any ati device, indeed )

I'm running FreeBSD 6.2-release,
I have an nvidia GeForce 2.

Is there any broken port out there ?
How can I get gl.h ?

Any advice is welcomed !




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


Re: Upgrading Xorg from 6.9.0 to 7.2

2007-06-26 Thread Norberto Meijome
On Tue, 26 Jun 2007 16:06:51 +0200
Sereno Ternullo [EMAIL PROTECTED] wrote:

 Is there any broken port out there ?

Ciao Sereno!
make sure your ports tree is up to date

 How can I get gl.h ?

$ pkg_info -W /usr/local/include/GL/gl.h
/usr/local/include/GL/gl.h was installed by package libGL-6.5.3_3


(which of course depends on xorg . welcome to dependency paradox :)
_
{Beto|Norberto|Numard} Meijome

All parts should go together without forcing. You must remember that the parts 
you are reassembling were disassembled by you.
 Therefore, if you can't get them together again, there must be a reason. 
 By all means, do not use hammer.
   IBM maintenance manual, 1975

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Verifying PHP support

2007-06-26 Thread Darryl Hoar
Greetings,
I have a machine with 6.2 release installed on it.
I have apache 1.3.37 installed and am using it
for my personal website.   I want to install Gallery2
for doing photo albums.  The pkg info in ports says
it needs php support.   I did a pkg_info -a and did
not see php installed on my system.  How should
I add php support so that I can install Gallery2 ?

thanks,
Darryl

BTW, on a different machine a while ago, I tried
installing php after the fact and had a bit of a 
mess on my hands, thus the question.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Which Version?

2007-06-26 Thread Brian A. Seklecki

On Thu, 2007-06-14 at 17:01 +0100, Adam Hill wrote:
 HiIt seems very confusing, I am looking for the correct version to use
 for an old RM server, its a intel se7501br2 server board with a xeon
 processor. We want try freebsd as a server for small networks. Can you
 advise which version to download?

Try disc1 of the 6.2/amd64 and 6.2/i386.  Use the 'bootonly' mini ISOs
just to try it.

Xeon normally means amd64-era, depending on whether you'll run into PAE
problems with 3+ gigs of RAM.

~BAS

  
 [EMAIL PROTECTED]
 _
 100’s of Music vouchers to be won with MSN Music
 https://www.musicmashup.co.uk/index.html___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


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


Re: Installing 6.2 from a 5.3 mini install CD...

2007-06-26 Thread Brian A. Seklecki

On Thu, 2007-06-14 at 19:02 +0100, Peter Wood wrote:
 Good Afternoon,
 
 Does anyone have any knowledge, good or bad, about installing 
 6.2-RELEASE from a 5.3-RELEASE mini install CD?
 

The only forseeable issue is that: 

fdisk -vIB / bsdlabel -w -B 

...may write a 5.3 MBR/Boot Loader from /usr/mdec/ on the 5.3 ISO


 The story is that I have a 5.3-RELEASE CD in my colo server in London 





IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


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


Re: syslog.conf questions..

2007-06-26 Thread Brian A. Seklecki
ports/sysutils/syslog-ng2

You can apply an ACL that checks the source(), remote IP, priority,
facility, regexp, etc and route it to a specific destination (file) and
choose to finalize it or not.

Syslogd(8) for minimalistic configs like single-purpose machines.

~BAS

On Thu, 2007-06-14 at 14:25 -0400, B. Cook wrote:
 Hello all,
 
 I am trying to have different cisco routers log to a different log file. 
   The log file is located on a 6.2 box running the stock syslogd.  For 
 what it is worth I have nine of these, only three are shown
 
 syslogd is running with -n -vv -d at the moment.. I did not have to 
 specify -a 10.20.250.54:* to allow it to log.. (is that part of the 
 problem..?)
 
 But the question is.. I do get logs from the respective hosts in the log 
 files that I have specified, but I do not understand why syslogd is also 
 catching them in the original local7.* /var/log/router/3620.log when as 
 far as I can tell they are setup correctly.
 
 below is the relevant portions of the syslog.conf.
 
   [~]# 18  egrep -v # /etc/syslog.conf  | cat -n
   1
   2  +10.20.250.54
   3  *.* /var/log/router/circle.log
   4  -10.20.250.54
   5
   6  +10.20.250.42
   7  *.* /var/log/router/columbus.log
   8  -10.20.250.42
   9
  10  +10.20.250.38
  11  *.* /var/log/router/clinton.log
  12  -10.20.250.38
  13
  14  +10.20.0.10
  15  *.*/var/log/router/tcentral.log
  16  -10.20.0.10
  17
  18  *.err;kern.warning;auth.notice;mail.crit /dev/console
  19  *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err 
   /var/log/messages
  20  security.*  /var/log/security
  21  auth.info;authpriv.info /var/log/auth.log
  22  mail.info  /var/log/maillog
  23  lpr.info   /var/log/lpd-errs
  24  ftp.info /var/log/xferlog
  25  local7.*/var/log/router/3620.log
  26  cron.*   /var/log/cron
  27  *.=debug/var/log/debug.log
  28  *.emerg *
  29  !startslip
  30  *.*/var/log/slip.log
  31  !ppp
  32  *.* /var/log/ppp.log
 
 
 
 and with syslogd in debug mode I see this:
 
 and tcvthname(10.20.250.38)
 logmsg: pri 276, flags 0, from 10.20.250.38, msg 1262: Jun 14 
 18:13:04.770: %SEC-6-IPACCESSLOGP: list 2044 denied udp 
 10.20.18.28(1039) - 10.20.0.212(161), 1 packet
 Logging to FILE /var/log/router/clinton.log
 Logging to FILE /var/log/router/3620.log
 
 cvthname(10.20.250.42)
 logmsg: pri 276, flags 0, from 10.20.250.42, msg 68: Jun 14 
 18:13:04.835: %SEC-6-IPACCESSLOGP: list 2044 denied udp 10.20.8.57(1040) 
 - 10.20.3.60(161), 4 packets
 Logging to FILE /var/log/router/columbus.log
 Logging to FILE /var/log/router/3620.log
 
 I do not understand why the local7.* is still getting caught.. From what 
 I understood from the man page, the - tells it to stop logging from that 
 host.
 
 Whatever the last 'host' entry is in the syslog.conf that host will not 
 log into both files.
 
 from the 10.20.0.10 host I have configured syslog:
 
 local7.*  @10.20.0.29
 and when I run logger:
 
 date | logger -p local7.debug
 
 cvthname(10.20.0.10)
 logmsg: pri 277, flags 0, from 10.20.0.10, msg Jun 14 14:21:03 bcook: 
 Thu Jun 14 14:21:03 EDT 2007
 Logging to FILE /var/log/router/tcentral.log
 
 I get what I think I should..
 
 Why do the previous entries not act the same as the last one?
 
 What am I missing?
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


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


Re: Verifying PHP support

2007-06-26 Thread Dick Hoogendijk
Darryl Hoar [EMAIL PROTECTED] writes:

 How should I add php support so that I can install Gallery2 ?

Portupgrade -rR Gallery2 ?
Installs all dependencies.

-- 
Dick Hoogendijk -- PGP/GnuPG key: F86289CE
++ http://nagual.nl/ + Solaris 11 05/07 ++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Bondbind like for FreeBSD ?

2007-06-26 Thread Frank Bonnet

Hello

Is there a FreeBSD tool that is equivalent of bondbind for Linux
( ethernet load balancing or trunking that use the Cisco's etherchannel ) ?

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


Re: Bondbind like for FreeBSD ?

2007-06-26 Thread Dan Nelson
In the last episode (Jun 26), Frank Bonnet said:
  Hello
 
  Is there a FreeBSD tool that is equivalent of bondbind for Linux (
  ethernet load balancing or trunking that use the Cisco's
  etherchannel ) ?

You can use the lagg device in 6-stable and -current; if you're running
6.2 or older you can use ng_fec or ng_one2many, but they both use
static configuration and aren't as nice.

http://www.freebsd.org/cgi/man.cgi?query=laggmanpath=FreeBSD+7-current

-- 
Dan Nelson
[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: Verifying PHP support

2007-06-26 Thread Daniel Molina Wegener

El Mar, 26 de Junio de 2007, 10:38, Darryl Hoar escribió:
 Greetings,
 I have a machine with 6.2 release installed on it.
 I have apache 1.3.37 installed and am using it
 for my personal website.   I want to install Gallery2
 for doing photo albums.  The pkg info in ports says
 it needs php support.   I did a pkg_info -a and did
 not see php installed on my system.  How should
 I add php support so that I can install Gallery2 ?

  Ok, it depends on which version of php do you want. I can't remember
exactly where is the port, but you can search for it on /usr/ports
and make search:

  # cd /usr/ports
  # make search name=php4
  # make search name=php5

  If the port is in lang

  # cd /usr/ports/lang/php5
  # make config install clean

  The php extensions are installed separatelly.

  If you want binary packages, look for the available package version
at the Makefile in the port directory and install with pkg_add:

  # pkg_add -r 'php5'


 thanks,
 Darryl

  Good luck...


 BTW, on a different machine a while ago, I tried
 installing php after the fact and had a bit of a
 mess on my hands, thus the question.
 [SNIP]

Regards,
-- 
 .O. | Daniel Molina Wegener   | C/C++ Developer
 ..O | dmw [at] unete [dot] cl | FOSS Coding Adict
 OOO | BSD  Linux User| Standards Rocks!


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


rerecording a cdrw?

2007-06-26 Thread Dave

Hello,
   Ive got freebsd 6.2 and cdrtools installed via ports. I want to make 
some custom cd's, but i will not get them right the first time, so i want to 
use cdrw's until i do. I was wondering how to rerecord over existing 
content?

Thanks.
Dave.

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


Re: rerecording a cdrw?

2007-06-26 Thread Dan Nelson
In the last episode (Jun 26), Dave said:
  Hello,
 Ive got freebsd 6.2 and cdrtools installed via ports. I want to make 
  some custom cd's, but i will not get them right the first time, so i want to 
  use cdrw's until i do. I was wondering how to rerecord over existing 
  content?

looking at the cdrecord manpage, blank=fast or one of the other
blanking options should do what you need.

-- 
Dan Nelson
[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: rerecording a cdrw?

2007-06-26 Thread Daniel Molina Wegener

El Mar, 26 de Junio de 2007, 11:49, Dave escribió:
 Hello,

  Hello...

 Ive got freebsd 6.2 and cdrtools installed via ports. I want to make
 some custom cd's, but i will not get them right the first time, so i want to
 use cdrw's until i do. I was wondering how to rerecord over existing
 content?

  Try burncd (man burncd), works fine with ATA CD-R units. It comes
with FreeBSD. If you have DVD-R unit, try looking for the How-To in
the handbook and articles.

 Thanks.
 Dave.

 [SNIP]

Regards,
-- 
 .O. | Daniel Molina Wegener   | C/C++ Developer
 ..O | dmw [at] unete [dot] cl | FOSS Coding Adict
 OOO | BSD  Linux User| Standards Rocks!


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


Re: Upgrading Xorg from 6.9.0 to 7.2

2007-06-26 Thread Sereno Ternullo

Ciao Norberto! ,
thank you for your quick answer !


Ciao Sereno!
make sure your ports tree is up to date
  


I think my ports tree is up to date,
I just issued

# portsnap fetch
# portsnap extract
# pkgdb -Fu

before doing anything else.

How can I get gl.h ?



$ pkg_info -W /usr/local/include/GL/gl.h
/usr/local/include/GL/gl.h was installed by package libGL-6.5.3_3

  
I will try to install libGL before portupgrading xorg: I'm beginning to 
pray.



(which of course depends on xorg . welcome to dependency paradox :)
  


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


MS exchange alternatives for FreeBSD

2007-06-26 Thread Cheffo

Hi list,

I have server running postfix + courier-imap, and I'm looking for 
someway to add possibility to exchange calendars/contacts/meeting 
invitations/etc between mail clients.


Can someone recommend calendar, that is compatible with windows clients 
and can be run under FreeBSD?


Thanks in advance.

P.S. Please CC me on reply as I'm not subscribed to -questions.

--

Best Wishes,
Stefan Lambrev
ICQ# 24134177
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IBM Server

2007-06-26 Thread Oakley, Will
Hi

FYI - I have just installed FreeBSD 6 onto an IBM x3550 configured with
RAID 1.

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


Re: IBM Server

2007-06-26 Thread Jonathan Horne
On Tuesday 26 June 2007 11:18:09 Oakley, Will wrote:
 Hi

 FYI - I have just installed FreeBSD 6 onto an IBM x3550 configured with
 RAID 1.

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

one sec... forwarding this to my mom!!

(hehe, just kidding)

uname -a?  dmesg?  i know there is also a place on freebsd.org to submit known 
working configurations.
-- 
Jonathan Horne
http://dfwlpiki.dfwlp.org
[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: problem installing mysql41

2007-06-26 Thread Pablo Mora

On 6/26/07, Peter marshall [EMAIL PROTECTED] wrote:

I just re-installed freebsd 6.0

I did a min install, and included prtupgrade and cvsup-withoug-gui
I installed Apache 1.3 from the ports directory

I tried to install mysql41-server from the ports directory using the command
make install WITH_OPENSSL=yes

I got a bunch of errors all related to MD5 checksum mismatch.
I tried running with NO_CHECKSUM=yes option

I then received this error
mysql-server-4.1.22 depends on file: /usr/local/sbin/pkg_info - found tar:
Unrecognized archive format: Inappropriate file type or format

gzip: /usr/ports/distfiles/mysql-4.1.22.tar.gz: invalid compressed
data--format violated

So  does anyone have any ideas how I would go about fixing this?  I did
not find much on google relating to this whith a mysql install (I did see
this error come up when people were trying to do backups to tapes ... but
clearly that is not the case here)



try out:

cd /usr/ports/databases/mysql41-server/  make distclean  make
fetch  checksum


--

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


 ASCII Ribbon Campaign
 Against HTML e-mail  Microsoft Attachments
FreeBSD Since 4.x  unixbsd.blogspot.com maintainer

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


Re: problem installing mysql41

2007-06-26 Thread Pablo Mora

On 6/26/07, Pablo Mora [EMAIL PROTECTED] wrote:

On 6/26/07, Peter marshall [EMAIL PROTECTED] wrote:
 I just re-installed freebsd 6.0

 I did a min install, and included prtupgrade and cvsup-withoug-gui
 I installed Apache 1.3 from the ports directory

 I tried to install mysql41-server from the ports directory using the command
 make install WITH_OPENSSL=yes

 I got a bunch of errors all related to MD5 checksum mismatch.
 I tried running with NO_CHECKSUM=yes option

 I then received this error
 mysql-server-4.1.22 depends on file: /usr/local/sbin/pkg_info - found tar:
 Unrecognized archive format: Inappropriate file type or format

 gzip: /usr/ports/distfiles/mysql-4.1.22.tar.gz: invalid compressed
 data--format violated

 So  does anyone have any ideas how I would go about fixing this?  I did
 not find much on google relating to this whith a mysql install (I did see
 this error come up when people were trying to do backups to tapes ... but
 clearly that is not the case here)


try out:

cd /usr/ports/databases/mysql41-server/  make distclean  make
fetch  checksum



make checksum, sorry!

--

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


 ASCII Ribbon Campaign
 Against HTML e-mail  Microsoft Attachments
FreeBSD Since 4.x  unixbsd.blogspot.com maintainer

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


Re: Bondbind like for FreeBSD ?

2007-06-26 Thread Brian A. Seklecki
On Tue, 2007-06-26 at 10:36 -0500, Dan Nelson wrote:
   ethernet load balancing or trunking that use the Cisco's
   etherchannel ) ?
 

Very cool.

Two questions:

1) fec and lacp must be used against the same physical switch,
correct? 

2) What is the deterministic logic behind active/standby for failover?
A heartbeat on the segment or physical interface state change?

TIA,
~BAS

 You can use the lagg device in 6-stable and -current; if you're
 running
 6.2 or older you can use ng_fec or ng_one2many, but they both use
 static configuration and aren't as nice. 
-- 
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


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


patches for the 6.2-RELEASE kernel

2007-06-26 Thread Jose Luis Alarcon Sanchez
Hi Folks.

I am FreeBSD 6.2-RELEASE user. i'm learning FreeBSD.

Some times, i see people have a system named 6.2-RELEASE-pxx, where
xx is a number. I know that -pxx are security patches, or not only
security and too are patches for solve bugs?.

My dude is: is very convenient have upgraded the kernel to this
patches. I'm a home user, not a bussiness. Nothing important
depend on my system.

My second dude is: how is the upgrade process?, are there this patch
files in any concrete web site and the user must download it and apply?,
are there any automatized mechanism for get it?.

One last question, what is the number of the last patch applied?.

Thanks you very much, in advance.

Regards.

Jose. 

-- 
http://www.lordofunix.org/
 
Not Registered GNU/Hurd User.
Registered BSD User 51101.
Registered Linux User #213309.
Memories. You are talking about memories.
Rick Deckard. Blade Runner.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Booting from a large RAID

2007-06-26 Thread Brian A. Seklecki
For sanity-sake, most systems have a split backplane 2x4 (Check the Dell
PowerEdge 2950 for example) with a RAID-1 root for the system (36gig 15k
RPM etc.) and then a 4x150 or whatever RAID5/RAID10 for the
Application data.

This creates some abstraction and aids in emergency situations.

~BAS

On Tue, 2007-06-26 at 00:39 +0100, Dominic Bishop wrote:
 Ideally I would like this to be configured as a single large RAID5 or
 RAID6
 array,  
-- 
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


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


Re: problem installing mysql41

2007-06-26 Thread Peter marshall

If I am not replying correctly, please let me know.

Thank you for your reply.  I tried all of the commands that you listed.

When I do the make checksum, I stillget checksum mismatch errors


MD5 Checksum mismatch for mysql-4.1.22.tar.gz
SHA256 Checksum mismatch for mysql-4.1.22.tar.gz

Thank you again for your help.  Do you have any other suggestions?

Peter Marshall

On 6/26/07, Pablo Mora [EMAIL PROTECTED] wrote:


On 6/26/07, Pablo Mora [EMAIL PROTECTED] wrote:
 On 6/26/07, Peter marshall [EMAIL PROTECTED] wrote:
  I just re-installed freebsd 6.0
 
  I did a min install, and included prtupgrade and cvsup-withoug-gui
  I installed Apache 1.3 from the ports directory
 
  I tried to install mysql41-server from the ports directory using the
command
  make install WITH_OPENSSL=yes
 
  I got a bunch of errors all related to MD5 checksum mismatch.
  I tried running with NO_CHECKSUM=yes option
 
  I then received this error
  mysql-server-4.1.22 depends on file: /usr/local/sbin/pkg_info - found
tar:
  Unrecognized archive format: Inappropriate file type or format
 
  gzip: /usr/ports/distfiles/mysql-4.1.22.tar.gz: invalid compressed
  data--format violated
 
  So  does anyone have any ideas how I would go about fixing
this?  I did
  not find much on google relating to this whith a mysql install (I did
see
  this error come up when people were trying to do backups to tapes ...
but
  clearly that is not the case here)
 

 try out:

 cd /usr/ports/databases/mysql41-server/  make distclean  make
 fetch  checksum


make checksum, sorry!

--


PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079



  ASCII Ribbon Campaign
  Against HTML e-mail  Microsoft Attachments
FreeBSD Since 4.x  unixbsd.blogspot.com maintainer


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


patches for the 6.2-RELEASE kernel

2007-06-26 Thread Jose Luis Alarcon Sanchez
Hi Folks.

I am FreeBSD 6.2-RELEASE user. i'm learning FreeBSD.

Some times, i see people have a system named 6.2-RELEASE-pxx, where
xx is a number. I know that -pxx are security patches, or not only
security and too are patches for solve bugs?.

My dude is: is very convenient have upgraded the kernel to this
patches. I'm a home user, not a bussiness. Nothing important
depend on my system.

My second dude is: how is the upgrade process?, are there this patch
files in any concrete web site and the user must download it and apply?,
are there any automatized mechanism for get it?.

One last question, what is the number of the last patch applied?.

Thanks you very much, in advance.

Regards.

Jose. 

-- 
http://www.lordofunix.org/
 
Not Registered GNU/Hurd User.
Registered BSD User 51101.
Registered Linux User #213309.
Memories. You are talking about memories.
Rick Deckard. Blade Runner.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tftpd problems

2007-06-26 Thread Oliver Peter
On Wed, Jun 20, 2007 at 04:04:56PM -0700, Mike Sweetser - Adhost wrote:
 I'm having problems setting up tftpd on FreeBSD 6.2-RELEASE - our Cisco
 routers cannot connect to the server, and only small files can be
 uploaded.
 
 Here's the line from inetd.conf:
 
 tftpdgram   udp waitroot/usr/libexec/tftpd  tftpd -w
 -l -s /home/tftproot
 
 When TFTPing from a Cisco router, a zero-byte file is created, and then
 a timeout occurs and it errors out.
 
 When TFTPing from a Windows XP machine, only about 20-30 bytes of the
 file are uploaded.  No error is received, it says it completes the
 upload.
 
 Any ideas?

My first try would be to have a look into /var/log/xferlog .

-- 
Oliver PETER, email: [EMAIL PROTECTED], ICQ# 113969174
Worker bees can leave. Even drones can fly away. The Queen is their slave.


pgpu6g7j3z7sL.pgp
Description: PGP signature


Re: MS exchange alternatives for FreeBSD

2007-06-26 Thread Oliver Peter
On Tue, Jun 26, 2007 at 07:14:59PM +0300, Cheffo wrote:
 Hi list,
 
 I have server running postfix + courier-imap, and I'm looking for 
 someway to add possibility to exchange calendars/contacts/meeting 
 invitations/etc between mail clients.
 
 Can someone recommend calendar, that is compatible with windows clients 
 and can be run under FreeBSD?

% cat /usr/ports/deskutils/sunbird/pkg-descr
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.

WWW:http://www.mozilla.org/projects/calendar/sunbird.html

I like it :) 
But I'm not sure if you can exchange your inputs with other clients.

-- 
Oliver PETER, email: [EMAIL PROTECTED], ICQ# 113969174
Worker bees can leave. Even drones can fly away. The Queen is their slave.


pgpzC98gc9YnR.pgp
Description: PGP signature


Re: patches for the 6.2-RELEASE kernel

2007-06-26 Thread Manolis Kiagias
Jose Luis Alarcon Sanchez wrote:
  Hi Folks.
 
  I am FreeBSD 6.2-RELEASE user. i'm learning FreeBSD.
 
  Some times, i see people have a system named 6.2-RELEASE-pxx, where
  xx is a number. I know that -pxx are security patches, or not only
  security and too are patches for solve bugs?.
 
  My dude is: is very convenient have upgraded the kernel to this
  patches. I'm a home user, not a bussiness. Nothing important
  depend on my system.
 
  My second dude is: how is the upgrade process?, are there this patch
  files in any concrete web site and the user must download it and apply?,
  are there any automatized mechanism for get it?.
 
  One last question, what is the number of the last patch applied?.
 
  Thanks you very much, in advance.
 
  Regards.
 
  Jose.
 


There is  a program called freebsd-update. It is part of the main
system, you already have it.
Patching the system is usually as easy as this:
(as root):
freebsd-update fetch
freebsd-update install
Recompiling the kernel is an easy, straightforward and well documented
process (unless you csup'd your system to STABLE, which you haven't
obviously)

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html

Since, as you say, nothing important depends on your system, you should
experiment and learn from it!
The current patch level is p5

Manolis

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


Re: patches for the 6.2-RELEASE kernel

2007-06-26 Thread Chuck Swiger

On Jun 26, 2007, at 10:40 AM, Jose Luis Alarcon Sanchez wrote:

I am FreeBSD 6.2-RELEASE user. i'm learning FreeBSD.

Some times, i see people have a system named 6.2-RELEASE-pxx, where
xx is a number. I know that -pxx are security patches, or not only
security and too are patches for solve bugs?.


The security branch only includes security and critical bugfixes, not  
minor changes, new features, or performance improvements.



My dude is: is very convenient have upgraded the kernel to this
patches. I'm a home user, not a bussiness. Nothing important
depend on my system.

My second dude is: how is the upgrade process?, are there this patch
files in any concrete web site and the user must download it and  
apply?,

are there any automatized mechanism for get it?.


There are several ways to update the system, depending on whether you  
want to get binary updates via freebsd-update mechanism, or update  
via CSUP/CVSUP which requires a manual rebuild of the system  
sources.  Read the fine Handbook, it's documented there in more  
detail than is convenient to repeat in email.



One last question, what is the number of the last patch applied?.


That changes over time, see:

  http://www.freebsd.org/security/

...the most recent advisory (07:04.file) brings 6.2 to 6.2-RELEASE-p5.

--
-Chuck

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


Re: problem installing mysql41

2007-06-26 Thread Kevin Downey

On 6/26/07, Peter marshall [EMAIL PROTECTED] wrote:

If I am not replying correctly, please let me know.

Thank you for your reply.  I tried all of the commands that you listed.

When I do the make checksum, I stillget checksum mismatch errors


MD5 Checksum mismatch for mysql-4.1.22.tar.gz
SHA256 Checksum mismatch for mysql-4.1.22.tar.gz

Thank you again for your help.  Do you have any other suggestions?

Peter Marshall

On 6/26/07, Pablo Mora [EMAIL PROTECTED] wrote:

 On 6/26/07, Pablo Mora [EMAIL PROTECTED] wrote:
  On 6/26/07, Peter marshall [EMAIL PROTECTED] wrote:
   I just re-installed freebsd 6.0
  
   I did a min install, and included prtupgrade and cvsup-withoug-gui
   I installed Apache 1.3 from the ports directory
  
   I tried to install mysql41-server from the ports directory using the
 command
   make install WITH_OPENSSL=yes
  
   I got a bunch of errors all related to MD5 checksum mismatch.
   I tried running with NO_CHECKSUM=yes option
  
   I then received this error
   mysql-server-4.1.22 depends on file: /usr/local/sbin/pkg_info - found
 tar:
   Unrecognized archive format: Inappropriate file type or format
  
   gzip: /usr/ports/distfiles/mysql-4.1.22.tar.gz: invalid compressed
   data--format violated
  
   So  does anyone have any ideas how I would go about fixing
 this?  I did
   not find much on google relating to this whith a mysql install (I did
 see
   this error come up when people were trying to do backups to tapes ...
 but
   clearly that is not the case here)
  
 
  try out:
 
  cd /usr/ports/databases/mysql41-server/  make distclean  make
  fetch  checksum
 

 make checksum, sorry!




make -DIGNORE_MASTER_SITE_MYSQL

it will fetch the tarball from the FreeBSD ftp mirror.
--
i'll unhook my oily pink mini-kimono, you kill him in honolulu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading Xorg from 6.9.0 to 7.2

2007-06-26 Thread Lowell Gilbert
Sereno Ternullo [EMAIL PROTECTED] writes:

 Hi folks,
 I'm encountering problems upgrading Xorg from version 6.9.0 to 7.2
 I followed the procedure described in /usr/ports/UPDATING

 [...]

 # portupgrade -aP -x 'gstreamer*'

 Even though my computer spent 24 hours compiling,
 when I typed

 # pkg_version -s xorg

 I saw I still had my old 6.9.0 version.

 So this morning I tried again, by typing:

 # script xorg.upgrade portupgrade -Pr xorg

According to the directions, what you needed at that point was
portupgrade -a.  I would expect that to cover a lot more. 
Did you try that command?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Bondbind like for FreeBSD ?

2007-06-26 Thread Dan Nelson
In the last episode (Jun 26), Brian A. Seklecki said:
 On Tue, 2007-06-26 at 10:36 -0500, Dan Nelson wrote:
ethernet load balancing or trunking that use the Cisco's
etherchannel ) ?
 
  lagg
 
 Very cool.
 
 Two questions:
 
 1) fec and lacp must be used against the same physical switch,
 correct?

Yes.  The lagg device is strictly to convert multiple links between two
devices to a single logical one.  You can't build a mesh out of a bunch
of switches or anything like that.
 
 2) What is the deterministic logic behind active/standby for
 failover? A heartbeat on the segment or physical interface state
 change?

All the protocols use link state, and lacp additionally sends its
configuration packets every 30 seconds.

-- 
Dan Nelson
[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: patches for the 6.2-RELEASE kernel

2007-06-26 Thread Jerry McAllister
On Tue, Jun 26, 2007 at 07:03:05PM +0200, Jose Luis Alarcon Sanchez wrote:

 Hi Folks.
 
 I am FreeBSD 6.2-RELEASE user. i'm learning FreeBSD.
 
 Some times, i see people have a system named 6.2-RELEASE-pxx, where
 xx is a number. I know that -pxx are security patches, or not only
 security and too are patches for solve bugs?.
 
 My dude is: is very convenient have upgraded the kernel to this
 patches. I'm a home user, not a bussiness. Nothing important
 depend on my system.
 
 My second dude is: how is the upgrade process?, are there this patch
 files in any concrete web site and the user must download it and apply?,
 are there any automatized mechanism for get it?.

Check out csup (previously called cvsup) in the handbook.
Then csup your system to  RELENG_6_2  or even  RELENG_6
and your ports to the latest.

Then do all the makes and mergemaster just like the handbook says
and then rebuild your ports and it will have the latest of everything.

The handbook is available online at the FreeBSD web site or, if you
installed the documentation - which you should have - it is on your
local machine at:
file:///usr/share/doc/en_US.ISO8859-1/books/handbook/index.html

Here is the relevant portion of my supfile for csup:

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  *default host=cvsup.FreeBSD.org
  *default base=/var/db
  *default prefix=/usr
  *default tag=RELENG_6
  *default release=cvs 
  *default delete use-rel-suffix
   
  *default compress
   
  ## Main Source Tree.
  # The easiest way to get the main source tree is to use the src-all
  # mega-collection.  It includes all of the individual src-* collections.

  src-all
  
  ports-all tag=.
   
  doc-all tag=.
   
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Call it as:  csup -g -L 2 my-supfile

I think the params are the same

jerry


 
 One last question, what is the number of the last patch applied?.


 
 Thanks you very much, in advance.
 
 Regards.
 
 Jose. 
 
 -- 
 http://www.lordofunix.org/
  
 Not Registered GNU/Hurd User.
 Registered BSD User 51101.
 Registered Linux User #213309.
 Memories. You are talking about memories.
 Rick Deckard. Blade Runner.
 ___
 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: Upgrading Xorg from 6.9.0 to 7.2

2007-06-26 Thread Sereno Ternullo

Lowell Gilbert ha scritto:

Sereno Ternullo [EMAIL PROTECTED] writes:

  

Hi folks,
I'm encountering problems upgrading Xorg from version 6.9.0 to 7.2
I followed the procedure described in /usr/ports/UPDATING

[...]

# portupgrade -aP -x 'gstreamer*'

Even though my computer spent 24 hours compiling,
when I typed

# pkg_version -s xorg

I saw I still had my old 6.9.0 version.

So this morning I tried again, by typing:

# script xorg.upgrade portupgrade -Pr xorg



According to the directions, what you needed at that point was
portupgrade -a.  I would expect that to cover a lot more. 
Did you try that command?


  


Of course,
in fact my computer spent 24 hours compiling :)

P.S: Why so many ports and so few packages ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDM at boot

2007-06-26 Thread Sereno Ternullo

Tim Daneliuk ha scritto:

Eric Crist wrote:
  

On Jun 25, 2007, at 7:39 PMJun 25, 2007, Cyrus wrote:



ive done this before with Slackware 11, but read up on freebsd on how
to do
it, and its completley different.  How do I go about having KDM start
automaticly on boot?

  

Edit /etc/ttys and modify line 45 as follows:

ttyv8   /usr/local/bin/kdm   xterm  on secure

Save the file, reboot.  Of course, you need to have KDE installed.



Shouldn't have to reboot.  'kill -HUP 1'   should do it. If not,
'shutdown now', hit return,   followed by ^D will do it ...
  


This is even easier to remember:

# init q

It's the same for 'kill -HUP 1'
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MS exchange alternatives for FreeBSD

2007-06-26 Thread Stefan Lambrev

Oliver Peter wrote:

On Tue, Jun 26, 2007 at 07:14:59PM +0300, Cheffo wrote:
  

Hi list,

I have server running postfix + courier-imap, and I'm looking for 
someway to add possibility to exchange calendars/contacts/meeting 
invitations/etc between mail clients.


Can someone recommend calendar, that is compatible with windows clients 
and can be run under FreeBSD?



% cat /usr/ports/deskutils/sunbird/pkg-descr
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.

WWW:http://www.mozilla.org/projects/calendar/sunbird.html

I like it :) 
But I'm not sure if you can exchange your inputs with other clients.


  
I think you can exchange mozilla's (sunbird/lightning) calendar using MS 
exchange, zimbra and few other apps, but all that I found are not 
working under freebsd.
And this is what I'm looking for - server that support iCal and will 
allow mail clients (outlook, evolution  sunbird/lighnting) to exchange 
their calendars.


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


device polling on 6.2-stable..use? yes/no?

2007-06-26 Thread JD Bronson

Anyone using device polling on 6.2stable (i386) ?
I have been reading up on this and seen some good and some bad but 
nothing definitive.


I have bge NICs in these machines and they are running as routers, 
and  running pf.


When I enabled it in the kernel and then via rc.conf (since sysctl 
use is depreciated now) ...I can see a difference in vmstat -i

presuming thats the correct way to check.

With polling DISABLED...vmstat shows ever increasing values for example:

vmstat -i
interrupt  total   rate
irq4: sio0 3  0
irq6: fdc010  0
irq14: ata012210  0
irq15: ata178834  2
irq22: bge0   430416 11
irq23: bge1   917826 24
cpu0: timer 75098549   2000
cpu1: timer 75092636   1999
Total  151630484   4038

and when I do a large network operation (like ftp an ISO) it 
increases and increaseshowever, with device polling compiled and 
configured (all default values though in sysctl) - I do not see an 
increase in vmstat numbers for the nics...I figured thats good...but 
I might be wrong?


I dont do anything higher than WAN(10MB) and LAN(100MB).

But if anyone has any suggestions or comments  -especially values to 
adjust in sysctl, please chime in.


TIA

-JD

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


apache13 apache13 with ssl support

2007-06-26 Thread zigniew szalbot
Hello,

I installed apache13 once upon a time and would like now to try out https.
My question is how do I go about it? Should I uninstall apache and then
install apache13-modssl or apache13-ssl?

Is there a better way like installing the missing ssl modules?

The handbook says: If you have not yet installed Apache, then a version of
Apache 1.3.X that includes mod_ssl may be installed with the
www/apache13-modssl port.

Since I have already installed apache, I am not sure how to add the
missing ingredients.

Many thanks in advance!

Zbyszek

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


Re: patches for the 6.2-RELEASE kernel

2007-06-26 Thread Jose Luis Alarcon Sanchez
On Tue, 26 Jun 2007 21:20:58 +0300
Manolis Kiagias [EMAIL PROTECTED] wrote:

 Jose Luis Alarcon Sanchez wrote:
   Hi Folks.
  
   I am FreeBSD 6.2-RELEASE user. i'm learning FreeBSD.
  
   Some times, i see people have a system named 6.2-RELEASE-pxx, where
   xx is a number. I know that -pxx are security patches, or not only
   security and too are patches for solve bugs?.
  
   My dude is: is very convenient have upgraded the kernel to this
   patches. I'm a home user, not a bussiness. Nothing important
   depend on my system.
  
   My second dude is: how is the upgrade process?, are there this patch
   files in any concrete web site and the user must download it and apply?,
   are there any automatized mechanism for get it?.
  
   One last question, what is the number of the last patch applied?.
  
   Thanks you very much, in advance.
  
   Regards.
  
   Jose.
  
 
 
 There is  a program called freebsd-update. It is part of the main
 system, you already have it.
 Patching the system is usually as easy as this:
 (as root):
 freebsd-update fetch
 freebsd-update install
 Recompiling the kernel is an easy, straightforward and well documented
 process (unless you csup'd your system to STABLE, which you haven't
 obviously)
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html
 
 Since, as you say, nothing important depends on your system, you should
 experiment and learn from it!
 The current patch level is p5
 
 Manolis
 

Manolis,

Thank you very much for your reply. You're very kind. Thanks too to
Jerry McAllister and Chuck Swiger.

This list is fantastic.

Regards.

Jose.

-- 
http://www.lordofunix.org/
 
Not Registered GNU/Hurd User.
Registered BSD User 51101.
Registered Linux User #213309.
Memories. You are talking about memories.
Rick Deckard. Blade Runner.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: patches for the 6.2-RELEASE kernel

2007-06-26 Thread leticia lazarini
STOP

 Date: Wed, 27 Jun 2007 00:33:27 +0200 From: [EMAIL PROTECTED] To: 
 freebsd-questions@freebsd.org Subject: Re: patches for the 6.2-RELEASE 
 kernel  On Tue, 26 Jun 2007 21:20:58 +0300 Manolis Kiagias [EMAIL 
 PROTECTED] wrote:   Jose Luis Alarcon Sanchez wrote:   Hi Folks.   
   I am FreeBSD 6.2-RELEASE user. i'm learning FreeBSD. Some 
 times, i see people have a system named 6.2-RELEASE-pxx, where   xx is a 
 number. I know that -pxx are security patches, or not only   security and 
 too are patches for solve bugs?. My dude is: is very convenient 
 have upgraded the kernel to this   patches. I'm a home user, not a 
 bussiness. Nothing important   depend on my system. My second 
 dude is: how is the upgrade process?, are there this patch   files in 
 any concrete web site and the user must download it and apply?,   are 
 there any automatized mechanism for get it?. One last question, 
 what is the number of the last patch applied?. Thanks you very 
 much, in advance. Regards. Jose. There 
 is a program called freebsd-update. It is part of the main  system, you 
 already have it.  Patching the system is usually as easy as this:  (as 
 root):  freebsd-update fetch  freebsd-update install  Recompiling the 
 kernel is an easy, straightforward and well documented  process (unless you 
 csup'd your system to STABLE, which you haven't  obviously)
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html
 Since, as you say, nothing important depends on your system, you 
 should  experiment and learn from it!  The current patch level is p5   
  ManolisManolis,  Thank you very much for your reply. You're very 
 kind. Thanks too to Jerry McAllister and Chuck Swiger.  This list is 
 fantastic.  Regards.  Jose.  --  http://www.lordofunix.org/  Not 
 Registered GNU/Hurd User. Registered BSD User 51101. Registered Linux User 
 #213309. Memories. You are talking about memories. Rick Deckard. Blade 
 Runner. ___ 
 freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, 
 send any mail to [EMAIL PROTECTED]
_
Conheça o Windows Live Spaces, a rede de relacionamentos conectada ao Messenger!
http://spaces.live.com/signup.aspx___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: patches for the 6.2-RELEASE kernel

2007-06-26 Thread leticia lazarini



From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: patches for the 6.2-RELEASE 
kernelDate: Wed, 27 Jun 2007 00:57:51 +


Pare de enviar e-mail pra mim...não te conheço, tá enchendo minha caixa.Parem , 
por favor !

 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; 
 freebsd-questions@freebsd.org Date: Wed, 27 Jun 2007 00:42:09 + CC:  
 Subject: RE: patches for the 6.2-RELEASE kernel  STOP   
 Date: Wed, 27 Jun 2007 00:33:27 +0200 From: [EMAIL PROTECTED] To: 
 freebsd-questions@freebsd.org Subject: Re: patches for the 6.2-RELEASE 
 kernel  On Tue, 26 Jun 2007 21:20:58 +0300 Manolis Kiagias [EMAIL 
 PROTECTED] wrote:   Jose Luis Alarcon Sanchez wrote:   Hi Folks.   
   I am FreeBSD 6.2-RELEASE user. i'm learning FreeBSD. Some 
 times, i see people have a system named 6.2-RELEASE-pxx, where   xx is a 
 number. I know that -pxx are security patches, or not only   security and 
 too are patches for solve bugs?. My dude is: is very convenient 
 have upgraded the kernel to this   patches. I'm a home user, not a 
 bussiness. Nothing important   depend on my system. My second 
 dude is: how is the upgrade process?, are there this patch   files in 
 any concrete web site and the user must download it and apply?,   are 
 there any automatized mechanism for get it?. One last question, 
 what is the number of the last patch applied?. Thanks you very 
 much, in advance. Regards. Jose. There 
 is a program called freebsd-update. It is part of the main  system, you 
 already have it.  Patching the system is usually as easy as this:  (as 
 root):  freebsd-update fetch  freebsd-update install  Recompiling the 
 kernel is an easy, straightforward and well documented  process (unless you 
 csup'd your system to STABLE, which you haven't  obviously)
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html
 Since, as you say, nothing important depends on your system, you 
 should  experiment and learn from it!  The current patch level is p5   
  ManolisManolis,  Thank you very much for your reply. You're very 
 kind. Thanks too to Jerry McAllister and Chuck Swiger.  This list is 
 fantastic.  Regards.  Jose.  --  http://www.lordofunix.org/  Not 
 Registered GNU/Hurd User. Registered BSD User 51101. Registered Linux User 
 #213309. Memories. You are talking about memories. Rick Deckard. Blade 
 Runner. ___ 
 freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, 
 send any mail to [EMAIL PROTECTED] 
 _ Conheça o 
 Windows Live Spaces, a rede de relacionamentos conectada ao Messenger! 
 http://spaces.live.com/signup.aspx___
  freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, 
 send any mail to [EMAIL PROTECTED]

Conheça o Windows Live Spaces, a rede de relacionamentos conectada ao 
Messenger! Crie já o seu! 
_
Conheça o Windows Live Spaces, a rede de relacionamentos conectada ao Messenger!
http://spaces.live.com/signup.aspx___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading Xorg from 6.9.0 to 7.2

2007-06-26 Thread [EMAIL PROTECTED]

On 26/06/07, Sereno Ternullo [EMAIL PROTECTED] wrote:


 Sereno Ternullo [EMAIL PROTECTED] writes:


 Hi folks,
 I'm encountering problems upgrading Xorg from version 6.9.0 to 7.2
 I followed the procedure described in /usr/ports/UPDATING

 [...]

 # portupgrade -aP -x 'gstreamer*'


. . .

P.S: Why so many ports and so few packages ?


Among a myriad of other factors, that might depend
on which version of FreeBSD you are running.

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


Re: Upgrading Xorg from 6.9.0 to 7.2

2007-06-26 Thread Norberto Meijome
On Tue, 26 Jun 2007 18:05:43 +0200
Sereno Ternullo [EMAIL PROTECTED] wrote:

  $ pkg_info -W /usr/local/include/GL/gl.h
  /usr/local/include/GL/gl.h was installed by package libGL-6.5.3_3
 
  
 I will try to install libGL before portupgrading xorg: I'm beginning to 
 pray.


or uninstall libgstreamer and move on until xorg is done ;)

_
{Beto|Norberto|Numard} Meijome

Software isn't released it escapes.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: commandline to remove a package and its dependencies

2007-06-26 Thread [EMAIL PROTECTED]

On 26/06/07, Norberto Meijome [EMAIL PROTECTED] wrote:

[ added freebsd-questions to CC: ]

On Tue, 26 Jun 2007 15:52:56 +0800
Zhang Weiwu [EMAIL PROTECTED] wrote:

 From: Zhang Weiwu [EMAIL PROTECTED]
 To: Norberto Meijome [EMAIL PROTECTED]
 Subject: commandline to remove a package and its dependencies
 Date: Tue, 26 Jun 2007 15:52:56 +0800
 X-Mailer: Evolution 2.8.2
 Organization: Real Softservice

 Dear list

 Stupid question again. Is there a commandline tool that I can use to
 remove a package 'wmaker', and then it will prompt me if I wish to
 remove packages that was required only by 'wmaker' and after wmaker is
 removed, become required by no other packages. Such packages existed
 only for 'wmaker' is very likely should be removed together with wmaker.

Hi Zhang,
you basically want to remove leaves from the package tree - install
pkg_cutleaves from ports :

pkg_cutleaves-20061113 Interactive script for deinstalling 'leaf' packages

I suggest you run it interactively, as well as creating a file with exclusions
(there are some leaves that you want to keep of course). I run it as :

[EMAIL PROTECTED] [Tue Jun 26 20:43:55 2007]
/usr/home/betom
$ cat bin/show_pkg_leaves.sh
#!/bin/sh
pkg_cutleaves -xcl


For something htat is part of the extant base:
# pkg_delete -rd quack-bark-9.9.9

Though you may want to add -n the first go.

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


Re: MS exchange alternatives for FreeBSD

2007-06-26 Thread Norberto Meijome
On Tue, 26 Jun 2007 19:14:59 +0300
Cheffo [EMAIL PROTECTED] wrote:

 Hi list,
 
 I have server running postfix + courier-imap, and I'm looking for 
 someway to add possibility to exchange calendars/contacts/meeting 
 invitations/etc between mail clients.
 
 Can someone recommend calendar, that is compatible with windows clients 
 and can be run under FreeBSD?

I don't know whether it works on FBSD, but http://www.openchange.org/ looks 
promising

_
{Beto|Norberto|Numard} Meijome

Quality is never an accident, it is always the result of intelligent effort.
  John Ruskin  (1819-1900)

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDM at boot

2007-06-26 Thread Norberto Meijome
On Tue, 26 Jun 2007 22:44:25 +0200
Sereno Ternullo [EMAIL PROTECTED] wrote:

 This is even easier to remember:
 
 # init q
 
 It's the same for 'kill -HUP 1'

well...not really.

init q is specific to init.

kill -HUP {pid}

is the standard unix way to tell {pid} to reload its configuration file. Most 
apps handle the HUP signal specifically.



_
{Beto|Norberto|Numard} Meijome

He has Van Gogh's ear for music.
  Billy Wilder

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MS exchange alternatives for FreeBSD

2007-06-26 Thread Outback Dingo

Well doing this, before... research wise Hula from Suse, now open source,
and a work in progress or SugarCRM/Vtiger (Sugar fork) Ive heard of
OpenExchange running but it requires work and research.

On 6/27/07, Norberto Meijome [EMAIL PROTECTED] wrote:


On Tue, 26 Jun 2007 19:14:59 +0300
Cheffo [EMAIL PROTECTED] wrote:

 Hi list,

 I have server running postfix + courier-imap, and I'm looking for
 someway to add possibility to exchange calendars/contacts/meeting
 invitations/etc between mail clients.

 Can someone recommend calendar, that is compatible with windows clients
 and can be run under FreeBSD?

I don't know whether it works on FBSD, but http://www.openchange.org/looks 
promising

_
{Beto|Norberto|Numard} Meijome

Quality is never an accident, it is always the result of intelligent
effort.
  John Ruskin  (1819-1900)

I speak for myself, not my employer. Contents may be hot. Slippery when
wet. Reading disclaimers makes you go blind. Writing them is worse. You have
been Warned.
___
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]