[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] How I built Knoppix from Scratch



Hello Everyone,


apt-get -t experimental install x-window-system x-window-system-core
vi /etc/X11/Xsession
comment set -e and all of WRITE_TEST

I ended up commenting this line (WRITE_TEST) due to an error I'd get when X starts... After playing around, it seems the reason is because /ramdisk/var/tmp is created with permissions of 555 instead od 777. I've looked linuxrc and see where the directories are created (copied). I think I can easily instead a chmod in there to make /ramdisk/var/tmp 777. While I may end up doing so, it does seem like I should have to. Has anyone ran into this issue? In chroot /tmp is symlink to /var/tmp and both are 777. Did I miss a chmod some place?

Thanks,

Cecil


Reply to: