rc.conf

  1. A

    How to add many IPV6 ips ? Adding rc.conf aliases just hangs server

    What is the proper way to enable FreeBSD to listen on lets say 4000 IPv6? Adding 4000 them at rc.conf as ifconfig_igb0_aliasXXXX=... " just hangs my server after /etc/netstart All ip's are from 1 subnet but they are not sequential .
  2. R

    How to connect to Samba Server?

    Hey guys, (running freebsd 12.1, samba48) I have initiated a samba server, with the smb4.conf and the rc.conf file having samba_server_enable = "YES" line at the bottom. I am running FreeBSD off a virtual machine, and it has an inet address of 10.0.2.15 (checked using ifconfig). In the...
  3. jjrabbit

    sysrc name_enable="YES" versus service name enable

    It appears both these commands do exactly the same thing. Which one do you guys prefer to use?
  4. IPTRACE

    geli initialization at rc.conf for gmirror drive

    How can I do that? user@serv:~ % l /dev/mirror/mirror 119 crw-r----- 1 root operator - 0x77 Aug 8 14:01:02 2019 /dev/mirror/mirro rc.conf geli_devices="mfid0p8 mirror" geli_mfid0p8_flags="-p -k /root/1.key" geli_mirror_flags="-p -k /root/2.key" mirror/mirror does not work as well.
  5. M

    Solved IPV6 aliases in rc.conf

    I am currently running FreeBSD 12.0-RELEASE-p2, and I can't figure out how to create both IPV4 and IPV6 aliases for a loopback (lo1) interface using rc.conf on boot. Here is a snippet of my /etc/rc.conf: cloned_interfaces="lo1" ifconfig_lo1="inet 10.0.0.0 netmask 255.255.255.0"...
  6. G

    freebsd 12 no route to host / PKG install

    Two weeks ago (end of December 2019) I installed FreeBSD from USB stick with FREEBSD-12.0-RELEASE-amd64-dvd.iso I recall only selecting ipv4 and setting the up to the static IP I wanted my freeBSD box to use. Two days ago there was bad weather and my R7000 was not plugged into UPS during a...
  7. B

    Package name vs service name in rc.conf

    Hi all, Can someone help me understand the reason why package names configured in rc.conf use an underscore while the service name uses a dash/hyphen? Examples: sysrc avahi_daemon_enable=YES sysrc emby_server_enable=YES but service avahi-daemon start service emby-server start I see the...
  8. Donald Baud

    equivalence between FreeBSD and Ubuntu

    I recently found myself forced to work with Ubuntu. I would like to ask what are the equivalence for some common administration tasks. What is the equivalent of: /etc/rc.conf where do I add the SERVICE_ENABLE="YES" and other flags? where do I store the ethernet config on Ubuntu? I read about...
  9. M

    Solved IPv6 and rc.conf

    How do I properly add IPv6 IP addresses in my rc.conf file in FreeBSD 11.1? I was assigned a /64 to my server. Also, how do I apply the changes without rebooting? /etc/netstart ? This is how I am adding them now (IP address has been modified for security) ...
  10. J

    Solved ifconfig persistent pflog1 interface

    Hello forum, I am trying to create a persistent pflog1 interface. I am successful with ifconfig but am trying to add this interface through rc.conf. After reading the manuals for both ifconfig and rc.conf and trying many combinations using ifconfig and ifconfig_, none of them will create the...
  11. R

    Can't run nginx automatically as user

    I have an nginx server configured to run the master service as a non-root user and it runs fine when I manually invoke it by running nginx -c /path/to/nginx.conf as the user 'nginx' but it doesn't work from my rc.conf script. I've tried to automate startup by writing it into an rc.conf script...
  12. B

    Thinkpad X300 - Slim Woes

    Hello Everyone, I have decided to give FreeBSD a go on my old X300 laptop. Got everything running apart from my graphics card. For some reason it defaults to 640x480. I have installed Xorg, LXDE and Slim packages and now I am unable to login through Slim, it looks like the graphics card driver...
  13. P

    Other No chdir happening for rc.d script

    I've hit a wall trying to understand why the ${name}_chdir variable is not working for me. Finally, after letting my script run with -xv, I see that the cd command is not even being run in my case. Here is my script: #!/bin/sh set -xv exec 1>/tmp/awning.rclog 2>&1 # REQUIRE: NETWORKING...
  14. D

    How can I destroy carp VHID

    Hello after carp configuration on my IMS interface I see that I have also 2 INIT state vhid configured on EXT interface. IMS: flags=8943 metric 0 mtu 1500 options=103<RXCSUM,TXCSUM,TSO4> ether e4:11:5b:b0:0a:fa inet 10.16.0.218 netmask 0xfffffff0 broadcast 10.16.0.223 inet...
  15. Kalero

    Other Some questions about installing Lumina Desktop Environment

    Hi, I've read at some pages with instructions for installing Lumina that dbus and hald should be enabled at /etc/rc.conf. Otherwise, in Lumina's FAQ they say Lumina doesn't need any framework like dbus or hald. So what are the advantages and disadvantages of enabling dbus and/or hald at...
  16. N

    Bridge setup in rc.conf

    Hi, My server have two physical ethernet ports. On igb0 comes tagged vlan traffic. I want igb1 to be used as a normal switch port with untagged traffix from vlan 1 so that I can connect my old network printer without using an additional physical network switch. This is relevant parts of my...
  17. F

    Solved Troubleshooting service startup

    Good afternoon all, I've installed Gitlab into a FreeBSD 10.2 Jail and got everything working nicely, except for the fact that when the Jail starts, Gitlab doesn't...All of the other related services start (redis, postgresql, and nginx). The rc script I'm using is from here and I've placed it...
  18. Kalero

    Solved Difference between /boot/loader.conf and /etc/rc.conf

    Hi! Maybe this is a stupid thread, but I think all stupid questions in this forum may help some people looking at Google :rolleyes: The question is: what is the difference between /boot/loader.conf and /etc/rc.conf?, that is, for example, to have linux_load="YES" in /boot/loader.conf or to have...
  19. Jose Maldonado

    Question over /etc/rc.conf and hald_enable

    Hi everybody, I'm a newcomer at world of FreeBSD, for years I used Debian and Gentoo GNU/Linux, and now my new computer have a FreeBSD desktop with XFCE, and I'm very glad with this OS. My question is for /etc/rc.conf and the option hald_enable="YES", in my readings over installing and...
Back
Top