#2339: Error from MySQL init script -------------------------+-------------------------------------------------- Reporter: wolfpac | Owner: [email protected] Type: task | Status: new Priority: normal | Milestone: 6.2.1 Component: Bootscripts | Version: SVN Severity: normal | Keywords: -------------------------+-------------------------------------------------- <sm0ker> i got a strange 'problem' always i start mysql bootscript. it start say ok and then "nohup: redirecting stderr to stdout" appears in the next line. what could that be?
<wolfpac> change /usr/bin/mysqld_safe --user=mysql 2>&1 >/dev/null & to /usr/bin/mysqld_safe --user=mysql >/dev/null 2>&1 & -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2339> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
