libera/#devuan/ Sunday, 2020-12-06

Xenguy.oO(Windows10, your days are numbered, on this laptop, mwuhahaha ...)00:22
* Xenguy sharpens the knife...00:23
Xenguy.oO(A glint, a glance of steel...)00:23
tuxd3vonefang, Signal is some sort of Telegram app?01:45
onefangI've not used Telegram, but I think so.  Open source chat, with e2e encryption.01:47
XenguyTelegram is not FOSS, am I wrong?01:49
XenguyI thought there was some proprietary aspect01:49
tuxd3vI use Telegram...one time a month =D. Signal should be nice seems that it does the same at least a number of things..01:49
tuxd3vTelegram I believe its open01:49
onefang"Notably, all of Telegram's official apps are open source." Says wikipedia.  Maybe not the server side.01:49
Xenguyhrm01:50
tuxd3vmaybe not the Server.. what I know about it is that... In Russia, Secret Services put a lot of pressure on the developers for them to give the secret services access to Telegram, because of Islamic state Associate ...terrorism..01:51
tuxd3vThe Developers refused and leave Russia, they toughed US was more open, less restrictions..01:52
XenguyConfirmed that it's all FOSS, except for some proprietary stuff on the server side.01:52
tuxd3vThey mooved to US, the the NSA/CIA stated to put pressure on them because they wanted to aceess the data... so they discovered that US after all also wants access..01:53
golinuxIs this the new offtopic channel?01:53
tuxd3vthey leave USA01:53
XenguyThe US is the last place a project like that should choose to move to01:53
XenguyYes, #offtopic then01:54
tuxd3vthe went to Saudi Arabia or Barain or Qatar, and are continuing to develop it from there..01:54
tuxd3vgolinux, only a bit of history about Telegram :)01:55
XenguyWell also clarifying the licensing, which is important for me anyway01:55
tuxd3vThey continue to refuse to give access to Russia, so Russia banned the Service in the country, I don't know about the US..01:55
bbucciantiwe have something like coredumpctl ?02:09
Xenguyblasphemy!02:10
* Xenguy runs away...02:10
tuxd3vbbuccianti, are you talking about?02:18
tuxd3vsystemd-coredump: /usr/bin/coredumpctl02:18
tuxd3vrun away from it :)02:18
bbucciantigreat!02:19
bbucciantihow do you produce coredumps?02:19
onefangbbuccianti is asking about something LIKE that, which does the same thing, but without systemd.02:19
onefangA quick search finds minicoredumper.02:20
tuxd3vho, tanks, onefang,02:20
tuxd3vbbuccianti, you can configure it via ulimits for example02:21
tuxd3v/etc/security/limits.conf02:22
tuxd3vto disable in the shell you just:02:24
tuxd3vulimit -S -c 002:24
tuxd3vsize 0 means no core dump02:24
tuxd3vto enable to particular program02:25
tuxd3vulimit -S -c unlimited my_program_will_coredump_name02:25
tuxd3vthis is a soft limit02:25
tuxd3vyou can enforce softlimits and also hardlimits02:26
tuxd3vusually soft limits are the first ones to activate02:26
tuxd3vhardlimits is the max value... above that size, no core dumps!02:27
tuxd3vso usually we define softlimits lets say some 30% bellow hardlimit sizes02:27
tuxd3vthis si also valid for other things, like file descriptors and such02:27
tuxd3vwhen a softlimit is achieve you are being warned via log02:28
tuxd3vyou can sel a nagios or something else to also alert you02:28
tuxd3vthe Idea is that soft limits being some 30% lower, can give you time to solve the problem that is happening in that server02:29
tuxd3vfor example to allow all programs to core dump, you can set a unlimited size02:32
tuxd3v* soft core unlimited02:32
tuxd3vin //etc/security/limits.conf02:32
tuxd3vbbuccianti, see the help of ulimit command02:37
tuxd3v'ulimit --help'02:37
tuxd3vit has a lot of options, that is to execute in the shell02:37
tuxd3vbbuccianti, you can also check the proc, about some config for core dumps..02:42
tuxd3vls -l /proc/sys/kernel/core_{pattern,pipe_limit,uses_pid}02:42
tuxd3vXenguy, about matrix, I never used it, and I saw already a lot of folks using it even in their own phones02:55
tuxd3vdoes you know the concept?02:55
tuxd3vI came across this: https://www.matrix.org/docs/projects/try-matrix-now02:55
furrywolfI've never used it, and it's so fucking annoying that we've started telling people in one of my channels to get a proper client if they want to talk.02:55
furrywolfit's not just annoying for the person using it, but it's annoying for everyone else in the channel, as it spams crap, can't send actions (/me) correctly, breaks urls, spams entire previous lines any time someone replies to one, and generally fills the channel with crap if anyone actually talks who uses it...02:56
tuxd3vfurrywolf, you are describing a Spam designed app..02:58
tuxd3vSo what is about the Matrix02:58
golinuxIt's what the cool kids are using and it is OT02:58
tuxd3vThye idea I got is that is a way to speak with diferent protocols? cold be this correct?02:58
bbucciantituxd3v: thanks! ulimit -c unlimited seems to do the trick02:58
tuxd3vbbuccianti, you welcome02:59
golinuxIt uses technology that I don't want to deal with02:59
tuxd3vgolinux, sorry, I just had a lot of buzz abouit people saying they are in the matrix02:59
tuxd3v:)02:59
golinuxIt's the latest fad03:00
golinuxIt too will pass03:00
tuxd3vclort, actually 'tegra210-p3450-0000.dts' is already both things... the carrier and the module of jetson nano :)03:54
tuxd3vclort, the first move I made to create a uboot binary for Nvidia Jetson Nano... and the problem was already there :)04:59
tuxd3v1 move = 1 patch =)05:00
tuxd3vso I already have a patch for atf, regarding JNano :)05:00
tuxd3vyes it build uboot mainline, but I don't own the board so I don't know how good it is.. :S05:00
tuxd3vclort, what is the Kernel version you are running in the nano?05:02
tuxd3vcan you get the config of it?05:02
tuxd3v'modprobe configs'05:03
tuxd3v'zcat /proc/config.gz'05:03
tuxd3vpaste it here:05:03
tuxd3vhttps://paste.debian.net/05:04
tuxd3v:)05:04
clortsorry i was afk tuxd3v06:02
clort4.9.14006:03
tuxd3vyou were at sleep?06:03
tuxd3vno problem if you are we talk tomorow :)06:03
clortno i am here now06:03
clortmodprobe configs returns nothing06:04
tuxd3vho you still have a 4.9 on Jetson nano?06:04
clortit is what nvidia shipped with their ubuntu image06:04
tuxd3vclort, if you were at sleep we talk tomorrow no problem sorry06:05
clortno06:05
clorthttp://0x0.st/ihKu.txt  there's zcat06:05
clortdpaste is taking forever06:06
tuxd3v:)06:06
tuxd3vI already have it ;)06:06
tuxd3vnow I will try to build a kernel only to test my backends :)06:07
clortexcellent, thanks06:07
tuxd3vno problem, I am trying with mainline, because I am using the 5.9 branch for patching for another board, so I will go with mainline, I am now copying the source..06:13
clorti can switch irc to another machine now, so i can even stay with you while hacking uboot on the jetson06:20
tuxd3vclort, I need more information about the partition scheme used by Nvidia on this SoC06:24
tuxd3vI don't know, were to write yet the bootloader06:24
clorti will provide info i can06:24
tuxd3vI don't know ere the bootloader starts and where it ends, in the sdcard or emmc06:24
tuxd3vdoes you know about the SoC boot scheme?06:25
clortno emmc sadly06:25
tuxd3vyou are working from emmc, or sdcard?06:25
clortsdcard06:26
tuxd3vyea, for sure the bootloader is 1 zone only06:26
clortif it has emmc i don't know how to access06:26
tuxd3vbut it could still have another partition for the environment, which is usually used06:27
clortproc/partitions sees mmcblk0 for sd card and sda for first usb drive06:27
tuxd3vI mean, the environment I usually don't use it06:27
tuxd3vyes the boot loader goes somewere between the partition table, to end were the first partition start06:28
tuxd3vthis space includes already the bootloader itself zone, plis the Enviroment zone06:28
clortthere are very many partitions and i do not know why06:28
tuxd3vcat you do a:06:29
clorthttp://0x0.st/ihK_.txt  sd card partitions06:29
tuxd3v'parted /dev/mmcblk0'06:29
tuxd3vthen06:30
tuxd3v'print'06:30
tuxd3vthe 'q'06:30
tuxd3vto quit06:30
clorthttp://0x0.st/ihKL.txt06:30
tuxd3vwow Nvidia is a bit crazy.. it surpassed the crazinest of Rockchip by a few miles :)06:31
clorti made a 32GB os, 32GB osbackup and the rest is data06:31
clortyeah idk all that stuff, i just dd the whole card06:31
tuxd3vthe bootloader has a size of: 632.0 KiB06:34
tuxd3vI mean the uboot v2020.10 compiled already with atf v2.406:34
clortwhy do they have so many partitions06:34
tuxd3vyea, that is what I will need to figure out :)06:35
clortdo you want the data?06:35
tuxd3vbut they are the vendor that won the race for sure in the partition numbers :)06:35
tuxd3vI will have to digg, theres no other way, you already helped me a lot :)06:36
tuxd3vI already saw that, I need to digg to check what partition does, and why06:36
clorti could afford maybe 30€ towards a nano.  the 2GB version is like 49€ from amazon06:37
clorta nano for you06:37
tuxd3vI didn't wanted to ask that06:37
clortwould be happy to donate if it helps06:37
tuxd3vlet me first, digg a bit on the partition types, and why there are many..06:38
clortok06:38
tuxd3vlet me also build a kernel for it first, then we can decide :)06:38
tuxd3vI already saw that there are some patch's to mainline kernel06:38
tuxd3vbut I haven't yet look into them, but I will06:38
tuxd3v2 min left to download the full source from my Nas wich holds 5.10-rc606:40
clortnew is good.  we have 5.9 for the droid4s now06:41
tuxd3v:)06:42
clorti think 4 people on the planet would appreciate this enough to send you 30€ for a 4GB nano :/06:44
clort"zaphod looked... and thought to himself 'this, i have no need for'"06:46
clortoflag=direct avoids dirty buffer constipation when you dd partitions!!07:07
tuxd3vI am building a kernel now07:08
tuxd3vBut I will have to digg deeper to understand the need for so many partitions :)07:09
clorti don't even know what they do for gpu drivers07:09
clortthere's a big nvgpu module07:10
tuxd3vyea that is yet another thing that could be related :)07:10
tuxd3vI believe its a blob :)07:10
clortone result i can share from my big microSD card benchmarking is that the sandisk mini usb3 uSD card reader significantly outperforms the kingston and transcend in IOPS07:12
tuxd3vyou have a big sdcard I saw the print07:13
tuxd3vI think I will let him continue compilation and tomorrow I will return to it :)07:14
clortok07:15
tuxd3vI will have to search for information about the SoC07:15
clortit is the time of being horizontal for you?07:15
tuxd3vyea, its 6 of the morning :D07:15
tuxd3vI got the clock tick, and inspired by doing things and its almost morning07:16
tuxd3vyou are in Europe?07:16
clortyes, it looks dark outside07:16
tuxd3vhehehe07:16
clorti woke up an hour ago. new day for me!07:17
tuxd3vnice, I still need to sleep07:17
clortwhat else have you been werking on?07:17
tuxd3vtomorrow we will continue :)07:18
clortgreat07:18
tuxd3vcompilation of things and network tests07:18
tuxd3vbut I will crash in the bed now :D07:18
clorti will continue uSD card benchmarks until finished07:18
clortok cheers ttyl tuxd3v07:18
tuxd3vsee you tomorrow :)07:19
tuxd3vor in some hours :)07:19
Chispitohola16:09
clorthi16:13
Chispitose ve que no conversan en la ventana pública...16:25
clortmaybe16:29
Chispito:/16:33
APic:\16:38
Chispito:D16:39
Chispitoviva la vida!16:45
clortaspic16:51
Chispitozzzzz....17:11
targzChispito: hi, this channel is exclusive to support, go to #devuan-es to speak in spanish17:22
Chispitook17:27
Chispito:/17:49
User_Hello20:23
User_I was wondering if it was possible to have persistence on a live iso20:23
aitor__User: using debian-installer you can get persistence in a very beautiful way20:33
golinuxUser_:  Yes! https://www.refracta.org/docs/readme.refracta2usb.txt20:33
aitor__read this howto (in spanish): https://blog.desdelinux.net/como-instalar-linux-en-un-usb-en-forma-persistente/20:35
aitor__I followed the steps above years ago, and worked for me20:36
aitor__tested with crunchbang20:36
aitor__but it should work with any other live system including debian-installer20:38
aitor__golinux: greetings!20:39
aitor__i'm here to escape from #devuan-es :)20:40
fsmithredaitor__, that looks like a regular hard disk install. I think User_ was asking about persistence with a live-CD or live-usb20:41
* golinux sends aitor a hug.20:42
aitor__fsr: it works in a usb stick20:42
fsmithredyeah, but it's not a live system then, it's an installed system.20:42
aitor__yes, that's right20:43
golinuxGood that the folks who know about these things showed up.20:43
fsmithredadvantage of the live system is that you can always boot the original read-only system without persistence. Sometime nice to do that for banking or other stuff that needs to be secure.20:43
aitor__fsmithred: do you know whether python-gtk2 will disappear from debian at least? It's not available in their repos20:52
aitor__neither in bullseye, nor in sid20:52
fsmithredno, I don't see it20:53
fsmithredonly python-gtk is chimaera or ceres (bullseye or sid) is python-gtkspellcheck-doc20:54
fsmithredin chimaera...20:55
User_Hi friends, yes i'm looking for an option within Devuan for a persistent live cd like set up on a usb key.20:55
fsmithredI always do it with refracta2usb20:55
fsmithredI think with the i386 iso you can dd the iso to a usb stick and then add a second partition, but that won't work with the amd6420:56
fsmithredand it's better to do it the other way (with real partitions)20:56
User_Mental Outlaws video sent me here and i donated what i could once i found out this distro supports anti-systemd and an MX-linux like snapshot of the system.20:56
fsmithredcool, thanks20:57
fsmithredthe other way is to have a fat partition, copy the contents of the iso to that partition and then add syslinux bootloader.20:58
fsmithredwith refracta2usb you can make a multi-boot usb stick with several live systems on it.20:58
User_nice !21:00
User_Tht sounds just like mx-linux snapshot and liveusb maker. It's good to know i can maintain my backup workflow with devuan.21:01
User_the devuan interface looks so smooth, like rich belgian chocolate or something.21:02
fsmithredrefractasnapshot is like mx-linux snapshot. (or maybe it's the other way around)21:03
fsmithredI know antix used a modified version of refractansahphot some years ago, but they they made more changes to it/rewrote it. There might still be a little of my code hanging around in it.21:04
aitor__see you later, guys, i have things to do21:06
fsmithredrefracta2usb is not in the repo. You can get it on my sourceforge: https://sourceforge.net/projects/refracta/files/tools/21:07
fsmithredaitor__, take care. See you later.21:07
aitor__bye :)21:07
User_Sweet , is the code hosted somewhere ?21:08
User_in non.deb form ?21:08
fsmithredoh, probably not.21:10
fsmithredthe code is an ugly pile of shit. But it works.21:10
fsmithredit's just bash scripts, so there's no source to look at.21:10
fsmithrednothing to un-compile21:11
fsmithredmeandrain ?21:46
fsmithreddean?21:46
clorttux3d seems to have gone Rip Van Winkle on me21:47
User_thx, take care.22:18
tuxd3vclort, I am hare, dinner :)22:36
tuxd3vclort, have you ever tried to attach a serial debugger to your jetson nano?23:08
clortno23:08
tuxd3vdoes you have a serial adapter?23:08
clorti don't think so23:08
tuxd3vthe madule for jetson nano:23:09
tuxd3vhttps://developer.download.nvidia.com/assets/embedded/secure/jetson/Nano/docs/JetsonNano_DataSheet_DS09366001v1.0.pdf?gbie_OfgK0__V7Xq_EDKzL9hijzERq0FU9NHZvgRfZUH5Ss1IUibfpEIFMLIRLJkyYvDvAA5SOmm3qncGelAJPrt2yy_pQ9MUeRhThWlEMYAIGl9h-wR9UQLoa8vR9pMEqE80mE3YdW_arx2tS-uHTDMoxWih129mb8305gUe8m_Fd6IJQ84cLFtihcpUQ23:09
tuxd3vit states a baud rate of 15,2Mbit/s O.o23:09
tuxd3vsorry 12.5Mbit/s23:09
clorti don't know what to do with it23:10
tuxd3vcan you do a 'ls -la' on your /boot?23:12
tuxd3vI believe you should join to #devuan-arm23:12
tuxd3vits a related subject :)23:12
clortif you can give me access then yes, otherwise pm23:13
tuxd3vyou need to be registered23:13
clorti won't be23:13

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