00:51 | adrianor1 is now known as adrianorg | |
02:13 | lucascastro has joined IRC (lucascastro!~lucas@201.182.221.14) | |
02:18 | lucascastro has left IRC (lucascastro!~lucas@201.182.221.14, Ping timeout: 256 seconds) | |
05:23 | adrianorg has left IRC (adrianorg!~adrianorg@177.18.49.26, Ping timeout: 240 seconds) | |
05:32 | ricotz has joined IRC (ricotz!~ricotz@p5B2A8412.dip0.t-ipconnect.de) | |
05:32 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
05:36 | Statler|Home has joined IRC (Statler|Home!~Georg@p5B30EF3A.dip0.t-ipconnect.de) | |
05:46 | kjackal has joined IRC (kjackal!~quassel@2a02:582:cce:d900:ec4e:70db:c7f6:51c0) | |
05:56 | adrianorg has joined IRC (adrianorg!~adrianorg@177.18.49.26) | |
06:07 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
06:09 | ricotz has joined IRC (ricotz!~ricotz@p5B2A8412.dip0.t-ipconnect.de) | |
06:09 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
06:58 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
07:21 | jgee has left IRC (jgee!~jgee@181.56.72.152, Ping timeout: 260 seconds) | |
08:00 | <alkisg> sbalneav: hi Scotty, I cannot login on server.ltsp.org anymore, was there an upgrade or something? I'm getting "Permission denied (publickey)."
| |
08:36 | Statler|Home has left IRC (Statler|Home!~Georg@p5B30EF3A.dip0.t-ipconnect.de, Remote host closed the connection) | |
09:05 | Statler_Office has joined IRC (Statler_Office!~Georg@gwrz3.lohn24.de) | |
10:02 | evan94 has joined IRC (evan94!c5e79336@gateway/web/freenode/ip.197.231.147.54) | |
11:11 | <alkisg> evan94: you can use epoptes to do what you asked
| |
11:41 | <evan94> thanks alkis...was looking for a quick way, ended up adding an rc.local file that starts sshd
| |
13:50 | lucascastro has joined IRC (lucascastro!~lucas@201.182.221.154) | |
14:13 | evan94 has left IRC (evan94!c5e79336@gateway/web/freenode/ip.197.231.147.54, Quit: Page closed) | |
14:14 | GodFather_ has left IRC (GodFather_!~rcc@47.33.250.142, Read error: Connection reset by peer) | |
14:14 | GodFather_ has joined IRC (GodFather_!~rcc@47.33.250.142) | |
14:21 | GodFather_ has left IRC (GodFather_!~rcc@47.33.250.142, Quit: Ex-Chat) | |
14:23 | GodFather has joined IRC (GodFather!~rcc@47.33.250.142) | |
14:24 | Faith has joined IRC (Faith!~Paty_@unaffiliated/faith) | |
14:53 | lucascastro has left IRC (lucascastro!~lucas@201.182.221.154, Remote host closed the connection) | |
15:07 | jgee has joined IRC (jgee!~jgee@181.56.72.152) | |
15:50 | <fiesh> alkisg: is there a preferred way to add microcode updates to the clients?
| |
15:51 | adding them to the kernel directly isn't really feasible if not all processors are exactly the same, which they aren't for us (and probably most people)
| |
15:53 | <alkisg> fiesh: it's distro-specific; in ubuntu, it's attached to the end of the initramfs
| |
15:53 | How does gentoo handle it?We need to check its wiki
| |
15:54 | <fiesh> alas it doesn't have an entry for dracut
| |
15:55 | dracut's config isn't really documented, there is one option early_microcode that might or might not be relevant
| |
15:55 | (this is the gentoo config btw https://wiki.gentoo.org/wiki/Intel_microcode)
| |
15:55 | s/config/documentation/
| |
15:57 | <alkisg> fiesh: in general, if you manage to create /boot/intel-uc.img or /boot/early_ucode.cpio, you can just append it to your existing initramfs
| |
15:57 | The kernel is smart enough to decompress all the initramfs's it finds in order
| |
15:58 | I see in https://wiki.gentoo.org/wiki/Intel_microcode some instructions on how to create the cpio archive that has the microcode...
| |
15:58 | You can also configure the boot loader to load multiple initrds,like it says there:
| |
15:58 | INITRD /early_ucode.cpio,/initrd-4.4.6-gentoo.img
| |
15:58 | This syntax is valid for pxelinux too afaik
| |
15:59 | So that you don't have to manually append the initramfs
| |
16:41 | User888888 has joined IRC (User888888!324c8ebd@gateway/web/freenode/ip.50.76.142.189) | |
16:42 | <User888888> Anyway for me to get ltsp on gentoo currently?
| |
16:43 | Been using it for about a year on Ubuntu 12.04 and I wanna make the upgrade but I can’t layman the overlay for it
| |
16:44 | User888888 has left IRC (User888888!324c8ebd@gateway/web/freenode/ip.50.76.142.189, Client Quit) | |
16:46 | user88888 has joined IRC (user88888!324c8eba@gateway/web/freenode/ip.50.76.142.186) | |
16:46 | <alkisg> user88888: unfortunately currently it's a manual process
| |
16:47 | I've committed a few fixes in upstream ltsp that make it run on gentoo, but there are no recent ltsp packages afaik
| |
16:50 | user88888 has left IRC (user88888!324c8eba@gateway/web/freenode/ip.50.76.142.186, Ping timeout: 260 seconds) | |
16:53 | user88888 has joined IRC (user88888!324c8eba@gateway/web/freenode/ip.50.76.142.186) | |
16:53 | <user88888> damned work internet is killing me
| |
16:54 | <alkisg> user88888: check irclogs.ltsp.org for my replies
| |
16:54 | <user88888> so just git it and build from source
| |
16:54 | yea just did
| |
16:54 | <alkisg> Well, unfortunately there's some magic in packaging that isn't there in building from source
| |
16:54 | So you'd need to move files around etc
| |
16:55 | <user88888> lol great, ok ill work on this for a few days
| |
16:55 | <alkisg> Cool, if you want it done properly, you'd build a .spec file and submit it in upstream ltsp as a patch
| |
16:56 | <user88888> https://code.launchpad.net/ltsp Im looking at the right one?
| |
16:56 | <alkisg> There is one already; you'd just need to update it
| |
16:56 | !ltsp-source
| |
16:56 | <ltsp> ltsp-source: at https://git.launchpad.net/ltsp/
| |
16:56 | <alkisg> !ldm-source
| |
16:56 | <ltsp> ldm-source: at https://git.launchpad.net/~ltsp-upstream/ltsp/+git/ldm/tree/
| |
16:56 | <alkisg> !ltspfs-source
| |
16:56 | <ltsp> ltspfs-source: at https://git.launchpad.net/~ltsp-upstream/ltsp/+git/ltspfs/tree/
| |
16:57 | <user88888> thank you
| |
16:57 | <alkisg> np
| |
17:11 | <user88888> unfortunately i cant donwload the ldm-source through git or curl
| |
17:11 | Think Im done with this for the day, been optimizing cpu processes all morning
| |
17:13 | <alkisg> user88888: git clone git://git.launchpad.net/~ltsp-upstream/ltsp/+git/ldm
| |
17:15 | kjackal has left IRC (kjackal!~quassel@2a02:582:cce:d900:ec4e:70db:c7f6:51c0, Quit: No Ping reply in 180 seconds.) | |
17:15 | <user88888> I must have not typed the "~"
| |
17:16 | i must be very tired haha, thanks for the help
| |
17:16 | going to attempt this tomorrow so i dont make any little mistakes
| |
17:16 | o7
| |
17:17 | user88888 has left IRC (user88888!324c8eba@gateway/web/freenode/ip.50.76.142.186, Quit: Page closed) | |
17:20 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
17:29 | kjackal has joined IRC (kjackal!~quassel@2a02:582:cce:d900:ec4e:70db:c7f6:51c0) | |
17:34 | Albert has joined IRC (Albert!b95ed521@gateway/web/freenode/ip.185.94.213.33) | |
18:35 | kjackal has left IRC (kjackal!~quassel@2a02:582:cce:d900:ec4e:70db:c7f6:51c0, Ping timeout: 256 seconds) | |
18:52 | Statler_Office has left IRC (Statler_Office!~Georg@gwrz3.lohn24.de, Remote host closed the connection) | |
19:50 | kjackal has joined IRC (kjackal!~quassel@2a02:582:cef:7a00:ec4e:70db:c7f6:51c0) | |
20:21 | PeperPots_____ has joined IRC (PeperPots_____!sid1218@gateway/web/irccloud.com/x-rjmlarrfzzzquatt) | |
20:23 | hark_ has joined IRC (hark_!~hark@yavin.puscii.nl) | |
20:24 | tek___ has joined IRC (tek___!tek@kapsi.fi) | |
20:24 | Hhhh has joined IRC (Hhhh!aed11de0@gateway/web/freenode/ip.174.209.29.224) | |
20:27 | markus_e92_ has joined IRC (markus_e92_!~markus_e9@static.183.64.46.78.clients.your-server.de) | |
20:28 | PeperPots____ has left IRC (PeperPots____!sid1218@gateway/web/irccloud.com/x-dwdxvnhpvbebsmmw, *.net *.split) | |
20:28 | tek__ has left IRC (tek__!tek@kapsi.fi, *.net *.split) | |
20:28 | markus_e92 has left IRC (markus_e92!~markus_e9@2a01:4f8:120:244a::2, *.net *.split) | |
20:28 | hark has left IRC (hark!~hark@yavin.puscii.nl, *.net *.split) | |
20:28 | markus_e92_ is now known as markus_e92 | |
20:28 | Hhhh has left IRC (Hhhh!aed11de0@gateway/web/freenode/ip.174.209.29.224, Ping timeout: 260 seconds) | |
20:28 | PeperPots_____ is now known as PeperPots____ | |
20:30 | Faith has left IRC (Faith!~Paty_@unaffiliated/faith, Quit: Leaving) | |
20:43 | Albert has left IRC (Albert!b95ed521@gateway/web/freenode/ip.185.94.213.33, Ping timeout: 260 seconds) | |
20:46 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
21:05 | kjackal has left IRC (kjackal!~quassel@2a02:582:cef:7a00:ec4e:70db:c7f6:51c0, Ping timeout: 256 seconds) | |
22:13 | fernando has joined IRC (fernando!bbb0977f@gateway/web/freenode/ip.187.176.151.127) | |
22:13 | <fernando> hello
| |
22:13 | fernando is now known as Guest55950 | |
22:13 | <Guest55950> can anyone tell me if pi-net is supported by ltsp?
| |
22:14 | Guest55950 has left IRC (Guest55950!bbb0977f@gateway/web/freenode/ip.187.176.151.127, Client Quit) | |
22:19 | <vagrantc> it uses ltsp, but i don't know that we can support it
| |
22:19 | and certainly now un under 1 minute waiting to ask...
| |
22:19 | not in under...
| |