-
SNAX_74
Hello can anyone help me with locating a bluetooth usb device that works with FreeBSD ?
-
cybercrypto
SNAX_74: you may take a look into this
bsd-hardware.info If you have access to the HW/bluetooth - it is also good starting point to live boot and check if your hardware is detected.
-
SNAX_74
cybercrypto, I am using a Lenovo Thinkpad x260 and bluetooth device not detected on FreeBSD ?
-
SNAX_74
So I am looking for a USB plugable device
-
jbo
lw
-
mane
antranigv: heym there is another problem
-
mane
xonotic works fine in jail, however, does not show up on the server list
-
antranigv
hey mane
-
antranigv
mane I'm not familiar with xonotic, I'll check how it works
-
antranigv
mane I assume you have `sv_public 1` in the configuration?
-
mane
yeaH
-
mane
THE SAME CONFIG WORKED JUST FINE WITHOUT THE JAIL
-
mane
oops caps
-
antranigv
mane 1) can the jail access the internet 2) are all the proper ports forwarded?
-
antranigv
you can run `sockstat -l` inside the jail to see which sockets are being listened on
-
antranigv
maybe there are more ports? wait I'll also check your *old* pf.conf
-
antranigv
I assume all of these needs to be forwarded to the jail? udp_services = "{ 1194, 51820, 26000 }"
-
mane
i can join the server n xonotic by typing 'connect vlepy.com
-
mane
na it only listens on 26000 udp
-
antranigv
but it doesn't show on the master server, huh?
-
mane
yeah
-
mane
maybe the vm can't access the master server?
-
mane
idk what the master server address is
-
mane
antranigv: ok how would i add another web interface to another vm?
-
mane
antranigv: btw where is the tun device on my server :x
-
mane
i can't see /dev/tun0
-
antranigv
mane is openvpn running?
-
mane
yeah
-
antranigv
if so, it should be on the host, I guess, inside of ifconfig
-
antranigv
it can also be in /dev/tun/tun0.
-
mane
it is in ifconfig
-
mane
but there is no tun0 file in /dev
-
antranigv
I haven't used OpenVPN in a while, but I think tun/tap devices should be in /dev/[tun|tap]/X
-
antranigv
for adding another web interface, you might want to setup a vHost on Apache
-
antranigv
I think they have docs for that, altho it's been a while since I did that
-
mane
ok i got the tun nodes
-
mane
what about passing tun0 to the vm, antranigv?
-
antranigv
mane you mean to the jail? you want to have a jail just for openvpn? yeah that's doable using devfs.rules
-
mane
antranigv: [devfsrules_jail=11]
-
mane
add include $devfsrules_hide_all
-
mane
add include $devfsrules_unhide_basic
-
mane
add include $devfsrules_unhide_login
-
mane
#add path tun* unhide
-
mane
# not strictly needed
-
mane
# add path bpf unhide
-
mane
# add path bpf0 unhide
-
mane
add /dev/tun* tun* unhide
-
mane
-
mane
oops
-
mane
sorry for the spam
-
mane
my client has troubles with copy/paste
-
antranigv
okay well this is good mane
-
antranigv
but I have to ask, do you want openvpn inside a jail basically?
-
antranigv
if so, this config might be problematic for security, basically now *every* jail will have access to openvpn
-
» antranigv thinking
-
antranigv
dch you might know the answer to this. if a Jail is creating a tun/tap interface, say for OpenVPN, do we need to setup unhide in devfs.rules? or can we just use OpenVPN as is, in a VNET jail, and the tun/tap device will be reachable for that jail only?
-
mane
Better than system-wide OpenVPN on root :f
-
mane
Maybe they’ll finally fix this bug in FreeBSD
-
mane
OpenVPN can’t drop privileges
-
f451
?
-
f451
openvpn runs under openvpn:openvpn
-
jimmiejaz
ya'll maybe aware already but if not,
cybersecuritynews.com/confusion-attacks-in-apache-http-server apache http has a remote root exploit, my work just found out we're vulnerable and it's all hands on deck here.
-
mvee
I'm using Freebsd 14.0 p5 with KDE (xorg) and startx to bring up my desktop. I ran a pkg upgrade, rebooted and tried to bring up my desktop with startx. Xorg complained about not being able to locate a .serverauth file. I search a while for an answer on the forums but decided to roll back to a previous snapshot.
-
mvee
I want to upgrade my machine but I would like to know how I can prevent this from happening again. It appears most of everything related to KDE Frameworks is being upgraded from 5.115.0 to 5.116.0
-
angry_vincent
these serverauth much likely has nothing to do with your issue. they are warnings
-
angry_vincent
maybe look for real error in Xorg.0.log
-
mvee
I'll have to try to upgrade again and see if the problem persits and is logged. If I suppress these warnings in startx, will that allow startx to bring up my desktop even though a warning is present?
-
angry_vincent
i have no idea
-
angry_vincent
when i used X i never looked at these serverauth warnings
-
mvee
from what I understand, these files are created when the server process exist under abnormal conditions. Changing 'enable_xauth=1' to 'enable_xauth=0' in /usr/local/bin/startx only supressed the warning but KDE still failed to load.
-
mvee
I appreciate your help. I'll continue to look
-
angry_vincent
you need to find out real issue.
-
angry_vincent
maybe try startplasma-x11 directly or whatever binary it is
-
angry_vincent
and look for errors
-
angry_vincent
that's in tty
-
mane
f451: on 14.0 it fails to drop privileges
-
CCFL_Man
if i have a working hba with the mps0 driver, a working jbod, the system should instantly see the disks once i turn on the jbod?
-
SponiX
CCFL_Man: that is normally how it works, yes
-
mvee
Tried pkg upgrade again and same results, I'm unable to start KDE with startx. This is my only laptop so I rolled back to a previous snapshot. I looked at the logs for x and didn't see any errors. This is the first upgrade I've had problems with. I installed FreeBSD on this laptop with about a year ago wth 13 and KDE has worked thru every update and upgrade
-
CCFL_Man
SponiX: thank you!
-
CCFL_Man
never get your minisas cables from some questionable amazon seller
-
rtprio
m
-
mvee
Is it important to upgade packages? If I stay up-to-date with freebsd-update, can I not upgrade packages?
-
timothias
i think freebsd-update updates them
-
timothias
Im a newb though
-
timothias
I will say that you should never use ports and pkg at the same time
-
timothias
rending of garments and gnashing of teeth will surely follow
-
mvee
i was under the impression freebsd-update was only security patches and base upgrades?
-
mvee
The reason I'm asking is, when i upgrade packages something is getting upgraded that is breaking xorg.
-
mvee
I have no clue how to troubleshoot this.
-
mvee
But, I'm good with not updating packages if it means my laptop stays functional
-
timothias
logs?
-
timothias
errors?
-
timothias
pancs?
-
timothias
panics?
-
mvee
short answer, yes. But, I have no way to save them or share them. I have only this laptop and once I upgrade my packages, startx fails to load KDE and I rollback to snapshot
-
mvee
But, there are no errors in Xorg log after the upgrade
-
mvee
It's confusing. I installed FreeBSD 13 on this laptop a little over a year ago. Followed the handbook for installing KDE, drivers etc. It's performed great and I've had no problems with updating or upgrading to present day 14.0-RELEASE-p9
-
topcat001
mvee: does a more simple window manager work?
-
topcat001
just to decouple X from kde
-
mvee
topcat001: no, I've got everything configured the way I need it. I intially installed with openbox but KDE, although heavy, does well for my workflow and habits
-
topcat001
just for testing. Install a simple wm, even twm will do, switch out your startup line in xinitrc, see if X is working, Then you know for sure it's just kde (probably needs to clear config files)
-
mvee
how do I change xinitrc to start twm?
-
mvee
just delete xinitrc and twm should load right?
-
timothias
copy it to a .old file
-
timothias
just in case
-
mvee
ok
-
topcat001
exec twm at the end instead of `exec startkde` (or whatever kde now uses). Of course, check if twm is installed/in path first. Use any other wm if you happen to have it
-
topcat001
copy and edit it
-
nimaje
mvee, timothias: no, pkg and freebsd-update manage diffrent stuff, to stay up-to-date with packages you have to use pkg, software that comes from packages can have security issues too, if you want to reduce updates use the quarterly repo (default), to reduce even more you can check if you really want some update before, but please if you update something, then update everything to reduce problems
-
nimaje
of something assuming a newer version of something than you have installed
-
timothias
i do freebsd-update fetch install, and let it rip.
-
timothias
then a reboot
-
timothias
but thats not getting pkgs ive installed, ie: irssi
-
timothias
so I need to update them individually through my own dilligence of checking on them each
-
timothias
?
-
nimaje
pkg upgrade
-
mvee
topcat001: ok, created another snapshot and upgrading packages. Will test twm once installed and reboot.
-
timothias
ima try it!
-
timothias
pray for me
-
topcat001
cool
-
timothias
up to date!
-
timothias
thanks for the info