-
TommyC
What do you need the parentheses for, out of curiosity?
-
zi
heh
-
zi
TommyC: smiley faces, of course
-
zi
(:
-
ivy
zi: hm, simultaneously surprising but also perhaps not given how bad some IPMI/BMC implementations are
-
kerneldove
no nothing inputs not even 9, when i try shift+9
-
kerneldove
same with macro, nothing inserts
-
kerneldove
no copy/paste either
-
zi
that sounds special
-
kerneldove
no way to add a damn sudo rule
-
zi
eh, the dumb thing to do is just copy an existing line and edit it
-
zi
without deleting the ever important parens
-
kerneldove
not seeing how i'd copy/paste with what i have to use
-
zi
vi?
-
kerneldove
ya how?
-
zi
yyp
-
zi
as in yunovim
-
zi
ivy: it's irritating. ive run into it many times with various implementations :/
-
ivy
kerneldove: you could just enable the ipmi serial console and stop using vnc?
-
kerneldove
no vnc is the interface they give to the server
-
zi
i also feel like copy/paste in vi is easier than any other fuckery :P
-
kerneldove
it says "novnc kvm console"
-
ivy
zi: possibly combined with :r /usr/share/misc/ascii, which includes all the characters...
-
ivy
(if there's no existing one to copy/paste)
-
zi
there is
-
zi
/usr/local/etc/sudoers.dist
-
ivy
although if this is visudo there should be
-
kerneldove
what vi commands will copy and paste?
-
ivy
yeah
-
zi
grep wheel /usr/local/etc/sudoers.dist >> lol
-
kerneldove
maybe i can cp into place then edit with visudo
-
zi
kerneldove: still yyp
-
kerneldove
dunno what yyp is, a separate program?
-
ivy
yyp is a vi command. yy yanks (copies) the current line, p pastes the yank buffer
-
zi
-
kerneldove
ok got it. i cp sudoers.dist into place then visudo -f $path then delete shit till i have ()
-
kerneldove
horrible
-
kerneldove
but atleast it works ffs
-
zi
woot
-
jmnbtslsQE
kerneldove: what hosting provider is this? so that i can be sure to not use them
-
vkarlsen
rtprio: Yes, it's my login shell
-
kerneldove
bins that we run and they output text then terminate are like commands. but what's the right term for a bin that you start and then type commands into it and it outputs text, but the bin keeps running. like sqlite3
-
ivy
kerneldove: "interactive command"
-
ivy
for programming languages those are sometimes called "repls", but that's not a term you would use for something like sqlite (it's more for something like python)
-
kerneldove
ty
-
hodapp
yeah, I'd go with REPL (read-eval-print loop)
-
hodapp
you'll sometimes see 'interactive prompt'
-
djbag
Hi, i would like to compile kernel module "ath10k", but unfortunately it is 15 yrs that i compiled a kernel last time... I received an error message when starting to compile the dependent module ath10k_common saying that an include file <linux/container_of.h> could not be found. I have no idea, how the sources came there and what to do to certify
-
djbag
that they have the correct version. Can someone help me out please?
-
duncan
is there a corresponding sysctl for backlight(8)? I find it starts at 2/3 but I'd prefer just to begin at 100% and not have to manually increase it
-
jauntyd
duncan: if you "sudo sysctl -a | grep backlight", that might help. I see a couple of options there. hope this helps
-
duncan
sorry, that's not helpful, i already did look at all of them
-
jauntyd
idk then, sorry
-
duncan
There is an option, hw.acpi.video.lcd0.brightness. I have had this set to 100 but it seems unconnected to what backlight(8) works on
-
mountainman1312
What do you nice people do when you reach the situation where absolutely nothing works the way it's supposed to? Like literally every step I take produces some sort of error the internet has never seen before. It's every machine I own and every task I try to complete on them. Been going on for like a year now. I don't think it's my mentality but I'm willing to accept it if it is. I RTFM, I troubleshoot calmly and walk away when I get
-
mountainman1312
overwhelmed. I just know I used to never have this constant overwhelming failure of everything always. Todays example is trying to setup audio on FreeBSD but it could really be anything.
-
Llampec
When that happens to me, I eagerly eye the box of firewood I left upstairs, wondering if now is the time to take it down, ready my computers and fire up a big campfire where I will throw all my computers.
-
mountainman1312
Llampec: strongly considering that :)
-
Macer
does freebsd have something similar to radeon.cik_support=0 amdgpu.cik_support=1 radeon.dpm=0 that i have to use in linux to get the gpu to work properly?
-
sig`
Macer: the driver stack is in the drm-kmot ports/packages
-
sig`
newer radeon cards use amdgpu.ko
-
sig`
and you load the module in /boot/loader.conf | kld_list="amdgpu"
-
Macer
sig`: ah ok. i was trying to get ghostbsd functional but the installer would just reboot over and over
-
Macer
i figured i'd have to add some sort of kernel flag like i do with linux to get it to stop doing that.
-
Macer
seems like amdgpu is getting used for this. it's an ancient A10-5800K
-
Macer
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7660D]
-
sig`
if it's older it might be using the radeonkms.ko
-
Macer
it is definitely older. maybe 2011
-
sig`
you'll need 'drm-legacy-kmod' for that card
-
sig`
and 'kld_list+="radeonkms"
-
sig`
in /etc/rc.conf
-
sig`
-
jmw
how do I get an IPv6 address on a live system? I ran 'dhclient hn0' to get the IPv4 address but 'rtsol hn0'
-
jmw
just says hn0 is disabled
-
jmw
nm, 'rtsol -F hn0' did it