problem with acpi and freebsd7

2008-02-26 Thread Nicolas Letellier
Hello, I upgraded my system to 7.0-RELEASE, and in the dmesg, I see this message: ioapic0 Version 2.0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: A M I OEMRSDT on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a (3) failed acpi0: reservation of 10,

Re: FreeBSD bind performance in FreeBSD 7

2008-02-26 Thread O. Hartmann
Kris Kennaway wrote: [SCHNIPP] * 7.0 with ULE has a bug on this workload (actually to do with workloads involving high interrupt rates). It is fixed in 8.0. will this patch also be available for 7.0? Regards, Oliver ___

RE: Capturing dmesg upon system crash on 6.3

2008-02-26 Thread Tom Evans
On Mon, 2008-02-25 at 15:41 +0200, Yehonatan Yossef wrote: I'm looking into the syslogd capabilities at the moment, it might be enough. I've tried following the serial console setup you've pointed, but when I added the 'console=comconsole' to loader.conf the OS hanged during boot time, had to

Re: Normal CPU usage with a PPP connection

2008-02-26 Thread Nikos Vassiliadis
On Sunday 24 February 2008 14:34:37 Dylan Smith wrote: Hey guys, i'm running 6.3-R with (i think) userland ppp to connect to my ADSL provider over PPPoE. I build a number of graphs(mrtg) for system stats and i am noticing that under heavy load on my ppp connection, that is sustained 150KB/s

Re: FreeBSD SAMBA file server performance - strange behaviour

2008-02-26 Thread Nenad Mihajlovic
I found it. I'll try it out, and see what we get. Interesting thing is, that i went again to verify the finds that i wrote in my letter, and it is not the ping itself that increases performance, but the fact of multiple connections - while pinging from console (ping -f), the behaviour

How to run 32 bit FreeBSD compiled apps on 64 bit

2008-02-26 Thread navneet Upadhyay
I have a simple program say Hello world , i have compiled it on 32 bit FreeBSD and it dynamically links to libraries(I cannot make it statically linked due to some requirements), now when i run it on AMD64 i get ELF interpreter /libexec/ld-elf32.so.1 not found. How to fix it, i searched and found

Re: Where is connect?

2008-02-26 Thread Mel
On Tuesday 26 February 2008 03:23:45 a arcadia wrote: This is likely a silly question but where exactly is the source for connect? Under /usr/src/lib/libc/sys there is connect.2 but no connect.c, or any other socket functions for that matter. sys/kern/uipc_syscalls.c -- Mel Problem with

ARP Messages

2008-02-26 Thread Mächler Philippe
Hello, I have some strange messages on a FreeBSD 5.4 Server The system has a private ip on bge1 and a public one one bge0 Every 2-3 seconds i get an entry like these... arp: 80.242.192.81 is on bge0 but got reply from 00:19:bb:25:7b:63 on bge1 arp: 80.242.192.81 is on bge0 but got reply from

msk nic and watchdog timeouts

2008-02-26 Thread Leonidas Tsampros
Hello, I ran a machine with FreeBSD 7.0-PRERELEASE (i386) (checked out and built on 12 January). My mainboard has 2 onboard NICs, which are identified correctly: Feb 24 18:54:35 bifteki kernel: msk0: Marvell Technology Group Ltd. Yukon EC Id 0xb6 Rev 0x01 on mskc0 Feb 24 18:54:35 bifteki

Mac Binarys

2008-02-26 Thread John.Andrwartha
Hi Thanks for your time, Running MacOs bin on FreeBSD 6.2-S. I can't get hold of source for this package it is a bit proprietary. The software in question is Centra Client Mac Version. This is used for education and runs under Win and Mac and uses a jre for tools. This suites KDE but how. I

Re: My Rebuild Problem

2008-02-26 Thread tonylabarbara
I would like to reformat and start over, but I don´t know how. As I wrote earlier, I keep getting the below-mentioned loop. How do I just reformat the disk? Also, concerning BIOS, not the problem, since I successfully installed earlier. beno -Original Message- From: Derek Ragona

Re: ARP Messages

2008-02-26 Thread Wojciech Puchar
00:19:bb:25:7b:63 on bge1 arp: 80.242.192.81 is on bge0 but got reply from 00:19:bb:25:7b:63 on bge1 arp: 80.242.192.81 is on bge0 but got reply from 00:19:bb:25:7b:63 on bge1 arp: 80.242.192.80 is on lo0 but got reply from 00:0e:7f:fe:10:3f on bge1 arp: 192.168.3.222 is on lo0 but got

RE: ARP Messages

2008-02-26 Thread Mächler Philippe
00:19:bb:25:7b:63 on bge1 arp: 80.242.192.81 is on bge0 but got reply from 00:19:bb:25:7b:63 on bge1 arp: 80.242.192.81 is on bge0 but got reply from 00:19:bb:25:7b:63 on bge1 arp: 80.242.192.80 is on lo0 but got reply from 00:0e:7f:fe:10:3f on bge1 arp: 192.168.3.222 is on lo0 but

Re: ARP Messages

2008-02-26 Thread Lystopad Oleksandr
Hello, M?chler Philippe! On Tue, Feb 26, 2008 at 01:14:11PM +0100 [EMAIL PROTECTED] wrote about ARP Messages: Hello, I have some strange messages on a FreeBSD 5.4 Server The system has a private ip on bge1 and a public one one bge0 Every 2-3 seconds i get an entry like these... arp:

IPMON log to syslog doesn't work

2008-02-26 Thread Anton Shterenlikht
Hello I'm trying to troubleshoot my ipfilter firewall, and I cannot get any log data, i.e. /var/log/ipfilter.log is empty. I have in my kernel options IPFILTER options IPFILTER_LOG options IPFILTER_DEFAULT_BLOCK in /etc/rc.conf ipfilter_enable=YES #

Re: My Rebuild Problem

2008-02-26 Thread Alphons Fonz van Werven
[EMAIL PROTECTED] wrote: I would like to reformat and start over, but I don´t know how. As I wrote earlier, I keep getting the below-mentioned loop. All I want to do is rebuild the silly FBSD! Again, I fell into this silly loop when I tried to rebuild: -- Select Drive -- FDISK Partition

Re: Setting Variables in expect Scripts From Shell Output

2008-02-26 Thread Martin McCormick
Roger Olofsson writes: If you're not too worried about speed my old trick to circumvent this was to simply write the variable to a temporary file then read in that file for the send_user thing later on...Providing the send_user is a script, mind you. An excellent idea. I just wanted to

RE: ARP Messages

2008-02-26 Thread Mächler Philippe
Hello, M?chler Philippe! On Tue, Feb 26, 2008 at 01:14:11PM +0100 [EMAIL PROTECTED] wrote about ARP Messages: Hello, I have some strange messages on a FreeBSD 5.4 Server The system has a private ip on bge1 and a public one one bge0 Every 2-3 seconds i get an entry like

Re: IPMON log to syslog doesn't work

2008-02-26 Thread Mel
On Tuesday 26 February 2008 14:20:32 Anton Shterenlikht wrote: I'm trying to troubleshoot my ipfilter firewall, and I cannot get any log data, i.e. /var/log/ipfilter.log is empty. Does: # logger -p security.notice test put anything in the log? -- Mel Problem with today's modular software:

Re: ARP Messages

2008-02-26 Thread Lystopad Oleksandr
Hello, M?chler Philippe! On Tue, Feb 26, 2008 at 03:08:55PM +0100 [EMAIL PROTECTED] wrote about RE: ARP Messages: Hello, M?chler Philippe! On Tue, Feb 26, 2008 at 01:14:11PM +0100 [EMAIL PROTECTED] wrote about ARP Messages: Hello, I have some strange messages on a FreeBSD

Re: IPMON log to syslog doesn't work

2008-02-26 Thread Anton Shterenlikht
On Tue, Feb 26, 2008 at 03:09:14PM +0100, Mel wrote: On Tuesday 26 February 2008 14:20:32 Anton Shterenlikht wrote: I'm trying to troubleshoot my ipfilter firewall, and I cannot get any log data, i.e. /var/log/ipfilter.log is empty. Does: # logger -p security.notice test put anything

Re: ARP Messages

2008-02-26 Thread Erik Norgaard
Mächler Philippe wrote: I have some strange messages on a FreeBSD 5.4 Server The system has a private ip on bge1 and a public one one bge0 Every 2-3 seconds i get an entry like these... arp: 80.242.192.81 is on bge0 but got reply from 00:19:bb:25:7b:63 on bge1 Routing tables Internet:

IPFW2 script with natd and loadsharing

2008-02-26 Thread René Vestergaard
I am trying to have both natd (divert) and loadsharing (pipe/queue) in the same IPFW2 firewall script. It works partly. That is, something is wrong because, pipe-bandwidth does not at all match the measured and by using the log-facility I found that the following package enter the script at

Re: ARP Messages

2008-02-26 Thread Mel
On Tuesday 26 February 2008 13:14:11 Mächler Philippe wrote: %netstat -rn Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire 192.168.2 192.168.3.254 UGS 0 8209 bge1 192.168.3 link#2 UC

Re: ARP Messages

2008-02-26 Thread Erik Norgaard
Mel wrote: On Tuesday 26 February 2008 13:14:11 Mächler Philippe wrote: %netstat -rn Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire 192.168.2 192.168.3.254 UGS 0 8209 bge1 192.168.3 link#2 UC

Re: IPMON log to syslog doesn't work

2008-02-26 Thread Mel
On Tuesday 26 February 2008 15:25:37 Anton Shterenlikht wrote: On Tue, Feb 26, 2008 at 03:09:14PM +0100, Mel wrote: On Tuesday 26 February 2008 14:20:32 Anton Shterenlikht wrote: I'm trying to troubleshoot my ipfilter firewall, and I cannot get any log data, i.e. /var/log/ipfilter.log is

Re: ARP Messages

2008-02-26 Thread Mel
On Tuesday 26 February 2008 15:42:41 Erik Norgaard wrote: Mel wrote: On Tuesday 26 February 2008 13:14:11 Mächler Philippe wrote: %netstat -rn Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire 192.168.2 192.168.3.254

Re: IPMON log to syslog doesn't work

2008-02-26 Thread Anton Shterenlikht
On Tue, Feb 26, 2008 at 03:42:51PM +0100, Mel wrote: On Tuesday 26 February 2008 15:25:37 Anton Shterenlikht wrote: On Tue, Feb 26, 2008 at 03:09:14PM +0100, Mel wrote: On Tuesday 26 February 2008 14:20:32 Anton Shterenlikht wrote: I'm trying to troubleshoot my ipfilter firewall, and I

Re: ARP Messages

2008-02-26 Thread Erik Norgaard
Mel wrote: On Tuesday 26 February 2008 15:42:41 Erik Norgaard wrote: Mel wrote: On Tuesday 26 February 2008 13:14:11 Mächler Philippe wrote: %netstat -rn Routing tables Internet: DestinationGatewayFlagsRefs Use Netif Expire 192.168.2 192.168.3.254

Re: ARP Messages

2008-02-26 Thread Mel
On Tuesday 26 February 2008 15:49:38 Mel wrote: On Tuesday 26 February 2008 15:42:41 Erik Norgaard wrote: Mel wrote: On Tuesday 26 February 2008 13:14:11 Mächler Philippe wrote: %netstat -rn Routing tables Internet: DestinationGatewayFlagsRefs Use

Re: mount_msdosfs options with mp3 player

2008-02-26 Thread Dave
Hi, Thanks, i've got the mp3 player mounting fine now, i'd like to lock it down to a specific id, so that no matter which port it connects to it's always recognized as da0. I'd also like to automount it on connect. Is that doable? For the locking down loader.hints? I'm not sure of the

Re: mount_msdosfs options with mp3 player

2008-02-26 Thread Dominic Fandrey
Dave wrote: Hi, Thanks, i've got the mp3 player mounting fine now, i'd like to lock it down to a specific id, so that no matter which port it connects to it's always recognized as da0. I'd also like to automount it on connect. Is that doable? For the locking down loader.hints? I'm not sure

RE: Dropped Packets

2008-02-26 Thread Dave Raven
Hi all, I have done some more investigation and stumbled into something odd. If I use ping currently I am getting about 3% packet loss (it gets worse) but with hping (to the exact same ip) I get no loss? As I understand hping and ping use different methods of sending packets, could this

update to 6.3 p1

2008-02-26 Thread Zbigniew Szalbot
Hello, I am using FreeBSD 6.3-RELEASE #5. I just applied freebsd-update and see that there were some patches being downloaded: The following files will be updated as part of updating to 6.3-RELEASE-p1: /boot/GENERIC/kernel /usr/src/sys/conf/newvers.sh /usr/src/sys/kern/kern_descrip.c

