-
dmr104
i did install gnome and gdm, I am having difficulty knowing what to put in my /usr/local/etc/gdm/custom.conf . So far I can get a mouse pointer on a grey screen when i boot
-
dmr104
there are not any up to date instructions for this
-
dmr104
i did install gdm before gnome.
-
voy4g3r2
i am not really liking how my ISP can't get my a dns resolved name
-
voy4g3r2
lw: i am reading this PR guide on github.com am i making a mistake by thinking.. i need to have a github rpeository of my changes and can nto use a local one?
-
meena
voy4g3r2: you do a fork on github, and then you make your changes in your own fork, in its own branch, and then push them to github, and the second you do that, it offers you to create a Pull Request
-
voy4g3r2
meena: thank you, cloning now to local after fork.
-
meena
I often just clone upstream, and then just add my fork as push-url
-
meena
git clone
github.com/freebsd/freebsd-src ; cd freebsd-src ; git remote set-url origin --push git⊙gc:igalic/freebsd-src
-
VimDiesel
Title: GitHub - freebsd/freebsd-src: The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....
-
parv
meena, In your case, does "github.com:igalic/freebsd-src" need to set up beforehand for git-push to succeed?
-
parv
s/to set/to be set/
-
meena
parv: yeah, by forking it on github
-
parv
meena, Ah, thanks. I mistakenly thought fork-on-github step would not be needed
-
parv
.. missed the "fork" in "... just add my fork as push-url"
-
meena
parv: `gh` probably allows you to do most of that in one go
-
parv
... actually no. I thought that the local clone was being referred to as the fork.
-
parv
meena, What is "gh", some GitHub-command related port?
-
meena
parv: no, that's a clone / working copy
-
meena
-
VimDiesel
Title: GitHub CLI | Take GitHub to the command line
-
meena
we got a port
-
parv
meena, Thanks
-
voy4g3r2
well this is just going to be a broken up pull request, i just realized i updated 68 man pages. wow
-
dlfke
is it possible to install parts of the port tree?
-
meena
dlfke: what do you mean?
-
parv
Re CLI for Github, Perl, Python, Ruby ports related to GutHub have far more obvious & discoverable names than the Go official version ("devel/gh"). Hilarious. Produces a list of possible packages: pkg search -D '\<(cli.+g(ithub|h)|g(ithub|h).+cli)\>' | grep '^[^ ]+:$'| sort -ubf -- but not obvious. If "grep | sort" are removed to read the description, that produces overwhelming amount of output & hard to find where the entry starts & stops for a package
-
parv
"GutHub" 🤣
-
dlfke
I don't want use git or install the whole tree
-
parv
Comment search is no better: pkg search -c '\<(cli.+g(ithub|h)|g(ithub|h).+cli)\>'
-
voy4g3r2
anyone else experiencing that
bsd.to is down?
-
AmyMalik
i think so
-
voy4g3r2
i am experiencing a weird ssh issue.. a bastille container is just closing my ssh connection.. was going to share logs
-
voy4g3r2
but can't
-
CrtxReavr
Log a verbose attempt from your client?
-
voy4g3r2
yeah
-
voy4g3r2
ssh -v -v -v -v 192.168.0.137
-
voy4g3r2
it does a send of type 50, waits for response and closes
-
voy4g3r2
debug3: send packet: type 50
-
voy4g3r2
debug2: we sent a publickey packet, wait for reply
-
voy4g3r2
Connection closed by 192.168.0.137 port 22
-
CrtxReavr
For starters: ssh -vvv 192.168.0.137
-
voy4g3r2
hrm.. looks like the container is not getting an ip address.. so it may be something else but what is odd it tries to negotiate through it
-
CrtxReavr
Three is max supported.
-
voy4g3r2
same set of messages
-
CrtxReavr
What if you do: nc 192.168.0.137 22
-
CrtxReavr
What do you see?
-
voy4g3r2
SSH-2.0-OpenSSH_9.5 FreeBSD-20231004
-
voy4g3r2
Invalid SSH identification string.
-
CrtxReavr
Oh, so TCP is establishing. . .
-
voy4g3r2
it was working a few hours ago, came to do some work and it was presenting me with nothing
-
CrtxReavr
What OS versions?
-
voy4g3r2
14.0 within a bastille jail
-
CrtxReavr
Relaunch the jail?
-
voy4g3r2
yup, doing it again right now
-
voy4g3r2
quite odd that it is not get an ip address from dhcp
-
voy4g3r2
nope, says it has an ip address.. and even renewed lease
-
CrtxReavr
Does ssh work now?
-
voy4g3r2
nope
-
voy4g3r2
i really should NOT of done vnet
-
parv
voy4g3r2, You could use
termbin.com to shar log: "nc termbin.com 9999 < log" or "date | nc termbin.com 9999"
-
VimDiesel
Title: termbin.com - terminal pastebin
-
» parv throws "e" & "t" to complete "shar"
-
Axman6
I can see in zpol iostat (-v -l) that there's quite a lot of activity on my disks at the moment but I can't tell why - nothing should be reading or writing to one pool, and there's no scrub running. Are there any tools to see what's going on with the zfs?
-
DanDare
Axman6, maybe start with like 'top -m io -o total'
-
mason
Is there a way to say that an interface is to clone the MAC of another interface? I want to have a bridge present the MAC of one of its members when sending a DHCP request, but I don't see a way to specify the desired MAC by pointing to an interface, and having to actually hardcode it is more manual than I'd like.
-
kevans
mason: might be worth pointing out that the default behavior of bridge(4) is to inherit the MAC of the first added member
-
mason
kevans: Hrm. That'd be sensible but it's now what I'm observing.
-
mason
not*
-
mason
That's in fact the behaviour I want.
-
mason
I bet I have the order of operations wrong in my ifconfig_bridge0 line. Flopping it around and we'll see.
-
mason
kevans: Hrm, no. "addm vtnet0 SYNCDHCP" and "SYNCDHCP addm vtnet0" both end up with an autogenerated MAC. I'll try separating them.
-
mason
kevans: Hm, I'm seeing bridge0 getting its generated MAC before I see the "created clone interfaces" line including it, but that doesn't mean a ton. I'll mess around with it some more.
-
mason
Yeah, it's definitely not getting the MAc of the first added member. There's only one member, and it's not getting that member's MAC.
-
kevans
maybe it wasn't the default
-
kevans
oh yeah, sorry
-
kevans
you have to set net.link.bridge.inherit_mac=1
-
mason
Ah, but that's still hopeful. If it's a behaviour.... nice.
-
mason
You rock.
-
mason
Trying it.
-
mason
I wonder if there's a race. Not seeing it take effect.
-
mason
Ah well. Got to hit the sack. I'll poke at it more tomorrow. Thank you for what'll doubtless be the critical pointer.
-
mason
It's a race. "service netif restart" sets it.
-
mason
-
VimDiesel
Title: 270607 – if_bridge: net.link.bridge.inherit_mac doesn't quite work
-
mason
kevans: net.link.bridge.inherit_mac=1 in sysctl.conf and if_bridge_load="YES"
-
mason
in /boot/loader.conf together manage the trick. Thank you again. Wouldn't have found it on my own, or not this quickly anyway.
-
kevans
mason: woot. happy bridging
-
dmr104
how do i get gnome desktop working with gdm display manager?
-
angry_vincent
i believe it's a non-question ( i have an impression that gnome desktop and gdm are un-tied judging from question ). can you specify what you mean?
-
dmr104
I should put "DefaultSession=gnome.desktop" in custom.conf ?
-
angry_vincent
No.
-
dmr104
if i don't put this line in there i just get a login to tty as normal
-
dmr104
i am guessing what to do. I cannot find any bsd instructions anywhere
-
angry_vincent
no idea. i never saw this requirement. do you also have some other "desktop" ( other than gnome ) installed?
-
dmr104
labwc
-
babz
-
VimDiesel
Title: Chapter 8. Desktop Environments | FreeBSD Documentation Portal
-
angry_vincent
babz: i have seen this. what does it do with custom.conf? there is no such thing.
-
babz
?
-
dmr104
/usr/local/etc/gdm/custom.conf
-
dmr104
my startx is broken. It will fire up, but hangs if i exit from the menu
-
dmr104
i have both xorg and wayland installed
-
dmr104
solution was to change Driver in Device Section of xorg from modesetting to scfb
-
dmr104
I also have WaylandEnable=true in custom.conf
-
dmr104
hangs on logout from gnome though
-
oddline
in the ipfw man page, it says:
-
oddline
> In modern FreeBSD any match pattern (including MAC headers, IP protocols, addresses and ports) can be specified in the options section.
-
oddline
however, without even scrolling down a full page, it also says:
-
oddline
> The ipv6 in proto option will be treated as inner protocol. And, the ipv4 is not available in proto option.
-
oddline
so, is it possible to specify v4 or v6 without using the "proto from src to dst" format? or is the man page lying?
-
oddline
oh, hang on... is it "ipversion"?
-
Bheam
yo
-
Bheam
is it possible to use a more recent version of freebsd than 14-RELEASE without compiling from source?
-
daviddossi
good morning
-
Bheam
hi can anyone help me with this?
reviews.freebsd.org/D26209
-
VimDiesel
Title: ⚙ D26209 GVT-d support for bhyve
-
Bheam
i don't understand what everything means, but i really need gpu passthru to work :/
-
V_PauAmma_V
Bheam, you can download and install 14-stable snapshots.
freebsd.org/snapshots.
-
VimDiesel
Title: FreeBSD Snapshot Releases | The FreeBSD Project
-
meena
and there's also PkgBase!
-
V_PauAmma_V
I should have a look at that, maybe.
-
Bheam
can i use the pkg tool to update from release to stable ?
-
meena
-
VimDiesel
Title: Index of /FreeBSD:14:amd64/
-
meena
-
VimDiesel
Title: Index of /FreeBSD:14:amd64/base_latest/
-
meena
-
VimDiesel
Title: website/howto/bootstrap.md at main - pkgbase/website - Codeberg.org
-
justmike80386
I am trying to adjust the power settings on an RX550 (amdgpu). I can see the module parameters are available by sysctl, but I can't find the power controls. These are provided through sysfs in linux (
kernel.org/doc/html/latest/gpu/amdg…ml#gpu-sysfs-power-state-interfaces). Is there a way to set these parameters in FreeBSD or are they unimplemented?
-
VimDiesel
Title: GPU Power/Thermal Controls and Monitoring — The Linux Kernel documentation
-
beastwick
for linux jails, I often see examples with ubuntu - does this mean that with up to date-ish ubuntu system/userland I could possibly run something like the discord client?
-
Demosthenex
in a jail is the only way to run that malware.
-
angry_vincent
beastwick: i see no reason why it can't be not up-to-date
-
beastwick
I was under the impression that the linux sys call mapping targets an older kernel, so it's just unclear if recent linux developments would find support
-
Demosthenex
arg, i just patched in a test port for signal, and now i'm getting libm and libc from linux not found.
-
beastwick
I am interested in getting the client to run in a jail, I don't necessarily need mic support etc. At this point just curious if I can do it, and yeah I sadly do use it for some things.
-
beastwick
I should probably jail/container it on my Linux desktop as well.
-
voy4g3r2
-
VimDiesel
Title: Setting up a (Debian) Linux jail on FreeBSD | The FreeBSD Forums
-
voy4g3r2
-
VimDiesel
Title: LinuxJails - FreeBSD Wiki
-
voy4g3r2
i would recommend giving it a try and see what "breaks"
-
beastwick
thanks, I'll give it a go
-
AumShivaya
What groups does my user need to be in besides 'video' for an xsession? Anything dbus related?
-
AumShivaya
messagebus?
-
AumShivaya
because;background info: I am having enlightenment desktop crash on startup. ~/.e-log.log is telling me it cannot create a dbus session
-
rwp
I am not running enlightenment but i3 instead but just the same I am seeing dbus-daemon launched with four related processes from my session and I exist in my own group rwp, video, webcadmd, and wheel only.
-
rwp
ps aux | grep bus here:
bsd.to/SuMQ/raw
-
VimDiesel
Title: SuMQ
-
dch
having a wee unix moment here with `chmod +r ...`
-
dch
I'd assumed `+r` would be the same as `ugo+r` and clearly it is not
-
rwp
dch, Nope. Never use a raw +r. Always use a+r. Because otherwise it is bit masked with the active umask.
-
rwp
If umask is 077 for example then +r is no better than g+r.
-
rwp
Oops. No better than u+r.
-
dch
rwp: thanks! ofc its umask #facepalm
-
rwp
But if you use 'a' with the '+' then that specifically says to do all three and overrides umask. I have been bitten before and now thrice shy. I always say what I want now.
-
meena
freebsd vm does not boot after adding 7th network interface:
lxc/incus #397
-
VimDiesel
Title: custom freebsd vm does not boot after adding 7th network interface · Issue #397 · lxc/incus · GitHub
-
VimDiesel
-
meena
Anyone seen this on other virtualizations?
-
meena
-
VimDiesel
Title: FreeBSD / src / 80044c7 / Add UDP encapsulation of ESP in IPv6 - FreshBSD
-
Bheam
bhyve question. i have a intel hd 530 gfx (integrated graphics), anyone know how i can get the GOP rom needed to pass it thru to win10 ?
-
AumShivaya
e is having issues connecting to dbus socket apparently
-
AumShivaya
is there some group I need to be in to run a X dbus session?
-
meena
AumShivaya: are you in the dbus group, or whatever dbus is running under?
-
AumShivaya
I do not think there is a dbus group
-
AumShivaya
I thought there was one so I tried to add my user to dbus, but it said no such group
-
AumShivaya
user is in operator and wheel groups
-
meena
getent group
-
AumShivaya
I do not think it is a group thing, on second thoughts
-
AumShivaya
because e is having issues even logged in as root
-
meena
as an aside: bsdinstall's user creation dialogue should ask if you're gonna run a desktop environment and then add your user to ALL THE GROUPS
-
AumShivaya
ALL the groups?
-
AumShivaya
I do not remember this happening
-
meena
should as in, i want that
-
AumShivaya
ok
-
AumShivaya
thought the developer of e desktop thinks it is a dbus thing causing it connection issues
-
AumShivaya
I should possbily make a post on bugzilla
-
AumShivaya
but I would have liked to have had more info first
-
meena
Bheam: maybe try #bhyve (if it exists) or the mailing list (archives)
-
Bheam
yea noone talks in #bhyve :/
-
meena
booo