Search results

  1. atmosx

    Kernel panic when enabling pfctl in Rpi2 armv7 13.2-STABLE

    We’ll see. When I get the time I might test against FreeBSD 14. Ps. There is another thread in bugtraq with a proposed code snippet. I wanted to try that but time is hard to find.
  2. atmosx

    Kernel panic when enabling pfctl in Rpi2 armv7 13.2-STABLE

    Hello, I'm running FreeBSD-13.2 armv7 on a raspberry pi v2 featuring 1GB RAM. When enabling pfctl the system crashes and then reboots. Here is the basic kgdb output: GNU gdb (GDB) 13.2 [GDB v13.2 for FreeBSD] Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3...
  3. atmosx

    Solved Problem with VPS Time [1 hour behind]

    That was the problem! Thanks! :-)
  4. atmosx

    Solved Problem with VPS Time [1 hour behind]

    Hello, A FreeBSD VPS has the TZ set at exactly 1 hour behind and I can't tell exactly why. Se below: root@localhost:/root # dmesg | grep Timecounter Timecounter "HPET" frequency 100000000 Hz quality 950 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 Timecounter "i8254" frequency...
  5. atmosx

    Solved Host doesn't resolve (Digital Ocean VPS)

    Truth to be told, I've read online that host doesn't query /etc/hosts and it made sense, in regards to my problem. From the man page: DESCRIPTION host is a simple utility for performing DNS lookups. It is normally used to convert names to IP addresses and vice versa. name is the domain name...
  6. atmosx

    Solved Host doesn't resolve (Digital Ocean VPS)

    I changed the DNS server to some random OpenNIC servers and it works: ~ # host localhost localhost has address 127.0.0.1 localhost has IPv6 address ::1 Apparently Google's DNS do not resolve where they should. Can't tell why this is, host doesn't query /etc/hosts, thus all problems are related...
  7. atmosx

    Solved Host doesn't resolve (Digital Ocean VPS)

    ~ # cat /etc/resolv.conf # Generated by bsdcloud-init 2015-07-25 19:16 nameserver 2001:4860:4860::8844 nameserver 2001:4860:4860::8888 nameserver 8.8.8.8 ~ # cat /etc/nsswitch.conf # # nsswitch.conf(5) - name service switch configuration file # $FreeBSD: releng/10.1/etc/nsswitch.conf 224765...
  8. atmosx

    Solved Host doesn't resolve (Digital Ocean VPS)

    Hello, I have 2 VPS's running FreeBSD 10.1-REL. The TransIP works fine, the Digital Ocean VPS doesn't resolve localhost doesn't resolve. Here is my TransIP FreeBSD VPS: $ host localhost localhost has address 127.0.0.1 localhost has IPv6 address ::1 $ grep -v "#" /etc/hosts ::1...
  9. atmosx

    Solved Help with spamd rule order

    Thanks!
  10. atmosx

    Solved Help with spamd rule order

    I have the following pf.rules: # macros net="vtnet0" lo="lo0" # create tables table <ssh-bruteforce> persist table <spamd-white> persist table <nospamd> persist file "/usr/local/etc/mail/nospamd" # Types icmp_types = "{ echoreq, unreach }" icmp6_types="{ 2, 128 }" icmp6_types_ext_if="{ 128...
  11. atmosx

    Any VPS migration tips?

    Hello, I'm about to start migrating my FreeBSD VPS from TransIP to Digital Ocean. It runs several services (nginx, opensmtpd, dovecot, openvpn, mysql, etc.). Apart from creating a new 'droplet' and migrating the services one by one, is there any other way that this process could be done, say...
  12. atmosx

    Solved Opencart & PHP: Call to undefined function hash()

    Hello, That was it! After enabling the lang/php56-extensions meta-port opencast 2.0.1.1 worked fine! Thanks!
  13. atmosx

    Solved Opencart & PHP: Call to undefined function hash()

    Hello, I'm trying to install opencart (latest version) on a FreeBSD 10. I'm getting the following error: FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined function hash() in /usr/local/www/website/system/library/encryption.php on line 6" I'm using php-fpm with...
  14. atmosx

    FreeBSD Hosting/Shared/VPS etc.

    Hello, Can any of you guys running FreeBSD on VPS run the following ruby script and report back here results, company the VPS runs on, FreeBSD and Ruby version? I deployed a Sinatra (ruby-web-framework) on my TransIP hosted FreeBSD server which should fetch info from an API. I wasn't able to...
  15. atmosx

    Programs stop logging after log rotation

    Hello, I'm running FreeBSD 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789 on a VPS. When a program's log file is rotated (e.g. /var/log/mailog), I have to restart the program (i.e. OpenSMTPd) in order to receive logs which makes debugging impossible. This is my /etc/newsyslog.conf...
  16. atmosx

    server security audit

    The most advanced IMHO is Nessus. But you need a computer to install it and run it. It takes some sort of technical knowledge to tune, etc. But works.
  17. atmosx

    FreeBSD Hosting/Shared/VPS etc.

    Hello, For a grand total of 12,70 EUR/month I get TransIP Blade VPS for 1024 MB RAM, 1 Intel XEON cpu, 50 GB of space. I'm happy with their service, you can install a variety of systems among them FreeBSD too. I've been running 9 and now 10 without problems. regards
  18. atmosx

    OpenSMTD Auth and LMTP (dovecot)

    Hello, I installed and configured Dovecot with LMTP support and virtual users (imap-ssl). Works fine. Then I configured OpenSMTPD to work with LMTP. Now I would like to know if it's possible to have the LMTP auth 'driver = passwd-file' which is just a plain-text file with SSHA scheme. I would...
  19. atmosx

    SYSLOG: update require

    Okay done. Everything works (nginx.conf, virtual hosts) and update is running smoothly now, thanks.
  20. atmosx

    SYSLOG: update require

    How is that possible? I run 'portsnap fetch update' regularly. Nginx is version 1.6 on 'ports' collection. Apparently, FreeBSD continued updating the version I'm using on the server, which 1.4.x backporting automatically and applying new patches but now I might need to update to 1.6 manually...
Back
Top