Re: CARP on 9.0 (was no subject)

2011-08-26 Thread Patrick Lamaiziere
Le Fri, 26 Aug 2011 15:26:28 +, Johan Hendriks a écrit : > I am trying to set up CARP under 9.0 ... > Also with a higer value like advskew 200 or 254 the role of the > servers stays the same. Ok, there is something wrong so. Did you check that the sysctl net.inet.carp.suppress_preempt is

Re: CARP on 9.0 (was no subject)

2011-08-26 Thread Patrick Lamaiziere
Le Fri, 26 Aug 2011 18:22:37 +, Johan Hendriks a écrit : > net.inet.carp.preempt: 0 You said it was equal to 1 on both machines. It should be at 1. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-que

Re: OpenLDAP + CARP

2011-09-21 Thread Patrick Lamaiziere
Le Tue, 20 Sep 2011 13:02:47 +0200, Rafael NAVAZA a écrit : Hello, > As far as I > know CARP will not check if the slapd is running correctly; that > could be a problem if the CARP Master has a failing slapd. Do I have > to monitor slapd with a third party software (like Monit) ? Can I > config

Re: need help with pf configuration

2011-10-08 Thread Patrick Lamaiziere
Le Sun, 9 Oct 2011 12:15:54 +0700, Victor Sudakov a écrit : > I have a configuration with 2 inside interfaces, 1 outside and 1 dmz > interface. The traffic should be able to flow > > 1) from inside1 to any (and back) > 2) from inside2 to any (and back) > 3) from dmz to outside only (and back). >

Re: need help with pf configuration

2011-10-09 Thread Patrick Lamaiziere
Le Sun, 9 Oct 2011 14:39:10 +0700, Victor Sudakov a écrit : > > > I need no details, just a general hint how to setup such security > > > levels, preferably independent of actual IP addressses behind the > > > interfaces (a :network macro is not always sufficient). > > > > You may use urpf-faile

Re: need help with pf configuration

2011-10-10 Thread Patrick Lamaiziere
Le Mon, 10 Oct 2011 14:10:53 +0700, Victor Sudakov a écrit : > The problem is, there could be several routed networks behind the > inside interfaces. Not all inside networks are directly connected, and > the :network macro works only for directly connected interfaces, > right? Rigth, this is why

Re: My tribute to Dennis Ritchie

2011-10-19 Thread Patrick Lamaiziere
Le Wed, 19 Oct 2011 10:07:22 -0500, Paul Schmehl a écrit : > # grep -ir Ritchie /usr/src/* Nice! I've posted a copy of your mail on linuxfr.org (a french web site about Linux and free softwares) https://linuxfr.org/nodes/87797/comments/1281756 "Dennis Ritchie is twice as bright as Steve Jobs,

nice man pages?

2011-10-25 Thread Patrick Lamaiziere
Hello, I use sysutils/most to have nice manual pages in color, that's cool but is there a way to do this with the base system (ie without adding port)? Thanks, regards. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: nice man pages?

2011-10-26 Thread Patrick Lamaiziere
Le Tue, 25 Oct 2011 22:43:29 -0400, Robert Huff a écrit : > > I use sysutils/most to have nice manual pages in color, that's > > cool but is there a way to do this with the base system (ie > > without adding port)? > > I believe the answer will be "Not going to happen." Color is > nice

(8.2) share lib and ldconfig problem.

2011-10-26 Thread Patrick Lamaiziere
Hello, 8.2 STABLE/i386 I'm hit by something strange. Basically ldconfig does not take care of some libs in /usr/local/lib/compat/pkg By sample I've updated icu (via portupgrade) and libreoffice does not start anymore. $ libreoffice /libexec/ld-elf.so.1: Shared object "libicuuc.so.46" not foun

Re: (8.2) share lib and ldconfig problem.

2011-10-31 Thread Patrick Lamaiziere
Le Fri, 28 Oct 2011 12:49:45 -0400, "b. f." a écrit : > > Portgrade did a copy of the lib into /usr/local/lib/compat/pkg and > > run ldconfig. But the lib does not appear in the listing of the > > ldconfig cache : > > You mean portupgrade, probably? Yes, it was in the sentence :) > Since your

Re: How to remove ACPI from boot ?

2011-11-02 Thread Patrick Lamaiziere
Le Wed, 02 Nov 2011 12:11:19 -1000, Al Plant a écrit : > Aloha, Bonjour, > I have a box that wont shut down with ACPI setting activated. Anyone > point me to a how to on keeping ACPI from being set to on at boot. in /boot/loader.conf hint.acpi.0.disabled=1 man acpi (DISABLING ACPI) Regards

Re: How to remove ACPI from boot ?

2011-11-02 Thread Patrick Lamaiziere
Le Wed, 2 Nov 2011 15:15:43 -0700, Michael Sierchio a écrit : > in /boot/loader.conf (see /boot/defaults/loader.conf) > > acpi_load="NO" Not useful since acpi is built by default in the kernel GENERIC. Regards. ___ freebsd-questions@freebsd.org mail

Re: Urgent!. Problem with / etc / rc.conf

2011-11-06 Thread Patrick Lamaiziere
Le Sun, 6 Nov 2011 01:52:36 -0300, Zantgo a écrit : Hello, > > Two other things, use >> rather than > to append to the file (better > > yet, learn vi, it's much safer), and always backup any changes from > > default you make to config files. I keep them all on pastebin.com > > for convenience,

Xfce and session lock (xlock)

2011-12-01 Thread Patrick Lamaiziere
Hello, I use Xfce 4.8, is there a way to lock the session when the screen goes to sleep? Thanks, regards. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebs

Command which does not work anymore?

2011-12-05 Thread Patrick Lamaiziere
Hello, I'm using 9.0 and the command below does not work, as far I remember that worked fine with 8.2: The goal is to copy an usb image from an OpenBSD host to an usb key on my desktop via ssh. On openbsd: # cat ucop2.img | ssh patrick@xx dd of=/dev/da0 bs=10M dd: /dev/da0: Invalid argumen

Re: Command which does not work anymore?

2011-12-06 Thread Patrick Lamaiziere
Le Mon, 5 Dec 2011 11:38:46 -0600, Dan Nelson a écrit : Hello, > dd with a bs= option tells dd to use read() syscalls with a 10mb > size, but ssh is going to feed it data in much smaller chunks, and > they're unlikely to be multiples of a disk block in size (which you > have to use if you are wr

RE: CUPS and IPP/JD/LPD

2011-12-08 Thread Patrick Mahan
lder HP Color inkjet (930?) that was hooked up for a while to a Fedora Core box that was using LPD that worked as well. Patrick Patrick Mahan Lead Technical Kernel Engineer Adara Networks Disclaimer: The opinions expressed here are solely the

RE: CUPS and IPP/JD/LPD

2011-12-08 Thread Patrick Mahan
>-Original Message- >From: Ryan Coleman [mailto:edi...@d3photography.com] >Sent: Thursday, December 08, 2011 9:03 AM >To: Patrick Mahan >Cc: FreeBSD Questions >Subject: Re: CUPS and IPP/JD/LPD > >I keep getting garbage text when I connect to my Lanier here at work.

RE: Problems with keyboard on the loader menu

2011-12-08 Thread Patrick Mahan
are you using the VGA or the serial console? We enable both (our serial consoles are connected to terminal servers for remote access and VGA is used for the physical access). Our keyboards are USB. This is with FreeBSD 8.0 AMD64 Patrick Patrick

RE: CUPS and IPP/JD/LPD

2011-12-08 Thread Patrick Mahan
>-Original Message- >From: Ryan Coleman [mailto:edi...@d3photography.com] >Sent: Thursday, December 08, 2011 9:24 AM >To: Patrick Mahan >Cc: FreeBSD Questions >Subject: Re: CUPS and IPP/JD/LPD > >Definitely Postscript. > With CUPS, I'm don't remember

BIOS configuration for a Gigabyte GA-X58A-UD3R and i7 Intel processor

2012-01-02 Thread Patrick Mahan
OS default is IDE. I am currently only using 1 HDD so I am not currently interested in RAID. Is AHCI supported? NOTE: these modes are listed for all three SATA controllers. Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: BIOS configuration for a Gigabyte GA-X58A-UD3R and i7 Intel processor

2012-01-02 Thread Patrick Mahan
On 1/2/12 12:31 PM, Patrick Mahan wrote: > All, > > I am putting together a DIY system using a Gigabyte motherboard > and the Intel i7. I plan on running FreeBSD 9.0 as the based OS. > I have a Seagate 1 TB Barracuda for the hard drive connected to > one of the sata controll

Re: Error in building documentation from source

2012-01-09 Thread Patrick Lamaiziere
Le Sun, 8 Jan 2012 19:58:18 -0500, Joe Altman a écrit : > Greetings... Hello, > I've some sort of image error in building the docs from source. I've > copied it below, and wonder how it might be fixed? Sometimes, the > issue causes many runs of make in the directory > /usr/doc/en_US.ISO8859-1 b

Problems building world with 9.0 RC3

2012-01-09 Thread Patrick Mahan
All, I am having an issue with getting buildworld to work for me. It is failing while building zfs - cc -DADARA_OS -I/data/pmahan/devel/pm_ipr9.0/ipr9.0/src/cddl/sbin/zfs/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/data/pmahan/devel/pm_ipr9.0/ipr9.0/src/cddl/sbin/zfs/../../../cd

RE: Problems building world with 9.0 RC3 [SOLVED]

2012-01-10 Thread Patrick Mahan
>-Original Message- >From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- >questi...@freebsd.org] On Behalf Of Patrick Mahan >Sent: Monday, January 09, 2012 4:28 PM >To: freebsd-questions@freebsd.org >Subject: Problems building world with 9.0 RC3 > >All,

