r2g2
Yes, docker is a Linux/windows/mac thing. For reasons I don't quite understand they do NOT support FreeBSD.
to clarify: docker, or better: OCI containers are a linux thing. windows/mac just obfuscate the use of virtualization
r2g2
they are built on namespaces and cgroups, which are technologies the linux kernel provides
i686
anyone running 13.1 on raspberry pi4b?
ɴꙩᴍᴀᴅ
anyone running 13.1 on raspberry pi4b?
I guess someone here talked about it some time ago. Have you tried?
ɴꙩᴍᴀᴅ
Welcome back 8mr (:
i686
I guess someone here talked about it some time ago. Have you tried?
indeed, it's working great so far, but with snmpd.... can't pull the temp oid from it despite temp pops out from syctl
i686
at this point I guess is a snmpd issue, not sure 100% tho
Chris
anyone running 13.1 on raspberry pi4b?
ask Fred Finster in the GhostBSD channel, they have another channel for ARM/rpi4 for BSd
Anonymous
Why is freebsd not a popular operating system?
Joey
it's the Amish, man... they destroy the market for it
David
Perhaps because freebsd is not for sheep
Joey
libertarian? those guys are worse than the Amish
Joey
but you're mistaken, it's very popular
Joey
it's in so many vendors' gear
Joey
a different BSD, but Ricoh printers run NetBSD
Joey
when Cisco started out, all their stuff as FreeBSD
David
At least the Amish are unvaxxed... Not so stupid. There might be computer viruses but viruses in general do not exist, and not one virus has been observed from anyone ever. Thus there exists only computer viruses... Funny that, given the last two years of virus tv show
David
Virtual box on freebsd has got a bit weird over the last few bersions
Joey
if Covid hasn't happened, I would have launched a couple of products, running either FreeBSD or Slackware.... and might actually get them launched next year
David
Yea... Covid the takedown of the west
David
All part of the plan...lefties
David
This is why the bs war with Ukraine and fuel inflation are being engineered with food shortages.. lefties at the UN want commie china model
Joey
I think you have a point... the belligerents think the war is serious business, but the bookie countries are using it to make their various bank
bittin-
EuroBSDCon 2022 starts in 45 minutes
bittin-
only courses on the spot today and tommorow tough, but Social online tommorow evening and talk stream on Saturday and Sunday
bittin-
Are they streaming on youtube or other platforms?
not sure what platform will be used for streaming, but guess i will know later this week when its announced
Anonymous
i ran pkg upgrade, after reboot the module won't load
hav u tried to build from ports? used to have issues esp after freebsd upgrade or kernel upgrades. i entountered it numeros times in different version
Anonymous
build everything in /usr/src and the module is working, now im using 13.1
yes, i noticed the recent 13.1 do not have that issue anymore. good for us
bittin-
np
Fa
Dears; I get this message when I try to install FreeBSD on VMware? can you help me !!
r2g2
VMware version?
r2g2
and why are you installing version 10?
Fa
and why are you installing version 10?
I install the last version 13.1- bootonly !!
Anonymous
Dears; I get this message when I try to install FreeBSD on VMware? can you help me !!
dude just get the 13.1 iso. and notice what you're doing when setting it up.
Yorhane
Good afternoon guys, do you happen to know of any app that is like clonezilla? bsd based?
Anonymous
pkg search something like this clone-1.0.8 File tree cloning tool clonehdd-2.0.3_1 Tool for clone HDD on FreeBSD
bittin-
listening to BSD Now, before heading to bed here in Sweden, hope people are having it nice at EuroBSDCon in Vienna
Anonymous
bittin-
https://bsdtv-hls.secdn.net/bsdtv-channel/play/input_track1.smil/playlist.m3u8 Day 2 of the FreeBSD Developer Summit being streamed atm
bittin-
started now
bittin-
New link: https://bsdtv-player.secdn.net/theatre/c726dda9-ffb0-4afa-bf71-55cfc9ab7b67
Anonymous
audio is too soft on my laptop
X
hi guys! can anyone tell me how can i mount a dir from a windows hdd to freebsd that run inside virtualbox
X
thank you
X
i tried: mount -t vboxsf <foldername> /mnt
X
and the result was: Operation not supported by device
Mohammed Alnahdi
Many thanks for accepting my request to join here. 👍
bittin-
https://nitter.ca/eurobsdcon/status/1571012933274185728#m
X
Hi guys! Yesterday I installed lynis after watching a video and after running: sudo lynis audit system I found these warnings: Warnings (4): ---------------------------- ! Multiple accounts found with same UID [AUTH-9208] https://cisofy.com/lynis/controls/AUTH-9208/ ! Found unprotected console in /etc/ttys [SHLL-6202] https://cisofy.com/lynis/controls/SHLL-6202/ ! Found vulnerable packages [PKGS-7381] - Details : 1 vulnerable packages - Solution : Run pkg audit https://cisofy.com/lynis/controls/PKGS-7381/ ! Found promiscuous interface (pflog0) [NETW-3014] https://cisofy.com/lynis/controls/NETW-3014/ Can someone here could help me fixing these issues? Thank you
X
Also, what malware scanner should I install: rkhunter, chkrootkit, OSSEC?
ɴꙩᴍᴀᴅ
Also, what malware scanner should I install: rkhunter, chkrootkit, OSSEC?
I used chrootkit in the past, don't know about the others
Juraj
pflog0 is PROMISC by nature, from principle.
Juraj
pkg audit -> upgrade those packages
Juraj
unprotected console -> edit /etc/ttys and turn secure to insecure
Juraj
but beware, it will require root password when booting to single user
Juraj
multiple account with the same uid is most likely “root” and “toor”
X
pkg audit -> upgrade those packages
Already did it. It appears to be python39. However, if I can't upgrade i have to uninstall that package and install the newest version, but this will affect my xfce de.
X
but beware, it will require root password when booting to single user
I dont think this will be a big issues since I'm the onlu user. Thank you for this information.
Anonymous
python39 is already updated to python39-3.9.14 in ports...u can update from there
Anonymous
X
why vulnerable packages are updated/upgraded so slowly ?
Mohammed Alnahdi
Hi guys, In gnu/linux always make two partitions only, first one for UEFI and other for root (the hole system). About swap, i prefer to make it on file separate without partitions. Now I am reading Absolute FreeBSD book (Michael Lucas) and he adviced: [quote from his book] Now decide how you want this disk partitioned. The disk has 16GB of space, which I’m dividing up as follows: • 512KB freebsd-boot EFI boot partition • 1GB swap • 4GB emergency dump space. • 1GB root (/) • 512MB /tmp • 2GB /var • Everything else in /usr The Question is: is it enough 1G for root? Where cache of package or package itself locate it in system?
Krond
Idea about making swap on root is a really bad one.
Krond
Please listen to a guy who like the idea and does a number of attempts yearly to see will it work.
Krond
Swap on ZFS can be really fast, it's easy to create partition correctly (no cache, no hashsums, static allocation), but it's really hard to convinve system memory should be freed while writing to ZFS. You can easily write under 1Gb, but then you'll have ton of troubles partition never faces.
Krond
What Linux did to swap they kindda axed out a window in FS code to allow kernel work directly with disk. This works, but I can't say it's a clean approach.
Mohammed Alnahdi
I am using Voidlinux, sometime i need to modify the size of swap.
Krond
Now for partitions... You can go with ZFS and forget about partition sizes to some extent, plus you'll get compression and deduplication, which is neat for a small dirve like that. On the other hand 1G for root is more then enough. Plus you are splitting areas where files are written into separate partitions. For example package cache goes to /var, all temporary allocations — to /tmp, etc.
Mohammed Alnahdi
Krond
Also if you have enough RAM or can increase SWAP — instead of /tmp give space to swap and use TMPFS, it's really worth it.