Search results

  1. MarS

    Trouble with php5-mysqli and installing phpMyAdmin.

    SirDice is right, it is because of MySQL 5.5. Solution can be found here.
  2. MarS

    openssh and sftp logging

    Answering myself here ... Just quickly tried the newest version of ftp/proftpd-devel including SFTP support and it works beautifully including logging.
  3. MarS

    openssh and sftp logging

    Tried that and copied /usr/libexec/sftp-server to /home/chrootdir/usr/libexec/sftp-server (also dependencies as listed by ldd). When I now try to login with my SFTP client, in /var/log/auth.log I get: Accepted keyboard-interactive/pam for user from 192.168.1.106 port 51622 ssh2 subsystem request...
  4. MarS

    openssh and sftp logging

    I'd also like to have SFTP including logging. When I use Subsystem sftp internal-sftp everything works fine (except logging). I added the following to rc.conf: syslogd_flags="-s -l /home/chrootdir/dev/log" Now when I replace the sftp subsystem in /etc/ssh/sshd_config with Subsystem...
  5. MarS

    mysql: where is innodb ?

    I use MySQL 5.5.1 and I was also missing the InnoDB engine. Setting one of these three variables in /etc/my.cnf resulted in InnoDB not being available: innodb_log_buffer_size = 8M innodb_log_file_size = 256M innodb_log_files_in_group = 3 Commented all three and voilà ... InnoDB was there!
  6. MarS

    Error in Installing php5-mysqli

    Thanks! I was about to downgrade to MySQL 5.1 but luckily I saw this before.
  7. MarS

    PHP 5.3.2 (was: php 5.3.0)

    /usr/ports/databases/php5-mysqli/work/php-5.3.1/ext/mysqli/mysqli.c:35:45: error: ext/mysqlnd/mysqlnd_portability.h: No such file or directory /usr/ports/databases/php5-mysqli/work/php-5.3.1/ext/mysqli/mysqli_api.c:34:45: error: ext/mysqlnd/mysqlnd_portability.h: No such file or directory...
  8. MarS

    PHP 5.3.2 (was: php 5.3.0)

    Regarding ZendOptimizer and FreeBSD: http://forums.zend.com/viewtopic.php?f=57&t=2412
  9. MarS

    Changing Apache2 SuExec document root

    Try to put SUEXEC_DOCROOT=/home in your /etc/make.conf and recompile Apache. At least, this has always worked for me.
  10. MarS

    Tinderbuild core dumps

    Maybe you are better helped over here?
  11. MarS

    Porting zimbra

    Tried it -- installation was successful, can login (Webclient and Admin Console) but didn't have enough time to test the actual functionality yet. Keep up the good work! (Now we just need to convince Zimbra to officially provide ZCS for FreeBSD... :P)
  12. MarS

    Porting zimbra

    A FreeBSD port for Zimbra? That would be a dream coming true. :)
  13. MarS

    PHP Extensions Port Preventing Update

    cd /usr/ports/lang/php5-extensions make deinstall make reinstall Then try again.
  14. MarS

    visudo: /usr/local/etc/sudoers busy, try again later

    Thanks anomie, but I still can't see the sudoers.tmp. I'll look into using ktrace and see what I can find out ...
  15. MarS

    visudo: /usr/local/etc/sudoers busy, try again later

    It shows: USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME Nothing more ...
  16. MarS

    visudo: /usr/local/etc/sudoers busy, try again later

    Thanks for answering, ale. /var/tmp/vi.recover/ is empty...
  17. MarS

    visudo: /usr/local/etc/sudoers busy, try again later

    Thank you SirDice, but this file doesn't exist.
  18. MarS

    visudo: /usr/local/etc/sudoers busy, try again later

    I have several hosts running FreeBSD 7.0-RELEASE-p6. security/sudo was installed when installing FreeBSD using sysinstall. When I run visudo as root, it works on some hosts and on some I get: visudo: /usr/local/etc/sudoers busy, try again later The visudo manpage says about this error...
  19. MarS

    Bandwidth meter and logger ...

    Maybe you want to try munin.
Back
Top