libera/#devuan/ Sunday, 2023-10-29

tmg1|michelsonso i'm trying to follow  https://wiki.debian.org/HowToGetABacktrace00:26
tmg1|michelsonand gcc failed part way through the 'apt -b source monero' part.00:27
tmg1|michelsongcc said to report it using -freport-bug00:29
tmg1|michelsonactually i think i found what i'm looking for00:32
tmg1|michelsonthansk00:32
debdogyw!00:35
buZzrubberducky wins again :)02:17
entirelinuxhallo, ich bin das erste mal hier. spricht man hier deutsch?12:12
entirelinuxhello, first time here. is english the right language here?12:13
fsmithredyes, english is right the usual language, and sometimes you can be answered in german or spanixh or italian.12:15
entirelinuxthank you12:16
fsmithredask a question and the answer may come now or later. Hang around.12:16
entirelinuxcan someone give me some hints how to configure the greeter? I would like to see the desktops instead of toggling through and I would like to see the users to login.12:18
entirelinuxto see the desktops in a list and choose12:18
entirelinuxsame to the users12:19
entirelinuxwhat is the name of the greeter. it is not lightdm12:20
entirelinuxI am from hamburg/germany. It might that someone is nearby?12:22
fsmithredslim12:22
fsmithredwe have a few regulars in here from germany12:22
fsmithredif you don't like slim you can replace it with lightdm or other display manager12:23
fsmithredI think the config file is /etc/slim.conf12:23
fsmithredand it has key controls for selecting the desktop12:24
onefangIf you are more comfortable with lightdm, you can use that instead of the default slim.12:27
onefangI prefer lxdm, it can be configured to have all sorts of options on screen.12:28
entirelinuxnow I understand the line "slim man" down in the greeter12:30
entirelinuxbut how to switch to letÅ› say lxdm? Install lxdm in parallel? has devuan systemctl?12:35
entirelinuxto stop slim and to start lxdm12:36
onefangDevuan has systemctl, which is a separate package.  -  "systemctl" is a replacement command to control system daemons without systemd. "systemctl" is useful in application containers where systemd is not available to start/stop services.12:44
fsmithredapt install lxdm12:49
fsmithredI think you will get a debconf dialog to set the default dm12:49
fsmithredif not, run 'dpkg-reconfigure lxdm'12:49
fsmithredor just remove slim should also do it12:50
onefangI would do these things from a virtual console with X logged out, coz it might pull the rug out from under X when you do that.12:50
fsmithredyeah, removing slim while it's running isn't a good idea12:52
fsmithredservice stop slim12:52
fsmithredor12:52
fsmithred  /etc/init.d/slim stop12:52
entirelinuxso the save way is to stop slim with systemctl and to start lxdm with systemctl?12:53
fsmithredI've never used systemctl in devuan, but stop|start|restart commands are common12:54
fsmithredI've changed the default dm while I'm on the desktop many times - it takes effect when you log out and in again.12:55
fsmithreddone it with slim, lightdm, lxdm12:56
buZzafaik 'enable' and 'disable' are for the 'on boot startup'12:56
fsmithredbut that does not invovle uninstalling whichever one is currently running12:56
fsmithreddo those work in devuan?12:56
buZzi believe so?12:56
buZzoh i dont have systemctl installed12:57
fsmithredI didn't even know we had systemctl until now12:57
buZzoh 'service' is what i used?12:57
buZzhmm12:57
fsmithredme too12:57
onefangI looked it up, hence the quote.12:57
buZzthere's also 'update-rc.d'12:57
buZzi -think- thats the intended method?12:58
fsmithredyes, and there is sysv-rc-conf12:58
fsmithredfor enabling/disabling in selected runlevels12:58
onefangsysv-rc-conf FTW.12:58
fsmithredthe arrow-and-space-bar equivalent of point-and-click12:59
entirelinuxnow it becomes complicated for me13:01
entirelinux"service" is a command?13:01
fsmithredyes13:02
entirelinuxso after install lxdm service stop slim, service start lxdm13:02
fsmithredyes13:02
entirelinuxvery nice13:02
entirelinuxthank you13:02
fsmithredyw13:02
onefangSince you mentioned systemctl, you are probably familiar with it, you can install and use it.13:03
entirelinuxI am not very experienced even that I use linux since 6 years. mostly I do not go deeper than synaptic13:04
entirelinuxbut I feel good with your hints13:04
entirelinuxparticipating in your experience, good reason to stay with devuan13:05
buZzentirelinux: what really helped for me to learn linux is attempting to build a LFS ;)13:06
buZzand later , installing gentoo from scratch13:06
djphbuZz: oh, that was fun.  (LFS, not gentoo)13:06
entirelinuxLFS?13:06
buZz:)13:06
buZzlinux-from-scratch13:06
buZzbasically 'can you install linux without it being a distro?'13:07
buZzshort answer ; 'yes, but its pretty hard!'13:07
onefangIn LFS you COMPILE Linux From Scratch.  Also, drifting #devuan-offtopic.13:07
fsmithreddoing a debootstrap install is also a good way to learn13:07
entirelinuxuntil now I was happy to fill up missing packages for example in XFCE13:09
entirelinuxto make my system running13:09
buZzfill them with what?13:09
entirelinuxgroups and users for example13:12
entirelinuxgui13:12
entirelinuxI know it is all possible from command line13:12
entirelinuxbut I like it graphical13:13
brocashelmrefracta (based on devuan) uses lxdm by default and it is configured to be an xfce with no recommends installed13:13
brocashelmfor graphical management of users/groups, something like mate-user-admin or gnome-system-tools would be installed13:14
entirelinuxrefracta is a desktop?13:16
onefangRefracta is fsmithred's version of Devuan.13:17
buZzentirelinux: i like learning the commandline methods as they usually work 'everywhere'13:17
buZzwhereas gui stuff just works on machines with monitor and mouse, or at least some desktop running13:18
buZzmost linux computers in the world dont have a desktop running :)13:18
brocashelmrefracta is more ideal for a lightweight desktop than devuan imo, but you can install and customize whatever you want on either13:19
djphdevuan netisnst with awesomewm has been my "desktop" here now since Beowulf13:20
tholliefminor point about the 'service' command: it's 'service <service-name> start|stop|restart|status'13:20
tholliefI keep getting it the wrong way around because ZFS is, for example, zpool import <pool-name>, zpool export <pool-name>. There's probably been flame wars about command-object-action vs. command-action-object formats.13:21
entirelinuxok thank you so far. see you soon.13:23
brocashelmbye13:23
entirelinuxmy children are calling for me13:23
entirelinuxbye13:23
NecrodiverWas it a debian decision or a Devuan decision to remove lilo from the repos after beowulf?13:45
onefangThere's no systemd dependency, and there is systemd's own booter, so I'd say it was Debians.13:47
Necrodiverah lame, surprised no one decided to maintain it within the devuan repos13:47
buZzwhat would you want LILO for?13:48
buZzwhy not syslinux?13:48
Necrodiverfor something not grub ;)13:48
onefangrEFInd if you are using EFI.13:48
Necrodiveroh i should try that on my dell13:48
Necrodiverthats efi13:48
buZzhttps://wiki.syslinux.org/13:48
Necrodiverty13:49
buZzsyslinux does EFI too , afaik13:49
Necrodiverhmmm13:49
onefangYep.13:49
Necrodiveri should use my dell with efi as a testbed for some stuff13:49
buZzmsdos 3.11 ?13:49
Necrodiverlol13:49
buZz:)13:49
onefangrEFInd is great coz it figures out for itself what OSes you have it can boot.13:49
Necrodivermsdos 3.11 brings back memories. Damn im old now lol13:50
buZzoh cute13:50
onefangAnd it does that at boot time.13:50
buZzNecrodiver: the 'necro' part gave it away13:50
onefanglol13:50
Necrodiverlol13:50
Necrodiveri remember using wordperfect 5.0 because my mother had it on her pc way back when lol13:52
buZzwp5 was really a nice text editor13:52
buZzor is, i guess13:52
onefangDefinitely #devuan-offtopic.13:53
Necrodiverlol13:53
onefangAs for maintaining lilo, we need more people to take over more packages like that.13:54
buZzyeah, plz take wicd to python3 :D13:54
Necrodiverlol13:55
onefangThink someone is working on that.13:55
Necrodiver:o13:55
buZzyeah, for 10 years already :D13:55
Necrodiverlol13:55
buZzTHEY ARENT MAKING HASTE13:55
onefangIt's a wicd problem.  B-)13:55
buZzeheh13:55
Necrodiveri remember when i first tried ceres13:55
Necrodiverand my internet connection didnt work13:55
Necrodiveri was going crazy, till in installed connman13:56
Necrodiverall because of python3 :/13:57
eyalrozHello Devuaners,23:52
eyalrozI've just asked this: https://unix.stackexchange.com/q/760170/3486823:52
fsmithredyeah, that will work. You should use a lightweight desktop or window manager to spare your ram.23:54
fsmithredI've got an asus EEE with daedalus on it. 2G ram with dual atom cpu.23:54
fsmithredIt's a little slow and I wouldn't try any intensive computing on it, but it works.23:55
fsmithredI used 32-bit and selectively installed lxqt pieces. It uses about 220mb ram on the desktop. The 64-bit same package selection uses over 350.23:57

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