Re: Problem with ntfs and fusesf since upgrade to 9.0

2012-01-15 Thread Patrick Lamaiziere
Le Sun, 15 Jan 2012 10:01:04 +, Dave Morgan a écrit : > Hi, Hello, > After upgrading from 8.2 to 9.0 I get the following and I am unable > to access my external ntfs usb drive. > > KLD fuse.ko: depends on kernel - not available or version mismatch > kldload: can't load /usr/local/modules/f

Re: non-responsive FreeBSD-9.0 after dump command

2012-01-22 Thread Patrick Lamaiziere
Le Wed, 18 Jan 2012 16:42:10 -0700, Dale Scott a écrit : > # mount > /dev/ada0p2 on / (ufs, local, journaled soft-updates) > devfs on /dev (devfs, local, multilabel) > /dev/ad1as1d on /backup (ufs, local, soft-updates) > # > # cd /backup > # dump -0aLf 20120118.dump / > > There is no output afte

Re: issue with limiting java's memory usage

2012-01-29 Thread Patrick Lamaiziere
Le Sun, 29 Jan 2012 19:34:11 +, Alexander Best a écrit : > hi there, Hello, > maybe i'm missing something obvious, but i don't quite understand the > following top(1) output: > > last pid: 13875; load averages: 0.73, 0.75, 0.68 > 65 processes: 2 running, 62 sleeping, 1 waiting > CPU 0

Re: Current Way To Update Sources & Rebuild World/Kernel?

2013-03-18 Thread Patrick Lamaiziere
Le Sun, 17 Mar 2013 15:07:35 -0700, Drew Tomlinson a écrit : > I've been away for a while. In the past, the proper way to update a > system was to grab current sources via cvsup and then rebuild world > and kernel. But now I see cvsup is no longer supported. The > handbook talks about freebsd

Re:

2013-03-28 Thread Patrick McEvoy
On 3/28/13 7:20 PM, ill...@gmail.com wrote: On 28 March 2013 18:03, Jeff Belyea wrote: I have a new computer with windows 8, which I hate with a passion. I don't play music and I don't do a lot of pictures. Basically I only search, some EBay and games. Can I replace win8 with BSD? Games? Gam

Re:

2013-03-28 Thread Patrick McEvoy
On 3/28/13 8:01 PM, James D. Parra wrote: I have a new computer with windows 8, which I hate with a passion. I don't play music and I don't do a lot of pictures. Basically I only search, some EBay and games. Can I replace win8 with BSD? [pc/free]bsd *can* be used as a desktop system, but it's re

Re: [Solved] Youtube & Flash Videos broken?

2013-04-08 Thread Patrick Lamaiziere
Le Sun, 7 Apr 2013 13:38:55 +0200, Jens Schweikhardt a écrit : > # We've had a thread about it in the forums, with a couple of > workarounds: # http://forums.freebsd.org/showthread.php?t=38627 > > Thanks for this helpful link. It contained the solution to my problem: > > 1) In about:config, s

Re: How to manually start firewall after system completed boot.