Performance Issues on 6.3

2008-02-26 Thread Natham
Hi i have a server with four disk atached, 2 raid 0 and 2 raid 1. Im getting a low performance on file trasfers over network to windows clients i get only about 30MB/s. Looking at gstat i got both disk are trasfering 15000kBps each over a gigabit connection(client and server). How can improve

Re: update to 6.3 p1

2008-02-26 Thread Wojciech Puchar
The following files will be updated as part of updating to 6.3-RELEASE-p1: /boot/GENERIC/kernel /usr/src/sys/conf/newvers.sh /usr/src/sys/kern/kern_descrip.c /usr/src/sys/kern/uipc_syscalls.c I have installed the updates but my question is whether these updates mean that the system has to be

Calendar Solution?

2008-02-26 Thread B. Cook
Hello All, Anyone have any suggestions for a 'corporate' calendar? Either ports or DIY or other .. I am trying to get them on the idea of an OSX server.. They are using words like 'Exchange' and 'Externally Hosted Exchange' servers.. (just sends a chill down my spine.. ) We have our

RE: ARP Messages

2008-02-26 Thread Maechler Philippe
On Tuesday 26 February 2008 15:49:38 Mel wrote: On Tuesday 26 February 2008 15:42:41 Erik Norgaard wrote: Mel wrote: On Tuesday 26 February 2008 13:14:11 Mächler Philippe wrote: %netstat -rn Routing tables Internet: DestinationGatewayFlagsRefs

SOLVED: Re: IPMON log to syslog doesn't work

2008-02-26 Thread Anton Shterenlikht
On Tue, Feb 26, 2008 at 03:01:13PM +, Anton Shterenlikht wrote: On Tue, Feb 26, 2008 at 03:42:51PM +0100, Mel wrote: On Tuesday 26 February 2008 15:25:37 Anton Shterenlikht wrote: On Tue, Feb 26, 2008 at 03:09:14PM +0100, Mel wrote: On Tuesday 26 February 2008 14:20:32 Anton

Re: update to 6.3 p1

2008-02-26 Thread Zbigniew Szalbot
Hello, 2008/2/26, Wojciech Puchar [EMAIL PROTECTED]: The following files will be updated as part of updating to 6.3-RELEASE-p1: /boot/GENERIC/kernel /usr/src/sys/conf/newvers.sh /usr/src/sys/kern/kern_descrip.c /usr/src/sys/kern/uipc_syscalls.c I have installed the updates

Re: My Rebuild Problem

