Re: chroot() in 3.23.54

2002-12-21 Thread Sergei Golubchik
Hi! On Dec 18, Andrew Rucker Jones wrote: > Sergei, > Forgive my ignorance, but i've been thinking about this. Isn't it > impossible to get it to work with the system calls i listed from strace? > To repeat: > > chdir("/usr/local/var/mysql/") = 0 > chroot("/chroot/mysql")

Re: chroot() in 3.23.54

2002-12-18 Thread Andrew Rucker Jones
Sergei, Forgive my ignorance, but i've been thinking about this. Isn't it impossible to get it to work with the system calls i listed from strace? To repeat: chdir("/usr/local/var/mysql/") = 0 chroot("/chroot/mysql") = 0 chdir("/") = 0 open(

Re: chroot() in 3.23.54

2002-12-14 Thread Sergei Golubchik
Hi! On Dec 13, Andrew Rucker Jones wrote: > Hi everyone, > First off, please include my personal e-mail address in any responses, > as i am not subscribed to the list. > I run MySQL with the chroot option. Up until 3.23.54, it worked fine. Up until 3.23.54 it simply didn't work, as

chroot() in 3.23.54

2002-12-14 Thread Andrew Rucker Jones
Hi everyone, First off, please include my personal e-mail address in any responses, as i am not subscribed to the list. I run MySQL with the chroot option. Up until 3.23.54, it worked fine. 3.23.54 changed the ordering in which some files were accessed (before or after chroot()), which messed