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

2004-06-16 Thread Patrick Hurrelmann
On Wed, 16 Jun 2004 13:46:23 +0200 (MEST)
freebsd_daemon [EMAIL PROTECTED] wrote:

 dear list,
 
 I am planing to build a small DB-server and want to use a hot-swap capable
 Raid 5 array of IDE disks for the data. I am going to use FreeBSD 4.10R.
 
 I would like to use a 3ware Escalade 7506-4LP controller which is suppost to
 require a PCI 2.2 compliant 64-bit/66MHz bus slot.
 
 The mainboard I am considering (Tomcat E7210 S5112G2NR) has a PCI-X 66MHz
 slot.
 
 Will the 3ware controller work in that slot?

yes, 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, Germany  |  engineers striving to build bigger and better 
   |  idiot-proof programs, and the Universe trying
outi at bytephobia.de  |  to produce bigger and better idiots. So far,
www.bytephobia.de  |  the Universe is winning. - Rich Cook
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems installing FreeBSD with 3ware 9500S-4LP

2004-06-18 Thread Patrick Hurrelmann
Hi,

finally i received my new raid-controller, bu i have problems installing FreeBSD on it 
:/

I tried different releases and current snapshots...

5.1-Release
w ACPI: Loading twa.ko (binary distribution of 3ware.com for 5.2) in
sysinstall failes.
w/o ACPI: same as w ACPI.

5.2-Release
w ACPI: loaded twa.ko in sysinstall.
install went ok, on next reboot it just halts after BTX-Loader.
I cannot load twa.ko in loader.
w/o ACPI: same as w ACPI.

5.2.1-Release
identical to 5.2 Release.

5.2-CURRENT-20040420
w ACPI: install went ok, on next reboot the following message scrolls   the 
screen and it reboots:
Console internal keyboard/video (or sth. like that)
w/o ACPI: same as w ACPI.

5.2-CURRENT-20040504
identical to 5.2-CURRENT-20040420

5.2-CURRENT-20040617
identical to 5.2-CURRENT-20040420

I attached a normal and a verbose-dmesg.

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 to build bigger and better 
   |  idiot-proof programs, and the Universe trying
outi at bytephobia.de  |  to produce bigger and better idiots. So far,
www.bytephobia.de  |  the Universe is winning. - Rich Cook


dmesg.txt
Description: Binary data


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


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 improvements really visible?

Dependencies was another argument: you compile with the correct headers 
of dependant files, well... is that really so? If you upgraded the 
dependant binaries, wouldn't you get the same effect?

One certain drawback of compiling from source is the compilation time. 
Large packages like KDE or OpenOffice take ages, so you can't just 
quickly upgrade a whole system, or a large part of it. I might add 
that I am more the typical desktop user, not using my machines for real 
and specific server apps.

So, my question is basically: did you, in your experience, find that 
compiling from source *really* has any serious advantages that make up 
for the time it takes?

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


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 improvements really visible?

Dependencies was another argument: you compile with the correct headers 
of dependant files, well... is that really so? If you upgraded the 
dependant binaries, wouldn't you get the same effect?

One certain drawback of compiling from source is the compilation time. 
Large packages like KDE or OpenOffice take ages, so you can't just 
quickly upgrade a whole system, or a large part of it. I might add 
that I am more the typical desktop user, not using my machines for real 
and specific server apps.

So, my question is basically: did you, in your experience, find that 
compiling from source *really* has any serious advantages that make up 
for the time it takes?

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


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 to
 use... there is absolutely no need to rebuild anything from source.
True for the CDs. But once you want to upgrade, things get more 
complicated. For example, I did not find a package for OpenOffice 1.1.1 
in the offical places, although OO is certainly an excellent candidate 
for a package. This led me to the conclusion that packages, in the FBSD 
world, are considered less important than the very well maintained ports.

I would prefer it to be the other way round: go for packages, unless you 
want to tweak anything.

 Now, some of us -- actually, I feel that this is a large percentage of
 the FreeBSD users, if the amount of questions posted here on this list
 is of any significance at all -- a great percentage of us likes trimming
 our installations; we like building our packages with the exact options
 and feature sets that *we* prefer.  In such cases, having the ability to
 build from source is absolutely marvelous.
I agree with that argument, you can tailor the compilation. But it's 
probably not systematical, but rather the exception.

I do not agree with an earlier argument, which was that you could change 
the source. I have been programming for 25 years now, I am certain that 
you don't change code, not even in a reasonably sized project, without 
spending a large amount of time.

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


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.
This is preferable from the end-user's perspective, but I think it would
exponentially increase the number of precompiled binaries the mirrors
would have to keep available.  If a port has 3 options and depends on
another with 4 options, to host every possible combination that one
might want on the FTP site 12 different combinations would have to be
built and packaged!  With thousands of ports in the tree this means a
mind-boggingly huge number of different builds and packages can be built.
Is it possible to satisfy all the users with precompiled packages?  No.
My argument is the other way round: build a package will *all* available 
options. It will be bloated, but still smaller (in download size) and 
faster to install. If you like it, keep it, and want to tweak it 
afterwards, OK, go for it, the investment is worthwile

That makes one single package that should suit everybody (unless options 
are mutually exclusive, of course, but that's not often the case AFAIK).

I believe that, for most software, we are just end-users.
I have a local patch to fetchmail in my local /usr/ports tree that fixes
a bug recent versions have with APOP:
It didn't take me more than 15 minutes to write, but then I'm working as
a programmer so that's normal.  Fetchmail is, IMHO, a reasonably sized
project.  I'm not saying this to sound insulting to you in any way, or
to boast about my ''l33t h4x0r skillz'' -- that's nonsense.  I am only
bringing it up as a good example where building the port *does* have
obvious advantages.
That is indeed a reasonable example, but I am not sure there are many of 
them. I also believe that the original author should, if at all 
possible, do this correction, because it is useful to many people.

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


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

2004-07-04 Thread Patrick Dung
Hi
nbsp;
For FreeBSD-stable, I can change the permission of the
/dev/bpf*.
But for FreeBSD-current, the bpf device is created at
runtime.
There is no way to decided the user/group and
permission of the device created. (/etc/devfs.conf can
be used, but it had to be start after the device is
created, where it is not created at boot time).
nbsp;
Patrick
Regards


_
...
  
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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]
Cc: FreeBSD Question List [EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 5:43 PM
Subject: Re: ipf - sample rulesets


 On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote:

  Hi all.
 
  Are there any good references and/or sample ipf rulesets that I
could use to
  look-and-learn from.

 Search google for the IPF HOWTO and the FAQ.



 Fer




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


portupgrade -Fa

2003-10-10 Thread Patrick O'Reilly
Here's a strange thing:

I have a number of servers which all run a portupgrade script every
night to fetch the latest distfiles automatically.  I then complete the
upgrade when I decide I'm in the mood :)

The strange part is that on some of the servers the script works just
fine, and 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 the script which is triggered by cron:
=
#!/usr/local/bin/bash

# Copyright 2002,2003 - Perimeter Networks CC.  All rights reserved.
# PCR:manualmars.connectivit.net:/peri/scr/cron/portupgrade
# 09/10/2003Patrick O'Reilly

#--#
# !!!   THIS  FILE  IS  MAINTAINED  BY  PCR!!! #
# !!! DO NOT MAKE CHANGES MANUALLY - THEY WILL BE LOST !!! #
#--#

# Perimeter's cronified portupgrade -Fa script
# 19/09/2003 11:20

(
  echo Running 'portupgrade -Fa' on mars ...
  echo `date`: portupgrade -Fa
  echo  

  cd /usr/ports
  /usr/local/sbin/portupgrade -Fa

  echo  
  echo `date`: Done.
  echo That's All Folks!

) | mail -s [mars] portupgrade -Fa [EMAIL PROTECTED]
=



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


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 me some others to try?

Alternately, I tried logging into the box in
single-user mode to change it.  However, when I got to
the boot: prompt and typed -s, it proceeded to do a
normal boot.

I'm not exactly sure which verion I have, but the book
was The complete FreeBSD 3rd edition and the CDs are
dated June 2000.

Any tips would be most appreciated,
Pat Wilcox

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 good read to get up 2 speed???
[EMAIL PROTECTED]mailto:[EMAIL PROTECTED] (work) I have time to read
[EMAIL PROTECTED]mailto:[EMAIL PROTECTED] (home) I have time too play with new 
operating systems
thanks
pjr
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 4.9 rebooting into single user mode

2004-03-02 Thread Patrick Fish
Hi,

I just applied the FreeBSD-SA-04:04.tcp patch onto my 4.9-STABLE box and rebooted.

On more than one occasion FreeBSD boots into single user mode and awaits for someone 
to enter the default shell path. This becomes a problem since the server is remote - 
is there a way to not have it boot into single user mode after we recompile the kernel?


(please reply to all, i'm not on this list)




TIA,
Patrick Fish

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


Re: FreeBSD 4.9 rebooting into single user mode

2004-03-03 Thread Patrick Fish

 I would suggest that something is wrong.  FreeBSD
 generally doesn't boot into single user mode unless it's either
 told to, or has to.  The most likely probable cause is a bad HDD*,
 but there may be other possibilities.

 What happens after someone does enter the default shell path?  Does
 another reboot cure the problem?  What console messages (if any,
 but there should be some) appear to be abnormal prior to the boot
 prompt?

Usually, another reboot fixes the problem, yes. However, this last time was due to 
some /etc/fstab error, don't have the exact error since the folks at the NOC couldn't 
remember it, I finally got it fixed, not sure how, but the idents wern't in fstab...I 
added them back and it worked for some reason.

I suspect it might drop into single user mode to fsck...but from my experiences with 
the boxes I have here, it does that on a normal boot if it needs to, not single user...



 Kevin Kinsey
 DaleCo, S.P.


 More specifically, bad sectors or whatnot; anything requiring a
 fsck


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


Re: Exporting a variable on login

2002-12-19 Thread Patrick Holahan
Hey Barry,

  Hi guys  gals..
 
  I'm trying to get cvs to work on my BSD 4.6-RELEASE system.. and
  I'd like to
  make it easier to use for the clients loggin on.
  So what I'd like to do is set the CVSROOT variable to /usr/local/cvsroot
 
  However, when I try set this in .profile like so:
 
  CVSROOT=/usr/local/cvsroot; export CVSROOT
  It doesn't work
 

 Patrick:

 Try:

 /etc/profile  for sh-like shells (bash, sh, ksh)
 /etc/csh.login for csh-like shells (csh, tcsh)

Thanks very much.. This worked perfectly (:

-ph


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



SamSung SWL-2100N PCMCIA

2003-01-23 Thread Dung Patrick
Hi,

I cannot get this card to work on 4.7 / 5.0 RC. I got 'wi0: busy bit won't clear' 
problem...

Regards,
Patrick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Re: SamSung SWL-2100N PCMCIA

2003-01-23 Thread Dung Patrick
My question is :
How to clear the busy bit and get the wireless lan card to work?

Regards,
Patrick

-Original Message-
From: Mark Rowlands [EMAIL PROTECTED]
To: Dung Patrick [EMAIL PROTECTED]
Date: Thu, 23 Jan 2003 19:31:52 +0100
Subject: Re: SamSung SWL-2100N PCMCIA

On Thursday 23 January 2003 4:55 pm, Dung Patrick wrote:
 Hi,

 I cannot get this card to work on 4.7 / 5.0 RC. I got 'wi0: busy bit won't
 clear' problem...

and your question would be?

see http://www.lemis.com/questions.html#submit




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: appending files on smbfs

2003-02-01 Thread Patrick Stinson
oh wait, thought you were swedish. I meant that I looked at that. You have
to log in to the filesystem with a name that works before it will let yo on.
notice how I can create the file, but canat append to it.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 10:11 PM
To: Patrick Stinson
Cc: freebsd-current
Subject: Re: appending files on smbfs



Dear/Beste Patrick,

Thursday, January 30, 2003, 8:37:04 PM, you wrote:

 has anyone every had problems with appending existing files on volumes
 mounted by smbfs or shlight?

$ echo sdsad  hey
$ echo sdsad  hey
 cannot create hey: Permission denied

You should look at permission on the windows machine if the system has
NTFS.

--
Best regards/Met vriendelijke groet,
Alex


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error building XFree86-Clients

2003-08-09 Thread Patrick O'Reilly
On Saturday 09 August 2003 21:39, Dan Nelson wrote:

 Wait; so you've got XFree86-libraries-4.3.0_5 installed but have no
 /usr/X11R6/lib/libXfont.a?  I guess that might be caused by old
 freetype or fontconfig packages (they are currently at
 freetype2-2.1.4_1 and fontconfig-2.2.90_3), but I would have expected
 the XFree86-libraries build to have failed instead of not producing
 libXfont.  Try running portupgrade -vf XFree86-libraries freetype2
 fontconfig, then see if upgrading any of the dependant ports build.

Thanks Dan.  I was just considering the -f option a few minutes ago - so with 
your prompting it is busy building as we speak (well, type...).

BTW:  I use 'make update' and portupgrade -Fa daily, and then run portupgrade 
whenever I feel the urge.  I am in the habit of using -rR on portupgrade, so 
generally my ports are fairly current, and well co-ordinated.  For example, 
the versions of freetype and fontconfig you listed above are correct on my 
system.  The problems I am having here are really quite unusual.

Anyway, let's see what happens after the portupgrade -f is done.  This may 
take a little while though.

Thanks again for your time.
-- 
Regards,
Patrick O'Reilly.

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


Re: Error building XFree86-Clients (Solution)

2003-08-10 Thread Patrick O'Reilly
Hi folks!

A Word of thanks to Kent and Dan who took the time to help me figure out my 
problem.

In the end I rebiult XFree86-libraries using portupgrade -f, and thereafter I 
was able to use portupgrade to upgrade all the Xfree86-font* ports from 4.2 
to 4.3 without any further problems.

Apparently there was a specific issue somewhere between 4.2 and 4.3 where the 
installation of the Xfree86-server at version 4.3 would remove a component of 
XFree86-libraries which is required by the Xfree86-font* ports.  So, the 
sequence to follow is this:

1) upgrade -server to 4.3
2) upgrade -libraries to 4.3
3) upgrade -font* to 4.3

I had unwittingly done (2) before (1).

Thanks again to the more knowledgable folks who take the time to answer 
questions on this list!

-- 
Regards,
Patrick O'Reilly.

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


Error building XFree86-Clients

2003-08-14 Thread Patrick O'Reilly
Hi Folks!

I have a number of XFree86 Font ports which will not upgrade from 4.2 to 4.3, 
and in each case the error is as below.

I'm afraid the error /usr/libexec/elf/ld: cannot find -lXfont does not mean 
much to me!

Can anyone give a pointer here?

snip
---  Installing the new version via the port
===   XFree86-fontEncodings-4.3.0 depends on executable: ucs2any - not found
===Verifying reinstall for ucs2any in /usr/ports/x11/XFree86-4-clients
===  Building for XFree86-clients-4.3.0_2
making all in lib/lbxutil/lbx_zlib...
making all in lib/lbxutil/delta...
making all in lib/lbxutil/image...
making all in programs/appres...
making all in programs/bdftopcf...
rm -f bdftopcf
cc -o bdftopcf -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef 
-L/u
sr/ports/x11/XFree86-4-clients/work/xc/exports/lib   bdftopcf.o -lXfont 
-lfntstu
bs  -L/usr/X11R6/lib  -lz -lm   -Wl,-rpath,/usr/X11R6/lib
/usr/libexec/elf/ld: cannot find -lXfont
*** Error code 1
Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/bdftopcf.
*** Error code 1
/snip

-- 
Regards,
Patrick O'Reilly.

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


Re: Error building XFree86-Clients

2003-08-14 Thread Patrick O'Reilly
On Saturday 09 August 2003 21:41, Kent Stewart wrote:

 You upgraded an old version of -server, which deleted the Xfonts that
 -libraries just installed. You have to reinstall -libraries to fix the
 problem.

 Kent


Thanks Kent!

What you say lines up with what Dan told me to do too.  Is this a known issue 
- ie you MUST do -libraries AFTER -server ???

I'm busy rebuilding libraries now?

-- 
Regards,
Patrick O'Reilly.

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


Re: Error building XFree86-Clients

2003-08-14 Thread Patrick O'Reilly
On Saturday 09 August 2003 21:20, Stephen Hilton wrote:
 On Sat, 9 Aug 2003 20:48:23 +0200

 Patrick O'Reilly [EMAIL PROTECTED] wrote:
  Hi Folks!
 
  I have a number of XFree86 Font ports which will not upgrade from 4.2 to
  4.3, and in each case the error is as below.
 
  I'm afraid the error /usr/libexec/elf/ld: cannot find -lXfont does not
  mean much to me!
 
  Can anyone give a pointer here?

 Patrick,

 Install portupgrade from ports and use that to upgrade. It
 really is the *best* IMHO way to get around these kind of
 problems.

 Regards,

 Stephen Hilton
 [EMAIL PROTECTED]

Hi Stephen - thanks for your response too.

I do use portupgrade actually.  This is probably why I am now so lost, because 
usually everything just works so easily.

I've tried these upgrades with and without -r and -R, all to no avail.  The 
only option I have NOT tried is to manually de-install the ports, and then 
re-install them.  But that would seem pointless as this is basically what 
portupgrade does for you.

Hurumph !

Might there be any merit in portupgrade -f on the libraries?

-- 
Regards,
Patrick O'Reilly.

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


Re: Error building XFree86-Clients

2003-08-14 Thread Patrick O'Reilly
On Saturday 09 August 2003 22:05, Kent Stewart wrote:
 
  What you say lines up with what Dan told me to do too.  Is this a
  known issue - ie you MUST do -libraries AFTER -server ???
 
  I'm busy rebuilding libraries now?

 Yes, it is a known problem. If you had searched the archives, you would
 have found many similar problems. I just don't know where you can
 search the archives right now :).

 Kent

Oh?!?  Well it's going into my personal archive right now!  :)

Thanks.

-- 
Regards,
Patrick O'Reilly.

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


PHY drivers for Proliant ML370

2003-03-31 Thread Patrick O'Reilly
Hi folks!

I have been asked to set up a server for mail and FTP for a customer.
The box they have supplied is a Proliant ML370 with dual CPU, SCSI RAID
et al.

The most recent installation CD I have is 4.6 (I keep my kit up to date
by cvsup).

The 4.6 CD installs OK, but it does not recognise the on-board PHYs

Snooping around on the Board I have found to chips which appear to me to
be for the two PHY interfaces.

1) Broadcom BCM5703CKHB
2) Am79C874VC

In LINT (and GENERIC) I find references to BCM5700 and BCM5701, and also
to Am79C97x - close but no cigar  :(

I tried using a floppy to copy the driver code from my desktop which is
currently at 4.7 patch 7.  It compiled, but the kernel still fails to
recognise these chips.

So - finally - can anyone advise me on next steps?

Yours in eager anticipation   :)

Patrick.

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


Re: SMP Compaq DL380 G1 - hangs on boot

2003-04-02 Thread Patrick O'Reilly
On Wednesday 02 April 2003 20:20, David Muir Sharnoff wrote:
 I'm trying to install FreeBSD 4.7-RELEASE on a dual CPU Compaq
 DL380 G1.  It hangs on boot.  Does anyone have a clues how to
 fix this?

 Programming 35 pins in IOAPIC #0
 IOAPIC #0 intpin 2 - irq 0
 SMP: CPU0 apic_initialize():
  lint0: 0x lint1: 0x TPR: 0x SVR: 0x


 That's it.  No more output.


Hmmm.  I had the same thing on a similar platform once I built the kernel with 
SMP.  Also curious, though I have reverted to a non-SMP kernel for now while 
I get everything else set up.

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


mysql root user

2003-05-28 Thread Patrick O'Reilly
Hi all.

Does anyone know if there is a special trick to setting the mysql root
user's password after installing mysql323-server on FreeBSD?

I've done like the manuals say (mysqladmin -uroot password xyz), but all
I get is:
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: NO)'

I don't remember any passwords being set during the installation

Regards,
Patrick.

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


Re: mysql root user

2003-05-28 Thread Patrick O'Reilly
- Original Message -
From: Patrick O'Reilly [EMAIL PROTECTED]

 Hi all.

 Does anyone know if there is a special trick to setting the mysql root
 user's password after installing mysql323-server on FreeBSD?

 I've done like the manuals say (mysqladmin -uroot password xyz), but
all
 I get is:
 mysqladmin: connect to server at 'localhost' failed
 error: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: NO)'

 I don't remember any passwords being set during the installation


Thanks all for your replies.

I realised I must have broken something, so I reinstalled the port and
now it is behaving...

Regards,
Patrick.

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


Re: Apache - mod_perl - PostgreSQL

2003-06-04 Thread Patrick O'Reilly
From: Kliment Ognianov [EMAIL PROTECTED]
   [EMAIL PROTECTED] wrote:

  Hi all!
  I did the portupgrade of postgresql 7.3.2 - 7.3.3 this morning.
  Since then my mod_perl web pages will not talk to the databases.
 
 Update DBD::Pg through CPAN shell


Thanks Kliment.

Actually, I am using the Pg module, not DBD::Pg, nor DBI.  As far as I
can tell, anyways.  I'm no expert on the intricacies of perl modules.

As far as I can see on CPAN, Pg has not changed since April 2000.
Perhaps it does not work with the new PostgreSQL?

Should I change my code to use DBD::Pg instead?

Regards,
Patrick.

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


Re: de0 recognized but not configurable

2003-06-14 Thread Patrick O'Reilly
- Original Message -
From: Gary Aitken [EMAIL PROTECTED]


 I'm building a kernel with two ethernet devices, an ed0 and a de0.
 Both devices are recognized during the hardware probe at system
startup:
   de0: Digital 21041 Ethernet irq 9 at device 18.0 on pci 0
 device_probe_and_attach: de0 attach returned 6
   ed0: Netgear EA201 Ethernet Card at port 0x240-0x25f irq 5 on isa
0

 I presume the device_probe_and_attach: de0 attach returned 6 has
 something to do with this;

Gary,

just taking a flier here - I had a similar issue with another NIC
which was resolved by disabling Plug 'n Play in the BIOS.  Give it a
try - it can't hurt :)

