-
V_PauAmma_V
I'll ask 1until I get an answer or no longer need one: is there a way with kbdcontrol or 11whatever to display keyboards attached to kbdmux(4)? I only see -a to atach and -A to detach1.
-
V_PauAmma_V
11/win 10
-
arinov
hi, i am loosing my cdrom sometimes in system, cannot use devctl on /dev/cd0 and /dev/pass1 disappeared
-
arinov
is there a way to reload cdrom without reboot?
-
parv
Does "camcontrol rescan" help?
-
parv
Does the CD ROM disappear after an interval of inactivity?
-
parv
... or perhaps after ejecting a CD?
-
arinov
parv: i'll try camcontrol rescan next time it will be disappeared
-
arinov
parv: randomly disappears, can happen after couple of minutes last usage
-
parv
arinov, Ok
-
arinov
parv: no, doest help, but 5 devices was rescanned
-
arinov
cd0 is not configured
-
parv
hmmm ...
-
arinov
root@l420:/usr/home/arinov # file -s /dev/cd0
-
arinov
/dev/cd0: ERROR: cannot read `/dev/cd0' (Device not configured)
-
arinov
magic
-
arinov
-
VimDiesel
Title: When I mount a CDROM, I get ``Device not configured''.
-
parv
On stable/13, the delay is 5000 ms in GENERIC kernel
-
fran
Hello; I'm having trouble figuring out is switching between sound devices on 13.1. I have a whole seven devices available <
bsd.to/QH4B>, when I really just want to playback from Front Analog if it's plugged in and Rear Analog if it's not, and record from my USB webcam. I've gathered that I probably have to do something in /boot/device.hints, but I'm absolutely confounded by the syntax. I was wondering if someone would be able to help.
-
VimDiesel
Title: dpaste/QH4B (Plain Text)
-
mns
I have 'htop' running and it shows me the following for memory: 16.0Z/7.38G. My questions is what does the 'Z' represent ? I couldn't find it in the man page. Either I didn't look properly or it wasn't there in the manual.
-
parv
Zetabyte, compressed?
-
parv
Hunh, I do see xZ/yG in htop
-
mns
16 zetabytes out of 7 GB?
-
parv
No, looks something else (not zetabyte). As it appears for "Mem", not "ARC", so "Z" is not compressed value either
-
parv
May be in htop documentation somewhere ...
-
sphex
wow. a zetabyte is more than can be represented with 64 bits. that's *a lot* of memory you got there.
-
mns
sphex: I have 7.3 GB of RAM, that is confirmed with sysctl hw.physmem. In all these years of using 'htop' I've never seen a 'Z' suffix for memory.
-
sphex
mns: what platform is this?
-
mns
freebsd-13.1-RELEASE-p2
-
sphex
amd64?
-
mns
sphex: yes.
-
mns
seems like a known bug in htop:
htop-dev/htop #1039
-
VimDiesel
Title: Mem: 16.0Z on FreeBSD · Issue #1039 · htop-dev/htop · GitHub
-
VimDiesel
-
parv
mns, Thanks for the PR URL, as that corrected my misspelling of zetTabyte
-
mns
parv: glad to have helped, even if unknowingly :-)
-
mns
clear
-
spork_css
htop knows nothing about jails, correct? Was digging in the manpage and didn't see anything...
-
mns
spork_css: not as far as I know
-
mns
.27
-
debdrup
mns: I believe it's trying to get at the fact that FreeBSD is using ZFS ARC compression - which is more clearly illustrated in top(1), which in my opinion is also better because not only does it take up less CPU time, it does per-process I/O when you press m and knows the difference between threads and lightweight threads.
-
accelerat0r
anyone using ossv4 in freebsd ?
-
dch
accelerat0r: is this in base, or from ports?
-
dch
spork_css: htop 2+ knows about jails
-
V_PauAmma_V
debdrup, but would it happen before 11proton 111decay? Outq1uering1 ù111m11inds 1want1 to know.
-
dch
spork_css:
media.bsd.network/media_attachments…1/378/original/3096e9a1f3889064.png has a nice screenshot of htop. I needed to do a simple config to display the jid
-
debdrup
accelerat0r: FreeBSDs sound stack is OSSv4 compatible, but has very little to do with OSS nowadays as it does significantly more besides just the OSSv4 stuff.
-
accelerat0r
debdrup: I actually know a little about that ! I've always have had a sound card with a CA106 chip inside that is supported by ossv4 and not with the in house developed driver
-
accelerat0r
is currently working using oss from ports ! still kind of notice the binary package is not available in the latest package update
-
chriswells0
I'm running KDE on FreeBSD 12.3 with up-to-date quarterly packages, and my system "appears to" hang almost every time I log out. It sits on a console screen with a frozen pointer, but I'm still able to SSH in and do a clean reboot from another system. It seems to be related to Firefox and PulseAudio. I can log in and out fine unless I launch FF.
-
chriswells0
I noticed one message on the console: "Failed to create secure directory (/var/run/user/1001/pulse): No such file or directory" However, that directory does exist, it's owned by me, and it has 700 permissions. Should I be part of any particular group (like 1 of the 3 pulse groups)? Any other ideas?
-
victori
vm-bhyve any recommend manager for bhyve
-
victori
what bastille does for jails for bhyve?
-
meka
victori: if you need jail and bhyve manager, cbsd is at your disposal
-
victori
yeah, currently using bastille/vm-bhyve an all in one would be nice
-
sn00p
i'm trying to setup ipv6 on a freebsd i'm using ovh dedicated server, when I ping6 yahoo.com and it says UDP connect no rout to host whats wrong
-
sn00p
i'm trying to setup ipv6 on a freebsd i'm using ovh dedicated server, when I ping6 yahoo.com and it says UDP connect no rout to host whats wrong here is what I have in my rc.conf
pastebin.com/W1GQf7P8
-
VimDiesel
Title: hostname="sn00p"ifconfig_ix0="DHCP"ifconfig_ix0_ipv6="inet6 accept_rtadv"I - Pastebin.com
-
V_PauAmma_V
Comment out IPv6_activate_all_interfaces="YES" and IPv6_defaultrouter="IPv6_2001:41d0:303:a2ff:ff:ff:ff:ff". I don't think you need them, but I don't know how OVH does it. Then, as root, run "service netif restart", "service dhclient restart", "service routing restart"1.F Then111 try again.
-
V_PauAmma_V
Argh. Without "1.F".
-
rtprio
it might work without rtadv if you remove those bogus IPv6_ prfixes from the paramters
-
rtprio
and the redundant _alias0
-
sn00p
V_PauAmma_V, i still get no route to host
-
V_PauAmma_V
Pastebin the output of "ifconfig" and "netstat -6r"
-
polyex
ntpd_flags is in /etc/defaults/rc.conf but nothing in /etc/rc.d/* uses it so should we take it out?