Re: mysql4-server and tcpd.h and too many arguments to function

2005-08-30 Thread Sepherosa Ziehau
On 8/30/05, Jeremy C. Reed [EMAIL PROTECTED] wrote: Building mysqld failed on DragonFly with: mysqld.cc: In function `void* handle_connections_sockets(void*)': /usr/include/tcpd.h:138: error: too many arguments to function `void sock_host()' mysqld.cc:3649: error: at this point in file

tcpd.h update (fix mysql-server building)

2005-09-01 Thread Sepherosa Ziehau
Hi all, I have generated a patch to fix the problem mentioned in: http://leaf.dragonflybsd.org/mailarchive/users/2005-08/msg00320.html This patch is based on NetBSD's tcp_wrapper changes. Please give it a try. If this patch has no problem, I will commit three days later. patch:

Re: make buildword failed

2005-09-24 Thread Sepherosa Ziehau
If it is during the bootstrap-tools building stage, please take a look at: http://leaf.dragonflybsd.org/mailarchive/bugs/2005-09/msg00090.html Best Regards, sephe On 9/25/05, David Xu [EMAIL PROTECTED] wrote: cc -O -pipe -mtune=pentiumpro -DCOLORLS -Wunknown-pragmas -Wsystem-headers -Wall -W

Re: rl0: watchdog timeout

2005-10-07 Thread Sepherosa Ziehau
On 10/7/05, Emiel Kollof [EMAIL PROTECTED] wrote: Hi, Since I moved a box up to HEAD, I've been seeing lots of these in my dmesg: rl0: watchdog timeout It is OK for rl(4), you can just ignore it. Actually rl(4) on HEAD or Preview is better than its counterpart on Release. Best Regards,

Re: rl0: watchdog timeout

2005-10-07 Thread Sepherosa Ziehau
On 10/7/05, Emiel Kollof [EMAIL PROTECTED] wrote: Op vrijdag 07 oktober 2005 13:59, schreef Sepherosa Ziehau: On 10/7/05, Emiel Kollof [EMAIL PROTECTED] wrote: Hi, Since I moved a box up to HEAD, I've been seeing lots of these in my dmesg: rl0: watchdog timeout It is OK

Re: ld looking for libc.so.1

2005-10-18 Thread Sepherosa Ziehau
On 10/18/05, Jonathon McKitrick [EMAIL PROTECTED] wrote: On Tue, Oct 18, 2005 at 12:01:20PM +0200, Simon 'corecode' Schubert wrote: : On 18.10.2005, at 01:04, Jonathon McKitrick wrote: : On DFly, executing : the binary gives me 'libc.so.1 not found.' : : What does `ldd binary' and `objdump

Re: WPA support

2006-04-10 Thread Sepherosa Ziehau
On 4/10/06, Thomas Schlesinger [EMAIL PROTECTED] wrote: Hi, as I've seen in the Wiki, there's support for ipw2200. But after goggleing a I don't have ipw at hand, but ipw's WPA support may be problematic while, I got the impression, that WPA encryption is not possible yet. Is this Yes, it

80211 patch1

2006-04-16 Thread Sepherosa Ziehau
Hi all, I have managed to port fbsd6's net80211, based on patch sumbitted by Andrew Atrens and Adrian Michael Nida Please try following patch: http://leaf.dragonflybsd.org/~sephe/802_11.diff1 NOTE: 1) This patch is against src/ *not* against src/sys/ 2) Please don't forget -p0 in the `patch'

Re: 80211 patch1

2006-04-16 Thread Sepherosa Ziehau
On 4/16/06, Thomas Schlesinger [EMAIL PROTECTED] wrote: Am Sonntag, 16. April 2006 13:00 schrieb Sepherosa Ziehau: Hi all, I have managed to port fbsd6's net80211, based on patch sumbitted by Andrew Atrens and Adrian Michael Nida Please try following patch: http

Re: 80211 patch1

2006-04-16 Thread Sepherosa Ziehau
On 4/16/06, Thomas Schlesinger [EMAIL PROTECTED] wrote: Am Sonntag, 16. April 2006 13:00 schrieb Sepherosa Ziehau: Hi all, I have managed to port fbsd6's net80211, based on patch sumbitted by Andrew Atrens and Adrian Michael Nida Please try following patch: http

Re: 80211 patch1

2006-04-17 Thread Sepherosa Ziehau
On 4/17/06, Thomas Schlesinger [EMAIL PROTECTED] wrote: Am Montag, 17. April 2006 03:37 schrieb Sepherosa Ziehau: snip My fault, missing a crit_enter(), please change sys/dev/netif/iwi/if_iwi.c iwi_load_firmware() near these lines: CSR_WRITE_4(sc, IWI_CSR_CTL, tmp

Re: 80211 patch1

2006-04-17 Thread Sepherosa Ziehau
On 4/17/06, Thomas Schlesinger [EMAIL PROTECTED] wrote: Am Sonntag, 16. April 2006 13:00 schrieb Sepherosa Ziehau: Hi all, I have managed to port fbsd6's net80211, based on patch sumbitted by Andrew Atrens and Adrian Michael Nida snip Sepherosa, I've got working WPA finally on my

Re: 80211 patch1

2006-04-17 Thread Sepherosa Ziehau
On 4/17/06, Thomas Schlesinger [EMAIL PROTECTED] wrote: iwicontrol iwi0 -d /usr/libdata/iwi_firmware ifconfig iwi0 up nohup wpa_supplicant -i iwi0 -c /etc/wpa_supplicant.conf /var/log/wpa.log use wpa_supplicant -B to put it into background, nohup is not necessary route add default

Re: Thinkpad 570E and Cardbus errors

2006-04-22 Thread Sepherosa Ziehau
On 4/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hey all, I'm not entirely new to DflyBSD but I haven't kept any install of it on my PC for any length of time. I've been a follower of the project for some time and I finally have a machine I think I can run dfly on full time,

Re: 80211 patch1

2006-04-23 Thread Sepherosa Ziehau
On 4/16/06, Sepherosa Ziehau [EMAIL PROTECTED] wrote: Hi all, I have managed to port fbsd6's net80211, based on patch sumbitted by Andrew Atrens and Adrian Michael Nida Please try following patch: http://leaf.dragonflybsd.org/~sephe/802_11.diff1 I have fixed some nits in above patch

Re: Thinkpad 570E and Cardbus errors

2006-04-24 Thread Sepherosa Ziehau
On 4/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Sat, Apr 22, 2006 at 08:17:07PM +0800, Sepherosa Ziehau wrote: Please try following patch (from joerg): http://leaf.dragonflybsd.org/~sephe/cbb-apr-09.diff It should be applied cleanly to HEAD or PREVIEW OK, that patch (after

Re: Thinkpad 570E and Cardbus errors

2006-04-24 Thread Sepherosa Ziehau
On 4/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Mon, Apr 24, 2006 at 08:17:07PM +0800, Sepherosa Ziehau wrote: For FA511, can you give me the dmesg? when I insert the card (after kldloading cbb) I get: cardbus0: Resource not specified in CIS: id=40, size=100 cardbus0: Resource

Re: Thinkpad 570E and Cardbus errors

2006-04-24 Thread Sepherosa Ziehau
On 4/24/06, Alex Burke [EMAIL PROTECTED] wrote: Hi, Just to throw a couple of things in, I too am very ineterested with this work because I run a WPA2-PSK wireles network at home and my laptop has an atheros cardbus card in it. For me, that is one of the last reason that I am currently

Re: Thinkpad 570E and Cardbus errors

2006-04-25 Thread Sepherosa Ziehau
On 4/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Mon, Apr 24, 2006 at 08:17:07PM +0800, Sepherosa Ziehau wrote: For FA511, can you give me the dmesg? when I insert the card (after kldloading cbb) I get: cardbus0: Resource not specified in CIS: id=40, size=100 cardbus0: Resource

Re: atheros card and wpa_supplicant

2006-04-29 Thread Sepherosa Ziehau
On 4/30/06, Alex Burke [EMAIL PROTECTED] wrote: Hi, I managed to patch the source tree with the latest patch to cbb, and now the system boots *WITH* the atheros card left in. I then compiled the atheros driver, and having loaded all the required modules the card is definitely detected and I

Re: atheros card and wpa_supplicant

2006-04-29 Thread Sepherosa Ziehau
On 4/30/06, Alex Burke [EMAIL PROTECTED] wrote: Have you run at least `ifconfig ath0 up' before `wpa_supplicant -i ath0 -c conf'? That turned out to be a very good question! I didnt realise you had to do that before running the supplicantand tat got me further. Now, it runs its startup

80211 patch3 (to be committed)

2006-04-30 Thread Sepherosa Ziehau
Hi all, I have rearranged the previous 80211 patch: http://leaf.dragonflybsd.org/~sephe/802_11.diff3 NOTE: 1) Apply this patch at /usr/src, don't forget -p0 in `patch'. It should apply cleanly to HEAD or PREVIEW 2) You will need to at least quickkernel if you have tried previous patch. If you

vge(4)

2006-04-30 Thread Sepherosa Ziehau
Hi all, vge(4) is available for testing, it supports VIA VT6122 PCI GigE: http://leaf.dragonflybsd.org/~sephe/vge.diff This patch is against src/sys/dev/netif, please don't forget -p0 in `patch' command I don't have the hardware, so if anyone has this kind of hardware please test it Best

Re: atheros card and wpa_supplicant

2006-05-01 Thread Sepherosa Ziehau
On 5/1/06, Alex Burke [EMAIL PROTECTED] wrote: Hello, Sorry I didnt reply sooner - I did as you asked, turned the AP SSID No need to be sorry :-) masking off and it still shows the same behaviour as it did before, it never associates and then spits out the device timeout message. This

Re: atheros card and wpa_supplicant

2006-05-01 Thread Sepherosa Ziehau
BTW, which rate control algo are you using with ath(4)? On 5/1/06, Alex Burke [EMAIL PROTECTED] wrote: I also cloak the SSID, hence the scan_ssid=1. Would it be worth lowering the security level on my AP to see if that helps? Please turn off hiding ssid on AP and give it a try again.

Re: 80211 patch3 (to be committed)

