Re: NFS and fifos.

2005-07-16 Thread Arvind Kalyan
On 7/16/05, Dhruv Matani <[EMAIL PROTECTED]> wrote:
> Hello,
>   I can't seem to be able to use fifos on an NFS mount. Is there any
> reason why this is disallowed, or is this is a bug? v.2.4.20.

Are both the processes (reader/writer) on the same machine? FIFOs are
local objects.

-- 
Arvind Kalyan
http://www.devforge.net/~arv
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Module snd-intel8x0.ko broken in 2.6.12

2005-07-16 Thread Arvind Kalyan
On 7/16/05, FyD <[EMAIL PROTECTED]> wrote:
> Here is the error message I get whatever the kernel 2.6.12 I use:
> FATAL: Error inserting snd-intel8x0
> (/lib/modules/2.6.12.2/kernel/sound/pci/snd-intel8x0.ko)
> unknown symbol in module or unknown parameter (see dmesg)

May be you chose additional modules that were interfering with symbols
in this module. Just take your old .config and run `make oldconfig`
then update as needed.

> Answer of dmesg:

[...]

Unrelated.

> Does it mean this module is broken in 2.6.12 ?

No, works fine for me.

Regards,
-- 
Arvind Kalyan
http://www.devforge.net/~arv
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Module snd-intel8x0.ko broken in 2.6.12

2005-07-16 Thread Arvind Kalyan
On 7/16/05, FyD [EMAIL PROTECTED] wrote:
 Here is the error message I get whatever the kernel 2.6.12 I use:
 FATAL: Error inserting snd-intel8x0
 (/lib/modules/2.6.12.2/kernel/sound/pci/snd-intel8x0.ko)
 unknown symbol in module or unknown parameter (see dmesg)

May be you chose additional modules that were interfering with symbols
in this module. Just take your old .config and run `make oldconfig`
then update as needed.

 Answer of dmesg:

[...]

Unrelated.

 Does it mean this module is broken in 2.6.12 ?

No, works fine for me.

Regards,
-- 
Arvind Kalyan
http://www.devforge.net/~arv
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NFS and fifos.

2005-07-16 Thread Arvind Kalyan
On 7/16/05, Dhruv Matani [EMAIL PROTECTED] wrote:
 Hello,
   I can't seem to be able to use fifos on an NFS mount. Is there any
 reason why this is disallowed, or is this is a bug? v.2.4.20.

Are both the processes (reader/writer) on the same machine? FIFOs are
local objects.

-- 
Arvind Kalyan
http://www.devforge.net/~arv
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/