-
Axman6
I was asking yesterday about how to deal with a ZFS pool which wasn't using the native ashift - if I could do a zfs send/receive to another drive, and then recreate the pool with the native ashift, would the reverse send/receive be compatible with the new pool, or is the ashift part of the pool itself?
-
grahamperrin
parv, chriswells0, rwp: here's a screenshot. Ported htop to the left, patched htop (issue 1039) to the right:
-
-
grahamperrin
I'm inclined to suggest accepting the patched version for release purposes.
-
mbnunes
hi good night, somebody use corsair void elite USB ? my freebsd dont find =/
-
gman999
tail -f /var/log/messages.. does it show up?
-
gman999
or `dmesg` and see
-
rennj
see camcontrol, list usb devices
-
rennj
# camcontrol devlist
-
rennj
-
VimDiesel
Title: 18.4.�USB Storage Devices
-
rennj
Alternately, usbconfig can be used to list the device.
-
rwp
camcontrol requires root, which is fine, but "gpart show" works for non-root enough that I run it after inserting a USB storage device for listing it.
-
hd1
-
VimDiesel
Title: 266644 – Switch for arbitrary timezone in date(1)
-
skered
Why add a non-standard option? TZ=... date is pretty common.
-
hd1
skered: it's shorter to specify "-z"
-
rwp
It should be a very high bar to burn a new single letter option.
-
parv
hd1, Could you replace "-z" with "-Z" in your patch to reflect "strftime(3)" formats which uses "%Z" for time zone name & "%z" for the offset from UTC?
-
parv
Alternatively, I would not mind both options
-
dvl
Anyone done lagg with multiple IP addresses? Does one just create lagg0 and lagg1, with one IP address for each or ... something else?
-
V_PauAmma_V
I would expect 1 IP address per lagg interface, with disjoint sets of underlying interfaces. But I haven't done it.
-
FatalFUUU
If I simply want to install binary packages with pkg, I dont need to select "Ports" during install? as this is for building from source packages?
-
Erhard
You can install binary packages without dealing with ports
-
FatalFUUU
I was confused why pkg install x... was asking to fetch the package management on the first package
-
Erhard
That should just be the binary package manager
-
Erhard
It keeps itself updated
-
FatalFUUU
Is there a way I can revert what selecting Ports at install has installed?
-
yuripv
sounds like `rm -rf /usr/ports` should do it? :)
-
FatalFUUU
okay cheers, as simple as that
-
FatalFUUU
Used to gentoo, I hear a lot how its similar to BSD ports of course just never really used it other than pfsense/freenas machines.
-
FatalFUUU
is install.cfg still a think? I cant find anything in the docs but I find old references online to this (for older versions at least)
-
FatalFUUU
s/think/thing/
-
yuripv
if the references are really old, something may have changed as sysinstall was replaced with bsdinstall; i don't know anything about install.cfg though, never used it
-
FatalFUUU
bsdinstall brings some more results thanks
-
Allan
Axman6: send/recv will do the right thing re: ashift
-
Allan
dvl: you bind aliases, the same as with a normal interface. you only have a lagg1 if you have different NICs
-
dvl
Allan: Thanks, that's what I did. Just like any other NIC. I found
forums.freebsd.org/threads/lagg-with-alias.7598
-
VimDiesel
Title: LAGG with alias | The FreeBSD Forums
-
Allan
yeah
-
Allan
ifconfig_lagg0_aliasX="inet 10.x.y.z/32"
-
Allan
or whatever
-
Allan
in rc.conf to set up as many as you need
-
dvl
it's lovely that way
-
V_PauAmma_V
... uh. Riddle me this: without doing silly stuff like deleting the associated host file, and no host disk errors (zpool status or /var/log/messages, how did VirtualBox and FreeBSD 12.3 manage to get a guest disk failure leading to "Periph destroyed" and a ZFS "catastrophic pool I/O failure"?
-
mason
V_PauAmma_V: That sounds like it was running. If not I'd think it changed interface types. Might still be a driver issue.
-
V_PauAmma_V
It was running, yes. Both the guest disk and the guest itself.
-
» V_PauAmma_V shrugs and resets that VM. Not much else I can do.
-
grahamperrin
V_PauAmma_V: what settings for the guest?
-
grahamperrin
Join me in #freebsd-vbox