RE: mpd pptp server?

2008-03-19 Thread Rudi Kramer - MWEB
Hello, Here is my config using the mpd3 port to create a Microsoft ppptp server: mpd.conf: ### # # MPD configuration file # ### startup: # enable TCP-Wrapper (hosts_access(5)) to

Re: (more) confusion configuring NAT

2008-03-19 Thread Christopher Cowart
Robert Huff wrote: > Christopher Cowart writes: >> Do you have gateway_enable="YES" in your /etc/rc.conf? > > huff@>> grep gate /etc/rc.conf > gateway_enable="YES" > >> $ sysctl -a net.inet.ip.forwarding >> net.inet.ip.forwarding: 1 > > huff@>> sysctl -a net.inet.ip.forwarding > net.inet.ip.

Re: Gcc and make not producing executable

2008-03-19 Thread Peter Boosten
Eduardo Cerejo wrote: On Linux systems, there is no base system 'make', so GNU make is installed as 'make'. On FreeBSD systems, there is a base system make that is maintained by the FreeBSD project, so GNU make is installed as 'gmake'. The main differences in making with them is that GNU make a

bpf packet capture and SOCK_STREAM socket redirects...

2008-03-19 Thread Alireza Torabi
Hi All, Is it possible to redirect/send/divert a bpf packet capture of one interface to a listening tcp socket on another interface of the same machine? Here is my problem: I'm capturing packets on one interface but for some specific tcp packets let's say from host A to host B on port P, I want to

Re: linux emulation

2008-03-19 Thread Patrick C
I think you're talking about Linux binary compatibility. While I have heard of project(s) for device driver compatibility I do not believe anything exists in a usable state. -Patrick On 19/03/2008, Da Rock <[EMAIL PROTECTED]> wrote: > I've read the handbook and just about anything on linux compa

Re: mpd pptp server?

2008-03-19 Thread Ian Smith
On Wed, 19 Mar 2008 00:43:58 +0100 Jon Theil Nielsen <[EMAIL PROTECTED]> wrote: > > I have tried some different ways to make a working VPN server on FreeBSD 7.0. > The main goal is to make it possible for Windows clients to access their > Samba home shares. I'm not sure if mpd is the best solu

linux emulation

2008-03-19 Thread Da Rock
I've read the handbook and just about anything on linux compat under freebsd. I am particularly interested in drivers under linux compat. 1. How do I install the drivers for all users under linux compat? 2. Is it possible for freebsd programs to use the linux drivers? 3. Anything I should be aware

DHCP Question

2008-03-19 Thread jhall
I am in the process of moving my phone system DHCP from my Mitel 3300 to a FreeBSD so I can parse the DHCP file. In order to make Mitel's option 125 work correctly, I have to specify some vendor specific options. I believe this is option 124 if I understand the Mitel documentation correctly. I h

removable devices auto umounting

2008-03-19 Thread Da Rock
I'm just looking into the removable device issue for freebsd. I can see its easy enough to auto mount a removable device (although I could use some help getting sd/xd devices working with my card reader), but the removal seems to come unstuck. I have some barely literates on my systems, so I do ne

Re: bsdlabel, now no boot

2008-03-19 Thread Walker
On Wed, Mar 19, 2008 at 2:07 PM, David Kelly <[EMAIL PROTECTED]> wrote: > Yes, thats what is running now. Sadly I've already recycled the two SATA > drives that came out and don't remember how they were configured that > the PATA drive booted. Know I have used boot0cfg(8) in the past but > don'

Re: OT: brother hl-5250dn here.

2008-03-19 Thread Gary Kline
On Wed, Mar 19, 2008 at 03:44:41PM -0500, David Kelly wrote: > On Wed, Mar 19, 2008 at 11:54:43AM -0700, Gary Kline wrote: > > > > Ihave my new printer here, hooked into my hub/switch. What next? > > How to configure it to get a DHCP lease. I just rebooted my > > pfSense firewall and

Re: Different languages in the same applications under kde & konsole