2008-02-26 Thread Derek Ragona
/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. __ Information from ESET NOD32 Antivirus, version of virus signature database 2902 (20080226

RE: Capturing dmesg upon system crash on 6.3

2008-02-26 Thread Yehonatan Yossef
I'm facing a system reboot upon loading of the driver, and I could use a tool for capturing dmesg upon system crash (such as netconsole on Linux). Your kernel isn't setup for driver development:

Re: ARP Messages

2008-02-26 Thread Erik Norgaard
Maechler Philippe wrote: I'll extend the schema from erik to show where the other ip/mac adress is... - --- ¦ server¦ switch switch ¦router/firewall¦ switch ¦192.168.3.222¦[(3.x/24)]--[(3.x/24)]-¦ 192.168.3.254 ¦---

Re: update to 6.3 p1

2008-02-26 Thread Wojciech Puchar
Thank you! Just to make sure, I go to /usr/src you meant /usr/src/sys i think make make install shutdown -r now Also, I have always used: make buildkernel KERNCONF=MYKERNEL make installkernel KERNCONF=MYKERNEL strange way unless building new system. normal way is cd

Re: update to 6.3 p1

2008-02-26 Thread Andreas Rudisch
On Tue, 26 Feb 2008 18:06:27 +0100 (CET) Wojciech Puchar [EMAIL PROTECTED] wrote: Also, I have always used: make buildkernel KERNCONF=MYKERNEL make installkernel KERNCONF=MYKERNEL strange way unless building new system. Not really.

Re: update to 6.3 p1

2008-02-26 Thread Zbigniew Szalbot
2008/2/26, Andreas Rudisch [EMAIL PROTECTED]: On Tue, 26 Feb 2008 18:06:27 +0100 (CET) Wojciech Puchar [EMAIL PROTECTED] wrote: Also, I have always used: make buildkernel KERNCONF=MYKERNEL make installkernel KERNCONF=MYKERNEL strange way unless building new system. Not

Re: SOLVED: Re: IPMON log to syslog doesn't work

2008-02-26 Thread Mel
On Tuesday 26 February 2008 17:31:27 Anton Shterenlikht wrote: On Tue, Feb 26, 2008 at 03:01:13PM +, Anton Shterenlikht wrote: On Tue, Feb 26, 2008 at 03:42:51PM +0100, Mel wrote: On Tuesday 26 February 2008 15:25:37 Anton Shterenlikht wrote: On Tue, Feb 26, 2008 at 03:09:14PM +0100,

Re: Calendar Solution?

2008-02-26 Thread Roland Smith
On Tue, Feb 26, 2008 at 11:29:14AM -0500, B. Cook wrote: Hello All, Anyone have any suggestions for a 'corporate' calendar? Either ports or DIY or other .. Have a look at deskutils/horde-kronolith. It uses the 'horde' framework; www/horde-base IIRC. I am trying to get them on the idea

Re: update to 6.3 p1

2008-02-26 Thread Zbigniew Szalbot
one last question if I may... 2008/2/26, Zbigniew Szalbot [EMAIL PROTECTED]: 2008/2/26, Andreas Rudisch [EMAIL PROTECTED]: On Tue, 26 Feb 2008 18:06:27 +0100 (CET) Wojciech Puchar [EMAIL PROTECTED] wrote: Also, I have always used: make buildkernel KERNCONF=MYKERNEL

Re: Calendar Solution?

2008-02-26 Thread Derek Ragona
At 10:29 AM 2/26/2008, B. Cook wrote: Hello All, Anyone have any suggestions for a 'corporate' calendar? Either ports or DIY or other .. I am trying to get them on the idea of an OSX server.. They are using words like 'Exchange' and 'Externally Hosted Exchange' servers.. (just sends a chill

Re: update to 6.3 p1

2008-02-26 Thread Manolis Kiagias
Zbigniew Szalbot wrote: one last question if I may... 2008/2/26, Zbigniew Szalbot [EMAIL PROTECTED]: 2008/2/26, Andreas Rudisch [EMAIL PROTECTED]: On Tue, 26 Feb 2008 18:06:27 +0100 (CET) Wojciech Puchar [EMAIL PROTECTED] wrote: Also, I have always used: make

Portmaster error or actual bug?

2008-02-26 Thread Michael W. Lucas
Hi, Not sure if this is a bug, but it sure looks like one to me. I run: # portmaster -o lang/expect-devel expect-5.43.0_3 expecting to replace Expect 5.43 with the version in expect-devel (5.44). Instead, it reinstalls expect-5.43. Am I doing something wrong? Or is this an actual bug in

Re: hardware problem

2008-02-26 Thread D G Teed
On Mon, Feb 25, 2008 at 10:45 PM, Da Rock [EMAIL PROTECTED] wrote: On Mon, 2008-02-25 at 20:38 -0500, Tsu-Fan Cheng wrote: hi guys, just take every part out and dust with a brush, reseat the m-board and hook on the power supply, switch on the power and both fans spin for quite a

usbhidaction resource consumption

2008-02-26 Thread brad clawsie
hi, i have been following the directions for enabling the eject mechanism on the macbook http://wiki.freebsd.org/AppleMacbook#head-7eab3730c3bf3d04bdfb0d1d3649eaddf2fed595 upon boot, usbhidaction immediately goes to 95%++ cpu and stays there this problem has only manifested itself in the last

Re: Calendar Solution?

2008-02-26 Thread herbert langhans
Maybe this is the thing for you: http://www.k5n.us/webcalendar.php Needs Apache and an sql-server. I use it for years now and like the function what sends you an email before the appointment. Cheers herbs On Tue, 26 Feb 2008 11:29:14 -0500 B. Cook [EMAIL PROTECTED] wrote: Hello All,

Re: mount_msdosfs options with mp3 player

2008-02-26 Thread Dominic Fandrey
Alphons Fonz van Werven wrote: Dominic Fandrey wrote: I suggest you simply label it (using a windows machine I suppose) and use the GEOM label as a fixed mountpoint. This would show up as /dev/msdosfs/mp3player. Sounds like a very good suggestion. If you have several such devices, e.g. MP3

Re: Performance Issues on 6.3

2008-02-26 Thread Kris Kennaway
Natham wrote: Both RAID got low performance, where can i check to fis that problem? How did you determine that it is your RAID that is performing poorly, and not your network card or your samba or something on the other system? Kris ___

Re: FreeBSD bind performance in FreeBSD 7

2008-02-26 Thread Kris Kennaway
O. Hartmann wrote: Kris Kennaway wrote: [SCHNIPP] * 7.0 with ULE has a bug on this workload (actually to do with workloads involving high interrupt rates). It is fixed in 8.0. will this patch also be available for 7.0? If you mean will it be merged to RELENG_7, absolutely. If you mean

usb external hd question

2008-02-26 Thread Miguel Giral
Hi I bought an external usb hd but i can just get FreeBSD (both 6.2 and 7) to recognice it if the drive is switched on and plugged in during system boot up. Case in which i get the drive detected with both partitions i made in it. (da0 da0s1 da0s2) If i switch it on in an already running system,

Re: usb external hd question

2008-02-26 Thread Joshua Isom
On Feb 26, 2008, at 12:58 PM, Miguel Giral wrote: Hi I bought an external usb hd but i can just get FreeBSD (both 6.2 and 7) to recognice it if the drive is switched on and plugged in during system boot up. Case in which i get the drive detected with both partitions i made in it. (da0 da0s1

Re: Portmaster error or actual bug?

2008-02-26 Thread Randy Pratt
On Tue, 26 Feb 2008 13:08:59 -0500 Michael W. Lucas [EMAIL PROTECTED] wrote: Hi, Not sure if this is a bug, but it sure looks like one to me. I run: # portmaster -o lang/expect-devel expect-5.43.0_3 expecting to replace Expect 5.43 with the version in expect-devel (5.44). Instead,

Re: Portmaster error or actual bug?

2008-02-26 Thread Michael W. Lucas
On Tue, Feb 26, 2008 at 02:52:49PM -0500, Randy Pratt wrote: On Tue, 26 Feb 2008 13:08:59 -0500 Michael W. Lucas [EMAIL PROTECTED] wrote: Hi, Not sure if this is a bug, but it sure looks like one to me. I run: # portmaster -o lang/expect-devel expect-5.43.0_3 expecting to

Re: Performance Issues on 6.3

2008-02-26 Thread Natham
On Tue, Feb 26, 2008 at 2:23 PM, Kris Kennaway [EMAIL PROTECTED] wrote: Natham wrote: Both RAID got low performance, where can i check to fis that problem? How did you determine that it is your RAID that is performing poorly, and not your network card or your samba or something on the

Re: Calendar Solution?

2008-02-26 Thread Da Rock
On Tue, 2008-02-26 at 20:24 +0100, herbert langhans wrote: Maybe this is the thing for you: http://www.k5n.us/webcalendar.php Needs Apache and an sql-server. I use it for years now and like the function what sends you an email before the appointment. Cheers herbs On Tue, 26 Feb

Re: Calendar Solution?

2008-02-26 Thread Jonathan Chen
On Tue, Feb 26, 2008 at 11:29:14AM -0500, B. Cook wrote: Hello All, Anyone have any suggestions for a 'corporate' calendar? Either ports or DIY or other .. What you're looking for is a calendar server. One that you can take a look at is Bedework http://www.bedework.org/ which runs in a

pcm error on 5.3

2008-02-26 Thread Robert Palambo
Trying to enable audio on FreeBSD 5.3 ... pcm no longer works - worked on 4.0, 4.6, 5.1 - now gives error @ /usr/sbin/config -g if sound is used during kernel build - pci2: multimedia, audio at device 10.0 (no driver attached) this happens if mobo soundMax is used or add-in soundblaster Live!

RE: FreeBSD bind performance in FreeBSD 7

2008-02-26 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kris Kennaway Sent: Monday, February 25, 2008 12:18 PM To: Oliver Herold; freebsd-questions@freebsd.org; [EMAIL PROTECTED] Subject: Re: FreeBSD bind performance in FreeBSD 7 Oliver Herold wrote:

RE: hardware problem

2008-02-26 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of D G Teed Sent: Monday, February 25, 2008 7:22 AM To: DAve Cc: FreeBSD Questions Subject: Re: hardware problem Every system I've seen with his description of the problem, where the power supply

RE: Normal CPU usage with a PPP connection

2008-02-26 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nikos Vassiliadis Sent: Tuesday, February 26, 2008 1:49 AM To: freebsd-questions@freebsd.org Cc: Dylan Smith Subject: Re: Normal CPU usage with a PPP connection On Sunday 24 February 2008 14:34:37

RE: Performance Issues on 6.3

2008-02-26 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Natham Sent: Tuesday, February 26, 2008 1:32 PM To: Kris Kennaway; freebsd-questions@freebsd.org; [EMAIL PROTECTED] Subject: Re: Performance Issues on 6.3 On Tue, Feb 26, 2008 at 2:23 PM, Kris

RE: Open source quiry

2008-02-26 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Giorgos Keramidas Sent: Monday, February 25, 2008 9:33 PM To: Daniel Jennings Cc: freebsd-questions@freebsd.org Subject: Re: Open source quiry On 2008-02-26 11:33, Daniel Jennings [EMAIL

FreeBSD 6.3, ftpd and crappy clients

2008-02-26 Thread Wojciech Puchar
is ftpd changed compared to 6.2? all normal clients (like classic ftp, lftp) works fine, unix mozilla ftp client, and few winftp clients shows empty catalog. i know that's crappy clients, but worked with 6.2 (i think ;) any solution? (except the best - changing to working clients)

Re: Performance Issues on 6.3

2008-02-26 Thread Bogdan Ćulibrk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Natham wrote: | I dont. i check the performance for network trasfer only thats what i | mean (trought samba). When im rebuilding the RAID 1 i got about 40mb/s | from each disk. | I think its a network issue or samba, but i dont know where to look at.

Re: FreeBSD bind performance in FreeBSD 7

2008-02-26 Thread Predrag Punosevac
Ted Mittelstaedt wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kris Kennaway Sent: Monday, February 25, 2008 12:18 PM To: Oliver Herold; freebsd-questions@freebsd.org; [EMAIL PROTECTED] Subject: Re: FreeBSD bind performance in FreeBSD 7 Oliver

Re: FreeBSD 6.3, ftpd and crappy clients

2008-02-26 Thread Doug Hardie
On Feb 26, 2008, at 22:58, Wojciech Puchar wrote: is ftpd changed compared to 6.2? all normal clients (like classic ftp, lftp) works fine, unix mozilla ftp client, and few winftp clients shows empty catalog. i know that's crappy clients, but worked with 6.2 (i think ;) any solution?

RE: Mac Binarys

2008-02-26 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John.Andrwartha Sent: Monday, February 25, 2008 10:51 PM To: freebsd-questions@freebsd.org Subject: Mac Binarys Hi Thanks for your time, Running MacOs bin on FreeBSD 6.2-S. I can't get hold of

Re: Open source quiry

2008-02-26 Thread Giorgos Keramidas
On 2008-02-26 22:53, Ted Mittelstaedt [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: On 2008-02-26 11:33, Daniel Jennings [EMAIL PROTECTED] wrote: Hello, Recently I was told that 2wire dsl gateways http://www.2wire.com use a variant of rt FreeBSD. The FreeBSD license allows reuse of the

RE: Calendar Solution?

2008-02-26 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roland Smith Sent: Tuesday, February 26, 2008 10:19 AM To: B. Cook Cc: freebsd-questions@freebsd.org Subject: Re: Calendar Solution? I am trying to get them on the idea of an OSX server.. They

RE: ARP Messages

2008-02-26 Thread Maechler Philippe
From: Erik Norgaard [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 5:55 PM To: Maechler Philippe Cc: 'Mel'; freebsd-questions@freebsd.org Subject: Re: ARP Messages Maechler Philippe wrote: I'll extend the schema from erik to show where the other ip/mac adress is...

RE: FreeBSD 6.3, ftpd and crappy clients

2008-02-26 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Doug Hardie Sent: Tuesday, February 26, 2008 11:12 PM To: Wojciech Puchar Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.3, ftpd and crappy clients On Feb 26, 2008, at 22:58, Wojciech

RE: Open source quiry

2008-02-26 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Giorgos Keramidas Sent: Tuesday, February 26, 2008 11:27 PM To: Ted Mittelstaedt Cc: Daniel Jennings; freebsd-questions@freebsd.org Subject: Re: Open source quiry On 2008-02-26 22:53, Ted