Re: Kernel Compilation...

2006-01-02 Thread luke
signal 11 usually indicates hardware failure, which i suppose is what the link pasted explained. the problem is not the way in which you're compiling the kernel. run diagnostics on your hardware. ___ freebsd-questions@freebsd.org mailing list http://lists

Re: Problem with Cisco (Atheros) Wireless PCI card on IBM Thinkcentre MT-M-8183-T1S

2006-01-17 Thread luke
i believe there are also issues with some of the newer firmware versions from cisco on these cards. google might tell you more, just thought i recalled some problems with them in the past and having to roll back the fw ___ freebsd-questions@freebsd.org ma

Re: uninstall httpd + others to get a base system only

2006-01-31 Thread luke
all packages installed _should_ be in /var/db/pkg(i think) i'm in windows now. so if you pkg_delete /var/db/pkg/* that should clean it all up. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To un

Re: freebsd without keyboard

2006-02-02 Thread luke
> > I found the information on this page: > > http://www.freebsddiary.org/headless.php that page refers to freebsd 4.x and you are running 5.x But looked at my kernel (5.4-stable): > > device atkbdc # AT keyboard > controller > device atkbd # AT keyboard > d

Re: I can't mount my USB thumb drive or ipod -- no /dev/da*

2006-02-11 Thread luke
try kldstat and see if da.ko is listed. if it isn't, try kldload da the problem is that while the machine see the usb device attached, it hasn't loaded the driver for the disk, hence the absense of anything in dmesg about da0... good luck. oh, the module might not be called da.ko exactly, but it

Re: SSHD working in a funky fashion

2006-02-28 Thread luke
my initial guess is that your firewall is blocking ssh traffic, tcp port 22, on the interface you're trying to log in on. double check your firewall rules and make sure it's explicitly allowed ___ freebsd-questions@freebsd.org mailing list http://lists.fr

Re: Does FreeBSD have problems with SCSI CD-drives ??

2006-02-28 Thread luke
check to see if the drivers for your scsi card are in the default kernel on the cd. it could be that the bios sees the cdrom and boots to it, but the kernel on the cd doesn't support your card, in which case it wouldn't see anything on the cd. if the card isn't supported, compile a kernel with supp

Re: System Burn In

2006-02-28 Thread luke
g it in production. a good test of network, motherboard, cpu, memory, and limited hard drive is to build world from scratch. if this completes successfully, you can be fairly sure everything is working properly. luke ___ freebsd-questions@freebsd.org maili

Re: Boot Loader Config

2004-06-22 Thread Luke
What can I modify to make the machine Automatically select option # 2 during the boot process? Check out your /boot/loader.conf file. Comment out the hint.acpi.0.disabled="1" if it's in there. I don't know for sure that this will work, but I'd try it. __

Re: Boot Loader Config

2004-06-22 Thread Luke
What can I modify to make the machine Automatically select option # 2 during the boot process? Check out your /boot/loader.conf file. Comment out the hint.acpi.0.disabled="1" if it's in there. I don't know for sure that this will work, but I'd try it. my /boot/loader.conf file is empty. Perhaps t

xorg-clients-6.7.0 syntax error in xhost.c building xvinfo

2004-06-29 Thread Luke
I'm trying to install xorg since I think I need the latest nvidia drivers to solve a problem I'm having and there seems to be some kind of holdup on upgrading the XFree86 port. I'm getting the following error: Script started on Tue Jun 29 10:23:19 2004 You have mail. greentower# cd /usr/ports/x1

Re: xorg-clients-6.7.0 syntax error in xhost.c building xvinfo

2004-06-29 Thread Luke
und messing this up too. On Tue, 29 Jun 2004, Luke wrote: Date: Tue, 29 Jun 2004 10:47:19 -0700 (PDT) From: Luke <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: xorg-clients-6.7.0 syntax error in xhost.c building xvinfo I'm trying to install xorg since I think I need the latest nvid

Re: X.Org port broken?

2004-07-04 Thread Luke
I just installed FreeBSD 5.2.1-RELEASE on a computer and after failing to get XFree86 4.3.1,1 going on my DVI LCD monitor and nVidia FX5200 card, I wanted to try my luck with X.Org's server, but the port simply refuses to install.I tried to install it a couple of weeks ago and it gave me tons of e

Status of win32-codecs package?

2004-07-04 Thread Luke
"make" can't fetch /usr/ports/win32-codecs I can't fetch it myself either. None of the mirrors are hosting it. If the package has moved, I can't find it. Can somebody tell me what I need to do to install this package and perhaps where I should go looking for answers when I have problems like this

Is this a safe ipfilter rule?

2004-07-12 Thread Luke
I'm using some rules like the following to allow unrestricted udp traffic across my firewall between my system and a set of specific ports on specific domain name servers. This is the scariest of these rules: pass in quick proto udp from ip.of.remote.DNS/32 port = 53 to any Is this safe? Accord

Re: Is this a safe ipfilter rule?

2004-07-12 Thread Luke
If stateful UDP:53 is a problem because of the load you have, you might want to consider the following setup: - Allow all packets to/from port 53 of your ISP's named (without keeping state information in the firewall). - Set up your ISP's named as a "forwarder". Giorgos Than

Re: 100Mbit/s LAN slow, TX only ~3MB/s (esp. file transfer) -- why?

2004-07-14 Thread Luke
On Wed, 14 Jul 2004, Andreas Ntaflos wrote: configured for full duplex and auto-negotiation, and actually running in 100baseTX-FD mode (5.1 uses rl0, 4.10 dc0, Gentoo and Windows are also equipped with RealTek RTL8139 NICs). From that statement, I'm almost certain the answer is "no", but are you

Re: adsl bittorrent speeds troubleshooting

2004-07-17 Thread Luke
Im a newbie with this, im having trouble with my download speeds with my adsl modem, and i just wanted to elimanate that the problem isn't my computers configuration. This is my first time with adsl so im not 100% that the configuration is correct. I use the BitTornado BitTorrent client, so my adv

Re: dsl modem configuration

2004-07-17 Thread Luke
I have a little problem with my dsl modem: CA-80U (Amigo USB). i can´t install it. Does the modem show up in your dmesg? If not, you probably don't have a driver for it installed. Make sure you've got all the USB support you need compiled into your kernel. My system detected a Westell WireSpeed U

Re: BIND 9 Package Question

2004-08-05 Thread Luke
Background - All was well until the boss upgraded the glibc on the RedHat server which made all kinds of things unhappy. Taking the opportunity to convert yet another server here to FreeBSD, I built a new DNS on FreeBSD 4.9. I have noticed a couple of odd things. Typing in /usr/sbin/named -v,

Re: DHCP and 2 subnets

2004-12-12 Thread luke
i'm not sure about this but you might look into using one subnet 10.0.0.0/8 and two ranges in your config instead of two of each. just a thought...i use static ips ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-quest

Re: Dual boot WinXP and FreeBSD 5.3

2004-12-28 Thread Luke
On Mon, 27 Dec 2004, Tom Connolly wrote: Hello list. I wish to put FreeBSD 5.3 on a new hard drive and have it dual boot with the existing Windows XP system (separate HD). Can I just simply go through the FreeBSD install and have it install the FreeBSD boot manager/loader on the XP drive? I can'

Re: Received mail timestamp is off by 7 hours

2005-03-02 Thread Luke
There's no excuse for a mailserver to not be synced to a NTP source. I'd extend that to apply to any server. Practically all the things a server does are dependent in some way on the correct time. I have three excuses: 1) NTP is difficult to configure. I've done it, but it wasn't trivial. 2) Fin

Re: Received mail timestamp is off by 7 hours

2005-03-02 Thread Luke
1) NTP is difficult to configure. I've done it, but it wasn't trivial. It's always seemed rather straightforward to me, what in particular gave you trouble, perhaps we could help? Well, there seemed to be two different services. One was something that would run only on boot. The other was a

make buildworld errors

2005-03-17 Thread luke
i just cvsup'd to release_5_3 and i'm making buildworld but it keeps erroring out. if i do make buildworld again, chaning nothing, it goes a little further and errors again. i've done this a few times. here's my /etc/make.conf %more /etc/make.conf CPUTYPE=k6-2 CFLAGS= -O -pipe COPTFLAGS= -O -pip

slow ssh since upgrade from 5.3-release-p4 to p5

2005-01-21 Thread luke
i have an smp system and just upgraded from p4 to p5 of 5.3-release. since the upgrade, ssh seems to be hanging at pam authentication. i've messed around with /etc/pam.d/sshd and tried various configurations. i've put ChallengeResponseAuthentication yes in sshd_config instead of yes. i even instal

Re: Setting up own domain and mailserver

2005-02-14 Thread Luke
I was hoping somebody more knowledgable than me would answer your questions. Maybe than did and I lost it in all the spam. I've been intrigued by these same topics for awhile and I've learned a little bit. I'll share what I've figured out below. On Sat, 12 Feb 2005, RL wrote: 1. I have adelphi

Re: Mounting iomega zip drive

2005-02-22 Thread Luke
On Mon, 21 Feb 2005, E. J. Cerejo wrote: I use to be able to mount my paralell zip drive with the following command under Fbsd 4.x: mount -t msdos /dev/da0s4 /zip now I'm running 5.3 I can't, what changed? I noticed that there is only da0 in my /dev directory, I have this in my kernel: # SCSI perip

Re: L2TP server?

2004-01-31 Thread luke
rd party that allows easy setup of raccoon. http://www.afp548.com/Software/VaporSec/ Hope this helps, and good luck. Cheers, Luke ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ftp/fetch/cvsup behind a firewall

2004-02-03 Thread luke
firewall you would open up a tunnel between yourself and the friendly machine on port 5999 for cvsup. $ ssh -L 5999:cvsupmirror.freebsd.org:5999 [EMAIL PROTECTED] replace "cvsupmirros.freebsd.org" with an actual one from the list of mirrors. loginid is your login name on the remote mac

My fault or just Spam

2004-02-18 Thread luke
age-Id: <[EMAIL PROTECTED]> From: "Technical Bulletin" <[EMAIL PROTECTED]> To: "MS User" <[EMAIL PROTECTED]> SUBJECT: Newest Microsoft Patch Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="bicnhrvs" My configuration is FreeBSD 5.2.1, Postfix + Cy

Re: My fault or just Spam

2004-02-18 Thread luke
eve there was a thread about this not too long ago. Off I go. > aaron > Luke ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ez-ipupdate setup info needed

2004-02-19 Thread luke
our needs and /usr/local/etc/rc.d for the ez-ipupdate.sh. You may have to add ez_ipupdate_enable="YES" to your /etc/rc.conf file. Cheers, Luke ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-question

Re: Swap question

