Hi, 

I was mistaken in my previous message.  Generating a decent /etc/mtab with the 
line

grep "${CHROOT_PATH}" /etc/mtab | sed -e "s:${CHROOT_PATH}/\?:/:" 
>"${CHROOT_PATH}/etc/mtab"

in /etc/schroot/setup.d/99mini-buildd helped get rid of warnings from df,  
but mysqld was trying to start without it as well.

Mysqld tries to bind to a port at start-up, and fails when another mysqld 
outside the chroot is already
bound to that port. When mysqld is not running in the host machine, it starts 
in a chroot just fine. 
It should also work when mysqld in the host is listening on a non-standard port.

Regards,
Arnold



_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to