Sharing a mail folder between Linux and FreeBSD
Ralf Mardorf
ralf.mardorf at rocketmail.com
Fri Jan 25 01:11:36 UTC 2013
Hi all, hi Joshua,
On Thu, 2013-01-24 at 16:10 -0600, Joshua Isom wrote:
> find / -uid 1001 -exec chown 1000 '{}' \;
> find / -gid 1001 -exec chown :1000 '{}' \;
I made one mistake, when I run "find / -gid 1001 -exec chown :1000 '{}'
\;" for the fist time, I did it without the ":". Later I run it without
the typo.
There's a serious problem now, rocketmouse still is 1001.
.login_conf was '1000 1001', after I "chown 1001" it, to start X as
user, it became 'rocketmouse 1001', the user rocketmouse still can't run
a X session anymore.
After rebooting this is the output I get:
# id rocketmouse
uid=1001(rocketmouse) gid=1001 groups=1001,0(wheel)
# ls -hAl /home/ | grep rocketmouse
drwxr-xr-x 28 1000 rocketmouse 1.5k Jan 24 18:14 rocketmouse
# grep 100 /etc/group
rocketmouse:*:1000:
musicpd:*:1002:
# grep 100 /etc/passwd
rocketmouse:*:1000:1000:Ralf:/home/rocketmouse:/bin/sh
musicpd:*:1002:1002:Music Player Daemon:/home/musicpd:/usr/sbin/nologin
# grep 100 /etc/master.passwd
rocketmouse:$1$3mMkzcfl
$VuryrlzFZ92LmaC6cUOa/.:1000:1000::0:0:Ralf:/home/rocketmouse:/bin/sh
musicpd:*LOCKED**:1002:1002:daemon:0:0:Music Player
Daemon:/home/musicpd:/usr/sbin/nologin
I repeated both find-chown several times and rebooted, nothing changed,
it doesn't list any files anymore.
Regards,
Ralf
More information about the freebsd-questions
mailing list