Re: MySQL 4.0.16 + PHP 4.3.4

2003-12-16 Thread The Bean
Thank you Jez! This was still a bit of a battle . . . until I grasped that mod_php was expecting Apache to have been build from a port! Or, at least it was expecting Apache's files to be located thus. So I killed my existing Apache, installed a new one from a port, and that's that. I hate the GNU

Re: CPU type

2003-12-16 Thread mike
How do I know what type of CPU (Model, Mhz, etc...) do I have without rebooting my FreeBSD box? Is there any command to show this kind of information? dmesg | grep CPU ___ [EMAIL PROTECTED] mailing list

Re: howto upgrade 4.8 to 4.9 without cdrom or floppy? ERROR

2003-12-16 Thread Gautam Gopalakrishnan
On Tue, Dec 16, 2003 at 08:44:08AM -0800, hugle wrote: MS # make; make depend; make install at step 4, you should do: make depend make make install Well, why not make depend all install? Gautam ___ [EMAIL PROTECTED] mailing list

[no subject]

2003-12-16 Thread Radhakrishnan s
HI, I would like to know where i can find the list of RFCs supported in the TCP/IP stack of FreeBSD 4.9 release. Can you help me get the info? Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now. ___ [EMAIL

Re: CGI_Lite module installation to perl 5.8.2

2003-12-16 Thread Martin Hudec
Hi there, I solved it by wrapping relevant parts of code (dealing with manifypods that generates man pages from MAN1POD, MAN3POD) in no strict; CODE_GOES_HERE; use strict; in MM_Unix.pm and MM_Any.pm. On Tuesday 16 December 2003 02:32, Martin Hudec wrote: On Tuesday 16 December 2003 00:57,

Re: multiple dumps to single tape

2003-12-16 Thread anubis
On Tue, 16 Dec 2003 09:55 am, David Bear wrote: if I am writing multiple dumps to a single tape, is it wise to have mt write a setmark after dumping each file system? There is no real need to do this. If you want to write dump after dump onto a tape in the one session use the /dev/nsa0

RE: socket: no buffer space available

2003-12-16 Thread Jason Taylor
On Mon, 2003-12-15 at 16:15, Andrew Thomson wrote: I've got a perl script doing some p5-sybase stuff for me.. However after a while, it fails with the following error message: ..socket: No buffer space available... I've seen other reports from other uses getting this problem however

Re: Having problems with 'pcm' and on-board Crystal Sound

2003-12-16 Thread Ihsan Junaidi
David Kelly wrote: On Dec 15, 2003, at 5:18 PM, [EMAIL PROTECTED] wrote: (2) If I let the boot loader.conf bring in 'snd_pcm' before the kernel starts, it won't see the sound chips at all you will need csa bridge driver for use with Crystal's sound chips. put in your loader.conf:

Dlink DGE 550t drivers

2003-12-16 Thread muchiri
Hi. I recently puchased the above card and I found out there were no FreeBSD drivers included although linux ones were. The manufacturer doesn't list this drivers either. Where can I get them? Regards, Nicholas Muchiri Waterstone Enterprises Nairobi, Kenya

Windows client - internet connection sharing

2003-12-16 Thread Gareth Bailey
Is it possible to set up a freebsd server connected to an ADSL line to provide internet access via LAN to a number of Windows clients. I don't know where to start. Any information in this regard will be greatly appreciated. Thanks Gareth Bailey ___ Look

RE: Windows client - internet connection sharing

2003-12-16 Thread fbsd_user
Yes this is done all the time. Start by reading the FBSD handbook at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gareth Bailey Sent: Monday, December 15, 2003 12:40 PM To: [EMAIL PROTECTED]

usb wheel mouse

2003-12-16 Thread marcelo cardoso martinelli
i have a ms intellimouse optical usb mouse and i can't get the wheel to work in X. here is my InputDevice section in XF86Config: Section InputDevice Identifier IntelliMouse Explorer Driver mouse Option Device/dev/sysmouse Option

Re: awk question, maybe

2003-12-16 Thread Lance E. Lott
man head and man tail At 05:30 PM 12/15/2003, you wrote: i would like to do something like df | awk '{print $1}' to capture all the current file systems. But I would like to strip off the first and last lines, since these are generally -- not needed. the goal is to write a generalized script

Re: Headless System via serial port?

2003-12-16 Thread Ceri Davies
On Tue, Dec 16, 2003 at 12:00:14AM -0600, Minnesota Slinky wrote: Is that all you did to get it working? It goes through the boot process just fine over the terminal, but kernel hands the login back over to vidconsole again right away. I even tried changing the -P to a -Dh, still nothing.

Re: CPU type

2003-12-16 Thread Jerry McAllister
How do I know what type of CPU (Model, Mhz, etc...) do I have without rebooting my FreeBSD box? Is there any command to show this kind of information? Thank you. Well, sysctl(8) will tell you a lot of stuff. sysctl -a -e | more or sysctl -a -e | grep hw or name a more specific

Re:

2003-12-16 Thread Cordula's Web
I would like to know where i can find the list of RFCs supported in the TCP/IP stack of FreeBSD 4.9 release. Can you help me get the info? It may be more helpful if you asked wether FreeBSD's TCP/IP stack implemented RFC xyz or not. Do you have something special in mind? Generally

Re: new freebsdzine URL?

2003-12-16 Thread Ceri Davies
On Mon, Dec 15, 2003 at 11:30:01PM -0600, Jay Sern Liew wrote: Does anyone know the URL to the FreeBSD website started by the same guys who started FreeBSD`zine(which is now dead)? I've been there, I made a mistake not bookmarking it, and now I can't find it. Thanks. http://bsdnews.org/

bash bug or something else?

2003-12-16 Thread hugle
Hello all. I have a little problem in here. Actulay i think, that bash doesn't caount good, look: cat bin/users | wc -l 1877 so the file contains 1877 lines cat bin/users: #!/bin/sh /sbin/ipfw -q delete 2001 /dev/null 21 /sbin/ipfw -q add 2001 count ip from 192.168.0.1 to not me in via fxp0

Re: Windows client - internet connection sharing

2003-12-16 Thread Matthew Seaman
On Mon, Dec 15, 2003 at 07:40:14PM +0200, Gareth Bailey wrote: Is it possible to set up a freebsd server connected to an ADSL line to provide internet access via LAN to a number of Windows clients. I don't know where to start. Any information in this regard will be greatly appreciated. Yes,

narrowed down but still not working (Re: Having problems with 'pcm' and on-board Crystal Sound)

2003-12-16 Thread pseniura
Thank you for helping. I'm getting this problem narrowed down. I'm using the custom kernel w/o any sound drivers compiled-in. Having loader.conf do both (and only these): snd_csa_load=YES snd_pcm_load=YES dmesg shows these getting loaded ahead of the kernel booting, but the sound chips do

RE: Windows client - internet connection sharing

2003-12-16 Thread Eric F Crist
YES, it is possible. You probably want to start at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-routin g.html. Otherwise, there are many howtos and tutorials on setting up a gateway. There is also an option in /stand/sysinstall under networking to 'make this computer act as

Transparent filtering and ipfilter

2003-12-16 Thread [EMAIL PROTECTED]
Date: 16 dec 2003 I'm interested in configuring Filtering Bridges (as described in the Alex Dupre howto) using 4.9-RELEASE. I'd like to know: - Filtering bridges is supported with ipfilter? - ipfilter is more portable, but what are its limits with bridges? - What about adv/disav of ipfilter

RE: Headless System via serial port?

2003-12-16 Thread Minnesota Slinky
Hey! That worked. I have it setup as -Dh in my boot.config file and added the lines you mentioned. Everything works great! Thanks greatly for the help! Eric F Crist President AdTech Integrated Systems, Inc (612) 998-3588 -Original Message- From: Ceri Davies [mailto:[EMAIL

Network booting?

2003-12-16 Thread Eric F Crist
Hello all, I looked in the handbook, and didn't see anything about doing a network boot on a PC from a freebsd server. Is this at all a possibility? Eric F Crist President AdTech Integrated Systems, Inc (612) 998-3588 ___ [EMAIL PROTECTED] mailing

Re: CPU type

2003-12-16 Thread Dave McCammon
--- flux [EMAIL PROTECTED] wrote: How do I know what type of CPU (Model, Mhz, etc...) do I have without rebooting my FreeBSD box? Is there any command to show this kind of information? Thank you. -- Best regards, flux mailto:[EMAIL PROTECTED] #more

Re: Network booting?

2003-12-16 Thread pcasidy
On 16 Dec, Eric F Crist wrote: Hello all, I looked in the handbook, and didn't see anything about doing a network boot on a PC from a freebsd server. Is this at all a possibility? Besides the handbook there are a lot of useful books and articles: http://www.freebsd.org/docs.html#articles

RE: Installation troubles

2003-12-16 Thread michael Alexander
-Original Message- From: fbsd_user [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 10:24 AM To: michael Alexander Subject: RE: Installation troubles Stop and think about your question, what is the purpose of raid? FBSD has no problem using an normal scsi hard drive

Re: Network booting?

2003-12-16 Thread Mike Galvez
On Tue, Dec 16, 2003 at 10:13:18AM -0600, Eric F Crist wrote: Hello all, I looked in the handbook, and didn't see anything about doing a network boot on a PC from a freebsd server. Is this at all a possibility? A member of our local Unix users group presented a talk on this subject not too

Re: Solved [Re: delete first partition XP and reformat as ufs - kernel not found]

2003-12-16 Thread Dorin H
--- Dan Strick [EMAIL PROTECTED] wrote: On Mon, 1 Dec 2003, Dorin H [EMAIL PROTECTED] wrote: snip If no RTFM is available, point me to the source files. I am not familiar with the FreeBSD kernel sources, but I'll have no problem reading some code. snip This may not be exactly

Re: Email problem

2003-12-16 Thread Micheal Patterson
- Original Message - From: samy lancher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 15, 2003 2:03 PM Subject: Email problem Hello all, I have 4.5 freebsd server with apache, php and mysql. i wrote a simple php program using mail(). The mail() function returns

Load new drivers during install

2003-12-16 Thread michael Alexander
Is there a way to load updated or additional drivers during initial install? (like redhats 'expert' install option) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Email problem

2003-12-16 Thread samy lancher
hello steve, httpd belongs to user:www and group:www; is it ok if i change only the group to smmsp? does it effect the webserver in any way? the webserver and email server is working fine now. i am worried if the change might have any bad effect. thanks, Naveen. Micheal Patterson [EMAIL

Re: Load new drivers during install

2003-12-16 Thread Ion-Mihai Tetcu
On Tue, 16 Dec 2003 11:44:26 -0600 michael Alexander [EMAIL PROTECTED] wrote: Is there a way to load updated or additional drivers during initial install? (like redhats 'expert' install option) If I understand your question right there is no direct way. You could set in sysinstall's Options

sharity-light/winxp issues

2003-12-16 Thread Redmond Militante
hi all i almost have sharity-light working well enough to be able to map a windows share to my freebsd5.1 box. the two machines are: 1. Freebsd 5.1-RELEASE, DHCP but i'm using dyndns.org to map the address of 'machine1.gotdns.org' to this machine, ipfilter enabled 2. Windows Xp pro, DHCP but

fetch / wget problem

2003-12-16 Thread Toomas Aas
Hi! I'm trying to write a script which gets a file from remote FTP server. The FTP username contains dots and this cannot be changed. There are two firewalls involved, one running on the same server where I'm doing this (ipfilter, using ipnat ftp proxy) and one between this server and the FTP

Re: Email problem

2003-12-16 Thread Micheal Patterson
- Original Message - From: samy lancher [EMAIL PROTECTED] To: Micheal Patterson [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 11:57 AM Subject: Re: Email problem hello steve, httpd belongs to user:www and group:www; is it ok if i change only the group to

Re: Load new drivers during install

2003-12-16 Thread Dorin H
--- Ion-Mihai Tetcu [EMAIL PROTECTED] wrote: On Tue, 16 Dec 2003 11:44:26 -0600 michael Alexander [EMAIL PROTECTED] wrote: Is there a way to load updated or additional drivers during initial install? (like redhats 'expert' install option) Not tested, but you can load a kld from floppy

Re: fetch / wget problem

2003-12-16 Thread Micheal Patterson
- Original Message - From: Toomas Aas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 12:38 PM Subject: fetch / wget problem Hi! I'm trying to write a script which gets a file from remote FTP server. The FTP username contains dots and this cannot be

Re: fetch / wget problem

2003-12-16 Thread Toomas Aas
Hi! fetch ftp://user.name:[EMAIL PROTECTED]/directory/file.ext Have you tried using %2E instead of the dot? This gets me past the resolve problem, but the FTP server doesn't seem to like the user called user%2Ename. Anyway, I found a way that works, using CURL: curl -P fxp0 \

REPOST: null device in linux jail root

2003-12-16 Thread Charles Howse
Surely, *someone* who reads this list has upgraded the linux_base port, and figured out the proper way to respond to this prompt. ___ Hi, I installed Linux compatibility when I installed FBSD 4.8, but I've never really done anything with it. While

Re: fetch / wget problem

2003-12-16 Thread Lance E. Lott
Just a thought, try escaping the . with a \... fetch: ftp://user\.name:[EMAIL PROTECTED]/directory/file.ext: I recently had to do that, and it seemed to work. Lance At 12:38 PM 12/16/2003, you wrote: Hi! I'm trying to write a script which gets a file from remote FTP server. The FTP username

Re: fetch / wget problem

2003-12-16 Thread Toomas Aas
Just a thought, try escaping the . with a \... I actually did try that, but it didn't seem to have any effect on the end result. -- Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/ * All wiyht. Rho sritched mg kegboawd awound?

Re: sharity-light/winxp issues

2003-12-16 Thread Dorin H
--- Redmond Militante [EMAIL PROTECTED] wrote: hi all i almost have sharity-light working well enough to be able to map a windows share to my freebsd5.1 box. the two machines are: 1. Freebsd 5.1-RELEASE, DHCP but i'm using dyndns.org to map the address of 'machine1.gotdns.org' to this

DOS of named

2003-12-16 Thread Robert Eckardt
Hi, what measures can I take against this irregular appearing Denial-Of-Service attacks of named which is filling my logfiles (messages, daemon, all.log) with messages like sysquery: no addrs found for root NS for minutes at a rate of 4000 lines/sec? I'm using named 8.3.3-REL on FBSD-5.0R.

New name for Floppy disk devices?

2003-12-16 Thread Dr. Lyman Hazelton
OK, so sometimes serial devices that one would expect to have names in /dev like sio0 or sio1 are now called cuaa0 or cuaa1 (for reasons beyond my understanding). Now I can see my floppy disk in the dmesg output, but there doesn't appear to be an fdc0 in /dev. Did floppy disk devices get

Re: REPOST: null device in linux jail root

2003-12-16 Thread Stijn Hoop
On Tue, Dec 16, 2003 at 01:15:07PM -0600, Charles Howse wrote: Surely, *someone* who reads this list has upgraded the linux_base port, and figured out the proper way to respond to this prompt. I apply for item A but not item B -- in other words, I also don't have a clue why this happened to me

ACPI is the culprit! (Re: Having problems with 'pcm' and on-board Crystal Sound)

2003-12-16 Thread pseniura
A private e-mail to me mentioned a similar problem on the -current maillist: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=696541+0+current/freebsd-current After reading that thread, I added a line to device.hints to keep ACPI completely disabled: hint.acpi.0.disabled=1 and kept these lines in

Re:(UPDATED DETAILS)Re:VinumquestionIncompatiblesectorsizes

2003-12-16 Thread Joachim Dagerot
A good and diciplined user woul have waited for a knowledgeable answer, but I can't get no rest until this is solved so I tried to follow the steps in Replacing a failed Vinum drive and managed to get a drive up and running to replace the faulty one. Now the current status of my vinum is: ***

Changing /etc/termcap in 4.8 - How can I?

2003-12-16 Thread Jim Ramsay
I have tried to add an extra entry to /etc/termcap: rxvt-cygwin-native|rxvt terminal emulator (native MS Windows/Cygwin):\ :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:\

Radeon DVI

2003-12-16 Thread William Bloom
I have an ATI Radeon 9700 w/ VGA/DVI outputs on my FreeBSD 5.1 machine that I've been using with only the VGA port for some months. Now that I happen to have a MacOSX machine at my desk as well, I'd -like- to substitute a flat panel DVI monitor and use one of the new Belkin OmniView SOHO DVI/USB

Release Tag and Branch Tag and Upgread ..

2003-12-16 Thread Vahric MUHTARYAN
Hi Everybody , I know that all FreeBSD version have Branch on code tree . Now I'm using to keep up-to-date FreeBSD witch CVSup and buildworld method . I'm using 4.9 or 5.1 versions . in stable-supfile I setted *default release=cvs tag=RELENG_4_9 I know that, this method

FREE MONEY FOR COLLEGE!!

2003-12-16 Thread Jacob Paul
FREE MONEY FOR COLLEGE! At long last, here's the Fastest, Easiest, and Most Intelligent Scholarship-Finder ever created - Period! The Unique Scholarship Grant Guide is the only resource in the WORLD to give you DIRECT access to over 20 of the Web's Top

process accounting

2003-12-16 Thread fbsd_user
In the /stand/sysinstall/ under post configure is see option for process accounting. What is this? How can I find info about what this is and how to use it? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

problems with device detection on Vaio laptop

2003-12-16 Thread Mikhail Teterin
Hello! I have some problems with this rather loaded laptop (dmesg.boot attached). As can be seen from dmesg.boot, neither the FireWire nor the WiFi are enabled at boot: fwohci0: Ricoh R5C551 mem 0xe0211000-0xe02117ff at device 5.1 on pci2 fwohci0: latency timer 1 - 32.

RE: Sending email via PHP mail command in jail

2003-12-16 Thread Brent Wiese
Just in case anyone was following this thread, esmtp in the ports works beautifully. Brent ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

comparison of files

2003-12-16 Thread Brent Bailey
hello, I have been trying to write a shell script that will compare 2 files and generate a 3rd. i have a list of abusive IP's generated by our router. I want to compare it against a list of known abuse IPs ..and have it create a file of repeat offenders. ive tired to use comm to compare file1

Re: comparison of files

2003-12-16 Thread Chris Pressey
On Tue, 16 Dec 2003 16:31:22 -0500 (EST) Brent Bailey [EMAIL PROTECTED] wrote: hello, I have been trying to write a shell script that will compare 2 files and generate a 3rd. i have a list of abusive IP's generated by our router. I want to compare it against a list of known abuse IPs

Re: Headless System via serial port?

2003-12-16 Thread Vivek Khera
MS == Minnesota Slinky [EMAIL PROTECTED] writes: MS terminal. Everything loaded fine, until the login prompt. Last thing I MS saw was the current time and date on hyperterm. On the monitor was the MS login screen. I couldn't even log in via ssh. If I boot with a MS keyboard/mouse, I get a

Re: comparison of files

2003-12-16 Thread Chris Pressey
On Tue, 16 Dec 2003 16:38:15 -0500 (EST) Brent Bailey [EMAIL PROTECTED] wrote: yes sorted in numerical order by IP -- Brent Bailey CCNA Bmyster LLC Computer Networking and Webhosting Network Engineer, Webmaster, President http://www.bmyster.com [EMAIL PROTECTED] 207-247-8330 On

Re: process accounting

2003-12-16 Thread Dan Nelson
In the last episode (Dec 16), fbsd_user said: In the /stand/sysinstall/ under post configure is see option for process accounting. What is this? How can I find info about what this is and how to use it? Each process that gets run will be logged into /var/account/acct. You can use the

Anonymous FTP

2003-12-16 Thread fbsd_user
During the original install of FBSD the sysinstall process gives you option to activate anonymous FTP. After FBSD install is complete there is no way to get sysinstall to give that option again. This looks like short coming of sysinstall process. I see /var/ftp and sub-directories beneath it,

Re: Anonymous FTP

2003-12-16 Thread Matthew Seaman
On Tue, Dec 16, 2003 at 04:57:28PM -0500, fbsd_user wrote: I see /var/ftp and sub-directories beneath it, with an copy of passwd, group and ls and date commands. What is going here? How does inted.conf ftp statement knows to use that area on /var ? Where can I find written description on

Trouble with installing FreeBSD to a laptop

2003-12-16 Thread Odd Rune Strømmen
Hi. I'm having some troubles with installing FreeBSD on my laptop. I've tried both FreeBSD 5.1-RC1 and FreeBSD 5.2-RC1, and the installation fails both times, though differently. My laptop is a HP Omnibook XE3 and according to this webpage (

Re: Sending email via PHP mail command in jail

2003-12-16 Thread Jez Hancock
On Tue, Dec 16, 2003 at 02:05:04PM -0700, Brent Wiese wrote: Just in case anyone was following this thread, esmtp in the ports works beautifully. Has that sorted you out then? I was thinking you could make use of the php.ini setting: sendmail_path to set the sendmail_path on a per-user /

Re: FreeBSD and SATA

2003-12-16 Thread Erik Steffl
Robert Wall wrote: I've got a Serial ATA setup, nice shiny new Dell machine here. I'm attemptiong to do a floppy-based FreeBSD install. I get through loading the kern disk, and it prompts me to insert the mfsroot disk. When I insert the mfsroot disk, it does a hardware probe, and chokes. It

Postfix and FreeBSD question

2003-12-16 Thread [EMAIL PROTECTED]
Hello everyone. I am in the process of setting up a Mail server that will be running FreeBSD 4.9 and postfix. My question is that, by default, FreeBSD has sendmail up and running. I seem to vaguely remember that there were a few extra steps that were needed to remove and install postfix

Re: Postfix and FreeBSD question

2003-12-16 Thread Ihsan Junaidi
[EMAIL PROTECTED] wrote: My question is that, by default, FreeBSD has sendmail up and running. I seem to vaguely remember that there were a few extra steps that were needed to remove and install postfix correctly. yes, there is. in /etc/rc.conf, disable sedmail by including this line:

Re: Postfix and FreeBSD question

2003-12-16 Thread Simon Barner
P.S. I am planning to install postfix through ports. :) Fine :-) The port will do all the FreeBSD specific things for you (some are automated, for the others you get detailed instructions which you can re-read in either the pkg-message file in the port's directory). For the rest of the setup,

Re: identity using send-pr with dynamic address

2003-12-16 Thread Lowell Gilbert
Hanspeter Roth [EMAIL PROTECTED] writes: I only succeeded to send a problem report after setting the hostname to the current public internet hostname (according the dialup IP address). Is there a better way to send prs from system with dynamic IP address? You should be able to send PRs with

Release usage statistics

2003-12-16 Thread Michael Nottebrock
On a whim: Can anybody tell me how the statistics like http://www.FreeBSD.org/statistic/release_usage/images/percent_2003-12.gif are generated? -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K

Re: frustration

2003-12-16 Thread Warren Block
On Tue, 16 Dec 2003, richard michael bagstad wrote: i find this frustrating. on your website (page http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports- using.html) the following tells me that 'from cd' and 'from internet' are exactly the same... it does not tell me the

Re: comparison of files

2003-12-16 Thread Scott W
Brent Bailey wrote: hello, I have been trying to write a shell script that will compare 2 files and generate a 3rd. i have a list of abusive IP's generated by our router. I want to compare it against a list of known abuse IPs ..and have it create a file of repeat offenders. ive tired to use comm

hardware testing - e.g. memory - on old hardware

2003-12-16 Thread paul van den bergen
Like most geeks[1] I have a pile of roting hardware at home... Someone yesterday mentioned (vaguely) about utilities for testing hardware - especially RAM - but presumably this could be extended to other hardware - that would 1) tell you if it is OK. 2) isolate and by some mechanism make

Re: New name for Floppy disk devices?

2003-12-16 Thread Murray Stokely
Have you read the creating and using floppy disks section of the Handbook? The device name is '/dev/fd0'. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/floppies.html Hope that helps. - Murray On Tue, Dec 16, 2003 at 01:12:40PM -0700, Dr. Lyman Hazelton wrote: OK, so

Re: Postfix and FreeBSD question

2003-12-16 Thread Andrew Boothman
Simon Barner wrote: P.S. I am planning to install postfix through ports. :) Fine :-) The port will do all the FreeBSD specific things for you (some are automated, for the others you get detailed instructions which you can re-read in either the pkg-message file in the port's directory). Yes I

I need several Linux developers to fill positions

2003-12-16 Thread Kirk Vorsatz
what is the best way to post jobs. TechProSearchHiring Technology Professionals in Silicon Valley TSN Member Kirk Vorsatz Principal- Technology Group TechProSearch Recruiter of the Year at Hall Kinion 2000, 2001, 2002 U.S. Recruiter of the Year at Hall Kinion

Re: hardware testing - e.g. memory - on old hardware

2003-12-16 Thread Mykroft Holmes IV
paul van den bergen wrote: Like most geeks[1] I have a pile of roting hardware at home... Someone yesterday mentioned (vaguely) about utilities for testing hardware - especially RAM - but presumably this could be extended to other hardware - that would 1) tell you if it is OK. This is

Re: I need several Linux developers to fill positions

2003-12-16 Thread Greg 'groggy' Lehey
On Tuesday, 16 December 2003 at 17:48:12 -0800, Kirk Vorsatz wrote: what is the best way to post jobs. If you're looking for FreeBSD developers, use the FreeBSD-jobs mailing lists. I don't know that you'll find many Linux developers there, though. Greg -- When replying to this message,

Re: identity using send-pr with dynamic address

2003-12-16 Thread Simon Barner
Hi Hanspeter, although you seem to already have set up your email mail, the following article of mine might help you anyway: http://home.leo.org/~barner/freebsd/articles/mailsetup/article.html Simon (Yes, I really should do the final tweaks RSN and submit it to the documentation project)

Re: Upgrade HELP !?!?!??! desperate !?!?!

2003-12-16 Thread Randy Bush
I just finished upgrading a freebsd 4.6 machine to the newest RELEASE using CVSUP and the whole buildworld procedure. the compiling went ok ..and the system is up ,,,however there are a few problems... ... apache is giving me an error saying shared library libmm.so.12 can not be found. i

Re: usb wheel mouse

2003-12-16 Thread Scott W
marcelo cardoso martinelli wrote: i have a ms intellimouse optical usb mouse and i can't get the wheel to work in X. here is my InputDevice section in XF86Config: Section InputDevice Identifier IntelliMouse Explorer Driver mouse Option Device

Re: frustration

2003-12-16 Thread Scott W
richard michael bagstad wrote: i find this frustrating. on your website (page http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports- using.html) the following tells me that 'from cd' and 'from internet' are exactly the same... it does not tell me the directory of (ie.) lsof.

training

2003-12-16 Thread Buck Jones
Is there a course to get trained in FreeBSD? Buck Jones webmaster [EMAIL PROTECTED] www.buck-jones.com http://www.buck-jones.com/ 619-308-8065 Mandi my digital assistant 619-334-7430 fax or [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list

Re: Could you Please add to FREEBSD FAQ for us Newbies

2003-12-16 Thread Gautam Gopalakrishnan
On Tue, Dec 16, 2003 at 05:21:18PM -0600, [EMAIL PROTECTED] wrote: The impotence of setting your computers time and date when Using make world. That is something you can hardly ignore... Gautam ___ [EMAIL PROTECTED] mailing list

KDE, Gnome not coming down via cvsup

2003-12-16 Thread Jonathon McKitrick
Hi all, I run cvsup to get the ports collection updates about once or twice a week. I noticed that the list of ports on the FreeBSD website has separate categories for KDE and Gnome. However, when I cvsup with 'ports-all' in my cvsup file, I don't get these directories in /usr/ports/. Is this

Re: DOS of named

2003-12-16 Thread Kris Kennaway
On Tue, Dec 16, 2003 at 10:01:33PM +0100, Robert Eckardt wrote: Hi, what measures can I take against this irregular appearing Denial-Of-Service attacks of named which is filling my logfiles (messages, daemon, all.log) with messages like sysquery: no addrs found for root NS for minutes at a

Re: training

2003-12-16 Thread Kris Kennaway
On Tue, Dec 16, 2003 at 07:34:18PM -0800, Buck Jones wrote: Is there a course to get trained in FreeBSD? Some companies offer this..they're listed on the website. Kris pgp0.pgp Description: PGP signature

port failures

2003-12-16 Thread Andrew Thomson
I've seen a couple of port failures.. I'm all cvsup'ed and have been trying daily the passed couple of days.. I've tried removing the distfiles frequently too.. Anyone else? ajt. 1011# make install clean Imlib2-Perl-1.0.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. Attempting to

Re: training

2003-12-16 Thread Bill Schoolcraft
At Tue, 16 Dec 2003 it looks like Kris Kennaway composed: On Tue, Dec 16, 2003 at 07:34:18PM -0800, Buck Jones wrote: Is there a course to get trained in FreeBSD? Some companies offer this..they're listed on the website. Here is a college that does, I took the first two semesters of Cisco

Re: Trouble with installing FreeBSD to a laptop

2003-12-16 Thread Odd Rune Strømmen
Yet another little update, now it fails with the exact same panic during the actual install process, sysinstall recieves a signal 11 and poof...away it goes. The only documentation i've found is an old mail that says that panic: double fault was an known error back in FreeBSD 2.2.2, occuring