Re: Need to restrict DNS requests to just 5 per second

2006-12-28 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 27 Dec 2006 18:41:17 -0500 Chuck Swiger [EMAIL PROTECTED] wrote: Tek Bahadur Limbu wrote: [ ... ] Thank you very much for your help and suggestions. Actually, the reason why I want to implement this restriction is because some

Re: Calculate the time of last modification of a file

2006-12-28 Thread Odhiambo Washington
* On 27/12/06 10:54 -0600, Dan Nelson wrote: | In the last episode (Dec 27), Odhiambo Washington said: | I am trying to determine the time of last modification of a file, on | FreeBSD. | | The following code achieves the same on Linux: | | # AGE = (current time) - (time of last

Sleepy thread - Kernel Panic

2006-12-28 Thread Tek Bahadur Limbu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear All, I need some help on the problem below. The following error occurs in my FreeBSD 6.1 (Dell 420) server: Sleeping thread (tid 540242, pid 32378) owns a non-sleepable lock panic: sleeping thread Cannot dump. No dump device defined.

Fw: Mouse not working on FreeBSD 6.1

2006-12-28 Thread Mervin McDougall
I recently purchased an omega optical mouse - http://www.omega.com.tw/MOUSE-278962.asp . The link shows the mouse in question. I have been unable to get it to work however. after running dmesg I noticed the psm driver is being loaded and the mouse is being recognised as an intellimouse but

Text based puttygen or equivalent

2006-12-28 Thread Patrik Jansson
Hi, I want to convert OpenSSH keys to PuTTy format automagically in FreeBSD so I'm looking for a text based application for this. Is there any? Thanks, Patrik Jansson ___ freebsd-questions@freebsd.org mailing list

Re: Text based puttygen or equivalent

2006-12-28 Thread Matthew Seaman
Patrik Jansson wrote: I want to convert OpenSSH keys to PuTTy format automagically in FreeBSD so I'm looking for a text based application for this. Is there any? ssh-keygen(1). Specifically the '-e' option. putty uses the same format as the commercial SSH implementation. Cheers,

Re: No driver for NIC...

