Looked at 14.3, 14.4, 15.0 and 15.1, it's all the same, operator group has read access on the device node. Don't have anything older anymore, but I suspect it to be the same on 13 too.
rc.d and systemd are glorified autoexec.bat+config.sys re-implementations that both seem to not like actual user-independency and add a lot of complexity for no reason. "Learn our documented zoo." Not using it for years. We have 1 script that...
The sequence is important, some services need a previous running, but you know,
in sh there is a difference between ";" and "&&".
In another thread I made a theme about the inflation of tools for managing user and groups. The old way was mainly...
Hmm, think I might know why diskinfo works for me on some systems but not others. On the systems where it works my user is a member of the operator group, on the systems where it doesn't work the account wasn't added to operator. That makes...
Looks like I am out of my depth trying to achieve what I want.
I'll quote what GROK advises and then maybe someone can correct any mistakes in the suggested solution..
ifconfig bridge create
ifconfig bridge0 name br0
ifconfig br0 inet...
You cannot bridge your jails with your external interface on your VPS. You do need a bridge (to attach your jails to) but it'll be disconnected from your external interface, so this "network" will be entirely local. Then you set up NAT and such...
rc.d and systemd are glorified autoexec.bat+config.sys re-implementations that both seem to not like actual user-independency and add a lot of complexity for no reason. "Learn our documented zoo." Not using it for years. We have 1 script that...
About wlan1.
I first create wlan0 but after a reboot, wlan1 appears. Strange. So I use wlan1.
For info zeman is on the same LAN as my laptop. What's more, if I use wired Ethernet, the ping zeman replies correctly. zeman is on the hosts file...
My answer is yes ! :cool: BE's and ZFS snapshots have saved my systems more times that I can count.
But the reality is - that's why ZFS is amazing and I why I use ZFS as well.
If an upgrade goes south I can just switch to a known working BE...
Yes, I already do that with element-web and synapse-admin, just need to set up the same with synapse, and element-call. Also, most probably a turn/stun server will be necessary too (for webrtc), but that I already have with coturn set up.
Good to...
It's not giving the error on ada0 (though there seems to be some information missing), it does get a permission error on ada1. What's the difference of these disks?
As for the partition size discrepancy, I suspect it's this bit of code:
#...
vermaden there's something wrong with lsblk lately.
Firstly, it started demanding root credentials to display disk sizes.
Secondly, it no longer displays partition sizes, it just prints the entire device size per each partition. (if the device...
Yes!
If someone tells me that something is necessary, but cannot explain what that something is and justify why it is necessary, I reject it. I do not buy it, be it something edible from the supermarket or a new rc system for FreeBSD...
Honestly, and with all the respect, hruodr is right.
You'd better avoid "we" because it implies your point is shared by everyone. You know, it's false.
"I" is more suited in all cases.
package Make a binary package for the port. The port will be
installed if it has not already been. The package is a
.pkg file that you can use to install the port on other...
You are trying to run before you can walk. Go to the simplest possible example and get that to work.
As user root, use crontab -e to edit the cron table, or even crontab -eu root to make sure it's the root crontab.
Make a single line cron job*...
Ah, I wonder if that's where things are going astray - I'm not sure if that's the right place to do things?
crontab -e seems to be more the way to do things, but I'm not sure.
But even if I edit /etc/crontab (and for this way of doing things...
This in your code:
if grep -q "Warning:""$LOGFILE"; then
is missing a space between the two adjoining double quotes ("").
Try adding a space in between (more than one space is also OK):
if grep -q "Warning:" "$LOGFILE"; then
Not adding a...
I build from source by cloning github repo for every component of Matrix/Element (server side only). So far I had one incident where the Synapse failed to start due to an issue on their side, but was sorted quickly.
I highly recommend this path...
Greetings all,
I have a movie/music server running on OmniOS, which was a logical step as I used Sun's Solaris while working for BigCompany (tm). Over the years I have been using FreeBSD more, so I would like to move the pool.
There does not...
This was an unrelated thing; a change was made to enable the server-side bits for `pkg rwhich`, but it was discovered to have a bug that wasn't obvious in testing due to the difference in orders of magnitude between testing and pkg.f.o. It has...
I build from source by cloning github repo for every component of Matrix/Element (server side only). So far I had one incident where the Synapse failed to start due to an issue on their side, but was sorted quickly.
I highly recommend this path...
I use textproc/ugrep, mostly for greping through man pages and FreeBSD source code. It's very fast and option rich.
A comparison in time (slowest to fastest) and printed content.
% \time -h zgrep with /usr/share/man/man*/*
[cut]...
Why are you so negative?
What is meant by "we" is FreeBSD project, the OS needs to have a parallel service framework if it wants to keep being competitive in other than server areas.
"The people" is indeed a general audience using FreeBSD. So...
? Pattern occurs at most once per line:
grep --count 'pattern' ./sample_file
Pattern can occur multiple times per line: ?
grep --only-matching 'pattern' ./sample_file | wc -l
If you want to “query” the selected lines, it sounds like the file is...
Is was. I just deleted the earlier one. It picked up an incorrect link from the RSS feed. The feed got corrected which cause this second post to trigger. Keeping this one, the other had the wrong link in it.
Addendum, it wasn't so much the link...
That's good. Only minor discrepancy I might see, why wlan1? Not wlan0? Is that intentional?
There's at least some network connectivity. It managed to resolve the zeman hostname to an IP address. And you can't do that if there's no network...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.