Contents:
why do you need a gui on your server?
Can I resize logical volumes, while they are up and mounted?
Even if they are LVM?
why do you need a gui on your server?
Can I resize logical volumes, while they are up and mounted?
Even if they are LVM?
Night_H4nter 2022-09-17 13:43:20
estebiu 2022-09-17 01:02:34
What de/wm are y’all using?
gnome
kekusmaximus 2022-09-17 14:03:28
estebiu 2022-09-17 01:02:34
What de/wm are y’all using?
sway
capezotte 2022-09-17 14:03:55
kekusmaximus 2022-09-17 14:03:28
sway
swag
Spektrum_light 2022-09-17 14:10:34
estebiu 2022-09-17 01:02:34
What de/wm are y’all using?
exwm
capezotte 2022-09-17 14:17:18
Spektrum_light 2022-09-17 14:10:34
exwm
proof that emacs is just a lisp runtime with a text editor as an example program
UnicornBl00d 2022-09-17 14:20:12
estebiu 2022-09-17 10:01:42
why do you need a gui on your server?
Easier to deal with some things but otherwise I just have it in tty
estebiu 2022-09-17 14:20:26
kekusmaximus 2022-09-17 14:03:28
sway
nice
qontinuum 2022-09-17 14:23:02
UnicornBl00d 2022-09-17 14:20:12
Easier to deal with some things but otherwise I just have it in tty
Even if not used you expose a great attack surface
UnicornBl00d 2022-09-17 14:23:25
qontinuum 2022-09-17 14:23:02
Even if not used you expose a great attack surface
It is lan only
qontinuum 2022-09-17 14:23:31
Fair
estebiu 2022-09-17 14:24:15
UnicornBl00d 2022-09-17 14:20:12
Easier to deal with some things but otherwise I just have it in tty
hmmm
ankit_suman 2022-09-17 14:24:17
estebiu 2022-09-17 01:02:34
What de/wm are y’all using?
gnome
estebiu 2022-09-17 14:24:33
ankit_suman 2022-09-17 14:24:17
gnome
But why gnome?
estebiu 2022-09-17 14:24:40
cuz it’s fairly easy to use?
qontinuum 2022-09-17 14:25:11
It is lightweight ™
ankit_suman 2022-09-17 14:26:43
qontinuum 2022-09-17 14:25:11
It is lightweight ™
Yes
UnicornBl00d 2022-09-17 14:27:03
qontinuum 2022-09-17 14:23:31
Fair
ye otherwise it would have been minimal af
qontinuum 2022-09-17 14:27:21
ankit_suman 2022-09-17 14:26:43
Yes
It was ironic
Spektrum_light 2022-09-17 14:29:55
qontinuum 2022-09-17 14:25:11
It is lightweight ™
yes
ankit_suman 2022-09-17 14:41:27
qontinuum 2022-09-17 14:27:21
It was ironic
I know
ankit_suman 2022-09-17 14:41:43
It was ironic reply
qontinuum 2022-09-17 14:41:57
ankit_suman 2022-09-17 14:41:43
It was ironic reply
Mine as well
mocpixz 2022-09-17 15:43:46
$ inkscape
inkscape: error while loading shared libraries: libinkscape_base.so: cannot open shared object file: No such file or directory
inkscape: error while loading shared libraries: libinkscape_base.so: cannot open shared object file: No such file or directory
mocpixz 2022-09-17 15:44:06
$ which inkscape
/usr/bin/inkscape
/usr/bin/inkscape
SharAnton 2022-09-17 16:10:42
mocpixz 2022-09-17 15:44:06
$ which inkscape
/usr/bin/inkscape
/usr/bin/inkscape
Copy /lib/inkscape/libinkscape.so to /lib. Ок?
qontinuum 2022-09-17 16:11:37
mocpixz 2022-09-17 15:43:46
$ inkscape
inkscape: error while loading shared libraries: libinkscape_base.so: cannot open shared object file: No such file or directory
inkscape: error while loading shared libraries: libinkscape_base.so: cannot open shared object file: No such file or directory
Show ldd /usr/bin/inkscape
cfp_95 2022-09-17 19:43:28
Can I resize logical volumes, while they are up and mounted? Say I have:
sda
├─sda1
└─sda2
└─lvm-system
├─lvmSystem-volSwap
├─lvmSystem-volRoot
└─lvmSystem-volHome
I want to delete volSwap and merge it to volHome. My guess on how to achieve this is:
swapoff -a && lvdestroy /dev/lvmSystem/volSwap && lvextend -l +100%FREE /dev/lvmSystem/volHome
sda
├─sda1
└─sda2
└─lvm-system
├─lvmSystem-volSwap
├─lvmSystem-volRoot
└─lvmSystem-volHome
I want to delete volSwap and merge it to volHome. My guess on how to achieve this is:
swapoff -a && lvdestroy /dev/lvmSystem/volSwap && lvextend -l +100%FREE /dev/lvmSystem/volHome
Night_H4nter 2022-09-17 19:44:23
no you can’t
Night_H4nter 2022-09-17 19:44:41
you must unmount them first
Night_H4nter 2022-09-17 19:45:09
and you can’t online resize root volume, regardless of its type
Night_H4nter 2022-09-17 19:45:59
(be that zfs zvol, btrfs subvolume, lvm volume, or physical partition)
Night_H4nter 2022-09-17 19:46:37
afaik only windooze is capable of resizing system drive online, at least, without a giant amount of pain
cfp_95 2022-09-17 19:49:17
Even if they are LVM?
cfp_95 2022-09-17 19:49:39
(I want to extend volHome, not volRoot)
qontinuum 2022-09-17 20:14:54
Night_H4nter 2022-09-17 19:46:37
afaik only windooze is capable of resizing system drive online, at least, without a giant amount of pain
Well it is fake but kind of