Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-3161

LP:564542 - Installation on FreeBSD 7.2 x86

    Details

    • Type: Bug
    • Status: Closed
    • Resolution: Not a Bug
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:

      Description

      I have problem with latest stable mariadb-5.1.44
      OS: FreeBSD 7.2 x86
      Problem:
      after "make install" /usr/bin/mysqld_safe --defaults-extra-file=/etc/mysql/my.cnf --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --syslog

      log:
      Apr 16 09:26:56 zoneadm mysqld: 100416 9:26:56 [ERROR] mysqld: File '/var/log/mysql/mariadb-bin.index' not found (Errcode: 13)
      Apr 16 09:26:56 zoneadm mysqld: 100416 9:26:56 [ERROR] Aborting
      Apr 16 09:26:56 zoneadm mysqld:
      Apr 16 09:26:56 zoneadm mysqld: 100416 9:26:56 [Note] /usr/sbin/mysqld: Shutdown complete
      Apr 16 09:26:56 zoneadm mysqld:
      Apr 16 09:26:56 zoneadm mysqld_safe: mysqld from pid file /var/run/mysqld/mysqld.pid ended

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            hakanküçükyılmaz Hakan Küçükyılmaz added a comment -

            Re: Installation on FreeBSD 7.2 x86
            Hi Petr,

            did you run mysql_install_db before trying to start your server?

            Best regards,

            Hakan

            Show
            hakanküçükyılmaz Hakan Küçükyılmaz added a comment - Re: Installation on FreeBSD 7.2 x86 Hi Petr, did you run mysql_install_db before trying to start your server? Best regards, Hakan
            Hide
            hakanküçükyılmaz Hakan Küçükyılmaz added a comment -

            Re: Installation on FreeBSD 7.2 x86
            Actually mysqld: File '/var/log/mysql/mariadb-bin.index' not found (Errcode: 13) also means

            au0013:bin hakan$ perror 13
            OS error code 13: Permission denied

            You have a file system permissions issue. Please make sure that /var/log/mysql is owned by the user mysql and it has write and read access to it. For details check http://dev.mysql.com/doc/refman/5.1/en/quick-install.html for detailed permission settings.

            Best regards,

            Hakan

            Show
            hakanküçükyılmaz Hakan Küçükyılmaz added a comment - Re: Installation on FreeBSD 7.2 x86 Actually mysqld: File '/var/log/mysql/mariadb-bin.index' not found (Errcode: 13) also means au0013:bin hakan$ perror 13 OS error code 13: Permission denied You have a file system permissions issue. Please make sure that /var/log/mysql is owned by the user mysql and it has write and read access to it. For details check http://dev.mysql.com/doc/refman/5.1/en/quick-install.html for detailed permission settings. Best regards, Hakan
            Hide
            petr Petr added a comment -

            Re: [Bug 564542] Re: Installation on FreeBSD 7.2 x86
            Hi, Hakan!

            I ran chown mysql on /var/log/mysql, it's work

            Thanks

            2010/5/28 Hakan Küçükyılmaz <hakan@askmonty.org>

            > Actually mysqld: File '/var/log/mysql/mariadb-bin.index' not found
            > (Errcode: 13) also means
            >
            > au0013:bin hakan$ perror 13
            > OS error code 13: Permission denied
            >
            > You have a file system permissions issue. Please make sure that
            > /var/log/mysql is owned by the user mysql and it has write and read
            > access to it. For details check http://dev.mysql.com/doc/refman/5.1/en
            > /quick-install.html<http://dev.mysql.com/doc/refman/5.1/en%0A/quick-install.html>for detailed permission settings.
            >
            > Best regards,
            >
            > Hakan
            >
            > –
            > Installation on FreeBSD 7.2 x86
            > https://bugs.launchpad.net/bugs/564542
            > You received this bug notification because you are a direct subscriber
            > of the bug.
            >
            > Status in Maria: Incomplete
            >
            > Bug description:
            > I have problem with latest stable mariadb-5.1.44
            > OS: FreeBSD 7.2 x86
            > Problem:
            > after "make install" /usr/bin/mysqld_safe
            > --defaults-extra-file=/etc/mysql/my.cnf --user=mysql
            > --pid-file=/var/run/mysqld/mysqld.pid --syslog
            >
            > log:
            > Apr 16 09:26:56 zoneadm mysqld: 100416 9:26:56 [ERROR] mysqld: File
            > '/var/log/mysql/mariadb-bin.index' not found (Errcode: 13)
            > Apr 16 09:26:56 zoneadm mysqld: 100416 9:26:56 [ERROR] Aborting
            > Apr 16 09:26:56 zoneadm mysqld:
            > Apr 16 09:26:56 zoneadm mysqld: 100416 9:26:56 [Note] /usr/sbin/mysqld:
            > Shutdown complete
            > Apr 16 09:26:56 zoneadm mysqld:
            > Apr 16 09:26:56 zoneadm mysqld_safe: mysqld from pid file
            > /var/run/mysqld/mysqld.pid ended
            >
            > To unsubscribe from this bug, go to:
            > https://bugs.launchpad.net/maria/+bug/564542/+subscribe
            >

            Show
            petr Petr added a comment - Re: [Bug 564542] Re: Installation on FreeBSD 7.2 x86 Hi, Hakan! I ran chown mysql on /var/log/mysql, it's work Thanks 2010/5/28 Hakan Küçükyılmaz <hakan@askmonty.org> > Actually mysqld: File '/var/log/mysql/mariadb-bin.index' not found > (Errcode: 13) also means > > au0013:bin hakan$ perror 13 > OS error code 13: Permission denied > > You have a file system permissions issue. Please make sure that > /var/log/mysql is owned by the user mysql and it has write and read > access to it. For details check http://dev.mysql.com/doc/refman/5.1/en > /quick-install.html< http://dev.mysql.com/doc/refman/5.1/en%0A/quick-install.html >for detailed permission settings. > > Best regards, > > Hakan > > – > Installation on FreeBSD 7.2 x86 > https://bugs.launchpad.net/bugs/564542 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in Maria: Incomplete > > Bug description: > I have problem with latest stable mariadb-5.1.44 > OS: FreeBSD 7.2 x86 > Problem: > after "make install" /usr/bin/mysqld_safe > --defaults-extra-file=/etc/mysql/my.cnf --user=mysql > --pid-file=/var/run/mysqld/mysqld.pid --syslog > > log: > Apr 16 09:26:56 zoneadm mysqld: 100416 9:26:56 [ERROR] mysqld: File > '/var/log/mysql/mariadb-bin.index' not found (Errcode: 13) > Apr 16 09:26:56 zoneadm mysqld: 100416 9:26:56 [ERROR] Aborting > Apr 16 09:26:56 zoneadm mysqld: > Apr 16 09:26:56 zoneadm mysqld: 100416 9:26:56 [Note] /usr/sbin/mysqld: > Shutdown complete > Apr 16 09:26:56 zoneadm mysqld: > Apr 16 09:26:56 zoneadm mysqld_safe: mysqld from pid file > /var/run/mysqld/mysqld.pid ended > > To unsubscribe from this bug, go to: > https://bugs.launchpad.net/maria/+bug/564542/+subscribe >
            Hide
            ratzpo Rasmus Johansson added a comment -

            Launchpad bug id: 564542

            Show
            ratzpo Rasmus Johansson added a comment - Launchpad bug id: 564542

              People

              • Assignee:
                Unassigned
                Reporter:
                petr Petr
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: