Re: gettimeofday() in hping

2008-01-23 Thread Stefan Lambrev
Greetings, Kris Kennaway wrote: Stefan Lambrev wrote: How much can Linux handle? Will install ubuntu on the same machine and let you know, but my experience shows that FreeBSD + TSC have the same performance as Linux With which timecounter? On my colleague laptop which is little slower

DIST_SUBDIR not working with MASTER_SITE_OVERRIDE

2008-01-23 Thread cristi
Hi everybody, I recently wanted to install some gnome stuff from ports. In order to boost the download speed, I did something like this: make MASTER_SITE_OVERRIDE=ftp://ftp1.ro.freebsd.org/pub/FreeBSD/distfiles/ as documented in the Handbook. However, many gnome packages seem to have

Re: Synaptics

2008-01-23 Thread cristi
Cristian, good day. Mon, Jan 21, 2008 at 11:06:26PM +0200, Cristian KLEIN wrote: Eygene Ryabinkin wrote: But what protocol is selected? From your Xorg log I assume that it is either event, auto-dev or not set at all. I just ran into the same problem. In xorg.conf I explicitly told the

Re: gettimeofday() in hping

2008-01-23 Thread Stefan Lambrev
Hi Kris, Kris Kennaway wrote: Stefan Lambrev wrote: Kris Kennaway wrote: Stefan Lambrev wrote: You should use hwpmc to verify where the application is really spending time, since gettimeofday doesn't seem to account for it all. pmc: Unknown Intel CPU. module_register_init: MOD_LOAD

Re: Hardware support for AMD Geode CS5536 audio?

2008-01-23 Thread Alec Kloss
On 2008-01-22 22:34, Bruce R. Montague wrote: Hi, I wrote the geode audio driver for the CS5530 (found at the mentioned link), a good while back, I think for FreeBSD 4.x. This week is the first time I've received any feedback on this driver, a couple of pings along the line of the above.

Dell XPS 1530 - Network card issue - Marvell 88E8040

2008-01-23 Thread Chris Stromblad
(I originally addressed this to the freebsd-hardware, but got no response, so please forgive me for reposting this here!) Hi, It appears as if the Marvell 88E8040 is not yet supported by FreeBSD and specifically the msk(4) driver. I would just like to know if there are any plans on adding

Re: Hardware support for AMD Geode CS5536 audio?

