Re: Monitoring CPU usage on multi-core system

2007-08-27 Thread Josh Carroll
On 8/27/07, Paul Hoffman [EMAIL PROTECTED] wrote: Hi again. On a dual-core system, how do I tell how much of each of the CPU cores are in use? Is the CPU usage in 'top' for the two CPUs at once? Is there something in ports (that works without X...) that will give good info? The CPU states

RE: How to block 200K ip addresses?

2007-08-27 Thread Aminuddin
Will give this a try. Since my server is a remote server that I can accessed only by ssh, what are other rules do I need to add in? I don't want to have a situation where I will lock myself out. Is it correct to say that the rules that I put in will only block those in the rules and allow all

Re: Monitoring CPU usage on multi-core system

2007-08-27 Thread Wojciech Puchar
Hi again. On a dual-core system, how do I tell how much of each of the CPU cores are in use? Is the CPU usage in 'top' for the two CPUs at once? Is top in first line sums all CPUs, while at process line gives usage of single CPU. so for example running one CPU-hungry program you will see

Re: How do I force ucom to attach?

2007-08-27 Thread Wojciech Puchar
something got broken, possibly device or USB port. On Sun, 26 Aug 2007, Thomas D. Dean wrote: # uname -a FreeBSD asus.tddhome 6.2-STABLE FreeBSD 6.2-STABLE #2: \ Fri Jun 22 10:14:36 PDT 2007 \ [EMAIL PROTECTED]:/usr/src/sys/i386/compile/GENERIC i386 I have a Prologix USB to GPIB

Re: filesystem types

2007-08-27 Thread Wojciech Puchar
I installed an amd 64 bit 6.2 freebsd with the default filesystem (on 3 drives) and my MySQL seems to have a 4Gb limit. Is there another filesystem I can select which bypasses this limit? UFS2 doesn't have 4GB limit and it's the default. i have 9GB file at present. it is mysql limit

/bin/sh vi mode command line editing and the period

2007-08-27 Thread [EMAIL PROTECTED]@mgedv.net
hi folks, when someone uses set -o vi to put /bin/sh into vi-mode for command line editing, he for example could use the ESC-minus sequence for editing the last executed command. but there's another bug/feature: ESC-. (period). when i (of course by mistake) hit this feature, all commands in the

Re: /bin/sh vi mode command line editing and the period

2007-08-27 Thread Bahman M.
As far as I know, ESC-. (in fact hitting '.' when in command mode) repeats your very last action whether it was an editing action or executing a command. Bahman On 8/27/07, [EMAIL PROTECTED]@mgedv.net [EMAIL PROTECTED] wrote: hi folks, when someone uses set -o vi to put /bin/sh into vi-mode

Compiling CLisp 2.41a: Stack overflow. RESET

2007-08-27 Thread Bahman M.
Hello, Please advise! # cd /usr/ports/clisp # uname -ai FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 GENERIC # make ... ;; Loaded file

Re: Compiling CLisp 2.41a: Stack overflow. RESET

2007-08-27 Thread Wojciech Puchar
ulimit -s ? On Mon, 27 Aug 2007, Bahman M. wrote: Hello, Please advise! # cd /usr/ports/clisp # uname -ai FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 GENERIC # make ... ;; Loaded file

Re: Compiling CLisp 2.41a: Stack overflow. RESET

2007-08-27 Thread Bahman M.
I'm using tcsh. limit -h cputime unlimited filesize unlimited datasize 524288 kbytes stacksize65536 kbytes coredumpsize unlimited memoryuseunlimited vmemoryuse unlimited descriptors 11095 memorylocked unlimited maxproc 5547 sbsize unlimited In bash I get this:

Re: How to make good Squid(Proxy ) Server in FreeBSD 5.4 ?

2007-08-27 Thread Tek Bahadur Limbu
Hi Prakash, Prakash Poudyal wrote: Hello Everybody, Can anybody give me idea related to configure the squid (proxy server). I need to know hhow much I need to fix the cache memeory . My machine consist of 2 GB Ram and dual processor . And operating system is FreeBSD 5.4. And I do have client

Re: IPMI A Question to all Dell Users.

2007-08-27 Thread Sten Daniel Soersdal
Grant Peel wrote: Hi all, I have been reading a bit about IPMI. I am running 6.2 on all my servers. Does any Dell (PowerEdge) users have the IPMI port installed? Is it safe? Easy to use? Any problems with installation? I am mostly interested in viewing sensor info and extracting SELs. TIA,

Re: How to block 200K ip addresses?

2007-08-27 Thread Andy Greenwood
Aminuddin wrote: Will give this a try. Since my server is a remote server that I can accessed only by ssh, what are other rules do I need to add in? I don't want to have a situation where I will lock myself out. Is it correct to say that the rules that I put in will only block those in the

(error) Your apache does not support DSO modules

2007-08-27 Thread Anthony Philipp
Hi, When I searched for DSO modules I found this page: http://httpd.apache.org/docs/1.3/dso but it doesn.t seem to have a similar page for the 2.2.x series of Apache. Am I hunting down the correct path? I also checked /usr/ports/UPDATING but unable to find anything of relevance there. I.ve

tightvnc on amd64

2007-08-27 Thread Wojciech Puchar
tried to use it, compiled fine from ports but crashes with signal 11 when starting server kernel says this: WARNING pid 30650 (Xvnc): ioctl sign-extension ioctl c0106924 WARNING pid 30653 (Xvnc): ioctl sign-extension ioctl c0106924 WARNING pid 33771 (Xvnc): ioctl sign-extension

What is proxy user for?

2007-08-27 Thread Riaan Kruger
Does anybody know why there is a proxy user? I am trying to get an understanding what the different users in /etc/passwd are for. A more general question probably would be, Is there any documentation/resource that gives information/motivation for the users and groups in /etc/? Thanx in advance

Re: (error) Your apache does not support DSO modules

2007-08-27 Thread Bob Johnson
http://httpd.apache.org/docs/2.2/dso.html What is it that you are actually trying to accomplish? What was the command that resulted in these errors? - Bob On 8/27/07, Anthony Philipp [EMAIL PROTECTED] wrote: Hi, When I searched for DSO modules I found this page:

Re: What is proxy user for?

2007-08-27 Thread Lowell Gilbert
Riaan Kruger [EMAIL PROTECTED] writes: Does anybody know why there is a proxy user? pf, apparently. I am trying to get an understanding what the different users in /etc/passwd are for. A more general question probably would be, Is there any documentation/resource that gives

Re: (error) Your apache does not support DSO modules

2007-08-27 Thread Anthony Philipp
Thanks for the quick response. I thought I had tried that link earlier and it hadn't worked. I must have mistyped something. In any case I was running portupgrade -aRR in an attempt to update my system. While running it quit with this error. I reupdated my ports tree to see if that was the issue,

Re: Monitoring CPU usage on multi-core system

2007-08-27 Thread Bob Johnson
On 8/27/07, Paul Hoffman [EMAIL PROTECTED] wrote: Hi again. On a dual-core system, how do I tell how much of each of the CPU cores are in use? Is the CPU usage in 'top' for the two CPUs at once? Is there something in ports (that works without X...) that will give good info? Try: top -S or

Re: How to block 200K ip addresses?

2007-08-27 Thread Dan Nelson
In the last episode (Aug 27), Aminuddin said: Will give this a try. Since my server is a remote server that I can accessed only by ssh, what are other rules do I need to add in? I don't want to have a situation where I will lock myself out. The safest method is to have a serial console

Re: ldconfig problem after upgrade 4.11 to 5.5

2007-08-27 Thread Kris Kennaway
On Sun, Aug 26, 2007 at 05:35:46PM +0200, Martin Schweizer wrote: Hello Kris Am Wed, Aug 22, 2007 at 09:20:51AM -0400 Kris Kennaway schrieb: After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get around 63 error messages while the system boot up:

circumventing a powermac/NAT router

2007-08-27 Thread Luis Morales
Greetings, I have been advised here previously to conceal my home network behind an old powermac which would be used as a NAT router. Now I have to consider whether this is worth the expense because if someone is dead intent on pilfering your research papers and they know where you submit

ath Driver please help ath0

2007-08-27 Thread Dan Sikorsky
Hello, I just purchases an Atheros AR5005GS wireless mini pci card for my dell latitude x300 laptop. I cant for the life of me get it to connect to my wireless network. I basically followed the ath Stuff this page, And chose to load modules at boot time, instead of compile this stuff into my

Re: circumventing a powermac/NAT router

2007-08-27 Thread Adam J Richardson
Luis Morales wrote: I have been advised here previously to conceal my home network behind an old powermac which would be used as a NAT router. Now I have to consider whether this is worth the expense because if someone is dead intent on pilfering your research papers and they know where you

Re: ath Driver please help ath0

2007-08-27 Thread Doug Poland
man ath(4) and look under the HARDWARE heading. Looks like you may be out of luck... -- Regards, Doug Dan Sikorsky wrote: Hello, I just purchases an Atheros AR5005GS wireless mini pci card for my dell latitude x300 laptop. I cant for the life of me get it to connect to my wireless network.

Re: circumventing a powermac/NAT router

2007-08-27 Thread Bill Moran
In response to Luis Morales [EMAIL PROTECTED]: Greetings, I have been advised here previously to conceal my home network behind an old powermac which would be used as a NAT router. Now I have to consider whether this is worth the expense because if someone is dead intent on pilfering

