#rcctl — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rcctl, aggregated by home.social.
-
Still anticipating a major spring or autumn event, "You Have Installed OpenBSD. Now For The Daily Tasks." https://nxdomain.no/~peter/openbsd_installed_now_for_the_daily_tasks.html now also points the user to rcctl for services housekeeping.
#openbsd #rcctl #unixlike #newrelease #devops #development #sysadmin #networking #security #sanity #qualitysoftware
-
Samba(timeouts) in OpenBSD 6.5?
Tips "Howto solve it!":
As explain in French on forum obsd4a, start samba service!
NOT restart daemon; just START daemon!
=> First start failed:
# rcctl start samba
smbd(timeout)
# rcctl check samba
smbd(ok)
nmbd(failed)No errors mssg into daemon or messages log!
=> 2d start:
# rcctl start samba
nmbd(ok)
#rcctl check samba
smbd(ok)
nmbd(ok)see 'ps auxw | grep mbd '; connect you!
----
https://obsd4a.net/forum/showthread.php?tid=2322&pid=18303#pid18303