2013-04-17 Thread Patrick Lamaiziere
Le Wed, 17 Apr 2013 08:25:46 -0400, Joe a écrit : Hello, > I have special purpose situation where I need to wait until the boot > process has completed the starting of the system and then start the > firewall (ipfw or pf). Commenting out the firewall statements from > the hosts /etc/rc.conf do

Re: FreeBSD website is not up to date

2013-07-24 Thread Patrick Lamaiziere
Le Wed, 24 Jul 2013 10:27:38 +0200, David Demelier a écrit : > Hi, > > There is a problem between : > > http://www.freebsd.org/where.html > > and > > http://www.freebsd.org/fr/where.html > > On the second one, 9.1-RELEASE is available for ia64 while it's not > for the english version. > > S

Re: php problems

2013-08-06 Thread Patrick Lamaiziere
Le Mon, 05 Aug 2013 23:33:08 -0400, Mark Moellering a écrit : > I discovered that all php scripts now generate a seg fault. > > I tried a simple "hello world" type program > the actual code is : > echo "test" > ?> > and the output was; > > testsegmentation fault > > The system is FreeBSD 8.2

Re: VirtualBox: reproductible panic

2013-08-20 Thread Patrick Lamaiziere
Le Fri, 09 Aug 2013 23:06:01 +0200, David Demelier a écrit : > Hello, > > I can reproduce a panic by just starting a virtual machine with > VirtualBox 4.2.16_2. > > Unfortunately, as the kmod driver is not built with debug symbols I > could not provide much information. Debug symbols are in op

The logo at boot (Nakatomi Socrates BSD 9.2)

2013-09-04 Thread Patrick Dung
Hello, Do you know what is this logo means, or the story behind it? I thought the BSD daemon (logo) has been around for many years in the past. Thanks and regards, Patrick Dung ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: The logo at boot (Nakatomi Socrates BSD 9.2)

2013-09-04 Thread Patrick Dung
Oh I see. I have found that the logo was mentioned in news group org.freebsd.freebsd-chat back in 1997. From: Lowell Gilbert To: Patrick Dung Cc: "freebsd-questions@freebsd.org" Sent: Wednesday, September 4, 2013 11:45 PM Subject: Re: The lo

Re: The logo at boot (Nakatomi Socrates BSD 9.2)

2013-09-05 Thread Patrick Dung
On Wed, 4 Sep 2013, Lowell Gilbert wrote: >Patrick Dung writes: >>>Do you know what is this logo means, or the story behind it? >>I thought the BSD daemon (logo) has been around for many years in the past. >>It's a movie referenc

Question about those special (countdown numbers) at shutdown / sync

2013-09-05 Thread Patrick Dung
Hello! I am curious about the special (count down numbers) at shutdown / sync. Those nubmers is like 8 8 8 8 2 1 2 1 0 0 0 0. Actually what do those numbers mean? Thanks and regards, Patrick Dung ___ freebsd-questions@freebsd.org mailing list http

Re: Question about those special (countdown numbers) at shutdown / sync

2013-09-05 Thread Patrick Dung
Thanks for the answer. That is cool and unique. From: Polytropon To: Patrick Dung Cc: "freebsd-questions@freebsd.org" Sent: Thursday, September 5, 2013 9:42 PM Subject: Re: Question about those special (countdown numbers) at shutdown / sync

About Transparent Superpages and Non-transparent superapges

2013-09-16 Thread Patrick Dung
me if it is not the case. Thanks and regards, Patrick Dung ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: cause of reboot

2013-09-30 Thread Patrick Lamaiziere
Le Mon, 30 Sep 2013 17:24:18 +0300, Emre Çamalan a écrit : > Hi, > my server reboots every night and same o'clock last 10 days. But this > machine's uptime was 96days. > > Suddenly reboot this machine and now this continue every night again > and again. > > I didn't find any reason and I didn't

Re: FreeBSD 9.2-RELEASE stability?

2013-09-30 Thread Patrick Lamaiziere
Le Mon, 30 Sep 2013 13:01:26 -0600, Brett Glass a écrit : Hello, > How stable are folks finding FreeBSD 9.2-RELEASE to be? The > improvements are welcome, but there have been a few troubling > messages about kernel panics and VM issues on the various mailing > lists. It's never clear until th

Re: General questions regarding FreeBSD 10

