MySQL slowness in SMP

2007-05-11 Thread Abdullah Ibn Hamad Al-Marri
Hello, I have dual xeon server with 2 GB of ram. FreeBSD 6.2-STABLE #0: Tue Apr 24 11:32:50 GMT 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NOC i386 Which runs heavily MySQL with MyISAM, the problem I have it maxes out one cpu, and doesn't use the other one. Could someone tell me what shall I

cdrecord "hangs" system (while blanking cd)

2007-05-11 Thread Edmunds Bergs
Hi! I was very surprised that when I`m useing cdrecord, (I`ve already tested that only when I`m doing some blanking) # cdrecord dev=0,1,0 blank=all all the system sticks, hangs, or ... I would say system is going into some mys

Re: MySQL slowness in SMP

2007-05-11 Thread Abdullah Ibn Hamad Al-Marri
On 5/11/07, Martin Blapp <[EMAIL PROTECTED]> wrote: Hi, It depends on the threading library you use. Can you please show us the output of ldd /usr/local/libexec/mysqld ? You should use libthr instead of libpthread or libc_r in /etc/libmap.conf for mysqld. -- Martin Martin Blapp, <[EMAIL PR

Re: MySQL slowness in SMP

2007-05-11 Thread Martin Blapp
Hi, So would upgrading to FreeBSD 7.0-CURRENT would make MySQL runs faster or it's not optimized for dual cpu yet? Of course would upgrading to FreeBSD 7.0-CURRENT make it faster because some bottlenecks (unix domain sockets etc, old malloc) have been removed. -- Martin _

edit files in single-user-mode, the output is all messed up

2007-05-11 Thread Gabriel Rossetti
Hello, I have never been able to figure out how to do this, and I usually end up copying the file to be edited to a floppy et be able to edit it from another machine, but there has to ba a way to do it! Everytime I go into single-user-mode and I have to edit a file, the output to stdout is messed

Re: MySQL slowness in SMP

2007-05-11 Thread Martin Blapp
Hi, Ohh, I overread that you already use libthr. But ... 90293 mysql19 1000 434M 187M ucond 1 176.6H 95.95% mysqld It looks like you did not turn on 'showing threads' in top, else you would have seen that many mysqld's are running on cpu 0, other on cpu 1. -- Martin /usr

Re: MySQL slowness in SMP

2007-05-11 Thread Abdullah Ibn Hamad Al-Marri
On 5/11/07, Martin Blapp <[EMAIL PROTECTED]> wrote: Hi, Ohh, I overread that you already use libthr. But ... > 90293 mysql19 1000 434M 187M ucond 1 176.6H 95.95% mysqld It looks like you did not turn on 'showing threads' in top, else you would have seen that many mysqld's ar

Re: MySQL slowness in SMP

2007-05-11 Thread Martin Blapp
Hi, It depends on the threading library you use. Can you please show us the output of ldd /usr/local/libexec/mysqld ? You should use libthr instead of libpthread or libc_r in /etc/libmap.conf for mysqld. -- Martin Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> ---

Re: Problem updating Freebsd ver 6.2

2007-05-11 Thread Gerard Seibert
On Fri, 11 May 2007 01:45:47 -0500 WizLayer <[EMAIL PROTECTED]> wrote: > I could be wrong as I haven't used portmanager in a while (and that > was only a short time)... I believe that by default, portmanager > doesn't update dependencies more than a depth of 1 (maybe two?) > unless you use the -p

Re: MySQL slowness in SMP

2007-05-11 Thread Ivan Voras
Martin Blapp wrote: So would upgrading to FreeBSD 7.0-CURRENT would make MySQL runs faster or it's not optimized for dual cpu yet? Of course would upgrading to FreeBSD 7.0-CURRENT make it faster because some bottlenecks (unix domain sockets etc, old malloc) have been removed. On the other ha

Re: How to recompile the VIM port for GUI

2007-05-11 Thread Pietro Cerutti
Andrew Falanga wrote: > Hi, Hello, > So, how do I modify the build environment properly to allow for the > building of the GUI? There are several variables referenced in the > Makefile in /usr/ports/editors/vim, but I'm not sure what to make of > them. cd /usr/ports/editors/vim make WITH_GTK2=yes

Re: MySQL slowness in SMP

2007-05-11 Thread Gabor MICSKO
On Fri, 2007-05-11 at 11:07 +0300, Abdullah Ibn Hamad Al-Marri wrote: > Hello, Hi! I had the same problem, but i found this blog entry from Jeremy Zawodny: http://jeremy.zawodny.com/blog/archives/000173.html After i adjusted the wait_timeout and thread_cache_size, the problem is gone. CPU utili

Re: Large scale NAT

2007-05-11 Thread Erik Norgaard
On Fri, 11 May 2007, Todor Dragnev wrote: Hello list, I have about 4000 users behind NAT. I use ipnat(ipf) on single freebsd box( v6.2) to translate RFC1918 ip addresses to real one. All works fine, but my CPU usage is very high and router starts to drop packets and sometimes freeze. I fix fre

Large scale NAT

2007-05-11 Thread Todor Dragnev
Hello list, I have about 4000 users behind NAT. I use ipnat(ipf) on single freebsd box( v6.2) to translate RFC1918 ip addresses to real one. In ipnat.conf I have: --- map vlan0 10.X.0.0/16 -> a.b.c.X/32 proxy port ftp ftp/tcp map vlan0 10.X.0.0/16 -> a.b.c.X/32 portmap tcp/udp auto map vlan0 10.

updating 6.1 ports

2007-05-11 Thread Siju George
Hi, Since 6.2 is released, how can one update ports on 6.1? at leasst to the maximum possible updates that was available for 6.1 till it was released? Thankyou so much :-) Kind regards Siju ___ freebsd-questions@freebsd.org mailing list http://lists.

Confusion between latex & teTeX ports

2007-05-11 Thread Vittorio
I've been happily using latex, pdflatex and context for five years now. Now, because a port complains for the absence of a psfonts.sty file which seems to be presente in the latex port I tried to install this port BUT I can't make head or tail of the fact that if I try to install the port /usr/

Re: How to recompile the VIM port for GUI

2007-05-11 Thread Andrew Falanga
On 5/11/07, Pietro Cerutti <[EMAIL PROTECTED]> wrote: Andrew Falanga wrote: > Hi, Hello, > So, how do I modify the build environment properly to allow for the > building of the GUI? There are several variables referenced in the > Makefile in /usr/ports/editors/vim, but I'm not sure what to make

Re: sshd segfaults on exit when no tty allocated

2007-05-11 Thread Lowell Gilbert
Christopher Cowart <[EMAIL PROTECTED]> writes: > When I ssh into FreeBSD hosts without allocating a tty, sshd segfaults > after the process terminates. This problem occurs on both 6_1_REL and > 6_2_REL installations at all sorts of patch levels. > > Examples: > > Client: `ssh -t server ls` > Serve

Re: freebsd-update and locally modfied files

2007-05-11 Thread Lowell Gilbert
"Zbigniew Szalbot" <[EMAIL PROTECTED]> writes: > Can you help me by suggesting what I need to do when I want to use > freebsd-update fetch (FBSD 6.2) but get the following message: > > The following files are affected by updates, but no changes have > been downloaded because the files have been mo

Re: edit files in single-user-mode, the output is all messed up

2007-05-11 Thread Christian Walther
On 11/05/07, Gabriel Rossetti <[EMAIL PROTECTED]> wrote: Hello, I have never been able to figure out how to do this, and I usually end up copying the file to be edited to a floppy et be able to edit it from another machine, but there has to ba a way to do it! Everytime I go into single-user-mod

Re: camcontrol

2007-05-11 Thread Lowell Gilbert
"Grant Peel" <[EMAIL PROTECTED]> writes: > I have a disk that may be going bad, SCSI. > > How do I tell camcontrol to stop using parts of the disk that show errors? > > such as: > > (da0:ahc0:0:1:0): READ(10). CDB: 28 0 3 ab d5 c1 0 0 e 0 > (da0:ahc0:0:1:0): MEDIUM ERROR info:3abd5c1 asc:11,1 > (

STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-11 Thread Drew Sanford
Hello, I am using Kexi to track various things in my office, including time off. This works well because I can write queries for each employee showing me how much time they have requested off, etc. - however it appears that after a recent upgrade of all ports, which included a KDE update, SQL

Re: freebsd-update and locally modfied files

2007-05-11 Thread Zbigniew Szalbot
Hello, Lowell Gilbert pisze: Now, I do not recall ever playing with jail. Anyway, how do I update the system (and keep changes to /etc/rc.d/jail (if any))? I suggest looking at the differences, and hand-updating to the latest version of the file if it will server for you. Then you should be

What happened to ethereal in the ports

2007-05-11 Thread Andrew Falanga
Hi, I was needing to do some packet analysis this week (that's what prompted my question earlier about tcpdump), and in doing so I went to /usr/ports and did "make search name=ethereal" and was returned 4 hits. Basically, these hits were for ethereal or ethereal-lite. The directory was /usr/po

Re: edit files in single-user-mode, the output is all messed up

2007-05-11 Thread Jerry McAllister
On Fri, May 11, 2007 at 04:51:48PM +0200, Christian Walther wrote: > On 11/05/07, Gabriel Rossetti <[EMAIL PROTECTED]> wrote: > >Hello, > > > >I have never been able to figure out how to do this, and I usually end > >up copying the file to be edited to a floppy et be able to edit it from > >anoth

Re: updating 6.1 ports

2007-05-11 Thread Firas Kraïem
Hi Ports are not release-dependent. Just use the default ports-supfile and you'll get the most up-to-date ports tree, regardless of the release you're running. Firas On Friday 11 May 2007 15:31:09 Siju George wrote: > Hi, > > Since 6.2 is released, how can one update ports on 6.1? at leasst to

Re: How to recompile the VIM port for GUI

2007-05-11 Thread RW
On Fri, 11 May 2007 07:48:16 -0600 "Andrew Falanga" <[EMAIL PROTECTED]> wrote: > On 5/11/07, Pietro Cerutti <[EMAIL PROTECTED]> wrote: > > Andrew Falanga wrote: > > > Hi, > > Hello, > > > So, how do I modify the build environment properly to allow for > > > the building of the GUI? There are seve

Re: What happened to ethereal in the ports

2007-05-11 Thread Eric
Andrew Falanga wrote: Hi, I was needing to do some packet analysis this week (that's what prompted my question earlier about tcpdump), and in doing so I went to /usr/ports and did "make search name=ethereal" and was returned 4 hits. Basically, these hits were for ethereal or ethereal-lite. The

Re: updating 6.1 ports

2007-05-11 Thread RW
On Fri, 11 May 2007 19:01:09 +0530 "Siju George" <[EMAIL PROTECTED]> wrote: > Hi, > > Since 6.2 is released, how can one update ports on 6.1? at leasst to > the maximum possible updates that was available for 6.1 till it was > released? The ports tree isn't branched, so you should be able to use

Re: FreeBSD 6.2 & Opera 9.2

2007-05-11 Thread Spiros Papadopoulos
Thanks for your reply I first emptied the cache...then i tried a #make deinstall && make reinstall clean i still get the same exactly result... On 10/05/07, Jonathan Horne <[EMAIL PROTECTED]> wrote: On Thursday 10 May 2007 19:09:07 lveax wrote: > On 5/11/07, Spiros Papadopoulos <[EMAIL PROTE

Re: Problem updating Freebsd ver 6.2

2007-05-11 Thread Simon Castillo
Hi Gerard: I tried your suggestion and I still have the same result. It updated couple more files, but the error (missing library) is still there. Any other suggestion? Thanks in advance Simon Gerard Seibert <[EMAIL PROTECTED]> escribió: On Fri, 11 May 2007 01:45:47 -0500 WizLayer wrote: >

RE: Disk problems?

2007-05-11 Thread Ted Mittelstaedt
check to see if the drive mfgr has a firmware update for your disks Ted > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jack Barnett > Sent: Wednesday, May 09, 2007 1:15 AM > To: freebsd-questions@freebsd.org > Subject: Re: Disk problems? > > > hrm..

RE: Backing up Samba share to USB jump drive?

2007-05-11 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Bill Moran > Sent: Wednesday, May 09, 2007 6:17 PM > To: L Goodwin > Cc: freebsd-questions@freebsd.org > Subject: Re: Backing up Samba share to USB jump drive? > > > L Goodwin <[EMAIL PROTECTED]> wrote:

How to get best results from FreeBSD-questions

2007-05-11 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that a

"The Complete FreeBSD": errata and addenda

2007-05-11 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inev

RE: cdrecord "hangs" system (while blanking cd)

2007-05-11 Thread Ted Mittelstaedt
It is hardware but since you've already decided it isn't, this post is probably a waste of electrons. But for anyone else who is actually interested in troubleshooting and not jumping to conclusions, the problem is the drive isn't handling the full atapi command set properly. The drivers work ar

RE: Stable many-port SATA controller recommendations

2007-05-11 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Peter Schuller > Sent: Thursday, May 10, 2007 2:25 PM > To: Peter Schuller; freebsd-questions@freebsd.org > Subject: Re: Stable many-port SATA controller recommendations > > > > Promise are supposed to

RE: Old 4.2 user, with 6.2 newbie questions

2007-05-11 Thread Ted Mittelstaedt
sendmail is much newer on 6.2, I would ask on the fetchmail mailing list if I were you. I've never used fetchmail myself, but I had to make a number of changes in various scripts and such that communicated with sendmail when I updated a server from 4x to 6x as they changed/broke things in the new

nxserver failing connection: NX> 504 Session startup failed

2007-05-11 Thread WarrenHead
Hi list, I have installed the nxserver (nx-0.33) from /usr/ports/devel/nx. (FreeBSD 6.2) When I connect to it, it authenticates me succesfully. After that I get the following output: NX> 203 NXSSH running with pid: 7457 NX> 285 Enabling check on switch command NX> 285 Enabling skip of SSH c

Re: Qemu Network with two virtual boxes

2007-05-11 Thread P.U.Kruppa
On Thu, 10 May 2007, Toni Schmidbauer wrote: At Sat, 5 May 2007 08:21:47 +0200 (CEST), P.U.Kruppa wrote: ___ _|_ "Real" LAN |---| 192.168.10.1 | ---| FreeBSD 6.2 | ||

Re: How to recompile the VIM port for GUI

2007-05-11 Thread Andrew Falanga
On 5/11/07, RW <[EMAIL PROTECTED]> wrote: On Fri, 11 May 2007 07:48:16 -0600 "Andrew Falanga" <[EMAIL PROTECTED]> wrote: > On 5/11/07, Pietro Cerutti <[EMAIL PROTECTED]> wrote: > > Andrew Falanga wrote: > > > Hi, > > Hello, > > > So, how do I modify the build environment properly to allow for >

Further questions on making wireshark work

2007-05-11 Thread Andrew Falanga
Hi, Many thanks to Eric for pointing me in the correct direction with Wireshark and Ethereal. Interestingly, I couldn't find the directory (or the port) for wireshark on my system but did find the references to it on www.freshports.org. So, I downloaded the pre-compiled package for wireshark fr

Why crontab is not able to run some commands ?

2007-05-11 Thread Halid Faith
I have a script. As I am a root user, I can run it without a problem. I added that script to crontab in order to run as automatic. I entered in /etc/crontab and put down as below; */20 * * * * root/etc/scriptfile Despite root user, the crontab could not run above

Re: Further questions on making wireshark work

2007-05-11 Thread Duane Hill
On Fri, 11 May 2007, Andrew Falanga wrote: Hi, Many thanks to Eric for pointing me in the correct direction with Wireshark and Ethereal. Interestingly, I couldn't find the directory (or the port) for wireshark on my system but did find the references to it on www.freshports.org. So, I downloa

Re: Why crontab is not able to run some commands ?

2007-05-11 Thread Duane Hill
On Fri, 11 May 2007, Halid Faith wrote: I have a script. As I am a root user, I can run it without a problem. I added that script to crontab in order to run as automatic. I entered in /etc/crontab and put down as below; */20 * * * * root/etc/scriptfile Despite

jumpstart install fbsd6.2

2007-05-11 Thread Vallard Benincosa
Hello, I'm pretty new to FreeBSD coming from a Linux background. I've read some of the docs including this one: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pxe/article.html I'm just curious, is this what most people use to network install FreeBSD? I haven't seen a lot of sample install.

Re: Why crontab is not able to run some commands ?

2007-05-11 Thread Paul Schmehl
--On Friday, May 11, 2007 21:53:24 +0300 Halid Faith <[EMAIL PROTECTED]> wrote: I have a script. As I am a root user, I can run it without a problem. I added that script to crontab in order to run as automatic. I entered in /etc/crontab and put down as below; */20 * * *

Re: Further questions on making wireshark work

2007-05-11 Thread Andrew Falanga
I can't offer feedback on any of the questions. However, I see wireshark in the ports tree here: /usr/ports/net/wireshark Yes, that's where it's supposed to be. It's a real curiosity that I don't have it even after doing a cvsup. Andy ___ freebs

Re: Further questions on making wireshark work

2007-05-11 Thread Duane Hill
On Fri, 11 May 2007, Andrew Falanga wrote: I can't offer feedback on any of the questions. However, I see wireshark in the ports tree here: /usr/ports/net/wireshark Yes, that's where it's supposed to be. It's a real curiosity that I don't have it even after doing a cvsup. I use portsna

Re: Why crontab is not able to run some commands ?

2007-05-11 Thread Duane Hill
On Fri, 11 May 2007, Paul Schmehl wrote: Then try running this in your cron job: /bin/sh /etc/scriptfile Bet it does work. :-) Yes, but if the OP has: #!/bin/sh as the first line, the file owned by root and the executable flag for user set, shouldn't it execute from cron as just: /etc/

Re: Why crontab is not able to run some commands ?

2007-05-11 Thread Paul Schmehl
--On Friday, May 11, 2007 19:45:22 + Duane Hill <[EMAIL PROTECTED]> wrote: On Fri, 11 May 2007, Paul Schmehl wrote: Then try running this in your cron job: /bin/sh /etc/scriptfile Bet it does work. :-) Yes, but if the OP has: # !/bin/sh as the first line, the file owned by root and

Re: Why crontab is not able to run some commands ?

2007-05-11 Thread James Anderson
On 5/11/07, Halid Faith <[EMAIL PROTECTED]> wrote: I have a script. As I am a root user, I can run it without a problem. I added that script to crontab in order to run as automatic. I entered in /etc/crontab and put down as below; */20 * * * * root/etc/scriptfile

Re: Why crontab is not able to run some commands ?

2007-05-11 Thread Duane Hill
On Fri, 11 May 2007, Paul Schmehl wrote: --On Friday, May 11, 2007 19:45:22 + Duane Hill <[EMAIL PROTECTED]> wrote: On Fri, 11 May 2007, Paul Schmehl wrote: Then try running this in your cron job: /bin/sh /etc/scriptfile Bet it does work. :-) Yes, but if the OP has: # !/bin/sh as

Re: How to recompile the VIM port for GUI

2007-05-11 Thread RW
On Fri, 11 May 2007 13:01:39 -0600 "Andrew Falanga" <[EMAIL PROTECTED]> wrote: > On 5/11/07, RW <[EMAIL PROTECTED]> wrote: > > On Fri, 11 May 2007 07:48:16 -0600 > > "Andrew Falanga" <[EMAIL PROTECTED]> wrote: > > > > > On 5/11/07, Pietro Cerutti <[EMAIL PROTECTED]> wrote: > > > > Andrew Falanga w

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-11 Thread Bram Schoenmakers
Op vrijdag 11 mei 2007, schreef Drew Sanford: Hi, > I am using Kexi to track various things in my office, including time > off. This works well because I can write queries for each employee > showing me how much time they have requested off, etc. - however it > appears that after a recent u

Re: Problem updating Freebsd ver 6.2

2007-05-11 Thread WizLayer
On Friday 11 May 2007 11:23:11 am Simon Castillo wrote: > Hi Gerard: > > I tried your suggestion and I still have the same result. It updated > couple more files, but the error (missing library) is still there. > > Any other suggestion? > > Thanks in advance > > Simon > > Gerard Seibert <[EMAIL PR

Re: Problem updating Freebsd ver 6.2

2007-05-11 Thread youshi10
On Fri, 11 May 2007, Simon Castillo wrote: Hi Garret: Freebsd ver 6.2 Samba: from ver 3.0.23 to 3.0.24 gdm: From ver 2.16 to 2.18 Thanks Simon Garrett Cooper <[EMAIL PROTECTED]> escribió: Simon Castillo wrote: Hi all: I installed Freebsd ver 6.2 couple months ago in a Pentium

Re: Problem updating Freebsd ver 6.2

2007-05-11 Thread Gerard Seibert
On Fri, 11 May 2007 11:23:11 -0500 (CDT) Simon Castillo <[EMAIL PROTECTED]> wrote: > I tried your suggestion and I still have the same result. It updated > couple more files, but the error (missing library) is still there. Assuming your ports tree is up to date, try running: pkgdb -Ffv

Re: Problem updating Freebsd ver 6.2

2007-05-11 Thread Simon Castillo
Hi WizLayer: Nope, no particular reason to use portmanager. I guess I'll one more that suffer a bad experience. I don't see any other solution than re-install every thing again. Thanks Simon WizLayer <[EMAIL PROTECTED]> escribió: On Friday 11 May 2007 11:23:11 am Simon Castillo wrote: > H

Re: Further questions on making wireshark work

2007-05-11 Thread WizLayer
On Friday 11 May 2007 02:06:32 pm Andrew Falanga wrote: > Hi, > > Many thanks to Eric for pointing me in the correct direction with > Wireshark and Ethereal. Interestingly, I couldn't find the directory > (or the port) for wireshark on my system but did find the references > to it on www.freshport

Re: sshd segfaults on exit when no tty allocated

2007-05-11 Thread Christopher Cowart
On Fri, May 11, 2007 at 10:59:19AM -0400, Lowell Gilbert wrote: > Christopher Cowart <[EMAIL PROTECTED]> writes: > > When I ssh into FreeBSD hosts without allocating a tty, sshd segfaults > > after the process terminates. This problem occurs on both 6_1_REL and > > 6_2_REL installations at all sort

Re: Problem updating Freebsd ver 6.2

2007-05-11 Thread WizLayer
On Friday 11 May 2007 04:00:15 pm you wrote: > WizLayer <[EMAIL PROTECTED]> escribió: On Friday 11 May 2007 11:23:11 am Simon Castillo wrote: > > > > Gerard Seibert escribió: On Fri, 11 May 2007 > > 01:45:47 -0500 > > > > WizLayer wrote: > > > I could be wrong as I haven't used portmanager in

ppp & dhcp

2007-05-11 Thread Mulga
Hi, I have a very brain dead and full of them self ISP who insist on having a misconfigured dhcp server. One essential peice of infomation is missing from the ppp transaction "HISADDR" the GW . As ppp handles the dhcp side of things internally, would anyone like to suggest a way of getting the

temp

2007-05-11 Thread Jack Barnett
Is there any program that'll monitor the temperate of my motherboard? There are some windows program that'll give me status on my fans, CPU temps, motherboard temps, etc - is there anything like that in the ports collection? (basically I think my CPUs are overheating in one server) _

Re: ppp & dhcp

2007-05-11 Thread WizLayer
On Friday 11 May 2007 05:53:18 pm Mulga wrote: > Hi, > I have a very brain dead and full of them self ISP who insist on having a > misconfigured dhcp server. > > One essential peice of infomation is missing from the ppp transaction > "HISADDR" the GW . > > As ppp handles the dhcp side of things int

Re: temp

2007-05-11 Thread WizLayer
On Friday 11 May 2007 06:12:26 pm Jack Barnett wrote: > Is there any program that'll monitor the temperate of my motherboard? > > There are some windows program that'll give me status on my fans, CPU > temps, motherboard temps, etc - is there anything like that in the > ports collection? > > (basic

Any FBSD Filesystem with Mandatory Locks?

2007-05-11 Thread Philippe Laquet
Dear All, I a trying to get HAVP (it works almost well, great software!) but I also need to use the streaming option and it needs a FS mounted with mandatory locks. I did not found any option with UFS(2) and also tried with ext2fs loaded but the mount_ext2fs does not support "-o mand" ... An

Re: STABLE + KEXI 1.1.2 (koffice 1.6.2) + KDE 3.5.6 = no sql?

2007-05-11 Thread Danny Pansters
On Friday 11 May 2007 22:44:39 Bram Schoenmakers wrote: > Op vrijdag 11 mei 2007, schreef Drew Sanford: > > Hi, > > > I am using Kexi to track various things in my office, including time > > off. This works well because I can write queries for each employee > > showing me how much time they hav

Re: camcontrol

2007-05-11 Thread Grant Peel
I have already set camcontrol to tell the system to stop using that part of the drive per the FAQ and Handbook: AWRE (Auto Write Reallocation Enbld): 1 ARRE (Auto Read Reallocation Enbld): 1 But, it still tries to read the block in question (3abd5c1). It is always that same block, so the badne

Re: Missing perl module is messing everything up

2007-05-11 Thread David LeCount
--- Craig Russell <[EMAIL PROTECTED]> wrote: > Try running "perl -MCPAN -e shell" as root. > > That should take you to a cpan> prompt from there > type > "install XML::Parser" > > If that completes succesfully hit exit and try to > install what you were looking for. > > Hope this helps > > Cra

Re: Missing perl module is messing everything up

2007-05-11 Thread Paul Schmehl
--On May 11, 2007 6:59:57 PM -0700 David LeCount <[EMAIL PROTECTED]> wrote: --- Craig Russell <[EMAIL PROTECTED]> wrote: Try running "perl -MCPAN -e shell" as root. That should take you to a cpan> prompt from there type "install XML::Parser" If that completes succesfully hit exit and try to

Re: ppp & dhcp

2007-05-11 Thread WizLayer
On Friday 11 May 2007 06:52:08 pm you wrote: > Hi, > HISADDR is never offered in the transaction. > the if for ppp looks like {registered addresss >> private address } > The transaction should contain 2 registered addresses which are MYADDR and > HISADDR. > The latter is never offered. Ever. > I ne

Re: Missing perl module is messing everything up

2007-05-11 Thread Warren Block
On Fri, 11 May 2007, David LeCount wrote: --- Craig Russell <[EMAIL PROTECTED]> wrote: Try running "perl -MCPAN -e shell" as root. That should take you to a cpan> prompt from there type "install XML::Parser" If that completes succesfully hit exit and try to install what you were looking for.

Re: Stable many-port SATA controller recommendations

2007-05-11 Thread Dieter
> after spending time and money on several Promise and Sillicon Image > based cards that don't work properly, > WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA= ... > I have tried several different SATA cables (since in other contexts > with other controllers these messages were suppo

corporate america hates me (a.k.a. *&%#@&*% broadcomm and hp)

2007-05-11 Thread Steve Franks
Like the subject line? Human nature being what it is, I've been watching the list long enough to know a whopper like this will garner replies ;) Got me a coaster. It's about a foot square and about 1.5 inches thick. If you reinstall every 3 months, it runs windows. I know, I should have spent

Re: temp

2007-05-11 Thread WizLayer
On Friday 11 May 2007 10:36:27 pm you wrote: > hrm, thanks. It gives me voltage, but doesn't report any of the > temperatures. > > Under windows there are at least 6 different temp monitors I can > watch. This only reports 255.0, 0, 0 > > I've tried both chipset options. It's a Tyan dual AMD MP

Re: Any FBSD Filesystem with Mandatory Locks?

2007-05-11 Thread Kris Kennaway
On Sat, May 12, 2007 at 01:10:09AM +0200, Philippe Laquet wrote: > > Dear All, > > I a trying to get HAVP (it works almost well, great software!) but I > also need to use the streaming option and it needs a FS mounted with > mandatory locks. I did not found any option with UFS(2) and also tried

Inverse ARP query

2007-05-11 Thread Brett Glass
Is there a command in FreeBSD that can be used to do an inverse ARP query (that is, supply a MAC address and have the device respond with its IP)? I have several hardware devices here whose IP addresses I do not know, but their MAC addresses are printed on the labels. To reprogram and reset them, I

Is there any already-existing method for removing empty dirs through periodic?

2007-05-11 Thread Josh Tolbert
Hello, A bit of backstory...I'm running motion (motion.sourceforge.net) on a machine connected to three analog IR cameras through three bktr cards in order to keep an eye on our vehicles. We've had problems with stereos stolen, tires cut, etc. motion is configured to write files out to the apache2

Re: Old 4.2 user, with 6.2 newbie questions

2007-05-11 Thread Mikhail Goriachev
Chuck Grimes wrote: [...] > My first priority is getting fetchmail running. Here is the > fetchmailrc dot file: > > defaults proto pop3 > user mailname > poll my.isp.com > pass x > set daemon 840 > > As user, I can run fetchmail at the command line, without an error > message, but it a

Re: Inverse ARP query

2007-05-11 Thread Dan Nelson
In the last episode (May 11), Brett Glass said: > Is there a command in FreeBSD that can be used to do an inverse ARP > query (that is, supply a MAC address and have the device respond with > its IP)? I have several hardware devices here whose IP addresses I do > not know, but their MAC addresses a

Re: temp

2007-05-11 Thread WizLayer
On Friday 11 May 2007 11:57:11 pm you wrote: > It's a fairly high end board (for it's day of course), I don't know if > I'd call it a "winboard" :) > > Tyan MPX 2466n-4m > > The chipset is also fairly standard and well supported: > AMD 760 MP > ( AMD-762 north bridge & AMD-766 south bridge on this

Re: Inverse ARP query

2007-05-11 Thread Chris Slothouber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2007-05-12 01:30, Brett Glass wrote: > Is there a command in FreeBSD that can be used to do an inverse ARP > query (that is, supply a MAC address and have the device respond > with its IP)? I have several hardware devices here whose IP addresses > I