2006-05-04 Thread Sepherosa Ziehau
On 5/5/06, Andrew Thompson [EMAIL PROTECTED] wrote: sephe, I tried this new patch, but my ath drivers no longer function. They refuse to load on boot and if I force it manually with a kldload I get a kernel panic. Please rebuild ath(4) modules Don't load it on startup, load it manually after

Re: 80211 patch3 (to be committed)

2006-05-05 Thread Sepherosa Ziehau
On 5/6/06, Erik Wikström [EMAIL PROTECTED] wrote: On 2006-05-01 20:06, Thomas Schlesinger wrote: Am Montag, 1. Mai 2006 03:09 schrieb Sepherosa Ziehau: Hi all, I have rearranged the previous 80211 patch: http://leaf.dragonflybsd.org/~sephe/802_11.diff3 NOTE: 1) Apply this patch at /usr

Re: 80211 patch3 (to be committed)

2006-05-06 Thread Sepherosa Ziehau
On 5/6/06, Thomas Schlesinger [EMAIL PROTECTED] wrote: Am Montag, 1. Mai 2006 03:09 schrieb Sepherosa Ziehau: Hi all, I have rearranged the previous 80211 patch: http://leaf.dragonflybsd.org/~sephe/802_11.diff3 NOTE: snip Sepherosa, sometimes, my notebook (Asus V6800, ipw2200) crashes

Re: 80211 patch3 (to be committed)

2006-05-08 Thread Sepherosa Ziehau
On 5/8/06, Andrew Thompson [EMAIL PROTECTED] wrote: On Sun, May 07, 2006 at 10:51:54PM -0400, Sepherosa Ziehau wrote: Is ath_hal loaded? Please give me the output on console, when if_ath and ath_rate refuse to be loaded. That will be helpful. They load fine if I kldload them manually once

Re: atheros card and wpa_supplicant

2006-05-10 Thread Sepherosa Ziehau
On 5/9/06, Alex Burke [EMAIL PROTECTED] wrote: On 01/05/06, Sepherosa Ziehau [EMAIL PROTECTED] wrote: BTW, which rate control algo are you using with ath(4)? Hi, I had been using rate_amrr for all my first round of testing, but since then have tried them all. While the broadcasting

rtw(4) available for testing

2006-05-21 Thread Sepherosa Ziehau
Hi all, rtw(4) is available for testing, which supports Realtek 8180 chip based wireless NIC: http://leaf.dragonflybsd.org/~sephe/rtw_802_11.diff http://leaf.dragonflybsd.org/~sephe/rtw.tbz NOTE: 1) this driver and the patch is against HEAD 2) please do NOT forget to put 'option INVARIANTS' in

Re: RealTek 3189 network card not detected (dragonfly v1.4.4)

