-
Posterdati
hi
-
yourfate
running freeBSD on an rpi, I want to set up a network bridge. The rpi is connected to wifi, I want to connect a printer to the ethernet port, and bridge that to the wifi
-
yourfate
ah found the relevant help article, should be ez
-
nimaje
hm, if it were two ethernet ports you would create a bridge add the interfaces to it and move the network config to the bridge, but iirc wifi is special and has problems with something like that
-
yourfate
is it not just another device?
-
yourfate
network device
-
scottpedia
yourfate: that should be easily done with a iptable command and a change of some system env variable
-
scottpedia
what you are creating is an internal switch
-
scottpedia
(basically)?
-
ant-x
Hello, all. In order to get a framebuffer console at my display's native resolution, I installed and loaded i915-kms, and then specified a larger font with loader.conf/screen.font . Now, since the latter setting takes affect early, before the boot menu, and the former late, mid-boot, my boot menu is displayed in an enormous font and is barely usable. What can be done about it? Setting screen.height and screen.width has not effect, nor does vbe_max_resolution ...
-
ant-x
^ What happened? Libera is not accepting very long messages?
-
ant-x
s/not/now/
-
vkarlsen
IRC has always had limits on the msg length
-
vkarlsen
Exactly what the limits are has varied with the different ircds and over time
-
hodapp
it's a feature
-
ant-x
I know that, but remember that the limit here on Libera was much stricter.
-
Arfrever
ant-x: I think that the limit was 400 characters some years ago, probably in times of Freenode. Your message seems to have 466 characters, so not that MUCH longer.
-
eoli3n
Hi again, so the problem came back, and after a forced reboot, nothing in /var/crash
-
eoli3n
nothing special in /var/log/messages
-
eoli3n
i don't know how to debug this
-
eoli3n
the system just shutdown without any reason
-
eoli3n
no kernel crash, no errors
-
eoli3n
no netdata alert
-
ant-x
Arfrever, also, this limit depends on so many factors besides the IRCd.
-
ant-x
It is (512 - overhead), where overhead depends on many variables.
-
yourfate
oh, I just realized freeBSD doesn't support wifi on the rpi4 at all
-
yourfate
the built in one
-
rtprio
eoli3n: does that provider have a serial console too, or just vnc
-
CrtxReavr
eoli3n, my first thoughts would be to suspect something environmental at the VPS provider. . . power. . . hypervisor problems. . . over-subscription.
-
rtprio
if it just hangs perhaps it is crashing on the serial console
-
rtprio
oh, you could make sure that the loader us using the screen as the console, that might get you more info
-
CrtxReavr
Is that serial console? Or an emulated VGA console?
-
CrtxReavr
Maybe login with it and see what terminal it shows you on.
-
eoli3n
rtprio CrtxReavr there is no provider, the VM is running on my internet box (french freebox)
-
eoli3n
arm64
-
eoli3n
where the problem occurs, the vm is unreachable
-
eoli3n
its running my soju instance, so if you see me disconnected, it failed
-
eoli3n
i rebooted the router this afternoon, maybe it solved it
-
rtprio
not familar with 'freebox'
-
eoli3n
isp router
-
eoli3n
free is a brand
-
eoli3n
-
rtprio
well, the advice still stands, force the loader to use the screen as the console, it might help you
-
eoli3n
i'm sorry, i don't get your point
-
eoli3n
let me show you what i have
-
eoli3n
this is what i get :
0x0.st/PcoN.png
-
eoli3n
when the VM "crash", symptoms are : unreachable from the network, and that console seems frozen
-
eoli3n
i can see the message "vps is started" but the screen remains black
-
rtprio
i understand
-
eoli3n
what do you mean then by "loader using the screen as the console" ?
-
rtprio
i'm telling you to add `console=vidconsole` in /boot/loader.conf
-
rtprio
and see if you get the crash on the screen next time
-
eoli3n
ok, let's try, thanks
-
eoli3n
should i reboot ?
-
rtprio
when it's booted, is it vlc? can the font change?
-
eoli3n
vlc ? sorry i don't get the question
-
eoli3n
font change where when ?
-
rtprio
never mind, i see (ttyu0), which is already serial
-
eoli3n
when it boot, i can see that it's using the console output, let's reboot to show you
-
eoli3n
back (it holds my irc bouncer)
-
eoli3n
-
eoli3n
hey maybe i can setup as a display, i can see a button "screen" on my vm manager
-
eoli3n
I need to change 5. at the boot screen right ?
-
rtprio
no i take this all back, if you're already on the serial console
-
eoli3n
oh ok
-
rtprio
there _should_ be some output when it crashes
-
eoli3n
i agree, that's really strange
-
eoli3n
i'm betting on the isp router which was crashing my VM, not the kernel crashing it
-
eoli3n
wait and see
-
rtprio
i've not seen a mass market router that just happens to allow to run customer VMs
-
ddadestroija
is v15.0 of freebsd Ready to install? I tried to update and had to do a recover becuase "libsys not found"
-
rtprio
ddadestroija: freebsd-update or pkgbase?
-
ddadestroija
freebsd update
-
rtprio
it requires a little more care to do a major update
-
ddadestroija
rtprio: what would you reccomend?
-
rtprio
-
rtprio
that worked for me, on one system
-
rtprio
the system i yolo'd i believe i had the same libsys error
-
ddadestroija
ok i'm trying to go from 14.3 to 15
-
rtprio
the key bit is that you need to set the ABI and upgrade
-
ddadestroija
rtprio: how do I set the ABI?
-
rtprio
did you read the link?
-
rtprio
it's right there
-
ddadestroija
oh ok I see it there under status
-
rtprio
what? no
-
rtprio
i lined the exact section. env ABI= ...
-
ddadestroija
yeah under major uprades I see it is an env var I need to chane, Thanks
-
polarian
still cant get sound to work
-
polarian
ugh
-
polarian
pcm shows up
-
polarian
sndstat looks fine
-
polarian
beep does nothing
-
polarian
writing data to /dev/dsp does nothing
-
polarian
boot a linux install and then play sound, works fine
-
vkarlsen
Have you checked the volume?
-
» vkarlsen ducks and runs
-
polarian
vkarlsen: yes
-
polarian
-
polarian
see
-
ant-x
Hello, all. Do I understand correctly that /etc/adduser.conf cannot be set to create for each user a new persoal group with the name of that user?
-
ant-x
adduser man page says it can create groups, yet in interactive mode, if I set a custom main group, it fails with an error saying the group does not exist.
-
ant-x
The only explicit reference to creating groups is in connexion with the -f option. No other way to cause adduser to create a group?
-
ant-x
If I want to create user jane in persona group jane, is there a single-step process to do it, or shall I first create the group, and then the user?
-
ant-x
I hope pw useradd can to it.
-
rtprio
yes, the custom main group would need to exist already
-
rtprio
but adduser should create $user and also the group named $user by default
-
ant-x
rtprio, I mean that adduser does not create the group named $user.
-
ant-x
When creating user ant, it fails with: group ant does not exist.
-
ant-x
I did it with pw.
-
ant-x
(pw useradd)
-
rtprio
`pw useradd ant -g ant` didn't work?
-
» FatalNIX spins around yelling "whee!" Good afternoon!
-
ant-x
rtprio, I wrote that pw works, but not adduser (unless I pre-create the group).
-
ant-x
FatalNIX, you see me lazy rolling...
-
FatalNIX
If you aren't lazy rolling then you aren't livin'!
-
aGaTHoS
polarian: have you tried to changue the sound unit with sysctl hw.snd.default_unit=<n>, I had no sound when first installed freebsd til i changued this to 1 in my case
-
polarian
aGaTHoS: nope
-
polarian
as in nope doesnt change anything
-
aGaTHoS
writing data to /dev/dsp1 or /dev/dsp2 ... also does not give you sound?
-
polarian
bpa.st/KYQA make release cant find pkgbase repo data...
-
polarian
aGaTHoS: nothing
-
polarian
re: make release failing
-
polarian
for some reason its looking for latest, while the version there is 15.0p2
-
polarian
oh I need to set osrelease prob
-
polarian
wait no
-
polarian
it defaults to uname, so it should be correct anyways
-
FatalNIX
Hm. Do I need to do anything specific to upgrade base packages and such in 15.0 if I went with testing out pkgbase? The handbook isn't very clear on that. It talks about upgrading to 15.0 and such, but if I just want to check if there are updates, since freebsd-update is going to be replaced, what's the procedure in the meantime if any? I can't tell if pkg upgrade is good enough.