2013-10-05 Thread Patrick Lamaiziere
Le Fri, 27 Sep 2013 12:47:08 -0500, Nikolas Britton a écrit : > 10. How is the Java ecosystem on FreeBSD? Not bad IMO. I develop with maven/netbeans/openjdk in Java and Groovy on FreeBSD 9. That works. There is no profiler support in netbeans. And the JVM can't request huge memory page (may be

truss and procfs strange problem.

2006-01-26 Thread Proniewski Patrick
device ehci device usb device ugen device uhid device ukbd Patrick PRONIEWSKI -- Administrateur Système - SENTIER - Université Lumière Lyon 2 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

Re: truss and procfs strange problem.

2006-01-26 Thread Proniewski Patrick
s 100% of the time ktrace truss ls -> fail most of the time truss `which ls` -> works great. I have no idea why the PIOCWAIT ioctl would fail like that neither have I... In fact, the 128 items limitation of my procfs puzzles me even more. thanks Patrick PRONIEWSKI -- Administ

Re: truss and procfs strange problem.

2006-01-26 Thread Proniewski Patrick
rruptible) wait." these process wont be killed, I'll have to reboot. (procctl won't clear the processes...) Patrick PRONIEWSKI -- Administrateur Système - SENTIER - Université Lumière Lyon 2 ___ freebsd-questions@freebsd.org mailing

Re: truss and procfs strange problem.

2006-01-27 Thread Proniewski Patrick
(procctl won't clear the processes...) You can continue tracing these processes if you run "truss -p ", since that's pretty much what they're waiting for :) you are right, thanks. Apart from that, I've recompiled my system from 5.4p8 to 5.4p10, and the problem is

Re: Shell Script Help

2006-01-29 Thread Proniewski Patrick
yline myprogram $1 $2 $3 done < list.txt Patrick PRONIEWSKI -- Administrateur Système - SENTIER - Université Lumière Lyon 2

Trying to build for apache 2 not apache 1

2006-03-01 Thread Patrick Donelan
1.3. Fair enough, but how can I build the port for apache 2 if there aren't any makefile options regarding apache? The port in question is php4-mysql. Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/ma

gmirror on a laptop.

2006-03-11 Thread Patrick Bowen
idea I shouldn't even consider it --or-- it seems like a good way to get familiar with gmirror, so go for it. Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: gmirror on a laptop.

2006-03-12 Thread Patrick Bowen
Chuck Swiger wrote: Patrick Bowen wrote: I wanted to fiddle around with gmirror(8) on a Dell C-600 Laptop. It has a 2-slice, 20 Gig HD, and I essentially wanted to mirror ad0s1 to ad0s2. I realize this will put the HD under stress, but otherwise it seems do-able. What I want to know is

Kernel mixup after dump/restore

2006-03-13 Thread Patrick Bowen
plain this behaviour, and why it might have happened? Thanks, Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Kernel mixup after dump/restore

2006-03-13 Thread Patrick Bowen
Patrick Bowen wrote: List; I have a slice on ad0s1 mounting the root FS from ad0s2a, and vice-verse. Here's what I did. 1. Started out with a 20 Gig drive with two equal slices, ad0s1 (blank) and ad0s2 (FreeBSD). 2. Used sysinstalls fdisk and bsdlabel to create /, /var, /tmp, and

Re: List Etiquette Question - Thank yous

2006-03-24 Thread Patrick Bowen
at you reply to their help with something like "Bummer, that didn't work." or "That fixed my problem! Thanks so much!!" I don't know, however, whether "thank you"'s should be privately or to the list. I usually say my thanks on the list. I guess I feel

Re: flash plugins question

2006-04-01 Thread Patrick Bowen
BTW, I'm running -current. Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Sound & Wireless

2006-04-01 Thread Patrick Bowen
Zaid; What does your dmesg look like? Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ISO Image for FreeBSD5.4 that is Current

2006-04-02 Thread Patrick Bowen
t for 5.5 which should be out "any day now". Patrick ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 3ware Escalade 7506-4LP in PCI-X 66MHz slot?

2004-06-16 Thread Patrick Hurrelmann
, it will as pci-x slots are backwards compatible. but please correct me, if i should be wrong ;) Patrick -- ======= Patrick Hurrelmann | "Programming today is a race between software Mannheim

Problems installing FreeBSD with 3ware 9500S-4LP

2004-06-18 Thread Patrick Hurrelmann
g. As I'm new to BSD i don't know what to do now. Thanks, Patrick -- === Patrick Hurrelmann | "Programming today is a race between software Mannheim, Germany | engineers striving t