2006-06-04 Thread Sepherosa Ziehau
On 6/3/06, rmkml [EMAIL PROTECTED] wrote: Hi, on my fresh install (sata work), I have two network card, but first is not detected, look pciconf -lv : [EMAIL PROTECTED]:3:0: class=0x02 card=0x093c1462 chip=0x813910ec rev=0x10 Do you have `device rl' in your kernel config file? hdr=0x00

Re: Preview tag updated

2006-06-17 Thread Sepherosa Ziehau
On 6/18/06, Bryan Berch [EMAIL PROTECTED] wrote: Matthew Dillon wrote: :Matthew Dillon wrote: This should work: buildworld, buildkernel, installkernel, reboot, installworld, reboot. Or: buildkernel, installkernel, reboot, buildworld, installworld, reboot. The

Re: I can't drive my D-Link DFE-530TX with vr driver......

2006-06-18 Thread Sepherosa Ziehau
On 6/18/06, 阿保 [EMAIL PROTECTED] wrote: Hi all: I can't drive my Ethernet card with vr driver. I have got some error message like this, vr0: Couldn't map ports/memory. device_probe_and_attach: vr0 attach returned 6. Besides what Sascha had pointed out, please take look at:

Re: Which wireless card?

2006-07-19 Thread Sepherosa Ziehau
On 7/19/06, Petr Janda [EMAIL PROTECTED] wrote: I'm looking for a wireless PCI card (801.11g preferably ) that I will take a look at following manpage: ath(4), ral(4) and acx(4) if you have minipci-pci card, take a look at iwi(4) too. Cheers, sephe -- Live Free or Die

Re: new DNS name suggestions

2006-08-05 Thread Sepherosa Ziehau
On 8/5/06, Sascha Wildner [EMAIL PROTECTED] wrote: Simon 'corecode' Schubert wrote: Justin C. Sherrill wrote: Matt - could you create DNS entries for bugs.dragonflybsd.org i was in favour for issues.dragonfly.org, and we wanted to move the issue tracker to crater as well. I prefer

Re: Just obtained a wireless NIC

2006-08-22 Thread Sepherosa Ziehau
On 8/22/06, Petr Janda [EMAIL PROTECTED] wrote: It uses the acx111 chip. I read the acx, acxcontrol manpages but some stuff I dont understand. 1) Loading firmware produces no output After load the firmware, run: ifconfig acx0 up You can scan APs by: ifconfig acx0 scan (given you have run

Re: Just obtained a wireless NIC

2006-08-22 Thread Sepherosa Ziehau
On 8/22/06, Petr Janda [EMAIL PROTECTED] wrote: Hi Sephe, Thanks for the reply. I got it working. :-) In regards to rc.conf are there any examples on how to put SSID, WEP key, etc into rc.conf? ifconfig_acx0=ssid your_ssid wepmode on wepkey 0x?? weptxkey 1 Im actually using

Re: KDE on DFly question about firmware

2006-09-01 Thread Sepherosa Ziehau
On 8/31/06, Thomas Schlesinger [EMAIL PROTECTED] wrote: Am Mittwoch, 30. August 2006 17:52 schrieb Jonathon McKitrick: Two questions that will determine if I try DFly on my new laptop: 1. I see a lot of KDE users here. Does KDE work better that Gnome on DFly? Jonathan, I don't know, if

Re: make buildworld problem

2006-09-10 Thread Sepherosa Ziehau
On 9/10/06, Vladimir Mitiouchev [EMAIL PROTECTED] wrote: Hi! CVS sync from now. Preview tag. losalamos:/usr/src# make buildworld [] === usr.bin/join rm -f .depend mkdep -f .depend -a /usr/src/usr.bin/join/join.c echo join: /usr/obj/usr/src/world_i386/usr/lib/libc.a .depend ===

Re: Network Slowdowns?

2006-10-07 Thread Sepherosa Ziehau
On 07 Oct 2006 07:39:21 GMT, Jamie [EMAIL PROTECTED] wrote: In [EMAIL PROTECTED], Matthew Dillon [EMAIL PROTECTED] mentions: There are a couple of possibilities. One is that the driver is broken or can't handle that particular card or motherboard device. Typically when that

Re: Network Slowdowns?

2006-10-11 Thread Sepherosa Ziehau
On 11 Oct 2006 13:23:51 GMT, Jamie [EMAIL PROTECTED] wrote: #define XL_MIN_FRAMELEN 240 I don't know what that did though? Your xl(4) will not start TXing, if entire packet is 240bytes and less then 240bytes has been transfered to hardware buffer So far, no errors but file copies are

Re: sk driver problems

2006-10-17 Thread Sepherosa Ziehau
On 10/17/06, Gergo Szakal [EMAIL PROTECTED] wrote: Matthew Dillon wrote: Are they just occassional timeouts or is the driver not working? They are occasional ones, otherwise it does work fine. I am using 1.6.0 with this patch:

Re: sk driver problems

2006-10-18 Thread Sepherosa Ziehau
On 10/18/06, Gergo Szakal [EMAIL PROTECTED] wrote: Sepherosa Ziehau wrote: Nope, I think you should keep the patch, since you have two sk(4) in one box :-) Is that patch in preview or somewhere else? Or shouldn't I try preview at all on that machine? Nope, not in preview. I just generated

Re: watchdog timeout with nfe(4)

2006-10-22 Thread Sepherosa Ziehau
On 10/22/06, Eli Green [EMAIL PROTECTED] wrote: Hey all, I'm having problems with the onboard ethernet on a new motherboard (ASUS A8N-VM CSM) which is the GeForce 6150 / nForce 430 combination board. I think that's an MCP51. The card is only connected to an ADSL modem with a 10baseT port.

Re: watchdog timeout with nfe(4)

2006-10-23 Thread Sepherosa Ziehau
On 10/23/06, Eli Green [EMAIL PROTECTED] wrote: On 2006-10-23, Simon 'corecode' Schubert wrote: Eli Green wrote: The ridiculous popularity of the nForce boards usually means that drivers get written for the important components. Once I've got the network card working, I'll try the FreeBSD HDA

bus/usb update, ural(4) and rum(4)

2006-10-24 Thread Sepherosa Ziehau
Hi all, I have updated bus/usb, mainly obtained from FreeBSD's latest ehci work: http://leaf.dragonflybsd.org/~sephe/usb.diff7 This one should apply cleanly on HEAD/PREVIEW Above patch is the prerequisite to make following two 802.11 drivers work: http://leaf.dragonflybsd.org/~sephe/rum.tbz

Re: ftpd is slow

2006-10-30 Thread Sepherosa Ziehau
On 10/30/06, Eugene [EMAIL PROTECTED] wrote: Eli Green wrote: Is your FTP daemon doing reverse DNS lookups on an unfindable address? That can significantly slow the connection down. So, does FTP daemon look for addresses like 192.168.1.1 in a DNS base by default? And how can I turn this off?

Re: mounting usb stick

2006-11-13 Thread Sepherosa Ziehau
On 11/13/06, Sascha Wildner [EMAIL PROTECTED] wrote: Ja'far Railton wrote: Sascha Wildner wrote: Could you try sephe's USB patch from http://leaf.dragonflybsd.org/~sephe/usb.diff7 and tell us if that makes a difference? Sascha I *was* waiting for the hg / mercurial src repository to be

Re: ipw3945 WLAN driver

2006-11-19 Thread Sepherosa Ziehau
On 19 Nov 2006 09:15:38 GMT, Johannes Hofmann [EMAIL PROTECTED] wrote: Thomas Schlesinger [EMAIL PROTECTED] wrote: Am Dienstag, 14. November 2006 18:40 schrieb Thomas Schlesinger: Hi, are there plans to port the ipw3945 driver from OpenBSD in the near future? Thomas Ok, I take this as no

Re: dual port EM nic wedging under load

2006-11-23 Thread Sepherosa Ziehau
On 11/24/06, Mike Tancsa [EMAIL PROTECTED] wrote: [r2-dragonfly]# pciconf -lv [EMAIL PROTECTED]:0:0: class=0x058000 card=0x815a1043 chip=0x005e10de rev=0xa3 [EMAIL PROTECTED]:0:0: class=0x02 card=0x115e8086 chip=0x105e8086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device

Re: dual port EM nic wedging under load

2006-11-24 Thread Sepherosa Ziehau
On 11/24/06, Mike Tancsa [EMAIL PROTECTED] wrote: pre-patch [r2-dragonfly]# ifconfig em0 down [r2-dragonfly]# ifconfig em0 up [r2-dragonfly]# ifconfig em1 down [r2-dragonfly]# ifconfig em1 up [r2-dragonfly]# vmstat -i interrupt total rate clk

Re: dual port EM nic wedging under load

2006-11-25 Thread Sepherosa Ziehau
On 11/25/06, Matthew Dillon [EMAIL PROTECTED] wrote: :Only 34 intr came during your testing :-( : :Please testing following patch: :http://leaf.dragonflybsd.org/~sephe/em_intr.diff : :See whether it helps. : :Best Regards, :sephe Ouch. I don't quite understand the jist of the patch.

Re: dual port EM nic wedging under load

2006-11-26 Thread Sepherosa Ziehau
On 11/26/06, Matthew Dillon [EMAIL PROTECTED] wrote: :After staring at the extremely low interrupt rate, I think something :should be wrong with interrupt processing in our code. The loop :mainly handles thingy that happens when we processing TX/RX desc :rings. I think it is necessary when RX

ath(4) patch for testing

2006-12-31 Thread Sepherosa Ziehau
Hi, ath(4) users please test following patch: http://leaf.dragonflybsd.org/~sephe/ath2.diff This patch should work both on HEAD and PREVIEW. It will be committed on Jan 7th Best Regards, sephe -- Live Free or Die

Re: if_ral can't find my ralink wifi pci card.

2007-01-03 Thread Sepherosa Ziehau
On 1/3/07, Vladimir Mitiouchev [EMAIL PROTECTED] wrote: On 1/3/07, Sepherosa Ziehau [EMAIL PROTECTED] wrote: Nope, you are doing nothing wrong, but ral(4) does not support ralink 2460 cards. Sweet ;-\ Can i try NDIS, or should i better find another card? You can try NDIS. If it does

Re: NDIS compile problem

2007-01-03 Thread Sepherosa Ziehau
You will need to use following command to build modules: make depend all Best Regards, sephe On 1/3/07, Vladimir Mitiouchev [EMAIL PROTECTED] wrote: Im trying to build NDIS driver for RT2400. Following instructions in netif/ndis/README i have following errors while make: cc -O -pipe

Re: NDIS compile problem

2007-01-04 Thread Sepherosa Ziehau
On 1/4/07, Vladimir Mitiouchev [EMAIL PROTECTED] wrote: On 1/3/07, Sepherosa Ziehau [EMAIL PROTECTED] wrote: Please try attached patch. At least it should make ndis compile. OK. So, NDIS compiles but do not work. I change my question: Is it possible to run Ralink RT2460 on DragonFly? Nope

Re: Marvell 88E1111 Gigabit ethernet not recognized by DEV snapshot date 12/30/2006

2007-01-09 Thread Sepherosa Ziehau
Try: kldload if_nfe It is not in GENERIC, in case some users want to use nv(4) On 1/9/07, Timothy [EMAIL PROTECTED] wrote: My builtin gig ethernet is not recognized. pciconf from dfly: [EMAIL PROTECTED]:10:0 class=0x068000 card=0x71251462 chip=0x068000 Are you sure about this 'chip

Re: bfe0: couldn't map memory

2007-01-13 Thread Sepherosa Ziehau
On 1/13/07, Nuno Antunes [EMAIL PROTECTED] wrote: Hi, I'm having trouble getting my bfe network interface card to work on dragonfly. The following appears on dmesg (hand transcribed): bfe0: Broadcom BCM4401-B0 Fast Ethernet irq 17 at device 1.0 on pci6 bfe0: couldn't map memory

Re: ipw3945 WLAN driver

2007-01-16 Thread Sepherosa Ziehau
On 1/17/07, Nuno Antunes [EMAIL PROTECTED] wrote: On 11/19/06, Sepherosa Ziehau [EMAIL PROTECTED] wrote: On 19 Nov 2006 09:15:38 GMT, Johannes Hofmann [EMAIL PROTECTED] wrote: Thomas Schlesinger [EMAIL PROTECTED] wrote: Am Dienstag, 14. November 2006 18:40 schrieb Thomas Schlesinger: Hi

Re: Help interpreting a linker error? (c++)

2007-01-17 Thread Sepherosa Ziehau
On 1/18/07, walt [EMAIL PROTECTED] wrote: I just updated my -CURRENT machine, so lots of things have changed, and I normally have trouble debugging linker errors anyway :o( My problem is with pkgsrc/sysutils/fam: Listener.o(.text+0x80): In function `Listener::Listener(bool, bool, unsigned

ath(4) major update

2007-02-01 Thread Sepherosa Ziehau
Hi all, Following is a patch updating ath(4) to the latest hal: http://leaf.dragonflybsd.org/~sephe/ath0.9.20.3.diff This patch is against src/sys For HEAD users, this patch should be applied cleanly. For 1.8 users, you probably need to apply following patch first:

Re: ath(4) major update

2007-02-03 Thread Sepherosa Ziehau
On 2/3/07, Ja'far Railton [EMAIL PROTECTED] wrote: On Thu, Feb 01, 2007 at 07:55:24PM +0800, Sepherosa Ziehau wrote: CIS reading done ath0: Atheros 5212 mem 0x8801-0x8801 irq 11 at device 0.0 on cardbus0 ath0: unable to attach hardware; HAL status 3 device_probe_and_attach: ath0 attach

Re: ath(4) major update

2007-02-04 Thread Sepherosa Ziehau
On 2/4/07, Ja'far Railton [EMAIL PROTECTED] wrote: On Sun, Feb 04, 2007 at 12:07:50PM +0800, Sepherosa Ziehau wrote: On 2/3/07, Ja'far Railton [EMAIL PROTECTED] wrote: On Thu, Feb 01, 2007 at 07:55:24PM +0800, Sepherosa Ziehau wrote: CIS reading done ath0: Atheros 5212 mem 0x8801

Re: ath(4) major update

2007-02-04 Thread Sepherosa Ziehau
On 2/5/07, Ja'far Railton [EMAIL PROTECTED] wrote: I am pleased to report an improvement with this patch. I used the example from the DF handbook - there isn't any access point available yet. Do you mean ath(4) does not associate? ~ sudo ifconfig ath0 inet 192.168.0.20 netmask

Re: ath(4) major update

2007-02-04 Thread Sepherosa Ziehau
On 2/5/07, Ja'far Railton [EMAIL PROTECTED] wrote: On Mon, Feb 05, 2007 at 11:13:25AM +0800, Sepherosa Ziehau wrote: On 2/5/07, Ja'far Railton [EMAIL PROTECTED] wrote: I am pleased to report an improvement with this patch. I used the example from the DF handbook - there isn't any access point

Re: ath(4) major update

2007-02-05 Thread Sepherosa Ziehau
On 2/6/07, Ja'far Railton [EMAIL PROTECTED] wrote: I don't think HAL can return such a large error code, there must be something out of sync. Can you post the full dmesg? (First, I think there may have been a problem with the TERM setting. I have it back on cons25 now. I don't know if that

Re: ral(4) PCMCIA / cbb problem

2007-02-11 Thread Sepherosa Ziehau
On 2/12/07, Ja'far Railton [EMAIL PROTECTED] wrote: Hello (again) Having scrapped my dodgy D-Link ath(4) based card, I am now trying an MSI CardBus CB54G2 card. It attaches but 'dmesg | grep ral' says: Preloaded elf module /modules/if_ral.ko at 0xc050245c. ral0: Ralink Technology RT2560 mem

Fix node reference leakage in iwi(4)/ipw(4)

2007-02-12 Thread Sepherosa Ziehau
Hi, iwi(4) or ipw(4) users please test following patch: http://leaf.dragonflybsd.org/~sephe/drain_mgtq.diff Apply it under src/sys/dev/netif (HEAD/PREVIEW/1.8) If no problems pop up no objection comes, it will be comitted one week later. Best Regards, sephe -- Live Free or Die

Re: Fix node reference leakage in iwi(4)/ipw(4)

2007-02-12 Thread Sepherosa Ziehau
On 12 Feb 2007 19:09:40 GMT, Johannes Hofmann [EMAIL PROTECTED] wrote: Hi sephe, your patch installs and runs nicely on my thinkpad t42 (iwi). Thank you for testing! No negative effects so far. What problem is it supposed to fix? iwi(4)/ipw(4) code assumes that if ieee80211_newstate()

Re: Netcraft: DF == FBSD

2007-02-13 Thread Sepherosa Ziehau
On 2/13/07, Joerg Sonnenberger [EMAIL PROTECTED] wrote: On Tue, Feb 13, 2007 at 02:57:22PM +0100, Gergo Szakal wrote: Hello, just a note for you all: I jst tried to make NetCraft gather info about my DF www server and it reports the OS as FreeBSD. Can something be done to this at DF's end?

Re: VLAN help needed

2007-02-23 Thread Sepherosa Ziehau
On 2/24/07, Gergo Szakal [EMAIL PROTECTED] wrote: Questions: - How do I give my cards a VLAN ID (same for both cards)? ifconfig iface0 up ifconfig vlan0 create ifconfig vlan0 vlan your_tag vlandev iface0 # assign inet and netmask to vlan0 - How do I make sure that the VLAN tagged packets can

Re: VLAN help needed

2007-02-24 Thread Sepherosa Ziehau
On 2/24/07, Gergo Szakal [EMAIL PROTECTED] wrote: On Sat, 24 Feb 2007 12:14:33 +0800 Sepherosa Ziehau [EMAIL PROTECTED] wrote: Many thanks for your quick help again, Sephe. ifconfig iface0 up ifconfig vlan0 create ifconfig vlan0 vlan your_tag vlandev iface0 # assign inet and netmask

HEADSUP for HEAD users: recent if_data changes

2007-03-23 Thread Sepherosa Ziehau
Hi all, For HEAD users only! Due to recent if_data changes, you will need to rebuild and reinstall both kernel and world to keep your network running! Best Regards, sephe -- Live Free or Die

Re: acx wireless HOWTO.

2007-04-01 Thread Sepherosa Ziehau
On 4/1/07, Vladimir Mitiouchev [EMAIL PROTECTED] wrote: Hello :-) I'm trying to run my acx card. [EMAIL PROTECTED]:18:0: class=0x028000 card=0x3b011186 chip=0x8400104c rev=0x00 hdr=0x00 vendor = 'Texas Instruments (TI)' device = 'PCI-2422 802.11b+ 22Mbps Wireless Adapter' class

Re: VLAN bridging

2007-04-08 Thread Sepherosa Ziehau
On 4/5/07, Gergo Szakal [EMAIL PROTECTED] wrote: On Mon, 26 Mar 2007 20:20:55 +0800 Sepherosa Ziehau [EMAIL PROTECTED] wrote: Does you vlan0 on xl0 work? i.e. set an ip address to vlan0 and don't let it join bridge, can it access the network Yes, it works. If it works then can you

Re: request for some useful packages in livecd

2007-04-12 Thread Sepherosa Ziehau
On 4/12/07, km b [EMAIL PROTECTED] wrote: On 4/12/07, Simon 'corecode' Schubert [EMAIL PROTECTED] wrote: On the snapshot isos there is a NATA kernel available as /kernel.NATA. i was trying 1.8.1 iso. Maybe that's just a matter of adding the PCI ID, maybe it is more work. could you

bge(4) busdma-fy

2007-04-19 Thread Sepherosa Ziehau
Hi all, Please test/review following patch: http://leaf.dragonflybsd.org/~sephe/bge_dma3.diff It does not add new devices support; I hope users that currently have a working bge(4) can help testing above patch. I have done some tests with the patch, so should be safe to be tested :) If no

Re: Welcome new committer - Hasso Tepper

2007-04-25 Thread Sepherosa Ziehau
On 4/26/07, Matthew Dillon [EMAIL PROTECTED] wrote: I would like welcome Hasso Tepper as our newest committer! Yeah! Welcome! :D Cheers, sephe -- Live Free or Die

Re: scrolling up the terminal

2007-05-01 Thread Sepherosa Ziehau
On 5/1/07, Siju George [EMAIL PROTECTED] wrote: Hi, I OpenBSD I can do shift+page Up and scroll up to the messages that passed through the screen on the terminal. On FreeBSD I can put the scroll lock and press the up/down arrow key for the same. How do I do that on DragonFly? Same as the way

bge(4) update, new devices support

2007-05-03 Thread Sepherosa Ziehau
Hi all, Following patch brings in new devices support for bge(4): http://leaf.dragonflybsd.org/~sephe/bge_dev4.diff It is against HEAD. Please test/review it. If no objection comes and no problem pops up, I will commit it on May 7. Best Regards, sephe -- Live Free or Die

Re: Which wireless card?

2007-05-13 Thread Sepherosa Ziehau
On 5/13/07, Petr Janda [EMAIL PROTECTED] wrote: I've tried 2 different cards that use the ACX driver (one netgear, the other dlink) and neither of them are quite stable (same in windows) so Can you give more detailed information? this is not a DF problem. I need PCI or PCI-E card that

Re: Which wireless card?

2007-05-13 Thread Sepherosa Ziehau
On 5/14/07, Erik Wikström [EMAIL PROTECTED] wrote: On 2007-05-13 18:20, Petr Janda wrote: Are these Atheros based cards supported? http://www.gigabyte.com.tw/Products/Communication/Products_Spec.aspx?ProductID=988ProductName=GN-WP01GT

Re: Which wireless card?

2007-05-13 Thread Sepherosa Ziehau
On 5/14/07, Petr Janda [EMAIL PROTECTED] wrote: Sepherosa Ziehau wrote: On 5/13/07, Petr Janda [EMAIL PROTECTED] wrote: I've tried 2 different cards that use the ACX driver (one netgear, the other dlink) and neither of them are quite stable (same in windows) so Can you give more detailed

Re: Which wireless card?

2007-05-14 Thread Sepherosa Ziehau
On 5/14/07, Petr Janda [EMAIL PROTECTED] wrote: Sepherosa Ziehau wrote: On 5/14/07, Petr Janda [EMAIL PROTECTED] wrote: Sepherosa Ziehau wrote: .. Best Regards, sephe Thanks a lot Sephe, I switched to onoe and I am waiting to see whats the stability like. Could you summarize

leaf /home is full

2007-06-11 Thread Sepherosa Ziehau
/home on leaf seems to be full. Best Regards, sephe -- Live Free or Die

cardbus/pccard patch

2007-06-23 Thread Sepherosa Ziehau
Hi all, Following patch updates our cardbus/pccard support: http://leaf.dragonflybsd.org/~sephe/cbb_062307.diff Developers and users that have laptops and run HEAD, please test it. I want to commit it before upcoming release. Best Regards, sephe -- Live Free or Die

Re: ath(4) at boot time

2007-07-17 Thread Sepherosa Ziehau
On 17 Jul 2007 19:01:42 GMT, Francis Gudin [EMAIL PROTECTED] wrote: Hello, First of all: Thanks for the recent cardbus/pccard update ! Now, my DLink DWL-G650 is functional (before that, it just kept saying HAL status 3, that's now fixed). I've hit a small hurdle though: even if

Re: birthday??

2007-07-17 Thread Sepherosa Ziehau
On 7/17/07, Leonardo Baldelli [EMAIL PROTECTED] wrote: it was the 4 birthday of dragonfly yesterday? http://lists.freebsd.org/pipermail/freebsd-current/2003-July/006889.html Annoucning DragonFly BSD! Matthew Dillon dillon at apollo.backplane.com Wed Jul 16 12:41:34 PDT 2003 :DD -- Live

Re: ath(4) at boot time

2007-07-19 Thread Sepherosa Ziehau
On 18 Jul 2007 20:12:56 GMT, Francis Gudin [EMAIL PROTECTED] wrote: Hi, On 2007-07-18, Sepherosa Ziehau [EMAIL PROTECTED] wrote: mmm, I think the modules are not correctly loaded. What's your kldstat output when you logged in the box but before the second 'kldload if_ath'? Indeed, ath(4

Re: bridge(4) and pf tagging

2007-08-05 Thread Sepherosa Ziehau
On 8/6/07, Gergo Szakal [EMAIL PROTECTED] wrote: On Sun, 5 Aug 2007 17:01:58 -0400 (EDT) Justin C. Sherrill [EMAIL PROTECTED] wrote: If it helps: ifconfig has brconfig's functionality I have not found the packet tagging options in the manpage. # ifconfig bridge0 rule pass in on fxp0

Re: DragonFly installation experience / suggestions

2007-08-10 Thread Sepherosa Ziehau
On 8/10/07, Michael Neumann [EMAIL PROTECTED] wrote: Hey, Once again I changed from FreeBSD to DragonFly :) Here's a list of a few problems I encountered and what I think could be improved: * After installation, my laptop BIOS hung up. I had to manually intercept the installation

Re: RealTek 8168B/8111B, new revision

2007-08-11 Thread Sepherosa Ziehau
On 8/11/07, Dennis den Brok [EMAIL PROTECTED] wrote: Am 11.08.2007, 04:05 Uhr, schrieb Sascha Wildner [EMAIL PROTECTED]: Dennis, just as a reminder, the fix Matt committed for you card should be included in http://chlamydia.fs.ei.tum.de/pub/DragonFly/snapshots/i386/LATEST-Devel.iso.bz2

Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-12 Thread Sepherosa Ziehau
On 8/12/07, Dennis den Brok [EMAIL PROTECTED] wrote: Am 11.08.2007, 13:45 Uhr, schrieb Sepherosa Ziehau [EMAIL PROTECTED]: Ah, thanks. I think the byte swapping in multi hash setting up is critical to make things work, so please test following patch: http://leaf.dragonflybsd.org/~sephe

Re: DragonFly installation experience / suggestions

2007-08-12 Thread Sepherosa Ziehau
On 8/13/07, Simon 'corecode' Schubert [EMAIL PROTECTED] wrote: Matthew Dillon wrote: That early in the boot there's probably no way to get a kernel core dump. I think Michael wrote that he can load it from loader without problems, but it panics when kldloading it. Debugging in

HEADSUP: ipfw will be switched from ipfw1 to ipfw2

2007-08-16 Thread Sepherosa Ziehau
Hi all, NOTE: This is _not_ a request/headsup to nuke ipfw; I don't want to discuss nuking ipfw in this thread. Ipfw will be switched from ipfw1 to ipfw2 after two weeks on HEAD. HEAD ipfw users, please apply following patch and test: http://leaf.dragonflybsd.org/~sephe/ipfw2.diff You need to

HEADS UP: ipfw(4)/dummynet(4) kernel/user land structure splitting

2007-11-03 Thread Sepherosa Ziehau
Hi all, For HEAD users only: Due to recent ipfw(4)/dummynet(4) kernel/user land structure splitting, ipfw(4)/dummynet(4) users need to do _at least_ quickworld+quickkernel. Please make sure to reinstall _both kernel and world_! Best Regards, sephe -- Live Free or Die

HEADS UP: ipfw(4) kernel/user land structure splitting

2007-11-05 Thread Sepherosa Ziehau
Hi all, For HEAD users only: Due to today's ipfw(4) kernel/user land structure splitting, ipfw(4) users need to do _at least_ quickworld+quickkernel. Please make sure to reinstall _both kernel and world_! Best Regards, sephe -- Live Free or Die

Re: moused + modular xorg 'sticking' ?

2007-11-07 Thread Sepherosa Ziehau
On Nov 8, 2007 10:14 AM, Joe Talbott [EMAIL PROTECTED] wrote: On Wed, Nov 07, 2007 at 07:25:48PM -0500, Chris Turner wrote: Hello all - fishing for similar experiences - has anyone had any problems with ps2 mice getting 'stuck' under X? just updated my 1.8 laptop to -HEAD before

  1   2   3   >