config

  1. P

    Global ports configuration in make.conf in 2023

    Hello there everyone! Sorry if this thread is a duplicate or violates the rules in any way, I researched as well as I could before posting. I realize that the FreeBSD way of ports configuration is by means of an Ncurses option selection menu for each package, however I do prefer as much as...
  2. Voltaire

    Solved SDDM ignores settings specified in sddm.conf

    I installed the theme 'Elarun' in the location /usr/local/share/sddm/themes I also created the /usr/local/etc/sddm.conf file. In this sddm.conf file I have the following text: [Theme] Current=Elarun It continues to use the default theme. Is /usr/local/etc/ the correct location for the SDDM...
  3. L

    Solved make config-recursive doesn't adapt dependencies to choices

    Following the last post of today, I decided to start all over again. So, first, at databases/luadbi make rmconfig-recursive make clean Now, there's two ways to do this. A) make config lua52-luadbi (mysql option is deselected, and postgresql is selected) make config-recursive the following...
  4. D

    Solved x11-fonts/terminus unusable after update, unable to get working with Xorg config

    I'm on FreeBSD 13.0-RELEASE on the quarterly branch, and I use x11-fonts/terminus in the terminal because I think it's quite nice looking for CL use. This morning there was a large packages update, and after completing the upgrade Terminus is no longer seen in Xfce4's Terminal nor any font menu...
  5. J

    Solved Updates

    Hallo everyone, Could you please tell me how often should I update my FreeBSD? I think once a month would be good, but further, which commands are necessary by updating? Also 2nd question, how do I export firewall configfile? Thanks in advance.
  6. C

    Difference between 'device' and 'options'

    According to config(5) manual, 'devices' are defined in sys/conf/files and 'options' are defined in sys/conf/options, but it seems to me both keywords would make the feature built into kernel, so I am not sure which one I should use in a kernel config file? Can anyone help explain the exact...
  7. sagaracharya

    uwsgi cannot open "./router_redirect_plugin.so"

    Read here This seems to be a port or package problem of uwsgi to me. Kindly read the above thread. Will mark both closed once they're done.
  8. sagaracharya

    uwsgi cannot open "./router_redirect_plugin.so"

    Earlier I installed FreeBSD 13-CURRENT, installed uwsgi through ports cd /usr/ports/www/uwsgi make install clean It did work well and I was able to access a plugin named router_redirect . When I'm installing the same in 12.1-STABLE on my RPi3, I'm unable to access the plugin It prints ...
  9. z3R0

    FreeBSD 12 zsh config not generated on install

    Hi, I installed zsh on FreeBSD 12 but it doesn’t run the usual script that generates that default config files (.zshrc .zshenv .zprofile etc...) This is a clean install (no previous config files) I’ve tried installing from ports with make as well as using pkg. How can I generate the config...
  10. Rastko

    Solved Package upgrade deletes config

    Hi, Today I made an upgrade of new packages, of which there were many (like all the stuff I use), but the custom configuration appears to be overwritten. Specifically, I had to manually rewrite the X display manager resources and scripts, and my GWorkspace/WindowMaker integration started to...
  11. Rastko

    lagg0 denies router config

    Hi, I have set up the lagg0 failover virtual link that aggregates ethernet and radio adapters on my laptop. Everything works fine, except I cannot access my router configuration page. I've changed the firewall script to use interface "lagg0" in the rules, but I didn't change much, and the...
  12. P

    rmconfig does not remove config from dependencies

    Hello I did a make config-recursive on remmina which configured a ton of dependencies but doing a make rmconfig only removes config from the top level remmina port not the dependencies. I know this because after doing a rmconfig when I redo make config-recursive, I am ONLY prompted for the...
  13. GregTheHun

    Solved Is my pf configuration crazy?

    OK, after reading the handbook several times, my brain is just not getting what is wrong with my pf.conf: set block-policy return block in all pass out all keep state pass in on wlan0 inet6 proto tcp from port 50000 keep state pass in on wlan0 inet proto tcp from port 50000 keep state As far...
  14. D

    Generic NAT firewall pf config / template

    People seem to run into issues from time to time so I figured that I'd provide a sample config that pretty much mimics your generic SOHO router/gateway. ################################# #### Packet Firewall Ruleset #### ################################# ################### #### Variables...
  15. amiramix

    Not merging changed files during an upgrade

    I am upgrading 10.2 to 10.3. freebsd-update -r 10.3-RELEASE upgrade said that the following files have changed /.cshrc /.profile /root/.cshrc /root/.profile and it won't be installing them. But actually didn't show any merge. Where the update or mergemaster store the new config files unpacked...
  16. M

    textwidth in vim, mutt - different behaviours

    Vim doesn't seem to apply textwidth instruction as expected (instead, the line just runs on to the end of the terminal window - so apparently applies no EOL/carriage return). I have confirmed that on start Vim reads ~/.vimrc (line numbers and other settings operate as configured in this file)...
  17. P

    Some quirky things about building the kernel

    Hello. I created the config file as a non-privileged user and then as a root user, soft linked this file into /usr/src/sys/amd64/conf. Later on, I compiled the kernel with make buildkernel KERNCONF='name-of-new-conf-file'. It went straight ahead without flagging any error or anything. As...
  18. nonTechnical

    MySQL installed - but without config example files - why?

    I've just installed databases/mysql57-server on a new server, but can't see the example config files in /usr/local/share/mysql or anywhere to copy to run the server. I've used: $ sudo find / -name "mysql*" 2>/dev/null and /usr/local/share/mysql/ has: my-default.cnf mysql-log-rotate...
  19. AntumDeluge

    No Install Optional Dependencies

    Is there a way to prevent installation of some optional Port dependencies that are not managed in the Port's configuration file? For example, can editors/pluma be installed without also building and installing x11/mate? Forgive me if I'm wrong, but I was guessing that pluma does not require any...
Back
Top