Search results

  1. vtypal

    failed creation of application user/group

    I just edited the two files, so /etc/master.passwd and /etc/passwd were different. I solved this, replacing /etc/master.passwd with a recent backup from /var/backups, and recreated the password database with pwd_mkdb. Thank you SirDice :)
  2. vtypal

    how to upgrade Ruby 1.8.7 to 1.9.2

    Remove ruby 1.8 installation and all the 1.8-based rubygems packages from the ports (if any). cd /usr/ports/lang/ruby18 && make deinstall Remove the whole /usr/local/lib/ruby directory rm -rf /usr/local/lib/ruby Append RUBY_DEFAULT_VER=1.9 in /etc/make.conf to hardlink: ruby1.9 -> ruby echo...
  3. vtypal

    failed creation of application user/group

    Please could you help me with the following issue? I'm trying to install net/avahi-app and net/activemq from the ports, but in both cases the port installer fails to create the application users/groups. install -o root -g wheel -m 444...
  4. vtypal

    HOWTO: Create a FreeBSD 8 i386 Xen PV domU

    Instead of commenting this line to halt these messages # [XEN] hypervisor wallclock nudged; nudging TOD. I decided to turn on the independent_wallclock in the dom0 side. For my Centos dom0 I did the following actions (no need to restart): # DOMO(CENTOS) echo '/bin/echo 1 >...
  5. vtypal

    MySQL does not start

    After uninstalling remove the whole /var/db/mysql dir, and install again. Immediately after the completion of your installation you must create the directory where your databases will be stored. Again with root privileges: # /usr/local/bin/mysql_install_db Give the appropriate permissions: #...
  6. vtypal

    HOWTO: Create a FreeBSD 8 i386 Xen PV domU

    Thank you! Removing atkbd + atkbdc + kbdmux worked also for me. I also removed INVARIANTS, INVARIANT_SUPPORT, WITNESS and WITNESS_SKIPSPIN to improve performance. Do you get the following notification about every 3 minutes in your terminal? # [XEN] hypervisor wallclock nudged; nudging TOD...
  7. vtypal

    HOWTO: Create a FreeBSD 8 i386 Xen PV domU

    Thank you @Aprogas . Excellent guide. Just for the record if you try to create your own images and kernel from a amd64 release you should simply make the following changes (the kernel configuration file is called XENHVM on amd64) : make buildworld && make buildkernel KERNCONF=XENHVM export...
Back
Top