Re: [Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-13 Thread Daniel Hartwig
On 14 June 2013 04:30, ill <1014...@bugs.launchpad.net> wrote: > It was already removed after I did the chattr command. > Next time, if someone asks for output from commands please take care that you do it before resolving the problem. Otherwise the output is useless. In any case, it is clear no

[Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-13 Thread ill
It was already removed after I did the chattr command. ** Changed in: coreutils (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1014831 Title: can not remove

[Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-13 Thread C de-Avillez
OK. I assume the FS in question is the one under /dev/sdb1. I also assume the 'ls -l' output is from it. So, what is the problem? 'rm-f ldlinux.sys' will obviously not remove anything from /dev/sdb1, since there is *NO* file called 'ldlinux.sys'. What are we missing? ** Changed in: coreutils (Ubu

[Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-12 Thread ill
$ mount /dev/sda5 on / type ext4 (rw,errors=remount-ro) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) none on /sys/fs/cgroup type tmpfs (rw) none on /sys/fs/fuse/connections type fusectl (rw) none on /sys/kernel/debug type debugfs (rw) none on /s

[Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-12 Thread C de-Avillez
Thank you. Now, could you please answer the following (from Daniel's questions in comment #4, plus one mine)? What filesystem is this drive using? Provide output from ‘mount’ to confirm. Provide the complete output from executing: $ sudo rm -f ldlinux.sys provide the output of 'ls -l' showing th

[Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-12 Thread ill
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch Distributor ID: Ubuntu Description:Ubuntu 13.04 Release:13.04 Codename: raring rm (GNU coreutils) 8.20 Copyr

[Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-10 Thread C de-Avillez
rm does not bug out and fail if ACL is in effect, and the file has been acl-marked immutable. rm simply cannot act on the file (since ACL settings trump over standard permissions). Also, marking INCOMPLETE again -- you have not answered the questions we asked you. ** Changed in: coreutils (Ubuntu

[Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-10 Thread ill
Why does the immutable attribute cause rm -f to bug out and fail? ** Changed in: coreutils (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1014831 Title: can

[Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-02 Thread C de-Avillez
Additionally, please provide the version of Ubuntu and of coreutils: lsb_release -a rm --version. Please, on your next bug, use ' ubuntu-bug' instead: ubuntu-bug will give us these basic data. After providing the information requested by *both* the previous comment and this one, please set the bu

[Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-02 Thread Daniel Hartwig
What filesystem is this drive using? Provide output from ‘mount’ to confirm. Provide the complete output from executing: $ sudo rm -f ldlinux.sys Operation not permitted? Most likely cause of that on this file is attribute immutable. Remove it with: $ sudo chattr -i ldlinux.sys ** Changed in

[Bug 1014831] Re: can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys

2013-06-02 Thread Daniel Hartwig
** Summary changed: - sudo rm -R filename does not remove a file + can not remove ldlinux.sys; sudo rm -Rf ldlinux.sys ** Changed in: ubuntu Status: Confirmed => New ** Package changed: ubuntu => coreutils (Ubuntu) -- You received this bug notification because you are a member of Ubuntu