00:49 | nikoh77 has left IRC (nikoh77!~nikoh77@host88-180-dynamic.53-79-r.retail.telecomitalia.it, Quit: Leaving) | |
07:00 | adrianorg has joined IRC (adrianorg!~adrianorg@177.132.223.148) | |
07:01 | adrianor1 has left IRC (adrianor1!~adrianorg@177.18.98.103, Ping timeout: 244 seconds) | |
08:24 | nikoh77 has joined IRC (nikoh77!~nikoh77@93-55-122-94.ip263.fastwebnet.it) | |
08:31 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
08:50 | <Hyperbyte> alkisg, kinda hilarious... I needed to test some website from a USA IP address, so I figured I'd login to the ltsp server and just do a wget... it said invalid certificate.
| |
08:50 | Turns out the OS there is so old it doesn't support SNI. :-O
| |
08:54 | <alkisg> Hyperbyte: yeah, ltsp.org seems unmaintable currently
| |
08:54 | I'm almost set on going for a different name for ltsp6
| |
08:54 | Maybe "maoni", MAintain ONe Installation :P
| |
08:56 | <Hyperbyte> Haha
| |
08:59 | <alkisg> Hyperbyte: another thought is redirecting through http headers all of ltsp.org to e.g. ltsp.readthedocs.io, and wait in case jim/scotty/alex notice, so that we then talk about it :D
| |
09:25 | <Hyperbyte> Heh
| |
09:50 | nikoh77 has left IRC (nikoh77!~nikoh77@93-55-122-94.ip263.fastwebnet.it, Remote host closed the connection) | |
09:54 | nikoh77 has joined IRC (nikoh77!~nikoh77@93-55-122-94.ip263.fastwebnet.it) | |
10:41 | nikoh77 has left IRC (nikoh77!~nikoh77@93-55-122-94.ip263.fastwebnet.it, ) | |
13:49 | nikoh77 has joined IRC (nikoh77!~nikoh77@93-55-122-94.ip263.fastwebnet.it) | |
13:52 | <nikoh77> Hi guys, i switched to fatclient configuration because window redraw is very low for my network structure.... now i nedd some help to configure my network printer on fatclients....
| |
13:52 | <alkisg> You install the printer to your server, and you enable network printing on your server
| |
13:52 | <nikoh77> i have added LTSP_FATCLIENT=True and CUPS_SERVER=192.168.0.70
| |
13:52 | <alkisg> You don't need to configure anything in lts.conf
| |
13:53 | Delete both LTSP_FATCLIENT and CUPS_SERVER
| |
13:53 | <nikoh77> ok
| |
14:01 | <alkisg> !print
| |
14:01 | <ltsp> I do not know about 'print', but I do know about these similar topics: 'fatclient-printers', 'printer'
| |
14:02 | <alkisg> !fatclient-printers
| |
14:02 | <ltsp> fatclient-printers: You can publish printers on your network so that fat clients see them, by launching "system-config-printer" and selecting Server → Settings → Publish shared printers connected to this system
| |
14:50 | adrianor1 has joined IRC (adrianor1!~adrianorg@187.113.218.55) | |
14:51 | adrianorg has left IRC (adrianorg!~adrianorg@177.132.223.148, Ping timeout: 250 seconds) | |
15:43 | <nikoh77> Ok, all work fine, fatclient for me is the right way, users can srll site or see youtube video without problems and all printers work fine...
| |
15:46 | Just a problem.. when the same user log in new session from another client and click ok in the alert box, the previous one dont log out (kick out automatically) as it happened with thin client configuration.
| |
15:47 | Is there a way to do it?
| |
15:56 | <Hyperbyte> nikoh77, not sure, but I don't think so. You could look in to possibilities of automatically logging out inactive users.
| |
16:20 | adrianor1 has left IRC (adrianor1!~adrianorg@187.113.218.55, Ping timeout: 244 seconds) | |
16:53 | adrianorg has joined IRC (adrianorg!~adrianorg@187.113.218.55) | |
16:58 | adrianorg has left IRC (adrianorg!~adrianorg@187.113.218.55, Ping timeout: 246 seconds) | |
17:02 | <alkisg> nikoh77: https://bugs.launchpad.net/ltsp/+bug/954143
| |
17:03 | I.e. currently you can only set LDM_LIMIT_ONE_SESSION_PROMPT=False so that it doesn't allow them until THEY go to the other pc and logout
| |
17:04 | If you know programming, you can fix it in /usr/share/ldm/rc.d/S15-userLoginCheck and send a patch
| |
17:23 | adrianorg has joined IRC (adrianorg!~adrianorg@187.113.218.55) | |
17:25 | <nikoh77> alkisg: i am not able :-(
| |
17:26 | alkisg: why i cant see other homes in fs? they are the effects of fatclient switching?
| |
17:32 | <alkisg> Yes, sshfs is configured to only forward /home/username
| |
17:33 | You can switch to nfs if you prefer to export the whole /home
| |
17:33 | !nfs
| |
17:33 | <ltsp> nfs: to enable NFS home directories for localapps and fat clients, install nfs-kernel-server on your server, nfs-common on your client (don't forget ltsp-update-image), and put this in lts.conf: FSTAB_1="server:/home /home nfs defaults,nolock 0 0"
| |
17:35 | <nikoh77> i am in chrootless so i need to install nfs-common like nfs-kernel-server, in the root of server right?
| |
17:36 | <alkisg> Yes. But why do you want to see other homes?
| |
17:37 | <nikoh77> i need it for my job configuration ;-)
| |
17:37 | <alkisg> OK, if you specify more details, we may be able to propose better solutions
| |
17:37 | E.g. "i want to share a folder with many users" => there's an lts.conf directive for that
| |
17:38 | <nikoh77> the path share provided from ltsp is too difficult for some user....
| |
17:38 | stop.. wath?
| |
17:39 | i must share a folder in /home
| |
17:39 | <alkisg> LOCAL_APPS_EXTRAMOUNTS string, default unset
| |
17:39 | This parameter enables extra mount points to be mounted on the thin client with sshfs. This require a commas separated list of directory.
| |
17:39 | <nikoh77> fat client also?
| |
17:41 | <alkisg> Yes
| |
17:42 | <nikoh77> SSH_FOLLOW_SYMLINKS this is for me.... i think
| |
17:43 | <alkisg> No, first try without it
| |
17:43 | The default tries to be smart, so that it's false for /home/username, and true for /home/extramounts
| |
17:43 | So that chrome etc work, and yet you are able to follow symlinks from extramounts
| |
17:57 | <nikoh77> alkisg: thank you, everything works, you're kind
| |
17:57 | i am very happy :-)
| |
18:02 | <alkisg> You're welcome
| |
18:19 | nikoh77 has left IRC (nikoh77!~nikoh77@93-55-122-94.ip263.fastwebnet.it, ) | |
18:55 | adrianor1 has joined IRC (adrianor1!~adrianorg@177.204.157.87.dynamic.adsl.gvt.net.br) | |
18:58 | adrianorg has left IRC (adrianorg!~adrianorg@187.113.218.55, Ping timeout: 272 seconds) | |
19:07 | adrianor1 has left IRC (adrianor1!~adrianorg@177.204.157.87.dynamic.adsl.gvt.net.br, Ping timeout: 244 seconds) | |
19:25 | nikoh77 has joined IRC (nikoh77!~nikoh77@host88-180-dynamic.53-79-r.retail.telecomitalia.it) | |
19:25 | adrianorg has joined IRC (adrianorg!~adrianorg@179.177.213.63.dynamic.adsl.gvt.net.br) | |
19:32 | kjackal has joined IRC (kjackal!~quassel@88.128.80.235) | |
19:35 | vsuojanen has left IRC (vsuojanen!~vsuojanen@cable-hml-585686-205.dhcp.inet.fi, Ping timeout: 268 seconds) | |
19:37 | vsuojanen has joined IRC (vsuojanen!~vsuojanen@cable-hml-585686-205.dhcp.inet.fi) | |
19:37 | adrianorg has left IRC (adrianorg!~adrianorg@179.177.213.63.dynamic.adsl.gvt.net.br, Ping timeout: 245 seconds) | |
19:55 | adrianorg has joined IRC (adrianorg!~adrianorg@179.177.213.63.dynamic.adsl.gvt.net.br) | |
20:03 | kjackal has left IRC (kjackal!~quassel@88.128.80.235, Ping timeout: 246 seconds) | |
20:03 | kjackal has joined IRC (kjackal!~quassel@88.128.80.235) | |
20:16 | kjackal has left IRC (kjackal!~quassel@88.128.80.235, Remote host closed the connection) | |
21:06 | adrianor1 has joined IRC (adrianor1!~adrianorg@201.22.230.53) | |
21:08 | adrianorg has left IRC (adrianorg!~adrianorg@179.177.213.63.dynamic.adsl.gvt.net.br, Ping timeout: 268 seconds) | |
22:05 | adrianorg has joined IRC (adrianorg!~adrianorg@186.213.155.48) | |
22:07 | adrianor1 has left IRC (adrianor1!~adrianorg@201.22.230.53, Ping timeout: 268 seconds) | |
22:31 | vagrantc has joined IRC (vagrantc!~vagrant@unaffiliated/vagrantc) | |
23:34 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Remote host closed the connection) | |