Patrick.

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


Re: Mount My Creation

2003-06-19 Thread Patrick O'Reilly
|
| Ponder this...  Why does M$FT Windows have Created, Accessed, and
Modified,
| while UNIX (beware of unresearched, wide-sweeping generalizations...)
only
| provides one the Last modified date and time stamp?
|

I have noticed in the man page for 'find' that the primaries allow
selection based on time last accessed, last modified and last
change of status.  Evidently this info is held somewhere.  I don't
have more info off hand, but perhaps this will nudge you in a useful
direction?

Patrick.

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


Alias on loopback interface???

2003-06-25 Thread Patrick O'Reilly
Hi folks.

I'd appreciate any comments on the pros and cons of configuring an alias
IP on the loopback interface.  I've tried it and it works OK, but
perhaps there are repercussions that have not occurred to me.

Why?  Well I have a number of BSD gateways, each of which has numerous
interfaces, and I am forever confusing myself about which IP address
really identifies that box.  I am planning to set assign each box a
unique IP for my internal admin purposes, but then got to wondering
which interface is most suitable to carry this new alias.  That's when I
though - Hey - why not use lo0 ?

I do run ipf/ipnat and ipfw/DUMMYNET on many of these.  Clearly I will
need to make provision for this unusual traffic on the lo0 interface
too.

Of course, the IPs I intend using will be RFC1918 compliant private
addresses.

Thanks for any comments.

Regards,
Patrick.

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


Re: Bandwidth Question

2003-07-03 Thread Patrick O'Reilly
From: Chris [EMAIL PROTECTED]

 I was wondering what is the best way to limit bandwidth to a set of IP
 addresses?  I've read some about dummynet.  Would this be the
preffered
 tool to use?

Yes - dummynet must be used in conjunction with ipfw.  ipfw is for
firewalling, but you can use it to select traffic which must be limitted
by dummynet.

'man ipfw' and 'man dummynet'

  Also, if someone could recommend a program to log how much
 bandwidth a particular IP uses per month etc..., and also display
graphs
 about bandwidth usage I would appreciate it.

check out mrtg in the ports collection.


 Thank You
 -Chris

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


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


cvsup-mirror

2002-07-11 Thread Patrick O'Reilly

Hi everyone :)

I just installed cvsup-mirror.  When it asked me about 'distributions' I 
was not entirely sure what that meant, so I accepted them all.

I actually just need to create a mirror from which I can locally 
distribute 'src-all' and 'ports-all' using cvsup on my collection of 
local machines.  Perhaps 'doc-all' would be nice too (later).

Now, cvsup-mirror started running the distribution 'FreeBSD.cvs', and 
that seems to include docs, etc.  Is that all I will need?

What exactly are the other distributions, like 'FreeBSD-mail', etc?

Finally, can I enable/disable the distributions simply by editing the 
value of 'distribs=...' in the file '/usr/local/etc/cvsup/config.sh'?

Thanks.

-- 
Regards,
Patrick O'Reilly.
Perimeter Networks CC.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: [Fwd: RE: Cannot start bind in sandbox?]

2002-07-14 Thread Patrick O'Reilly

On Sunday 14 July 2002 19:13, Steve Wingate wrote:
 If you're reading this link for sandboxing BIND this is as standard
 as it gets.

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


 From what I've read from you it appears you haven't done everything
 these steps tell you to do.


I must concur with Steve.

Just yesterday I set up bind in it's own little sandbox.  I did it by 
following the instructions in the link Steve quoted above.  It works 
just fine!

OK - I stumbled over one tiny problem.  when building the statically 
linked 'named-xfer', the Handbook concludes with :

# cp named-xfer /etc/namedb/bin  chmod 555 /etc/namedb/bin/named-xfer

But the newly built 'named-xfer' is not in the current directory.  A 
tiny bit of lateral thinking prompted me to look in /usr/obj`pwd` - and 
there it was - nice and fresh!

I actually built myself a script as I went along, because I intend doing 
this again in future without always reading the manual.  It's brand 
new, so please forgive the rough edges.  And I have changed a couple of 
things to suit my personal taste and setup.  Here's my script:
(Beware line wrap in the mailer)
===
#!/usr/local/bin/bash

