04:45 | woernie has left IRC (woernie!~werner@p5b296cc2.dip0.t-ipconnect.de, Quit: No Ping reply in 180 seconds.) | |
04:45 | woernie has joined IRC (woernie!~werner@p5b296cc2.dip0.t-ipconnect.de) | |
05:31 | Vercas8 has joined IRC (Vercas8!~Vercas@gateway/tor-sasl/vercas) | |
05:32 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, Ping timeout: 276 seconds) | |
05:32 | Vercas8 is now known as Vercas | |
05:38 | jgee has left IRC (jgee!~jgee@186.80.49.20, *.net *.split) | |
05:38 | highvoltage has left IRC (highvoltage!~highvolta@shell.jonathancarter.org, *.net *.split) | |
05:38 | Hyperbyte has left IRC (Hyperbyte!~jan@middelkoop.cc, *.net *.split) | |
05:38 | lucascastro has left IRC (lucascastro!~lucascast@192-140-51-251.static.oncabo.net.br, *.net *.split) | |
05:38 | book` has left IRC (book`!~book`@static.38.6.217.95.clients.your-server.de, *.net *.split) | |
05:38 | sunweaver has left IRC (sunweaver!~sunweaver@fylgja.das-netzwerkteam.de, *.net *.split) | |
05:42 | woernie has left IRC (woernie!~werner@p5b296cc2.dip0.t-ipconnect.de, Ping timeout: 256 seconds) | |
05:51 | sunweaver has joined IRC (sunweaver!~sunweaver@fylgja.das-netzwerkteam.de) | |
05:52 | woernie has joined IRC (woernie!~werner@p5b296cc2.dip0.t-ipconnect.de) | |
05:52 | lucascastro has joined IRC (lucascastro!~lucascast@192-140-51-251.static.oncabo.net.br) | |
05:52 | book` has joined IRC (book`!~book`@static.38.6.217.95.clients.your-server.de) | |
05:53 | jgee has joined IRC (jgee!~jgee@186.80.49.20) | |
05:53 | highvoltage has joined IRC (highvoltage!~highvolta@shell.jonathancarter.org) | |
05:53 | Hyperbyte has joined IRC (Hyperbyte!~jan@middelkoop.cc) | |
05:57 | alkisg has joined IRC (alkisg!~alkisg@2001:470:69fc:105::2d3) | |
05:57 | <alkisg> Yes ltsp requires either two initrds or a merged one
| |
05:58 | I think syslinux allows two initrds but in the same line
| |
06:24 | sfxworks: you can decompress initrds with `unmkinitramfs`, but the easiest way is to see what compression your second initrd uses (e.g. gzip or xz), then compress ltsp.img with the same compression, and just concatenate them
| |
06:25 | sfxworks: pxelinux supports initrd=initrd1.img,initrd2.img, see https://wiki.syslinux.org/wiki/index.php?title=Config
| |
06:26 | So you don't need to merge them
| |
07:07 | sfxworks: /srv/tftp is the tftp server path, it shouldn't be used in the client
| |
07:07 | Sorry OK I got it that's the file it requested, OK
| |
07:08 | OK then try to merge them by gzip+concat
| |
07:08 | What's the output of: file /path/to/your-initrd.img, does it say gzipped?
| |
07:09 | Eeeh?! That's not an initrd... what size does that have?
| |
07:09 | Maybe you're talking about the disk image? I'm talking about the initrd
| |
07:10 | /srv/tftp/ltsp/...
| |
07:10 | OK then gzip ltsp.img, and concatenate these two files
| |
07:11 | cat ltsp.img.gz your-initrd.img.gz > final-initrd.img.gz
| |
07:11 | And send the final one to the client
| |
07:12 | It might also be possible NOT to gzip it, e.g. this might also work: cat ltsp.img your-initrd.img.gz > final-initrd.img
| |
07:12 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
07:12 | <alkisg> But in that case make sure that ltsp.img is first, otherwise it will certainly not work
| |
07:13 | If that works, you can later automate it with a POST_INITRD_MERGE="..." ltsp.conf parameter
| |
07:14 | Yes that's very good progress
| |
07:15 | Do put DEBUG_SHELL=1 under [clients] in ltsp.conf; also check for nfs errors above
| |
07:15 | Does /srv/ltsp/images/rockpro64.img exist?
| |
07:16 | Sounds like a typo then
| |
07:16 | Rename it to rockpro64.img, then reboot the client
| |
07:16 | Or at least symlink it
| |
07:27 | The symlink should be relative
| |
07:27 | NFS doesn't follow symlinks outside the share dir
| |
07:28 | ls /root
| |
07:28 | ls -l /root/images
| |
07:28 | Etc, try to see if it's there
| |
07:29 | sfxworks: you can bind-mount it though
| |
07:29 | On the server, mount --bind /mnt/store/images /srv/ltsp/images
| |
07:29 | OK
| |
07:35 | Yey!!
| |
07:50 | sfxworks: you're welcome; please send me the link so that I can try it when I get some free time (in the distant future... :))
| |
10:40 | <Hyperbyte> alkisg, who are you talking to? I only see your messages
| |
10:42 | <alkisg> Hyperbyte: sfxworks is on matrix, probably badly bridged to irc
| |
10:42 | I think I consider matrix to be the main one as it allows voice, photos etc, and irc just the legacy bridge
| |
11:00 | <Hyperbyte> What is this heresy.
| |
11:58 | Faith has joined IRC (Faith!~Faith@user/faith) | |
12:29 | lucascastro has left IRC (lucascastro!~lucascast@192-140-51-251.static.oncabo.net.br, Remote host closed the connection) | |
12:31 | lucascastro has joined IRC (lucascastro!~lucascast@192-140-51-251.static.oncabo.net.br) | |
16:45 | vagrantc has joined IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20) | |
20:37 | vagrantc has left IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20, Quit: leaving) | |
20:39 | Faith has left IRC (Faith!~Faith@user/faith, Quit: Leaving) | |
21:11 | jgee has left IRC (jgee!~jgee@186.80.49.20, *.net *.split) | |
21:11 | highvoltage has left IRC (highvoltage!~highvolta@shell.jonathancarter.org, *.net *.split) | |
21:11 | Hyperbyte has left IRC (Hyperbyte!~jan@middelkoop.cc, *.net *.split) | |
21:11 | woernie has left IRC (woernie!~werner@p5b296cc2.dip0.t-ipconnect.de, *.net *.split) | |
21:11 | book` has left IRC (book`!~book`@static.38.6.217.95.clients.your-server.de, *.net *.split) | |
21:11 | sunweaver has left IRC (sunweaver!~sunweaver@fylgja.das-netzwerkteam.de, *.net *.split) | |
21:11 | Vercas has left IRC (Vercas!~Vercas@gateway/tor-sasl/vercas, *.net *.split) | |
21:11 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, *.net *.split) | |
21:11 | alkisg has left IRC (alkisg!~alkisg@2001:470:69fc:105::2d3, *.net *.split) | |
21:11 | quinox has left IRC (quinox!~quinox@ghost.qtea.nl, *.net *.split) | |
21:11 | wyre has left IRC (wyre!~wyre@user/wyre, *.net *.split) | |
21:11 | MUHWALT has left IRC (MUHWALT!~ubox@user/muhwalt, *.net *.split) | |
21:11 | fiesh has left IRC (fiesh!~fiesh@2003:fb:1018::21, *.net *.split) | |
21:12 | bluejaypop has left IRC (bluejaypop!~7f000001@user/josefig, *.net *.split) | |
21:12 | bcg_ has left IRC (bcg_!~b@dg4ybwyyyyyyyyyyyyyyt-3.rev.dnainternet.fi, *.net *.split) | |
21:12 | ogra has left IRC (ogra!~ogra_@ubuntu/member/ogra, *.net *.split) | |
21:12 | adrianorg has left IRC (adrianorg!~adrianorg@debian/adrianorg, *.net *.split) | |
21:12 | bcg_ has joined IRC (bcg_!~b@dg4ybwyyyyyyyyyyyyyyt-3.rev.dnainternet.fi) | |
21:12 | sunweaver has joined IRC (sunweaver!~sunweaver@fylgja.das-netzwerkteam.de) | |
21:13 | fiesh has joined IRC (fiesh!~fiesh@2003:fb:1018::21) | |
21:13 | ogra has joined IRC (ogra!~ogra_@ubuntu/member/ogra) | |
21:13 | adrianorg has joined IRC (adrianorg!~adrianorg@debian/adrianorg) | |
21:13 | jgee has joined IRC (jgee!~jgee@186.80.49.20) | |
21:13 | highvoltage has joined IRC (highvoltage!~highvolta@shell.jonathancarter.org) | |
21:13 | Hyperbyte has joined IRC (Hyperbyte!~jan@middelkoop.cc) | |
21:14 | woernie has joined IRC (woernie!~werner@p5b296cc2.dip0.t-ipconnect.de) | |
21:14 | book` has joined IRC (book`!~book`@static.38.6.217.95.clients.your-server.de) | |
21:14 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
21:14 | alkisg has joined IRC (alkisg!~alkisg@2001:470:69fc:105::2d3) | |
21:14 | quinox has joined IRC (quinox!~quinox@ghost.qtea.nl) | |
21:14 | wyre has joined IRC (wyre!~wyre@user/wyre) | |
21:14 | MUHWALT has joined IRC (MUHWALT!~ubox@user/muhwalt) | |
21:15 | Vercas has joined IRC (Vercas!~Vercas@gateway/tor-sasl/vercas) | |
21:15 | bluejaypop has joined IRC (bluejaypop!~7f000001@user/josefig) | |
21:15 | alkisg has left IRC (alkisg!~alkisg@2001:470:69fc:105::2d3, Ping timeout: 245 seconds) | |
22:14 | alkisg has joined IRC (alkisg!~alkisg@2001:470:69fc:105::2d3) | |
22:37 | vagrantc has joined IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20) | |
22:55 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
23:50 | vagrantc has left IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20, Quit: leaving) | |