Date: Thu, 23 Feb 2017 19:36:31 -0800 From: Robert <robert.ayrapetyan@gmail.com> To: freebsd-sysinstall@freebsd.org Subject: Re: Read-only file-system after install? Message-ID: <366e1b1b-8f5d-9ddd-7ab5-22633cd3c0af@gmail.com> In-Reply-To: <1ac9555c-8cde-b7ba-64d5-d84889c415a8@freebsd.org> References: <80d9f08b-f0bf-c3c2-6307-78fa7e04b5b9@gmail.com> <1ac9555c-8cde-b7ba-64d5-d84889c415a8@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
After installation finished and user has been added from the shell:
# ls -ldh /tmp
drwxrwxrwt 2 root wheel 2B Sep 29 01:43 /tmp
# getfacl /tmp
# file: /tmp
# owner: root
# group: wheel
owner@:rwxp--aARWcCos:-------:allow
group@:rwxp--a-R-c--s:-------:allow
everyone@:rwxp--a-R-c--s:-------:allow
# ls -la /usr/home/
total 35
drwxr-xr-x 3 root wheel 3 Feb 24 03:21 .
drwxr-xr-x 16 root wheel 16 Feb 24 03:21 ..
drwxr-xr-x 2 robert robert 10 Feb 24 03:21 robert
#
After reboot:
# ls -ldh /tmp
drwxr-xr-x 6 root wheel 6B Feb 24 03:34 /tmp
# getfacl /tmp
# file: /tmp
# owner: root
# group: wheel
owner@:rwxp--aARWcCos:-------:allow
group@:r-x---a-R-c--s:-------:allow
everyone@:r-x---a-R-c--s:-------:allow
# ls -la /usr/home/
total 9
drwxr-xr-x 2 root wheel 2 Feb 24 01:54 .
drwxr-xr-x 16 root wheel 16 Feb 24 03:21 ..
On 02/15/17 20:40, Allan Jude wrote:
> On 2017-02-15 23:17, Robert wrote:
>> Hi.
>>
>> I've installed FreeBSD in ZFS mirror mode many times on different hardware.
>>
>> The last step was always "Exit to the system to make final changes"
>> where I'm performing something like below:
>>
>> pw useradd -n myuser -s /bin/tcsh -m
>> pw groupmod wheel -m myuser
>> passwd myuser
>>
>> After reboot my user was there and everything worked as expected.
>>
>> /tmp folder was always writable after reboot btw.
>>
>>
>> Starting from FreeBSD 11.0 I've noticed a following "bug":
>>
>> once user added on the final step, all folders are created properly
>> (folder /home/myuser is there).
>>
>> After reboot, I can login as myuser, but /home/myuser is not there!
>> /home folder is empty!
>>
>> Moreover, /tmp is read-only!
>>
>> So I have to perform:
>>
>> su
>> chmod 1777 /tmp
>> pw userdel -n myuser
>> pw useradd -n myuser -s /bin/tcsh -m
>> pw groupmod wheel -m myuser
>> passwd myuser
>>
>> after first reboot to recover my user. After further reboots everything
>> stays as it should.
>>
>> Is this expected behavior or a known bug?
>>
>> If expected - how can I get what I want after installation?
>>
>> Thanks!
>>
>>
>>
>> _______________________________________________
>> freebsd-sysinstall@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-sysinstall
>> To unsubscribe, send any mail to
>> "freebsd-sysinstall-unsubscribe@freebsd.org"
> This is unexpected, but I have not seen this myself.
>
> On a fresh install, in the 'after install shell', what are the
> permissions on /tmp?
>
> And what are they after the reboot?
>
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?366e1b1b-8f5d-9ddd-7ab5-22633cd3c0af>
