Search results

  1. Nightweaver

    Forums Migration

    On the front page top right corner. I really think that SMF would have been a much better choice. :)
  2. Nightweaver

    Observium - Installation and Configuration

    It's not that hard to be setup on FreeBSD as a client but you'll have to do a lot of manual editing. Just follow any of those HOWTOs on their web site(I used Red Hat one) in order to get all the packages. Then try to run it and see which paths you'll have to change. If you just want to monitor...
  3. Nightweaver

    MySQL Server Facing Internet

    You can always use STunnel with keys to access MySQL or any other service. Web <--> stunnel <--> MySQL This way only clients with certificates will be able to connect to stunnel and you can set it up to listen on just about any port. Scanners won't know what's behind it. I use it for various...
  4. Nightweaver

    [OT] sshd reversed (?)

    Use SSH tunnel - connect to a machine on the outside that can accept SSH connections and then use that tunnel to access machines behind a firewall. Your command is: ssh -f -N -R 12345:localhost:22 user@someserver.com -p 22 But there are numerous tutorials for this all over the Internet.
  5. Nightweaver

    PHP cli

    What have you got in your INI file? -n loads PHP without INI so there much be something over there that's causing you problems.
  6. Nightweaver

    Redmine Broken Forever

    Or you could install it manually cause it works just fine that way. ;)
  7. Nightweaver

    SSH root login

    Have you uncommented and changed to "yes" this line: PasswordAuthentication no?
  8. Nightweaver

    wordpress update

    You can either change Makefile yourself and add latest WP to distfiles or simply do the upgrade yourself as explained here: http://codex.wordpress.org/Upgrading_WordPress
  9. Nightweaver

    wordpress update

    You'll have to wait for the port to be updated or mess with it yourself. Why using WP from ports anyway?
  10. Nightweaver

    Cant switch from MD5 to Blowfish for password hashes

    Try: crypt_default = blowfish not blf. Then do the cap_mkdb /etc/login.conf thing and then change your passwords.
  11. Nightweaver

    Problem starting MySQL server.

    Have you installed initial databases after installing MySQL? Do: /usr/local/bin/mysql_install_db chown mysql:mysql /var/db/mysql /usr/local/etc/rc.d/mysql-server start
  12. Nightweaver

    Microsoft skype

    The end is upon us: :D:D
  13. Nightweaver

    Chrome and flash

    Try this post too: http://forums.freebsd.org/showthread.php?t=18449
  14. Nightweaver

    Chrome and flash

    Flash works fine on latest Chrome for me. It picks up flash I've installed much earlier for Firefox. I guess you'll have to install Linux flash plugin and nspluginwrapper.
  15. Nightweaver

    Chromium 10 working for anyone?

    Works like a charm now. Thank you, guys! :D
  16. Nightweaver

    Chromium 10 working for anyone?

    Same problem with Flash here too. I've tried reinstalling it but it didn't help.
  17. Nightweaver

    startkde not found

    Well, it's startkde4, obviously, since it's KDE4 you have installed.;)
  18. Nightweaver

    startkde not found

    KDE is located in /usr/local/kde4/ so your startkde will be in /usr/local/kde4/bin - try that. Or update your paths so that entire system sees location of KDE4.
  19. Nightweaver

    Chromium 10 working for anyone?

    It seems so. I compiled my Chromium yesterday with latest version in the ports. DutchDaemon, are you compiling 12 yourself?
  20. Nightweaver

    Chromium 10 working for anyone?

    Works fine for me on 8.2 with --single-process. Though, for some reason Flash 10 is not working with it.
Back
Top