dmesg: this is a bug [ath pccard... ok on 6.1 600mhz laptop, same card *no* dmesg at all on 6.2 hp laptop]

2007-08-27 Thread Steve Franks
I sent this out over the weekend to no replies. Since dmesg specifically states this is a bug, I assume someone would want to know about it. I can reproduce the problem. Steve -- Forwarded message -- From: Steve Franks [EMAIL PROTECTED] Date: Aug 25, 2007 8:27 AM Subject:

ATH follow up

2007-08-27 Thread Dan Sikorsky
I did a little research, and found the actual chip is an AR2414, I also found this from an email msg board. http://marc.info/?l=freebsd-mobilem=116855424703573w=2 Basically someone was asking is the ar2414/ar5414 are supported, and the guy says HEAD supports both, but not stable.. So how can I

Re: dmesg: this is a bug [ath pccard... ok on 6.1 600mhz laptop, same card *no* dmesg at all on 6.2 hp laptop]

2007-08-27 Thread Adam J Richardson
Steve Franks wrote: I sent this out over the weekend to no replies. Since dmesg specifically states this is a bug, I assume someone would want to know about it. I can reproduce the problem. Steve Hi Steve. Perhaps you might have more success sending this to freebsd-hackers or

Link state changed to DOWN - Help me

2007-08-27 Thread Narek Gharibyan
Hi I have such link state changed to DOWN problem. Some times ago I have had Watchdog timeout, which takes to Link state changed to DOWN. After enabling device polling, this problem solved. But there are a few days I receive Link state changed to DOWN again. 1. Is that related to

Re: How to make good Squid(Proxy ) Server in FreeBSD 5.4 ?

2007-08-27 Thread Prakash Poudyal
Thank you Tek, I will try best to do it, else I will mail you again. Thank you very much. Sincerely yours, Prakash On 8/27/07, Tek Bahadur Limbu [EMAIL PROTECTED] wrote: Hi Prakash, Prakash Poudyal wrote: Hello Everybody, Can anybody give me idea related to configure the squid (proxy

Re: freebsd-questions Digest, Vol 191, Issue 37

2007-08-27 Thread Adam J Richardson
blix wrote: my console and messages file is filling up with these entries: Hi Dan. I hate console spam. Whenever I go to log into my server's ttyv0 [which happens about four times a year], instead of the getty prompt I see reams of out-of-date console errors which I would much rather have

Re: FreeBSD Wireless

2007-08-27 Thread Thiago Pollachini
no one? regards, 2007/8/2, Thiago Pollachini [EMAIL PROTECTED]: Hello ALL, i was studying the ifconfig manual and i did not find any argument or explanation about block relay. Can anyone help? Regards, ___ freebsd-questions@freebsd.org mailing

Re: FreeBSD Wireless

2007-08-27 Thread Bob Johnson
Where does the question come from? Have you read about block relay on a Linux help page and trying to find the FBSD equivalent, or have you seen block relay as an undocumented option to ifconfig in FBSD? - Bob On 8/27/07, Thiago Pollachini [EMAIL PROTECTED] wrote: no one? regards, 2007/8/2,

Re: ath Driver please help ath0

2007-08-27 Thread Mark Moellering
What does your rc.conf look like? I may be able to help but an rc.conf and maybe output from ' ifconfig ath0 up scan ' would really help. Mark Moellering On Monday 27 August 2007 11:57 am, Dan Sikorsky wrote: Hello, I just purchases an Atheros AR5005GS wireless mini pci card for my dell

nv 8400 and Marvell

2007-08-27 Thread Ilya Nix
Hi. I purchased a laptop with nVIDIA GeForce 8400 and very want to install FreeBSD, but X11 can’t start up and FreeBSD 6.2 can’t recognize my network card (Marvell Yukon). How to correct the problem? Thank you - Get the World's

Access Suspended

2007-08-27 Thread Halifax Online Banking
[hxonlymainnopadding_v1.gif] Dear customer, Your access to Online Services has been suspended for following reason: .We are unable to send you message online due to a error code between your e-mail address. To enable you start receiving security e-mail alert when

Ftpd and man pages

2007-08-27 Thread Jon Falconer
Greetings, I'm running FreeBSD 6.2-Release. The man page for ftdp.conf shows some nice features that I am trying to use (e.g. user classification and homedir.) But the man page for ftpd indicates that it does not use an ftpd.conf file, which is probably why those features are not working. The man

What is a 'normal' amount of un-solicited connection attempts?

2007-08-27 Thread Modulok
I'm new to the admin game and this is somewhat of a subjective question, so bear with me... I run a small network on a home/office broadband connection and I'm getting more than my fair share of un-solicited traffic (maybe) on what I believed to be in the private address range, as per RFC 1918. I

Re: Ftpd and man pages

2007-08-27 Thread Erik Trulsson
On Mon, Aug 27, 2007 at 11:21:00AM -0700, Jon Falconer wrote: Greetings, I'm running FreeBSD 6.2-Release. The man page for ftdp.conf shows some nice features that I am trying to use (e.g. user classification and homedir.) But the man page for ftpd indicates that it does not use an ftpd.conf

Podcast management software?

2007-08-27 Thread Scott I. Remick
I think I must be the only one using FreeBSD who wants to listen to podcasts. :) I'm having trouble finding decent podcast downloading/management software to use on my FreeBSD desktop. Although a number of media player/ management programs (Exaile, Rhythmbox, Amarok, BMPx) have podcast-

