| bio | website | stackexchange.com/users/… |
|---|---|---|
| location | Paris, France | |
| age | 33 | |
| visits | member for | 2 years, 9 months |
| seen | 2 days ago | |
| stats | profile views | 744 |
Moderator♦ pro tempore on French Language and Usage and Computer Science. I'm also a unix amateur, and a developer with a computer science background and security leanings by trade.
Interested in embedded systems? Join the Embedded Programming and Design proposal!
Avatar picture slightly adapted from a photo by Luridiformis (Zonda Grattus) (except where I use another picture).
|
2d |
comment |
unable to create `/etc/skel/.bash_logout.dpkg-new': No such file or directory @minihydra Hmmm, this behavior makes no sense. What's the output of cat /proc/mounts, just to make sure there's nothing bad there? I recommend doing a memory test (choose “memory test” at the boot prompt, let it run for a few hours (at least one full pass)), then a filesystem check (fsck -n /dev/sda1, or wherever / is mounted). |
|
May 17 |
comment |
unable to create `/etc/skel/.bash_logout.dpkg-new': No such file or directory @minihydra Have you activated another security framework beyond Apparmor (e.g. SELinux)? What's the error message if you do sudo rmdir /etc/skel? Does mv /etc/skel /etc/skel.weird work, and afterwards, can you rmdir /etc/skel.weird? |
|
May 16 |
comment |
unable to create `/etc/skel/.bash_logout.dpkg-new': No such file or directory @minihydra Hmmm, there's really something weird with your /etc/skel. What about ls -ld /etc/skel? If you do sudo mv /etc/skel /etc/skel.weird && sudo mkdir -m 755 /etc/skel, does it work, and does it solve the problem? Does grep -r skel /etc/apparmor* return anything? |
|
May 14 |
comment |
Did I just delete everything with find -exec mv? @PaddyLandau Indeed, this was a really bad copy-paste or edit failure. Thanks for the report. |
|
May 14 |
revised |
Did I just delete everything with find -exec mv? added missing / in mv examples (thanks Paddy Landau) |
|
May 14 |
comment |
unable to create `/etc/skel/.bash_logout.dpkg-new': No such file or directory @minihydra What happens if you run sudo touch /etc/skel/foo? It may be due to a corrupted package: did you try sudo apt-get clean; sudo apt-get --reinstall install bash? |
|
May 14 |
awarded | Good Answer |
|
May 13 |
comment |
unable to create `/etc/skel/.bash_logout.dpkg-new': No such file or directory @minihydra That's weird. What about ls -la /etc/skel ? |
|
May 12 |
reviewed | Approve suggested edit on Is there a way to find the executable name for an application so I can launch it in a terminal? |
|
May 12 |
reviewed | Reject suggested edit on preinstallation tag wiki excerpt |
|
May 12 |
reviewed | Approve suggested edit on Ugly fonts in Netbeans - How can i make it use the system font? |
|
May 12 |
awarded | Enlightened |
|
May 12 |
awarded | Nice Answer |
|
May 11 |
answered | will apt-get autoremove break other dependencies? |
|
May 11 |
reviewed | Approve suggested edit on nautilus-script tag wiki excerpt |
|
May 10 |
awarded | Nice Answer |
|
May 9 |
answered | Did I just delete everything with find -exec mv? |
|
May 9 |
reviewed | Approve suggested edit on Unable to run *.sh files by directly double clicking the file in 13.04 |
|
May 9 |
answered | unable to create `/etc/skel/.bash_logout.dpkg-new': No such file or directory |
|
May 9 |
revised |
unable to create `/etc/skel/.bash_logout.dpkg-new': No such file or directory added 22 characters in body; edited tags; edited title |