2008-03-19 Thread Jonathan Chen
On Wed, Mar 19, 2008 at 11:45:48PM +0100, vittorio wrote: > I run freebsd 7.0 and kde 3.5.8, both in Italian. > Now it happens that if I launch either gimp or abiword from the kde konsole > the two applications "speak" Italian while if I launch them from the icons > (that I created) on the deskt

Re: Different languages in the same applications under kde & konsole

2008-03-19 Thread Terry Sposato
vittorio wrote: I run freebsd 7.0 and kde 3.5.8, both in Italian. Now it happens that if I launch either gimp or abiword from the kde konsole the two applications "speak" Italian while if I launch them from the icons (that I created) on the desktop they "switch" to English. Why is that and w

limit Xorg to one ip address - problem further explained

2008-03-19 Thread Mark Moellering
O.k., here is the deal. As a web designer, I NEED to run Flash-9. I have traditionally developed on FreeBSD and recently upgraded to a core-2 Quad system. Now that I am using the amd64 system, I can't run win4bsd, wine, etc. except in a jail. I would prefer to keep X and everything

Re: confusion configuring NAT

2008-03-19 Thread Erik Trulsson
On Wed, Mar 19, 2008 at 03:51:12PM -0500, David Alanis wrote: > Being I am a newcomer to freeBSD, on my first install google turned up a > how to for getting my box on the Internet as a firewall/DHCP/DNS server. > Since, I've been learning the packet filtering program (pf). Everytime I > read a

Re: (more) confusion configuring NAT

2008-03-19 Thread Robert Huff
Christopher Cowart writes: > Do you have gateway_enable="YES" in your /etc/rc.conf? huff@>> grep gate /etc/rc.conf gateway_enable="YES" > $ sysctl -a net.inet.ip.forwarding > net.inet.ip.forwarding: 1 huff@>> sysctl -a net.inet.ip.forwarding net.inet.ip.forwarding: 1 > Is the interface

Re: Gcc and make not producing executable

2008-03-19 Thread Eduardo Cerejo
> On Linux systems, there is no base system 'make', so GNU make is > installed as 'make'. On FreeBSD systems, there is a base system make > that is maintained by the FreeBSD project, so GNU make is installed as > 'gmake'. The main differences in making with them is that GNU make and > FreeBSD make

Re: Problem with multiple scsi adapters and drive assignments

2008-03-19 Thread John A.
On Tue, Mar 18, 2008 at 7:45 PM, Erik Trulsson <[EMAIL PROTECTED]> wrote: > > The solution is not to change the order in which things are probed, but to > hard-wire which name is assigned to which disk. > See the SCSI(4) manpage for information on how to do this by setting hints > in /boot/device.

Re: (more) confusion configuring NAT

2008-03-19 Thread Christopher Cowart
Robert Huff wrote: > Christopher Cowart writes: > >> > 2) NAT still doesn't work. Still connected, but can't surf to >> > www.google.com using Firefox. >> >> My kernel conf: >> | options IPFIREWALL >> | options IPFIREWALL_VERBOSE >> | options IPFIREWALL_VERBOSE_LIMIT=100 >> | options IPFIRE

Re: smb_iod_recvall: drop resp with mid errors

2008-03-19 Thread Chuck Swiger
Hi-- On Mar 19, 2008, at 4:01 PM, Darren Spruell wrote: No, nothing to do with samba. This is the native mount_smbfs(8) code in FreeBSD. OK.../usr/src/contrib/smbfs/CREDITS points to the Samba code as a reference implementation, but the listed contact for the FreeBSD implementation is Bor

Different languages in the same applications under kde & konsole

2008-03-19 Thread vittorio
I run freebsd 7.0 and kde 3.5.8, both in Italian. Now it happens that if I launch either gimp or abiword from the kde konsole the two applications "speak" Italian while if I launch them from the icons (that I created) on the desktop they "switch" to English. Why is that and what can I do for ma

Re: smb_iod_recvall: drop resp with mid errors

