-
markmcb
is there any way to do a one-time reboot without supplying a passphrase for geli-encrypted an OS disk? like where it issues a single use key? would be nice to do something like "reboot --autodecrypt"
-
kevans
yuripv: not ignoring your question (re: localedef), just trying to find the right words
-
kevans
actually, there's an easy way to do this
-
nimaje
BillyJoeBob: the default is to use /compat/linux/ for the linux libs, there is some sysctl, so either you change that to /compat/ubuntu/ or you move your /compat/ubuntu/ to /compat/linux/
-
bsdbandit01_
good morning everyone
-
bsdbandit01_
i finally got suspend/resume to work on freebsd but when i resume my wifi does not work until i reboot my machine has anyone ran into this issue and if so what did they do to get around it
-
RhodiumToad
have you tried resetting the interface?
-
nero
script something to disable the problematic hardware before suspend and re-enable it after suspend
-
nero
its always the networking hardware that causes this kind of troubles...
-
tercaL
Anyone using Pot (jail management tool) under FreeBSD? I cannot find jail startup sequence configuration in it. Any idea would be much appreciated.
-
tercaL
With raw, home-made Jails, I had jail_list="sqljail phpjail webjail" and jail_reverse_stop="YES" in my rc.conf, however how to configure these in Pot?
-
Demosthenex
ok, so i use zrepl locally on my laptop, and zrepl locally on my home server. i want to start copying my laptop with it's local snapshots fully to the server. anyone seen an example configuration?
-
tercaL
any idea?
-
Demosthenex
tercaL: i'm using bastille. haven't tried pot. maybe read it's rc script?
-
siix_office
i'm trying to get my head around pf syntax and routing. if i want a bsd router to establish a tunnel and use it as the upstream gateway, how would i masquerade traffic using pf? em0: upstream, em1: LAN to be nat'ed, tun0: tunnel over em0
-
siix_office
happy to pastebin additional info if needed. thanks
-
siix_office
the other end of the tunnel knows nothing about the network on this side, so masquerading is required
-
frafusco
Hello. I am having problems with my install
-
frafusco
When I try to install pkg
-
frafusco
It says these errors:
-
frafusco
Here is the entire input
-
frafusco
pkg install pkg
-
frafusco
The package management tool is not yet installed on your system.
-
frafusco
Do you want to fetch and install it now? [y/N]: y
-
frafusco
Bootstrapping pkg from
pkg.freebsd.org/freebsd:11:armv6/latest, please wait...
-
frafusco
-
frafusco
A pre-built version of pkg could not be found for your system.
-
frafusco
Consider changing PACKAGESITE or installing it from ports: 'ports-mgmt/pkg'.
-
CmdLnKid
maybe pkg install ports-mgmt/pkg
-
frafusco
Same error
-
CmdLnKid
got ports installed ?
-
CmdLnKid
cd /usr/ports/ports-mgmt/pkg
-
CmdLnKid
make install
-
frafusco
No ports
-
bapt
freebsd 11 is unsupported so no packages
-
CmdLnKid
aaaah
-
bapt
I am not even sure there was some armv6 packages at all for freebsd 11
-
CmdLnKid
i missed that part
-
CmdLnKid
time to install ports man
-
bapt
freebsd 11 EOLed in september 2021!
-
bapt
and ports from that time
-
frafusco
Got another machine with the same error with bsd 13 but with a different sentence: instead of not found it says Host does not resove
-
RhodiumToad
that probably means you don't have dns set up correctly?
-
frafusco
How do I do that
-
frafusco
I have ethernet attached
-
RhodiumToad
static network addresses or dhcp?
-
frafusco
Dhcp
-
RhodiumToad
did the dhcp server provide a nameserver address? if so, it'll be in /etc/resolv.conf
-
frafusco
No
-
RhodiumToad
is anything in /etc/resolv.conf?
-
frafusco
Let me check
-
RhodiumToad
and if not, have you configured local-unbound or some other local dns resolver?
-
frafusco
No name In resolv.conf
-
frafusco
I did not
-
frafusco
The installation did everything
-
frafusco
Also how do I set the layout?
-
RhodiumToad
layout of what?
-
frafusco
Keyboard
-
RhodiumToad
in the installer, there's an option to set nameserver addresses, and another one to enable local-unbound, I assume you set neither
-
CmdLnKid
these are some basic questions answered by the handbook
-
frafusco
Thanks
-
RhodiumToad
if you're talking about the text console and not X, then use kbdcontrol to set the keyboard layout; you can do it automatically on boot with keymap="whatever" in /etc/rc.conf
-
frafusco
Also i have noticed that when I try to install freebsd on another network, it shows the name
-
RhodiumToad
to get dns working, you either need to set up and run local-unbound or put some nameserver IPs in /etc/resolv.conf
-
RhodiumToad
shows what name?
-
frafusco
The one missing you were talking about
-
RhodiumToad
if you're using dhcp and the dhcp server provides nameserver IPs, those will get written to resolv.conf while the connection is up
-
frafusco
Permission denied
-
CmdLnKid
add ... "nameserver 1.1.1.1" to resolv.conf
-
frafusco
Error:can't find sockey: permission denied for ::1 port 53
-
CmdLnKid
after ping freebsd.org
-
frafusco
Socket
-
frafusco
How do I edit it?
-
CmdLnKid
im out
-
frafusco
XD
-
frafusco
Joking
-
CmdLnKid
not so sure about that at this point
-
frafusco
ee
-
frafusco
I'm not that noob in freebsd
-
CmdLnKid
.... so there was no point in asking
-
frafusco
Nameserver is set at 127.0.0.1
-
RhodiumToad
is that the only entry in resolv.conf?
-
frafusco
No
-
RhodiumToad
then what else is there
-
frafusco
Options edsn0
-
paulf
what is on the other end of the ethernet cable?
-
CmdLnKid
an apple
-
frafusco1
back
-
CmdLnKid
wait sorry thats italy ... that would be a grape
-
frafusco1
??
-
frafusco1
oh wait
-
frafusco1
su does not work
-
frafusco1
su: Sorry
-
CmdLnKid
you are not part of wheel
-
frafusco1
how can i be part of it
-
CmdLnKid
again covered in the handbook. at least it used to be
-
frafusco1
it used to be
-
frafusco1
(I really suck at BSD btw)
-
CmdLnKid
na. you are just uninformed.
-
CmdLnKid
take your time
-
CmdLnKid
print out the handbook kick back and read my friend
-
CmdLnKid
knowledge only comes with time and patience
-
CmdLnKid
don't forget repetition
-
frafusco1
"patience"
-
CmdLnKid
yea yea i had no patience for repetition with spelling in some cases
-
frafusco1
with 2GB ram, a trashy processor and the battery going off every 3 seconds patiente is assured!
-
frafusco1
even my GNU Guix thinkpad T420 has better specs
-
CmdLnKid
yikes
-
frafusco1
do you also use linux?
-
CmdLnKid
when i first installed FreeBSD on a dell back in 2001 i did it probably close to 20 times
-
CmdLnKid
slackware since '94
-
CmdLnKid
after that every other linux flavor came naturally
-
frafusco1
wow!
-
CmdLnKid
did i misspell that
-
meena
-
frafusco1
yes
-
VimDiesel
Title: Mina Galić - Ops to Dev
-
frafusco1
what are you referring to linux is in fact GNU/Linux
-
CmdLnKid
don't mind the spelling its been a long night with 30 minutes of sleep
-
meena
re repetition and stuff
-
CmdLnKid
just take it as it sounds
-
frafusco1
ok "linux" user
-
CmdLnKid
its been a toy since 2001
-
frafusco1
slackware has too old packages for me
-
frafusco1
how can you work with it?
-
CmdLnKid
thats just plain ole bs
-
Demosthenex
i started on slackware in '95. was alright ;]
-
frafusco1
oh
-
CmdLnKid
i went to -current for the latest and greatest about 2 years after i started
-
frafusco1
it got so much worse
-
frafusco1
now the iso includes ALL the major desktop environments
-
CmdLnKid
that combined with slackpkg i built my own for whatever i needed
-
Demosthenex
frafusco1: yep. linux has progressively sucked more and more, i moved to freebsd just over a year ago, what a refreshing change.
-
CmdLnKid
demosthenex, ikr
-
frafusco1
i am planning to use it togheter with BSD
-
Demosthenex
CmdLnKid: they are determined to make it windoze 2.0, where i want a UNIX workstation and open server.
-
frafusco1
maybe install the guix package manager on BSD
-
» meena can use almost why Unix, but struggled severely with mac OS
-
frafusco1
is that possible?
-
frafusco1
Demsothenex is has become unbearable
-
Ronis_BR
Hi! Can I use bastille safely to export a running container or should I stop it first?
-
CmdLnKid
no guix in ports
-
frafusco1
Demosthenex*
-
frafusco1
no way to compile it from source?
-
CmdLnKid
and thats where packages originate
-
frafusco1
ok how do i do that?
-
CmdLnKid
why couldn't you
-
Demosthenex
on the surface guix sounds neat, but... i'm not confident in the implementation, nor do i want to bolt it onto fbsd
-
Demosthenex
i find i worry much less about packages now that i'm on fbsd
-
CmdLnKid
no need when the command line is simple enough
-
Demosthenex
the separation between OS and packages is brilliant
-
CmdLnKid
i dunno about brilliant but surely was a solid thought
-
frafusco1
maybe with debian/kFreeBSD?
-
CmdLnKid
oh gawd don't go there
-
Demosthenex
Ronis_BR: "export"?
-
Ronis_BR
Demosthenex: I think it uses zfs send
-
Demosthenex
Ronis_BR: most things you have to stop in order to copy/clone accurately, so i'd imagine you have to stop it unless explicitly documented otherwise
-
Ronis_BR
thanks!
-
Demosthenex
-
VimDiesel
Title: export — Bastille 0.10.20230714-beta documentation
-
Demosthenex
so, that's not clear on what the output is (a tarball?), but ZFS can do online. who knows about your appdata
-
Ronis_BR
Demosthenex: I got confused by that text. It says UFS must not be running, which seems that ZFS can.
-
frafusco1
why not?
-
CmdLnKid
your safe measure would be to shutdown in any circumstance for a proper backup/export etc.. as a snapshot etc will not save you running memory
-
frafusco1
oh
-
CmdLnKid
without a shutdown things may not flush to disk
-
frafusco1
back to the problem i selected to install portswith the installer
-
CmdLnKid
that would be called saving state
-
frafusco1
but when i booted it says ports command not found
-
CmdLnKid
frafusco1, you'll be looking for portsnap in the docs
-
frafusco1
ok so can install pkg from there?
-
CmdLnKid
ofcourse you could do it with git but i feel like that is a little more advanced than what you are ready for
-
RhodiumToad
portsnap is deprecated
-
frafusco1
i can use git
-
CmdLnKid
what was it replaced with ? i must have not been there for that
-
frafusco1
ok so how can i install it?
-
RhodiumToad
how do you expect to download anything with no working dns?
-
frafusco1
whait i just noticed that i have a cursor
-
Demosthenex
Ronis_BR: yeah, at first glance it sounds like it takes a ZFS snapshot and tarballs that. again, running services may be inconsistent in the export if it's running
-
frafusco1
that means that i have at least 1 x dependency installed
-
CmdLnKid
oh lord he discovered a cursor
-
RhodiumToad
why does it mean that?
-
frafusco1
=#
-
frafusco1
xcursor
-
frafusco1
that surely works on UNIX
-
RhodiumToad
...what
-
CmdLnKid
lol
-
frafusco1
yeah
-
CmdLnKid
this is BSD foo
-
CmdLnKid
in my best mr t voice
-
frafusco1
ok so the cursor has 0 dependencies on x?
-
frafusco1
also why is it installed
-
CmdLnKid
to many to list
-
RhodiumToad
there is a mouse cursor on the text console, but iirc only if you enabled moused (which is part of the base system)
-
CmdLnKid
-
frafusco1
systemd?
-
RhodiumToad
there is no systemd
-
CmdLnKid
remove your current /usr/ports directory first
-
frafusco1
no git found (lol)
-
RhodiumToad
there is no git in the base system, you can't use it to get the ports tree for a fresh install
-
frafusco1
i wasn't expecting to be there by default
-
RhodiumToad
but this is all futile until you have working dns
-
Demosthenex
frafusco1: no systemd? you're welcome.
-
» CmdLnKid high fives demosthenex
-
frafusco1
ok what init then?
-
Demosthenex
welcome to an OS that isn't infected.
-
CmdLnKid
wuuut
-
RhodiumToad
init is just init
-
Demosthenex
frafusco1: init is more freebsd specific than you're used to, but it makes lots better sense ;]
-
frafusco1
i've heard that systemd in in bsd
-
RhodiumToad
you heard wrong
-
CmdLnKid
you did not
-
Demosthenex
am i allowed to swear here?
-
frafusco1
no :)
-
frafusco1
the famous BSD init scripts?
-
Demosthenex
thank god pottering left redhat and hired on at micro$oft. he can go ruin another OS
-
CmdLnKid
13:22 Ignoring ALL from frafusco1 [ignore ends: 2023-09-05 13:52:44]
-
CmdLnKid
i can't take this anymore
-
frafusco1
oh :(
-
Demosthenex
well, he's learning
-
Demosthenex
study up /etc/rc.conf, you'll get it rapidly
-
frafusco1
thank you
-
frafusco1
well glad there is no systemd in there! GNU sheperd and BSD-style scripts revealed to be better
-
Demosthenex
frankly, init should be as simple as possible to troubleshoot.
-
Demosthenex
i just DGAF if a user has to wait 1 minute more during boot before they get GNOME, or watch ugly startup messages.
-
frafusco1
1 minute???
-
frafusco1
that's crazy
-
Demosthenex
fbsd's init could be a little dumber, but its ok ;] i don't often miss inittab
-
frafusco1
whatching ugly startup messages isn't that bad
-
Demosthenex
i want services to start sequentially, as long as they take :P
-
Ronis_BR
Demosthenex: thanks!
-
frafusco1
...
-
Demosthenex
frafusco1: premature optimization is the root of all debugging hell
-
frafusco1
ok
-
frafusco1
what about a plymouth theme that covers them?
-
siix_office
to nat all packets from 192.168.56.0/24 going out over a wireguard interface, is this the correct rule? nat on wg0 from 192.168.56.0/24 to any -> (wg0)
-
siix_office
it look like it's exhausting the TTL for pings ... ICMP time exceeded in-transit
-
Demosthenex
frafusco1: nope.
-
Demosthenex
frafusco1: gimme that glorious serial console look any day
-
frafusco1
gtg
-
kenrap
Welp, poettering wouldn't be able to ruin Windows. It's already ruined after 3 decades of technical debt and ugly spagetti code for backwards compatibility. ;P
-
CmdLnKid
cant wait for the influx of smart clothing for all the new generations ...
interestingengineering.com/science/…lion-in-smart-surveillance-clothing
-
VimDiesel
Title: US govt. invests $22 million in smart surveillance clothing
-
CmdLnKid
-
CmdLnKid
sorry to bring this up here but hoping its not powered by bsd
-
llua
zzz
-
CmdLnKid
although on the otherhand id like to control my bsd systems by voice through my UnderBSD
-
kenrap
I'd probably configure my UnderBSD to disable the microphone and video first, and then setup a cron job during the winter to increase clothing temperature to keep me warm during the day.
-
CmdLnKid
reminds me of how to make toast with the early docs in linux (or was it coffee")
-
kenrap
and use the AC cooling function during the hellish heatwave seasons during the late summer.
-
CmdLnKid
tha good ole days of serial ports on everything
-
CmdLnKid
halt and catch fire
-
CmdLnKid
"yeah i know serial ports did not have anything to do with that
-
kenrap
Honestly, this is f***ed beyond belief. We already have Big Brother watching through our phones, IoT devices that connect to the internet, and through some desktop OSes, and now our clothes?
-
CmdLnKid
Flock is a big concern
-
CmdLnKid
these
flocksafety.com/devices/lpr ... are on every major street corner lately
-
VimDiesel
Title: LPR
-
CmdLnKid
at least where i live
-
CmdLnKid
and thats milwaukee, US
-
CmdLnKid
MI is worse ATM
-
CmdLnKid
anyway tho sorry for the off topic and not really meant for this channel more than a so called advertisement for self reasearch
-
paulf
on the TV news yesterday evening, estimates that there are 40k cars in circulation with copied registration numbers (license plates)
-
paulf
equally off topic
-
CmdLnKid
yep. im interested in using freebsd systems to track these events now
-
CmdLnKid
or if anyone has started
-
CmdLnKid
cause this shits getting out of control
-
CmdLnKid
intention of my message is purely to spur interaction with like efforts
-
mason
There's #freebsd-social.
-
mason
It exists for this.
-
CmdLnKid
yeah probably a better place. thanks
-
CmdLnKid
ending my involvment in this channel with ... post this to your license plate ... (not an advertisement)
photoblocker.us/products/the-photoblocker-spray
-
VimDiesel
Title: No More Red Light Camera Tickets. Make Your Car Invisible To Police Speed Cameras With Our License Plate Cover, PhotoBlocker Spray, Radar Detectors, GPS, GPS Camera Detectors. Got A Traffic Ticket? Don’t Pay Yet. We Can Help Fight Your Speeding Citation and Win.
-
CmdLnKid
--- END ---
-
mason
Not sure why it was necessary to paste that in here.
-
CmdLnKid
momennt of shock and current channel. what i use... FreeBSD and interested in using that in further efforts
-
CmdLnKid
hence why i tried to appologize for the off topic nerve jerk behavior
-
entikan
hello how can I get the forums to not demand javascript?
-
entikan
I can't browse it in the terminal now :(
-
entikan
but I need to because I don't have X yet
-
entikan
really who even came up with this. It's not even that interactive -_-
-
meena
hrm… that's the wrong side of the pipe…
bugs.freebsd.org/bugzilla/show_bug.cgi?id=273582 for tty(1) to tell
-
VimDiesel
Title: 273582 – man: check if run in a pipe before invoking MANPAGER
-
frafusco
Hello, after configuring the network and fixing all problems I got this error when trying to install pkg i got this error: pkg: failed to extract pkg-static: Failed to create dir '/usr/local/sbin'
-
V_PauAmma_V
Did you run it as root?
-
martinrame
Hi, I'm trying to add a nic alias in /etc/rc.conf. The original nic is: ifconfig_bge0="inet 192.168.100.245 netmask 255.255.255.0" and the alias ifconfig_bge0_alias0="inet 192.168.0.245 netmask 255.255.255.0". When I restart netif I get ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address
-
martinrame
Why I cannot add that alias?
-
meena
martinrame: that's strange
-
meena
cccccclvlvgrfijdlbedfbfriedbdgjjuivbffjlncvu
-
signalblue
meena: what does that mean?
-
meena
signalblue: that's me or something touching off my yubikey
-
signalblue
no it's you
-
isley
you can change your yubikey to longpress so it's harder to accidentally boop
-
isley
i did it on my laptop because it was just too easy to hit the thing when i picked up the laptop
-
meena
martinrame: does it work manually?
-
R2AMO
meena, martinrame was moved offline
-
» meena is a bit slow