-
armin
armin@bsd:~ tmux
-
armin
open terminal failed: not a terminal
-
armin
armin@bsd:~ echo $TERM
-
armin
xterm-256color
-
armin
armin@bsd:~
-
armin
what am I missing here?
-
armin
what worked in the end was killing the old tmux sessions, but I don't see why
-
nimaje
you need to restart tmux after upgrading as the message instructed (no idea why tmux says "not a terminal" when it can't talk to the server process, because the protocol changed)
-
armin
ouch, aside from the error being misleading, that will bite you if you still got something running there you require
-
armin
that's not good
-
rtprio
i thought i read something about reducing the size of a zpool mirror?
-
rtprio
or is it always an export/import
-
rwp
As far as I know the only way to reduce the size of a zfs zpool is to create a new zpool of smaller size and copy the data to it.
-
rtprio
i thought there was a trick to zpool attach but cant recall the specifics
-
jmnbtslsQE
hmm i thought it was that if you attach a mirror member of the desired smaller size, the entire mirror shrinks?
-
rtprio
jmnbtslsQE: maybe that was it?
-
rtprio
jmnbtslsQE: perhaps not: `cannot attach /dev/diskid/DISK-0000000012320911E0A8p4 to /dev/diskid/DISK-WD-WCASU3166144p4: device is too small`
-
jmnbtslsQE
rtprio: it looks like i had this confused with the opposite, expanding the size by adding a larger member
-
ridcully
armin: if you can get you hands on the old binary (e.g. it might still be around in the pkg cache), then you can gracefully close the old session
-
rtprio
can't attach it, but can add it and then remove the other parts
-
rtprio
it will copy things over, seems to be working, but i haven't removed both old ones yet
-
rtprio
and then attach the 2nd half of the mirror
-
rtprio
yolo-ops
-
GoSox
yikes installing freebsd on the hdd instead of the ssd in this mac mini. quite a difference in install speed (as you would expect)
-
GoSox
i remember when macos used to do verbose booting, a long longgggggg time ago
-
GoSox
crap, this time i installed xfce4 with sddm but i’m still geting a command line login screen at boot, not a gui login screen, what givvesss
-
nimaje
did you enable sddm to start at boot? sysrc sddm_enable="YES"
-
GoSox
nope, is that in a config file somewhere?
-
nimaje
sysrc is a command to modify /etc/rc.conf, you can also do it manually if you want
-
GoSox
ah i see, let me see if this does it
-
GoSox
does the “YES” actually have to be in quotes?
-
GoSox
gah it didn’t work, still booted to a unix prompt
-
nimaje
/etc/rc.conf is sourced by a sh script (rc), so that string YES doesn't need quotes, as it doesn't have spaces or special characters
-
GoSox
thats what i assumed - but even with quotes, it didn’t work
-
GoSox
i sitll start up to a text login
-
nimaje
and if you try service sddm start ?
-
linXea
I probably want to use the 'onestart' option in that case.
-
GoSox
“sddm does not exist in /etc/rc.d or the local startup”
-
linXea
do you edit rc.conf with sysrc?
-
GoSox
i edited it with nano in this case
-
linXea
enabled dbus also?
-
GoSox
no?
-
GoSox
oh dbus is already enabled in rc.conf, not by me
-
nimaje
linXea: but sddm is already enabled, so onestart isn't needed (or start would say that it isn't enabled and something went wrong when trying to enable it)
-
nimaje
hm, that error message reads like sddm in't installed, can you double check that you have indeed installed it?
-
GoSox
it should have been installed via `desktop-installer`, how can i verify?
-
GoSox
is there a command to list installed packages with pkg?
-
linXea
I agree, sure sddm is installed and also dbus
-
nimaje
pkg info sddm
-
GoSox
gah no packag matching sddm
-
GoSox
wth!
-
nimaje
and just pkg info lists all installed packages
-
GoSox
i’m not sure what happened. did desktop-installer mess up, or did i somehow
-
GoSox
only one way to find out i suppose
-
GoSox
i wonder if maybe the num lock was off and i just hit “2” on the keypad and hit return and didn’t noticed i actually typed nonsense
-
GoSox
that happens all the time because on macos there is no numlock, its just a numberpad all the time
-
GoSox
ok i installed sddm via pkg and it works now. i’m not sure why i needed to do that though
-
ivy
huh, Puppet is dead (for non-enterprise users)? that'd mildly surprising
-
GoSox
hmm so i ran through `desktop-installer` again, choose sddm over xdm, but it didn’t seem to actually install it. It just ignored my choice, so it would seem
-
ivy
ketas: why do you reply to my message on arch@ when you are only quoting Rick's message? are you expecting an answer from me?
-
ketas
ivy: well he said it, right? and it's super long massive discussion
-
ketas
should have removed second quote level
-
ivy
yeah if you just meant to reply to him it's fine, i'm just wondering if i need to do anything
-
ketas
i didn't leave you in :p
-
ketas
i just took that from your message indeed lol
-
ketas
but yeah why is nfs hassle to secure and configure
-
ketas
maybe i should be 82, not 42 to get it
-
ketas
oh and grow unix beard?
-
ketas
i just cut it all off again
-
o0x1eef
When that happens you go into hibernation
-
armin
ridcully: That's the thing, the upgrade should put the old binary somewhere *AND* tell you about it so that people actually can get access to their old sessions.
-
armin
ridcully: At least I would have loved if it did.
-
armin
ridcully: Simply telling the user that their terminal is broken (which in fact it is not) is not helpful here, either.
-
ridcully
armin: the ticket about the error was closed in tmux without adressing the problem. and i guess leaving an old (potentially vulnarable) binary around was no option for fbsd
-
ridcully
in linux there is supposedly the option to run the old binary from proc
-
ivy
the reason is more likely that building an old version of tmux as part of the build for the newer version just doesn't really make any sense. the change was noticed in UPDATING, which you are supposed to read before upgrading
-
armin
-
armin
There actually is such a warning, so I probably overlooked that one, indeed.
-
heston76
GoSox: You can also list services with service -l , and enabled services with service -e
-
rtprio
ivy: openvox has been working ok, except for ruby versions and the unfortunate name
-
rcipge
yo i made it to freebsd community awesome
-
Tykling
hello
-
hodapp
oh sorry we stopped giving out memberships yesterday
-
Tykling
we did not
-
hodapp
they were running it on a 486 still for some reason and the machine went down
-
rtprio
there was a chap on undernet who was running on a 486 a while back
-
hodapp
I was using a 486 until about 2002
-
rcipge
i need to set my part_message and quit_message irc configs - hope all is good freebsd community
-
hodapp
...k
-
heston76
rrcipge: Weclcome
-
hodapp
they left ~9 seconds after their final message
-
rtprio
anyone seen the loader screent ( "BIOS Drive c: is disk0) hang with a | (where the \ | / spinner is)
-
luser
Anyone else using XLibre? I've had zero issues and been using it for a few months on one of my laptops. Migrated my remaining systems to it yesterday.
-
ant-x
I am considering to switch to it. Have you used it with the twm windows manager?
-
ant-x
* window manager :-)
-
ketas
ivy: do you regularly confirm stuff?