00:21 | vagrantc has joined IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20) | |
01:41 | vagrantc has left IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20, Quit: leaving) | |
05:53 | woernie has left IRC (woernie!~werner@p5ddecd2a.dip0.t-ipconnect.de, Remote host closed the connection) | |
05:54 | woernie has joined IRC (woernie!~werner@p5ddecd2a.dip0.t-ipconnect.de) | |
06:30 | <alkisg> eu^ip-209-124-24: "which is the other dhcp server?" ==> in your case, I would guess "VMWare"
| |
06:30 | You cannot have two DHCP servers in the same network, that's why LTSP defaults to a proxyDHCP one
| |
06:31 | Run this: sudo ltsp dnsmasq -r0 -p0
| |
06:32 | This completely disables the DHCP server on the LTSP server. Then try to boot a client and see if it gets an IP (and fail to boot, OK). If it does get an IP, you're still doing things wrong, you're not supposed to have two DHCP servers giving IPs to the clients.
| |
06:45 | book` has left IRC (book`!~book`@static.38.6.217.95.clients.your-server.de, Quit: Leaving) | |
06:54 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
07:04 | sunweaver is back | |
07:05 | book` has joined IRC (book`!~book`@static.38.6.217.95.clients.your-server.de) | |
07:18 | wyre is back | |
08:00 | sunweaver is now away: not here ... | |
08:19 | sunweaver is back | |
09:35 | sunweaver is now away: not here ... | |
12:04 | sunweaver is back | |
13:43 | RomainCognard[m] has joined IRC (RomainCognard[m]!~thebginoz@2001:470:69fc:105::2:f743) | |
13:46 | eu^ip-209-124-24 has left IRC (eu^ip-209-124-24!~eu^ip-209@2600:8807:3d07:9100:3b39:3f57:4f39:5a13, Quit: Client closed) | |
13:46 | <RomainCognard[m]> Hello everyone, I'm sutck and looking I hope for some help. I have an LTSP server wich is working fine with image /, I update the server and now I don't have any soundcard detected on my ltsp client. I think it's because ltsp working with an old kernel 5.15.0.39-generic instead of my server who are on 5.15.0-58. I made ltsp initrd, ltsp image /, ltsp kernel, ltsp ipxe but nothing, I stay on 5.15.0.39 on ltsp client. If you have any
| |
13:46 | idea, thank you in advance.
| |
14:15 | To complete, I mount the img file in a folder, and when i'm looking in /boot, I see older kernel but not the new file. I was wondering that ltsp image / update the img but i think i forgot something
| |
14:43 | <vsuojanen[m]> what files do you have currently in server under /srv/ltsp/images ?
| |
14:44 | <RomainCognard[m]> Just one, x86_64.img
| |
14:45 | <alkisg> Separate boot partition?
| |
14:46 | <RomainCognard[m]> I have a /boot, mount in /dev/md1p1
| |
14:47 | <alkisg> https://ltsp.org/man/ltsp-image/#examples
| |
14:47 | Second example there
| |
14:51 | <RomainCognard[m]> i'm trying : ltsp image /,,/boot,subdir=boot and i think it's ok, will see if I have my soundcard detected now, thanks
| |
14:52 | <alkisg> Romain Cognard: longer explanation. If on your server, you type: mkdir /run/mnt; mount --bind / /run/mnt; ls /run/mnt/boot ==> you'll see the -39 kernel there
| |
14:52 | This is a mistake in your installation, there shouldn't be any files there, underneath your boot partition
| |
14:53 | So normally `ltsp image /` should crash with "no kernel found", and that would alert you to read the ltsp image man page, that you need to specify the boot partition manually
| |
14:55 | <RomainCognard[m]> ok ok, exaclty, I see my kernel here
| |
14:55 | <alkisg> You can delete all the files under there. Or an easier way, my bad, would be just to sudo umount /boot, and then rm /boot/*, and then mount /boot
| |
14:56 | But wait for ltsp image to finish first
| |
14:56 | <RomainCognard[m]> Ltsp image finished with the new command line but my soundcard on client doesn't come back...
| |
14:56 | <alkisg> You rebooted the client and it still has the -39 kernel?
| |
14:57 | <RomainCognard[m]> I see what I have on /boot mounted on my client
| |
14:57 | <alkisg> If you reboot the client and run uname -r on the client, what's the result?
| |
14:57 | <RomainCognard[m]> I have now : 5.15.0-58-generic
| |
14:58 | <alkisg> OK, and the soundcard still doesn't work?
| |
15:01 | <RomainCognard[m]> yes no soundcard detected
| |
15:05 | <alkisg> Romain Cognard: try with a live CD, this then doesn't sound like an LTSP issue
| |
15:05 | Do you happen to have epoptes for me to take a quick look?
| |
15:07 | <vsuojanen[m]> If it used to work with the client before maybe you could go Back with The kernel and initrd manually copying The kernel and initrd files to /srv/tftp/x86_64. It's a lot manual work but only way to debug perhaps
| |
15:08 | If you do this backup backup /srv before starting the test
| |
15:08 | <RomainCognard[m]> I think it come from the update I made with apt get, when i'm looking with lsmod | grep sound or snb I saw nothing. I create a VM on ubuntu 22.04, same kernel and my soundcard is detected when i serve her with ltsp, I Think I'll maintain my VM with all I need,
| |
15:08 | I have epoptes but ltsp client and server are on local only
| |
16:04 | wyre is now away: Auto away at Tue Jan 17 16:03:17 2023 UTC | |
16:30 | sunweaver is now away: not here ... | |
18:59 | wyre is back | |
19:24 | vagrantc has joined IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:20) | |
19:47 | tadaensylvermane has joined IRC (tadaensylvermane!~t_sylverm@98.97.140.75) | |
20:15 | Guest284 has joined IRC (Guest284!~Guest284@66.207.221.237) | |
20:26 | tadaensylvermane has left IRC (tadaensylvermane!~t_sylverm@98.97.140.75, Quit: Leaving) | |
20:27 | tadaensylvermane has joined IRC (tadaensylvermane!~t_sylverm@98.97.140.75) | |
20:28 | rprenhol has joined IRC (rprenhol!~rprenhol@2001:12d0:2080:300::231:204) | |
20:32 | rprenhol has left IRC (rprenhol!~rprenhol@2001:12d0:2080:300::231:204, Quit: Leaving) | |
21:06 | Guest284 has left IRC (Guest284!~Guest284@66.207.221.237, Quit: Client closed) | |
21:31 | tadaensylvermane has left IRC (tadaensylvermane!~t_sylverm@98.97.140.75, Ping timeout: 252 seconds) | |
22:25 | tadaensylvermane has joined IRC (tadaensylvermane!~t_sylverm@98.97.140.75) | |
22:26 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
23:56 | tadaensylvermane has left IRC (tadaensylvermane!~t_sylverm@98.97.140.75, Quit: Leaving) | |