kernel panic 6.1

2006-06-05 Thread Jeremy Baggs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Got a panic today. following are output from uname -a and kgdb,with my kernel config as an attachment. FreeBSD shiva.home.lan 6.1-STABLE FreeBSD 6.1-STABLE #8: Thu Jun 1 23:42:46 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SHIVA i386 - ---

Re: Strange behaviour from mkdir()?

2006-06-05 Thread mal content
On 06/06/06, Pieter de Goeje <[EMAIL PROTECTED]> wrote: Hi MC, On Sunday 04 June 2006 20:48, mal content wrote: > Is this expected behaviour (I'm using the mkdir utility > for the example, but the problem occurs using the system > call directly): > > # mkdir . > mkdir: .: File exists > # mkdir .

Re: Strange behaviour from mkdir()?

2006-06-05 Thread Pieter de Goeje
Hi MC, On Sunday 04 June 2006 20:48, mal content wrote: > Is this expected behaviour (I'm using the mkdir utility > for the example, but the problem occurs using the system > call directly): > > # mkdir . > mkdir: .: File exists > # mkdir .. > mkdir: ..: File exists > > Now, the unusual one: > > #

Re: tun and SIOCSIFADDR

2006-06-05 Thread Bjoern A. Zeeb
On Mon, 5 Jun 2006, Bjoern A. Zeeb wrote: On Mon, 5 Jun 2006, David Gilbert wrote: I read in the if_tun manpage that it supports SIOCSIFADDR (such that it works with ifconfig). I like examples, so I search the ifconfig source code for SIOCSIFADDR. None. Then I search the entire source tree.

Re: tun and SIOCSIFADDR

2006-06-05 Thread Bjoern A. Zeeb
On Mon, 5 Jun 2006, David Gilbert wrote: I read in the if_tun manpage that it supports SIOCSIFADDR (such that it works with ifconfig). I like examples, so I search the ifconfig source code for SIOCSIFADDR. None. Then I search the entire source tree. ppp uses it to set the IPX address. Obvio

tun and SIOCSIFADDR

2006-06-05 Thread David Gilbert
I read in the if_tun manpage that it supports SIOCSIFADDR (such that it works with ifconfig). I like examples, so I search the ifconfig source code for SIOCSIFADDR. None. Then I search the entire source tree. ppp uses it to set the IPX address. Obviously SIOCSIFADDR is not the preferred way to

Re: Question about synchronization (nfssvc, vfs_busy)

2006-06-05 Thread Konstantin Belousov
On Mon, Jun 05, 2006 at 02:01:36PM +0300, Andrey Simonenko wrote: > 2. > > If vfs_busy() is called without LK_NOWAIT flag, then it can sleep > if a filesystem is being unmounted. At some point unmount() will If vfs_busy() is called without LK_NOWAIT and fs is being unmounted, then vfs_busy return

Old a.out binary files

2006-06-05 Thread Omar Lopez Limonta
Hi i have an old aplication that runs on red hat 6.0/8.0, it use very old Microsoft Xenix a.out format are there any way to run it on modern FreeBSD? -- http://www.tuactualidad.com IM: pollo.es.pollo en gmail.com Te lo traigo fresco. ___ freebsd-hackers

Re: Snapshot's causing access problems

2006-06-05 Thread Eric Anderson
Avleen Vig wrote: Is anyone else experiencing this? I'm finding that during times when a snapshot is being created for a partition, all access of that partition hangs until the snapshot is completed. On a large partition (180Gb, 66% used), this takes over 10 minutes for me. I've found that any

Re: D-Link DSL210 USB in FreeBSD 6.x ?

2006-06-05 Thread Roberto Lima
Mmm, Im sorry.. my problem is with D-Link DSL210 USB ADSL. its not wireless device. Thanks, Roberto. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTE

Re: port of NetBSD IrDA frame level driver to FreeBSD

2006-06-05 Thread Viktor Vasilev
On Monday 05 June 2006 10:45 Tofik Suleymanov wrote: > Hello, > after patching my FREEBSD-6.1-RC with your irda patchset - i've loaded > two produced kernel modules and reattached my usb-irda device and got > following in system log: > --- start --- > Jun 5 11:30:48 paranoia kernel: ustir_match:

port of NetBSD IrDA frame level driver to FreeBSD

2006-06-05 Thread Tofik Suleymanov
Hello, after patching my FREEBSD-6.1-RC with your irda patchset - i've loaded two produced kernel modules and reattached my usb-irda device and got following in system log: --- start --- Jun 5 11:30:48 paranoia kernel: ustir_match: uaa->iface = 0, uaa->vendor = 0x9710, uaa->product = 0x7780

Question about synchronization (nfssvc, vfs_busy)

2006-06-05 Thread Andrey Simonenko
Greetings, Can somebody comment following questions? I want to know where I'm wrong (I checked CURRENT). 1. If the nfsserver is a KLD, then it can be unloaded. There is the nfssvc(2) which is implemented in nfsserver and it is called without Giant. Suppose nfsrv_numnfsd is equal to 0 and some