Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 antigermgerm1755206dPlus come on noob how hard is it to kill a process even if it hangs? antigermgerm1755206dPlus come on noob how hard is it to kill a process even if it hangs?
 
 In tmux => ctrl+b + x (or kill-pane)
 
 In i3, just close the window
 
 Open a terminal, do ps -Al, then kill)
 
 Open a tty, find the proc, kill it
- 
				
				 antigermgerm1755206d@tosensei I get it now. You're constantly mad because things are too complicated for you to use. antigermgerm1755206d@tosensei I get it now. You're constantly mad because things are too complicated for you to use.
 
 It's not our fault you're stupid you know :D
- 
				
				 netikras34619206d@antigermgerm okay mr. non-noob, any particular instructions on how to do that in initramfs shell when chrooted and in a vi session and your vt100 control codes fuck up and mess up the whole tty? netikras34619206d@antigermgerm okay mr. non-noob, any particular instructions on how to do that in initramfs shell when chrooted and in a vi session and your vt100 control codes fuck up and mess up the whole tty?
- 
				
				 antigermgerm1755206d@netikras anyway in other news im currently in a cat cafe where the food is being served by a robot with cats standing on it. antigermgerm1755206d@netikras anyway in other news im currently in a cat cafe where the food is being served by a robot with cats standing on it.
 
 How cool is that
- 
				
				 cuddlyogre1546206d@netikras I take it such a malfunction prevents the needed characters from being sent to the terminal. cuddlyogre1546206d@netikras I take it such a malfunction prevents the needed characters from being sent to the terminal.
- 
				
				 netikras34619206d@antigermgerm well, I couldn't test the luks-LVM mounting and discovery mechanism before system boot otherwise. And rebooting into a LiveUSB every time is quite tedious, because I have to luks-open, kpartx, mount my host's system into /mnt with all the virtual filesystems from a LiveUSB runtime, chroot, make changes there, update-initramfs and reboot. A bit more tedious than just vi-editing one of the initramfs scipts, ain't it? :) netikras34619206d@antigermgerm well, I couldn't test the luks-LVM mounting and discovery mechanism before system boot otherwise. And rebooting into a LiveUSB every time is quite tedious, because I have to luks-open, kpartx, mount my host's system into /mnt with all the virtual filesystems from a LiveUSB runtime, chroot, make changes there, update-initramfs and reboot. A bit more tedious than just vi-editing one of the initramfs scipts, ain't it? :)
- 
				
				 antigermgerm1755206d@netikras totally. I got schooled. What's your main problem though. Some disc not mounting? antigermgerm1755206d@netikras totally. I got schooled. What's your main problem though. Some disc not mounting?
- 
				
				 D-4got10-012486206dSounds like you need more training... D-4got10-012486206dSounds like you need more training...
 
 You need a tutor...
 
 You _need_ `Rvimtutor`.
 
 https://retoor.molodetz.nl/retoor/... .
 
 Brought to you by your friendly neighborhood @retoor.
- 
				
				 netikras34619206d@antigermgerm Befriending LUKS and LVM in a new setup. netikras34619206d@antigermgerm Befriending LUKS and LVM in a new setup.
 
 Finally made it work. Here's how, should anyone ever be in the same situation: https://dev.to/netikras/...
- 
				
				 antigermgerm1755205d@tosensei the UNIX philosophy isn't to hate everything you're too dumb to use. antigermgerm1755205d@tosensei the UNIX philosophy isn't to hate everything you're too dumb to use.
- 
				
				 antigermgerm1755204d@tosensei i never had to learn how to exit it. If i opened it before I knew how to use it I would just kill the proc, how hard is that. antigermgerm1755204d@tosensei i never had to learn how to exit it. If i opened it before I knew how to use it I would just kill the proc, how hard is that.
 
 Also all your orifices are vaginas.
- 
				
				 AvatarOfKaine3761200dI would say that's more reason than ever to use a real editor like Joe. AvatarOfKaine3761200dI would say that's more reason than ever to use a real editor like Joe.
 
 Because I hate vim
 
 But
 
 Sudo killall vim?
Related Rants
- 
						
							 gururaju58*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ... gururaju58*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
- 
						
							 linuxxx71This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi... linuxxx71This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
- 
						
							 creedasaurus63 creedasaurus63 Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ... Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...


Okay, so just now I literally had to force-reboot a laptop because I could not exit vim.
damn.. It really IS a trap.
rant
linux
reboot
:q!
initramfs
busybox
exit
vim
:q
trap