any use to build from source?

2004-06-18 Thread Patrick Useldinger
Hi all, I must say that I was initially interested in the idea of building software from source - but I am kind of loosing it. Certainly, it allows you to compile with the compiler options you want, you are able to optimize the binaries for your CPU, but: does it really matter? Are the speed im

any use to build from source?

2004-06-18 Thread Patrick Useldinger
Hi all, I must say that I was initially interested in the idea of building software from source - but I am kind of loosing it. Certainly, it allows you to compile with the compiler options you want, you are able to optimize the binaries for your CPU, but: does it really matter? Are the speed im

Re: any use to build from source?

2004-06-19 Thread Patrick Useldinger
Giorgos Keramidas wrote: > Before I answer to this question, I cannot help noting that you don't > *HAVE* to compile everything from source. In fact, if you install a > RELEASE version of FreeBSD and use pkg_add to install the binary, > precompiled packages of just the applications you are going t

Re: any use to build from source?

2004-06-19 Thread Patrick Useldinger
Giorgos Keramidas wrote: Indeed, packages-4-stable, packages-4.10-release on ftp.freebsd.org don't include openoffice. A search at google though yields: http://projects.imp.ch/openoffice/ which does list FreeBSD packages of OO-1.0.3 and OO-1.1.0 :-) Which is not 1.1.1 or the latest 1.1.2.

tcpdump (/dev/bpf* permission) in FreeBSD-current

2004-07-04 Thread Patrick Dung
, where it is not created at boot time).   Patrick Regards _ 必殺技、飲歌、小星星... 浪漫鈴聲 情心連繫 http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/ ___ [EMAIL PROTECTED] mailing list http

Re: tcpdump (/dev/bpf* permission) in FreeBSD-current

2004-07-07 Thread Patrick Dung
Only /dev/bpf0 is there at boot time But when I run tcpdump, it automatically create /dev/bpf1 (I have multiple NIC). Running devfs at boot time cannot set the /dev/bpf1, which is not present. --- Lowell Gilbert <[EMAIL PROTECTED]> 內容:> Patrick Dung <[EMAIL PROTECTED]> writes: >

Re: tcpdump (/dev/bpf* permission) in FreeBSD-current

2004-07-09 Thread Patrick Dung
--- Lowell Gilbert <[EMAIL PROTECTED]> 內容:> Patrick Dung <[EMAIL PROTECTED]> writes: > > > Only /dev/bpf0 is there at boot time > > But when I run tcpdump, it automatically create > > /dev/bpf1 (I have multiple NIC). > > Running devfs at boot time ca

ports

2004-07-10 Thread Patrick Mackinlay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How do I submit fixes to a particular port? regards, Patrick - -- Patrick Mackinlay [EMAIL PROTECTED] http://patrick.spacesurfer.com/tel: +44.7050699851 Yahoo messenger: patrick00_uk

Re: tcpdump (/dev/bpf* permission) in FreeBSD-current

2004-07-11 Thread Patrick Dung
My last mail is waiting for the mailing list approval. But it was already some days, so I sent it again. --- Patrick Dung <[EMAIL PROTECTED]> 內容:> --- Lowell Gilbert > <[EMAIL PROTECTED]> 內容:> > Patrick Dung <[EMAIL PROTECTED]> writes: > > > > > O

Curious question about FreeBSD's TCP/IP and SMP locking

2004-08-01 Thread Patrick Dung
Hi After browsing the *BSD cvsweb site, I have found that FreeBSD-current's TCPIP code has added locking/mutex in it. I am not programmer but I want to know what is the use of adding so much locks/mutex in the stack? Also, would it make a newbie/beginner feel difficult to understand the code (I m

Mount name length limit (MNAMELEN)

2004-08-05 Thread Patrick Dung
Hi It seems that the constant is in /usr/sys/sys/mount.h. The limit is already there since the initial import in 1995. (From 4.4BSD?) I want to know what is the root cause preventing a larger value. PS: I have found some interesting links about MNAMELEN: http://leaf.dragonflybsd.org/mailarchive/

Samba/two Win2K machines

2004-12-08 Thread Patrick Lindholm
Hello I have tried to find solution to my problem for a while but have only found solutions to why is Samba on Freebsd between Win2k too slow. Mine wokrs fine between win2k and BSD box. I have freebsd 4.10 and 10MB network. With pentium 300mhz and 128MB memory running samba-3.0.5 i´m not very

