bug#15083: MKNOD issue

2018-10-23 Thread Assaf Gordon
close 15083 stop (triaging old bugs) On 13/08/13 02:24 PM, Bob Proulx wrote: 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.

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

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#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