00:06 | gbaman has joined IRC (gbaman!~gbaman@82.152.16.229) | |
00:12 | gbaman has left IRC (gbaman!~gbaman@82.152.16.229, Ping timeout: 268 seconds) | |
00:36 | andygraybeal has joined IRC (andygraybeal!~andy@h232.76.191.173.dynamic.ip.windstream.net) | |
02:15 | Freejack has left IRC (Freejack!~Freejack@unaffiliated/freejack, Remote host closed the connection) | |
02:15 | Freejack has joined IRC (Freejack!~Freejack@unaffiliated/freejack) | |
02:27 | Phantomas has left IRC (Phantomas!~ftsamis@ubuntu/member/phantomas, Quit: Leaving.) | |
04:56 | Tyrant|away has joined IRC (Tyrant|away!~tyrantelf@2607:5300:60:48bd::1) | |
04:58 | tsuyoshi_ has joined IRC (tsuyoshi_!~tsuyoshi@hikaru.yumegakanau.org) | |
05:02 | maldridge has left IRC (maldridge!~maldridge@69.13.217.92, *.net *.split) | |
05:03 | tsuyoshi has left IRC (tsuyoshi!~tsuyoshi@hikaru.yumegakanau.org, *.net *.split) | |
05:03 | PeperPots___ has left IRC (PeperPots___!sid1218@gateway/web/irccloud.com/x-bgcxoimhtiuvalge, *.net *.split) | |
05:03 | Tyrantelf has left IRC (Tyrantelf!~tyrantelf@2607:5300:60:48bd::1, *.net *.split) | |
05:10 | maldridge has joined IRC (maldridge!~maldridge@69.13.217.92) | |
05:11 | PeperPots___ has joined IRC (PeperPots___!sid1218@gateway/web/irccloud.com/x-bxscbxjpbujssqeg) | |
07:19 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Read error: Connection reset by peer) | |
07:22 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
07:32 | ricotz has joined IRC (ricotz!~ricotz@p5B2AAD67.dip0.t-ipconnect.de) | |
07:32 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
08:38 | <alkisg> !pi
| |
08:38 | <ltsp> Error: "pi" is not a valid command.
| |
08:38 | <alkisg> !raspberry
| |
08:38 | <ltsp> I do not know about 'raspberry', but I do know about these similar topics: 'raspberrypi'
| |
08:38 | <alkisg> !raspberrypi
| |
08:38 | <ltsp> raspberrypi: (#1) LTSP with raspberry pi: http://cascadia.debian.net/trenza/Documentation/raspberrypi-ltsp-howto/, or (#2) To use a similar environment to LTSP on the raspberry pi http://berryterminal.com/, or (#3) https://github.com/gbaman/RaspberryPi-LTSP, or (#4) https://pi-ltsp.net
| |
09:47 | <alkisg> fnurl: status so far: it seems that u-boot does support rpi, but not properly rpi2 yet, so I postponed that path
| |
09:48 | I requested that the Greek schools PPA also gets an armhf target, to be able to publish newer ltsp versions there
| |
09:49 | So in a few days we should be able to just run `ltsp-build-client --arch armhf` along with the ppa, and it would generate a suitable chroot for rpi2.
| |
09:49 | (an ubuntu chroot, not a raspbian one)
| |
09:50 | ...and if one wants, he can specify a fat chroot etc etc as usually in ltsp
| |
10:14 | ogra_: in ltsp-build-client/Ubuntu/020-kernel-selection, you have: case $ARCH in armel|armhf) KERNEL_ARCH="omap4"
| |
10:15 | But ltsp-build-client died for me in 14.04 with "linux-image-omap4 not found"
| |
10:15 | What replaced it? Can we just remove that part of the code and leave the defaults?
| |
10:49 | <ogra_> alkisg, well, then you will only be able to boot boards that are supported by the generic kernel .... they switch based on the devicetree file, so you probably want a switch to select that file
| |
10:49 | omap4 is definitely dead though (teh pandaboard is out of production since 3+ years)
| |
10:50 | <alkisg> ogra_: can ltsp-build-client find an appropriate package name based on the devicetree file?
| |
10:50 | Where is that file?
| |
10:50 | <ogra_> inside the linux-image-$ver-generic packagge
| |
10:50 | <alkisg> So then we should install linux-image-generic in any case?
| |
10:50 | To be able to find that file, and then maybe install an additional kernel?
| |
10:51 | <ogra_> you would have to install that one first ... then the DT files are in /lib/firmware/device-tree/$ver
| |
10:51 | <alkisg> Can a chroot decide which board it will run in?
| |
10:51 | <ogra_> you wouldnt install an additional kernel
| |
10:51 | <alkisg> Could you write that in pseudocode?
| |
10:51 | <ogra_> right, by a config file or cmdline switch
| |
10:52 | chroot apt install linux-generic linux-firmware
| |
10:53 | cpo chroot/lib7firmware/device-tree/$kernelversion/$soc-name.dtb /wherever/the/specific/bootloader/needs/it
| |
10:53 | before you configure the bootloader for that board/HW
| |
10:53 | <alkisg> Ah, that's not a step for ltsp-build-client then, but for ltsp-update-kernels, which prepares the kernels for the device...
| |
10:53 | Right?
| |
10:54 | <ogra_> usually the bootloader loads that file and hands the ram address to the kernel on startup
| |
10:54 | well, it isnt a step ltsp handles at all usually, many/most boards need the bootloader locally
| |
10:55 | <alkisg> OK, so, about that 020-kernel-selections file, we can always put -generic there?
| |
10:55 | Because now it's trying to install packages that don't exist...
| |
10:55 | <ogra_> for arm you shouold provide some SD image that the admin can dd to a card for making the board DTRT
| |
10:55 | yeah, as a first step you should use -generic
| |
10:55 | but without the extra setup that wont gain you much
| |
10:56 | <alkisg> Cool. Sure, I've been thinking about introducing a new tool (or extending ltsp-update-kernels) to generate an sd image
| |
10:56 | Thank you ogra_
| |
10:56 | <ogra_> np :)
| |
11:23 | <alkisg> am335x-boneblack.dtb highbank.dtb imx6q-sabrelite.dtb omap3-beagle-xm.dtb omap4-panda-es.dtb tegra20-paz00.dtb tegra20-trimslice.dtb tegra20-whistler.dtb
| |
11:24 | am335x-bone.dtb imx6dl-wandboard.dtb imx6q-wandboard.dtb omap4-panda.dtb tegra20-harmony.dtb tegra20-seaboard.dtb tegra20-ventana.dtb vexpress-v2p-ca9.dtb
| |
11:24 | ...I don't see raspberry's dtb there, I'm guessing it's packaged in some other way in Ubuntu, I'll get it from the raspberry-bootloader package...
| |
11:25 | /usr/lib/raspberrypi/firmware/overlays/spi-bcm2835-overlay.dtb
| |
11:30 | * alkisg wonders if all those dtb's need to match the exact kernel version, or if they're the same for e.g. both 3.13 and 3.18. | |
11:48 | <ogra_> raspberyy pi needs a ton of patches on top of mainline
| |
11:48 | the generic kernel is usually mainline only
| |
11:49 | (or at least close enough to that, it usually carries some patches that are likely to land in mainline)
| |
11:49 | * alkisg found that one: https://launchpad.net/~fo0bar/+archive/ubuntu/rpi2/+packages | |
11:49 | <ogra_> there is aa raspi2 kernel in the archive too
| |
11:50 | <alkisg> In the "official" ports archive?
| |
11:50 | Or in the kernel ppa?
| |
11:50 | <ogra_> yes... well, in universe :)
| |
11:50 | (and only wily)
| |
11:50 | we support the rpi in snappy....
| |
11:51 | <alkisg> Do you have a link for the raspi2 kernel? I can't seem to find it...
| |
11:51 | <ogra_> i'm not sure the bootloader will ever make it in the archive though (in snappy thats irrelevant because snappy is upstream centric (focus on auto-building git trees is bigger than using debs there)
| |
11:52 | https://launchpad.net/ubuntu/+source/linux-raspi2
| |
11:52 | <alkisg> Thanks, looking...
| |
12:24 | gbaman has joined IRC (gbaman!~gbaman@88.97.57.25) | |
12:29 | gbaman_ has joined IRC (gbaman_!~gbaman@dab-crx1-h-83-9.dab.02.net) | |
12:32 | gbaman has left IRC (gbaman!~gbaman@88.97.57.25, Ping timeout: 240 seconds) | |
13:09 | Phantomas has joined IRC (Phantomas!~ftsamis@ubuntu/member/phantomas) | |
13:12 | <alkisg> Phantomas: heya... all ok with epoptes properties, except for VGA, where it shows -, which is normal, as it doesn't have lspci
| |
13:12 | <Phantomas> alkisg: cool
| |
13:56 | <alkisg> gbaman_: have you tried to boot any ubuntu chroots with rpi2? E.g. there's ubuntu-mate for rpi2...
| |
13:58 | <gbaman_> Nope, only doing Raspbian stuff given Ubuntu doesn't run on Pi1
| |
13:58 | <alkisg> The ubuntu kernel boots fine locally, but it doesn't get an ip for eth0 when booting over the network...
| |
14:07 | gbaman_ has left IRC (gbaman_!~gbaman@dab-crx1-h-83-9.dab.02.net, Remote host closed the connection) | |
14:30 | <alkisg> It appears to be related to the firmware, not the kernel/initrd
| |
14:34 | alkisg is now known as work_alkisg | |
14:41 | gbaman has joined IRC (gbaman!~gbaman@dab-crx1-h-8-3.dab.02.net) | |
14:59 | gbaman has left IRC (gbaman!~gbaman@dab-crx1-h-8-3.dab.02.net, Remote host closed the connection) | |
14:59 | gbaman has joined IRC (gbaman!~gbaman@dab-crx1-h-8-10.dab.02.net) | |
16:19 | work_alkisg is now known as alkisg | |
16:52 | jviala1 has joined IRC (jviala1!4dc8726b@gateway/web/freenode/ip.77.200.114.107) | |
16:58 | <jviala1> hello I'm french i use epoptes in my classroom and i like use wakeonlan with epoptes. I have install wakonlan and it's good when i use it with the terminal but i don't see the client to start pc with epoptes. Thaks fot help me!!!
| |
16:58 | <alkisg> jviala1: create a group and drag the PCs inside it
| |
16:58 | http://www.epoptes.org/documentation/groups
| |
16:59 | fnurl: so, to sum up, after https://answers.launchpad.net/launchpad/+question/272563 is processed, the greek schools ppa will also support armhf,
| |
16:59 | <jviala1> thanks you very much i try it.
| |
17:00 | <alkisg> fnurl: and it will be possible to build 14.04 and upwards chroots with plain `ltsp-build-client -a armhf --copy-sources-list`, after adding the ppa in your sources
| |
17:00 | I tested it manually and I have a raspberry pi 2 client booted with a normal ubuntu chroot
| |
17:01 | raspberry pi 1 isn't supported by ubuntu, rasbpian is needed there
| |
17:01 | I'll write a how-to once the PPA is able to build armhf versions of ltsp, ldm and ltspfs
| |
17:05 | alkisg is now known as work_alkisg | |
17:12 | <jviala1> thank you, that's fine it works. Congratulations for your work :))
| |
17:13 | thank you, that's fine it works. Congratulations for your work :))
| |
17:17 | jviala1 has left IRC (jviala1!4dc8726b@gateway/web/freenode/ip.77.200.114.107) | |
17:20 | gbaman has joined IRC (gbaman!~gbaman@dab-crx1-h-86-3.dab.02.net) | |
17:46 | gbaman has left IRC (gbaman!~gbaman@dab-crx1-h-86-3.dab.02.net, Remote host closed the connection) | |
17:53 | Phantomas has left IRC (Phantomas!~ftsamis@ubuntu/member/phantomas, Quit: Leaving.) | |
18:26 | ben_roose has joined IRC (ben_roose!~roose@roose.cs.wichita.edu) | |
18:31 | gbaman has joined IRC (gbaman!~gbaman@81.128.173.188) | |
18:33 | gbaman_ has joined IRC (gbaman_!~gbaman@104.40.144.249) | |
18:35 | gbaman has left IRC (gbaman!~gbaman@81.128.173.188, Ping timeout: 240 seconds) | |
18:54 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, Ping timeout: 240 seconds) | |
19:18 | gbaman has joined IRC (gbaman!~gbaman@81.128.173.188) | |
19:19 | gbaman_ has left IRC (gbaman_!~gbaman@104.40.144.249, Ping timeout: 240 seconds) | |
19:21 | gbaman_ has joined IRC (gbaman_!~gbaman@104.40.144.249) | |
19:23 | gbaman has left IRC (gbaman!~gbaman@81.128.173.188, Ping timeout: 272 seconds) | |
20:03 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
20:05 | gbaman has joined IRC (gbaman!~gbaman@81.128.173.188) | |
20:07 | gbaman_ has left IRC (gbaman_!~gbaman@104.40.144.249, Ping timeout: 264 seconds) | |
20:08 | gbaman_ has joined IRC (gbaman_!~gbaman@104.40.144.249) | |
20:10 | gbaman has left IRC (gbaman!~gbaman@81.128.173.188, Ping timeout: 252 seconds) | |
20:16 | ben_roose has left IRC (ben_roose!~roose@roose.cs.wichita.edu, Remote host closed the connection) | |
20:17 | danau111 has left IRC (danau111!~durban@66.251.57.114, Read error: Connection reset by peer) | |
20:18 | danau11 has joined IRC (danau11!~durban@66.251.57.114) | |
20:38 | gbaman_ has left IRC (gbaman_!~gbaman@104.40.144.249, Remote host closed the connection) | |
20:45 | zerkalo has left IRC (zerkalo!myricae@ny1.hashbang.sh, Ping timeout: 240 seconds) | |
20:47 | zerkalo has joined IRC (zerkalo!myricae@ny1.hashbang.sh) | |
21:22 | JoeBob has joined IRC (JoeBob!47aa3614@gateway/web/freenode/ip.71.170.54.20) | |
21:24 | <JoeBob> I've been looking for documentation for installing LTSP on SuSe Enterprise Linux 12.x, but the documentation only seems to refer to OpenSuSe and is out of date. Does anyone have any good links to installation information for SuSe Linux Enterprise 12.x?
| |
21:33 | JoeBob has left IRC (JoeBob!47aa3614@gateway/web/freenode/ip.71.170.54.20, Quit: Page closed) | |
21:41 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
21:44 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |