systat -mbufs

2003-11-11 Thread Jamie
what the output represents, or how it can be interpreted? What is a "red flag" condition? Thanks! - Jamie Greetings from Minneapolis, MN, United States "A friend is someone who lets you have total freedom to be yourself."

Fastest way to change IP addresses

2003-11-15 Thread Jamie
where, or is it just a requirement that you need to restart? Thanks, - Jamie Greetings from Minneapolis, MN, United States "A friend is someone who lets you have total freedom to be yourself." ___ [EMAIL PRO

Re: Fastest way to change IP addresses

2003-11-15 Thread Jamie
On Sat, 15 Nov 2003, Matthew Seaman wrote: > On Sat, Nov 15, 2003 at 01:35:52PM -0600, Jamie wrote: > > > > > > > > > > > >I want to change the IP address from 200.80.11.7 to 200.80.11.8 > > on a FreeBSD machine as quickly as possible. Despite my e

Re: antivirus for FreeBSD

2003-11-24 Thread Jamie
ite as the software has improved greatly over the course of the last several months. It seems to be the best open source AV scanner I've been able to find that includes it's own virus database, but perhaps someone else knows of something better. - Jamie > > Ben >

FreeBSD wiki

2006-03-10 Thread Jamie
I found a really interesting FreeBSD wiki at www.freebsdwiki.net which covers FreeBSD admin info. Does anyone know of a wiki for FreeBSD developers? Looking for info on FreeBSD kernel and some OS theory. The former focuses on administration. - Jamie The Moon is

Re: tar: /dev/sa0

2004-07-18 Thread Jamie
The error means that the file was not specified in the tar command. If you don't add the -f switch to tar, it will assume you are trying to work with a tape drive (/dev/sa0). Your tar command is defaulting to that, and that is why you are getting that error message. - Jamie O

Re: portupgrade/portinstall problem

2004-07-18 Thread Jamie
ct it, do this: grep PORTNAME /usr/ports/astro/Makefile Then use the the value of PORTNAME with portinstall: portinstall xworld - Jamie > > Thanks. > > > > > __ > Do you Yahoo!? > Vote for the stars of Yahoo!'

Re: portupgrade/portinstall problem - Error

2004-07-18 Thread Jamie
Sorry, in my example I didn't give the full path to the xworld port. Should be: grep PORTNAME /usr/ports/astro/xworld/Makefile - Jamie Greetings from Minneapolis, MN, United States "A friend is someone who lets you have total freedom to be yourself." -- Fo

Some trouble with LD_PRELOAD in 4.10

2004-08-02 Thread Jamie
.so.2: Undefined symbol getresuid I tried another approach to the startup script, which also failed in the same way: #!/bin/sh - export LD_PRELOAD=/usr/local/lib/getresuid.so applix $* Anyone have any suggestions? It seems as though even though I am defining LD_PRELOAD, it isn't loading

The Complete FreeBSD

2004-01-21 Thread Jamie
y on FreeBSD 4.x? Thanks, - Jamie ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Sendmail 8.12.11

2004-01-23 Thread Jamie
. The output will show that the ports currently include sendmail 8.12.10 - Jamie > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To u

Patching source in a port

2003-09-18 Thread Jamie
mail -bt -d0.11 < /dev/null and it tells me that it is still version 8.12.9. Am I doing something obviously wrong? The compilation seemed to run successfully. - Jamie "A friend is someone who lets you have total freedom to be yourself." _

Re: cannot connect to saslauthd server

2003-10-01 Thread Jamie
On Wed, 1 Oct 2003, Noah wrote: > > FreeBSD 4.8 > sendmail 8.12.10 with sasl > > > okay I am using every once in a while I see the following complaints in my > /var/log/messages: > > Sep 30 15:33:04 procmail[30342]: Renamed bogus "/var/mail/noah.lock" int > o "/var/mail/BOGUS.noah.OA8K" > Sep 30

tar vs cp

2003-10-01 Thread Jamie
ll of its contents. I don't know what the actual rationale is for this. Can anyone explain why it is oftentimes better to tar something rather than using cp when copying directories and their contents? Thanks, - Jamie "A friend is someone who lets you have total freedom

Re: floppy

2003-10-09 Thread Jamie
You've mixed up your input and output files when you run dd. This is what it should be: dd if=/dev/null of=/dev/fd0 You had them swapped, so you were reading the floppy and writing to /dev/null. - Jamie On Thu, 9 Oct 2003, [iso-8859-1] Florin Betivoiu wrote: > > He

Re: floppy

2003-10-09 Thread Jamie
rry Florin, I think I made a mistake in my original reply. You might want to try this instead: dd if=/dev/zero of=/dev/fd0 bs=1024 Then you need to create a filesystem on the disk: mkfs -t ext2 /dev/fd0 Then you can try mounting it: mount -t ext2 /dev/fd0 /mnt/floppy -

Re: Backup Solutions

2003-10-14 Thread Jamie
Try researching Amanda. http://www.amanda.org Amanda is also covered in O'Reilly's "Unix Backup and Recovery". - Jamie On Tue, 14 Oct 2003, Stephane Raimbault wrote: > Hi, > > I am curious as to what people using FreeBSD use for a Backup Solution

Patching source in a port

2003-10-19 Thread Jamie
1 < /dev/null and it tells me that it is still version 8.12.9. Am I doing something obviously wrong? The compilation seemed to run successfully. - Jamie "A friend is someone who lets you have total freedom to be yourself." ___

Viewing pointer addresses...

2004-04-08 Thread Jamie
I'm running FreeBSD 4.9REL. Is there a way to find the current value of the stack and instruction pointers of a running process with ps or something similiar? Greetings from Minneapolis, MN, United States "A friend is someone who lets you have total freedom to be yourself." __

Re: Viewing pointer addresses...

2004-04-09 Thread Jamie
On Fri, 9 Apr 2004, Eric F Crist wrote: > On Thursday 08 April 2004 11:25 pm, Jamie wrote: > > I'm running FreeBSD 4.9REL. Is there a way to find the current value > > of the stack and instruction pointers of a running process with ps or &g

openssl port not over-writing the base

2004-04-12 Thread Jamie
sl in /usr/local/bin. What am I missing here? The makefile has this line in it: .if defined(OPENSSL_OVERWRITE_BASE) I can't understand why it would put it in /usr/local. - Jamie Greetings from Minneapolis, MN, United States "A friend is someone who lets you have tota

SOLVED: Re: openssl port not over-writing the base

2004-04-12 Thread Jamie
On Mon, 12 Apr 2004, Jamie wrote: > > > > Tried upgrading openssl this morning on a 4.9REL machine with ports. > >I went into /usr/ports/security/openssl and ran: > >make -DOPENSSL_OVERWRITE_BASE=yes install > > > > When it was through buildin

best way to rebuild all perl ports

2011-01-04 Thread jamie
ed, should i do this and if so if there's a particular ports-management tool that would be best suited to this? jamie ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubs

Re: best way to rebuild all perl ports

2011-01-04 Thread jamie
've installed that require perl have been built against 5.12. jamie ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: best way to rebuild all perl ports

2011-01-05 Thread jamie
> Check so you not have "perl-threaded". If you have you must type > "portupgrade -fr perl-treaded". Othervise it just do nothing. wow that was easy. this was the problem and it's now rebuilding everything. thanks to everyone fo

Re: port print/teTeX-base failed to install

2011-01-05 Thread jamie
nstallation > should consist of just running the installer. Tug.org have provided TeXlive binaries for freebsd and installing it is easy but, some other ports do still require TeTeX as a dependency and it's not unsual to have both distributions insta

Problem running newsyslog

2002-12-30 Thread Jamie
fig file. Here is a listing of my config file: homer# ls -l josyslog.conf -rw-r--r-- 1 root admin 41 Dec 30 16:26 josyslog.conf Does anyone have any idea why it might be skipping my entry? Thanks, - Jamie --*** "FROM THE LAND OF

BIND 9.2.2rc1 installation confirmation?

2003-01-31 Thread Jamie
ow anything like BIND or named or anything else that reasonably indicates that I've succeeded in starting it. Maybe I'm not starting it correctly. Can someone please provide me with the official syntax? -Jamie <>< To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

BIND 9.2.2rc1 installation confirmation?

2003-02-01 Thread Jamie
7;t show anything like BIND or named or anything else that reasonably indicates that I've succeeded in starting it. Maybe I'm not starting it correctly. Can someone please provide me with the official syntax? -Jamie <>< To Unsubscribe: send mail to [EMAIL PROTECTED] with &

Re: named.conf - what is "forwarders"

2002-12-15 Thread Jamie
To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message > If you want more information on how this works, I would recommend getting a copy of "DNS and Bind" by Paul Albitz and Cricket Liu. T

switching ethernet modes on FreeBSD 2.1

2003-03-26 Thread Jamie
Thanks! - Jamie ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

mntent.h creating problems - compiling gcc4

2006-11-22 Thread Jamie
27;m running: mkdir gcc-build cd gcc-build ../gcc-4.0.3/configure --prefix=/tools --disable-nls --enable-shared --enable-languages=c make bootstrap - Jamie The Moon is Waxing Crescent (4% of Full) ___ freebsd-questions@freebsd.o

Re: mntent.h creating problems - compiling gcc4

2006-11-22 Thread Jamie
On Wed, 22 Nov 2006, Kris Kennaway wrote: > On Wed, Nov 22, 2006 at 11:37:34AM -0600, Jamie wrote: > > > > > > Greetings! > > > > I am having trouble compiling gcc 4.0.3 on FreeBSD 4.9. The compiler > > seems to be referencing mntent.h and the compilatio

Any advantages xinetd has over inetd anymore?

2006-12-06 Thread Jamie
ction, but to me it appears that inetd will do pretty much everything that xinetd will do now. Or, am I missing something? - Jamie The Moon is Waning Gibbous (97% of Full) ___ freebsd-questions@freebsd.org mailing list http://lists.freebs

Upgrading a live server with rdist

2003-06-03 Thread Jamie
tems, but to do that you need to run mergemaster on each machine and bring it into single user mode. We'd like to avoid that downtime, iff possible. Anyone have insight/suggestions that would help guide us? Thanks, - Jamie "A friend is someone who lets you have tot

Re: ports / packages

2003-06-28 Thread Jamie
. pkg_info -L PACKAGENAME Here is a link you may find helpful as well: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html - Jamie On Sat, 28 Jun 2003, Ian Todd wrote: > Hi > > I would like to know when u install a port or a package how do u know

Changing Sendmail prefix

2003-06-30 Thread Jamie
n the makefile, but perhaps I am reading it wrong. Thanks, - Jamie "A friend is someone who lets you have total freedom to be yourself." ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To un

setting up ipfw

2003-07-01 Thread Jamie
from foo.bar.com. Anyone have any ideas? - Jamie "A friend is someone who lets you have total freedom to be yourself." ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, s

Re: setting up ipfw

2003-07-02 Thread Jamie
the IP before it allows connections to port 22. Thanks for the help. - Jamie > - Original Message - > From: "Kevin Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]> > To: "Jamie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, July 01,

SMP for FreeBSD

2003-07-12 Thread Jamie
I have a dual processor system and I am running version 4.8 RELEASE. In order to take advantage of both processors, do I need to do anything special when I compile software, like Sendmail? Or, does FreeBSD handle that itself? - Jamie "A friend is someone who let

make buildworld failing

2004-10-28 Thread Jamie
n, and the same error comes up. I suppose I could try pulling down the whole source tree again, maybe a file is truncated, but before I do that, I wonder if anyone else may have anything I can try. Thanks, - Jamie The Moon is Full ___ [EMAIL PRO

Re: Virus Scanners

2003-07-24 Thread Jamie
If you're looking for something licensed under the GPL, you might consider using Clam Antivirus: http://freshmeat.net/projects/clamav/?topic_id=861 - Jamie On Thu, 24 Jul 2003, Benjamin Walkenhorst wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > >

Server spinning out of control...

2003-07-28 Thread Jamie
uld really like to trace this problem. Thanks, - Jamie "A friend is someone who lets you have total freedom to be yourself." ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Server spinning out of control...

2003-07-28 Thread Jamie
e you aware of any other system utilities that might be used to trace CPU consumption and trap problems? We've taken a lot of stabs in the dark with what it could be, and we'd like to try some solid diagnostic utils to shed more light. - Jamie On Mon, 28 Jul 2003, Rus Foster wrote

RE: Server spinning out of control...

2003-07-28 Thread Jamie
gt; connect to the resource uptime goes crazy. > > Max > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jamie > Sent: Monday, July 28, 2003 2:57 PM > To: Rus Foster > Cc: [EMAIL PROTECTED] > Subject: Re: Server spinning out of

Problem with Sendmail installation on FBSD 4.8REL

2003-08-01 Thread Jamie
during the install? Is my workaround okay, or is my fix going to create problems elsewhere? Thanks, - Jamie "A friend is someone who lets you have total freedom to be yourself." ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.

Followup to Sendmail install problem

2003-08-01 Thread Jamie
/usr/local. - Jamie "A friend is someone who lets you have total freedom to be yourself." ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: POP Before SMTP

2003-08-11 Thread Jamie
/sendmail-sasl It is a pretty nice setup, IMHO. I've never setup pop-before-smtp though. - Jamie On Fri, 8 Aug 2003, FreeBSD wrote: > > - Original Message - > From: "Jamie" <[EMAIL PROTECTED]> > To: "FreeBSD" <[EMAIL PROTECTED]> >

Re: OT: shopping cart/ecommerce system

2003-08-14 Thread Jamie
Try www.oscommerce.com On Sat, 9 Aug 2003, Jonas wrote: > > Does anyone know of a good shopping cart and/or ecommerce system > preferable written in PHP? > > Jonas Fornander - System Administrator > Netwood Communications,LLC - www.netwood.net > Find out why we're better - 310-442-1530 >

Re: how to stop the ddos ot dos attack ?

2003-08-28 Thread Jamie
lman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > If you have a dynamic IP address, you may get by power cycling your DSL modem so you come up with another IP address. It's a cheap shot, but may buy you some time online while you b

Re: recovering from a power outage

2009-02-12 Thread Jamie
: fsck /dev/ad0s1e Sometimes you may want to use the -y switch, but use it with caution. man fsck for more info on other options. - Jamie thanks! dn jerry thanks dn ___ freebsd-questions@freebsd.org mailing list http://lists

Re: Assigning static ip address

2009-02-12 Thread Jamie
No, it isn't that hard...you could set up rc.conf to get a dynamic IP when the machine starts, and then you could write a startup script and place it in /usr/local/etc/rc.d that sleeps for however long you want the dynamic IP to be active, and then runs ifconfig to reconfigure your IP add

OT: Longest uptime

2004-02-21 Thread Jamie
night with leaky caps. It would have been fun to see if it could have made it to 999 or higher. I'm curious as to what the highest uptimes people have seen on their servers. With times like that, you can't help but fall in love with FreeBSD!! - Jamie Greetings from Minneapolis, M

Swap space - max size

2004-03-02 Thread Jamie
Is there any point in adding more than 2 Gb of swap space on an x86 if you have 2 Gb of ram? From what I've read, x86 can address 4 Gb of memory, so it would seem that more than 4 Gigs of combined memory and swap space would be wasted. Am I right? Thanks, - Jamie Gree

openssl upgrade confusion

2004-03-18 Thread Jamie
cal/ssl/lib/ is checked before /usr/lib. Is that the route I should be taking, or is there a better way? I have considered using the openssl port to do the upgrade, but I would rather use a tarball because I have built apache/mod_ssl/openssl together. - Jamie Greetings from Minneapolis, MN

Re: make options

2004-03-22 Thread Jamie
gt; > > How can I know them for a given port? > > Read the port makefile. > > Kris > Yes, and you'll also notice in the makefile that it will contain a "Master Dir". Check the "master dir" port's makefile for more building options. - Jami

RE: Sendmail deferred email?

2004-03-23 Thread Jamie
gested reading: The Sendmail docs are kept in sendmail/doc. Look for a file called op.ps or op.txt. These docs go over a lot of good info. Also check the man pages. man sendmail "Sendmail" by Brian Costales with Eric Allman. ISBN 1565928393 HTH, - Jamie On Tue, 23 Mar 2004, J

Monitoring load average - healthy figure?

2004-03-25 Thread Jamie
couple posts from people who claim that the general rule of thumb is that your load average should be less than the number of CPU's. I don't know what OS they were referring to, however. Does this sound right for FreeBSD? Are there better ways of monitoring load average? - Jamie

Re: Anti-virus

2004-03-29 Thread Jamie
I would recommend Clam Antivirus. http://clamav.sourceforge.net - Jamie On Mon, 29 Mar 2004, Earl Larsen wrote: > I was wondering what is a good, free ;) anti virus program for FreeBSD. > ___ > [EMAIL PROTECTED] mailing li

Re: RAID Gone Wild - One Array Split Into Two

2009-03-01 Thread Jamie
iners are now configured. If everything is hosed up in there the OS isn't going to be able to fix anything. - Jamie ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send a

Re: How do I determine the FreeBSD "world" revision/version?

2009-03-06 Thread Jamie
c/sys/BSNI This says 6.3 RELEASE, and it will also give the patchlevel (p3) - Jamie - "Wherever you go, there you are!" On Fri, 6 Mar 2009, Ian Bonnycastle wrote: Good afternoon everyone, I'm asking thi

traps and interrupts

2006-07-21 Thread Jamie
o trap into the routines in the IDT? I hope this question makes sense...I'm just trying to get a more lucid understanding of how "software interrupts" or "software traps" as they're referred to in this text, are implemented.

make buildworld fails

2007-12-12 Thread Jamie Avery
architecture elsewhere? Or explicitly tell make.conf to look in the amd64 directory rather than the i386? Any help greatly appreciated. Jamie ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

installation of BSD 4.6

2003-11-08 Thread Jamie Tatton
i am attempting an install of FreeBSD 4.6 on a generic machine with an AMD 1800 chip. "Probing devices" hangs and i can't get any further with my install. i purchased FreeBSD 4.6 from FreeBSD mall. can anybody help me with this? Please! thanks. ___ [EMAI

can't make www/linux-f10-flashplugin10

2009-10-25 Thread Jamie Griffin
endif Error expanding embedded variable. I don't know what this means and i'm not sure how to fix it. Can anyone help? I'm using FreeBSD 7.2, my ports tree is up to date (did it earlier today). I did have flashplugin 9 installed with the linux-f4-core, but i've removed

Re: can't make www/linux-f10-flashplugin10

2009-10-26 Thread Jamie Griffin
at was causing the problem in the end. (incidentally, i already had made sure the linux-f10-base was installed.) I had stupidly left whitespace after the = sign in the file: /etc/sysctl.conf: OVERRIDE_LINUX_BASE_PORT =f10 OVERRIDE_LINUX_NONBASE_PORT =f10 correcting that did the trick and it

Re: can't make www/linux-f10-flashplugin10

2009-10-26 Thread Jamie Griffin
> Just in case someone looks here and not in UPDATING referred above, they > go in /etc/make.conf but you probably meant that :) > > Chris Hi chris oops, yes that is what meant. sorry. J ___ freebsd-questions@freebsd.org mailing list http://lists.fre

Re: TeXlive2009 binaries for FreeBSD 6,7,8 (i386/AMD64)

2009-11-26 Thread Jamie Griffin
Absolutely, have either of you tried it out yet? any problems with it? -- Jamie Website: http://www.koderize.com PGP Key: wget http://www.koderize.com/jpg-gnupg.asc pgp14ehNbqTQX.pgp Description: PGP signature

Re: TeXlive2009 binaries for FreeBSD 6,7,8 (i386/AMD64)

2009-11-26 Thread Jamie Griffin
llowing the instructions > at <http://www.tug.org/texlive/>. I used rsync to grab a snapshot of > the sources, as described in <http://www.tug.org/texlive/svn/>. Then I > followed the instructions at <http://www.tug.org/texlive/build.html> to > build my own snap

Re: how to add OpenOffice binaries in FreebSD7.2

2009-11-27 Thread Jamie Griffin
. Beats waiting 3-4 days for the port to build anyway. -- Jamie Website: http://www.koderize.com PGP Key: wget http://www.koderize.com/jpg-gnupg.asc pgp57K4WILKV3.pgp Description: PGP signature

question about building a custom kernel

2009-12-19 Thread Jamie Griffin
. I'd really appreciate any advice on how others go about this. Jamie pgpvt6DNhLZtC.pgp Description: PGP signature

Re: question about building a custom kernel

2009-12-19 Thread Jamie Griffin
ant to learn how to do it properly. I'm in my first year at University and we're learning about UNIX systems so i'm just experimenting really. Jamie pgpGrdHjWpfTZ.pgp Description: PGP signature

portupgrade and checksum mismatch

2009-12-20 Thread Jamie Griffin
Hi been trying to portupgrade firefox3 for about a day but keep getting a checksum mismatch error and the build stops. What do I need to do to get it to upgrade? Jamie pgps5KOt9v59v.pgp Description: PGP signature

Ghostscript8 portupgrade failure

2009-12-20 Thread Jamie Griffin
umber of other ports that depend on it and pkg_delete ghostscript8 won't remove it because of the dependent ports. If I `pkg_delete -f` it and then rebuilt it from the ports tree will this cause problems with my system? Jamie pgpITnNZTme6m.pgp Description: PGP signature

Re: Ghostscript8 portupgrade failure

2009-12-20 Thread Jamie Griffin
s of other ports if i can. Jamie pgpOcHTUGNCMr.pgp Description: PGP signature

[solved] Re: Ghostscript8 portupgrade failure

2009-12-21 Thread Jamie Griffin
script8 % make deinstall % make distclean % make rmconfig Then, rebooted (not sure if that has had anything to do with the success of the build or not) Then: % cd /usr/ports/print/ghostscript8 % make install clean and that did it. Jamie pgpEg3ccUqBO0.pgp Description: PGP signature

Re: .Xdefaults file

2009-12-22 Thread Jamie Griffin
n it starts, such as: xterm*loginShell: true ... in your .Xdefaults file Jamie pgpbxPjZbxSBm.pgp Description: PGP signature

Re: .Xdefaults file

2009-12-22 Thread Jamie Griffin
h is the main thing. Jamie pgpvqEjVtShIe.pgp Description: PGP signature

Re: Jails - Ethernet data vs IP data

2010-01-12 Thread Jamie Gritton
the jail parameters don't have good rc support yet). By default, jails aren't allowed to create the raw sockets necessary for direct ethernet communication. Setting security.jail.allow_raw_sockets=1 should allow that. You might also need to clear security.jail.socket_unixiproute_o

Firefox 0.9 Port

2004-06-17 Thread Jamie Novak
I'm not really sure where to ask this, so I'm defaulting to the questions list. I recently reinstalled my machine and am running 5.2.1-RELEASE. Now that Firefox 0.9 has been released, I decided to try installing it. (Note: Since this is a freshly reinstalled workstation, no previous versions of Mo

Re: Firefox 0.9 Port

2004-06-17 Thread Jamie Novak
On 06/17, Richard Tobin rearranged the electrons to read: > You have to run it as root first. Actually, according to the last checkin, that's no longer true. I did try that, though, to no avail. I'll try it again just to be sure. -Jamie _

Re: Firefox 0.9 Port

2004-06-17 Thread Jamie Novak
ectory to me, it starts fine as my userid, too. Weirdness. Thanks, everybody, for the replies! I really appreciate it. - Jamie ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Sendmail permission problems

2004-06-25 Thread Jamie LaPointe
of the items in the sendmail.mc configuration file (with the obvious make and restart of the sendmail daemon). I would appreciate any help on this matter. Thank you very much, Jamie LaPointe ___ [EMAIL PROTECTED] mailing list h

Re: em0 Intel Gigabit card, rc.conf processing on boot

2004-06-28 Thread Jamie Novak
..' sleep 5 In our case, it was the ti0 interface, but the concept's the same. Hope that gives you something to start with, at any rate. -Jamie ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-quest

Missing libraries when making c-client

2005-03-26 Thread Jamie Ostrowski
eaner (fewer moving parts) when cvsupping and building world, etc. I would prefer to use the native libraries. Thanks, - Jamie The Moon is Waning Gibbous (100% of Full) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: Missing libraries when making c-client

2005-03-26 Thread Jamie Ostrowski
Does anyone have any explanation for why it isn't finding those files? > Any direction I can go from here? I would rather not build an additional > openssl package from a source tree as I would like to just use what is on > the system. It would make things cleaner (fewer moving par

multi-version jumpstart

2005-02-16 Thread Jamie Novak
ike that's the way I'll need to go... Any tips would be most appreciated. -Jamie ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: can't reboot after messing up my rc.conf file

2005-02-16 Thread Jamie Novak
I may have missed something from the thread before I joined the list, but is there any reason you can't just mount the filesystems and use vi as you're used to? If you're getting far enough in the boot process to get an opportunity to interact with a shell, you should just be able to mount -a and v

Unexpected resolver behavior

2005-02-17 Thread Jamie Ostrowski
line, I am getting the IP address from the nameserver from the outside world rather than the IP from /etc/hosts. I am not running a local named on this machine, either. Any ideas? - Jamie The Moon is Waxing Gibbous (71% of Full) ___ freebsd

Re: unknown option "MAXUSERS"

2005-02-18 Thread Jamie Novak
itted entirely, even in GENERIC. Hope that helps. -Jamie ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

bandwidth throttling for a particlarport for FTP server

2004-01-08 Thread Jamie Grunewald
hi, I'm fairly new to FreeBSD and I hope this is the proper group to post this question. I'm setting up a FTP server on FreeBSD 5.1 to be accessed by a select number of people. Is there a way to limit the amount of bandwidth that would allocated (e.g. I don't want to use the full 768kb/s (intern

Re: Good BSD/Linux Article (somewhat off-topic)

2004-01-16 Thread Jamie Bowden
bably need to upgrade your connection for a few days, and add filters to your mail to screen the nastygrams you'll be sure to get from the shallow (and usually 14yo) end of the Linux Userbase Pool. Jamie Bowden -- "It was half way to Rivendell when the drugs began to take hold" Hu

[no subject]

2004-10-11 Thread Jamie Heckford
Susbscribe [EMAIL PROTECTED] -- Jamie Heckford Network Manager Trident Microsystems Ltd. t: +44(0)1737-780790 f: +44(0)1737-771908 w: http://www.tridentmicrosystems.co.uk/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Mixing fBSD 4 and 5 - NFS ACL's

2004-10-11 Thread Jamie Heckford
o use NFS ok (they don't need to use ACL)?? Guess the question is can fBSD4 machines use fBSD5 NFS servers ok, and also, how stable is / does ACL even work between to fBSD5 machines using NFS? Ta, -- Jamie Heckford Network Manager Trident Microsystems Ltd. t: +44(0)1737-780790 f: +44(0)173

RE: Mixing fBSD 4 and 5 - NFS ACL's

2004-10-11 Thread Jamie Heckford
Thanks Matt, I'll have a look at GEOM gate but will most likely have to wait for the NFS support. If anyone needs any help testing the NFS Server work I'll be more than happy. Jamie -Original Message- From: Matthew Seaman [mailto:[EMAIL PROTECTED] Sent: 11 October 2004 11:10

RE: MPD and ADSL pptp line problems

2004-10-11 Thread Jamie Heckford
I had a problem once with a certain provider using MPD for VPN over ADSL connections, have you tried experimenting with the MTU on your adapter? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arjan Knepper Sent: 11 October 2004 10:31 To: [EMAIL PROTECTED

Re: sysctl security.jail.* descriptions

2013-02-06 Thread Jamie Gritton
wrong. All the security.jail.param.* MIBs are set in rc.conf or /etc/jail.conf file on a per jail bases by changing the word "parm" to the jailname? There's not always a direct connection between the jail parameters and the current rc.conf values. The jail parameters are what you&#

Re: sysctl security.jail.* descriptions

2013-02-07 Thread Jamie Gritton
On 02/07/13 05:55, Fbsd8 wrote: Jamie Gritton wrote: On 02/06/13 09:59, Fbsd8 wrote: > Fbsd8 wrote: >> Waitman Gobble wrote: >>> On Feb 6, 2013 7:17 AM, "Fbsd8" wrote: >>>> Waitman Gobble wrote: >>>>> On Feb 6, 2013 7:02 AM, "Fbsd8&qu

Re: FreeBSD usage in safety-critical environments

2002-10-10 Thread Jamie Heckford
Hardly reassuring from all the recent train crashes really :P - Original Message - From: "Nelson, Trent ." <[EMAIL PROTECTED]> To: "'Ted Faber'" <[EMAIL PROTECTED]>; "Terry Lambert" <[EMAIL PROTECTED]> Cc: "Nelson, Trent ." <[EMAIL PROTECTED]>; "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>;

PPPoEd + Poptop, problems with Win98 SE clients

2003-02-12 Thread Jamie Heckford
Which I *definatly* do not want to do!! FreeBSD version on the vpn router: FreeBSD 4.7-STABLE #2: Thu Jan 23 16:13:38 GMT 2003 Many Thanks, -- Jamie Heckford Network Manager Trident Microsystems Ltd. [EMAIL PROTECTED] t: +44(0)1737-780790 f: +44(0)1737-771908 w: http

  1   2   3   >