Re: How does one bond two interfaces together to share bandwidth?

2006-12-13 Thread Josh Paetzel
... Maybe ng_one2many would be of some use depending on the exact situation. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: ask to borrow 6.1-RELEASE /etc/ttys

2006-12-08 Thread Josh Paetzel
of ttys in /usr/src/etc/etc.i386 -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Corrupted C Compiler

2006-12-05 Thread Josh Paetzel
suspect your problems perhaps stem from the fact that installing Zope by hand doesn't give you these patches. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: How Do Binary Repair

2006-12-05 Thread Josh Paetzel
that is done in the port's Makefile. I suspect the differences between the port and your hand installation are the root of your problem. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Corrupted C Compiler

2006-12-04 Thread Josh Paetzel
. A make buildworld/make installworld is unlikely to be feasible. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: stop a freebsd server from responding to pinging?

2006-12-01 Thread Josh Paetzel
port scanned.or maybe that's why he is worried, since the laundry list of exploits and holes against a box running something that old and unsupported is fearsome. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http

Re: 6.2 Release delayed?

2006-11-13 Thread Josh Paetzel
/ -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: PHP compile arguements

2006-10-26 Thread Josh Paetzel
versioning? Thanks! Andreas If you use the lang/php5 port and do a make config it will pop up a dialog box which will allow you to select the apache option. To take out versioning you'll have to edit the port's Makefile and remove --enable-versioning from the CONFIGURE_ARGS -- Thanks, Josh

Re: a simple questions about sshd and PasswordAuthentication

2006-10-24 Thread Josh Paetzel
-force a key. My personal opionion is that if you are using key-based authentication you are for all practical purposes invulnerable to brute-forcing. The only way someone is going to get in is via an exploit in ssh or by stealing the key and passphrase from a valid user. -- Thanks, Josh

Re: SunFire V210/V240 (UltraSparc IIIi) and FreeBSD

2006-10-23 Thread Josh Paetzel
On Monday 23 October 2006 11:14, Alexandre Vieira wrote: Hello, I'm unable to boot 6.2-BETA2 on a SunFire V210. It stalls in the start of kernel boot: Right. It has an UltraSparc III CPU which just isn't supported. -- Thanks, Josh Paetzel

Re: non-ATA66 cable?

2006-10-21 Thread Josh Paetzel
to come up faster than UDMA33and even if it did UDMA33 is far faster than a DVD burner. What sort of write performance are you getting? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Redistribution of FreeBSD

2006-10-16 Thread Josh Paetzel
for it if you want. :) About the only thing you can't do is claim your wrote it. ;) -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: FreeBSD and 2 ADSL links

2006-10-06 Thread Josh Paetzel
to allow you to do a single transfer using the aggregated bandwidth of both links. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: error in building a fortune-mod port, where is fortune?

2006-10-06 Thread Josh Paetzel
pointers? Thanks, Mike Fortune is in the 'games' distribution of the base system. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Error with CVSUP server

2006-10-06 Thread Josh Paetzel
. cvsup.isp.net.au. 86400 IN A 202.1.117.1 [EMAIL PROTECTED] /home/jpaetzel - telnet cvsup2.au.freebsd.org 5999 Trying 202.1.117.1... Connected to cvsup.isp.net.au. Escape character is '^]'. OK 17 0 SNAP_16_1h CVSup server ready -- Thanks, Josh Paetzel

Re: ipfw, ftp and wget

2006-09-26 Thread Josh Paetzel
: .. ipfw add 45 allow tcp from any to any 21 in setup keep-state ipfw add 46 allow udp from any to any 21 in setup keep-state) Vittorio You want to allow traffic out. The keep state will take care of allowing responses back in. -- Thanks, Josh Paetzel

Veritas backup software

2006-09-18 Thread Josh Paetzel
Just wondering if anyone has managed to make the Veritas Backup Exec client work on FBSD 6.x using linux emulation. I can get it to run but the server doesn't seem to be able to actually backup anything. -- Thanks, Josh Paetzel ___ freebsd

Re: Veritas backup software

2006-09-18 Thread Josh Paetzel
On Monday 18 September 2006 23:06, Jonathan Horne wrote: On Monday 18 September 2006 11:25, Josh Paetzel wrote: Just wondering if anyone has managed to make the Veritas Backup Exec client work on FBSD 6.x using linux emulation. I can get it to run but the server doesn't seem to be able

Re: recommended network games to play with your best bud.

2006-09-18 Thread Josh Paetzel
two play? Dopewars -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Building ports with sorces on a local mirror?

2006-08-26 Thread Josh Paetzel
. The MASTER_SITES environment variable is probably what you want. man ports for the details. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Too many Xorg modes

2006-08-24 Thread Josh Paetzel
the modes you don't use from your xorg config. The config can be in a couple of different places, your log will show where it is. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

syslogd remote logging

2006-08-21 Thread Josh Paetzel
machine and restarted syslogd. So far nothing is being logged to the remote machine. Can anyone point out a step that I have missed? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: syslogd remote logging

2006-08-21 Thread Josh Paetzel
On Monday 21 August 2006 15:13, Paul Schmehl wrote: --On Monday, August 21, 2006 14:40:37 -0500 Josh Paetzel [EMAIL PROTECTED] wrote: I am trying to get syslogd configured to do remote logging to another box. In my syslog.conf on the local machine I have: local0.* @xx.xx.xx.xx

FreeBSD on Dell PE850

2006-08-21 Thread Josh Paetzel
Does anybody have any experience running FBSD 6.x on a PE850? I'm specifically wondering about support for their base-configuration onboard NIC and their CERC SATA RAID controller. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing

Using putty as a ssh client on FreeBSD

2006-08-09 Thread Josh Paetzel
to me what I am doing wrong? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Are hardware vendors starting to bail on FreeBSD ... ?

2006-07-29 Thread Josh Paetzel
minded people who only use Microsoft solutions. It's your choice. Ted I don't mean to troll at all but I have to point out that I've met a lot of closed minded people who will only use FBSD solutions. :) -- Thanks, Josh Paetzel ___ freebsd-questions

syslogd configuration question

2006-07-12 Thread Josh Paetzel
;cron.none;kern.none;local0.none;local5.none;ftp.none;auth.none;authpriv.none;secur ity.none/var/log/messages/messages named is logging to both /var/log/bind/bind.log and /var/log/messages/messages What can I do to stop named from logging to /var/log/messages/messages? -- Thanks, Josh

sysutils/ipmi-kmod errors

2006-07-03 Thread Josh Paetzel
to kldload the module causes the box to reboot. Just for a test it installed fine on another 6.1-R box I have here. Any suggestions? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: sysutils/ipmi-kmod errors

2006-07-03 Thread Josh Paetzel
On Monday 03 July 2006 17:04, Josh Paetzel wrote: I'm attempting to install sysutil/ipmi-kmod on a 6.1-RELEASE system. I get the following output from the port: === Installing for ipmi-kmod-20060418 === Generating temporary packing list === Checking if sysutils/ipmi-kmod already

Using syslogd to log for BIND

2006-07-01 Thread Josh Paetzel
; severity info; }; }; I am getting the logging into bind.log which is what I want but named is still logging to /var/log/messages/messages How do I disable this undesirable behaviour? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org

Error in logs

2006-06-13 Thread Josh Paetzel
This morning my kernel.log is full of the following messages (about 300 of them) kernel: pid 44 (softdepflush), uid 0 inumber 9114634 on /var: bad block kernel: bad block 3478527437627865156, ino 9114634 This looks like a hardware issue to me but I'd like a second opinion. -- Thanks, Josh

burncd error

2006-06-07 Thread Josh Paetzel
on 5.4-RELEASE dmesg is attached. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: burncd error

2006-06-07 Thread Josh Paetzel
On Wednesday 07 June 2006 14:46, you wrote: On Wednesday 07 June 2006 11:04, Josh Paetzel wrote: I'm running 6.1-RELEASE Trying to burn iso's using burncd gives me an error. gimpy# burncd -f /dev/acd0 -s 48 data i386pkg-3.0.iso fixate next writeable LBA 0 writing from file i386pkg

Re: Firewall Speed

2006-05-19 Thread Josh Paetzel
around 1% and load averages .03 or so. Latency and throughput were both acceptable. The only reason I replaced the box was it was a single point of failure and the hardware was old enough that I was afraid there would be some sort of show stopper breakdown. -- Thanks, Josh Paetzel

/etc/hosts isn't being read

2006-04-13 Thread Josh Paetzel
example Host example not found: 3(NXDOMAIN) $ host example.example.org Host example not found 3(NXDOMAIN) What am I doing wrong here that is keeping /etc/hosts from being read? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http

Re: /etc/hosts isn't being read

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

Re: Xlib: extension GLX missing on display :0.0.

2006-04-12 Thread Josh Paetzel
this section in /etc/X11/xorg.conf: Section DRI Mode 0666 EndSection You need to install the official nvidia drivers to get 3d acceleration. The nv driver provided by Xorg will not work. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org

2d performance issues fixed