2008-01-23 Thread Rink Springer
Hi Bruce, On Tue, Jan 22, 2008 at 10:34:00PM -0800, Bruce R. Montague wrote: This week is the first time I've received any feedback on this driver, a couple of pings along the line of the above. I honestly hadn't realized anybody was using it (I guess that's the problem with it working). If

Re: Dell XPS 1530 - Network card issue - Marvell 88E8040

2008-01-23 Thread Pyun YongHyeon
On Wed, Jan 23, 2008 at 12:25:17PM +0100, Chris Stromblad wrote: (I originally addressed this to the freebsd-hardware, but got no response, so please forgive me for reposting this here!) Hi, It appears as if the Marvell 88E8040 is not yet supported by FreeBSD and specifically the

Re: Hardware support for AMD Geode CS5536 audio?

2008-01-23 Thread Achim Patzner
Am 23.01.2008 um 12:09 schrieb Alec Kloss: On 2008-01-22 22:34, Bruce R. Montague wrote: I would try to fix/upgrade this driver if I had any hardware with a CS5536, but I don't. The specific device I'm targeting is a koolu, http://www.koolu.com. Or take a look at http://www.fit-pc.com/

Re: gettimeofday() in hping

2008-01-23 Thread Ivan Voras
Stefan Lambrev wrote: Greetings, Kris Kennaway wrote: Stefan Lambrev wrote: How much can Linux handle? Will install ubuntu on the same machine and let you know, but my experience shows that FreeBSD + TSC have the same performance as Linux With which timecounter? On my colleague laptop

Re: gettimeofday() in hping

2008-01-23 Thread Stefan Lambrev
Greets, Now I have final results with Linux and FreeBSD on the same hardware CPU: Intel(R) Xeon(R) CPU 3070 @ 2.66GHz - dual core Lan: [EMAIL PROTECTED]:3:0:0: class=0x02 card=0x10bc8086 chip=0x10bc8086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device = '82571EB Gigabit

Re: gettimeofday() in hping

2008-01-23 Thread Ivan Voras
On 23/01/2008, Stefan Lambrev [EMAIL PROTECTED] wrote: Greets, Now I have final results with Linux and FreeBSD on the same hardware CPU: Intel(R) Xeon(R) CPU 3070 @ 2.66GHz - dual core Lan: [EMAIL PROTECTED]:3:0:0: class=0x02 card=0x10bc8086 chip=0x10bc8086 rev=0x06 hdr=0x00 vendor

Re: DIST_SUBDIR not working with MASTER_SITE_OVERRIDE

2008-01-23 Thread Brooks Davis
On Wed, Jan 23, 2008 at 01:06:03PM +0200, [EMAIL PROTECTED] wrote: Hi everybody, I recently wanted to install some gnome stuff from ports. In order to boost the download speed, I did something like this: make MASTER_SITE_OVERRIDE=ftp://ftp1.ro.freebsd.org/pub/FreeBSD/distfiles/ as

Re: gettimeofday() in hping

2008-01-23 Thread Steven Hartland
- Original Message - From: Ivan Voras [EMAIL PROTECTED] The other thing that bothers me is, that under freebsd is quite easy to get: [send_ip] sendto: No buffer space available It happens almost always on my laptop just few seconds after I start hping with timecounter=TSC I'm not sure,

Re: gettimeofday() in hping

2008-01-23 Thread Stefan Lambrev
Hi, Ivan Voras wrote: On 23/01/2008, Stefan Lambrev [EMAIL PROTECTED] wrote: Greets, Now I have final results with Linux and FreeBSD on the same hardware CPU: Intel(R) Xeon(R) CPU 3070 @ 2.66GHz - dual core Lan: [EMAIL PROTECTED]:3:0:0: class=0x02 card=0x10bc8086 chip=0x10bc8086

Re: gettimeofday() in hping

2008-01-23 Thread Stefan Lambrev
Greetings, Steven Hartland wrote: - Original Message - From: Ivan Voras [EMAIL PROTECTED] The other thing that bothers me is, that under freebsd is quite easy to get: [send_ip] sendto: No buffer space available It happens almost always on my laptop just few seconds after I start hping

Re: gettimeofday() in hping

2008-01-23 Thread Kris Kennaway
Stefan Lambrev wrote: Hi Kris, Kris Kennaway wrote: Stefan Lambrev wrote: Kris Kennaway wrote: Stefan Lambrev wrote: You should use hwpmc to verify where the application is really spending time, since gettimeofday doesn't seem to account for it all. pmc: Unknown Intel CPU.

Re: gettimeofday() in hping

2008-01-23 Thread Kris Kennaway
Ivan Voras wrote: On 23/01/2008, Stefan Lambrev [EMAIL PROTECTED] wrote: Greets, Now I have final results with Linux and FreeBSD on the same hardware CPU: Intel(R) Xeon(R) CPU 3070 @ 2.66GHz - dual core Lan: [EMAIL PROTECTED]:3:0:0: class=0x02 card=0x10bc8086 chip=0x10bc8086 rev=0x06

update slices on (a)cd devices

2008-01-23 Thread Martin Laabs
Hi, I ask the same question some day on -questions before but got no usefull answer. Since it is also more technical related I try it here again. I created a dvd with two slices a and b. (Don't ask for the reason - it is a test for my backup system) This slices are ufs formated and gbde

Re: DIST_SUBDIR not working with MASTER_SITE_OVERRIDE

2008-01-23 Thread Rick C. Petty
On Wed, Jan 23, 2008 at 01:06:03PM +0200, [EMAIL PROTECTED] wrote: Hi everybody, I recently wanted to install some gnome stuff from ports. In order to boost the download speed, I did something like this: make MASTER_SITE_OVERRIDE=ftp://ftp1.ro.freebsd.org/pub/FreeBSD/distfiles/ as

Re: update slices on (a)cd devices

2008-01-23 Thread Bernd Walter
On Wed, Jan 23, 2008 at 08:19:24PM +0100, Martin Laabs wrote: Hi, I ask the same question some day on -questions before but got no usefull answer. Since it is also more technical related I try it here again. I created a dvd with two slices a and b. (Don't ask for the reason - it is a

HP Color Laserjet 1600

2008-01-23 Thread freebsd
We have a networked HP Color Laserjet 1600 on a print server (could also be shared on a Windows XP Pro box). We want to print text (plain black) with a letter head (in color). We created the letterhead using Microsoft Word, and printed it to a file. We were hoping that when we wanted to print

Re: Hardware support for AMD Geode CS5536 audio?

2008-01-23 Thread Ivan Voras
Bruce R. Montague wrote: I would try to fix/upgrade this driver if I had any hardware with a CS5536, but I don't. That said, can anyone recomend a cheap system that includes the CS5536, is generally available, doesn't cost very much and can be used as a minimal dev platform? (Surely all the

zfs plugins

2008-01-23 Thread Zaphod Beeblebrox
Has any thought been given to the growing number of zfs plugins on solaris? In particular, they have an encryption plugin that functions similar to zfs compression, but it seems useful to consider their plugins... Just wondering. ___

Re: Hardware support for AMD Geode CS5536 audio?

2008-01-23 Thread Bruce R. Montague
Hi, re: I'm hoping someone will be able to help me out with the audio is the Geode CS5536. Those AMD Geode systems with the CS5536 look almost cheap enough to afford one for each hand. I'll look into upgrading the 5530 audio driver for the 5536, but it will take sometime. If someone

Re: gettimeofday() in hping

2008-01-23 Thread binto
Greetings, Steven Hartland wrote: - Original Message - From: Ivan Voras [EMAIL PROTECTED] The other thing that bothers me is, that under freebsd is quite easy to get: [send_ip] sendto: No buffer space available It happens almost always on my laptop just few seconds after I start

FreeBSD hacker 101

2008-01-23 Thread william wong
Hi, Are there any docments or pointers to get me started hacking around my 6.3asap? Building toochains, submitting patches etc or i just follow most of the conventions in the Linux kernel development community? regards, william ___

Re: FreeBSD hacker 101

2008-01-23 Thread timo
bbs.chinaunix.net freebsdchina.org 2008-01-24 _ Best Regard Timo msn: [EMAIL PROTECTED] web: https://stand.eicp.net 发件人: william wong 发送时间: