00:04 | wyre is now away: Auto away at Thu Jun 8 00:03:07 2023 UTC | |
02:41 | vagrantc has left IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:50, Quit: leaving) | |
06:28 | denispyr[m] has joined IRC (denispyr[m]!~denispyrm@2001:470:69fc:105::1:5545) | |
09:06 | woernie has joined IRC (woernie!~werner@p5dded358.dip0.t-ipconnect.de) | |
09:57 | sunweaver is back | |
10:31 | wyre is back | |
11:11 | wyre is now away: Auto away at Thu Jun 8 11:09:53 2023 UTC | |
12:17 | sunweaver is now away: not here ... | |
12:59 | XYZ has left IRC (XYZ!~XYZ@89-24-41-33.nat.epc.tmcz.cz, Remote host closed the connection) | |
13:11 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
14:35 | MauroT has joined IRC (MauroT!~MauroT@93-51-118-34.ip349.fastwebnet.it) | |
14:35 | <MauroT> Hello all!
| |
14:37 | I'm trying to mount a shared dir between server and users.
| |
14:37 | In lts.conf I've put a line: FSTAB_HOME_SHARED="192.168.67.1:/home/shalomhome/Desktop/ClassShare /home/student01/Desktop/ClassShare nfs rw,hard 0 0"
| |
14:42 | MauroT has left IRC (MauroT!~MauroT@93-51-118-34.ip349.fastwebnet.it, Ping timeout: 245 seconds) | |
14:43 | MauroT has joined IRC (MauroT!~MauroT@93-51-118-34.ip349.fastwebnet.it) | |
14:44 | <MauroT> Please can you help me?
| |
14:44 | thanks
| |
14:48 | <vsuojanen[m]> is the student01 user used on each client?
| |
14:49 | <MauroT> until now student01 is the only client
| |
14:52 | <vsuojanen[m]> ok. The first thing I notice is the mount nfs command hard option. What kind of share is the ClassShare? Can you try to mount without hard option ?
| |
14:58 | MauroT has left IRC (MauroT!~MauroT@93-51-118-34.ip349.fastwebnet.it, Ping timeout: 245 seconds) | |
15:03 | MauroTT has joined IRC (MauroTT!~MauroTT@93-51-118-34.ip349.fastwebnet.it) | |
15:03 | MauroTT has left IRC (MauroTT!~MauroTT@93-51-118-34.ip349.fastwebnet.it, Client Quit) | |
15:03 | MauroT has joined IRC (MauroT!~MauroT@93-51-118-34.ip349.fastwebnet.it) | |
15:13 | <vsuojanen[m]> MauroT How old is your ltsp package? lts.conf was used somewhere 2016. See ltsp.org installation instructions tell to use ltsp.conf for client configuration
| |
15:23 | vagrantc has joined IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:50) | |
15:25 | <MauroT> I m using ltsp v. 23.01 on ubuntu 22.04 LTS mate
| |
15:26 | <alkisg1> MauroT: in the client, run `sudo -i` or `pkexec bash` to become root. Then run the following command:
| |
15:26 | ( dpkg -l | grep nfs; cat /etc/ltsp/ltsp.conf; mount) | nc termbin.com 9999
| |
15:26 | <MauroT> I try
| |
15:36 | The command returns nothing
| |
15:43 | <alkisg1> OK then run: dpkg -l | grep nfs; cat /etc/ltsp/ltsp.conf; mount
| |
15:43 | Then collect the output, go to a pastebin and put it there, then tell us the URL
| |
15:45 | MauroT has left IRC (MauroT!~MauroT@93-51-118-34.ip349.fastwebnet.it, Quit: Client closed) | |
15:45 | MauroT has joined IRC (MauroT!~MauroT@93-51-118-34.ip349.fastwebnet.it) | |
15:47 | <MauroT> root@pc01:~# dpkg -l | grep nfs; cat /etc/ltsp/ltsp.conf ; mount
| |
15:47 | ii libnfs13:amd64 4.0.0-1build2 amd64 NFS client library (shared library)
| |
15:47 | ii libnfsidmap1:amd64 1:2.6.1-1ubuntu1.2 amd64 NFS idmapping library
| |
15:47 | ii nfs-common 1:2.6.1-1ubuntu1.2 amd64 NFS support files common to client and server
| |
15:47 | ii nfs-kernel-server 1:2.6.1-1ubuntu1.2 amd64 support for NFS kernel server
| |
15:47 | # /bin/sh -n
| |
15:47 | # LTSP configuration file
| |
15:47 | # Documentation=man:ltsp.conf(5)
| |
15:47 | # The special [server] section is evaluated only by the ltsp server
| |
15:47 | [server]
| |
15:47 | SERVER=192.168.67.1
| |
15:47 | # Enable NAT on dual NIC servers
| |
15:47 | # NAT=1
| |
15:47 | # Provide a full menu name for x86_32.img when `ltsp ipxe` runs
| |
15:47 | # IPXE_X86_32_IMG="Debian Bullseye"
| |
15:47 | # The special [common] section is evaluated by both the server and ltsp clients
| |
15:47 | [common]
| |
15:47 | # Specify an alternative TFTP_DIR
| |
15:47 | # [98:40:bb:09:81:f9] # 6 Dell
| |
15:47 | # [98:40:bb:1f:74:1b] # 7 Dell
| |
15:47 | [114:18:77:d0:cd:31] # 8 Dell
| |
15:47 | [f8:ca:b8:55:1e:92] # 9 Dell
| |
15:47 | [74:e6:e2:44:87:65] # 11 Dell
| |
15:47 | [00:26:9e:8c:2c:24] # 11 Dell
| |
15:47 | [00:26:9e:8c:2c:24]
| |
15:47 | #CRONTAB_1="@boot echo 1>/home/student01/tmp.tmp"
| |
15:47 | HOSTNAME=pc01
| |
15:47 | AUTOLOGIN=student01
| |
15:47 | RELOGIN=0
| |
15:47 | PASSWORDS_PC01="student01/c3R1ZGVudDAxCg=="
| |
15:47 | #LOCALDEV = true
| |
15:47 | #LOCALDEV_DENY_INTERNAL_DISKS = false
| |
15:48 | LTSP_FATCLIENT=true
| |
15:48 | LOCAL_APPS_EXTRAMOUNTS=/ClassShare
| |
15:48 | [00:26:9e:8c:2c:94]
| |
15:48 | HOSTNAME=pc02
| |
15:48 | # INCLUDE=crt_monitor
| |
15:48 | # Shell "case" expressions can be used in MAC, IP, or hostname sections.
| |
15:48 | # This matches all Raspberry Pi MAC addresses.
| |
15:48 | [b8:27:eb:*|dc:a6:32:*|e4:5f:01:*]
| |
15:48 | # FSTAB_BOOT="/dev/mmcblk0p1 /boot vfat defaults 0 2"
| |
15:48 | # If you have proper DNS, you can use hostname sections
| |
15:48 | [administrator-pc]
| |
15:48 | # Only allow the administrator to log in to this client
| |
15:48 | # PWMERGE_SUR="administrator"
| |
15:48 | # You can also group parameters into named sections and INCLUDE= them elsewhere
| |
15:48 | [crt_monitor]
| |
15:48 | # Force EDID and resolution to 1024x768 for clients with old CRT monitors
| |
15:48 | X_HORIZSYNC="28.0-87.0"
| |
15:48 | X_VERTREFRESH="43.0-87.0"
| |
15:48 | X_MODES='"1024x768" "800x600" "640x480"'
| |
15:48 | sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
| |
15:48 | proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
| |
15:48 | udev on /dev type devtmpfs (rw,nosuid,relatime,size=1945504k,nr_inodes=486376,mode=755,inode64)
| |
15:48 | tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=400788k,nr_inodes=100197,mode=700,uid=1001,gid=1001,inode64)
| |
15:48 | student01@server: on /home/student01 type fuse.sshfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
| |
15:48 | gvfsd-fuse on /run/user/1001/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1001,group_id=1001)
| |
15:48 | portal on /run/user/1001/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1001,group_id=1001)
| |
15:48 | This is the answer
| |
15:48 | <vagrantc> MauroT: you missed the part about using a pastebin
| |
15:49 | <MauroT> Sorry
| |
15:50 | ?
| |
15:51 | <vagrantc> !paste
| |
15:51 | <ltspbot> paste: To avoid channel flooding, please upload text longer than 3 lines to http://paste.debian.net. Don't forget to paste the resulting URL here.
| |
15:51 | <vagrantc> MauroT: for future reference ^^
| |
15:52 | <MauroT> Oh sorry! Didnt know :(
| |
15:56 | <alkisg1> I don't see the fstab line. Did you run ltsp initrd after modifying ltsp.conf?
| |
15:58 | <MauroT> yes
| |
15:58 | root@pc01:~# cat /etc/fstab
| |
15:58 | # Generated by `ltsp init`, see man:ltsp(8)
| |
15:58 | 192.168.67.1:/home/shalomhome/Desktop/ClassShare /home/student01/Desktop/ClassShare nfs rw 0 0
| |
15:59 | <alkisg1> Eh you can't mount it inside /home/student, that dir doesn't exist on boot
| |
16:00 | <MauroT> Should I mount it in /mnt?
| |
16:01 | <alkisg1> Sure
| |
16:01 | <MauroT> ok I try. Thanks a lot!
| |
16:02 | MauroT has left IRC (MauroT!~MauroT@93-51-118-34.ip349.fastwebnet.it, Quit: Client closed) | |
16:21 | MauroT has joined IRC (MauroT!~MauroT@93-51-118-34.ip349.fastwebnet.it) | |
16:21 | <MauroT> Now it's working! Thanks a lot!
| |
16:22 | Tomorrow I'll fly to Kenya where I'll build up two computer rooms for orphanage in Mombasa and Meru
| |
16:22 | Thanks again
| |
16:31 | alkisg_irc has left IRC (alkisg_irc!~Thunderbi@srv1-dide.ioa.sch.gr, Ping timeout: 240 seconds) | |
16:41 | jgee118692253458 has joined IRC (jgee118692253458!~jgee@181.60.232.80) | |
16:43 | MauroT has left IRC (MauroT!~MauroT@93-51-118-34.ip349.fastwebnet.it, Quit: Client closed) | |
19:10 | alkisg_irc has joined IRC (alkisg_irc!~Thunderbi@2a02:587:745c:3500:9ea2:f4ff:feb9:a8b0) | |
19:13 | XYZ has joined IRC (XYZ!~XYZ@89-24-41-33.nat.epc.tmcz.cz) | |
19:34 | alkisg_irc has left IRC (alkisg_irc!~Thunderbi@2a02:587:745c:3500:9ea2:f4ff:feb9:a8b0, Remote host closed the connection) | |
19:48 | alkisg has joined IRC (alkisg!~Thunderbi@2a02:587:745c:3500:9ea2:f4ff:feb9:a8b0) | |
20:28 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
23:06 | Vercas1 has left IRC (Vercas1!~Vercas@gateway/tor-sasl/vercas, Remote host closed the connection) | |
23:07 | Vercas1 has joined IRC (Vercas1!~Vercas@gateway/tor-sasl/vercas) | |
23:39 | vagrantc has left IRC (vagrantc!~vagrant@2600:3c01:e000:21:7:77:0:50, Quit: leaving) | |