cd /etc/namedb
mkdir -p usr/libexec dev etc var/tmp var/run master slave
chown bind:bind slave var/*
cp /etc/localtime etc
[ -L named.conf ] || mv named.conf etc  ln -sf etc/named.conf
[ -f named.root ]  mv named.root master/FWD_root
# I'm not interested in ipv6, so I dump it
sh make-localhost  mv localhost.rev master/REV_localhost  rm 
localhost-v6.rev
echo 
$ORIGIN localhost.
$TTL 6h
@   IN SOA localhost. postmaster.localhost. (
1   ; serial
3600; refresh
1800; retry
604800  ; expiration
3600 )  ; minimum
IN NS   localhost.
IN A127.0.0.1
  master/FWD_localhost

cd /usr/src/lib/libisc  make clean all
cd /usr/src/lib/libbinf make clean all
cd /usr/src/libexec/named-xfer  make NOSHARED=yes clean all
cp /usr/obj/usr/src/libexec/named-xfer/named-xfer 
/etc/namedb/usr/libexec  chmod 555 /etc/namedb/usr/libexec/named-xfer

cd /etc/namedb
if [ ! -c dev/null ]
then
  cd /etc/namedb/dev
  mknod null c 2 2
  chmod 666 null
  cd /etc/namedb
fi

[ -L /var/run/ndc ] || ln -sf /etc/namedb/var/run/ndc /var/run/ndc

echo 
# These three lines added by ${0}
# named_enable=\YES\
# named_flags=\-u bind -g bind -t /etc/namedb /etc/named.conf\
# syslogd_flags=\-ss -l /etc/namedb/dev/log\
  /etc/rc.conf

echo 
***
Remember edit /etc/rc.conf and sort out the three lines I\'ve added!
***
===

HTH :)

-- 
Regards,
Patrick O'Reilly.
Perimeter Networks CC.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



/usr/doc# make

2002-07-25 Thread Patrick O'Reilly

Hi all.

I have been unable to 'make' the documentation for a while now.  I
cannot find any reference to this problem in the Archives.

Below is the output from the 'make'.  It starts from cron at 05:42 in
the morning, and as you can see in the header, I killed the jade process
at 09:56 - more than 4 hours later (I would expect an Athlon XP 1700 to
be a bit faster than that!).  The CPU was running at 100% during that
time.

No doubt the error is something I have done - can someone help me
identify the problem?

Regards,
Patrick O'Reilly.
______
   / _ )__ __ (_)_ __ ___ _/ / __
  / __/ -_) _) /  ~  ) -_), ,-/ -_) _)
 /_/  \__/_//_/_/~/_/\__/ \__/\__/_/


- Original Message -
From: Charlie  [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 25, 2002 9:56 AM
Subject: [Peri Obelix] /usr/doc# make


 === en_US.ISO8859-1
 === en_US.ISO8859-1/articles
 === en_US.ISO8859-1/articles/committers-guide
 === en_US.ISO8859-1/articles/console-server
 === en_US.ISO8859-1/articles/contributing
 === en_US.ISO8859-1/articles/contributors
 === en_US.ISO8859-1/articles/cvs-freebsd
 === en_US.ISO8859-1/articles/cvsup-advanced
 === en_US.ISO8859-1/articles/dialup-firewall
 === en_US.ISO8859-1/articles/diskless-x
 === en_US.ISO8859-1/articles/euro
 === en_US.ISO8859-1/articles/explaining-bsd
 === en_US.ISO8859-1/articles/filtering-bridges
 === en_US.ISO8859-1/articles/fonts
 === en_US.ISO8859-1/articles/formatting-media
 === en_US.ISO8859-1/articles/freebsd-questions
 === en_US.ISO8859-1/articles/hats
 === en_US.ISO8859-1/articles/hubs
 === en_US.ISO8859-1/articles/ipsec-must
 === en_US.ISO8859-1/articles/laptop
 === en_US.ISO8859-1/articles/java-tomcat
 === en_US.ISO8859-1/articles/mh
 === en_US.ISO8859-1/articles/multi-os
 === en_US.ISO8859-1/articles/new-users
 === en_US.ISO8859-1/articles/pam
 === en_US.ISO8859-1/articles/pr-guidelines
 /usr/local/bin/jade -V nochunks -ioutput.html -d
/usr/doc/en_US.ISO8859-1/articles/pr-guidelines/../../../share/sgml/defa
ult.dsl  -ioutput.html.images  -V %generate-article-toc% -D
/usr/obj/usr/doc/en_US.ISO8859-1/articles/pr-guidelines -c
/usr/doc/en_US.ISO8859-1/articles/pr-guidelines/../../../en_US.ISO8859-1
/share/sgml/catalog -c
/usr/doc/en_US.ISO8859-1/articles/pr-guidelines/../../../share/sgml/cata
log  -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c
/usr/local/share/sgml/iso8879/catalog  -c
/usr/local/share/sgml/docbook/catalog -c
/usr/local/share/sgml/jade/catalog   -t sgml
/usr/doc/en_US.ISO8859-1/articles/pr-guidelines/article.sgml 
article.html ||  (/bin/rm -f article.html  false)
 /usr/local/bin/tidy -i -m -raw -preserve -f /dev/null  article.html
 *** Error code 1 (ignored)
 === en_US.ISO8859-1/articles/problem-reports
 === en_US.ISO8859-1/articles/programming-tools
 === en_US.ISO8859-1/articles/pxe
 /usr/local/bin/jade -V nochunks -ioutput.html -d
/usr/doc/en_US.ISO8859-1/articles/pxe/../../../share/sgml/default.dsl  -
ioutput.html.images   -D
/usr/obj/usr/doc/en_US.ISO8859-1/articles/pxe -c
/usr/doc/en_US.ISO8859-1/articles/pxe/../../../en_US.ISO8859-1/share/sgm
l/catalog -c
/usr/doc/en_US.ISO8859-1/articles/pxe/../../../share/sgml/catalog  -c
/usr/local/share/sgml/docbook/dsssl/modular/catalog -c
/usr/local/share/sgml/iso8879/catalog  -c
/usr/local/share/sgml/docbook/catalog -c
/usr/local/share/sgml/jade/catalog   -t sgml
/usr/doc/en_US.ISO8859-1/articles/pxe/article.sgml  article.html ||
(/bin/rm -f article.html  false)
 /usr/local/bin/tidy -i -m -raw -preserve -f /dev/null  article.html
 *** Error code 1 (ignored)
 === en_US.ISO8859-1/articles/releng
 /usr/local/bin/jade -V nochunks -ioutput.html -d
/usr/doc/en_US.ISO8859-1/articles/releng/../../../share/sgml/default.dsl
  -ioutput.html.images   -D
/usr/obj/usr/doc/en_US.ISO8859-1/articles/releng -c
/usr/doc/en_US.ISO8859-1/articles/releng/../../../en_US.ISO8859-1/share/
sgml/catalog -c
/usr/doc/en_US.ISO8859-1/articles/releng/../../../share/sgml/catalog  -c
/usr/local/share/sgml/docbook/dsssl/modular/catalog -c
/usr/local/share/sgml/iso8879/catalog  -c
/usr/local/share/sgml/docbook/catalog -c
/usr/local/share/sgml/jade/catalog   -t sgml
/usr/doc/en_US.ISO8859-1/articles/releng/article.sgml  article.html ||
(/bin/rm -f article.html  false)
 /usr/local/bin/tidy -i -m -raw -preserve -f /dev/null  article.html
 *** Error code 1 (ignored)
 === en_US.ISO8859-1/articles/releng-packages
 /usr/local/bin/jade -V nochunks -ioutput.html -d
/usr/doc/en_US.ISO8859-1/articles/releng-packages/../../../share/sgml/de
fault.dsl  -ioutput.html.images   -D
/usr/obj/usr/doc/en_US.ISO8859-1/articles/releng-packages -c
/usr/doc/en_US.ISO8859-1/articles/releng-packages/../../../en_US.ISO8859
-1/share/sgml/catalog -c
/usr/doc/en_US.ISO8859-1/articles/releng-packages/../../../share/sgml/ca
talog  -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c
/usr/local/share/sgml/iso8879/catalog  -c
/usr/local/share/sgml/docbook/catalog -c
/usr/local/share/sgml/jade/catalog   -t sgml
/usr/doc

Re: Traffic shaping - current best practice?

2002-09-19 Thread Patrick O'Reilly

From: Fernando Gleiser [EMAIL PROTECTED]
 You need a fair sharing queueing discipline, something like CBQ. I
don't
 know if you can do that with dummynet. I know for sure ALTQ works great
for
 this.  It supports a bunch of queueing disciplines (CBQ, RED, WFQ and
 others).

I recall seeing in the man page that DUMMYNET has RED and GRED algorithms
built in - I don't know any more detail than that though...
---
Regards,
Patrick O'Reilly.
______
   / _ )__ __ (_)_ __ ___ _/ / __
  / __/ -_) _) /  ~  ) -_), ,-/ -_) _)
 /_/  \__/_//_/_/~/_/\__/ \__/\__/_/
http://www.perimeter.co.za



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: portupgrade

2002-09-23 Thread Patrick O'Reilly

From: Rahim Anderson [EMAIL PROTECTED]


 On a whim I used portupgrade today, just to see how it worked and
everything
 (this is on a box used mostly for testing) and got the following
errors...

 dhcp-849-11# portupgrade -a
 cd: can't cd to /usr/ports/devel/ruby-fnmatch
 cd: can't cd to /usr/ports/devel/ruby-optparse
 ** The port directory for 'devel/ruby-optparse' does not exist.
 ** The port directory for 'devel/ruby-fnmatch' does not exist.
 ** The port directory for 'sysutils/pkg_tarup' does not exist.
 ---  Skipping 'sysutils/portupgrade' (portupgrade-20020429) because
 'sysutils/pkg_tarup' (pkg_tarup-1.2_3) failed

 Is this somethig that will resolve itself, or did I do something to
cause
 this?  all ports were updated before running portupgrade, and again
 afterwards to see if there had been any further changes.

I had this too - I did a pkg_delete pkg_tarup, and then ran
portupgrade portupgrade, and it all _seems_ OK now.

Regards,
Patrick O'Reilly.
______
   / _ )__ __ (_)_ __ ___ _/ / __
  / __/ -_) _) /  ~  ) -_), ,-/ -_) _)
 /_/  \__/_//_/_/~/_/\__/ \__/\__/_/
http://www.perimeter.co.za



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



New to BSD. Need help with install.

2002-09-28 Thread Patrick Klee


On Saturday, September 28, 2002, at 11:49 PM, Patrick Klee wrote:

 Hi,
 I have been lurking on this list for quite some time.
 I have been a happy Linux user since Red Hat 4.2, however a lot of 
 people have convinced me to switch.  As of right now, I am on my iMac 
 sending email, while I am installing FreeBSD 4.7 RC2.
 I have red the manual, but I have had problems installing 5.0 
 snapshots.  Something with the INDEX file missing so I had to try and 
 reinstall again.
 Can someone give some pointers on making this run as smooth and 
 painless as possible? :-)
 One more thing.  A friend of mine got his GeForce4 Ti 4600 to work 
 before the NVIdia drivers came out.  I have a 4200, and so not only am 
 I scared about the install, but I don't want to have to compile and 
 tweak everything like Debian or Red Hat and it still doesn't work.


 ALL pointers appriciated.  Please be gentle, I have NEVER touched BSD. 
  :-)



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: IPFW DUMMYNET shaping 4.6.2-R - Speed limited to half of pipe limit

2002-10-02 Thread Patrick O'Reilly

From: Randy Smith [EMAIL PROTECTED]

 Hi all,

 I am using IPFW and DUMMYNET to do traffic shaping on 4.6.2-R gateway
 (uname -a below). I have set the upload to 800Kbit/s and the download to
 1500Kbit/s. Here is the relevent section from ipfw.conf.

 add 500 pipe 1 ip from 192.169.91.16:255.255.255.240 to any pipe 1
config bw 800Kbit/s
 add 500 pipe 2 ip from any to 192.168.91.16:255.255.255.240 pipe 2
config bw 1500Kbit/s

 If I've read the docs correctly, the network 192.168.91.16/240 should
have
 it's upload limited to 800Kbs it's download to 1500Kbs. However, MRTG is
 reporting that the upload traffic is maxing out at around 400Kbs.

 I have played with the upload speed and the connection always maxes out
at
 about half of what I set it to.

 My questions:
 1) How do I get the traffic limited to the bw I set it to?
 2) What is causing this?
 3) Would changing/setting the queuing method help?


Randy,

Your problem is simple:  Remember that IPFW interacts with packets as they
pass through interfaces.  Your ipfw rules will match each packet twice -
once as it enters the gateway from the source network, and a second time
as it leaves the gateway en route to the destination.  Both times you are
queuing the packet in the same pipe.  This means that each packet uses
twice its own bandwidth in the pipe

The solution is to change your rules as follows (assume fxp0 is your
internet NIC):
 add 500 pipe 1 ip from 192.169.91.16:255.255.255.240 to any via fxp0
 add 500 pipe 2 ip from any to 192.168.91.16:255.255.255.240 via fxp0

---
Regards,
Patrick O'Reilly.
______
   / _ )__ __ (_)_ __ ___ _/ / __
  / __/ -_) _) /  ~  ) -_), ,-/ -_) _)
 /_/  \__/_//_/_/~/_/\__/ \__/\__/_/
http://www.perimeter.co.za




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: block icmp with ipfw

2002-10-05 Thread Patrick O'Reilly

From: master [EMAIL PROTECTED]

 hi all i would like to know the syntax of ipfw to block icmp ping ?
(echo
 and reply)

ipfw add 123 deny ip from any to any icmtypes 8

man ipfw and search for icmptypes .

---
Regards,
Patrick O'Reilly.
______
   / _ )__ __ (_)_ __ ___ _/ / __
  / __/ -_) _) /  ~  ) -_), ,-/ -_) _)
 /_/  \__/_//_/_/~/_/\__/ \__/\__/_/
http://www.perimeter.co.za



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: route settings in rc.conf - question, with details.

2002-10-14 Thread Patrick O'Reilly

From: Firsto Lasto [EMAIL PROTECTED]

 Hi,

 I have a system with IPs assigned from 192.168.0.0/24 and 192.168.1.0/24

 Right now I have this in my rc.conf:

 defaultrouter=10.10.10.10
 ifconfig_fxp0=inet 192.168.0.1 netmask 255.255.255.0
 ifconfig_fxp0_alias0=inet 192.168.0.2 netmask 255.255.255.255
 ifconfig_fxp0_alias1=inet 192.168.1.1 netmask 255.255.255.255

 So, as you can see I have one default route, and both /24s use that
single
 10.10.10.10 as the default router.  But, because I have simply added the
 192.168.1.1 IP as one more plain old alias, I now get this in my logs:

 /kernel: arplookup 10.10.10.10 failed: host is not on local network

 So, how do I add 192.168.1.1 as an alias, without adding another
 defaultrouter, since my current defaultrouter setting is already correct
?


The problem is not with the aliases - it is (as the message says) because
the default router is not on a local network.  If the router is attached
via fxp0, then try adding an alias like this:
ifconfig_fxp0_alias2=inet 10.10.10.1 netmask 255.255.255.0

Then your system will know which interface to use to talk to 10.10.10.10.

---
Regards,
Patrick O'Reilly.
______
   / _ )__ __ (_)_ __ ___ _/ / __
  / __/ -_) _) /  ~  ) -_), ,-/ -_) _)
 /_/  \__/_//_/_/~/_/\__/ \__/\__/_/
http://www.perimeter.co.za




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



MRTG queries

2002-10-28 Thread Patrick Holahan
Hi there..

I'm running mrtg-2.9.18pre11 with apache2 (httpd-2.0.36) on FreeBSD
4.6-RELEASE

I've written a custom script for MRTG and seem to be having some problems
and was wondering if anyone can answer some questions with regards to MRTG
itself..

1. If you have multiple .cfg files (in different directories with different
target names) but the .cfg file name is the same.. Will MRTG accept this?

2. Does MRTG support target names of pure numbers? (eg Target[123]:
`/usr/local/scripts/bwscript` )

3. If the bwscript file is copied into multiple directories (eg: /mrtg/1
/mrtg/2 /mrtg/3 and so on) but also, with the same name.. And therefore,
creates the same values / filenames in each directory (val1, val2, val3,
val4, tim1, tim2, tim3, tim4) would this cause MRTG to have a panic/not
work?

Any suggestions are welcome

Thanks  Regards
Patrick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Console Messages Remotely

2002-11-14 Thread patrick gibson
I like how when I su to root in FreeBSD, I get the console messages to my
virtual tty. I have one server, though, where these messages are not being
displayed. I haven't changed anything of which that I'm aware that would
cause this, and my /etc/syslog.conf file seems okay:

*.err;kern.debug;auth.notice;mail.crit  /dev/console

When I login remotely, and become root, I would like authentication errors
and such to display on my terminal. I seem to remember once seeing an option
that asked me if I wanted /dev/console to be redirected to any root tty, but
for the life of me, I can't seem to locate where this option is. Does anyone
know how I can (re-)activate this?

I'm running 4.6.2, by the way.

Thanks in advance,

Patrick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



dc0: watchdog timeout (ethernet card locks up)

2002-11-23 Thread Patrick Fish
Hi,

I'm having some problems transferring large files at a high rate of
speed over my LAN. I can get about 8mb/sec for about 7 seconds or less,
then i get the following in console:


Nov 23 14:26:19 ns1 kernel: dc0: watchdog timeout

and the ethernet card freezes and my download stops.

Any ideas?


Thanks,

Patrick Fish


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Is this possible: mschapv1 + mppe?

2002-11-26 Thread Dung Patrick
Hi,

I can establish mppe with mschapv1 in linux. I think FreeBSD (userland ppp) only 
support mppe + mschapv2. Is there any way to hack it to support mschapv1+mppe.

Regards,
Patrick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Sis900 integrated lan card problem

2002-11-28 Thread Dung Patrick
Hi,

I can't get my sis900 lan card to work with FreeBSD (get a failed to probe error). It 
uses a ICS PHY.

Regards,
Patrick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Looking for database certification / test

2002-12-12 Thread Patrick Dimpre


Does Sybasse V11 is certified on FreeBSD
Does any one of you alreday perform install/and test t an Oracle 9I
Database on FreeBSD.
 I know that Oracle is not actually available on this OS
Thanks for your help.
Best regards

P. Dimpre

begin:vcard 
n:Dimpre;Patrick
tel;cell:+33 (0)6 08 94 23 82
tel;work:+33 (0)1 57 60 28 33
x-mozilla-html:FALSE
org:Oracle France;Division Industrie
version:2.1
email;internet:[EMAIL PROTECTED]
title:Responsable technique de compte
adr;quoted-printable:;;15 Boulevard Charles de Gaulle=0D=0A=0D=0A;Colombes;;92715;FRANCE
fn:Patrick Dimpre
end:vcard



fsck_ext2fs

2003-02-11 Thread Patrick Quealy
I compled ext2 support into a kernel and I am able to mount and read 
an ext2 partition fine.  However, running fsck -t ext2fs (or 
fsck_ext2fs) on it results in the error message:

** /dev/ad1s1
BAD SUPER BLOCK: MAGIC NUMBER WRONG
ioctl (GCINFO): Operation not supported by device
/dev/ad1s1: can't read disk label

Same for the other partition on the disk.  Both are type 0x83/linux native.

Of course the need to fsck will arise eventually, but even if it did 
not, I'm unable to include the ext2 partition in my fstab until the 
system will be able to run fsck_ext2fs successfully on boot.

Thanks in advance for any help.

--Patrick


--
Q -- [EMAIL PROTECTED] -- http://www.quealy.org
GPG:  pgp.mit.edu, ID 0xFCCBDDBD

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Routing problem on 3 homed host

2005-01-17 Thread Gelsema, Patrick
You should add on your router the following routes

192.168.1.0/24
192.168.2.0/24
with gateway 192.168.0.2 (interface firewall)

Your router doesn't know where to return the packets to.

And your firewall needs to route 0.0.0.0 to 192.168.0.1 (router interface)

Your CIDR is good.

These changes 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:

 Router:
 This is a dedicated ADSL router with integrated firewall and nat
 The firewall cannot be configured other than turning ports
 on and off for traffic from the internet and routing traffic
 to specific hosts. All traffic is sent to the firewall.
 Firewall:
 This firewall is an i386 arch FreeBSD 5.3 build currently running
 ipf and ipnat and sits on the three networks 192.168.0.0/24,
 192.168.1.0/24 and 192.168.2.0/24 (This may be wrong, I am unsure
 of CIDR - please advise if it is).
 rc.conf:
 gateway_enable=YES
 ipf_enable=YES
 ipnat_enable=YES
 No nameserver setup all info in hosts files except for 192.168.0.1
 for traffic to and from the internet.
 resolv.conf:
 domain somenet.com
 nameserver 192.168.0.2
 nameserver 192.168.0.1
 ipnat.rules:
 map dc0 192.168.2.0/24 - 192.168.0.2/32 portmap tcp/udp
 1:2
 map dc0 192.168.2.0/24 - 192.168.0.2/32
 map dc0 192.168.1.0/24 - 192.168.0.2/32 portmap tcp/udp
 20001:4
 map dc0 192.168.1.0/24 - 192.168.0.2/32
 ipf.rules: - wide open until I can get this working
 pass out quick all
 pass in quick all

 The setup: (simpified)

--
|Internet|
--
|
  IP: 192.168.0.10  | IP: x.x.x.x
  ----
  | Laptop || Router |
  ----
| IP: 192.168.0.1
|
| IP: 192.168.0.2 IF: dc0
  --
  |  Firewall  |
  |-
  IP: 192.168.1.2 IF: dc1 || IP 192.168.2.2 IF: rl0
  ||
  IP: 192.168.1.10||
 ---  ---
 | DMZ Host|  | | Switch
 ---  | |
  | |
  ---
   |
   |
   |
  
  | Pri Host |
  

 The problem:
 The firewall can ping the router, dmz host and private host
 and can retrieve html pages from the internet.
 The laptop can ping the firewall
 The dmz host can ping the firewall
 The private host can ping the firewall
 The dmz host and private host cannot ping the router or
 retrieve pages from the internet. (No route to host)

 Is there something else that I need to setup or do to enable routing
 the packets between the 3 networks ?

 Any help greatly appreciated.

 -
 Tim Preece.







 ___
 ALL-NEW Yahoo! Messenger - all new features - even more fun!
 http://uk.messenger.yahoo.com
 ___
 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: natd or firewall problem?

2005-02-05 Thread Gelsema, Patrick
Hi,

IN order to enlighten you we need some more information. Sounds to me you
could be having issues with internal/external DNS and ip-addresses. In
other words, you are querying your www server from a dns and is getting
the Internet ip back instead of the lan ip. Can you connect to your www
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 to the outside world. But the problem is now at the other
 internal workstations which are unable to browse the web server.

 Please enlighten me,
 Cristian Salan
 ___
 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: natd or firewall problem?

2005-02-05 Thread Gelsema, Patrick
Thats right, you can do the following:
Put the ip-address with its FQDn (www.webserverwhatever.com) in every hosts
file (taken its windows) or in its hosts file on freebsd. Or you run an
internal DNS with an internal zone for your domain whilst running on the
internet the external zone.

Regards,

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,
  
   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 to the outside world. But the problem is now at the other 
   internal workstations which are unable to browse the web server.
  
   Please enlighten me,
   Cristian Salan
 
 On Sat, 5 Feb 2005 12:42:13 +0100 (CET), Gelsema, Patrick 
 [EMAIL PROTECTED] wrote:
  Hi,
  
  IN order to enlighten you we need some more information. 
 Sounds to me 
  you could be having issues with internal/external DNS and 
  ip-addresses. In other words, you are querying your www 
 server from a 
  dns and is getting the Internet ip back instead of the lan 
 ip. Can you 
  connect to your www server with ip?
 
 I can only connect using the internal ip address. Otherwise, 
 yes, when querying for the name I get the external IP 
 address. There is no DNS server on this lan. Is this the problem?
 
 Cristian Salan
 

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


RE: natd or firewall problem?

2005-02-06 Thread Gelsema, Patrick
I think that has to depend on how your natting and firewalling is set up.
Aka how do you manage incoming traffic, outgoing and forwarding traffic
between 2 interfaces.
I'm using ipchains for it, and I got my rules per interface setup, and do
thorough checks regarding sources.

But it is something 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
 To: Gelsema, Patrick
 Cc: 'Cristian Salan'; 'Gelsema, Patrick'; 
 freebsd-questions@freebsd.org
 Subject: Re: natd or firewall problem?
 
 
 Gelsema, Patrick wrote:
  Thats right, you can do the following:
  Put the ip-address with its FQDn 
 (www.webserverwhatever.com) in every 
  hosts file (taken its windows) or in its hosts file on 
 freebsd. Or you 
  run an internal DNS with an internal zone for your domain whilst 
  running on the internet the external zone.
  
  Regards,
  
  Patrick
  
 
 Out of interest, why would using the external ip address not work. 
 Would the packets not just be directed out to the router as per usual 
 and then the router would notice it should forward the packets to the 
 www server?  What am I missing?  The only problem I can think 
 of might 
 be sending packets back to the internal ip address.
 
 Thanks
 Chris
 
 [snip]
 

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


ping -f differences in pinging windows 2003 and FreeBSD

2005-02-13 Thread Gelsema, Patrick
Hi,

I've got the following kit running; FreeBsd 5.3Release-p5,
4.10-RELEASE-p2, Windows XP SP2, Syslinux and Windows 2003 SP1.

They all are connected to a 3com 100mbit Hub. All machines 100Mbit
HalfDuplex.

When I execute the ping -f command from 5.3 to 4.10 I am getting a ~18%
packetloss, the same when I execute the command from 4.10 to 5.3.

However when I ping -f the Windows 2003 server, the Syslinux Firewall or
Windows XP I am lucky if at least 10 packets are dropped.

In both FreeBSD boxes Intel Nics are used (fxp).

Why does the other OS-es seem to handle this better than FreeBSD?
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,
Patrick


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


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,

Patrick Gelsema

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


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:
 
  There is no way to decided the user/group and
  permission of the device created. (/etc/devfs.conf
 can
  be used, but it had to be start after the device
 is
  created, where it is not created at boot time).
 
 devfs(8) rules should be automatically applied to
 all devices as
 they're created.  Setting up the rules at boot time
 should be exactly
 what you need.  Is this not happening?
 
 -- 
 Lowell Gilbert, embedded/networking software
 engineer, Boston area
   http://be-well.ilk.org:8088/~lowell/
  

_
...
  
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 cannot set the
 /dev/bpf1,
  which is not present.
 
 Running devfs(8) at boot time will set rules that
 will be
 automatically applied to bpf1 when it is created. 
 What do your devfs
 rules look like?
  

own bpf*root:wheel
permbpf*0660

_
...
  
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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  fax: +44.7050699852
SpaceSurfer Limited   http://www.spacereg.com/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFA8C8ZD97IpyzY3RIRAnW6AJ9E0nPITIVXwzYVMF0ml7B8XG5jbACdFD0W
wPUABSyVFGiEPl7Hf5MlKxg=
=LMX3
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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:
  
   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.
  
  Running devfs(8) at boot time will set rules that
  will be
  automatically applied to bpf1 when it is created. 
  What do your devfs
  rules look like?
   
 
 own bpf*root:wheel
 permbpf*0660
 


_
...
  
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 mean the TCP/IP part)?

Thanks

_
...
  
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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/kernel/2003-08/msg00194.html

http://www.secnetix.de/~olli/FreeBSD/mnamelen.hawk

From Compaq(HP) Tru64 UNIX 5.1 man pages, it seems
that Tru64 UNIX also have a restriction of 90
chars.(They also based on BSD?)
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN2/0114.HTM

_
...
  
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Major Installation Problems

2004-08-19 Thread Patrick Wheeler
I have FreeBSD 4.1 on CD that I am trying to install but can't. I have a
133MHZ Pentium processor with 64MB of RAM and a 2GB hard drive.

When I boot to the CD, after the initial startup the Kernel
Configuration Menu is displayed. I select the first option (Skip
Configuration), and then text that appears to be my various hardware
scrolls bye until it freezes. These are the last three lines of that
output.

pnaphy0: Am79c978 HomePNA PHY on miibus0
pnaphy0: Home PNA
pci0: ATI Mach64-GT graphics accelerator at 19.0

The lines above the quoted output go through what appears to be
recognizing my other hardware including my Voodoo2 graphics card.  The
first to lines of this output is my network card, and the last line is
the on-board graphics chip.  The cursor then is displayed but nothing
happens. The system just locks up. I have no clue what to do.

Any assistance or advice you can offer would be greatly appreciated.
Thank You in Advance,
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]


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

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 pppd).

Has anyone get success with FreeBSD6+NATT+L2TP-IPSEC ?



__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gmirror on a laptop.

2006-03-11 Thread Patrick Bowen

List;

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 whether this is such an incredibly bad 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, send any mail to [EMAIL PROTECTED]


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 whether this is such an incredibly bad idea I
shouldn't even consider it --or-- it seems like a good way to get
familiar with gmirror, so go for it.
   



If you want to do this for the sake of practice, by all means, feel free.

However, mirroring onto the same device is going to result in almost no benefit
to reliability and will cause a very large performance hit, as well as reducing
the usable amount of disk space in half.  (In other words, actually leaving the
machine set up that way would be an incredibly bad idea.)

 


Mr. Swiger;

I agree, except that I had anticipated absolutely *no* benefit to 
reliability. If the disk goes bad, then having a mirror on the same 
disk, different slice, would still give me...no disk. I simply wanted to 
get the practice by actually doing, instead of just reading about it. 
I'll probably re-install Slackware on the other slice when I get done 
playing around.


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


Kernel mixup after dump/restore

2006-03-13 Thread Patrick Bowen

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 
/usr partitions on ad0s1 equal in size to those on ad0s2.


3.  Used the following command to copy partitions from ad0s2 to ad0s1;

  dump -L -0 -f- /usr | (cd /mnt/hd/usr; restore -r -v -f-)

/usr is on ad0s2 and /mnt/hd/usr is ad0s1.

4.  Changed /mnt/hd/etc on ad0s1 to mount partitions on ad0s1, rather 
than ad0s2.


5.  Used grub to boot either to ad0s1 or ad0s2.

When I boot the first slice (ad0s1), df(1) shows all the partitions to 
be ad0s1, except root, which is ad0s2. When I boot the second slice 
(ad0s2), df(1) shows all partitions to be ad0s2, except root, which is 
ad0s1.


Can anyone explain 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 
/usr partitions on ad0s1 equal in size to those on ad0s2.


3.  Used the following command to copy partitions from ad0s2 to ad0s1;

  dump -L -0 -f- /usr | (cd /mnt/hd/usr; restore -r -v -f-)

/usr is on ad0s2 and /mnt/hd/usr is ad0s1.

4.  Changed /mnt/hd/etc on ad0s1 to mount partitions on ad0s1, rather 
than ad0s2.


5.  Used grub to boot either to ad0s1 or ad0s2.

When I boot the first slice (ad0s1), df(1) shows all the partitions to 
be ad0s1, except root, which is ad0s2. When I boot the second slice 
(ad0s2), df(1) shows all partitions to be ad0s2, except root, which is 
ad0s1.


Can anyone explain 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]


I should have mentioned that I modified the dump/restore command in #3 
above to reflect all the different partitions.


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


Re: List Etiquette Question - Thank yous

2006-03-24 Thread Patrick Bowen

On Fri, 24 Mar 2006 12:05:35 -0800, Oliver Iberien
[EMAIL PROTECTED] said:
 I have never been on a list from which I have received as much help as
 this 
 one, which raises a question for me. I would like to thank the people who 
 post questions to my answers, such as the fellow below, but don't want to 
 spam people's inboxes and/or the with thank-you notes that may be
 archived 
 for all time. Do people generally expect a note of thanks?
 
 Oliver
 
 
 On Friday 24 March 2006 11:47, Dan Nelson wrote:
  In the last episode (Mar 24), Oliver Iberien said:
   This may be a silly question, but I wanted to make sure:
  
   I have a SCSI R/W CD-ROM drive and an IDE DVD read-only drive. There
   have been times with linux where enabling SCSI emulation made the
   actual SCSI drive unavailable to k3b. I just want to make sure that
   adding ATAPICAM won't somehow get in the way of the actual SCSI
   device. Will it?
 
  At worst it may shuffle the device number if the atapi drive gets
  probed first.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

Oliver:

I think it's generally expected that 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 that public help should receive public praise.

Patrick
-- 
  Patrick Bowen
  [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: flash plugins question

2006-04-01 Thread Patrick Bowen

Marlon Martin wrote:


linuxpluginwrapper is installed from ports, and linux-flashplugin7 after
that i copy libmap.conf-FreeBSD6
fromfile:///usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6
/usr/local/share/examples/linuxpluginwrapper/  to /etc/ and rename it as
libmap.conf but still no plugins for flash: when typing:
about:plugins

anyone can help fixing this? im running FBSD 6.1PRE
 



Marlon;

I had the same problem with FreeBSD-native mozilla. My final solution 
was to de-install mozilla and install linux-mozilla from ports. This 
solved all my problems, and now I can use flash, realplayer, 
mplayer-plugins, acroread, etc.


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 Dashti wrote:


Hello



I have installed FreeBSD v6.0R on my Toshiba satellite pro M30 laptop.

Everything works fine except and wireless.



The wireless card is identified, but I don't know how to find the access
points, is there a good tool for kde or consol that does a job?

Also, my sound driver is not identified, how do I do it?





Regards,

Zaid Dashti





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

 


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

Martin McCormick wrote:


The FreeBSD site has an installation ISO image for FreeBSD5.4
but it is dated last May.  There have been several core security
updates since then.  should I be looking in a different place to find
a stable 5.x ISO image that is current?

Thank you very much.

Martin McCormick WB5AGZ  Stillwater, OK 
Systems Engineer

OSU Information Technology Department Network Operations Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

 


Martin:

You'll need to install 5.4 from the iso, then use cvsup to update your 
sources with the updates. Then read the handbook and /usr/src/UPDATING 
for the instructions on how to recompile your world and kernel. Your 
other option is to wait 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: wifi ath

2006-04-16 Thread Patrick Bowen

dick hoogendijk wrote:


Bought a WiFi D-Link with atheros chipset.
I use a non-default kernel, so I guess I have to put some options back in
and recompile. Will upgrade to 6.1-rc at the same time ;-)

Any pitfalls?
What options exactly do I need to have my ath based wifi card up and
running?

 


Dick;

Test the card with kldload if_ath as root, then ifconfig and dhcp, 
before you re-compile the kernel. If that works then you can just  add 
the modules at startup. Saves time recompiling.


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


Re: wireless setup help

2006-04-16 Thread Patrick Bowen

[EMAIL PROTECTED] wrote:


Hi,

I'm having difficulties connecting to my roommate's apple airport.

Following the guide I tried using a fixed IP:
ifconfig ath0 10.0.1.5 netmask 0xff00 ssid True That
but got status: no carrier and obviously couldn't ping anything.

I believe WEP is turned off at the moment as my roommate joins without any
password.

next I tried the dhcp method from someone in the mailing list.  I added
these lines to rc.conf then rebooted:
ifconfig_ath0=DHCP
ifconfig ath0 ssid True That

at reboot dhcp wasn't able to pick up any leases and I saw status: no
carrier on ifconfig ath0.

FreeBSD wireless setup is new to me, so I'm probably missing something
obvious.  The card is a DLink Airplus G and I have the if_ath.ko loading
at boot without any problems.  Any hints are most appreciated. Thanks,
Nathan

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

 



Nathan;

Unless the Apple device is running a DHCP server (you didn't mention if 
you knew that to be true), setting ifconfig_ath=DHCP in rc.conf will 
have no effect. Have you tried setting the IP and netmask and ssid to 
what your roommate's machine is using (just to see if it works)?


Also, the line in your rc.conf, ifconfig ath0 ssid True That is, I 
suspect, wrong. I'll bet it needs to be something like 
ifconfig_ath0_ssid=True That.


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


Re: a favorite graphical ftp client?

2006-04-16 Thread Patrick Bowen

Jonathan Horne wrote:


On Sunday 16 April 2006 20:17, [EMAIL PROTECTED] wrote:
 


i would like to ask the list for opinions on a good graphical ftp client
 


for a

   


freebsd desktop.  before i try them all, id like to get a few
recomendations :)
 


gftp is quite nice imho -- http://gftp.seul.org/
   



sorry, i should have mentioned i use KDE.  will gftp be any trouble to 
compile, or is it going to pull down the entire gnome to go with it?  im 
really looking for something that works well under KDE.


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

 



Jonathan;

No, it won't. I use it with WindowMaker. It pulled some stuff down with 
it, but not much.


BTW, if you're using KDE, there is a kftpgrabber graphical ftp client 
for KDE in the ports collection.


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


Re: getting a user's home dir (sed/awk?)

2006-04-17 Thread Patrick Bowen

Erik Norgaard wrote:


Hi:

I am trying to create a script, the idea is to host a number of web
services, each running as a different process owned by a different user
bound to a non privileged port on localhost. The point is that each
service can be restarted without affecting other services and that any
security compromise does not propagate to other services.

Now, to start all servers I want to create a master script that looks up
the user's home directory and runs a script in a predefined path.

So the question is: given a username, how do I get the homedir?

I have found pw usershow user1 will return a line from the passwd
file, but that needs to be split chewed, and spit out. Seems awk can do
it but I have no clue.

Thanks, Erik

PS: Yes, I know, I could just create a perl script - but this time I
want to do it all using the tools in base.
 



Erik;

How 'bout something like;

pw usershow user1 | awk -F: ' { print $9 } '

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


Re: rc.local

2006-04-17 Thread Patrick Bowen

riko saputra wrote:


in my freebsd 6.0 there is no rc.local ,
how i can get rc.local ??
thanks.

 



riko;

man 8 rc should have the information you're looking for.

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


Re: where/under what do I look for relaxing the privlege requirements for mounting/accessing devices?

2006-04-18 Thread Patrick Bowen

Jim Stapleton wrote:


Works great so far, except I get the following error when trying to
mount SMB files still:


mount_smbfs: can not setup kernel iconv table (ISO8859-1:tolower):
syserr = Operation not permitted


Also, I still have to manually do a root 'kldload smbfs' before
mounting samba, I tried adding these two lines to rc.conf to no avail:

smbfs_load=YES
smbfs_enable=YES

Any other suggestions?

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

 



Jim;

Unless I'm mistaken, smbfs_load=YES should go into 
/boot/loader.conf. Use kldstat to see if the module is loaded.


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


Re: How do uninstall a package and all it's dependencies ?

2006-04-19 Thread Patrick Bowen

Low Kian Seong wrote:


Dear all,

Been digging around but never really found the answer to this one, say if i
install xfce4 package and then later I want to uninstall xfce4 and *all*
it's dependencies, how do i do it ?

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

 



Seong;

I do that fairly often when I'm just looking at packages. Try 
pkg_deinstall -R package-name, where package-name is replaced with the 
name of the package you want to delete, in your case xfce4.


pkg_deinstall -R xfce4.

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


Re: where/under what do I look for relaxing the privlege requirements for mounting/accessing devices?

2006-04-19 Thread Patrick Bowen

Jim Stapleton wrote:


Sorry, my reply got bounced back, didn't realize it, but I sent a
second reply, here it is again:


It's different this time though:

mount_smbfs: can not setup kernel iconv table (ISO8859-1:tolower):
syserr = Operation not permitted



On 4/18/06, Patrick Bowen [EMAIL PROTECTED] wrote:
 


Jim Stapleton wrote:

   


That did not work either.



 


Jim;

Unless I'm mistaken, smbfs_load=YES should go into
/boot/loader.conf. Use kldstat to see if the module is loaded.

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



   


Jim;

not work how? Didn't load (wasn't listed by kldstat), or didn't work
when it *was* loaded?

Patrick

   


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

 



I'm over my head here, but i did some googling on mount_smbfs: can not 
setup kernel iconv table and got 216 hits. In a few of the solutions it 
states that you must be root to mount_smbfs. Check out google, it'll be 
more help than me at this point.


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


Re: Window Manager Opinions

2006-04-19 Thread Patrick Bowen

Huy Ton That wrote:


Just a general question; not sure if it belongs in questions but let me know
otherwise.  I'm currently using gnome2 as my desktop environment on RC
6.1but it is a little dry;  What are you all using out there and any
reasons as
to behind the decision and such.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

 



I use WindowMaker (/usr/ports/x11-wm/windowmaker). It's very fast to 
load, configurable/theme-able, and has a nice clean desktop. Check out 
their website at http://www.windomaker.org.


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


Re: How do uninstall a package and all it's dependencies ?

2006-04-22 Thread Patrick Bowen
Low Kian Seong wrote:

 The problem about the -R option is that normally that takes off stuff 
 like xorg-server and friends too ! Really not nice, or am I doing 
 something wrong ?

 On 4/20/06, *Patrick Bowen* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Low Kian Seong wrote:

 Dear all,
 
 Been digging around but never really found the answer to this
 one, say if i
 install xfce4 package and then later I want to uninstall xfce4
 and *all*
 it's dependencies, how do i do it ?
 
 Thank you all in advance.
 ___
 freebsd-questions@freebsd.org
 mailto:freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 
 
 

 Seong;

 I do that fairly often when I'm just looking at packages. Try
 pkg_deinstall -R package-name, where package-name is replaced
 with the
 name of the package you want to delete, in your case xfce4.

 pkg_deinstall -R xfce4.

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



If the dependancy pkg is required by something else, then pkg_deinstall 
will tell me that it can't delete the dependancy pkg because its used by 
another pkg. Works like a charm.

Patrick

-- 
  Patrick Bowen
  [EMAIL PROTECTED]

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


truss and procfs strange problem.

2006-01-26 Thread Proniewski Patrick

Hello,

I experience a strange problem with truss on FreeBSD 5.4 p8 :

$ truss ls
truss: cannot open /proc/4509/mem: No such file or directory
$ truss ls
truss: PIOCWAIT: Input/output error


of course, PROCFS is mounted :

$ df procfs
Filesystem 1K-blocks Used Avail Capacity  Mounted on
procfs 44 0   100%/proc


but, if I count `ls -1 /proc/ | wc -l` the result will always be limited
to 128, even if I have more than 200 lines in ps aux output :

$ ls -1 /proc/ | wc -l
 128
$ ps aux | wc  -l
 207

It really looks like a power of 2 limit, this is very strange.

The box is a PIV 3GHz, with HTT enabled  
(machdep.hyperthreading_allowed=1). Complete sysctl available at  
http://boleskine.patpro.net/~patpro/sysctl.txt, Kernel config below.


$ uname -a
FreeBSD my_box 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: Sun Oct 16
17:12:30 CEST 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/PATPRO-20050829  i386

# egrep -v ^# /usr/src/sys/i386/conf/PATPRO-20050829

machine i386
cpu I686_CPU
ident   PATPRO-20050829

options SCHED_4BSD
options INET
options FFS
options SOFTUPDATES
options UFS_ACL
options UFS_DIRHASH
options MD_ROOT
options NFSCLIENT
options NFSSERVER
options NFS_ROOT
options MSDOSFS
options CD9660
options PROCFS
options PSEUDOFS
options GEOM_GPT
options COMPAT_43
options COMPAT_FREEBSD4
options SCSI_DELAY=15000
options KTRACE
options SYSVSHM
options SYSVMSG
options SYSVSEM
options _KPOSIX_PRIORITY_SCHEDULING
options KBD_INSTALL_CDEV
options AHC_REG_PRETTY_PRINT
options AHD_REG_PRETTY_PRINT
options ADAPTIVE_GIANT
options ALTQ
options ALTQ_CBQ
options ALTQ_RED
options ALTQ_RIO
options ALTQ_HFSC
options ALTQ_PRIQ
options ALTQ_NOPCC
options SMP
options MPTABLE_FORCE_HTT

device  apic
device  isa
device  eisa
device  pci
device  fdc
device  ata
device  atadisk
device  ataraid
device  atapicd
device  atapifd
device  atapist
options ATA_STATIC_ID
device  atkbdc
device  atkbd
device  psm
device  vga
device  splash
device  sc
device  agp
device  npx
device  pmtimer
device  sio
device  ppc
device  ppbus
device  ppi
device  em
device  miibus
device  fxp
device  ex
device  loop
device  mem
device  io
device  random
device  ether
device  tun
device  pty
device  md
device  bpf
device  uhci
device  ohci
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/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: truss and procfs strange problem.

2006-01-26 Thread Proniewski Patrick

Hi,

On 26 janv. 06, at 18:13, Dan Nelson wrote:


$ truss ls
truss: cannot open /proc/4509/mem: No such file or directory
$ truss ls
truss: PIOCWAIT: Input/output error


The child process probably hasn't been fully started by the time the
parent tries to attach to it.  Adding a sleep(1) inside
setup_and_wait() in setup.c just before it tries to open /proc/%d/mem
is a quick hack that works.  A better solution would be to retry the
open and ioctl calls if they fail, after a short wait (but only doing
so for a couple seconds in case there was a problem starting the child
process).


hmmm I see. In fact, I have the cannot open error for a normal  
truss usage, and if I repeat the truss command very fast, I got the  
second error (PIOCWAIT: Input/output error). Slowing down the process  
is an interesting workaround :


truss ls - fails 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
--
Administrateur Système - SENTIER - Université Lumière Lyon 2

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


Re: truss and procfs strange problem.

2006-01-26 Thread Proniewski Patrick

I have some new details :


$ truss ls
truss: cannot open /proc/4509/mem: No such file or directory



in that case, the command issued as a truss argument (ls, ...) is  
stuck in state D.
`man ps` says it Marks a process in disk (or other short term,  
uninterruptible) 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 list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: truss and procfs strange problem.

2006-01-27 Thread Proniewski Patrick

On 26 janv. 06, at 23:33, Dan Nelson wrote:


in that case, the command issued as a truss argument (ls, ...) is
stuck in state D. `man ps` says it Marks a process in disk (or
other short term, uninterruptible) wait.
these process wont be killed, I'll have to reboot. (procctl won't
clear the processes...)


You can continue tracing these processes if you run truss -p pid,
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 still here...




Patrick PRONIEWSKI
--
Administrateur Système - SENTIER - Université Lumière Lyon 2

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


Re: Shell Script Help

2006-01-29 Thread Proniewski Patrick

On 29 janv. 06, at 16:10, Angelo Christou wrote:


list.txt contains:

bob home 9002
jim data 9005



Running the following for each line is what I'm trying to do:
myprogram bob home 9002
myprogram jim data 9005
and so on..


give this a try:

while read myline; do
   set -- $myline
   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

Hi,

I am having trouble installing a port/package because it wants to use 
Apache 1.3 whereas I am running Apache 2 on the server in question.


As far as I can tell, I should install by building the port rather than 
using the package because the package is obviously pre-compiled for 
Apache 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/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New parts for new PC (need help - little knowledge of hardware)

2003-11-17 Thread Patrick Proniewski
On 18 nov. 2003, at 03:01, Bryan Cassidy wrote:

Next is to choose a mother board. I am
wanting a ASUS just because I hear alot of people talking about it on
the forums, irc etc and think I would be happy with it.
you will, as long as you do not choose a cheap ASUS (SiS chipset and 
controllers)
For max performance and better FreeBSD support, choose a motherboard 
with Intel chipset (if you choose to go with a pentium of course, I've 
no experience with AMD)


If the motherboard from
asus has onboard sound can I use a PCI sound card?
you can, of course.


Is it best to use a
PCI sound card or onboard?
PCI is better, in general, as for Video or LAN, but some high end 
motherboard have very good (in quality) onboard feature.
my order of priority here is : lan  video  sound : if you can buy 
only one PCI card, take a NIC card, then a video card, then finally a 
sound card.
Of course, a gamer would choose to get video offboard as a priority. 
depends on your use.


I was thinking about buying the TrueBlue 480 Watt PSU
480 Watt ATX12V Illuminated from antec. Good idea?
first you list your needs :
- computational power
- disk space
- video power
- RAM use
then you choose your processor, your disks, and so on.
You should end with 1 or 2 motherboards that will suit your needs and 
price.

In general you'll want to avoid very cheap chipset, ultra-low end video 
card are just good enough for console, low end NIC with crash your 
freeBSD box (worst case) or drop paquets and deliver poor I/O.

Remember that PIV and latest AMD need huge PSU, 480 W will be fine 
anyway.
SATA disk are not yet good enough to justify their tag. IDE will be 
great but I would recommand a good controler (*not* SiS)
Try and choose a good motherboard that will sport 4 or more RAM slots, 
and that support more than 1GB RAM, so you'll be able to add some RAM 
later.
Don't go with IDE RAID. Even if it works great, it's extra money and 
hassle.
NIC : intel etherexpress Pro 10/100 is really good, most 3Com are good 
too, avoid low end Dlink/Realtek

Take a look a ABIT's motherboard, some of them are really good.

hth

patpro
--
je cherche un poste d'admin-sys Mac/UNIX
(ou une jeune et jolie femme riche)
http://patpro.net/cv.php
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make vs. pkg_add

2003-11-22 Thread Patrick Burnett
Hi all,

Not that I expect to be swayed one way or the other here, but...

I'm curious to see what other users think of using either the 'make'
commands or 'pkg_add' for compiling and installing software.  I'm
admittedly a bit of a newbie, and I've tried it both ways, after
CVSup-ing the source and ports of course.  In most cases 'pkg_add' seems
to work better, but the problem solver in me wants to see 'make all
install clean' and its brethren work at least once.  Am I to understand
that 'make' and its accompanying command options will download source,
dependencies, needed libs, et al. while compiling, building, and
installing just like 'pkg_add' does?  I'm probably doing something wrong
such that 'make' isn't playing nice, but I'd still appreciate some
further insight from more experienced users.

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


Re: Can't install gaim on FreeBSD 4.x

2003-11-25 Thread Patrick Burnett
tried looking in /usr/ports/sysutils/pkg_install?

On Tue, 2003-11-25 at 16:30, David Gerard wrote:

 On 11/25/03 22:20, Joe Marcus Clarke wrote:
 
 On Tue, 2003-11-25 at 17:06, David Gerard wrote:
 
 Has anyone got gaim 0.71 or later working on FreeBSD 4.x?
 What did you do to get it working?
 
 
 
 You need to install the sysutils/pkg_install port,
 
 
 I can't find such a port ... either on the system or on ftp.freebsd.org.
 
  then use
 /usr/local/bin/pkg_add to add the package.  Note, gaim is currently
 supported on 4.8, 4.9, -STABLE, 5.1, and -CURRENT only.
   
 
 
 - d.
 
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't install gaim on FreeBSD 4.x

2003-11-26 Thread Patrick Burnett
This is more a question of curiosity rather than a solution since I'm an
admitted newbie, so treat this as an inquiry to the masses.  Would
portupgrade help in this case to upgrade and/or install a newer version
of the Gaim source/port for you to use?  

For example, I just ran cvsup on a clean new system (4.9R on a Dell
laptop) to download the latest ports and source and the version of Gaim
in my ports is now 0.73, the latest release.

I know I'm scattershooting, but maybe I'm helping shed some light.

In /usr/share/examples/cvsup there are sample supfiles that I just edit
and use.  The ports-supfile will download all current ports from the CVS
tree to /usr/ports, and the standard-supfile will download all current
source for your version (mine happens to be 4.9R) to /usr/src.  Maybe
try that and installing from the latest ports for your OS version and
see what happens.

pkg_add -vr cvsup-without-gui (to install the text only version of
CVSup)
** -v is not required...I just like the verbose output to see what is
actually happening.**
logout/log back in...as root
go to /usr/share/examples/cvsup
edit the appropriate supfile as you see fit...remembering to edit the
CHANGE_THIS.FreeBSD.org line to reflect which CVSup mirror you want to
hitexample cvsup5.FreeBSD.org.  
save changes and exit file(s)
cvsup -g -L 2 ports-supfile
cvsup -g -L 2 standard-supfile

Just a few of my thoughts.  Good luck.
Pat

On Wed, 2003-11-26 at 03:04, David Gerard wrote:

 On 11/26/03 01:52, Bryan Cassidy wrote:
 
 Why not just use the ports? Works fine on my end with FreeBSD
 4.8-RELEASE
   
 
 
 'Cos the port in 4.8-RELEASE is 0.59, and the new MSN protocol
 is only in 0.71 or later.
 
 Now messing with cvsup ...
 
 
 - d.
 
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


soundcard

2003-12-12 Thread Patrick Fry
I just bought a Creative SoundBlaster Audigy2 ZS card and I 'm running
FreeBSD5.1-RELEASE.When I build my kernel I put in option pcm then build
then when I reboot it gives an error that there is no driver attached for
the device so I was wondering if the kernel has support for this card or is
it too new of a sound card. Other than that I love FreeBSD and thanks for
your help.

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


Re: Apparent packet duplication logged by IPF

2004-01-05 Thread Patrick O'Reilly
Thanks.

I am a little apprehensive about publishing my entire firewall ruleset on a
public list, as you can surely understand.  Especially since I am still
learning, and will probably show everyone some glaring holes which have not
yet closed...

Anyway, the entire ruleset does not have a single log directive:
---
root fox:~# ipfstat -nioh | grep log
root fox:~#
---
I have enabled global logging of accepted packets by 'ipf -l pass'.  Also,
as you can see in the extract I sent all the packets being logged are from
my rule #21, so I think that rules out duplication due to multiple rule
matches.  Rule 21 is for HTTPS traffic, and it does Keep State, as can be
seen in the log entries too.

As for nat, the only rule I have which affects 192.168.0.180 is this:
---
map ed1   from 192.168.0.0/16 to any - 168.209.221.66/32
---
The result of this NAT rule can be seen in snip (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
Subject: RE: Apparent packet duplication logged by IPF


 Kind of like asking someone to work in the dark.  You need to post
 your rules for both ipf  ipnat so people can compare the log
 results to the actual rules.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of
 [EMAIL PROTECTED]
 Sent: Monday, January 05, 2004 3:00 AM
 To: FreeBSD Question List
 Subject: IPF: Apparent packet duplication logged by IPF

 Hi all.

 I am having a strange situation with IPF.  I am trying to log all
 passed
 packets (the log is passed to a third-party stats program for
 graphical
 analysis).

 The problem is that I see many packets apparently being duplicated
 in the
 ipmon.log.  The packet enters the firewall from the internal
 interface OK,
 but it appears to be transmitted out to the internet twice.
 Conversely,
 there are often multiple inbound packets from the internet which
 become just
 one on the internal interface.

 See these two examples (beware of line-wrap):
 1) Internet to LAN
 09:30:00.508378 2x ed1 @0:21 P 196.35.72.139,443 -
 192.168.0.180,1277 PR
 tcp len 20 296 -AP K-S IN
 09:30:00.509446 hdlc5 @0:21 P 196.35.72.139,443 -
 192.168.0.180,1277 PR tcp
 len 20 296 -AP K-S OUT

 2) LAN to internet (168.209.221.66 is my NAT address)
 09:30:00.616102 hdlc5 @0:21 P 192.168.0.180,1277 -
 196.35.72.139,443 PR tcp
 len 20 40 -A K-S IN
 09:30:00.616188 ed1 @0:21 P 168.209.221.66,1277 - 196.35.72.139,443
 PR tcp
 len 20 40 -A K-S OUT
 09:30:00.616275 ed1 @0:21 P 168.209.221.66,1277 - 196.35.72.139,443
 PR tcp
 len 20 40 -A K-S OUT

 I don't believe the packets are ACTUALLY being resent twice, because
 the
 stats I have under MRTG indicate matching traffic volumes on the
 corresponding interfaces.  I suspect the issue has something to do
 with how
 IPF and IPMON log the packets.  But I'm not sure.

 Any help in understanding/fixing this would be greatly appreciated.

 Regards,
 Patrick O'Reilly.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [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://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
make install
 
The ./configure exits with error message iconv or libiconv not found. I have also 
tried ./configure without prefix but did not achieve any results.
 
Can anyone help?
 
Papy
 


-
Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
Créez votre Yahoo! Mail

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour 
dialoguer instantanément avec vos amis.Téléchargez GRATUITEMENT ici !
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Resired features/wish list for FreeBSD

2004-10-28 Thread Patrick Dung
Hi

First of all, I know that most commiters or
contributors contribute their work in their free time.
I am not asking for any promise but I just want to
discuss possible improvement for FreeBSD.

OK, after using FreeBSD for some time, I would like to
see FreeBSD have these features/improvements:

1) OpenLDAP Integration
FreeBSD has OpenLDAP support in the ports, but I think
it would be great if FreeBSD support LDAP out of the
box (just like Solaris and most Linux distro)
There are areas to improve:
- nsswitch (it's in the ports)
But it only support passwd and group now.
- naming cache daemon (nscd)
Without this one, the workstation will query the LDAP
server everytime with just very simple command like
ls.
A lookupd is in the ports but it would be great if it
is integrated and/or improved.

2) A stable software raid implementation
To my knowledge, vinum is not very stable in 5.x.

3) Java improvement
It seems that the development has been stopped after
JDK 1.3.1/1.4.2 for a long time.
Java performance in FreeBSD is not very good.

4) Some nice ports are broken in 5.x
Like tripwire 2.3.1.2_3

Regards
Patrick

_
...
  
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Resired features/wish list for FreeBSD

2004-10-28 Thread Patrick Dung
 --- Jeremy Faulkner [EMAIL PROTECTED] wrote
 On Thu, 2004-10-28 at 16:07, Patrick Dung wrote:

  1) OpenLDAP Integration
  FreeBSD has OpenLDAP support in the ports, but I
 think
  it would be great if FreeBSD support LDAP out of
 the
  box (just like Solaris and most Linux distro)
 
 Why? It's one thing to state your opinion (which
 you've done), and
 another to support it. I don't mean to be rude, but
 it does take a bit
 more to get something moved into the base install.
 It can't just be more
 convenient to you, it has to improve the system for
 the entire user base
 of FreeBSD, or at least the majority of those users
 that express their
 opinion.
 

Let me explain more.
The integeration with OpenLDAP is like the integration
of OpenPAM, OpenSSH, AMD automounter and Bind (what we
have now).
We have default opie support and  kerberos support
(requries recompile FreeBSD) in OpenPAM.
So lets discuss whether people find native ldap
authentication support in OpenPAM useful or not.

I haved tried Redhat.
Their installer has support for workstation ldap logon
authentication against the ldap server, which is
handy.

  
  3) Java improvement
  It seems that the development has been stopped
 after
  JDK 1.3.1/1.4.2 for a long time.
 
 I don't know what you define as a long time, but jdk
 1.5 was only
 recently released. I assume you didn't expect it to
 be ported before it
 was released.
 

OK, I should say:
No newer patchset has been released for a long time
for JDK 1.3.1/1.4.2.
I am not referring to JDK 1.5.

  Java performance in FreeBSD is not very good.
 
 Prove it. I'm sure java@ would be interested in
 seeing your proof and
 even more interested in seeing patches.
 

I have tried this web site
http://rsb.info.nih.gov/nih-image/java/benchmarks/sieve.html
On the same machine, Linux gives me twice score over
FreeBSD.

 Hey Pat, I hope you don't mind if I call you Pat,
 this mailing list is
 questions@, do you have a question for the list?
 

I refer to http://docs.freebsd.org
It says:
When in doubt about what list to post a question to,
post to [EMAIL PROTECTED]

Patrick

_
...
  
http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Getting devfs to recognize a hotplug floppy

2004-11-25 Thread Patrick Bowen
The subject line just about says it all. I'm trying to learn how to get 
devfs to create an fd0 enty in /dev automatically when I plug a floppy 
drive into the serial port of a running Dell D600 laptop running 6.0 
current. I've looked at 'man devfs/devfs.conf/devfs.rules', searched the 
lists, searched the web, etc. this is either really simple, and I/m 
trying to make it complicated (probably), or no one else is trying to do 
this (probably not).

If someone can point me in the right direction, I'd appreciate it.
TIA,
Patrick
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 familiar with networking :-) .  Also 2 x 
win2k sp4 machines (1800) and 80gt DMA133 drives. the problem is only when 
i try to transfer files between the win2k machines. about 100mb of stuff 
and win2k tells me that it lasts 25minutes. And it does. The hub collision 
led is most of the time on. I think this should be faster. I´dont know if 
this problem is caused by samba or freebsd at all but i can´t really find 
any info about just this kind of problem or being just stupid or something. 
Everything else works fine.

did also the TCPDUMP stuff  i´dont know if this helps
21:53:58.545956 192.168.255.254.2751  192.168.0.2.netbios-ssn: P 
3841245174:3841245227(53) ack 4235200213 win 17308 NBT Packet (DF)
21:53:58.546134 192.168.0.2.netbios-ssn  192.168.255.254.2751: P 1:54(53) 
ack 53 win 16195 NBT Packet (DF)

And so on with that ack value growing?
here is also the smb.conf file...  My friend has configured it for me long 
time ago.. i don´t know how to catch my friend anymore.

add machine script = /usr/local/scripts/smb-add-machine %u
log level = 1
socket options = TCP_NODELAY
read raw = yes
write raw = yes
oplocks = no
max xmit = 65535
dead time = 15
getwd cache = yes
netbios name = Bsdgateway
workgroup = JUHONKATU
server string = FreeBSDMylly
os level = 65
preferred master = yes
domain master = yes
local master = yes
security = user
encrypt passwords = yes
domain logons = yes
timeserver = yes
display charset = ISO8859-15
unix charset = ISO8859-15
wins support=true
wins proxy=yes
dos filetime resolution=yes
interfaces = rl0
[netlogon]
path = /samba/netlogon
read only = yes
write list = @yllapito
browseable = no
and the other things...
So i´m only hoping someone can help me with this problem...
Oh forgot to mention that i have tested the both fullduplex and half-duplex 
settings and that from WIN machines. No luck.  Thank you.

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


<    1   2   3   4   5   6   >