Re: Why top(1) only shows time of the main thread?

2011-01-07 Thread Yuri
On 01/07/2011 14:33, Anonymous wrote: Yuri writes: TIME column is supposed to show time of the process (according to its man page). But it seems like it only shows the time of its main thread. Why? Bug in documentation? Wasn't this fixed in r182966? You are right according to

Re: 9650SE-2LP raid card locks system

2011-01-07 Thread Mike Tancsa
On 1/7/2011 9:31 PM, Troy Beisigl wrote: > Well, it did lock up today. There is no way to do anything on the console. > The entire machine is locked hard. The errors on the console show: > > twa0: ERROR: (0x05: 0x210B): Request timed out!: request = 0xc5633430 > twa0: INFO: (0x16: 0x1108): Rese

Re: Re: 9650SE-2LP raid card locks system

2011-01-07 Thread Troy Beisigl
Well, it did lock up today. There is no way to do anything on the console. The entire machine is locked hard. The errors on the console show: twa0: ERROR: (0x05: 0x210B): Request timed out!: request = 0xc5633430 twa0: INFO: (0x16: 0x1108): Resetting controller...: >From there everything is locke

Re: Why top(1) only shows time of the main thread?

2011-01-07 Thread Anonymous
Yuri writes: > TIME column is supposed to show time of the process (according to its > man page). > But it seems like it only shows the time of its main thread. > > Why? Bug in documentation? Wasn't this fixed in r182966? ___ freebsd-questions@freebsd.

Re: Kernel

2011-01-07 Thread Manolis Kiagias
On 01/07/2011 10:57 PM, Τάσκος Κωνσταντίνος wrote: Hello to all. I am a new user of FreeBSD-8.1 and I tried to compile a new kernel, according to the instructions given by the handbook. The command 'make buildkernel KERNCONF=MYKERNEL' failed with 'stop in /usr/obj/usr/src/sys/MYKERNEL error co

RE: which syslog??? (rsyslog? syslog-ng? or default?)

2011-01-07 Thread Gary Gatten
PS: rsyslog can use standard syslog.conf entries, or it has extensions that enable more cool stuff. G -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Aleksandr Miroslav Sent: Friday, January 07, 2011 3:09 PM To: fre

RE: which syslog??? (rsyslog? syslog-ng? or default?)

2011-01-07 Thread Gary Gatten
After a bit of research I picked rsyslog. Actually, my syslog servers "had" to be RHEL, so I have all my logs going to 2 servers; one runs rsyslog and the other the syslogd that shipped with RHEL. They have different retention policies, one keeps about 30 days of logs online, the other about 9

cbb0: PC Card activation failed

2011-01-07 Thread Anton Shterenlikht
I'm trying to get a wireless pccard device to work on amd64 HP Compaq 6715s laptop under 9.0-current. This device is Cisco Aironet 350 and is supposed to be supported by an(4) driver. However, when I insert the card in the slot all I get is: CIS is too long -- truncating pccard0: Card has no func

which syslog??? (rsyslog? syslog-ng? or default?)

2011-01-07 Thread Aleksandr Miroslav
I have some boxes (about 40) that I was tasked with creating a centralized logging infrastructure for. I see in ports that we have several different versions of rsyslog, and syslog-ng. Is there any reason to use one or the other? Or should I just use the syslog that come with the base OS? thanks,

Re: Kernel

2011-01-07 Thread Polytropon
On Fri, 7 Jan 2011 20:57:02 + (GMT), Τάσκος Κωνσταντίνος wrote: > Hello to all. I am a new user of FreeBSD-8.1 and I tried to > compile a new kernel, according to the instructions given by > the handbook. The command 'make buildkernel KERNCONF=MYKERNEL' > failed with 'stop in /usr/obj/usr/src

Kernel

2011-01-07 Thread Τάσκος Κωνσταντίνος
Hello to all. I am a new user of FreeBSD-8.1 and I tried to compile a new kernel, according to the instructions given by the handbook. The command 'make buildkernel KERNCONF=MYKERNEL' failed with 'stop in /usr/obj/usr/src/sys/MYKERNEL error code 1'. I wanted to build my own kernel because i didn

Hey How Have You Been?

