libera/#devuan/ Saturday, 2022-09-24

crhyloveHow do I solve pulseaudio being held back in apt?12:04
crhylove(daedalus)12:05
fsmithredcrhylove, 1. don't install it, or 2. add ceres repo and pin it to low priority, then you can selectively install stuff from ceres.12:11
crhyloveGot it.  I hate pulse, but something I rely on obviously installed it, and now it's being held back.  Maybe I'll just leave it be... :/12:12
crhyloveOK, new question:  What's the easiest way to install San Andreas from steam?  Like what's the best way to install proton?12:24
FilipZ1Hi! I cannot log in to the system. I think that this may be caused by the badly saved system state, that the system tries to load as soon as I input the login and password. Can I add some option before loading the system, to reset this saved system state, or turn off that functionality?12:26
FilipZ1I also tried to login as a root user, but with that white and grey display manager(that somehow got changed to this, after I changed Connman to NM) I don't see how I can select the root user, to log in as root.12:44
fsmithred FilipZ1 boot to recovery mode and you will have root in a console12:45
fsmithrednot sure what you should do then, but you can do stuff. Make sure you still have free disk space. I've had similar problems when my /home parititon got full.12:46
FilipZ1What should I do next, with the console?12:46
fsmithredrun commands12:46
fsmithredlike I said, I'm not sure exactly what you should do12:47
fsmithredyou could mess with your user's desktop settings or even move them out of the way to start with defaults.12:47
fsmithreddid your display manager get changed?12:47
fsmithredmaybe 'dpkg-reconfigure lightdm'12:48
FilipZ1This doesn't tell much. I would like to clear whatever is used to reload the previous system session, like the opened programs, and the window positions. I think that it may cause the issue.12:49
FilipZ1As I wrote before. My display manager was changed after I switched from the Connman to the NetworkManager.12:50
fsmithredchanged from what to what? And what desktop are you using?12:51
fsmithredas root...12:51
fsmithredadduser testuser12:51
fsmithredthen try logging in as testuser12:51
fsmithredif that works, then it's something in user's settings.12:52
FilipZ1It was in a blue, default motive I think, and got changed to the half white and half gray, with the password field on the middle. It looks more primitive, and somehow bugged now.12:54
fsmithredlook in /etc/init.d/ for services that end in dm12:55
fsmithredlike lightdm, xdm, gdm, lxdm, sddm, or maybe slim.12:55
SompiI reinstalled Devuan to my server and it somehow installed also the graphical desktop environment (XFCE4) even though I clearly unselected it from the install program12:56
SompiNo wonder the install took so much time12:56
fsmithredSompi, there are two boxes to un-check: xfce and desktop...12:56
fsmithredpurge task-destkop and task-whatever-desktop12:57
FilipZ1I can see sddm here13:02
fsmithredwhat desktop?13:03
FilipZ1What do you mean by desktop?13:03
fsmithredxfce, kde, gnome, lxdm, lxqt, mate13:04
FilipZ1I have used xfce, but there was alsi an option to mark plasma.13:05
fsmithredare both installed? If so, which one do you normally use?13:05
FilipZ1XFCE. Basically only XFCE13:06
fsmithredso did you check the box for plasma?13:08
FilipZ1No.13:09
FilipZ1Should I do dpkg-reconfigure sddm?13:09
fsmithredI don't think that does anything13:10
fsmithredmaybe install lightdm and remove sddm.13:10
FilipZ1Apt-get lightdm ?13:11
fsmithredapt-get install lightdm13:11
fsmithredor apt install lightm sddm-13:11
fsmithreddpkg -l | grep task13:12
Sompifsmithred: I just started reinstalling the whole thing again. I want to see if it really happens again ( a bug) or if I just did something wrong without noticing it13:12
fsmithredSompi, if it's a bug, you're the first one to hit it.13:13
SompiYes13:13
SompiThe install should not take long if it doesn't install the graphical environment13:13
fsmithredFilipZ1, which task-* packages are installed?13:15
FilipZ1Nothing changed yet. I have to connect to the internet13:17
FilipZ1How can I connect to the wireless network here?13:18
fsmithredwpasupplicant13:20
fsmithredand I don't know it to guide you through it13:20
fsmithredboot live usb and chroot the system13:21
fsmithredor...13:21
fsmithreddisble sddm, boot to console, log in as user, run startx13:22
fsmithredupdate-rc.d -f sddm remove13:22
fsmithredthen reboot13:23
fsmithredlog in as user, run startx13:23
FilipZ1Will the second option allow me to load the desktop, omitting the display manager?13:23
fsmithredthat's what startx is for13:23
fsmithredactually you don't have to reboot - just run 'init 1'13:24
fsmithredand then ctrl-d13:24
FilipZ1Alright. I will try that. :)13:24
FilipZ1Should I do this here, in the maintenance mode?13:25
fsmithredupdate-rc.d yes13:25
fsmithredthen reboot to normal13:25
fsmithredyou should get a console login screen (black with white text)13:26
fsmithredoh, instead of reboot you could do 'init 2'13:26
FilipZ1So first "disable sddm"?13:27
fsmithredyeah, remove it with the command13:27
fsmithredupdate-rc.d -f sddm remove13:27
fsmithredinit 213:27
FilipZ1What init 2?13:29
fsmithreda command that brings you back to normal runlevel13:30
fsmithredyou should then be able to log in as user and run startx13:30
fsmithredif you prefer, you can reboot13:31
fsmithredjust takes longer13:31
FilipZ1but you mentioned init 1 before. Which one, then?13:31
fsmithrednot sure if init 1 works from recovery mode13:31
fsmithredrun the command 'runlevel' and it will tell you which runlevel you are at13:32
fsmithredI expect it'll say S or 113:32
FilipZ1"N S"13:33
fsmithredso... try init 113:33
FilipZ1It killed some processes13:34
fsmithredand it should have instructions at the end.13:35
fsmithredctrl-d13:35
FilipZ1Alright. I am logged as the root now13:37
fsmithredafter ctrl-d?13:37
FilipZ1yes13:38
fsmithredcool13:38
fsmithredexit13:38
fsmithredthen log in as user13:38
fsmithredthen run startx13:38
FilipZ1"unable to write authority file ..."13:40
FilipZ1Sudo, then?13:40
fsmithredno13:40
fsmithredwhat are you trying to do?13:41
fsmithredyou should have gotten to a console login screen13:41
fsmithredthen log in as user13:41
FilipZ1I did so13:41
fsmithredwhoami13:41
fsmithredwill tell you who you are logged in as13:41
fsmithredanyway, run...13:41
fsmithreddf -h13:42
FilipZ1Yes. My default user account13:42
fsmithredcool. Tell me if your disk is full.13:42
FilipZ1It was about a 1gb left when I checked yesterday. I don't remember uploading anything m, but there is no space left, now13:44
fsmithredso then you need to start deleting some big files13:44
fsmithredor moving them to another partition13:45
FilipZ1Will "560M" be enough?14:00
fsmithredignore MB or GB14:00
fsmithredget it below 95% full14:00
fsmithredthe filesystem needs 5% for its own use14:02
FilipZ1Its hard to do without seeing what exactly I could remove14:02
fsmithreddu -Sh14:03
FilipZ1It worked with just 1Gb a while before though. That would be less than 1% of that partition.14:03
fsmithredyou might get away with less than 5%14:04
fsmithredenough to get into desktop and do a proper fix14:04
FilipZ1The wireless driver daemon started to spam the error messages, what makes it not possible to write commands now14:09
fsmithredclose your eyes while typing the command14:14
fsmithredI am not kidding.14:14
fsmithredmaybe alt-F2 to a different console will help14:15
EmanuelLoos[m]Has anyone in here succeeded in installing CODE (Collabora Online Developer Edition) on Devuan? The package distributed for Debian depends on systemd.15:40
tonieHey guys. I need support about netinstaller ISO of Chimaera 4. Is it safety to use it for clear installation or I have to use Live version? As I see Netinstaller is uploaded last year and Live installer just few weeks ago.17:17
fsmithredtonie, netinstaller will get you the latest versions of software in the repo17:19
fsmithredin chimaera, that is17:19
fsmithredthe live isos got replaced because of a bug in the live installer17:19
FilipZ1fsmithred: Sorry that I write again only now. I had to quit before. You mentioned a "startx" before, yet you wrote me to clean some disk space after I logged. Do I need this free space to use the startx correctly?19:18
fsmithredFilipZ1, you need free space to do anything, including log in.19:20
fsmithredif you have some free space, then your display manager might work. In that case, you won't need startx.19:21
FilipZ1It turned on with that little space I made before, using startx.19:24

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!