bug#15083: MKNOD issue

2013-08-13 Thread Manish Gupta
while trying to create block device file using mknod in linux root directory , its working fine.But when i try to create in NFS mounted volume, hitting with error operation not permitted. Is it a bug or or any workaround to overcome this. -- Thanks -Manish

bug#15083: MKNOD issue

2013-08-13 Thread Paul Eggert
Manish Gupta wrote: when i try to create in NFS mounted volume, hitting with error operation not permitted. It sounds like your NFS server is not permitting it. If so, it's not mknod's fault. You can double-check by running 'strace mknode' and seeing what system calls it's using.

bug#15087: tail: unrecognized file system type 0​xf2f52010

2013-08-13 Thread Antonio Guillen
Hello, I get this error when I try to run the command tai ​l​ with the -f in a file system type ​ ​ f2fs tail: unrecognized file system type 0xf2f52010 for /tmp/test-file.txt. please report ​ ​ this to bug-coreutils@gnu.org. reverting to polling If i don't use -f, tail running fine. I am ​ ​

bug#15087: tail: unrecognized file system type 0​xf2f52010

2013-08-13 Thread Bernhard Voelker
On 08/13/2013 05:17 PM, Antonio Guillen wrote: Hello, I get this error when I try to run the command tai ​l​ with the -f in a file system type ​ ​ f2fs tail: unrecognized file system type 0xf2f52010 for /tmp/test-file.txt. please report this to bug-coreutils@gnu.org. reverting to

bug#15083: MKNOD issue

2013-08-13 Thread Bob Proulx
retitle 15083 mknod fails over NFS tag 15083 + moreinfo thanks Paul Eggert wrote: Manish Gupta wrote: when i try to create in NFS mounted volume, hitting with error operation not permitted. It sounds like your NFS server is not permitting it. If so, it's not mknod's fault. You can