libera/#devuan/ Saturday, 2020-10-03

mtnmanhelo00:38
mtnmanis there a console interface for network-manager?00:42
masonmtnman: nmcli and nmtui00:44
mtnmanmason: thanks.00:48
bgstack15Is there a way to disable apparmor logging for a specific profile?03:11
bgstack15I don't want to turn apparmor off, just get it to stop spamming /v/l/messages03:12
gnarfacebgstack15: if it logs to rsyslogd, you would consult the rsyslogd config.  if it does its own logging i don't know.03:14
gnarfacebgstack15: (in most cases you never have to touch rsyslogd from the default config but it has a vast amount of control over what and where to log)03:15
bgstack15Oct  2 02:11:14 d2-03a kernel: [102729.047300] audit: type=1400 audit(1601619074.050:2120167): apparmor="ALLOWED" operation="file_mmap"03:29
bgstack15I think it's from auditd03:29
bgstack15there's more to that one line, but didn't want to spam the channel.03:29
gnarfacebgstack15: what file is it showing up in?03:33
gnarfacebgstack15: i can't tell from that line alone whether it's auditd actually writing the log itself or not03:34
ham5urg__I want to automate the installation and configuration of container and virtual machines. A dozen virtual instances (lxc/kvm) with multiple server-installations each. Of course, the network will be configured too.14:48
ham5urg__Should I use deb-meta-packages or ansible? Or something different?14:49
zatumilpreseed14:49
ham5urg__At the moment I use python scripts, but I have many bash commands in it.14:50
ham5urg__zatumil, preseed helps to answer the questions of deb-packages. Do you mean I should go on with deb-meta-packages and use preseed to automate the questions which could arise?14:52
rennjhow about https://en.wikipedia.org/wiki/Libvirt or the new improved https://cockpit-project.org/14:56
rennjive read good things about proxmox vs vmware esxi and it having a vcenter like interface14:56
rennjhttps://blog.wikichoon.com/2020/06/virt-manager-deprecated-in-rhel.html14:57
zatumilno I dont see why configuration requires deb-meta-packages14:58
rennjlibvirt/virtmanager for managing vm's lxc containter etc14:58
ham5urg__I tried libvirt but it is not flexible enough. I want to script it. libvirt for managing my be ok. I'm trying to automate the installation of all server-installations onto one machine. Every customer one machine, and all overviewed via Incinga.15:00
ham5urg__Never used ansible but I need to automate the deployment.15:01
rennjhttps://maas.io/ bring up a whole rack15:03
ham5urg__I thought about meta-deb-packages which install solutions (from the cusomer side of view) and not software-packages (which the customer does no glue have about).15:03
rennjthats ubuntu by the way15:03
ham5urg__No, neither Ubuntu or Systemd is what I will ever use.15:03
rennjsoftware defined data center..vmware esxi, NSX vswitching, VSAN storage, and vcenter15:04
rennjopensauce has their open vswitch and such15:04
rennjmeh, ansible uses what sshd so at least all the 1000's of machines wont need any additional software15:05
rennjwhen suse,redhat.ubuntu use it...going to be hard to avoid on big project15:06
APicIs there a Devuan-Image for Raspberry Pi 4?17:01
APicCan i start with flashing the Raspberry-Pi-3-Devuan-Image?17:01
APic(If there is none directly for Pi 4)17:01
gnarfacei thought i heard someone successfully did that17:01
gnarfacealtered a rpi3 image to boot on rpi417:02
gnarfacenot sure about details17:02
gnarfacehttps://dev1galaxy.org/viewtopic.php?id=3351 here's all the arm images, mabye it's there though17:02
APicOk, thanks17:03
gnarfaceno problem17:04
gnarfacegood luck17:04
gnarfacecheck out #devuan-arm if you feel like it17:04
APicThanks17:05
user____1Hi. I compiled the tiny.c from https://gist.github.com/KartikTalwar/3095780 (also available elsewhere), and it loops on beowulf amd64. gdb shows it gets stuck in dl-addr.c where it loops indefinitely.20:31
user____1Could anyone else confirm this? The program is a tiny c compiler and c program all in one, once written as a c obfuscation context winning entry, thus the funny function names.20:31
user____1I wonder if it's beowulf's compiler suite (default gcc?) or something else going on.20:32
user____1ok, found the error. pbkc21:02
Xenguyuser____1: Did you manage to compile it successfully on another OS previously?21:26
user____1It works on this one too, the syntax threw me off and the compiler optimisation which is present even with -O0 (!) threw me off the track when stepping with gdb through the program.21:30
user____1Thus pbkc21:31

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