2006-12-28 Thread Bill Moran
In response to Garrett Cooper [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 B. Hansmann wrote: Hi, I just got a new mainboard (MSI K9N Platinum) with nvidia nforce 570/MCP55 chipset. It has a dualLAN 1Gbit ethernet adapter which I think is integrated into the

Firefox plugin config (Was Re: mplayer configuration)

2006-12-28 Thread Dr. Jennifer Nussbaum
Garrett Cooper wrote: Dr. Jennifer Nussbaum wrote: i used to use mplayer without a problem but i just upgraded it and now have problems--it doesnt work. i can play audio files wiht xmms, but if i try to use mplayer i get an error Could not open/initialize audio device - no sound. If i use

Re: where to get the iso c90 compiler?

2006-12-28 Thread Giorgos Keramidas
On 2006-12-27 23:20, [EMAIL PROTECTED] wrote: I want to compile the GCC 4.1.1 compiler. Does the lang/gcc41 port work for you? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: Text based puttygen or equivalent

2006-12-28 Thread Patrik Jansson
Matthew Seaman wrote: Patrik Jansson wrote: I want to convert OpenSSH keys to PuTTy format automagically in FreeBSD so I'm looking for a text based application for this. Is there any? ssh-keygen(1). Specifically the '-e' option. putty uses the same format as the commercial SSH

Re: No driver for NIC...

2006-12-28 Thread B. Hansmann
On Thu, Dec 28, 2006 at 08:39:10AM -0500, Bill Moran wrote: In response to Garrett Cooper [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 B. Hansmann wrote: Hi, I just got a new mainboard (MSI K9N Platinum) with nvidia nforce 570/MCP55 chipset. It has a

Firefox plugin config (Was Re: mplayer configuration)

2006-12-28 Thread Robert Huff
Dr. Jennifer Nussbaum writes: Garrett Cooper wrote: More options are revealed in man mplayer. Thank you! i did look in the manual but it was the HUGEST one ive ever seen And not overly well organized. and i couldnt find this.

cron not running

2006-12-28 Thread steve
It has been a long time since I've had to post for help, so forgive me if this question is misplaced or stupid. I have a freebsd server running at home now for years with no problems. Over the years it has been rebooted a few times either on purpose or do to things like power failures. It

Re: cron not running

2006-12-28 Thread Derek Ragona
Check the clock. Often older systems have dead batteries so the clock is so far out of whack cron jobs don't run. -Derek At 08:18 AM 12/28/2006, steve wrote: It has been a long time since I've had to post for help, so forgive me if this question is misplaced or stupid. I have a

Help with a flash memory

2006-12-28 Thread Robe
Hi, I have a flash memory myflash with 1Gb. Ubuntu Linux and Fedora detects and mounts it automatically. But I don't know how to mount it in FreeBSD 6.1 . Can somebody tell me how to mount it? I wanna know how to mount it in console mode. Thanks, -- Robe. En el verdadero amor no

Re: Help with a flash memory

2006-12-28 Thread Tsu-Fan Cheng
when u plug in ur usb device, i think the kernel will detect it and show some message in dmesg, then you should use mount_msdos /dev/xxx /mnt, something like that.. TFC On 12/28/06, Robe [EMAIL PROTECTED] wrote: Hi, I have a flash memory myflash with 1Gb. Ubuntu Linux and Fedora detects

Re: cron not running

2006-12-28 Thread Roger Olofsson
Hello, Make sure to use full path in the cron command file, like so: /usr/sbin/ntpdate time.server.anywhere Derek Ragona skrev: Check the clock. Often older systems have dead batteries so the clock is so far out of whack cron jobs don't run. -Derek At 08:18 AM 12/28/2006, steve

directory permission error

2006-12-28 Thread Jean-Paul Natola
Hi everyone, I'm not sure if I should ask on this list- because the issue is related to SA- but since its in error in a directory I thought maybe it would apply- I'm trying to get SA to use the directory, /var/spool/spamd/spamassassin for its temp files- So I added the this to my rc.conf

Re: Help with a flash memory

2006-12-28 Thread Lowell Gilbert
Robe [EMAIL PROTECTED] writes: I have a flash memory myflash with 1Gb. Ubuntu Linux and Fedora detects and mounts it automatically. But I don't know how to mount it in FreeBSD 6.1 . Can somebody tell me how to mount it? I wanna know how to mount it in console mode. Try the FreeBSD

Re: Help with a flash memory

2006-12-28 Thread Robe
I've got it. Thanx people, -- Robe. El verdadero amigo no es el que nos seca las lágrimas sino el que evita que las derramemos. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: ooopackages.good-day.net dead?

2006-12-28 Thread Jason Morgan
On Thu, Dec 28, 2006 at 06:40:21PM +0100, Heino Tiedemann wrote: Andrew Pantyukhin [EMAIL PROTECTED] wrote: On 12/28/06, Heino Tiedemann [EMAIL PROTECTED] wrote: Andrew Pantyukhin [EMAIL PROTECTED] wrote: On 12/28/06, Heino Tiedemann [EMAIL PROTECTED] wrote: Andrew Pantyukhin [EMAIL

Re: No driver for NIC...

2006-12-28 Thread Ivan Voras
B. Hansmann wrote: How do I get this ethernet thing to work or is this chipset not supported? (mcp55 sound works as stated in the hardware list on freebsd). I have almost the same chipset (nForce 550 / MCP55). I know there's an unofficial development-in-progress driver (it's mentioned on the

Re: No driver for NIC...

2006-12-28 Thread B. Hansmann
On Thu, Dec 28, 2006 at 03:25:01PM +0100, B. Hansmann wrote: On Thu, Dec 28, 2006 at 08:39:10AM -0500, Bill Moran wrote: In response to Garrett Cooper [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 B. Hansmann wrote: Hi, I just got a new mainboard

portupgrade -a useful option??

2006-12-28 Thread Vizion
Gi I just wondered whether using portupgrade -a there might be any way to have an initial interactive dialogue to set all option for all ports to be upgraded during the run so as to facilitate an attendance free upgrade procedure. Maybe there is already some way to do this - if so perhaps

Business port

2006-12-28 Thread Jerry
Hi all, I have been rummaging through ports wondering if there might be a utility or couple of utilities to handle bookkeeping for a small membership organization. I know little of accounting and such, so don't know how to interpret the scanty pkg-descr tidbits that accompany the ports. So, some

Re: portupgrade -a useful option??

2006-12-28 Thread Beech Rintoul
On Thursday 28 December 2006 09:48, Vizion wrote: Gi I just wondered whether using portupgrade -a there might be any way to have an initial interactive dialogue to set all option for all ports to be upgraded during the run so as to facilitate an attendance free upgrade procedure. Maybe

Re: ooopackages.good-day.net dead?

2006-12-28 Thread Andrew Pantyukhin
On 12/28/06, Jason Morgan [EMAIL PROTECTED] wrote: On Thu, Dec 28, 2006 at 06:40:21PM +0100, Heino Tiedemann wrote: Andrew Pantyukhin [EMAIL PROTECTED] wrote: On 12/28/06, Heino Tiedemann [EMAIL PROTECTED] wrote: Andrew Pantyukhin [EMAIL PROTECTED] wrote: On 12/28/06, Heino Tiedemann

(no subject)

2006-12-28 Thread Vizion
On Thursday 28 December 2006 09:48, Vizion wrote: Gi I just wondered whether using portupgrade -a there might be any way to have an initial interactive dialogue to set all option for all ports to be upgraded during the run so as to facilitate an attendance free upgrade procedure. Maybe

Re: ooopackages.good-day.net dead?

2006-12-28 Thread Jason Morgan
On Thu, Dec 28, 2006 at 12:54:00PM -0500, Jason Morgan wrote: On Thu, Dec 28, 2006 at 06:40:21PM +0100, Heino Tiedemann wrote: Andrew Pantyukhin [EMAIL PROTECTED] wrote: On 12/28/06, Heino Tiedemann [EMAIL PROTECTED] wrote: Andrew Pantyukhin [EMAIL PROTECTED] wrote: On 12/28/06,

Re: where to get the iso c90 compiler?

2006-12-28 Thread deeptech71
Giorgos Keramidas wrote: Does the lang/gcc41 port work for you? I don't know I don't care. I want to learn more about compilation processes, get to know UNIX-like systems more, and whatever. So I've downloaded the source for gcc, and the README says that I need the ISO C90 compiler. Where

Re: where to get the iso c90 compiler?

2006-12-28 Thread Gabor Kovesdan
[EMAIL PROTECTED] schrieb: Giorgos Keramidas wrote: Does the lang/gcc41 port work for you? I don't know I don't care. I want to learn more about compilation processes, get to know UNIX-like systems more, and whatever. So I've downloaded the source for gcc, and the README says that I need

fixit floppy contents?

2006-12-28 Thread Andy Dills
Is there a standard way of installing complete filesystem images onto existing machines via the network, for example using dump, restore, nfs, and boot floppies? I want to upgrade our mail server cluster from 4-STABLE to 6-STABLE, and there is so much that goes into the mail server setup...

Re: where to get the iso c90 compiler?

2006-12-28 Thread Erik Trulsson
On Thu, Dec 28, 2006 at 08:35:05PM +0100, [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: Does the lang/gcc41 port work for you? I don't know I don't care. I want to learn more about compilation processes, get to know UNIX-like systems more, and whatever. So I've downloaded the source

Re: where to get the iso c90 compiler?

2006-12-28 Thread deeptech71
[Fistly, people wrote code in pure binary language. Then assembly were invented and later they wrote higher level languages in assembly.] With whatever C compiler the gcc developer had at that time. It probably wasn't. The first ever compiler was most likely written in assembler. Later on

Re: where to get the iso c90 compiler?

2006-12-28 Thread deeptech71
Gabor Kovesdan wrote: C90 is not a specific compiler, it's a standard, see: http://en.wikipedia.org/wiki/C90 AH OK THX. Back to a pre-compiled gcc. ___ freebsd-questions@freebsd.org mailing list

Problem with my server

2006-12-28 Thread Lisa Casey
Hi, I'm running freeradius on FreeBSD 5.3 I noticed a problem in my radius logs a little while ago. In my messages log I saw the following: Dec 28 03:11:42 radius kernel: pid 53251 (cp), uid 0 inumber 8 on /tmp: filesystem full Dec 28 03:11:55 radius kernel: pid 52711 (perl), uid 0 inumber 7

Re: Problem with my server

2006-12-28 Thread Derek Ragona
Check for symlinks into tmp such as /var/tmp - /tmp Often logfiles will fill /tmp -Derek At 02:35 PM 12/28/2006, Lisa Casey wrote: Hi, I'm running freeradius on FreeBSD 5.3 I noticed a problem in my radius logs a little while ago. In my messages log I saw the following: Dec 28

Re: where to get the iso c90 compiler?

2006-12-28 Thread Duane Hill
[EMAIL PROTECTED] wrote: [Fistly, people wrote code in pure binary language. Then assembly were invented and later they wrote higher level languages in assembly.] With whatever C compiler the gcc developer had at that time. It probably wasn't. The first ever compiler was most likely

Re: where to get the iso c90 compiler?

2006-12-28 Thread Vizion
[EMAIL PROTECTED] wrote: [Fistly, people wrote code in pure binary language. Then assembly were invented and later they wrote higher level languages in assembly.] With whatever C compiler the gcc developer had at that time. It probably wasn't. The first ever compiler was most likely

Re: Problem with my server

2006-12-28 Thread Jonathan Chen
On Thu, Dec 28, 2006 at 03:35:32PM -0500, Lisa Casey wrote: [...] I realise this might be a pretty vague question, but what might cause /tmp to get full? This server is used for radius authentication, email for a few (~ 50) users and it runs bind as a slave DNS server. When it starts to

pf synproxy

2006-12-28 Thread Andrikó Tamás
Hi List, I have the following simple row in my pf.conf pass in on $ext_if proto tcp from any to ($ext_if) port ssh flags S/SA keep state in order to let in the incoming ssh connection. Obviously it works as we expect. If I make a slightly changes in this row like this: pass in on $ext_if

Re: where to get the iso c90 compiler?

2006-12-28 Thread Gabor Kovesdan
[EMAIL PROTECTED] schrieb: [Fistly, people wrote code in pure binary language. Then assembly were invented and later they wrote higher level languages in assembly.] With whatever C compiler the gcc developer had at that time. It probably wasn't. The first ever compiler was most likely

Re: where to get the iso c90 compiler?

2006-12-28 Thread Duane Hill
Gabor Kovesdan wrote: [EMAIL PROTECTED] schrieb: [Fistly, people wrote code in pure binary language. Then assembly were invented and later they wrote higher level languages in assembly.] With whatever C compiler the gcc developer had at that time. It probably wasn't. The first ever

Re: fixit floppy contents?

2006-12-28 Thread Jerry McAllister
On Thu, Dec 28, 2006 at 02:57:21PM -0500, Andy Dills wrote: Is there a standard way of installing complete filesystem images onto existing machines via the network, for example using dump, restore, nfs, and boot floppies? I want to upgrade our mail server cluster from 4-STABLE to

Re: cron not running

2006-12-28 Thread James Riendeau
You might want to use ntpd to sync the clock before cron starts if this turns out to be your problem: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network- ntp.html Once you have ntpd working, just put ntpd on the require line in the cron startup file, /etc/rc.d/cron, to

compiling/compiler comparison

2006-12-28 Thread deeptech71
Compiling. Let's say that the project is debugged and working. The performance is of the highest priority. Does the executable code quality depend only on the compiler? Comparison between native and cross-compiling? Is it worth porting the project to GGC if you can download specifically

Re: tor, segmentation fault.

2006-12-28 Thread dima
On Wed, 27 Dec 2006, Garrett Cooper wrote: ports/security/tor ? I have use FreeBSD 4.11-RELEASE-p13 and tor here always exit with signal 11 and Segmentation fault message. Hmmm... doesn't look like you have any bad options.. You should try compiling the port with the debug flag (-g)

Re: compiling/compiler comparison

2006-12-28 Thread Ivan Voras
Your questions don't belong in this list because they don't have anything to do with FreeBSD but here goes... [EMAIL PROTECTED] wrote: Does the executable code quality depend only on the compiler? Comparison between native and cross-compiling? In general, the choice of algorithm is of the

Re: Business port

2006-12-28 Thread Vince Hoffman
Jerry wrote: Hi all, I have been rummaging through ports wondering if there might be a utility or couple of utilities to handle bookkeeping for a small membership organization. I know little of accounting and such, so don't know how to interpret the scanty pkg-descr tidbits that

Help

2006-12-28 Thread rythms1
I have try to make a desktop computer just to use BSD as a stand alone desktop ...I had a friend to help and even with his help we haven't manage to load up KDE or Gnome.it was partly load up at the begining but it was very slow even with GNome and could not find the host

Re: Help

2006-12-28 Thread Beech Rintoul
On Thursday 28 December 2006 13:11, rythms1 wrote: SNIP Can you please give some hints in how to make it work as a desktop at home and surf the net and burn cd's that all I want to do and word as well but for now I only want the desktop running. Julio :-( Try DesktopBSD.

Re: Help

2006-12-28 Thread FreeBSD WickerBill
On 12/28/06, Beech Rintoul [EMAIL PROTECTED] wrote: On Thursday 28 December 2006 13:11, rythms1 wrote: SNIP Can you please give some hints in how to make it work as a desktop at home and surf the net and burn cd's that all I want to do and word as well but for now I only want the desktop

RE: Help

2006-12-28 Thread Wood, Russell
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of rythms1 Sent: Friday, 29 December 2006 7:12 AM To: [EMAIL PROTECTED] Subject: Help I have try to make a desktop computer just to use BSD as a stand alone desktop ...I had a