Search results

  1. olo

    How to install and configure MySQL server properly?

    Hi, I have installed mysql56-server form ports and now I can't find my-medium.cnf. I've read here - http://dev.mysql.com/doc/refman/5.6/en/server-default-configuration-file.html - that there is /usr/local/share/mysql/my-default.cnf instead and that mysql_install_db should create some basic...
  2. olo

    HOWTO: Install Wordpress 3.x + Nginx + MySQL 5.5

    Hi, Great tutorial, but wouldn't it be better and more secure to bind MySQL only to 127.0.0.1 and allow the Wordpress db database user and root to log in only via localhost and 127.0.0.1? The web server in this tutorial is the same server as the MySQL one. Even if it is we should use SSH...
  3. olo

    How to attach to some deattached process

    It really is. Thanks :)
  4. olo

    How to attach to some deattached process

    Hi, I started some task using CMD & (with & after). Now the task is in the background. Can I attach to it using some command? Is it possible to attach this task to a file from/to which I would be able to read and write like with a device file? Can I write and read to/from some file under /proc...
  5. olo

    I can't install apache24 and other ports

    Hi, I have created an VPS in RackSpace with FreeBSD, then upgraded the operating system using freebsd-update fetch && freebsd-update install, recompiled the kernel with cd /usr/src && make buildkernel KERNCONF=XENHVM && make installkernel KERNCONF=XENHVM and downloaded the latest port...
  6. olo

    sudo

    ===> SECURITY REPORT: This port has installed the following binaries which execute with increased privileges. /usr/local/bin/sudo If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of...
  7. olo

    sudo

    Hi, I noticed that after compiling sudo, make says that it's not safe, contains some security holes and I should deinstall it. Is there some alternative for FreeBSD? Should I just use su? Is is safer?
  8. olo

    Trouble Compiling the Kernel

    Uname says that I'm using OLO kernel so it works. Thanks
  9. olo

    Trouble Compiling the Kernel

    Hello, I'm trying to compile and install my own kernel. I've read this and 5th chapter from Absolute FreeBSD: The Ultimate Guide to FreeBSD by Michael W. Lucas. I made my own config file - /usr/src/sys/i386/conf: http://pastebin.com/6jEM2ucw Everything was compiled and installed: # cd /usr/src...
  10. olo

    Problem with mounting CD-ROM

    Thank you very much it works :)
  11. olo

    Problem with mounting CD-ROM

    Hello, I just installed FreeBSD 9 on VMware Workstation and I have a problem with mounting an IDE CD-ROM. This is happening when I'm trying to mount it: freebsd# mkdir /cdrom freebsd# mount /dev/cd0 /cdrom mount: /dev/cd0 : Invalid argument My /dev: freebsd# cd /dev freebsd# ls acpi...
Back
Top