2008-03-19 Thread Darren Spruell
On Wed, Mar 19, 2008 at 10:25 AM, Chuck Swiger <[EMAIL PROTECTED]> wrote: > Hi, Darren-- > > > On Mar 18, 2008, at 4:33 PM, Darren Spruell wrote: > > While this host was experiencing these issues a different FreeBSD host > > also encountered issues with a different share on the same Windows > >

Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Chad Perrin
On Wed, Mar 19, 2008 at 06:11:08PM -0300, Mario Lobo wrote: > On Tuesday 18 March 2008 13:54:34 Patrick Dung wrote: > > Hello > > > > As title, I have tried xwd, it can't capture mouse curosr. > > ksanpshot. It does exactly what you need. requires kde though Anything that doesn't require a bunch

Re: confusion configuring NAT

2008-03-19 Thread Rudy
David Alanis wrote: Being I am a newcomer to freeBSD, on my first install google turned up a how to for getting my box on the Internet as a firewall/DHCP/DNS server. Since, I've been learning the packet filtering program (pf). Everytime I read a question on ipfw I quickly get confused. What a

OpenSource interface for ZFS like webcvs?

2008-03-19 Thread Rudy
Before I reinvent the wheel, is there an opensource zfs browser? Something that shows snapshots, usage, quotas, etc. and allows snapshot cloning, cloning, snapshot deleting, etc? I am loving ZFS and the CLI, but want to let some CLI challenged people manage snapshots. Thanks, Rudy Examp

Re: confusion configuring NAT

2008-03-19 Thread Rudy
Christopher Cowart wrote: Josh Paetzel wrote: I don't see much in the man page for ipfw concerning nat, certainly not the rules you are specifying. Try man natd NAT support was added to ipfw with the 7.0 release. You don't need to run natd if you're using ipfw nat. I Need to read

Re: limit Xorg to one ip address

2008-03-19 Thread Rudy
Catalin Miclaus wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Moellering Sent: Wednesday, March 19, 2008 10:41 PM To: freebsd-questions@freebsd.org Subject: limit Xorg to one ip address I want to set up the jail server but the information I have indicates that I can

Re: limit Xorg to one ip address

2008-03-19 Thread Rudy
Mark Moellering wrote: I want to set up the jail server but the information I have indicates that I cannot have a daemon binding to all IP addresses. How do i limit Xorg from binding to all IP addresses? Is this still necesary? You can run xorg in a jail. http://blogs.freebsdish.org/netc

RE: limit Xorg to one ip address

2008-03-19 Thread Catalin Miclaus
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Moellering Sent: Wednesday, March 19, 2008 10:41 PM To: freebsd-questions@freebsd.org Subject: limit Xorg to one ip address I want to set up the jail server but the information I have indicates that I cannot have a daemon binding

random st_birthtime

2008-03-19 Thread Andy Christianson
Hello, I am running FreeBSD 7.0-RELEASE AMD64 on a dual dual-core xeon system, and I am having an odd problem with non-UFS filesystems. Any mounted filesystem that is not UFS will return a random, negative st_birthtime. Also, each time I stat the file I get a different value. The two mounte

limit Xorg to one ip address

2008-03-19 Thread Mark Moellering
I want to set up the jail server but the information I have indicates that I cannot have a daemon binding to all IP addresses. How do i limit Xorg from binding to all IP addresses? Is this still necesary? All help is appreciated. Thanks Mark ___ fr

Re: OT: brother hl-5250dn here.

2008-03-19 Thread Gary Kline
On Wed, Mar 19, 2008 at 12:28:20PM -0700, Predrag Punosevac wrote: > Gary Kline wrote: > > Ihave my new printer here, hooked into my hub/switch. What next? > > How to configure it to get a DHCP lease. I just rebooted my > > pfSense firewall and do not see any new leases! > > > > > F

Re: (more) confusion configuring NAT

2008-03-19 Thread Robert Huff
Christopher Cowart writes: > >2) NAT still doesn't work. Still connected, but can't surf to > > www.google.com using Firefox. > > My kernel conf: > | options IPFIREWALL > | options IPFIREWALL_VERBOSE > | options IPFIREWALL_VERBOSE_LIMIT=100 > | options IPFIREWALL_FORWARD > | option

Re: (more) confusion configuring NAT

2008-03-19 Thread Christopher Cowart
Robert Huff wrote: > > 1) when I add the nat instance, it assigns it rule # 65100. Is > this a problem? Is there a way to assign my own rule #? (ipfw > seems not to like two "add"s in the same line.) > > 2) NAT still doesn't work. Still connected, but can't surf to > www.google.co

Does 7.0 is NIS compatible by default ?

2008-03-19 Thread Frank Bonnet
Hello I've setup NIS client on a fresh 7.0 installed machine but it is unable to "su" to a NIS account , id command give a "user unknown" response, BUT ypcat or ypmatch commands works ... Thanks for any help/infos. Frank ___ freebsd-questions@freebsd

Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Mario Lobo
On Tuesday 18 March 2008 13:54:34 Patrick Dung wrote: > Hello > > As title, I have tried xwd, it can't capture mouse curosr. > > Regards > Patrick > > > > ___ >_ Looking for last minute shopping deals? > Find them

Re: X.org 7.3 sure is a mess...

2008-03-19 Thread Dominic Fandrey
Scott Bennett wrote: Now that I've upgraded to X.org 7.3, I'm wishing that I hadn't done it. ... I'm still discovering more and more broken stuff in 7.3 each day. It's only partially usable. ... Did you check the integrity of your libraries? Are you maybe using portupgrade that keep

Missing /dev/null after few min

2008-03-19 Thread Matthias Gamsjäger
Hello, I'm running freebsd for couple of years now and never had really big problems but this one I can't solve on my own. Running releng 7 for 6 months now but recently after running X for like 10min the systems is missing /dev/null. So you can imaging that most programs start complaining about i

Re: confusion configuring NAT

2008-03-19 Thread David Alanis
Being I am a newcomer to freeBSD, on my first install google turned up a how to for getting my box on the Internet as a firewall/DHCP/DNS server. Since, I've been learning the packet filtering program (pf). Everytime I read a question on ipfw I quickly get confused. What are the major advan

Re: Gcc and make not producing executable

2008-03-19 Thread Reid Linnemann
Written by Eduardo Cerejo on 03/19/08 15:23>> >> gmake does the trick. > > Indeed it did. Can you tell me what the main differences is between make and > gmake in terms of "making"? I can see that gmake is gnu's version of make, > is FreeBSD's gmake the same as linux's make? >

(more) confusion configuring NAT

2008-03-19 Thread Robert Huff
1) when I add the nat instance, it assigns it rule # 65100. Is this a problem? Is there a way to assign my own rule #? (ipfw seems not to like two "add"s in the same line.) 2) NAT still doesn't work. Still connected, but can't surf to www.google.com using Firefox.

Re: OT: brother hl-5250dn here.

2008-03-19 Thread David Kelly
On Wed, Mar 19, 2008 at 11:54:43AM -0700, Gary Kline wrote: > > Ihave my new printer here, hooked into my hub/switch. What next? > How to configure it to get a DHCP lease. I just rebooted my > pfSense firewall and do not see any new leases! Out of the box my HL-5250DN got a le

Re: KDE doesn't switch between keyboard layouts in FreeBSD

2008-03-19 Thread Manolis Kiagias
Yuri wrote: Hi, I am using 'KDE Keyboard Tool' on FreeBSD-7.0. I have US layout and Cyrillic layouts selected. And on "Xkb Options" tab I selected "Both Shift Keys together change layout" But when I press both Shifts layout doesn't change. Anyone has this working? Yuri _

Re: Gcc and make not producing executable

2008-03-19 Thread Erik Trulsson
On Wed, Mar 19, 2008 at 04:23:09PM -0400, Eduardo Cerejo wrote: > > gmake does the trick. > > Indeed it did. Can you tell me what the main differences is between make > and gmake in terms of "making"? I can see that gmake is gnu's version of > make, is FreeBSD's gmake the same as linux's make?

confusion configuring NAT

2008-03-19 Thread Robert Huff
> I'm trying to get NAT going, and apparently failing to > understand large parts of the concept, If natd is no longer needed as of 7.*, then this page of the Handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html needs revision.

Re: Gcc and make not producing executable

2008-03-19 Thread Eduardo Cerejo
> gmake does the trick. Indeed it did. Can you tell me what the main differences is between make and gmake in terms of "making"? I can see that gmake is gnu's version of make, is FreeBSD's gmake the same as linux's make? ___ freebsd-questions@freebsd

Re: confusion configuring NAT

2008-03-19 Thread Christopher Cowart
Josh Paetzel wrote: > I don't see much in the man page for ipfw concerning nat, certainly not the > rules you are specifying. Try man natd NAT support was added to ipfw with the 7.0 release. You don't need to run natd if you're using ipfw nat. Robert Huff wrote: > ipfw nat 10 config log ip 1

KDE doesn't switch between keyboard layouts in FreeBSD

2008-03-19 Thread Yuri
Hi, I am using 'KDE Keyboard Tool' on FreeBSD-7.0. I have US layout and Cyrillic layouts selected. And on "Xkb Options" tab I selected "Both Shift Keys together change layout" But when I press both Shifts layout doesn't change. Anyone has this working? Yuri

Re: confusion configuring NAT

2008-03-19 Thread Josh Paetzel
On Wednesday 19 March 2008 03:02:59 pm Robert Huff wrote: > I'm trying to get NAT going, and apparently failing to > understand large parts of the concept, > 1) Per the handbook I have added > > options IPFIREWALL > options IPDIVERT > > to the kernel. > 2) The firewall is ac

Re: Headless Azureus with any X11 Dependencies ??

2008-03-19 Thread Wael Nasreddine
This One Time, at Band Camp, Danny Woods <[EMAIL PROTECTED]> said, On Tue, Mar 18, 2008 at 07:58:05PM +: > Wael Nasreddine wrote: >> My server is not that fast, The specs are: >> Pentium4 1.7Ghz >> 1024Mb RAM >> 7200 RPM, 250Gb HDD > > I run mldonkey, a multi-protocol, headless server, on a

confusion configuring NAT

2008-03-19 Thread Robert Huff
I'm trying to get NAT going, and apparently failing to understand large parts of the concept, 1) Per the handbook I have added options IPFIREWALL options IPDIVERT to the kernel. 2) The firewall is active, and configured so it works for the machine itself. (Settin

Re: OT: brother hl-5250dn here.

2008-03-19 Thread Predrag Punosevac
Gary Kline wrote: Ihave my new printer here, hooked into my hub/switch. What next? How to configure it to get a DHCP lease. I just rebooted my pfSense firewall and do not see any new leases! For starters I think this question is for Brother technical support not for

Re: X.org 7.3 sure is a mess...

2008-03-19 Thread Peter Boosten
Mark Ovens wrote: The other thing I've noticed is, on my box at least, that the problem always starts when I move the mouse (not every time of course) so could it be Xorg 7.3 not playing nicely with the mouse driver - or the USB driver since my mouse is a USB one? Which may explain why some p

Re: X.org 7.3 sure is a mess...

2008-03-19 Thread Mark Ovens
Peter Boosten wrote: Ken Gunderson wrote: [snip] Looks like you're having a problem with your window manager, instead of Xorg. Mine (with enlightenment-devel) works like charm. None of the issues you describe anyway. Peter So how would you explain that I am seeing same type of behaviors in

OT: brother hl-5250dn here.

2008-03-19 Thread Gary Kline
Ihave my new printer here, hooked into my hub/switch. What next? How to configure it to get a DHCP lease. I just rebooted my pfSense firewall and do not see any new leases! -- Gary Kline [EMAIL PROTECTED] www.thought.org Public Service Unix http://jottings

Error installing /usr/ports/java/jai port

2008-03-19 Thread FreeBSD-Utah
When attempting install the /usr/ports/java/jai port I get this error. Is there a solution to this? The OS info is: FreeBSD newpdc.dakcs.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 newpdc# make install ===> Inst

Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Mark Ovens
Nicholas Godson wrote: So what you are wanting is a program like Snag-It for Windows, Ksnapshot can do this I think. Haven't used it in quite a while though. KSnapshot doesn't grab the cursor either. Regards, Mark ___ freebsd-questions@freebsd.org

Re: bsdlabel, now no boot

2008-03-19 Thread David Kelly
On Wed, Mar 19, 2008 at 10:31:18AM -0400, Walker wrote: > On Tue, Mar 18, 2008 at 10:26 PM, David Kelly <[EMAIL PROTECTED]> wrote: > > > > System is now booting ad0 by starting at ad4 and hopping to ad6, > > then to ad0. > > Yes, you've discovered a "feature" of the 400SC (I have 3). If you > h

Re: FreeBSD 7.0 nvidia-driver woes

2008-03-19 Thread Mark Ovens
Darren Spruell wrote: During attempted startup and when using CTRL+ALT+BKSP to kill the server the Xorg process drives CPU usage to 100%: PID USERNAMETHR PRI NICE SIZERES STATE C TIME WCPU COMMAND 1203 root 1 1180 28168K 23960K CPU1 1 1:21 100.00% Xorg I have e

Unable to load dynamic library in httpd-error.log

