03:30 | vagrantc has left IRC (vagrantc!~vagrant@2600:3c01:e000:21:21:21:0:100e, Quit: leaving) | |
04:45 | fiesh_ has joined IRC (fiesh_!~fiesh@2003:ec:a821:1::163) | |
04:45 | fiesh has left IRC (fiesh!~fiesh@2003:ec:a821:1::163, *.net *.split) | |
04:48 | muhwalt has left IRC (muhwalt!~ubox@user/muhwalt, *.net *.split) | |
04:48 | Hyperbyte has left IRC (Hyperbyte!~jan@middelkoop.cc, *.net *.split) | |
04:48 | Hyperbyt1 has joined IRC (Hyperbyt1!~jan@168.119.0.137) | |
04:49 | muhwalt has joined IRC (muhwalt!~ubox@204.111.136.22) | |
05:03 | eu^31-100-201-12 has joined IRC (eu^31-100-201-12!~eu^31-100@123.201.100.31) | |
05:03 | <eu^31-100-201-12> Hi to everyone.
| |
05:04 | I have configured ltsp on mint 20. Everything is working fine. I am able to boot thin client over network. But I am not able to create new users.
| |
05:22 | <alkisg> eu^31-100-201-12: how so? Just run `adduser x` on the ltsp server, and then run `ltsp initrd`
| |
05:26 | <eu^31-100-201-12> ok will try and revert
| |
05:29 | Perfect... It working. Earlier I was trying with just 'adduser x' and hence was failing. Thank you so much for your help. God bless you.
| |
05:29 | <alkisg> Cheers!
| |
05:45 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
07:21 | eu^31-100-201-12 has left IRC (eu^31-100-201-12!~eu^31-100@123.201.100.31, Quit: Client closed) | |
07:53 | <alkisg> !cheap-clients
| |
07:53 | <ltspbot> I do not know about 'cheap-clients', but I do know about these similar topics: 'cheap-client'
| |
07:53 | <alkisg> * !cheap-client
| |
07:53 | !cheap-client
| |
07:53 | <ltspbot> cheap-client: https://www.gearbest.com/tv-box-c_11262/?attr=2081-1279&odr=low2high
| |
08:13 | woernie has joined IRC (woernie!~werner@2001:9e8:e247:8200:98f4:cfb9:4728:747b) | |
10:42 | lucas__ has joined IRC (lucas__!~lucascast@177-185-128-65.static.isotelco.net.br) | |
10:51 | woernie has left IRC (woernie!~werner@2001:9e8:e247:8200:98f4:cfb9:4728:747b, Remote host closed the connection) | |
11:01 | lucas__ has left IRC (lucas__!~lucascast@177-185-128-65.static.isotelco.net.br, Ping timeout: 252 seconds) | |
11:06 | lucas__ has joined IRC (lucas__!~lucascast@177-185-128-65.static.isotelco.net.br) | |
15:13 | eu^cot27-1_migr- has joined IRC (eu^cot27-1_migr-!~eu^cot27-@2a01:e34:ecaa:6320:eda8:d4d0:eca8:5ddf) | |
15:14 | eu^cot27-1_migr- is now known as riko66 | |
15:19 | <riko66> I have a pb trying to build a .img from .vmdk (VB) :
| |
15:19 | root@servz:/srv/ltsp# ln -rs /home/riko/'VirtualBox VMs'/Ubuntu_Mate/Ubuntu_Mate-flat.vmdk /srv/ltsp/images/Ubuntu_Mate.img
| |
15:19 | root@servz:/srv/ltsp# cd /srv/ltsp/images/
| |
15:19 | root@servz:/srv/ltsp/images# ls -al
| |
15:19 | total 2601936
| |
15:19 | drwx------ 2 root root 4096 août 23 16:59 .
| |
15:19 | drwxr-xr-x 3 root root 4096 août 23 16:56 ..
| |
15:19 | lrwxrwxrwx 1 root root 67 août 23 16:59 Ubuntu_Mate.img -> '../../../home/riko/VirtualBox VMs/Ubuntu_Mate/Ubuntu_Mate-flat.vmdk'
| |
15:19 | -rw-r--r-- 1 root root 2664366080 août 22 23:33 x86_64.img
| |
15:19 | root@servz:/srv/ltsp/images# ltsp image Ubuntu_Mate
| |
15:19 | Running: losetup -rP /dev/loop5 /srv/ltsp/images/Ubuntu_Mate.img
| |
15:19 | Running: mount -t tmpfs -o mode=0755 tmpfs /tmp/tmp.ImqvannXwF/tmpfs
| |
15:19 | Running: mount -t vfat -o ro /dev/loop5p1 /tmp/tmp.ImqvannXwF/tmpfs/0/looproot
| |
15:19 | Running: mount -t overlay -o upperdir=/tmp/tmp.ImqvannXwF/tmpfs/0/up,lowerdir=/tmp/tmp.ImqvannXwF/tmpfs/0/looproot,workdir=/tmp/tmp.ImqvannXwF/tmpfs/0/work /tmp/tmp.ImqvannXwF/tmpfs /tmp/tmp.ImqvannXwF/root/
| |
15:19 | mount: /tmp/tmp.ImqvannXwF/root: wrong fs type, bad option, bad superblock on /tmp/tmp.ImqvannXwF/tmpfs, missing codepage or helper program, or other error.
| |
15:19 | LTSP command failed: mount -t overlay -o upperdir=/tmp/tmp.ImqvannXwF/tmpfs/0/up,lowerdir=/tmp/tmp.ImqvannXwF/tmpfs/0/looproot,workdir=/tmp/tmp.ImqvannXwF/tmpfs/0/work /tmp/tmp.ImqvannXwF/tmpfs /tmp/tmp.ImqvannXwF/root/
| |
15:19 | Aborting ltsp
| |
15:19 | Someone to help ?
| |
15:32 | riko66[m] has joined IRC (riko66[m]!~riko66mat@2001:470:69fc:105::e002) | |
15:32 | <alkisg> riko66: symlink it to /srv/ltsp/ubuntu-mate.img
| |
15:32 | Then run sudo ltsp image ubuntu-mate
| |
15:32 | Do NOT symlink it inside the images dir
| |
15:34 | <riko66[m]> Ok, i'm going to try this. thx
| |
15:39 | <alkisg> "riko66: symlink it to /srv/ltsp/" <- Same thing, it doesn't work :
| |
15:40 | riko66[m]: root@servz:/srv/ltsp# ln -rs /home/riko/'VirtualBox VMs'/Ubuntu_Mate/Ubuntu_Mate-flat.vmdk /srv/ltsp/Ubuntu_Mate.img... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/8d2f8d03869b32050b85b8c2e2bd411587f6dc6c)
| |
15:40 | riko66 has left IRC (riko66!~eu^cot27-@2a01:e34:ecaa:6320:eda8:d4d0:eca8:5ddf, Quit: Client closed) | |
15:50 | <riko66[m]> > <@riko66:matrix.org> root@servz:/srv/ltsp# ln -rs /home/riko/'VirtualBox VMs'/Ubuntu_Mate/Ubuntu_Mate-flat.vmdk /srv/ltsp/Ubuntu_Mate.img... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/b27e268fe0b348f47dbc7720402637f3ef728f09)
| |
15:52 | <alkisg> "riko66: symlink it to /srv/ltsp/" <- I think, i has sthg to do with this : https://github.com/ltsp/ltsp/issues/112
| |
16:11 | <alkisg> riko66: that bug was solved, why do you think it would still affect you?
| |
16:11 | I'm a bit afk now, I'll be around more in half an hour
| |
16:12 | lucas__ has left IRC (lucas__!~lucascast@177-185-128-65.static.isotelco.net.br, Ping timeout: 240 seconds) | |
16:13 | <riko66[m]> alkisg: ok, see u
| |
16:44 | <alkisg> riko66: ah, maybe the problem is that your installation isn't "typical"
| |
16:45 | It's best to have MBR installation, with an ext4 first partition
| |
16:45 | What's the output of sudo fdisk -l path/to/ubuntu-mate.img
| |
17:02 | <riko66[m]> <alkisg> "What's the output of sudo fdisk..." <- I've deleted previous image to built an other one with non fixed size disk :... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/4f387df12f4b2ed24b7848637e97dbe2c30c7b3d)
| |
17:05 | alkisg: I'm going to try again with thid new .vmdk and let you know what happened
| |
17:10 | <alkisg> "riko66: ah, maybe the problem is" <- Doesn't work either :... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/11a7913bca0f6d0ee3b0f6d39f2705bd89539d5b)
| |
17:14 | <alkisg> riko66: you need a fixed size disk, with an ext4 first root partition
| |
17:18 | <riko66[m]> alkisg: That's what I previously did with a 50 Go fixed size disk but didn't work... I try again...
| |
17:21 | <alkisg> Here's mine: fdisk -l /home/Public/VMs/focal-mate/focal-mate-flat.vmdk
| |
17:22 | https://termbin.com/r5ar
| |
17:24 | <riko66[m]> alkisg: Ok, I copy your disk config. Let's see what happens...
| |
19:44 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |