Re: Hardware suggestions

2011-04-28 Thread Nathan Vidican
bject in a new thread; sorry no experience with that model personally, though I have several 2800-series Dell 2U servers that I'm most pleased with offering redundant power and decent hardware raid). -- Nathan Vidican nat...@vidican.com ___ 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: Hardware suggestions

2011-04-27 Thread Nathan Vidican
there but only one plugged in) - you might want to read up on using CARP; CARP will allow automatic failover and can trigger scripts to perform actions when the failover event occurs - this may be a far better option than having to physically plug a machine in place of another. See the h

Re: OpenVPN routing

2011-04-26 Thread Nathan Vidican
send any mail to "freebsd-questions-unsubscr...@freebsd.org" Do you have packet forwarding (routing /gateway) enabled? An all-important, yet sometimes forgotten step... check if: sysctl net.inet.ip.forwarding returns 1 for enabled or not. You

Re: FreeBSD-based hosting

2011-03-23 Thread Nathan Vidican
ry well, and they give you full remote console access including the ability to 'poweroff' and restart your VPS. The control panel is simple, and their support has been good. Their network has caused no problems for me personally, though I don't know what kind of late

Re: Simplest way to deny access to a class C

2011-03-03 Thread Nathan Vidican
__ > 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" > -- Nathan Vidican nat...@vidican.com (519) 962-9987 (Canada) (313) 586-1982 (

Re: how to add a few hundred ip on one interface?

2011-02-11 Thread Nathan Vidican
Though I agree, that in practice multiple subnets should not be on the same ethernet segment, it is not technically impossible. The correct response was quoted from the rc.conf manpage per the other response already sent. VLAN implementation is a whole different setup. -- Nathan Vidican nat...@

Re: NTPd GPS with BU-353 USB on FreeBSD 8.x??

2011-01-21 Thread Nathan Vidican
ig > > > ___ > 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" See: http://desrablog.blogs

Re: Port based VLAN

2010-12-22 Thread Nathan Vidican
ndev em0" firewall_enable="YES" Within my rc.firewall, the interfaces are vlan1, vlan190, vlan100, etc... the system sees each as if it were physically a different network card and I'm able to route/filter traffic as such. Note: I did have to add vlan support in my kernel for

Re: sendmail and /etc/hosts

2010-12-09 Thread Nathan Vidican
US.ISO8859-1/books/handbook/mail-using.html Specifically in regards to email and DNS relationships. -- Nathan Vidican nat...@vidican.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: new user questions. (Before I back myself into a corner!)

2010-11-25 Thread Nathan Vidican
-everyone else - so chmod 666 means "make owner,group,everyone each able to read(2) plus write(4) (2+4=6) - the first number indicating the owner of the files permission, the second the group, and the last everyone - so when you noted seeing "drwxr-xr-x" - that&

Re: Does MAC version of iTunes work on FreeBSD?

2010-11-16 Thread Nathan Vidican
o. The Mac version of iTunes depends on the Cocoa application framework, which is a set of Objective C objects that, as far as I am aware of, has no compatible framework under FreeBSD. -- Nathan Vidican nat...@vidican.com ___ freebsd-questions@freebsd.org ma

Re: Multiple tun loadbalancing question

2010-11-09 Thread Nathan Vidican
sd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscr...@freebsd.org" > -- Nathan Vidican nat...@vidican.com (519) 962-9987 (Canada) (313) 586-1982 (USA) ___

Re: Server hardware

2010-10-29 Thread Nathan Vidican
_ > 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" > Might I suggest checking ou

Re: Is it a good idea to use DHCP for point to point connections ?

2010-10-14 Thread Nathan Vidican
ribe, send any mail to " >>> freebsd-questions-unsubscr...@freebsd.org" >>> >>> >>> >> ___ >> freebsd-questions@freebsd.org mailing list >> http://lists.fre

Re: FBSD on MacBook Pro w/ Core 2 Duo? (was Re: Which OS for notebook)

2010-10-12 Thread Nathan Vidican
er 'gotcha' items I may have missed are also welcome. > > Jud > -- > "I'd take the awe of understanding over the awe of ignorance any day." - > Douglas Adams > > ___ > freebsd-questions@freebsd.org mailing list

Re: Mother board compatibility and CF card usage as main storage device for small DNS server

2010-09-30 Thread Nathan Vidican
ideas need to do some Google'ing now as I don't know what MFS is yet > but I will :-D > > Cheers and best regards, > > > Kaya > > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mai

Re: gateway_enable

2010-09-15 Thread Nathan Vidican
t; add entry on this router to use 192.168.40.122 to get to 192.168.50.1 Unfortunately, without seeing the route table for both sides I can't be sure - but like I'd said and Beat had eluded to, I think your missing the instructions to the other side of the route. -- Nathan Vidican nat.

Re: ipfw fwd for transparent proxy (squid) - but, not on loopback

2010-09-13 Thread Nathan Vidican
On Mon, Sep 13, 2010 at 11:53 AM, Nathan Vidican wrote: > > Hey all - I've been trying to implement a transparent proxy for all outgoing > traffic to port 80 to forward to a proxy server. The problem is that the > proxy itself resides on a different host than the forwa

ipfw fwd for transparent proxy (squid) - but, not on loopback

2010-09-13 Thread Nathan Vidican
referrals to RTFM somewhere would be greatly appreciated. Thanks. -- Nathan Vidican nat...@vidican.com ___ 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: Which of these NICs will work?

2010-09-03 Thread Nathan Vidican
configured per vlan. This allows many networks to share the same interface and is great for virtualization type situations too. Just my two cents - but I'd pay the extra for the Intel because I know it just works predictably and reliably. -- Nathan Vidican nat...@vidican.com Happy FreeB

Re: VLANs is this right?

2010-07-05 Thread Nathan Vidican
m0" # end of rc.conf excerpt I then add a host (for example) as '10.10.1.11/26 on vlan 100' via a different port on the switch; the ONLY way for that particular host to talk to another beyond that vlan is to go through the freebsd box (which also acts as a firewall, NAT, etc). Hope this

Re: Add watermark to PDF

2010-06-01 Thread Nathan Vidican
use Perl module to do it, it's well documented/supported and very easy to work with. See: http://search.cpan.org/~larslund/PDF-Reuse-0.35/Reuse.pm<http://search.cpan.org/%7Elarslund/PDF-Reuse-0.35/Reuse.pm> for further details. -- Nathan Vidican nat...@vidican.com __

Re: Apache URL Redirect?

2010-05-04 Thread Nathan Vidican
> 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" > -- Nathan Vidican nat...@vidican.com (519) 96

Re: delete directory

2010-03-24 Thread Nathan Vidican
tion not permitted > # /usr/jails/newjail/var >chmod 777 empty > chmod: empty: Operation not permitted > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe,

Re: Which gdb GUI do you use?

2010-03-18 Thread Nathan Vidican
not writing any kernel level stuff or anything. The Xcode IDE is a wonderful tool though for writing userland stuff. I guess it really depends on your project, but if you're looking for gui debugger/development suite it's worth a try. -- Nathan Vidican nat...@vidican.com On Thu, Mar

Re: ntpdate problem

2010-03-12 Thread Nathan Vidican
read-up on 'ntpd -q' which mimmicks the behavior of ntpdate but allows you to use multiple ntp servers. -- Nathan Vidican nat...@vidican.com On Fri, Mar 12, 2010 at 5:57 AM, Антон Клесс wrote: > I have the following line in my root cron: > > 5 * * * * /usr/sbin/ntpdate ru.

Re: Directory with large number of files

2010-03-10 Thread Nathan Vidican
to certain sections thus off-loading the work from all-in-one and requiring minimal effort to do so). Food for thought anyways - hope it helps. -- Nathan Vidican nat...@vidican.com On Wed, Mar 10, 2010 at 11:51 AM, Janos Dohanics wrote: > I have a directory with over 180,000 files in 4 subdir