Re: VoIP problems

2007-08-27 Thread Predrag Punosevac
Norberto Meijome wrote: On Sat, 25 Aug 2007 23:05:20 -0700 Predrag Punosevac [EMAIL PROTECTED] wrote: I was perfectly able to hear people using Skype but they could not hear me so my conclusion was that sound card is not properly configured Another indication was that I was not able to

Re: Podcast management software?

2007-08-27 Thread Nikola Lecic
On Mon, 27 Aug 2007 21:00:11 + (UTC) Scott I. Remick [EMAIL PROTECTED] wrote: I think I must be the only one using FreeBSD who wants to listen to podcasts. :) Why do you think so? :) I'm having trouble finding decent podcast downloading/management software to use on my FreeBSD desktop.

firefox plugins

2007-08-27 Thread Charles Bacon
I'm unable to find any reference to amd64 on Firefox FAQ and other info sources. I have an EVGA mobo with an AMD64 running FreeBSD 6.2 perfectly, with Firefox. But every attempt at a plugin complains either that it isn't windows or that it's an amd64. I really want to run Flash material. Any

Re: beryl on freebsd

2007-08-27 Thread Michael Hauber
On Thursday 16 August 2007 11:06:47 am Reid Linnemann proclaimed: Written by Dan Sikorsky on 08/16/07 09:40 Is this guide OK? even if i dont have an nvidia chipset? http://www.bsdforums.org/forums/archive/index.php/t-47986.html Well, you don't need to use git to fetch the xorg code, xorg

Problem with Gnome2 Installation

2007-08-27 Thread lawrence.petrykanyn
Hi, I just installed FreeBSD6.2 onto my home computer. I chose the 'minimum installation' option. I then installed the ports tree by 'portsnap fetch', followed by 'portsnap extract', and then 'portsnap fetch upgrade'. Then I successfully installed Xorg via the ports tree. I then

Re: FreeBSD Wireless

2007-08-27 Thread Giorgos Keramidas
On 2007-08-27 15:17, Thiago Pollachini [EMAIL PROTECTED] wrote: 2007/8/2, Thiago Pollachini [EMAIL PROTECTED]: Hello ALL, i was studying the ifconfig manual and i did not find any argument or explanation about block relay. Can anyone help? no one? regards, There's no block relay in

How to debug 5.5 boot-time hang?

2007-08-27 Thread Paul Keusemann
I've got an IBM Intellistation M Pro (dual 600 Mhz PIII) system that was runnig 5.4 until I upgraded it to 5.4 via make buildworld and now it hangs after doing the ata1 probe. If I boot with -spv the boot process stops with the following on the console: ata1: channel #1 on atapci0 atapci0:

RE: Ethernet controllers

2007-08-27 Thread King Wong
resend _ From: King Wong [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 5:52 PM To: 'freebsd-questions@FreeBSD.org' Subject: Ethernet controllers Dear Both, Could you help me to check IBM x3250 server Ethernet controllers which can support FreeBSD? And the Server

(no subject)

2007-08-27 Thread seshu mohan
is free bsd 6.0 is graphical or command line in vmware iam not getting only upto # prompt -- ___ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com Powered by Outblaze

Re: firefox plugins

2007-08-27 Thread P.U.Kruppa
On Mon, 27 Aug 2007, Charles Bacon wrote: I'm unable to find any reference to amd64 on Firefox FAQ and other info sources. I have an EVGA mobo with an AMD64 running FreeBSD 6.2 perfectly, with Firefox. But every attempt at a plugin complains either that it isn't windows or that it's an amd64.

Re: (no subject)

2007-08-27 Thread Predrag Punosevac
seshu mohan wrote: is free bsd 6.0 is graphical or command line in vmware iam not getting only upto # prompt You are not getting past command line because you need to install XOrg and some kind of GUI. like Gnome, KDE, Xfce or light window manager.

Prolific USB-Serial

2007-08-27 Thread Thomas D. Dean
I have a Prolific USB-Serial Controller which works on some USB ports with tip, but, not others. This is on a HP dv6000 laptop running up-to-date 6.2-stable with a custom kernel. This included all the devices found by GENERIC plus ucom and uftpi. I need to add uplcom, but, for now, I kldload