2011-01-07 Thread MIXSHOWBLAST
( http://www.twitter.com/djkingassassin ) * Fast Follow Dj King Assassin @djkingassassin www.twitter.com/djkingassassin * WE FOLLOW YOU BACK! Update Contact Info: ht

Perhatian Mendesak, Perlu Anda Asisten.

2011-01-07 Thread Ms. Maria Susanto
Hai, Nama saya Maria Susanto 39yrs saya berasal dari Indonesia, dan menikah dengan Mr Marc Joeseph. dan saya memiliki dua anak dari pernikahan kami dan kami tinggal di Britania Raya (London), akan tetapi suatu musibah datang kepada keluarga saya dan saya kehilangan suami saya tercinta yang san

Re: Ascertaining NIC Driver Version

2011-01-07 Thread Chuck Swiger
On Jan 7, 2011, at 11:12 AM, Robert Huff wrote: >> "uname -a" is probably the most general answer, as most FreeBSD >> NIC drivers don't have individualized version #s, aside from the >> OS version itself. > > That is not my understanding. > To the OP: FreeBSD NIC drivers can and do hav

Re: Ascertaining NIC Driver Version

2011-01-07 Thread Robert Huff
Chuck Swiger writes: > > Is there a command line utility, a la ethtool or the like, that > > can be used to query the NIC driver version? > > "uname -a" is probably the most general answer, as most FreeBSD > NIC drivers don't have individualized version #s, aside from the > OS version it

Re: Re: Ascertaining NIC Driver Version

2011-01-07 Thread vrwmiller
Thanks, Chuck! I Googled for an answer for a while and didn't find much. I did find that the particular driver I was interested did have a version number in the source, but the question actually came from a user who doesn't have source trees on their hosts. On Jan 7, 2011 1:45pm, Chuck Swig

Re: Ascertaining NIC Driver Version

2011-01-07 Thread Chuck Swiger
On Jan 7, 2011, at 10:33 AM, vrwmil...@gmail.com wrote: > Is there a command line utility, a la ethtool or the like, that can be used > to query the NIC driver version? "uname -a" is probably the most general answer, as most FreeBSD NIC drivers don't have individualized version #s, aside from th

Ascertaining NIC Driver Version

2011-01-07 Thread vrwmiller
HI All, Is there a command line utility, a la ethtool or the like, that can be used to query the NIC driver version? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: a new hard-drive in a 2y/o laptop [solved]

2011-01-07 Thread Chris Brennan
On Fri, Jan 7, 2011 at 9:58 AM, Ian Smith wrote: > > fdisk -s ad4 > bsdlabel ad4s1 [r...@blackdragon /usr/src]# fdisk -s ad4; bsdlabel ad4s1 /dev/ad4: 1453521 cyl 16 hd 63 sec PartStartSize Type Flags 1: 63 1465149105 0xa5 0x80 # /dev/ad4s1: 8 partitions: #s

RE: Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-07 Thread Jorge Biquez
Hello. I am sorry if my comment sounds stupid... but It won't be WEBMIN an alternative for managing simple BIND operations? Jorge Biquez At 11:10 a.m. 07/01/2011, Sayed Nimer wrote: Hello, I was looking for a solution to manage Bind9 DNS server through a web so I can add/edit zone. I though

RE: Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-07 Thread Sayed Nimer
Hello, I was looking for a solution to manage Bind9 DNS server through a web so I can add/edit zone. I thought PowerDNS/PowerAdmin would be a good solution for my requirements. I successfully installed both PowerDNS/PowerAdmin and tested them was working fine. When I restart my box I found PowerDNS

Re: Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-07 Thread krad
On 7 January 2011 15:53, Sayed Nimer wrote: > On Fri, Jan 7, 2011 at 8:39 AM, Sayed Nimer wrote: > > Hello, > I was looking for a solution to manage Bind9 DNS server through a web so I > can add/edit zone. > I thought PowerDNS/PowerAdmin would be a good solution for my requirements. > I successf

Re: ImageMagick-6.6.6-10 Port

2011-01-07 Thread Odhiambo Washington
On Fri, Jan 7, 2011 at 6:45 PM, Steve Suhre wrote: > > > > > I wasn't sure who to send this to I just grabbed the > ImageMagick-6.6.6-10 port from the FreeBSD.com ports collection and there's > a problem with the source code. When I run 'make' it croaks looking for > "ImageMagick-6.6.6-10.tar

problem booting a new server on FreeBSD

2011-01-07 Thread FRLinux
Hello, We have purchased a brand new server running an Intel Motherboard which boots fine on Linux but not on FreeBSD, I have tried FreeBSD 8.1 and 8.2-RC1 without success. The motherboard is a S5500HCV (Version: E40912-455). It has 2 SATA drives connected in compatible mode in the BIOS (also trie

ImageMagick-6.6.6-10 Port

2011-01-07 Thread Steve Suhre
I wasn't sure who to send this to I just grabbed the ImageMagick-6.6.6-10 port from the FreeBSD.com ports collection and there's a problem with the source code. When I run 'make' it croaks looking for "ImageMagick-6.6.6-10.tar.gz" in the distinfo file, but the distinfo file references

Re: Upgrading from FreeBSD 4.10 to 8.1?

2011-01-07 Thread Jerry McAllister
On Fri, Jan 07, 2011 at 07:50:20AM -0800, Devin Teske wrote: > > > Sent from my iPhone > > On Jan 7, 2011, at 7:07 AM, Jerry McAllister wrote: > > > On Fri, Jan 07, 2011 at 03:05:14PM +0100, Erik Trulsson wrote: > > > >> On Fri, Jan 07, 2011 at 12:02:59PM +, Frank Shute wrote: > >>> On T

RE: Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-07 Thread Sayed Nimer
On Fri, Jan 7, 2011 at 8:39 AM, Sayed Nimer wrote: Hello, I was looking for a solution to manage Bind9 DNS server through a web so I can add/edit zone. I thought PowerDNS/PowerAdmin would be a good solution for my requirements. I successfully installed both PowerDNS/PowerAdmin and tested them was

Re: Upgrading from FreeBSD 4.10 to 8.1?

2011-01-07 Thread Devin Teske
Sent from my iPhone On Jan 7, 2011, at 7:07 AM, Jerry McAllister wrote: > On Fri, Jan 07, 2011 at 03:05:14PM +0100, Erik Trulsson wrote: > >> On Fri, Jan 07, 2011 at 12:02:59PM +, Frank Shute wrote: >>> On Thu, Jan 06, 2011 at 07:45:28AM -0800, patrick wrote: I know this is a b

Re: Upgrading from FreeBSD 4.10 to 8.1?

2011-01-07 Thread Jerry McAllister
On Fri, Jan 07, 2011 at 03:05:14PM +0100, Erik Trulsson wrote: > On Fri, Jan 07, 2011 at 12:02:59PM +, Frank Shute wrote: > > On Thu, Jan 06, 2011 at 07:45:28AM -0800, patrick wrote: > > > > > > I know this is a bit crazy, but is there any opinion as to whether a > > > binary upgrade using an

Re: a new hard-drive in a 2y/o laptop [solved]

2011-01-07 Thread Ian Smith
On Thu, 6 Jan 2011 21:41:11 -0500, Chris Brennan wrote: > On Thu, Jan 6, 2011 at 6:04 PM, Bruce Cran wrote: > > > http://wiki.freebsd.org/RootOnZFS/ZFSBootPartition has a good guide for > > installing the base manually (you can ignore the gpart and zfs > > commands if you want). I found I ha

Re: Upgrading from FreeBSD 4.10 to 8.1?

2011-01-07 Thread Erik Trulsson
On Fri, Jan 07, 2011 at 12:02:59PM +, Frank Shute wrote: > On Thu, Jan 06, 2011 at 07:45:28AM -0800, patrick wrote: > > > > I know this is a bit crazy, but is there any opinion as to whether a > > binary upgrade using an 8.1 CD would work to upgrade a system running > > 4.10? Normally I would w

Re: Apache with LDAP from ports failing.

2011-01-07 Thread Matthew Seaman
On 07/01/2011 12:43, Paul Halliday wrote: > I am trying to build apache22 on a fresh 8.1 box from ports. It is > dying right about here: > > mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires > APR-util to have LDAP support built in. To fix add --with-ldap to > ./configure. Add LDAP s

Apache with LDAP from ports failing.

2011-01-07 Thread Paul Halliday
I am trying to build apache22 on a fresh 8.1 box from ports. It is dying right about here: mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure. Help! :) -- Paul Halliday http://www.pintumbler.org __

Re: Upgrading from FreeBSD 4.10 to 8.1?

2011-01-07 Thread Frank Shute
On Thu, Jan 06, 2011 at 07:45:28AM -0800, patrick wrote: > > I know this is a bit crazy, but is there any opinion as to whether a > binary upgrade using an 8.1 CD would work to upgrade a system running > 4.10? Normally I would want to do a fresh install, but it's at a > remote client site where it'

Re: Upgrade path from STABLE to RELEASE

2011-01-07 Thread Matthew Seaman
On 07/01/2011 11:14, Paul Macdonald wrote: > I have a box which i installed 7.0 stable on and i want to do a binary > update to 8.1 REL, is this possible via the freebsd-update utility? > > freebsd-update -r 8.1-RELEASE upgrade > Looking up update.FreeBSD.org mirrors... 4 mirrors found. > Fetchin

Upgrade path from STABLE to RELEASE

2011-01-07 Thread Paul Macdonald
Hi, I have a box which i installed 7.0 stable on and i want to do a binary update to 8.1 REL, is this possible via the freebsd-update utility? freebsd-update -r 8.1-RELEASE upgrade Looking up update.FreeBSD.org mirrors... 4 mirrors found. Fetching public key from update5.FreeBSD.org... failed

Re: Upgrading from FreeBSD 4.10 to 8.1?

2011-01-07 Thread krad
On 6 January 2011 16:40, Mike Tancsa wrote: > On 1/6/2011 11:27 AM, Robert Huff wrote: > > > > patrick writes: > > > >> I know this is a bit crazy, but is there any opinion as to > >> whether a binary upgrade using an 8.1 CD would work to upgrade a > >> system running 4.10? Normally I would wa