WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tinycore_v2.9rc3  (Read 19817 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: tinycore_v2.9rc3
« Reply #45 on: February 16, 2010, 12:31:58 AM »
@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
The only barriers that can stop you are the ones you create yourself.

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: tinycore_v2.9rc3
« Reply #46 on: February 16, 2010, 02:57:47 AM »
Yep forcing it worked:

Code: [Select]
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/

(I edited fstab manually using a text editor between the 2 ls statements.) Posting from Chromium in rc3 now.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: tinycore_v2.9rc3
« Reply #47 on: February 16, 2010, 11:58:51 PM »
for robert, I'm attanching the file as robert requested me
dCore user

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.9rc3
« Reply #48 on: February 17, 2010, 07:28:10 AM »
Thanks. Nothing unusal. Looks typical.
10+ Years Contributing to Linux Open Source Projects.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: tinycore_v2.9rc3
« Reply #49 on: February 17, 2010, 09:18:12 AM »
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.
« Last Edit: February 17, 2010, 12:08:58 PM by curaga »
The only barriers that can stop you are the ones you create yourself.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tinycore_v2.9rc3
« Reply #50 on: February 17, 2010, 12:54:24 PM »
Falling back to busybox v1.14.3
10+ Years Contributing to Linux Open Source Projects.