Search results

  1. O

    WhatsApp uses FreeBSD

    Do you remember when I said: "Some donation to the FreeBSD Foundation would be nice, from the seller of WhatsApp."? Well it happenned: http://freebsdfoundation.blogspot.com/2014/11/freebsd-foundation-announces-generous.html
  2. O

    Error compiling MySQL 5.5.25 with DTrace Support

    As of 2014 the issue remains. If you have any info on that please reply: ../../archive/libarchive.a(ha_archive.cc.o): In function `ha_archive::index_next(unsigned char*)': /usr/ports/databases/mysql56-server/work/mysql-5.6.21/storage/archive/ha_archive.cc:(.text+0x1db5): undefined reference to...
  3. O

    Solved [Solved] Make package from ports put into usr/ports/packages

    Re: Make package from port and place it in /usr/ports/packag That worked. Thank you!
  4. O

    Solved [Solved] Make package from ports put into usr/ports/packages

    I've noticed that when I try to make a package from ports using the command make package the package is placed in /usr/ports/port_name/work/pkg/. Is there a way to place the package in /usr/ports/packages/All?
  5. O

    No bold text when generating FreeBSD's Documentation

    When I try to rebuild FreeBSD's Documentation or to write a text using Docbook and tools for exporting PDF the text that should appear as bold will not appear bold in PDF. It appears bold in HTML, but not in a PDF version of the documentation. For the text to appear bold I use: <emphasis...
  6. O

    Apache Crash in FreeBSD Jail

    It seems DirectAdmin's Apache from base machine (and not jail restarts Apache every night in order to rotate logs. When Apache is restarted on base machine it stops on the virtual machine. I don't know if it is a Directadmin issue or that when I try to restart an Apache web server on a FreeBSD...
  7. O

    ARM server chip from AMD

    From Ars Technica: "First unveiled in January, AMD today gave a detailed look at its first ARM-based server processor, the Opteron A1100 "Seattle."" Here is the link to the article: http://arstechnica.com/information-technology/2014/08/amd-shows-off-the-guts-of-its-first-arm-chip-for-the-server/
  8. O

    Linus Torvalds about GCC 4.9.0

    From Slashdot: "Linus Torvalds: "GCC 4.9.0 Seems To Be Terminally Broken" http://linux.slashdot.org/story/14/07/27/1838219/linus-torvalds-gcc-490-seems-to-be-terminally-broken Maybe they should switch to Clang/LLVM?
  9. O

    Apache Crash in FreeBSD Jail

    It crashes every night at 00.31 AM: [Sun Jun 22 00:31:00.348064 2014] [mpm_prefork] [pid 62646] AH00169: caught SIGTERM, shutting down [Mon Jun 23 00:31:00.292049 2014] [mpm_prefork] [pid 30622] AH00169: caught SIGTERM, shutting down [Tue Jun 24 00:31:00.441030 2014] [mpm_prefork] [pid 65094]...
  10. O

    Apache Crash in FreeBSD Jail

    It did not solve the problem. I've finally found an info in httpd-errors.log: [Tue Jun 24 00:31:00.441030 2014] [mpm_prefork] [pid 65094] AH00169: caught SIGTERM, shutting down
  11. O

    Apache Crash in FreeBSD Jail

  12. O

    Apache Crash in FreeBSD Jail

    The message: Apache is functioning normally was from the server outside of Jail that runs Apache. I've configured the server outside the Jail to only serve Apache on the other IPs, not on Jail IP. Now instead of this message our Apache from virtual machine will not respond. So the problem is...
  13. O

    Apache Crash in FreeBSD Jail

    I have no errors in log files. I think I did not explained the issue properly. Apache is in fact not crashing but instead of displaying my webpage it prints the following message in web browser: Apache is functioning normally After an Apache restart, the page is displayed properly until...
  14. O

    Apache Crash in FreeBSD Jail

    Hi, I've just configured a jail on FreeBSD 9.2 AMD64. In that jail I run a web server with Apache. Every morning I have to start Apache since is not running. I assume It crashes at night, maybe when cron runs? The other useful information is that my SSH connection to that jail is also killed...
  15. O

    OpenSSL Fork

    This is few days old but in case you did not heard of here it is the news: http://arstechnica.com/information-technology/2014/04/openssl-code-beyond-repair-claims-creator-of-libressl-fork/
  16. O

    AMD 64 bit ARM CPU

    Hi, Here is something interesting: http://www.theregister.co.uk/2014/04/18/amds_seattle_28nm_64bit_arm_server_chip_to_launch_in_late_2014/ Or should I say server chip instead of CPU? Some comments on that page are interesting too. This is a follow up to this tread...
  17. O

    Questions about SVN and Ports

    Hello, Usually when I install FreeBSD 9.2 or 10.0 I get ports from: svn://svn.freebsd.org/ports/head%20/usr/ports because I prefer to use latest ports. I have two questions: Is there a better approach? For example to get a specific version of ports from SVN for FreeBSD 9.2 and other version...
  18. O

    Solved [Solved] Make World Error on FreeBSD 9.2

    Re: Make World Error on FreeBSD 9.2 Maybe ZFS is eating memory. I have root on ZFS. This is just a test machine, after I compile FreeBSD I'll move the drive to other system. That's why I did not paid attention to memory and swap size.
  19. O

    Solved [Solved] Make World Error on FreeBSD 9.2

    Re: Make World Error on FreeBSD 9.2 I have 2GB of RAM. It should be enough. # dmesg|grep mem real memory = 2147483648 (2048 MB) avail memory = 2024034304 (1930 MB) # df -h Filesystem Size Used Avail Capacity Mounted on sys/ROOT/default 912G 4.2G 908G 0% /...
  20. O

    Solved [Solved] Make World Error on FreeBSD 9.2

    Re: Make World Error on FreeBSD 9.2 The info you've requested: root@ports:/usr/src # uname -a FreeBSD ports 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 and: root@ports:/usr/src # svn info...
Back
Top