Re: Strange startup behavior on 5.3-release

2004-12-13 Thread Gelsema, Patrick
> On Mon, 13 December, 2004 23:56, Mike Meyer said: >> I'm running 5.3-release, and seeing *very* strange behavior on >> startup. >> >> If I reboot the system, I get the following errors in >> /var/log/console.log: >> >> Dec 13 17:38:59 guru kernel: Starting sshd. >> Dec 13 17:39:00 guru kernel: se

Re: Routing problem on 3 homed host

2005-01-17 Thread Gelsema, Patrick
anges should make it work. Use tracert or traceroute to see at which hop it goes wrong. Regards Patrick > Hi, > > I am really having problems with this, any help appreciated. > > Amended repost of "ipnat port forwarding froblem" > > The configuration: > > Rou

How can I see which version is in /usr/src

2005-02-28 Thread Gelsema, Patrick
Hi, Just wondering how I can see which version of Freebsd I've got as sources in my /usr/src directory. I've done a CVS sync, but am not quite sure which version I downloaded. Before I am rebuilding world and creating havoc on my system I want to know for sure. Regards, Patri

Re: natd or firewall problem?

2005-02-05 Thread Gelsema, Patrick
server with ip? Regards Patrick > Hello dear list, > > I have one FreeBSD router in front of the internal network. Now I've > installed another FreeBSD box which must be the www sever. > I've managed to redirect the port 80 at the router and the web server > is visible t

RE: natd or firewall problem?

2005-02-05 Thread Gelsema, Patrick
, Patrick > -Original Message- > From: Cristian Salan [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 05, 2005 1:51 PM > To: Gelsema, Patrick > Cc: freebsd-questions@freebsd.org > Subject: Re: natd or firewall problem? > > > > > Hello dear list, >

RE: natd or firewall problem?

2005-02-06 Thread Gelsema, Patrick
thing that could work. Just have to work out your firewall rules. I use 2 types of dns, one for internal use, and the other for external. My 0,2 cents Patrick > -Original Message- > From: Chris Hodgins [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 05, 2005 4:06 PM

ping -f differences in pinging windows 2003 and FreeBSD

2005-02-13 Thread Gelsema, Patrick
D? Is there something I could change to improve (if I should) the networkhandling? Or am I now only chasing ghosts? When I am running a ftp filetransfer between the 2 FreeBSD boxes I get speeds up until 7.25MB/s, which is a good throughput in my humble opinion. Thanks and regards, Pa

Re: Apparent packet duplication logged by IPF

2004-01-05 Thread Patrick O'Reilly
(2) included with my original mail. If this is not enough info I'll email you direct with more... Thanks for your response. Patrick. - Original Message - From: "fbsd_user" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 05, 2004 3:40 PM

Root pwd and single user mode question

2004-01-31 Thread Patrick Wilcox
I loaded FreeBSD on one of my old PCs a few years ago. I wanted to start using it again, but I can't remember what the root password was. I'm sure I used the default, but I tried hitting enter and using "password", "root", "r00t", "sysadmin", "admin" and a few others to no avail. Can anyone tell

New

2004-02-18 Thread Patrick Rooney
Want to give it a try! Very experienced with all versions of windows, have been building computers for 15 years.. Sick of the windows restrictions. What am I in for?? Have tried many versions of Linux.There are too many anymore. Where is a good place to start? What's a

Re: ipf - sample rulesets

2003-10-10 Thread Patrick O'Reilly
Fernando - thanks! I have not yet learned to rely on google - but I will get there This is what I found: http://www.obfuscation.org/ipf/ipf-howto.html Regards, Patrick. - Original Message - From: "Fernando Gleiser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

portupgrade -Fa

2003-10-10 Thread Patrick O'Reilly
on others it runs, and emails me what looks like a job well done, but the distfile has NOT been fetched. When I then go to do the actual upgrade, the distfile must first be fetched by portupgrade before it proceeds to build. Does anyone know what might cause this? Regards, Patrick. PS: here is

athlon-mp daily hang 5.2.1

2004-05-04 Thread Patrick Crosby
6a0 Stepping = 0 Features=0x383fbff AMD Features=0xc048 real memory = 1073217536 (1023 MB) avail memory = 1033003008 (985 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 1 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-23 on motherboard Thanks. Patrick

Re: athlon-mp daily hang 5.2.1

2004-05-05 Thread Patrick Crosby
same that it was all day long... Anyone have any other ideas? Thanks. Patrick Ray Seals ([EMAIL PROTECTED]) wrote: > I have the same problem with my laptop. I'm running an AthlonXP-M. My > problem is due to overheating. The machine hangs for 30 seconds and > then runs for abo

Re: athlon-mp daily hang 5.2.1

2004-05-05 Thread Patrick Crosby
minute build process... and, it hangs at other times as well, just most consistently during compilation. i'm trying to help find what is causing this so that freebsd can improve. patrick ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/ma

Re: athlon-mp daily hang 5.2.1

2004-05-06 Thread Patrick Crosby
Bill Moran ([EMAIL PROTECTED]) wrote: > Patrick Crosby wrote: > >>Be aware that this is still somewhat experimental, and commits to the > >>source tree may occasionally break this feature. If the world fails to > >>compile using this parameter try again wi

Re: Recommended Motherboards for FreeBSD 4.x and 5.x

2004-05-21 Thread Patrick Hurrelmann
Asus A7V266-E, Athlon XP 1800+ (running CURRENT, ACPI w/o problems) and several asus borads, but never tested on freebsd, as i'm new to *NIX. asus are always high-quality boards. you'll notice that in quality of bios for example. all asus boards

X11 fonts

2004-06-05 Thread Patrick Useldinger
Hi all, a newbie question: I have just installed X11 (Xfree86 4.3), KDE (3.2.2) and Firebird (0.8), and surfing works very well. Compared to my Windows machine however, I think that the fonts look less appealing to what I am used to. So I need a pointer - is this due to 1) the video driver? the

Re: PDF plugin for Mozilla?

2004-06-10 Thread Patrick Hurrelmann
On Thu, 10 Jun 2004 10:14:29 -0700 (PDT) Your Name <[EMAIL PROTECTED]> wrote: > I'm using Mozilla on FreeBSD 4.9. When I click on a > PDF, it prompts me to use gpdf to view it, and then > will open it up in a separate window. Is there a > plugin I can use so that it opens right in the browser > wi

Re: What's the big difference between Linux and Unix??

2004-06-12 Thread Patrick Useldinger
Grauwmans Steven wrote: Linux is UNIX, but why is Fedora Core a Linux and FreeBSD a UNIX? I searched on the internet for an answer, but after visiting 10 sites I gave up. If U could please help me, I'm getting confused. Linux is a kernel. Fedora uses this kernel, and therefore is a Linux *distribu

how to map metakey to ALT in Emacs

2005-07-31 Thread Patrick Hamal
Hi, I would like to use my META (ALT in my keyboard) key instead of ESC. I'm using uk.cp850 keyboard and my ALT key doesn't work on my console. I've tried to alter uk.cp850.kbd in /usr/share/syscons/keymaps, but I was unsuccessful. ___ freebsd-questions@

Logo

2005-11-11 Thread Patrick Smith
I made you this new logo for your free bsd operating system, its kinda like the old one what do you think? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL

FreeBSD6 NATT L2TP IPSEC

2005-11-28 Thread Patrick Dung
Hi I have ipsec-tools's freebsd6 natt patch on the kernel. Run ipsec-tools(racoon with natt). NATT should work (I see phase 2 message pass between client (XP) and the FreeBSD server. Windows behind NAT (registry changed to do NATT) It seems the l2tpd (from ports 0.69) does not start (which call p

Major Installation Problems

2004-08-19 Thread Patrick Wheeler
vance, Patrick -- Patrick Wheeler [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

legato networker

2004-10-01 Thread Patrick McNamee
Looked at google, archives, and ports but don't see anything recent regarding using Legato Networker backup system with FreeBSD. Anybody have any recent info about that, or is it just not supported? tia pm ___ [EMAIL PROTECTED] mailing list http://li

Problem while installing GLIB-2.4.0 FOR GTK2.0 on freeBSD5.2.1

2004-10-02 Thread Ndolo Patrick
Hello, I need to install glib-2.4.0 prior to installing gtk2.0 I am using source package glib-2.4.0.tar.gz I have libiconv installed with prefix /usr/local According to consulted documentation, the sequence of commands to compile and install is ./configure --with-libiconv=/usr/local make

<    1   2   3   4   5   6   7   >