Tiny Core Base > Release Candidate Testing
tinycore_v2.9rc3
curaga:
@jur
Please try if manually forcing that helps, and post the output:
--- Quote ---ls -lhd /dev/shm
sudo sed -i '/shm/ s@defaults@&,mode=1777@' /etc/fstab
sudo umount /dev/shm
sudo mount /dev/shm
ls -lhd /dev/shm
--- End quote ---
jur:
Yep forcing it worked:
--- Code: ---tc@box:~$ ls -lhd /dev/shm
drwxr-xr-x 2 root root 40 Feb 16 21:54 /dev/shm/
tc@box:~$ sudo umount /dev/shm
tc@box:~$ sudo mount /dev/shm
tc@box:~$ ls -lhd /dev/shm
drwxrwxrwt 2 root root 40 Feb 16 21:56 /dev/shm/
--- End code ---
(I edited fstab manually using a text editor between the 2 ls statements.) Posting from Chromium in rc3 now.
jls:
for robert, I'm attanching the file as robert requested me
roberts:
Thanks. Nothing unusal. Looks typical.
curaga:
I found out why busybox 1.15.3 segfaults in rebuildfstab; when it's called while the first instance is running, the code reading the pid file segfaults.
This is a bug in busybox ash, as 1.14.3 works fine, as does bash.
edit: Correction, also segfaults when file exists.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version