2004-06-02 Thread Luke
So, are both swaps being used and is there a way I can tell? "top" will give you information about swap usage in realtime. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[E

Please help me understand pciutils output

2004-06-06 Thread Luke
I suspect that my PCI bus is incompatible with some of the PCI cards I'm trying to use with it. The motherboard was made in 1996 and these cards are all much newer. One of the cards gives USB 2.0 support, but I'm not getting anywhere near USB 2.0 speed out of the USB 2.0 devices I plug into i

Re: Please help me understand pciutils output

2004-06-07 Thread Luke
I suspect that my PCI bus is incompatible with some of the PCI cards I'm trying to use with it. The motherboard was made in 1996 and these cards are all much newer. One of the cards gives USB 2.0 support, but I'm not getting anywhere near USB 2.0 speed out of the USB 2.0 devices I plug into i

Re: Please help me understand pciutils output

2004-06-07 Thread Luke
Right now all I can say is that I've got a Netgear FA120 network interface plugged into a USB port and I can't squeeze more than 4Mb/s out of it. It's USB 2.0 compliant and should get close to 100Mb/s. I get faster results out of my old 10Mb ISA card. That almost sounds like the NIC is running

Re: Webmail Selection Setup & Configuration

2005-06-15 Thread luke
il system and the required / recommended components. google probably provides tons of resources on just about any webmail program ever made. don't search for webmail though, pick one and search for _it_ good luck luke ___ freebsd-question

Re: MAC address & rc.conf

2005-06-21 Thread luke
a better solution to this is to call your isp and tell them your network card died so you got a new one with MAC address of the freebsd machine. they can reset the MAC they have on their end and you'll be alright. also, sometimes the modem is storing the MAC so you can either reset it if it has a s

Re: help with a failed install

2005-06-23 Thread luke
worth a try(those instructions from "help!!!..." are for disabling acpi. hopefully that will get you booted to sysinstall. beyond that, hopefully the kernel on the install media has support for your raid card or else you're going to have the same problem you had with sol

Re: mail

2005-08-04 Thread luke
> the line in main.cf where to deliver the mail is > /var/mail/user. there were two choices > do I have to put in /var/mail/${USERNAME} in the > main.cf configuration file instead. your configuration looks fine. to retrieve the mail, type `mail` while logged in as larson. your mail should be ther

Setting up a jail's IP address?

2004-08-18 Thread Luke
I'm attempting to set up my first jail. This box acts as a firewall for my network. It contains two network cards - one points to my internal network and the other to the outside world. I want to run SSH in a jail to allow SSH access from the outside world to a controlled environment inside th

Re: Setting up a jail's IP address?

2004-08-18 Thread Luke
The first problem I'm having is that according to every jail tutorial I've seen so far, I'm supposed to bind the IP address of the jail to a NIC. Well... both of my NICs already have IP addresses bound to them, so ifconfig always fails with "ioctl (SIOCAIFADDR): File exists". Okay, I figured th

How do I make devices usable from a jail?

2004-08-19 Thread Luke
I'm running CURRENT. I've set up a jail. As part of setting it up, I ran "mount_devfs devfs /path/to/jail/dev". This appeared to mount all of my devices in the jail at the proper location. When I start the jail, the jail's /dev looks correct. It looks identitical to the host system's /dev as

Re: question

2004-09-15 Thread Luke
Hello, I'm new in freebsd..and want to ask something. 1. Can freebsd handle more than 80 giga Harddisk? (maybe I want to use 100-200 Giga HD for data) 2. If I plugin a new harddisk, can be outomatic detect or I use do manual configuration? Thank you, best Regards, Dave I started using 160GB disk

Protecting SSH from brute force attacks

2004-10-07 Thread Luke
There are several script kiddies out there hitting my SSH server every day. Sometimes they attempt to brute-force their way in trying new logins every second or so for hours at a time. Given enough time, I fear they will eventually get in. Is there anything I can do to hinder them? I'd like to ba

Re: Anyone seen anything like this in the ports tree?

2005-08-15 Thread luke
you can also put all offices on a vpn and use regular smb or nfs or whatever transparently ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: installing / updating ports on an older (4.8 system)

2005-05-24 Thread luke
> A second and possibly related problem is that building an index fails. I > read the following on http://freebsd.org/ports first, cvsup your ports tree, then cd /usr/src && make fetchindex. then try to build again. i'm not sure if this will work, but it's wh

Re: how can I make xterm just like the console ? (colors, etc.)

2005-05-24 Thread luke
an easy way is to run xterm -ls -fg white -bg black man xterm to see what those options actually do ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTEC

Re: ssh delays 40 seconds

2005-06-06 Thread luke
also, you might want to look into the UseDNS option in the sshd_config file. this will cause the server to not perform dns lookups on connecting hosts. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questi

Re: Multi-Booting With Windows XP Pro

2004-10-09 Thread luke
there's a section in the handbook about booting. try using a boot.flp or fixit.flp to boot and then run `fdisk -B -b /boot/boot0` i think...check the handbook to be sure. that should rewrite the MBR and give you fbsd's boot manager On Sat, 9 Oct 2004 14:04:53 -0400, Bryan Nelson <[EMAIL PROTECTED

Re: Multi-Booting With Windows XP Pro

2004-10-09 Thread Luke
Date: Sat, 9 Oct 2004 14:04:53 -0400 From: Bryan Nelson <[EMAIL PROTECTED]> To: FreeBSD Questions <[EMAIL PROTECTED]> Subject: Multi-Booting With Windows XP Pro Deoes anyone have any experience getting FreeBSD to multi-boot with Windows XP Pro? Am using XP Pro SP2 and FreeBSD 5.2.1-RELEASE. I ins

hot swap scsi drive

2004-10-18 Thread luke
n the scsi bus somehow? under normal circumstances i would just try to pull one and put another in, but i don't want to damage a drive or corrupt the data thereon. thanks luke ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listin

Re: hot swap scsi drive

2004-10-18 Thread luke
tion that i should take before pulling a drive. thx, luke ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: hot swap scsi drive

2004-10-19 Thread luke
s exactly what i was looking for...thanks > I assume you're in a position to try a few things out before you put this > machine into production? of course. just needed a starting point(camcontrol) and will test further from there. thanks again for your help --luke _

Re: Two faced FreeBSD - or is that two headed?

2004-10-20 Thread luke
f you have an agp slot on the board, the onboard video is on the agp bus so putting the card in the agp slot will disable the onboard video. good luck, luke ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questio

Re: SMP with hyperthreading CPU (5.3)?

2004-10-30 Thread Luke
If not - what should I do besides enabling "SMP" in the kernel config file (sure enough "cpu I386_CPU" which effectively disables SMP is commented out) I haven't updated my system since August, but back then the "apic" device was also required. 5.3 may be different. This is the relevant section

Re: Laptops as routers

2004-10-31 Thread Luke
If you are worry about power consumption or reliability when using old computers I have some general tips for you: 1. Don't use a storage device that has spinning disks, instead use a CF card, Zip Drive/Disk, etc. http://www.cfide.co.uk/compact_flash_ide_adapters.shtml To go off on a bit of a ta

Re: Is my computer under spec?

2004-11-02 Thread luke
> I've managed to use PC133 ram in an older system with no problems, > except I couldn't mix'n'match with the PC100 ram that was already in > there as it caused some interesting instabilities. pc133 will clock down with no instability if both chips are of decent manufacture(kingston, micron, samsu

Re: WiFi 802.11b or g setup

2004-11-02 Thread luke
d made by airolink(or something like that.) realtek doesn't have drivers for freebsd, but you can check out using ndiswrapper to get it working. i've had mixed luck with it and eventually got an atheros card made by d-link which works great in freebsd

Re: Problem with 4 port Intel nic

2004-11-02 Thread luke
ht want to try using those(if something else isn't already) --luke ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Wireless internet

2004-11-05 Thread luke
etter luck with them. you could also get a wireless bridge and just plug it into your wired network card, but i would rather get the wireless card. it's a little more flexible, and probably cheaper too. good luck --luke ___ [EMAIL PROTECTE

Re: make buildworld failing

2004-12-06 Thread luke
On Sun, 5 Dec 2004 17:09:18 -0800, Vonleigh Simmons <[EMAIL PROTECTED]> wrote: >While trying to update to 5.3 stable, buildworld errors out on me. I'm > running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output, if > you need more output please let me know. No luck looking up the e

RE: ez-ipupdate setup info needed

2004-02-19 Thread luke
> Luke > Thanks for your reply > When I run ez-ipupdate --help or -help or help or ? it just goes > to service prompt and if I hit enter again it displays msg to > uses an list of names. > > Really need more help Umm.. how about this. The attached file "ez-ipupdate.hel

RE: ez-ipupdate setup info needed

2004-02-19 Thread luke
ld be. Maybe you are or maybe you're not experiencing a 'real' problem. May I suggest you remove said package and just build the port, it sounds like it would save you a headache. If I recall it's not that big and wouldn't take but a few minutes. #

Re: Load Balancing in FreeBSD

2004-03-04 Thread luke
ated. > > Regards, > Anjan > http://www.bsdshell.net/ I came across this awhile ago, though I have never used nor do I know if it's really what you want. But it's at least worth a shot. Cheers, Luke ___ [EMAIL PROTECTED]

Re: lan bandwidth issue

2003-11-05 Thread Luke Kearney
On Thu, 06 Nov 2003 01:15:00 +0100 Alex de Kruijff <[EMAIL PROTECTED]> granted us these pearls of wisdom: > On Wed, Nov 05, 2003 at 04:25:12AM -0700, silent slim wrote: > > >From: Alex de Kruijff <[EMAIL PROTECTED]> > > >To: silent slim <[EMAIL PROTECTED]> > > >CC: [EMAIL PROTECTED] > > >Subject:

Re: upgrade named

2003-11-06 Thread Luke Kearney
On Thu, 6 Nov 2003 08:13:07 -0500 "Arnason, Arni" <[EMAIL PROTECTED]> granted us these pearls of wisdom: > > 8.3.3 is in /usr/sbin > 9 went into /usr/local/sbin > > modified rc.conf to point to the > new binary > named_program="/usr/local/sbin/named" > > but I'm still stuck with 8.3.3 > > ps

Re: Installation problem

2003-11-08 Thread Luke Kearney
On Sun, 9 Nov 2003 07:39:01 +0500 [EMAIL PROTECTED] granted us these pearls of wisdom: > When I try to boot from CD-ROM to install my FreeBSD 4.6 > my computer stops to work. I do: > 1) Booting from CD-ROM > 2) Skip kernel configuration. > 3) Then I see: > [...something before...] > plip0: on ppbu

Re: No route to host

2003-11-09 Thread Luke Kearney
On Sun, 09 Nov 2003 01:57:35 -0500 Marty Landman <[EMAIL PROTECTED]> granted us these pearls of wisdom: > I'm new to FreeBSD and have the 4.8 mini-iso installed. Have tried to > install the nic and can ping my ip and localhost ok, but when I try to ping > other boxes on my LAN get > > ping: sen

Re: No route to host

2003-11-09 Thread Luke Kearney
On Sun, 09 Nov 2003 09:49:54 -0500 Marty Landman <[EMAIL PROTECTED]> granted us these pearls of wisdom: > At 03:00 AM 11/9/2003, you wrote: > > >If the correct information is not there then something like > > > ># route add default -interface ep0 > > Ok I did this (there's no router). Now I can

Re: No route to host

2003-11-09 Thread Luke Kearney
On Sun, 09 Nov 2003 12:21:09 -0500 Marty Landman <[EMAIL PROTECTED]> granted us these pearls of wisdom: > At 09:53 AM 11/9/2003, Luke Kearney wrote: > > >please make a rough ascii sketch of your network and post the output to > >the following :- > > > >netst

Re: crontab

2003-11-12 Thread Luke Kearney
On Wed, 12 Nov 2003 15:13:34 -0600 "Darryl Hoar" <[EMAIL PROTECTED]> granted us these pearls of wisdom: > Greetings, > I am running 4.7 and want to use cron to run a command. > when I look in /var/cron/tabs, there is not a file for root. > If I do a crontab -e its blank. > > I thought there was

Re: apache install problem

2003-11-13 Thread Luke Kearney
the apachectl commands, if that still doesn't work then *as* root execute #sockstat -4 | grep 80 and post the output HTH LK -- Luke Kearney <[EMAIL PROTECTED]> ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/l

Re: Samba question

2003-11-16 Thread Luke Kearney
On Sun, 16 Nov 2003 21:08:12 -0500 Marty Landman <[EMAIL PROTECTED]> granted us these pearls of wisdom: > At 02:23 PM 11/16/2003, Derrick Ryalls wrote: > > >CUPS is mentioned in the logs, and you don't seem to know what it is, so do > >you have a line similar to: > > > >printing = cups > > No,

Re: hostnames and interfaces

2003-11-20 Thread Luke Kearney
On Thu, 20 Nov 2003 20:42:33 -0500 Marty Landman <[EMAIL PROTECTED]> granted us these pearls of wisdom: > At 08:17 PM 11/20/2003, paul van den bergen wrote: > > >to expand on this, there is a potential many to many relationship here > >between > >host names and IP addresses (strickly speaking th

Re: a good way to save a keystroke?

2003-11-22 Thread Luke Kearney
On Sat, 22 Nov 2003 09:44:30 -0500 Marty Landman <[EMAIL PROTECTED]> granted us these pearls of wisdom: > At 09:11 PM 11/21/2003, Kevin D. Kinsey, DaleCo, S.P. wrote: > > >Which shell are you using? > > C shell. Maybe I should switch to Bash? I mostly ssh in using my user acct > and then have

Re: Ooops - Re: while I have your attention... Names, copyright and IPv6

2003-11-23 Thread Luke Kearney
On Mon, 24 Nov 2003 12:43:11 +1100 paul van den bergen <[EMAIL PROTECTED]> granted us these pearls of wisdom: > as usual, there has been a bit of a misunderstanding... being a loosely typed > language, Engliosh is difficult to communicate in :-0 > > Names, addresses and DNS are obviously differ

Re:

2003-12-10 Thread Luke Kearney
On Wed, 10 Dec 2003 15:57:08 -0800 "Joel Crane" <[EMAIL PROTECTED]> granted us these pearls of wisdom: > hi, i am kind of a newbie to FreeBSD so i have some questions... > > I have an older 4/86 laptop that currently has nothing but dos on it. I want to > install FreeBSD on this machine but wi

Re: FreeBSD. Should I buy or download?

2003-12-21 Thread Luke Kearney
little past that buying the disk sets does contribute financially to the project and having them on hand when you are not able to download from the net is kinda handy. I think the distro is pretty reasonable compared to a winblows license so it's up to you. HTH --

Cups

2003-12-21 Thread Luke Kearney
rts I ran the setup script to get this into printcap. If I modify the printer via the CUPS interface it scraps all of the above and replaces it with one line which is the name I gave the printer in the setup. Appreciate any tips or links to howtos that are similar to my situation here. Regards --

Re: Cups

2003-12-22 Thread Luke Kearney
On Mon, 22 Dec 2003 20:13:36 +1030 Malcolm Kay <[EMAIL PROTECTED]> spake thus: > On Mon, 22 Dec 2003 17:12, Luke Kearney wrote: > > Hello, > > I am having a troublesome time with CUPS and printing to an Epson > > PM-740DU inkjet printer. I have set up cups and it w

Re: I've just found a new and interesting spam source - legitimate bounce messages

2008-10-16 Thread Luke Dean
On Thu, 16 Oct 2008, Matthew Seaman wrote: Until the wonderful day that the entire internet abides by these rules[*], use of technologies like SPF and DKIM can discourage but not entirely prevent the spammers from joe-jobbing you. I just started getting these bouncebacks en masse this week.

Re: Port forwarding behind two routers

2008-11-15 Thread Luke Dean
On Sat, 15 Nov 2008, Jakub T wrote: Good day people, I'm trying to get wireless Internet access for my laptop and to use this wireless router as a switch for my FreeBSD box at the same time. This wireless router has one Internet plug and for Ethernet plugs for wired boxes. Now I have this si

Re: Port forwarding behind two routers

2008-11-19 Thread Luke Dean
On Wed, 19 Nov 2008, Jakub T wrote: 2008/11/15 Luke Dean <[EMAIL PROTECTED]> Port-forwarding through two NATs is something I've never had any success with. I have a few suggestions that have worked for me and my friends with this setup. A) Disable NAT on the ADSL router.

Re: Looking for a FTP sync'er suggestion

2008-03-11 Thread Luke Jee
Try rsync Luke Jee Prevantage Inc. On 2008-3-11, at 下午11:48, Michaël Grünewald <[EMAIL PROTECTED] te.net> wrote: Hi, I am looking for a program able to make a remote FTP site look like a copy of a local dir. I feel as if I were dunce-cap-awards(R) nominated, but I really did no

about mount mfs root on amd64

2008-03-14 Thread Luke Jee
Luke Jee ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

How to replace libpthread correctly on 7.0?

2008-03-30 Thread Luke Dean
This weekend I upgraded a desktop system from 6.2 to 7-STABLE using source. I removed and rebuilt all my ports using the ports system, and so far I haven't noticed any problems with them. When I attempted to rebuild some software outside the ports system, I ran into problems. I like to use

Re: How to replace libpthread correctly on 7.0?

2008-03-30 Thread Luke Dean
On Sun, 30 Mar 2008, Luke Dean wrote: This weekend I upgraded a desktop system from 6.2 to 7-STABLE using source. I removed and rebuilt all my ports using the ports system, and so far I haven't noticed any problems with them. When I attempted to rebuild some software outside the ports s

Re: FreeBSD Traffic Shaping

2008-04-01 Thread Luke Dean
On Tue, 1 Apr 2008, [EMAIL PROTECTED] wrote: I am trying to limit the bandwidth available to some connections and I'm not sure FreeBSD can handle this. Maybe some of you can help. Here's what I need to have exactly. No matter what the number of connections, each connection should have at m

Re: Question regarding mail and dns server on Alix/Soekris?

2008-04-09 Thread Luke Dean
On Mon, 7 Apr 2008, David Duong wrote: I'm planning to redoing my home network. I currently have one server (Opteron 170) that is currently a NAS, Email, and DNS server (btw, the main OS is FreeBSD). I was thinking of purchasing an Alix2c3/Soekris 5501 and use it as a Email + DNS server. T

Re: determining what's in the base system

2008-04-15 Thread Luke Dean
On Tue, 15 Apr 2008, Chad Perrin wrote: I have two questions. First: Assume you have a FreeBSD system installed that has been running for at least a year, with a bunch of graphical desktop and productivity software installed, and have both installed and uninstalled a lot of software over tha

Re: pf traffic shaping and perfomance

2008-04-23 Thread Luke Dean
On Wed, 23 Apr 2008, Zbigniew Szalbot wrote: Hello, I would like to implement traffic shaping using pf. I know I need to recompile kernel to be able to achieve this but I have a more general question. I used to have pf with traffic shaping on a Pentium III 866 before and as soon as I activat

Re: Firewalls

2008-05-02 Thread Luke Dean
On Fri, 2 May 2008, Zane C.B. wrote: On Mon, 28 Apr 2008 20:50:06 +0100 Bruce Cran <[EMAIL PROTECTED]> wrote: Doug Hardie wrote: FreeBSD supports 3 firewalls: IPF, IPFW, and PF. Some time ago (perhaps years) I seem to recall some discussion that one or more of those was better maintained

Re: netbeans 6.0.1 not run

2008-05-11 Thread Luke Dean
On Sun, 11 May 2008, cuongvt wrote: Hi all! full explanation: FreeBSD 7.0-RELEASE (i386) uid=1001(mak) gid=0(wheel) groups=0(wheel),69(network) installed: jdk-1.6.0.3p4_1 diablo-jdk-1.5.0.07.01_10 javavmwrapper-2.3.2 I'm using zsh so I set JAVA_HOME and PATH of java into in my .zshrc. java

DHCP server with no persistent storage

2008-05-15 Thread Luke Dean
I'm running FreeBSD on a Soekris net4801. It boots from a read-only flash card, and has no permanent writable storage media - only memory disks. It runs several critical network services for me like DNS, and a firewall. One important service that it does not currently run is a DHCP server.

Re: time drift

2008-05-15 Thread Luke Dean
On Thu, 15 May 2008, Christopher Cowart wrote: David Kelly wrote: Its PC commodity-grade. Not all that unusual even for stuff sold claiming to be a "server". This is in no small part why ntpd exists. nptd calculates a correction coefficient and (under FreeBSD) stores it in /var/db/ntpd.drift

Stop building all those kernel modules

2008-05-17 Thread Luke Dean
I'm trying to use nanobsd to build a small kernel for an embedded system on FreeBSD 7. In previous versions, I could modify GENERIC by just commenting out all the devices and options that I wasn't interested in, and buildkernel KERNCONF=myconf would happily ignore all the things I wasn't int

Re: Stop building all those kernel modules

2008-05-17 Thread Luke Dean
On Sat, 17 May 2008, Luke Dean wrote: In previous versions, I could modify GENERIC by just commenting out all the devices and options that I wasn't interested in, and buildkernel KERNCONF=myconf would happily ignore all the things I wasn't interested in. This no longer w

Re: Stop building all those kernel modules

2008-05-17 Thread Luke Dean
On Sat, 17 May 2008, Luke Dean wrote: On Sat, 17 May 2008, Luke Dean wrote: In previous versions, I could modify GENERIC by just commenting out all the devices and options that I wasn't interested in, and buildkernel KERNCONF=myconf would happily ignore all the things I wasn't

  1   2   3   4   >