2006-04-01 Thread Josh Paetzel
in the Xorg.conf file. Hope this is useful to anyone else running into this issue. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Compiling an app made for linux

2006-03-10 Thread Josh Paetzel
to `pthread_join' gmake[6]: *** [updater] Error 1 I have linux compat enabled. What library do I have to feed to it so that it can use this function? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Compiling an app made for linux

2006-03-10 Thread Josh Paetzel
On Friday 10 March 2006 12:13, Josh Paetzel wrote: I'm trying to compile a browser called flock from source. My hope is to create a FBSD port for it. The compile bombs out with the following error: updater.o(.text+0x1373):/usr/home/jpaetzel/flock/mozilla/toolkit/mo zapps/update/src/updater

Finding a file with wrong permissions

2006-03-08 Thread Josh Paetzel
and can't find a 'not' modifier. Is there an easy way to find a file that doesn't have a specific permission. ie something like: #find /var/db/pkg -perm !644 -name +COMMENT -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http

Re: Finding a file with wrong permissions

2006-03-08 Thread Josh Paetzel
On Wednesday 08 March 2006 11:59, Daniela wrote: On Wednesday 08 March 2006 16:58, Josh Paetzel wrote: I managed to install a pkg that I created and somehow the file +COMMENT wasn't created in /var/db/pkg/portname. I touched +COMMENT in the correct directory because pkg_info

Re: Finding a file with wrong permissions

2006-03-08 Thread Josh Paetzel
On Wednesday 08 March 2006 12:06, Daniela wrote: On Wednesday 08 March 2006 17:04, Josh Paetzel wrote: On Wednesday 08 March 2006 11:59, Daniela wrote: On Wednesday 08 March 2006 16:58, Josh Paetzel wrote: I managed to install a pkg that I created and somehow the file +COMMENT wasn't

pointy-hat question

2006-02-24 Thread Josh Paetzel
of the i386 machines I have here) -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Slow 2d performance in X / opera / nvidia drivers

2006-01-12 Thread Josh Paetzel
On Thursday 12 January 2006 04:25 am, Joseph Kerian wrote: On 1/11/06, Martin Tournoy [EMAIL PROTECTED] wrote: On 10/01/06, Josh Paetzel [EMAIL PROTECTED] wrote: *many helpful attachments snipped* I've been having terrible 2d performance with opera (linux-opera and native 8.51 and 9.0

VIA 6420 SATA150 controller RAID questions

2006-01-12 Thread Josh Paetzel
. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: VIA 6420 SATA150 controller RAID questions

2006-01-12 Thread Josh Paetzel
On Thursday 12 January 2006 05:35 pm, Josh Paetzel wrote: I'm considering installing FBSD 6.0-R onto a pair of SATA drives in RAID 1 on a Via 6420 SATA150 RAID controller. (I realize it's software RAID but better than nothing. :) Has anyone done this and had issues? I did a quick google

Slow 2d performance in X / opera / nvidia drivers

2006-01-10 Thread Josh Paetzel
Opera 8 was released, I hoped that further releases would address it but so far that has not been the case. Any suggestions for a fix welcome. (Yes, I have been seeking support on opera.com but this feels like a FreeBSD mis-configuration of some sort on my end. :) -- Thanks, Josh Paetzel

Re: USB 2.0 (somewhat OT)

2005-12-06 Thread Josh Paetzel
The USB 2.0 driver in 5.4R does not work on my Inspiron 7500 (IIRC, it locks up the system). It is not ready for prime time - which is stated in the man page. Perhaps that should be # 'd into the GENERIC kernel config file. :) -- Thanks, Josh Paetzel

USB 2.0 (somewhat OT)

2005-12-01 Thread Josh Paetzel
Just wondering why USB 2.x support isn't in the GENERIC kernel on 5.4-RELEASE -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Problem with Firewall...

2005-11-26 Thread Josh Paetzel
but there are other things that could be an issue besides that. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

SFTP command-line client

2005-11-23 Thread Josh Paetzel
Is there a command line sftp client that supports command-history and file completion similar to the ftp client in the base system? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Problems with hard drives

2005-11-12 Thread Josh Paetzel
with FreeBSD and Seagate hard drives? My system is so unstable and I donĀ“t know how to solve the situation... hard drives hare Seagate 160 Gb SATA ___ Have you tried using a different cable or a different controller? -- Thanks, Josh Paetzel

Lockup/Halt issues on FreeBSD-6.0-RELEASE

2005-11-12 Thread Josh Paetzel
theoretical theory here) I'm willing to do trouble-shooting on this if anyone is interested in looking at it. I may be able to get a serial console when the hang occurs. (haven't tried that yet) -- Thanks, Josh Paetzel Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986

Re: Lockup/Halt issues on FreeBSD-6.0-RELEASE

2005-11-12 Thread Josh Paetzel
On Saturday 12 November 2005 09:02 pm, Dev Tugnait wrote: Remove device agp from kernel or set it to use freebsd's agp in xorg.conf. This shouldn't cause the machine to hang though, having no trouble with nvidia here. On Sat, 2005-11-12 at 20:09 -0600, Josh Paetzel wrote: nvidia0: GeForce

Gathering statistics on disk usage

2005-10-15 Thread Josh Paetzel
that will give me a % busy output? I've tried iostat without success. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Gathering statistics on disk usage

2005-10-15 Thread Josh Paetzel
it on a 5.4-RELENG-p7 box and it failed there as well. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Gathering statistics on disk usage

2005-10-15 Thread Josh Paetzel
for this one. You're right, it works fine on 5.4 for me now. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: AMD Sempron CPUTYPE Co.

2005-09-20 Thread Josh Paetzel
, but I see that you are running your FSB @ 133mhz when it should be @ 166mhz. A Sempron 2500+ runs at 1.75ghz -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Intel related question ...

2005-08-22 Thread Josh Paetzel
of DDRpast which you are required to use registered DDR -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

CD Burning Error

2005-08-11 Thread Josh Paetzel
-master PIO4 acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 error=4ABORTED I've tried with UDMA33 and PIO4, I've also tried ATAPICAM and k3b in both UDMA33 and PIO4 -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http

Re: Seagate HD not detected by FreeBSD

2005-05-29 Thread Josh Paetzel
On Saturday 28 May 2005 20:11, Vizion wrote: OK your drive is recognized as at1 David Where on earth did you pull at1 out of? FreeBSD is not seeing his drive at all...if it's on the secondary controller as a slave it should show up as /dev/ad3 -- Thanks, Josh Paetzel

Re: multiple os

2005-05-29 Thread Josh Paetzel
with a boot manager that has a little menu to chose which OS to boot. You will be asked if you want to use a boot manager during the install process. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: READ_DMA errors preventing installation

2005-05-25 Thread Josh Paetzel
with similar errors), but Windows XP works on both mobo setups. Any suggestions? Thanks. Try setting Plug n Play OS to no in the BIOS -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: The configuration of my core doesn't work!!

2005-05-18 Thread Josh Paetzel
=YOUR_KERNEL_NAME_HERE Check handook: Not to ask the obvious but you are trying make buildkernel from /usr/src, right? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Multiple Apaches

2005-05-17 Thread Josh Paetzel
suppose) apache in a jail. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: suspending login

2005-04-05 Thread Josh Paetzel
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] Will setting their shell to /sbin/nologin do what you want? -- Thanks, Josh Paetzel

Re: Testing/repairing IDE drive

2005-04-01 Thread Josh Paetzel
have utilities on their website that you can download and put onto a floppy. Generally this floppy is bootable and will perform diagnostics on the drive. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Sound stutters and mouse slows way down

2005-04-01 Thread Josh Paetzel
UDMA100 ar0: 76293MB ATA RAID1 array [9726/255/63] status: READY subdisks: disk0 READY on ad4 at ata2-master disk1 READY on ad6 at ata3-master SMP: AP CPU #1 Launched! Mounting root from ufs:/dev/ad0s2a I'm willing to test and or debug this if anyone has any suggestions. -- Thanks, Josh Paetzel

Re: Upgrading from 5.3-RELEASE-p5 to p6

2005-03-29 Thread Josh Paetzel
a kernel and that went without issue. I'm bringing this up to see if it's a bug or if it's just something dorked up on my end. hrmm, I should clarify that I am doing: #make buildkernel KERNCONF=MYKERNEL -- Thanks, Josh Paetzel ___ freebsd-questions

Upgrading from 5.3-RELEASE-p5 to p6

2005-03-28 Thread Josh Paetzel
bringing this up to see if it's a bug or if it's just something dorked up on my end. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

FreeBSD 5.3-RELEASE error creating jail

2005-03-14 Thread Josh Paetzel
-- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Cutting down on ssh breakin attempts

2005-03-14 Thread Josh Paetzel
firewall. Any thoughts would be greatly appreciated! Kyle Maybe this is an obvious question, but do you need world access to ssh? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

ssh timeout on 4.x

2005-03-11 Thread Josh Paetzel
out Anyone have any suggestions of things I can try next time I'm on site? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: cdrom image to cdr

2005-02-25 Thread Josh Paetzel
-- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: raid1

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

problems getting a jail running on 5.3-RELEASE using man 8 jail

2005-02-17 Thread Josh Paetzel
isn't found I'll send-pr the docproj with a patch. -- Thanks, Josh Paetzel Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p5 #0: Wed

jail manpage

2005-02-09 Thread Josh Paetzel
I'd appreciate it. :) -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: jail manpage

2005-02-09 Thread Josh Paetzel
On Wednesday 09 February 2005 14:32, pete wright wrote: On Wed, 9 Feb 2005 14:12:06 -0600, Josh Paetzel [EMAIL PROTECTED] wrote: I've been trying get jails working on my 5.3-RELEASE-p2 machine. I've tried following the instructions in man 8 jail D=/here/is/the/jail cd /usr/src mkdir

Re: jail manpage

2005-02-09 Thread Josh Paetzel
-- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: UT2004 on FreeBSD

2005-01-28 Thread Josh Paetzel
with my geforce 4, I'd say the nvidia drivers are probably pretty good. Jorn Where can I get the installer? -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: DNS problems - slow to resolve

2005-01-02 Thread Josh Paetzel
IPs that have been assigned? I don't see it when man'ing ifconfig. /etc/resolv.conf lists which nameservers your system is using. (Hope I didn't completely interpret your question) :-/ -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org

Re: bash - superuser

2004-12-24 Thread Josh Paetzel
change the shell that root uses. -- Thanks, Josh Paetzel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

sftp and shell access

2004-12-14 Thread Josh Paetzel
so far. -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: blacklisting failed ssh attempts

2004-12-01 Thread Josh Paetzel
generally firewall ssh so that only known addresses can get in. (whitelisting as opposed to blacklisting) -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: ac'97 audio 5.2.1

2004-11-27 Thread Josh Paetzel
/books/handbook/multimedia.html -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Key mapping in X.org

2004-11-27 Thread Josh Paetzel
. A nudge in the right direction would be most appreciated. -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Warning Message Showing up on install

2004-11-21 Thread Josh Paetzel
Doug It seems to me that I've had that error in the past and have been able to just ignore it. :-/ Thanks, Josh Paetzel -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: can't get rid of this file with trailing backslash?

2004-11-19 Thread Josh Paetzel
or would still end up deleting the original file I wanted, so I'd have to make a backup of the file and do it that way rather than play with escapes and quotes. Cant' you escape the \ with a \? rm named.conf\\ ?? -- Thanks, Josh Paetzel ___ [EMAIL

Re: Release 5.3 downloadable versione

2004-11-17 Thread Josh Paetzel
/x11.html Should get you going in the right direction -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: IPFilter Firewall Tutorial

2004-11-17 Thread Josh Paetzel
need one for the stable version of Freebsd. any help greatly appreciated. -Darryl This is a bit dated as well, but might help you out. http://www.tcbug.org/ipf.html -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: LAN unreachable after 5.3 install

2004-11-15 Thread Josh Paetzel
of ifconfig may be useful in tracking down your problem -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: openwebmail

2004-11-15 Thread Josh Paetzel
by default since the port for perl 5.8.1 You need to do 'make -DENABLE_SUIDPERL' in making port for perl -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: ad0: FAILURE - READ_DMA

2004-11-15 Thread Josh Paetzel
. I would look at hardware way before trying to attach blame to FreeBSD. ;) -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How to reconfigure a port installation?

2004-11-15 Thread Josh Paetzel
clean -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Want to use two PCCards on a laptop

2004-11-15 Thread Josh Paetzel
, is this a limitation in the kernel that I can fix with a re-build? Something in one of the config files that I haven't figured out? Something that is fixed in 5.3? Or... ? --Paul Hoffman Hmm, I thought PCCARD was in 5.x only. Educate me if I'm off-base please. :) -- Thanks, Josh Paetzel

ATI 9600 Support

2004-11-14 Thread Josh Paetzel
website and have come up empty -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: NTFS?

2004-11-12 Thread Josh Paetzel
answers to this sort of question and many more. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Simple Network Traffic script

2004-11-12 Thread Josh Paetzel
a bunch of calculations to try and get a reasonable number. I looked at ntop, but couldn't get it to work... there must be a simpler way... Thanks, Tim. Well, there's mrtg in the ports tree, it may or not fit your definition of simple. -- Thanks, Josh Paetzel

Re: Simple Network Traffic script

2004-11-12 Thread Josh Paetzel
/0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /100 root idle: cpu0 root idle: cpu1 -- Thanks, Josh Paetzel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

<    1   2   3   >