Re: creating htmls from a directory tree?

2010-02-10 Thread Nathan Vidican
quot;; # EOF You could, of course, get much fancier as it goes - but that's the quick and dirty of doing it with a simple cgi script anyways. -- Nathan Vidican nat...@vidican.com On Wed, Feb 10, 2010 at 11:37 AM, Anton Shterenlikht wrote: > On Wed, Feb 10, 2010 at 12:35:12PM -0300,

Re: How to troubleshoot a frozen boot sequence

2010-01-22 Thread Nathan Vidican
ne similar setups to this before where we were using external USB drives for backup and weren't 100% sure they'd always be connected in the case a server might be rebooted - worst case, you'll end up with it not mounted, but the system will still be up at least. -- Nathan Vidican nat...@

Re: Securing cgi scripts

2010-01-22 Thread Nathan Vidican
Check out suExec, (assuming you're using Apache)... Please see: http://httpd.apache.org/docs/1.3/mod/core.html#user and/or http://httpd.apache.org/docs/1.3/suexec.html You can make an entire VirtualHost directive run as a different user/group. -- Nathan Vidican nat...@vidican.com O

Re: Recommendations for NICs?

2010-01-21 Thread Nathan Vidican
bothered to try anything else in recent years (habitually stick with what works I guess). -- Nathan Vidican nat...@vidican.com On Thu, Jan 21, 2010 at 12:27 PM, John wrote: > This used to be a hot topic long ago, but now seems to have become > rather dormant. Does that mean that all NICs

Re: Do we need this junk?

2007-04-05 Thread Nathan Vidican
s the Pentium III/AMD Athlon era.) Lest we forget passive backplane/SBC/industrial computer setups which use an ISA bus. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@free

Re: slightly OT - my freebsd email topology

2007-04-05 Thread Nathan Vidican
many talented, experienced administrators here - who chances are, have come accross an almost exact case that could help you out - they all just need a little more to go on before they can tell you what they'd do in your case. Ultimately, it's up to you and RTFM'ing the heck o

Re: slightly OT - my freebsd email topology

2007-04-05 Thread Nathan Vidican
;ing the heck out of it before you implement it in production is always a good choice. P.S. - sorry if this double-posts, realized I sent from the wrong account and tried to cancel - not sure if it did, so figure better two copies than none. -- Nathan Vidican [EMAIL PROTECTED] Windsor Ma

Re: Recommended SMP Hardware

2007-04-05 Thread Nathan Vidican
;ve got 4gb in them so kinda overkill). Also - most newer boards support dual-core cpu's as well... if you're looking for top-notch, but bottom dollar SMP - try a higher end single opteron board with dual core CPU. Just my two cents - hope it helps. BTW - we're running 6.1 -

Re: server issues

2007-02-21 Thread Nathan Vidican
more of your configuration file. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Serving windows print drivers with Samba+CUPS (Was: CUPS +)

2007-01-12 Thread Nathan Vidican
it's not just as simple as 4 easy steps... but this is the general process to go through, with a little reading from the Samba website/documentation you should be able to get it going. Feel free to drop another message back to the list if you run into more questions from the

Re: How dangerous a Standard User could be to a FreeBSD box?

2007-01-11 Thread Nathan Vidican
. I had a client call me once cause the office cat peed onto/into the server; no technical expertise required whatsoever, no password, no re-wiring of network, heck no opposable digits even or anything else for that matter, yet it still managed to kill the server ;) -- Nathan Vidican [EM

Re: Automatically get nameservers

2007-01-09 Thread Nathan Vidican
/rc.d/isc-dhcpd.sh start Good-luck, read up and come back with any further questions if need be, but it seems like DHCP will solve your problem adequately. All you'll have to do from the windows machines, is set them to automatically configure themselves via DHCP (which is the default sett

Re: will it work?

2007-01-04 Thread Nathan Vidican
ct to start off learning to run FreeBSD with ;) -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Help Please !

2007-01-03 Thread Nathan Vidican
could have or would have answered your question; I myself missed the initial question and only replied out of annoyance for your subject 'Help please!' - please do read the link I gave you above and re-post your question. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Pl

Re: which web mail / calendar to use

2007-01-02 Thread Nathan Vidican
Just my two cents ;) - been using openwebmail as primary mail reader for passed several years, now using imap and Mozilla Thunderbird + Horde via web when not at desk... both work excellent. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Pla

sshd break-in attempt

2007-01-02 Thread Nathan Vidican
nal wrapper to accomplish this, or can it be done with options to sshd on it's own? -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.fr

Re: acrobatviewer

2006-12-19 Thread Nathan Vidican
#x27;s PDF Viewer) works great ;) - using amd64/6.2-RC1 and KDE from ports -- Nathan Vidican [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: unique hardware identification

2006-12-19 Thread Nathan Vidican
est, that if the software requires network usage - simply identify by mac address. A lot of software we use now, accesses a license server via the network, and authenticates clients based on their MAC address, (which, allthough possible to spoof - is not easy for the typical end-user). -- Nathan

Best supported mini-PCI wifi

2006-12-15 Thread Nathan Vidican
apper kernel module to make it work with newer Broadcom windows drivers. -- Nathan Vidican [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

key differences between Darwin & FreeBSD; Darwin & Mac OSX ?

2006-12-14 Thread Nathan Vidican
What does darwin offer that FreeBSD doesn't? Similarily, what does OSX offer that Darwin doesn't? Any ideas, comments, suggestions, rtfm-referrals, and or links would be greatly appreciated. -- Nathan Vidican [EMAIL PROTECTED] (member of [EMAIL PROTECTED]

Re: VPN Solution for my current Situation.

2006-12-11 Thread Nathan Vidican
questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" mpd for FreeBSD... it just works. -- Nathan Vidican [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-question

Re: X server remote login

2006-12-11 Thread Nathan Vidican
other stations, rather than via shell/startx. You might want to take a look at alternatives too - I use kdm, which is KDE's implementation of xdm, allowing you a little easier and a little more control over the login screen/appearence via KDE''s graphical configuration setup, b

Re: SATA server recommendation

2006-12-07 Thread Nathan Vidican
a hardware problem yet. My two cents anyhow. -- Nathan Vidican [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: SICK SERVER

2006-12-06 Thread Nathan Vidican
potential solution and your question is far too vague for anyone to really answer. Please read the page noted above and re-post your inquiry. -- Nathan Vidican [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: network interface status

2006-12-05 Thread Nathan Vidican
periodic 'periodic' is a command which produced the email output you are inquiring about. From the console, type in 'man periodic' for more information, but to simply produce the same email you are getting, by default, nightly, type in 'periodic daily' from th

Re: How to choose an UPS?

2006-11-28 Thread Nathan Vidican
x it came in may say ;) Be liberal about it is all, and remember to leave monitor (if any) off when you're not around. Unless of course you're talking about larger (datacenter-oriented) UPS'... in which case, if you're asking this generally - it'd be my advice to you to

Re: Latest Broadcom NDIS driver requires 4 additional functions

2006-11-27 Thread Nathan Vidican
rking nor debug myself... how/where did you upgrade the freebsd/ndis driver from; where/which windows driver files did you use? Are the ndis driver patches mentioned in this thread committed to CVS, or must it (the patch) be manually applied to the tree and the kernel re-compile

HP pavillion dv8000 hotkey mappings

2006-11-17 Thread Nathan Vidican
something more complex regarding acpi ? Any ideas, suggestions, comments, or redirects greatly appreciated. -- Nathan Vidican [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To un

Re: Best laptop for Freebsd

2006-11-16 Thread Nathan Vidican
numbers to back it up - only had a single unit sent back for repair in the last year, and even then was returned fixed as promised in two days. -- Nathan Vidican [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.o

Re: Installing FreeBSD

2006-11-06 Thread Nathan Vidican
before you use it - really, this is a habit you should get used to. -- Nathan Vidican [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: HP 9000

2006-10-27 Thread Nathan Vidican
ed NetBSD myself on someolder pa-risc boxen, but only for the sake of messing around to be honest. I'm not certain, but I believe OpenBSD has a port to the HP PA-RISC platform as well. -- Nathan Vidican [EMAIL PROTECTED] ___ freebsd-ques

Re: ipfilter / ipnat & /usr/sbin/ppp ? (answered)

2006-10-18 Thread Nathan Vidican
Answer found, NAT implemented using libalias library: man 3 libalias -- Nathan Vidican [EMAIL PROTECTED] On Wed, 18 Oct 2006 13:59:29 -0400, Nathan Vidican wrote > using: > > ppp -ddial -nat > > How does the "-nat" flag implement nat for PPPoE ? Using ipfw/natd, &g

ipfilter / ipnat & /usr/sbin/ppp ?

2006-10-18 Thread Nathan Vidican
enable it through ipnat on it's own? -- Nathan Vidican [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

selective NAT/gateway

2006-10-18 Thread Nathan Vidican
x27; routes to other subnets. Essentially, I need an IPFW rule to block traffic from 192.168.0.X through via NAT, or don't I ? Any ideas/comments/suggestions greatly appreciated, (note the above is an example, not actual addresses). -- Nathan Vidican [EMAIL PROTECTED] __

Re: What's so compelling about FreeBSD?

2006-10-17 Thread Nathan Vidican
SD, etc... but it's been my experience that linux has no real standard that all distros follow where *BSD does in terms of the userland, and let's face it - the userland is what we all have to work/live with the most. (just my two cents) -- Nathan Vidican [EMAIL PROTECTED] __

re-attaching STDOUT

2006-04-05 Thread Nathan Vidican
e background go to? Can I re-direct the output of a given command so a specific ttyv on the machine itself from a remote command; ie redirect stdout for a given command to ttyv2 ? (tar was just an example, should apply to _any_ command which gives output to STDOUT). -- Nathan Vidican [EMAIL

repeated ssh login attempts/failure/break-in attempts from kiddy script

2006-03-31 Thread Nathan Vidican
ing more useful ;) -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Apache config question

2006-03-29 Thread Nathan Vidican
/cgi-bin" ... next, check the permissions of the sub-dir you created in cgi-bin, and lastly, the permissions of the cgi-bin itself, both should be world read/executable. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ _

Re: Cheap FreeBSD hosting?

2006-03-23 Thread Nathan Vidican
t;[EMAIL PROTECTED]" Personally, I go the dedicated server route; you can get a decent dedicated or semi-dedicated FreeBSD server for less than $50 if you want cheap... average rate runs about $100/month for a dedicated server though. -- Nathan Vidican [EMAIL PRO

Re: favorite ATA/SATA hard disk brand?

2006-03-23 Thread Nathan Vidican
t (changes the error-correction algorithm). Performance wise - WD's Raptor series, or (in larger capacities, ie 250/320gb s-ata) 'SD'-model'd drives (RAID edition) have been great for us. I've got at least 30 servers running WD drives in RAID arrays. -- Nathan Vidican [EM

Re: Size of /pub/FreeBSD ?

2006-03-23 Thread Nathan Vidican
i386 distros/packages... what's the sense in mirroring sparc, or amd64, or alpha sets if you don't need them internally. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freeb

6.0-RELEASE/AMD64 Ram Capacity?

2006-03-10 Thread Nathan Vidican
s Just want to make sure no known issues exist (primarily with the above applications), comments anyone? -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freebsd.org mailing list http:

Re: sending large amount of data securely

2006-03-09 Thread Nathan Vidican
note; rsync will allow you to keep data synchronized by only copying the difference from one directory tree to another, so in our case the actual nightly transfer is only in the neighborhood of about 30GB, and it takes about 1/2hr to complete to all slaves in sequence. Hope it helps, but my tw

Re: Sendmail / alias issue

2006-03-08 Thread Nathan Vidican
Giorgos Keramidas wrote: On 2006-03-08 11:15, Nathan Vidican <[EMAIL PROTECTED]> wrote: I know there might be a better sendmail/related mailing list to send this to, but figured I'd drop it here and give it a shot - sorry for the cross post, but I subscribe to -questions so figu

Sendmail / alias issue

2006-03-08 Thread Nathan Vidican
oying, however I do need to send some sort of error/notification to valid (real) emails sent to the wrong address. In some cases an employee has moved, transferred, quit, or retired and a different person has taken their place - as such I need like a grace period and a better way to do this. Any id

sudden jump in swap usage, how to tell what's using it

2006-03-02 Thread Nathan Vidican
ounts of memory, and nothing seems 'off'... is there a way to determine which process(es) have taken out (how much) swap space? -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-qu

Re: DHCP not working

2006-03-01 Thread Nathan Vidican
, second would be to utilize a different network (cheap $20 dsl/cable router oughta work - try it isolated and see if it gets a dhcp lease) - that way you rule out the issue being the network vs the machine vs the software. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool

Re: 3Ware Escalade Issues

2006-02-22 Thread Nathan Vidican
st me on this, if going with Western Digital drives... DO NOT use anything other than their 'SD' or RAID-Edition drives. Maxtor drives have no such issue AFAIK, nor Seagate... but only speaking from experience here not factual data. - WDC has a good explanation int he knowledge base on their

Re: Log analysis server suggestions?

2006-02-16 Thread Nathan Vidican
b server stats, sendmail relay stats or spam logs, bandwidth usage, etc). It of course depends on your overall system, and your users more than anything... but in the end I find it's best to work with a mixture of things and hack your own scripts to fill in the gaps. Just my two cents,

Re: Blocking an individual email address

2006-02-15 Thread Nathan Vidican
unsubscribe, send any mail to "[EMAIL PROTECTED]" cd /etc/mail vi access make maps You probably forgot to 'make maps'. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ _

Re: how to tell what ran what

2006-02-15 Thread Nathan Vidican
Just bear in mind, it may be a customer's script causing spam/etc... but may not be their intention nor fault either. You'll always do better to approach them with a solution than a complaint. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wm

changelog from 6.0-RC1 to 6.0-RELEASE

2006-02-02 Thread Nathan Vidican
Where may I find a changelog from 6.0-RC1, to 6.0-RELEASE; what has/was changed? Reason being, I still have a box running 6.0-RC1... and as much as I would like to update to 6.0-RELEASE, if it ain't broke - don't fix it. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate &

Re: freebsd hosting

2006-01-26 Thread Nathan Vidican
e modern python cgi, but perhaps not root access. Check: http://www.freebsd.org/commercial/ -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.free

Re: Building a FreeBSD system.

2006-01-25 Thread Nathan Vidican
(least not that I've encountered). -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: forum software / hosting

2006-01-25 Thread Nathan Vidican
27;d reccomend mwForum -> http://www.mwforum.org/ -- Steve Camp Camp Technologies, LLC [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to &quo

Re: Fwd: Re: question

2006-01-19 Thread Nathan Vidican
h consoles, smoother 3d performance too. Not recall the video chipset in the 700 series though, but if I recall they were nvidia too no? Anyhow - just thought I'd drop my two cents, took me a million support/frustrated emails to various

Re: I belong to too many groups

2006-01-19 Thread Nathan Vidican
ev/_your_root_slice /mnt', then simply 'vi /mnt/etc/group'. Should be fairly straight forward, email back to the list if you still have problems with it. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ __

Slightly OT, question about nvidia X driver & screensaver

2006-01-12 Thread Nathan Vidican
27;s documentation up and down and can't find anything on the subject (though I did manage to find a few other cool tweaks). -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freebsd.

Re: Create more dsp and mixer devices

2006-01-11 Thread Nathan Vidican
bsd.org or one of the mirror sites, and do a 'pkg_add mplayer.tbz'. That way you can download it, put on floppy, cd, whatever you have to to get to the machine in question - everything done in 'sysinstall' can be done outside of it too ;) -- Nathan Vidican [EMAIL PRO

Re: FreeBSD router two DSL connections

2005-12-22 Thread Nathan Vidican
instead of the interface IP as indicated in the above example, (PPPoE uses your own IP as the default gateway, which is the case in -most- DSL setups). Anyhow, should be relatively straight-forward, just add the static routes to a script called when the connection is made, (for ppp, use pp

Re: C++ compile error

2005-12-16 Thread Nathan Vidican
umber of books these authors have listed in Amazon, I think it's pretty safe to consider it very out of date :( This post may off topic of FreeBSD, sorry to other people... That's ok. The list is, after all, "for general FreeBSD questions" :) If you want a

Re: C++ compile error

2005-12-16 Thread Nathan Vidican
ace, so either ' using namespace std;' for global/local use of namespace, OR do 'std::cout <<' instead. Try the hello.cpp I sent you in the last email, that one should work for ya :) -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www

Re: C++ compile error

2005-12-16 Thread Nathan Vidican
simple hellow world: #include using namespace std; int main(int argc,char* argv[]) { cout << "Hello World!" << endl; return 0; } // end of file Should work - reply if not :) -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http:/

Re: good nic for server??? 3com 3C2000-T driver support in freebsd 5.4 ????

2005-12-16 Thread Nathan Vidican
x27; - watch out kinda thing... gave up on using 3Com cards way back because of that - wait till you know the product's solid and complete before you release it, re-releasing stuff or fixing it after you sold it is a micrsoft thing, not something I'd expect from my hardware manufacturer.

Re: Ports vs Packages

2005-12-13 Thread Nathan Vidican
? Thank you in advance, Jose ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" By default, afaik - yes, but that's the short answe

Re: FreeBSD router two DSL connections

2005-12-12 Thread Nathan Vidican
t; You could, if the purpose is to combine bandwidth accross multiple DSL links, use multi-link PPP, afaik - the only way to do so is through mpd (/usr/ports/net/mpd) ... not catch the whole thread, so feel free to correct me if wrong, mpd should work for you. -- Nathan Vidican [EMAIL PROTECT

Re: odd problem with firewall server

2005-12-07 Thread Nathan Vidican
itch/device at the other end of that jack. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

where'd the gallery page go?

2005-12-05 Thread Nathan Vidican
y done away with the gallery of people using FreeBSD page? The one that used to link commercial/non-commercial organizations that use FreeBSD together? If it is gone, is there an archive perhaps kicking around somewhere, that page was of great use finding vendors who support FreeBSD. -- N

FreeBSD 4.6-RELEASE, anyone have or know of where I can get an ISO ?

2005-12-02 Thread Nathan Vidican
archive server, but don't know what if anything ever happened with that? Need to find 4.6-RELEASE in specific myself, all-else fails I'm just going to have to replace the box I guess - but that kinda sucks. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http:/

Re: Windows/FreeBSD VPNs

2005-11-28 Thread Nathan Vidican
anks. Dave. - Original Message ----- From: "Nathan Vidican" <[EMAIL PROTECTED]> To: "Hexren" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, November 25, 2005 9:36 AM Subject: Re: Windows/FreeBSD VPNs Hexren wrote: I need to s

Re: defaultroute

2005-11-25 Thread Nathan Vidican
the wise, change as little as you have to and only what you need to when dealing with networking interfaces and you don't have direct keyboard access to the machine. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ __

Re: Windows/FreeBSD VPNs

2005-11-25 Thread Nathan Vidican
clean, and documentation available. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: defaultroute

2005-11-24 Thread Nathan Vidican
file for that. -- Nathan Vidican [EMAIL PROTECTED] Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ Evgenii Davidov wrote: Здравствуйте, On Thu, Nov 24, 2005 at 04:35:38PM +0100, Efren Bravo писал: Hi, Is there a way after changing the value defaultroute in /etc/rc.conf that fre

  1   2   >