2008-03-19 Thread freebsd-questions
From the httpd-error.log: [Wed Mar 19 05:40:16 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/json.so' - Cannot open "/usr/local/lib/php/20060613/json.so" in Unknown on line 0 PHP W

Re: smb_iod_recvall: drop resp with mid errors

2008-03-19 Thread Chuck Swiger
Hi, Darren-- On Mar 18, 2008, at 4:33 PM, Darren Spruell wrote: While this host was experiencing these issues a different FreeBSD host also encountered issues with a different share on the same Windows server. I think this points to issues of some sort on the Windows filesystem, but I'd like to

Re: daylight savings time

2008-03-19 Thread Nerius Landys
> > The port misc/zoneinfo is what you need. > > I installed this port and ran 'tzsetup' afterwards. Everything works now. Thanks. I also edited /etc/make.conf to include the line "MK_ZONEINFO=no" as per the instructions in the file /usr/ports/misc/zoneinfo/pkg-descr. However, in my 5.5 distrib

Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Rebs Guarina
you could probably also use gvidcap/xvidcap and split the video to jpegs using ffmpeg...(",) On Wed, Mar 19, 2008 at 9:33 PM, Frank Shute <[EMAIL PROTECTED]> wrote: > On Tue, Mar 18, 2008 at 03:37:05PM -0700, Bill Campbell wrote: > > > > On Tue, Mar 18, 2008, Patrick Dung wrote: > > >Hello > > >

Re: Problem creating sendmail.cf file from .mc using /usr/bin/m4

2008-03-19 Thread Jonathan Horne
On Wednesday 19 March 2008 09:43:34 am Stephen Allen wrote: > Hello, > > When I run /usr/bin/m4 freebsd.mc, the output looks ok, except that none > of the define() lines show up in the output - even when running m4 on an > unaltered freebsd.mc. > > Can anyone help? > > Many thanks, > Steve > the g

Re: Problem creating sendmail.cf file from .mc using /usr/bin/m4

2008-03-19 Thread doug
On Wed, 19 Mar 2008, Stephen Allen wrote: Hello, When I run /usr/bin/m4 freebsd.mc, the output looks ok, except that none of the define() lines show up in the output - even when running m4 on an unaltered freebsd.mc. Can anyone help? Many thanks, Steve Did you try make install? If not

Problem creating sendmail.cf file from .mc using /usr/bin/m4

2008-03-19 Thread Stephen Allen
Hello, When I run /usr/bin/m4 freebsd.mc, the output looks ok, except that none of the define() lines show up in the output - even when running m4 on an unaltered freebsd.mc. Can anyone help? Many thanks, Steve ___ freebsd-questions@freebsd.org

Re: bsdlabel, now no boot

2008-03-19 Thread Walker
On Tue, Mar 18, 2008 at 10:26 PM, David Kelly <[EMAIL PROTECTED]> wrote: > Having had a fresh attack at my broken system tonight I discovered the > original PATA drive boots if I disable the SATA drives in BIOS. What > appears to be happening is that no matter the BIOS is told to boot > "IDE" (

Re: Any software that can do X windows screen capture (with mouse cursor)

2008-03-19 Thread Frank Shute
On Tue, Mar 18, 2008 at 03:37:05PM -0700, Bill Campbell wrote: > > On Tue, Mar 18, 2008, Patrick Dung wrote: > >Hello > > > >As title, I have tried xwd, it can't capture mouse curosr. > > I'm not sure how a simple screen capture program would capture > the mouse cursor since they all ask that you

Lotus Notes 8

2008-03-19 Thread Anders Troback
Hi, is there anyone out there who know how to get the Linux version of Lotus Notes 8 client to run under FreeBSD? Thanks! -- Anders Trobäck http://www.troback.com/ Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" F

Re: FreeBSD 7.0 and pf

2008-03-19 Thread Norman Maurer
Am Mittwoch, den 19.03.2008, 16:18 +0530 schrieb Girish Venkatachalam: > On 10:30:38 Mar 19, Norman Maurer wrote: > > > > btw, if i remove pf all works fine :-/ > > > > > Are you using any scrub rule? > > Comment those out and try. > > -Girish > I removed the "options IPSEC_FILTERTUNNEL" f

Re: FreeBSD 7.0 and pf

2008-03-19 Thread Girish Venkatachalam
On 10:30:38 Mar 19, Norman Maurer wrote: > > btw, if i remove pf all works fine :-/ > Are you using any scrub rule? Comment those out and try. -Girish -- "unix soi qui mal y pense" UNIX to him who evil thinks +--+ | GnuPG key

Re: FreeBSD 7.0 and pf

2008-03-19 Thread Norman Maurer
Am Mittwoch, den 19.03.2008, 09:40 +0100 schrieb Norman Maurer: > Am Mittwoch, den 19.03.2008, 14:04 +0530 schrieb Girish Venkatachalam: > > On 07:56:48 Mar 19, Norman Maurer wrote: > > > Hi all, > > > > > > im using freebsd 7.0 + gif interfaces + racoon + pf to filter stuff on > > > my box. Aft

Re: Compile error, kde related?

2008-03-19 Thread Leslie Jensen
Mel wrote: Nope. But I would be interested to see what the line is that compiles uic. And what configure produces. I still think there's something '6.x-ish' going on here, but without knowing how uic gets built, it's anyone's guess. Could you try the following: cd /usr/ports/x11/qt33 make

Re: FreeBSD 7.0 and pf

2008-03-19 Thread Norman Maurer
Am Mittwoch, den 19.03.2008, 14:04 +0530 schrieb Girish Venkatachalam: > On 07:56:48 Mar 19, Norman Maurer wrote: > > Hi all, > > > > im using freebsd 7.0 + gif interfaces + racoon + pf to filter stuff on > > my box. After upgrading to freebsd 7.0 I see some strange behavior. I > > see packets g

Re: Source Upgrade to FreeBSD 7 fails

2008-03-19 Thread Matthias Fechner
Hi Mel, Mel wrote: libssl.so.4, needed by /usr/local/lib/libldap.so, not found hm, the first mail was blocked: - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> (reason: 554 5.7.1 <[EMAIL PROTECTED]>: Recipient address rejected: Access denied) hopefu

Re: FreeBSD 7.0 and pf

2008-03-19 Thread Girish Venkatachalam
On 07:56:48 Mar 19, Norman Maurer wrote: > Hi all, > > im using freebsd 7.0 + gif interfaces + racoon + pf to filter stuff on > my box. After upgrading to freebsd 7.0 I see some strange behavior. I > see packets get dropped because of bad hdr length. The problems only > seems to happen on traffic