libera/#devuan/ Monday, 2019-09-09

tom_workhello00:44
tom_workI'm having some trouble with Devuan. My sftp downloads are incredibly slow despite being on the same ISP00:44
tom_workhttps://upload.nuegia.net/f9ebaa7e-0eba-4bd6-9c06-a3399cb2d5f9/screenshot.png00:44
tom_workAre there any known causes for this or troubleshooting steps for fuse sftp?00:45
tom_work40 and 5kB/s seems a bit wrong00:46
tom_workis there something wrong with the way fuse handles sparse files?00:49
gnarfacetom_work: can you reproduce the problem with scp?00:55
gnarfacethere is every possibility there is a problem with the fuse driver in your particular kernel version that is specific to sftp, but it is far more likely the ISP is just indiscriminately throttling encrypted traffic00:58
tom_workgnarface, the coffee shop i'm in is the same ISP I use at home, and both are using a static ip. I know this ISP not to be doing that and not have the capability to do that even if they wanted to.00:59
tom_workI used to work there00:59
tom_workso I'm pretty confident ruling that out00:59
tom_workIt's a small local ISP not a comcast00:59
tom_workhmm.01:01
gnarfacetom_work: ok, that's fair.  but every Comcast customer who ever ran into this problem told me the same thing01:01
gnarface(just for the record)01:01
tom_workscp does not seem to fluctuate as much01:01
gnarfacebest thing you can do is try some other ports and tranfer protocols, see if you can narrow down the exact problem01:02
tom_workI mean there is still a pretty significant pause between when each file starts up the transfer but not nearly as bad as fuse01:02
gnarfacealso, if you can see the problem beteween two computers within the same LAN, and then reproduce that with two machines in a *different* LAN that would be a strong indicator that it is a kernel issue01:02
tom_workwith fuse the whole file manager locks up for a good 6 seconds if I list out a directory with more than 30 files in it01:02
tom_workok01:03
tom_workis the fuse sftp implementation particular sensitive to network latency?01:03
gnarfacei don't know01:04
tom_workis there a better unix-xattr native protocol I could use instead of sftp?01:04
gnarfacesshfs?01:05
gnarfaceit also uses fuse01:05
gnarfacebut i don't really know either01:05
tom_workonly thing I'm aware of is NFS but that sucks pretty bad outside of a lan or even over wifi01:05
gnarfacei always use scp01:05
gnarfacewell, almost always01:05
tom_workdo you know if sftp://home over fuse uses the legacy SCP protocol or the current SFTP protocol?01:05
gnarfaceit would depend on your client program01:06
tom_workscp as in a simple in-band cat %s where sftp is an actual file transfer protocol of it's own over a ssh channel01:06
tom_workthnar01:06
tom_workthunar01:06
gnarfacei was not aware there was a significant distinction between scp and current sftp in how data is transferred01:08
gnarfaceit was my understanding that the "legacy" protocol was the old sftp (some sort of tls+ftp hybrid operating on a non-ssh port)01:08
gnarfaceencrypted file transfers are cpu-bound operations though... you're sure this isn't just being caused by high load or insufficient hardware resources at the server end?01:09
gnarfaceand low RAM availability could impact all file transfers, not just the encrypted ones01:10
gnarfaceanyway01:10
gnarfaceso far i've not seen this issue except on windows with Putty's pscp.exe01:11
tom_workgnarface, no what's going on is SCP is actually the deprecated protocol where it's a simple catting out of some file over the encrypted SSH channel sorta like oldstyle x-kermit transfer over serial links or dialin modems. where SFTP is it's own transfer protocol implemented by the /usr/sbin/openssh-sftpd binary. sftp is the new protocol your supposed to use and most operating systems just symlink scp to sftp because the syntax is01:11
tom_workmostly the same01:11
tom_workgnarface, oh yeah. the cpu-bound of my link is more ~970 megabits01:12
tom_workI made a small bash script that tests SSH ciphersuite performance over loopback01:12
tom_workfunny thing is that chacha20 is faster than blowfish, but still slightly slower than hardware accelerate AES01:13
tom_workchacha20 being both faster and stronger than blowfish01:13
tom_workin software implementations01:13
gnarfaceis this ascii you're testing?01:16
gnarfaceif it's ascii with a stock kernel and there were known performance issues like this in FUSE, the backports kernel may have already integrated a fix01:17
tom_workgnarface, it is indeed ascii01:38
tom_workhey gnarface01:39
tom_worksince I'm using this as a desktop should I be using the rt kernel?01:39
tom_workor laptop rather01:39
tom_workI normally use rt kernels on workstations01:39
tom_worklinux-image-rt-amd6401:41
tom_workshould desktops be using a rt kernel instead of the regular kernel build for interactive workloads not server workloads01:45
debdoglast time I've checked, like 10 years ago, RT did not improve user respons time, quite the opposite. could be irrelevant with modern, faster CPUs01:50
debdogback then RT was useful for real time audio processing01:51
gnarfacetom_: no, don't use the RT kernel unless you have a specific reason to02:33
gnarfacesome people used to advocate using them for gaming but the actual performance improvements were mostly speculative with a couple isolated corner cases that, as debdog says, should be pretty much unnoticeable now in the +GHz CPU speed range.   all you're likely to do is introduce weird corner-case style bugs02:35
gnarfacetom_: recompiling the stock kernel for desktop-style latency however instead of the default that is tuned for servers actually might make a noticeable improvement in some UI experiences though02:36
gnarfacebut note that a low-latency kernel is not the same thing as a "real-time" latency kernel.02:36
gnarfacethey're fundamentally different approaches to processing jobs and data, though the details are above my head02:37
debdogright, kernel option Timer frequency, Debian's kernel is set to 250 Hz. but 300 or even 1000 Hz are better for desktop systems02:45
nexgenhello07:52
nexgenplease let me know how to show kernel output in a terminal from which qemu is executed07:53
nexgenhttps://forums.gentoo.org/viewtopic-t-991672-start-0-postdays-0-postorder-asc-highlight-.html07:54
nexgenthey suggest to uncomment #s0:12345:respawn:/sbin/agetty -L 115200 ttyS0 vt10007:54
nexgenbut I do not see it in the inittab07:54
nexgenI have openrc07:54
nexgenactually it is a modified qemu07:55
nexgenactually it is a modified *heads linux07:55
nexgennot qemu07:55
nexgenwhy I cannot lynx to https://dev1galaxy.org/register.php?action=register09:09
nexgenlynx https://dev1galaxy.org/register.php?action=register09:10
nexgenLooking up dev1galaxy.org09:10
nexgenMaking HTTPS connection to dev1galaxy.org09:10
nexgenAlert!: Unable to make secure connection to remote host.09:10
nexgenlynx: Can't access startfile https://dev1galaxy.org/register.php?action=register09:10
debdoglynx https://dev1galaxy.org/register.php?action=register ---  works here, though might be because I've been there with a 'normal' browser and have the certificate09:19
nexgenare lynx and other browser certs being shared?09:30
gnarfaceyes09:33
gnarfacethe package is ca-certificates, i think09:33
gnarfacethough i think some of them come bundled with some of their own and add to the same directories09:33
gnarfacei could be wrong09:34
gnarfaceyou can add your own, too09:34
gnarface(to /usr/local/share/ca-certificates/)09:37
nexgenwell, tried to install alpine from another host10:18
nexgenworks fine10:18
nexgenthe old host from which I tried is most likely hijacked10:19
nexgenMITMed10:19
nexgenit is right this one10:19
nexgenbtw :)10:19
nexgennot sure why10:19
nexgenis not it silly10:19
nexgenI will switch later to I2P,etc.10:19
nexgenfully anonymouse10:20
nexgenpaid from someone else10:20
nexgenfor hosting10:20
nexgenjust for some help work done10:20
nexgenno mining, no bank, no paypal10:20
debdogwhere the heck is https://packages.debian.org/buster/linux-image-4.19.0-5-amd64 in http://ftp.de.debian.org/debian/pool/main/l/linux/ ?10:31
debdogcan find the unsigned ones only10:31
nexgenstill cannot register on the forum10:38
nexgenusing lynx10:38
nexgen   The following errors need to be corrected before you can register:10:38
nexgen     * You answered incorrectly to the "Human or Robot" question, or you are a Bot!10:38
nexgenY10:38
nexgenit asked about stable release name10:38
nexgenI entered ascii10:38
nexgenis it even possible at all to register from text mode lynx?10:39
nexgennow asks about default login manager10:40
nexgenI even do not know what is it10:40
nexgenI use trinity10:40
nexgentdm10:40
debdogprolly slim10:40
gnarfacelynx doesn't support javascript or css, so expect a bunch of stuff not to work10:41
onefang"Human or robot" thing likely needs a graphic browser with javascript.  They tend to follow your mouse as you move it to the "I'm human" button.10:41
nexgenungoogled cannot either10:41
onefangSo if your mouse movement looks like a human moved it, that's the real test.10:42
nexgenwhat is the sense of this protection if it yet can be overcomed by zennoposter for example10:42
nexgenit can move mouse10:42
nexgenI am not goint to zennopost of course10:43
onefangDon't ask me, ask Google or who ever wrote it.10:43
nexgenjust to ask some questions about init10:43
gnarfacewell they might do other stuff too like burn a bunch of cpu cycles on wasted work to make sure it's not a tiny cloud bot swarm10:43
gnarface(maybe mine some bitcoin on the side)10:44
nexgendo you refer recapcha?10:44
gnarfaceyea10:44
nexgenI do not see any recapcha there in ungoogled10:44
nexgenmay be blocked :(10:44
nexgenwill try to change IP10:44
gnarfaceare you blocking cookies? it likely needs those10:44
gnarfaceat least one of them anyway10:45
onefangIt's an arms race, build better bot detectors, the opposition builds better bots, rinse and repeat.10:45
nexgenmost likely no10:45
nexgenit could login to gmail and other recapcha protected sites10:45
nexgenI tried an android device - Opera browser10:52
nexgenno recapcha either10:52
nexgenand I see a recapcha here on another site:10:55
nexgenhttps://whois.domaintools.com/test.com10:55
nexgenit is like recapcha blocked specifically for me specifically on your site10:56
nexgenis it possible?10:56
nexgensome black list10:56
nexgenall my IPs10:56
nexgenand browser cancases10:56
nexgen*canvases10:56
gnarfaceyes it's obviously possible in theory.  i don't know if that's actually a feature or not though10:59
nexgenI tried an android never used yet11:00
nexgenand a computer of another owner11:00
nexgennone of them dosplays recapcha11:00
nexgenjust a questions11:00
nexgenI tried to answer it so many times already11:00
nexgenmay be it is easy to ask the question here11:01
nexgenplease help to configure qemu for a textual output from devuan11:01
nexgenI do not see11:02
nexgen#s0:12345:respawn:/sbin/agetty -L 115200 ttyS0 vt10011:02
nexgenin the inittab11:02
nexgenusing openrc11:02
nexgencan I just add this line11:02
nexgennot familiar with init yet11:02
nexgenman inittab does not help much11:03
rrqs/#s0/T3/11:03
rrqalso needs args to qemu11:03
nexgenplease suggest qemu parameters11:04
rrqadd "-serial mon:stdio"11:04
rrqthen as it has started: use "C-a c" to shift to serial11:04
rrqin the terminal11:04
nexgenwhy when using Debian ISO for ARM with EFI11:08
nexgenthere was no need to C-a c11:09
nexgen?11:09
nexgenhttps://pastebin.com/raw/Nn1q5QHZ11:09
nexgenis it correct file11:09
nexgenadded the line at the end11:09
nexgenT3:12345:respawn:/sbin/agetty -L 115200 ttyS0 vt10011:09
rrqpossibly the qemu arg "-serial stdio" would make the terminal be serial only, i.e. no monitor11:13
nexgenwell, I did not see how kernel booted11:18
nexgenbut see a heads login screen11:18
nexgenpassword not accepted though11:18
nexgenand there was not any login request when booted with serial option11:19
nexgenshifting to qemu terminal displays a general qemu commands screen11:21
nexgenhelp displays a list of them11:21
rrqyou can set/change the passwd for the image eg via chroot11:24
nexgensure11:24
nexgenbut I thought I knew it11:24
nexgenwill retry11:24
nexgenworks finally11:29
nexgenthank you very much!11:29
nexgenyour devuan is so cute11:29
nexgenthough tried alpine today first time11:30
nexgenjust to overcome lynx MITM11:30
nexgenand it is SOOO FAST11:30
nexgenapk add joe is instant11:30
nexgenthough may be it is just fast Linode host compared to my PC, heh11:31
nexgenplease suggest, can qemu console be enlarged to occupy the whole screen11:32
nexgenmany time on different KVM hostings I saw the same small console windows11:33
r3bootnexgen: checkout https://firmit.wordpress.com/2008/11/30/qemu-running-fullscreen/ (first hit on google for qemu fullscreen)11:36
nexgenthanks :), sometimes it is important to know if it is possible at all before googing11:39
nexgenbtw, do you all see recapcha on Devuan forum registration screen?11:41
r3bootI think it's just being lazy, but thats just me ;)11:41
rrqnexgen: to get boot output to serial, you'll need to have kernel boot parameter "console=ttyS0,115200"11:57
fsmithredFor the record: There is no javascript on the forum.11:58
rrqnexgen: you ,ight also like qemu argument "-echr 0x1c" which changes its meta key from C-a to be C-\ .. much easier to use emacs :)12:00
rrqs/,/m/12:00
rrq(fsmithred: I you look carefully at the source of a thread page you'll actually find some amount of javascript)12:04
fsmithredI stand corrected. rrq, we don't use re-capcha, do we?12:47
rrqnope. but a small collection of silly questions :)12:47
fsmithredyeah, that I know12:48
systemdlete2I'm going to just guess, but the reason shutdown/reboot/hibernate/suspend are disabled in lightdm is due to systemd somehow?12:48
fsmithredsystemdlete2, is policykit-1-gnome installed?12:48
djphsystemdlete2: no idea, but sounds as good as any.12:48
systemdlete2it is installed, yes.12:49
fsmithredew12:49
fsmithredthat usually fixes it12:49
systemdlete2ew?12:49
systemdlete2I added a couple of rules by suggestion of a web page, but it did not help12:49
fsmithredew, like we're in deep shit12:49
systemdlete2why?12:50
systemdlete2maybe I am12:50
fsmithredbecause the thing that usually fixes it didn't12:50
fsmithredwhat p'kit backends are you using?12:50
systemdlete2not sure12:50
fsmithredoh, you have conflicting desktops intsalled - that might be the problem12:50
systemdlete2all the ones installed by default if one does not specifically specify during install12:51
fsmithreddpkg -l | egrep "consolekit|elogind|policykit|polkit|libpam"12:51
fsmithredbrb12:52
systemdlete2https://pastebin.com/kFVtZfsN12:54
fsmithredwhich desktops? cinnamon and what?12:59
systemdlete2omg12:59
fsmithred?12:59
systemdlete2kde, gnome, cinnamon, mate, xfce12:59
fsmithredlol12:59
systemdlete2hey, don't laugh at ME.  Laugh at the guys who configured the system installation tool!13:00
fsmithredI have no idea what will work in that case.13:00
systemdlete2Well, actually, I don't mind getting rid of them except for cinnamon, which is working really well on this tablet!  :)13:00
fsmithredthe whole p'kit landscape is a clusterfsck13:00
fsmithredthat might simplify things13:01
systemdlete2add in systemd, then try to tear out systemd from that clusterfck, and you have an even messier clusterfck13:01
fsmithredyeah, we know13:01
r3bootwell, in principle, lightdm will run some Xsession, and if you trace those scripts, you will get a clue as to how things are running now13:01
r3bootanother hint is to run 'export' in a terminal, to see which env vars are exposed13:02
systemdlete2http://paste.debian.net/1099653/   looks like cinnamon13:04
systemdlete2that's export in a regular users shell, not root13:04
liohis it already possible to do a dist-upgrade to beowulf?13:05
systemdlete2lioh:  If running devuan in a VM, you could make a snapshot and try it.  If it fails, you still can go back.13:06
r3bootsystemdlete2: ok, check, so you have the proper DBUS_* vars; Did you check with dbus-monitor what response you get back from dbus when you do a suspend?13:07
systemdlete2I've never tried suspend.13:07
r3bootthe reason those are disabled, is because your user (likely) does not have permisssions to talk to the ACPI/power related functions on DBUS.13:08
systemdlete2you mean the user running lightdm?  Remember, there is no one logged in yet in lightdm!13:09
r3bootyeah, that also includes the user under which lightdm runs itself.13:09
systemdlete2"also"???13:10
systemdlete2who else could it be at that point?13:10
systemdlete2once I am logged in as my regular user, the shutdown/reboot/etc all work fine.13:10
systemdlete2really fine, I might add.13:11
systemdlete2But since there is no real user as such logged in in lightdm, the only such "user" could be the user id of the running instance of lightdm's greeter or the like13:11
systemdlete2looks like user "lightdm" is running dbus-launch, dbus-daemon, and at-spi-registryd13:14
systemdlete2but it is root that is running lightdm itself it appears to be13:14
fsmithredmaybe remove xfce and mate first, since those are the only ones that want consolekit13:14
systemdlete2And I have not reconfigured anything with regards to permissions foreither root or lightdm, to the best I can recall13:15
systemdlete2ok13:15
r3bootHmm, digging through my memory; So freedesktop based systems, talk via the dbus system bus to the org.freedesktop.upower service for power management. So the first thing to check would be, is upower installed?13:15
fsmithredgood call ^^^13:15
r3bootOnce that's installed, there usually is some system group ('power' on archlinux) that you need to be a member of to be able to call power functions over dbus13:16
systemdlete2yes upower is installed13:16
systemdlete2ah!13:17
systemdlete2ok13:17
systemdlete2looks like root is running the upower daemon13:18
systemdlete2and I don't see any group related to "power" -- could it be something like "sys"?13:18
systemdlete2fsmithred:  To remove xfce, do I remove both tasks -- desktop and live?13:19
fsmithredhuh?13:20
r3bootOk, and do you see the org.freedesktop.upower service on the system dbus?  dbus-send --system --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames13:21
fsmithredremove the specific desktop metapackage: xfce413:21
fsmithredI'm not sure what it is for mate13:21
fsmithredmate-desktop13:22
systemdlete2yeah, if you remove "mate" it automatically does mate-desktop (it's smart?)13:24
systemdlete2ok, then I ran apt autoremove just to get rid of all traces13:24
systemdlete2hmmm.  maybe i should do purge...13:25
systemdlete2ok all gone.13:25
systemdlete2(mate and xfce)13:25
systemdlete2r3boot:  Looks like Upower is there13:29
fsmithredmaybe 'aptitude purge ~c' to get rid of leftover config files13:30
systemdlete2ok,, here is my theory:  lightdm, a very nice dm, was originally written for sane linux systems.  Then it gets rewired for systemd.   Strip out systemd for much more sane devuan system.  Leaves functionality for systemctl-dependent code hanging in the wind.13:31
systemdlete2(basically, but there is probably much, much more nuance...)13:31
fsmithredI switched from lightdm to lxdm (with xfce)13:31
fsmithrednot for the problem you're having13:31
r3bootsystemdlete2: you might be right, but there /are/ replacements for that functionality afaik (eklogind, or what was it called), which should help out here13:32
fsmithredelogind13:32
r3bootif that doesnt work, you could resort to a different login manager which is not linked to systemd; Maybe slim or xdm or so13:32
fsmithredslim needs consolekit13:33
systemdlete2fsmithred:  did you mean "-c" or really meant "~c"13:33
fsmithredtilde13:33
fsmithreduse 'search' instead of 'purge' and it will show you a list13:34
systemdlete2slim's config will be removed...13:34
systemdlete2done13:34
systemdlete2test?13:34
fsmithredsure13:34
systemdlete2bbs...13:35
fsmithredreboot13:35
systemdlete2nope.  sorry, guys...  :(13:38
systemdlete2I will say this much:  The tablet is very usable at this point.  Ive even fought victorious over the rotation problems.  (I've got a button on the toolbar to switch it!)  It even starts in the correct mode, and that includes the dm greeter.13:41
systemdlete2I really deeply appreciate all the help.  I knoww I ask a lot of help13:41
systemdlete2I really had to dig for some of this info... googled some items for hours13:42
fsmithredlong shot: run pam-auth-update and make sure elogind is checked.13:44
systemdlete2yep.  all are checked.13:46
fsmithredall?13:50
fsmithredI've got Unix and elogind checked.13:51
fsmithredconsolekit is not in my list. Is it in yours?13:51
systemdlete2there are 4 listed,the 2 you listed and gnome keyring and inheritable capabilities management13:54
systemdlete2all 4 are asterisked13:54
fsmithredok, I don't know what the management thing is13:54
fsmithredmine also has Create home directory on login13:55
fsmithredun-checked13:55
systemdlete2mine does not13:55
systemdlete2this is ascii, right?13:55
fsmithredoh, no.13:55
fsmithredI just looked at that on beowulf13:55
fsmithredhang on13:55
systemdlete2that begs a conversation actually (beowulf)13:56
fsmithredmy ascii just has Unix and elogind13:56
systemdlete2I left some space on the emmc for other distros.   It might be interesting to try out beowulf and see if performance and other support improves on this laptop.  But that's for another day...13:56
fsmithredthis is on refracta - xfce installed in pieces, not metapackages13:56
fsmithredyou installed from regular installer isos or from live iso?13:57
systemdlete2netinstall13:58
fsmithredok13:58
systemdlete2pretty much chose all the defaults13:58
systemdlete2found I needed to do expert install due to system instability (original kernel).   after install,  i could update the kernel, which I did and it seriously improved stability all around.  (4.19)13:59
fsmithrednew hardware needs new kernel13:59
systemdlete2those options to reboot etc in lightdm are greyed out.  That tells me that it is the lightdm tool itself that is noting the inavailability of these functions.14:00
systemdlete2IOW, it is not merely that they don't WORK.  It's that lightdm knows they don't or doesn't want the user to have access to them.14:01
fsmithredyeah, but the source of the problem is likely not in lightdm14:01
systemdlete2I looked at the lightd config also.  There were no noticeable options for governing access to the power functions.14:02
systemdlete2so, it must be "testing" for access and graying them out then?14:02
fsmithredyeah, that sounds reasonable14:02
fsmithredI get lost trying to understand this stuff14:03
systemdlete2me too.  Just trying to remember all the minutia and administrivia...14:03
systemdlete2my brain overloads and wants to exit14:04
fsmithredneed food. bbl.14:07
systemdlete2same here14:11
dalmeHi16:32
dalmeIs it possible to download an ISO file of the latest non-stable version of Devuan?16:33
dalmeI mean, development version16:33
enycpass ;p16:33
debdognot entirely certain but http://pkgmaster.devuan.org/devuan/dists/unstable/main/installer-amd64/current/images/netboot/mini.iso could be one. might be outdated. preferably install ASCII and dist-upgrade to Beowulf16:41
fsmithredif you select expert install on the netiso, I think you get a choice of suites16:44
fsmithredor maybe I'm thinking of the mini.iso16:45
xet7Is there Devuan for m68k Amiga ?22:11
fsmithredI don't think so22:11
xet7Ok22:11
fsmithredyou can check at files.devuan.org22:11
fsmithredmight possibly be with the embedded images22:11
fsmithredbut I don't recall anyone ever saying Amiga around here22:12
fsmithredis it new or old?22:12
r3bootancient22:12
r3bootamiga is pre-386 stuff22:12
r3bootyour best bet is NetBSD imho22:13
xet7Ok22:13
xet7Yes I think so too. OpenBSD dropped support.22:13
r3bootyeah :/22:14
r3bootonly Alpha and Sparc are still well supported under openbsd22:14
danielinuxhello, I'd like to use my sifive-hifive-unleashed to build devuan from sources. Can you point me to the right manual to kickstart a new arch?22:14
fsmithredmaybe a debian manual talks about that22:15
fsmithredand we only have sources for about 5% of the packages. The rest is from debian unchanged.22:16
fsmithredwhat arch are you planning to do?22:16
danielinuxriscv6422:17
danielinuxboard is https://www.sifive.com/boards/hifive-unleashed22:17
danielinuxdebian is 'partially ported', and there are riscv64 packages for it22:17
danielinuxhttps://wiki.debian.org/InstallingDebianOn/SiFive/HiFiveUnleashed22:18
fsmithredyou probably want to talk to parazyd22:18
gnarfaceoh but i really want there to be a m68k devuan.  when was the last time there was a mainline kernel buildable for m68k?22:18
fsmithredand you might find him in, uh, I think it's #devuan-arm22:18
danielinuxwe might need a #devuan-riscv soon :)22:19
fsmithredI think there are a few people who would like that22:19
fsmithredmaybe Centurion_Dan would be interested, too, but I know he's pretty busy with other stuff right now.22:19
gnarfacei feel like it must have been sometime before kernel 2.522:21
gnarfacei mean 2.422:21
gnarfacei only remember hearing about it22:21
danielinuxI think I might just need the right pointers, the idea is to compile packages natively, it'll take a while but it should go much smoother than cross-compiling. For now I'm bootstrapping a debian to get build-essential on board22:22
r3bootgnarface: hmm, from the looks of it, atleast debian still has some m68k build servers running.. The wiki seems pretty dead tho22:22
r3bootthis seems to be their last update: https://people.debian.org/~tg/f/m68k/2015-Jan/22:25
danielinuxfsmithred, thanks for the ptrs22:26
fsmithredyw22:26
gnarfacer3boot: 2015, kernel 3.6, that's not nearly as abandoned as i had feared...22:40
Centurion_Danfsmithred, gnarface: about m68k... if we have access to a buildhost, we will build it.22:40
gnarfacekernel 3.16*22:40
gnarfaceCenturion_Dan: now i'm kicking myself for turning down that Amiga a few years back22:41
Centurion_DanI think that the question is, how many m68k's are out there that are or would be put to real world use, and are there new machines being built on that architecture?22:42
gnarfaceyes there is actually22:43
gnarfacei was just trying to dig up the link...22:43
r3bootThe biggest question is, who knows enough about m68k and is willing to backport kernel fixes imho22:43
gnarfacesomeone made a single-chip 500 core version of them for build farms and hosting22:43
gnarfaceit's a after-market knock-off (not by motorola) but supposedly it rocks and had 100% compatiblity22:43
gnarfacecompatibility22:43
gnarfacedamn i can't spell today22:43
Centurion_DanOk.  Then it may be worth looking at.  But it's likely going to require some work, and should be done in close coordination with Debian.22:44
gnarfacei'm trying to dig up the link22:44
Centurion_DanIs there real interest in having Debian for it.22:44
Centurion_Dans/Debian/Devuan/22:45
r3bootPersonally, I'd check to see how many ppl would potentially be interested before embarking on such a project tbh22:46
r3bootthere arent that many amiga's available, and they are way too slow for modern-day usage, so the usebase might be pretty small to non-existent22:46
Centurion_DanExactly r3boot, I mean real interest, in that someone will fund some time and hardware...22:46
gnarfacei would only honestly suggest it was worth it if it could be easily built without heavy kernel patching22:46
gnarfacebut i do think this is one of those "if you build it they will come" scenarios22:46
Centurion_Danriscv64 is a no brainer, and we should get some hardware for that.22:47
r3bootmja, hence my remark about netbsd/m68k. That is actively maintained and has xs to pkgsrc22:47
Centurion_DanWe also need another arm64 builder....22:47
gnarfacehttps://arstechnica.com/gadgets/2017/05/the-a-eon-amiga-x5000-reviewed-the-beloved-amiga-meets-2017/22:49
gnarfacei think this is what i was thinking of, but maybe it is not as relevant as i thought22:49
gnarfaceit seems to be powerpc based22:50
gnarfacebut they do claim full support for all the legacy software due to the fact it's a custom designed hardware emulator chip22:50
gnarfaceonly 16 cores not 500 like in my dreams though ;)22:50
gnarfaceand this was as recent as 2017 and they're claiming it booted Linux then22:50
danielinuxCenturion_Dan, I'm willing to lend out my unleashed to kick-start the arch22:51
r3bootgnarface: isnt demo coding on amiga's way more fun? :P https://ada.untergrund.net/22:51
r3boot.1522:51
gnarfacewell it sure looks more fun anyway22:52
gnarfacehttps://games.slashdot.org/story/18/06/17/1942243/new-commercial-amiga-500-game-released22:52
danielinuxalthough the reason why I am interested is to make an embedded server for myself, so in the end it might be indeed useful if you have one in the farm22:52
gnarface^ 2018, an commercial game release for Amiga22:53
gnarfacethe platform is dead like that Monty Python sketch22:53
danielinuxbut for sure there'll be more and more interest to run on RV6422:53
gnarfaceit keeps shouting "i think i'll get better!"22:53
gnarface"i feel happeeeee!"22:53
James1138...that game would not move if you put 4000 volts through it  ...it is passed on ...it has joined the choir invisible22:59

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